ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating timestamp, update timestam...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-02-15  Andy Wingo  <wingo@pobox.com>
2
3         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
4         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
5         to the Lord Jesus that I do not have to touch the ogg muxer ever
6         again.
7
8 2006-02-15  Edward Hervey  <edward@fluendo.com>
9
10         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11         quicktime movie files can also contain 'uuid' atoms.
12
13 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
14
15         * gst/audioconvert/plugin.c: (plugin_init):
16           Register the GstAudioChannelPosition enum type with the type
17           system in the plugin_init function, so that it is known before
18           any element actually makes use of multi-channel stuff. This is
19           required for example if one wants to be able to deserialise/use
20           a caps string with channel positions before any pipeline has
21           been setup and started, like with gst-launch.
22
23 2006-02-14  Wim Taymans  <wim@fluendo.com>
24
25         * gst-libs/gst/audio/gstringbuffer.c:
26         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
27         (gst_ring_buffer_samples_done), (wait_segment),
28         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
29         Add some compiler G_(UN_)LIKELY help.
30         SIGNAL the ringbuffer waiters when going to PAUSED as well to
31         make sure they can exit their functions. Should fix #330748
32
33 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34
35         * Makefile.am:
36         * configure.ac:
37         * win32/MANIFEST:
38         * win32/common/_stdint.h:
39           Windows does not have long long; copy the generated _stdint.h
40         * win32/common/interfaces-enumtypes.c:
41         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
42         (gst_mixer_track_flags_get_type),
43         (gst_tuner_channel_flags_get_type):
44         * win32/common/multichannel-enumtypes.c:
45         (gst_audio_channel_position_get_type):
46           update
47
48 2006-02-13  Wim Taymans  <wim@fluendo.com>
49
50         * gst-libs/gst/audio/gstbaseaudiosink.c:
51         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
52         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
53         Always sync on first sample we receive when starting.
54
55 2006-02-13  Wim Taymans  <wim@fluendo.com>
56
57         * gst/playback/gstplaybin.c: (gen_vis_element):
58         Update vis bin docs.
59         Move queue after tee so we don't queue video buffers but
60         audio samples instead. Fixes problems where the video queue
61         is filled and the audio queue empty.
62
63 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
64
65         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
66           No need to push an EOS event here, GstBaseSrc will do that for us
67           when we return FLOW_UNEXPECTED.
68           
69 2006-02-12  Wim Taymans  <wim@fluendo.com>
70
71         * gst-libs/gst/audio/gstbaseaudiosink.c:
72         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
73         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
74         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
75         Use scale functions when possible.
76         Fix error messages.
77         Free clockid when after waiting for EOS.
78         Use G_(UN_)LIKLY when it makes sense.
79         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
80
81 2006-02-12  Edward Hervey  <edward@fluendo.com>
82
83         * gst/playback/gstplaybasebin.c: (prepare_output): 
84         Remove stray semi-colon (fixes #330888).
85
86 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
87
88         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
89         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
90         Fix up the XShm call testing so that we catch errors, and don't
91         cause new ones by attempting to detach from a segment we failed
92         to attach to. Fixes #312439.
93
94 2006-02-10  Edward Hervey  <edward@fluendo.com>
95
96         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
97         Added flv file typefind (video/x-flv).
98
99 2006-02-10  Edward Hervey  <edward@fluendo.com>
100
101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
102         (gst_riff_create_video_template_caps):
103         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
104         Also added the caps to the default set of riff video caps.
105
106 2006-02-09  Andy Wingo  <wingo@pobox.com>
107
108         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
109         time and the end time of the last packet in the page.
110         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
111         on the pages in our queue, set the duration as well. Reflow a
112         debug statement.
113         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
114         Fixes bad muxing order.
115
116 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
117
118         * gst-libs/gst/rtp/gstbasertppayload.c:
119         (gst_basertppayload_setcaps), (gst_basertppayload_push):
120           update seqnum before setting it on the packet; this makes sure
121           that the timestamp and seqnum properties match after pushing
122           a buffer
123
124 2006-02-09  Andy Wingo  <wingo@pobox.com>
125
126         * gst-libs/gst/audio/gstringbuffer.c
127         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
128         overflow after 13.5 hours of recording. Kapow!
129
130         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
131         the buffer size -- we don't care about underrun/overrun reporting
132         right now, just need to return a useful value.
133
134 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
135
136         * configure.ac:
137           Back to CVS
138
139 === release 0.10.3 ===
140
141 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
142
143         * configure.ac:
144           releasing 0.10.3, "Under Pressure"
145
146 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
147
148         * configure.ac:
149         Drat. Bump libtool version number for new API.
150         Prelease 0.10.2.3 (of 0.10.3)
151
152 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
153
154         * configure.ac:
155         * win32/common/config.h:
156         0.10.2.2 prerelease (of 0.10.3).
157
158 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
159
160         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
161           Revert Andy's newsegment change pending a more correct
162           fix.
163
164 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
165
166         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
167         (qt_type_find), (plugin_init):
168           detect more files as 3gp
169           group and reorder the iso file formats
170
171 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
172
173         * ext/vorbis/vorbis.c: (plugin_init):
174           Register musicbrainz tags, so apps don't have to.
175
176 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
177
178         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
179         (gst_tag_to_vorbis_tag):
180           Make sure we called gst_tag_register_musicbrainz_tags()
181           before possibly mapping a vorbiscomment string from/to a
182           musicbrainz tag.
183
184 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
185
186         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
187           In case we can't find the required number of consecutive
188           mpeg audio frames to positively identify an MPEG audio
189           stream, check if there's at least a valid mpeg audio
190           frame right at offset 0 and if so suggest mpeg/audio
191           caps with a very low probability (#153004).
192
193 2006-02-07  Andy Wingo  <wingo@pobox.com>
194
195         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
196         a TIME segment if we get timestamped buffers. Requires recent
197         fixes in core to work properly.
198
199 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
200
201         * gst/playback/gstplaybasebin.c: (prepare_output):
202           Don't print the URI as part of the error message, it
203           makes error dialogs look rather ugly, especially if
204           the URI is very long or has characters in it that
205           need escaping.
206
207 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
208
209         * gst/playback/gstplaybasebin.c: (prepare_output):
210           Error out if we have only text or subtitles, but nothing
211           else. Also error out if we have subtitles but no video
212           stream.
213
214 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
215
216         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
217           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
218           Post an error message on the bus when we encounter an
219           error, which will hopefully be more meaningful than the
220           'Internal Flow Error' message users get to see if we
221           just return GST_FLOW_ERROR.
222
223 2006-02-07  Andy Wingo  <wingo@pobox.com>
224
225         * configure.ac (GST_MAJORMINOR): Update core version req to
226         0.10.2.2, for the collectpads API addition (#330244).
227
228 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
229
230         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
231           Return FALSE from plugin_init() when GnomeVFS can't
232           be initialised for some reason (#328423).
233
234 2006-02-06  Julien MOUTTE  <julien@moutte.net>
235
236         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
237         Stick to seeking theory until i find the bug.
238         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
239
240 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
241
242         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
243         (theora_enc_finalize), (theora_enc_sink_setcaps),
244         (theora_set_header_on_caps), (theora_enc_chain),
245         (theora_enc_change_state):
246         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
247           Make theoraenc and the tests leak free. Like, really.
248
249 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
250
251         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
252         (theora_enc_finalize), (theora_enc_sink_setcaps):
253           Add a finalize method to ensure we clean up state even if
254           someone omitted the state change back to NULL.
255
256         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
257         (gst_vorbisenc_chain):
258           Free some more leaked bits.
259
260         * tests/check/pipelines/theoraenc.c: (start_pipeline),
261         (stop_pipeline):
262           Wait for state changes to happen if they're ASYNC.
263
264           This ought to teach those fancy pants buildbots a lesson.
265
266 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
267
268         * gst-libs/gst/tag/gstid3tag.c:
269           Add mapping for ID3 International Standard Recording Code
270           tag "TSRC"
271
272 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
273
274         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
275           Don't leak tag names.
276
277 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
278
279         * docs/libs/gst-plugins-base-libs-docs.sgml:
280         * docs/libs/gst-plugins-base-libs-sections.txt:
281         * gst-libs/gst/tag/gstid3tag.c:
282         * gst-libs/gst/tag/gstvorbistag.c:
283         * gst-libs/gst/tag/tags.c:
284           Split libgsttag docs into multiple sections.
285
286 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
287
288         * docs/libs/Makefile.am:
289         * docs/libs/gst-plugins-base-libs-docs.sgml:
290         * docs/libs/gst-plugins-base-libs-sections.txt:
291         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
292         * gst-libs/gst/tag/gstvorbistag.c:
293         * gst-libs/gst/tag/tag.h:
294         * gst-libs/gst/tag/tags.c:
295           Add libgsttag to the docs.
296
297 2006-02-05  Julien MOUTTE  <julien@moutte.net>
298
299         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
300         (gst_text_overlay_init), (gst_text_overlay_src_event),
301         (gst_text_overlay_collected): Fix clockoverlay.
302
303 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
304
305         * docs/libs/compiling.sgml:
306           Fix typo: it's pkg-config, not pkg-gconfig
307
308         * docs/libs/gst-plugins-base-libs-docs.sgml:
309         * docs/libs/gst-plugins-base-libs-sections.txt:
310         * docs/libs/tmpl/gstgconf.sgml:
311           There is no libgstgconf in 0.10, remove it
312           from the docs.
313
314 2006-02-05  Julien MOUTTE  <julien@moutte.net>
315
316         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
317         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
318         (gst_text_overlay_src_event), (gst_text_overlay_collected):
319         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
320         (gst_sub_parse_class_init), (gst_sub_parse_init),
321         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
322         (parse_mpsub), (parser_state_init), (handle_buffer),
323         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
324         * gst/subparse/gstsubparse.h: Introduce seeking code.
325
326 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
327
328         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
329           Add comment about LANGUAGE tag inconsistency (we want
330           ISO-639-1, but extract three-letter identifiers?)
331
332         * po/POTFILES.in:
333           Add two translatable files.
334
335 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
336
337         * gst-libs/gst/tag/Makefile.am:
338         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
339         * gst-libs/gst/tag/tag.h:
340         * gst-libs/gst/tag/tags.c:
341         (gst_tag_register_musicbrainz_tags_internal),
342         (gst_tag_register_musicbrainz_tags):
343           Forward-port some tags stuff from the 0.8 branch. This is
344           mostly the addition of musicbrainz tags and their mapping
345           to vorbistags, and a vorbistag mapping of the language tag.
346
347 2006-02-05  Julien MOUTTE  <julien@moutte.net>
348
349         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
350         refactoring.
351
352 2006-02-04  David Schleef  <ds@schleef.org>
353
354         * ext/ogg/gstoggmux.c:
355         * gst/typefind/gsttypefindfunctions.c:
356           Add Dirac typefinding and add dirac format to oggmux.
357
358 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
359
360         * gst/playback/gstdecodebin.c: (try_to_link_1):
361           Don't put essential function call into
362           g_return_*() macro, otherwise it'll all be
363           replaced by NOOPs when compiling with
364           G_DISABLE_CHECKS defined.
365
366 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
367
368         * ext/ogg/gstoggdemux.c:
369         * ext/ogg/gstoggparse.c:
370         * gst/tcp/gsttcpserversink.c:
371         * sys/v4l/v4lsrc_calls.c:
372         * sys/v4l/v4lsrc_calls.h:
373         Just make it compile with --disable-gst-debug.
374
375 2006-02-03  Wim Taymans  <wim@fluendo.com>
376
377         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
378         (gst_alsasink_class_init), (gst_alsasink_init),
379         (gst_alsasink_write), (gst_alsasink_reset):
380         * ext/alsa/gstalsasink.h:
381         Add lock to protect alsa calls.
382         Implement reset to flush samples ASAP, does not work
383         with dmix though.
384
385 2006-02-02  Wim Taymans  <wim@fluendo.com>
386
387         * gst-libs/gst/audio/gstbaseaudiosink.c:
388         (gst_base_audio_sink_provide_clock):
389         Ugh.. getting late I guess...
390
391 2006-02-02  Wim Taymans  <wim@fluendo.com>
392
393         * gst-libs/gst/audio/gstbaseaudiosink.c:
394         (gst_base_audio_sink_provide_clock),
395         (gst_base_audio_sink_set_property),
396         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
397         Don't try to provide a clock when we are not negotiated since
398         we might not be able to make it run.
399
400 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
401
402         * gst/playback/gstdecodebin.c: (try_to_link_1):
403           Unlinking two source pads is ... hard.
404
405 2006-02-02  Wim Taymans  <wim@fluendo.com>
406
407         * gst-libs/gst/audio/TODO:
408         Updated.
409
410         * gst-libs/gst/audio/gstbaseaudiosink.c:
411         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
412         On EOS, wait till the last sample is played before posting EOS.
413
414 2006-02-01  Philippe Kalaf <burger at speedy dot org>
415
416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
417           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
418           setting queue_delay to zero. Also avoid thread being started if
419           queue_delay is zero.
420
421 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
422
423         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
424           Make test work again by connecting fakesinks to each decoded pad,
425           which makes the pipeline wait until each fakesink has a buffer
426           queued before going to PAUSED state. At that point we know the
427           decodebin pads are negotiated.
428
429 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
430
431         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
432         (gst_cdda_base_src_handle_event):
433         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
434           Pass unhandled queries to the parent class's query function.
435
436 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
437
438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
439         (gst_ogg_pad_src_query):
440         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
441         * ext/theora/theoradec.c: (theora_dec_src_query),
442         (theora_dec_sink_query):
443         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
444         (vorbis_dec_sink_query):
445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
446         (gst_vorbisenc_sink_query):
447         * gst/adder/gstadder.c: (gst_adder_query):
448           Pass unhandled queries upstream instead of just
449           dropping them (#326447). Also, fix supported
450           query types list for some elements.
451
452 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
453
454         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
455         (paris_type_find), (ilbc_type_find), (plugin_init):
456           Fix typefinding for audio/x-au, audio/x-paris and
457           audio/iLBC-sh. We cannot use the START_WITH macros
458           here, because there can only be one typefind factory
459           with the same name (caps), so the second one would
460           replace the first one and the first one would never
461           be called when doing typefinding (see #161712).
462           
463
464 2006-01-31  Wim Taymans  <wim@fluendo.com>
465
466         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
467         (vorbis_handle_header_packet), (vorbis_dec_push),
468         (vorbis_handle_data_packet):
469         Use scale_int when we can, add some more scaling.
470         Check packettype before parsing it.
471
472 2006-01-31  Wim Taymans  <wim@fluendo.com>
473
474         * ext/theora/theoradec.c: (_theora_granule_time),
475         (theora_dec_src_convert), (theora_dec_sink_convert):
476         Call right _scale functions.
477         Use parameter instead of some other random value.
478
479 2006-01-31  Wim Taymans  <wim@fluendo.com>
480
481         * ext/theora/theoradec.c: (_theora_granule_frame),
482         (_theora_granule_time), (_inc_granulepos),
483         (theora_dec_src_convert), (theora_dec_sink_convert),
484         (theora_handle_type_packet), (theora_handle_data_packet),
485         (theora_dec_chain):
486         Use higher precision timestamps calculation.
487         Convert some other conversions to _scale.
488
489 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
490
491         * gst/audiotestsrc/gstaudiotestsrc.c:
492         (gst_audio_test_src_create_sine_table), (plugin_init):
493         * gst/volume/gstvolume.c: (plugin_init):
494           initialize gst_controller before using
495
496 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
497
498         * tests/check/pipelines/theoraenc.c:
499         * tests/check/pipelines/vorbisenc.c:
500         Define constant using G_GINT64_CONSTANT to avoid errors when
501         passing it around - otherwise it gets truncated to 32 bits.
502
503         Fixes failing tests.
504
505 2006-01-31  Andy Wingo  <wingo@pobox.com>
506
507         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
508         caps being set doesn't have a framerate value. Basically a stopgap
509         measure.
510
511         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
512         technically correct enough to put into core though.
513         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
514         DURATION. Fixes theoraenc ! oggmux.
515
516         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
517         fraction, not double.
518
519 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
520
521         * win32/vs7:
522         add vs7 project files created by Sergey Scobich
523
524 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
525
526         * win32/vs8:
527         add vs8 project files created by Sergey Scobich
528         
529 2006-01-30  Andy Wingo  <wingo@pobox.com>
530
531         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
532         timestamp + duration, not just timestamp -- ogg pages should be
533         ordered by stop time. Necessary fix given the change in vorbis
534         timestamps.
535
536         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
537         (gst_theora_enc_init): Pull the granule shift out of the encoder.
538         (granulepos_add): New function, handles the messiness of adjusting
539         granulepos values.
540         (theora_buffer_from_packet):
541         (theora_enc_chain):
542         (theora_enc_sink_event): Use granulepos_add, not +.
543
544         * tests/check/pipelines/theoraenc.c
545         (check_buffer_granulepos_from_starttime): Just check the frame
546         count, not the actual granulepos -- we can't dictate to the
547         encoder when it should be placing keyframes.
548
549 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
550
551         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
552           SERVICE_NOT_AVAILABLE happens for example when you're trying to
553           play an http:// stream from a server that's not serving
554
555 2006-01-30  Andy Wingo  <wingo@pobox.com>
556
557         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
558         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
559         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
560         available.
561
562         * ext/theora/gsttheoraenc.h:
563         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
564         although theoraenc was timestamping correctly. Added handling of
565         streams that start with nonzero timestamps.
566
567         * tests/check/Makefile.am:
568         * tests/check/pipelines/theoraenc.c: New file, basically does same
569         tests as vorbisenc.
570
571         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
572
573 2006-01-30  Wim Taymans  <wim@fluendo.com>
574
575         * gst-libs/gst/audio/gstaudiosink.c:
576         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
577         (gst_audioringbuffer_pause):
578         Implement pause that does not wait for completion.
579
580         * gst-libs/gst/audio/gstbaseaudiosink.c:
581         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
582         Don't drop buffers when going to PAUSED but perform preroll on
583         remaining samples now that core base class supports this.
584
585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
586         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
587         (gst_ring_buffer_commit):
588         Pause should not signal waiters.
589         Implement return value of _commit correctly.
590
591 2006-01-30  Andy Wingo  <wingo@pobox.com>
592
593         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
594
595         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
596         updated to timestamp from the first sample, not the last.
597         (gst_vorbisenc_buffer_from_header_packet): New function, takes
598         special care of granulepos and timestamp for header packets.
599         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
600         when the first buffer has a nonzero timestamp.
601
602         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
603         (GstVorbisEnc.subgranule_offset): New members. Take care of the
604         case when the first audio buffer we get has a nonzero timestamp.
605         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
606         properly timestamp vorbis buffers with the time of the first
607         sample, not the last.
608         
609         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
610         vorbis_granule_time_copy -- now it takes the granule/subgranule
611         offset into account.
612
613         * tests/check/pipelines/vorbisenc.c: New test for correctness of
614         timestamps, durations, and granulepos on buffers produced by
615         vorbisenc.
616
617 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
618
619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
620         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
621           Patch from Eric Jonas to support conversions to/from UYVY 
622           (Fixes: #324626)
623
624 2006-01-30  Julien MOUTTE  <julien@moutte.net>
625
626         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
627         (setup_subtitle), (setup_source), (set_active_source):
628         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
629         (gen_text_element), (gen_audio_element), (gen_vis_element),
630         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
631
632 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
633
634         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
635         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
636                 use gst_guint64_to_gdouble to be compliant with vs6
637         * gst/playback/gstdecodebin.c: (try_to_link_1)
638         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
639                 use G_GINT64_CONSTANT for int64 constants
640         * win32/common/libgstinterfaces.def:
641                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
642         * win32/vs6:
643                 update and add new project files
644                 
645 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
646
647         * Makefile.am:
648         * win32/MANIFEST:
649         * win32/common/interfaces-enumtypes.c:
650         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
651         (gst_mixer_track_flags_get_type),
652         (gst_tuner_channel_flags_get_type):
653         * win32/common/interfaces-enumtypes.h:
654         * win32/common/multichannel-enumtypes.c:
655         (gst_audio_channel_position_get_type):
656         * win32/common/multichannel-enumtypes.h:
657           add a win32-update rule like in core, and copy over enumtypes files
658
659 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
660
661         * win32/MANIFEST:
662         * win32/common/config.h:
663         * win32/common/config.h.in:
664           add config files just like in core
665
666 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
667
668         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
669           Make gcc-4.1 happy (part of #327357).
670
671 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
672
673         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
674         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
675         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
676         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
677         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
678         (gst_alsasrc_unprepare), (gst_alsasrc_read):
679           Update all error messages.  All of them should either use
680           the default translated message, or actually provide a
681           translatable string.
682           Make the string for channel count problems meaningful.
683
684 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
685
686         * sys/v4l/v4l_calls.c: (gst_v4l_open):
687           check for and throw RESOURCE_BUSY
688
689 2006-01-27  David Schleef  <ds@schleef.org>
690
691         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
692           checked in this change -- it requires liboil features not
693           in 0.3.6.  Revert parts.
694
695 2006-01-27  David Schleef  <ds@schleef.org>
696
697         * REQUIREMENTS:
698         * configure.ac: update liboil requirement to 0.3.6
699         * gst/videoscale/Makefile.am:
700         * gst/videoscale/vs_scanline.c: liboilify
701
702 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
703
704         * ext/libvisual/visual.c: (get_buffer):
705           When pad_alloc returns a GstFlowReturn other
706           than GST_FLOW_OK, make sure it is passed upstream.
707
708 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
709
710         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
711         (gst_alsasink_class_init):
712           Free the device name string.
713
714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
715         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
716         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
717           Don't remove a pad from the collectpads structure until it
718           is released - it's a request pad, and may receive data again
719           if the element gets moved back to PLAYING state.
720
721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
722           Ensure we turn on double buffering on the Xv port, and
723           set the colour key to something dark and mysterious that
724           isn't black.
725
726 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
727
728         * ext/alsa/gstalsaplugin.c: (plugin_init):
729         * ext/cdparanoia/gstcdparanoiasrc.c:
730         (gst_cd_paranoia_src_base_init), (plugin_init):
731         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
733           - a library should not call setlocale. see "Libraries" node in
734             gettext manual
735           - make sure all plugins that use translation do bindtextdomain
736             to point to the localedir
737         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
738         (setup_sinks), (plugin_init):
739           all this, and check for NULL when creating sinks
740
741 2006-01-27  Julien MOUTTE  <julien@moutte.net>
742
743         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
744         (plugin_init): Make typefinding of subtitles work again.
745
746 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
747
748         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
749         (mp3_type_frame_length_from_header), (mp3_type_find),
750         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
751         (plugin_init):
752           Backport a bunch of typefinding fixes from the 0.8 branch.
753           Also, improve wavpack typefinding: if we can't peek the
754           entire wavpack block, try to parse the bits we can get and
755           see if we find what we're looking for in those.
756
757 2006-01-26  Julien MOUTTE  <julien@moutte.net>
758
759         * sys/ximage/ximagesink.c:
760         (gst_ximagesink_calculate_pixel_aspect_ratio):
761         * sys/xvimage/xvimagesink.c:
762         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
763         more cases of pixel aspect ratio.
764
765 2006-01-26  Edward Hervey  <edward@fluendo.com>
766
767         * gst/playback/gstdecodebin.c: (pad_probe):
768         Also consider the flush-start and tag events as unblockers
769         for the pad probes.
770
771 2006-01-26  Julien MOUTTE  <julien@moutte.net>
772
773         * gst/playback/gstplaybin.c: (gst_play_bin_init),
774         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
775         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
776         On the fly visualisation switch, works disabling, enabling as
777         well but it won't be able to enable vis in a playbin that was
778         created with no visualisation.
779
780 2006-01-25  Wim Taymans  <wim@fluendo.com>
781
782         * gst-libs/gst/audio/gstbaseaudiosink.c:
783         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
784         Undo previous commit that returned WRONG_STATE sooner, it breaks 
785         resume after pause.
786
787 2006-01-25  Wim Taymans  <wim@fluendo.com>
788
789         * gst-libs/gst/audio/gstbaseaudiosink.c:
790         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
791         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
792         Improve debugging.
793         Post error when caps cannot be parsed.
794         Resync on discontinuity in the stream.
795         Clip samples to segment boundaries.
796         return WRONG_STATE sooner when we are flushing.
797
798         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
799         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
800         Make audiosrc operate in TIME.
801         Set TIMESTAMP and DURATION on buffers.
802
803 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
804
805         * tests/examples/seek/seek.c: (main):
806           Output tag messages as well.
807
808 2006-01-23  Edward Hervey  <edward@fluendo.com>
809
810         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
811         (free_pad_probes), (remove_fakesink), (pad_probe),
812         (close_pad_link), (gst_decode_bin_change_state):
813         Replace GstPadBlockCallback with pad probes that detect
814         first buffer AND eos before removing fakesink.
815         Fixes hang with demuxers doing EOS while pre-rolling.
816         Solves #328279
817
818 2006-01-23  Andy Wingo  <wingo@pobox.com>
819
820         * ext/alsa/gstalsasink.c:
821         * gst-libs/gst/rtp/gstbasertpdepayload.c:
822         (gst_base_rtp_depayload_setcaps),
823         (gst_base_rtp_depayload_add_to_queue),
824         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
825         
826         Patch by: Jens Granseuer <jensgr at gmx dot net>
827
828 2006-01-22  Julien MOUTTE  <julien@moutte.net>
829
830         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
831         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
832         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
833         frames. We might get a frame destroyed after changing state to
834         NULL, adding a safety check on xcontext.
835
836 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
837
838         * gst-libs/gst/interfaces/xoverlay.c:
839           Fix prepare-xwindow-id code example in the docs - we need to
840           ignore all messages that aren't element messages as well.
841           
842 2006-01-21  Julien MOUTTE  <julien@moutte.net>
843
844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
845           I think one day i'll completely undestand how caps negotiation
846           is supposed to work. This refactoring handles buffer_alloc
847           called with caps we can't handle. We definitely don't want a
848           set_caps with those caps, so we define and allocate a buffer
849           we would like to receive.
850
851 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
852
853         * gst/playback/gstplaybasebin.c: (setup_source):
854           Free iterator when done.
855
856 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
857
858         * gst-libs/gst/audio/gstbaseaudiosink.c:
859         (gst_base_audio_sink_render):
860           Fix playback of non-synchronised streams by assuming a rate
861           of 1.0 instead of a random one.
862
863           Makes this work again:
864
865           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
866           endianness=(int)4321, signed=(boolean)true, width=(int)16,
867           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
868           audioresample ! alsasink
869
870 === release 0.10.2 ===
871
872 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
873
874         * configure.ac:
875           releasing 0.10.2, "Then the devil is six"
876
877 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
878
879         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
880         * gst/playback/gststreamselector.c:
881         (gst_stream_selector_set_property):
882           Comment out broken code that connects to the state-changed signal.
883           At this point, changing current stream selection is broken, but 
884           stuff like gst-launch playbin current-audio=1 works and filters
885           to the chosen stream.
886
887 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
888
889         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
890           Fix #327216 (null dereference in vorbisdec)
891
892 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
893
894         * ext/theora/theoradec.c: (theora_handle_comment_packet):
895           Post taglist actually on bus instead of just freeing it
896           (fixes #327114 and totem bug #327080).
897
898         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
899           Use gst_element_found_tags_for_pad(), so that the tags
900           are sent downstream as an event as well.
901
902 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
903
904         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
905         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
906         (gst_ximagesink_buffer_alloc):
907         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
908         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
909         (gst_xvimagesink_buffer_alloc):
910           move all regularly occurring messages to GST_LOG level
911           add some more object logs
912
913 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
914
915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
916           fix a silly segfault
917
918 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
919
920         * docs/libs/gst-plugins-base-libs-docs.sgml:
921         * docs/libs/gst-plugins-base-libs-sections.txt:
922         * gst-libs/gst/audio/mixerutils.c:
923         * gst-libs/gst/audio/mixerutils.h:
924           Add docs for mixerutils stuff.
925
926 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
927
928         * gst/playback/gstplaybasebin.c: (setup_source):
929           Fix playback for sources that emit raw audio or
930           raw video streams (e.g.: cd audio sources) (#325984).
931
932 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
933
934         * gst-libs/gst/audio/mixerutils.c:
935         (gst_audio_mixer_filter_do_filter):
936           actually save the element we create
937
938 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
939
940         * gst-libs/gst/cdda/gstcddabasesrc.c:
941         (gst_cdda_base_src_handle_track_seek):
942           No need to post a tag message on the bus when seeking
943           within the same track, only post it when the current
944           track changes.
945
946 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
947
948         * gst/playback/gstplaybasebin.c: (group_destroy),
949         (probe_triggered), (new_decoded_pad), (mute_group_type),
950         (set_active_source):
951         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
952         * gst/playback/gststreamselector.c:
953         (gst_stream_selector_base_init),
954         (gst_stream_selector_set_property),
955         (gst_stream_selector_request_new_pad):
956           Reenable stream selection. These mechanisms need a complete overhaul
957           in the face of 0.8->0.10 changes though.
958
959 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
960
961         * ext/ogg/gstoggdemux.c:
962           Change the pad template to src_%d to match the pads that 
963           are created from it. decodebin needs this information in order
964           to decide that oggdemux is capable of producing multiple pads
965           (and hence needs queues inserted).
966
967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
968         (gst_ogg_mux_collected):
969           Make debug output more useful by using GST_PTR_FORMAT.
970
971 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
972
973         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
974
975         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
976           Set depth and width for alaw/mulaw (fixes #326601).
977
978 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
979
980         * tests/icles/Makefile.am:
981           don't build the tests if we don't have the libs
982
983 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
984
985         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
986         (gst_cd_paranoia_paranoia_callback):
987           Don't try to free NULL pointers.
988
989 2006-01-10  Edward Hervey  <edward@fluendo.com>
990
991         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
992         (gst_audio_rate_change_state), (plugin_init):
993         Add debugging category.
994         Fix type issues.
995         Add case for incoming buffers without valid offset/offset_end.
996
997 2006-01-10  Michael Smith  <msmith@fluendo.com>
998
999         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
1000           Don't leak GCond in audio sources.
1001
1002 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
1003
1004         * gst/playback/gstplaybin.c: (gen_audio_element):
1005           Don't leak an autoaudiosink/alsasink when we generate
1006           a new audio element. (old code, I guess)
1007
1008 2006-01-10  Michael Smith  <msmith@fluendo.com>
1009
1010         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1011           Support float audio in audiorate.
1012           Use width rather than depth for selecting sample width.
1013
1014 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1015
1016         * gst/videotestsrc/videotestsrc.h:
1017           Use GLib types here (that way we don't have to include the
1018           generated _stdint.h header, which makes life easier for win32
1019           folks that don't use autotools for the build) (#325990, patch
1020           by: Sergey Scobich).
1021
1022 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1023
1024         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1025         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1026         (gst_ring_buffer_pause), (wait_segment):
1027         * gst-libs/gst/audio/gstringbuffer.h:
1028           Name (private) union, makes Forte compiler happy (this time
1029           for real) (#324900).
1030
1031 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1032
1033         * gst-libs/gst/audio/Makefile.am:
1034           Link against libgstinterfaces, needed for mixer
1035           and property probe stuff.
1036
1037 2006-01-09  Edward Hervey  <edward@fluendo.com>
1038
1039         * gst-libs/gst/Makefile.am:
1040
1041 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1042
1043         * gst-libs/gst/audio/Makefile.am:
1044         * gst-libs/gst/audio/mixerutils.c:
1045         (gst_audio_mixer_filter_do_filter),
1046         (gst_audio_mixer_filter_check_element),
1047         (gst_audio_mixer_filter_probe_feature),
1048         (element_factory_rank_compare_func),
1049         (gst_audio_default_registry_mixer_filter):
1050         * gst-libs/gst/audio/mixerutils.h:
1051           Add gst_audio_default_registry_mixer_filter() utility
1052           function.
1053
1054 2006-01-03  Michael Smith  <msmith@fluendo.com>
1055
1056         * gst/audioresample/resample.h:
1057           As before, but for o_buf
1058
1059 2006-01-03  Michael Smith  <msmith@fluendo.com>
1060
1061         * gst/audioresample/resample.h:
1062           Declare struct _ResampleState.buffer as unsigned char *, not void *,
1063           since we do arithmetic on it.
1064
1065 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
1066
1067         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1068         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1069         (gst_ring_buffer_pause), (wait_segment):
1070         * gst-libs/gst/audio/gstringbuffer.h:
1071           Sun's Forte compiler doesn't seem to like anonymous structs,
1072           so use same setup as in GstBaseSrc (fixes #324900).
1073
1074 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
1075
1076         * configure.ac:
1077         * gst/volume/Makefile.am:
1078         * gst/volume/demo.c:
1079           move old example to tests/examples/volume/volune.c
1080         * tests/examples/Makefile.am:
1081         * tests/examples/seek/seek.c: (main):
1082           change window-close event from "delete-event" to "destroy"
1083         * tests/examples/volume/Makefile.am:
1084         * tests/examples/volume/volume.c: (value_changed_callback),
1085         (setup_gui), (message_received), (eos_message_received), (main):
1086           fix event handling and bus usage
1087
1088 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
1089
1090         * gst/audiotestsrc/gstaudiotestsrc.c:
1091         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1092         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
1093         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
1094         (gst_audio_test_src_create_square),
1095         (gst_audio_test_src_create_saw),
1096         (gst_audio_test_src_create_triangle),
1097         (gst_audio_test_src_create_silence),
1098         (gst_audio_test_src_create_white_noise),
1099         (gst_audio_test_src_create_pink_noise),
1100         (gst_audio_test_src_init_sine_table),
1101         (gst_audio_test_src_create_sine_table),
1102         (gst_audio_test_src_change_wave),
1103         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
1104         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
1105         * gst/audiotestsrc/gstaudiotestsrc.h:
1106           update to basesrc changes, implement segmented seeking and eos
1107           handling, add a 'sine-tab' waveform for performance critical playback
1108
1109 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1110
1111         * po/POTFILES.in:
1112           ... and this time the other modified file that I missed last time.
1113
1114 2005-12-29  Michael Smith  <msmith@fluendo.com>
1115
1116         * gst/playback/gstdecodebin.c: (new_pad):
1117           Fix non-C89 variable declaration not at the start of a block. Should
1118           help some compilers.
1119
1120 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1121
1122         * tests/check/Makefile.am:
1123           And now fix 'make distcheck' (builddir != srcdir)
1124
1125 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1126
1127         * configure.ac:
1128         * ext/cdparanoia/Makefile.am:
1129         * ext/cdparanoia/gstcdparanoia.c:
1130         * ext/cdparanoia/gstcdparanoia.h:
1131         * ext/cdparanoia/gstcdparanoiasrc.c:
1132         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
1133         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
1134         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
1135         (gst_cd_paranoia_paranoia_callback),
1136         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
1137         (gst_cd_paranoia_src_set_property),
1138         (gst_cd_paranoia_src_get_property), (plugin_init):
1139         * ext/cdparanoia/gstcdparanoiasrc.h:
1140           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
1141           plugin again (there are still fixes required to playbin to make
1142           cdda:// uris work there).
1143
1144 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1145
1146         * tests/check/Makefile.am:
1147           Fix test case compilation.
1148
1149 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1150
1151         * gst-libs/gst/cdda/gstcddabasesrc.c:
1152         (gst_cdda_base_src_update_duration),
1153         (gst_cdda_base_src_calculate_cddb_id):
1154           An integer is not a string. Fix access to uninitialised variable.
1155
1156         * tests/check/Makefile.am:
1157           Add cddabasesrc unit test; also actually enable the vorbis test.
1158
1159         * tests/check/generic/states.c:
1160           Blacklist new cd audio elements as well.
1161
1162         * tests/check/libs/cddabasesrc.c:
1163           Unit test for GstCddaBaseSrc (discid calculation mostly).
1164
1165 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1166
1167         * docs/libs/Makefile.am:
1168         * docs/libs/gst-plugins-base-libs-docs.sgml:
1169         * docs/libs/gst-plugins-base-libs-sections.txt:
1170         * docs/libs/gst-plugins-base-libs.types:
1171           Add docs for libgstcdda/GstCddaBaseSrc.
1172
1173         * gst-libs/gst/interfaces/mixertrack.h:
1174           Do one struct member per line with a semicolon at the end, that way
1175           even gtk-doc might parse it without complaining.
1176
1177 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1178
1179         * configure.ac:
1180         * gst-libs/gst/Makefile.am:
1181         * gst-libs/gst/cdda/Makefile.am:
1182         * gst-libs/gst/cdda/base64.c:
1183         * gst-libs/gst/cdda/base64.h:
1184         * gst-libs/gst/cdda/gstcddabasesrc.c:
1185         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
1186         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
1187         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
1188         (gst_cdda_base_src_get_property),
1189         (gst_cdda_base_src_get_track_from_sector),
1190         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
1191         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
1192         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
1193         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
1194         (gst_cdda_base_src_uri_get_protocols),
1195         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
1196         (gst_cdda_base_src_uri_handler_init),
1197         (gst_cdda_base_src_setup_interfaces),
1198         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
1199         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
1200         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
1201         (gst_cdda_base_src_add_tags),
1202         (gst_cdda_base_src_add_index_associations),
1203         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
1204         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
1205         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
1206         (gst_cdda_base_src_create):
1207         * gst-libs/gst/cdda/gstcddabasesrc.h:
1208         * gst-libs/gst/cdda/sha1.c:
1209         * gst-libs/gst/cdda/sha1.h:
1210           Add new libgstcdda with GstCddaBaseSrc class.
1211
1212 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1213
1214         * ext/gnomevfs/gstgnomevfssink.h:
1215           Use GstBaseSinkClass as parent_class member for class struct, not
1216           GstBaseSink.
1217
1218 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1219
1220         * gst/videotestsrc/gstvideotestsrc.c:
1221         (gst_video_test_src_class_init), (gst_video_test_src_start):
1222           Add start method to reset running time and number of frames sent
1223           when starting up (fixes #324696; patch by: Michal Benes).
1224
1225 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * docs/plugins/Makefile.am:
1228         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1229         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1230         * docs/plugins/gst-plugins-base-plugins.args:
1231         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1232         * docs/plugins/gst-plugins-base-plugins.signals:
1233           Add docs stuff for gnomevfssrc and gnomevfssink.
1234
1235         * ext/gnomevfs/gstgnomevfssrc.c:
1236           Fix example pipeline in gtk-doc blurb.
1237
1238 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1239
1240         * ext/gnomevfs/Makefile.am:
1241         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
1242         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
1243         (gst_gnome_vfs_handle_get_type), (plugin_init):
1244         * ext/gnomevfs/gstgnomevfs.h:
1245         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
1246         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
1247         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
1248         (gst_gnome_vfs_sink_set_property),
1249         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
1250         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
1251         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
1252         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
1253         (gst_gnome_vfs_sink_uri_get_type),
1254         (gst_gnome_vfs_sink_uri_get_protocols),
1255         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
1256         (gst_gnome_vfs_sink_uri_handler_init):
1257         * ext/gnomevfs/gstgnomevfssink.h:
1258           Port gnomevfssink; add gtk-doc blurb.
1259
1260         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
1261         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
1262         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1263         (gst_gnome_vfs_src_uri_get_type),
1264         (gst_gnome_vfs_src_uri_get_protocols),
1265         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
1266         (gst_gnome_vfs_src_uri_handler_init),
1267         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
1268         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
1269         (gst_gnome_vfs_src_send_additional_headers_callback),
1270         (gst_gnome_vfs_src_received_headers_callback),
1271         (gst_gnome_vfs_src_push_callbacks),
1272         (gst_gnome_vfs_src_pop_callbacks),
1273         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
1274         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
1275         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
1276         * ext/gnomevfs/gstgnomevfssrc.h:
1277           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
1278           file; add gtk-doc blurb with example pipelines.
1279
1280 === release 0.10.1 ===
1281
1282 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
1283
1284         * configure.ac:
1285           releasing 0.10.1, "Dobro Dedek"
1286
1287 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
1288
1289         * gst/typefind/gsttypefindfunctions.c:
1290         iLBC30 and iLBC20 added to typefind.
1291
1292 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1293
1294         * gst-libs/gst/audio/gstbaseaudiosink.c:
1295         (gst_base_audio_sink_class_init):
1296         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1297         (gst_base_audio_src_class_init):
1298           update strings, values are in microseconds
1299           change the default sink buffer time to something that is smaller
1300           (to help software volume mixing have a slightly lower delay) but
1301           still be acceptable on Wim's laptop
1302
1303 2005-12-20  Edward Hervey  <edward@fluendo.com>
1304
1305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
1306         Made a quack, forgot to add DUCK to the riff video template.
1307
1308 2005-12-19  Edward Hervey  <edward@fluendo.com>
1309
1310         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
1311         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1312         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1313         (gst_ogm_parse_chain):
1314         Make sure pads are initialized correctly.
1315         * gst-libs/gst/riff/riff-ids.h:
1316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1317         (gst_riff_create_video_template_caps):
1318         Add a whole bunch of FOURCC <=> MimeType.
1319         Extend the riff video pad template to support the newly added fourcc.
1320
1321 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
1322
1323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1324         (gst_ogg_demux_activate_chain):
1325           Extra debug output when activating/deactivating chains.
1326
1327         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1328         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
1329         (unlinked):
1330           Remove a queue from our list when it becomes unlinked.
1331           Don't add queues to elements in class 'Demux' if they
1332           can only produce one pad 
1333
1334 2005-12-18  Julien MOUTTE  <julien@moutte.net>
1335
1336         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
1337         (gst_video_sink_get_type): Add a debug category.
1338
1339 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1340
1341         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1342         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
1343           Handle downstream newsegment by sending our own newsegment before the
1344           next buffer to be released. (#323900)
1345
1346 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1347
1348         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1349         (gst_base_rtp_depayload_set_gst_timestamp):
1350           add queue delay to new segment as well (as opposed to just the first
1351           buffer). (bug #322347)
1352
1353 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
1354
1355         * ext/libvisual/visual.c: (make_valid_name):
1356           change some char* into char[]
1357         * gst/audiotestsrc/gstaudiotestsrc.c:
1358         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
1359         (gst_audio_test_src_create):
1360         * gst/audiotestsrc/gstaudiotestsrc.h:
1361           prepare to handle EOS and SEGMENT_DONE
1362
1363 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1364
1365         * tests/check/generic/states.c: (GST_START_TEST):
1366           Blacklist cdparanoia element in state test.
1367
1368 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * gst/tcp/gsttcp.c:
1371         * gst/tcp/gsttcpclientsink.c:
1372         * gst/tcp/gsttcpserversink.c:
1373         * gst/tcp/gsttcpserversrc.c:
1374           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
1375           patch by: Benjamin Pineau).
1376
1377 2005-12-15  Michael Smith  <msmith@fluendo.com>
1378
1379         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
1380         (gst_video_rate_chain):
1381           Fix timestamping for videorate when the first buffer it sees has a
1382           non-zero timestamp. Fix some misleading debug output.
1383
1384 2005-12-15  Michael Smith  <msmith@fluendo.com>
1385
1386         * gst/audioresample/gstaudioresample.c:
1387           Don't leak all input buffers to audioresample.
1388
1389 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1390
1391         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
1392           Don't operate on empty text buffers. Strip newlines and
1393           tabs only from the end of the text, but leave them intact
1394           in the middle. Fix typo in gtk-doc description.
1395
1396 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1397
1398         * gst/playback/gstplaybasebin.c:
1399         * gst/playback/gstplaybin.c: (handoff):
1400           Make sure the video frame buffer we return to apps via the
1401           "frame" property always has caps set on it. Modify
1402           _gst_gvalue_set_object() macro to handle NULL objects
1403           gracefully too.
1404
1405 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
1406
1407         * gst/audiotestsrc/gstaudiotestsrc.c:
1408         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1409         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
1410         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
1411         (gst_audio_test_src_create):
1412         * gst/audiotestsrc/gstaudiotestsrc.h:
1413         Adjust to some recent api changes and add wtays new cool seeking
1414         capabillities
1415
1416 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1417
1418         * ext/alsa/Makefile.am:
1419         * ext/alsa/gstalsadeviceprobe.c:
1420         * ext/alsa/gstalsadeviceprobe.h:
1421           Helper functions to add device probing via the GstPropertyProbe
1422           interface to a class.
1423
1424         * ext/alsa/gstalsamixer.h:
1425           Comment out GST_ALSA_MIXER, it returns a struct that's not
1426           used.
1427
1428         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1429           Add some debug info. 
1430
1431         * ext/alsa/gstalsamixerelement.c:
1432         (gst_alsa_mixer_element_interface_supported),
1433         (gst_implements_interface_init),
1434         (gst_alsa_mixer_element_init_interfaces),
1435         (gst_alsa_mixer_element_class_init),
1436         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1437         (gst_alsa_mixer_element_set_property),
1438         (gst_alsa_mixer_element_get_property),
1439         (gst_alsa_mixer_element_change_state):
1440         * ext/alsa/gstalsamixerelement.h:
1441           Add 'device' and 'device-name' properties. Add GstPropertyProbe
1442           for device handling (gnome-volume-control will need that).
1443
1444 2005-12-12  Christian Schaller  <uraeus@gnome.org>
1445
1446         * ext/Makefile.am: fix cdparanoia entry
1447         * gst-plugins-base.spec.in: add cdparanoia
1448
1449 2005-12-12  Michael Smith  <msmith@fluendo.com>
1450
1451         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
1452           Use the correct function to free list of typefind factories.
1453
1454 2005-12-12  Wim Taymans  <wim@fluendo.com>
1455
1456         * gst/videotestsrc/gstvideotestsrc.c:
1457         (gst_video_test_src_class_init), (gst_video_test_src_init),
1458         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
1459         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
1460         (gst_video_test_src_create):
1461         * gst/videotestsrc/gstvideotestsrc.h:
1462         Implement seeking in videotestsrc.
1463         Small cleanups.
1464
1465 2005-12-12  Wim Taymans  <wim@fluendo.com>
1466
1467         * ext/cdparanoia/Makefile.am:
1468         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1469         (gst_paranoia_endian_get_type), (_do_init),
1470         (cdparanoia_class_init), (cdparanoia_init),
1471         (cdparanoia_set_property), (cdparanoia_get_property),
1472         (cdparanoia_do_seek), (cdparanoia_is_seekable),
1473         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
1474         (cdparanoia_convert), (cdparanoia_get_query_types),
1475         (cdparanoia_query), (cdparanoia_set_index),
1476         (cdparanoia_uri_set_uri):
1477         * ext/cdparanoia/gstcdparanoia.h:
1478         Partially ported cdparanoia now that basesrc can support a
1479         plugin like this..
1480
1481 2005-12-12  Wim Taymans  <wim@fluendo.com>
1482
1483         * tests/examples/seek/scrubby.c: (main):
1484         Set higher priority for bus events so they don't get reordered with
1485         gtk gui events.
1486
1487         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1488         (flush_toggle_cb), (main):
1489         Added checkbox to disable flushing seeks. 
1490         Disable scrubbing when doing non flushing seeks.
1491
1492 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
1493
1494         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
1495         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
1496         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
1497         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
1498           Implement some sort of event handling that doesn't rely on
1499           g_return_if_fail; make sure we always push the last chunk of an 
1500           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
1501           state change function; remove some old cruft. Seeking is still
1502           rather unlikely to work though.
1503
1504         * tools/.cvsignore:
1505           Ignore more.
1506
1507 2005-12-11  Julien MOUTTE  <julien@moutte.net>
1508
1509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
1510         Fixed a leak of the current image reference when cleaning up.
1511         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
1512
1513 2005-12-09  Michael Smith  <msmith@fluendo.com>
1514
1515         * tools/Makefile.am:
1516         * tools/gst-launch-ext-m.m:
1517           Remove gst-launch-ext. It doesn't work, and is no longer
1518           particularly useful.
1519
1520 2005-12-08  Luca Ognibene  <luogni@tin.it>
1521
1522         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1523           don't pass random values to ogmparse convert function.
1524           Make seeking possible in the exile1.ogm file.
1525
1526 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1527
1528         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
1529         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1530           Work around refcount problem with g_value_set_object() that occur
1531           if the core has been compiled against GLib-2.6 (g_value_set_object()
1532           will only g_object_ref() the element, but the caller will
1533           gst_object_unref() it and bad things will happen due to the way
1534           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
1535           totem for people on FC4 using Thomas's 0.10 RPMs.
1536           
1537 2005-12-07  Edward Hervey  <edward@fluendo.com>
1538
1539         Time to welcome ogm to 0.10 :)
1540         
1541         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
1542         (gst_ogg_pad_typefind):
1543         Oggdemux can now properly typefind elements with dynamic pads.
1544         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1545         Properly set caps on src pad, and set caps on outgoing buffers.
1546
1547 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1548
1549         * ext/alsa/gstalsamixer.h:
1550         * ext/alsa/gstalsamixerelement.h:
1551         * ext/alsa/gstalsamixeroptions.h:
1552         * ext/alsa/gstalsamixertrack.h:
1553         * ext/alsa/gstalsasink.c:
1554         * ext/alsa/gstalsasink.h:
1555         * ext/alsa/gstalsasrc.c:
1556         * ext/alsa/gstalsasrc.h:
1557         * ext/cdparanoia/gstcdparanoia.h:
1558         * ext/gnomevfs/gstgnomevfsuri.h:
1559         * ext/ogg/gstoggdemux.c:
1560         * ext/ogg/gstoggmux.c:
1561         * ext/pango/gsttextoverlay.h:
1562         * ext/theora/theoradec.c:
1563         * ext/theora/theoraenc.c:
1564         * ext/vorbis/vorbisdec.h:
1565         * ext/vorbis/vorbisenc.c:
1566         * ext/vorbis/vorbisenc.h:
1567         * ext/vorbis/vorbisparse.h:
1568         * gst-libs/gst/audio/gstaudioclock.h:
1569         * gst-libs/gst/audio/gstaudiosink.c:
1570         * gst-libs/gst/audio/gstaudiosink.h:
1571         * gst-libs/gst/audio/gstaudiosrc.c:
1572         * gst-libs/gst/audio/gstaudiosrc.h:
1573         * gst-libs/gst/audio/gstbaseaudiosink.c:
1574         * gst-libs/gst/audio/gstbaseaudiosink.h:
1575         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1576         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1577         * gst-libs/gst/audio/gstringbuffer.h:
1578         * gst-libs/gst/audio/multichannel.h:
1579         * gst-libs/gst/floatcast/floatcast.h:
1580         * gst-libs/gst/interfaces/colorbalance.c:
1581         * gst-libs/gst/interfaces/colorbalance.h:
1582         * gst-libs/gst/interfaces/colorbalancechannel.h:
1583         * gst-libs/gst/interfaces/mixer.h:
1584         * gst-libs/gst/interfaces/mixeroptions.h:
1585         * gst-libs/gst/interfaces/mixertrack.h:
1586         * gst-libs/gst/interfaces/navigation.h:
1587         * gst-libs/gst/interfaces/propertyprobe.h:
1588         * gst-libs/gst/interfaces/tuner.h:
1589         * gst-libs/gst/interfaces/tunerchannel.h:
1590         * gst-libs/gst/interfaces/tunernorm.h:
1591         * gst-libs/gst/interfaces/xoverlay.h:
1592         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1593         * gst-libs/gst/riff/riff-ids.h:
1594         * gst-libs/gst/riff/riff-media.h:
1595         * gst-libs/gst/riff/riff-read.h:
1596         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1597         * gst-libs/gst/rtp/gstbasertppayload.c:
1598         * gst-libs/gst/rtp/gstbasertppayload.h:
1599         * gst-libs/gst/rtp/gstrtpbuffer.c:
1600         * gst-libs/gst/rtp/gstrtpbuffer.h:
1601         * gst-libs/gst/tag/gsttageditingprivate.h:
1602         * gst-libs/gst/tag/gstvorbistag.c:
1603         (gst_tag_list_from_vorbiscomment_buffer):
1604         * gst-libs/gst/tag/tag.h:
1605         * gst-libs/gst/video/video.h:
1606         * gst/adder/gstadder.c:
1607         * gst/adder/gstadder.h:
1608         * gst/audioconvert/audioconvert.c:
1609         * gst/audioconvert/audioconvert.h:
1610         * gst/audioconvert/gstaudioconvert.c:
1611         * gst/audioconvert/gstchannelmix.c:
1612         * gst/audioconvert/gstchannelmix.h:
1613         * gst/audiorate/gstaudiorate.c:
1614         * gst/audioresample/buffer.h:
1615         * gst/audioresample/functable.h:
1616         * gst/audioresample/gstaudioresample.c:
1617         * gst/audioresample/resample.h:
1618         * gst/ffmpegcolorspace/avcodec.h:
1619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1620         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1621         * gst/ffmpegcolorspace/imgconvert.c:
1622         * gst/ffmpegcolorspace/imgconvert_template.h:
1623         * gst/playback/gstdecodebin.c:
1624         * gst/playback/gstplaybasebin.h:
1625         * gst/playback/gstplaybin.c:
1626         * gst/playback/gststreaminfo.h:
1627         * gst/tcp/gstfdset.c:
1628         * gst/tcp/gstfdset.h:
1629         * gst/tcp/gstmultifdsink.c:
1630         * gst/tcp/gstmultifdsink.h:
1631         * gst/tcp/gsttcp.h:
1632         * gst/tcp/gsttcpclientsrc.c:
1633         * gst/tcp/gsttcpclientsrc.h:
1634         * gst/tcp/gsttcpplugin.h:
1635         * gst/tcp/gsttcpserversink.c:
1636         * gst/tcp/gsttcpserversrc.c:
1637         * gst/typefind/gsttypefindfunctions.c:
1638         * gst/videorate/gstvideorate.c:
1639         * gst/videotestsrc/gstvideotestsrc.h:
1640         * gst/videotestsrc/videotestsrc.h:
1641         * sys/v4l/gstv4lcolorbalance.h:
1642         * sys/v4l/gstv4ltuner.h:
1643         * sys/v4l/gstv4lxoverlay.h:
1644         * sys/v4l/v4l_calls.h:
1645         * sys/v4l/videodev_mjpeg.h:
1646         * tests/check/elements/audioconvert.c:
1647         * tests/check/elements/audioresample.c:
1648         * tests/check/elements/audiotestsrc.c:
1649         * tests/check/elements/videotestsrc.c:
1650         * tests/check/elements/volume.c:
1651         * tests/examples/seek/scrubby.c:
1652         * tests/examples/seek/seek.c:
1653           expand tabs
1654
1655 === release 0.10.0 ===
1656
1657 2005-12-05   <thomas (at) apestaart (dot) org>
1658
1659         * configure.ac:
1660           releasing 0.10.0, "Mont-d'or"
1661
1662 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1663
1664         * tests/examples/seek/Makefile.am:
1665         Build fix for when gtk is not available.
1666
1667 2005-12-05  Andy Wingo  <wingo@pobox.com>
1668
1669         * ext/libvisual/visual.c: (get_buffer):
1670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1671         * ext/pango/gsttextrender.c: (gst_text_render_chain):
1672         * ext/theora/theoradec.c: (theora_handle_data_packet):
1673         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1674         (theora_enc_chain):
1675         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1676         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1677         Update for alloc_buffer changes.
1678
1679 2005-12-05  Andy Wingo  <wingo@pobox.com>
1680
1681         patch by: Kai Vehmanen <kv2004 eca cx>
1682         
1683         * gst-libs/gst/rtp/gstbasertpdepayload.c
1684         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
1685
1686 2005-12-04  Andy Wingo  <wingo@pobox.com>
1687
1688         patch by: Sebastien Cote <sebas642 yahoo ca>
1689         
1690         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
1691         Fixes #319172.
1692
1693 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
1694
1695         * docs/plugins/Makefile.am:
1696         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1697         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1698         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1699         * ext/pango/gstclockoverlay.c:
1700         * ext/pango/gsttextoverlay.c: 
1701         * ext/pango/gsttextrender.c:
1702         * ext/pango/gsttimeoverlay.c:
1703           Add gtk-doc blurbs to pango elements.
1704
1705 2005-12-02  Wim Taymans  <wim@fluendo.com>
1706
1707         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
1708         * gst/audioresample/buffer.h:
1709         * gst/audioresample/gstaudioresample.c:
1710         * gst/audioresample/gstaudioresample.h:
1711         * gst/audioresample/resample.c: (resample_input_flush),
1712         (resample_input_pushthrough), (resample_input_eos),
1713         (resample_get_output_size_for_input),
1714         (resample_get_input_size_for_output), (resample_get_output_size),
1715         (resample_get_output_data):
1716         * gst/audioresample/resample.h:
1717         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1718         Fix audioresample, seek torture, new segments, reverse negotiation
1719         etc.. work fine.
1720
1721 2005-12-02  Wim Taymans  <wim@fluendo.com>
1722
1723         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1724         Small cleanups.
1725
1726 2005-12-02  Wim Taymans  <wim@fluendo.com>
1727
1728         * gst/audioconvert/gstaudioconvert.c:
1729         (gst_audio_convert_transform):
1730         Post errors.
1731
1732 === release 0.9.7 ===
1733
1734 2005-12-01   <thomas (at) apestaart (dot) org>
1735
1736         * configure.ac:
1737           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
1738
1739 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1740
1741         * Makefile.am:
1742         * po/hu.po:
1743         * win32/MANIFEST:
1744         * win32/gst.sln:
1745           add win32 MANIFEST file
1746           do something to the hungarian translation
1747
1748 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
1749
1750         * ext/Makefile.am:
1751           Add $(PANGO_DIR) to SUBDIRS
1752
1753         * ext/pango/gstclockoverlay.c:
1754         * ext/pango/gsttimeoverlay.c:
1755           Fix and improve element descriptions.
1756
1757 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1758
1759         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1760         * docs/plugins/inspect/plugin-libvisual.xml:
1761         * docs/plugins/inspect/plugin-pango.xml:
1762           add pango plugin to docs
1763
1764 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1765
1766         * configure.ac:
1767         * ext/Makefile.am:
1768           moved pango to base
1769
1770 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1771
1772         * configure.ac:
1773         * tests/Makefile.am:
1774         * tests/icles/.cvsignore:
1775         * tests/icles/Makefile.am:
1776         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
1777         (close_display), (resize_window), (move_window), (create_window),
1778         (terminate_playback), (pause_playback), (start_playback), (main):
1779           add stress test for xoverlay from Julien
1780
1781 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1782
1783         * docs/libs/tmpl/gstcolorbalance.sgml:
1784         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1785         * gst-libs/gst/rtp/gstbasertppayload.c:
1786         * gst-libs/gst/rtp/gstrtpbuffer.c:
1787         * gst-libs/gst/rtp/gstrtpbuffer.h:
1788           Do burger's rename for rtp payloaders and depayloaders
1789
1790 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1791
1792         * win32/:
1793           add Visual Studio 6 build files
1794
1795 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1796
1797         * docs/libs/gst-plugins-base-libs-docs.sgml:
1798         * docs/libs/gst-plugins-base-libs-sections.txt:
1799         * docs/libs/tmpl/gstaudio.sgml:
1800         * docs/libs/tmpl/gstringbuffer.sgml:
1801         * gst-libs/gst/interfaces/xoverlay.c:
1802         * gst-libs/gst/video/gstvideofilter.c:
1803         * gst-libs/gst/video/gstvideosink.c:
1804           update documentation
1805
1806 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1807
1808         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
1809         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
1810         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
1811         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1812         (gst_multi_fd_sink_get_stats),
1813         (gst_multi_fd_sink_remove_client_link),
1814         (gst_multi_fd_sink_handle_client_read),
1815         (gst_multi_fd_sink_client_queue_data),
1816         (gst_multi_fd_sink_client_queue_caps),
1817         (gst_multi_fd_sink_client_queue_buffer),
1818         (gst_multi_fd_sink_new_client),
1819         (gst_multi_fd_sink_handle_client_write),
1820         (gst_multi_fd_sink_recover_client),
1821         (gst_multi_fd_sink_queue_buffer),
1822         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
1823         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
1824         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
1825         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
1826         * gst/tcp/gstmultifdsink.h:
1827         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
1828         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
1829         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
1830         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
1831         (gst_tcp_client_sink_set_property),
1832         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
1833         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
1834         * gst/tcp/gsttcpclientsink.h:
1835         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
1836         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
1837         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
1838         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
1839         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
1840         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
1841         * gst/tcp/gsttcpclientsrc.h:
1842         * gst/tcp/gsttcpplugin.c: (plugin_init):
1843         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
1844         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
1845         (gst_tcp_server_sink_finalize),
1846         (gst_tcp_server_sink_handle_server_read),
1847         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
1848         (gst_tcp_server_sink_set_property),
1849         (gst_tcp_server_sink_get_property),
1850         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
1851         * gst/tcp/gsttcpserversink.h:
1852         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
1853         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
1854         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
1855         (gst_tcp_server_src_set_property),
1856         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
1857         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
1858         * gst/tcp/gsttcpserversrc.h:
1859           more borgifying
1860
1861 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1862
1863         * docs/plugins/Makefile.am:
1864         * docs/plugins/gst-plugins-base-plugins.args:
1865         * docs/plugins/inspect/plugin-libvisual.xml:
1866         * gst/audioconvert/plugin.h:
1867         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
1868         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
1869         (gst_audio_rate_setcaps), (gst_audio_rate_init),
1870         (gst_audio_rate_chain), (gst_audio_rate_set_property),
1871         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
1872         (plugin_init):
1873         * gst/audiotestsrc/gstaudiotestsrc.c:
1874         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
1875         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1876         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1877         (gst_audio_test_src_get_query_types),
1878         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
1879         (gst_audio_test_src_create_square),
1880         (gst_audio_test_src_create_saw),
1881         (gst_audio_test_src_create_triangle),
1882         (gst_audio_test_src_create_silence),
1883         (gst_audio_test_src_create_white_noise),
1884         (gst_audio_test_src_init_pink_noise),
1885         (gst_audio_test_src_generate_pink_noise_value),
1886         (gst_audio_test_src_create_pink_noise),
1887         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
1888         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
1889         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
1890         (plugin_init):
1891         * gst/audiotestsrc/gstaudiotestsrc.h:
1892         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
1893         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
1894         (gst_sub_parse_init), (gst_sub_parse_formats),
1895         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
1896         (convert_encoding), (get_next_line),
1897         (gst_sub_parse_data_format_autodetect),
1898         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
1899         (gst_sub_parse_loop), (gst_sub_parse_chain),
1900         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
1901         (plugin_init):
1902         * gst/subparse/gstsubparse.h:
1903         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
1904         (gst_video_rate_base_init), (gst_video_rate_class_init),
1905         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
1906         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
1907         (gst_video_rate_init), (gst_video_rate_event),
1908         (gst_video_rate_chain), (gst_video_rate_set_property),
1909         (gst_video_rate_get_property), (gst_video_rate_change_state),
1910         (plugin_init):
1911         * gst/videoscale/gstvideoscale.c:
1912         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
1913         (gst_video_scale_src_template_factory),
1914         (gst_video_scale_sink_template_factory),
1915         (gst_video_scale_get_type), (gst_video_scale_base_init),
1916         (gst_video_scale_class_init), (gst_video_scale_init),
1917         (gst_video_scale_set_property), (gst_video_scale_get_property),
1918         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
1919         (gst_video_scale_prepare_size), (parse_caps),
1920         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1921         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
1922         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
1923         (plugin_init):
1924         * gst/videoscale/gstvideoscale.h:
1925         * gst/videotestsrc/gstvideotestsrc.c:
1926         (gst_video_test_src_pattern_get_type),
1927         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
1928         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
1929         (gst_video_test_src_set_pattern),
1930         (gst_video_test_src_set_property),
1931         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
1932         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
1933         (gst_video_test_src_event), (gst_video_test_src_get_times),
1934         (gst_video_test_src_create), (plugin_init):
1935         * gst/videotestsrc/gstvideotestsrc.h:
1936         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
1937         (gst_video_test_src_smpte), (gst_video_test_src_snow),
1938         (gst_video_test_src_black):
1939         * gst/videotestsrc/videotestsrc.h:
1940           borgify further
1941           clean up docs a little
1942
1943 2005-11-30  Wim Taymans  <wim@fluendo.com>
1944
1945         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1946         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1947         (gst_basertppayload_event), (gst_basertppayload_push),
1948         (gst_basertppayload_change_state):
1949         * gst-libs/gst/rtp/gstbasertppayload.h:
1950         closed #320644.
1951
1952 2005-11-30  Julien MOUTTE  <julien@moutte.net>
1953
1954         * docs/libs/gst-plugins-base-libs-docs.sgml:
1955         * docs/libs/gst-plugins-base-libs-sections.txt:
1956         * gst-libs/gst/video/gstvideofilter.c:
1957         * gst-libs/gst/video/gstvideosink.c:
1958         * gst-libs/gst/video/gstvideosink.h: Adding docs.
1959
1960 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1961
1962         * LICENSE:
1963           move
1964         * po/af.po:
1965         * po/az.po:
1966         * po/cs.po:
1967         * po/en_GB.po:
1968         * po/hu.po:
1969         * po/it.po:
1970         * po/nb.po:
1971         * po/nl.po:
1972         * po/or.po:
1973         * po/sq.po:
1974         * po/sr.po:
1975         * po/sv.po:
1976         * po/uk.po:
1977         * po/vi.po:
1978         * Makefile.am:
1979           update
1980         * scripts/autoplugins.sh:
1981           remove
1982
1983 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1984
1985         * Makefile.am:
1986         * configure.ac:
1987         * examples/Makefile.am:
1988         * examples/capsfilter/Makefile.am:
1989         * examples/capsfilter/capsfilter1.c:
1990         * examples/gob/Makefile.am:
1991         * examples/gob/gst-identity2.gob:
1992         * examples/indexing/.cvsignore:
1993         * examples/indexing/Makefile.am:
1994         * examples/indexing/indexmpeg.c:
1995         * examples/seeking/.cvsignore:
1996         * examples/seeking/Makefile.am:
1997         * examples/seeking/cdparanoia.c:
1998         * examples/seeking/cdplayer.c:
1999         * examples/seeking/chained.c:
2000         * examples/seeking/scrubby.c:
2001         * examples/seeking/seek.c:
2002         * examples/stats/Makefile.am:
2003         * examples/stats/mp2ogg.c:
2004         * examples/switch/.cvsignore:
2005         * examples/switch/Makefile.am:
2006         * examples/switch/switcher.c:
2007         * tests/Makefile.am:
2008         * tests/check/generic/.cvsignore:
2009         * tests/check/pipelines/.cvsignore:
2010         * tests/examples/Makefile.am:
2011         * tests/examples/seek/Makefile.am:
2012           reorganize stuff under tests/
2013
2014 2005-11-30  Edward Hervey  <edward@fluendo.com>
2015
2016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2017         Go away you stupid GstStaticPadTemplate memleak.
2018
2019 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2020
2021         * gst-libs/gst/net/Makefile.am:
2022         * gst-libs/gst/net/README:
2023         * gst-libs/gst/net/gstnetbuffer.c:
2024         * gst-libs/gst/net/gstnetbuffer.h:
2025           this was moved to "netbuffer"
2026
2027 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2028
2029         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
2030         (gst_video_filter_class_init), (gst_video_filter_init):
2031         * gst-libs/gst/video/gstvideofilter.h:
2032           borgify name to bring in line with other classes
2033
2034 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2035
2036         * gst/audioscale/.cvsignore:
2037         * gst/audioscale/Makefile.am:
2038         * gst/audioscale/README:
2039         * gst/audioscale/audioscale.vcproj:
2040         * gst/audioscale/dtof.c:
2041         * gst/audioscale/dtos.c:
2042         * gst/audioscale/functable.c:
2043         * gst/audioscale/gstaudioscale.c:
2044         * gst/audioscale/gstaudioscale.h:
2045         * gst/audioscale/private.h:
2046         * gst/audioscale/resample.c:
2047         * gst/audioscale/resample.h:
2048         * gst/audioscale/test.c:
2049           remove
2050
2051 2005-11-30  Edward Hervey  <edward@fluendo.com>
2052
2053         * gst-libs/gst/netbuffer/Makefile.am:
2054         really, really tired
2055
2056 2005-11-30  Edward Hervey  <edward@fluendo.com>
2057
2058         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2059         Update for new GstTypeFindFactory _register()
2060
2061 2005-11-30  Edward Hervey  <edward@fluendo.com>
2062
2063         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
2064         Let's not override libgstnet from core for no reason...
2065         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
2066         Ok, maybe not so quick next time.
2067
2068 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2069
2070         * configure.ac:
2071         * gst-libs/gst/Makefile.am:
2072           moved gst-libs/gst/net to netbuffer through CVS surgery
2073           remove old directory
2074           updating build to accomodate
2075           (#322257)
2076
2077 2005-11-29  Andy Wingo  <wingo@pobox.com>
2078
2079         * pkgconfig/gstreamer-plugins-base.pc.in:
2080         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2081         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
2082         (#322257).
2083
2084 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2085
2086         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2087         3rd time's the charm. Correct ref-counting for discarded buffers.
2088
2089 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2090
2091         * gst/playback/gststreamselector.c:
2092         (gst_stream_selector_class_init),
2093         (gst_stream_selector_set_property),
2094         (gst_stream_selector_get_property),
2095         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2096         Fix ref-counting
2097
2098 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
2099
2100         * gst/subparse/gstsubparse.c: (feed_textbuf):
2101           Don't access already unref'ed buffer.
2102
2103 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2104
2105         * gst/playback/gststreamselector.c:
2106         (gst_stream_selector_class_init), (gst_stream_selector_init),
2107         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
2108         (gst_stream_selector_get_property),
2109         (gst_stream_selector_get_linked_pad),
2110         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2111         * gst/playback/gststreamselector.h:
2112         Add the active-pad property for playbin to use shortly. Ignore buffers
2113         from any other pad, returning GST_FLOW_NOT_LINKED
2114
2115 2005-11-29  Julien MOUTTE  <julien@moutte.net>
2116
2117         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
2118         patch from bug #322704 (Alessandro Decina).
2119
2120 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2121
2122         * gst-libs/gst/audio/Makefile.am:
2123           folded audiofilter into the audio library
2124
2125 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2126
2127         * gst/videoscale/gstvideoscale.h:
2128         * gst/videoscale/gstvideoscale.c:
2129           remove unimplemented scale methods
2130
2131 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
2132
2133         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
2134           Don't leak caps.
2135
2136 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2137
2138         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2139         (gst_ximagesink_setcaps):
2140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2141         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
2142         happens (only visible on ximagesink but bug is in xv too) set_caps was
2143         destroying the internal x[v]image used to memcpy non locally alloced
2144         buffers so that it got renewed on next _chain. The issue is that 
2145         _expose will try to put that image as it reffed it in _put.
2146         Using gst_buffer_unref instead of destroy fixes it !
2147
2148 2005-11-28  Edward Hervey  <edward@fluendo.com>
2149
2150         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2151         (try_to_link_1), (queue_filled_cb):
2152         Better use of the queues. Start with a small size queue and only increase
2153         the size of the queues when the other queues are empty.
2154
2155 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2156
2157         * gst-libs/gst/video/Makefile.am:
2158           compile in copied-over videofilter into the video library
2159         * gst-libs/gst/video/videosink.h:
2160           rename the header to gstvideosink.h since it's a base GstObject class
2161         * sys/ximage/ximagesink.h:
2162         * sys/xvimage/xvimagesink.h:
2163           use the new header
2164
2165 2005-11-28  Wim Taymans  <wim@fluendo.com>
2166
2167         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
2168         * gst/playback/gstplaybasebin.h:
2169         Prepare to handle errors betters.
2170
2171         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
2172         Set sinks to PAUSED first before adding and linking them so that
2173         we don't interrupt dataflow.
2174
2175 2005-11-28  Wim Taymans  <wim@fluendo.com>
2176
2177         * gst-libs/gst/audio/TODO:
2178         Updated TODO
2179
2180         * gst-libs/gst/audio/gstaudiosink.c:
2181         (gst_audioringbuffer_open_device),
2182         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
2183         (gst_audioringbuffer_release):
2184         Small cleanups.
2185
2186         * gst-libs/gst/audio/gstbaseaudiosink.c:
2187         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
2188         (gst_base_audio_sink_change_state):
2189         Slave to the master clock when going to PLAYING and unslave when
2190         going to PAUSED.
2191
2192         * gst-libs/gst/audio/gstringbuffer.c:
2193         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2194         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2195         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2196         (gst_ring_buffer_clear_all), (wait_segment),
2197         (gst_ring_buffer_commit), (gst_ring_buffer_read),
2198         (gst_ring_buffer_advance):
2199         * gst-libs/gst/audio/gstringbuffer.h:
2200         Add some docs and cleanups.
2201
2202 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2203
2204         * sys/xvimage/xvimagesink.c:
2205         (gst_xvimagesink_navigation_send_event): Fix navigation events
2206         coordinates translation with pixel aspect ratios.
2207
2208 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2209
2210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2211         Use calculated video geometry from _setcaps instead of buffer
2212         caps to respect pixel aspect ratio. (fixes #322388)
2213
2214 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2215
2216         * docs/libs/tmpl/gstcolorbalance.sgml:
2217         * docs/libs/tmpl/gstmixer.sgml:
2218         * docs/libs/tmpl/gstxoverlay.sgml:
2219         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
2220         interface.
2221
2222 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2223
2224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2225         Refuse to create an XvImage if we can't find the format.
2226
2227 2005-11-28  Edward Hervey  <edward@fluendo.com>
2228
2229         * gst-libs/gst/riff/riff-media.c:
2230         (gst_riff_create_audio_template_caps):
2231         Add ATRAC3 to the list of riff-possible audio caps.
2232         I know we still don't have a plugin for atrac3, but it's saner to output
2233         that than a cryptic mimetype.
2234
2235 2005-11-27  Edward Hervey  <edward@fluendo.com>
2236
2237         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
2238         Don't try to create a zero-sized subbuffer.
2239
2240 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2241
2242         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
2243         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2244         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
2245         (gst_ximagesink_expose): Fixed a tricky race.
2246         * sys/ximage/ximagesink.h:
2247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2248         (gst_xvimagesink_expose): Fixed a tricky race.
2249         * sys/xvimage/xvimagesink.h:
2250
2251 2005-11-27  Edward Hervey  <edward@fluendo.com>
2252
2253         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2254         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
2255         Remove unused properties, and add queues between demuxers and decoders
2256         so that a lot more files can preroll properly.
2257
2258 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2259
2260         * gst-libs/gst/net/Makefile.am:
2261         * gst-libs/gst/rtp/Makefile.am:
2262         * gst-libs/gst/tag/Makefile.am:
2263           remove silly include
2264         * gst/tags/Makefile.am:
2265         * gst/tags/gsttagediting.c:
2266         * gst/tags/gsttageditingprivate.h:
2267         * gst/tags/tagedit.vcproj:
2268           remove directory, is as good as empty
2269
2270 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2271
2272         * configure.ac:
2273           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
2274         * gst-libs/Makefile.am:
2275         * gst-libs/gst/audio/Makefile.am:
2276         * gst-libs/gst/interfaces/Makefile.am:
2277         * gst-libs/gst/net/Makefile.am:
2278         * gst-libs/gst/riff/Makefile.am:
2279         * gst-libs/gst/rtp/Makefile.am:
2280         * gst-libs/gst/tag/Makefile.am:
2281         * gst-libs/gst/video/Makefile.am:
2282           and use them
2283
2284 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2285
2286         * docs/libs/tmpl/gstcolorbalance.sgml:
2287         * docs/libs/tmpl/gstmixer.sgml:
2288         * docs/libs/tmpl/gstxoverlay.sgml:
2289         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
2290         * sys/ximage/ximagesink.h:
2291         * sys/xvimage/xvimagesink.h: More and more documentation.
2292
2293 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2294
2295         * docs/libs/gst-plugins-base-libs-docs.sgml:
2296         * docs/libs/gst-plugins-base-libs-sections.txt:
2297         * docs/libs/tmpl/gstcolorbalance.sgml:
2298         * docs/libs/tmpl/gstmixer.sgml:
2299         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
2300         to documentation.
2301
2302 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2303
2304         * docs/plugins/Makefile.am:
2305         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2306         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2307         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2308
2309 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2310
2311         * docs/plugins/Makefile.am:
2312         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2313         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2314         * docs/plugins/inspect/plugin-adder.xml:
2315         * docs/plugins/inspect/plugin-alsa.xml:
2316         * docs/plugins/inspect/plugin-audioconvert.xml:
2317         * docs/plugins/inspect/plugin-audiorate.xml:
2318         * docs/plugins/inspect/plugin-audioresample.xml:
2319         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2320         * docs/plugins/inspect/plugin-decodebin.xml:
2321         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2322         * docs/plugins/inspect/plugin-gnomevfs.xml:
2323         * docs/plugins/inspect/plugin-ogg.xml:
2324         * docs/plugins/inspect/plugin-playbin.xml:
2325         * docs/plugins/inspect/plugin-subparse.xml:
2326         * docs/plugins/inspect/plugin-tcp.xml:
2327         * docs/plugins/inspect/plugin-theora.xml:
2328         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2329         * docs/plugins/inspect/plugin-video4linux.xml:
2330         * docs/plugins/inspect/plugin-videorate.xml:
2331         * docs/plugins/inspect/plugin-videoscale.xml:
2332         * docs/plugins/inspect/plugin-videotestsrc.xml:
2333         * docs/plugins/inspect/plugin-volume.xml:
2334         * docs/plugins/inspect/plugin-vorbis.xml:
2335         * docs/plugins/inspect/plugin-ximagesink.xml:
2336         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
2337         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2338
2339 2005-11-26  Edward Hervey  <edward@fluendo.com>
2340
2341         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
2342         Properly return GstFlowReturn from gst_pad_push in chain functions.
2343
2344 2005-11-25  Michael Smith  <msmith@fluendo.com>
2345
2346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2347         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2348         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2349         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2350           Handle various conditions better when we don't understand a stream.
2351           Removes a heap of CRITICALs on ogg streams containing unknown data.
2352
2353 2005-11-24  Andy Wingo  <wingo@pobox.com>
2354
2355         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
2356         Be threadsafe.
2357
2358 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2359
2360         * configure.ac: back to HEAD
2361
2362 === release 0.9.6 ===
2363
2364 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2365
2366         * configure.ac:
2367           releasing 0.9.6, "White Eight"
2368
2369 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2370
2371         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2372         * docs/plugins/inspect/plugin-sine.xml:
2373           remove sinesrc some more
2374
2375 2005-11-23  Wim Taymans  <wim@fluendo.com>
2376
2377         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2378         If we are reading too slowly, jump forward in the ringbuffer
2379         instead of blocking.
2380
2381 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2382
2383         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2384         (gst_visual_chain):
2385         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
2386         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
2387         (gst_videorate_chain):
2388         * gst/videotestsrc/gstvideotestsrc.c:
2389         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
2390         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
2391         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
2392         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
2393         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2394         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2395           Updates for API changes
2396
2397 2005-11-23  Wim Taymans  <wim@fluendo.com>
2398
2399         * gst-libs/gst/audio/gstbaseaudiosink.c:
2400         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2401         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2402         Fix for calibration API change.
2403
2404 2005-11-23  Michael Smith <msmith@fluendo.com>
2405
2406         * gst-libs/gst/audio/multichannel.c:
2407         (gst_audio_get_channel_positions),
2408         (gst_audio_set_channel_positions),
2409         (gst_audio_set_structure_channel_positions_list),
2410         (gst_audio_fixate_channel_positions):
2411           Use gst_value_array_*() functions on value arrays, not
2412           gst_value_list_*().
2413
2414 2005-11-23  Edward Hervey  <edward@fluendo.com>
2415
2416         * autogen.sh:
2417         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
2418         Fixes autogen
2419
2420 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2421
2422         * check/Makefile.am:
2423         * check/elements/videotestsrc.c: (setup_videotestsrc),
2424         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
2425         (main):
2426           add a test for videotestsrc
2427
2428 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2429
2430         * gst/sine/.cvsignore:
2431         * gst/sine/Makefile.am:
2432         * gst/sine/gstsinesrc.c:
2433         * gst/sine/gstsinesrc.h:
2434         * gst/sine/sinesrc.vcproj:
2435           and remove sinesrc from the repository.  Closes #321446
2436
2437 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2438
2439         * configure.ac:
2440         * gst-plugins-base.spec.in:
2441           remove sinesrc from the build
2442
2443 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2444
2445         * check/Makefile.am:
2446         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
2447         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
2448         (main):
2449           add a test for audiotestsrc, testing all waves.  Even seems
2450           leak-free at first glance, nice job Stefan
2451
2452 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2453
2454         * po/af.po:
2455         * po/az.po:
2456         * po/cs.po:
2457         * po/en_GB.po:
2458         * po/hu.po:
2459         * po/it.po:
2460         * po/nb.po:
2461         * po/nl.po:
2462         * po/or.po:
2463         * po/sq.po:
2464         * po/sr.po:
2465         * po/sv.po:
2466         * po/uk.po:
2467         * po/vi.po:
2468           Translation string updates
2469
2470         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2471         (gst_v4lsrc_set_caps):
2472         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2473         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2474         * sys/v4l/v4lsrc_calls.h:
2475           Improve v4lsrc, by making it work again.
2476
2477 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2478
2479         * ext/libvisual/visual.c: (gst_visual_chain):
2480           Fix the fps calculations.
2481
2482         * gst/ffmpegcolorspace/avcodec.h:
2483           Move structure element for clarity
2484
2485         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
2486         * gst-libs/gst/interfaces/tunernorm.h:
2487         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
2488         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
2489         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
2490         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
2491         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
2492         (gst_v4lmjpegsrc_getcaps):
2493         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2494         (gst_v4lsrc_set_caps):
2495         * sys/v4l/gstv4lsrc.h:
2496         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2497         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2498         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2499         * sys/v4l/v4lsrc_calls.h:
2500           Fractional framerates...
2501
2502 2005-11-22  Wim Taymans  <wim@fluendo.com>
2503
2504         * gst-libs/gst/audio/gstbaseaudiosink.c:
2505         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2506         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2507         And we provide a clock by default, of course...
2508
2509 2005-11-22  Wim Taymans  <wim@fluendo.com>
2510
2511         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
2512         This clock can be slaved to a master clock now.
2513
2514         * gst-libs/gst/audio/gstbaseaudiosink.c:
2515         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2516         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
2517         (gst_base_audio_sink_set_clock),
2518         (gst_base_audio_sink_set_property),
2519         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
2520         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2521         * gst-libs/gst/audio/gstbaseaudiosink.h:
2522         Handle slaving the internal clock to the clock selected in the
2523         pipeline.
2524         Add property to make the basesink not provide a clock.
2525
2526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2527         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2528         (gst_base_rtp_depayload_wait):
2529         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2530         We can use the clock in GstElement, no need to store it ourselves.
2531
2532 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2533
2534         * docs/libs/tmpl/gstaudio.sgml:
2535           update
2536         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2537         (gst_paranoia_endian_get_type):
2538         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
2539         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2540         * gst/audiotestsrc/gstaudiotestsrc.c:
2541         (gst_audiostestsrc_wave_get_type):
2542         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
2543         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2544         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2545         (gst_sync_method_get_type), (gst_unit_type_get_type),
2546         (gst_client_status_get_type), (gst_multifdsink_class_init),
2547         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
2548         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
2549         (gst_multifdsink_get_property):
2550         * gst/tcp/gstmultifdsink.h:
2551         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
2552         * gst/videotestsrc/gstvideotestsrc.c:
2553         (gst_videotestsrc_pattern_get_type):
2554           remove deprecated properties
2555           fix up enums to correctly have short lowercase dashed nicks
2556
2557 2005-11-22  Michael Smith <msmith@fluendo.com>
2558
2559         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2560         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2561           Add underscore.
2562
2563 2005-11-22  Michael Smith <msmith@fluendo.com>
2564
2565         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2566         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2567           Use utility method for scaling clocktime for fractional framerates.
2568
2569 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
2570
2571         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2572         (gst_visual_chain):
2573         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2574         * ext/theora/theoradec.c: (theora_handle_type_packet):
2575         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2576         (theora_enc_chain):
2577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2578         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
2579         * gst-libs/gst/video/video.h:
2580         * gst/ffmpegcolorspace/avcodec.h:
2581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2582         (gst_ffmpeg_caps_to_pixfmt):
2583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2584         (gst_ffmpegcsp_set_caps):
2585         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2586         (gst_videorate_setcaps), (gst_videorate_blank_data),
2587         (gst_videorate_chain):
2588         * gst/videotestsrc/gstvideotestsrc.c:
2589         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
2590         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
2591         (gst_videotestsrc_event), (gst_videotestsrc_create):
2592         * gst/videotestsrc/gstvideotestsrc.h:
2593         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2594         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2595         (gst_ximagesink_get_times), (gst_ximagesink_init):
2596         * sys/ximage/ximagesink.h:
2597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2598         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2599         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
2600         * sys/xvimage/xvimagesink.h:
2601           Convert elements to use fractions for their framerate.
2602           V4L elements to come later tonight.
2603
2604 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2605
2606         * gst-libs/gst/audio/audio.c:
2607         * gst-libs/gst/audio/audio.h:
2608           remove some deprecated functions
2609
2610 2005-11-22  Andy Wingo  <wingo@pobox.com>
2611
2612         * Update for gst_tag_setter API changes.
2613
2614 2005-11-22  Andy Wingo  <wingo@pobox.com>
2615
2616         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
2617         (gst_ogg_demux_perform_seek):
2618         * ext/theora/theoradec.c (theora_dec_sink_event):
2619         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
2620         update-funcnames.
2621
2622 2005-11-22  Wim Taymans  <wim@fluendo.com>
2623
2624         * examples/seeking/seek.c: (main):
2625         Give higher priority to bus signals than the gtk events
2626         to fix a race condition in the segment looping.
2627
2628 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2629
2630         * ext/theora/Makefile.am:
2631         * ext/vorbis/Makefile.am:
2632         * gst-libs/gst/tag/Makefile.am:
2633         * gst-plugins-base.spec.in:
2634           Rename libgsttagedit to libgsttag (#322117).
2635
2636 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2637
2638         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2640           Call gst_x_overlay_prepare_xwindow_id() to give applications
2641           a final chance to set their own xwindow id before the video
2642           sink creates its own window.
2643
2644 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2645
2646         * sys/xvimage/xvimagesink.c:
2647         (gst_xvimagesink_navigation_send_event): Handle navigation
2648         events correcly with borders if applicable.
2649
2650 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2651
2652         Patch by: Luca Ognibene
2653
2654         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2655         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2656         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2657         (gst_ffmpegcsp_caps_remove_format_info):
2658         * gst/ffmpegcolorspace/imgconvert.c:
2659         * gst/ffmpegcolorspace/imgconvert_template.h:
2660           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
2661           #318353); use gst_structure_has_name().
2662
2663 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2664
2665         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
2666         (gst_ximagesink_class_init): Add debug macros on functions.
2667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2668         (gst_xvimagesink_xwindow_draw_borders),
2669         (gst_xvimagesink_xvimage_put),
2670         (gst_xvimagesink_xwindow_update_geometry),
2671         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
2672         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
2673         (gst_xvimagesink_xcontext_clear),
2674         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
2675         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2676         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
2677         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
2678         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
2679         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2680         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
2681         expose while being PAUSED, out of data flow navigation events, etc..
2682
2683 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2684
2685         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2686         * gst-libs/gst/audio/audio.h:
2687           fix prototype - wondering why the test worked regardless
2688
2689 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2690
2691         * check/Makefile.am:
2692         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2693         * gst-libs/gst/audio/audio.h:
2694           add a method that returns a proper GstClockTime
2695
2696 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2697
2698         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
2699         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
2700         * gst-libs/gst/interfaces/xoverlay.h:
2701           Remove everything having to do with the desired size; add 
2702           gst_x_overlay_prepare_xwindow_id() function; remove the
2703           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
2704           post a message on the bus instead (#321816).
2705
2706         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
2707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
2708         (gst_xvimagesink_xoverlay_init):
2709           Remove desired size stuff (#321816).
2710
2711 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2712
2713         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2714         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2715         (mpeg_video_type_find), (mpeg_video_stream_type_find):
2716           Terminate vararg functions with NULL instead of 0 to 
2717           make gcc4 happy.
2718
2719 2005-11-21  Andy Wingo  <wingo@pobox.com>
2720
2721         patch by: Sebastien Cote <sebas642@yahoo.ca>
2722         
2723         * gst-libs/gst/rtp/gstrtpbuffer.h: 
2724         * gst-libs/gst/rtp/gstrtpbuffer.c
2725         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
2726
2727 2005-11-21  Andy Wingo  <wingo@pobox.com>
2728
2729         * gst/playback/gstplaybin.c (gen_audio_element) 
2730         (gen_video_element): Use the new MISSING_PLUGIN core error
2731         category. Closes #320060.
2732
2733         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
2734         * gst/videorate/gstvideorate.c (gst_videorate_event):
2735         * ext/theora/theoradec.c (theora_dec_sink_event): 
2736         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
2737         stream lock.
2738
2739         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
2740         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
2741         stream lock changes.
2742
2743 2005-11-21  Wim Taymans  <wim@fluendo.com>
2744
2745         * gst-libs/gst/audio/gstbaseaudiosink.c:
2746         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2747         (gst_base_audio_sink_provide_clock),
2748         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
2749         (gst_base_audio_sink_change_state):
2750         * gst/audioresample/gstaudioresample.c:
2751         Segment update fix.
2752
2753 2005-11-21  Andy Wingo  <wingo@pobox.com>
2754
2755         * *.h:
2756         * *.c: Ran scripts/update-macros. Oh yes.
2757
2758 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2759
2760         * sys/ximage/Makefile.am:
2761         * sys/ximage/ximage.c:
2762           Rename ximage plugin to ximagesink (#321426) (Don't forget to
2763           remove your old libgstximage.* manually if necessary).
2764
2765 2005-11-21  Michael Smith <msmith@fluendo.com>
2766
2767         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
2768           Minimal fix for bug #320200: set the min/max bitrate in the correct
2769           units. A better fix would be to upgrade to the RATEMANAGE2
2770           interface, rather than using the deprecated interface used here, but
2771           that would require an update in our libvorbis dependency (to 1.1),
2772           which is probably undesirable.
2773
2774 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
2775
2776         * ext/libvisual/visual.c: (get_buffer):
2777         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2778         (gst_base_audio_src_fixate):
2779         * gst/audioconvert/gstaudioconvert.c:
2780         (gst_audio_convert_fixate_caps):
2781         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
2782         * gst/audiotestsrc/gstaudiotestsrc.c:
2783         (gst_audiotestsrc_src_fixate):
2784         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2785         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
2786         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
2787         * gst/videotestsrc/gstvideotestsrc.c:
2788         (gst_videotestsrc_src_fixate):
2789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
2791           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
2792           (#322027)
2793
2794
2795 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2796
2797         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2798         (gst_riff_create_iavs_caps):
2799         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
2800         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
2801         (gst_riff_parse_info):
2802         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
2803         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
2804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2805           Fixes for GST_FOURCC_FORMAT API change.
2806
2807 2005-11-21  Andy Wingo  <wingo@pobox.com>
2808
2809         patch by: Alessandro Dessina <alessandro nnva org>
2810
2811         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
2812         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
2813         (gst_ogg_parse_chain):
2814         * ext/theora/theoraenc.c (theora_set_header_on_caps):
2815         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
2816         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
2817         gst_value_list calls on arrays. Fixes #321962.
2818
2819 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2820
2821         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2822         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
2823         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2824         * gst/adder/gstadder.c: (gst_adder_init),
2825         (gst_adder_request_new_pad), (gst_adder_collected),
2826         (gst_adder_change_state):
2827           Update for gst_collectpads_foo() to gst_collect_pads_foo()
2828           API change.
2829
2830 2005-11-21  Michael Smith <msmith@fluendo.com>
2831
2832         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2833         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
2834           Properly handle pad_push return values.
2835
2836 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
2837
2838         * gst-libs/gst/tag/Makefile.am:
2839         * gst-libs/gst/tag/gstvorbistag.c:
2840         (gst_tag_list_to_vorbiscomment_buffer):
2841           Remove obsolete vorbistag element and debug category.
2842
2843         * gst/playback/gstplaybasebin.c: (check_queue):
2844           Don't divide by 0 when queue-threshold is 0.
2845
2846         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
2847           Don't modify an existing pixel-aspect-ratio if we fail to read
2848           a new one.
2849
2850 2005-11-20  Wim Taymans  <wim@fluendo.com>
2851
2852         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
2853         (gst_vorbisenc_push_packet):
2854         GST_PAD_IS_USABLE is gone, use the return value of
2855         the push or pad_alloc_buffer instead.
2856
2857 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2858
2859         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2860         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
2861         (gst_ximagesink_ximage_destroy),
2862         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
2863         (gst_ximagesink_xwindow_new),
2864         (gst_ximagesink_xwindow_update_geometry),
2865         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
2866         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2867         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
2868         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2869         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
2870         (gst_ximagesink_navigation_send_event),
2871         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
2872         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2873         (gst_ximagesink_finalize), (gst_ximagesink_init),
2874         (gst_ximagesink_class_init):
2875         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
2876         This new version brings correct software scaling, non flickering
2877         window while resizing, pixel aspect ratio handling, usage of
2878         hardware buffer pools, out of data flow event thread for 
2879         navigation and handling of expose events even when being PAUSED,
2880         a new property to keep video aspect ratio when resizing, etc...
2881
2882 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2883
2884         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2885         (gst_videoscale_fixate_caps): Introduce back caps fixate with
2886         handling of PAR.
2887
2888 2005-11-18    <bilboed@dvdsrc.fluendo.com>
2889
2890         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
2891         Unsetting IS_SINK flag from the fakesink, so decodebin
2892         never behaves as a sink.
2893
2894 2005-11-17  Wim Taymans  <wim@fluendo.com>
2895
2896         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2897         (gst_base_audio_src_change_state):
2898         Fix the audiosrc base class again, we did not unflush.
2899
2900 2005-11-17  Julien MOUTTE  <julien@moutte.net>
2901
2902         * examples/seeking/seek.c: (make_dv_pipeline),
2903         (make_vorbis_theora_pipeline), (make_avi_pipeline),
2904         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
2905         to ogg/vorbis/theora pipeline.
2906
2907 2005-11-17  Wim Taymans  <wim@fluendo.com>
2908
2909         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2910         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
2911         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
2912         Fix EOS on multiple streams.
2913         More debugging.
2914
2915 2005-11-16  Wim Taymans  <wim@fluendo.com>
2916
2917         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
2918         (gst_ogg_demux_perform_seek):
2919         Segment done must include stream time.
2920
2921         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2922         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
2923         (gst_ogg_mux_change_state):
2924         Fix ogg muxer again.
2925
2926 2005-11-16  Wim Taymans  <wim@fluendo.com>
2927
2928         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
2929         Fix compile again.
2930
2931 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2932
2933         * ext/libvisual/visual.c: (gst_visual_init):
2934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
2935         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
2936         (gst_ogg_parse_chain):
2937         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2938         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
2939         * ext/theora/theoradec.c: (gst_theora_dec_init):
2940         * ext/theora/theoraenc.c: (gst_theora_enc_init):
2941         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2942         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
2943         * gst/adder/gstadder.c: (gst_adder_class_init),
2944         (gst_adder_dispose):
2945         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
2946         * gst/subparse/gstsubparse.c: (gst_subparse_init):
2947         * gst/videorate/gstvideorate.c: (gst_videorate_init):
2948           Fix a whole set of pad template leaks
2949
2950 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2951
2952         * check/generic/states.c: (GST_START_TEST):
2953           fix the test so that it only checks for elements that are part of
2954           this source module
2955
2956 2005-11-16  Michael Smith <msmith@fluendo.com>
2957
2958         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
2959         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
2960         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2961         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2962         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
2963         (gst_ogg_mux_change_state):
2964           Fix leaking collectpads.
2965
2966 2005-11-16  Edward Hervey  <edward@fluendo.com>
2967
2968         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
2969         (gst_videorate_event), (gst_videorate_chain):
2970         Handle segment seeks
2971
2972 2005-11-16  Wim Taymans  <wim@fluendo.com>
2973
2974         * gst-libs/gst/audio/gstbaseaudiosink.c:
2975         (gst_base_audio_sink_provide_clock),
2976         (gst_base_audio_sink_change_state):
2977         Set ringbuffer to non-flushing when going to PAUSED, set to
2978         flushing again when going to READY.
2979
2980         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2981         (gst_ring_buffer_stop):
2982         Start in flushing mode by default.
2983         Don't set flushing in the _stop method, let the app call
2984         this explicitly.
2985
2986 2005-11-16  Julien MOUTTE  <julien@moutte.net>
2987
2988         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
2989         * gst-libs/gst/video/videosink.h: Add helper function needed
2990         for video sinks.
2991
2992 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2993
2994         * gst/videoscale/gstvideoscale.c:
2995         (gst_videoscale_handle_src_event):
2996           Don't leak reference to pad parent.
2997
2998 2005-11-16  Wim Taymans  <wim@fluendo.com>
2999
3000         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
3001         Set ringbuffer to flushing when stopping so that we don't
3002         block on wait_segment anymore and livelock.
3003
3004 2005-11-16  Wim Taymans  <wim@fluendo.com>
3005
3006         * examples/seeking/seek.c: (send_event), (do_seek),
3007         (loop_toggle_cb), (segment_done), (main):
3008         Added looping checkbox.
3009
3010 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3011
3012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3013         (gst_ogg_demux_init):
3014         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3015         (gst_vorbis_dec_init):
3016           revert unrefs, they don't pass make check
3017
3018 2005-11-15  Johan Dahlin  <johan@gnome.org>
3019
3020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3021         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
3022         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3023         (gst_vorbis_dec_init):
3024         Fix pad template leaks. 
3025
3026 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3027
3028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
3029           Make state change function thread safe.
3030
3031 2005-11-15  Edward Hervey  <edward@fluendo.com>
3032
3033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
3034         (gst_ogg_demux_class_init):
3035         Implement GstElement::send_event, so we can send seek events
3036         in GST_STATE_READY
3037
3038 2005-11-14  Julien MOUTTE  <julien@moutte.net>
3039
3040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
3041         Discovered how to take away flickering while resizing the
3042         window. Please don't put that in ximagesink, refactoring in
3043         progress.
3044
3045 2005-11-14  Michael Smith <msmith@fluendo.com>
3046
3047         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
3048         (gst_multifdsink_render):
3049           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
3050
3051 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3052
3053         * gst/playback/gstplaybin.c: (gen_audio_element):
3054           Use autoaudiosink, it tends to be more widely available than
3055           autoaudiiosink.
3056           
3057 2005-11-14  Andy Wingo  <wingo@pobox.com>
3058
3059         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
3060         as well if it is available. Fixes #316442.
3061
3062 2005-11-14  Michael Smith <msmith@fluendo.com>
3063
3064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
3065         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3066         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3067         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3068         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
3069         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3070         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
3071         (gst_vorbisenc_change_state):
3072           Fix a small memory leak in vorbisenc.
3073           Fix large memory leaks in oggmux, also fix lots of state change
3074           bugs in oggmux.
3075
3076 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3077
3078         * gst/videotestsrc/gstvideotestsrc.c:
3079         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
3080         (gst_videotestsrc_src_fixate):
3081           move fixation to a fixate function
3082           remove negotiate function, basesrc's is good enough
3083           fixes a bug for check when using the element alone
3084
3085 2005-11-13  Edward Hervey  <edward@fluendo.com>
3086
3087         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
3088         (key_toggle_cb), (main):
3089         Added checkboxes for adding/removing the accurate and key_unit seek
3090         flags.
3091
3092 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3093
3094         * configure.ac: back to HEAD
3095
3096 === release 0.9.5 ===
3097
3098 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
3099
3100         * configure.ac:
3101           releasing 0.9.5, "No No Kia"
3102
3103 2005-11-11  Edward Hervey  <edward@fluendo.com>
3104
3105         * examples/seeking/seek.c: (make_parselaunch_pipeline):
3106         Added parse-launch syntax seeking mode for the seeking example.
3107         This should help stress-test even more cases.
3108         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
3109
3110 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3111
3112         * sys/xvimage/xvimagesink.c:
3113         (gst_xvimagesink_navigation_send_event):
3114           Check whether peer pad exists before sending navigation events
3115           to it.
3116
3117 2005-11-11  Michael Smith <msmith@fluendo.com>
3118
3119         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
3120         (gst_vorbisenc_buffer_from_packet):
3121         * ext/vorbis/vorbisenc.h:
3122           Set duration on encoded buffers. This allows oggmux's
3123           max_page_delay parameter to actually work.
3124
3125 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3126
3127         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3128         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
3129         (gst_ffmpegcsp_avpicture_fill):
3130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3131         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
3132           Make palettes work again (see #132341). Use our own macros
3133           for rounding up.
3134
3135 2005-11-10  Andy Wingo  <wingo@pobox.com>
3136
3137         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
3138         string doober.
3139
3140 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3141
3142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3143         (gst_ffmpegcsp_transform_caps):
3144           Prefer passthrough in transform_caps
3145
3146 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3147
3148         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3149           check for ALSA errors properly, instead of relying on ALSA's
3150           error strings to serve to the user.
3151
3152 2005-11-10  Wim Taymans  <wim@fluendo.com>
3153
3154         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
3155         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
3156         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
3157         Modernise the seek code.
3158
3159 2005-11-10  Michael Smith <msmith@fluendo.com>
3160         
3161         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
3162         (setup_substreams), (set_active_source):
3163           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
3164           trying to go to NULL if we failed to read a file.
3165
3166 2005-11-10  Wim Taymans  <wim@fluendo.com>
3167
3168         * gst/audiotestsrc/gstaudiotestsrc.c:
3169         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
3170         (gst_audiotestsrc_create):
3171         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3172         (gst_sinesrc_get_times), (gst_sinesrc_create):
3173         * gst/videotestsrc/gstvideotestsrc.c:
3174         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
3175         (gst_videotestsrc_create):
3176         The base class can now sync for us.
3177
3178 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3179
3180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
3181           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
3182           name=source autoprobe=false autoprobe-fps=false copy-mode=1
3183           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
3184           format=(fourcc)I420" ! xvimagesink
3185
3186 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3187
3188         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3189         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
3190         (gst_sinesrc_newsegment):
3191           Send newsegment event in TIME format, set duration if
3192           num-buffers is set, fix duration querying.
3193
3194 2005-11-10  Michael Smith <msmith@fluendo.com>
3195
3196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3197         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3198         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3199         (gst_ogg_mux_collected):
3200          Fix EOS handling, partially. Now forwarding an EOS event once we have
3201          EOS on all pads works correctly. However, we still don't properly set
3202          EOS on the actual ogg stream pages.
3203
3204 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
3205
3206         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
3207           Set elements to NULL state before disposing of them.
3208
3209 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
3210
3211         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3212
3213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3214         (gst_base_rtp_depayload_init),
3215         (gst_base_rtp_depayload_set_gst_timestamp):
3216         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3217           We need to send a newsegment event for each instance, not
3218           just for the first instance of this class (get rid of
3219           static variable in function). (#321011).
3220           
3221 2005-11-08  Michael Smith <msmith@fluendo.com>
3222
3223         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3224         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
3225         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
3226         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3227           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
3228           This makes us mux things correctly according to the ogg muxing
3229           rules. Still not handling EOS correctly right now, though.
3230
3231 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3232
3233         * gst/audioconvert/gstaudioconvert.c:
3234           Fix typo in docs. 
3235
3236 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3237
3238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3239         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
3240           Initialise segment_stop to GST_CLOCK_TIME_NONE when
3241           creating a new chain; should fix live streaming. Also
3242           add more debug output and fix a typo.
3243
3244 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
3245
3246         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3247
3248         * gst/volume/gstvolume.c: (volume_set_caps):
3249           Fix compilation on Solaris with Forte. (#320923)
3250
3251 2005-11-08  Wim Taymans  <wim@fluendo.com>
3252
3253         * gst-libs/gst/audio/gstbaseaudiosink.c:
3254         (gst_base_audio_sink_render):
3255         No need to do a typecheck.
3256
3257 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
3258
3259         * ext/alsa/gstalsa.h:
3260           We register a debug category, so let's use it.
3261
3262 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3263
3264         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3265         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
3266         Fixed a small problem.
3267
3268 2005-11-04  Wim Taymans  <wim@fluendo.com>
3269
3270         * examples/seeking/Makefile.am:
3271         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
3272         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
3273         (make_playerbin_pipeline), (format_value), (update_scale),
3274         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
3275         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
3276         (print_usage), (main):
3277         Added app for playback speed testing.
3278
3279         * examples/seeking/seek.c: (dynamic_link),
3280         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
3281         (make_mpeg_pipeline), (do_seek), (set_update_scale),
3282         (message_received), (main):
3283         Updated seek example.
3284
3285 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3286
3287         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3288         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3289         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
3290         (gst_base_rtp_depayload_set_clock):
3291         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3292         Don't sleep on the bench (system clock) when you have a nice 
3293         comfortable bed (Gstreamer clock) to sleep on.
3294
3295 2005-11-03  Wim Taymans  <wim@fluendo.com>
3296
3297         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3298         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
3299         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
3300         Handle the case where a pad_block failed.
3301
3302 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
3303
3304         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
3305
3306         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3307         (gst_base_rtp_depayload_add_to_queue),
3308         (gst_base_rtp_depayload_push),
3309         (gst_base_rtp_depayload_set_gst_timestamp),
3310         (gst_base_rtp_depayload_queue_release):
3311           Fixes some bugs in the depayloader's queuing/de-queueing code.
3312
3313 2005-10-31  Michael Smith <msmith@fluendo.com>
3314
3315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3316         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3317         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
3318           Patch from Alessandro Decina <alessandro@nnva.org>.
3319           Make oggdemux only find the final time in a chain, not per-pad,
3320           since the per-pad information can be very expensive to locate, and
3321           it isn't used anywhere. This makes reading a file containing
3322           OggSkeleton reasonably fast.
3323           Also, make chain finding work when there are logical bitstreams that
3324           can't be decoded. Fixes #319110.
3325
3326 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3327
3328         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3329         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3330         (gst_base_rtp_depayload_chain),
3331         (gst_base_rtp_depayload_add_to_queue),
3332         (gst_base_rtp_depayload_push),
3333         (gst_base_rtp_depayload_set_gst_timestamp),
3334         (gst_base_rtp_depayload_queue_release),
3335         (gst_base_rtp_depayload_start_thread),
3336         (gst_base_rtp_depayload_set_property),
3337         (gst_base_rtp_depayload_get_property):
3338         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3339         Some random fixes, to fullfill the desires of thomas.
3340
3341 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3342
3343         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3344         (gst_base_rtp_depayload_add_to_queue),
3345         (gst_base_rtp_depayload_push):
3346         Fixed the queueing algorithm.
3347
3348 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3349
3350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3351         (gst_base_rtp_depayload_push):
3352         A small fix
3353
3354 2005-10-31  Wim Taymans  <wim@fluendo.com>
3355
3356         * gst-libs/gst/audio/gstringbuffer.h:
3357         Don't break ABI.
3358
3359         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3360         (gst_ffmpeg_caps_to_pixfmt):
3361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3362         (gst_ffmpegcsp_set_caps):
3363         Some more comments.
3364         Handle missing required caps fields better.
3365
3366 2005-10-31  Wim Taymans  <wim@fluendo.com>
3367
3368         * gst-libs/gst/audio/gstbaseaudiosink.c:
3369         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
3370         (gst_base_audio_sink_render):
3371         * gst-libs/gst/audio/gstringbuffer.c:
3372         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3373         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3374         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
3375         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
3376         (gst_ring_buffer_read):
3377         * gst-libs/gst/audio/gstringbuffer.h:
3378         Add flushing mode to the ringbuffer so that it in all cases does
3379         not try to handle more audio. This makes sure it does not try to
3380         block anymore when flushing and fixes a livelock.
3381
3382 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
3383
3384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3385         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3386         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
3387           Explicitly check for -1 values before doing a conversion
3388           and always map them to -1. (#315545)
3389
3390 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3391
3392         * gst/playback/gstplaybin.c: (gen_video_element):
3393           first try autovideosink, then xvimagesink, then error out
3394         * po/POTFILES.in:
3395           add translatable file
3396         * po/af.po:
3397         * po/az.po:
3398         * po/cs.po:
3399         * po/en_GB.po:
3400         * po/hu.po:
3401         * po/it.po:
3402         * po/nb.po:
3403         * po/nl.po:
3404         * po/or.po:
3405         * po/sq.po:
3406         * po/sr.po:
3407         * po/sv.po:
3408         * po/uk.po:
3409         * po/vi.po:
3410           update translations
3411
3412 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
3413
3414         * gst-libs/gst/rtp/gstbasedepayload.c:
3415         * gst-libs/gst/rtp/gstbasedepayload.h:
3416           Minor cleanups
3417
3418 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
3419
3420         * gst/playback/.cvsignore:
3421         * gst/playback/decodetest.c:
3422         * gst/playback/test3.c:
3423           Port these two tests as well.
3424
3425 2005-10-27  Wim Taymans  <wim@fluendo.com>
3426
3427         * ext/theora/theoradec.c: (theora_dec_src_query),
3428         (theora_dec_sink_event):
3429         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3430         (theora_enc_change_state):
3431         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3432         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3433         Take proper locks when handling events.
3434
3435 2005-10-27  Wim Taymans  <wim@fluendo.com>
3436
3437         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
3438         (gst_adder_change_state):
3439         Fix timestamps and fix deadlock when stopping the collectpads.
3440
3441 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
3442
3443         * gst-libs/gst/rtp/gstrtpbuffer.h:
3444         Declaring the payload types as strings too so that they can be used
3445         in the padtemplate inialization.
3446
3447 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
3448
3449         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
3450
3451         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3452         (gst_base_rtp_depayload_class_init):
3453         Fixes a small but nasty bug. The derived elements no longer segfaults
3454         on finalization.
3455
3456 2005-10-26  Michael Smith <msmith@fluendo.com>
3457
3458         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
3459           When clearing an audioconvert context, set tmpbufsize to zero, so
3460           we'll allocate it again later if required.
3461           This fixes audioconvert re-negotiating formats, which previously
3462           segfaulted with a NULL destination buffer.
3463
3464 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
3465
3466         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3467         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
3468         (gst_base_rtp_depayload_set_gst_timestamp),
3469         (gst_base_rtp_depayload_queue_release):
3470         Fixed a smalll memleak.
3471
3472 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
3473         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3474         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
3475         (gst_base_rtp_depayload_finalize),
3476         (gst_base_rtp_depayload_setcaps),
3477         (gst_base_rtp_depayload_add_to_queue),
3478         (gst_base_rtp_depayload_push),
3479         (gst_base_rtp_depayload_set_gst_timestamp),
3480         (gst_base_rtp_depayload_queue_release),
3481         (gst_base_rtp_depayload_thread),
3482         (gst_base_rtp_depayload_change_state):
3483         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3484         Changed the C++ comments to C comments
3485
3486 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3487
3488         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
3489         * gst/tcp/gsttcpclientsrc.h:
3490         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
3491         * gst/tcp/gsttcpserversrc.h:
3492           Remove unused 'curoffset' structure member.
3493
3494 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
3495
3496         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3497         (gst_base_rtp_depayload_base_init),
3498         (gst_base_rtp_depayload_finalize):
3499         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3500         * gst-libs/gst/rtp/gstbasertppayload.h:
3501           The pad-template on the sinkpad should be set by the derived classes.
3502           Also added some useful macros.
3503
3504 2005-10-24  Wim Taymans  <wim@fluendo.com>
3505
3506         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3507         Correctly flush decoder samples even if we could not
3508         copy them to an output buffer. Fixes #319618.
3509
3510 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3511
3512         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
3514         the caps against our xcontext caps.
3515
3516 2005-10-24  Wim Taymans  <wim@fluendo.com>
3517
3518         * gst-libs/gst/audio/gstbaseaudiosink.c:
3519         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3520         Remove g_print
3521         Use sync property from baseclass to disable sync.
3522
3523 2005-10-24  Wim Taymans  <wim@fluendo.com>
3524
3525         * gst-libs/gst/audio/gstbaseaudiosink.c:
3526         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3527         Buffers with no timestamps get aligned with previous buffers or
3528         on underrun, played ASAP.
3529
3530 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3531
3532         * gst-libs/gst/video/video.h:
3533         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3534         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
3536         here comes my change on caps for framerate and geometry range.
3537         We are now accepting 1 to MAXINT for width and height, and from
3538         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
3539         to be blended correctly in videomixer.
3540
3541 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3542
3543         * configure.ac:
3544           back to HEAD
3545
3546 === release 0.9.4 ===
3547
3548 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3549
3550         * NEWS:
3551         * RELEASE:
3552         * configure.ac:
3553           releasing 0.9.4, "Velociraptor"
3554
3555 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3556
3557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3558         * po/POTFILES.in:
3559           STOPPED -> FAILED
3560
3561 2005-10-21  Wim Taymans  <wim@fluendo.com>
3562
3563         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3564         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
3565         (pad_blocked), (close_pad_link), (new_pad):
3566         Don't try to remove elements twice.
3567
3568 2005-10-21  Wim Taymans  <wim@fluendo.com>
3569
3570         * ext/theora/theoradec.c: (theora_dec_src_query),
3571         (theora_dec_sink_event):
3572         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3573         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3574         (vorbis_handle_data_packet):
3575         * ext/vorbis/vorbisdec.h:
3576         Fix old naming.
3577
3578         * gst-libs/gst/audio/gstbaseaudiosink.c:
3579         (gst_base_audio_sink_render):
3580         Don't try to sync on buffers without a timestamp.
3581
3582 2005-10-21  Wim Taymans  <wim@fluendo.com>
3583
3584         * ext/theora/theoradec.c: (theora_dec_src_query),
3585         (theora_dec_sink_event):
3586         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3587         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3588         (vorbis_handle_data_packet):
3589         * ext/vorbis/vorbisdec.h:
3590         Fix old naming.
3591
3592 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3593
3594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
3595         (gst_vorbisenc_src_query):
3596           Implement position and duration queries.
3597
3598         * gst/playback/test3.c: (update_scale), (main):
3599           Fix for async state changes and print nicer output.
3600
3601 2005-10-20  Wim Taymans  <wim@fluendo.com>
3602
3603         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3604         (dump_element_stats), (main):
3605         * gst/playback/test6.c: (main):
3606         Fix tests again
3607
3608 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3609
3610         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3611         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3612           Don't use functions for position queries when handling
3613           duration queries.
3614
3615 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3616
3617         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3618         (vorbis_handle_data_packet), (vorbis_dec_chain),
3619         (vorbis_dec_change_state):
3620         * ext/vorbis/vorbisdec.h:
3621           Vorbis streams can be embedded in other container formats
3622           than ogg, container formats where the demuxer might set 
3623           timestamps on encoded vorbis buffers instead of those silly 
3624           granulepos thingies. In short: make vorbisdec handle 
3625           timestamps on incoming buffers as well.
3626
3627 2005-10-20  Wim Taymans  <wim@fluendo.com>
3628
3629         * gst/playback/gstplaybasebin.c: (group_destroy),
3630         (gst_play_base_bin_change_state):
3631         Fix leak.
3632         Handle case where playbasebin is now ASYNC because
3633         decodebin is.
3634
3635 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3636
3637         * gst/audioconvert/Makefile.am:
3638         * gst/audioconvert/bufferframesconvert.c:
3639         * gst/audioconvert/plugin.c: (plugin_init):
3640         * gst/audioconvert/plugin.h:
3641           And bye bye buffer-frames-convert
3642
3643 2005-10-19  Wim Taymans  <wim@fluendo.com>
3644
3645         * check/elements/audioconvert.c:
3646         * docs/libs/tmpl/gstaudio.sgml:
3647         * docs/libs/tmpl/gstcolorbalance.sgml:
3648         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3649         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
3650         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
3651         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
3652         * gst-libs/gst/audio/audio.h:
3653         * gst/audioconvert/audioconvert.h:
3654         * gst/audioconvert/gstaudioconvert.c:
3655         (gst_audio_convert_parse_caps):
3656         * gst/volume/gstvolume.c:
3657         Bye bye buffer-frames.
3658
3659 2005-10-19  Wim Taymans  <wim@fluendo.com>
3660
3661         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3662         (query_positions_elems), (query_positions_pads), (update_scale),
3663         (do_seek), (set_update_scale), (message_received), (main):
3664         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3665         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
3666         (gst_ogg_demux_loop):
3667         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3668         * ext/theora/theoradec.c: (theora_dec_src_query),
3669         (theora_dec_sink_event):
3670         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3671         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
3672         * gst/adder/gstadder.c: (gst_adder_query):
3673         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3674         * gst/playback/test3.c: (update_scale):
3675         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3676         (dump_element_stats), (main):
3677         * gst/playback/test6.c: (main):
3678         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3679         Query API update.
3680
3681 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3684         (xml_check_first_element), (xml_type_find), (smil_type_find),
3685         (plugin_init):
3686           Add typefinding for SMIL and for generic XML. Based on patch by
3687           Akos Maroy (#308663).
3688
3689 2005-10-18  Wim Taymans  <wim@fluendo.com>
3690
3691         * gst/playback/Makefile.am:
3692         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3693         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
3694         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
3695         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
3696         (gst_decode_bin_change_state):
3697         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3698         (gst_play_bin_send_event_to_sink):
3699         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3700         (dump_element_stats), (main):
3701         * gst/playback/test6.c: (main):
3702         Make playbin async, it'll commit state to paused when all streams
3703         are detected.
3704         Remove ugly hack.
3705         Added test6.c to show async behaviour.
3706
3707 2005-10-18  Wim Taymans  <wim@fluendo.com>
3708
3709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3710         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
3711         Fix for segment-start/stop API change.
3712
3713 2005-10-18  Wim Taymans  <wim@fluendo.com>
3714
3715         * check/Makefile.am:
3716         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
3717         (main):
3718         Add future test for clock selection.
3719
3720 2005-10-18  Wim Taymans  <wim@fluendo.com>
3721
3722         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
3723         (gst_alsasink_close):
3724         Set handle to NULL.
3725
3726         * gst-libs/gst/audio/gstringbuffer.c:
3727         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3728         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3729         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3730         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
3731         (gst_ring_buffer_read):
3732         More debug info.
3733
3734 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
3735
3736         * gst/audiotestsrc/Makefile.am:
3737         * gst/sine/Makefile.am:
3738         * gst/volume/Makefile.am:
3739           fix broken build of controllerized plugins
3740
3741 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3742
3743         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3744
3745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3746         (gst_riff_create_video_template_caps):
3747           Add support for Indeo-3 (IV32).
3748
3749 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3750
3751         * configure.ac:
3752           rewrite
3753
3754 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3755
3756         * gst-libs/gst/video/video.c: (gst_video_get_size):
3757         * gst/audiotestsrc/gstaudiotestsrc.c:
3758           doc updates
3759
3760 2005-10-17  Andy Wingo  <wingo@pobox.com>
3761
3762         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
3763         with the collectpads change.
3764         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
3765
3766         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
3767
3768         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
3769
3770         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
3771         alloc_buffer flow return to callers.
3772         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
3773         change. Fix some memleaks in theoraenc.
3774
3775         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
3776         in strange circumstance.
3777
3778 2005-10-17  Julien MOUTTE  <julien@moutte.net>
3779
3780         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3781         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
3782         from caps, let's use the caps...
3783
3784 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3785
3786         * configure.ac:
3787           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
3788
3789 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3790
3791         * gst-libs/gst/interfaces/Makefile.am:
3792           fix silly typo
3793
3794 2005-10-16  Andy Wingo  <wingo@pobox.com>
3795
3796         * gst/playback/gstdecodebin.c
3797         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
3798         function!
3799         (try_to_link_1): Increase kraziness level.
3800
3801 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3802
3803         * configure.ac:
3804           restructure like the core one
3805         * gst-libs/gst/audio/Makefile.am:
3806         * gst-libs/gst/interfaces/Makefile.am:
3807         * gst-libs/gst/net/Makefile.am:
3808         * gst-libs/gst/riff/Makefile.am:
3809         * gst-libs/gst/rtp/Makefile.am:
3810         * gst-libs/gst/tag/Makefile.am:
3811         * gst-libs/gst/video/Makefile.am:
3812           use correct linker flags, now the libs are properly versioned
3813         * check/elements/audioconvert.c: (verify_convert):
3814         * ext/alsa/gstalsaplugin.c:
3815         * ext/cdparanoia/gstcdparanoia.c:
3816         * ext/gnomevfs/gstgnomevfs.c:
3817         * ext/libvisual/visual.c:
3818         * ext/ogg/gstogg.c:
3819         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
3820         * ext/theora/theora.c:
3821         * ext/vorbis/vorbis.c:
3822         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3823         * gst-libs/gst/tag/gsttagediting.c:
3824         * gst-libs/gst/video/video.c:
3825         * gst/adder/gstadder.c:
3826         * gst/audioconvert/plugin.c:
3827         * gst/audiorate/gstaudiorate.c:
3828         * gst/audioresample/gstaudioresample.c:
3829         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3830         * gst/audioscale/gstaudioscale.c:
3831         * gst/audioscale/resample.c:
3832         * gst/audiotestsrc/gstaudiotestsrc.c:
3833         * gst/ffmpegcolorspace/gstffmpeg.c:
3834         * gst/playback/gstdecodebin.c: (close_pad_link):
3835         * gst/playback/gstplaybin.c: (gen_video_element),
3836         (gen_audio_element):
3837         * gst/sine/gstsinesrc.c:
3838         * gst/subparse/gstsubparse.c:
3839         * gst/tags/gsttagediting.c:
3840         * gst/tcp/gsttcpplugin.c:
3841         * gst/typefind/gsttypefindfunctions.c:
3842         * gst/videorate/gstvideorate.c:
3843         * gst/videoscale/gstvideoscale.c:
3844         * gst/videotestsrc/gstvideotestsrc.c:
3845         * gst/volume/gstvolume.c:
3846         * sys/v4l/gstv4l.c:
3847         * sys/ximage/ximage.c:
3848         * sys/xvimage/xvimagesink.c:
3849           fix up defines
3850
3851 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
3852
3853         * ext/vorbis/vorbisenc.c:
3854         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
3855         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3856         (gst_tag_to_vorbis_comments):
3857           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
3858
3859 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
3860
3861         * examples/stats/mp2ogg.c:
3862         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3863           typo fixes
3864
3865 2005-10-13  Michael Smith <msmith@fluendo.com>
3866
3867         * ext/ogg/gstoggmux.c:
3868           Use magic glib macros to define constants as 64 bit, to ensure
3869           appropriate vararg passing.
3870
3871 2005-10-13  Michael Smith <msmith@fluendo.com>
3872
3873         * ext/ogg/gstoggmux.c:
3874         * gst/audioconvert/audioconvert.c: (float):
3875           Don't use LL suffix, as it's not portable, and neither of these
3876           uses required it anyway.
3877
3878 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
3879
3880         * examples/indexing/indexmpeg.c: (main):
3881         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
3882         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
3883         (cdparanoia_convert), (cdparanoia_query):
3884         * ext/cdparanoia/gstcdparanoia.h:
3885         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
3886         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
3887         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
3888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
3889         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
3890         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
3891         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3892         (gst_multifdsink_render), (gst_multifdsink_start),
3893         (gst_multifdsink_stop):
3894         * gst/tcp/gstmultifdsink.h:
3895         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
3896         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3897         (gst_tcpclientsink_stop):
3898         * gst/tcp/gsttcpclientsink.h:
3899         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
3900         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
3901         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
3902         * gst/tcp/gsttcpclientsrc.h:
3903         * gst/tcp/gsttcpserversink.h:
3904         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
3905         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3906         (gst_tcpserversrc_stop):
3907         * gst/tcp/gsttcpserversrc.h:
3908         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
3909         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
3910         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
3911           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
3912           moved bitshift from macro to enum definition
3913
3914 2005-10-12  Wim Taymans  <wim@fluendo.com>
3915
3916         * examples/seeking/Makefile.am:
3917         Oops.
3918
3919 2005-10-12  Wim Taymans  <wim@fluendo.com>
3920
3921         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3922         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3923         Don't assert on normal stuff.
3924
3925         * gst/playback/gstplaybin.c: (do_playbin_seek):
3926         API fix.
3927
3928 2005-10-12  Wim Taymans  <wim@fluendo.com>
3929
3930         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3931         * examples/seeking/Makefile.am:
3932         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
3933         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3934         (do_seek), (set_update_scale), (message_received), (main):
3935         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3936         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3937         Update for _get_state() API change.
3938
3939 2005-10-11  Wim Taymans  <wim@fluendo.com>
3940
3941         * gst-libs/gst/audio/gstbaseaudiosink.c:
3942         (gst_base_audio_sink_render):
3943         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3944         (gst_base_audio_src_create):
3945         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3946         (gst_ring_buffer_read):
3947         Cleanups.
3948         Commit and read from ringbuffer in samples rather than bytes.
3949
3950 2005-10-11  Wim Taymans  <wim@fluendo.com>
3951
3952         * gst-libs/gst/audio/gstbaseaudiosink.c:
3953         (gst_base_audio_sink_render):
3954         Respect segment rate and accum when scheduling samples.
3955
3956 2005-10-11  Julien MOUTTE  <julien@moutte.net>
3957
3958         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3959         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
3960         EOS correctly, that needs more work.
3961
3962 2005-10-11  Wim Taymans  <wim@fluendo.com>
3963
3964         * check/generic/states.c: (GST_START_TEST):
3965         remove old property.
3966
3967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3968         (gst_ogg_demux_perform_seek):
3969         * ext/theora/theoradec.c: (theora_dec_sink_event):
3970         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3971         (vorbis_handle_data_packet):
3972         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3973         (gst_base_rtp_depayload_set_gst_timestamp):
3974         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3975         Update for newsegment API change.
3976
3977 2005-10-11  Michael Smith <msmith@fluendo.com>
3978
3979         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
3980         (do_playbin_seek), (gst_play_bin_send_event):
3981           Override send_event differently, so that we can takes bits of
3982           functionality from GstPipeline (special handling for seeks,
3983           including pausing/resuming, and resetting stream time) and still get
3984           the appropriate behaviour of only forwarding event to a single sink,
3985           rather than all of them.
3986           Unfortunately requires a lot of code duplication, but the
3987           alternatives are equally ugly in the end.
3988
3989 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3990
3991         * check/elements/audioconvert.c: (setup_audioconvert),
3992         (cleanup_audioconvert), (get_int_caps), (verify_convert),
3993         (GST_START_TEST), (audioconvert_suite):
3994           clean up tests a little, fix some leaks.
3995
3996 2005-10-10  Wim Taymans  <wim@fluendo.com>
3997
3998         * ext/alsa/gstalsasink.c:
3999         Also allow unsigned int.
4000
4001         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4002         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4003         Small cleanup
4004
4005 2005-10-10  Wim Taymans  <wim@fluendo.com>
4006
4007         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4008         Small update, use API as stated in design docs.
4009
4010         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4011         (update_scale), (do_seek), (seek_cb), (set_update_scale),
4012         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
4013         (message_received), (main):
4014         Updated seek example for GOption. Some usability improvements.
4015
4016 2005-10-10  Wim Taymans  <wim@fluendo.com>
4017
4018         * gst/audioconvert/audioconvert.h:
4019         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4020         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
4021         Alloc temp storage somewhere else where we can do it more
4022         portable.
4023
4024 2005-10-10  Wim Taymans  <wim@fluendo.com>
4025
4026         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
4027         (gst_tcpserversrc_start):
4028         Don't block in accept while doing the state change, move
4029         to poll and make cancellable.
4030
4031 2005-10-09  Philippe Khalaf <burger@speedy.org>
4032
4033         * gst-libs/gst/rtp/rtpbasedepayload.c:
4034         Set timestamp and add queue delay to timestamp
4035         * gst-libs/gst/rtp/rtpbuffer.h:
4036         Set correct payload type for h263
4037
4038 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4039
4040         * gst/audiotestsrc/gstaudiotestsrc.c:
4041         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
4042         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
4043         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
4044         (gst_audiotestsrc_create_triangle),
4045         (gst_audiotestsrc_create_silence),
4046         (gst_audiotestsrc_create_white_noise),
4047         (gst_audiotestsrc_init_pink_noise),
4048         (gst_audiotestsrc_generate_pink_noise_value),
4049         (gst_audiotestsrc_create_pink_noise),
4050         (gst_audiotestsrc_change_wave):
4051         * gst/audiotestsrc/gstaudiotestsrc.h:
4052           fixed typo, added pink noise
4053
4054 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4055
4056         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
4057         (plugin_init):
4058           Add wavpack and spc typefind functions from 0.8 branch.
4059
4060 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4061
4062         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
4063         (ar_type_find), (msdos_type_find), (plugin_init):
4064           Add typefind functions for tar archives, ar archives,
4065           RAR archives, and msdos-executables (dlls, exe, etc.).
4066           Some of those would be wrongly identified as mpeg
4067           streams of some sort before (#315550).
4068
4069 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4070
4071         * configure.ac:
4072         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4073         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4074         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4075         * gst/audiotestsrc/Makefile.am:
4076         * gst/audiotestsrc/gstaudiotestsrc.c:
4077         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
4078         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
4079         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
4080         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
4081         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
4082         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
4083         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
4084         (gst_audiotestsrc_create_silence),
4085         (gst_audiotestsrc_create_white_noise),
4086         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
4087         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
4088         (gst_audiotestsrc_start), (plugin_init):
4089         * gst/audiotestsrc/gstaudiotestsrc.h:
4090           add new plugin and element
4091         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
4092           use gobject_class
4093
4094 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
4097         (gst_adder_init), (gst_adder_request_new_pad),
4098         (gst_adder_change_state):
4099           Add query function to source pad, so adder reports the correct
4100           time/sample position when queried (#315457); fix state change
4101           function; use GST_DEBUG_FUNCPTR() for pad functions.
4102
4103 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4104
4105         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
4106           Fix leaks in typefind registration
4107           Clean up the gratuitous commenting and whitespacing a little
4108
4109 2005-10-08  Wim Taymans  <wim@fluendo.com>
4110
4111         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
4112         Only actually wait for the thread to be stopped if it's 
4113         running.
4114
4115 2005-10-08  Wim Taymans  <wim@fluendo.com>
4116
4117         * gst-libs/gst/audio/gstbaseaudiosink.c:
4118         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4119         If we receive EOS we can start playback of what we had.
4120
4121 2005-10-08  Wim Taymans  <wim@fluendo.com>
4122
4123         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4124         (gst_multifdsink_finalize), (multifdsink_hash_remove),
4125         (gst_multifdsink_stop):
4126         Fix crasher when going to NULL multiple times.
4127
4128 2005-10-06  Wim Taymans  <wim@fluendo.com>
4129
4130         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
4131         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4132         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4133         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4134         patch from Edgard Lima <edgard.lima@indt.org.br>
4135         Fixed gstbaseaudiosrc adding ring buffer sync to it.
4136
4137 2005-10-06  Wim Taymans  <wim@fluendo.com>
4138
4139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4140         Report the FLOW_RETURN as string in the error message.
4141
4142         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
4143         Don't assert when clearing an unnegotiated buffer.
4144
4145 2005-10-04  Michael Smith <msmith@fluendo.com>
4146
4147         * gst/playback/gstplaybasebin.c: (group_destroy),
4148         (gen_preroll_element), (remove_groups), (setup_source):
4149         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
4150         (setup_sinks), (gst_play_bin_send_event),
4151         (gst_play_bin_change_state):
4152           Set state to NULL before removing from bin. Fix refcounting.
4153
4154 2005-10-04  Michael Smith <msmith@fluendo.com>
4155
4156         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
4157           Correct refcounting in send_event() function. Previously was wrong
4158           if the first sink was unable to handle the event.
4159
4160 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4161
4162         * configure.ac:
4163           back to development
4164
4165 === release 0.9.3 ===
4166
4167 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4168
4169         * configure.ac:
4170           Releasing 0.9.3, "De Facto"
4171
4172 2005-10-03  Andy Wingo  <wingo@pobox.com>
4173
4174         * gst/playback/gstdecodebin.c (try_to_link_1)
4175         (remove_element_chain): set element to NULL before removing it.
4176
4177 2005-10-02  Johan Dahlin  <johan@gnome.org>
4178
4179         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
4180         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
4181         MT safe.
4182
4183 2005-10-02  Andy Wingo  <wingo@pobox.com>
4184
4185         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
4186         (gst_ring_buffer_prepare_read): 
4187         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
4188         Demote to LOG.
4189
4190 2005-09-29  Wim Taymans  <wim@fluendo.com>
4191
4192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4193         * ext/theora/theoradec.c: (theora_handle_data_packet):
4194         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4195         Propagate error codes from alloc_buffer too.
4196
4197 2005-09-29  Wim Taymans  <wim@fluendo.com>
4198
4199         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4200         We use fixed caps.
4201
4202         * gst/playback/Makefile.am:
4203         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4204         (dump_element_stats), (main):
4205         Added example stream introspection code.
4206
4207 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
4208
4209         * gst/adder/gstadder.c: (gst_adder_collected):
4210           fix adder for float elements
4211
4212 2005-09-28  Wim Taymans  <wim@fluendo.com>
4213
4214         * gst-libs/gst/audio/gstbaseaudiosink.c:
4215         (gst_base_audio_sink_class_init),
4216         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4217         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4218         (gst_base_audio_src_class_init),
4219         (gst_base_audio_src_provide_clock):
4220         get_clock -> provide_clock
4221
4222 2005-09-28  Andy Wingo  <wingo@pobox.com>
4223
4224         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
4225         and unlocking.
4226
4227         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
4228         unlocking.
4229
4230         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
4231         Actually add the pad template.
4232         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
4233
4234         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
4235         I'm at it...
4236
4237         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
4238         from fdsrc. Get caps in create() instead of start() so it can be
4239         interrupted. Interruption somewhat untested.
4240
4241         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
4242         Proper EOS handling.
4243
4244 2005-09-27  Andy Wingo  <wingo@pobox.com>
4245
4246         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
4247
4248         * gst/tcp/gsttcpserversrc.c: Cleaned up.
4249
4250         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
4251
4252         * gst/tcp/gsttcp.h: 
4253         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
4254         out of tcpclientsrc.c. Cancellable.
4255         (gst_tcp_socket_read): Made private, cancellable, with better
4256         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
4257         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
4258         whole buffer, and better diagnostics.
4259         (gst_tcp_gdp_read_caps): Same.
4260
4261         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
4262
4263 2005-09-26  Andy Wingo  <wingo@pobox.com>
4264
4265         * gst/sine/gstsinesrc.h:
4266         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
4267         change the 'sync' property to 'is-live' and implement it halfway,
4268         update for controller api change.
4269
4270         * gst/volume/gstvolume.c (volume_transform_ip): Update for
4271         controller api change.
4272
4273 2005-09-24  Wim Taymans  <wim@fluendo.com>
4274
4275         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4276         * gst-libs/gst/audio/gstaudiosink.c:
4277         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4278         (gst_audioringbuffer_stop):
4279         * gst-libs/gst/audio/gstbaseaudiosink.c:
4280         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4281         (gst_base_audio_sink_change_state):
4282         * gst-libs/gst/audio/gstbaseaudiosink.h:
4283         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
4284         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4285         (gst_ring_buffer_commit), (gst_ring_buffer_read):
4286         * gst-libs/gst/audio/gstringbuffer.h:
4287         Fix sync again. Moved sample alignment to basesink.
4288
4289 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4290
4291         * docs/plugins/Makefile.am:
4292         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4293         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4294         * gst/volume/gstvolume.c:
4295           add/fix docs
4296         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
4297         * gst-libs/gst/audio/audio.h:
4298           add conversion macros for frames <-> clocktime
4299
4300 2005-09-23  David Schleef  <ds@schleef.org>
4301
4302         * gst/audioresample/Makefile.am:
4303         * gst/audioresample/debug.h:
4304         * gst/audioresample/gstaudioresample.c:
4305         * gst/audioresample/resample.c: Convert to using gst debugging
4306
4307 2005-09-22  Wim Taymans  <wim@fluendo.com>
4308
4309         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4310         (gst_play_bin_send_event):
4311         Only seek on one sink, the first one that succeeds.
4312
4313 2005-09-22  Michael Smith <msmith@fluendo.com>
4314
4315         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4316         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4317         Don't flush encoder state unless we have an initialised encoder.
4318         Clear out encoder state on PAUSED_TO_READY.
4319
4320 2005-09-22  Wim Taymans  <wim@fluendo.com>
4321
4322         * gst-libs/gst/rtp/gstbasertppayload.c:
4323         (gst_basertppayload_class_init), (gst_basertppayload_init),
4324         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4325         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4326         (gst_basertppayload_is_filled), (gst_basertppayload_push),
4327         (gst_basertppayload_set_property),
4328         (gst_basertppayload_get_property),
4329         (gst_basertppayload_change_state):
4330         * gst-libs/gst/rtp/gstbasertppayload.h:
4331         Added max-ptime to control amount of data in the rtp packets.
4332
4333 2005-09-21  Andy Wingo  <wingo@pobox.com>
4334
4335         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
4336         thingies.
4337
4338         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
4339         can be called multiple times, dogs.
4340
4341 2005-09-21  Wim Taymans  <wim@fluendo.com>
4342
4343         * gst-libs/gst/rtp/gstbasertppayload.c:
4344         (gst_basertppayload_class_init), (gst_basertppayload_init),
4345         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4346         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4347         (gst_basertppayload_push), (gst_basertppayload_get_property),
4348         (gst_basertppayload_change_state):
4349         Allow 0 ssrc too.
4350
4351 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
4352
4353         * docs/libs/compiling.sgml:
4354           fixing typos
4355
4356 2005-09-20  Wim Taymans  <wim@fluendo.com>
4357
4358         * gst-libs/gst/rtp/gstbasertppayload.c:
4359         (gst_basertppayload_class_init), (gst_basertppayload_init),
4360         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4361         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4362         (gst_basertppayload_push), (gst_basertppayload_set_property),
4363         (gst_basertppayload_get_property),
4364         (gst_basertppayload_change_state):
4365         * gst-libs/gst/rtp/gstbasertppayload.h:
4366         Added property to configure sequence number offsets.
4367
4368 2005-09-20  Wim Taymans  <wim@fluendo.com>
4369
4370         * gst-libs/gst/rtp/gstbasertppayload.c:
4371         (gst_basertppayload_class_init), (gst_basertppayload_init),
4372         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4373         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4374         (gst_basertppayload_push), (gst_basertppayload_set_property),
4375         (gst_basertppayload_get_property),
4376         (gst_basertppayload_change_state):
4377         * gst-libs/gst/rtp/gstbasertppayload.h:
4378         Make timestamp offset configurable.
4379
4380 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4381
4382         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4383           fix wrong pop/unref
4384
4385 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
4386
4387         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4388
4389         * gst-libs/gst/interfaces/propertyprobe.c:
4390         (gst_property_probe_probe_property_name),
4391         (gst_property_probe_needs_probe_name),
4392         (gst_property_probe_get_values_name),
4393         (gst_property_probe_probe_and_get_values_name):
4394           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
4395           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
4396
4397 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4398
4399         * check/Makefile.am:
4400           have some tests be disabled for valgrinding
4401         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
4402         (GST_START_TEST):
4403         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
4404           Fix A Leak.  Chain To Parent Finalize.
4405
4406 2005-09-19  Wim Taymans  <wim@fluendo.com>
4407
4408         * examples/seeking/seek.c: (make_wav_pipeline), (main):
4409         Fixed wav pipeline.
4410
4411 2005-09-19  Wim Taymans  <wim@fluendo.com>
4412
4413         * gst-libs/gst/rtp/gstbasertppayload.c:
4414         (gst_basertppayload_class_init), (gst_basertppayload_init),
4415         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4416         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4417         (gst_basertppayload_push), (gst_basertppayload_get_property),
4418         (gst_basertppayload_change_state):
4419         Posting ERROR and WARNING messages is good.
4420
4421 2005-09-19  Wim Taymans  <wim@fluendo.com>
4422
4423         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4424         (gst_base_rtp_depayload_add_to_queue),
4425         (gst_base_rtp_depayload_push),
4426         (gst_base_rtp_depayload_set_gst_timestamp),
4427         (gst_base_rtp_depayload_queue_release):
4428         This one was not supposed to go in.
4429
4430 2005-09-19  Wim Taymans  <wim@fluendo.com>
4431
4432         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4433         Fix for bus API.
4434
4435         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4436         (gst_base_rtp_depayload_chain),
4437         (gst_base_rtp_depayload_add_to_queue),
4438         (gst_base_rtp_depayload_push),
4439         (gst_base_rtp_depayload_set_gst_timestamp),
4440         (gst_base_rtp_depayload_queue_release):
4441         Some cleanups.
4442
4443         * gst-libs/gst/rtp/gstbasertppayload.c:
4444         (gst_basertppayload_class_init), (gst_basertppayload_init),
4445         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
4446         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4447         (gst_basertppayload_get_property),
4448         (gst_basertppayload_change_state):
4449         Added debugging category.
4450
4451 2005-09-18  David Schleef  <ds@schleef.org>
4452
4453         * gst/playback/gstdecodebin.c: free plugin list correctly
4454         * gst/playback/gstplaybin.c: emit warning if autovideosink
4455           and autoaudiosink can't be found (instead of segfaulting)
4456
4457 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4458
4459         * check/elements/audioconvert.c: (GST_START_TEST):
4460           try out 24 bit conversion
4461
4462 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4463
4464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4465         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4466         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
4467         * ext/vorbis/vorbisenc.h:
4468           Fix EOS handling.  Still needs a fix in the ogg muxer to
4469           mark the last page as eos.
4470
4471 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4472
4473         * common/gtk-doc-plugins.mak:
4474         * docs/plugins/Makefile.am:
4475         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4476         * gst/ffmpegcolorspace/Makefile.am:
4477         * gst/ffmpegcolorspace/avcodec.h:
4478         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4479         * gst/tcp/gstmultifdsink.c:
4480           fix up ffmpegcolorspace docs; extract header
4481
4482 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4483
4484         * common/gtk-doc-plugins.mak:
4485         * docs/plugins/Makefile.am:
4486         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4487         * ext/theora/Makefile.am:
4488         * ext/theora/gsttheoraenc.h:
4489         * ext/theora/theoraenc.c:
4490         * ext/vorbis/vorbisenc.c:
4491           pick up signals and args for vorbis; add some docs for vorbis
4492
4493 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4494
4495         * common/gstdoc-scangobj:
4496         * common/gtk-doc-plugins.mak:
4497         * docs/libs/Makefile.am:
4498         * docs/plugins/gst-plugins-base-plugins.args:
4499         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4500         * docs/plugins/gst-plugins-base-plugins.interfaces:
4501         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4502         * docs/plugins/gst-plugins-base-plugins.signals:
4503           only scanobj stuff from our source module.  Not sure yet
4504           if that's correct, given the hierarchy stuff :)
4505
4506 2005-09-15  Wim Taymans  <wim@fluendo.com>
4507
4508         * gst/audioconvert/gstaudioconvert.c:
4509         And enable 24 bits mode as well..
4510
4511 2005-09-15  Wim Taymans  <wim@fluendo.com>
4512
4513         * gst-libs/gst/rtp/Makefile.am:
4514         * gst-libs/gst/rtp/gstbasertppayload.c:
4515         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
4516         (gst_basertppayload_class_init), (gst_basertppayload_init),
4517         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
4518         (gst_basertppayload_chain), (gst_basertppayload_set_options),
4519         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4520         (gst_basertppayload_set_property),
4521         (gst_basertppayload_get_property),
4522         (gst_basertppayload_change_state):
4523         * gst-libs/gst/rtp/gstbasertppayload.h:
4524         Added rtp payloader base class.
4525
4526 2005-09-15  Andy Wingo  <wingo@pobox.com>
4527
4528         * configure.ac (plugindir): Remove the EOL matcher from the
4529         regexp, as it causes me problems. Libtool? Make? Who knows?
4530
4531 2005-09-14  David Schleef  <ds@schleef.org>
4532
4533         * check/generic/states.c: 
4534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4535         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4536           Fixes for changes in registry API.
4537
4538         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
4539           to GST_PLUGIN_LDFLAGS.
4540         * ext/libvisual/visual.c: Make the library shut up.
4541         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
4542         * gst-libs/gst/audio/gstaudiofilter.c: same
4543
4544 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4545
4546         * docs/plugins/Makefile.am:
4547         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4548         * docs/plugins/inspect/plugin-libvisual.xml:
4549         * docs/plugins/tmpl/element-tcpserversink.sgml:
4550         * ext/theora/theoraenc.c:
4551           add libvisual plugin and theoraenc element to docs
4552
4553 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4554
4555         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4556         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4557         * ext/theora/theoraenc.c:
4558           add theoraenc
4559
4560 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
4561
4562         * gst/audioconvert/Makefile.am:
4563           Audioconvert derives from GstBaseTransform and should
4564           link to the library with our base elements to avoid
4565           unresolved symbols. Makes things work with MinGW (#316160)
4566
4567         * gst/playback/test4.c: (main):
4568           Fix MinGW build problem and use g_usleep() instead of 
4569           sleep() (#316162)
4570
4571 2005-09-12  Wim Taymans  <wim@fluendo.com>
4572
4573         * gst/audioconvert/audioconvert.c: (float),
4574         (audio_convert_prepare_context), (audio_convert_convert):
4575         * gst/audioconvert/audioconvert.h:
4576         Cleanups, speedups, simplifications, added back support
4577         for 24 bits.
4578
4579 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4580
4581         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4582         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4583         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4584         * docs/plugins/tmpl/element-tcpserversink.sgml:
4585         * gst/ffmpegcolorspace/gstffmpeg.c:
4586         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4587         * gst/videotestsrc/gstvideotestsrc.c:
4588         * gst/volume/gstvolume.c:
4589           add more elements to the docs
4590
4591 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
4592
4593         * check/Makefile.am:
4594         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
4595         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
4596           Add extra tests for basetransform based components. 
4597           Comment out the test_element_negotiation test until we decide
4598           if it's testing correct behaviour.
4599         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
4600         (gst_visual_chain), (gst_visual_change_state):
4601           Slightly more correct but still bogus timestamping.
4602           Fix state change function.
4603         * gst/audioconvert/gstaudioconvert.c:
4604         (gst_audio_convert_class_init):
4605         * gst/audioresample/gstaudioresample.c:
4606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4607         (gst_ffmpegcsp_class_init):
4608         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4609         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
4610         (gst_videoscale_prepare_image):
4611         * gst/volume/gstvolume.c: (gst_volume_class_init),
4612         (volume_transform_ip):
4613           Basetransform updates. Enable passthrough modes.
4614         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4615         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
4616         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4617           Negotiation fix that allows the window to return to the original
4618           size and renegotiate passthrough upstream. Extra debug output.
4619
4620 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4621
4622         * gst/sine/gstsinesrc.c:
4623         * gst/volume/gstvolume.c:
4624           fix up header include
4625
4626 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
4627
4628         * gst-libs/gst/audio/gstbaseaudiosink.c:
4629         (gst_base_audio_sink_render):
4630         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
4631         * gst/volume/gstvolume.c: (gst_volume_class_init),
4632         (volume_transform):
4633           fixing lost sync, some more debugging
4634
4635 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
4636
4637         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4638         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
4639         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4640         (gst_xvimagesink_check_xshm_calls):
4641           Fix compilation when XShm is not available.
4642
4643 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4644
4645         * ext/libvisual/visual.c: (gst_visual_dispose),
4646         (gst_visual_getcaps), (gst_visual_src_setcaps),
4647         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
4648         (gst_visual_change_state):
4649           Finish fixing up libvisual plugin so that it runs. 
4650
4651 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4652
4653         * ext/vorbis/vorbisenc.c:
4654         * gst-libs/gst/tag/gstvorbistag.c:
4655           gsttaginterface.h -> gsttagsetter.h
4656
4657 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4658
4659         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4660           added another test that failes for me (test is not active by default)
4661
4662 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4663
4664         * configure.ac:
4665           v4l2 is no longer in gst-plugins-base
4666
4667 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4668
4669         * configure.ac:
4670           In the output at the end, don't show the first plugin on the same
4671           line as "Core plug-ins, always built:".
4672           Indent the output as for other plugin categories
4673         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4674           #define that can be used to not use peer buffer_alloc functions for
4675           test purposes.
4676         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4677         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
4678         (gst_ximagesink_show_frame):
4679         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4680         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
4681         (gst_xvimagesink_show_frame):
4682           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
4683           fails gracefully instead of XError aborting or deadlocking.
4684
4685 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4686
4687         * ext/libvisual/Makefile.am:
4688           link against gst-base-libs
4689
4690 2005-09-06  David Schleef  <ds@schleef.org>
4691
4692         * configure.ac: Enable libvisual plugin.
4693         * ext/libvisual/Makefile.am:
4694         * ext/libvisual/visual.c: Fixes to make it compile.
4695
4696 === release 0.9.2 ===
4697
4698 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4699
4700         * NEWS:
4701         * RELEASE:
4702         * configure.ac:
4703         * docs/random/ChangeLog-0.8:
4704           releasing 0.9.2, "Spoon"
4705
4706 2005-09-05  Michael Smith <msmith@fluendo.com>
4707
4708         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4709           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
4710           that in the vorbisenc element.
4711
4712 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4713
4714         * common/gtk-doc-plugins.mak:
4715         * docs/plugins/Makefile.am:
4716           fix distcheck
4717         * gst/audioresample/resample.c:
4718           fix wrong docstring
4719
4720 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4721
4722         * common/gst-xmlinspect.py:
4723         * common/gtk-doc-plugins.mak:
4724           only inspect plugins for this given package
4725           require gst-python 0.9
4726
4727 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4728
4729         * Makefile.am:
4730         * autogen.sh:
4731         * common/gst-xmlinspect.py:
4732         * configure.ac:
4733         * docs/Makefile.am:
4734         * docs/plugins/inspect/plugin-alsa.xml:
4735         * docs/plugins/inspect/plugin-audioresample.xml:
4736         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4737         * docs/plugins/inspect/plugin-ogg.xml:
4738         * docs/plugins/tmpl/element-gnomevfssink.sgml:
4739         * docs/plugins/tmpl/element-multifdsink.sgml:
4740         * docs/plugins/tmpl/element-tcpserversink.sgml:
4741         * docs/plugins/tmpl/element-vorbisenc.sgml:
4742         * gst-plugins-base.spec.in:
4743           various doc-related updates
4744
4745 2005-08-31  Wim Taymans  <wim@fluendo.com>
4746
4747         * gst-libs/gst/audio/gstbaseaudiosink.c:
4748         (gst_base_audio_sink_render):
4749         Resync if the buffer timestamps drift more than a 10th 
4750         of a second.
4751
4752 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
4753
4754         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
4755         (gst_v4lsrc_get_property):
4756           The 'timestamp-offset' property is registered as an int64, so
4757           let's use g_value_{set|get}_int64() in our setter and getter
4758           functions (makes it work and fixes warnings with gst-inspect).
4759
4760 2005-08-30  Wim Taymans  <wim@fluendo.com>
4761
4762         * check/elements/audioconvert.c: (setup_audioconvert):
4763         * check/elements/audioresample.c: (setup_audioresample):
4764         * check/elements/volume.c: (setup_volume):
4765         Fix checks.
4766
4767 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4768
4769         * common/gtk-doc-plugins.mak:
4770         * common/plugins.xsl:
4771         * docs/plugins/Makefile.am:
4772           make module a param
4773
4774 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4775
4776         * examples/seeking/seek.c: (make_mp3_pipeline),
4777         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
4778         (play_cb), (pause_cb), (stop_cb):
4779           update the example
4780
4781 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4782
4783         * gst/volume/gstvolume.c: (gst_volume_class_init),
4784         (volume_transform):
4785           do not update controlled params, if buffer has no timestamp
4786
4787 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4788
4789         * configure.ac:
4790         * gst/sine/Makefile.am:
4791         * gst/volume/Makefile.am:
4792           controllerized elements also need to link against controller-libs ;)
4793
4794 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4795
4796         * docs/libs/tmpl/gstcolorbalance.sgml:
4797         * docs/libs/tmpl/gstgconf.sgml:
4798         * docs/libs/tmpl/gstmixer.sgml:
4799         * docs/libs/tmpl/gstringbuffer.sgml:
4800         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4801         (gst_sinesrc_create):
4802         * gst/volume/gstvolume.c: (gst_volume_class_init),
4803         (volume_transform):
4804           controllerized two audio plugins
4805
4806 2005-08-29  Andy Wingo  <wingo@pobox.com>
4807
4808         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
4809         (vorbis_handle_data_packet): Fix some int overflow errors.
4810
4811         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
4812         -1.
4813         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
4814         valid.
4815         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
4816         if it's valid. Fixed streaming-mode playback.
4817
4818         * check/elements/volume.c (cleanup_volume): Fix for running
4819         CK_FORK=no.
4820
4821         * check/elements/audioconvert.c: Convert from native endian, not
4822         little endian.
4823
4824 2005-08-29  Michael Smith <msmith@fluendo.com>
4825
4826         * ext/ogg/Makefile.am:
4827         * ext/ogg/gstogg.c: (plugin_init):
4828         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
4829         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
4830         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
4831         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
4832         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
4833         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
4834         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
4835         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
4836         Add an ogg parser element.
4837
4838 2005-08-28  Andy Wingo  <wingo@pobox.com>
4839
4840         * Updates for two-arg init from GST_BOILERPLATE_FULL.
4841
4842 2005-08-26  Wim Taymans  <wim@fluendo.com>
4843
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         (audio_convert_convert):
4849         Cleanups.
4850
4851 2005-08-26  Wim Taymans  <wim@fluendo.com>
4852
4853         * gst/audioconvert/audioconvert.c: (if), (float),
4854         (audio_convert_get_func_index), (check_default),
4855         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4856         (audio_convert_clean_context), (audio_convert_get_sizes),
4857         (audio_convert_convert):
4858         More elegant and working temp buffer selection algo.
4859
4860 2005-08-26  Wim Taymans  <wim@fluendo.com>
4861
4862         * gst/audioconvert/audioconvert.c: (if), (float),
4863         (audio_convert_get_func_index), (check_default),
4864         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4865         (audio_convert_clean_context), (audio_convert_get_sizes),
4866         (get_temp_buffer), (audio_convert_convert):
4867         Use realloc else we lose our original data.
4868
4869 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4870
4871         * gst/audioresample/gstaudioresample.c:
4872           use base class' newsegment to properly timestamp
4873
4874 2005-08-26  Wim Taymans  <wim@fluendo.com>
4875
4876         * gst/audioconvert/audioconvert.c: (if), (float),
4877         (audio_convert_get_func_index), (check_default),
4878         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4879         (audio_convert_clean_context), (audio_convert_get_sizes),
4880         (get_temp_buffer), (audio_convert_convert):
4881         * gst/audioconvert/gstaudioconvert.c:
4882         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
4883         (gst_audio_convert_transform_caps),
4884         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
4885         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
4886         Oops, allocate enough space to perform the channel mix.
4887
4888 2005-08-26  Wim Taymans  <wim@fluendo.com>
4889
4890         * gst/audioconvert/Makefile.am:
4891         * gst/audioconvert/audioconvert.c: (if), (float),
4892         (audio_convert_get_func_index), (check_default),
4893         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4894         (audio_convert_clean_context), (audio_convert_get_sizes),
4895         (get_temp_buffer), (audio_convert_convert):
4896         * gst/audioconvert/audioconvert.h:
4897         * gst/audioconvert/gstaudioconvert.c:
4898         (gst_audio_convert_class_init), (gst_audio_convert_init),
4899         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
4900         (gst_audio_convert_get_unit_size),
4901         (gst_audio_convert_transform_caps),
4902         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
4903         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
4904         * gst/audioconvert/gstaudioconvert.h:
4905         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4906         (gst_channel_mix_fill_identical),
4907         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
4908         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
4909         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
4910         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
4911         (gst_channel_mix_mix):
4912         * gst/audioconvert/gstchannelmix.h:
4913         Cleanups, librarify a bit, optimize, better negotiation and more.
4914
4915 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4916
4917         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
4918         Another from MikeS:
4919         During typefinding, don't support negative offsets
4920         (offsets from the end of the stream) in our typefind->peek() function
4921         - nothing embedded in ogg ever needs them. However, we need to recognise
4922         those requests and reject them, otherwise we return invalid pointers.
4923
4924 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4925
4926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4927         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
4928         (vorbisdec_finalize), (vorbis_handle_type_packet):
4929           Big shout-out to MikeS for fixing this giant memory leak.
4930           Huzzah!
4931
4932 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4933
4934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
4935         (audio_convert_get_unit_size):
4936           plug some leaks
4937
4938 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4939
4940         * check/Makefile.am:
4941         * check/elements/audioconvert.c: (setup_audioconvert),
4942         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4943         (GST_START_TEST), (audioconvert_suite), (main):
4944           add a test for audioconvert
4945         * gst/audioresample/gstaudioresample.c:
4946         * gst/audioresample/gstaudioresample.h:
4947           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
4948           note that for buffers of 1/3 sec this means DURATION(c) is 
4949           one nanosecond more than for a and b
4950
4951 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4952
4953         * check/Makefile.am:
4954         * check/elements/audioresample.c: (setup_audioresample),
4955         (cleanup_audioresample), (fail_unless_perfect_stream),
4956         (test_perfect_stream_instance), (GST_START_TEST),
4957           add a check for audioresample
4958         (audioresample_suite), (main):
4959         * check/elements/volume.c: (GST_START_TEST):
4960           remove unused method
4961         * gst/audioresample/gstaudioresample.c:
4962           set correct buffer parameters since we're changing them
4963         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4964           add some debug
4965
4966 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4967
4968         * gst/audioresample/debug.c:
4969         * gst/audioresample/gstaudioresample.c:
4970           add room for extra overlap samples when asked to transform size
4971           protect against possible mem corruption and check for discrepancies
4972           between written size and outbuffer's size so we can warn for
4973           potential problems
4974         * gst/audioresample/resample.c: (resample_init),
4975         (resample_get_output_size_for_input), (resample_get_output_size),
4976         (resample_set_n_channels), (resample_set_format):
4977           set debug level based on RESAMPLE_DEBUG env var
4978           make sure that get_output_size* returns a whole number of
4979           sample_size
4980           set sample_size each time either channel or format is set
4981         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
4982         * gst/audioresample/resample_functable.c:
4983         (resample_scale_functable):
4984         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4985           remove r->sample_size, it's done in resample.c now
4986           add some debugging to the ref implementation
4987           make sure we only give back bytes that are wholes of the sample
4988           size
4989
4990 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
4991         * gst/playback/gstplaybasebin.c: (fill_buffer):
4992         Revert unpopular change for GST_MESSAGE_SRC to GObject.
4993
4994 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
4995
4996         * gst/volume/gstvolume.c:
4997           made set_caps function static
4998
4999 2005-08-24  Wim Taymans  <wim@fluendo.com>
5000
5001         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5002         (gst_vorbisenc_change_state):
5003         Stop leaking taglists.
5004
5005 2005-08-24  Wim Taymans  <wim@fluendo.com>
5006
5007         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5008         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
5009         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
5010         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
5011         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5012         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5013         Parse seeking events better.
5014         Unref static caps.
5015         Generate correct newsegment events, fixes seeking in live oggs.
5016
5017         * ext/theora/theoradec.c: (theora_dec_src_query),
5018         (theora_dec_src_event), (theora_dec_src_getcaps),
5019         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
5020         Use newsegment values to report correct play time.
5021
5022         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5023         (vorbis_dec_src_event), (vorbis_dec_sink_event):
5024         * ext/vorbis/vorbisdec.h:
5025         Parse and use newsegment values to report correct play time.
5026
5027         * gst-libs/gst/audio/gstbaseaudiosink.c:
5028         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5029         Clear ringbuffer on flush.
5030         Use newsegment values to calculate playback time.
5031
5032         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5034         Basesink does newsegment calculations for us now.
5035
5036 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5037
5038         * check/Makefile.am:
5039         * configure.ac:
5040           add core's plugins to the mix so that playbin works
5041         * check/generic/states.c: (GST_START_TEST):
5042           set a 0 timeout on pipelines, so they don't force the next
5043           state change
5044         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
5045         (gst_play_base_bin_change_state):
5046           remove the crappy error handling and do GST error handling
5047
5048 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5049
5050         * check/Makefile.am:
5051         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
5052           add same test as to core, it bitches out on playbin atm.
5053
5054 2005-08-24  Wim Taymans  <wim@fluendo.com>
5055
5056         * configure.ac:
5057         Remove audioscale.
5058
5059 2005-08-24  Wim Taymans  <wim@fluendo.com>
5060
5061         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5062         (gst_videoscale_prepare_size), (parse_caps),
5063         (gst_videoscale_set_caps), (gst_videoscale_get_size),
5064         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
5065         (gst_videoscale_transform):
5066         * gst/videoscale/gstvideoscale.h:
5067         Refactor, make use of BaseTranform really well.
5068
5069 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5070
5071         * configure.ac:
5072           compile audioresample
5073         * gst/audioresample/Makefile.am:
5074         * gst/audioresample/buffer.c:
5075         * gst/audioresample/functable.c:
5076         * gst/audioresample/gstaudioresample.c:
5077         * gst/audioresample/gstaudioresample.h:
5078         * gst/audioresample/resample.c:
5079         (resample_get_output_size_for_input):
5080         * gst/audioresample/resample.h:
5081         * gst/audioresample/resample_chunk.c:
5082         * gst/audioresample/resample_functable.c:
5083         * gst/audioresample/resample_ref.c:
5084           port to use basetransform; doesn't work in all cases yet
5085
5086 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5087
5088         * gst/audioconvert/gstaudioconvert.c:
5089         (gst_audio_convert_class_init), (gst_audio_convert_init),
5090         (audio_convert_get_unit_size), (audio_convert_transform_caps),
5091         (audio_convert_fixate_caps), (audio_convert_set_caps),
5092         (audio_convert_transform),
5093         (gst_audio_convert_buffer_to_default_format),
5094         (gst_audio_convert_buffer_from_default_format),
5095         (gst_audio_convert_channels):
5096         * gst/audioconvert/gstchannelmix.c:
5097         * gst/audioconvert/gstchannelmix.h:
5098           port to basetransform
5099         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5100         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
5101         (gst_ffmpegcsp_get_unit_size):
5102         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5103         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
5104           fix for basetransform changes
5105
5106 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
5107
5108         * check/Makefile.am:
5109           Add CHECK_CFLAGS and LDFLAGS
5110
5111         * gst/playback/gstplaybasebin.c: (fill_buffer):
5112           GST_MESSAGE_SRC became a GObject
5113
5114 2005-08-24  Wim Taymans  <wim@fluendo.com>
5115
5116         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
5117         (gst_ring_buffer_clear_all):
5118         * gst-libs/gst/audio/gstringbuffer.h:
5119         Added function to clear the ringbuffer.
5120
5121 2005-08-24  Andy Wingo  <wingo@pobox.com>
5122
5123         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
5124         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
5125         of _open and _close.
5126
5127         * sys/v4l/gstv4lxoverlay.h:
5128         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
5129         an Xv connection here, instead of all the time. Make Xv only be
5130         loaded if you axe for it. Kindof a workaround for buggy behaviour
5131         of Xv when using remote xservers (XvQueryExtension would block).
5132         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
5133         replace the _open and _close public API. Only start the xv
5134         connection if necessary.
5135         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
5136
5137 2005-08-23  David Schleef  <ds@schleef.org>
5138
5139         * gst/audioresample/Makefile.am: Leet audioresampling code
5140         * gst/audioresample/buffer.c:
5141         * gst/audioresample/buffer.h:
5142         * gst/audioresample/debug.c:
5143         * gst/audioresample/debug.h:
5144         * gst/audioresample/functable.c:
5145         * gst/audioresample/functable.h:
5146         * gst/audioresample/gstaudioresample.c:
5147         * gst/audioresample/gstaudioresample.h:
5148         * gst/audioresample/resample.c:
5149         * gst/audioresample/resample.h:
5150         * gst/audioresample/resample_chunk.c:
5151         * gst/audioresample/resample_functable.c:
5152         * gst/audioresample/resample_ref.c:
5153
5154 2005-08-23  Wim Taymans  <wim@fluendo.com>
5155
5156         * examples/seeking/seek.c: (make_vorbis_pipeline),
5157         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
5158         Small seek updates.
5159
5160 2005-08-23  Andy Wingo  <wingo@pobox.com>
5161
5162         * gst-libs/gst/audio/gstbaseaudiosrc.c
5163         (gst_base_audio_src_fixate): Only fixate endianness if it is
5164         present in the caps.
5165
5166 2005-08-22  Andy Wingo  <wingo@pobox.com>
5167
5168         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
5169         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
5170         device-name property.
5171
5172         * gst-libs/gst/audio/gstaudiosrc.h:
5173         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
5174         close_device in the ring buffer, like gstaudiosink.
5175
5176         * ext/alsa/gstalsamixer.h:
5177         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
5178         macro to implement the interface without much code. Cleanups. 
5179
5180         * ext/alsa/gstalsasrc.h:
5181         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
5182         READY.
5183
5184         * ext/alsa/Makefile.am: Add new files.
5185         * ext/alsa/gstalsamixerelement.c: 
5186         * ext/alsa/gstalsamixerelement.c: Split element code out from
5187         mixer code so that alsasrc can be a mixer too.
5188
5189 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5190
5191         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5192         (GST_START_TEST):
5193         * check/elements/vorbisdec.c: (setup_vorbisdec),
5194         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
5195         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5196         (vorbis_handle_identification_packet),
5197         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
5198         (vorbis_handle_header_packet), (vorbis_dec_push),
5199         (vorbis_dec_chain):
5200           use the setup/teardown methods to save code.  save code is good.
5201
5202 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5203
5204         * check/Makefile.am:
5205           add ext dir for plugins
5206           add vorbisdec test conditionally
5207         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5208         (GST_START_TEST), (volume_suite):
5209           add a test with wrong caps
5210         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
5211         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
5212           add a vorbisdec test
5213         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
5214         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
5215           clean up debug output
5216         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5217           yay, fix a segfault/security issue in vorbisdec
5218           gst-launch fakesrc ! vorbisdec wasn't happy
5219         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
5220         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
5221         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
5222         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5223         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
5224         (gst_vorbisenc_set_metadata), (get_constraints_string),
5225         (update_start_message), (gst_vorbisenc_setup),
5226         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5227         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
5228         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
5229         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
5230         * ext/vorbis/vorbisenc.h:
5231           march in line
5232         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5233         (gst_ffmpegcsp_transform):
5234           have the kow come home
5235         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5236           debug my func ptr
5237         * gst/volume/gstvolume.c: (volume_set_caps):
5238           add a debug
5239
5240 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5241
5242         * Makefile.am:
5243         * check/.cvsignore:
5244         * check/Makefile.am:
5245         * check/elements/.cvsignore:
5246         * check/elements/volume.c: (chain_func), (event_func),
5247         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
5248         (main):
5249         * configure.ac:
5250           add unit test structure for gst-plugins-base
5251           add a test for volume
5252         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
5253         (gst_volume_set_volume), (gst_volume_get_volume),
5254         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
5255         (volume_funcfind), (volume_process_float), (volume_process_int16),
5256         (volume_set_caps), (volume_transform), (volume_update_mute),
5257         (volume_update_volume), (volume_set_property),
5258         (volume_get_property):
5259           document a little; use basetransform vmethod _set_caps
5260
5261 2005-08-19  Andy Wingo  <wingo@pobox.com>
5262
5263         * ext/alsa/gstalsamixertrack.h:
5264         * ext/alsa/gstalsamixertrack.c:
5265         * ext/alsa/gstalsamixeroptions.h:
5266         * ext/alsa/gstalsamixeroptions.c:
5267         * ext/alsa/gstalsamixer.h:
5268         * ext/alsa/gstalsamixer.c: Port to 0.9.
5269
5270         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
5271         Remove gstalsa.c and alsaclock. No more cruft here.
5272         
5273 2005-08-18  Wim Taymans  <wim@fluendo.com>
5274
5275         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5276         (gst_base_rtp_depayload_chain),
5277         (gst_base_rtp_depayload_add_to_queue),
5278         (gst_base_rtp_depayload_push),
5279         (gst_base_rtp_depayload_queue_release):
5280         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5281         Fix for RTPBuffer changes.
5282
5283         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
5284         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
5285         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
5286         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
5287         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
5288         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
5289         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
5290         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
5291         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
5292         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
5293         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
5294         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
5295         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
5296         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
5297         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
5298         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
5299         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
5300         (gst_rtpbuffer_get_payload):
5301         * gst-libs/gst/rtp/gstrtpbuffer.h:
5302         Don't subclass GstBuffer but add methods and helper functions
5303         to construct and manipulate RTP packets in regular GstBuffers.
5304
5305 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
5306
5307         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5308           moved statement below switch
5309         * gst/volume/gstvolume.c: (gst_volume_class_init):
5310           added debug ptr
5311
5312 2005-08-16  Wim Taymans  <wim@fluendo.com>
5313
5314         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5315         (gst_base_audio_src_change_state):
5316         Open and close device in READY<->NULL state change.
5317
5318 2005-08-16  Andy Wingo  <wingo@pobox.com>
5319
5320         * examples/seeking/Makefile.am: Don't compile non-compiling
5321         compiled objects with the compiler.
5322
5323         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
5324         elements.
5325
5326 2005-08-12  Philippe Khalaf <burger@speedy.org>
5327         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5328         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5329           Made a thread to release the queue.
5330           Removed timestamp conversion for now.
5331
5332 2005-08-10  Philippe Khalaf <burger@speedy.org>
5333         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5334         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5335           Added rtp timestamp -> gst timestamp conversion.
5336           Fixed several problems with queue.
5337
5338 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5339
5340         * gst-libs/gst/audio/gstaudioclock.h:
5341         * gst-libs/gst/audio/gstaudiofilter.h:
5342         * gst-libs/gst/audio/gstaudiosink.h:
5343         * gst-libs/gst/audio/gstaudiosrc.h:
5344         * gst-libs/gst/audio/gstbaseaudiosink.h:
5345         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5346         * gst-libs/gst/audio/gstringbuffer.h:
5347         * gst-libs/gst/net/gstnetbuffer.h:
5348         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5349         * gst-libs/gst/rtp/gstrtpbuffer.h:
5350           Add padding (you will need to rebuild gst-plugins-base,
5351           gst-plugins and all applications afterwards!)
5352
5353 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5354
5355         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5356         (gst_riff_parse_chunk):
5357           Fix bug in debug message and add some more debug messages.
5358
5359 2005-08-08  Edward Hervey  <edward@fluendo.com>
5360
5361         * gst-libs/gst/riff/riff-media.c:
5362         backported updates since branch
5363
5364 2005-08-08  Andy Wingo  <wingo@pobox.com>
5365
5366         * gst-libs/gst/audio/gstbaseaudiosink.c
5367         (gst_base_audio_sink_change_state): Open the device in NULL->READY
5368         like good elements should. Close on READY->NULL too.
5369
5370         * gst-libs/gst/audio/gstaudiosink.c
5371         (gst_audioringbuffer_open_device,
5372         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
5373         (gst_audioringbuffer_release): Updates for new ring buffer API,
5374         hook into the new audio sink api.
5375
5376         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
5377         (GstAudioSinkClass.close): Just open and close the device -- no
5378         resource allocation or configuration.
5379         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
5380         vmethods, handle device setup and resource allocation.
5381
5382         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
5383         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
5384         base class API.
5385
5386         * gst-libs/gst/audio/gstringbuffer.h
5387         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
5388         New vmethods.
5389
5390         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
5391         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
5392         New API functions. The device should be opened before acquiring
5393         and closed after releasing.
5394
5395 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
5396
5397         * gst-libs/gst/interfaces/mixer.h:
5398           Reset padding to GST_PADDING.
5399
5400 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5401
5402         * gst/playback/gstplaybin.c: (remove_sinks):
5403           Remove visualization from parent explicitely; works around some
5404           apparent refcount issue that I haven't tracked down yet.
5405
5406 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5407
5408         * ext/alsa/gstalsasink.c: (set_hwparams):
5409           Assign debug category, add negotiation debug msgs.
5410
5411 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5412
5413         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
5414           Fix error code for file-not-found to NOT_FOUND.
5415
5416 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5417
5418         * common/gtk-doc-plugins.mak:
5419         * docs/plugins/Makefile.am:
5420         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5421         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5422           renamed to actual element names, so much nicer to look at
5423         * docs/plugins/tmpl/gstmultifdsink.sgml:
5424           remove
5425         * docs/plugins/tmpl/multifdsink.sgml:
5426         * docs/plugins/tmpl/tcpserversink.sgml:
5427           add
5428         * ext/alsa/gstalsa.c:
5429         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
5430         * ext/ogg/gstoggmux.c:
5431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5432         * gst/playback/gstdecodebin.c:
5433         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5434         * gst/tcp/gsttcpserversink.c:
5435           various fixes and documentation additions
5436
5437 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5438
5439         * common/Makefile.am:
5440         * common/gstdoc-scangobj:
5441         * common/gtk-doc-plugins.mak:
5442         * common/gtk-doc.mak:
5443           add a custom scangobj that uses the registry
5444           add a custom gtk-doc-plugins.mak that uses it
5445           some doc build fixes
5446         * configure.ac:
5447         * docs/Makefile.am:
5448         * docs/plugins/Makefile.am:
5449         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5450         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5451         * docs/plugins/gst-plugins-base-plugins.types:
5452         * docs/plugins/tmpl/gstmultifdsink.sgml:
5453           add docs for one element, multifdsink
5454         * gst/adder/gstadder.h:
5455         * gst/volume/gstvolume.h:
5456           don't privatize enum
5457         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5458         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5459         (gst_sync_method_get_type), (gst_client_status_get_type),
5460         (gst_multifdsink_class_init),
5461         (gst_multifdsink_client_queue_buffer),
5462         (gst_multifdsink_handle_client_write):
5463         * gst/tcp/gstmultifdsink.h:
5464         * gst/tcp/gsttcp.h:
5465         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5466         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5467         (gst_tcpclientsink_render):
5468         * gst/tcp/gsttcpclientsink.h:
5469         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5470         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
5471         (gst_tcpclientsrc_start):
5472         * gst/tcp/gsttcpclientsrc.h:
5473         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5474         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
5475         * gst/tcp/gsttcpserversrc.h:
5476         * gst/typefind/gsttypefindfunctions.c:
5477           remove superfluous Type stuff
5478
5479 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5480
5481         * gst/playback/gstplaybin.c: (gen_video_element):
5482           Enable videoscale.
5483
5484 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5485
5486         * gst-libs/gst/gconf/gconf.c:
5487         * gst-libs/gst/gconf/gconf.h:
5488           Fix some Andy Problem [tm].
5489
5490 2005-08-04  Andy Wingo  <wingo@pobox.com>
5491
5492         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
5493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
5494         (gst_ffmpegcsp_get_size): Adapt to API changes.
5495
5496         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
5497         Implement an in-place do-nothing transform.
5498
5499 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5500
5501         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5502         (gst_ximagesink_renegotiate_size):
5503           Do not set new window sizes yet if we prepare a new buffer size
5504           for upstream renegotiation (software scaling) at some point in the
5505           future, because this new size waqs not actually accepted yet. Once
5506           accepted, renegotiation later on will set the new sizes just fine.
5507           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
5508           embedding testcase.
5509
5510 2005-08-03  Andy Wingo  <wingo@pobox.com>
5511
5512         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
5513         (gst_ximagesink_buffer_alloc): 
5514         Protect the height, width, and desired_caps with the pool_lock.
5515         Fixes videotestsrc ! queue ! ximagesink.
5516
5517 2005-08-02  Edward Hervey  <edward@fluendo.com>
5518
5519         * gst/volume/gstvolume.c:
5520         include left from controller cleanup
5521
5522 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
5523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
5524           Stop collectpads before calling the parent state
5525           change function on PAUSED->READY.
5526
5527 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
5528         * configure.ac:
5529           When testing for X libs, use the X CFlags 
5530         * gst/adder/gstadder.c: (gst_adder_change_state):
5531           Stop the collectpads before calling parent state change function
5532           on PAUSED->READY, otherwise we deadlock deactivating pads.
5533
5534 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
5535
5536         * configure.ac:
5537         * docs/libs/tmpl/gstcolorbalance.sgml:
5538         * docs/libs/tmpl/gstmixer.sgml:
5539         * examples/Makefile.am:
5540         * gst/sine/Makefile.am:
5541         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
5542         (gst_sinesrc_set_property), (plugin_init):
5543         * gst/sine/gstsinesrc.h:
5544         * gst/volume/Makefile.am:
5545         * gst/volume/gstvolume.c: (gst_volume_set_volume),
5546         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
5547         (volume_process_float), (volume_process_int16),
5548         (volume_set_property), (plugin_init):
5549         * gst/volume/gstvolume.h:
5550           deactivate and remove dparams (libgstcontrol)
5551
5552 2005-07-29  Wim Taymans  <wim@fluendo.com>
5553
5554         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
5555         Convert me to BaseTransform!! help..
5556
5557 2005-07-29  Andy Wingo  <wingo@pobox.com>
5558
5559         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
5560         sinks.
5561
5562         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
5563         support of both endiannesses.
5564
5565 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5566
5567         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5568           Fix confusing debug message (s/event/query/)
5569
5570 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5571
5572         * gst/videotestsrc/videotestsrc.h:
5573           Use "_stdint.h" instead of <stdint.h>
5574
5575 2005-07-27  Wim Taymans  <wim@fluendo.com>
5576
5577         * ext/vorbis/Makefile.am:
5578         Revert wrong commit.
5579
5580 2005-07-27  Wim Taymans  <wim@fluendo.com>
5581
5582         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
5583         More compilation fixen.
5584
5585 2005-07-27  Wim Taymans  <wim@fluendo.com>
5586
5587         * gst-libs/gst/audio/gstbaseaudiosink.c:
5588         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5589         (gst_base_audio_sink_create_ringbuffer),
5590         (gst_base_audio_sink_change_state):
5591         Fix compilation.
5592
5593 2005-07-27  Wim Taymans  <wim@fluendo.com>
5594
5595         * examples/seeking/seek.c: (setup_dynamic_link),
5596         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
5597         (query_positions_elems), (query_positions_pads), (do_seek):
5598         Update seek example.
5599
5600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5601         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
5602         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
5603         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5604         (gst_ogg_demux_handle_event),
5605         (gst_ogg_demux_deactivate_current_chain),
5606         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5607         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5608         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
5609         (gst_ogg_demux_loop):
5610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
5611         * ext/theora/theoradec.c: (theora_dec_src_event),
5612         (theora_dec_src_getcaps), (theora_dec_sink_event),
5613         (theora_dec_push), (theora_dec_chain):
5614         * ext/vorbis/Makefile.am:
5615         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
5616         (vorbis_dec_sink_event), (vorbis_dec_push),
5617         (vorbis_handle_data_packet):
5618         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
5619         (gst_vorbisenc_chain):
5620         * gst/playback/gststreaminfo.c: (cb_probe):
5621         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
5622         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5623         * gst/videoscale/gstvideoscale.c:
5624         (gst_videoscale_handle_src_event):
5625         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
5626         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
5627         (gst_ximagesink_navigation_send_event):
5628         * sys/xvimage/xvimagesink.c:
5629         (gst_xvimagesink_navigation_send_event):
5630         Various event updates and cleanups
5631
5632 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5633
5634         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
5635           Fix segfault for I420/YV12.
5636
5637 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5638
5639         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
5640           Report bitrate.
5641
5642 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5643
5644         * gst/playback/gstplaybin.c: (gen_video_element),
5645         (gen_audio_element):
5646           Switch to auto*sink elements as default sinks; add volume element
5647           so that volume control in totem works.
5648
5649 2005-07-21  Wim Taymans  <wim@fluendo.com>
5650
5651         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5652         * gst/playback/gstplaybin.c: (setup_sinks),
5653         (gst_play_bin_change_state):
5654         Refcount fix and more comments.
5655
5656 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5657
5658         * sys/ximage/Makefile.am:
5659         * sys/ximage/ximage.c: (plugin_init):
5660         * sys/ximage/ximagesink.c:
5661         Prepare for adding ximagesrc, rename of plugin to ximage etc.
5662         
5663
5664 2005-07-21  Wim Taymans  <wim@fluendo.com>
5665
5666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5667         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5668         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5669         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5670         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5671         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
5672         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
5673         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
5674         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5675         Generate correct disconts for live chained oggs.
5676
5677         * gst-libs/gst/audio/gstbaseaudiosink.c:
5678         (gst_base_audio_sink_render),
5679         (gst_base_audio_sink_create_ringbuffer),
5680         (gst_base_audio_sink_change_state):
5681         Handle discont math correctly.
5682
5683         * gst/playback/gstplaybin.c: (add_sink):
5684         Some small debug cleanup.
5685
5686 2005-07-21  Wim Taymans  <wim@fluendo.com>
5687
5688         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
5689         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5690         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5691         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5692         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5693         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
5694         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5695         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
5696         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5697         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
5698         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
5699         (gst_ogg_demux_change_state), (gst_ogg_print):
5700         Reorganize code to send the right disconts when in streaming
5701         mode.
5702
5703 2005-07-20  Andy Wingo  <wingo@pobox.com>
5704
5705         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
5706         fix (?), fixes a seggie mcfalterson (#310894).
5707
5708 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5709
5710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
5711         (gst_ogg_mux_set_header_on_caps):
5712         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5714         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5715         * gst-libs/gst/audio/multichannel.c:
5716         (gst_audio_set_channel_positions),
5717         (gst_audio_set_structure_channel_positions_list):
5718         * gst/playback/gstdecodebin.c: (dynamic_create):
5719         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
5720         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5721           Fixes for API changes in core.
5722
5723 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5724
5725         * gst/playback/gstplaybasebin.c: (fill_buffer):
5726           Use _new_custom() so we can set custom message types for buffering
5727           messages.
5728
5729 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5730
5731         * configure.ac:
5732         * gst-libs/gst/Makefile.am:
5733         * gst-libs/gst/gconf/.cvsignore:
5734         * gst-libs/gst/gconf/Makefile.am:
5735         * gst-libs/gst/gconf/test-gconf.c:
5736         * pkgconfig/Makefile.am:
5737         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5738         * pkgconfig/gstreamer-gconf.pc.in:
5739           Remove gconf stuff, use gconf elements instead from now on.
5740
5741 2005-07-20  Wim Taymans  <wim@fluendo.com>
5742
5743         * gst-libs/gst/audio/TODO:
5744         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5745         (gst_audio_clock_get_internal_time):
5746         * gst-libs/gst/audio/gstaudioclock.h:
5747         * gst-libs/gst/audio/gstbaseaudiosink.c:
5748         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5749         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
5750         (gst_base_audio_sink_render),
5751         (gst_base_audio_sink_create_ringbuffer),
5752         (gst_base_audio_sink_change_state):
5753         Make sure the audio clock always returns an increasing value.
5754
5755 2005-07-19  Andy Wingo  <wingo@pobox.com>
5756
5757         * gst/videotestsrc/: Cleanups.
5758
5759 2005-07-19  Wim Taymans  <wim@fluendo.com>
5760
5761         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
5762         Better debugging.
5763
5764 2005-07-19  Wim Taymans  <wim@fluendo.com>
5765
5766         * examples/seeking/seek.c: (make_dv_pipeline),
5767         (make_vorbis_theora_pipeline), (query_rates),
5768         (query_positions_elems), (query_positions_pads), (do_seek):
5769         Make correct DV pipeline.
5770
5771 2005-07-18  Andy Wingo  <wingo@pobox.com>
5772
5773         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
5774         default. Also because it's the only thing that really works. (This
5775         is used in the GConf elements).
5776         Use AS_LIBTOOL_TAGS.
5777
5778 2005-07-18  Wim Taymans  <wim@fluendo.com>
5779
5780         * gst/playback/gstdecodebin.c: (remove_element_chain):
5781         * gst/playback/gstplaybin.c: (add_sink):
5782         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5783         (gst_stream_info_set_mute):
5784         * gst/playback/gststreamselector.c:
5785         (gst_stream_selector_get_linked_pad),
5786         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
5787         More leak and compile fixes.
5788
5789 2005-07-18  Wim Taymans  <wim@fluendo.com>
5790
5791         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5792         (query_rates), (query_positions_elems), (query_positions_pads),
5793         (do_seek), (seek_cb), (stop_seek):
5794         Updated seek example. 
5795
5796         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
5797         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5798         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
5799         * gst/playback/gstplaybin.c: (add_sink):
5800         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5801         (gst_stream_info_set_mute):
5802         Some refcount leak fixes.
5803
5804 2005-07-16  Wim Taymans  <wim@fluendo.com>
5805
5806         * gst-libs/gst/audio/gstbaseaudiosink.c:
5807         (gst_base_audio_sink_render):
5808         Align samples even if we have roundoff errors in the 
5809         timestamp conversion.
5810
5811 2005-07-16  Wim Taymans  <wim@fluendo.com>
5812
5813         * docs/libs/tmpl/gstringbuffer.sgml:
5814         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5815         (query_rates), (query_positions_elems), (query_positions_pads),
5816         (update_scale), (do_seek):
5817         Updated seek example.
5818
5819         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5820         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
5821         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
5822         (gst_ogg_demux_loop):
5823         Push out correct discont values.
5824
5825         * ext/theora/theoradec.c: (theora_dec_src_convert),
5826         (theora_dec_sink_convert), (theora_dec_src_getcaps),
5827         (theora_dec_sink_event), (theora_handle_type_packet),
5828         (theora_handle_header_packet), (theora_dec_push),
5829         (theora_handle_data_packet), (theora_dec_chain),
5830         (theora_dec_change_state):
5831         Better timestamping.
5832
5833         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5834         (vorbis_dec_sink_event), (vorbis_dec_push),
5835         (vorbis_handle_data_packet), (vorbis_dec_chain):
5836         * ext/vorbis/vorbisdec.h:
5837         Better timestamping.
5838
5839         * gst-libs/gst/audio/gstbaseaudiosink.c:
5840         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
5841         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5842         Handle syncing on timestamps instead of sample offsets. Make
5843         use of DISCONT values as described in design docs.
5844
5845         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5846         (gst_base_audio_src_get_time):
5847         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
5848         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
5849         (gst_ring_buffer_read):
5850         * gst-libs/gst/audio/gstringbuffer.h:
5851         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
5852         (gst_ximagesink_show_frame):
5853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5854         Correcly convert buffer timestamp to stream time.
5855
5856 2005-07-16  Wim Taymans  <wim@fluendo.com>
5857
5858         * gst/audioconvert/gstaudioconvert.c:
5859         (gst_audio_convert_get_buffer):
5860         Timestamp buffers correctly.
5861
5862         * gst/playback/gstplaybin.c: (gen_video_element):
5863         Make internal fakesink silent.
5864
5865 2005-07-15  Wim Taymans  <wim@fluendo.com>
5866
5867         * gst/ffmpegcolorspace/Makefile.am:
5868         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5869         (gst_ffmpegcsp_caps_remove_format_info),
5870         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
5871         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
5872         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
5873         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
5874         Ported ffmpegcolorspace to basetransform.
5875
5876         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
5877         * gst/volume/gstvolume.c: (volume_transform):
5878         Ported to new API.
5879
5880 2005-07-14  Wim Taymans  <wim@fluendo.com>
5881
5882         * gst/videotestsrc/Makefile.am:
5883         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
5884         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
5885         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
5886         (gst_videotestsrc_init), (gst_videotestsrc_event),
5887         (gst_videotestsrc_create), (gst_videotestsrc_start),
5888         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
5889         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
5890         (gst_videotestsrc_get_property):
5891         * gst/videotestsrc/gstvideotestsrc.h:
5892         Make videotestsrc a pushsrc.
5893
5894 2005-07-14  Wim Taymans  <wim@fluendo.com>
5895
5896         * gst/tcp/gstfdset.c: (gst_fdset_free):
5897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5898         (gst_multifdsink_add), (gst_multifdsink_remove),
5899         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
5900         (gst_multifdsink_remove_client_link),
5901         (gst_multifdsink_client_queue_data),
5902         (gst_multifdsink_client_queue_caps),
5903         (gst_multifdsink_client_queue_buffer),
5904         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
5905         (gst_multifdsink_stop):
5906         * gst/tcp/gstmultifdsink.h:
5907         0.8 backporting.
5908
5909         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5910         Also draw image when not from a pool.
5911
5912 2005-07-14  Wim Taymans  <wim@fluendo.com>
5913
5914         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5915         (mute_stream), (silence_stream):
5916         Small debug additions.
5917
5918 2005-07-14  Wim Taymans  <wim@fluendo.com>
5919
5920         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
5921         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5922         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
5923         Better error recovery, ignore unconnected pads and
5924         non-fatal errors.
5925
5926 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5927
5928         * docs/libs/tmpl/gstaudio.sgml:
5929         * docs/libs/tmpl/gstcolorbalance.sgml:
5930         * docs/libs/tmpl/gstgconf.sgml:
5931         * docs/libs/tmpl/gstmixer.sgml:
5932         * docs/libs/tmpl/gstringbuffer.sgml:
5933         * docs/libs/tmpl/gsttuner.sgml:
5934         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5935         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
5936         (gst_tcpclientsrc_class_init):
5937         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
5938         (gst_tcpserversrc_class_init):
5939         * sys/v4l/gstv4lelement.c:
5940           more autistic cleanliness in functions/names/defines
5941
5942 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5943
5944         * configure.ac:
5945           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
5946           added manually to each Makefile.am so we are sure it goes
5947           *last* and doesn't add -L flags before linking in libs of our
5948           own, like, say, internal .la libs, that then accidentally pick
5949           up the installed copy.
5950         * docs/libs/Makefile.am:
5951         * ext/alsa/Makefile.am:
5952         * ext/cdparanoia/Makefile.am:
5953         * ext/gnomevfs/Makefile.am:
5954         * ext/libvisual/Makefile.am:
5955         * ext/ogg/Makefile.am:
5956         * ext/theora/Makefile.am:
5957         * ext/vorbis/Makefile.am:
5958         * gst-libs/gst/video/Makefile.am:
5959         * gst/adder/Makefile.am:
5960         * gst/audioconvert/Makefile.am:
5961         * gst/audiorate/Makefile.am:
5962         * gst/audioscale/Makefile.am:
5963         * gst/ffmpegcolorspace/Makefile.am:
5964         * gst/playback/Makefile.am:
5965         * gst/sine/Makefile.am:
5966         * gst/subparse/Makefile.am:
5967         * gst/tags/Makefile.am:
5968         * gst/tcp/Makefile.am:
5969         * gst/typefind/Makefile.am:
5970         * gst/videorate/Makefile.am:
5971         * gst/videoscale/Makefile.am:
5972         * gst/videotestsrc/Makefile.am:
5973         * gst/volume/Makefile.am:
5974         * sys/v4l/Makefile.am:
5975         * sys/ximage/Makefile.am:
5976         * sys/xvimage/Makefile.am:
5977           adapt properly to this change. This should make sure that
5978           plugins and libs properly link to the as-yet-uninstalled
5979           copies of stuff like libgstinterfaces and libgstvideo
5980
5981 2005-07-13  Andy Wingo  <wingo@pobox.com>
5982
5983         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
5984         (gst_v4lsrc_fixate): Fixate on format as well.
5985
5986         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
5987         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
5988         buffer points to it.
5989         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
5990         rather just doing X calls ourselves. Also fixes a memleak.
5991
5992 2005-07-12  Andy Wingo  <wingo@pobox.com>
5993
5994         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
5995         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
5996         (gst_v4lsrc_create): Re-add the copy-mode property, default to
5997         TRUE to avoid deadlocks if an element holds on to our buffers.
5998
5999 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6000
6001         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6002         (gst_sinesrc_init), (gst_sinesrc_create),
6003         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6004         (gst_sinesrc_start):
6005         * gst/sine/gstsinesrc.h:
6006           removing num-buffers property before moving it
6007
6008 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6009
6010         * configure.ac:
6011           use overridable ERROR_CFLAGS
6012         * docs/libs/gst-plugins-base-libs.types:
6013         * docs/libs/tmpl/gstringbuffer.sgml:
6014         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
6015         (gst_alsasink_class_init):
6016         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6017         (gst_alsasrc_class_init):
6018         * gst-libs/gst/audio/audio.h:
6019         * gst-libs/gst/audio/gstaudioclock.h:
6020         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
6021         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
6022         (gst_audio_filter_link), (gst_audio_filter_init),
6023         (gst_audio_filter_chain), (gst_audio_filter_set_property),
6024         (gst_audio_filter_get_property),
6025         (gst_audio_filter_class_add_pad_templates):
6026         * gst-libs/gst/audio/gstaudiofilter.h:
6027         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6028         (gst_audio_filter_template_get_type),
6029         (gst_audio_filter_template_base_init),
6030         (gst_audio_filter_template_class_init),
6031         (gst_audio_filter_template_init),
6032         (gst_audio_filter_template_set_property),
6033         (gst_audio_filter_template_get_property), (plugin_init),
6034         (gst_audio_filter_template_setup),
6035         (gst_audio_filter_template_filter),
6036         (gst_audio_filter_template_filter_inplace):
6037         * gst-libs/gst/audio/gstaudiosink.c:
6038         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6039         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
6040         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6041         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6042         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
6043         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
6044         * gst-libs/gst/audio/gstaudiosink.h:
6045         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6046         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6047         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6048         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
6049         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
6050         (gst_audio_src_class_init), (gst_audio_src_init),
6051         (gst_audio_src_create_ringbuffer):
6052         * gst-libs/gst/audio/gstaudiosrc.h:
6053         * gst-libs/gst/audio/gstbaseaudiosink.c:
6054         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
6055         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6056         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
6057         (gst_base_audio_sink_set_property),
6058         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
6059         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
6060         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
6061         (gst_base_audio_sink_create_ringbuffer),
6062         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
6063         * gst-libs/gst/audio/gstbaseaudiosink.h:
6064         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6065         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
6066         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
6067         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
6068         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
6069         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
6070         (gst_base_audio_src_event), (gst_base_audio_src_create),
6071         (gst_base_audio_src_create_ringbuffer),
6072         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
6073         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6074         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
6075         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
6076         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
6077         (gst_ring_buffer_debug_spec_caps),
6078         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
6079         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6080         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6081         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6082         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
6083         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
6084         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
6085         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6086         (gst_ring_buffer_clear):
6087         * gst-libs/gst/audio/gstringbuffer.h:
6088         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6089         (gst_video_sink_class_init), (gst_video_sink_get_type):
6090         * gst-libs/gst/video/videosink.h:
6091         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6092         (gst_multifdsink_class_init),
6093         (gst_multifdsink_handle_client_write),
6094         (gst_multifdsink_change_state):
6095         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6096         (gst_tcpclientsink_setcaps):
6097         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6098         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
6099         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
6100         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
6101         (gst_ximagesink_send_pending_navigation),
6102         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
6103         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
6104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
6105         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6106         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
6107         (gst_xvimagesink_send_pending_navigation),
6108         (gst_xvimagesink_navigation_send_event),
6109         (gst_xvimagesink_set_xwindow_id),
6110         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
6111         (gst_xvimagesink_get_type):
6112         more macro splitting
6113
6114 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6115
6116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6117           plug a memleak, allows me to import 1479 albums in one go
6118           in jamboree
6119         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6120         (vorbis_handle_type_packet), (vorbis_dec_chain),
6121         (vorbis_dec_change_state):
6122           fix some format strings
6123
6124 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6125
6126         * docs/libs/tmpl/gstcolorbalance.sgml:
6127         * docs/libs/tmpl/gstmixer.sgml:
6128         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
6129         (gst_alsasink_set_property), (gst_alsasink_get_property):
6130         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6131         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
6132           add device property
6133
6134 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6135
6136         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6137         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6138         (audiocast_register_listener), (audiocast_thread_run),
6139         (gst_gnomevfssrc_send_additional_headers_callback),
6140         (gst_gnomevfssrc_received_headers_callback),
6141         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
6142         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
6143         (gst_gnomevfssrc_get_size):
6144           add/clean up debugging
6145         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6146           cleanups
6147
6148 2005-07-07  Andy Wingo  <wingo@pobox.com>
6149
6150         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
6151         framerate. Need to get a handle on when exactly this function is
6152         called, tho.
6153
6154         * sys/v4l/v4lsrc_calls.h:
6155         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
6156         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
6157         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
6158
6159         * sys/v4l/v4l_calls.h: Cast to V4lElement.
6160         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
6161         v4lelements are sources.
6162
6163         * sys/v4l/gstv4lxoverlay.h:
6164         * sys/v4l/gstv4lxoverlay.c:
6165         * sys/v4l/gstv4ltuner.h:
6166         * sys/v4l/gstv4ltuner.c: Header loc fixen.
6167         
6168         * sys/v4l/gstv4lsrc.h:
6169         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
6170         PushSrc/BaseSrc. Removed most sync-related properties, videorate
6171         or something should handle that. Made a live source.
6172
6173         * sys/v4l/gstv4lelement.h:
6174         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
6175         signals. Some cleanups.
6176
6177         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
6178
6179         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
6180         stuff.
6181
6182         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
6183         stuff.
6184
6185         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
6186
6187 2005-07-07  Wim Taymans  <wim@fluendo.com>
6188
6189         * ext/theora/theoradec.c: (theora_get_query_types),
6190         (theora_dec_src_getcaps), (theora_dec_push):
6191         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
6192         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
6193         Remove deprecated/unused query types.
6194
6195 2005-07-06  Wim Taymans  <wim@fluendo.com>
6196
6197         * ext/alsa/Makefile.am:
6198         * ext/alsa/gstalsaplugin.c: (plugin_init):
6199         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6200         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6201         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
6202         (gst_alsasrc_class_init), (gst_alsasrc_init),
6203         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
6204         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
6205         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
6206         (gst_alsasrc_reset):
6207         * ext/alsa/gstalsasrc.h:
6208         * gst-libs/gst/audio/Makefile.am:
6209         * gst-libs/gst/audio/gstaudiosink.c:
6210         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6211         (gst_audioringbuffer_start):
6212         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6213         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6214         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
6215         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6216         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6217         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6218         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
6219         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
6220         * gst-libs/gst/audio/gstaudiosrc.h:
6221         * gst-libs/gst/audio/gstbaseaudiosink.c:
6222         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6223         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
6224         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
6225         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6226         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
6227         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
6228         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
6229         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
6230         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
6231         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
6232         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
6233         (gst_baseaudiosrc_change_state):
6234         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6235         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6236         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
6237         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
6238         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6239         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
6240         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
6241         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
6242         * gst-libs/gst/audio/gstringbuffer.h:
6243         Added audiosource base classes.
6244         Ported alsasrc, still very basic.
6245
6246 2005-07-06  Wim Taymans  <wim@fluendo.com>
6247
6248         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
6249         (theora_dec_push), (theora_handle_data_packet):
6250         Prepare for better timestamp fix later.
6251
6252         * gst/audioconvert/gstaudioconvert.c:
6253         List most accurate caps first
6254
6255         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
6256         Use proper pad task function.
6257
6258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6259         (gst_xvimagesink_show_frame):
6260         Fix deadlock when alloc failed.
6261
6262 2005-07-05  Andy Wingo  <wingo@pobox.com>
6263
6264         * ext/gnomevfs/gstgnomevfssrc.c:
6265         * gst/sine/gstsinesrc.c:
6266         * gst/tcp/gsttcpserversrc.c:
6267         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
6268
6269         * sys/v4l/: Port from 0.8.
6270
6271         * Many files: Null if we got it....
6272
6273 2005-07-05  Andy Wingo  <wingo@pobox.com>
6274
6275         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
6276         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
6277         Signedness fixes.
6278
6279 2005-07-05  Wim Taymans  <wim@fluendo.com>
6280
6281         * configure.ac:
6282         * gst/tcp/Makefile.am:
6283         * gst/tcp/README:
6284         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6285         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
6286         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6287         (is_sync_frame), (gst_multifdsink_handle_client_write),
6288         (gst_multifdsink_render), (gst_multifdsink_start),
6289         (gst_multifdsink_stop), (gst_multifdsink_change_state):
6290         * gst/tcp/gstmultifdsink.h:
6291         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
6292         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
6293         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6294         * gst/tcp/gsttcp.h:
6295         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6296         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6297         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6298         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
6299         * gst/tcp/gsttcpclientsink.h:
6300         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6301         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
6302         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
6303         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
6304         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
6305         * gst/tcp/gsttcpclientsrc.h:
6306         * gst/tcp/gsttcpplugin.c: (plugin_init):
6307         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
6308         * gst/tcp/gsttcpserversink.h:
6309         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6310         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
6311         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
6312         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6313         (gst_tcpserversrc_stop):
6314         * gst/tcp/gsttcpserversrc.h:
6315         * gst/tcp/gsttcpsink.c:
6316         * gst/tcp/gsttcpsink.h:
6317         * gst/tcp/gsttcpsrc.c:
6318         * gst/tcp/gsttcpsrc.h:
6319         Ported tcp plugins to 0.9. 
6320         
6321
6322 2005-07-05  Andy Wingo  <wingo@pobox.com>
6323
6324         * gst/playback/gstplaybasebin.c (fill_buffer):
6325         message_new_application fixen.
6326
6327         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
6328         Style fix.
6329
6330 2005-07-04  Wim Taymans  <wim@fluendo.com>
6331
6332         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6333         Set caps on output buffer.
6334
6335 2005-07-04  Andy Wingo  <wingo@pobox.com>
6336
6337         * ext/gnomevfs/gstgnomevfssrc.c
6338         (gst_gnomevfssrc_received_headers_callback) 
6339         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
6340         hopefully.
6341
6342         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
6343         No refcount leakage.
6344
6345         * configure.ac: Enable -Werror.
6346         
6347         * ext/theora/theoradec.c (theora_dec_src_getcaps):
6348         * gst/audioconvert/bufferframesconvert.c
6349         (buffer_frames_convert_fixate):
6350         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
6351         (gst_audio_convert_fixate):
6352         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
6353         (gst_sinesrc_create): Fixate func changes.
6354         
6355         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6356         (gst_ximagesink_buffer_alloc): Unused var.
6357
6358 2005-07-01  Andy Wingo  <wingo@pobox.com>
6359
6360         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
6361         getcaps to do explicit caps. Needs to be done in all decoders,
6362         possibly via a base class.
6363
6364         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
6365
6366         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
6367         caps on the sink pad, just rely on the pad template. Also, setting
6368         ANY caps on a pad is not valid because the caps are not fixed.
6369
6370         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
6371         caps on the buffer, and get the width from the desired_caps if
6372         they're set.
6373         (gst_ximagesink_renegotiate_size): Implement via setting the
6374         desired_caps on the ximagesink.
6375         (gst_ximagesink_setcaps): Only reset the width of the player if it
6376         wasn't already set. Not sure if this is right.
6377         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
6378
6379         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
6380         that the user wants. NULL unless the window has been resized.
6381
6382         * gst/volume/gstvolume.c (volume_transform): Adapt to
6383         basetransform refcount changes.
6384         
6385 2005-07-01  Andy Wingo  <wingo@pobox.com>
6386
6387         * gst/videoscale/gstvideoscale.c:
6388         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
6389         from BaseTransform, implements a transform_caps. Removed dead code
6390         including some PAR stuff that was never reached -- should probably
6391         be added back somehow.
6392
6393 2005-07-01  Andy Wingo  <wingo@pobox.com>
6394
6395         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
6396         come later.
6397
6398 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6399
6400         * configure.ac:
6401         * docs/libs/Makefile.am:
6402         * docs/libs/gst-plugins-libs.types:
6403         * ext/alsa/Makefile.am:
6404         * ext/alsa/gstalsamixer.h:
6405         * ext/alsa/gstalsamixeroptions.h:
6406         * ext/alsa/gstalsamixertrack.h:
6407         * gst-libs/gst/Makefile.am:
6408         * gst-libs/gst/colorbalance/.cvsignore:
6409         * gst-libs/gst/colorbalance/Makefile.am:
6410         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6411         * gst-libs/gst/colorbalance/colorbalance.c:
6412         * gst-libs/gst/colorbalance/colorbalance.h:
6413         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6414         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6415         * gst-libs/gst/colorbalance/colorbalancechannel.h:
6416         * gst-libs/gst/interfaces/Makefile.am:
6417         * gst-libs/gst/interfaces/colorbalance.c:
6418         (gst_color_balance_class_init):
6419         * gst-libs/gst/interfaces/colorbalance.h:
6420         * gst-libs/gst/interfaces/interfaces-marshal.list:
6421         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
6422         * gst-libs/gst/interfaces/mixer.h:
6423         * gst-libs/gst/interfaces/mixeroptions.h:
6424         * gst-libs/gst/interfaces/navigation.c:
6425         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
6426         * gst-libs/gst/interfaces/tuner.h:
6427         * gst/volume/Makefile.am:
6428         * gst/volume/gstvolume.c:
6429         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6430         * sys/ximage/Makefile.am:
6431         * sys/ximage/ximagesink.c:
6432         * sys/xvimage/Makefile.am:
6433         * sys/xvimage/xvimagesink.c:
6434           fold in all interfaces into an interfaces dir, preserving CVS
6435           history
6436
6437 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6438
6439         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6440           Fix build after riff changes.
6441
6442 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6443
6444         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6445         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6446         (gst_riff_create_video_template_caps),
6447         (gst_riff_create_audio_template_caps),
6448         (gst_riff_create_iavs_template_caps):
6449         * gst-libs/gst/riff/riff-media.h:
6450         * gst-libs/gst/riff/riff-read.h:
6451         * gst-libs/gst/riff/riff.c: (gst_riff_init):
6452           Add gst_riff_init() to initialize the debug category, instead
6453           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
6454
6455 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6456
6457         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
6458           Oops, I shouldn't apply hacks.
6459
6460 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6461
6462         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
6463           Remove pad_loop function which doesn't work.
6464
6465 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6466
6467         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
6468           Send EOS when deactivating.
6469         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6470         (check_queue), (queue_threshold_reached), (queue_out_of_data),
6471         (gen_preroll_element), (probe_triggered), (mute_stream),
6472         (silence_stream), (new_decoded_pad), (setup_substreams),
6473         (set_active_source):
6474         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
6475         (remove_sinks), (add_sink):
6476         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
6477           Change for new probe API.
6478
6479 2005-06-29  Wim Taymans  <wim@fluendo.com>
6480
6481         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
6482         * gst-libs/gst/audio/gstbaseaudiosink.c:
6483         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6484         (gst_baseaudiosink_change_state):
6485         * gst-libs/gst/audio/gstbaseaudiosink.h:
6486         * gst-libs/gst/audio/gstringbuffer.c:
6487         (gst_ringbuffer_set_callback):
6488         Fix compilation error.
6489         Ringbuffer starts out as not running.
6490         Free our clock in dispose.
6491         When releasing the ringbuffer we need to renegotiate so
6492         clear the pad caps.
6493
6494 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6495
6496         * autogen.sh:
6497         * configure.ac:
6498         * docs/Makefile.am:
6499         * docs/libs/Makefile.am:
6500         * docs/libs/gst-plugins-libs-docs.sgml:
6501         * docs/libs/gst-plugins-libs-sections.txt:
6502         * docs/libs/gst-plugins-libs.types:
6503         * docs/libs/tmpl/gstaudio.sgml:
6504         * docs/libs/tmpl/gstcolorbalance.sgml:
6505         * docs/libs/tmpl/gstringbuffer.sgml:
6506         * gst-libs/gst/audio/gstringbuffer.c:
6507         (gst_ringbuffer_set_callback):
6508           reinstate gtk-doc docs for plugin libs
6509
6510 2005-06-28  Wim Taymans  <wim@fluendo.com>
6511
6512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6513         (gst_ogg_demux_init):
6514         Removed pad loop function.
6515
6516 2005-06-28  Wim Taymans  <wim@fluendo.com>
6517
6518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6519         If we're building a chain we are not in an error case
6520         when we queue a buffer.
6521
6522 2005-06-28  Andy Wingo  <wingo@pobox.com>
6523
6524         * *.c: Don't cast to GstObject before reffing/unreffing.
6525
6526 2005-06-27  Andy Wingo  <wingo@pobox.com>
6527
6528         * gst/videotestsrc/gstvideotestsrc.c
6529         (gst_videotestsrc_activate_push): Activation API changes.
6530
6531         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
6532         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
6533         they have refs on the decodebin.
6534
6535         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
6536         parent class.
6537         (gst_ogg_pad_typefind): Don't leak a pad ref.
6538         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
6539         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
6540         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
6541
6542 2005-06-27  Edward Hervey  <edward@fluendo.com>
6543
6544         * ext/theora/theoradec.c: (theora_dec_change_state): 
6545         re-arranged call to parent's state change in order to avoid locks (or
6546         worse).
6547
6548 2005-06-26  Edward Hervey  <edward@fluendo.com>
6549
6550         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6551         2nd argument of 'unknow-type' signal is a GstCaps and not a
6552         GstMiniObject
6553
6554 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
6555         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
6556           Set the worker thread's running flag to TRUE before starting the
6557           thread.
6558         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6559           Catch a failure to add typefind to the bin.
6560
6561 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6562
6563         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6564         (gst_sinesrc_init), (gst_sinesrc_create),
6565         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6566         (gst_sinesrc_start):
6567         * gst/sine/gstsinesrc.h:
6568           add num-buffers and timestamp-offset properties
6569         * gst/videotestsrc/gstvideotestsrc.c:
6570         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
6571         (gst_videotestsrc_get_property):
6572           add timestamp-offset property
6573
6574 2005-06-23  Christian Schaller  <uraeus@gnome.org>
6575
6576         * configure.ac: add videorate
6577         * gst-plugins-base.spec.in: add videorate
6578
6579 2005-06-23  Wim Taymans  <wim@fluendo.com>
6580
6581         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6582         (gst_videorate_getcaps), (gst_videorate_setcaps),
6583         (gst_videorate_event), (gst_videorate_chain):
6584         Fixed videorate, fixating an already fixated caps is not
6585         an error.
6586
6587 2005-06-23  Wim Taymans  <wim@fluendo.com>
6588
6589         * ext/ogg/README:
6590         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
6591         Buffer on caps is not boxed anymore.
6592
6593 2005-06-22  Wim Taymans  <wim@fluendo.com>
6594
6595         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6596         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6597         Set buffers on caps as miniobjects and not as boxed.
6598
6599 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6600
6601         * configure.ac:
6602           back to HEAD
6603
6604 === release 0.9.1 ===
6605
6606 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6607
6608         * .cvsignore:
6609         * NEWS:
6610         * README:
6611         * RELEASE:
6612         * configure.ac:
6613         * po/af.po:
6614         * po/az.po:
6615         * po/cs.po:
6616         * po/en_GB.po:
6617         * po/hu.po:
6618         * po/it.po:
6619         * po/nb.po:
6620         * po/nl.po:
6621         * po/or.po:
6622         * po/sq.po:
6623         * po/sr.po:
6624         * po/sv.po:
6625         * po/uk.po:
6626         * po/vi.po:
6627           updates for release
6628
6629 2005-06-09  Andy Wingo  <wingo@pobox.com>
6630
6631         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
6632         
6633 2005-06-09  Andy Wingo  <wingo@pobox.com>
6634
6635         * configure.ac:
6636         * gst-libs/gst/Makefile.am:
6637         * gst-libs/gst/net/Makefile.am:
6638         Add gstnet to build.
6639
6640 2005-06-09  Andy Wingo  <wingo@pobox.com>
6641
6642         * gst-libs/gst/gconf/gconf.c:
6643         * gst/playback/test.c:
6644         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
6645         fixes.
6646
6647         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
6648
6649         * ext/theora/theoraenc.c (theora_enc_chain): 
6650         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
6651
6652         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
6653         RealPad.
6654
6655 2005-06-02  Wim Taymans  <wim@fluendo.com>
6656
6657         * gst-libs/gst/net/Makefile.am:
6658         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6659         * pkgconfig/gstreamer-libs.pc.in:
6660         Added net stuff, version net lib.
6661
6662 2005-06-02  Wim Taymans  <wim@fluendo.com>
6663
6664         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6665         (query_rates), (query_positions_elems), (query_positions_pads),
6666         (do_seek):
6667         Updated seek example.
6668
6669 2005-06-02  Andy Wingo  <wingo@pobox.com>
6670
6671         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
6672         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
6673         list.
6674
6675         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
6676         remove the typefind, the bin dispose will do it for us. When it's
6677         removed and unreffed, the signal handler will be disconnected,
6678         too.
6679         (unlinked): It's too difficult to disconnect from unlinked
6680         handlers, as they are on pads not elements. Just punt if the pads
6681         aren't grandkids of the bin.
6682
6683 2005-06-02  Wim Taymans  <wim@fluendo.com>
6684
6685         * ext/ogg/README:
6686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6687         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
6688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6689         * ext/theora/theoradec.c: (theora_dec_src_query),
6690         (theora_handle_data_packet):
6691         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6692         (theora_enc_chain):
6693         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6694         (vorbis_handle_data_packet):
6695         * gst/audioconvert/bufferframesconvert.c:
6696         (buffer_frames_convert_chain):
6697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6698         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6699         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6700         (gst_ffmpegcsp_chain):
6701         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6702         (gst_videorate_getcaps), (gst_videorate_setcaps),
6703         (gst_videorate_event), (gst_videorate_chain):
6704         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
6705         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
6706         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6707         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6708         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6709         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6710         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6711         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6712         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6713         Cleanups and buffer alloc.
6714
6715 2005-05-31  Wim Taymans  <wim@fluendo.com>
6716
6717         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
6718         Don't try to call the delay method when the device is not
6719         opened.
6720
6721 2005-05-31  Wim Taymans  <wim@fluendo.com>
6722
6723         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
6724         Get actual segment size and buffer size after opening
6725         the device.
6726
6727 2005-05-30  Wim Taymans  <wim@fluendo.com>
6728
6729         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
6730         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
6731         Also FLUSH upstream, makes the loop function exit faster.
6732         
6733         * ext/theora/theoradec.c: (theora_dec_src_query):
6734         Some more debug info in the query.
6735         
6736         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6737         (gst_ximagesink_setcaps):
6738         Release lock on par error, better error reporting.
6739
6740 2005-05-26  Wim Taymans  <wim@fluendo.com>
6741
6742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6743         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
6744         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
6745         Clear chains in READY
6746         Queue packets until the chain is activated.
6747
6748 2005-05-25  Wim Taymans  <wim@fluendo.com>
6749
6750         * gst-libs/gst/audio/gstaudiosink.c:
6751         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6752         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6753         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6754         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6755         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6756         (gst_audiosink_create_ringbuffer):
6757         * gst-libs/gst/audio/gstbaseaudiosink.c:
6758         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6759         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6760         (gst_baseaudiosink_set_property), (build_linear_format),
6761         (debug_spec_caps), (debug_spec_buffer),
6762         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6763         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6764         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6765         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6766         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6767         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6768         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
6769         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6770         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
6771         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
6772         (wait_segment), (gst_ringbuffer_commit),
6773         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
6774         (gst_ringbuffer_clear):
6775         Various small cleanups.
6776
6777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6778         (gst_audio_convert_change_state):
6779         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
6780         No need to take the locks anymore.
6781
6782 2005-05-25  Wim Taymans  <wim@fluendo.com>
6783
6784         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6785         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
6786         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
6787         (type_found):
6788         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
6789         (group_destroy), (group_commit), (queue_overrun),
6790         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
6791         (mute_stream), (new_decoded_pad), (setup_substreams),
6792         (setup_source), (mute_group_type), (set_active_source),
6793         (gst_play_base_bin_change_state):
6794         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6795         (gen_video_element), (gen_text_element), (gen_audio_element),
6796         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
6797         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
6798         (gst_stream_info_dispose), (gst_stream_info_set_mute):
6799         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
6800         Some playbin cleanups mostly refcounting sloppyness.
6801
6802 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6803
6804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6805           Work with streaming input.
6806
6807 2005-05-25  Wim Taymans  <wim@fluendo.com>
6808
6809         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6810         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6811         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6812         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
6813         No need to take the STREAM lock anymore.
6814
6815 2005-05-25  Wim Taymans  <wim@fluendo.com>
6816
6817         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6818         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
6819         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
6820         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
6821         (gst_ogg_demux_sink_activate):
6822         * ext/theora/theoradec.c: (theora_dec_src_event),
6823         (theora_handle_comment_packet), (theora_dec_chain),
6824         (theora_dec_change_state):
6825         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6826         (vorbis_handle_data_packet), (vorbis_dec_chain),
6827         (vorbis_dec_change_state):
6828         Remove STREAM locks as they are taken in core now.
6829         Never set bogus granulepos on vorbis/theora.
6830         Fix leaks in theoradec tag parsing.
6831
6832 2005-05-25  Wim Taymans  <wim@fluendo.com>
6833
6834         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6835         Fix memleaks, GST_BUFFER_DATA() is not freed.
6836
6837 2005-05-25  Wim Taymans  <wim@fluendo.com>
6838
6839         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6840         Open non-blocking, set to blocking mode afterwards to avoid
6841         lockups when audio device is busy.
6842
6843 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6844
6845         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
6846           This can't be good.
6847
6848 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6849
6850         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6851         (gst_audio_convert_chain), (gst_audio_convert_link_src),
6852         (gst_audio_convert_setcaps):
6853           Implement instant setup switching.
6854
6855 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6856
6857         * gst/playback/gstplaybasebin.c: (probe_triggered):
6858           Fix missing unlock.
6859         * gst/playback/gstplaybin.c: (add_sink):
6860           First add, then link (otherwise pad link fails).
6861
6862 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6863
6864         * examples/Makefile.am:
6865         fix buildbot (make distcheck)
6866
6867 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6868
6869         * gst/playback/gstplaybin.c: (gen_vis_element):
6870           Remove some wrong code. Doesn't work yet.
6871
6872 2005-05-19  Wim Taymans  <wim@fluendo.com>
6873
6874         * gst-libs/gst/net/Makefile.am:
6875         * gst-libs/gst/net/README:
6876         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
6877         (gst_netbuffer_class_init), (gst_netbuffer_init),
6878         (gst_netbuffer_finalize), (gst_netbuffer_copy),
6879         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
6880         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
6881         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
6882         * gst-libs/gst/net/gstnetbuffer.h:
6883         Added buffer subclass to store extra to/from addresses for
6884         network sources/sinks.
6885
6886 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6887
6888         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
6889           Don't lock an unassigned variable.
6890
6891 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6892
6893         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6894           Increase buffer for video, decrease buffer for other media types.
6895         * gst/playback/gstplaybin.c: (gen_video_element),
6896         (gen_audio_element):
6897           Change names for debugging purposes.
6898
6899 2005-05-18  Wim Taymans  <wim@fluendo.com>
6900
6901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6902         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6903         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6904         (gst_ffmpegcsp_chain):
6905         Enable buffer alloc passthrough if the source and dest
6906         formats are the same.
6907
6908 2005-05-17  Wim Taymans  <wim@fluendo.com>
6909
6910         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6911         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6912         (gst_ogg_demux_chain_unlocked):
6913         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6914         (gst_audio_convert_caps_remove_format_info),
6915         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6916         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
6917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6918         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6919         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
6920         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
6921         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
6922         (gst_ffmpegcsp_get_property):
6923         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6924         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6925         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6926         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6927         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
6928         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6929         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
6930         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
6931         Leak fixes in oggdemux.
6932         Some cleanups in audioconvert.
6933         Make passthrough work along with buffer_alloc etc.
6934         Make buffer_alloc and buffer recycling actually work in
6935         xvimagesink.
6936
6937 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6938
6939         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
6940           make the compiler happy
6941
6942 2005-05-17  Wim Taymans  <wim@fluendo.com>
6943
6944         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6945         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
6946         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
6947         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
6948         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6949         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
6950         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
6951         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6952         (gst_xvimagesink_set_xwindow_id):
6953         * sys/xvimage/xvimagesink.h:
6954         Port xvimagesink to new MiniObject.
6955
6956 2005-05-17  Wim Taymans  <wim@fluendo.com>
6957
6958         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6959         (gst_audiofilter_chain):
6960         * gst-libs/gst/audio/gstaudiosink.c:
6961         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6962         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6963         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6964         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6965         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6966         (gst_audiosink_create_ringbuffer):
6967         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6968         (gst_audio_convert_caps_remove_format_info),
6969         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6970         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6972         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6973         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6974         Fix passthrough in ffmpegcolorspace.
6975         Fix memset in audiosink on wrong memory.
6976
6977 2005-05-16  David Schleef  <ds@schleef.org>
6978
6979         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
6980         to GstMiniObject.
6981
6982 2005-05-16  David Schleef  <ds@schleef.org>
6983
6984         Port from GstData to GstMiniObject.
6985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6987         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
6988         (gst_ogg_mux_collected):
6989         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6990         * ext/theora/theoradec.c: (theora_handle_comment_packet),
6991         (theora_handle_data_packet):
6992         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6993         (theora_set_header_on_caps), (theora_enc_chain):
6994         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6995         (vorbis_handle_comment_packet):
6996         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6997         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6998         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
6999         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
7000         * gst/audioconvert/gstaudioconvert.c:
7001         (gst_audio_convert_get_buffer):
7002         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7003         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7004         (mute_stream), (silence_stream):
7005         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
7006         * gst/volume/gstvolume.c: (volume_transform):
7007         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7008         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
7009         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
7010         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7011         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
7012         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
7013         (gst_ximagesink_buffer_alloc):
7014         * sys/ximage/ximagesink.h:
7015
7016 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7017
7018         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7019         (fill_buffer), (check_queue), (queue_threshold_reached),
7020         (queue_out_of_data):
7021         * gst/playback/gstplaybasebin.h:
7022           Post buffer-fullness on the bus.
7023
7024 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7025
7026         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7027         (try_to_link_1):
7028         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7029         (group_commit), (probe_triggered), (setup_source),
7030         (gst_play_base_bin_change_state):
7031         * gst/playback/gstplaybasebin.h:
7032         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7033         (gst_play_bin_init), (remove_sinks), (setup_sinks),
7034         (gst_play_bin_change_state):
7035           Move setup_output_pads into a virtual function, remove
7036           group-switch (no longer needed) and redirect (handled by bus
7037           now) signals.
7038
7039 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7040
7041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7042         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
7043         (get_active_group), (get_building_group), (group_destroy),
7044         (group_commit), (check_queue), (queue_overrun),
7045         (queue_threshold_reached), (queue_out_of_data),
7046         (gen_preroll_element), (remove_groups), (unknown_type),
7047         (add_element_stream), (no_more_pads), (probe_triggered),
7048         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
7049         (setup_substreams), (setup_source), (finish_source),
7050         (prepare_output), (muted_group_change_state),
7051         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7052         (gst_play_base_bin_change_state):
7053         * gst/playback/gstplaybasebin.h:
7054         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7055         (gst_play_bin_init), (gst_play_bin_set_property),
7056         (gen_video_element), (gen_text_element), (gen_audio_element),
7057         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7058         (gst_play_bin_change_state):
7059         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7060         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
7061         (stream_info_change_state), (gst_stream_info_set_mute),
7062         (gst_stream_info_get_property):
7063         * gst/playback/gststreaminfo.h:
7064         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7065         (gst_stream_selector_get_linked_pad),
7066         (gst_stream_selector_getcaps),
7067         (gst_stream_selector_get_linked_pads),
7068         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7069         * gst/playback/gststreamselector.h:
7070           Rough port of playbin. Needs some more work, but is mostly done,
7071           and uses a few locks in important places, which should make stuff
7072           like chain-switches clean. Still uses GST_STATE() in a few places,
7073           which isn't all that good an idea, subtitles/elements disabled
7074           because no elements to test with and thus probably broken, query
7075           and event handling moved to GstBin, internal thread removed
7076           alltogether because the pipeline does that for us now. Can play
7077           Ogg/Vorbis files. Haven't tested anything else yet.
7078
7079 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7080
7081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7082           Do no-more-pads (needed for autoplugging).
7083
7084 2005-05-10  Andy Wingo  <wingo@pobox.com>
7085
7086         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
7087         message to the bus with the tags. Still not sent downstream tho.
7088
7089         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
7090         get_parent.
7091         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
7092         avoid refcounting hassles.
7093
7094 2005-05-09  Andy Wingo  <wingo@pobox.com>
7095
7096         * gst/volume/Makefile.am:
7097         * gst/volume/demo.c
7098         * gst/volume/gstvolume.h
7099         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
7100         basetransform. Probably need an audio filter base class.
7101
7102 2005-05-09  Wim Taymans  <wim@fluendo.com>
7103
7104         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
7105         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
7106         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
7107         (gst_vorbisenc_chain):
7108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7109         (gst_audio_convert_caps_remove_format_info),
7110         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7111         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7112         Make caps writable before writing to it.
7113         Fix negotiation in audioconvert some more.
7114
7115 2005-05-09  Wim Taymans  <wim@fluendo.com>
7116
7117         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7118         (gst_videorate_getcaps), (gst_videorate_setcaps),
7119         (gst_videorate_event), (gst_videorate_chain):
7120         Better negotiation.
7121
7122 2005-05-09  Wim Taymans  <wim@fluendo.com>
7123
7124         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
7125         (gst_videorate_getcaps), (gst_videorate_setcaps),
7126         (gst_videorate_blank_data), (gst_videorate_init),
7127         (gst_videorate_event), (gst_videorate_chain),
7128         (gst_videorate_change_state):
7129         Port videorate, do a better job at negotiation while we're at
7130         it.
7131
7132 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
7133
7134         * configure.ac:
7135           Disable libvisual
7136
7137         * examples/Makefile.am:
7138         * gst-libs/gst/audio/Makefile.am:
7139         * gst-libs/gst/riff/Makefile.am:
7140         * gst-libs/gst/tag/Makefile.am:
7141         * gst-libs/gst/video/Makefile.am:
7142           Fixups for missing variables.
7143
7144 2005-05-09  Wim Taymans  <wim@fluendo.com>
7145
7146         * examples/seeking/seek.c: (make_theora_pipeline),
7147         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
7148         (query_rates), (query_positions_elems), (query_positions_pads),
7149         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
7150         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
7151         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
7152         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
7153         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7154         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
7155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7156         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7157         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7158         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7159         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7160         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7161         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7162         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
7163         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7164         (theora_dec_src_convert), (theora_dec_sink_convert),
7165         (theora_dec_src_query), (theora_dec_sink_query),
7166         (theora_dec_src_event), (theora_dec_sink_event),
7167         (theora_handle_comment_packet), (theora_handle_type_packet),
7168         (theora_handle_header_packet), (theora_handle_data_packet),
7169         (theora_dec_chain):
7170         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7171         (vorbis_dec_convert), (vorbis_dec_src_query),
7172         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7173         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7174         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7175         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7176         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7177         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
7178         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
7179         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7180         (gst_play_bin_query):
7181         * gst/playback/test3.c: (update_scale):
7182         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
7183         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
7184         * gst/subparse/gstsubparse.c: (gst_subparse_init):
7185         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
7186         (gst_videotestsrc_src_query):
7187         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
7188         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
7189         (paint_hline_YUV9):
7190         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7191         Port to new query API.
7192         Updated seek.
7193         Cleanups in x[v]imagesink
7194
7195 2005-05-09  Andy Wingo  <wingo@pobox.com>
7196
7197         * ext/alsa/gstalsasink.h:
7198         * ext/gnomevfs/gstgnomevfssrc.c:
7199         (gst_gnomevfssrc_get_icy_metadata):
7200         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
7201         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
7202         * ext/theora/theoradec.c (theora_dec_src_query)
7203         (theora_dec_src_event, theora_dec_sink_event)
7204         (theora_handle_comment_packet, theora_handle_data_packet):
7205         * ext/theora/theoraenc.c (theora_enc_chain):
7206         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
7207         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
7208         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7209         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
7210         (qt_type_find):
7211         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
7212         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
7213         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
7214         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
7215         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
7216         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
7217         (paint_setup_xBGR8888, paint_setup_RGBx8888)
7218         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
7219         (paint_setup_RGB565, paint_setup_xRGB1555):
7220         * gst/videotestsrc/videotestsrc.h:
7221         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
7222         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
7223         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
7224         GCC4 fixes.
7225         
7226         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
7227         gst_pad_query_position. Fixes oggdemux.
7228
7229 2005-05-08  David Schleef  <ds@schleef.org>
7230
7231         * configure.ac: Require liboil.
7232         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
7233         a few more.
7234         * gst/videotestsrc/videotestsrc.c:
7235         * gst/videotestsrc/videotestsrc.h:
7236
7237 2005-05-06  Wim Taymans  <wim@fluendo.com>
7238
7239         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7240         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7241         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7242         Well, unreffing a buffer right before pushing it is asking
7243         for trouble..
7244
7245 2005-05-06  Christian Schaller  <uraeus@gnome.org>
7246
7247         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
7248
7249 2005-05-06  Wim Taymans  <wim@fluendo.com>
7250
7251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7252         (gst_audio_convert_caps_remove_format_info),
7253         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7254         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7256         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7257         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7258         * gst/sine/Makefile.am:
7259         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
7260         (gst_sinesrc_class_init), (gst_sinesrc_init),
7261         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
7262         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
7263         (gst_sinesrc_update_freq):
7264         * gst/sine/gstsinesrc.h:
7265         * gst/tcp/gstmultifdsink.c:
7266         * sys/xvimage/xvimagesink.c:
7267         Fixed negotiation wrt _peer_get_caps()
7268         Some cleanups.
7269
7270
7271 2005-05-06  Wim Taymans  <wim@fluendo.com>
7272
7273         * gst-libs/gst/audio/gstaudiosink.c:
7274         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7275         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7276         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7277         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7278         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7279         (gst_audiosink_create_ringbuffer):
7280         * gst-libs/gst/audio/gstbaseaudiosink.c:
7281         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7282         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7283         (gst_baseaudiosink_set_property), (build_linear_format),
7284         (debug_spec_caps), (debug_spec_buffer),
7285         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7286         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7287         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7288         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7289         * gst-libs/gst/audio/gstbaseaudiosink.h:
7290         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7291         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7292         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7293         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7294         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7295         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7296         (wait_segment), (gst_ringbuffer_commit),
7297         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7298         (gst_ringbuffer_clear):
7299         * gst-libs/gst/audio/gstringbuffer.h:
7300         Make the base audiosink return an error when there is no
7301         audiobuffer negotiated.
7302
7303 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7304
7305         * ext/Makefile.am:
7306         Disable cdparanoia until someone ports it!
7307
7308 2005-05-06  Wim Taymans  <wim@fluendo.com>
7309
7310         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7311         (gst_ogg_demux_sink_activate):
7312         And revert after wingo's revert.. sigh..
7313
7314 2005-05-05  Andy Wingo  <wingo@pobox.com>
7315
7316         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
7317         GObject.
7318         * configure.ac: Return audiorate and subparse from the ghetto.
7319         Re-enable -Wall -Werror.
7320         * gst/subparse/gstsubparse.c:
7321         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
7322         or chain-based. Cleaned up a bit. Not tested.
7323         
7324 2005-05-05  Christian Schaller <christian@fluendo.com> 
7325
7326         * Makefile.am: remove stuff that is not building
7327         * configure.ac: remove stuff that is not building
7328         * examples/Makefile.am: remove stuff that is not building
7329         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
7330         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
7331         * sys/Makefile.am: remove stuff that is not building
7332         * testsuite/Makefile.am: remove stuff that is not building
7333
7334 2005-05-05  Andy Wingo  <wingo@pobox.com>
7335
7336         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7337         * gst-libs/gst/tag/gstvorbistag.c:
7338         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
7339         * gst/adder/gstadder.h:
7340         * gst/audioconvert/gstchannelmix.c:
7341         (gst_audio_convert_fill_one_other):
7342         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
7343         (gst_audiorate_init), (gst_audiorate_chain):
7344         * gst/playback/gstplaybasebin.c: (setup_source):
7345         * gst/playback/test3.c: (update_scale):
7346         Some GCC4 fixes
7347         
7348         * po/af.po:
7349         * po/az.po:
7350         * po/cs.po:
7351         * po/en_GB.po:
7352         * po/hu.po:
7353         * po/it.po:
7354         * po/nb.po:
7355         * po/nl.po:
7356         * po/or.po:
7357         * po/sq.po:
7358         * po/sr.po:
7359         * po/sv.po:
7360         * po/uk.po:
7361         * po/vi.po: Foo
7362
7363 2005-05-05  Wim Taymans  <wim@fluendo.com>
7364
7365         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7366         (gst_audio_convert_caps_remove_format_info),
7367         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7368         (gst_audio_convert_change_state), (gst_audio_convert_channels):
7369         * gst/videotestsrc/gstvideotestsrc.c:
7370         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
7371         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
7372         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
7373         (gst_videotestsrc_init), (gst_videotestsrc_loop):
7374         Don't ignore _push() return values.
7375         Make sure no processing is done when shutting down.
7376         Videotestsrc pad activation fix.
7377
7378 2005-05-05  Wim Taymans  <wim@fluendo.com>
7379
7380         * gst/adder/Makefile.am:
7381         * gst/adder/gstadder.c: (gst_adder_setcaps),
7382         (gst_adder_class_init), (gst_adder_init),
7383         (gst_adder_request_new_pad), (gst_adder_collected),
7384         (gst_adder_change_state):
7385         * gst/adder/gstadder.h:
7386         Ported adder as an example of a mixer element using
7387         collect pads. Needs more negotiation work.
7388
7389 2005-05-05  Wim Taymans  <wim@fluendo.com>
7390
7391         * ext/theora/theoradec.c: (_inc_granulepos),
7392         (theora_dec_src_event), (theora_dec_sink_event),
7393         (theora_handle_comment_packet), (theora_handle_type_packet),
7394         (theora_handle_header_packet), (theora_handle_data_packet),
7395         (theora_dec_chain):
7396         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7397         (gst_theora_enc_init), (theora_enc_sink_setcaps),
7398         (theora_push_buffer), (theora_push_packet),
7399         (theora_enc_sink_event), (theora_enc_chain),
7400         (theora_enc_change_state), (theora_enc_set_property),
7401         (theora_enc_get_property):
7402         Added stream lock to decoder so that we can serialize
7403         the discont event.
7404         More theoraenc porting, recover from errors, do clean
7405         shutdown.
7406
7407 2005-05-05  Wim Taymans  <wim@fluendo.com>
7408
7409         * ext/ogg/Makefile.am:
7410         * ext/ogg/README:
7411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7412         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
7413         (gst_ogg_print):
7414         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7415         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7416         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7417         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
7418         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
7419         (gst_ogg_mux_change_state):
7420         Ported ogg muxer.
7421
7422 2005-05-05  Wim Taymans  <wim@fluendo.com>
7423
7424         * docs/design-audiosinks.txt:
7425         * gst-libs/gst/audio/TODO:
7426         * gst-libs/gst/audio/gstaudiosink.c:
7427         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7428         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7429         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7430         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7431         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7432         (gst_audiosink_create_ringbuffer):
7433         * gst-libs/gst/audio/gstbaseaudiosink.c:
7434         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7435         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7436         (gst_baseaudiosink_set_property), (build_linear_format),
7437         (debug_spec_caps), (debug_spec_buffer),
7438         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7439         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7440         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7441         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7442         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7443         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7444         (gst_ringbuffer_release), (gst_ringbuffer_play),
7445         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7446         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7447         (gst_ringbuffer_set_sample), (wait_segment),
7448         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7449         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7450         More work on the audiosink, mostly debugging and a race in
7451         shutdown.
7452
7453 2005-04-28  Wim Taymans  <wim@fluendo.com>
7454
7455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7456         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
7457         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7458         (vorbis_dec_src_query), (vorbis_dec_src_event),
7459         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7460         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7461         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7462         Don't crap out when seeking back to position 0.
7463
7464 2005-04-28  Wim Taymans  <wim@fluendo.com>
7465
7466         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7467         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7468         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
7469         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7470         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
7471         Make audio sink configurable, use alsasink as default.
7472
7473 2005-04-28  Wim Taymans  <wim@fluendo.com>
7474
7475         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7476         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7477         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7478         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
7479         (vorbis_dec_change_state):
7480         * ext/vorbis/vorbisdec.h:
7481         Refactor, use STREAM_LOCK.
7482
7483 2005-04-28  Wim Taymans  <wim@fluendo.com>
7484
7485         * ext/theora/theoradec.c: (_inc_granulepos),
7486         (theora_dec_sink_event), (theora_handle_comment_packet),
7487         (theora_handle_type_packet), (theora_handle_header_packet),
7488         (theora_handle_data_packet), (theora_dec_chain),
7489         (theora_dec_change_state):
7490         Refactor a bit, use STREAM_LOCK.
7491
7492 2005-04-28  Wim Taymans  <wim@fluendo.com>
7493
7494         * ext/alsa/Makefile.am:
7495         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
7496         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
7497         (gst_alsa_link), (gst_alsa_close_audio):
7498         * ext/alsa/gstalsaplugin.c: (plugin_init):
7499         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7500         (gst_alsasink_dispose), (gst_alsasink_base_init),
7501         (gst_alsasink_class_init), (gst_alsasink_init),
7502         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
7503         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
7504         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
7505         (gst_alsasink_reset):
7506         * ext/alsa/gstalsasink.h:
7507         Implement alsasink with simple open/write/close API. 
7508         Make alsa dir build by disabling compilation of code.
7509
7510 2005-04-28  Wim Taymans  <wim@fluendo.com>
7511
7512         * gst-libs/gst/audio/Makefile.am:
7513         * gst-libs/gst/audio/audio.h:
7514         * gst-libs/gst/audio/audioclock.c:
7515         * gst-libs/gst/audio/audioclock.h:
7516         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
7517         (gst_audio_clock_class_init), (gst_audio_clock_init),
7518         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
7519         * gst-libs/gst/audio/gstaudioclock.h:
7520         * gst-libs/gst/audio/gstaudiosink.c:
7521         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7522         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7523         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7524         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7525         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7526         (gst_audiosink_create_ringbuffer):
7527         * gst-libs/gst/audio/gstbaseaudiosink.c:
7528         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7529         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7530         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
7531         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
7532         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7533         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7534         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7535         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7536         * gst-libs/gst/audio/gstbaseaudiosink.h:
7537         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7538         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
7539         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7540         (gst_ringbuffer_release), (gst_ringbuffer_play),
7541         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7542         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7543         (gst_ringbuffer_set_sample), (wait_segment),
7544         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7545         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7546         * gst-libs/gst/audio/gstringbuffer.h:
7547         Make ringbuffer faster and more simple by removing the locks
7548         in the playback thread.
7549         Add sample accurate playback based on buffer sample offsets.
7550         Make the baseaudiosink provide a clock.
7551         Parse caps in the base class.
7552         Correctly handle seeking, flushing and state changes.
7553
7554 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7555
7556         * configure.ac:
7557         * gst/audioconvert/Makefile.am:
7558         * gst/audioscale/Makefile.am:
7559           Fix part of the build.  Come on guys, autogen didn't even work :)
7560
7561 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7562
7563         * configure.ac:
7564         * gst-libs/gst/Makefile.am:
7565         * gst-libs/gst/media-info/.cvsignore:
7566         * gst-libs/gst/media-info/Makefile.am:
7567         * gst-libs/gst/media-info/README:
7568         * gst-libs/gst/media-info/media-info-priv.c:
7569         * gst-libs/gst/media-info/media-info-priv.h:
7570         * gst-libs/gst/media-info/media-info-test.c:
7571         * gst-libs/gst/media-info/media-info.c:
7572         * gst-libs/gst/media-info/media-info.h:
7573         * gst-libs/gst/media-info/media-info.vcproj:
7574         * pkgconfig/Makefile.am:
7575         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7576         * pkgconfig/gstreamer-media-info.pc.in:
7577           Remove media-info, which is also successed by playbin (see Totem
7578           implementation).
7579
7580 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7581
7582         * configure.ac:
7583         * examples/Makefile.am:
7584         * examples/gstplay/.cvsignore:
7585         * examples/gstplay/Makefile.am:
7586         * examples/gstplay/player.c:
7587         * gst-libs/gst/Makefile.am:
7588         * gst-libs/gst/play/.cvsignore:
7589         * gst-libs/gst/play/Makefile.am:
7590         * gst-libs/gst/play/play.c:
7591         * gst-libs/gst/play/play.h:
7592         * gst-libs/gst/play/play.vcproj:
7593         * pkgconfig/Makefile.am:
7594         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7595         * pkgconfig/gstreamer-play.pc.in:
7596           Remove libgstplay, playbin is now the official successor.
7597
7598 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7599
7600         * configure.ac:
7601         * gst-libs/gst/Makefile.am:
7602         * gst-libs/gst/xwindowlistener/Makefile.am:
7603         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7604         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
7605           Remove deprecated xwindowlistener (I've moved xwindowlistening
7606           in the v4l/v4l2 plugins over to serverside).
7607
7608 2005-04-25  David Schleef  <ds@schleef.org>
7609
7610         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
7611         to examples/dynparams.  Examples do not belong interspersed with
7612         source code.
7613         * examples/dynparams/demo-dparams.c:
7614         * gst/sine/Makefile.am:
7615         * gst/sine/demo-dparams.c:
7616
7617 2005-04-25  David Schleef  <ds@schleef.org>
7618
7619         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
7620         * gst-libs/gst/audio/Makefile.am:
7621         * gst-libs/gst/riff/Makefile.am:
7622         * gst-libs/gst/tag/Makefile.am:
7623         * gst-libs/gst/video/Makefile.am:
7624         * gst-libs/gst/xwindowlistener/Makefile.am:
7625
7626         Convert to 0.9 API, seems to work:
7627         * sys/ximage/Makefile.am:
7628         * sys/ximage/ximagesink.c:
7629
7630 2005-04-24  David Schleef  <ds@schleef.org>
7631
7632         Link plugins against libraries:
7633         * ext/alsa/Makefile.am:
7634         * gst/tcp/Makefile.am:
7635
7636         Remove asm code that should be in liboil
7637         * gst/videoscale/Makefile.am:
7638         * gst/videoscale/videoscale_x86_asm.s:
7639
7640         gettext wants these checked in:
7641         * po/af.po:
7642         * po/az.po:
7643         * po/cs.po:
7644         * po/en_GB.po:
7645         * po/hu.po:
7646         * po/it.po:
7647         * po/nb.po:
7648         * po/nl.po:
7649         * po/or.po:
7650         * po/sq.po:
7651         * po/sr.po:
7652         * po/sv.po:
7653         * po/uk.po:
7654         * po/vi.po:
7655
7656 2005-04-24  David Schleef  <ds@schleef.org>
7657
7658         Convert gst_main() to g_main_loop_run()
7659         * gst/playback/decodetest.c: (main):
7660         * gst/playback/test2.c: (main):
7661         * gst/playback/test3.c: (main):
7662         * gst/playback/test4.c: (main):
7663
7664         Link plugins against libraries:
7665         * ext/libvisual/Makefile.am:
7666         * sys/xvimage/Makefile.am:
7667
7668 2005-04-24  David Schleef  <ds@schleef.org>
7669
7670         * configure.ac: Remove idct and resample libs
7671         * gst-libs/gst/Makefile.am: same
7672
7673         Remove usage of gst_library_load():
7674         * ext/alsa/gstalsaplugin.c: (plugin_init):
7675         * ext/libvisual/visual.c: (plugin_init):
7676         * ext/ogg/gstogg.c: (plugin_init):
7677         * ext/theora/theora.c: (plugin_init):
7678         * ext/vorbis/vorbis.c: (plugin_init):
7679         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
7680         * gst/audioscale/gstaudioscale.c:
7681         * gst/adder/gstadder.c: (plugin_init):
7682         * gst/audioconvert/plugin.c: (plugin_init):
7683         * sys/ximage/ximagesink.c: (plugin_init):
7684         * sys/xvimage/xvimagesink.c: (plugin_init):
7685         * gst/tcp/gsttcpplugin.c: (plugin_init):
7686
7687         Link plugins against libraries:
7688         * ext/ogg/Makefile.am:
7689         * ext/theora/Makefile.am:
7690         * ext/vorbis/Makefile.am:
7691         * gst/audioconvert/Makefile.am:
7692
7693         Create proper libraries:
7694         * gst-libs/gst/riff/Makefile.am:
7695         * gst-libs/gst/audio/Makefile.am:
7696         * gst-libs/gst/video/Makefile.am:
7697
7698         Move resample library to audioscale plugin directory:
7699         * gst-libs/gst/resample/Makefile.am:
7700         * gst-libs/gst/resample/README:
7701         * gst-libs/gst/resample/dtof.c:
7702         * gst-libs/gst/resample/dtos.c:
7703         * gst-libs/gst/resample/functable.c:
7704         * gst-libs/gst/resample/private.h:
7705         * gst-libs/gst/resample/resample.c:
7706         * gst-libs/gst/resample/resample.h:
7707         * gst-libs/gst/resample/resample.vcproj:
7708         * gst-libs/gst/resample/test.c:
7709         * gst/audioscale/Makefile.am:
7710         * gst/audioscale/README:
7711         * gst/audioscale/dtof.c:
7712         * gst/audioscale/dtos.c:
7713         * gst/audioscale/functable.c:
7714         * gst/audioscale/private.h:
7715         * gst/audioscale/resample.c:
7716         * gst/audioscale/resample.h:
7717         * gst/audioscale/test.c:
7718
7719         Move tagedit library to gst-libs:
7720         * gst-libs/gst/tag/Makefile.am:
7721         * gst-libs/gst/tag/gstid3tag.c:
7722         * gst-libs/gst/tag/gsttagediting.c:
7723         * gst-libs/gst/tag/gsttageditingprivate.h:
7724         * gst-libs/gst/tag/gstvorbistag.c:
7725         * gst/tags/Makefile.am:
7726         * gst/tags/gstid3tag.c:
7727         * gst/tags/gstvorbistag.c:
7728
7729         Fix for core changes:
7730         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7731         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
7732         (gst_sinesrc_getrange):
7733
7734 2005-04-23  David Schleef  <ds@schleef.org>
7735
7736         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
7737         in gst-plugins in a long time, and properly belongs in liboil.
7738         * gst-libs/gst/idct/Makefile.am:
7739         * gst-libs/gst/idct/README:
7740         * gst-libs/gst/idct/dct.h:
7741         * gst-libs/gst/idct/doieee:
7742         * gst-libs/gst/idct/fastintidct.c:
7743         * gst-libs/gst/idct/floatidct.c:
7744         * gst-libs/gst/idct/idct.c:
7745         * gst-libs/gst/idct/idct.h:
7746         * gst-libs/gst/idct/idtc.vcproj:
7747         * gst-libs/gst/idct/ieeetest.c:
7748         * gst-libs/gst/idct/intidct.c:
7749
7750 2005-04-20  Wim Taymans  <wim@fluendo.com>
7751
7752         * docs/design-audiosinks.txt:
7753         * gst-libs/gst/audio/Makefile.am:
7754         * gst-libs/gst/audio/TODO:
7755         * gst-libs/gst/audio/gstaudiosink.c:
7756         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7757         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7758         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
7759         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7760         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7761         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
7762         (gst_audiosink_class_init), (gst_audiosink_init),
7763         (gst_audiosink_create_ringbuffer):
7764         * gst-libs/gst/audio/gstaudiosink.h:
7765         * gst-libs/gst/audio/gstbaseaudiosink.c:
7766         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
7767         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
7768         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
7769         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
7770         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
7771         (gst_baseaudiosink_create_ringbuffer),
7772         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7773         * gst-libs/gst/audio/gstbaseaudiosink.h:
7774         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7775         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
7776         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
7777         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7778         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
7779         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7780         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
7781         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
7782         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
7783         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
7784         * gst-libs/gst/audio/gstringbuffer.h:
7785         An attempt at a set of audio base classes together with some
7786         design docs.
7787
7788 2005-04-20  Wim Taymans  <wim@fluendo.com>
7789
7790         * gst/audioconvert/Makefile.am:
7791         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7792         (gst_audio_convert_caps_remove_format_info),
7793         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7794         (gst_audio_convert_channels):
7795         Link against audio libs.
7796         Fix audio convert plugin.
7797
7798 2005-04-20  Wim Taymans  <wim@fluendo.com>
7799
7800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
7801         (gst_ogg_demux_sink_activate):
7802         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7803         (theora_set_header_on_caps), (theora_enc_sink_event),
7804         (theora_enc_chain):
7805         Fix theora encoder.
7806
7807 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7808
7809         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
7810         * gst/playback/gstdecodebin.c: (find_compatibles):
7811           Work with staticpadtemplates in elementfactories.
7812
7813 2005-04-12  Wim Taymans  <wim@fluendo.com>
7814
7815         * gst/playback/README:
7816         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7817         (compare_ranks), (print_feature), (gst_decode_bin_init),
7818         (dynamic_create), (dynamic_free), (find_compatibles),
7819         (mimetype_is_raw), (close_pad_link), (got_redirect),
7820         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7821         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
7822         (gst_decode_bin_change_state):
7823         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7824         (gst_play_base_bin_init), (group_destroy), (group_commit),
7825         (check_queue), (queue_overrun), (queue_threshold_reached),
7826         (queue_out_of_data), (gen_preroll_element), (unknown_type),
7827         (new_decoded_pad), (setup_subtitle), (gen_source_element),
7828         (got_redirect), (setup_source), (play_base_eos),
7829         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7830         (gst_play_base_bin_remove_element):
7831         * gst/playback/gstplaybasebin.h:
7832         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7833         (gst_play_bin_init), (gst_play_bin_dispose),
7834         (gst_play_bin_set_property), (gen_video_element),
7835         (gen_text_element), (gen_audio_element), (remove_sinks),
7836         (gst_play_bin_send_event):
7837         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7838         (stream_info_change_state), (gst_stream_info_set_mute):
7839         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7840         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
7841         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
7842         (gst_stream_selector_chain):
7843         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7844         (main):
7845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7846         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
7847         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7848         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
7849         Raw and crude port of decodebin. 
7850         Make playbin compile.
7851
7852 2005-04-06  Wim Taymans  <wim@fluendo.com>
7853
7854         * ext/gnomevfs/Makefile.am:
7855         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
7856         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7857         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
7858         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
7859         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
7860         (gst_gnomevfssrc_stop):
7861         * ext/ogg/Makefile.am:
7862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
7863         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
7864         * ext/theora/Makefile.am:
7865         * ext/theora/theoradec.c: (_inc_granulepos),
7866         (theora_dec_sink_event), (theora_dec_chain):
7867         * ext/vorbis/Makefile.am:
7868         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7869         (vorbis_dec_sink_event), (vorbis_dec_chain):
7870         * gst-libs/gst/audio/Makefile.am:
7871         * sys/xvimage/Makefile.am:
7872         Make gnomevfssrc extend the source base class.
7873         Fix linking against libs in various plugins.
7874
7875 2005-04-06  Andy Wingo  <wingo@pobox.com>
7876
7877         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
7878         GST_BASE_LIBS.
7879
7880         * configure.ac: Add check and AC_SUBST for libgstbase.
7881
7882 2005-03-31  Wim Taymans  <wim@fluendo.com>
7883
7884         * examples/seeking/Makefile.am:
7885         * examples/seeking/cdparanoia.c: (main):
7886         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
7887         (play_cb), (pause_cb), (stop_cb), (main):
7888         * examples/seeking/playbin.c:
7889         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
7890         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
7891         (make_sid_pipeline), (make_vorbis_pipeline),
7892         (make_theora_pipeline), (make_vorbis_theora_pipeline),
7893         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7894         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
7895         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
7896         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
7897         (stop_cb), (main):
7898         * examples/seeking/spider_seek.c:
7899         * examples/seeking/vorbisfile.c:
7900         * ext/gnomevfs/Makefile.am:
7901         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7902         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
7903         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7904         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
7905         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
7906         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
7907         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
7908         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
7909         * ext/ogg/README:
7910         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
7911         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
7912         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
7913         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
7914         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
7915         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
7916         (gst_ogg_pad_event), (gst_ogg_pad_reset),
7917         (gst_ogg_demux_factory_filter), (compare_ranks),
7918         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7919         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7920         (gst_ogg_chain_new), (gst_ogg_chain_free),
7921         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
7922         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
7923         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
7924         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
7925         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
7926         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
7927         (gst_ogg_demux_get_prev_page),
7928         (gst_ogg_demux_deactivate_current_chain),
7929         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7930         (gst_ogg_demux_bisect_forward_serialno),
7931         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7932         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
7933         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
7934         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
7935         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
7936         (gst_ogg_demux_change_state), (gst_ogg_print):
7937         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
7938         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
7939         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
7940         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
7941         (gst_ogg_mux_loop):
7942         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7943         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7944         (theora_dec_src_convert), (theora_dec_sink_convert),
7945         (theora_dec_src_query), (theora_dec_src_event),
7946         (theora_dec_sink_event), (theora_dec_chain),
7947         (theora_dec_change_state):
7948         * ext/theora/theoraenc.c: (gst_theora_enc_init),
7949         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
7950         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
7951         (theora_enc_change_state):
7952         * ext/vorbis/Makefile.am:
7953         * ext/vorbis/oggvorbisenc.c:
7954         * ext/vorbis/oggvorbisenc.h:
7955         * ext/vorbis/vorbis.c: (plugin_init):
7956         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7957         (vorbis_dec_src_query), (vorbis_dec_src_event),
7958         (vorbis_dec_sink_event), (vorbis_dec_chain),
7959         (vorbis_dec_change_state):
7960         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
7961         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
7962         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
7963         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7964         (gst_vorbisenc_change_state):
7965         * ext/vorbis/vorbisenc.h:
7966         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
7967         * gst-libs/gst/audio/audioclock.c:
7968         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7969         (gst_audiofilter_init), (gst_audiofilter_chain):
7970         * gst-libs/gst/audio/testchannels.c: (main):
7971         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7972         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
7973         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
7974         (gmip_find_track_streaminfo), (gmip_find_track_format):
7975         * gst-libs/gst/media-info/media-info.c:
7976         (gst_media_info_read_idler):
7977         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
7978         (gst_play_get_all_by_interface):
7979         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7980         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
7981         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
7982         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
7983         (gst_riff_parse_info):
7984         * gst-libs/gst/riff/riff-read.h:
7985         * gst-libs/gst/riff/riff.c: (plugin_init):
7986         * gst-libs/gst/video/Makefile.am:
7987         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
7988         (gst_videosink_class_init), (gst_videosink_get_type):
7989         * gst-libs/gst/video/videosink.h:
7990         * gst/audioconvert/bufferframesconvert.c:
7991         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
7992         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
7993         * gst/audioconvert/channelmixtest.c: (main):
7994         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7995         (gst_audio_convert_chain),
7996         (gst_audio_convert_caps_remove_format_info),
7997         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
7998         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
7999         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
8000         (gst_audio_convert_buffer_to_default_format),
8001         (gst_audio_convert_buffer_from_default_format),
8002         (gst_audio_convert_channels):
8003         * gst/audioconvert/gstchannelmix.h:
8004         * gst/ffmpegcolorspace/avcodec.h:
8005         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8006         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8007         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
8008         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
8009         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
8010         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8011         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8012         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8013         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8014         (dv_type_find):
8015         * gst/videotestsrc/gstvideotestsrc.c:
8016         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
8017         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
8018         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
8019         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
8020         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
8021         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
8022         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
8023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8024         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
8025         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
8026         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
8027         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8028         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8029         (gst_xvimagesink_navigation_send_event),
8030         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
8031         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
8032         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8033         * sys/xvimage/xvimagesink.h:
8034         Plugin port to 0.9, ogg/theora playback should work in the seek
8035         example now.
8036         Removed old examples.
8037         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
8038         explained in 0.9 TODO doc.
8039
8040
8041 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8042
8043         * autogen.sh:
8044         * configure.ac:
8045         * ext/Makefile.am:
8046         * gst/Makefile.am:
8047         * po/POTFILES.in:
8048         * po/af.po:
8049         * po/az.po:
8050         * po/cs.po:
8051         * po/en_GB.po:
8052         * po/hu.po:
8053         * po/it.po:
8054         * po/nb.po:
8055         * po/nl.po:
8056         * po/or.po:
8057         * po/sq.po:
8058         * po/sr.po:
8059         * po/sv.po:
8060         * po/uk.po:
8061         * po/vi.po:
8062         * sys/Makefile.am:
8063         * testsuite/Makefile.am:
8064           remove a whole bunch of plugins.  This module now contains a set
8065           of free reference plugins/elements as agreed.
8066
8067 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8068
8069         * configure.ac:
8070           hunting season on 0.9 is now OPEN
8071
8072 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8073
8074         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8075           Kick the hell out of gcc for not warning me about a symbol conflict.
8076
8077 2005-02-22  Luca Ognibene  <luogni@tin.it>
8078
8079         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8080
8081         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
8082           Don't leak caps string (fixes #168134)
8083
8084         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
8085         (gst_jpegenc_init), (gst_jpegenc_finalize),
8086         (gst_jpegenc_change_state):
8087           Don't leak line buffers and context struct (fixes #168133).
8088
8089 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
8090
8091         * configure.ac:
8092         * ext/dirac/gstdiracdec.cc:
8093         (gst_diracdec_chain):
8094           Since dirac 0.5.0 the framerate in dirac is expressed as a
8095           rational number. Fix build and up requirement to 0.5.0, and
8096           also pass parameters to gst_diracdec_link in the right order
8097           (fixes #167959).
8098
8099 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
8100
8101         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
8102         * ext/faad/gstfaad.h:
8103         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
8104         certain invalid muxed streams, where some packets will contain 
8105         junk after decoder data. Partially fixes #149158.
8106
8107 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
8108         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
8109           Make sure we only write to writable buffers
8110
8111 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
8112
8113         * gst-libs/gst/riff/riff-media.c:
8114         (gst_riff_create_audio_caps_with_data):
8115           Do actually fix invalid RIFF fmt header values for alaw
8116           and mulaw audio instead of just saying so.
8117
8118         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8119           Give gst_riff_create_audio_caps_with_data() a chance to
8120           fix up broken format header fields before extracting any
8121           parameters from the header. (fixes #167633)
8122
8123 2005-02-19  Martin Holters  <martin.holters@gmx.de>
8124
8125         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8126
8127         * gst/audioconvert/bufferframesconvert.c:
8128         (buffer_frames_convert_link):
8129           Don't leak othercaps. (fixes #167878)
8130
8131 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
8132
8133         * configure.ac:
8134         * ext/libvisual/visual.c: (gst_visual_srclink),
8135         (gst_visual_change_state):
8136           Support libvisual 0.2.0.
8137
8138 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
8139
8140         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
8141         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
8142           Use same rowstrides for I420 as used everywhere else.
8143
8144 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
8145
8146         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8147           Declare variables at beginning of block and make gcc-2.95 happy
8148           (fixes # 167482, patch by Gergely Nagy).
8149           
8150         * gst/tcp/gsttcpclientsrc.c:
8151         * gst/tcp/gsttcpclientsrc.h:
8152           Move some includes into the header, so that struct sockaddr_in is
8153           defined when it should be defined on FreeBSD as well (fixes
8154           #167483).
8155           
8156         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8157           Don't pass uninitialised values to setsockopt() here either.
8158
8159 2005-02-17  Luca Ognibene  <luogni at tin dot it>
8160
8161         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8162
8163         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
8164           Don't pass uninitialised values to setsockopt(). (fixes #167704)
8165
8166 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8167
8168         * gst/playback/gstplaybin.c: (add_sink):
8169           Invert bin_add/link order to workaround deadlock in opt.
8170
8171 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8172
8173         * gst/modplug/gstmodplug.cc:
8174           Add missing break causing position queries to fail.
8175
8176 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8177
8178         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
8179           Granpos can apparently be -1, which screws up calculations...
8180
8181 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
8182
8183         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8184         (gst_ximagesink_send_pending_navigation),
8185         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
8186         (gst_ximagesink_init):
8187         * sys/ximage/ximagesink.h:
8188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8189         (gst_xvimagesink_send_pending_navigation),
8190         (gst_xvimagesink_navigation_send_event),
8191         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
8192         * sys/xvimage/xvimagesink.h:
8193           Use a mutex protected list to marshal navigation
8194           events into the stream thread from whichever thread
8195           sends them.
8196
8197 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
8198
8199         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
8200           Display current position and track length; misc. clean-ups.
8201           
8202         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
8203         (speed_init), (speed_chain):
8204           Add query function, so that the stream length and current position
8205           get adjusted when queried (note that current position queries may
8206           still be wrong if the audio sink returns values based on buffer
8207           timestamps instead of passing on the query).
8208
8209 2005-02-13  Benjamin Otte  <otte@gnome.org>
8210
8211         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8212         (gst_audio_convert_channels):
8213           create channel conversion matrix when linking
8214         * gst/audioconvert/.cvsignore:
8215         * gst/audioconvert/Makefile.am:
8216         * gst/audioconvert/channelmixtest.c: (main):
8217           add (ugly) test that ensures stereo <=> mono conversion works
8218           correctly
8219
8220 2005-02-13  Benjamin Otte  <otte@gnome.org>
8221
8222         * gst/audioconvert/gstchannelmix.h:
8223           include missing header file
8224         * gst/audioconvert/gstchannelmix.c:
8225         (gst_audio_convert_fill_compatible):
8226           use same sign for both channels when converting to/from compatible
8227           channel. Previously used different signs made the signals cancel
8228           each other out and appear like silence. (fixes #167269)
8229
8230 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8231
8232         * gst/ffmpegcolorspace/avcodec.h:
8233         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8234         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8235         (gst_ffmpegcsp_avpicture_fill):
8236         * gst/ffmpegcolorspace/imgconvert.c:
8237           Convert to and from YV12 (fixes #156379).
8238
8239 2005-02-12  Julien MOUTTE  <julien@moutte.net>
8240
8241         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8242         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
8243         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8244         (gst_ximagesink_expose), (gst_ximagesink_set_property),
8245         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
8246         methods from chain and negotiation and vice versa (Fixes #166142).
8247         * sys/ximage/ximagesink.h: Add stream_lock.
8248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8249         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8250         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8251         (gst_xvimagesink_expose): Check for xcontext before trying to link.
8252
8253 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8254
8255         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
8256           Don't send "Hey! You gave me a NULL pointer you naughty person" as
8257           error message when we can't open the DVD device (when dvdnav_open()
8258           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
8259           the above). Send something more useful instead (fixes #167117).
8260
8261 2005-02-11  Julien MOUTTE  <julien@moutte.net>
8262
8263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8264         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
8265         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8266         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8267         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
8268         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
8269         methods from chain and negotiation and vice versa (Fixes #166142).
8270         Fix a possible bug of images in the buffer pool being discarded because
8271         we are looking at the wrong geometry.
8272         * sys/xvimage/xvimagesink.h: Add stream_lock.
8273
8274 2005-02-11  David Schleef  <ds@schleef.org>
8275
8276         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
8277         unsigned int. (fixes #167128)
8278
8279 2005-02-11  David Schleef  <ds@schleef.org>
8280
8281         * gst/librfb/Makefile.am: Testing stuff before committing is
8282           for wimps... and people with fast machines.  Fix stupid
8283           mistake.
8284
8285 2005-02-11  David Schleef  <ds@schleef.org>
8286
8287         * configure.ac: Pull in librfb from my CVS tree, because it is
8288           too small and annoying to be separate.  Move rfbsrc plugin
8289           to gst/.
8290         * ext/Makefile.am:
8291         * ext/librfb/Makefile.am:
8292         * ext/librfb/gstrfbsrc.c:
8293         * gst/librfb/Makefile.am:
8294         * gst/librfb/gstrfbsrc.c:
8295         * gst/librfb/rfb.c:
8296         * gst/librfb/rfb.h:
8297         * gst/librfb/rfbbuffer.c:
8298         * gst/librfb/rfbbuffer.h:
8299         * gst/librfb/rfbbytestream.c:
8300         * gst/librfb/rfbbytestream.h:
8301         * gst/librfb/rfbcontext.h:
8302         * gst/librfb/rfbdecoder.c:
8303         * gst/librfb/rfbdecoder.h:
8304         * gst/librfb/rfbutil.h:
8305
8306 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
8307
8308         * gst/speed/Makefile.am:
8309         * gst/speed/demo-mp3.c: (main):
8310         * gst/speed/filter.func:
8311         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
8312         (speed_class_init), (speed_init), (speed_chain_int16),
8313         (speed_chain_float32), (speed_chain), (speed_set_property),
8314         (speed_get_property), (speed_change_state):
8315         * gst/speed/gstspeed.h:
8316           Fix speed element and make it chain-based (fixes #156467),
8317           and make it handle more than one channel.
8318
8319 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
8320
8321         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
8322         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
8323         (gst_dtsdec_chain), (gst_dtsdec_change_state):
8324         * ext/dts/gstdtsdec.h:
8325           Don't clobber the stack constructing the channels array.
8326           Make the element chain-based. DTS tracks can now be played.
8327           
8328 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
8329
8330         * gst-libs/gst/audio/multichannel.h:
8331         * gst-libs/gst/gconf/gconf.h:
8332         * gst-libs/gst/idct/idct.h:
8333         * gst-libs/gst/media-info/media-info-priv.h:
8334         * gst-libs/gst/play/play.h:
8335         * gst-libs/gst/resample/private.h:
8336         * gst-libs/gst/resample/resample.h:
8337         * gst-libs/gst/riff/riff-ids.h:
8338         * gst-libs/gst/video/video.h:
8339         * gst-libs/gst/video/videosink.h:
8340           Add G_BEGIN_DECLS and G_END_DECLS around headers where
8341           missing, so that they work when included from C++ code.
8342
8343 2005-02-09  David Schleef  <ds@schleef.org>
8344
8345         * testsuite/gst-lint: Check for non-statically scoped
8346           parent_class variables.  This won't be a problem once
8347           plugins are loaded with RTLD_LOCAL.
8348
8349 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8350
8351         * ext/mplex/gstmplexibitstream.cc:
8352           gcc madness.
8353
8354 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8355
8356         * ext/ogg/gstogmparse.c:
8357         * gst/debug/gstnavigationtest.c:
8358           Die, thou faulty symbol pollutors (non-static parent_class).
8359
8360 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8361
8362         * ext/mplex/gstmplexibitstream.cc:
8363           Fix event handling (#165525).
8364
8365 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8366
8367         * ext/mikmod/gstmikmod.c:
8368         * gst/modplug/gstmodplug.cc:
8369           Add missing endianness to template (fixes #165509).
8370
8371 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8372
8373         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
8374           Fix wrong order of reading of optional bytes (#165290).
8375
8376 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8377
8378         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8379           Implement FILLER event awareness.
8380
8381 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8382
8383         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
8384           Fix track calculations (#166208).
8385
8386 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8387
8388         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8389
8390         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
8391         * ext/libpng/gstpngenc.c:
8392           Fix byte-order, use proper fixed caps. Fixes #164197.
8393
8394 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8395
8396         * configure.ac:
8397           Add dvdlpcmdec 
8398
8399         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
8400         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
8401           Don't push buffers if the src pad isn't negotiated yet.
8402           
8403         * gst/audioconvert/gstaudioconvert.c:
8404         (gst_audio_convert_buffer_to_default_format),
8405         (gst_audio_convert_buffer_from_default_format):
8406           Add support for 24-bit width.
8407
8408         * gst/dvdlpcmdec/.cvsignore:
8409         * gst/dvdlpcmdec/Makefile.am:
8410         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
8411         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
8412         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
8413         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
8414         (plugin_init):
8415         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
8416           New decoder for rearranging DVD LPCM into our audio/x-raw-int
8417           format. Needs support for the channels maps if someone can find 
8418           a DVD LPCM track with > 2 channels.
8419
8420         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
8421         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
8422         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
8423         * gst/mpegstream/gstdvddemux.h:
8424         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8425         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
8426         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
8427         * gst/mpegstream/gstmpegdemux.h:
8428         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
8429         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
8430         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
8431         (gst_mpeg_parse_handle_src_query),
8432         (gst_mpeg_parse_handle_src_event):
8433           Use audio/x-dvd-lpcm for LPCM output.
8434           Add DTS output.
8435
8436 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8437
8438         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8439
8440         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
8441         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
8442           Add BGRA handling (#165736).
8443
8444 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
8445
8446         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8447
8448         * gst/law/alaw-decode.c: (alawdec_link):
8449         * gst/law/alaw-encode.c: (alawenc_link):
8450         * gst/law/mulaw-decode.c: (mulawdec_link):
8451         * gst/law/mulaw-encode.c: (mulawenc_link):
8452           Fix caps memleaks (#166600).
8453
8454 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
8455
8456         * ext/tarkin/mem.h:
8457         * ext/tarkin/wavelet.h:
8458         * ext/tarkin/yuv.h:
8459         * gst/ffmpegcolorspace/avcodec.h:
8460           Include "_stdint.h" instead of <stdint.h>. Fixes build on
8461           systems that don't have stdint.h, like Solaris9 (fixes #166631).
8462
8463 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8464
8465         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
8466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
8467         (gst_xvimagesink_change_state):
8468           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
8469           Xv video (and thereby regenerate Xv colourkey) in clear() so
8470           that PLAY -> READY -> PLAY works (fixes #162504).
8471
8472 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8473
8474         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
8475           Switch to list instead of range, since MJPEG-devices really just
8476           support decimations, not any size.
8477
8478 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8479         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
8480         (gst_mpeg2dec_reset), (free_all_buffers),
8481         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
8482         * ext/mpeg2dec/gstmpeg2dec.h:
8483           The libmpeg2 user-allocated buffer management is awkward, 
8484           to say the least. Hopefully this fixes things.
8485
8486 2005-02-04  Andy Wingo  <wingo@pobox.com>
8487
8488         * gst/audioconvert/bufferframesconvert.c
8489         (buffer_frames_convert_fixate): New function, fixates to 256
8490         frames per buffer by default. (Much better than 1.)
8491         (buffer_frames_convert_init): Set the fixate function for both src
8492         and sink pad.
8493         (buffer_frames_convert_link): After success setting nonfixed caps,
8494         get the negotiated caps so we can know how many buffer-frames it
8495         will be. No idea how this worked at all before.
8496
8497 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8498
8499         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8500         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
8501         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
8502         (handle_sequence), (handle_picture):
8503         * ext/mpeg2dec/gstmpeg2dec.h:
8504           Rearrange buffer tracking and refcounting and refactor
8505           a little for readability. 
8506
8507 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
8508         * sys/v4l/gstv4l.c: (plugin_init):
8509         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
8510         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
8511         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
8512         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
8513         * sys/v4l/gstv4ljpegsrc.h:
8514         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
8515         * sys/v4l/v4l_calls.h:
8516         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
8517         (gst_v4lsrc_get_fps):
8518         * sys/v4l/v4lsrc_calls.h:
8519           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
8520           you jpeg inside rgb frames" driver.
8521           Don't error in the v4lsrc link function, just return 
8522           REFUSED.
8523
8524 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8525
8526         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
8527         (gst_qcamsrc_open):
8528           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
8529
8530 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8531
8532         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8533           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
8534
8535 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8536
8537         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
8538           Reset negotiated state on PAUSED->READY.
8539
8540 2005-02-02  David Schleef  <ds@schleef.org>
8541
8542         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
8543         whereever possible.  (Fixes #165997)
8544         * examples/capsfilter/capsfilter1.c: (main):
8545         * examples/dynparams/filter.c: (create_ui):
8546         * examples/seeking/cdparanoia.c: (get_track_info), (main):
8547         * examples/seeking/chained.c: (main):
8548         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8549         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8550         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
8551         (make_mpeg_pipeline), (make_mpegnt_pipeline):
8552         * examples/seeking/spider_seek.c: (make_spider_pipeline):
8553         * examples/switch/switcher.c: (main):
8554         * ext/dv/demo-play.c: (main):
8555         * ext/faad/gstfaad.c: (gst_faad_change_state):
8556         * ext/mad/gstmad.c: (gst_mad_chain):
8557         * ext/smoothwave/demo-osssrc.c: (main):
8558         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
8559         (gst_gconf_render_bin_from_description),
8560         (gst_gconf_get_default_audio_sink),
8561         (gst_gconf_get_default_video_sink),
8562         (gst_gconf_get_default_audio_src),
8563         (gst_gconf_get_default_video_src),
8564         (gst_gconf_get_default_visualization_element):
8565         * gst/level/demo.c: (main):
8566         * gst/level/plot.c: (main):
8567         * gst/playback/gstplaybin.c: (gen_video_element),
8568         (gen_audio_element):
8569         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
8570         * gst/playondemand/demo-mp3.c: (setup_pipeline):
8571         * gst/sine/demo-dparams.c: (main):
8572         * gst/spectrum/demo-osssrc.c: (main):
8573         * gst/speed/demo-mp3.c: (main):
8574         * gst/volume/demo.c: (main):
8575         * testsuite/embed/embed.c: (main):
8576
8577 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8578
8579         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8580         (gst_tcpclientsink_finalize):
8581         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8582         (gst_tcpclientsrc_finalize):
8583         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8584         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
8585         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8586         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
8587           Don't leak the hostname when shutting down.
8588           In tcpserversrc, take a copy of the default hostname.
8589
8590 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8591
8592         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
8593           Set caps to systemstream=TRUE.
8594
8595 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8596
8597         * testsuite/Makefile.am:
8598           Fix more OSX buildbots.
8599
8600 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8601
8602         * ext/mpeg2dec/gstmpeg2dec.c:
8603           Don't send things to NULL PAD_PEERs
8604
8605         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
8606           Copy-on-write the incoming buffer.
8607
8608         * gst/mpegstream/gstdvddemux.h:
8609         * gst/mpegstream/gstmpegclock.h:
8610         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8611         (normal_seek), (gst_mpeg_demux_handle_src_event):
8612         * gst/mpegstream/gstmpegdemux.h:
8613         * gst/mpegstream/gstmpegpacketize.h:
8614         * gst/mpegstream/gstmpegparse.c:
8615         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
8616         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
8617         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
8618         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
8619         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
8620         * gst/mpegstream/gstmpegparse.h:
8621         * gst/mpegstream/gstrfc2250enc.h:
8622           Various changes to the way time is computed that make seeking and
8623           total time estimation much better here.
8624           Use G_BEGIN/END_DECLS instead of __cplusplus
8625
8626         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
8627           Use gst_buffer_stamp instead of only copying the TIMESTAMP
8628
8629 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8630
8631         * gst/subparse/gstsubparse.c:
8632           Fix OSX buildbot.
8633
8634 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8635
8636         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8637         (theora_enc_chain), (theora_enc_change_state):
8638         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8639         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
8640         (gst_vorbisenc_change_state):
8641         * ext/vorbis/vorbisenc.h:
8642           Set granulepos and timestamp correctly for streams not
8643           starting at 0, taking into account the initial delay.
8644
8645 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8646
8647         * gst/mpegstream/gstdvddemux.c:
8648           Add audio/x-dts to audio pad template caps
8649
8650 2005-01-30  David Schleef  <ds@schleef.org>
8651
8652         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
8653         (create_context), (gst_polypsink_link): Fix silly endianness
8654         bug.  Add some debugging.  Remove float from caps; it doesn't
8655         work.  Attempt to get remote audio working.
8656
8657 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8658
8659         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8660           Add 3IV2 fourcc.
8661
8662 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8663
8664         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
8665         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
8666         (gst_avi_demux_stream_data):
8667         * gst/avi/gstavidemux.h:
8668           Invert DIB images. Fixes #132341.
8669
8670 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8671
8672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8673         (gst_ffmpegcsp_chain):
8674           D'oh, reference the palette data, not the palette structure.
8675           Fixes color distortion in #132341.
8676
8677 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8678
8679         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8680           PAR can be non-fixed when not provided as argument (#162626).
8681
8682 2005-01-29  David Moore  <dcm@acm.org>
8683
8684         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8685
8686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8687         (gst_qtdemux_loop_header):
8688           Re-apply patch from #142272 that allows non-seekable sources,
8689           re-proposed by Daniel Drake <dsd@gentoo.org>.
8690
8691 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8692
8693         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
8694           Use the src template for creating the src pad (#162330).
8695
8696 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8697
8698         * configure.ac:
8699         * ext/musepack/Makefile.am:
8700         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
8701         (gst_musepackdec_init), (gst_musepackdec_dispose),
8702         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
8703         (gst_musepack_stream_init), (gst_musepackdec_loop),
8704         (gst_musepackdec_change_state):
8705         * ext/musepack/gstmusepackdec.cpp:
8706         * ext/musepack/gstmusepackdec.h:
8707         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
8708         (gst_musepack_reader_read), (gst_musepack_reader_seek),
8709         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
8710         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
8711         * ext/musepack/gstmusepackreader.cpp:
8712         * ext/musepack/gstmusepackreader.h:
8713           Update to 1.1 API (#165446).
8714
8715 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8716
8717         * ext/Makefile.am:
8718           Unbreak buildbot.
8719
8720 2005-01-28  Andy Wingo  <wingo@pobox.com>
8721
8722         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
8723         to reflect a different dubious internet source. Add a reference
8724         and some commentary.
8725
8726 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8727
8728         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8729         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
8730         * gst/playback/gststreamselector.h:
8731           Be more selective when we're redoing caps negotiation from
8732           within the chain function on a stream change.
8733
8734 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8735
8736         * configure.ac:
8737         * ext/Makefile.am:
8738         * ext/amrnb/Makefile.am:
8739         * ext/amrnb/amrnb.c: (plugin_init):
8740         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
8741         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
8742         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
8743         (gst_amrnbdec_state_change):
8744         * ext/amrnb/amrnbdec.h:
8745         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
8746         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
8747         (gst_amrnbparse_init), (gst_amrnbparse_formats),
8748         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
8749         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
8750         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
8751         * ext/amrnb/amrnbparse.h:
8752           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
8753         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8754           Add AMR-NB/-WB raw formats.
8755         * ext/alsa/gstalsa.c: (gst_alsa_link):
8756           Keep valid time when changing format.
8757         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8758         (qtdemux_parse_trak):
8759           Add some more format-specific options (#140141, #143555, #155163).
8760
8761 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8762
8763         * gst/matroska/matroska-demux.c:
8764         (gst_matroska_demux_parse_blockgroup):
8765           Fix logic error in timing of subtitle stream synchronization.
8766         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8767           Add skip-chunk, which is found in kodak-camera streams.
8768
8769 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8770
8771         * po/LINGUAS:
8772         * po/vi.po:
8773           Adding Vietnamese translation (submitted by Clytie Siddall)
8774
8775 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8776
8777         * gst/playback/gstdecodebin.c: (try_to_link_1):
8778           Use realpad for signal.
8779
8780 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8781
8782         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
8783           Fix category so decodebin picks it up.
8784
8785 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8786
8787         * ext/mad/Makefile.am:
8788         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
8789         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
8790         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
8791         (found_type), (gst_id3demux_bin_change_state):
8792         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
8793         (gst_id3_tag_init), (gst_id3_tag_handle_event),
8794         (gst_id3_tag_src_link), (gst_id3_tag_chain),
8795         (gst_id3_tag_change_state), (plugin_init):
8796         * ext/mad/gstmad.h:
8797           Add id3demuxbin (which is a simple bin consisting of id3demux
8798           and typefind), take over rank from id3demux, remove typefind
8799           code from id3demux. Makes all broken mp3s that I know of work,
8800           and thereby fixes #152688.
8801
8802 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
8803
8804         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8805
8806         * ext/mad/gstmad.c: (gst_mad_src_event):
8807         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8808           Allow seeks on audio pad, make mad forward those (#164826).
8809         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8810           Set duration (#165335).
8811
8812 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8813
8814         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
8815         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
8816         (gst_asf_demux_process_ext_content_desc),
8817         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
8818         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
8819         * gst/asfdemux/gstasfdemux.h:
8820           Improve metadata display, e.g. if the metadata comes before the
8821           streams are loaded (which is perfectly valid).
8822
8823 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8824
8825         * tools/gst-launch-ext-m.m:
8826           Fix AVI/ASF pipelines (#165340).
8827
8828 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
8829         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
8830         build failure on amd64
8831
8832 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
8833
8834         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
8835         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
8836           Check environment variables GST_ID3V2_TAG_ENCODING,
8837           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8838           list of character encodings to force interpretation of non-unicode
8839           strings stored in an ID3v2 tag to a particular encoding. If none
8840           is specified, try to use current locale's encoding, then fall back
8841           to ISO-8859-1 (which will always succeed). (Resolves #149274)
8842         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
8843         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
8844           Check environment variables GST_ID3V1_TAG_ENCODING,
8845           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8846           list of character encodings to use in case a string encountered
8847           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
8848           specified, try to use the current locale's encoding, then fall
8849           back to ISO-8859-1 (which will always succeed).
8850
8851 2005-01-25  Benjamin Otte  <otte@gnome.org>
8852
8853         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8854           - on half framerate, compute the rate in advance so the comparisons
8855             don't compare wrong values
8856           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
8857             behaviour
8858           - don't use mad_header_decode anymore, mad_frame_decode does that
8859             automatically
8860           - when getting rid of consumed bytes, reset the stream's skiplen
8861           (fixes #163867)
8862
8863 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8864
8865         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
8866           Use 1/2 a second for default max_discont, as PES streams from DVB
8867           seem to have larger spacings in the SCR. 
8868           Fix a typo.
8869
8870 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8871
8872         * gst/playback/gstplaybasebin.c: (group_commit):
8873           Notify delayed stream-info availability.
8874
8875 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8876         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
8877         (gst_a52dec_handle_event), (gst_a52dec_chain):
8878         Add some debug output. Check that a discont has a valid
8879         time associated.
8880         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8881         (gst_alsa_sink_loop):
8882         Ignore TAG events. A little extra debug for broken timestamps.
8883         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
8884         (dvdnavsrc_change_state):
8885         Ensure we send a discont to engage the link before we send any
8886         other events.
8887         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
8888         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
8889         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
8890         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
8891         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
8892         dvd://title works in totem because typefinding sends a seek that ends
8893         up going back to chapter 1 regardless.
8894         * ext/mpeg2dec/gstmpeg2dec.c:
8895         * ext/mpeg2dec/gstmpeg2dec.h:
8896         Output correct timestamps and handle disconts.
8897         * ext/ogg/gstoggdemux.c: (get_relative):
8898         Small guard against a null dereference.
8899         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
8900         (gst_textoverlay_set_property):
8901         Free memory when done. Don't call gst_event_filler_get_duration on
8902         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
8903         g_warning.
8904         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
8905         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
8906         (gst_sw_srclink), (gst_smoothwave_chain):
8907         Draw solid lines, prettier colours.
8908         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
8909         Add a default palette that'll work for some movies.
8910         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
8911         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
8912         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
8913         * gst/mpegstream/gstdvddemux.h:
8914         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8915         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
8916         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
8917         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
8918         * gst/mpegstream/gstmpegparse.h:
8919         Use PTM/NAV events when for timestamp adjustment when connected to 
8920         dvdnavsrc. Don't use many discont events where one suffices.
8921         * gst/playback/gstplaybasebin.c: (group_destroy),
8922         (gen_preroll_element), (gst_play_base_bin_add_element):
8923         * gst/playback/gstplaybasebin.h:
8924         Make sure we remove subtitles from the same bin we put them in.
8925         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
8926         (gst_subparse_buffer_format_autodetect),
8927         (gst_subparse_change_state):
8928         Fix some memleaks and invalid accesses.
8929         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
8930         (oggskel_type_find), (cmml_type_find), (plugin_init):
8931         Some typefind functions for Annodex v3.0 files
8932         * gst/wavparse/gstwavparse.h:
8933         GstRiffReadClass is the correct parent class.
8934
8935 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8936
8937         * gst-libs/gst/riff/riff-media.c:
8938         (gst_riff_create_video_caps_with_data):
8939           Add extradata to huffyuv (fixes #165013).
8940         * gst-libs/gst/riff/riff-read.c:
8941         (gst_riff_read_strf_vids_with_data):
8942           Fix extradata extraction if it is in the chunk size.
8943
8944 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
8945
8946         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8947
8948         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
8949         (gst_quarktv_change_state), (gst_quarktv_dispose):
8950           Memory free'ing location fix (#164708).
8951
8952 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8953
8954         * gst/playback/gstplaybasebin.c: (group_commit),
8955         (gen_preroll_element), (probe_triggered), (gen_source_element),
8956         (setup_source), (gst_play_base_bin_change_state),
8957         (gst_play_base_bin_add_element):
8958           Don't block for streams.
8959         * gst/playback/gststreaminfo.c: (stream_info_change_state),
8960         (gst_stream_info_set_mute):
8961           Use gst_pad_set_active_recursive.
8962
8963 2005-01-25  Andy Wingo  <wingo@pobox.com>
8964
8965         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
8966         for #ifndef HAVE_XVIDEO.
8967
8968 2005-01-24  Jeffrey C. Ollie
8969
8970         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
8971
8972         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
8973         * ext/gsm/gstgsmdec.h:
8974         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
8975         * ext/gsm/gstgsmenc.h:
8976         Fix rate to 8kHz as per spec, removes obscure errors when no rate
8977         was given by property. Add proper buffer timestamps and offsets.
8978
8979 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8980
8981         * gst-libs/gst/riff/riff-media.c:
8982         (gst_riff_create_audio_caps_with_data):
8983           Audio can be <8000Hz.
8984
8985 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8986
8987         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8988           Explicit state change to workaround refcount bugs.
8989
8990 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8991
8992         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
8993         (gst_avimux_riff_get_avi_header):
8994           Fix...
8995
8996 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8997
8998         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
8999         (gst_riff_read_element_data):
9000         * gst-libs/gst/riff/riff-read.h:
9001           Add _peek version (req'ed in CDXA).
9002         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
9003         (gst_cdxaparse_loop):
9004           Fix parsing in playbin.
9005         * gst/playback/gstdecodebin.c: (close_pad_link):
9006           Ignore current_ pads, they cause major annoyance.
9007
9008 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9009
9010         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9011           Safety guard.
9012
9013 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9014
9015         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
9016           Fix padding...
9017
9018 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9019
9020         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
9021           Allow for 0-sized buffers. Fixes length query problems in
9022           starwars.mkv from the testsuite.
9023
9024 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
9025
9026         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
9027         (gst_video_box_i420), (gst_video_box_chain):
9028           Fix row strides for I420 (fixes #163159)
9029           
9030 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9031
9032         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9033           MPEG2 has a useful rate property, so we can actually use that.
9034           For MPEG-1, continue using the bytes/time properties.
9035
9036 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9037
9038         * gst-libs/gst/riff/riff-media.c:
9039         (gst_riff_create_video_caps_with_data),
9040         (gst_riff_create_video_template_caps):
9041           Add intel-h263.
9042
9043 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9044
9045         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9046           Fail if caps negotiation fails. Should fix #162184, and should
9047           definately be in there regardless of it fixing the actual bug.
9048         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
9049         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
9050         (gst_avimux_riff_get_avix_header),
9051         (gst_avimux_riff_get_video_header),
9052         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
9053         (gst_avimux_start_file), (gst_avimux_handle_event),
9054         (gst_avimux_change_state):
9055         * gst/avi/gstavimux.h:
9056           Refactor structure writing to use GST_WRITE_UINT macros, add
9057           metadata writing support.
9058
9059 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9060
9061         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
9062           Elements may already be destroyed when this function is called.
9063
9064 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9065
9066         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9067         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
9068           More memory leak fixes (#149162).
9069
9070 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9071
9072         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9073         (gst_qtdemux_add_stream):
9074           Fix two memleaks.
9075
9076 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9077
9078         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9079           Argh...
9080
9081 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9082
9083         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9084           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
9085           when fixating to six channels in Totem.
9086
9087 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9088
9089         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
9090           Fix compile warnings on Solaris 10 buildbot
9091
9092 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9093
9094         * ext/dvdread/dvdreadsrc.c: (_read):
9095           Don't read beyond the last cell in a chapter (fixes 
9096           invalid memory access)
9097
9098 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9099
9100         * ext/dvdread/stream_labels.c:
9101         (dvdreadsrc_get_audio_stream_labels):
9102           Use NULL for an empty GList instead of g_list_alloc(); fix 
9103           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
9104           of GString (easier to bulk free later)
9105
9106 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9107
9108         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9109
9110         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9111         (gst_ffmpeg_pixfmt_to_caps):
9112           Fix BGRA32 caps (#164209).
9113
9114 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9115
9116         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9117
9118         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9119         (gst_ffmpeg_caps_to_pixfmt):
9120           alpha_mask can be RGBA/ABGR. Fixes #164265.
9121
9122 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
9123
9124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9125
9126         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
9127         (gst_mpeg2dec_alloc_buffer):
9128         * ext/mpeg2dec/gstmpeg2dec.h:
9129           Crop if decoding size is not the actual image size (#163676).
9130
9131 2005-01-17  Steve Baker  <steve@stevebaker.org>
9132
9133         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9134
9135         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
9136         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
9137           Add libsndfile typefind functions (#163309).
9138
9139 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9140
9141         * tools/gst-launch-ext-m.m:
9142           Add .aac, fix .m1v/.m2v (#163891).
9143
9144 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9145
9146         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
9147           Sanity check, don't wait endlessly since the clock might not
9148           actually run at this point (which is a deadlock). Fixes #164069.
9149
9150 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9151
9152         * gst/playback/gstplaybasebin.c: (probe_triggered):
9153           Of course, only pause if group is done...
9154
9155 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9156
9157         * gst/playback/gstplaybasebin.c: (probe_triggered):
9158           Thread safety.
9159
9160 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9161
9162         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
9163           Don't return state change success when the parent
9164           failed.
9165
9166 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9167
9168         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
9169           Free events (fix memleak in #162905).
9170
9171 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
9172
9173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9174
9175         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9176         (gst_ffmpeg_caps_to_pixfmt):
9177           Fix for depth = 15. Fixes #161675.
9178
9179 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9180
9181         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9182           Set FPS correctly, even for webcams and the like.
9183         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
9184           Don error on setting while capturing.
9185
9186 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9187
9188         * ext/dv/gstdvdec.c:
9189         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9190         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9191           I'm a bad boy. using /1001. to force C to do float division
9192           and not integer division (as it did in my last commit)
9193           Thanks to David I. Lehn for pointing this mistake.
9194
9195 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9196
9197         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9198           Revert Johan??s 1.35->1.36 since it breaks compat.
9199
9200 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9201
9202         * ext/dv/gstdvdec.c:
9203         * ext/libfame/gstlibfame.c:
9204         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9205         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9206           replace framerate aproximations by their real value
9207           (24000/1001, 30000/1001, 60000/1001)
9208           Finish fixing bug #164049
9209
9210 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9211
9212         * ext/ogg/gstoggmux.c:
9213           eos/bos debugging
9214         * gst/tcp/gstmultifdsink.c:
9215         * gst/tcp/gstmultifdsink.h:
9216         * gst/tcp/gsttcp.c:
9217         * gst/tcp/gsttcp.h:
9218         * gst/tcp/gsttcpclientsink.c:
9219         * gst/tcp/gsttcpclientsrc.c:
9220         * gst/tcp/gsttcpserversink.c:
9221         * gst/tcp/gsttcpserversrc.c:
9222           improve reusability of elements after state changes and errors
9223           make multifdsink throw away streamheaders when receiving new ones
9224
9225 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9226
9227         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9228           Fix for if items are already in list...
9229
9230 2005-01-12  Benjamin Otte  <otte@gnome.org>
9231
9232         * gst/adder/gstadder.c: (gst_adder_loop):
9233           fix adder a bit so it doesn't screw up with events as much anymore
9234
9235 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
9236
9237         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
9238         (pixbufscale_scale), (gst_pixbufscale_chain):
9239         * ext/gdk_pixbuf/pixbufscale.h:
9240           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
9241           to ensure rowstrides are calculated the same way as 
9242           ffmpegcolorspace
9243           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
9244           that we pick up duration and offset also.
9245
9246 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9247
9248         * gst/avi/gstavimux.c: (gst_avimux_class_init),
9249         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
9250           Reusability fixes.
9251
9252 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9253
9254         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9255         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9256         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9257         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9258           Update flags when requested.
9259
9260 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9261
9262         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9263           Fix dmix.
9264
9265 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9266
9267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9268         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9269         (probe_triggered), (new_decoded_pad), (gen_source_element),
9270         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9271         * gst/playback/gstplaybasebin.h:
9272         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9273         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
9274         (gst_play_bin_change_state):
9275           Implement group-switch signal for use in apps to clear metadata
9276           cache, clean up subtitle, add suburi property instead of # hack,
9277           some error-out fixes.
9278
9279 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9280
9281         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9282           Debug.
9283         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
9284           If we got a state change in the _get handler, don't return success.
9285
9286 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9287
9288         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
9289         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
9290           Make jpegdec quiet on MJPEG decoding
9291         * gst/asfdemux/README:
9292           Fix mimetypes for MJPEG and H263
9293
9294 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9295
9296         * ext/theora/theoradec.c: (theora_dec_chain):
9297           Fix broken code generation by gcc by swapping arguments.
9298         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9299           Fix \n in debug.
9300
9301 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9302
9303         * TODO:
9304           delete this file, it is by far outdated
9305         * ext/alsa/gstalsa.1: remove
9306         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
9307         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
9308         (gst_alsa_get_caps):
9309           Add HW probing for supported sample rates. Fixes #161704
9310
9311 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9312
9313         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9314           Don't crash, biatch! :).
9315
9316 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9317
9318         * ext/musepack/gstmusepackreader.cpp:
9319         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9320           Some work on tags - still doesn't work in playbin...
9321         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9322           Handle events...
9323
9324 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9325
9326         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
9327           Also shove tags on kid pads.
9328
9329 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9330
9331         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9332           Don't bail on unknown events.
9333         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9334           Don't crash on events before negotiation.
9335         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9336           Send tags on pads, too.
9337         * gst/playback/gststreamselector.c:
9338         (gst_stream_selector_request_new_pad):
9339           Forward events on first pad if no input was selected yet.
9340
9341 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9342
9343         * gst/playback/gstplaybasebin.c: (setup_substreams):
9344           Don't disable streamtype if the stream doesn't exist, since
9345           then playing a video after audio will disable both and nothing
9346           will happen. Fixes the testsuite.
9347
9348 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9349
9350         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
9351         (gst_v4l_xoverlay_set_xwindow_id):
9352         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
9353         (gst_v4l2_xoverlay_set_xwindow_id):
9354           Add debug categories, fix overlay disabling.
9355
9356 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9357
9358         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
9359         * ext/alsa/gstalsa.h:
9360           Add HW probing for period_count/size and buffer_size MIX/MAX
9361           Adjust default/user defined value if out of bounds
9362           Should fix bug #162024
9363
9364 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9365
9366         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
9367           Fix warning (#161191).
9368
9369 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9370
9371         * ext/dvdread/stream_labels.c:
9372         (dvdreadsrc_get_audio_stream_labels):
9373           Fix warning (init the good variable in switch default)
9374
9375 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
9376
9377         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9378
9379         * gst/tta/gstttaparse.c: (gst_tta_src_event):
9380           Fix gcc-2.95 compile (#163485).
9381
9382 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9383
9384         * configure.ac:
9385         * ext/flac/gstflacenc.c: (gst_flacenc_init),
9386         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
9387         (gst_flacenc_tell_callback), (gst_flacenc_chain),
9388         (gst_flacenc_change_state):
9389         * ext/flac/gstflacenc.h:
9390           Update for API change in flac-1.1.1. Update requirement in
9391           configure.ac. Fixes #162974.
9392
9393 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9394
9395         * gst/playback/gstplaybasebin.c: (group_destroy):
9396           Remove hack to get rid of assert and get rid of unlinked
9397           signals properly.
9398
9399 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9400
9401         * gst/playback/gstplaybasebin.c: (setup_source):
9402           Set source to NULL so that resources are free'ed. Fixes issues
9403           with playback of CDDA and similar device-accessing things.
9404
9405 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9406
9407         * testsuite/embed/Makefile.am:
9408           test->noinst, fix make test in buildbot.
9409
9410 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9411
9412         * ext/dvdread/stream_labels.c: new file
9413         * ext/dvdread/stream_labels.h: new file
9414         * ext/dvdread/Makefile.am:
9415         * ext/dvdread/dvdreadsrc.c: (_seek_title):
9416           Extract audio stream label from DVD IFO files.
9417           It only dump them on the console for now, still have to
9418           make playbin aware of them.
9419
9420 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9421
9422         * gst/playback/gstplaybasebin.c: (setup_source):
9423           Fix hanging subs.
9424
9425 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9426
9427         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9428         (gen_preroll_element), (remove_groups), (setup_subtitle),
9429         (gen_source_element), (setup_source):
9430         * gst/playback/gstplaybasebin.h:
9431           Multiple .sub files is just a stupid idea... Fix some threading
9432           mistakes. Interestingly, external .sub files cause playbin to
9433           hang, I don't know why... Parsing fixes contributed by Fran??ois
9434           Kooman <fkooman@tuxed.net>.
9435
9436 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9437
9438         * testsuite/embed/Makefile.am:
9439           Fix buildbot.
9440
9441 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9442
9443         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9444
9445         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9446         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9447         (gst_pngenc_set_property):
9448         * ext/libpng/gstpngenc.h:
9449           Add compression level property (#163323).
9450
9451 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9452
9453         * configure.ac:
9454         * examples/capsfilter/capsfilter1.c: (main):
9455         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9456         * ext/dvdread/Makefile.am:
9457         * ext/dvdread/demo-play:
9458         * ext/dvdread/demo-play.c:
9459         * gconf/gstreamer.schemas.in:
9460         * gst-libs/gst/gconf/gconf.c:
9461         * sys/v4l/TODO:
9462         * testsuite/Makefile.am:
9463         * testsuite/embed/Makefile.am:
9464         * testsuite/embed/embed.c: (cb_expose), (main):
9465           Remove all references to xvideosink, fix examples (#140845).
9466         * gst/playback/gstplaybasebin.c: (group_destroy):
9467           Apparently, disposal does not unlink - so do explicitely.
9468         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9469           Add debug.
9470
9471 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
9472
9473         * README: fix PKG_CONFIG_PATH instructions, what was there
9474         previously was breaking default search path, not nice. 
9475         Fixes #163358
9476
9477 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9478
9479         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
9480         (gst_audioscale_chain):
9481           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
9482           when resampling - how the ^@$^!@^! is this possible?!?
9483
9484 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9485
9486         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9487           Reset variables on READY.
9488         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
9489         (gst_matroska_mux_loop):
9490           Require data before writing header.
9491
9492 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
9493
9494         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9495
9496         * ext/mad/gstmad.c: (gst_mad_chain):
9497           Don't call mad_stream_sync() directly after recovering sync.
9498           Fixes #151661.
9499
9500 2005-01-09  Martin Eikermann  <meiker@upb.de>
9501
9502         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9503
9504         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
9505         (snapshot_handler), (gst_snapshot_sinkconnect),
9506         (gst_snapshot_chain):
9507           Allocate resources when required, fix recursive signal emission
9508           and fix caps. Fixes #161667.
9509
9510 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9511
9512         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9513
9514         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
9515         (gst_pngdec_chain):
9516           Handle only 8-bppc (bits-per-pixel-component) images, better
9517           error handling and correct strides. Fixes #163177.
9518         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
9519         (gst_pngenc_chain):
9520           Better error handling. Fixes #163348.
9521
9522 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9523
9524         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
9525         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
9526         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
9527         (dvdnavsrc_uri_handler_init):
9528           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
9529         * gst/playback/gstplaybasebin.c: (gen_source_element):
9530           Add MMS to streaming URIs.
9531
9532 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9533
9534         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9535         * sys/xvimage/xvimagesink.c:
9536         (gst_xvimagesink_navigation_send_event):
9537           Check for pad availability before sending event.
9538
9539 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9540
9541         * gst-plugins.spec.in:
9542           Add subparse.
9543
9544 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9545
9546         * configure.ac:
9547           Since we use functions from CVS, up requirement.
9548
9549 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9550
9551         * gst/playback/Makefile.am:
9552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9553         (group_destroy), (group_commit), (group_is_muted),
9554         (gen_preroll_element), (add_stream), (unknown_type),
9555         (probe_triggered), (preroll_unlinked), (mute_stream),
9556         (silence_stream), (new_decoded_pad), (setup_substreams),
9557         (setup_source), (get_active_source), (mute_group_type),
9558         (muted_group_change_state), (set_active_source),
9559         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9560         (play_base_eos), (gst_play_base_bin_change_state):
9561         * gst/playback/gstplaybasebin.h:
9562         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9563         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9564         (gst_stream_info_dispose), (stream_info_mute_pad),
9565         (stream_info_change_state), (gst_stream_info_set_mute):
9566         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
9567         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
9568         (gst_stream_selector_init), (gst_stream_selector_dispose),
9569         (gst_stream_selector_get_linked_pad),
9570         (gst_stream_selector_get_caps), (gst_stream_selector_link),
9571         (gst_stream_selector_get_linked_pads),
9572         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9573         * gst/playback/gststreamselector.h:
9574           Adding stream selection support plus required properties for
9575           applications to use this. Fully fixes #100931.
9576
9577 2005-01-08  Benjamin Otte  <otte@gnome.org>
9578
9579         * gst/games/gstpuzzle.c: (nav_event_handler):
9580           - handle nav events differently: forward every event no matter if it
9581             was handled or not.
9582           - translate events
9583           You can now cheat by using navigationtest ! puzzle and moving the
9584           mouse close to the edge of a tile. ;)
9585
9586 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9587
9588         * configure.ac:
9589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9590         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
9591         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
9592         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
9593         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
9594         (gst_ogm_parse_plugin_init):
9595         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
9596         (gst_textoverlay_link), (gst_textoverlay_getcaps),
9597         (gst_textoverlay_event), (gst_textoverlay_video_chain),
9598         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
9599         * ext/pango/gsttextoverlay.h:
9600         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9601         (gst_matroska_demux_handle_seek_event),
9602         (gst_matroska_demux_sync_streams),
9603         (gst_matroska_demux_parse_blockgroup),
9604         (gst_matroska_demux_subtitle_caps),
9605         (gst_matroska_demux_plugin_init):
9606         * gst/matroska/matroska-ids.h:
9607         * gst/playback/gstdecodebin.c: (close_pad_link):
9608         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9609         (gen_preroll_element), (remove_groups), (add_stream),
9610         (new_decoded_pad), (setup_subtitles), (gen_source_element),
9611         (setup_source):
9612         * gst/playback/gstplaybasebin.h:
9613         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
9614         * gst/subparse/Makefile.am:
9615         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
9616         (gst_subparse_base_init), (gst_subparse_class_init),
9617         (gst_subparse_init), (gst_subparse_formats),
9618         (gst_subparse_eventmask), (gst_subparse_event),
9619         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
9620         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
9621         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
9622         (parse_mpsub_deinit), (parse_mpsub_init),
9623         (gst_subparse_buffer_format_autodetect),
9624         (gst_subparse_format_autodetect), (gst_subparse_loop),
9625         (gst_subparse_change_state), (gst_subparse_type_find),
9626         (plugin_init):
9627         * gst/subparse/gstsubparse.h:
9628         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
9629         (plugin_init):
9630           Add subtitle support, .sub parser (supports SRT and MPsub),
9631           OGM text support, Matroska UTF-8 text support, deadlock fixes
9632           all over the place, subtitle awareness in decodebin/playbin
9633           and some fixes to textoverlay to handle subtitles in a stream
9634           correctly. Fixes #100931.
9635
9636 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9637
9638         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9639           Check for pad availability before doing a query on it.
9640
9641 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9642
9643         * ext/dv/gstdvdec.c:
9644           really fix bpp24/32 dvdec caps (classic rgba indeed)
9645         * gst/asfdemux/gstasfdemux.c:
9646         (gst_asf_demux_process_ext_content_desc):
9647           don't send text tags if they are empty (bis repetita)
9648
9649 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9650
9651         * ext/dv/gstdvdec.c:
9652          remove unneeded comment from dvdec
9653           (related to DV 4CC codes in AVI files)
9654           moved them in gstreamer/docs/random/mimetypes
9655         * gst/asfdemux/gstasfdemux.c:
9656         (gst_asf_demux_process_ext_content_desc):
9657          don't send text tags if they are empty
9658          fix mem leak on error path
9659         * gst/ffmpegcolorspace/avcodec.h:
9660         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9661         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9662         (gst_ffmpegcsp_avpicture_fill):
9663         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
9664         * gst/ffmpegcolorspace/imgconvert_template.h:
9665          adds BGR32 and BGRA32 to ffmpegcolorspace
9666           (still bad colors, fixing it on next commit)
9667           helps with dvdec outputing BGR32
9668
9669 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9670
9671         * ext/dv/gstdvdec.c:
9672          Fix audio caps i just broke (missing ',')
9673         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
9674         (gst_matroska_mux_reset):
9675          Fix typo + add FIXME about old "x-gst-metadata" crap
9676
9677 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9678
9679         * ext/dv/demo-play.c: (main):
9680          xvideosink -> xvimagesink
9681         * ext/dv/gstdvdec.c:
9682          change rgb 32/32 caps to 24/32 (no alpha)
9683          change nb of channels to be a list (2 or 4, not 2)
9684          change sample rate to be a list (32, 44.1, 48 kHz) not a range
9685         * gst/asfdemux/gstasfdemux.c:
9686         (gst_asf_demux_process_ext_content_desc):
9687          Add 'date/year' to extracted metadata list
9688
9689 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9690
9691         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9692           The return value of fixate_to does not imply that the requested
9693           value was set, so don't assume.
9694
9695 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
9696
9697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9698
9699         * ext/libpng/gstpngdec.c:
9700         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
9701         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
9702         * ext/libpng/gstpngenc.h:
9703           Alpha support (encoder; #163161), mime fixage.
9704
9705 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
9706
9707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9708
9709         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
9710         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
9711         (gst_faac_set_property), (gst_faac_get_property):
9712         * ext/faac/gstfaac.h:
9713           Allow for ADTS output (#153434).
9714
9715 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9716
9717         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9718           Fix against template (#150576).
9719
9720 2005-01-06  Benjamin Otte  <otte@gnome.org>
9721
9722         * gst/games/gstpuzzle.c: (draw_puzzle):
9723           don't draw a puzzle if either width or height of tiles would be 0.
9724
9725 2005-01-06  Benjamin Otte  <otte@gnome.org>
9726
9727         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
9728         (gst_puzzle_class_init), (gst_puzzle_finalize):
9729           no memleaks, please
9730         (gst_puzzle_create), (gst_puzzle_init),
9731         (gst_puzzle_set_property), (gst_puzzle_setup):
9732           change initialization code around so we don't reshuffle on resize
9733         (draw_puzzle):
9734           fix another stupid typo
9735
9736 2005-01-06  Benjamin Otte  <otte@gnome.org>
9737
9738         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
9739           fix stupid typo that borked copying on YUY2
9740
9741 2005-01-06  Benjamin Otte  <otte@gnome.org>
9742
9743         * gst/games/gstpuzzle.c: (draw_puzzle):
9744           fix edges when image sizes aren't multiples of tile sizes
9745
9746 2005-01-06  Benjamin Otte  <otte@gnome.org>
9747
9748         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
9749           make RGB endianness work correctly
9750         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
9751           refactor and fix race with initial shuffling
9752         (nav_event_handler):
9753           allow using the mouse to puzzle
9754         (draw_puzzle):
9755           insist on tiles having width and height as multiples of 4 to get
9756           clean YUV image handling
9757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9758         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
9759           s/DEBUG/LOG/ for common messages
9760         (gst_xvimagesink_navigation_send_event):
9761           fix mouse event translation to not include screen PAR
9762         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9763           fix mouse event translation to actually work
9764
9765 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9766
9767         * gst/asfdemux/gstasfdemux.c:
9768         (gst_asf_demux_process_ext_content_desc):
9769          Extract TrackNumber metadata + clean up code
9770         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
9771          Hope this is the good fix (var used unitialised)
9772
9773 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9774
9775         * ext/faad/gstfaad.c: (gst_faad_chain):
9776           Only increment timestamp if it's valid. Fixes raw AAC streams.
9777
9778 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9779
9780         * configure.ac:
9781         * gst/games/Makefile.am:
9782         * gst/games/gstpuzzle.c:
9783           add a puzzle game with...
9784         * gst/games/gstvideoimage.c:
9785         * gst/games/gstvideoimage.h:
9786           ... full colorspace support (that includes YUV9 and RGB16)) stolen
9787           from videotestsrc and made into something that would be a nice
9788           library for a lot of other plugins.
9789
9790 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9791
9792         * configure.ac:
9793          don't compile faad plugin if a RC of 2.0 is found
9794          Fixes #155346 (and FC1 buildbot)
9795         * gst/asfdemux/gstasfdemux.c:
9796         (gst_asf_demux_process_ext_content_desc):
9797          try to make Solaris compiler happier
9798
9799 2005-01-06  Paul Jack  <pjack@sfaf.org>
9800
9801         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9802
9803         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
9804           Fix segfault (#161667).
9805
9806 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9807
9808         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9809           Fix framerate reporting.
9810
9811 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9812
9813         * gst-libs/gst/riff/riff-ids.h:
9814         * gst/wavenc/riff.h:
9815          Add AMR (VBR and CBR) ids to riff.h audio codec list
9816         * gst/asfdemux/gstasfdemux.c:
9817         (gst_asf_demux_process_ext_content_desc),
9818         (gst_asf_demux_process_object):
9819           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
9820
9821 2005-01-05  Martin Eikermann  <meiker@upb.de>
9822
9823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9824
9825         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9826         (gst_dvd_demux_handle_discont):
9827         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
9828         (gst_mpeg_demux_handle_discont):
9829           Recreate pads on new-media (#160730).
9830         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
9831           Send discont even if manager changes timestamps (#161929).
9832
9833 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
9834
9835         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9836
9837         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
9838           Fix invalid memory access (#159211).
9839
9840 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9841
9842         * examples/gstplay/player.c: (main):
9843           Don't iterate.
9844         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
9845           Add visualizations.
9846         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9847         (gst_a52dec_handle_frame):
9848           Set duration.
9849         * ext/dvdnav/gst-dvd:
9850           Add audioconvert. Fixes #161325.
9851         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
9852           Explicitely case to gint64. Possible valgrind error.
9853         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
9854         (gst_play_tick_callback), (gst_play_change_state),
9855         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
9856         (gst_play_set_location), (gst_play_get_location),
9857         (gst_play_seek_to_time), (gst_play_set_data_src),
9858         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9859         (gst_play_set_visualization), (gst_play_connect_visualization),
9860         (gst_play_get_framerate), (gst_play_get_all_by_interface),
9861         (gst_play_new):
9862           Use playbin. Fixes #139749 and #147744.
9863         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
9864           Add genre tag.
9865         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
9866         (audioscale_get_type), (gst_audioscale_base_init),
9867         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
9868         (gst_audioscale_getcaps), (gst_audioscale_fixate),
9869         (gst_audioscale_link), (gst_audioscale_get_buffer),
9870         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
9871         (gst_audioscale_init), (gst_audioscale_dispose),
9872         (gst_audioscale_chain), (gst_audioscale_set_property),
9873         (gst_audioscale_get_property), (plugin_init):
9874           Indent properly.
9875         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
9876           Fix LPCM.
9877         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
9878         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
9879         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
9880           Add more metadata (fixes #162656).
9881
9882 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9883
9884         * configure.ac:
9885           back to cvs
9886
9887 === release 0.8.7 ===
9888
9889 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9890
9891         * NEWS:
9892         * RELEASE:
9893         * configure.ac:
9894           releasing 0.8.7, "Hyperspace"
9895
9896 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9897
9898         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9899
9900         * gst/playback/gstplaybasebin.c:
9901          Fix for #162924 - free caps after use, not before
9902
9903 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9904
9905         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9906
9907         * gst/playback/gstplaybasebin.c:
9908         * gst/wavparse/gstwavparse.c:
9909           Fix for #154773 - fixes playback of small .wav files
9910
9911 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9912
9913         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9914
9915         * gst/audioscale/gstaudioscale.c:
9916           Fix for #162819 - make audioscale reusable
9917           Fixes playback of more than one file with playbin/totem
9918
9919 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9920
9921         * gst/ffmpegcolorspace/avcodec.h:
9922         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9923         * gst/ffmpegcolorspace/imgconvert.c:
9924           clean up the mess that made me cry and avoid needless duplication
9925
9926 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9927
9928         * gst/ffmpegcolorspace/imgconvert.c:
9929           give some indication of why we're segfaulting
9930
9931 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9932
9933         * configure.ac:
9934           Fix indentation, fix v4l2 plugin detection.
9935         * ext/Makefile.am:
9936           Fix libmms location (Maciej, use diff -u!).
9937         * ext/alsa/gstalsa.c: (gst_alsa_init):
9938           Initialize caps cache to NULL.
9939         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9940           Only change state on audiosink if it exists.
9941
9942 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
9943
9944         * gst/matroska/matroska-demux.c:
9945         * gst/matroska/matroska-ids.h:
9946         * gst/matroska/matroska-demux.h:
9947         Fix Vorbis streams failing to decode in some files, where cluster_time
9948         isn't 0, because then it doesn't send codec_priv before actual data.
9949         Remove time-based test and replace it with marker set on beginning of
9950         new stream
9951
9952 2004-12-28  David Schleef  <ds@schleef.org>
9953
9954         Merge patch from Ronald fixing problems with streaming
9955         text.
9956         * ext/cairo/gstcairo.c: (plugin_init):
9957         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9958         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9959         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9960         (gst_textoverlay_font_init), (gst_textoverlay_init),
9961         (gst_textoverlay_set_property):
9962         * ext/cairo/gsttextoverlay.h:
9963
9964 2004-12-27  David Schleef  <ds@schleef.org>
9965
9966         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9967         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9968         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9969         (gst_textoverlay_font_init), (gst_textoverlay_init),
9970         (gst_textoverlay_set_property): Improvements to actually
9971         render text as white on black outline on video, including
9972         font selection and horizontal/vertical alignment.  (Ronald's
9973         christmas present)
9974         * ext/cairo/gsttextoverlay.h:
9975
9976 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9977
9978         * ext/ogg/gstogg.c:
9979         * ext/ogg/gstogmparse.c:
9980           fix ogm[audio/video]parse plugin registration
9981           (riff won't load if bytestream is already loaded)
9982
9983 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9984
9985         * gst/audioconvert/gstchannelmix.c:
9986           fix for GLIB < 2.4
9987
9988 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9989
9990         * Makefile.am:
9991         * configure.ac:
9992           disable docs again until it actually passes make distcheck.
9993
9994 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9995
9996         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
9997         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
9998         (plugin_init):
9999           Add 3GP (variables name Q3GP because they can't start with a
10000           number). Add samr audio fourcc (used in .3gp files), decoder
10001           is work in progress. Also do a GST_WARNING instead of ERROR
10002           in case of unknown nodes, to decrease output.
10003
10004 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10005
10006         * Makefile.am:
10007           really fix dist
10008
10009 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10010
10011         * configure.ac:
10012         * ext/speex/gstspeexdec.h:
10013         * ext/speex/gstspeexenc.h:
10014           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
10015           Fix detection code in configure.ac
10016
10017 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10018
10019         * gst/matroska/matroska-demux.c:
10020         (gst_matroska_demux_parse_blockgroup):
10021           Save position, so that queries give proper return values. Don't
10022           know how this could ever have worked before...
10023
10024 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10025
10026         * configure.ac:
10027           Put additional LAME check inside the conditional.  Fixes #152339
10028
10029 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10030
10031         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10032         (gst_avi_demux_stream_scan):
10033           Add some more debug. Fix logic error when setting movi offset
10034           while reading index.
10035
10036 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10037
10038         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10039         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
10040         (gst_avi_demux_process_next_entry):
10041           Add some debugging. Better detection of broken indexes and the
10042           accompanying index recovery. No infinite loops on state changes
10043           when we're still in our loopfunction.
10044
10045 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10046
10047         * configure.ac:
10048           Fix up.
10049
10050 2004-12-22  Archana Shah  <archana.shah@wipro.com>
10051
10052         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10053
10054         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
10055           Normalizing the value before setting
10056         (gst_sunaudiomixer_get_volume):
10057           Normalizing the value after getting. Fixes bug# 161980
10058
10059 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10060
10061         * Makefile.am: Make sure docs gets disted
10062         * docs/Makefile.am: Make sure all needed files get disted
10063         * gst-plugins.spec.in: latest updates
10064
10065 2004-12-22  Wim Taymans  <wim@fluendo.com>
10066
10067         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10068         Revert patch 1.38 as clock distribution over schedulers does
10069         not work correcly in the core yet.
10070
10071 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10072
10073         * sys/oss/README: remove this file, which predates my birth
10074           (and which content is by far outdated)
10075
10076 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
10077
10078         * Makefile.am:
10079         * configure.ac:
10080         * docs/Makefile.am:
10081         * docs/libs/Makefile.am:
10082         * docs/libs/gst-plugins-libs-docs.sgml:
10083         * docs/libs/gst-plugins-libs-sections.txt:
10084         * docs/libs/tmpl/gstgconf.sgml:
10085         * docs/upload.mak:
10086         * docs/version.entities.in:
10087           Added boilerplate gtk-doc files for plugin-libs documentation.
10088
10089 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10090
10091         * gst/auparse/gstauparse.c: fix int and float audio caps
10092
10093 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10094
10095         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10096         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10097           g_assert() can be a macro, don't use #ifdef inside it.
10098
10099 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
10100
10101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10102
10103         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10104         (gst_videorate_init), (gst_videorate_chain),
10105         (gst_videorate_change_state):
10106           Event handling (fixes #159986).
10107
10108 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10109
10110         * gst-libs/gst/riff/riff-media.c:
10111         (gst_riff_create_video_caps_with_data):
10112           Add BLZ0 (Blizzard's version of DivX) fourcc.
10113
10114 2004-12-18  David Schleef  <ds@schleef.org>
10115
10116         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
10117         portability fix.
10118
10119 2004-12-18  David Schleef  <ds@schleef.org>
10120
10121         * gst/tta/ttadec.h: Disable some header code that isn't used
10122         and clearly isn't portable.
10123
10124 2004-12-18  David Schleef  <ds@schleef.org>
10125
10126         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
10127         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
10128         (avcodec_get_pix_fmt), (avpicture_layout),
10129         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
10130         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
10131         Fix code to not use GCC extensions (and c99 extensions that
10132         Forte does not like.)
10133
10134 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10135
10136         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10137
10138         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
10139         (gst_deinterlace_chain):
10140           Rowstride fixes. Fixes #161039.
10141         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
10142         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
10143         (gst_video_crop_getcaps), (gst_video_crop_link),
10144         (gst_video_crop_i420), (gst_video_crop_chain),
10145         (gst_video_crop_change_state):
10146           Rework of negotiation. Actually works now. Fixes #158650.
10147
10148 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10149
10150         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
10151           That was very stupid.
10152
10153 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10154
10155         * gst/matroska/matroska-demux.c:
10156         (gst_matroska_demux_parse_blockgroup):
10157           Fix possible crasher.
10158
10159 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10160
10161         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
10162         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
10163           Lace sizes can be zero.
10164
10165 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10166
10167         * ext/musepack/gstmusepackdec.cpp:
10168           Fetch error return values. Fixes #161624.
10169         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10170           Really EOS.
10171
10172 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10173
10174         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
10175           Work for truncated (unfinished download etc.) files. Fixes #160514.
10176
10177 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10178
10179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10180           Fix for integer overflow. Makes #156001 not crash. Probably masks
10181           the real bug.
10182
10183 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10184
10185         * gst/ac3parse/gstac3parse.c: (plugin_init):
10186           Parsers never have ranks. Fixes #159651.
10187
10188 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10189
10190         * gst/playback/gstdecodebin.c: (compare_ranks):
10191           make sure the facotries are ordered the same every time even if they
10192           have the same rank by using the name
10193         * gst/playback/gstdecodebin.c: (find_compatibles):
10194           make sure we don't add factories to the list twice
10195
10196 2004-12-16  David Schleef  <ds@schleef.org>
10197
10198         * configure.ac: look for musepack headers as musepack/*.h
10199         (fixes #159847)
10200         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
10201         * ext/musepack/gstmusepackreader.h: same
10202
10203 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10204
10205         * gst-libs/gst/riff/riff-read.c:
10206         (gst_riff_read_strf_auds_with_data):
10207           Read extradata correctly (fixes #155879).
10208
10209 2004-12-16  David Schleef  <ds@schleef.org>
10210
10211         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
10212         audio.  does _not_ attempt or allow conversion unless channels
10213         is 1 or 2.
10214
10215 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10216
10217         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
10218
10219 2004-12-16  David Schleef  <ds@schleef.org>
10220
10221         * gst/audioscale/gstaudioscale.c: the resample library only
10222         handles 1 or 2 channels.  Change caps to compensate.
10223
10224 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10225
10226         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
10227         (gst_matroska_demux_audio_caps):
10228           Some MPEG-AAC hacks, because else it doesn't work...
10229
10230 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10231
10232         * gst-libs/gst/riff/riff-media.c:
10233         (gst_riff_create_video_caps_with_data),
10234         (gst_riff_create_video_template_caps):
10235           Add h264.
10236
10237 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10238
10239         * gst-libs/gst/audio/Makefile.am:
10240           Try to fix buildbot.
10241
10242 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10243
10244         * gst/tcp/gstmultifdsink.c:
10245           Clean up and uniformize debugging.
10246
10247 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
10248
10249         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10250
10251         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10252         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
10253         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
10254         (gst_mpeg_demux_change_state):
10255           Reset on ready. Fixes 160276.
10256
10257 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10258
10259         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10260
10261         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10262         (gst_ffmpegcsp_pad_link):
10263           Fix memleak (#154815).
10264
10265 2004-12-16  James Bowes  <bowes@cs.dal.ca>
10266
10267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10268
10269         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
10270         (gst_musicbrainz_init), (gst_musicbrainz_chain),
10271         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
10272         * ext/musicbrainz/gsttrm.h:
10273           Add support for using a proxy server when getting a trm id from
10274           the MusicBrainz database (#149613).
10275
10276 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
10277
10278         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10279
10280         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
10281         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10282           Fix memleaks (#157233).
10283
10284 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10285
10286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10287
10288         * gst-libs/gst/resample/resample.c: (gst_resample_close):
10289         * gst-libs/gst/resample/resample.h:
10290         * gst/audioscale/gstaudioscale.c:
10291           Fix memleak (#159215).
10292
10293 2004-12-16  Toni Willberg  <toniw@iki.fi>
10294
10295         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10296
10297         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10298         * sys/oss/oss_probe.c: (main):
10299           Check for mono/stereo support (similar to samplerate probing),
10300           fixes #159433. Also add missing copyright header to oss_probe.c.
10301
10302 2004-12-15  David Schleef  <ds@schleef.org>
10303
10304         * configure.ac: add audioresample and cairo plugins.  Remove
10305         HAVE_MMX stuff, because it's not used.
10306         * ext/Makefile.am: same
10307         * ext/audioresample/Makefile.am: You are not ready for an
10308         audio resampling element based on audioresample.
10309         * ext/audioresample/gstaudioresample.c:
10310         * ext/audioresample/gstaudioresample.h:
10311         * ext/cairo/Makefile.am: You are not ready for overlay elements
10312         based on cairo.  Don't look too closely, these elements kinda
10313         suck right now.
10314         * ext/cairo/gstcairo.c: new
10315         * ext/cairo/gsttextoverlay.c: new
10316         * ext/cairo/gsttextoverlay.h: new
10317         * ext/cairo/gsttimeoverlay.c: new
10318         * ext/cairo/gsttimeoverlay.h: new
10319         * gst-libs/gst/media-info/media-info-priv.h: fix compile
10320         problem with compilers that don't support variadic macros.
10321
10322 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10323
10324         Reviewed by:  David Schleef  <ds@schleef.org>
10325
10326         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
10327         Bala, registering sunaudiosrc (oops!), and cleaning up code a
10328         bit.  Also ran indent-gst.
10329         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
10330         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
10331         (gst_sunaudiosrc_setparams):
10332
10333 2004-12-14  David Schleef  <ds@schleef.org>
10334
10335         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
10336         output rate to 16000.  Should fix #160235.
10337
10338 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10339
10340         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10341         Add typefinding for mpeg2 pes streams
10342
10343 2004-12-13  David Schleef  <ds@schleef.org>
10344
10345         * configure.ac:  Applied patch from bug #143659, making default
10346         sources and sinks OS-dependent (for Solaris), and added code
10347         for OS/X.
10348         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
10349
10350 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10351
10352         * gst-libs/gst/riff/riff-media.c:
10353           forgot to add h2.64 to avidemux template caps
10354
10355 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10356
10357         * gst/wavenc/riff.h:
10358         * gst-libs/gst/riff/riff-media.c:
10359         * gst-libs/gst/riff/riff-ids.h:
10360         * gst/avi/gstavimux.c
10361         add 4CC code for VideoSoft h264 in AVI (VSSH)
10362           fixes bug #160655
10363         remove s323 from riff, it's quicktime specific :(
10364
10365 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10366
10367         * gst/asfdemux/README
10368         * gst/wavenc/riff.h
10369         * gst-libs/gst/riff/riff-ids.h
10370         * gst-libs/gst/riff/riff-media.c
10371         * gst/qtdemux/qtdemux.c:
10372           add new 4CC codes for h263 related codecs
10373           fixes partially bug #155163
10374
10375 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
10376
10377         * configure.ac: Update polyaudio requirement to 0.7
10378         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
10379
10380 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10381
10382         * gst/interleave/deinterleave.c:
10383         fix my name's spelling! :)
10384
10385 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10386
10387         * AUTHORS ChangeLog
10388         * gst/auparse/gstauparse.c
10389         * gst/interleave/deinterleave.c
10390         * gst/law/:
10391                 alaw-decode.c alaw-encode.c
10392                 mulaw-decode.c mulaw-encode.c
10393         * gst/oneton/gstoneton.c
10394         * sys/osxaudio/:
10395                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
10396         * sys/osxvideo/:
10397                 cocoawindow.h cocoawindow.m
10398                 osxvideosink.h osxvideosink.m
10399
10400         put the same mail address for Zaheer Abbas Merali everywhere
10401
10402 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10403
10404         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
10405           Align by packetsize, and assert that we a packet available before
10406           playing. The first makes webstreams work (they often include
10407           trailing padding data in a packet), the second allows pausing a
10408           ASF stream in totem without getting demux errors afterwards.
10409
10410 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10411
10412         * ext/ogg/gstoggdemux.c: (get_relative):
10413           Check for non-NULL before accessing member (end-of-chain).
10414
10415 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10416
10417         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10418         (cdparanoia_set_property), (cdparanoia_get_property):
10419         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10420         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
10421         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10422         (dvdreadsrc_init), (dvdreadsrc_set_property),
10423         (dvdreadsrc_get_property):
10424         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
10425         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
10426           Synchronize property names where not yet the case. Devices are
10427           now device=X, other versions are deprecated (but still exist).
10428           Also use g_free() unconditionally.
10429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10430         (setup_source), (gst_play_base_bin_get_property):
10431           Expose source.
10432
10433 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10434
10435         * configure.ac: move GCONF macro outside conditional for the am
10436           conditional. Fixes #160439
10437
10438 2004-12-08  David Schleef  <ds@schleef.org>
10439
10440         * tools/gst-visualise-m.m: Switch to elements that currently
10441         exist.
10442
10443 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10444
10445         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10446           We love wrong commas.
10447
10448 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10449
10450         * gst/matroska/matroska-demux.c:
10451         (gst_matroska_demux_handle_src_query):
10452           Don't set DEFAULT, unsupported - makes length display incorrectly
10453           in some cases.
10454
10455 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10456
10457         * gst/monoscope/README: remove blurb about files being GPL
10458         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
10459         * gst/monoscope/monoscope.c: Change license to BSD with explanation
10460           monoscope is now effectively LGPL licensed
10461
10462 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10463
10464         * gst/monoscope/README: Update information to be more correct
10465         * gst/monoscope/convolve.c: Relicense to LGPL
10466         * gst/monoscope/convolve.h: Relicense to LGPL
10467
10468 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
10469
10470         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10471           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
10472         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
10473           set default_duration for mpeg1 audio
10474
10475 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10476
10477         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
10478         * ext/alsa/gstalsa.h:
10479           refactor big chunks of the core caps negotiation code to make it
10480           a lot faster, because people claim it's really slow
10481           (actually, just cache the getcaps when the device is opened)
10482
10483 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10484
10485         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
10486         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
10487         (gst_a52dec_handle_frame), (gst_a52dec_chain),
10488         (gst_a52dec_change_state), (plugin_init):
10489         * ext/a52dec/gsta52dec.h:
10490           Do something useful with timestamps. Make chain-based (since
10491           there's really no reason to be loopbased).
10492         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10493           Update current_byte/frame correctly.
10494
10495 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10496
10497         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
10498         (gst_ape_demux_stream_init):
10499           Forward tags, too.
10500
10501 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10502
10503         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
10504           Let's make sure we're done typefinding when detecting tags.
10505
10506 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10507
10508         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
10509         (gst_ebml_read_init), (gst_ebml_read_use_event),
10510         (gst_ebml_read_element_id), (gst_ebml_peek_id),
10511         (gst_ebml_read_seek), (gst_ebml_read_skip),
10512         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
10513         (gst_ebml_read_master):
10514         * gst/matroska/ebml-read.h:
10515         * gst/matroska/matroska-demux.c:
10516         (gst_matroska_demux_parse_contents),
10517         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
10518           Disgustingly evil hack for working around INTERRUPT events and
10519           their extremely annoying habit of being a pain in the ass. We
10520           simply peek a cluster before reading any of it.
10521
10522 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10523
10524         * ext/musepack/gstmusepackdec.cpp:
10525           There's also floating point libmusepacks.
10526
10527 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10528
10529         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
10530         (gst_faad_chanpos_to_gst), (gst_faad_chain):
10531           Set DURATION even if source buffer didn't. Also use increasing
10532           timestamps.
10533         * gst-libs/gst/riff/riff-media.c:
10534         (gst_riff_create_audio_caps_with_data):
10535           Block_align can have larger values than 8192.
10536
10537 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10538
10539         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
10540         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
10541         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
10542         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
10543           Fix caps.
10544
10545 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10546
10547         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10548           Fix logic bug.
10549
10550 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10551
10552         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
10553           Yay, another one.
10554
10555 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10556
10557         * ext/esd/esdsink.c: (gst_esdsink_chain):
10558           Make error actually say something useful (fixes #156798).
10559         * gst-libs/gst/riff/riff-media.c:
10560         (gst_riff_create_video_caps_with_data),
10561         (gst_riff_create_video_template_caps):
10562           Add Intel Video 5.0 fourcc (IV50).
10563
10564 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
10565
10566         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
10567         detection on mono and stereo mp3 files.
10568
10569 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10570
10571         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10572           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
10573           the contained stream).
10574
10575 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10576
10577         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
10578           Oops, remove debug.
10579
10580 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10581
10582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10583
10584         * gst/law/alaw-decode.c: (alawdec_getcaps):
10585         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
10586           Prevent warnings when negotiating caps (fixes #159338).
10587
10588 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10589
10590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10591         (gst_ffmpegcsp_chain):
10592           Remove old leftover that shouldn't be there...
10593
10594 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10595
10596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10597
10598         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10599           Don't forward DISCONT events (fixes #159684).
10600
10601 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10602
10603         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
10604           Unlink manually since sometimes bin disposal (and therefore
10605           pad unlinking) is delayed, which will cause a new media file
10606           to not be able to start playing instantly.
10607
10608 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10609
10610         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
10611           On mute of an unlinked stream, check for pad availability so
10612           we don't crash on unlinked pad.
10613
10614 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10615
10616         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10617         (gst_avi_demux_massage_index):
10618           Fix quite humiliating bug in omitting 0-sized index chunks but
10619           forgetting to count them for timestamps.
10620
10621 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10622
10623         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10624           Actually leave the loop if we failed to sync. Don't crash.
10625
10626 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10627
10628         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
10629         (gst_dvd_demux_process_private):
10630         * gst/mpegstream/gstdvddemux.h:
10631           Fix crash (#159759). Doesn't work, though. :-(.
10632
10633 2004-11-28  Benjamin Otte  <otte@gnome.org>
10634
10635         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10636           more overwriting protection due to modifying channels one by one
10637           instead of all at once
10638
10639 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10640
10641         * gst/audioconvert/gstchannelmix.c:
10642         (gst_audio_convert_fill_normalize):
10643           Normalize using absolute values.
10644
10645 2004-11-28  Julien MOUTTE  <julien@moutte.net>
10646
10647         * configure.ac:
10648         * ext/Makefile.am:
10649         * ext/directfb/Makefile.am:
10650         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
10651         (gst_directfbvideosink_get_pixel_format),
10652         (gst_directfbvideosink_get_format_from_fourcc),
10653         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
10654         (gst_directfbvideosink_sink_link),
10655         (gst_directfbvideosink_change_state),
10656         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
10657         (gst_directfbvideosink_buffer_alloc),
10658         (gst_directfbvideosink_interface_supported),
10659         (gst_directfbvideosink_interface_init),
10660         (gst_directfbvideosink_navigation_send_event),
10661         (gst_directfbvideosink_navigation_init),
10662         (gst_directfbvideosink_set_property),
10663         (gst_directfbvideosink_get_property),
10664         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
10665         (gst_directfbvideosink_base_init),
10666         (gst_directfbvideosink_class_init),
10667         (gst_directfbvideosink_get_type), (plugin_init):
10668         * ext/directfb/directfbvideosink.h: Adding a first version of
10669         directfbvideosink.
10670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
10671         more.
10672
10673 2004-11-28  Benjamin Otte  <otte@gnome.org>
10674
10675         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10676           walk the samples backwards if out_channels > in_channels so we don't
10677           overwrite data
10678
10679 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10680
10681         * gst/audioconvert/Makefile.am:
10682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10683         (gst_audio_convert_link), (gst_audio_convert_change_state),
10684         (gst_audio_convert_channels):
10685         * gst/audioconvert/gstchannelmix.c:
10686         (gst_audio_convert_unset_matrix),
10687         (gst_audio_convert_fill_identical),
10688         (gst_audio_convert_fill_compatible),
10689         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
10690         (gst_audio_convert_fill_others),
10691         (gst_audio_convert_fill_normalize),
10692         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
10693         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
10694         * gst/audioconvert/gstchannelmix.h:
10695           Implement a channel mixer.
10696
10697 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
10698
10699         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
10700         * ext/alsa/gstalsa.h:
10701         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
10702         Make alsasink actually honor gst_element_set_clock and use that
10703         clock instead of its internal one.
10704
10705 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10706
10707         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
10708         (gst_play_base_bin_change_state): nullify source and decoder when
10709         going from READY to NULL so that we don't try to do weird stuff with
10710         them when going from NULL to READY
10711         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
10712         instead of g_object_unref
10713         (gen_video_element), (gen_audio_element): more refcounting fixes, now
10714         it should be correct
10715         (gst_play_bin_change_state): don't call remove_sinks if we are
10716         currently disposing the object
10717
10718 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10719
10720         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10721           Don't forget bass if it's there. Else left channel is silent...
10722
10723 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10724
10725         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
10726         (gst_a52dec_change_state):
10727           Don't do sample adjusting anymore, we use float audio now.
10728         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10729           Don't fixate to non-existing properties.
10730
10731 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10732
10733         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
10734         (gst_a52dec_change_state):
10735           Advertise that we can do surround sound.
10736
10737 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10738
10739         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
10740           Add buffer-frames=0.
10741         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
10742         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
10743         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
10744         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
10745         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
10746         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
10747         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
10748         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
10749         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
10750         * ext/dvdread/dvdreadsrc.h:
10751           Add seeking, querying for bytes, sectors, title, angle and
10752           chapter. Handle multiple chapters. Relicense to LGPL because
10753           Billy agreed on that (thanks Billy!).
10754
10755 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10756
10757         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
10758         call parent dispose method
10759
10760 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
10761
10762         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
10763         (gst_audio_clock_get_internal_time):
10764         Fix active <-> inactive transitions: ensure time value always
10765         grows and avoid abrupt value changes.
10766
10767 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
10768
10769         * configure.ac:
10770         * gst/tta/Makefile.am:
10771         * gst/tta/crc32.h:
10772         * gst/tta/filters.h:
10773         * gst/tta/gsttta.c:
10774         * gst/tta/gstttadec.c:
10775         * gst/tta/gstttadec.h:
10776         * gst/tta/gstttaparse.c:
10777         * gst/tta/gstttaparse.h:
10778         * gst/tta/ttadec.h:
10779           added TTA parser and decoder
10780
10781 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10782
10783         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10784         (probe_triggered), (check_queue), (buffer_underrun),
10785         (buffer_running), (buffer_overrun), (gen_source_element),
10786         (setup_source):
10787         * gst/playback/gstplaybasebin.h:
10788           Implement buffering. Needs some more work.
10789
10790 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10791
10792         * ext/theora/theoradec.c: (theora_dec_chain):
10793           Fix ilog mask range overflow.
10794
10795 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10796
10797         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10798           Don't omit the last (which in case of dmix is the only :) )
10799           channel count. Don't set channels if <= 2.
10800
10801 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
10802
10803         * gst/playback/gstplaybin.c: (gen_video_element),
10804         (gen_audio_element): Removed 2 obsolete comments
10805
10806 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10807
10808         * ext/vorbis/oggvorbisenc.c
10809         * ext/vorbis/vorbisenc.c :
10810           change description fields of those plugins to differentiate them
10811           (pitivi show Encoders by description, they had the same one)
10812
10813 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
10814
10815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10816
10817         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10818         (gst_play_bin_set_property), (gen_video_element),
10819         (gen_audio_element):
10820           Refcounting fixes for provided audio-/videosinks.
10821
10822 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10823
10824         * gst/playback/gstplaybin.c: (gen_video_element),
10825         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
10826           Don't reference all sinks, but only the video- and audiosinks.
10827           The vis. element should be disposed when we're done with it.
10828           We don't have any reason to keep it around. This fixes warnings
10829           when reusing playbin for playing multiple audio files with
10830           vis. enabled. Also release audio device on pause - idea stolen
10831           from Rhythmbox.
10832
10833 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10834
10835         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
10836         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
10837         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10838         * ext/alsa/gstalsaplugin.c: (plugin_init):
10839         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
10840         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
10841         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
10842         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
10843         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
10844         (gst_faad_change_state), (plugin_init):
10845         * ext/faad/gstfaad.h:
10846         * ext/vorbis/vorbis.c: (plugin_init):
10847         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10848         * gst-libs/gst/audio/Makefile.am:
10849         * gst-libs/gst/audio/audio.c: (plugin_init):
10850         * gst-libs/gst/audio/multichannel.c:
10851         (gst_audio_check_channel_positions),
10852         (gst_audio_get_channel_positions),
10853         (gst_audio_set_channel_positions),
10854         (gst_audio_set_structure_channel_positions_list),
10855         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
10856         (gst_audio_fixate_channel_positions):
10857         * gst-libs/gst/audio/multichannel.h:
10858         * gst-libs/gst/audio/testchannels.c: (main):
10859         * gst/audioconvert/gstaudioconvert.c:
10860         (gst_audio_convert_class_init), (gst_audio_convert_init),
10861         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
10862         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
10863         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10864         * gst/audioconvert/plugin.c: (plugin_init):
10865           Surround sound support.
10866
10867 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10868
10869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
10870           Fix position for discont if we're close as well. Nitpicking, but
10871           saves a few milliseconds of extra waiting or skipping.
10872
10873 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10874
10875         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
10876           We sometimes need parsers for playback, so add those too.
10877
10878 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10879
10880         * configure.ac:
10881         * gst/apetag/Makefile.am:
10882         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
10883         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
10884         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
10885         (gst_ape_demux_get_src_query_types),
10886         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
10887         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
10888         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
10889         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
10890         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
10891         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
10892         (gst_ape_demux_change_state):
10893         * gst/apetag/apedemux.h:
10894         * gst/apetag/apetag.c: (plugin_init):
10895         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
10896         (plugin_init):
10897           APE v1/2 tag reader plus typefind function.
10898
10899 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10900
10901         * configure.ac:
10902         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10903         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10904           Remove hacks for older core. Require newer core version
10905           accordingly.
10906
10907 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10908
10909         * gst/cdxaparse/Makefile.am:
10910         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
10911         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
10912         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
10913         * gst/cdxaparse/gstcdxaparse.h:
10914         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
10915         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
10916         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
10917         (gst_cdxastrip_get_src_query_types),
10918         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
10919         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
10920         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
10921         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
10922         * gst/cdxaparse/gstcdxastrip.h:
10923           SVCD/VCD header stripping separated from CDXA image parsing.
10924         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10925         (plugin_init):
10926           Add VCD/SVCD header typefinding for VCD/SVCD.
10927         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
10928         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
10929         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
10930         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
10931         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
10932         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
10933         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
10934         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
10935         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
10936         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
10937         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
10938         * sys/vcd/vcdsrc.h:
10939           Fix up, add seeking, querying, URI interface. Works in totem now.
10940
10941 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10942
10943         * configure.ac:
10944           back to CVS
10945
10946 === release 0.8.6 ===
10947
10948 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10949
10950         * NEWS:
10951         * RELEASE:
10952         * configure.ac:
10953         * po/af.po:
10954         * po/az.po:
10955         * po/cs.po:
10956         * po/en_GB.po:
10957         * po/hu.po:
10958         * po/it.po:
10959         * po/nb.po:
10960         * po/nl.po:
10961         * po/or.po:
10962         * po/sq.po:
10963         * po/sr.po:
10964         * po/sv.po:
10965         * po/uk.po:
10966           releasing 0.8.6, "IOU Love"
10967
10968 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10969
10970         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10971
10972         * gst/playback/gstplaybasebin.c:
10973           Fix unplayable files error handling.  Fixes #158365
10974
10975 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10976
10977         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10978
10979         * gst/typefind/gsttypefindfunctions.c:
10980           Fix broken mp3 typefinding.  Fixes #158375
10981
10982 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10983
10984         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10985
10986         * ext/ogg/gstoggdemux.c:
10987           Fix sync on broken files.  Fixes #158976
10988
10989 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10990
10991         patch by: Edward Hervey <bilboed@bilboed.com>
10992
10993         * ext/libpng/gstpngenc.c:
10994           Copy over buffer properties.  Fixes #158832
10995
10996 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10997
10998         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
10999
11000         * ext/dvdread/dvdreadsrc.c:
11001           Fixes invalid reads (#158462)
11002
11003 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11004
11005         * sys/v4l/gstv4lsrc.c:
11006         * sys/v4l/gstv4lsrc.h:
11007         * sys/v4l/v4lsrc_calls.c:
11008           Probe less and cache it.  Fixes #159187.
11009
11010 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11011
11012         * gst/videorate/gstvideorate.c:
11013           Handle all video formats. Fixes #159186.
11014
11015 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
11016         * gst/synaesthesia/gstsynaesthesia.c:
11017         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
11018         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
11019         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
11020         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
11021         (gst_synaesthesia_change_state), (plugin_init):
11022         Fix up synaesthesia to work under different samplerates/ buffer sizes.
11023         Force 320x200 output, as that's the only thing the underlying
11024         synaesthesia implementation supports. Still needs to be made
11025         re-entrant.
11026
11027 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11028
11029         * configure.ac:
11030           Fix mpeg2enc configure check (similar to mplex check below).
11031
11032 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
11033
11034         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11035
11036         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11037           Fix for gcc-2.95 (fixes #158221).
11038
11039 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11040
11041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11042           Re-add clock distribution hack (until new core is released).
11043           Fixes #158125.
11044
11045 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
11046         * configure.ac:
11047           fix mplex configure check segfaulting on some systems (bug #140994)
11048
11049 2004-11-13  Benjamin Otte  <otte@gnome.org>
11050
11051         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
11052           add debugging
11053         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11054           do a wait when we enter the loop func with no data available to
11055           write instead of getting into an 100% CPU loop by just returning and
11056           being called again by the scheduler
11057
11058 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
11059
11060         * configure.ac:
11061         * ext/libvisual/visual.c: (gst_visual_get_type),
11062         (libvisual_log_handler), (gst_visual_getcaps),
11063         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
11064         (plugin_init):
11065           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
11066         * ext/smoothwave/Makefile.am:
11067         * ext/smoothwave/demo-osssrc.c: (main):
11068         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
11069         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
11070         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
11071         (plugin_init):
11072         * ext/smoothwave/gstsmoothwave.h:
11073           Make gstsmoothwave a working element in the 20th century.
11074
11075         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
11076           Fix incorrect link function
11077
11078 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11079
11080         * gst/volume/gstvolume.c:
11081           Allow buffer-frames=0.
11082
11083 2004-11-12 Iain <iaingnome@gmail.com>
11084
11085         * configure.ac: Check for polypaudio
11086
11087         * ext/Makefile.am: Build the polyp dir
11088
11089         * ext/polyp: The polypsink sources.
11090
11091 2004-10-30 Iain <iaingnome@gmail.com>
11092
11093         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
11094         caps to reflect the new number of channels.
11095
11096 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11097
11098         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11099           Fix for negotiation order problem. This would show when the
11100           ALSA loopfuction was called before any other function. ALSA
11101           wouldn't do anything because we're not negotiated yet, leading
11102           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
11103
11104 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11105
11106         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11107
11108         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11109           No warnings (#157986).
11110
11111 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11112
11113         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11114           Prefer apev1/2 and id3v1 (at end of file) over musepack.
11115
11116 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11117
11118         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
11119           Signal no-more-pads (so it works in playbin).
11120
11121 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11122
11123         * ext/musepack/gstmusepackreader.cpp:
11124           Workaround for older core.
11125
11126 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11127
11128         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
11129           Actually test for odd width/height rather than testing whether
11130           a temporary variable that was 0 before we subtracted 1 is now
11131           not equal to zero (which it always is).
11132
11133 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11134
11135         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11136         Fix compilation if HAVE_XVIDEO is not defined
11137
11138 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11139
11140         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11141         Fix compilation if HAVE_XVIDEO is not defined
11142
11143 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
11144
11145         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11146         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
11147         (gst_goom_change_state), (plugin_init):
11148         Use the bytestream adapter so goom doesn't depend on the input
11149         buffer size.
11150         Add a debug category
11151
11152 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11153
11154         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11155           Only set hardware parameters *after* negotiation. Before
11156           negotiation, it will set ANY and that seems to cause crashes
11157           (see e.g. #151288, #153227).
11158
11159 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11160
11161         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11162           This seems to be antique leftover. It needs to pass error
11163           checking.
11164         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11165         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
11166         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
11167         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
11168           Fix GstXOverlay implementation (#151059).
11169
11170 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11171
11172         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11173           Don't assert (#157853).
11174
11175 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11176
11177         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11178           Fix bytes/samples confustion.
11179         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
11180           Fix for underrun (#144389).
11181
11182 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11183
11184         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11185           Disable halfway-seek for pending release (since it needs a new
11186           core release).
11187
11188 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11189
11190         * sys/v4l/gstv4lsrc.c:
11191         * sys/v4l/gstv4lsrc.h:
11192         * sys/v4l/v4lsrc_calls.c:
11193           add autoprobe-fps property so we can separate autoprobing parts
11194
11195 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11196
11197         * sys/v4l/gstv4lsrc.c:
11198         * sys/v4l/v4lsrc_calls.c:
11199         initialise fourcc to catch unset fourcc's, and debug
11200
11201 2004-11-09  Wim Taymans  <wim@fluendo.com>
11202
11203         * gst/playback/README:
11204         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11205         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11206         (gst_play_bin_dispose), (gst_play_bin_set_property),
11207         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
11208         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11209         (gst_play_bin_get_formats), (gst_play_bin_convert),
11210         (gst_play_bin_get_query_types), (gst_play_bin_query):
11211         Cleanups and some more documentation.
11212
11213 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
11214
11215         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
11216         (gst_cacasink_init), (gst_cacasink_chain):
11217         * ext/libcaca/gstcacasink.h:
11218         Cacasink inherits from VideoSink, so let that store the clock.
11219
11220 2004-11-09  Wim Taymans  <wim@fluendo.com>
11221
11222         * gst/playback/README:
11223         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
11224         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
11225         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
11226         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
11227         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
11228         (setup_sinks):
11229         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
11230         (gst_stream_info_is_mute), (gst_stream_info_set_property):
11231         * gst/playback/gststreaminfo.h:
11232         Updated README.
11233         Only switch groups if all streams have muted (EOSed).
11234         Send Tags in sync with the stream playback instead of in
11235         the playback/preroll phase.
11236         Some cleanups, free the fakesrc elements.
11237
11238 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11239
11240         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
11241           buffer-frames property was missing
11242         * ext/arts/gst_arts.c:
11243           rate missing from sinkcaps
11244         * ext/audiofile/gstafparse.c:
11245         * ext/audiofile/gstafsink.c:
11246         * ext/audiofile/gstafsrc.c:
11247         * ext/swfdec/gstswfdec.c:
11248           int audio doesn't know buffer-frames
11249         * ext/cdparanoia/gstcdparanoia.c:
11250           int audio doesn't know chunksize either
11251         * ext/nas/nassink.c:
11252           it's endianness, not endianess
11253         * gst-libs/gst/audio/audio.h:
11254           make float standard pad template caps really describe float
11255         * gst/law/mulaw.c: (linear_factory):
11256           signed only, please
11257         * gst/mpegstream/gstdvddemux.c:
11258           widths of 20 are not valid
11259
11260 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11261
11262         Submitted by: Luca Ferretti <elle.uca@infinito.it>
11263
11264         * po/LINGUAS:
11265         * po/it.po:
11266           Add Italian
11267
11268 2004-11-08  Wim Taymans  <wim@fluendo.com>
11269
11270         * gst/playback/README:
11271         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11272         * gst/playback/gstplaybasebin.c: (probe_triggered),
11273         (gst_play_base_bin_change_state):
11274         Updated README, added more comments for fixmes etc..
11275
11276 2004-11-08  Wim Taymans  <wim@fluendo.com>
11277
11278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11279         We can remove this hack now.
11280
11281 2004-11-08  Wim Taymans  <wim@fluendo.com>
11282
11283         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
11284         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11285         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11286         Only mix AYUV for maximum quality.
11287
11288 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11289
11290         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
11291         (gst_ogg_demux_push), (gst_ogg_pad_push):
11292           Let's act as if we're synchronized now! :).
11293         * ext/theora/theoradec.c: (theora_dec_chain):
11294           Add some debug.
11295
11296 2004-11-08  Wim Taymans  <wim@fluendo.com>
11297
11298         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11299         (gst_alpha_set_property), (gst_alpha_sink_link),
11300         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
11301         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
11302         (gst_alpha_init_params), (gst_alpha_chain):
11303         Implement alpha functions for AYUV too, this increases
11304         accuracy quite a bit.
11305
11306 2004-11-08  Wim Taymans  <wim@fluendo.com>
11307
11308         * gst/ffmpegcolorspace/avcodec.h:
11309         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11310         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11311         (gst_ffmpegcsp_avpicture_fill):
11312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11313         (gst_ffmpegcsp_caps_remove_format_info):
11314         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11315         (shrink12), (img_get_alpha_info), (deinterlace_line),
11316         (deinterlace_line_inplace):
11317         * gst/ffmpegcolorspace/imgconvert_template.h:
11318         Added AYUV colorspace and handle RGBA a bit more respectful.
11319
11320 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11321
11322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11323           Actually always send a discont (cornercase when resending the
11324           same serial-tagged chain twice).
11325
11326 2004-11-08  Julien MOUTTE  <julien@moutte.net>
11327
11328         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
11329         (gst_ximagesink_finalize):
11330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
11331         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
11332
11333 2004-11-08  Wim Taymans  <wim@fluendo.com>
11334
11335         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
11336         Don't segfault on NULL data.
11337
11338 2004-11-08  Wim Taymans  <wim@fluendo.com>
11339
11340         * gst/playback/gstdecodebin.c: (unlinked):
11341         * gst/playback/gstplay-marshal.list:
11342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11343         (gst_play_base_bin_init), (group_create), (get_active_group),
11344         (get_building_group), (group_destroy), (group_commit),
11345         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
11346         (add_element_stream), (no_more_pads), (probe_triggered),
11347         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
11348         (state_change), (setup_source), (gst_play_base_bin_get_property),
11349         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11350         (gst_play_base_bin_link_stream),
11351         (gst_play_base_bin_get_streaminfo):
11352         * gst/playback/gstplaybasebin.h:
11353         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11354         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
11355         Add support for chained ogg files. Prepare for playlist
11356         support. This patch introduces the concept of pad groups, which
11357         together compose one playable media file.
11358
11359 2004-11-07  David Schleef  <ds@schleef.org>
11360
11361         * testsuite/gst-lint: Check for pad templates that aren't statically
11362         scoped.
11363
11364 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11365
11366         * configure.ac:
11367         * ext/Makefile.am:
11368         * ext/musepack/Makefile.am:
11369         * ext/musepack/gstmusepackdec.cpp:
11370         * ext/musepack/gstmusepackdec.h:
11371         * ext/musepack/gstmusepackreader.cpp:
11372         * ext/musepack/gstmusepackreader.h:
11373           Add musepack decoder.
11374         * ext/faad/gstfaad.c: (gst_faad_base_init):
11375           Make pad templates static.
11376         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11377         (plugin_init):
11378           Add musepack typefinder, make mp3 typefinding work halfway stream,
11379           which doesn't actually work yet because id3demux doesn't implement
11380           _get_length().
11381
11382 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11383
11384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11385         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
11386           Fix interrupt event handling (#144436).
11387
11388 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11389
11390         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
11391           Hide unused glory.
11392
11393 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11394
11395         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11396
11397         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11398           Fix weird caps (#157548).
11399
11400 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11401
11402         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11403
11404         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
11405           Add missing NULL terminator (#157543).
11406
11407 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11408
11409         * gst/tcp/gsttcp.h:
11410         * gst/tcp/gsttcpclientsink.c:
11411         * gst/tcp/gsttcpclientsrc.c:
11412         * gst/tcp/gsttcpserversink.c:
11413         * gst/tcp/gsttcpserversrc.c:
11414           ports can go up to 65535.  Move common defines to gsttcp.h
11415
11416 2004-11-05  Wim Taymans  <wim@fluendo.com>
11417
11418         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
11419         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
11420         Added two more colorspaces.
11421
11422 2004-11-05  Wim Taymans  <wim@fluendo.com>
11423
11424         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11425         (gst_ffmpegcsp_avpicture_fill):
11426         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11427         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
11428         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
11429         More stride fixes.
11430
11431 2004-11-05  Wim Taymans  <wim@fluendo.com>
11432
11433         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
11434         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
11435         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11436         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
11437         (gst_videomixer_loop):
11438         More stride fixes.
11439
11440 2004-11-05  Benjamin Otte  <otte@gnome.org>
11441
11442         * ext/mad/gstmad.c: (gst_mad_chain):
11443           don't overflow data buffer. Flush not needed sync data when syncing
11444           failed.
11445
11446 2004-11-04  Wim Taymans  <wim@fluendo.com>
11447
11448         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11449         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
11450         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
11451         (gst_alpha_init_params), (gst_alpha_chain),
11452         (gst_alpha_change_state):
11453         Updated the chroma keying algorithm with something more
11454         sophisticated.
11455
11456 2004-11-03  Wim Taymans  <wim@fluendo.com>
11457
11458         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11459         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11460         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11461         Fix stride issues. Does not completely work for odd
11462         heights.
11463
11464 2004-11-03  Wim Taymans  <wim@fluendo.com>
11465
11466         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11467         (gst_alpha_chroma_key), (gst_alpha_chain):
11468         Fix stride issues. Does not completely work for odd
11469         heights.
11470
11471 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
11472
11473         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11474         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
11475         leak fixes
11476
11477 2004-11-03  Wim Taymans  <wim@fluendo.com>
11478
11479         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11480         (gst_ffmpegcsp_avpicture_fill):
11481         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11482         (avpicture_alloc):
11483         * gst/ffmpegcolorspace/imgconvert_template.h:
11484         Use correct _fill function to get correct strides.
11485
11486 2004-11-02  David Schleef  <ds@schleef.org>
11487
11488         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11489         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
11490         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
11491         Change all g_print()s to debugging.  Add a bunch of consistency
11492         checks.
11493
11494 2004-11-02  Wim Taymans  <wim@fluendo.com>
11495
11496         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11497         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
11498         (unlinked), (no_more_pads), (close_link):
11499         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11500         (unknown_type), (add_element_stream), (new_decoded_pad),
11501         (removed_decoded_pad), (setup_source):
11502         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
11503         (gst_stream_info_class_init), (gst_stream_info_init),
11504         (gst_stream_info_new), (gst_stream_info_dispose),
11505         (stream_info_mute_pad), (gst_stream_info_set_property),
11506         (gst_stream_info_get_property):
11507         * gst/playback/gststreaminfo.h:
11508         Fix playback of multiple files.
11509         a slightly different approach to handling dynamic pad removals.
11510         This one only looks at pads that we have linked.
11511
11512 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
11513
11514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
11515         free" warning from libc.
11516
11517 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11518
11519         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11520         (get_unconnected_element), (remove_starting_from), (pad_removed),
11521         (close_link):
11522           Implement support for dynamic pad changing. We listen to "live"
11523           pad removals (i.e. while playing) and re-setup autoplugging
11524           after that. Playbasebin/playbin need some more work for this
11525           to finally work, but decodebin supports (and replugs) chained
11526           ogg now.
11527
11528 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
11529
11530         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
11531         (gst_alsa_finalize):
11532         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
11533         (gst_cdaudio_finalize):
11534         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11535         (cdparanoia_finalize):
11536         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
11537         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
11538         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11539         (dvdreadsrc_finalize):
11540         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11541         (gst_flacdec_finalize):
11542         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
11543         (gst_flacenc_finalize):
11544         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
11545         (gst_gnomevfssink_finalize):
11546         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
11547         (gst_gnomevfssrc_finalize):
11548         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
11549         (gst_fameenc_finalize):
11550         * ext/nas/nassink.c: (gst_nassink_class_init),
11551         (gst_nassink_finalize):
11552         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
11553         (gst_sdlvideosink_class_init):
11554         * ext/sndfile/gstsf.c: (gst_sf_dispose):
11555         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
11556         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
11557         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
11558         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
11559         (gst_x_window_listener_dispose):
11560         * gst/audioscale/gstaudioscale.c:
11561         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
11562         (play_on_demand_finalize):
11563         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
11564         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11565         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
11566         (cdplayer_finalize):
11567         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
11568         (gst_glimagesink_class_init):
11569         * sys/oss/gstosselement.c: (gst_osselement_class_init),
11570         (gst_osselement_finalize):
11571         * sys/oss/gstosssink.c: (gst_osssink_dispose):
11572         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
11573         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
11574           Fixes a bunch of problems with finalize and dispose functions,
11575           either assumptions that dispose is only called once, or not calling
11576           the parent class dispose/finalize function
11577
11578 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
11579
11580         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
11581           added two api precondition guards
11582           use g_strdup with getenv to fix crash when using ENVVAR
11583
11584 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
11585         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11586         (gst_esdsink_finalize):
11587         Use a finalize function, not dispose, and more importantly,
11588         call the parent class finalize function too
11589
11590 2004-11-01  Johan Dahlin  <johan@gnome.org>
11591
11592         * ext/ogg/gstoggdemux.c:
11593         * gst/tags/gstvorbistag.c:
11594         Plug leaks.
11595
11596 2004-10-31  Benjamin Otte  <otte@gnome.org>
11597
11598         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11599           lotsa memleaks today. But they're all small...
11600
11601 2004-10-31  Benjamin Otte  <otte@gnome.org>
11602
11603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11604           another memleak crushed
11605
11606 2004-10-31  Benjamin Otte  <otte@gnome.org>
11607
11608         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11609           fix memleak
11610
11611 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11612
11613         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11614           Hack to prevent crash when going to READY inside signal handler
11615           while this function is active.
11616
11617 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11618
11619         * gst/ffmpegcolorspace/Makefile.am:
11620         * gst/ffmpegcolorspace/avcodec.h:
11621         * gst/ffmpegcolorspace/common.h:
11622         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11623         * gst/ffmpegcolorspace/dsputil.h:
11624         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11625         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11626         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11627         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
11628         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
11629         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
11630         (gst_ffmpegcsp_avpicture_fill):
11631         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11633         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11634         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
11635         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11636         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11637         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11638         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
11639         * gst/ffmpegcolorspace/imgconvert.c:
11640         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11641         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11642         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
11643         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11644         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11645         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
11646         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
11647         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
11648         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
11649         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
11650         (grow21), (grow22), (grow41), (grow44), (conv411),
11651         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
11652         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
11653         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
11654         (avpicture_free), (is_yuv_planar), (img_convert),
11655         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
11656         (deinterlace_line_inplace), (deinterlace_bottom_field),
11657         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11658         * gst/ffmpegcolorspace/imgconvert_template.h:
11659         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11660         * gst/ffmpegcolorspace/mmx.h:
11661         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
11662         (av_fast_realloc), (av_mallocz_static), (av_free_static),
11663         (av_freep), (avcodec_get_context_defaults),
11664         (avcodec_alloc_context), (avcodec_init):
11665           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
11666           handling plus update from ffmpeg CVS. Large clean-up.
11667
11668 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11669
11670         * gst/playback/Makefile.am:
11671           We need the marshallers for decodebin, too.
11672
11673 2004-10-30  David Schleef  <ds@schleef.org>
11674
11675         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
11676           quicktime typefinding work with 64-bit offsets.
11677
11678 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
11679
11680         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
11681           Set EOS on the element when processing an EOS event.
11682         * ext/speex/gstspeexdec.h:
11683         * ext/speex/gstspeexenc.h:
11684           Only keep a const ptr to the mode
11685         * gst-libs/gst/riff/riff-media.c:
11686         (gst_riff_create_audio_caps_with_data),
11687         (gst_riff_create_audio_template_caps):
11688           Allow WMAV3, with up to 6 channels.
11689         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
11690           Don't call gst_pad_set_event_function on a sink pad.
11691         * gst/mpegstream/gstdvddemux.c:
11692         (gst_dvd_demux_get_subpicture_stream),
11693         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
11694           Copy the explicit caps that were set across to the cur_* pads,
11695           instead of trying to use a possibly non-existent negotiated caps.
11696           Reset the type of subpicture pads to UNKNOWN after calling
11697           init_stream, so that the caps get set.
11698
11699 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
11700
11701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11702
11703         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11704           Don't touch buffer if it is of size 0 (fixes #151064).
11705
11706 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11707
11708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
11709           Synchronized discont handling.
11710
11711 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11712
11713         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11714         (gst_ogg_demux_push):
11715           Make seeking sort-of exact again (fixes #156387).
11716
11717 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11718
11719         * gst/playback/gstplaybasebin.c: (unknown_type),
11720         (add_element_stream), (new_decoded_pad),
11721         (gst_play_base_bin_change_state):
11722         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11723         (gst_stream_info_init), (gst_stream_info_new),
11724         (gst_stream_info_dispose), (gst_stream_info_get_property):
11725         * gst/playback/gststreaminfo.h:
11726           Make caps explicitely available. Makes testing for unsupported
11727           types possible. Improves error reporting.
11728
11729 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11730
11731         * gst/audioconvert/gstaudioconvert.c:
11732         (gst_audio_convert_buffer_to_default_format):
11733           Really don't touch read-only buffers (#156563).
11734
11735 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
11736
11737         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11738
11739         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11740           Fix memleak (#155223).
11741
11742 2004-10-29  Wim Taymans  <wim@fluendo.com>
11743
11744         * gst/tcp/.cvsignore:
11745         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11746         (gst_multifdsink_class_init), (gst_multifdsink_init),
11747         (gst_multifdsink_add), (gst_multifdsink_remove),
11748         (gst_multifdsink_remove_client_link), (is_sync_frame),
11749         (gst_multifdsink_new_client),
11750         (gst_multifdsink_handle_client_write),
11751         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11752         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11753         (gst_multifdsink_get_property):
11754         * gst/tcp/gstmultifdsink.h:
11755         Added burst on connect sync_method, deprecated sync_clients,
11756         streamlined the sync code some more.
11757
11758 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11759
11760         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
11761         (gst_play_base_bin_change_state):
11762           Improve error reporting.
11763
11764 2004-10-28  Wim Taymans  <wim@fluendo.com>
11765
11766         * gst/tcp/Makefile.am:
11767         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
11768         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
11769         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
11770         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11771         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11772         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11773         (gst_fdset_wait):
11774         Added more locks around fdset structures. Fixed/reworked
11775         the poll array resizing code.
11776         Added stress test for fdset.
11777
11778 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11779
11780         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11781         fix build
11782
11783 2004-10-28  Benjamin Otte  <otte@gnome.org>
11784
11785         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11786           fix link function to always query channels and query width for
11787           floats
11788         * configure.ac:
11789           add equalizer dir
11790         * gst/equalizer/Makefile.am:
11791         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
11792         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
11793         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
11794         (arg_to_scale), (setup_filter),
11795         (gst_iir_equalizer_compute_frequencies),
11796         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
11797         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
11798         (plugin_init):
11799           add an equalizer
11800
11801 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11802
11803         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
11804
11805         * po/LINGUAS:
11806         * po/nb.po:
11807           Added Norwegian Bokmaal translation
11808
11809 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11810
11811         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11812           Don't break on options (fixes #156488).
11813
11814 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11815
11816         * configure.ac:
11817         * ext/cdaudio/Makefile.am:
11818         * sys/Makefile.am:
11819           fix build on older automake
11820
11821 2004-10-26  Wim Taymans  <wim@fluendo.com>
11822
11823         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
11824         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11825         Allow a little margin when negotiating the framerate.
11826
11827 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
11828
11829         * gst/level/gstlevel.c:
11830           synchonised naming of pads and pad-templates
11831
11832 2004-10-26  Wim Taymans  <wim@fluendo.com>
11833
11834         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11835         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
11836         (_find_streams_check), (gst_ogg_demux_push):
11837         Fix EOS again. Needs to be done in a better way. We should not
11838         remove the pad if there is no new chained stream.
11839
11840 2004-10-26 Iain <iaingnome@gmail.com>
11841
11842         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
11843         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
11844         of the caps.
11845         * gst/interleave/interleave.c (interleave_class_init): Hook up release
11846         pad.
11847         (interleave_release_pad): Remove the pad.
11848         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
11849         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
11850         the set device.
11851         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
11852         attrs
11853         (gst_xvimagesink_xcontext_clear): Free the xcontext.
11854         (gst_xvimagesink_finalize): Free the par.
11855
11856 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11857
11858         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
11859         (gst_avimux_stop_file):
11860           First calculate the rate, and only then use it. Hdr.rate is a
11861           multiple and not a derivative of hdr.scale. Scale is not the
11862           same as blockalign but is solely related to rate.
11863
11864 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11865
11866         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11867         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
11868           Implement seeking.
11869
11870 2004-10-25  James Henstridge  <james@jamesh.id.au>
11871
11872         Reviewed by:  David Schleef  <ds@schleef.org>
11873
11874         * examples/gstplay/player.c: (got_stream_length), (main):
11875         * examples/seeking/cdplayer.c: (update_scale):
11876         * examples/seeking/seek.c: (format_value), (update_scale):
11877         * examples/seeking/spider_seek.c: (format_value), (update_scale),
11878         (stop_seek):
11879         Build fixes on AMD64.
11880
11881 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11882
11883         reviewed by: Ronald Bultje <rbultje at gnome dot org>
11884
11885         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11886         Fix for some v4l cards which hang in v4lsrc
11887
11888 2004-10-25  Wim Taymans  <wim@fluendo.com>
11889
11890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
11891         (gst_ogg_demux_push), (gst_ogg_chains_clear):
11892         Make sure to remove the pad when a new chain is
11893         encountered. Set some vars to NULL so we don't try
11894         to reference freed memory.
11895
11896 2004-10-25  Wim Taymans  <wim@fluendo.com>
11897
11898         * examples/seeking/Makefile.am:
11899         * examples/seeking/cdplayer.c: (update_scale):
11900         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
11901         * examples/seeking/playbin.c: (make_playerbin_pipeline),
11902         (format_value), (update_scale), (iterate), (start_seek),
11903         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
11904         (print_usage), (main):
11905         Added some more examples, update others.
11906
11907 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11908
11909         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
11910         * ext/speex/gstspeexdec.c: (speex_dec_chain):
11911         * ext/theora/theoradec.c: (theora_dec_chain):
11912         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11913           Add codec-name metadata.
11914
11915 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
11916
11917         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11918
11919         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11920         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11921         * ext/alsa/gstalsamixertrack.h:
11922         * po/POTFILES.in:
11923           ALSA mixer track label internationalization (#154054).
11924
11925 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11926
11927         * ext/theora/theoradec.c: (theora_dec_chain):
11928           Export bitrate as metadata.
11929
11930 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11931
11932         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11933         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11934         * ext/alsa/gstalsamixertrack.h:
11935           Fix names, fix loop.
11936
11937 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11938
11939         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
11940         (speex_dec_convert):
11941           sinkconvert function so oggdemux can get the file length (totem).
11942
11943 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
11944
11945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11946
11947         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11948           Don't push incomplete packets.
11949         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
11950           Fix MPEG-4 audio typefinding.
11951
11952 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11953
11954         * sys/v4l/Makefile.am:
11955         * sys/v4l/gstv4l.c: (plugin_init):
11956         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
11957         (gst_v4lelement_init), (gst_v4lelement_dispose),
11958         (gst_v4lelement_change_state):
11959         * sys/v4l/gstv4lelement.h:
11960         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
11961         (gst_v4l_xoverlay_close), (idle_refresh),
11962         (gst_v4l_xoverlay_set_xwindow_id):
11963         * sys/v4l/gstv4lxoverlay.h:
11964         * sys/v4l/v4l-overlay_calls.c:
11965         * sys/v4l/v4l_calls.h:
11966         * sys/v4l2/Makefile.am:
11967         * sys/v4l2/gstv4l2.c: (plugin_init):
11968         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
11969         (gst_v4l2element_init), (gst_v4l2element_dispose),
11970         (gst_v4l2element_change_state):
11971         * sys/v4l2/gstv4l2element.h:
11972         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
11973         (gst_v4l2_xoverlay_close), (idle_refresh),
11974         (gst_v4l2_xoverlay_set_xwindow_id):
11975         * sys/v4l2/gstv4l2xoverlay.h:
11976         * sys/v4l2/v4l2-overlay_calls.c:
11977         * sys/v4l2/v4l2_calls.h:
11978           Remove client-side overlay handling, use the X-server v4l plugin
11979           for that. Nicer overlay, less code. Also make the plugin
11980           compileable without X (but then without overlay, obviously).
11981           Makes xwindowlistener obsolete, should we remove that?
11982
11983 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11984
11985         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
11986         (gst_osssrc_src_query):
11987         * sys/oss/gstosssrc.h:
11988           OK, so people want offset in DEFAULT. This time, actually fix all
11989           cases.
11990         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11991           Add FPS properly.
11992
11993 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11994
11995         * gst/asfdemux/gstasfmux.c:
11996         * gst/avi/gstavimux.c:
11997           Framerate.
11998
11999 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12000
12001         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
12002           Fix properties (channel, norm, frequency).
12003
12004 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12005
12006         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
12007           Flag typo.
12008         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
12009           No warnings.
12010
12011 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12012
12013         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
12014           Fix hang.
12015
12016 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12017
12018         * sys/v4l2/gstv4l2element.h:
12019           Yet Another Hack (tm) for kernel header borkedness.
12020         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12021         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
12022         (gst_v4l2src_link), (gst_v4l2src_getcaps),
12023         (gst_v4l2src_change_state):
12024         * sys/v4l2/gstv4l2src.h:
12025         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
12026         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
12027           Fix caps, keep track of state, work.
12028
12029 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12030
12031         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12032           Quiet.
12033
12034 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12035
12036         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12037           Don't mix bytes and samples.
12038
12039 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12040
12041         * ext/ogg/gstoggmux.c:
12042           Basic pad template which accepts OGM tracks, speex, flac, vorbis
12043           and theora. Any is incorrect.
12044         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
12045           Fix caps.
12046         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12047         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12048         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
12049         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
12050         * sys/v4l/gstv4lmjpegsrc.h:
12051         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12052         (gst_v4lsrc_change_state):
12053         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
12054         (gst_v4lmjpegsrc_capture_stop):
12055           Fix caps. Keep track of internal state. Work.
12056
12057 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12058
12059         * ext/Makefile.am:
12060           Fix the build fixes.
12061
12062 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12063
12064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12065         (gst_ogg_demux_src_event), (_find_chain_seek),
12066         (gst_ogg_pad_push):
12067           Check for pad availability before using it.
12068         * ext/ogg/gstoggdemux.c: (_find_chain_process):
12069           Fix parsing of chained ogg. Needs more work on the decoder side.
12070
12071 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12072
12073         * gst/spectrum/Makefile.am:
12074         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
12075         (idle_func):
12076           Fix demo and reenable it. Yes, I'm currently playing with audio
12077           analysis tools
12078
12079 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12080
12081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12082           We love it if files that start at zero work too...
12083
12084 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12085
12086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12087           Handle files with missing EOS headers.
12088
12089 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12090
12091         * gst/tcp/gsttcpserversink.c:
12092         (gst_tcpserversink_handle_server_read),
12093         (gst_tcpserversink_init_send):
12094         Zero some variables first (need for accept not to return EINVAL)
12095
12096 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12097
12098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12099         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12100         * ext/theora/theoradec.c: (theora_dec_sink_convert),
12101         (theora_dec_chain):
12102         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12103         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
12104           Seeking and querying finetune.
12105
12106 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12107
12108         * configure.ac:
12109         * ext/Makefile.am:
12110         * ext/raw1394/Makefile.am:
12111           fix the build
12112
12113 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12114
12115         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12116           Wrong return.
12117         * gst/playback/Makefile.am:
12118         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
12119         * gst/playback/gstplay-marshal.list:
12120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
12121           Fix marshallers.
12122
12123 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12124
12125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
12126           Silence.
12127
12128 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12129
12130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12131         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12132         (gst_ogg_pad_push):
12133           Yay for non-lineair granulepos in theora.
12134
12135 2004-10-18  Wim Taymans  <wim@fluendo.com>
12136
12137         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
12138         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12139         * ext/dv/gstdvdec.h:
12140         Make sure we renegotiate aspect ratio when the camera switches.
12141
12142 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12143
12144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12145         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12146           Start at zero.
12147         * ext/theora/theoradec.c: (theora_dec_chain):
12148           Skip headers. Bad idea for chained ogg, but fixes seeking.
12149
12150 2004-10-18  Wim Taymans  <wim@fluendo.com>
12151
12152         * configure.ac:
12153         I swear, this is the last time I touch this.
12154
12155 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12156
12157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12158         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12159         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
12160           Faster seeking.
12161         * ext/theora/theoradec.c: (theora_dec_sink_convert):
12162           Time-to-default conversion.
12163         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12164           Don't error on unknown packets, just skip. We should probably
12165           read them if we want to support chained ogg.
12166
12167 2004-10-18  Wim Taymans  <wim@fluendo.com>
12168
12169         * configure.ac:
12170         Added cdaudio to wrong list.
12171
12172 2004-10-18  Wim Taymans  <wim@fluendo.com>
12173
12174         * configure.ac:
12175         Revive cdaudio.
12176
12177 2004-10-18  Wim Taymans  <wim@fluendo.com>
12178
12179         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12180         (gst_dvdec_video_link), (gst_dvdec_push):
12181         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12182         (gst_smokeenc_resync), (gst_smokeenc_chain):
12183         Fix mimetype on smoke encoder.
12184         Add aspect ratio to dvdec. Not sure if these
12185         values are correct though....
12186
12187 2004-10-18  Wim Taymans  <wim@fluendo.com>
12188
12189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12190         Fix vorbis property descriptions and ranges.
12191
12192 2004-10-18  Wim Taymans  <wim@fluendo.com>
12193
12194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12195         Really do nothing when no data is available.
12196         Go to the playing state when the stream is not seekable
12197         instead of failing.
12198
12199 2004-10-18  Wim Taymans  <wim@fluendo.com>
12200
12201         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
12202         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
12203         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
12204         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
12205         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
12206         Added uri handler for cd://
12207         Port to new API.
12208
12209 2004-10-18  Wim Taymans  <wim@fluendo.com>
12210
12211         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12212         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12213         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12214         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12215         (remove_prerolls), (unknown_type), (add_element_stream),
12216         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
12217         (gst_play_base_bin_remove_element),
12218         (gst_play_base_bin_link_stream):
12219         * gst/playback/gstplaybin.c: (gen_video_element),
12220         (gen_vis_element), (remove_sinks), (setup_sinks):
12221         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12222         (gst_stream_info_get_type), (gst_stream_info_class_init),
12223         (gst_stream_info_init), (gst_stream_info_new),
12224         (gst_stream_info_dispose), (stream_info_mute_pad),
12225         (gst_stream_info_set_property), (gst_stream_info_get_property):
12226         * gst/playback/gststreaminfo.h:
12227         Add sink padtemplate to decodebin.
12228         Added some more comments.
12229         Make queue size configurable in playbasebin.
12230         Added possibility to use elements as sinks (ex cdaudio).
12231
12232 2004-10-15  Wim Taymans  <wim@fluendo.com>
12233
12234         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12235         (gst_speexenc_chain):
12236         Fix speex timestamps so that it gets muxed properly.
12237
12238 2004-10-15  Wim Taymans  <wim@fluendo.com>
12239
12240         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
12241         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
12242         (gst_dv1394src_init), (gst_dv1394src_dispose),
12243         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
12244         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
12245         (gst_dv1394src_event), (gst_dv1394src_get_formats),
12246         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
12247         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
12248         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
12249         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
12250         * ext/raw1394/gstdv1394src.h:
12251         Added conversion/query functions.
12252         Update buffer timestamps,
12253         Added signals.
12254         Added uri dv:// so it might play from the firewire in playbin.
12255         Fix a possible leak.
12256         Added debugging.
12257
12258 2004-10-15  Wim Taymans  <wim@fluendo.com>
12259
12260         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
12261         (gst_dv1394src_init), (gst_dv1394src_set_property),
12262         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
12263         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
12264         * ext/raw1394/gstdv1394src.h:
12265         Added AV/C VTR control support needed for some cameras.
12266         Added automatic port detection.
12267         Added properties for selecting the channel.
12268         The configure.ac script is not yet updated to reflect the
12269         new libavc1394 and librom1394 dependencies.
12270
12271 2004-10-15  Wim Taymans  <wim@fluendo.com>
12272
12273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12274         (qtdemux_parse), (gst_qtdemux_handle_esds):
12275         An esds box is not a container.
12276         Fix parsing of mp4v boxes.
12277         Do not try to renegotiate fps for each frame. Need to
12278         find a better method. This should fix mp4 playback.
12279
12280 2004-10-14  David Schleef  <ds@schleef.org>
12281
12282         * configure.ac: update for swfdec-0.3 and liboil-0.2
12283         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
12284         * ext/swfdec/gstswfdec.h: same
12285         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
12286         * gst/videotestsrc/videotestsrc.c: same
12287
12288 2004-10-14  Wim Taymans  <wim@fluendo.com>
12289
12290         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12291         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12292         (is_sync_frame), (gst_multifdsink_new_client),
12293         (gst_multifdsink_handle_client_write),
12294         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12295         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12296         Turn warnings into info.
12297         Don't allow a state change in the streaming thread.
12298
12299 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12300
12301         * ext/vorbis/oggvorbisenc.c:
12302         * ext/vorbis/vorbisdec.c:
12303           fix template sample rate
12304
12305 2004-10-13  Wim Taymans  <wim@fluendo.com>
12306
12307         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12308         Decoding the header first fixes some problems in resyncing
12309         in more mp3s.
12310
12311 2004-10-12  Wim Taymans  <wim@fluendo.com>
12312
12313         * gst/playback/gstplaybin.c: (gen_video_element),
12314         (gen_vis_element), (remove_sinks), (setup_sinks):
12315         Added vis plugin support, need to configure the vis
12316         element to activate it.
12317
12318 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12319
12320         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
12321         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12322           Some debug.
12323         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12324         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
12325         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
12326         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
12327         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12328         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
12329         * gst/avi/gstavidemux.h:
12330           Support for openDML-2.0 indx/ix## chunks. Support for broken index
12331           recovery (where, if part of the index is broken, we will still read
12332           the rest of the index and recover the broken part by stream
12333           scanning). More broken media support. EOS workarounds. General AVI
12334           braindamage headache recovery. Aspirin included.
12335
12336 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12337
12338         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
12339         (cdparanoia_event), (cdparanoia_query):
12340           Get rid of hideous lead-in.
12341
12342 2004-10-11  Wim Taymans  <wim@fluendo.com>
12343
12344         * gst/playback/gstplaybasebin.c: (setup_source):
12345         Wrong var used to get g_list_next.
12346
12347 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12348
12349         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12350         (cdparanoia_get), (cdparanoia_open):
12351           Report discid as metadata, add duration.
12352
12353 2004-10-11  Wim Taymans  <wim@fluendo.com>
12354
12355         * gst/playback/gstplaybasebin.c: (setup_source):
12356         Cleanup the previous pipeline a little earlier for the
12357         case that a source element provides raw data.
12358
12359 2004-10-11  Benjamin Otte  <otte@gnome.org>
12360
12361         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12362           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
12363           consuming the last 128 bytes, even though it was valid mp3 data.
12364
12365 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12366
12367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12368         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12369         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12370         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
12371
12372 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12373
12374         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
12375         Fix for webcams that support only specific width or height
12376
12377 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12378
12379         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12380
12381         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12382           Fix wrong discont event setup (fixes #154967).
12383
12384 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
12385
12386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12387
12388         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12389           Error out on invalid data (fixes #154807).
12390
12391 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12392
12393         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12394
12395         * ext/dvdread/dvdreadsrc.c: (_read):
12396           Make titles > 0 work again (fixes #154834).
12397
12398 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12399
12400         * gst-libs/gst/riff/riff-media.c:
12401         (gst_riff_create_video_template_caps):
12402           WMV3 missing in template caps.
12403
12404 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12405
12406         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12407           OK, so the original code was too strict. It makes random AVI files
12408           hang for seconds upon opening, which is unacceptable and is far
12409           beyond the original goal of getting multiple chunks for one-chunk
12410           sounc stream files. So now do just that.
12411
12412 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12413
12414         * gst/playback/gstplaybasebin.c: (setup_source),
12415         (gst_play_base_bin_change_state):
12416           Actually clean up streaminfo if output fails. This would trigger
12417           if, for example, there was no CD in the drive. No preroll, so
12418           a streaminfo structure is created, but the subsequent state change
12419           of the thread fails.
12420         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12421           Don't change state if parent failed.
12422
12423 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12424
12425         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12426         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
12427         (gen_video_element), (remove_sinks):
12428           Add small bits of code for screenshot handling.
12429
12430 2004-10-08  Wim Taymans  <wim@fluendo.com>
12431
12432         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
12433         (gen_video_element), (gen_audio_element), (setup_sinks):
12434         Don't assume the user provided sinks are named "sink"...
12435
12436 2004-10-08  Wim Taymans  <wim@fluendo.com>
12437
12438         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12439         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
12440         (gst_play_base_bin_link_stream):
12441         Do not try to autoplug sources that generate raw streams like
12442         cdparanoia.
12443         disconnect the preroll overrun signal when we don't need it anymore.
12444
12445 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
12446
12447         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12448         Added reworked patch from #154903 from milosz derezynski (deadchip).
12449
12450 2004-10-08  Wim Taymans  <wim@fluendo.com>
12451
12452         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12453         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
12454         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
12455         (cdparanoia_convert), (cdparanoia_uri_get_type),
12456         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
12457         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
12458         * ext/cdparanoia/gstcdparanoia.h:
12459         This adds the cdda://<tracknum> uri.
12460
12461 2004-10-08  Wim Taymans  <wim@fluendo.com>
12462
12463         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12464         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12465         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12466         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12467         (unknown_type), (gst_play_base_bin_remove_element),
12468         (gst_play_base_bin_link_stream):
12469         * gst/playback/gstplaybasebin.h:
12470         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12471         (gst_play_bin_set_property), (gen_video_element),
12472         (gen_audio_element), (setup_sinks):
12473         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12474         (gst_stream_info_get_type), (gst_stream_info_class_init),
12475         (gst_stream_info_init), (gst_stream_info_new),
12476         (gst_stream_info_dispose), (stream_info_mute_pad),
12477         (gst_stream_info_set_property), (gst_stream_info_get_property):
12478         * gst/playback/gststreaminfo.h:
12479         Reuse the audio and video bins.
12480         Some internal cleanups in the stream selection code.
12481
12482 2004-10-08  Julien MOUTTE  <julien@moutte.net>
12483
12484         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12485         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12486         * sys/ximage/ximagesink.h:
12487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12488         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12489         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
12490         not coming from those elements. Moreover these elements should not keep
12491         the xid they have been given when in NULL state.
12492
12493 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12494
12495         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12496         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12497         * sys/ximage/ximagesink.h:
12498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12499         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12500         * sys/xvimage/xvimagesink.h:
12501           Actually only create a new toplevel window if we're not gonna
12502           embed it right after.
12503
12504 2004-10-07  Wim Taymans  <wim@fluendo.com>
12505
12506         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
12507         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
12508         * gst/playback/gstplaybin.c: (setup_sinks):
12509         Implement muting/unmuting of streams, mute streams that are not
12510         used.
12511
12512 2004-10-07  Wim Taymans  <wim@fluendo.com>
12513
12514         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
12515         (plugin_init):
12516         Added lame audio/x-ac3 typefind function.
12517
12518 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12519
12520         * configure.ac:
12521           bump nano to cvs
12522
12523 === release 0.8.5 ===
12524
12525 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12526
12527         * NEWS:
12528         * RELEASE:
12529         * configure.ac:
12530           releasing 0.8.5, "Take You On"
12531
12532 2004-10-06  Wim Taymans  <wim@fluendo.com>
12533
12534         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12535         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12536         (no_more_pads), (close_link), (type_found):
12537         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12538         * gst/playback/gstplaybin.c: (gen_video_element):
12539         Do not signal the no_more_pads after the first pad when
12540         we are plugging a non dynamic element with multiple
12541         output pads (like swfdec, dvdec, ...).
12542
12543 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12544
12545         * configure.ac:
12546           bump for prerelease
12547
12548 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12549
12550         * gst/wavparse/gstwavparse.c:
12551           add ATRAC3 to STATIC CAPS to fix a warning
12552
12553         * gst/matroska/ebml-read.c:
12554         * gst-libs/gst/riff/riff-read.c:
12555           fix typos
12556
12557 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12558
12559         * gst-libs/gst/riff/riff-media.c:
12560           generate caps for ATRAC3 audio streams
12561
12562         * gst/realmedia/rmdemux.c:
12563           generate caps for ATRAC3 audio streams
12564
12565 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12566
12567         * gst/wavparse/Makefile.am
12568         * gst/wavparse/riff.h
12569         * gst/wavparse/wavparse.vcproj
12570           riff.h removal (unused and duplication with riff-ids.h)
12571
12572 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12573
12574         * gst/wavparse/gstwavparse.h
12575           remove duplicated defines for audio codec codes
12576
12577         * gst-libs/gst/riff/riff-ids.h
12578         * gst/wavenc/riff.h:
12579           add "4CC" code for ATRAC3 audio streams
12580           add "4CC" code for ITU_G721_ADPCM (unused for now)
12581
12582 2004-10-06  Wim Taymans  <wim@fluendo.com>
12583
12584         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
12585         Actually _do_ negotiation. Pass gdouble as arg instead
12586         of guint64 for the framerate.
12587
12588 2004-10-06  Wim Taymans  <wim@fluendo.com>
12589
12590         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12591         (find_compatibles), (close_pad_link), (try_to_link_1),
12592         (no_more_pads), (close_link), (type_found):
12593         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12594         * gst/playback/gstplaybin.c: (gen_video_element),
12595         (gen_audio_element):
12596         Set state on newly added element to READY so that negotiation
12597         can happen ASAP.
12598         Addes some more debug info.
12599         Do not try to plug pads with multiple caps structures or ANY
12600         because it is too dangerous since we do not do dynamic
12601         replugging.
12602
12603 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12604
12605         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
12606
12607         * po/LINGUAS:
12608         * po/or.po:
12609           add Oriya translation
12610
12611 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12612
12613         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12614           Prevent overwrite of size member. Makes audio sound crappy.
12615
12616 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12617
12618         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12619         Add rmvb to the list of known RealMedia extensions
12620
12621 2004-10-05  Wim Taymans  <wim@fluendo.com>
12622
12623         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
12624         (mngdec_openstream), (mngdec_closestream),
12625         (mngdec_handle_sink_event), (mngdec_readdata),
12626         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
12627         (mngdec_getcanvasline), (mngdec_refresh),
12628         (gst_mngdec_change_state):
12629         Set the framerate correctly.
12630
12631 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12632
12633         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12634           There was something wrong with the index massaging.
12635
12636 2004-10-04  Wim Taymans  <wim@fluendo.com>
12637
12638         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
12639         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12640         (gst_smokedec_chain):
12641         * ext/jpeg/gstsmokedec.h:
12642         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12643         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
12644         * ext/jpeg/gstsmokeenc.h:
12645         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
12646         (smokecodec_decode_new), (smokecodec_info_free),
12647         (smokecodec_set_quality), (smokecodec_get_quality),
12648         (smokecodec_set_threshold), (smokecodec_get_threshold),
12649         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12650         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
12651         (smokecodec_encode), (smokecodec_parse_id),
12652         (smokecodec_parse_header), (smokecodec_decode):
12653         * ext/jpeg/smokecodec.h:
12654         * ext/jpeg/smokeformat.h:
12655         Updated smoke, new bitstream, allows embedding in ogg.
12656
12657 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12658
12659         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12660           Fix seeking in some files. All this code is no longer needed (and
12661           actually breaks stuff) because we now synchronize the full index
12662           right when reading the header.
12663
12664 2004-10-04  Wim Taymans  <wim@fluendo.com>
12665
12666         * configure.ac:
12667         configure update for libmng.
12668
12669 2004-10-04  Wim Taymans  <wim@fluendo.com>
12670
12671         * ext/libmng/Makefile.am:
12672         * ext/libmng/gstmng.c: (plugin_init):
12673         * ext/libmng/gstmng.h:
12674         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
12675         (gst_mngdec_base_init), (gst_mngdec_class_init),
12676         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
12677         (gst_mngdec_loop), (gst_mngdec_get_property),
12678         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
12679         (mngdec_closestream), (mngdec_handle_sink_event),
12680         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
12681         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
12682         (gst_mngdec_change_state):
12683         * ext/libmng/gstmngdec.h:
12684         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
12685         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
12686         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
12687         (gst_mngenc_chain), (gst_mngenc_get_property),
12688         (gst_mngenc_set_property):
12689         * ext/libmng/gstmngenc.h:
12690         Added basic MNG decoder. Needs more work. The encoder does
12691         not work yet.
12692
12693 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12694
12695         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
12696         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
12697         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
12698           Don't hang on length=0 chunks. Some negotiation fixes. Signal
12699           no-more-pads.
12700
12701 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12702
12703         * configure.ac:
12704           you need at least 1.0.4 of speex
12705
12706 2004-10-04 Iain <iaingnome@gmail.com>
12707
12708         * ext/speex/gstspeexdec.h: Revert the includes changes.
12709
12710         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
12711
12712 2004-09-30 Iain <iaingnome@gmail.com>
12713
12714         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
12715         found during init or set as a property instead of hardcoding /dev/audio
12716
12717 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12718
12719         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
12720         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
12721         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
12722         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
12723         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
12724         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
12725         (gst_rmdemux_dump_data):
12726           Use debug category, fix EOS handling. filesrc ! rmdemux now
12727           works.
12728
12729 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12730
12731         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12732         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
12733         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
12734           Improve allocation, cutting and sorting of the index. How takes a
12735           few seconds instead of minutes.
12736
12737 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
12738
12739         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
12740           fixed compilation
12741
12742 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12743
12744         * gst-libs/gst/riff/riff-media.c:
12745         (gst_riff_create_video_caps_with_data),
12746         (gst_riff_create_video_template_caps):
12747           Add wing commander format mimetype/fourccs.
12748         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12749           Don't crash if some value is 0.
12750
12751 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12752
12753         * gst-libs/gst/riff/riff-media.c:
12754         (gst_riff_create_video_caps_with_data),
12755         (gst_riff_create_video_template_caps):
12756           Add DIB fourcc (raw, palettized 8-bit RGB).
12757         * gst-libs/gst/riff/riff-read.c:
12758         (gst_riff_read_strf_vids_with_data):
12759           Oops, fix strf_data reading bug.
12760         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12761           Use a non-NULL tag.
12762         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
12763           Time for hacks. Sorry Dave. At least one quicktime movie (a
12764           trailer) that I've encountered contains multiple video tracks.
12765           One of those is the actual video track, the other are one-frame
12766           tracks (images). Unfortunately, the number of frames according
12767           to the trak header is 1 for each, so that doesn't help. So
12768           instead, I look at the duration and discard tracks with a
12769           duration shorter than 20% of the length of the stream. Better
12770           than nothing.
12771
12772 2004-10-01  Christian Schaller <christian@fluendo.com>
12773
12774         * ext/ivorbis/vorbis.c:
12775           Patch from Phil Blundell (Bug 152341)
12776
12777 2004-10-01  Wim Taymans  <wim@fluendo.com>
12778
12779         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
12780         (speex_dec_get_formats), (speex_dec_convert),
12781         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
12782         (speex_dec_chain), (gst_speexdec_get_property),
12783         (gst_speexdec_set_property):
12784         Small cleanups.
12785
12786 2004-10-01  Wim Taymans  <wim@fluendo.com>
12787
12788         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12789         (gst_wavparse_stream_init), (gst_wavparse_fmt),
12790         (gst_wavparse_other), (gst_wavparse_loop),
12791         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12792         (gst_wavparse_srcpad_event):
12793         * gst/wavparse/gstwavparse.h:
12794         Added some more debugging info.
12795         Fix the case where the length of the file is 0.
12796         Make sure we seek to sample borders.
12797
12798 2004-10-01  Wim Taymans  <wim@fluendo.com>
12799
12800         * gst/playback/README:
12801         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12802         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12803         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12804         Add some debug info to decodebin, update README
12805
12806 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12807
12808         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
12809           Don't use g_print(); use GST_DEBUG().
12810
12811 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12812
12813         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12814         (gst_ogg_mux_queue_pads):
12815           Handle EOS properly.
12816
12817 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12818
12819         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12820
12821         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
12822         (gst_faad_chain), (gst_faad_change_state):
12823         * ext/faad/gstfaad.h:
12824           Allow playback of raw (unframed) MPEG AAC files (#148993).
12825
12826 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12827
12828         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12829
12830         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12831           Throw error if we didn't recognize the stream. Fixes #152289.
12832
12833 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12834
12835         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
12836           Fix negotiation.
12837
12838 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
12839
12840         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12841
12842         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12843           Fix memleak.
12844
12845 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
12846
12847         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12848
12849         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
12850           Solve #152805.
12851         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
12852           Solve 152806.
12853
12854 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12855
12856         * gst-libs/gst/riff/riff-media.c:
12857         (gst_riff_create_video_caps_with_data),
12858         (gst_riff_create_audio_caps_with_data):
12859           Add codec_data handling (like asfdemux used to do).
12860         * gst/asfdemux/gstasf.c: (plugin_init):
12861         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12862         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
12863           Use riff-media for caps creation instead of our own (mostly
12864           broken) copy of its functions.
12865
12866 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12867
12868         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
12869           Don't actually error out if we get another return value than
12870           -EINVAL. Opposite to what I first thought, drivers have random
12871           return values for this, although -EINVAL is the expected return
12872           value. Since this is not fatal, we shouldn't use
12873           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
12874
12875 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12876
12877         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12878         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
12879         (dvdreadsrc_get_property), (_open), (_seek), (_read),
12880         (dvdreadsrc_get), (dvdreadsrc_open_file),
12881         (dvdreadsrc_change_state):
12882           Fix. Don't do one big huge loop around the whole DVD, that will
12883           cache all data and thus eat sizeof(dvd) (several GB) before we
12884           see something.
12885         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12886           Actually NULL'ify event after using it.
12887         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
12888         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
12889         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
12890         (gst_ebml_read_seek), (gst_ebml_read_skip):
12891           Handle events.
12892         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
12893         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
12894         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
12895           Fix timing (this will probably break if I seek using menus, but
12896           I didn't get there yet). VOBs and normal DVDs should now work.
12897           Add a mpeg2-only pad with high rank so this get autoplugged for
12898           MPEG-2 movies.
12899         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
12900         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
12901         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
12902         (gst_mpeg_demux_get_audio_stream),
12903         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
12904         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
12905           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
12906           MPEG-1 but use dvddemux for MPEG-2.
12907         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
12908         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
12909         (gst_mpeg_parse_parse_packhead):
12910           Timing. Only add pad template if it exists. Add sink template from
12911           class and not from ourselves. This means we will always use the
12912           correct sink template even if it is not the one defined in this
12913           file.
12914
12915 2004-09-29  Wim Taymans  <wim@fluendo.com>
12916
12917         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
12918         (gst_mpeg_demux_parse_pes):
12919         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12920         Fix playback of mpeg again, timestamps where screwed up by
12921         patch 1.61.
12922
12923 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12924
12925         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
12926           Only return true if we actually filled something in. Prevents
12927           player applications from showing a random length for flac files.
12928         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
12929         (gst_riff_read_use_event), (gst_riff_read_handle_event),
12930         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
12931         (gst_riff_read_strf_vids_with_data),
12932         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
12933           OK, ok, so I implemented event handling. Apparently it's normal
12934           that we receive random events at random points without asking
12935           for it.
12936         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12937         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12938         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
12939         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12940         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
12941         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12942         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12943         * gst/avi/gstavidemux.h:
12944           Implement non-lineair chunk handling and subchunk processing.
12945           The first solves playback of AVI files where the audio and video
12946           data of individual buffers that we read are not synchronized.
12947           This should not happen according to the wonderful AVI specs, but
12948           of course it does happen in reality. It is also a prerequisite for
12949           the second. Subchunk processing allows us to cut chunks in small
12950           pieces and process each of these pieces separately. This is
12951           required because I've seen several AVI files with incredibly large
12952           audio chunks, even some files with only one audio chunk for the
12953           whole file. This allows for proper playback including seeking.
12954           This patch is supposed to fix all AVI A/V sync issues.
12955         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
12956         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
12957           Work.
12958         * gst/modplug/gstmodplug.cc:
12959           Proper return value setting for the query() function.
12960         * gst/playback/gstplaybasebin.c: (setup_source):
12961           Being in non-playing state (after, e.g., EOS) is not necessarily
12962           a bad thing. Allow for that. This fixes playback of short files.
12963           They don't actually playback fully now, because the clock already
12964           runs. This means that small files (<500kB) with a small length
12965           (<2sec) will still not or barely play. Other files, such as mod
12966           or flx, will work correctly, however.
12967
12968 2004-09-28  Wim Taymans  <wim@fluendo.com>
12969
12970         * ext/speex/gstspeex.c: (plugin_init):
12971         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
12972         (gst_speex_dec_class_init), (speex_dec_get_formats),
12973         (speex_get_event_masks), (speex_get_query_types),
12974         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
12975         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
12976         (gst_speexdec_get_property), (gst_speexdec_set_property),
12977         (speex_dec_change_state):
12978         * ext/speex/gstspeexdec.h:
12979         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
12980         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
12981         (gst_speexenc_base_init), (gst_speexenc_class_init),
12982         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
12983         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
12984         (gst_speexenc_src_query), (gst_speexenc_init),
12985         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
12986         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
12987         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
12988         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
12989         (gst_speexenc_chain), (gst_speexenc_get_property),
12990         (gst_speexenc_set_property), (gst_speexenc_change_state):
12991         * ext/speex/gstspeexenc.h:
12992         Rewrote speex encoder, make sure it can be embedded in ogg.
12993         Implemented speex decoder.
12994
12995 2004-09-28  Christian Schaller <christian@fluendo.com>
12996
12997         * configure.ac:
12998         Remove kioslave plugin. Markey is brewing a new working one
12999         * ext/Makefile.am: Remove kioslave plugin
13000         * ext/kio: remove
13001         * gst-plugins.spec.in: remove kio plugin from spec
13002
13003 2004-09-27  Wim Taymans  <wim@fluendo.com>
13004
13005         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13006         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13007         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
13008         (gst_multifdsink_new_client),
13009         (gst_multifdsink_handle_client_write),
13010         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13011         (gst_multifdsink_handle_clients):
13012         * gst/tcp/gstmultifdsink.h:
13013         Make syncing to keyframes actually work for new clients and lagging
13014         clients.
13015
13016 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13017
13018         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
13019         (gst_navigationtest_handle_src_event), (draw_box_planar411),
13020         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
13021         * gst/debug/gstnavigationtest.h:
13022           make navigationtest display button-press and button-release events
13023
13024 2004-09-26 Iain <iaingnome@gmail.com>
13025
13026         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
13027         the channels have received a new media event.
13028         (interleave_buffered_loop): Compresses a new media event on all
13029         channels into one.
13030
13031 2004-09-26 Iain <iaingnome@gmail.com>
13032
13033         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
13034         call the sinkpad's default event handler and not the srcpads. He also
13035         says this is confusing :)
13036         (gst_wavenc_stop_file): Company says that seek events only go upstream
13037         we should send a discontinuous downstream instead.
13038
13039 2004-09-25  Christian Schaller <christian@fluendo.com>
13040
13041         * Update SPEC file to be usable in conjunction with Fedora Core,
13042           Fedora.us and freshrpms packages
13043         * Fix typo in multifilesrc test Makefile
13044
13045 2004-09-24  Wim Taymans  <wim@fluendo.com>
13046
13047         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13048         Only signal the no_more_pads signal when we have
13049         added the stream to our list.
13050
13051 2004-09-24  Wim Taymans  <wim@fluendo.com>
13052
13053         * gst/playback/gstplaybasebin.c: (remove_prerolls),
13054         (new_decoded_pad):
13055         * gst/playback/gstplaybasebin.h:
13056         * gst/playback/gstplaybin.c: (setup_sinks):
13057         Don't try to preroll or decode more than one audio/video
13058         track.
13059
13060 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13061
13062         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13063           Throw error if we failed to find a suitable output. This should
13064           throw an error if we successfully set up a pipeline (e.g. because
13065           we recognized a media file) but found no decodable streams in it
13066           (e.g. because it contains only media stream types for which we
13067           have no decoders, or because it's not a media type).
13068
13069 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13070
13071         * ext/dirac/Makefile.am:
13072         * ext/dirac/gstdirac.cc:
13073         * ext/dirac/gstdiracdec.cc:
13074         * ext/dirac/gstdiracdec.h:
13075           Do something. Don't actually know if this works because I don't
13076           have a demuxer yet.
13077         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
13078           Add channels=1 to caps returned from _getcaps().
13079         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
13080         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
13081         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
13082         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
13083         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
13084         (gst_ogm_parse_change_state):
13085           Separate between audio/video so ogmaudioparse actually uses the
13086           audio pad templates. Both audio and video work now, including
13087           autoplugging. Also use sometimes-srcpad hack.
13088         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13089           Handle events better. Don't hang on infinite loops.
13090         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13091         (gst_avi_demux_init), (gst_avi_demux_reset),
13092         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13093         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
13094         (gst_avi_demux_change_state):
13095         * gst/avi/gstavidemux.h:
13096           Improve A/V sync. Still not perfect.
13097         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
13098         (gst_ebml_read_skip):
13099           Handle events better.
13100         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13101         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
13102         (qtdemux_audio_caps):
13103           Add IMA4. Improve event handling. Save offset after a seek when
13104           the headers are at the end of the file so that we don't end up in
13105           an infinite loop.
13106         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13107           Add low-priority typefind support for files with no length.
13108
13109 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13110
13111         * testsuite/multifilesink/Makefile.am:
13112         fix typo
13113
13114 2004-09-22  Julien MOUTTE  <julien@moutte.net>
13115
13116         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
13118         mistakes from thaytan's patches.
13119
13120 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13121
13122         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13123           For completeness, XSync in the destroy function as xvimage does.
13124
13125 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13126
13127         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
13128            Correct caps negotiation
13129         * gst/volume/gstvolume.c: (volume_chain_float),
13130         (volume_chain_int16):
13131            Modify debug output to be little more informative
13132         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
13133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13134         (gst_xvimagesink_xvimage_destroy):
13135           Add XSync calls after detaching from the shared memory segment to
13136           avoid a crash.
13137
13138 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13139
13140         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13141         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
13142         * ext/vorbis/vorbis.c: (plugin_init):
13143         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13144         (gst_vorbisenc_chain):
13145         * ext/vorbis/vorbisenc.h:
13146         remove explicit newmedia support from oggmux and vorbisenc
13147         add debug category to vorbisenc
13148         * gst/multifilesink/gstmultifilesink.c:
13149         (gst_multifilesink_class_init), (gst_multifilesink_init),
13150         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
13151         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
13152         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
13153         (plugin_init):
13154         * gst/multifilesink/gstmultifilesink.h:
13155         add support for streamheader in multifilesink
13156
13157 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13158
13159         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
13160         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
13161         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
13162           Prevent infinite loops. More correct error reporting.
13163         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13164           Error out if negotiation fails.
13165         * gst/playback/gstplaybasebin.c: (setup_source),
13166         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
13167         (gst_play_base_bin_found_tag):
13168           Error/tag forwarding. Pre-roll fixes for source errors on state
13169           changes (e.g. "file does not exist") to prevent hangs.
13170
13171 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13172
13173         * testsuite/multifilesink/Makefile.am:
13174         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
13175         (gst_newmedia_class_init), (gst_newmedia_init),
13176         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13177         (newfile_signal), (test_signal), (main):
13178         * testsuite/multifilesink/multifilesrc_test.c: (main):
13179         * testsuite/multifilesink/oggtheora_test.c:
13180         (gst_newmedia_base_init), (gst_newmedia_class_init),
13181         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13182         (test_format), (newfile_signal), (test_signal), (main):
13183         * testsuite/multifilesink/oggvorbis_test.c:
13184         (gst_newmedia_base_init), (gst_newmedia_class_init),
13185         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13186         (test_format), (newfile_signal), (test_signal), (main):
13187         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
13188         (gst_newmedia_class_init), (gst_newmedia_init),
13189         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13190         (newfile_signal), (test_signal), (main):
13191         New media tests
13192
13193 2004-09-20  Christian Schaller <christian@fluendo.com>
13194
13195         * Fix mikmod license to LGPL as they have relicensed
13196         * Move Dirac and Effectv into LGPL section of README_license
13197
13198 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13199
13200         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
13201         (gst_mad_change_state):
13202           Allow for mp3 rate/channels changes. However, only very
13203           conservatively. Reason that we *have* to enable this is smiply
13204           because the mad find_sync() function is not good enough, it will
13205           regularly sync on random data as valid frames and therefore make
13206           us provide random caps as *final* caps of the stream. The best fix
13207           I could think of is to simply require several of the same stream
13208           changes in a row before we change caps.
13209           The actual testcase that works now is #
13210         * ext/ogg/Makefile.am:
13211         * ext/ogg/gstogg.c: (plugin_init):
13212         * ext/ogg/gstogmparse.c:
13213           OGM support (video only for now; I need an audio sample file).
13214         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13215         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
13216         (gst_asf_demux_add_video_stream):
13217           WMV extradata.
13218         * gst/playback/gstplaybasebin.c: (unknown_type):
13219           Don't error out on single unknown-types after all. It's wrong.
13220           If we found type of video and audio but not of a subtitle stream,
13221           it will still error out (which is unwanted). Will find a better fix
13222           later on.
13223         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
13224         (ogmaudio_type_find), (plugin_init):
13225           OGM support.
13226
13227 2004-09-20  Johan Dahlin  <johan@gnome.org>
13228
13229         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
13230         after setting caps.
13231
13232 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13233
13234         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
13235         * gst/wavenc/gstwavenc.h:
13236         Added newmedia support to wavenc
13237
13238 2004-09-17  Wim Taymans  <wim@fluendo.com>
13239
13240         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
13241         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13242         (gst_fdset_fd_can_write), (gst_fdset_wait):
13243         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
13244         (gst_multifdsink_init), (gst_multifdsink_add),
13245         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
13246         (gst_multifdsink_remove_client_link),
13247         (gst_multifdsink_client_queue_buffer),
13248         (gst_multifdsink_handle_client_write),
13249         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
13250         (gst_multifdsink_close), (gst_multifdsink_change_state):
13251         * gst/tcp/gstmultifdsink.h:
13252         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13253         (gst_tcpserversink_removed):
13254         Small cleanups in fdset.c
13255         Use a hastable to map fd to the client structure for faster
13256         lookup in _remove and get_stats.
13257         Added virtual function to close the fds.
13258         Handle clients even when the select/poll call was unblocked because
13259         of a command.
13260         Implement syncing to keyframe in the recovery procedure.
13261
13262 2004-09-16 Iain <iaingnome@gmail.com>
13263
13264         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
13265         try caps.
13266
13267 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13268
13269         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
13270           Caps are only set if the type of the stream is unknown, but this
13271           is initialized in ->init_stream(), so set to UNKNOWN after calling
13272           ->init_stream() so that capsnego starts.
13273
13274 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13275
13276         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13277         (gst_avi_demux_stream_data):
13278           Just hardcode for raw audio then. AVI audio sucks.
13279
13280 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
13281
13282         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13283         * gst/matroska/matroska-mux.c: (audiosink_templ),
13284         (gst_matroska_mux_audio_pad_link):
13285         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
13286         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
13287
13288 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13289
13290         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13291         (gst_avi_demux_stream_data):
13292           Try to fix a/v sync issues.
13293
13294 2004-09-15  David Schleef  <ds@schleef.org>
13295
13296         * configure.ac: remove NASM check, since we don't use it.  Update
13297         dirac check to 0.4
13298         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
13299         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13300         Initialized variables.
13301         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13302         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
13303         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
13304         SVQ3 format
13305
13306 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13307
13308         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13309         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
13310         * gst/avi/gstavidemux.h:
13311           Fix for compressed audio (mp3) timestamp generation. How did this
13312           ever work?
13313
13314 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13315
13316         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13317           Volume is a double not a float.
13318
13319 2004-09-15  Wim Taymans  <wim@fluendo.com>
13320
13321         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
13322         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13323         Don't close the fd in multifdsink as we didn't open it in the
13324         first place. Some cleanups.
13325
13326 2004-09-15  Wim Taymans  <wim@fluendo.com>
13327
13328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13329         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13330         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13331         Fix the case where the muxer would mark pages as delta
13332         frames when they are not (vorbis only ogg).
13333
13334 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13335
13336         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
13337         (gst_play_base_bin_change_state):
13338           Handle the case where we failed to setup a clear pipeline. This
13339           will throw an error (or EOS, another nice case) and if you don't
13340           catch that, the app will wait for the signal forever (and thus
13341           hang).
13342
13343 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13344
13345         * ext/gnomevfs/gstgnomevfssink.c:
13346         (gst_gnomevfssink_uri_get_protocols):
13347         * ext/gnomevfs/gstgnomevfssrc.c:
13348         (gst_gnomevfssrc_uri_get_protocols):
13349         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13350         * ext/gnomevfs/gstgnomevfsuri.h:
13351           Use _uri_new() instead of _open(), so it doesn't take as long and
13352           Christophe's computer won't hang.
13353         * gst/playback/gstplaybasebin.c: (unknown_type):
13354           Throw error on unknown media type, so apps actually display it.
13355
13356 2004-09-14  Brian Cameron  <brian.cameron@sun.com
13357
13358         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
13359           this script to work on Solaris since bash shell handles echo
13360           differenly than bash.
13361
13362 2004-09-17  Wim Taymans  <wim@fluendo.com>
13363
13364         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
13365         (setup_source), (gst_play_base_bin_set_property),
13366         (gst_play_base_bin_add_element):
13367         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
13368         Some more work on making sure seeking pauses the pipeline and
13369         that changing the uri actually does something.
13370
13371 2004-09-17  Wim Taymans  <wim@fluendo.com>
13372
13373         * gst/tcp/gstfdset.c: (gst_fdset_wait):
13374         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
13375         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
13376         (gst_tcpserversink_close):
13377         Be a bit more paranoid when freeing memory.
13378
13379 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13380
13381         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13382         (qtdemux_parse_trak):
13383           Don't crash by dividing by zero (see sample movie in #126922).
13384
13385 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13386
13387         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13388           Don't touch non-existing data (fixes crash on file in #140147).
13389
13390 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13391
13392         * gst/playback/gstplaybasebin.c:
13393         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
13394           Handle double disposals, and proper change of URIs.
13395
13396 2004-09-13  Martin Eikermann <meiker@upb.de>
13397
13398         * gst/mpegstream/gstmpegparse.c:
13399           fix synchronistation for streams recorded from digital PCR
13400           fixes bug #119376
13401
13402 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13403
13404         * ext/gnomevfs/Makefile.am:
13405         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13406         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
13407         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
13408         (gst_gnomevfssink_uri_get_type),
13409         (gst_gnomevfssink_uri_get_protocols),
13410         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
13411         (gst_gnomevfssink_uri_handler_init),
13412         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
13413         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
13414         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13415         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
13416         (gst_gnomevfssrc_uri_get_type),
13417         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
13418         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
13419         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13420         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
13421         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13422         * ext/gnomevfs/gstgnomevfsuri.h:
13423           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
13424           of fake URIs to see which this version of Gnome-VFS likes, and
13425           uses that for the Gst-URI interface. Makes playbin support http://
13426           streams. Also fix up some stupid behaviour in gnomevfssrc.
13427
13428 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13429
13430         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13431         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13432         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13433         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13434           Update mixer (to sync with other sessions) if we try to obtain
13435           a new value. This makes alsamixer work accross applications.
13436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13437           Only call sync functions if we're running, else alsalib asserts.
13438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13439           Sometimes fails to compile. Possibly a gcc bug.
13440         * gst/playback/gstplaybin.c: (gen_video_element),
13441         (gen_audio_element):
13442           Add a reference to an application-provided object, because we lose
13443           this same reference if we add it to the bin. If we don't do this,
13444           we can only use this object once and thus crash if we go from
13445           ready to playing, back to ready and back to playing again.
13446           Also add an audioscale element because several cheap soundcards -
13447           like mine - don't support all samplerates.
13448         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13449         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
13450           Fix wrong order or PAR calls. Makes automatically obtained PAR
13451           from the X server atually being used.
13452
13453 2004-09-12  David Schleef  <ds@schleef.org>
13454
13455         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
13456         #151887, #152102, #152247.
13457         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
13458         * examples/seeking/cdparanoia.c: same
13459         * examples/seeking/cdplayer.c: same
13460         * examples/seeking/seek.c: same
13461         * examples/seeking/spider_seek.c: same
13462         * examples/seeking/vorbisfile.c: same
13463         * examples/stats/mp2ogg.c: same
13464         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13465         (gst_esdsink_dispose): Dispose of element properly.
13466         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
13467         fixes.
13468         * ext/nas/nassink.c: (gst_nassink_class_init),
13469         (gst_nassink_dispose): Dispose of element correctly.
13470         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
13471         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13472         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13473         Fix 64-bit warning.
13474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13475         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13476         Fix 64-bit warning.
13477
13478 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13479
13480         * configure.ac : change speex detection as 1.1.6 now uses
13481           .pc/pkg-config and they changed their headers location.
13482
13483 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
13484
13485         * gst/matroska/matroska-mux.h:
13486         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
13487         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13488         (gst_matroska_mux_write_data):
13489           Write multiple blocks/frames per cluster.
13490                 Write meta-seek information (seek heads).
13491
13492 2004-09-09  Scott Wheeler <wheeler@kde.org>
13493
13494         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
13495         (gst_play_bin_set_property), (gst_play_bin_get_property),
13496         (gen_audio_element), (gen_audio_element):
13497           Add a volume element / property to the pipeline.
13498
13499 2004-09-07  Wim Taymans  <wim@fluendo.com>
13500
13501         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
13502         Copy timestamps from the master pad to the output buffers.
13503
13504 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13505
13506         * ext/raw1394/gstdv1394src.c:
13507           throw errors when applicable
13508
13509 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
13510
13511         * gst/matroska/ebml-ids.h:
13512         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
13513         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
13514         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
13515           automatically convert unix time <-> ebml time when reading/writing
13516           a date, use gst_ebml_write_uint to write CUETIME,
13517           not gst_ebml_write_date.
13518         * gst/matroska/matroska-ids.h:
13519         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
13520         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
13521         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13522         (gst_matroska_mux_write_data):
13523           Write track and segment UIDs, write muxing date, write
13524           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
13525           Create cues for audio only files.
13526
13527 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13528
13529         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13530         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13531           Re-commit ALSA switches.
13532         * gst/adder/gstadder.c: (gst_adder_loop):
13533           64-bit fix (#151416).
13534         * gst/debug/progressreport.c: (gst_progressreport_report):
13535           64-bit fix (#151419).
13536         * gst/matroska/matroska-demux.c:
13537         (gst_matroska_demux_parse_contents):
13538           64-bit fix (#151420).
13539         * gst/playback/test3.c: (update_scale):
13540           64-bit fix (#151421).
13541
13542 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13543
13544         * configure.ac:
13545           bump nano to cvs
13546
13547 === release 0.8.4 ===
13548
13549 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13550
13551         * configure.ac: releasing 0.8.4, "Alias"
13552
13553 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13554
13555         * ext/theora/Makefile.am:
13556           fix makefile.  Fixes #151462.
13557
13558 2004-08-30  Wim Taymans  <wim@fluendo.com>
13559
13560         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
13561         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13562         (gst_multifdsink_remove_client_link),
13563         (gst_multifdsink_client_queue_buffer),
13564         (gst_multifdsink_handle_client_write):
13565         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13566         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13567         Fix some memory leaks.
13568
13569 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13570
13571         Patch by: David Schleef
13572
13573         * configure.ac:
13574         * sys/Makefile.am:
13575           rename our detection macro for V4L2.  Fixes #151236.
13576
13577 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13578
13579         Patch by: David Schleef
13580
13581         * configure.ac:
13582           check to define LAMEPRESET.  Fixes #151232.
13583
13584 2004-08-27  David Schleef  <ds@schleef.org>
13585
13586         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
13587         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
13588         (gst_glimagesink_fixate):  Move local variable declarations to
13589         make gcc-2.95 happy.
13590
13591 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13592
13593         * configure.ac:
13594           bump nano for prerelease
13595
13596 2004-08-27  David Schleef  <ds@schleef.org>
13597
13598         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
13599         * sys/sunaudio/gstsunaudiosrc.c:
13600         * sys/sunaudio/gstsunaudiosrc.h:
13601
13602 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13603
13604         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
13605         handle EOS correctly
13606         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
13607         * gst/matroska/matroska-mux.h:
13608         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
13609         VFW compatibility mode
13610
13611 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13612
13613         patch by: Zaheer Abbas Merali
13614
13615         * ext/ogg/gstoggmux.c:
13616         * ext/vorbis/vorbisenc.c:
13617         * ext/vorbis/vorbisenc.h:
13618           handle NEWMEDIA
13619
13620 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
13621
13622         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
13623         fix byte order reversion on little endian machines.
13624         * gst/matroska/matroska-mux.c: (audiosink_templ),
13625         (gst_matroska_mux_audio_pad_link):
13626         add TTA codec to the list of supported codecs.
13627         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13628         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13629         (gst_matroska_mux_write_data):
13630         * gst/matroska/matroska-mux.h:
13631         write segment duration correctly, write muxing app string, fixes bugs
13632         #140897 and #140898.
13633         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
13634         wait for all pads to be negotiated before starting to mux.
13635
13636 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13637
13638         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
13639         * ext/lame/gstlame.h:
13640         Added new media support to lame
13641
13642 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
13643
13644         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
13645         send vorbis headers at the beginning of a stream, fixes bug #141554.
13646         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
13647         bug #148950.
13648         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
13649         (gst_matroska_demux_plugin_init):
13650         * gst/matroska/matroska-ids.h:
13651         enable demuxing of TTA audio streams, fixes bug #148951.
13652         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
13653         enable typefinding for TTA audio files, fixes bug #148711.
13654         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
13655         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
13656         fixes playback of packed bitstream and xvid with bframes, bug #135407.
13657
13658 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
13659
13660         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13661         (gst_riff_read_element_data), (gst_riff_read_seek),
13662         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
13663         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
13664         <teuf@gnome.org>
13665
13666 2004-08-23 Iain <iaingnome@gmail.com>
13667
13668         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
13669         tags. They appear to be handled differently to normal.
13670         (tag_list_to_id3_tag_foreach): Ditto.
13671
13672 2004-08-22  Wim Taymans  <wim@fluendo.com>
13673
13674         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13675         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13676         Make sure we never send -1 granulepos.
13677
13678 2004-08-20  Wim Taymans  <wim@fluendo.com>
13679
13680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13681         (gst_ogg_mux_loop):
13682         I will accept bitchslappings with non sharp objects.
13683
13684 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13685
13686         * configure.ac:
13687         Clean up the test for lame presets
13688
13689 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13690
13691         * configure.ac:
13692         * ext/lame/Makefile.am:
13693         * ext/lame/gstlame.c: (gst_lame_class_init),
13694         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13695         Only enable lame presets if version of lame has presets in API
13696
13697 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
13698         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
13699         * gst/udp/gstudpsrc.h:
13700           Don't call gst_pad_push in a get function. Fixes #150449
13701
13702 2004-08-18  Wim Taymans  <wim@fluendo.com>
13703
13704         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
13705         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
13706         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13707         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13708         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13709         (gst_fdset_wait):
13710         * gst/tcp/gstfdset.h:
13711         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13712         (gst_multifdsink_client_queue_buffer),
13713         (gst_multifdsink_handle_client_write):
13714         * gst/tcp/gstmultifdsink.h:
13715         Some extra checks in gstfdset.
13716         Only use send() when the fd is a socket. Don't try to
13717         read from write only fds.
13718
13719 2004-08-18  Wim Taymans  <wim@fluendo.com>
13720
13721         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
13722         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13723         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13724         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13725         (gst_fdset_wait):
13726         Add more locking and bounds checking.
13727
13728 2004-08-18  Wim Taymans  <wim@fluendo.com>
13729
13730         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
13731         Realloc test fdset in the lock and right before starting
13732         the poll call. Bump the limit to 4096.
13733
13734 2004-08-17  David Schleef  <ds@schleef.org>
13735
13736         * sys/sunaudio/Makefile.am:
13737         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
13738         of rates and channels.  Make debugging less obnoxious.
13739
13740         Patch from Balamurali Viswanathan implementing a mixer for
13741         Sun audio.  (bug #144091):
13742         * sys/sunaudio/gstsunelement.c:
13743         * sys/sunaudio/gstsunelement.h:
13744         * sys/sunaudio/gstsunmixer.c:
13745         * sys/sunaudio/gstsunmixer.h:
13746
13747 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13748
13749         * gst/audioscale/gstaudioscale.c:
13750         * gst/audioscale/gstaudioscale.h:
13751         made audioscale resample from any sample rate to any sample rate
13752
13753 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13754
13755         * ext/libpng/gstpngdec.c:
13756           error out on unsupported types
13757
13758 2004-08-17  Iain <iaingnome@gmail.com>
13759
13760         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
13761         mid_side and loose_mid_side properties if its a stereo stream.
13762
13763 2004-08-17  Wim Taymans  <wim@fluendo.com>
13764
13765         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13766         (theora_get_formats), (theora_dec_src_convert),
13767         (theora_dec_sink_convert), (theora_dec_src_query),
13768         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13769         Add a debug line.
13770
13771 2004-08-17  Wim Taymans  <wim@fluendo.com>
13772
13773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
13774         (gst_ogg_pad_push):
13775         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13776         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
13777         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
13778         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13779         Mark delta units in the muxer.
13780         Try to decode the packet after an out-of-sync error from
13781         libogg.
13782
13783 2004-08-17  Wim Taymans  <wim@fluendo.com>
13784
13785         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13786         (gst_multifdsink_init), (gst_multifdsink_add),
13787         (gst_multifdsink_client_queue_buffer),
13788         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
13789         * gst/tcp/gstmultifdsink.h:
13790         Added option to send a keyframe to clients as the first buffer.
13791         Make timeout property writable.
13792
13793 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13794
13795         patch by: Wim Taymans
13796
13797         * gst/tcp/gstfdset.c:
13798         * gst/tcp/gstmultifdsink.c:
13799           fix index comparison, should include 0
13800
13801 2004-08-16  Wim Taymans  <wim@fluendo.com>
13802
13803         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
13804         (gst_fdset_add_fd), (gst_fdset_remove_fd),
13805         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13806         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13807         (gst_fdset_wait):
13808           copy when reallocing for poll so the select arguments don't get
13809           changed during the call
13810
13811 2004-08-16  Wim Taymans  <wim@fluendo.com>
13812
13813         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13814         (gst_theora_enc_class_init), (theora_enc_sink_link),
13815         (theora_buffer_from_packet), (theora_enc_chain):
13816         Fix bug where buffers were not marked as keyframes
13817         correctly.
13818
13819 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13820
13821         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13822         (gst_lame_preset_get_type), (gst_lame_class_init):
13823         describe the enum values for vbr mode and presets more verbosely
13824
13825 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13826
13827         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
13828         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
13829         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
13830         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13831         * ext/lame/gstlame.h:
13832         add preset property to lame so it can use lame presets
13833
13834 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13835
13836         * ext/lame/gstlame.c: (gst_lame_get_property):
13837         whoops forgot break, thanks teuf
13838
13839 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13840
13841         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13842         (gst_lame_class_init), (gst_lame_src_getcaps),
13843         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
13844         (gst_lame_get_property), (gst_lame_setup):
13845         * ext/lame/gstlame.h:
13846         fix lame's broken vbr stuff, allow it to resample if need be, and also
13847         make xing header optional
13848
13849 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13850
13851         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
13852         added getcaps function so samplerate doesnt get fixated to silly values
13853
13854 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13855
13856         * ext/lame/gstlame.c: (gst_lame_src_link):
13857         revert previous fix
13858
13859 2004-08-12  Johan Dahlin  <johan@gnome.org>
13860
13861         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
13862         checks. Doesn't matter what state we are in. Interfaces are a
13863         compile time thing, not runtime. It also broke the python bindings.
13864
13865 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13866
13867         * ext/lame/gstlame.c: (gst_lame_src_link):
13868         made source pad link function check if sinkpad is ok..fixes the problem
13869         where core fixates the output rate of lame stupidly
13870
13871 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13872
13873         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
13874         * sys/v4l/v4l_calls.c:
13875         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
13876           fix fixate function to handle nonsimple caps.
13877           remove bogus check in _link
13878           cleanups
13879
13880 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13881
13882         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
13883         set default compression ratio parameter to 0.0 so bitrate parameter
13884         works :)
13885
13886 2004-08-11  David Schleef  <ds@schleef.org>
13887
13888         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
13889
13890 2004-08-11  David Schleef  <ds@schleef.org>
13891
13892         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
13893         before.
13894
13895 2004-08-11  David Schleef  <ds@schleef.org>
13896
13897         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
13898
13899 2004-08-11  David Schleef  <ds@schleef.org>
13900
13901         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
13902           license field
13903         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
13904         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
13905           LGPL.
13906         * gst/auparse/gstauparse.c: Fix plugin license field.
13907         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
13908         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
13909         * gst/rtp/gstrtp.c: Fix plugin license field.
13910
13911 2004-08-11  Wim Taymans  <wim@fluendo.com>
13912
13913         * gst/tcp/Makefile.am:
13914         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
13915         (ensure_size), (gst_fdset_new), (gst_fdset_free),
13916         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
13917         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
13918         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
13919         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13920         (gst_fdset_fd_can_write), (gst_fdset_wait):
13921         * gst/tcp/gstfdset.h:
13922         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13923         (gst_multifdsink_class_init), (gst_multifdsink_init),
13924         (gst_multifdsink_add), (gst_multifdsink_remove),
13925         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13926         (gst_multifdsink_remove_client_link),
13927         (gst_multifdsink_handle_client_read),
13928         (gst_multifdsink_client_queue_data),
13929         (gst_multifdsink_client_queue_caps),
13930         (gst_multifdsink_client_queue_buffer),
13931         (gst_multifdsink_handle_client_write),
13932         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13933         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13934         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13935         (gst_multifdsink_close):
13936         * gst/tcp/gstmultifdsink.h:
13937         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13938         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13939         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
13940         (gst_tcpserversink_close):
13941         * gst/tcp/gsttcpserversink.h:
13942         Abstracted away the select call, implemented poll (yes we ran into
13943         the 1024 limit in production).
13944
13945 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13946
13947         * gst/tcp/gsttcp.c:
13948         * gst/tcp/gsttcpplugin.c:
13949           improve debuggging, remove assert
13950
13951 2004-08-10  Wim Taymans  <wim@fluendo.com>
13952
13953         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13954         (gst_client_status_get_type), (gst_multifdsink_class_init),
13955         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13956         (gst_multifdsink_handle_client_read),
13957         (gst_multifdsink_handle_client_write),
13958         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13959         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13960         (gst_multifdsink_get_property):
13961         * gst/tcp/gstmultifdsink.h:
13962         * gst/tcp/gsttcp-marshal.list:
13963         Starting to prepare for specifying buffer time in other units
13964         than buffers. Expose remove reason in signal.
13965
13966 2004-08-10  Wim Taymans  <wim@fluendo.com>
13967
13968         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13969         (gst_multifdsink_remove), (gst_multifdsink_clear),
13970         (gst_multifdsink_remove_client_link),
13971         (gst_multifdsink_handle_client_read),
13972         (gst_multifdsink_client_queue_data),
13973         (gst_multifdsink_client_queue_buffer),
13974         (gst_multifdsink_handle_client_write),
13975         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13976         (gst_multifdsink_chain), (gst_multifdsink_close):
13977         * gst/tcp/gstmultifdsink.h:
13978         Added more debugging info. Changed the way clients are
13979         removed from the lists. Fixed a bug where a bad file descriptor
13980         could cause many clients to be removed.
13981
13982 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13983
13984         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
13985           allow all pixel-aspect-ratios, not just 1:1
13986
13987 2004-08-09  David Schleef  <ds@schleef.org>
13988
13989         * sys/glsink/ARB_multitexture.h:  Remove old files.
13990         * sys/glsink/EXT_paletted_texture.h:
13991         * sys/glsink/NV_register_combiners.h:
13992         * sys/glsink/gstgl_nvimage.c:
13993         * sys/glsink/gstgl_pdrimage.c:
13994         * sys/glsink/gstgl_rgbimage.c:
13995         * sys/glsink/gstglsink.c:
13996         * sys/glsink/gstglsink.h:
13997         * sys/glsink/gstglxwindow.c:
13998         * sys/glsink/regcomb_yuvrgb.c:
13999
14000 2004-08-09  David Schleef  <ds@schleef.org>
14001
14002         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
14003         GL sink plugin.  (Bug #147302)
14004
14005         * configure.ac: Test for OpenGL
14006         * sys/Makefile.am: Use test for OpenGL
14007         * sys/glsink/Makefile.am:
14008         * sys/glsink/glimagesink.c: rewrite
14009         * sys/glsink/glimagesink.h: rewrite
14010
14011 2004-08-09  David Schleef  <ds@schleef.org>
14012
14013         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
14014         sane framerates.
14015         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
14016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
14017         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
14018
14019 2004-08-09  Wim Taymans  <wim@fluendo.com>
14020
14021         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14022         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14023         (gst_multifdsink_client_remove),
14024         (gst_multifdsink_handle_client_read),
14025         (gst_multifdsink_handle_client_write),
14026         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14027         Do a bit more logging, make the client_read code more robust.
14028
14029 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14030
14031         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
14032         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
14033         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
14034         (gst_jpegdec_init), (gst_jpegdec_chain):
14035         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
14036         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
14037           cleanups, debugging fixes and memleak plugging
14038
14039 2004-08-09  Wim Taymans  <wim@fluendo.com>
14040
14041         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14042         (theora_get_formats), (theora_dec_src_convert),
14043         (theora_dec_sink_convert), (theora_dec_src_query),
14044         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
14045         (theora_dec_change_state):
14046         Don't crash on missing header packets.
14047
14048 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14049
14050         * po/LINGUAS:
14051         * po/sq.po:
14052           Added Albanian translation (Laurent Dhima)
14053         * po/cs.po:
14054           updated
14055
14056 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14057
14058         * ext/lame/gstlame.c:
14059           fix/add debugging
14060
14061 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14062
14063         * sys/ximage/ximagesink.c:
14064         * sys/xvimage/xvimagesink.c:
14065           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
14066
14067 2004-08-06  Wim Taymans  <wim@fluendo.com>
14068
14069         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14070         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14071         (gst_multifdsink_client_remove),
14072         (gst_multifdsink_handle_client_read),
14073         (gst_multifdsink_handle_client_write),
14074         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14075         Make sure we don't try to read more from a client that what
14076         ioctl says us or we deadlock.
14077
14078 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14079
14080         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
14081         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
14082         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14083           decouple running_time and n_frames so it can handle changing
14084           framerate while running
14085
14086 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14087
14088         * po/nl.po:
14089         * po/sv.po:
14090           updated translations
14091
14092 2004-08-04  Benjamin Otte  <otte@gnome.org>
14093
14094         * gst/videotestsrc/gstvideotestsrc.c:
14095         (gst_videotestsrc_get_capslist), (generate_capslist),
14096         (plugin_init):
14097           generate the list of supported caps at startup and reuse it instead
14098           of always generating it
14099
14100 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14101
14102         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
14103           whoops, last checkin broke normal build
14104
14105 2004-08-03  Benjamin Otte  <otte@gnome.org>
14106
14107         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
14108         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14109         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14110         (gst_alsa_mixer_get_option):
14111         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
14112         (dvdnavsrc_print_event):
14113         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
14114         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
14115         (gst_ogg_mux_pad_unlink):
14116         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
14117         (gst_multipart_mux_pad_unlink):
14118         * gst/videofilter/gstvideobalance.c:
14119         (gst_videobalance_colorbalance_set_value):
14120         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
14121         (gst_videomixer_pad_unlink):
14122         * po/uk.po:
14123         * sys/oss/gstossmixer.c:
14124         * sys/v4l/gstv4lcolorbalance.c:
14125         * sys/v4l/gstv4ltuner.c:
14126         * sys/v4l/v4lsrc_calls.c:
14127         * sys/v4l2/gstv4l2colorbalance.c:
14128         * sys/v4l2/gstv4l2tuner.c:
14129           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
14130
14131 2004-08-03  Benjamin Otte  <otte@gnome.org>
14132
14133         * examples/dynparams/filter.c: (ui_control_create):
14134         * examples/gstplay/player.c: (print_tag):
14135         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
14136         * ext/gdk_pixbuf/gstgdkanimation.c:
14137         (gst_gdk_animation_iter_may_advance):
14138         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
14139         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
14140         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
14141         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
14142         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
14143         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
14144         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
14145         * gst/sine/demo-dparams.c: (main):
14146         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14147         * testsuite/alsa/formats.c: (create_pipeline):
14148         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
14149           fixes for G_DISABLE_ASSERT and friends
14150         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
14151         (mp3_type_frame_length_from_header), (mp3_type_find),
14152         (plugin_init):
14153           require mp3 typefinding to have at least MIN_HEADERS valid headers
14154           add typefinding for AAC adts files
14155
14156 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
14157
14158         * sys/ximage/ximagesink.c:
14159         (gst_ximagesink_calculate_pixel_aspect_ratio):
14160         * sys/xvimage/xvimagesink.c:
14161         (gst_xvimagesink_calculate_pixel_aspect_ratio):
14162         Make sure we calculate pixel-aspect-ratio using floating point maths
14163
14164 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14165
14166         * po/uk.po:
14167           updated translation
14168
14169 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14170
14171         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
14173           add debugging for display PAR calculation
14174
14175 2004-08-02  David Schleef  <ds@schleef.org>
14176
14177         * configure.ac: Fix mikmod CFLAGS.
14178
14179 2004-07-27  Benjamin Otte  <otte@gnome.org>
14180
14181         * gst/audioscale/gstaudioscale.c:
14182         - fix templates to only support S16, it's the only format that works
14183         - make caps nego code use try_set_caps_nonfixed and fixation instead
14184         of try_set_caps twice, which is not nice for autopluggers
14185         - change rank to secondary, so autopluggers can pick it up after
14186         audioconvert
14187
14188 2004-08-02  Iain <iain@prettypeople.org>
14189
14190         * gst/interleave/interleave.c (interleave_init),
14191         (interleave_request_new_pad),
14192         (interleave_pad_removed),
14193         (interleave_buffered_loop): Use the real pad count, not the artificial
14194         one.
14195
14196 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14197
14198         * configure.ac: bump nano back to development
14199
14200 === release 0.8.3 ===
14201
14202 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14203
14204         * configure.ac: releasing 0.8.3, "Water"
14205
14206 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14207
14208         * sys/xvimage/xvimagesink.c:
14209         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14210         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
14211         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
14212         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14213         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14214         * sys/xvimage/xvimagesink.h:
14215           apply similar PAR fixes as to ximagesink
14216
14217 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14218
14219         patch from: Benjamin Otte
14220
14221         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
14222           add link function to lame.  Fixes #148986.
14223
14224 2004-08-02  Johan Dahlin  <johan@gnome.org>
14225
14226         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
14227         fix debugging log
14228
14229 2004-07-30  David Schleef  <ds@schleef.org>
14230
14231         * gst/videomixer/Makefile.am: Fix things that should have been
14232         fixed in the last checkin.
14233
14234 2004-07-30  David Schleef  <ds@schleef.org>
14235
14236         * gst/multipart/Makefile.am: Fix things that should have been
14237         fixed in the last checkin.
14238
14239 2004-07-30  David Schleef  <ds@schleef.org>
14240
14241         * testsuite/multifilesink/Makefile.am: Fix unused variable.
14242
14243 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14244
14245         * configure.ac:
14246           bump nano for prerelease
14247         * po/af.po:
14248         * po/az.po:
14249         * po/cs.po:
14250         * po/en_GB.po:
14251         * po/hu.po:
14252         * po/nl.po:
14253         * po/sr.po:
14254         * po/sv.po:
14255         * po/uk.po:
14256           updates
14257
14258 2004-07-30  Wim Taymans  <wim@fluendo.com>
14259
14260         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14261         (gst_multifdsink_add), (gst_multifdsink_remove),
14262         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14263         (gst_multifdsink_client_remove),
14264         (gst_multifdsink_handle_client_write),
14265         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14266         * gst/tcp/gstmultifdsink.h:
14267         Recover from a select with a bad file descriptor by removing
14268         the client.
14269
14270 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14271
14272         * configure.ac:
14273           fix requirement of core
14274         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
14275         (gst_play_pipeline_setup):
14276           don't use colorspace element.  do use hermescolorspace element.
14277           make macro to get a colorspace element.
14278           mark strings for translation.
14279         * po/POTFILES.in:
14280           add play.c
14281         * po/af.po:
14282         * po/az.po:
14283         * po/cs.po:
14284         * po/en_GB.po:
14285         * po/hu.po:
14286         * po/nl.po:
14287         * po/sr.po:
14288         * po/sv.po:
14289         * po/uk.po:
14290           update translations
14291
14292 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14293
14294         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14295         fix default for newmedia flag
14296
14297 2004-07-30  Wim Taymans  <wim@fluendo.com>
14298
14299         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14300         (gst_theora_dec_init), (theora_get_formats),
14301         (theora_dec_src_convert), (theora_dec_sink_convert),
14302         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14303         (theora_dec_chain), (theora_dec_set_property),
14304         (theora_dec_get_property):
14305         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14306         (gst_theora_enc_class_init), (gst_theora_enc_init),
14307         (theora_enc_sink_link), (theora_enc_chain),
14308         (theora_enc_set_property), (theora_enc_get_property):
14309         Added cropping option to theora decoder.
14310         Added border option to theora encoder.
14311
14312 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14313
14314         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14315         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14316         (gst_pngenc_set_property):
14317         * ext/libpng/gstpngenc.h:
14318         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
14319
14320 2004-07-30  Wim Taymans  <wim@fluendo.com>
14321
14322         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14323         (theora_enc_sink_link), (theora_enc_chain),
14324         (theora_enc_set_property), (theora_enc_get_property):
14325         Fix encoding of non-multiple-of-16 video.
14326
14327 2004-07-29  David Schleef  <ds@schleef.org>
14328
14329         * configure.ac: make test for audiofile more strict
14330
14331 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14332
14333         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14334           give different names to typefind functions
14335
14336 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14337
14338         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14339         (gst_ximagesink_calculate_pixel_aspect_ratio),
14340         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14341         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
14342         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
14343         (gst_ximagesink_get_property), (gst_ximagesink_init):
14344         * sys/ximage/ximagesink.h:
14345           allocate PAR's dynamically.
14346           use autodetected PAR if no object-set PAR is given.
14347           add workaround for directfb's X not setting physical size.
14348           fix to xvimagesink will follow tomorrow.
14349
14350 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14351
14352         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
14353         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14354         (gst_shout2send_get_type), (gst_shout2send_set_clock),
14355         (gst_shout2send_class_init), (gst_shout2send_init),
14356         (set_shout_metadata), (gst_shout2send_set_metadata),
14357         (gst_shout2send_chain), (gst_shout2send_set_property),
14358         (gst_shout2send_get_property), (gst_shout2send_connect),
14359         (gst_shout2send_change_state):
14360         * ext/shout2/gstshout2.h:
14361         - fix for sending mp3 audio to icecast2 server, if pad link function not
14362         called before PAUSED state
14363         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
14364         - added tagging support for mp3 audio broadcasted
14365         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14366         debug info
14367
14368 2004-07-28  Wim Taymans  <wim@fluendo.com>
14369
14370         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14371         (gst_ogg_demux_push):
14372         Return query failure when we don't know the length of
14373         an ogg stream insteda of returning TRUE with a bogus value.
14374
14375 2004-07-28  Wim Taymans  <wim@fluendo.com>
14376
14377         * ext/theora/theoradec.c: (theora_get_formats),
14378         (theora_dec_src_convert), (theora_dec_sink_convert),
14379         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14380         (theora_dec_chain):
14381         Don't screw up the 1 Chroma for 1 luma sample situation when we
14382         have an odd offset/width by adding a black border in those cases.
14383
14384 2004-07-28  Wim Taymans  <wim@fluendo.com>
14385
14386         * ext/theora/theoradec.c: (theora_get_formats),
14387         (theora_dec_src_convert), (theora_dec_sink_convert),
14388         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14389         (theora_dec_chain):
14390         * ext/theora/theoraenc.c: (theora_enc_sink_link):
14391         Added first attempt at cropping of the image as required by the
14392         theora spec. We need more properties in the caps (offset_x,
14393         offset_y,stride) to implement this correctly.
14394
14395 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14396
14397         * ext/dvdnav/README:
14398           Update the README to use dvddemux
14399         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14400           Ensure getcaps returns a subset of the template caps
14401         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
14402         (gst_mpeg2subt_init):
14403           Ensure getcaps returns a subset of the template caps
14404         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14405         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
14406         (gst_dvd_demux_get_subpicture_stream),
14407         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
14408         * gst/mpegstream/gstdvddemux.h:
14409           Set the explicit caps on the current_video pad before pushing
14410           anything
14411         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14412         (gst_mpeg_demux_get_audio_stream):
14413           Free caps used to gst_pad_set_explicit_caps, which takes a const
14414           GstCaps *
14415
14416 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14417
14418         * configure.ac: update GStreamer requirement to 0.8.4 because of
14419           GstFraction.
14420
14421 2004-07-28  Wim Taymans  <wim@fluendo.com>
14422
14423         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14424         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
14425         Add the pad to the element after setting up the caps. This
14426         makes it a lot easier to autoplug.
14427
14428 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14429
14430         * gst/median/gstmedian.c:
14431         * gst/mpeg2subt/gstmpeg2subt.c:
14432         * gst/mpegaudioparse/gstmpegaudioparse.c:
14433         * gst/mpegstream/gstdvddemux.c:
14434         * gst/mpegstream/gstmpegdemux.c:
14435         * gst/mpegstream/gstmpegpacketize.c:
14436         * gst/rtjpeg/gstrtjpeg.c:
14437         * gst/rtjpeg/gstrtjpegdec.c:
14438         * gst/rtjpeg/gstrtjpegenc.c:
14439         * gst/sine/gstsinesrc.c:
14440         * gst/smooth/gstsmooth.c:
14441         * gst/smpte/gstsmpte.c:
14442         * gst/smpte/gstsmpte.h:
14443         * gst/stereo/gststereo.c:
14444         * gst/videofilter/gstgamma.c:
14445         * gst/videofilter/gstvideobalance.c:
14446         * gst/videofilter/gstvideofilter.c:
14447         * gst/videofilter/gstvideoflip.c:
14448         * gst/videoscale/gstvideoscale.c:
14449         * gst/videoscale/videoscale.c:
14450         * gst/videotestsrc/gstvideotestsrc.c:
14451         * gst/videotestsrc/videotestsrc.c:
14452         * gst/wavenc/gstwavenc.c:
14453         * gst/wavparse/gstwavparse.c:
14454           fix local includes and 64 bits constants
14455
14456 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14457
14458         * win32/gst.sln:
14459         * gst-libs/gst/*/*.vcproj:
14460         * gst/*/*.vcproj:
14461           more working plugins
14462
14463 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14464
14465         * testsuite/alsa/Makefile.am:
14466         * testsuite/alsa/srcstate.c:
14467         add test for alsasrc changing state
14468
14469 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14470
14471         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
14472         (gst_silence_get):
14473         * gst/silence/gstsilence.h:
14474         fix silence generation for 16bit raw audio
14475
14476 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14477
14478         * gst/matroska/matroska-demux.c:
14479         (gst_matroska_demux_parse_metadata),
14480         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
14481         * gst/mpegaudio/common.c:
14482         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14483         (gst_videoscale_getcaps), (gst_videoscale_link),
14484         (gst_videoscale_src_fixate), (gst_videoscale_init),
14485         (gst_videoscale_finalize):
14486         * gst/videoscale/gstvideoscale.h:
14487         * gst/videotestsrc/gstvideotestsrc.c:
14488         (gst_videotestsrc_get_capslist):
14489         * gst/wavenc/gstwavenc.c:
14490         * sys/oss/gstossmixer.c: (fill_labels):
14491         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14492         (gst_ximagesink_handle_xevents),
14493         (gst_ximagesink_calculate_pixel_aspect_ratio),
14494         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
14495         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
14496         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
14497         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14498         (gst_ximagesink_init), (gst_ximagesink_class_init):
14499         * sys/ximage/ximagesink.h:
14500         * sys/xvimage/xvimagesink.c:
14501         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14502         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
14503         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14504         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14505         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14506         * sys/xvimage/xvimagesink.h:
14507           first batch of pixel aspect ratio commits.
14508
14509 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14510
14511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14512         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
14513         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
14514           handle stride, needs work if we want to move stride handling
14515           upstream, but works correctly for our purposes.
14516
14517 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14518
14519         * gst/videoscale/README:
14520           add testing examples
14521         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
14522         (gst_videoscale_chain):
14523         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14524         (gst_videoscale_get_size):
14525           add get_size function that handles stride like videotestsrc.
14526           fixes conversion for YUV formats for as much as I can test them.
14527
14528 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14529
14530         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14531         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14533         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14534         (gst_xvimagesink_xvimage_put):
14535           further cleanups, logging, error handling and synchronizing
14536
14537 2004-07-27  Wim Taymans  <wim@fluendo.com>
14538
14539         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14540         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14541         (gst_videomixer_pad_set_property),
14542         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14543         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14544         (gst_videomixer_class_init), (gst_videomixer_init),
14545         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
14546         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
14547         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
14548         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14549         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14550         (gst_videomixer_loop), (plugin_init):
14551         Be a nicer negotiation citizen and provide a getcaps function on
14552         the srcpad. This also fixes a crash when resizing.
14553
14554 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14555
14556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14557         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
14558
14559 2004-07-27  Wim Taymans  <wim@fluendo.com>
14560
14561         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
14562         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14563         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14564         (gst_pngenc_set_property):
14565         * ext/libpng/gstpngenc.h:
14566         Added snapshot property to pngenc.
14567         removed g_print from pngdec
14568
14569 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14570
14571         * gst/ac3parse/ac3parse.vcproj
14572         * gst/adder/adder.vcproj
14573         * gst/alpha/alpha.vcproj
14574         * gst/alpha/alphacolor.vcproj
14575         * gst/asfdemux/asf.vcproj
14576         * gst/audioconvert/audioconvert.vcproj
14577         * gst/audiorate/audiorate.vcproj
14578         * gst/audioscale/audioscale.vcproj
14579         * gst/auparse/auparse.vcproj
14580         * gst/avi/avi.vcproj
14581         * gst/cdxaparse/cdxaparse.vcproj
14582         * gst/chart/chart.vcproj
14583         * gst/colorspace/colorspace.vcproj
14584         * gst/cutter/cutter.vcproj
14585         * gst/debug/debug.vcproj
14586         * gst/debug/efence.vcproj
14587         * gst/debug/navigationtest.vcproj
14588         * gst/deinterlace/deinterlace.vcproj
14589         * gst/effectv/effectv.vcproj
14590         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14591         * gst/filter/filter.vcproj
14592         * gst/flx/flxdec.vcproj
14593         * gst/goom/goom.vcproj
14594         * gst/interleave/interleave.vcproj
14595         * gst/law/alaw.vcproj
14596         * gst/law/mulaw.vcproj
14597         * gst/matroska/matroska.vcproj
14598         * gst/median/median.vcproj
14599         * gst/mixmatrix/mixmatrix.vcproj
14600         * gst/mpeg1sys/mpeg1systemencode.vcproj
14601         * gst/mpeg1videoparse/mp1videoparse.vcproj
14602         * gst/mpeg2sub/mpeg2subt.vcproj
14603         * gst/mpegaudio/mpegaudio.vcproj
14604         * gst/mpegaudioparse/mpegaudioparse.vcproj
14605         * gst/mpegstream/mpegstream.vcproj
14606         * gst/multifilesink/multifilesink.vcproj
14607         * gst/multipart/multipart.vcproj
14608         * gst/oneton/oneton.vcproj
14609         * gst/overlay/overlay.vcproj
14610         * gst/passthrough/passthrough.vcproj
14611         * gst/qtdemux/qtdemux.vcproj
14612         * gst/realmedia/rmdemux.vcproj
14613         * gst/rtjpeg/rtjpeg.vcproj
14614         * gst/rtp/rtp.vcproj
14615         * gst/silence/silence.vcproj
14616         * gst/sine/sinesrc.vcproj
14617         * gst/smooth/smooth.vcproj
14618         * gst/smpte/smpte.vcproj
14619         * gst/spectrum/spectrum.vcproj
14620         * gst/speed/speed.vcproj
14621         * gst/stereo/stereo.vcproj
14622         * gst/switch/switch.vcproj
14623         * gst/tags/tagedit.vcproj
14624         * gst/tcp/tcp.vcproj
14625         * gst/typefind/typefindfunctions.vcproj
14626         * gst/udp/udp.vcproj
14627         * gst/videobox/videobox.vcproj
14628         * gst/videocrop/videocrop.vcproj
14629         * gst/videodrop/videodrop.vcproj
14630         * gst/videofilter/gamma.vcproj
14631         * gst/videofilter/videobalance.vcproj
14632         * gst/videofilter/videofilter.vcproj
14633         * gst/videofilter/videoflip.vcproj
14634         * gst/videoflip/videoflip.vcproj
14635         * gst/videomixer/videomixer.vcproj
14636         * gst/videorate/videorate.vcproj
14637         * gst/videoscale/videoscale.vcproj
14638         * gst/videotestsrc/videotestsrc.vcproj
14639         * gst/virtualdub/virtualdub.vcproj
14640         * gst/volenv/volenv.vcproj
14641         * gst/volume/volume.vcproj
14642         * gst/wavenc/wavenc.vcproj
14643         * gst/wavparse/wavparse.vcproj
14644         * gst/y4m/y4menc.vcproj
14645         * gst-libs/gst/audio/audio.vcproj
14646         * gst-libs/gst/audio/audiofilter.vcproj
14647         * gst-libs/gst/colorbalance/colorbalance.vcproj
14648         * gst-libs/gst/idct/idtc.vcproj
14649         * gst-libs/gst/media-info/media-info.vcproj
14650         * gst-libs/gst/mixer/mixer.vcproj
14651         * gst-libs/gst/navigation/navigation.vcproj
14652         * gst-libs/gst/play/play.vcproj
14653         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
14654         * gst-libs/gst/resample/resample.vcproj
14655         * gst-libs/gst/riff/riff.vcproj
14656         * gst-libs/gst/tuner/tuner.vcproj
14657         * gst-libs/gst/video/video.vcproj
14658         * gst-libs/gst/xoverlay/xoverlay.vcproj
14659           avoid problems with math.h, fix release dependancy
14660           rename GStreamer-0.8.lib to libgstreamer.lib
14661
14662 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14663
14664         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
14666         the atom is not available we have to unlock the mutex. Fixes #148023
14667
14668 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14669
14670         * gst-libs/gst/media-info/media-info.h:
14671           issue for a vararg macro with MSVC
14672
14673 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14674
14675         * gst/effectv/effectv.vcproj
14676         * gst-libs/gst/idct/idct.vcproj:
14677         * gst-libs/gst/media-info/media-info.vcproj:
14678         * gst-libs/gst/navigation/navigation.vcproj:
14679         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14680         * gst-libs/gst/video/video.vcproj:
14681         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14682           fixes for build problems
14683
14684 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14685
14686         * gst-libs/gst/audio/audio.def:
14687         * gst-libs/gst/audio/riff.def:
14688           add some definitions needed by plugins
14689
14690 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14691
14692         * gst/asfdemux/gstasfmux.c
14693           Fix some 64 bits constants to be glib friendly
14694
14695 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14696
14697         * gst/ac3parse/gstac3parse.c
14698         * gst/audioscale/gstaudioscale.c
14699         * gst/auparse/gstauparse.c
14700         * gst/colorspace/gstcolorspace.c
14701         * gst/colorspace/yuv2rgb.h
14702           local include fixes
14703
14704 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14705
14706         * win32/gst.sln
14707           add more plugins to the build
14708
14709 2004-07-26  Julien MOUTTE  <julien@moutte.net>
14710
14711         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14712         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
14713
14714 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14715
14716         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
14717         (gst_level_set_property), (gst_level_get_property),
14718         (gst_level_base_init), (gst_level_class_init):
14719           add debugging categories.  cleanups.
14720
14721 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14722
14723         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14724         (gst_videoscale_planar411), (gst_videoscale_planar400),
14725         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
14726         (gst_videoscale_scale_nearest_str1),
14727         (gst_videoscale_scale_nearest_str2),
14728         (gst_videoscale_scale_nearest_str4),
14729         (gst_videoscale_scale_nearest_16bit),
14730         (gst_videoscale_scale_nearest_24bit):
14731           fixed stride issues
14732           tested with 320x240 -> 321, 322, 324 x240
14733           tested with YV12, I420, YUY2, UYVY
14734           fixed packed422rev (don't think it could have worked before)
14735           by testing with UYVY
14736
14737 2004-07-26  Benjamin Otte  <otte@gnome.org>
14738
14739         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
14740         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
14741         (plugin_init):
14742           add debugging category, add error checks like checking return values
14743           of setup calls, make sure it still works after
14744           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
14745
14746 2004-07-26  Wim Taymans  <wim@fluendo.com>
14747
14748         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14749         (gst_mpeg_demux_get_audio_stream),
14750         (gst_mpeg_demux_process_private):
14751         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
14752         Check for error codes from the negotiation functions. Make sure
14753         we really set the pad caps when a new pad is created.
14754
14755 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14756
14757         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14758         (gst_ffmpeg_caps_to_pix_fmt):
14759         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14760         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14761         (gst_ffmpegcolorspace_pad_link):
14762           don't make function do two things at the same time without reason.
14763
14764 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14765
14766         * gst/ac3parse/ac3parse.vcproj
14767         * gst/adder/adder.vcproj
14768         * gst/alpha/alpha.vcproj
14769         * gst/alpha/alphacolor.vcproj
14770         * gst/asfdemux/asf.vcproj
14771         * gst/audioconvert/audioconvert.vcproj
14772         * gst/audiorate/audiorate.vcproj
14773         * gst/audioscale/audioscale.vcproj
14774         * gst/auparse/auparse.vcproj
14775         * gst/avi/avi.vcproj
14776         * gst/cdxaparse/cdxaparse.vcproj
14777         * gst/chart/chart.vcproj
14778         * gst/colorspace/colorspace.vcproj
14779         * gst/cutter/cutter.vcproj
14780         * gst/debug/debug.vcproj
14781         * gst/debug/efence.vcproj
14782         * gst/debug/navigationtest.vcproj
14783         * gst/deinterlace/deinterlace.vcproj
14784         * gst/effectv/effectv.vcproj
14785         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14786         * gst/filter/filter.vcproj
14787         * gst/flx/flxdec.vcproj
14788         * gst/goom/goom.vcproj
14789         * gst/interleave/interleave.vcproj
14790         * gst/law/alaw.vcproj
14791         * gst/law/mulaw.vcproj
14792         * gst/matroska/matroska.vcproj
14793         * gst/median/median.vcproj
14794         * gst/mixmatrix/mixmatrix.vcproj
14795         * gst/mpeg1sys/mpeg1systemencode.vcproj
14796         * gst/mpeg1videoparse/mp1videoparse.vcproj
14797         * gst/mpeg2sub/mpeg2subt.vcproj
14798         * gst/mpegaudio/mpegaudio.vcproj
14799         * gst/mpegaudioparse/mpegaudioparse.vcproj
14800         * gst/mpegstream/mpegstream.vcproj
14801         * gst/multifilesink/multifilesink.vcproj
14802         * gst/multipart/multipart.vcproj
14803         * gst/oneton/oneton.vcproj
14804         * gst/overlay/overlay.vcproj
14805         * gst/passthrough/passthrough.vcproj
14806         * gst/qtdemux/qtdemux.vcproj
14807         * gst/realmedia/rmdemux.vcproj
14808         * gst/rtjpeg/rtjpeg.vcproj
14809         * gst/rtp/rtp.vcproj
14810         * gst/silence/silence.vcproj
14811         * gst/sine/sinesrc.vcproj
14812         * gst/smooth/smooth.vcproj
14813         * gst/smpte/smpte.vcproj
14814         * gst/spectrum/spectrum.vcproj
14815         * gst/speed/speed.vcproj
14816         * gst/stereo/stereo.vcproj
14817         * gst/switch/switch.vcproj
14818         * gst/tags/tagedit.vcproj
14819         * gst/tcp/tcp.vcproj
14820         * gst/typefind/typefindfunctions.vcproj
14821         * gst/udp/udp.vcproj
14822         * gst/videobox/videobox.vcproj
14823         * gst/videocrop/videocrop.vcproj
14824         * gst/videodrop/videodrop.vcproj
14825         * gst/videofilter/gamma.vcproj
14826         * gst/videofilter/videobalance.vcproj
14827         * gst/videofilter/videofilter.vcproj
14828         * gst/videofilter/videoflip.vcproj
14829         * gst/videoflip/videoflip.vcproj
14830         * gst/videomixer/videomixer.vcproj
14831         * gst/videorate/videorate.vcproj
14832         * gst/videoscale/videoscale.vcproj
14833         * gst/videotestsrc/videotestsrc.vcproj
14834         * gst/virtualdub/virtualdub.vcproj
14835         * gst/volenv/volenv.vcproj
14836         * gst/volume/volume.vcproj
14837         * gst/wavenc/wavenc.vcproj
14838         * gst/wavparse/wavparse.vcproj
14839         * gst/y4m/y4menc.vcproj
14840           more plugins supported under windows
14841
14842 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14843
14844         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14845         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
14846         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
14847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14848         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
14849           Add debugging statements.  Use the sizes as returned by the
14850           *CreateImage calls.
14851
14852 2004-07-26  Johan Dahlin  <johan@gnome.org>
14853
14854         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
14855         the pad is negotiated.
14856
14857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
14858
14859 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14860
14861         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14862         * gst-libs/gst/idct/idct.vcproj:
14863         * gst-libs/gst/media-info/media-info.vcproj:
14864         * gst-libs/gst/mixer/mixer.vcproj:
14865         * gst-libs/gst/navigation/navigation.vcproj:
14866         * gst-libs/gst/play/play.vcproj:
14867         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14868         * gst-libs/gst/resample/resample.vcproj:
14869         * gst-libs/gst/tuner/tuner.vcproj:
14870         * gst-libs/gst/video/video.vcproj:
14871         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14872           more plugins supported under windows
14873
14874 2004-07-25 Iain <iain@prettypeople.org>
14875
14876         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
14877         pad now rather than when the pad is created because state changes wipe
14878         explicit caps (fixes #148043).
14879
14880 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
14881
14882         reviewed by Benjamin Otte  <otte@gnome.org>
14883
14884         * ext/mad/gstmad.c:
14885           fix mad plugin crashing on Sun (fixes #148289)
14886
14887 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14888
14889         * gst/avi/avi.def:
14890         * gst/avi/avi.vcproj:
14891         * gst/matroska/matroska.def:
14892         * gst/matroska/matroska.vcproj:
14893           remove unused .def files
14894
14895 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14896
14897         * gst-libs/gst/audio/gstaudiofilter.c:
14898           Clean the local include
14899
14900 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14901
14902         * win32/gst.sln:
14903         * gst-libs/gst/audio/audio.def:
14904         * gst-libs/gst/audio/audio.vcproj:
14905         * gst-libs/gst/audio/audiofilter.vcproj:
14906         * gst-libs/gst/audio/riff.def:
14907         * gst-libs/gst/audio/riff.vcproj:
14908         * gst-libs/gst/gst-libs.def:
14909         * gst-libs/gst/gst-libs.vcproj:
14910         * gst/avi/avi.vcproj:
14911         * gst/avi/avi.vcproj:
14912           Copy the files where needed after building, cleaner projects
14913
14914 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14915
14916         * gst/matroska/ebml-write.c:
14917           Fix some 64 bits constants to be glib friendly
14918
14919 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
14920
14921         * win32/gst.sln:
14922         * gst-libs/gst/gst-libs.def:
14923         * gst-libs/gst/gst-libs.vcproj:
14924         * gst/matroska/matroska.def:
14925         * gst/matroska/matroska.vcproj:
14926           Add the preliminary canvas to build plugins on Win32
14927
14928 2004-07-23  Benjamin Otte  <otte@gnome.org>
14929
14930         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14931           don't enfore negotiation from source side, it breaks
14932           sinesrc ! audioconvert ! osssink
14933
14934 2004-07-22  David Schleef  <ds@schleef.org>
14935
14936         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
14937         for ELF files, since they can easily be recognized as audio/mpeg.
14938         (bug #147441)
14939
14940 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14941
14942         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14943         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
14944         (gst_videoscale_scale_nearest_24bit),
14945         (gst_videoscale_scale_nearest_16bit):
14946           fix 16bit and 24bit for stride (24bit might need testing)
14947           don't pretend we do more than one algorithm
14948
14949 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14950
14951         * configure.ac:
14952         * gst/Makefile.am:
14953         * gst/multifilesink/Makefile.am:
14954         * gst/multifilesink/gstmultifilesink.c:
14955         (gst_multifilesink_get_formats),
14956         (gst_multifilesink_get_query_types), (_do_init),
14957         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
14958         (gst_multifilesink_init), (gst_multifilesink_dispose),
14959         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
14960         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
14961         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
14962         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
14963         (gst_multifilesink_chain), (gst_multifilesink_change_state),
14964         (gst_multifilesink_uri_get_type),
14965         (gst_multifilesink_uri_get_protocols),
14966         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
14967         (gst_multifilesink_uri_handler_init), (plugin_init):
14968         * gst/multifilesink/gstmultifilesink.h:
14969         * testsuite/Makefile.am:
14970         * testsuite/multifilesink/Makefile.am:
14971         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
14972         (gst_newmedia_class_init), (gst_newmedia_init),
14973         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14974         (newfile_signal), (test_signal), (main):
14975         multifilesink plugin for creating new files every time a new media
14976         discontinuity event occurs
14977
14978 2004-07-22  Wim Taymans  <wim@fluendo.com>
14979
14980         * gst/alpha/Makefile.am:
14981         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
14982         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
14983         (gst_alpha_color_init), (gst_alpha_color_set_property),
14984         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
14985         (transform), (gst_alpha_color_chain),
14986         (gst_alpha_color_change_state), (plugin_init):
14987         Stupid plugin to to RGBA to AYUV conversion because none of
14988         the colorspace plugins can handle that yet.
14989
14990 2004-07-22  Wim Taymans  <wim@fluendo.com>
14991
14992         * examples/seeking/seek.c: (update_scale), (main):
14993         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14994         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
14995         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
14996         (gst_decode_bin_init), (gst_decode_bin_dispose),
14997         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14998         (no_more_pads), (close_link), (type_found),
14999         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15000         (plugin_init):
15001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15002         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15003         (gst_play_base_bin_dispose), (queue_overrun),
15004         (gen_preroll_element), (remove_prerolls), (unknown_type),
15005         (no_more_pads), (new_stream), (setup_source),
15006         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15007         (play_base_eos), (gst_play_base_bin_change_state),
15008         (gst_play_base_bin_add_element),
15009         (gst_play_base_bin_remove_element),
15010         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15011         (gst_play_base_bin_unlink_stream),
15012         (gst_play_base_bin_get_streaminfo):
15013         * gst/playback/gstplaybin.c: (gen_video_element),
15014         (gen_audio_element):
15015         * gst/playback/gststreaminfo.h:
15016         More playback updates, attempt to fix things after the state change
15017         breakage.
15018
15019 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15020
15021         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
15022         (gst_videoscale_scale_nearest_16bit):
15023           comment algorithm
15024
15025 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15026
15027         * gst/videotestsrc/gstvideotestsrc.c:
15028         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
15029         (gst_videotestsrc_init), (gst_videotestsrc_get),
15030         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
15031         (gst_videotestsrc_get_property):
15032         * gst/videotestsrc/gstvideotestsrc.h:
15033         * gst/videotestsrc/videotestsrc.c:
15034         * gst/videotestsrc/videotestsrc.h:
15035           cleanup and commenting
15036
15037 2004-07-21  Wim Taymans  <wim@fluendo.com>
15038
15039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
15040         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
15041         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
15042         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
15043         (_find_chain_get_unknown_part), (_find_streams_check),
15044         (gst_ogg_demux_push), (gst_ogg_pad_push):
15045         * ext/theora/theoradec.c: (theora_get_formats),
15046         (theora_dec_src_convert), (theora_dec_sink_convert),
15047         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15048         (theora_dec_chain):
15049         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15050         (vorbis_dec_convert), (vorbis_dec_src_query),
15051         (vorbis_dec_src_event), (vorbis_dec_event):
15052         More seeking fixes, oggdemux now supports seeking to time and
15053         uses the downstream element to convert granulepos to time.
15054         Seeking in theora-only ogg files now works.
15055
15056 2004-07-21  Wim Taymans  <wim@fluendo.com>
15057
15058         * ext/theora/theoradec.c: (gst_theora_dec_init),
15059         (theora_get_formats), (theora_get_event_masks),
15060         (theora_get_query_types), (theora_dec_src_convert),
15061         (theora_dec_sink_convert), (theora_dec_src_query),
15062         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15063         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15064         (vorbis_get_event_masks), (vorbis_get_query_types),
15065         (gst_vorbis_dec_init), (vorbis_dec_convert),
15066         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
15067         Added query/convert/formats functions to vorbis and theora decoders
15068         so that the outside world can use them too. Fixed seeking on an
15069         ogg/theora/vorbis file by disabling the seeking seeking on the
15070         theora srcpad.
15071
15072 2004-07-21  Julien MOUTTE  <julien@moutte.net>
15073
15074         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15075         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
15076         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
15077         images creation for both elements. We don't create the image on caps
15078         nego or renego, we just destroy the internal one if present if it does
15079         not match the needs. The chain function takes care of creating a new
15080         image when needed.
15081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15082         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
15083         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15084         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
15085         the image format information. The buffer pool checks for the context
15086         image format and discard images with different formats.
15087         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
15088
15089 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15090
15091         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15092         (gst_ffmpegcolorspace_chain):
15093           no point in doing any chaining if the pad we want to push from
15094           isn't usable.
15095
15096 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15097
15098         * gst-libs/gst/riff/riff-media.c:
15099         (gst_riff_create_audio_caps_with_data):
15100           Fix double end-to-native symbol conversion (#148021).
15101
15102 2004-07-20  David Schleef  <ds@schleef.org>
15103
15104         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15105         Don't use an Atom that doesn't exist.
15106
15107 2004-07-20  Wim Taymans  <wim@fluendo.com>
15108
15109         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15110         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15111         (gst_multifdsink_client_remove),
15112         (gst_multifdsink_handle_client_write),
15113         (gst_multifdsink_queue_buffer):
15114         * gst/tcp/gstmultifdsink.h:
15115         More multifdsink stats. Avoid deadlock by releasing locks
15116         before sending out a signal.
15117
15118 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15119
15120         * po/LINGUAS:
15121         * po/hu.po:
15122           added Hungarian translation (Laszlo Dvornik)
15123
15124 2004-07-20  Wim Taymans  <wim@fluendo.com>
15125
15126         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15127         (gst_multifdsink_add), (gst_multifdsink_client_remove),
15128         (gst_multifdsink_handle_client_write),
15129         (gst_multifdsink_queue_buffer):
15130         * gst/tcp/gsttcp-marshal.list:
15131         Fixed the stupid marshal definition.
15132
15133 2004-07-20  Wim Taymans  <wim@fluendo.com>
15134
15135         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15136         (gst_multifdsink_init), (gst_multifdsink_add),
15137         (gst_multifdsink_client_remove),
15138         (gst_multifdsink_handle_client_write),
15139         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
15140         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
15141         (gst_multifdsink_init_send):
15142         * gst/tcp/gstmultifdsink.h:
15143         Added more stats, added timeout for a client, fixed some typos
15144         and added some comments.
15145
15146 2004-07-20  Wim Taymans  <wim@fluendo.com>
15147
15148         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15149         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15150         (gst_multifdsink_client_remove),
15151         (gst_multifdsink_handle_client_write):
15152         * gst/tcp/gstmultifdsink.h:
15153         * gst/tcp/gsttcp-marshal.list:
15154         Added get_stats method that returns a GValueArray of
15155         stats values.
15156
15157 2004-07-19  Benjamin Otte  <otte@gnome.org>
15158
15159         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15160           make sure longname, description and author are valid UTF-8
15161
15162 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15163
15164         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
15165         (gst_ximagesink_set_property):
15166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
15167         (gst_xvimagesink_set_property):
15168           make sure SYNCHRONOUS is respected after getting the X context
15169
15170 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15171
15172         * gst/matroska/matroska-demux.c:
15173         (gst_matroska_demux_handle_src_event),
15174         (gst_matroska_demux_parse_blockgroup):
15175         * gst/matroska/matroska-ids.h:
15176           add BlockReference tag and ignore it to clear out log.
15177           ignore NAVIGATION events to clear out log.
15178
15179 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15180
15181         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15182         (gst_matroska_demux_add_stream):
15183         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
15184           add debug categories
15185
15186 2004-07-16  Wim Taymans  <wim@fluendo.com>
15187
15188         * ext/libpng/Makefile.am:
15189         * ext/libpng/gstpng.c: (plugin_init):
15190         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
15191         (gst_pngdec_get_type), (gst_pngdec_base_init),
15192         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
15193         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
15194         * ext/libpng/gstpngdec.h:
15195         Added png decoder.
15196
15197 2004-07-16  Julien MOUTTE  <julien@moutte.net>
15198
15199         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15200         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15201         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
15202         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
15203         (gst_ximagesink_buffer_alloc):
15204         * sys/ximage/ximagesink.h:
15205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15206         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15207         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15208         (gst_xvimagesink_buffer_alloc):
15209         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
15210         again. Using internal data pointer of the x(v)image to store image's
15211         data to be coherent with the buffer alloc mechanism. Investigated the
15212         image destruction code to be sure that everything gets freed correctly.
15213
15214 2004-07-16  Wim Taymans  <wim@fluendo.com>
15215
15216         * gst-libs/gst/riff/riff-read.c:
15217         (gst_riff_read_strf_vids_with_data),
15218         (gst_riff_read_strf_auds_with_data):
15219         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15220         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15221         Make sure we don't create 0 sized subbuffers in riff-read.
15222         Signal the no more pads signal after reading the avi header.
15223
15224 2004-07-16  Wim Taymans  <wim@fluendo.com>
15225
15226         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15227         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15228         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15229         (gst_decode_bin_init), (gst_decode_bin_dispose),
15230         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15231         (no_more_pads), (close_link), (type_found),
15232         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15233         (gst_decode_bin_change_state), (plugin_init):
15234         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15235         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15236         (gst_play_base_bin_dispose), (queue_overrun),
15237         (gen_preroll_element), (remove_prerolls), (unknown_type),
15238         (no_more_pads), (new_stream), (setup_source),
15239         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15240         (play_base_eos), (gst_play_base_bin_change_state),
15241         (gst_play_base_bin_add_element),
15242         (gst_play_base_bin_remove_element),
15243         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15244         (gst_play_base_bin_unlink_stream),
15245         (gst_play_base_bin_get_streaminfo):
15246         * gst/playback/gstplaybasebin.h:
15247         Better error recovery. Added configurable preroll queue size. Faster
15248         detection of no-more-pads.
15249
15250 2004-07-16  Wim Taymans  <wim@fluendo.com>
15251
15252         * gst-libs/gst/video/video.h:
15253         Added 32 bits RGBA. Not sure if we should use another mime-type
15254         for alpha rgb. Currently the presence of the alpha_mask property
15255         signals an alpha channel.
15256
15257 2004-07-16  Wim Taymans  <wim@fluendo.com>
15258
15259         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15261         FPS seems to be 0.0 to MAX everywhere else.
15262
15263 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15264
15265         * gst-libs/gst/riff/riff-media.c:
15266         (gst_riff_create_video_caps_with_data):
15267           mp42/mp43 (no caps) exist too.
15268         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15269           Set pixel_width/height; we've got them in-caps.
15270         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15271         * gst/wavparse/gstwavparse.c: (plugin_init):
15272           Both are valid primary.
15273         * sys/oss/gstossmixer.c:
15274           Remove i18n hack and enable translations.
15275
15276 2004-07-15  Benjamin Otte  <otte@gnome.org>
15277
15278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15279         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15280           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
15281
15282 2004-07-15  Benjamin Otte  <otte@gnome.org>
15283
15284         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15285         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
15286         (gst_alsa_close_audio):
15287           disable some of the debugging code for now. Writing debugging to a
15288           buffer is broken in current alsalib releases.
15289
15290 2004-07-12  Benjamin Otte  <otte@gnome.org>
15291
15292         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
15293           use bufferpools
15294
15295 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15296
15297         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15298         (theora_dec_src_query), (theora_dec_event):
15299         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
15300           add debugging categories.  Remove \n's.
15301
15302 2004-07-13  Johan Dahlin  <johan@gnome.org>
15303
15304         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
15305         (gst_play_bin_get_property): Impl.
15306
15307 2004-07-13  Wim Taymans  <wim@fluendo.com>
15308
15309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
15310         When trying to find the stream length, seek back N pages
15311         instead of just one, where N is the number of streams in
15312         the current chain.
15313
15314 2004-07-13  Wim Taymans  <wim@fluendo.com>
15315
15316         * gst-libs/gst/riff/riff-media.c:
15317         (gst_riff_create_audio_caps_with_data),
15318         (gst_riff_create_audio_caps),
15319         (gst_riff_create_audio_template_caps):
15320         * gst-libs/gst/riff/riff-media.h:
15321         * gst-libs/gst/riff/riff-read.c:
15322         (gst_riff_read_strf_vids_with_data),
15323         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
15324         * gst-libs/gst/riff/riff-read.h:
15325         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15326         (gst_avi_demux_add_stream):
15327         Set codec_data on caps for avidemuxer.
15328
15329 2004-07-12  David Schleef  <ds@schleef.org>
15330
15331         * configure.ac: Fix test for Objective C
15332
15333 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
15334         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15335         (gst_gdk_pixbuf_chain):
15336           Add svg and pcx to template caps, and ensure that getcaps returns a
15337           subset of the template caps.
15338           Copy each row manually for output, as gdkpixbuf may pad the
15339           rowstride to a 32-bit word boundary.
15340
15341 2004-07-12  Wim Taymans  <wim@fluendo.com>
15342
15343         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
15344         (gst_riff_create_video_template_caps):
15345         Fix the template caps to include some more media types.
15346
15347 2004-07-12  Wim Taymans  <wim@fluendo.com>
15348
15349         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15350         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15351         (compare_ranks), (print_feature), (gst_decode_bin_init),
15352         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15353         (try_to_link_1), (new_pad), (close_link), (type_found),
15354         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15355         (gst_decode_bin_change_state), (plugin_init):
15356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15357         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15358         (gst_play_base_bin_dispose), (queue_overrun),
15359         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15360         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15361         (gst_play_base_bin_get_property), (play_base_eos),
15362         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15363         (gst_play_base_bin_remove_element),
15364         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15365         (gst_play_base_bin_unlink_stream),
15366         (gst_play_base_bin_get_streaminfo):
15367         * gst/playback/gstplaybasebin.h:
15368         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15369         (gst_play_bin_class_init), (gst_play_bin_init),
15370         (gst_play_bin_dispose), (gst_play_bin_set_property),
15371         (gst_play_bin_get_property), (gen_video_element),
15372         (gen_audio_element), (remove_sinks), (setup_sinks),
15373         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15374         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15375         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15376         (gst_play_bin_query), (plugin_init):
15377         * gst/playback/test4.c: (main):
15378         More fixes on reusing of the element.
15379
15380 2004-07-11  Benjamin Otte  <otte@gnome.org>
15381
15382         * ext/mad/gstmad.c: (normal_seek):
15383           allow seeking for other methods than just SET
15384
15385 2004-07-11  Andy Wingo  <wingo@pobox.com>
15386
15387         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
15388         float, "any" caps -> buffer_frames=[0,MAX].
15389
15390         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
15391         doesn't intersect our caps with the template any more. Do it
15392         ourselves.
15393         (interleave_buffered_loop): Use g_newa instead of malloc/free.
15394
15395 2004-07-09  Wim Taymans  <wim@fluendo.com>
15396
15397         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15398         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15399         (compare_ranks), (print_feature), (gst_decode_bin_init),
15400         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15401         (try_to_link_1), (new_pad), (close_link), (type_found),
15402         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15403         (gst_decode_bin_change_state), (plugin_init):
15404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15405         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15406         (gst_play_base_bin_dispose), (queue_overrun),
15407         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15408         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15409         (gst_play_base_bin_get_property), (play_base_eos),
15410         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15411         (gst_play_base_bin_remove_element),
15412         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15413         (gst_play_base_bin_unlink_stream),
15414         (gst_play_base_bin_get_streaminfo):
15415         * gst/playback/gstplaybasebin.h:
15416         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15417         (gst_play_bin_class_init), (gst_play_bin_init),
15418         (gst_play_bin_dispose), (gst_play_bin_set_property),
15419         (gst_play_bin_get_property), (gen_video_element),
15420         (gen_audio_element), (remove_sinks), (setup_sinks),
15421         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15422         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15423         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15424         (gst_play_bin_query), (plugin_init):
15425         * gst/playback/test4.c: (main):
15426         Work on object reuse and seeking.
15427
15428 2004-07-09  Wim Taymans  <wim@fluendo.com>
15429
15430         * examples/seeking/seek.c: (iterate):
15431         Don't consume all CPU in the idle loop.
15432
15433 2004-07-09  Wim Taymans  <wim@fluendo.com>
15434
15435         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
15436         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
15437         Add pad to element *after* setting the pad functions so that
15438         the scheduler can use the correct ones.
15439
15440 2004-07-09  Wim Taymans  <wim@fluendo.com>
15441
15442         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15443         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
15444         Sync to keyframe after seek
15445
15446 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15447
15448         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15449         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15450         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
15451         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
15452         * ext/libvisual/visual.c: (gst_visual_change_state):
15453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
15454         * ext/theora/theoradec.c: (theora_dec_change_state):
15455         * ext/theora/theoraenc.c: (theora_enc_change_state):
15456         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
15457         * gst-libs/gst/navigation/navigation.c:
15458         * gst/adder/gstadder.c: (gst_adder_change_state):
15459         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15460         (gst_audio_convert_get_buffer):
15461         * gst/multipart/multipartdemux.c:
15462         (gst_multipart_demux_change_state):
15463         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
15464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15465         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15466         * gst/videoscale/gstvideoscale.c:
15467         (gst_videoscale_handle_src_event):
15468         * gst/volume/gstvolume.c: (volume_chain_int16):
15469           don't assert in state change, this should be done by the base
15470           GstElement class.
15471           various debugging fixes.
15472
15473 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15474
15475         * configure.ac:
15476         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15477         (gst_play_dispose), (gst_play_set_location),
15478         (gst_play_set_data_src), (gst_play_set_video_sink),
15479         (gst_play_set_audio_sink), (gst_play_set_visualization),
15480         (gst_play_connect_visualization), (gst_play_get_sink_element),
15481         (gst_play_get_all_by_interface):
15482         * gst-libs/gst/play/play.h:
15483           add new method to get elements implementing an interface.
15484           add various error logging
15485
15486 2004-07-08  Wim Taymans  <wim@fluendo.com>
15487
15488         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
15489         (make_mpeg_pipeline), (make_mpegnt_pipeline),
15490         (make_playerbin_pipeline), (query_durations_elems),
15491         (query_durations_pads), (query_positions_elems),
15492         (query_positions_pads), (update_scale), (iterate), (stop_seek),
15493         (main):
15494         Added playbin seeking example.
15495
15496 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15497
15498         * gst-libs/gst/play/play.c: (gst_play_set_location),
15499         (gst_play_set_data_src), (gst_play_set_video_sink),
15500         (gst_play_set_audio_sink), (gst_play_set_visualization),
15501         (gst_play_connect_visualization), (gst_play_get_framerate):
15502           use a macro to look up elements from hash table
15503
15504 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15505
15506         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15507         (gst_play_get_length_callback), (gst_play_set_location),
15508         (gst_play_seek_to_time), (gst_play_set_data_src),
15509         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15510         (gst_play_set_visualization), (gst_play_connect_visualization),
15511         (gst_play_get_sink_element):
15512         - add debugging info
15513         - fix looking up sink elements by iterating over complete caps
15514         - put everything except for source and autoplugger in a complete bin
15515
15516 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15517
15518         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
15519         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
15520         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
15521         (gst_alsa_sink_write), (gst_alsa_sink_loop):
15522         * ext/alsa/gstalsasink.h:
15523         - add debugging info
15524         - clean up schizophrenia of data/buffer/event
15525         - fix double event unref error
15526
15527 2004-07-08  Wim Taymans  <wim@fluendo.com>
15528
15529         * gst/playback/Makefile.am:
15530         Add headers to noinst
15531
15532 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15533
15534         * tools/gst-launch-ext-m.m:
15535         * tools/gst-launch-ext.1.in:
15536           convert to the third millenium
15537
15538 2004-07-07  David Schleef  <ds@schleef.org>
15539
15540         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
15541
15542 2004-07-07  Wim Taymans  <wim@fluendo.com>
15543
15544         * gst/playback/Makefile.am:
15545         * gst/playback/README:
15546         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15547         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15548         (compare_ranks), (print_feature), (gst_decode_bin_init),
15549         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15550         (try_to_link_1), (new_pad), (close_link), (type_found),
15551         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15552         (plugin_init):
15553         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15554         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15555         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
15556         (gen_preroll_element), (no_more_pads), (new_stream),
15557         (setup_source), (gst_play_base_bin_set_property),
15558         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
15559         (gst_play_base_bin_add_element),
15560         (gst_play_base_bin_remove_element),
15561         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15562         (gst_play_base_bin_unlink_stream),
15563         (gst_play_base_bin_get_streaminfo):
15564         * gst/playback/gstplaybasebin.h:
15565         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15566         (gst_play_bin_class_init), (gst_play_bin_init),
15567         (gst_play_bin_dispose), (gst_play_bin_set_property),
15568         (gst_play_bin_get_property), (gen_video_element),
15569         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
15570         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
15571         (gst_play_bin_get_formats), (gst_play_bin_convert),
15572         (gst_play_bin_get_query_types), (gst_play_bin_query),
15573         (plugin_init):
15574         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15575         (gst_stream_info_get_type), (gst_stream_info_class_init),
15576         (gst_stream_info_init), (gst_stream_info_new),
15577         (gst_stream_info_dispose), (gst_stream_info_set_property),
15578         (gst_stream_info_get_property):
15579         * gst/playback/gststreaminfo.h:
15580         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15581         (main):
15582         * gst/playback/test2.c: (main):
15583         * gst/playback/test3.c: (update_scale), (main):
15584         More playbin fixes. Added README. Do better element filtering.
15585         Added base class to preroll media. Added test apps.
15586
15587 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15588
15589         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
15590         * ext/mpeg2dec/gstmpeg2dec.h:
15591           various debugging improvements.  Reset stream to next picture
15592           instead of sequence header, otherwise seeks cannot work.
15593
15594 2004-07-07  Wim Taymans  <wim@fluendo.com>
15595
15596         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15597         (gst_video_box_class_init), (gst_video_box_set_property),
15598         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
15599         Use pad_alloc where possible.
15600
15601 2004-07-07  Wim Taymans  <wim@fluendo.com>
15602
15603         * sys/oss/gstosselement.c: (gst_osselement_reset),
15604         (gst_osselement_parse_caps):
15605         * sys/oss/gstosselement.h:
15606         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15607         Fix offset on osssrc.
15608
15609 2004-07-07  Wim Taymans  <wim@fluendo.com>
15610
15611         * ext/theora/theora.c: (plugin_init):
15612         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15613         (theora_dec_src_query), (theora_dec_chain):
15614         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15615         (theora_enc_sink_link), (theora_buffer_from_packet),
15616         (theora_push_packet), (theora_enc_chain):
15617         Fix theora granulepos calculation.
15618         Fix overflow in duration/position calculation.
15619         Bump rank to PRIMARY for theoradec.
15620         Use granulepos of last packet to calculate position.
15621         Set keyframe flag on buffers when needed.
15622
15623 2004-07-06  David Schleef  <ds@schleef.org>
15624
15625         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
15626         serious?  (Fixed, obviously.)
15627
15628 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15629
15630         * po/LINGUAS:
15631         * po/cs.po:
15632           added Czech translation (Miloslav Trmac)
15633
15634 2004-07-05  Wim Taymans  <wim@fluendo.com>
15635
15636         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15637         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15638         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15639         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15640         (close_link), (type_found), (gst_decode_bin_set_property),
15641         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
15642         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
15643         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
15644         (gst_decode_bin_query), (plugin_init):
15645         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15646         (gst_play_bin_class_init), (gst_play_bin_init),
15647         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
15648         (get_video_element), (new_pad), (setup_source),
15649         (gst_play_bin_set_property), (gst_play_bin_get_property),
15650         (gst_play_bin_change_state), (gst_play_bin_add_element),
15651         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15652         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15653         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15654         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15655         * gst/playback/test.c: (main):
15656         More fixes, cleaned up playbin, make it use decodebin. Added
15657         threaded property to playbin.
15658
15659 2004-07-05  Wim Taymans  <wim@fluendo.com>
15660
15661         * configure.ac:
15662         * gst/playback/Makefile.am:
15663         * gst/playback/decodetest.c: (main):
15664         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15665         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15666         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15667         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15668         (close_link), (type_found), (gst_decode_bin_set_property),
15669         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
15670         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
15671         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
15672         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
15673         (plugin_init):
15674         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15675         (gst_play_bin_class_init), (gst_play_bin_init),
15676         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
15677         (collect_sink_pads), (find_compatibles), (close_pad_link),
15678         (try_to_link_1), (new_pad), (close_link), (type_found),
15679         (setup_source), (gst_play_bin_set_property),
15680         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
15681         (compare_ranks), (gst_play_bin_collect_factories),
15682         (gst_play_bin_change_state), (gst_play_bin_add_element),
15683         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15684         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15685         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15686         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15687         * gst/playback/test.c: (main):
15688         Added some playback helper elements and some test apps, very alpha
15689         still.
15690
15691 2004-07-04  Benjamin Otte  <otte@gnome.org>
15692
15693         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15694           only restart audio when we indeed have an xrun to fix repeated
15695           xruns. Fix suggested by Giuliano Pochini.
15696
15697 2004-07-03  David Schleef  <ds@schleef.org>
15698
15699         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
15700         call to gst_debug_log() if debugging is disabled (bug #145118)
15701
15702 2004-07-03  Benjamin Otte  <otte@gnome.org>
15703
15704         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15705           use our own functions for restarting the alsa device.
15706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15707           I should apply patches myself - use MIN for the third argument, not
15708           the second, this fixes seeking
15709
15710 2004-07-02  David Schleef  <ds@schleef.org>
15711
15712         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
15713         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
15714         do with the logic.
15715
15716 2004-07-02  David Schleef  <ds@schleef.org>
15717
15718         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
15719         output buffers.  Fix logic mistake.  (bug #144866)
15720
15721 2004-07-02  David Schleef  <ds@schleef.org>
15722
15723         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
15724         on X.  (bug #144753)
15725
15726 2004-07-02  David Schleef  <ds@schleef.org>
15727
15728         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
15729         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
15730         (bug #144624)
15731         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
15732         (gst_osselement_rate_probe_check): Add another workaround for
15733         buggy drivers (bug #145336)
15734
15735 2004-07-02  David Schleef  <ds@schleef.org>
15736
15737         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
15738         Most systems don't have MSG_NOSIGNAL.
15739
15740 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15741
15742         * Makefile.am:
15743         * gst-libs/gst/colorbalance/Makefile.am:
15744         * gst-libs/gst/mixer/Makefile.am:
15745         * gst-libs/gst/play/Makefile.am:
15746         * gst-libs/gst/tuner/Makefile.am:
15747           (hopefully) fix both install and dist and make error message useful.
15748           needs testing across automakes.
15749
15750 2004-07-02  Benjamin Otte  <otte@gnome.org>
15751
15752         * ext/ogg/gstogg.c: (plugin_init):
15753           we require bytestream now
15754         * ext/ogg/gstoggdemux.c:
15755           huge diff to implement chain setup in a fast and generic way. This
15756           improves tag reading and startup of huge files (read: Theora videos)
15757           quite a bit. It probably contains bugs, too, so please test.
15758           Seeking is not improved to the fast method.
15759
15760 2004-06-29  Wim Taymans  <wim@fluendo.com>
15761
15762         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15763         * ext/ogg/gstoggmux.c:
15764         Fix memleak in oggdemux when running unconnected pads.
15765         doc update in mux, start working on keyframe mode.
15766
15767 2004-06-29  Benjamin Otte  <otte@gnome.org>
15768
15769         * sys/oss/gstosssink.c:
15770         * sys/oss/gstosssrc.c:
15771           advertise correct template caps - we indeed do non-native endianness
15772           and 8bit audio has no endianness
15773         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
15774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
15775           avoid (wrong) duplications in getcaps function and return
15776           template caps
15777
15778 2004-06-29  Wim Taymans  <wim@fluendo.com>
15779
15780         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15781         (gst_multifdsink_class_init), (gst_multifdsink_add),
15782         (gst_multifdsink_remove), (gst_multifdsink_clear),
15783         (gst_multifdsink_client_remove),
15784         (gst_multifdsink_handle_client_read),
15785         (gst_multifdsink_client_queue_data),
15786         (gst_multifdsink_client_queue_caps),
15787         (gst_multifdsink_client_queue_buffer),
15788         (gst_multifdsink_handle_client_write),
15789         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15790         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15791         (gst_multifdsink_init_send), (gst_multifdsink_close):
15792         Fix wrong GList iteration that could crash the server when
15793         more then 2 clients disconnect at the same time. Read all the
15794         pending commands in one batch to recover from command storms under
15795         very heavy load.
15796
15797 2004-06-28  Wim Taymans  <wim@fluendo.com>
15798
15799         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15800         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15801         (gst_videomixer_pad_set_property),
15802         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15803         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15804         (gst_videomixer_class_init), (gst_videomixer_init),
15805         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
15806         (pad_zorder_compare), (gst_videomixer_sort_pads),
15807         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
15808         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
15809         (gst_videomixer_update_queues), (gst_videomixer_loop),
15810         (plugin_init):
15811         Avoid divide by zero, choose masterpad as the pad with the highest
15812         framerate.
15813
15814 2004-06-27  Julien Moutte  <julien@moutte.net>
15815
15816         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15817         (gst_ximagesink_xwindow_new):
15818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15819         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
15820         function directly. We might want to call it from somewhere else one day.
15821
15822 2004-06-27  Julien Moutte  <julien@moutte.net>
15823
15824         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15825         (gst_ximagesink_xwindow_new):
15826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15827         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
15828         window decorations.
15829
15830 2004-06-27  Wim Taymans  <wim@fluendo.com>
15831
15832         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15833         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
15834         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
15835         (gst_dvdec_set_property), (gst_dvdec_get_property):
15836         * ext/dv/gstdvdec.h:
15837         Implement drop_factor property to lower the framerate with
15838         a factor.
15839
15840 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15841
15842         * gst-libs/gst/colorbalance/Makefile.am:
15843         * gst-libs/gst/mixer/Makefile.am:
15844         * gst-libs/gst/play/Makefile.am:
15845         * gst-libs/gst/tuner/Makefile.am:
15846           unbreak Company's fix that didn't install the -enum.h files
15847
15848 2004-06-27  Wim Taymans  <wim@fluendo.com>
15849
15850         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
15851         (gst_dvdec_change_state):
15852         * ext/dv/gstdvdec.h:
15853         Fix timestamp, duration and offset of the buffers.
15854
15855 2004-06-27  Wim Taymans  <wim@fluendo.com>
15856
15857         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15858         (gst_multifdsink_class_init), (gst_multifdsink_add),
15859         (gst_multifdsink_remove), (gst_multifdsink_clear),
15860         (gst_multifdsink_client_remove),
15861         (gst_multifdsink_handle_client_read),
15862         (gst_multifdsink_client_queue_data),
15863         (gst_multifdsink_client_queue_caps),
15864         (gst_multifdsink_client_queue_buffer),
15865         (gst_multifdsink_handle_client_write),
15866         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15867         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15868         (gst_multifdsink_init_send), (gst_multifdsink_close):
15869         * gst/tcp/gstmultifdsink.h:
15870         * gst/tcp/gsttcpserversink.c:
15871         (gst_tcpserversink_handle_server_read),
15872         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
15873         More multifdsink fixes, more recovery policy fixes.
15874         Removed stupid g_print
15875
15876 2004-06-26  Wim Taymans  <wim@fluendo.com>
15877
15878         * gst/tcp/Makefile.am:
15879         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15880         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
15881         (gst_multifdsink_class_init), (gst_multifdsink_init),
15882         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
15883         (gst_multifdsink_handle_client_read),
15884         (gst_multifdsink_client_queue_data),
15885         (gst_multifdsink_client_queue_caps),
15886         (gst_multifdsink_client_queue_buffer),
15887         (gst_multifdsink_handle_client_write),
15888         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15889         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15890         (gst_multifdsink_chain), (gst_multifdsink_set_property),
15891         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15892         (gst_multifdsink_close), (gst_multifdsink_change_state):
15893         * gst/tcp/gstmultifdsink.h:
15894         * gst/tcp/gsttcpplugin.c: (plugin_init):
15895         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
15896         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
15897         (gst_tcpserversink_handle_server_read),
15898         (gst_tcpserversink_handle_select),
15899         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
15900         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
15901         * gst/tcp/gsttcpserversink.h:
15902         Added multifdsink, made tcpserversink a subclass of fdsink, removed
15903         one of the locks, added recovery policy to multifdsink.
15904
15905 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15906
15907         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15908           fix decision for when getting frames with same timestamp
15909         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
15910         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15911         (gst_v4lsrc_get_property):
15912         * sys/v4l/gstv4lsrc.h:
15913           add latency offset property
15914
15915 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15916
15917         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
15918         (plugin_init):
15919           fix debugging. add category.
15920
15921 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15922
15923         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15924           fix wrong offsets
15925
15926 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15927
15928         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15929         (gst_alsa_src_get_time), (gst_alsa_src_loop),
15930         (gst_alsa_src_change_state):
15931           return a time that is in sync with the element's processing
15932
15933 2004-06-25  Wim Taymans  <wim@fluendo.com>
15934
15935         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15936         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15937         (gst_tcpserversink_client_remove),
15938         (gst_tcpserversink_handle_client_read),
15939         (gst_tcpserversink_client_queue_data),
15940         (gst_tcpserversink_client_queue_caps),
15941         (gst_tcpserversink_client_queue_buffer),
15942         (gst_tcpserversink_handle_client_write),
15943         (gst_tcpserversink_queue_buffer),
15944         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
15945         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
15946         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
15947         (gst_tcpserversink_close):
15948         * gst/tcp/gsttcpserversink.h:
15949         Serversink rewrite. Really do non blocking writes to clients and
15950         maintain an internal queue to handle slower clients while not
15951         disturbing fast clients.
15952
15953 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15954
15955         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15956           better debug, don't override OFFSET and OFFSET_END
15957
15958 2004-06-25  Iain <iain@prettypeople.org>
15959
15960         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
15961         name=source for the wavparse pipeline.
15962
15963 2004-06-24  Johan Dahlin  <johan@gnome.org>
15964
15965         * ext/theora/theoraenc.c (theora_enc_chain): Call
15966         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
15967         streamheader caps are set correctly.
15968
15969 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15970
15971         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15972         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
15973           respect minimum bitrate; same could be done for max bitrate
15974
15975 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15976
15977         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15978         (gst_vorbisenc_setup):
15979           fix sample rate range
15980
15981 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15982
15983         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
15984         (gst_oggvorbisenc_setup):
15985         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15986         (gst_vorbisenc_setup):
15987           resolve ambiguities in code and description
15988
15989 2004-06-24  Wim Taymans  <wim@fluendo.com>
15990
15991         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
15992         * ext/alsa/gstalsa.h:
15993         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15994         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
15995         Use alsa trigger_tstamp to get the timestamp of the first
15996         sample in the buffer for more precise sync. Some cleanups.
15997
15998 2004-06-24  Wim Taymans  <wim@fluendo.com>
15999
16000         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
16001         (gst_audiorate_init), (gst_audiorate_chain),
16002         (gst_audiorate_set_property), (gst_audiorate_get_property):
16003         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16004         (gst_videorate_chain):
16005         Added some logging, fixed an overflow bug in videorate.
16006
16007 2004-06-24  Benjamin Otte  <otte@gnome.org>
16008
16009         * ext/kio/Makefile.am:
16010           fix for builddir != srcdir and distcheck
16011
16012 2004-06-24  Benjamin Otte  <otte@gnome.org>
16013
16014         * gst-libs/gst/colorbalance/Makefile.am:
16015         * gst-libs/gst/mixer/Makefile.am:
16016         * gst-libs/gst/play/Makefile.am:
16017         * gst-libs/gst/tuner/Makefile.am:
16018         * gst/tcp/Makefile.am:
16019         * sys/dxr3/Makefile.am:
16020           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
16021           tarball.
16022           Also add all *.list files that were missing.
16023         * Makefile.am:
16024           add a distcheck hook to ensure the above doesn't happen again.
16025
16026 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
16027
16028         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
16029
16030 2004-06-23  Colin Walters  <walters@redhat.com>
16031
16032         * m4/Makefile.am: Distribute gst-fionread.m4.
16033
16034 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16035
16036         * configure.ac: back to dev
16037
16038 2004-06-23  Wim Taymans  <wim@fluendo.com>
16039
16040         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16041         (gst_alsa_xrun_recovery):
16042         * ext/alsa/gstalsa.h:
16043         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16044         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
16045         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16046         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
16047         (gst_alsa_src_loop):
16048         Add clock to alsasrc. Take new capture timestamp when
16049         restarting after an overrun. Split up some functions between
16050         alsasrc and alsasink.
16051
16052 === release 0.8.2 ===
16053
16054 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16055
16056         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16057         (gst_alsa_change_state), (gst_alsa_update_avail),
16058         (gst_alsa_xrun_recovery):
16059         * ext/alsa/gstalsa.h:
16060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16061           merge back changes from release
16062
16063 2004-06-23  Wim Taymans  <wim@fluendo.com>
16064
16065         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
16066         (gst_audiorate_init), (gst_audiorate_chain),
16067         (gst_audiorate_set_property), (gst_audiorate_get_property):
16068         Implement sample dropping and notify
16069
16070 2004-06-22  Wim Taymans  <wim@fluendo.com>
16071
16072         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16073         (theora_enc_sink_link), (theora_buffer_from_packet),
16074         (theora_push_packet), (theora_enc_chain):
16075         Some cleanups, make sure the timestamps are correct.
16076
16077 2004-06-22  Wim Taymans  <wim@fluendo.com>
16078
16079         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
16080         (gst_alsa_change_state), (gst_alsa_update_avail),
16081         (gst_alsa_xrun_recovery):
16082         * ext/alsa/gstalsa.h:
16083         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16084         Cleanups, take queued samples into account when reporting
16085         the time.
16086
16087 2004-06-22  Wim Taymans  <wim@fluendo.com>
16088
16089         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16090         (gst_videorate_init):
16091         Initialize the property as well.
16092
16093 2004-06-22  Wim Taymans  <wim@fluendo.com>
16094
16095         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16096         (gst_videorate_init), (gst_videorate_chain),
16097         (gst_videorate_set_property), (gst_videorate_get_property):
16098         Add property to make videorate silent.
16099         Add property to prefer new frames over old ones.
16100
16101 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16102
16103         * sys/osxvideo/Makefile.am:
16104         Workaround so that the osxvideo .so file gets linked with the
16105         Cocoa, OpenGL and QuickTime frameworks
16106
16107 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16108
16109         * sys/osxaudio/Makefile.am:
16110         Workaround so that the osxaudio .so file gets linked with the
16111         CoreAudio framework
16112
16113 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16114
16115         * configure.ac:
16116         Whoops, my fault...fixed build issues
16117
16118 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16119
16120         * configure.ac:
16121         Add objective-c support if running in Darwin/Mac OS X
16122         * sys/Makefile.am:
16123         * sys/osxvideo:
16124         * sys/osxvideo/Makefile.am:
16125         * sys/osxvideo/osxvideosink.h:
16126         * sys/osxvideo/osxvideosink.m:
16127         * sys/osxvideo/cocoawindow.h:
16128         * sys/osxvideo/cocoawindow.m:
16129         Add osxvideosink, a cocoa-based osx video sink
16130
16131
16132 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
16133         * ext/dvdnav/gst-dvd:
16134         Grab the gconf key from the right spot
16135         * gst/debug/gstnavseek.c: (gst_navseek_init),
16136         (gst_navseek_segseek), (gst_navseek_handle_src_event),
16137         (gst_navseek_chain):
16138         * gst/debug/gstnavseek.h:
16139           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
16140           and loop parameters of a segment seek.
16141         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
16142         (gst_videotestsrc_get_event_masks),
16143         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16144         * gst/videotestsrc/gstvideotestsrc.h:
16145           Add seeking support to videotestsrc
16146           Initialise the timestamp_offset variable.
16147
16148 2004-06-18  Wim Taymans  <wim@fluendo.com>
16149
16150         * ext/sidplay/gstsiddec.cc:
16151         Fix negotiation and set correct end offset.
16152
16153 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16154
16155         * configure.ac: branch and prerelease
16156
16157 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16158
16159         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16160         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
16161         (gst_tcpclientsrc_init_receive):
16162         * gst/tcp/gsttcpclientsrc.h:
16163           read caps when connecting to server for GDP so we set them correctly
16164
16165 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16166
16167         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16168           notify drops and duplicates
16169         * gst/videoscale/videoscale.c: (videoscale_get_structure):
16170           no good reason to limit ourselves to 100x100
16171
16172 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16173
16174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16175         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16176         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16177         (gst_v4lsrc_get_property):
16178         * sys/v4l/gstv4lsrc.h:
16179         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16180         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16181         (gst_v4l_set_audio):
16182         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
16183         (gst_v4lsrc_try_capture):
16184         * sys/v4l/v4lsrc_calls.h:
16185           change try_palette to more general try_capture
16186           add autoprobe option so we can turn off autoprobing
16187           various fixes
16188
16189 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16190
16191         * configure.ac:
16192           add videorate
16193         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
16194         (gst_ximagesink_class_init):
16195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
16196         (gst_xvimagesink_class_init):
16197           run them as finalize, not dispose, since dispose can be invoked
16198           multiple times
16199
16200 2004-06-17  Wim Taymans  <wim@fluendo.com>
16201
16202         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16203         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
16204         * ext/alsa/gstalsa.h:
16205         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16206         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
16207         (gst_alsa_src_change_state):
16208         * ext/alsa/gstalsasrc.h:
16209         Make the xrun code timestamp and offset the buffers correctly.
16210         moved the clock to the base class, use alsa methods to get time.
16211         Do correct timestamping on outgoing buffers.
16212
16213 2004-06-17  Wim Taymans  <wim@fluendo.com>
16214
16215         * gst/audiorate/Makefile.am:
16216         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
16217         (gst_audiorate_base_init), (gst_audiorate_class_init),
16218         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
16219         (gst_audiorate_set_property), (gst_audiorate_get_property),
16220         (gst_audiorate_change_state), (plugin_init):
16221         Added an audiorate converter that fills in gaps.
16222
16223 2004-06-17  Johan Dahlin  <johan@gnome.org>
16224
16225         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
16226
16227 2004-06-16  Wim Taymans  <wim@fluendo.com>
16228
16229         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
16230         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16231         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16232         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16233         (gst_v4lsrc_get_property):
16234         * sys/v4l/gstv4lsrc.h:
16235         Added a copy mode to v4lsrc where it will output a copied version
16236         of its internal hardware buffer.
16237         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
16238         can't | them.
16239
16240 2004-06-16  Wim Taymans  <wim@fluendo.com>
16241
16242         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16243         Timestamp fixes.
16244
16245 2004-06-16  Wim Taymans  <wim@fluendo.com>
16246
16247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16248         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16249         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16250         (gst_v4lsrc_get_property):
16251         * sys/v4l/gstv4lsrc.h:
16252         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16253         Added a sync mode enum property to control v4lsrc timestamp method
16254         Removed the use-fixed-fps property and moved functionality in
16255         the enum.
16256         Don't error on an error value from v4l-conf, it might not always
16257         be a real error.
16258
16259 2004-06-16  Wim Taymans  <wim@fluendo.com>
16260
16261         * gst/videorate/Makefile.am:
16262         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
16263         (gst_videorate_base_init), (gst_videorate_class_init),
16264         (gst_videorate_getcaps), (gst_videorate_link),
16265         (gst_videorate_init), (gst_videorate_chain),
16266         (gst_videorate_set_property), (gst_videorate_get_property),
16267         (gst_videorate_change_state), (plugin_init):
16268         Added a video timestamp corrector.
16269
16270 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16271
16272         fixed a potential leak with previous commit
16273
16274         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16275
16276 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16277
16278         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16279         Added missing refcount, fixes bug #144425
16280         Cheers Tim for finding the bug
16281
16282 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16283
16284         * sys/v4l/gstv4l.c: (plugin_init):
16285         * sys/v4l/gstv4lcolorbalance.c:
16286         * sys/v4l/gstv4lcolorbalance.h:
16287         * sys/v4l/gstv4lelement.c:
16288         * sys/v4l/gstv4lelement.h:
16289         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16290         * sys/v4l/gstv4lmjpegsink.h:
16291         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16292         * sys/v4l/gstv4lmjpegsrc.h:
16293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16294         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16295         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16296         * sys/v4l/gstv4lsrc.h:
16297         * sys/v4l/gstv4ltuner.c:
16298         * sys/v4l/gstv4ltuner.h:
16299         * sys/v4l/gstv4lxoverlay.c:
16300         * sys/v4l/gstv4lxoverlay.h:
16301         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16302         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16303         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16304         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16305         (gst_v4l_set_audio):
16306         * sys/v4l/v4l_calls.h:
16307         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16308         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
16309         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
16310         (gst_v4lmjpegsink_playback_init),
16311         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
16312         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
16313         (gst_v4lmjpegsink_playback_stop),
16314         (gst_v4lmjpegsink_playback_deinit):
16315         * sys/v4l/v4lmjpegsink_calls.h:
16316         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
16317         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
16318         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16319         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
16320         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
16321         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
16322         * sys/v4l/v4lmjpegsrc_calls.h:
16323         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16324         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
16325         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
16326         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
16327         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
16328         (gst_v4lsrc_try_palette):
16329         * sys/v4l/v4lsrc_calls.h:
16330           bunch of paranoia cleanups
16331
16332 2004-06-14  David Schleef  <ds@schleef.org>
16333
16334         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
16335         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
16336         Send discont events and change timestamps appropriately when
16337         we get a seek event.  (bug #144240)
16338         * ext/cdparanoia/gstcdparanoia.h:
16339
16340 2004-06-14  Benjamin Otte  <otte@gnome.org>
16341
16342         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
16343           snd_pcm_hw_params_set_rate  since the latter fails for no good
16344           reason on some setups.
16345
16346 2004-06-14  David Schleef  <ds@schleef.org>
16347
16348         * gst/volume/demo.c: (value_changed_callback): exp10() is not
16349         standard.  Thank you for playing.
16350
16351 2004-06-14  Wim Taymans  <wim@fluendo.com>
16352
16353         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16354         Patch 1.3 broke the ordering of the colorspace info and
16355         made the plugin basically work by coincidence, reordered
16356         the info.
16357
16358 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16359
16360         * ext/lame/gstlame.c:
16361         * ext/mad/gstmad.c:
16362           sync caps.  Make sure mad can only output a list of rates, not
16363           a full range.  In the future, have three caps lists for each of the
16364           mpeg versions.  Change mpegversion to a double as well.
16365
16366 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16367
16368         * gst/volume/.cvsignore:
16369         * gst/volume/Makefile.am:
16370         * gst/volume/demo.c: (value_changed_callback), (idler),
16371         (setup_gui), (main):
16372           added small demo app
16373
16374 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
16375         * ext/esd/esdsink.c: (gst_esdsink_change_state):
16376         * ext/esd/esdsink.h:
16377         Close the esd connection on pause, because esd will just wait -
16378         blocking all other esd clients indefinitely.
16379
16380 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
16381
16382         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
16383           previous commit with GST_DEBUG
16384
16385 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16386
16387         * configure.ac:
16388           add a header check for a dvdread header in dvdnav.  Fixes #133002
16389
16390 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16391
16392         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16393         * gst/tcp/gsttcpclientsink.h:
16394         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16395         * gst/tcp/gsttcpclientsrc.h:
16396         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
16397         (gst_tcpserversink_handle_server_read),
16398         (gst_tcpserversink_init_send):
16399         * gst/tcp/gsttcpserversink.h:
16400         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16401         * gst/tcp/gsttcpserversrc.h:
16402         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
16403         version of IP)
16404
16405 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16406
16407         * configure.ac:
16408         Added ogg library so that OSX detects libtheora properly
16409
16410 2004-06-11  Wim Taymans  <wim@fluendo.com>
16411
16412         * ext/theora/theoradec.c: (theora_dec_chain),
16413         (theora_dec_change_state):
16414         Don't try to decode frames before we received a keyframe.
16415
16416 2004-06-11  Wim Taymans  <wim@fluendo.com>
16417
16418         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16419         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16420         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16421         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16422         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16423         Added property to set the maximum delay of a page.
16424
16425 2004-06-10  Wim Taymans  <wim@fluendo.com>
16426
16427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16428         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16429         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16430         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16431         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16432         Added max-delay property to control the maximum amount
16433         of data to put in one page.
16434
16435 2004-06-10  Wim Taymans  <wim@fluendo.com>
16436
16437         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16438         (gst_theora_enc_init), (theora_enc_sink_link),
16439         (theora_buffer_from_packet), (theora_enc_set_property),
16440         (theora_enc_get_property):
16441         Set duration on encoded buffer, added some more properties
16442
16443 2004-06-10  Wim Taymans  <wim@fluendo.com>
16444
16445         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16446         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16447         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16448         * ext/theora/theoraenc.c: (theora_enc_chain):
16449         Fix refcounting bugs
16450
16451 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16452
16453         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16454         (gst_asf_demux_loop), (gst_asf_demux_process_file),
16455         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
16456         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
16457         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
16458         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
16459         (gst_asf_demux_change_state):
16460         * gst/asfdemux/gstasfdemux.h:
16461           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
16462           feels like. I think we should set a new requirement for demuxers
16463           from now on to implement sane loop functions, data loops, query
16464           and seek functions before first commit into CVS. And this commit
16465           fixes all of the above.
16466
16467 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
16468
16469         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
16470           vorbis comments are properly encoded in UTF-8 before adding them
16471           to a GstTagList
16472
16473 2004-06-09  Benjamin Otte  <otte@gnome.org>
16474
16475         * ext/alsa/gstalsa.c: (add_channels):
16476           handle min <= max correctly
16477         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
16478         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
16479           add fixation functions so we fixate correctly. No preferring of alaw
16480           anymore because it's the first structure.
16481         * ext/alsa/gstalsa.h:
16482         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
16483         (gst_alsa_hw_params_dump):
16484           add functions to ease debugging in alsalib
16485         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16486         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16487         (gst_alsa_start_audio):
16488           only specify hw params if we really setup a format (fixes #134007 -
16489           or at least works around it)
16490
16491 2004-06-09  Wim Taymans  <wim@fluendo.com>
16492
16493         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16494         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16495         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
16496         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
16497         (gst_ogg_mux_loop):
16498         Use stream caps to setup the initial pages in the ogg stream.
16499         Correctly set the streamheader caps on the srcpad.
16500
16501 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16502
16503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16504         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16505         (gst_v4lsrc_getcaps):
16506         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16507         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
16508           add querying of fps lists for webcams.  Negotiating to a framerate
16509           now works.
16510
16511 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16512
16513         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16514         (theora_push_buffer), (theora_push_packet),
16515         (theora_set_header_on_caps), (theora_enc_chain):
16516           mark buffers and put on streamheader, raw theora streaming
16517           now works too, whee
16518
16519 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16520
16521         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16522         (gst_tcp_gdp_read_caps):
16523           do a looping read for caps and GDP headers too
16524
16525 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16526
16527         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16528         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
16529           return EOS instead of NULL in _get
16530
16531 2004-06-08  Wim Taymans  <wim@fluendo.com>
16532
16533         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16534         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
16535         (gst_tcp_gdp_write_caps):
16536         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16537         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16538         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
16539         Memory leak fixes
16540
16541 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16542
16543         * ext/vorbis/Makefile.am:
16544         * ext/vorbis/vorbis.c: (plugin_init):
16545         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
16546         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
16547         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
16548         (vorbis_parse_change_state):
16549         * ext/vorbis/vorbisparse.h:
16550           adding a vorbisparse element that marks the buffers, streaming
16551           raw vorbis using GDP now works, whee
16552
16553 2004-06-08  Wim Taymans  <wim@fluendo.com>
16554
16555         * ext/jpeg/Makefile.am:
16556         * ext/jpeg/README:
16557         * ext/jpeg/gstjpeg.c: (plugin_init):
16558         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
16559         (gst_smokedec_base_init), (gst_smokedec_class_init),
16560         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
16561         * ext/jpeg/gstsmokedec.h:
16562         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
16563         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
16564         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
16565         (gst_smokeenc_resync), (gst_smokeenc_chain),
16566         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
16567         * ext/jpeg/gstsmokeenc.h:
16568         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
16569         (smokecodec_flush_destination), (smokecodec_term_destination),
16570         (smokecodec_init_source), (smokecodec_fill_input_buffer),
16571         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
16572         (smokecodec_term_source), (smokecodec_encode_new),
16573         (smokecodec_decode_new), (smokecodec_info_free),
16574         (smokecodec_set_quality), (smokecodec_get_quality),
16575         (smokecodec_set_threshold), (smokecodec_get_threshold),
16576         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
16577         (find_best_size), (abs_diff), (put), (smokecodec_encode),
16578         (smokecodec_parse_header), (smokecodec_decode):
16579         * ext/jpeg/smokecodec.h:
16580         Added a new simple jpeg based codec
16581
16582 2004-06-08  Wim Taymans  <wim@fluendo.com>
16583
16584         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16585         (gst_multipart_mux_loop):
16586         Fix memory leak
16587
16588 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16589
16590         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16591         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
16592         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
16593         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
16594         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16595         * gst/tcp/gsttcpserversink.h:
16596           take streamheader into account
16597
16598 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16599
16600         * gst/level/Makefile.am:
16601         * gst/level/gstlevel.c: (gst_level_class_init):
16602           clean up marshal generation
16603
16604 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16605
16606         * gst/tcp/Makefile.am:
16607         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
16608         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
16609         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
16610         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16611         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
16612         (gst_tcpclientsrc_get_property):
16613         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16614         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16615         (gst_tcpserversink_handle_client_read),
16616         (gst_tcpserversink_handle_client_write),
16617         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
16618         * gst/tcp/gsttcpserversink.h:
16619           add signals client-added and client-removed
16620         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16621         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
16622         (gst_tcpserversrc_get_property):
16623         uniformized, change default protocol to NONE
16624         * gst/tcp/gsttcp-marshal.list: added
16625 2004-06-07  Benjamin Otte  <otte@gnome.org>
16626
16627         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16628           handle discont events if they happen before caps nego
16629
16630 2004-06-07  Wim Taymans  <wim@fluendo.com>
16631
16632         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16633         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16634         (gst_multipart_demux_plugin_init):
16635         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16636         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16637         (gst_multipart_mux_change_state):
16638         Small updates, fix a memleak
16639
16640 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16641
16642         * configure.ac: OSS portability
16643         * ext/arts/gst_arts.c: idem
16644         * sys/oss/gstosselement.c: idem
16645         * sys/oss/gstossmixer.c: idem
16646         * sys/oss/gstosssink.c: idem
16647         * sys/oss/gstosssrc.c: idem
16648         * sys/oss/oss_probe.c: idem
16649           - check for soundcard.h in different places for some BSD
16650
16651 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
16652
16653         * AUTHORS:
16654         Add me to the authors file
16655         * configure.ac:
16656         Increase the libdv requirement to >= version 0.100
16657         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16658         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
16659         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
16660         * ext/dv/gstdvdec.h:
16661         Add support for the new_media flag when sending DISCONT events
16662         Make the querying work when video pad is not linked
16663
16664 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16665
16666         reviewed by Benjamin Otte  <otte@gnome.org>
16667
16668         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
16669           create a NULL-initialized array of pads, so we don't think they
16670           exist already. (fixes #143130)
16671
16672 2004-06-07  Benjamin Otte  <otte@gnome.org>
16673
16674         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
16675         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
16676         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
16677           don't use // coments
16678
16679 2004-06-07  Benjamin Otte  <otte@gnome.org>
16680
16681         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
16682           cast to GstClockTime to get higher granularity
16683         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16684           use gst_element_set_time_delay to get the exact time
16685         * ext/mad/gstmad.c: (gst_mad_chain):
16686           use the negotiated rate instead of the current frame's rate which
16687           might be wrong because of bit errors. This avoids emitting totally
16688           bogus timestamps and screwing sync.
16689         (fixes #143454)
16690
16691 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16692
16693         reviewed by Benjamin Otte  <otte@gnome.org>
16694
16695         * gst/adder/gstadder.c: (gst_adder_loop):
16696           properly error out when no negotiation has happened yet. (fixes
16697           #143032)
16698
16699 2004-06-06  Benjamin Otte  <otte@gnome.org>
16700
16701         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16702           forward correctly transformed offset in discont events. Based on
16703           patch by Arwed v. Merkatz. (fixes #142851)
16704
16705 2004-06-06  David Schleef  <ds@schleef.org>
16706
16707         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
16708         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
16709         problems on several systems.
16710
16711 2004-06-06  Benjamin Otte  <otte@gnome.org>
16712
16713         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16714           use explicit caps on the srcpad
16715         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16716           properly error out if caps couldn't be set (fixes #142764)
16717
16718 2004-06-06  Benjamin Otte  <otte@gnome.org>
16719
16720         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16721         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16722         (gst_alsa_start_audio):
16723           - don't call set_periods_integer anymore, it breaks the
16724           configuration randomly
16725           - call snd_pcm_hw_params_set_access directly instead of using masks
16726           - don't fail if the sw_params can't be set, just use the default
16727           params and hope it works. Alsalib has weird issues when you touch
16728           sw_params and does no proper error reporting about what failed.
16729         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16730         (gst_alsa_close_audio):
16731           make our alsa debugging go via gst debugging and not conditionally
16732           defined
16733         * ext/alsa/gstalsa.h:
16734           add ALSA_DEBUG_FLUSH macro
16735         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
16736         (plugin_init):
16737           wrap alsa errors to be printed via the gst debugging system and not
16738           spammed to stderr
16739
16740 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16741
16742         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
16743         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
16744         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
16745         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
16746         (qtdemux_parse_trak):
16747         * gst/qtdemux/qtdemux.h:
16748           Bitch. Also known as seeking, querying & co.
16749         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16750         (gst_osssink_change_state):
16751         * sys/oss/gstosssink.h:
16752           Resyncing is for weenies, this hack is no longer needed and was
16753           broken anyway (since it - unintendedly - always leaves resync to
16754           TRUE).
16755
16756 2004-06-05  Andrew Turner <zxombie@hotpop.com>
16757
16758         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
16759         * gst/tcp/gsttcpclientsrc.h: idem
16760           - define MSG_NOSIGNAL if not done
16761           - include unistd.h for off_t
16762           (fixes #143749)
16763
16764 2004-06-05  Benjamin Otte  <otte@gnome.org>
16765
16766         * configure.ac:
16767         * ext/kio/Makefile.am:
16768           check for qt's moc preprocessor explicitly and use it
16769
16770 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16771
16772         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
16773           don't get a signal for EPIPE on socket writes
16774           (somebody check if this works on other platforms)
16775
16776 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16777
16778         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16779         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16780           check error condition on available samples correctly
16781
16782 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16783
16784         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
16785           avoid a segfault
16786         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
16787         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
16788         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16789         (gst_tcpserversrc_gdp_read_header):
16790          use ssize_t over size_t since the former is signed and thus the
16791          check for error codes can work
16792
16793 2004-06-02  Wim Taymans  <wim@fluendo.com>
16794
16795         reviewed by: Johan
16796
16797         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16798         (gst_multipart_mux_loop):
16799         Oops
16800
16801 2004-06-02  Wim Taymans  <wim@fluendo.com>
16802
16803         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16804         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16805         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16806         (gst_multipart_mux_change_state):
16807         Added configurable boundary specifier, added the value as a
16808         caps field as well.
16809
16810 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16811
16812         * gst/tcp/gsttcp.c:
16813         * gst/tcp/gsttcpclientsrc.c:
16814         * gst/tcp/gsttcpclientsrc.h:
16815         * gst/tcp/gsttcpserversrc.c:
16816           - portability fix, to compile on OSX
16817             (fixes #143146)
16818
16819         * sys/osxaudio/gstosxaudioelement.c:
16820         * sys/osxaudio/gstosxaudiosink.c:
16821         * sys/osxaudio/gstosxaudiosrc.c:
16822           - compilation warnings on OSX
16823             (fixes #143153)
16824
16825 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16826
16827         * ext/vorbis/vorbisdec.c : sign warning fixes
16828
16829         * gst-libs/gst/mixer/mixertrack.c :
16830           do no use defines which are glib 2.4 specific
16831
16832 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
16833
16834         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
16835           buffer since libflac doesn't expect it (reports a sync error when
16836           it encounters that)
16837
16838
16839 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
16840
16841         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
16842         * gst-libs/gst/mixer/mixertrack.c:
16843         (gst_mixer_track_get_property), (get_mixer_track_init),
16844         (get_mixer_track_get_property): Added property accessors
16845         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
16846         * gst-libs/gst/mixer/mixeroptions.c:
16847         (gst_mixer_options_get_values): Added
16848         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
16849         * gst-libs/gst/mixer/mixer.c: Fixed comment
16850
16851
16852 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16853
16854         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
16855           improve error messages on open
16856
16857
16858 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16859
16860         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16861           check if v4l-conf is in path
16862
16863 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16864
16865         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
16866           change assert to a more readable error message
16867
16868 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16869
16870         * gst-libs/gst/tuner/tunerchannel.h:
16871           - add a freq_multiplicator field to make the conversion
16872             between internal frequency unit and Hz
16873         * sys/v4l/gstv4lelement.c:
16874         * sys/v4l2/gstv4l2element.c:
16875           - change default video device to /dev/video0
16876         * sys/v4l/v4l_calls.c:
16877         * sys/v4l2/v4l2_calls.c:
16878           - we only expose frequency to the user in Hz instead of
16879             bastard v4lX unit (either 62.5kHz or 62.5Hz)
16880
16881 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
16882         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16883           Initialise b_o_s and e_o_s variables
16884         * gst-libs/gst/riff/riff-media.c:
16885         (gst_riff_create_video_caps_with_data):
16886           Add some unusual fourcc's from mplayer avi's
16887         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
16888           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
16889           autoplugging.
16890
16891 2004-05-28  Wim Taymans  <wim@fluendo.com>
16892
16893         * configure.ac:
16894         * gst/alpha/Makefile.am:
16895         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16896         (gst_alpha_get_type), (gst_alpha_base_init),
16897         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
16898         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
16899         (gst_alpha_chroma_key), (gst_alpha_chain),
16900         (gst_alpha_change_state), (plugin_init):
16901         A plugin to add an alpha channel to I420 video. Can optionally do
16902         chroma keying.
16903         * gst/multipart/Makefile.am:
16904         * gst/multipart/multipart.c: (plugin_init):
16905         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16906         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16907         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
16908         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16909         (gst_multipart_demux_change_state),
16910         (gst_multipart_demux_plugin_init):
16911         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
16912         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
16913         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
16914         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
16915         (gst_multipart_mux_pad_unlink),
16916         (gst_multipart_mux_request_new_pad),
16917         (gst_multipart_mux_handle_src_event),
16918         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
16919         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
16920         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16921         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
16922         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
16923         send multipart jpeg images to a browser.
16924         * gst/videobox/Makefile.am:
16925         * gst/videobox/README:
16926         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16927         (gst_video_box_get_type), (gst_video_box_base_init),
16928         (gst_video_box_class_init), (gst_video_box_init),
16929         (gst_video_box_set_property), (gst_video_box_get_property),
16930         (gst_video_box_sink_link), (gst_video_box_i420),
16931         (gst_video_box_ayuv), (gst_video_box_chain),
16932         (gst_video_box_change_state), (plugin_init):
16933         Crops or adds borders around an image. can do alpha channel
16934         borders as well.
16935         * gst/videomixer/Makefile.am:
16936         * gst/videomixer/README:
16937         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16938         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
16939         (gst_videomixer_pad_get_sink_event_masks),
16940         (gst_videomixer_pad_get_property),
16941         (gst_videomixer_pad_set_property),
16942         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
16943         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
16944         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16945         (gst_videomixer_base_init), (gst_videomixer_class_init),
16946         (gst_videomixer_init), (gst_videomixer_request_new_pad),
16947         (gst_videomixer_handle_src_event),
16948         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
16949         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16950         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16951         (gst_videomixer_loop), (gst_videomixer_get_property),
16952         (gst_videomixer_set_property), (gst_videomixer_change_state),
16953         (plugin_init):
16954         Generic video mixer plugin, can handle multiple inputs all with
16955         different framerates and video sizes. Is fully alpha channel
16956         aware.
16957
16958 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16959
16960         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16961           Select first track as master track. Not sure how else to handle
16962           that...
16963         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
16964           Discard discont events. Should fix #142962.
16965
16966 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16967
16968         * ext/alsa/Makefile.am:
16969         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
16970         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
16971         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
16972         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
16973         (gst_alsa_mixer_get_option):
16974         * ext/alsa/gstalsamixer.h:
16975         * ext/alsa/gstalsamixeroptions.c:
16976         (gst_alsa_mixer_options_get_type),
16977         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
16978         (gst_alsa_mixer_options_new):
16979         * ext/alsa/gstalsamixeroptions.h:
16980         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16981         * ext/alsa/gstalsamixertrack.h:
16982           Add enumerations (as GstMixerOptions). Make correct distinction
16983           between input/output tracks. Add capture/playback private flag.
16984           Use flag to decide on whether to set capture or playback volumes
16985           or switches. Use playback and record switches.
16986         * gst-libs/gst/mixer/Makefile.am:
16987         * gst-libs/gst/mixer/mixer-marshal.list:
16988         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
16989         (gst_mixer_set_option), (gst_mixer_get_option),
16990         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
16991         (gst_mixer_volume_changed), (gst_mixer_option_changed):
16992         * gst-libs/gst/mixer/mixer.h:
16993         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
16994         (gst_mixer_options_class_init), (gst_mixer_options_init),
16995         (gst_mixer_options_dispose):
16996         * gst-libs/gst/mixer/mixeroptions.h:
16997           Add GstMixerOptions.
16998         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16999           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
17000           broken device detection on computers with multiple OSS sound
17001           cards.
17002
17003 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17004
17005         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17006           fixate nicely even when the peer is not negotiating
17007
17008 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17009
17010         * gst/audioconvert/gstaudioconvert.c:
17011         (gst_audio_convert_parse_caps):
17012           make sure we don't allow depth > width
17013         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17014           fixate endianness to G_BYTE_ORDER as default
17015         * gst/audioscale/gstaudioscale.c:
17016           we don't handle another endianness as host-endianness
17017
17018 2004-05-25  David Schleef  <ds@schleef.org>
17019
17020         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
17021
17022 2004-05-24  Benjamin Otte  <otte@gnome.org>
17023
17024         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
17025         (gst_oggvorbisenc_setup):
17026           properly fail when we can't setup the vorbis encoder due to
17027           unsupported settings
17028         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
17029         (gst_vorbisenc_setup):
17030           same
17031         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17032           fix case where warnings occured when one pad was unlinked while the
17033           other's link function was called
17034
17035 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17036
17037         * gst/tcp/Makefile.am:
17038           use GST_ENABLE_NEW
17039
17040 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17041
17042         * gst-libs/gst/resample/private.h:
17043           don't use optimizations that are #if 0'ed
17044
17045 2004-05-24  Wim Taymans  <wim@fluendo.com>
17046
17047         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17048         Fix potential division by zero error and hopefully get
17049         the position query right to get correct timestamps on avi
17050         audio.
17051
17052 2004-05-24  Wim Taymans  <wim@fluendo.com>
17053
17054         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
17055         (gst_videoscale_scale_nearest_str2),
17056         (gst_videoscale_scale_nearest_str4),
17057         (gst_videoscale_scale_nearest_32bit),
17058         (gst_videoscale_scale_nearest_24bit),
17059         (gst_videoscale_scale_nearest_16bit):
17060         Fix the scaling algorithm and avoid a buffer overflow.
17061         removed the while loop in the scaling function as it
17062         was used for point sampling only.
17063
17064 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17065
17066         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
17067         (gst_id3_tag_class_init), (gst_id3_tag_init),
17068         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
17069         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
17070         (gst_id3_tag_send_tag_event):
17071           lots of fixes to make id3mux work and id3demux work correctly
17072
17073 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17074
17075         * ext/Makefile.am:
17076           add rules to build shout2send (was removed by accident
17077           when this module was no more marked experimental/broken)
17078
17079 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17080
17081         * ext/shout2/gstshout2.c:
17082         * ext/shout2/gstshout2.h:
17083           adding a "connection problem" signal to shout2send
17084           (fixes #142954)
17085
17086 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17087
17088         * ext/kio/kioreceiver.cpp:
17089         * ext/kio/kioreceiver.h:
17090           fix sign comparison issues
17091
17092 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17093
17094         * gst/cdxaparse/gstcdxaparse.c:
17095         * gst/cdxaparse/gstcdxaparse.h:
17096           some renaming
17097           add some checks/sanity
17098           prepare for seek addition
17099
17100         * sys/sunaudio/gstsunaudio.c:
17101           remove exported dupe init function
17102
17103 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
17104
17105         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
17106         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
17107           Fix format conversion and position querying.
17108         * gst/debug/progressreport.c: (gst_progressreport_report):
17109           Don't output a bogus total value that we didn't query.
17110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17111           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
17112           only a blank window after xine has been used.
17113
17114 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17115
17116         * m4/as-arts.m4:
17117           sync with upstream version to fix test on FC2
17118           readd with -ko to preserve Id header
17119
17120 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17121
17122         * configure.ac:
17123           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
17124         * gst/tcp/gsttcpclientsrc.c: idem
17125         * gst/tcp/gsttcpserversink.c: idem
17126         * gst/tcp/gsttcpserversrc.c: idem
17127         * m4/gst-fionread.m4: idem
17128
17129         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
17130
17131         * configure.ac: enable speex plugin for speex 1.1.5+
17132         * ext/speex/gstspeexenc.c: fix cast warning
17133
17134         * ext/esd/README: fix typo
17135
17136 2004-05-20  David Schleef  <ds@schleef.org>
17137
17138         * configure.ac: Minor cosmetic change to convince the buildbot to
17139         reautogen.
17140         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
17141         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
17142         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
17143         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
17144         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
17145         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
17146         More hacking.  Plays audio now.
17147
17148 2004-05-20  David Schleef  <ds@schleef.org>
17149
17150         * configure.ac:
17151         * sys/Makefile.am:
17152
17153 2004-05-20  David Schleef  <ds@schleef.org>
17154
17155         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
17156         * sys/osxaudio/gstosxaudio.c:
17157         * sys/osxaudio/gstosxaudioelement.c:
17158         * sys/osxaudio/gstosxaudioelement.h:
17159         * sys/osxaudio/gstosxaudiosink.c:
17160         * sys/osxaudio/gstosxaudiosink.h:
17161         * sys/osxaudio/gstosxaudiosrc.c:
17162         * sys/osxaudio/gstosxaudiosrc.h:
17163
17164 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17165
17166         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
17167         (gst_vorbisenc_chain):
17168           put the codec headers on the caps as streamheader as well as
17169           pushing them out
17170
17171 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17172
17173         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17174         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17175         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
17176         split up push_packet into two functions
17177
17178 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17179
17180         * gst/tcp/.cvsignore:
17181           ignore enums
17182         * gst/tcp/Makefile.am:
17183         * gst/tcp/README:
17184         * gst/tcp/gsttcp.c:
17185         * gst/tcp/gsttcp.h:
17186         * gst/tcp/gsttcpclientsink.c:
17187         * gst/tcp/gsttcpclientsink.h:
17188         * gst/tcp/gsttcpclientsrc.c:
17189         * gst/tcp/gsttcpclientsrc.h:
17190         * gst/tcp/gsttcpplugin.c:
17191         * gst/tcp/gsttcpserversink.c:
17192         * gst/tcp/gsttcpserversink.h:
17193         * gst/tcp/gsttcpserversrc.c:
17194         * gst/tcp/gsttcpserversrc.h:
17195           add new tcp elements
17196
17197 2004-05-19  Wim Taymans  <wim@fluendo.com>
17198
17199         * gst/law/mulaw-conversion.c: (mulaw_encode):
17200         Fix overflow bug in ulaw encoding.
17201
17202 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17203
17204         * ext/mad/gstmad.c: (gst_mad_handle_event):
17205           don't unref the event twice
17206
17207 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17208
17209         * configure.ac:
17210           remove -Wno-sign-compare
17211
17212 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17213
17214         * configure.ac:
17215           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
17216           if you want to work against glib 2.2 and 2.4
17217
17218 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17219
17220         * gst/tcp/Makefile.am:
17221         * gst/tcp/gsttcp.c:
17222         * gst/tcp/gsttcp.h:
17223         * gst/tcp/gsttcpsink.h:
17224         * gst/tcp/gsttcpsrc.h:
17225           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
17226
17227 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17228
17229         * gst/debug/tests.c: (md5_get_value):
17230           fix segfault on gst-inspect
17231
17232 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17233
17234         * gst/debug/testplugin.c:
17235         * gst/debug/tests.c:
17236         * gst/debug/tests.h:
17237           add new extensible and configurable testing element. Current tests
17238           include buffer count, stream length, timestamp/duration matching and
17239           md5.
17240         * gst/debug/Makefile.am:
17241         * gst/debug/gstdebug.c: (plugin_init):
17242           add infrastructure for new element
17243
17244 2004-05-19  Johan Dahlin  <johan@gnome.org>
17245
17246         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
17247         ending of the array. Fixes gst-inspect segfault on ppc.
17248
17249 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17250
17251         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
17252
17253         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
17254
17255 2004-05-18  David Schleef  <ds@schleef.org>
17256
17257         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
17258         warnings (bugs, actually) noticed by gcc but not forte.
17259
17260 2004-05-18  David Schleef  <ds@schleef.org>
17261
17262         * sys/sunaudio/Makefile.am:
17263         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
17264
17265 2004-05-18  David Schleef  <ds@schleef.org>
17266
17267         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17268         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
17269         to allow qtdemux to use non-seekable streams. (bug #142272)
17270
17271 2004-05-18  David Schleef  <ds@schleef.org>
17272
17273         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
17274         (gst_resample_sinc_ft_float): Remove use of static temporary
17275         buffer.  This code was obviously not supposed to last long, but
17276         it's stuck in our ABI, so it required a little hack to make it
17277         ABI-compatible.  Fixes #142585.
17278         * gst-libs/gst/resample/resample.h: same.
17279
17280 2004-05-18  David Schleef  <ds@schleef.org>
17281
17282         * configure.ac: Add sunaudio
17283         * examples/Makefile.am: make gstplay depend on gconf
17284         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
17285         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
17286         (convert_table_lookup), (img_convert): remove c99-isms
17287         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
17288           unsigned, to fix a warning on Solaris
17289         * gst/mpeg1sys/systems.c: bcopy->memcpy
17290         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
17291         * sys/Makefile.am: Add sunaudio
17292
17293 2004-05-18  Wim Taymans  <wim@fluendo.com>
17294
17295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
17296         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17297         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
17298         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
17299         (gst_ogg_mux_loop):
17300         Fix an ugly memleak where the muxer didn't flush enough ogg
17301         pages. This also resulted in badly muxed ogg files.
17302
17303 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17304
17305         * gst/asfdemux/asfheaders.c :
17306         * gst/asfdemux/asfheaders.h :
17307         * gst/asfdemux/gstasfdemux.c :
17308           - fix ASF_OBJ_PADDING guid
17309           - add 3 new object guids (language list, metadata,
17310             extended stream properties)
17311           - add a function to parse extended header objects
17312
17313 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17314
17315         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17316           remove leftover debugging g_print
17317
17318 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17319
17320         * ext/mad/gstmad.c: (gst_mad_handle_event):
17321           Fix for when the first format in a discont event is not a
17322           byte-based one. Should fix #137710.
17323
17324 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17325
17326         * m4/a52.m4 : fix compilation with -Wall -Werror
17327         * m4/libfame.m4 : idem
17328         * m4/libmikmod.m4 : idem
17329
17330 2004-05-17  Benjamin Otte  <otte@gnome.org>
17331
17332         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17333           signal the new tags before giving up the reference
17334
17335 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17336
17337         * ext/shout2/gstshout2.c:
17338           use application/ogg instead of application/x-ogg (patch by Patrick
17339           Guimond, fixes #142432)
17340         * sys/oss/gstosselement.c: (gst_osselement_reset),
17341         (gst_osselement_sync_parms):
17342           don't set fragment size unless specified (fixes #142493)
17343
17344 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17345
17346         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
17347           fixes #142664
17348
17349 2004-05-17  Benjamin Otte  <otte@gnome.org>
17350
17351         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17352           compute offsets correctly for internal buffers so timestamps are set
17353           correctly when we can't seek. Also handle cases where there are no
17354           offsets. (based on a patch by David Moore, fixes #142507)
17355
17356 2004-05-17  Benjamin Otte  <otte@gnome.org>
17357
17358         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17359           use correct variable when determining amount of data to skip so we
17360           don't skip into the void and segfault
17361
17362 2004-05-16  Benjamin Otte  <otte@gnome.org>
17363
17364         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17365           Hi, I'm a memleak
17366
17367 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17368
17369         * gst/asfdemux/gstasfdemux.c:
17370           - fix a mem leak and always propagate tags
17371           - add WMV3 to known video codecs (but no decoder yet)
17372           - replace "surplus data" at end of audio header for what
17373             it is : codec specific data
17374           - fix a typo
17375
17376 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
17377
17378         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
17379
17380         * gst-libs/gst/audio/audioclock.c:
17381           Fix wrong return type (#142205).
17382
17383 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17384
17385         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
17386           Ignore CRCs by default (fixes #142566).
17387
17388 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17389
17390         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
17391         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
17392         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
17393         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
17394         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17395         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
17396           Fix for cases where we fail to attach to a mixer.
17397
17398 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17399
17400         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17401           Don't touch events after not owning them anymore.
17402         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17403         (gst_wavparse_fmt), (gst_wavparse_other),
17404         (gst_wavparse_handle_seek), (gst_wavparse_loop),
17405         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17406         (gst_wavparse_srcpad_event):
17407         * gst/wavparse/gstwavparse.h:
17408           Add seeking, fix querying.
17409
17410 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17411
17412         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17413           - process comments even if they don't end with \0\0
17414             g_convert would ignore them if present and works well without them
17415
17416 2004-05-16  Benjamin Otte  <otte@gnome.org>
17417
17418         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
17419           simplify caps
17420
17421 2004-05-16  Benjamin Otte  <otte@gnome.org>
17422
17423         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17424           don't write to memory we might not write to - g_convert does that
17425           for us anyway (fixes #142613)
17426         (gst_asf_demux_audio_caps):
17427           comment out gst_util_dump_mem
17428
17429 2004-05-16  Benjamin Otte  <otte@gnome.org>
17430
17431         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17432           compute correct expected timestamps after seek (broken since
17433           last commit)
17434         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
17435           rename element and debugging category to gdkpixbufscale
17436
17437 2004-05-16  Benjamin Otte  <otte@gnome.org>
17438
17439         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17440           add error checking to snd_pcm_delay and remove duplicate call to
17441           snd_pcm_delay that caused issues (see inline code comments)
17442         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17443           make more readable and fix return value when snd_pcm_delay fails
17444         (fixes #142586)
17445
17446 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
17447         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
17448         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
17449         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
17450         (gst_pixbufscale_link), (gst_pixbufscale_init),
17451         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
17452         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
17453         (gst_pixbufscale_get_property), (pixbufscale_init):
17454         * ext/gdk_pixbuf/pixbufscale.h:
17455         Add these files I forgot earlier
17456
17457 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
17458         * ext/gdk_pixbuf/Makefile.am:
17459         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17460         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17461         Add new pixbufscale element to scale RGB video
17462         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
17463         and HYPER interpolation correctly.
17464         * ext/theora/theoraenc.c: (theora_enc_chain),
17465         Discard buffer and return if explicit caps could not be set
17466         (theora_enc_get_property):
17467         Make _get return kbps for the bitrate consistent with
17468         the _set function.
17469
17470
17471 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17472
17473         * ext/libvisual/visual.c: (gst_visual_chain):
17474           add missing visual_audio_analyze
17475
17476 2004-05-14  David Schleef  <ds@schleef.org>
17477
17478         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
17479         is killed while we're playing.
17480         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
17481         gst_element_no_more_pads().
17482
17483 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17484
17485         * gst-libs/gst/riff/riff-read.c :
17486           - fix INFO tag extraction in RIFF/AVI files
17487             because gst_event_unref (event) also freed taglist
17488           - avoid a mem leak
17489
17490 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17491
17492         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
17493         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
17494
17495         * gst/auparse/gstauparse.c :
17496           - add code (commented for now) to support audio/x-adpcm on src pad
17497             (we have no decoder for those layout yet)
17498
17499         * gst/cdxaparse/gstcdxaparse.c :
17500         * gst/cdxaparse/gstcdxaparse.h :
17501           - partial rewrite using RiffRead (ripped iain's wavparse code)
17502
17503         * gst/rtp/gstrtpL16enc.c : typo
17504         * gst/rtp/gstrtpgsmenc.c : typo
17505
17506 2004-05-13  Benjamin Otte  <otte@gnome.org>
17507
17508         * configure.ac:
17509           check for exact version of libvisual, it's not supposed to be
17510           API/ABI stable yet
17511
17512 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17513
17514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
17515           signal no-more-pads
17516
17517 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17518
17519         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
17520         Report which format was used for GST_FORMAT_DEFAULT
17521         * gst/debug/Makefile.am:
17522         * gst/debug/gstdebug.c: (plugin_init):
17523         * gst/debug/progressreport.c: (gst_progressreport_base_init),
17524         (gst_progressreport_class_init), (gst_progressreport_init),
17525         (gst_progressreport_report), (gst_progressreport_set_property),
17526         (gst_progressreport_get_property), (gst_progressreport_chain),
17527         (gst_progressreport_plugin_init):
17528         Add progressreport element for testing.
17529
17530 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17531
17532         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
17533         * sys/v4l/gstv4lsrc.h:
17534         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17535         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17536         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
17537         (gst_v4lsrc_grab_frame):
17538           add more debugging
17539           send a discont at start
17540
17541 2004-05-12  Colin Walters  <walters@redhat.com>
17542
17543         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
17544         inflooping if we can't find a chunk.  Or in other words, don't blow
17545         chunks if we don't have a chunk to blow.
17546
17547 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17548         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
17549         Remove old debug output
17550         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
17551         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
17552         (gst_dvdec_set_property), (gst_dvdec_get_property):
17553         Change the quality setting to an enum, so it works from gst-launch
17554         Don't renegotiate a non-linked pad. Allows audio only decoding.
17555         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
17556         (gst_deinterlace_link), (gst_deinterlace_init):
17557         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17558         (gst_videodrop_link):
17559         Some caps negotiation fixes
17560
17561 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17562
17563         * ext/tarkin/gsttarkin.c :
17564           - Change RANK from NONE to PRIMARY
17565         * ext/gdk_pixbuf/gstgdkpixbuf.c :
17566           - Change RANK from NONE to MARGINAL
17567         * ext/divx/gstdivxenc.c :
17568           - Change RANK from PRIMARY to NONE (encoder/spider issue)
17569
17570 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17571
17572         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17573         (gst_vorbisenc_push_packet):
17574           copy a function that was added between 1.0 and 1.0.1 until we
17575           depend on worthwhile features of post-1.0
17576
17577 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17578
17579         * configure.ac:
17580           enable shout2 by default
17581         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17582         (gst_shout2send_base_init), (gst_shout2send_init),
17583         (gst_shout2send_connect), (gst_shout2send_change_state):
17584         * ext/shout2/gstshout2.h:
17585           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
17586           #142262)
17587         * ext/theora/theora.c: (plugin_init):
17588           don't set rank on encoders
17589
17590 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
17591
17592         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17593           Use codec_data property instead of flag1 and flag2 for wma
17594
17595 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17596
17597         * gst/cdxaparse/gstcdxaparse.c :
17598           - Add mpegversion to CAPS to make it link
17599           - Rank is as GST_RANK_SECONDARY instead of NONE
17600         * gst/auparse/gstauparse.c :
17601           - Document all audio encoding we can encounter from Solaris 9
17602             headers and libsndfile information.
17603           - Increase max. rate from 48000 to 192000 (to match other elements)
17604           - Don't try to play junk data between header and samples
17605
17606 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17607
17608         * ext/libvisual/visual.c: (gst_visual_getcaps):
17609           use the right caps depending on endianness (I hope)
17610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
17611           use GST_RANK_NONE for all non-decoding elements or spider gets
17612           mighty confused
17613
17614 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17615
17616         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17617           Fix some odd cases and fix BE metadata parsing of unicode16 text.
17618
17619 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17620
17621         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17622         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17623         (gst_switch_loop), (gst_switch_get_type):
17624           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
17625           HEADERS. Had to be said.
17626
17627 2004-05-10  David Schleef  <ds@schleef.org>
17628
17629         * configure.ac: Add prototype Dirac support.
17630         * ext/Makefile.am:
17631         * ext/dirac/Makefile.am:
17632         * ext/dirac/gstdirac.cc:
17633         * ext/dirac/gstdiracdec.cc:
17634
17635 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17636
17637         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
17638         (gst_auparse_init), (gst_auparse_chain),
17639         (gst_auparse_change_state):
17640           Hack around spider. Remove me some day please.
17641
17642 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17643
17644         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17645           Fix for some uninitialized variables in previous patch, also
17646           makes it work. Fixes #142286 while we're at it.
17647
17648 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17649
17650         * gst/auparse/gstauparse.c:
17651                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
17652                 only unsupported formats are ADPCM/CCITT G.72x
17653                 reviewed by Ronald
17654         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
17655
17656 2004-05-10  Wim Taymans  <wim@fluendo.com>
17657
17658         * ext/vorbis/Makefile.am:
17659         * ext/vorbis/README:
17660         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
17661         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
17662         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
17663         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
17664         (gst_oggvorbisenc_convert_sink),
17665         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
17666         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
17667         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
17668         (get_constraints_string), (update_start_message),
17669         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
17670         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
17671         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
17672         * ext/vorbis/oggvorbisenc.h:
17673         * ext/vorbis/vorbis.c: (plugin_init):
17674         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
17675         (raw_caps_factory), (gst_vorbisenc_class_init),
17676         (gst_vorbisenc_init), (gst_vorbisenc_setup),
17677         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
17678         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
17679         * ext/vorbis/vorbisenc.h:
17680         Added a raw vorbis encoder to be used with the oggmuxer.
17681         We still need the old encoder for some gnome applications,
17682         read the README to find out how that works.
17683         The raw encoder is called "rawvorbisenc" until 0.9.
17684
17685 2004-05-10  Wim Taymans  <wim@fluendo.com>
17686
17687         * ext/ogg/gstogg.c: (plugin_init):
17688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
17689         (gst_ogg_print):
17690         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
17691         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
17692         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
17693         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
17694         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
17695         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
17696         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
17697         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
17698         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
17699         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
17700         Added an ogg muxer.
17701         Small typo fixes in the demuxer.
17702
17703 2004-05-10  Wim Taymans  <wim@fluendo.com>
17704
17705         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17706         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17707         (theora_enc_change_state), (theora_enc_set_property),
17708         (theora_enc_get_property):
17709         Mark the last packet with an EOS flag which is not really needed
17710         in gstreamer.
17711         Do some better video framerate initialisation.
17712         Update the buffer timestamp.
17713
17714 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
17715
17716         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
17717         Return the result of the parent state change call
17718
17719 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17720
17721         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
17722         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
17723         * gst/law/alaw-encode.c : (idem)
17724         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
17725         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
17726         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
17727
17728 2004-05-09  Benjamin Otte  <otte@gnome.org>
17729
17730         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17731           don't use a fixed buffer size when writing variable length data to
17732           it. Fixes memory corruption and makes alsasrc work
17733
17734 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17735
17736         * ext/gnomevfs/gstgnomevfssink.c:
17737         (_gst_boolean_allow_overwrite_accumulator),
17738         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
17739           Run glib's default signal handler (??) in RUN_CLEANUP rather than
17740           RUN_LAST, and don't use that to set the accumulator value because
17741           then it's always FALSE.
17742
17743 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17744
17745         * gst-libs/gst/riff/riff-media.c:
17746         (gst_riff_create_video_caps_with_data),
17747         (gst_riff_create_audio_caps),
17748         (gst_riff_create_audio_template_caps):
17749         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17750           Fix for unaligned RIFF files (i.e. where all the chunks together
17751           in a LIST chunk are not of the same size as the size given in
17752           the LIST chunk header). Fixes several odd WAVE files. Also fix
17753           ADPCM (block_align property) in audio, so that wavparse based
17754           on this works now as it used to stand-alone.
17755
17756 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
17757
17758         reviewed by Benjamin Otte  <otte@gnome.org>
17759
17760         * ext/a52dec/gsta52dec.c:
17761         * ext/divx/gstdivxdec.c:
17762         * ext/divx/gstdivxenc.c:
17763         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17764         * ext/faac/gstfaac.c: (gst_faac_base_init):
17765         * ext/faad/gstfaad.c: (gst_faad_base_init):
17766         * ext/ivorbis/vorbisfile.c:
17767         * ext/lame/gstlame.c:
17768         * ext/libfame/gstlibfame.c:
17769         * ext/mpeg2enc/gstmpeg2enc.cc:
17770         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17771         * ext/sidplay/gstsiddec.cc:
17772         * ext/speex/gstspeexdec.c:
17773         * ext/speex/gstspeexenc.c:
17774         * ext/xvid/gstxviddec.c:
17775         * ext/xvid/gstxvidenc.c:
17776           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
17777           (fixes #142193)
17778
17779 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17780
17781         * ext/alsa/gstalsa.c: (device_list),
17782         (gst_alsa_class_probe_devices):
17783         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17784           Fix alsa oddness in mixer after the combination of using mixer
17785           in source/sink elements and using hw:x,y instead of just hw:x.
17786
17787 2004-05-09  Benjamin Otte  <otte@gnome.org>
17788
17789         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
17790         (gst_wavparse_create_sourcepad):
17791           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
17792           sourcepads
17793
17794 2004-05-09  Benjamin Otte  <otte@gnome.org>
17795
17796         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17797           allow discont events before caps nego
17798
17799 2004-05-08  Benjamin Otte  <otte@gnome.org>
17800
17801         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17802           don't leak events
17803
17804 2004-05-08  Benjamin Otte  <otte@gnome.org>
17805
17806         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17807         (gst_level_change_state), (gst_level_init):
17808         * gst/level/gstlevel.h:
17809           figure out if we're initialized directly instead of keeping a
17810           variable that's wrong in 90% of cases
17811           don't initialize pads and then leak them and use a new unitialized
17812           pad. (fixes #142084)
17813           these were bugs so n00bish I didn't find them for an hour :/
17814
17815 2004-05-08 Iain <iain@prettypeople.org>
17816
17817         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
17818         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
17819         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
17820         return the length that was read.
17821         (gst_riff_read_strf_auds): Allow fmt tags as well.
17822
17823 2004-05-07  David Schleef  <ds@schleef.org>
17824
17825         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
17826         signed char assumption in faad.h.
17827
17828 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17829
17830         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
17831           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
17832
17833 2004-05-07  Colin Walters  <walters@redhat.com>
17834
17835         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
17836         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
17837         function.
17838         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
17839         Add dispose function.
17840
17841 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
17842         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
17843           Fix caps nego and pad templates. RGB mode caps should
17844           work now.
17845         * ext/dvdnav/gst-dvd:
17846           Move mpeg2dec inside the thread because otherwise the
17847           queue rejects cap changes mid-stream
17848         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
17849         (gst_mpeg2dec_flush_decoder):
17850           For mpeg2dec > 0.4.0, call the flush function instead of
17851           manually extracting all in-flight frames.
17852         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
17853         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
17854           Change mime type video/dv go video/x-dv to match the
17855           rest of gst-plugins
17856
17857 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17858
17859         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17860         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
17861         (gst_alsa_sink_class_init):
17862         * ext/alsa/gstalsasink.h:
17863         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
17864         (gst_alsa_src_class_init):
17865         * ext/alsa/gstalsasrc.h:
17866           Make alsasink/src a subclass of alsamixer so that mixer stuff
17867           shows up in gst-rec. Needs some finetuning.
17868
17869 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17870
17871         * ext/lame/gstlame.c: (gst_lame_chain):
17872           simplify
17873         * ext/mad/gstmad.c: (gst_mad_handle_event):
17874           fix event leak
17875         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17876           be able to detect mp3 files < 4096 bytes
17877
17878 2004-05-06  Wim Taymans  <wim@fluendo.com>
17879
17880         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17881         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17882         (theora_enc_set_property), (theora_enc_get_property):
17883         Also encode the first frame, cleanup some code.
17884
17885 2004-05-06  Wim Taymans  <wim@fluendo.com>
17886
17887         * ext/mpeg2enc/gstmpeg2enc.cc:
17888         Forward events first before deciding that negotiation was
17889         not performed.
17890
17891 2004-05-06  Wim Taymans  <wim@fluendo.com>
17892
17893         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17894         First process the events before deciding that negotiation
17895         was not performed.
17896
17897 2004-05-06  Wim Taymans  <wim@fluendo.com>
17898
17899         * ext/theora/Makefile.am:
17900         * ext/theora/theora.c: (plugin_init):
17901         * ext/theora/theoradec.c: (theora_dec_change_state):
17902         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
17903         (gst_theora_enc_class_init), (gst_theora_enc_init),
17904         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
17905         (theora_enc_chain), (theora_enc_change_state),
17906         (theora_enc_set_property), (theora_enc_get_property):
17907         Added a theora encoder, grouped the encoder and decoder into the
17908         same plugin.
17909
17910 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17911
17912         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17913         (gst_jpegenc_chain):
17914         fix DURATION on outgoing buffers
17915         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
17916         debug using time formats
17917         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17919         (gst_xvimagesink_sink_link):
17920         windows with width/height 0 generate X errors, so don't allow them
17921
17922 2004-05-05  Wim Taymans  <wim@fluendo.com>
17923
17924         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
17925         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
17926         (gst_mpeg2dec_negotiate_format):
17927         * ext/mpeg2dec/gstmpeg2dec.h:
17928           removed the static pad template so that we can add the
17929           more accurate framerate value to the caps.
17930
17931
17932 2004-05-04  Benjamin Otte  <otte@gnome.org>
17933
17934         * configure.ac:
17935           check for kdemacros.h, too (should fix #141821)
17936         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
17937           don't crash if no header was sent, but nicely error out (fixes part
17938           of #141554)
17939
17940 2004-05-04  Wim Taymans  <wim@fluendo.com>
17941
17942         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
17943         parent dispose function to avoid segfault on destroy.
17944
17945 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17946
17947         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17948         (plugin_init):
17949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17950         (gst_xvimagesink_sink_link):
17951         clean up debugging caps
17952         also recreate xvimage when format has changed
17953
17954 2004-05-04  Benjamin Otte  <otte@gnome.org>
17955
17956         * ext/libvisual/Makefile.am:
17957         * ext/libvisual/visual.c: (gst_visual_class_init),
17958         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
17959         (gst_visual_srclink), (gst_visual_chain),
17960         (gst_visual_change_state), (plugin_init):
17961           use a GstAdapter to correctly adapt buffer sizes - allows using a
17962           framerate
17963
17964 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17965
17966         * sys/v4l/gstv4lelement.h:
17967         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
17969         (gst_v4lsrc_buffer_free):
17970         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
17971         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17972         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
17973         (gst_v4lsrc_requeue_frame):
17974         move some debugging categories around
17975         query for fps index and set accordingly if found
17976
17977 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17978
17979         * ext/lame/gstlame.c:
17980         correct defaults that lame_init puts out of range
17981
17982 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17983
17984         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
17985         (gst_divxenc_class_init):
17986         fix range since -1 is the default
17987         * gst/mpeg1sys/gstmpeg1systemencode.c:
17988         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
17989         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
17990         (gst_rtjpegdec_chain):
17991         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
17992         (gst_rtjpegenc_chain):
17993         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
17994         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
17995         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
17996         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
17997         * sys/v4l/gstv4lsrc.c:
17998         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17999         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18000         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18001         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
18002         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
18003           remove gst_info calls
18004
18005 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18006
18007         * Makefile.am:
18008         * po/af.po:
18009         * po/az.po:
18010         * po/en_GB.po:
18011         * po/nl.po:
18012         * po/sr.po:
18013         * po/sv.po:
18014           Updated translations
18015
18016 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18017
18018         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18019           refactor/comment code
18020
18021 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18022
18023         * gst/asfdemux/Makefile.am:
18024         * gst/asfdemux/asfheaders.c:
18025         * gst/asfdemux/asfheaders.h:
18026         * gst/asfdemux/gstasf.c: (plugin_init):
18027         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
18028         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
18029         (gst_asf_demux_setup_pad):
18030         * gst/asfdemux/gstasfdemux.h:
18031         * gst/asfdemux/gstasfmux.c:
18032         * gst/asfdemux/gstasfmux.h:
18033           Add tagging support to demuxer, split out registration in its own
18034           file instead of in demux (hacky), and prevent having some tables
18035           in our memory multiple times (in asfheaders.h).
18036
18037 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18038
18039         * gst/matroska/matroska-demux.c:
18040         (gst_matroska_demux_parse_metadata):
18041         * gst/matroska/matroska-ids.h:
18042           Basic tag reading support.
18043
18044 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18045
18046         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18047           Really detect ac-3 audio.
18048         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
18049           really detect matroska files (off-by-1).
18050
18051 2004-04-30  David Schleef  <ds@schleef.org>
18052
18053         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18054         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
18055         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
18056         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
18057         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
18058         hackage -- parse a lot more atoms, extract a few tags.  One might even
18059         mistake this for tag support.  Maybe it is.
18060         * gst/qtdemux/qtdemux.h:
18061
18062 2004-04-30  Colin Walters  <walters@verbum.org>
18063
18064         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
18065
18066 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18067
18068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18069         (gst_ffmpegcolorspace_getcaps):
18070           remove broken nego fix
18071
18072 2004-04-30  Benjamin Otte  <otte@gnome.org>
18073
18074         * configure.ac:
18075         * ext/Makefile.am:
18076         * ext/libvisual/Makefile.am:
18077         * ext/libvisual/visual.c:
18078           add initial support for libvisual (http://libvisual.sourceforge.net)
18079           libvisual is still quite alpha, so expect crashes in there :)
18080
18081 2004-04-29  David Schleef  <ds@schleef.org>
18082
18083         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
18084         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
18085         up qtdemux to make it spit out codec_data.  Do _not_ look at this
18086         code; you will no longer respect me.
18087
18088 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18089
18090         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
18091         * ext/alsa/gstalsa.h :
18092         change alsa pcm device discovery to find more than 1 device
18093         per card. code review by Ronald.
18094
18095 2004-04-29  David Schleef  <ds@schleef.org>
18096
18097         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
18098         Add a check for a driver bug on FreeBSD.  (bug #140565)
18099
18100 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18101
18102         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
18103         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18104         (gst_jpegenc_getcaps):
18105           move format setting to inner loop
18106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18107         (gst_ffmpegcolorspace_getcaps):
18108           use GST_PAD_CAPS if available so that we use already negotiated
18109           caps
18110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18111         (qtdemux_parse_moov), (qtdemux_parse):
18112           extra debugging
18113         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
18114         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
18115           move hardcoded path to DEFINE
18116
18117 2004-04-28  David Schleef  <ds@schleef.org>
18118
18119         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
18120         (bug #140064)
18121
18122 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18123
18124         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18125           Don't probe for playback device if we're a source element. Fixes
18126           #139658.
18127
18128 2004-04-29  Benjamin Otte  <otte@gnome.org>
18129
18130         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18131         (gst_id3_tag_chain):
18132           rewrite buffer offset
18133
18134 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18135
18136         * configure.ac:
18137         * ext/Makefile.am:
18138         * ext/dts/Makefile.am:
18139         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
18140         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
18141         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
18142         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
18143         (gst_dtsdec_loop), (gst_dtsdec_change_state),
18144         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
18145         (plugin_init):
18146         * ext/dts/gstdtsdec.h:
18147           New DTS decoder.
18148         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
18149         (gst_faad_srcconnect):
18150           Add ESDS atom handling (.m4a).
18151
18152 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18153
18154         * ext/divx/gstdivxdec.c: (plugin_init):
18155           Remove comment that makes no sense.
18156         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
18157           Fix for obvious typo that resulted in warnings during gst-register.
18158         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
18159         (gst_xviddec_sink_link):
18160           Fix caps negotiation a bit better.
18161         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18162           We call this 'codec_data', not 'esds'.
18163
18164 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18165
18166         * gst/monoscope/gstmonoscope.c:
18167           make sure we only provide 256x128
18168         * gst/monoscope/monoscope.c: (monoscope_init):
18169           assert size of 256x128
18170
18171 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18172
18173         * Makefile.am:
18174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
18175         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
18176           fixate to max width and height of device
18177
18178 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18179
18180         * Makefile.am:
18181         * sys/v4l/gstv4l.c:
18182         * sys/v4l/gstv4lsrc.c:
18183         * sys/v4l/v4l_calls.c:
18184         * sys/v4l/v4lsrc_calls.c:
18185           fix for qc-usb driver which fakes having more than one buffer
18186           by handing the same buffer twice, which confused GStreamer's/v4lsrc
18187           buffer_free override
18188           add debugging
18189
18190 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18191
18192         * Makefile.am:
18193         * gst/videotestsrc/gstvideotestsrc.c:
18194         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
18195         (gst_videotestsrc_init), (gst_videotestsrc_get),
18196         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
18197         * gst/videotestsrc/gstvideotestsrc.h:
18198           add num-buffers property
18199
18200         2004-04-26  Benjamin Otte  <otte@gnome.org>
18201
18202         * ext/mad/gstid3tag.c: (plugin_init):
18203           set id3mux rank to NONE so it doesn't confuse spider
18204           require audio/mpeg,mpegversion=1 in id3mux
18205
18206 2004-04-26  Benjamin Otte  <otte@gnome.org>
18207
18208         * configure.ac:
18209           detect faad correctly as non-working if it's indeed non-working
18210
18211 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18212
18213         * Makefile.am:
18214         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18215         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
18216         fix _getcaps so it only negotiates to its supported format
18217
18218 2004-04-25  Benjamin Otte  <otte@gnome.org>
18219
18220         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18221           fix memleak
18222
18223 2004-04-23  Benjamin Otte  <otte@gnome.org>
18224
18225         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18226           audio/x-raw-int with height rules! not. Now it's depth.
18227
18228 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18229
18230         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
18231         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18232         (gst_wavparse_loop):
18233           Missing variable initialization. Add handling of DVI ADPCM. Fix
18234           mis-parsing of LIST chunks. This works around a bug where we mis-
18235           parse non-aligning LIST chunks (so LIST chunks where the contents
18236           don't align with the actual LIST size). The correct fix is to use
18237           rifflib, I'm not going to fix wavparse - too much work. All this
18238           fixes #104878.
18239
18240 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18241
18242         reviewed by Benjamin Otte  <otte@gnome.org>
18243
18244         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
18245           fix shoutcast not working (fixes #140844)
18246
18247 2004-04-22  Benjamin Otte  <otte@gnome.org>
18248
18249         * ext/hermes/gsthermescolorspace.c:
18250         (gst_hermes_colorspace_caps_remove_format_info):
18251         * gst/colorspace/gstcolorspace.c:
18252         (gst_colorspace_caps_remove_format_info):
18253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18254         (gst_ffmpegcolorspace_caps_remove_format_info):
18255           s/gst_caps_simplify/gst_caps_do_simplify/
18256
18257 2004-04-22  Benjamin Otte  <otte@gnome.org>
18258
18259         * gst-libs/gst/riff/riff-media.c:
18260         (gst_riff_create_video_caps_with_data):
18261           mpegversion is an int
18262         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
18263           don't try to create pad templates with NULL caps, use any caps
18264           instead.
18265
18266 2004-04-20  David Schleef  <ds@schleef.org>
18267
18268         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
18269         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
18270         (bug #140384)
18271
18272 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18273
18274         reviewed by David Schleef
18275
18276         * ext/mad/gstid3tag.c: Add stdlib.h
18277         * gst/rtp/gstrtpgsmenc.c: same
18278         * gst/tags/gstid3tag.c: same
18279         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
18280         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
18281         GST_DISABLE_LOADSAVE use.
18282         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
18283         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
18284         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
18285         atol(3)).
18286         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
18287         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
18288         strtoul(3)).
18289         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
18290         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
18291         $(ID3_CFLAGS).
18292         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
18293         $(LIBFAME_CFLAGS).
18294
18295 2004-04-20  David Schleef  <ds@schleef.org>
18296
18297         * gst/realmedia/rmdemux.c:  This was supposed to part of the
18298         last checkin.  Same idea.
18299
18300 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18301
18302         reviewed by David Schleef
18303
18304         * configure.ac: bump required gstreamer version to 0.8.1.1
18305         because of following changes [--ds]
18306
18307         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
18308         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
18309         (gst_riff_read_header):  Use GST_READ_UINT*
18310         macros to access possibly unaligned memory.
18311
18312         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
18313         (mp3_type_find):  Use GST_READ_UINT*
18314         macros to access possibly unaligned memory.
18315         (mp3_type_find, mpeg1_parse_header, qt_type_find)
18316         (speex_type_find): Likewise
18317
18318         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
18319
18320         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
18321         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
18322         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
18323         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
18324         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
18325         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
18326         macros to access possibly unaligned memory.
18327
18328         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
18329         Likewise.
18330
18331         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
18332         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
18333
18334         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18335         Likewise.
18336
18337         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
18338         (gst_mpeg2subt_chain_subtitle): Likewise.
18339
18340         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
18341         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
18342         Likewise.
18343
18344         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
18345         Likewise.
18346
18347         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
18348         Likewise.
18349
18350         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
18351         Likewise.
18352
18353 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18354
18355         * configure.ac:
18356           update required version of GStreamer because of GST_TIME_FORMAT
18357
18358 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18359
18360         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
18361           remove leftover g_print
18362         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18363           don't try setting only a subset of the caps. We don't want to kill
18364           autoplugging on purpose
18365
18366 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18367
18368         * sys/ximage/ximagesink.c: (plugin_init):
18369         * sys/xvimage/xvimagesink.c: (plugin_init):
18370           add debugging categories
18371
18372 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18373
18374         * po/en_GB.po:
18375         * po/LINGUAS:
18376           Adding en_GB translation (Gareth Owen)
18377
18378 2004-04-20  David Schleef  <ds@schleef.org>
18379
18380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18381         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
18382         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
18383         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
18384         A number of new features and hacks to extract the esds atom and
18385         put it into the caps.  (bug #137724)
18386
18387 2004-04-19  David Schleef  <ds@schleef.org>
18388
18389         * gconf/Makefile.am: Fix for non-GNU make
18390         * gst-libs/gst/Makefile.am: Change directory order to handle
18391         GstPlay linking with gstinterfaces
18392         * gst-libs/gst/audio/make_filter: make use of tr portable
18393         * gst-libs/gst/play/Makefile.am: Add intended \
18394         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18395         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
18396         function prototype instead of void *.
18397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
18398         macro.
18399         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18400         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
18401         * gst/videofilter/make_filter: make use of tr portable
18402         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
18403
18404 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18405
18406         * po/LINGUAS:
18407         * po/uk.po:
18408           Added Ukrainian translation (Maxim V. Dziumanenko)
18409
18410 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18411
18412         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
18413         (gst_gsmdec_link), (gst_gsmdec_chain):
18414           Fix capsnego, simplify chain function slightly.
18415         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18416           Add GSM.
18417
18418 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18419
18420         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18421         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
18422         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
18423           Hack to make wavparse work with spider (always -> sometimes pad).
18424           Fixes #135862 && #140411.
18425
18426 2004-04-18  Benjamin Otte  <otte@gnome.org>
18427
18428         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18429         (gst_osselement_rate_probe_check),
18430         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
18431           get rid of \n in debug output
18432
18433 2004-04-17  Iain <iain@prettypeople.org>
18434
18435         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
18436         not just EOS.
18437
18438 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18439
18440         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18441         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
18442         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
18443         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
18444         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18445         (gst_id3_tag_change_state), (plugin_init):
18446           deprecate id3tag element and replace with id3demux/id3mux.
18447           great side effect: this ugly file is now even uglier, yay!
18448         * ext/mad/gstmad.h:
18449           remove non-available function
18450           update for new get_type
18451
18452 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18453
18454         * configure.ac:
18455           require mpeg2dec >= 0.4.0
18456
18457 2004-04-17  Benjamin Otte  <otte@gnome.org>
18458
18459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18460         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18461         (gst_xvimagesink_set_xwindow_id):
18462           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
18463           assorted cleanup fixes.
18464
18465 2004-04-16  David Schleef  <ds@schleef.org>
18466
18467         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
18468         * sys/xvimage/xvimagesink.h: same
18469
18470 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18471
18472         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18473           Fix GST_ELEMENT_ERROR with (NULL)
18474
18475 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18476
18477         * gst-libs/gst/riff/riff-media.c:
18478         (gst_riff_create_video_caps_with_data):
18479           Add div[3456] as fourccs for DivX 3 (fixes #140137).
18480
18481 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18482
18483         * gst-libs/gst/riff/riff-media.c:
18484         (gst_riff_create_video_caps_with_data),
18485         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
18486         (gst_riff_create_video_template_caps),
18487         (gst_riff_create_audio_template_caps):
18488         * gst-libs/gst/riff/riff-media.h:
18489         * gst-libs/gst/riff/riff-read.c:
18490         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
18491         * gst-libs/gst/riff/riff-read.h:
18492         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18493           Add MS RLE support. I added some functions to read out strf chunks
18494           into strf chunks and the data behind it. This is usually color
18495           palettes (as in RLE, but also in 8-bit RGB). Also use those during
18496           caps creation. Lastly, add ADPCM (similar to wavparse - which
18497           should eventually be rifflib based).
18498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18499         (gst_matroska_demux_init), (gst_matroska_demux_reset):
18500         * gst/matroska/matroska-demux.h:
18501           Remove placeholders for some prehistoric tagging system. Didn't add
18502           support for any tag system really anyway.
18503         * gst/qtdemux/qtdemux.c:
18504           Add support for audio/x-m4a (MPEG-4) through spider.
18505         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18506         (gst_wavparse_loop):
18507           ADPCM support (#135862). Increase max. buffer size because we
18508           cannot split buffers for ADPCM (screws references) and I've seen
18509           files with 2048 byte chunks. 4096 seems safe for now.
18510
18511 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18512
18513         * configure.ac: bump nano to 1
18514
18515 === release 0.8.1 ===
18516
18517 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18518
18519         * configure.ac: releasing 0.8.1, "Comforting Sounds"
18520
18521 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18522
18523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18524           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
18525           Fixes #140058
18526
18527 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18528
18529         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
18530           lower rank of dvddemux so that it's not used for mpeg playback.
18531
18532 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18533
18534         * configure.ac:
18535           save libs correctly when checking mad
18536
18537 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18538
18539         * ext/mad/gstid3tag.c: (plugin_init):
18540           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
18541
18542 2004-04-13  David Schleef  <ds@schleef.org>
18543
18544         * common/m4/gst-feature.m4: Call -config scripts with
18545         --plugin-libs if it is supported.
18546         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
18547         JPEG images are image/jpeg.
18548         * gst/debug/Makefile.am:
18549         * gst/debug/negotiation.c: (gst_negotiation_class_init),
18550         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
18551         (gst_negotiation_update_caps), (gst_negotiation_get_property),
18552         (gst_negotiation_plugin_init): Add a property that acts like
18553         filter caps.
18554         * testsuite/gst-lint:  Move license checking to be a standard
18555         test.
18556
18557 2004-04-13  David Schleef  <ds@schleef.org>
18558
18559         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
18560         patch from Sebastien Cote (bug #139958)
18561
18562 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18563
18564         * examples/gstplay/Makefile.am:
18565         * examples/gstplay/player.c: (main):
18566           make the commandline player example use gconf settings
18567
18568 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18569
18570         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18571         (gst_cacasink_sinkconnect), (gst_cacasink_init),
18572         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
18573           init/end library during state transition, not object
18574           creation/disposal.  get rid of custom dispose handler.
18575
18576
18577 2004-04-12  Christian Schaller <Uraeus@gnome.org>
18578
18579         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
18580         be a symlink
18581
18582 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18583
18584         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
18585           Handle JUNK chunks inside data section. Prevents warnings.
18586
18587 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18588
18589         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18590         (gst_riff_create_video_template_caps):
18591           Add MS video v1.
18592         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18593         (gst_avi_demux_stream_data):
18594           Add support for "rec-list" chunks.
18595
18596 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18597
18598         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18599           Fix another codecname mismatch.
18600
18601 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18602
18603         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18604           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
18605           so that MJPEG plays back.
18606
18607 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18608
18609         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18610         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
18611         * gst/mpeg1videoparse/gstmp1videoparse.h:
18612           Fix for some slight mis-cuts in buffer parsing, and for some
18613           potential overflows or faults-causers. Adds disconts. Also fixes
18614           #139105 while we're at it.
18615
18616 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18617
18618         * configure.ac:
18619         * sys/v4l2/gstv4l2element.h:
18620           Workaround for missing struct v4l2_buffer declaration in Suse 9
18621           and Mandrake 10 linux/videodev2.h header file (#135919).
18622
18623 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18624
18625         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18626           Bail out if no filename was given.
18627
18628 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18629
18630         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
18631         (gst_v4l2_fourcc_from_structure):
18632           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
18633           Y41B somewhere).
18634
18635 2004-04-09  Benjamin Otte  <otte@gnome.org>
18636
18637         * ext/gnomevfs/gstgnomevfssink.c:
18638         (_gst_boolean_allow_overwrite_accumulator),
18639         (gst_gnomevfssink_class_init):
18640           fix erase signal - if any handler returns false the file will not be
18641           overwritten. If no handler is connected, the file will not be
18642           overwritten either.
18643           renamed signal to "allow-overwrite"
18644         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
18645           free string when adding it to ID3 failed
18646         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18647           unref event when done
18648         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18649           free caps
18650         * gst/typefind/gsttypefindfunctions.c:
18651         (mpeg_video_stream_type_find):
18652           fix invalid read
18653
18654 2004-04-08  David Schleef  <ds@schleef.org>
18655
18656         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18657         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
18658
18659 2004-04-08  David Schleef  <ds@schleef.org>
18660
18661         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
18662         we don't support (bug #139532)
18663
18664 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18665
18666         * ext/mad/gstmad.c: (gst_mad_handle_event),
18667         (gst_mad_check_caps_reset), (gst_mad_chain),
18668         (gst_mad_change_state):
18669           only set explicit caps if they haven't been set before for
18670           this stream.  MPEG-audio sample rate/channels aren't allowed
18671           to change in-stream.
18672           Fixes #139382
18673
18674 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18675
18676         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
18677         (_gst_boolean_did_something_accumulator),
18678         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
18679         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
18680         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
18681         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
18682         (gst_gnomevfssink_change_state):
18683           Fix erase signal. Don't erase by default. Remove handoff signal.
18684           Remove erase property. Don't segfault. General cleanup.
18685
18686 2004-04-07  Benjamin Otte  <otte@gnome.org>
18687
18688         * gst-libs/gst/gconf/test-gconf.c: (main):
18689           add missing gst_init
18690
18691 2004-04-07  Benjamin Otte  <otte@gnome.org>
18692
18693         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18694           free the mutexes, too
18695
18696 2004-04-07  Benjamin Otte  <otte@gnome.org>
18697
18698         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18699           actually free the URI string
18700         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
18701           compute offset correctly when passing discont events
18702         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18703           don't leak discont events
18704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
18705           add some missing breaks so caps aren't copied randomly
18706         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
18707           if we realloc memory, we better use it
18708
18709 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18710
18711         * ext/mad/gstmad.c: (normal_seek):
18712           fix GST_FORMAT_TIME usage
18713
18714 2004-04-05  David Schleef  <ds@schleef.org>
18715
18716         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
18717         a deprecated function (hack!)
18718
18719 2004-04-05  Benjamin Otte  <otte@gnome.org>
18720
18721         * ext/esd/esdmon.c: (gst_esdmon_get):
18722           fix nonterminated vararg and memleak
18723
18724 2004-04-05  Benjamin Otte  <otte@gnome.org>
18725
18726         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
18727         (gst_ladspa_init), (gst_ladspa_force_src_caps),
18728         (gst_ladspa_set_property), (gst_ladspa_get_property),
18729         (gst_ladspa_instantiate), (gst_ladspa_activate),
18730         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
18731           clean up debugging
18732
18733 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
18734
18735         reviewed by Benjamin Otte  <otte@gnome.org>
18736
18737         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
18738           check for broken LADSPA parameters (fixes #138635)
18739
18740 2004-04-05  Benjamin Otte  <otte@gnome.org>
18741
18742         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
18743           advertise buffer-frames correctly on sinkpads
18744
18745 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18746
18747         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
18748         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
18749         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
18750         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
18751         (gst_mad_check_caps_reset), (gst_mad_chain):
18752         add more debugging, only reset caps when we're not in error state
18753
18754 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18755
18756         * ext/mad/gstmad.c: add debugging category, comment + cleanups
18757
18758 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18759
18760         reviewed by Benjamin Otte  <otte@gnome.org>
18761
18762         * configure.ac:
18763           fix == in test(1) operator
18764
18765 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18766
18767         reviewed by Benjamin Otte  <otte@gnome.org>
18768
18769         * configure.ac:
18770           fix --export-symblos-regex to a working regex.
18771
18772 2004-04-04  Benjamin Otte  <otte@gnome.org>
18773
18774         * sys/oss/.cvsignore:
18775           add for oss_probe
18776
18777 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
18778
18779         reviewed by Benjamin Otte  <otte@gnome.org>
18780
18781         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18782           add missing 'new_media' argument (fixes #138168)
18783         * gst/matroska/matroska-demux.c:
18784         (gst_matroska_demux_handle_seek_event):
18785           add vararg terminator (fixes #138169)
18786
18787 2004-04-02  David Schleef  <ds@schleef.org>
18788
18789         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
18790         disted (bug #138914)
18791
18792 2004-04-01  Benjamin Otte  <otte@gnome.org>
18793
18794         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
18795         (gst_alsa_close_audio):
18796           handle case better where a soundcard can't pause
18797         * ext/ogg/gstoggdemux.c:
18798           don't crash when we get events but don't have pads yet
18799
18800 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18801
18802         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18803           throw an error if we couldn't probe any caps.
18804
18805 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18806
18807         * ext/dvdnav/gst-dvd:
18808         Add a really simple sample DVD player
18809
18810 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18811
18812         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
18813         (gst_a52dec_push), (gst_a52dec_handle_event),
18814         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
18815         (gst_a52dec_change_state):
18816         * ext/a52dec/gsta52dec.h:
18817           Use a debug category, Output timestamps correctly
18818           Emit tag info, Handle events, tell liba52dec about cpu
18819           capabilities so it can use MMX etc.
18820         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
18821           Fix a crasher accessing invalid memory
18822         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
18823         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
18824         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18825         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
18826         (dvdnavsrc_query):
18827           Some support for byte-format seeking.
18828           Small fixes for still frames and menu button overlays
18829         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18830         (gst_mpeg2dec_alloc_buffer):
18831           Use a debug category. Adjust the report level of several items to
18832           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
18833           so it doesn't lose the GstBuffer pointer
18834         * gst/debug/Makefile.am:
18835         * gst/debug/gstdebug.c: (plugin_init):
18836         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
18837         (gst_navseek_base_init), (gst_navseek_class_init),
18838         (gst_navseek_init), (gst_navseek_seek),
18839         (gst_navseek_handle_src_event), (gst_navseek_set_property),
18840         (gst_navseek_get_property), (gst_navseek_chain),
18841         (gst_navseek_plugin_init):
18842         * gst/debug/gstnavseek.h:
18843           Add the navseek debug element for seeking back and forth in a
18844           video stream using arrow keys.
18845         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
18846         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
18847         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
18848         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
18849         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
18850         (gst_mpeg2subt_parse_header), (gst_get_nibble),
18851         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
18852         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
18853         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
18854         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
18855         * gst/mpeg2sub/gstmpeg2subt.h:
18856           Pretty much a complete rewrite. Now a loopbased element. May still
18857           require work to properly synchronise subtitle buffers.
18858         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
18859         (gst_dvd_demux_send_subbuffer):
18860         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
18861           Don't attempt to create subbuffers of size 0
18862           Reduce a couple of error outputs to warnings.
18863         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
18864         (gst_y4mencode_chain):
18865         Output the y4m frame header correctly.
18866
18867 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18868
18869         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18870           throw errors instead of allowing SIGFPE
18871
18872 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18873
18874         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
18875         (gst_gconf_render_bin_from_key):
18876           leak plugging and style fixing
18877
18878 2004-03-31  David Schleef  <ds@schleef.org>
18879
18880         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
18881         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
18882         (bug #138225)
18883         * gst/debug/Makefile.am:
18884         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
18885         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
18886         plugin.
18887         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
18888         (gst_negotiation_base_init), (gst_negotiation_class_init),
18889         (gst_negotiation_init), (gst_negotiation_getcaps),
18890         (gst_negotiation_pad_link), (gst_negotiation_chain),
18891         (gst_negotiation_set_property), (gst_negotiation_get_property),
18892         (gst_negotiation_plugin_init):  New element to talk about random
18893         negotiation things happening in a pipeline.
18894
18895 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18896
18897         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18898           fix integer addition with help of Stefan Kost
18899
18900 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18901
18902         * po/nl.po: updated Dutch translation (Elros Cyriatan)
18903
18904 2004-03-30  David Schleef  <ds@schleef.org>
18905
18906         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
18907         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
18908         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
18909         (bug #137504)
18910         * ext/mpeg2dec/gstmpeg2dec.h:
18911
18912 2004-03-30  David Schleef  <ds@schleef.org>
18913
18914         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
18915
18916 2004-03-30  David Schleef  <ds@schleef.org>
18917
18918         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
18919         Michael Petullo) to handle .mov
18920
18921 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18922
18923         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18924         (gst_osselement_rate_check_rate):
18925           probe caps correctly for sound cards that only support one format
18926
18927 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18928
18929         * ext/kio/kiosrc.cpp: (process_events):
18930           update handling event processing if inside KDE - untested
18931
18932 2004-03-29  David Schleef  <ds@schleef.org>
18933
18934         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
18935         by 2 to not interfere with other colorspaces.
18936         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
18937         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
18938         one to not interfere with ffmpeg_colorspace.
18939
18940 2004-03-29  David Schleef  <ds@schleef.org>
18941
18942         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
18943         aren't in the caps.
18944         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
18945         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
18946
18947 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18948
18949         * gst-libs/gst/riff/riff-media.c:
18950           fail on error, don't try to set stuff on NULL caps
18951
18952 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18953
18954         * configure.ac:
18955         * ext/Makefile.am:
18956         * ext/kio/Makefile.am:
18957         * ext/kio/kioreceiver.cpp:
18958         * ext/kio/kioreceiver.h:
18959         * ext/kio/kiosrc.cpp:
18960         * ext/kio/kiosrc.h:
18961           add experimental kiosrc plugin
18962         * ext/alsa/gstalsaplugin.c: (plugin_init):
18963           initialize debugging category only when we're sure registering the
18964           plugins worked.
18965
18966 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18967
18968         * examples/gstplay/player.c: (main):
18969         * gst-libs/gst/play/play.c: (gst_play_class_init),
18970         (gst_play_set_location), (gst_play_set_data_src),
18971         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18972         (gst_play_set_visualization), (gst_play_connect_visualization):
18973           check return values of element_set_state and return FALSE where
18974           failed
18975
18976 2004-03-29  Benjamin Otte  <otte@gnome.org>
18977
18978         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18979           try harder to check if an event is really a discont
18980
18981 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18982
18983         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
18984         * po/az.po:
18985
18986 2004-03-28  Benjamin Otte  <otte@gnome.org>
18987
18988         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18989         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18990         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18991           get rid of non-standard "..." ranges in case statements.
18992
18993 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
18994
18995         * gst/mpegstream/gstmpegdemux.c:
18996         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
18997         specific functionality split to the new dvddemux element.
18998         * gst/mpegstream/gstdvddemux.c:
18999         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
19000         streams, derived from mpegdemux.
19001         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
19002         up. SCR based timestamp rewriting can be turned off (will probably
19003         completely disappear soon).
19004         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
19005         hacking. General cleanup. All printf statements replaced by
19006         debugging messages. Almost complete libdvdnav support.
19007         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
19008         by events. New properties for audio and subpicture languages.
19009         (dvdnavsrc_update_highlight): Now uses events.
19010         (dvdnavsrc_user_op): Cleaned up.
19011         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
19012         based). Lots of cleanup, and propper support for most libdvdnav
19013         events.
19014         (dvdnavsrc_make_dvd_event): New function.
19015         (dvdnavsrc_make_dvd_nav_packet_event): New function.
19016         (dvdnavsrc_make_clut_change_event): New function.
19017
19018 2004-03-26  Benjamin Otte  <otte@gnome.org>
19019
19020         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
19021           fix bug where typefinding would claim it's theora whenever less then
19022           7 bytes of data were available
19023
19024 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19025
19026         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
19027         (gst_alawdec_base_init), (gst_alawdec_class_init),
19028         (gst_alawdec_init), (gst_alawdec_chain):
19029         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
19030         (gst_alawenc_base_init), (gst_alawenc_class_init),
19031         (gst_alawenc_init), (gst_alawenc_chain):
19032         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
19033         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
19034         (gst_mulawdec_init), (gst_mulawdec_chain):
19035         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
19036         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
19037         (gst_mulawenc_init), (gst_mulawenc_chain):
19038           Fix capsnego in all four, remove the unused property functions and
19039           simplify the chain functions slightly. I guess we could use macros
19040           or something similar for those, since the code is so similar, but
19041           I'm currently too lazy...
19042
19043 2004-03-24  David Schleef  <ds@schleef.org>
19044
19045         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19046         (gst_osselement_close_audio), (gst_osselement_probe_caps),
19047         (gst_osselement_get_format_structure),
19048         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
19049         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
19050         (gst_osselement_rate_int_compare): Add code to handle rate probing
19051         (bug #120883)
19052         * sys/oss/gstosselement.h: same
19053         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
19054         Use rate probing provided by osselement.
19055         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
19056
19057 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19058
19059         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
19060         (gst_xvidenc_get_property):
19061           ulong/int mess-up.
19062
19063 2004-03-24  David Schleef  <ds@schleef.org>
19064
19065         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
19066         (gst_speexdec_init):
19067         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
19068         (gst_speexenc_init):  Create the pad template correctly (from
19069         the static pad template, not a NULL pointer.)
19070
19071 2004-03-25  Benjamin Otte  <otte@gnome.org>
19072
19073         * gst/debug/Makefile.am:
19074         * gst/debug/breakmydata.c:
19075           add element that quasi-randomly changes bytes in the stream.
19076           Intended use is robustness checking of demuxers and decoders in
19077           media tests.
19078
19079 2004-03-24  Benjamin Otte  <otte@gnome.org>
19080
19081         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19082         (gst_alsa_probe_hw_params):
19083         * ext/alsa/gstalsa.h:
19084           debugging output fixes
19085
19086 2004-03-24  Benjamin Otte  <otte@gnome.org>
19087
19088         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
19089           don't g_return_if_fail if element is PLAYING, fail silently as every
19090           other element.
19091         * gst/effectv/gstquark.c: (gst_quarktv_chain):
19092           only fix needed for cast lvalue issues in gst-plugins
19093         * gst/volenv/gstvolenv.c: (gst_volenv_init):
19094           add proxy_getcaps
19095
19096 2004-03-24  Benjamin Otte  <otte@gnome.org>
19097
19098         * gst/level/gstlevel.c: (gst_level_init):
19099           add proxying getcaps function, so level doesn't advertise impossible
19100           caps
19101
19102 2004-03-24  David Schleef  <ds@schleef.org>
19103
19104         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19105         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
19106         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
19107         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
19108         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
19109         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
19110         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
19111         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
19112         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
19113         messages.  Divide the chunk size by the compression ratio
19114         (needed for MACE audio)
19115
19116 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19117
19118         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19119           Fix buffer overflow read error.
19120
19121 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19122
19123         * ext/alsa/gstalsa.h:
19124           Remove unused entry.
19125         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19126           Add cinepak.
19127         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19128         (gst_videodrop_link), (gst_videodrop_chain):
19129           Fix, sort of. Was horribly broken with new capsnego. Bah...
19130
19131 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
19132
19133         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
19134         (plugin_init):
19135         Add a monkeysaudio typefind function
19136
19137 2004-03-23  Johan Dahlin  <johan@gnome.org>
19138
19139         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
19140         (gst_play_video_fixate): Check so the structure has the field
19141         before trying to fixate them, this makes it possible to have
19142         fakesinks for video and audio output without printing errors on
19143         the output console.
19144
19145 2004-03-22  David Schleef  <ds@schleef.org>
19146
19147         * sys/oss/Makefile.am:
19148         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
19149         (check_rate), (add_rate):  Rate probing test app.
19150
19151 2004-03-21  Benjamin Otte  <otte@gnome.org>
19152
19153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19154         (_fixate_caps_to_int), (gst_audio_convert_fixate):
19155           add a fixation function that pretty much does the right thing (fixes
19156           #137556)
19157
19158 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
19159
19160         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
19161
19162 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19163
19164         reviewed by: Benjamin Otte  <otte@gnome.org>
19165
19166         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19167           terminate gst_event_new_discontinuous correctly (fixes parts of
19168           #137711)
19169
19170 2004-03-19  David Schleef  <ds@schleef.org>
19171
19172         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
19173         since it doesn't depend on X, and it's part of our ABI.
19174
19175 2004-03-19  Iain <iain@prettypeople.org>
19176
19177         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
19178         is_int in the structure, not the local variable.
19179
19180 2004-03-19  David Schleef  <ds@schleef.org>
19181
19182         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
19183         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
19184         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
19185         Improvements in caps negotiation.
19186
19187 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19188
19189         * po/LINGUAS:
19190         * po/af.po:
19191           adding Afrikaans (Petri Jooste)
19192
19193 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19194
19195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19196         (gst_ffmpegcolorspace_chain):
19197         throw error instead of g_critical (#137588)
19198
19199 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19200
19201         * Makefile.am:
19202         * configure.ac:
19203           dist common and m4 correctly
19204         * po/sv.po:
19205
19206 2004-03-17  David Schleef  <ds@schleef.org>
19207
19208         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
19209         (bug #137348)
19210
19211 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19212
19213         * po/LINGUAS:
19214         * po/sv.po:
19215           adding Swedish translation (Christian Rose)
19216
19217 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19218
19219         * Makefile.am: use release.mak
19220
19221 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19222
19223         * common/ChangeLog:
19224         * common/gst-autogen.sh:
19225           add some explanation about the version detection
19226         * configure.ac:
19227           fix X check
19228
19229 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19230
19231         * configure.ac: bump nano to 1
19232
19233 === release 0.8.0 ===
19234
19235 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19236
19237         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
19238
19239 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19240
19241         * configure.ac:
19242           update libtool version
19243         * gst-libs/gst/media-info/Makefile.am:
19244           actually use libtool version
19245
19246 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19247
19248         * configure.ac: fix speex detection to work with 1.0 but not 1.1
19249
19250 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19251
19252         * configure.ac:
19253         * gst-plugins.spec.in:
19254         * pkgconfig/Makefile.am:
19255         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
19256         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19257         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19258         * pkgconfig/gstreamer-libs.pc.in:
19259         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19260         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19261         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
19262         * pkgconfig/gstreamer-plugins.pc.in:
19263           remove @VERSION@ from some of the pc files since core and plugins
19264           are decoupled.
19265           created gstreamer-plugins.pc as it's a better name, but keeping
19266           -libs around for now to get fixes upstream done first.
19267
19268 2004-03-15  Julien MOUTTE <julien@moutte.net>
19269
19270         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
19271         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
19272         * gst-libs/gst/play/play.h:
19273
19274 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19275
19276         * *.c, *.cc: don't mix tabs and spaces
19277
19278 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19279
19280         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19281           use the new ffmpegcolorspace
19282         * gst-plugins.spec.in:
19283           package new colorspace and media-info
19284         * configure.ac:
19285         * pkgconfig/Makefile.am:
19286           fix some more disting issues
19287         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19288         * pkgconfig/gstreamer-media-info.pc.in:
19289           generate media-info pc files
19290
19291 2004-03-15  Johan Dahlin  <johan@gnome.org>
19292
19293         * *.h: Revert indenting
19294
19295 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19296
19297         * configure.ac:
19298           adding ffmpegcolorspace element
19299         * gst/ffmpegcolorspace/Makefile.am:
19300         * gst/ffmpegcolorspace/avcodec.h:
19301         * gst/ffmpegcolorspace/common.h:
19302         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19303         * gst/ffmpegcolorspace/dsputil.h:
19304         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19305         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19306         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
19307         (gst_ffmpeg_caps_to_pix_fmt):
19308         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19309         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19310         (gst_ffmpegcolorspace_caps_remove_format_info),
19311         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
19312         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
19313         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
19314         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
19315         (gst_ffmpegcolorspace_set_property),
19316         (gst_ffmpegcolorspace_get_property),
19317         (gst_ffmpegcolorspace_register):
19318         * gst/ffmpegcolorspace/imgconvert.c:
19319         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19320         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19321         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19322         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19323         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19324         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
19325         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
19326         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
19327         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
19328         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
19329         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
19330         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
19331         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
19332         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
19333         (img_get_alpha_info), (deinterlace_line),
19334         (deinterlace_line_inplace), (deinterlace_bottom_field),
19335         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19336         * gst/ffmpegcolorspace/imgconvert_template.h:
19337         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19338         * gst/ffmpegcolorspace/mmx.h:
19339         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
19340           adding ffmpegcolorspace element supplied by Ronald after cleaning
19341           up and pulling in the right bits of upstream source.
19342           I'm sure a better C/compiler wizard could do some cleaning up (for
19343           example use GLIB's malloc stuff), but as a first pass this
19344           works very well
19345
19346 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19347
19348         * ext/alsa/gstalsa.h:
19349           I assume Ronald forgot to commit the change to have cardname
19350           as a struct member.  Expect some public spanking at the next
19351           opportunity.
19352
19353 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19354
19355         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
19356         (gst_alsa_open_audio), (gst_alsa_close_audio):
19357         * ext/alsa/gstalsa.c:
19358           Don't open the device if we're a mixer (= padless).
19359         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
19360         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
19361         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
19362           Open mixer during state change rather than during object
19363           initialization. Also, get a device name. Currently in a somewhat
19364           hackish fashion, but I didn't really find something better.
19365
19366 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19367
19368         * *.c, *.h: run gst-indent
19369
19370 2004-03-14  Benjamin Otte  <otte@gnome.org>
19371
19372         * gst/modplug/gstmodplug.cc:
19373         * gst/modplug/gstmodplug.h:
19374           set correct timestamps on outgoing buffers
19375
19376 2004-03-14  Benjamin Otte  <otte@gnome.org>
19377
19378         * gst/modplug/gstmodplug.cc:
19379           handle events - don't do crap when a discont arrives that's not
19380           necessary
19381           This allows correct loading and playback of mods in Rhythmbox
19382
19383 2004-03-14  Benjamin Otte  <otte@gnome.org>
19384
19385         * configure.ac:
19386         * gst-libs/gst/gconf/Makefile.am:
19387         * pkgconfig/Makefile.am:
19388           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
19389           they get rebuilt properly
19390         * configure.ac:
19391           when checking for vorbis, try pkgconfig first.
19392         * gst/modplug/gstmodplug.cc:
19393           add fixate function
19394
19395 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19396
19397         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19398           Fix for obvious mistake, where we first shift the offset and then
19399           read a samplesize element assuming the old offset. Note that this
19400           part still has something weird, i.e. my movies containing those
19401           don't actually play well, but at least there's something that looks
19402           like sound now.
19403
19404 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
19405         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
19406         (plugin_init):
19407         Add a typefind function for speex format
19408
19409 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19410
19411         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
19412         (gst_asf_demux_setup_pad):
19413           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
19414           instead of 0. Reason is simple: some elements have a fps range
19415           of 1-max instead of 0-max. So now ASF video actually works.
19416
19417 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19418
19419         * po/LINGUAS:
19420         * po/sr.po:
19421           adding serbian as a language
19422
19423 2004-03-13  Benjamin Otte  <otte@gnome.org>
19424
19425         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19426           return taglist correctly from _get function, don't gst_pad_push it.
19427           (fixes #137042)
19428
19429 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19430         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19431
19432 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19433
19434         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
19435         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
19436         (gst_alsa_mixer_track_new):
19437         * ext/alsa/gstalsamixertrack.h:
19438           Fix ancient leftovers... MixerTrack is a GObject.
19439
19440 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19441
19442         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19443         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19444           Don't block during probing...
19445
19446 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19447
19448         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
19449         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
19450         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
19451         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
19452         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
19453         (gst_alsa_open_audio), (gst_alsa_close_audio):
19454         * ext/alsa/gstalsa.h:
19455           Add propertyprobe interface implementation, add some device-name
19456           property, all this so that it looks good in gnome-volume-control.
19457
19458 2004-03-12  David Schleef  <ds@schleef.org>
19459
19460         * configure.ac: the Hermes library controls hermescolorspace, not
19461         colorspace.
19462         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19463         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
19464         not /* */
19465         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
19466         * ext/sdl/sdlvideosink.h: ditto.
19467         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
19468
19469 2004-03-12  Benjamin Otte  <otte@gnome.org>
19470
19471         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
19472         (gst_x_overlay_got_xwindow_id):
19473         * gst-libs/gst/xoverlay/xoverlay.h:
19474           replace XID with unsigned long to get rid of the xlibs dependency in
19475           XOverlay (fixes #137004)
19476
19477 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19478         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
19479         (gst_agingtv_setup):
19480         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
19481         (gst_dicetv_base_init), (gst_dicetv_class_init),
19482         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
19483         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
19484         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19485         (gst_edgetv_setup), (gst_edgetv_rgb32):
19486         * gst/effectv/gsteffectv.c:
19487         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
19488         (gst_quarktv_set_property):
19489         * gst/effectv/gstrev.c: (gst_revtv_get_type),
19490         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19491         (gst_revtv_setup), (gst_revtv_rgb32):
19492         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
19493         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19494         (gst_shagadelictv_init), (gst_shagadelictv_setup),
19495         (gst_shagadelictv_rgb32):
19496         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
19497         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19498         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
19499         * gst/effectv/gstwarp.c:
19500         Port everything that can be ported to videofilter and fix up the caps.
19501         Can someone with a big-endian machine please check these?
19502
19503 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19504
19505         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
19506         (gst_osssink_chain), (gst_osssink_change_state):
19507           Latest fixes for A/V sync, audio playback and such. This is about
19508           all... MPEG playback issues are mostly related to the async build-
19509           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
19510
19511 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19512
19513         patch from: Stephane Loeuillet
19514
19515         * configure.ac:
19516           use pkg-config for some libraries, falling back to the old .m4 way
19517           (fixes #131270)
19518         * m4/libdv.m4:
19519           removed
19520
19521 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19522
19523         * configure.ac:
19524         * tools/Makefile.am:
19525         * tools/Makefile.in:
19526         * tools/gst-launch-ext-m.m:
19527         * tools/gst-launch-ext.1.in:
19528         * tools/gst-visualise-m.m:
19529         * tools/gst-visualise.1:
19530         * tools/gst-visualise.1.in:
19531           reorganizing generation of script tools
19532
19533 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19534
19535         * ext/divx/gstdivxdec.c:
19536           Downgrade priority. We prefer ffdec_mpeg4.
19537         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
19538         (gst_faad_chain), (gst_faad_change_state):
19539           Fix capsnego. Doesn't work for some sounds because we don't have
19540           a 5:1 to stereo element.
19541         * ext/xvid/gstxvid.c: (plugin_init):
19542           Add priority.
19543         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19544         (gst_osssink_change_state):
19545           Add discont handling.
19546
19547 2004-03-09  Colin Walters  <walters@verbum.org>
19548
19549         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
19550         conversion.
19551
19552 2004-03-09  Benjamin Otte  <otte@gnome.org>
19553
19554         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19555           the signals take 2 arguments
19556
19557 2004-03-09  David Schleef  <ds@schleef.org>
19558
19559         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
19560         (gst_alsa_fixate): Add fixate function.  (bug #136686)
19561         * ext/alsa/gstalsa.h:
19562         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
19563
19564 2004-03-09  Benjamin Otte  <otte@gnome.org>
19565
19566         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
19567         (gst_mikmod_change_state):
19568         * ext/mikmod/gstmikmod.h:
19569           make mikmod's loop function not loop infinitely and call
19570           gst_element_yield anymore
19571         * gst/modplug/gstmodplug.cc:
19572           fix pad negotiation (fixes #136590)
19573
19574 2004-03-09  David Schleef  <ds@schleef.org>
19575
19576         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
19577         doesn't conflict with the internal colorspace plugin.
19578         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
19579         satisfy the crappy-ass shell shipped by a certain vendor.
19580         * gst/videofilter/make_filter: same (bug #135299)
19581
19582 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19583
19584         * configure.ac: bump nano to 1
19585
19586 === release 0.7.6 ===
19587
19588 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19589
19590         * configure.in: releasing 0.7.6, "There"
19591
19592 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19593
19594         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19595         * pkgconfig/gstreamer-play.pc.in:
19596           synchronize the two
19597
19598 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19599
19600         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
19601         (cdparanoia_open), (cdparanoia_event):
19602           fix/add error handling
19603         * po/POTFILES.in:
19604           add cdparanoia source
19605         * tools/Makefile.am:
19606           make scripts executable
19607
19608 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19609
19610         * configure.ac:
19611         * ext/vorbis/Makefile.am:
19612         * sys/Makefile.am:
19613           remove id3types, vorbisfile and xvideosink from the build (#133783)
19614
19615 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19616
19617         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19618           Fix metadata read crash (#136537).
19619
19620 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19621
19622         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19623         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
19624           adding mime types, fixing the one-stop function
19625
19626 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19627
19628         * ext/nas/nassink.c and /ext/nas/nassink.h:
19629         More NAS love from Arwed von Merkatz
19630         So lets all sing 'Can you feel the NAS tonight'
19631
19632 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19633
19634         * tools/gst-launch-ext.in:
19635         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
19636
19637 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19638
19639         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19640         (gst_mpeg2dec_init):
19641         remove the user_data pad for now, because it is being used in
19642         fixating causing MPEG playback to fixate on 1000 Hz for playback.
19643         If someone knows how to fix this properly, please do.
19644
19645 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19646
19647         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19648         (gst_osssink_get_time):
19649         add a warning, IMO this won't get triggered anymore, remove later
19650
19651 2004-03-07  David Schleef  <ds@schleef.org>
19652
19653         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
19654         format (bug #136470)
19655
19656 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19657
19658         * gst-libs/Makefile.am:
19659         * gst-libs/gst/media-info/Makefile.am:
19660         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
19661         (error_callback), (gst_media_info_error_create),
19662         (gst_media_info_error_element), (gmip_init), (gmip_reset),
19663         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
19664         * gst-libs/gst/media-info/media-info-priv.h:
19665         * gst-libs/gst/media-info/media-info-test.c: (main):
19666         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19667         (gst_media_info_class_init), (gst_media_info_instance_init),
19668         (gst_media_info_set_source), (gst_media_info_read_with_idler),
19669         (gst_media_info_read_idler), (gst_media_info_read):
19670         * gst-libs/gst/media-info/media-info.h:
19671         fixed, should work now
19672
19673 2004-03-07  Christian Schaller <Uraeus@gnome.org>
19674
19675         * ext/nas/nassink.c:
19676         A bunch of NAS fixes from Arwed von Merkatz
19677
19678 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19679
19680         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
19681         (qtdemux_parse_trak):
19682           Fix crash (j might be greater than n_samples, in which case we're
19683           writing outside the allocated space for the array) and memleak.
19684
19685 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19686
19687         * sys/oss/gstosssink.c: (gst_osssink_chain):
19688           And another caller that couldn't handle delay < 0 (unsigned
19689           integer overflow). Video now continues playing on an audio
19690           buffer underrun, and the clock continues working. Audio still
19691           stalls.
19692
19693 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19694
19695         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19696         (gst_osssink_get_time):
19697           get_delay() may return values lower than 0. In those cases, we
19698           should not actually cast to *unsigned* int64, that will break
19699           stuff horribly. In my case, it screwed up A/V sync in movies
19700           in totem rather badly.
19701
19702 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19703
19704         * ext/faac/gstfaac.c: (gst_faac_chain):
19705         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19706         * ext/libpng/gstpngenc.c: (user_write_data):
19707         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19708         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19709         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19710         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19711         Fix several misuse of gst_buffer_merge (it doesn't take ownership
19712         of any buffer), should fix some leaks. I hope I didn't unref buffers
19713         that shouldn't be...
19714
19715 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19716
19717         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19718         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
19719         (error_callback), (gmi_reset), (gmi_seek_to_track),
19720         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
19721         (gmip_find_type_post), (gmip_find_stream_post),
19722         (gmip_find_track_streaminfo_post):
19723         * gst-libs/gst/media-info/media-info-priv.h:
19724         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
19725         (info_print), (main):
19726         * gst-libs/gst/media-info/media-info.c:
19727         (gst_media_info_error_create), (gst_media_info_error_element),
19728         (gst_media_info_instance_init), (gst_media_info_get_property),
19729         (gst_media_info_new), (gst_media_info_set_source),
19730         (gst_media_info_read_idler), (gst_media_info_read):
19731         * gst-libs/gst/media-info/media-info.h:
19732           first pass at making this work again.  This seems to work on
19733           tagged ogg/vorbis and mp3 files.
19734
19735 2004-03-06  Benjamin Otte  <otte@gnome.org>
19736
19737         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19738           fix huge leak: gst_buffer_merge doesn't unref the first argument
19739           itself.
19740
19741 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19742
19743         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
19744           report layer/mode/emphasis
19745
19746 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19747
19748         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
19749
19750 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19751
19752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19753           signal serial
19754
19755 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19756
19757         * ext/vorbis/vorbis.c: (plugin_init):
19758         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19759         (gst_vorbis_dec_init), (vorbis_dec_event):
19760         add debug category
19761         make vorbisdec handle _BYTE and _TIME queries
19762
19763 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19764
19765         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
19766           from the xing header
19767
19768 2004-03-06  Benjamin Otte  <otte@gnome.org>
19769
19770         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
19771         (gst_audio_convert_link), (gst_audio_convert_change_state),
19772         (gst_audio_convert_buffer_from_default_format):
19773           do conversions from/to float correctly, fix some caps nego errors,
19774           export correct supported caps in template and getcaps, use correct
19775           caps in try_set_caps functions
19776
19777 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19778
19779         For some reason, I only committed a ChangeLog entry yesterday and
19780         not the corresponding code...
19781         * ext/mad/gstmad.c: Fix detection of Xing headers
19782         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19783
19784 2004-03-06  Benjamin Otte  <otte@gnome.org>
19785
19786         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
19787         (gst_ogg_demux_src_query):
19788           make sure to handle the case where there's no current chain
19789           gracefully.
19790
19791 2004-03-05  David Schleef  <ds@schleef.org>
19792
19793         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
19794         Add fixate function. (bug #131128)
19795         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19796         (gst_sdlvideosink_fixate):  Add fixate function.
19797         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19798         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
19799         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
19800         Fix missing break that was causing ulaw to be interpreted as
19801         raw int.
19802
19803 2004-03-05  David Schleef  <ds@schleef.org>
19804
19805         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19806         Fix code that ignores return value of gst_buffer_merge().
19807         (bug #114560)
19808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
19809         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
19810         * testsuite/gst-lint:  Check for above.
19811
19812 2004-03-05  David Schleef  <ds@schleef.org>
19813
19814         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
19815         caps and throw an element error.  (bug #136334)
19816
19817 2004-03-05  David Schleef  <ds@schleef.org>
19818
19819         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
19820         (gst_faad_chain): Fix negotiation.
19821         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
19822         key and button events.
19823         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
19824         dung heap of code.
19825         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
19826         depends on gconf
19827         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
19828         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19829         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
19830         function to encourage better negotiation, particularly between
19831         audioconvert and osssink.
19832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
19833         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
19834         more important.
19835         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
19836         typefinding.
19837         * gst/vbidec/vbiscreen.c:  Add glib header
19838         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
19839
19840 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
19841
19842         * ext/mad/gstmad.c: Fix detection of Xing headers
19843         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19844
19845 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19846
19847         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19848         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
19849           debug updates
19850
19851 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19852
19853         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19854         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
19855         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
19856         files, and report the parsed length as a GST_TAG_DURATION tag.
19857         * gst/tags/gstid3tag.c: support TLEN (duration) tag
19858
19859 2004-03-05  Benjamin Otte  <otte@gnome.org>
19860
19861         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
19862           convert channels correctly. convert correctly to unsigned.
19863
19864 2004-03-05  Julien MOUTTE <julien@moutte.net>
19865
19866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
19867         we have a window before clearing it.
19868
19869 2004-03-05  Julien MOUTTE <julien@moutte.net>
19870
19871         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
19872         have a window before clearing it.
19873
19874 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19875
19876         * gconf/gstreamer.schemas.in:
19877         * gst-libs/gst/gconf/Makefile.am:
19878           version installation path the same way as for 0.6
19879         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19880         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19881         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19882           remove comment that was fixed
19883
19884 2004-03-05  David Schleef  <ds@schleef.org>
19885
19886         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
19887         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
19888         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
19889         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
19890         Add prototype code for handling seeking and querying.
19891
19892 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19893
19894         * examples/gstplay/player.c: (main):
19895           Initialize variables to NULL. Prevents a segfault because the
19896           (uninitialized) variable is not NULL, resulting in a crash on
19897           trying to reach error->message.
19898
19899 2004-03-05  Benjamin Otte  <otte@gnome.org>
19900
19901         * gst/audioconvert/gstaudioconvert.c:
19902         (gst_audio_convert_buffer_to_default_format):
19903         make float=>int conversion work correctly even in cornercases.
19904
19905 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
19906
19907         * debian/README.Debian:
19908         * debian/build-deps:
19909         * debian/changelog:
19910         * debian/control:
19911         * debian/control.in:
19912         * debian/copyright:
19913         * debian/gstreamer-a52dec.files:
19914         * debian/gstreamer-aa.files:
19915         * debian/gstreamer-alsa.files:
19916         * debian/gstreamer-alsa.manpages:
19917         * debian/gstreamer-arts.files:
19918         * debian/gstreamer-artsd.files:
19919         * debian/gstreamer-audiofile.files:
19920         * debian/gstreamer-avifile.files:
19921         * debian/gstreamer-cdparanoia.files:
19922         * debian/gstreamer-colorspace.files:
19923         * debian/gstreamer-doc.files:
19924         * debian/gstreamer-dv.files:
19925         * debian/gstreamer-dvd.files:
19926         * debian/gstreamer-esd.files:
19927         * debian/gstreamer-festival.files:
19928         * debian/gstreamer-flac.files:
19929         * debian/gstreamer-gconf.conffiles:
19930         * debian/gstreamer-gconf.files:
19931         * debian/gstreamer-gconf.postinst:
19932         * debian/gstreamer-gnomevfs.files:
19933         * debian/gstreamer-gsm.files:
19934         * debian/gstreamer-http.files:
19935         * debian/gstreamer-jack.files:
19936         * debian/gstreamer-jpeg.files:
19937         * debian/gstreamer-mad.files:
19938         * debian/gstreamer-mikmod.files:
19939         * debian/gstreamer-misc.files:
19940         * debian/gstreamer-mpeg2dec.files:
19941         * debian/gstreamer-oss.files:
19942         * debian/gstreamer-plugin-apps.files:
19943         * debian/gstreamer-plugin-apps.manpages:
19944         * debian/gstreamer-plugin-libs-dev.files:
19945         * debian/gstreamer-plugin-libs.files:
19946         * debian/gstreamer-plugin-template.postinst:
19947         * debian/gstreamer-plugin-template.postrm:
19948         * debian/gstreamer-sdl.files:
19949         * debian/gstreamer-sid.files:
19950         * debian/gstreamer-vorbis.files:
19951         * debian/gstreamer-x.files:
19952         * debian/mk.control:
19953         * debian/rules:
19954         Debian package info not maintained here.
19955
19956 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19957
19958         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
19959         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
19960         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
19961         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
19962         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
19963         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
19964         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
19965         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
19966         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
19967         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
19968         * gst-libs/gst/colorbalance/colorbalance.c:
19969         (gst_color_balance_class_init):
19970         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19971         (gst_color_balance_channel_class_init):
19972         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19973         * gst-libs/gst/play/play.c: (gst_play_class_init):
19974         * gst-libs/gst/propertyprobe/propertyprobe.c:
19975         (gst_property_probe_iface_init):
19976         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
19977         * gst-libs/gst/tuner/tunerchannel.c:
19978         (gst_tuner_channel_class_init):
19979         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
19980         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
19981         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
19982         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
19983         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
19984         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19985         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19986         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
19987         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
19988           fix signals to use - instead of _
19989         * ext/libcaca/gstcacasink.h:
19990         * ext/sdl/sdlvideosink.h:
19991           fix header rename
19992
19993 2004-03-04  David Schleef  <ds@schleef.org>
19994
19995         * testsuite/gst-lint:  Add a check for bad signal names.
19996
19997 2004-03-04  <kost@imn.htwk-leipzig.de>
19998
19999         reviewed by David Schleef
20000
20001         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
20002         modified the alpha channel and caused a warning. (bug #136192)
20003
20004 2004-04-03  Christian Schaller <Uraeus@gnome.org>
20005
20006         * gst-plugins.spec.in:
20007         Change names of plugins to actually be correct. Try to keep things
20008         alphabetical to avoid getting beat up by Thomas
20009
20010 2004-03-03  Julien MOUTTE <julien@moutte.net>
20011
20012         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
20013         Using ximagesink as a default if no gconf key found. We should
20014         probably consider using alsasink instead of osssink for the audio
20015         part.
20016
20017 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20018
20019         * configure.ac:
20020           fix --with-plugins, don't think it ever worked before
20021         * gst-plugins.spec.in:
20022           even more updates
20023
20024 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20025
20026         * ext/sdl/sdlvideosink.h:
20027         * sys/ximage/ximagesink.h:
20028         * sys/xvideo/xvideosink.h:
20029         * sys/xvimage/xvimagesink.h:
20030           Fix for move of gstvideosink.h -> videosink.h.
20031
20032 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20033
20034         * gst-libs/gst/xwindowlistener/Makefile.am:
20035           this is a plugin library, not a library
20036
20037 2004-03-01  David Schleef  <ds@schleef.org>
20038
20039         * AUTHORS:  Added some names.  Add yourself if you're still
20040         missing.
20041
20042 2004-03-01  David Schleef  <ds@schleef.org>
20043
20044         * MAINTAINERS: Add
20045
20046 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20047
20048         * gst-plugins.spec.in: clean up spec file
20049
20050 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20051
20052         * gst-libs/gst/video/Makefile.am:
20053         * gst-libs/gst/video/gstvideosink.c:
20054         * gst-libs/gst/video/gstvideosink.h:
20055           rename gstvideosink.h to videosink.h to match other headers
20056         * gst/mixmatrix/Makefile.am:
20057           fix plugin filename
20058         * gst/tags/Makefile.am: fix plugin filename
20059
20060 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20061
20062         * gst/tags/Makefile.am: fix plugin filename
20063
20064 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20065
20066         * examples/gstplay/player.c: (got_time_tick), (main):
20067           add error handler
20068           display time_tick more readably
20069         * gst/mixmatrix/Makefile.am:
20070           fix plugin file name
20071
20072 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
20073
20074         * sys/oss/gstosselement.c: (gst_osselement_probe),
20075         (device_combination_append), (gst_osselement_class_probe_devices):
20076         * sys/oss/gstosselement.h:
20077           Reworked enumeration of oss dsps and mixers so that gst-mixer works
20078           on my system using alsa oss emulation, fixes bug #135597
20079
20080 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20081
20082         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
20083         (gst_videodrop_chain), (gst_videodrop_change_state):
20084         * gst/videodrop/gstvideodrop.h:
20085           Work based on timestamp of input data, not based on the expected
20086           framerate from the input. The consequence is that this element now
20087           not only scales framerates, but also functions as a framerate
20088           corrector or framerate stabilizer/constantizer.
20089
20090 2004-02-27  David Schleef  <ds@schleef.org>
20091
20092         patches from jmmv@menta.net (Julio M. Merino Vidal)
20093
20094         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
20095         GST_ELEMENT_ERROR call (bug #135634)
20096         * gst/interleave/interleave.c: (interleave_buffered_loop),
20097         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
20098         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
20099         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20100         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
20101         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
20102         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
20103         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
20104         Fix GST_ELEMENT_ERROR call.
20105         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
20106         GST_ELEMENT_ERROR call.
20107
20108 2004-02-27  Benjamin Otte  <otte@gnome.org>
20109
20110         * gst-libs/gst/audio/audio.h:
20111           add macro to make sure header isn't included twice
20112         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20113           don't use gst_buffer_free
20114         * gst/playondemand/filter.func:
20115           don't use gst_data_free. Free data only once.
20116
20117 2004-02-26  David Schleef  <ds@schleef.org>
20118
20119         * gst-libs/gst/colorbalance/Makefile.am:
20120         * gst-libs/gst/mixer/Makefile.am:
20121         * gst-libs/gst/tuner/Makefile.am:
20122         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
20123         should not be disted, -marshal.h files should not be installed,
20124         and -enum.h files _should_ be installed.  Fix to make this the
20125         case.
20126
20127 === release 0.7.5 ===
20128
20129 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20130
20131         * configure.ac: release 0.7.5, "Under The Sea"
20132
20133 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20134
20135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20136         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
20137         * gst/videoscale/gstvideoscale.c:
20138         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20139           assorted debug/warning fixes
20140
20141 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20142
20143         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20144         (gst_videoscale_init), (gst_videoscale_chain),
20145         (gst_videoscale_set_property), (plugin_init):
20146         * gst/videoscale/gstvideoscale.h:
20147         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20148         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
20149         (gst_videoscale_planar400), (gst_videoscale_packed422),
20150         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
20151         (gst_videoscale_24bit), (gst_videoscale_16bit),
20152         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
20153         (gst_videoscale_scale_plane_slow),
20154         (gst_videoscale_scale_point_sample),
20155         (gst_videoscale_scale_nearest),
20156         (gst_videoscale_scale_nearest_str2),
20157         (gst_videoscale_scale_nearest_str4),
20158         (gst_videoscale_scale_nearest_32bit),
20159         (gst_videoscale_scale_nearest_24bit),
20160         (gst_videoscale_scale_nearest_16bit):
20161         add debugging category and use it properly
20162         fix use of GST_PTR_FORMAT
20163
20164 2004-02-25  Andy Wingo  <wingo@pobox.com>
20165
20166         * gst/interleave/interleave.c (interleave_buffered_loop): Always
20167         push only when channel->buffer is NULL. Prevents segfaults doing
20168         the state change after a nonlocal exit, like a scheme exception.
20169
20170         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20171         Handle the case where the intersected caps is empty.
20172
20173 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20174
20175         * gst/law/mulaw-decode.c: (mulawdec_link):
20176         * gst/law/mulaw.c: (plugin_init):
20177           fix mulawdec so it actually works again
20178
20179 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
20180
20181         reviewed by: David Schleef  <ds@schleef.org>
20182
20183         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
20184         (gst_gamma_init), (gst_gamma_set_property),
20185         (gst_gamma_get_property), (gst_gamma_calculate_tables),
20186         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
20187         for RGB, with separate r g and b correction factors. (#131167)
20188
20189 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20190
20191         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20192           only signal tags for bitrate if they're > 0 (#134894)
20193
20194 2004-02-24  David Schleef  <ds@schleef.org>
20195
20196         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
20197         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
20198         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
20199         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
20200         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
20201         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
20202         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
20203         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
20204         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
20205         category.  Attempt to fix timestamp calculation.
20206
20207 2004-02-24  Johan Dahlin  <johan@gnome.org>
20208
20209         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
20210
20211 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20212
20213         * configure.ac:
20214         * gconf/Makefile.am:
20215         * gconf/gstreamer.schemas:
20216         * gst-libs/gst/gconf/Makefile.am:
20217         * gst-libs/gst/gconf/gconf.c:
20218           version gconf schemas and install locations
20219
20220 2004-02-23  Benjamin Otte  <otte@gnome.org>
20221
20222         * ext/xine/xineinput.c: (gst_xine_input_dispose):
20223         (gst_xine_input_subclass_init):
20224           call parent dispose.
20225           change pad template for CD reader correctly
20226         * ext/xine/Makefile.am:
20227         * ext/xine/gstxine.h:
20228         * ext/xine/xine.c: (plugin_init):
20229         * ext/xine/xineaudiosink.c:
20230           wrap audio sinks, too
20231         * gst-libs/gst/resample/private.h:
20232         * gst-libs/gst/resample/resample.c: (gst_resample_init),
20233         (gst_resample_reinit), (gst_resample_scale),
20234         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
20235         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
20236         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
20237         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
20238         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
20239         * gst-libs/gst/resample/resample.h:
20240         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20241         (gst_audioscale_class_init), (gst_audioscale_link),
20242         (gst_audioscale_get_buffer), (gst_audioscale_init),
20243         (gst_audioscale_chain), (gst_audioscale_set_property),
20244         (gst_audioscale_get_property):
20245         * gst/audioscale/gstaudioscale.h:
20246           s/resample_*/gst_resample_*/i to not clobber namespaces
20247
20248 2004-02-23  Julien MOUTTE  <julien@moutte.net>
20249
20250         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20251         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
20252         (gst_riff_create_video_template_caps),
20253         (gst_riff_create_audio_template_caps),
20254         (gst_riff_create_iavs_template_caps):
20255         * gst-libs/gst/riff/riff-media.h:
20256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20257         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
20258         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
20259         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20260         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20261         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
20262         (gst_matroska_demux_plugin_init): First batch implementing audio and
20263         video codec tags in demuxers.
20264
20265 2004-02-22  Benjamin Otte  <otte@gnome.org>
20266
20267         * ext/xine/Makefile.am:
20268         * ext/xine/gstxine.h:
20269         * ext/xine/xine.c: (plugin_init):
20270         * ext/xine/xineinput.c:
20271           add input plugin wrapper. Playback from files, http, mms and cdda
20272           works.
20273         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
20274           remove leftover G_GNUC_UNUSED
20275         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
20276         (gst_asf_demux_identify_guid):
20277           improve debugging output
20278
20279 2004-02-22  Benjamin Otte  <otte@gnome.org>
20280
20281         reported by: Padraig O'Briain <padraig.obriain@sun.com>
20282
20283         * autogen.sh:
20284           replace test -e with test -x for mkinstalldirs to be more portable.
20285           (fixes #134816)
20286
20287 2004-02-22  Benjamin Otte  <otte@gnome.org>
20288
20289         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
20290
20291         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
20292           set rank to PRIMARY
20293         * gst/volume/gstvolume.c: (plugin_init):
20294           set rank to NONE
20295         fixes #134960
20296
20297 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
20298
20299         reviewed by Benjamin Otte  <otte@gnome.org>
20300
20301         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20302           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
20303
20304 2004-02-22  Benjamin Otte  <otte@gnome.org>
20305
20306         * configure.ac:
20307           export [_]*{gst,Gst,GST}.* symbols from plugins
20308
20309 2004-02-22  Christophe Fergeau <teuf@gnome.org>
20310
20311         reviewed by: Benjamin Otte  <otte@gnome.org>
20312
20313         * ext/lame/gstlame.c: (add_one_tag):
20314         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20315         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
20316         (gst_vorbisenc_metadata_set1):
20317         * gst/tags/gstid3tag.c:
20318         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
20319           apply fixes from bugs #135042 (lame can't write tags) and #133817
20320           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
20321
20322 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
20323
20324         * configure.ac: Export only gst_plugin_desc from plugins.
20325          Note that this change only makes any effect with Linux using libtool
20326          1.5.2 or higher. Otherwise it is silently ignored, but it would build
20327          fine. And don't try to have several versions of libtool in different
20328          directories.
20329
20330 2004-02-20  Andy Wingo  <wingo@pobox.com>
20331
20332         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
20333         interleave respectively.
20334
20335         * gst/interleave/deinterleave.c: New plugin: deinterleave
20336         (replaces on oneton).
20337         * gst/interleave/interleave.c: New plugin: interleave.
20338         * gst/interleave/plugin.h: Support file.
20339         * gst/interleave/plugin.c: Support file.
20340
20341         * configure.ac: Remove intfloat and oneton, add interleave.
20342
20343         * ext/sndfile/gstsf.c: Handle events better.
20344
20345         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
20346         and float2int operation. int2float has scheduling problems as
20347         noted in in2float_chain.
20348
20349 2004-02-20  Benjamin Otte  <otte@gnome.org>
20350
20351         * ext/xine/Makefile.am:
20352         * ext/xine/gstxine.h:
20353         * ext/xine/xine.c:
20354         * ext/xine/xineaudiodec.c:
20355         * ext/xine/xinecaps.c:
20356           add first version of xine plugin wrapper. Currently only wraps the
20357           QDM2 win32 DLL, and even that only in proof-of-concept quality.
20358         * configure.ac:
20359         * ext/Makefile.am:
20360           add xine plugin wrapper, disabled by default. Use --enable-xine to
20361           build. Note that it'll segfault on gst-register if you don't remove
20362           the goom and tvtime post plugins from xine.
20363         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20364         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
20365           add extradata parsing for QDM2.
20366           change around debugging prints.
20367
20368 2004-02-19  Benjamin Otte  <otte@gnome.org>
20369
20370         * ext/lame/gstlame.c: (gst_lame_chain):
20371         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20372           use gst_tag_list_insert when you want to insert tags
20373
20374 2004-02-18  David Schleef  <ds@schleef.org>
20375
20376         * configure.ac:  Move massink to gst-rotten
20377         * ext/Makefile.am:
20378         * ext/mas/Makefile.am:
20379         * ext/mas/massink.c:
20380         * ext/mas/massink.h:
20381
20382 2004-02-18  David Schleef  <ds@schleef.org>
20383
20384         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
20385         typefinding, since it seems to be worse than nothing.
20386         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
20387         atom to recognize .mp4 and .m4a files as video/quicktime.
20388
20389 2004-02-18  David Schleef  <ds@schleef.org>
20390
20391         * gst/sine/demo-dparams.c: (quit_live),
20392         (dynparm_log_value_changed), (dynparm_value_changed), (main):
20393         Use double dparams, not float.
20394         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20395         (gst_sinesrc_init): Change sync default to FALSE, since multiple
20396         sync'd elements don't really work correctly.
20397         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
20398         (volume_update_volume), (volume_get_property):  Change dparam
20399         to double.
20400
20401 2004-02-18  Julien MOUTTE  <julien@moutte.net>
20402
20403         * sys/ximage/ximagesink.c:
20404         (gst_ximagesink_xwindow_update_geometry),
20405         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20406         (gst_ximagesink_change_state), (gst_ximagesink_expose),
20407         (gst_ximagesink_init): Rework the way software video scaling works. So
20408         now we check on each chain call if the video frames are feeling the
20409         window. If not we try to renegotiate caps. On failure we memorize that
20410         and we won't try again for that PLAYING sessions.
20411         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
20412         failure.
20413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
20414         synchronous flag.
20415
20416 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20417
20418         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20419           break up _link so we can give a better debug message for errors
20420
20421 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20422
20423         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20424           set up debug category
20425
20426 2004-02-18  Julien MOUTTE <julien@moutte.net>
20427
20428         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20429         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
20430         the way renegotiation work. The event handling function is not taking
20431         care of external windows and renegotiate method check for pad flags
20432         NEGOTIATING. Should fix : #133209
20433
20434 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20435
20436         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
20437         pad is negotiating before trying renegotiation.
20438
20439 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20440
20441         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20442           pass on all possible mime types as typefind hints
20443
20444 2004-02-17  Julien MOUTTE <julien@moutte.net>
20445
20446         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
20447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
20448         possible SHM leak if we crash. All other apps using XShm are doing
20449         that.
20450
20451 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20452
20453         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20454         (gst_ximagesink_expose): Renegotiate size on expose.
20455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
20456         size on expose.
20457
20458 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20459
20460         * testsuite/alsa/sinesrc.c:
20461           cosmetic fix to fix compile issue with gcc 2.95.4
20462
20463 2004-02-16  Julien MOUTTE <julien@moutte.net>
20464
20465         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20466         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
20467         failed opening the audio device.
20468         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20469         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
20470         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
20471         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
20472         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20473         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20474         (gst_ximagesink_change_state), (gst_ximagesink_chain),
20475         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
20476         Removing some useless g_return_if_fail like wingo suggested.
20477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20478         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
20479         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20480         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
20481         (gst_xvimagesink_update_colorbalance),
20482         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
20483         (gst_xvimagesink_xcontext_clear),
20484         (gst_xvimagesink_get_fourcc_from_caps),
20485         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20486         (gst_xvimagesink_set_xwindow_id),
20487         (gst_xvimagesink_colorbalance_list_channels),
20488         (gst_xvimagesink_colorbalance_set_value),
20489         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
20490         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
20491
20492 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20493
20494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20495           throw error when not negotiated instead of asserting
20496
20497 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20498
20499         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
20500         correct data refcounting.
20501
20502 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20503
20504         * gst/switch/gstswitch.c: (gst_switch_change_state),
20505         (gst_switch_class_init): Cleaning the sinkpads correctly on state
20506         change, mostly the EOS flag.
20507
20508 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20509
20510         * examples/gstplay/player.c: (got_eos), (main): Adding some
20511         output for debugging.
20512         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
20513         timeouts if we go to any state different from PLAYING.
20514         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
20515         more EOS bugs in riff lib.
20516
20517 2004-02-14  Julien MOUTTE  <julien@moutte.net>
20518
20519         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
20520         visualization until i find a way to fix switch correctly.
20521         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
20522         EOS arrives.
20523         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20524         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20525         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
20526         Reworked switch to get a more correct behaviour with events and refing
20527         of data stored in sinkpads.
20528         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
20529         we don't pull from a pad in EOS.
20530
20531 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20532
20533         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20534           remove v1 tag even if we can't read it (makes sure we don't detect
20535           it again)
20536
20537 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20538
20539         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
20540         (gst_alsa_xrun_recovery):
20541         * ext/alsa/gstalsa.h:
20542           try xrun recovery when wait failed. Make xrun recovery function
20543           return TRUE/FALSE to indicate success. (might fix #134354)
20544
20545 2004-02-13  David Schleef  <ds@schleef.org>
20546
20547         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
20548         (dynparm_value_changed), (main): Convert from float to double.
20549         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
20550
20551 2004-02-13  David Schleef  <ds@schleef.org>
20552
20553         * gst/silence/gstsilence.c: (gst_silence_class_init),
20554         (gst_silence_set_clock), (gst_silence_get),
20555         (gst_silence_set_property), (gst_silence_get_property):
20556         * gst/silence/gstsilence.h: Add sync property.
20557         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20558         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
20559         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
20560         * gst/sine/gstsinesrc.h: Add sync property.
20561
20562 2004-02-13  David Schleef  <ds@schleef.org>
20563
20564         * gst/intfloat/gstint2float.c: (conv_f32_s16),
20565         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
20566
20567 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20568
20569         * configure.ac:
20570         * ext/Makefile.am:
20571         * gst-libs/ext/Makefile.am:
20572           move ffmpeg plugin to gst-ffmpeg module
20573
20574 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20575
20576         * configure.ac: use GST_ARCH to detect architecture
20577
20578 2004-02-12  Julien MOUTTE  <julien@moutte.net>
20579
20580         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
20581
20582 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20583
20584         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
20585           classify LADSPA plugins based on number of src/sink pads
20586           (#133663, Stefan Kost)
20587         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
20588           fix dparams registration
20589           (#133528, Stefan Kost)
20590         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
20591           fix use of isprint and use g_ascii_isprint instead
20592           (#133316, Stefan Kost)
20593
20594 2004-02-11  David Schleef  <ds@schleef.org>
20595
20596         Convert a few inner loops to use liboil.  This is currently
20597         optional, and is only enabled if liboil is present (duh!).
20598         * configure.ac: Check for liboil-0.1
20599         * gst/intfloat/Makefile.am:
20600         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
20601         (gst_int2float_chain_gint16):
20602         * gst/videofilter/Makefile.am:
20603         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
20604         (tablelookup_u8), (gst_videobalance_planar411):
20605         * gst/videotestsrc/Makefile.am:
20606         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
20607         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
20608         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
20609         (paint_hline_RGB565), (paint_hline_xRGB1555):
20610
20611 2004-02-11  David Schleef  <ds@schleef.org>
20612
20613         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
20614         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
20615         (gst_colorspace_getcaps), (gst_colorspace_link),
20616         (gst_colorspace_base_init), (gst_colorspace_init),
20617         (gst_colorspace_chain), (gst_colorspace_change_state),
20618         (plugin_init): Merge Ronald's patch (bug #117897) and update
20619         for new caps and negotiation.  Seems to work, although it
20620         shows off bugs in lcs.
20621
20622 2004-02-11  David Schleef  <ds@schleef.org>
20623
20624         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
20625         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
20626
20627 2004-02-11  David Schleef  <ds@schleef.org>
20628
20629         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
20630         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
20631         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
20632         Add server and port properties
20633
20634 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20635
20636         * m4/a52.m4:
20637         * m4/aalib.m4:
20638         * m4/as-ffmpeg.m4:
20639         * m4/as-liblame.m4:
20640         * m4/as-slurp-ffmpeg.m4:
20641         * m4/check-libheader.m4:
20642         * m4/esd.m4:
20643         * m4/freetype2.m4:
20644         * m4/gconf-2.m4:
20645         * m4/glib.m4:
20646         * m4/gst-alsa.m4:
20647         * m4/gst-artsc.m4:
20648         * m4/gst-ivorbis.m4:
20649         * m4/gst-matroska.m4:
20650         * m4/gst-sdl.m4:
20651         * m4/gst-shout2.m4:
20652         * m4/gst-sid.m4:
20653         * m4/gtk.m4:
20654         * m4/libdv.m4:
20655         * m4/libfame.m4:
20656         * m4/libmikmod.m4:
20657         * m4/ogg.m4:
20658         * m4/vorbis.m4:
20659           fix underquotedness of macros (#133800)
20660         * m4/as-avifile.m4:
20661         * m4/xmms.m4:
20662           removed because no longer used
20663
20664 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20665
20666         * configure.ac:
20667           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
20668           by autopoint (fixes #132996)
20669
20670 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20671
20672         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
20673         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
20674         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
20675         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
20676           fix memleaks
20677
20678 2004-02-11  David Schleef  <ds@schleef.org>
20679
20680         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20681         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
20682         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
20683         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
20684         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
20685         (gst_jpegenc_class_init), (gst_jpegenc_init),
20686         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
20687         (gst_jpegenc_chain), (gst_jpegenc_set_property),
20688         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
20689         * ext/jpeg/gstjpegenc.h: Fix negotiation.
20690
20691 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20692
20693         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20694         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
20695         * ext/mikmod/gstmikmod.h:
20696           fix caps negotiation in mikmod
20697         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
20698           output debug information
20699
20700 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20701
20702         * gst-libs/gst/colorbalance/Makefile.am:
20703         * gst-libs/gst/navigation/Makefile.am:
20704         * gst-libs/gst/xoverlay/Makefile.am:
20705           remove unused GST_OPT_CFLAGS from Makefiles
20706           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
20707
20708 2004-02-07  David Schleef  <ds@schleef.org>
20709
20710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
20711         push events to pads that haven't been created (#133508)
20712
20713 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
20714
20715         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
20716         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
20717         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
20718         (gst_dvdec_loop), (gst_dvdec_change_state):
20719         Second attempt at committing a working dvdec element.
20720
20721 2004-02-06  David Schleef  <ds@schleef.org>
20722
20723         Build fixes for OS X: (see #129600)
20724         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
20725         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
20726         (gst_riff_read_strf_iavs):
20727         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20728         (gst_avi_demux_stream_odml):
20729         * gst/playondemand/Makefile.am:
20730         * gst/rtp/rtp-packet.c:
20731
20732 2004-02-05  David Schleef  <ds@schleef.org>
20733
20734         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
20735         last change, because it Just Doesn't Compile.
20736
20737 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20738
20739         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20740           skip undecodable id3v2 tag instead of keeping it
20741
20742 2004-02-05  David Schleef  <ds@schleef.org>
20743
20744         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20745         Unref leaked buffer.  (Noticed by Ronald)
20746
20747 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
20748
20749         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20750         Sync requires with other checks.  >= vs =.
20751
20752 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
20753
20754         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20755         (gst_dvdec_video_link), (gst_dvdec_loop):
20756         * ext/dv/gstdvdec.h:
20757           rework the caps negotiation so that dvdec works again instead
20758           of just segfaulting.
20759
20760 === release 0.7.4 ===
20761
20762 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20763
20764         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
20765         * configure.ac: changed for release
20766
20767 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20768
20769         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
20770         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20771         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20772         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20773           reworked patch by David Lehn to fix libdir and includedir for
20774           uninstalled libraries
20775           removed play and gconf from gstreamer-libs since they have their
20776           own pkgconfig files
20777
20778 2004-02-04  David Schleef  <ds@schleef.org>
20779
20780         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
20781         memleak.
20782
20783 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20784
20785         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20786           use correct GST_TAG_ENCODER tag
20787
20788 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20789
20790         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20791           be sure to stop the clock when going to paused
20792         * sys/oss/gstosssink.c: (gst_osssink_change_state):
20793           reset number of transmitted when going to ready.
20794         fixes #132935
20795
20796 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
20797
20798         reviewed by Benjamin Otte
20799
20800         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20801           extract track count (fixes #133410)
20802
20803 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20804
20805         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20806           that should be !=, not == (fixes #132519)
20807
20808 2004-02-04  David Schleef  <ds@schleef.org>
20809
20810         Make sure set_explicit_caps() is called before adding pad.
20811         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20812         * gst/id3/gstid3types.c: (gst_id3types_loop):
20813         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20814         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20815
20816 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20817
20818         * configure.ac:
20819           bump nano to 2, first prerelease
20820           put back AM_PROG_LIBTOOL
20821
20822 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20823
20824         * testsuite/alsa/Makefile.am:
20825           these are user test apps, not automatic testsuite tests
20826
20827 2004-02-04  David Schleef  <ds@schleef.org>
20828
20829         Convert GST_DEBUG_CAPS() to GST_DEBUG():
20830         * gst/mpeg1videoparse/gstmp1videoparse.c:
20831         (mp1videoparse_parse_seq):
20832         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20833         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20834         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
20835         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20836         (gst_xvideosink_getcaps):
20837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20838         * testsuite/gst-lint: more tests
20839
20840 2004-02-04  David Schleef  <ds@schleef.org>
20841
20842         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
20843         with the code that they would expand to.
20844         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
20845         (gst_flacdec_get_src_query_types),
20846         (gst_flacdec_get_src_event_masks):
20847         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
20848         (gst_gnomevfssrc_get_query_types),
20849         (gst_gnomevfssrc_get_event_mask):
20850
20851 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20852
20853         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20854         (gst_sinesrc_dispose):
20855           fix memleak by properly disposing sinesrc
20856
20857 2004-02-04  Julien MOUTTE  <julien@moutte.net>
20858
20859         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
20860         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
20861         an overlay to redraw the image because it has been exposed.
20862         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
20863         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
20864         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
20865         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
20866         interface
20867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
20868         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
20869         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
20870         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
20871         interface
20872
20873 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20874
20875         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20876           more memleak fixage
20877
20878 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20879
20880         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20881         * gst/typefind/gsttypefindfunctions.c:
20882           fix memleaks shown by gst-typefind
20883
20884 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20885
20886         * common/glib-gen.mak:
20887           add hack rule to touch .Plo files
20888         * gst-libs/gst/colorbalance/Makefile.am:
20889         * gst-libs/gst/mixer/Makefile.am:
20890         * gst-libs/gst/play/Makefile.am:
20891         * gst-libs/gst/tuner/Makefile.am:
20892           remove glib_root variable
20893
20894 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20895
20896         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
20897           set explicit caps before adding the element, so the autopluggers can
20898           plug correctly.
20899         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20900         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20901         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20902         (dv_type_find):
20903           fix memleaks in typefind functions. gst_type_find_suggest takes a const
20904           argument.
20905
20906 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20907
20908         * gst-libs/gst/colorbalance/Makefile.am:
20909         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
20910         * gst-libs/gst/colorbalance/colorbalance.c:
20911         * gst-libs/gst/colorbalance/colorbalance.h:
20912         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
20913         * gst-libs/gst/mixer/Makefile.am:
20914         * gst-libs/gst/mixer/mixer-marshal.list:
20915         * gst-libs/gst/mixer/mixer.c:
20916         * gst-libs/gst/mixer/mixer.h:
20917         * gst-libs/gst/mixer/mixermarshal.list:
20918         * gst-libs/gst/play/Makefile.am:
20919         * gst-libs/gst/play/play.h:
20920         * gst-libs/gst/tuner/Makefile.am:
20921         * gst-libs/gst/tuner/tuner-marshal.list:
20922         * gst-libs/gst/tuner/tuner.c:
20923         * gst-libs/gst/tuner/tuner.h:
20924         * gst-libs/gst/tuner/tunermarshal.list:
20925           use new glib-gen.mak snippet to clean up Makefile.am
20926           fix various bugs in Makefile.am's
20927
20928 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20929
20930         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
20931           handle chain parsing correctly in the multichain case
20932         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
20933         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
20934         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
20935         (theora_dec_chain):
20936           handle events and queries correctly
20937
20938 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20939
20940         * .cvsignore:
20941         Ignore generated file _stdint.h.
20942
20943 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20944
20945         * gst-libs/gst/colorbalance/Makefile.am:
20946         * gst-libs/gst/colorbalance/colorbalance.h:
20947         * gst-libs/gst/mixer/Makefile.am:
20948         * gst-libs/gst/mixer/mixer.h:
20949         * gst-libs/gst/play/Makefile.am:
20950         * gst-libs/gst/play/play.h:
20951         * gst-libs/gst/tuner/Makefile.am:
20952         * gst-libs/gst/tuner/tuner.h:
20953         Generate enum type code with glib-mkenums.
20954         * gst-libs/gst/colorbalance/.cvsignore:
20955         * gst-libs/gst/mixer/.cvsignore:
20956         * gst-libs/gst/play/.cvsignore:
20957         * gst-libs/gst/tuner/.cvsignore:
20958         Ignore generated files.
20959
20960 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20961
20962         * gst-libs/gst/audio/.cvsignore:
20963         Ignore generated file.
20964         * gst-libs/gst/audio/Makefile.am:
20965         Do not install example filter.
20966
20967 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20968
20969         * examples/switch/.cvsignore:
20970         Ignore generated file.
20971
20972 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20973
20974         * common/m4/ax_create_stdint_h.m4:
20975         * configure.ac:
20976           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
20977           _stdint.h.
20978         * Makefile.am:
20979           remove generated _stdint.h in DISTCLEANFILES
20980         * ext/a52dec/gsta52dec.c:
20981           include _stdint.h for a52dec. (should fix #133064)
20982
20983 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20984
20985         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
20986         (gst_tag_to_vorbis_comments):
20987         Add replaygain support to vorbistag
20988
20989 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20990         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
20991         (gst_ffmpeg_caps_to_extradata):
20992           Fix SVQ3 caps flag properties
20993           Use glib macro for bytes swap
20994
20995 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20996
20997         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
20998         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
20999         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21000         * ext/sndfile/gstsf.c: (plugin_init):
21001         * gst/avi/gstavi.c: (plugin_init):
21002         * sys/dxr3/dxr3init.c: (plugin_init):
21003         * sys/oss/gstossaudio.c: (plugin_init):
21004         * sys/v4l/gstv4l.c: (plugin_init):
21005         * sys/v4l2/gstv4l2.c: (plugin_init):
21006           remove textdomain calls
21007         * po/nl.po:
21008           update Dutch translation
21009
21010 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21011
21012         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21013         (gst_play_set_audio_sink): Moving volume in the audio thread for
21014         instantaneous volume change. Maybe i will add another volume in front
21015         of visualization later, not sure yet though.
21016
21017 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21018
21019         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21020         (gst_ximagesink_handle_xevents): Better X events handling, only take
21021         the latest events for configure and motion.
21022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
21023
21024 2004-02-02  Jon Trowbridge  <trow@gnu.org>
21025
21026         reviewed by: David Schleef  <ds@schleef.org>
21027
21028         Fix memory leaks:
21029         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
21030         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
21031
21032 2004-02-02  David Schleef  <ds@schleef.org>
21033
21034         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
21035         of lines.
21036         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
21037         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21038         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
21039         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21040         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21041         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
21042         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
21043         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
21044         (gst_float2_2_int_link):
21045         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21046         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
21047         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
21048         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
21049         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
21050         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
21051         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
21052         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
21053         * testsuite/gst-lint: Add tests for bzero and ;;
21054
21055 2004-02-02  David Schleef  <ds@schleef.org>
21056
21057         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
21058
21059 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21060
21061         * ext/aalib/gstaasink.c: (gst_aasink_open):
21062         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21063         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21064         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21065         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21066         (gst_afsink_close_file):
21067         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21068         (gst_afsrc_close_file):
21069         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21070         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21071         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21072         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21073         * ext/esd/esdmon.c: (gst_esdmon_get):
21074         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
21075         * ext/faac/gstfaac.c: (gst_faac_chain):
21076         * ext/faad/gstfaad.c: (gst_faad_chain):
21077         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21078         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21079         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21080         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21081         (gst_flacdec_loop):
21082         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21083         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21084         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21085         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21086         (gst_gnomevfssink_close_file):
21087         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21088         (gst_gnomevfssrc_open_file):
21089         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21090         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21091         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21092         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21093         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21094         * ext/mad/gstmad.c: (gst_mad_chain):
21095         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21096         * ext/mpeg2dec/gstmpeg2dec.c:
21097         * ext/mpeg2enc/gstmpeg2enc.cc:
21098         * ext/mplex/gstmplex.cc:
21099         * ext/mplex/gstmplexibitstream.cc:
21100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21101         (gst_ogg_demux_push):
21102         * ext/raw1394/gstdv1394src.c:
21103         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21104         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21105         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21106         (gst_sf_loop):
21107         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21108         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
21109         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21110         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21111         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21112         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21113         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21114         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21115         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21116         (gst_riff_read_element_data), (gst_riff_read_seek),
21117         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21118         * gst/adder/gstadder.c: (gst_adder_loop):
21119         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21120         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21121         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21122         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21123         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21124         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21125         * gst/goom/gstgoom.c: (gst_goom_chain):
21126         * gst/id3/gstid3types.c: (gst_id3types_loop):
21127         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21128         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21129         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21130         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21131         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21132         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21133         (gst_ebml_read_float), (gst_ebml_read_header):
21134         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21135         (gst_matroska_demux_parse_blockgroup):
21136         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21137         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21138         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21139         * gst/silence/gstsilence.c: (gst_silence_get):
21140         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21141         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21142         * gst/speed/gstspeed.c: (speed_loop):
21143         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21144         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21145         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21146         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21147         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21148         (gst_wavparse_loop):
21149         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21150         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21151         (dxr3audiosink_close):
21152         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21153         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21154         (dxr3videosink_close), (dxr3videosink_write_data):
21155         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21156         * sys/oss/gstosssink.c: (gst_osssink_chain):
21157         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21158         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21159         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21160         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21161         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21162         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21163         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21164         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21165         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21166         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21167         (gst_v4l_set_audio):
21168         * sys/v4l/v4l_calls.h:
21169         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21170         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21171         (gst_v4lmjpegsink_playback_init),
21172         (gst_v4lmjpegsink_playback_start):
21173         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
21174         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21175         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21176         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21177         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21178         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21179         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21180         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21181         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21182         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21183         (gst_v4l2_get_output), (gst_v4l2_set_output),
21184         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21185         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21186         (gst_v4l2_set_attribute):
21187         * sys/v4l2/v4l2_calls.h:
21188         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21189         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21190         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21191         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21192         (gst_v4l2src_capture_stop):
21193         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21194         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21195         (gst_ximagesink_chain):
21196         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21197         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21198         (gst_xvideosink_xwindow_new):
21199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21200         (gst_xvimagesink_chain):
21201
21202 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21203
21204         * gst/volume/gstvolume.c: (gst_volume_set_volume),
21205         (gst_volume_get_volume), (volume_class_init), (volume_init),
21206         (volume_chain_int16), (volume_update_volume):
21207         * gst/volume/gstvolume.h:
21208           make code more readable by removing magic numbers
21209           make mixer interface export 0-100 range
21210           make it internally map to 0.0-1.0 range so users don't distort
21211           output by putting the sliders at full volume
21212
21213 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21214
21215         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
21216         (gst_play_state_change), (gst_play_seek_to_time):
21217         block the tick callback for 0.5 secs after doing a seek
21218
21219 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21220
21221         * gst-libs/gst/play/play.c: (gst_play_new):
21222           check for GError
21223
21224 2004-02-01  Julien MOUTTE  <julien@moutte.net>
21225
21226         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
21227         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
21228         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21229         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
21230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21231         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
21232
21233 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21234
21235         * configure.ac:
21236         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21237           check for a function added in vorbis 1.1
21238
21239 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21240
21241         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21242         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
21243           really start/stop clock only on PLAYING <=> PAUSED
21244         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21245           remove \n from debugging lines
21246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21247           make it work when seeking does not
21248         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21249           reset on DISCONT
21250
21251 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21252
21253         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
21254           start clock on PAUSED=>PLAYING, not later
21255         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21256           extract correct time for different discont formats
21257         (gst_alsa_sink_get_time):
21258           don't segfault when no format is negotiated yet, just return 0
21259         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21260         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
21261         (gst_ogg_pad_push):
21262           handle flush and discont events correctly
21263         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21264           handle discont events correctly
21265
21266 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21267
21268         * gst-libs/gst/play/play.c: (gst_play_error_quark),
21269         (gst_play_error_create), (gst_play_error_plugin),
21270         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
21271         * gst-libs/gst/play/play.h:
21272           add error handling during creation
21273         * examples/gstplay/player.c: (main):
21274           use new gst_play_new
21275
21276
21277 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21278
21279         * ext/theora/theoradec.c: (theora_dec_chain):
21280           make comments work
21281         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21282         (vorbis_dec_src_event), (vorbis_dec_chain):
21283           add encoder tag, fix tag reading to be more error tolerant, change
21284           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
21285           gst_pad_event_default.
21286         * gst/tags/gstvorbistag.c:
21287         (gst_tag_list_from_vorbiscomment_buffer):
21288           undefine function specific define at end of function
21289
21290 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
21291
21292         * ext/flac/gstflac.c: (plugin_init):
21293         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
21294         * ext/flac/gstflacdec.h:
21295         * ext/flac/gstflacenc.h:
21296           Fix typos
21297
21298 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
21299
21300         * examples/gstplay/player.c: s/gstplay.h/play.h/
21301
21302 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21303
21304         * gst-libs/gst/play/Makefile.am:
21305         * gst-libs/gst/play/gstplay.c:
21306         * gst-libs/gst/play/gstplay.h:
21307         * gst-libs/gst/play/play.c:
21308           more surgery, operation complete
21309
21310 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21311
21312         * gst-libs/gst/play/play.old.c:
21313         * gst-libs/gst/play/play.old.h:
21314           after CVS surgery by moving, remove
21315         * gst-libs/gst/play/playpipelines.c:
21316           remove
21317
21318         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21319           add negotiation error
21320
21321 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21322
21323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21324         (gst_ogg_demux_push):
21325           add some seeking debug info
21326           send a flush when seeking
21327
21328 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21329
21330         * configure.ac:
21331           use AC_C_INLINE
21332         * configure.ac:
21333         * ext/Makefile.am:
21334         * ext/theora/Makefile.am:
21335         * ext/theora/theoradec.c:
21336           add theora video decoder. Does just do simple decoding for now and
21337           has been tested against Theora cvs only. It only works when theora
21338           is compiled with --enable-static.
21339         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21340           always reset packetno on DISCONT
21341
21342 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21343
21344         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21345           Fix audio.
21346
21347 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21348
21349         * gst/mpegaudioparse/gstmpegaudioparse.c:
21350         (mp3_type_frame_length_from_header):
21351           Fix header parsing - stolen from ffmpeg (thank you! :) ).
21352
21353 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21354
21355         * ext/esd/esdsink.c: (gst_esdsink_init):
21356           Since we have static pad template caps, we don't need to negotiate;
21357           either the core errors out or we know the format.
21358
21359 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21360
21361         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21362         (gst_riff_read_seek):
21363         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21364         (gst_ebml_read_seek):
21365           Fix event handling.
21366
21367 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21368
21369         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21370           removee video/x-theora from vp3 decoder, it doesn't handle raw
21371           theora streams
21372         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21373           fix bug with finalizing element that never went to PAUSED
21374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21375           length and position queries were swapped
21376         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21377         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
21378         (vorbis_dec_src_event):
21379           implement querying time and bytes
21380
21381 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21382
21383         * just about every source file:
21384           gst_element_error -> GST_ELEMENT_ERROR
21385
21386 2004-01-29  Julien MOUTTE  <julien@moutte.net>
21387
21388         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
21389         emiting FLUSH and even before DISCONT.
21390         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
21391         get the best instant seeking as possible yay!
21392
21393 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21394
21395         * gst/mpeg1videoparse/gstmp1videoparse.c:
21396         (gst_mp1videoparse_real_chain):
21397           Committed wrong version last week... Grr... Didn't notice until now.
21398
21399 2004-01-29  Julien MOUTTE <julien@moutte.net>
21400
21401         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
21402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
21403         have_xwindow_id signal in xwindow_create.
21404
21405 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21406
21407         * ext/ogg/gstoggdemux.c:
21408           lots of changes - mainly support for chained bitstreams, seeking,
21409           querying and bugfixes of course
21410         * ext/vorbis/Makefile.am:
21411         * ext/vorbis/vorbisdec.c:
21412         * ext/vorbis/vorbisdec.h:
21413           add vorbisdec raw vorbis decoder
21414         * ext/vorbis/vorbis.c: (plugin_init):
21415           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
21416         * gst/intfloat/Makefile.am:
21417         * gst/intfloat/float22int.c:
21418         * gst/intfloat/float22int.h:
21419         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
21420           add float2intnew plugin. It converts multichannel interleaved float to
21421           multichannel interleaved int. The name should probably be changed.
21422         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
21423         (plugin_init):
21424           add typefinding for raw theora video so oggdemux can detect it.
21425
21426 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21427
21428         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
21429         sink element first.
21430         * gst/videoscale/gstvideoscale.c:
21431         (gst_videoscale_handle_src_event): Fixing src event handler.
21432
21433 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21434
21435         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21436         (gst_v4lsrc_open), (gst_v4lsrc_close),
21437         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
21438         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
21439         * sys/v4l/gstv4lsrc.h:
21440         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
21441         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
21442           Implement resizing... Hack. But that's why v4l is b0rked...
21443
21444 2004-01-28  Julien MOUTTE <julien@moutte.net>
21445
21446         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21447         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
21448         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
21449         (gst_ximagesink_xwindow_destroy):
21450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21451         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21452         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21453         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
21454         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
21455         correctly cleaning the image created to check xshm calls on succes,
21456         added a lot of XSync calls in X11 functions, and fixed a segfault when
21457         no image format was defined before negotiation happened.
21458
21459 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21460
21461         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
21462           use gst_element_get_time to get correct time
21463
21464 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21465
21466         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
21467         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
21468         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
21469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
21470         (gst_xvimagesink_check_xshm_calls),
21471         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
21472         X plugins are now able to detect that XShm calls will fail even if the
21473         server claims that it has XShm support (remote displays most of the
21474         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
21475         so that we use non XShm functions. This feature is almost useless for
21476         xvimagesink as Xv is not supported on remote displays anyway, but
21477         it might happen than even on the local display XShm calls fail.
21478
21479 2004-01-27  David Schleef  <ds@schleef.org>
21480
21481         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
21482         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
21483         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
21484         changed esdsink to only use 44100,16,2, since esd sucks at rate
21485         conversion and esdsink has had difficulty negotiating.
21486
21487 2004-01-27  Julien MOUTTE <julien@moutte.net>
21488
21489         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
21490         (gst_play_seek_to_time): Fixing the way to get current position.
21491
21492 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21493
21494         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
21495           use gst_element_get_time to get correct time
21496
21497 2004-01-27  Julien MOUTTE <julien@moutte.net>
21498
21499         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
21500         fix ever... Inverting 2 lines of code make spider autoplug correctly
21501         tagged mp3 !
21502
21503 2004-01-27  David Schleef  <ds@schleef.org>
21504
21505         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21506         Use gst_pad_try_set_caps_nonfixed().
21507
21508 2004-01-27  David Schleef  <ds@schleef.org>
21509
21510         * gst/ac3parse/gstac3parse.c: update to checklist 5
21511         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
21512         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
21513         * gst/audioscale/gstaudioscale.c: same
21514         * gst/auparse/gstauparse.c: same
21515         * gst/avi/gstavidemux.c: same
21516
21517 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21518
21519         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
21520           stop processing after EOS
21521
21522 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21523
21524         * gst/asfdemux/asfheaders.h:
21525         * gst/asfdemux/gstasfdemux.c:
21526         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
21527         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
21528         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
21529           lot's of fixes to make data extraction simpler and get the code
21530           architecture and compiler independant. Add debugging category
21531         * gst/goom/gstgoom.c: (gst_goom_change_state):
21532           reset channel count on PAUSED=>READY, not READY=>PAUSED
21533
21534 2004-01-26  Colin Walters  <walters@verbum.org>
21535
21536         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
21537         code to pull a bigger buffer in iradio mode.  This as a side effect
21538         makes typefinding work.
21539
21540 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21541
21542         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21543         Fix SVQ3 decoding on PPC
21544
21545 2004-01-26  Julien MOUTTE <julien@moutte.net>
21546
21547         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
21548         that one managed to stay there... Fixed.
21549
21550 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21551
21552         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21553         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
21554         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
21555         (qtdemux_video_caps):
21556         * gst/qtdemux/qtdemux.h:
21557         Add SVQ3 specific flags to qtdemux and ffmpeg
21558
21559 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21560
21561         * gst-libs/gst/audio/audio.h:
21562           remove buffer-frames from audio caps
21563         * gst/audioconvert/gstaudioconvert.c:
21564           fix plugin to really work.
21565
21566 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21567
21568         * gst-libs/gst/mixer/mixer.c:
21569         * gst-libs/gst/propertyprobe/propertyprobe.c:
21570         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
21571         (gst_tuner_find_channel_by_name):
21572         * gst-libs/gst/tuner/tuner.h:
21573           Add gtk-doc style comments. Also fix a function name.
21574
21575 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21576
21577         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
21578         (gst_divxdec_negotiate):
21579           Fix for new capsnego - also fixes gst-player with divxdec.
21580
21581 2004-01-25  Julien MOUTTE  <julien@moutte.net>
21582
21583         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21584         (gst_play_identity_handoff), (gst_play_set_location),
21585         (gst_play_set_visualization), (gst_play_connect_visualization): Another
21586         try in visualization implementation. Still have an issue with switch
21587         blocking when pulling from video_queue and only audio comes out of
21588         spider.
21589         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21590         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
21591         release method. And check if the pad is usable before pulling.
21592
21593 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21594
21595         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
21596         (gst_videobalance_init),
21597         (gst_videobalance_colorbalance_list_channels),
21598         (gst_videobalance_colorbalance_set_value),
21599         (gst_videobalance_colorbalance_get_value),
21600         (gst_videobalance_update_properties),
21601         (gst_videobalance_update_tables_planar411),
21602         (gst_videobalance_planar411):
21603         * gst/videofilter/gstvideobalance.h:
21604           Implement lookup-tables. +/- 10x faster.
21605
21606 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21607
21608         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21609         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21610           The index reading was broken. The rest worked fine, but the whole
21611           goal of my rewrite was to make avidemux readable, and this was
21612           not at all readable. Please use typed variables.
21613
21614 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21615
21616         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21617           Additional pad usability check.
21618         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21619         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
21620         (gst_mp1videoparse_real_chain):
21621           Fix MPEG video stream parsing. The original plugin had several
21622           issues, including not timestamping streams where the source was
21623           not timestamped (this happens with PTS values in mpeg system
21624           streams, but MPEG video is also a valid stream on its own so
21625           that needs timestamps too). We use the display time code for that
21626           for now. Also, if one incoming buffer contains multiple valid
21627           frames, we push them all on correctly now, including proper EOS
21628           handling. Lastly, several potential segfaults were fixed, and we
21629           properly sync on new sequence/gop headers to include them in next,
21630           not previous frames (since they're header for the next frame, not
21631           the previous). Also see #119206.
21632         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
21633         (bpf_from_header):
21634           Move caps setting so we only do it after finding several valid
21635           MPEG-1 fraes sequentially, not right after the first one (which
21636           might be coincidental).
21637         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
21638         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21639         (plugin_init):
21640           Add unsynced MPEG video stream typefinding, and change some
21641           probability values so we detect streams rightly. The idea is as
21642           follows: I can have an unsynced system stream which contains
21643           video. In the current code, I would randomly get a type for either
21644           system or video stream type found, because the probabilities are
21645           being calculated rather randomly. I now use fixed values, so we
21646           always prefer system stream if that was found (and that is how it
21647           should be). If no system stream was found, we can still identity                the stream as video-only.
21648
21649 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21650
21651         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21652         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21653           don't write to buffer. Extract data without the need of
21654           __attribute__ ((packed))
21655
21656 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21657
21658         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
21659         (mpeg1_sys_type_find):
21660           Fix MPEG-1 stream typefinding.
21661
21662 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21663
21664         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21665           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
21666
21667 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21668
21669         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
21670         * ext/esd/gstesd.c: (plugin_init):
21671           private debugging, better error reporting
21672
21673 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21674
21675         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21676         (gst_riff_read_init), (gst_riff_read_change_state):
21677         * gst-libs/gst/riff/riff-read.h:
21678           Remove stuff fromold metadata system.
21679
21680 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21681
21682         * ext/ogg/gstoggdemux.c:
21683           Fix wrong file comment.
21684         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21685         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
21686           Add metadata reading properly.
21687
21688 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21689
21690         * ext/Makefile.am:
21691           Fix nas DIST_SUBDIRS
21692           Uraeus:
21693           Fix bug where make distcheck doesn't get run on adding stuff to
21694           the build.
21695
21696 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21697
21698         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
21699         * ext/divx/gstdivxdec.h:
21700           Fix divx3 ("msmpeg4") playback using divxdec.
21701
21702 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21703
21704         * gst/typefind/gsttypefindfunctions.c:
21705         (mp3_type_frame_length_from_header): fix bug in length computation
21706         (mp3_type_find): improve debugging output
21707
21708 2004-01-23  Julien MOUTTE  <julien@moutte.net>
21709
21710         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21711         (gst_play_set_location), (gst_play_seek_to_time),
21712         (gst_play_set_audio_sink), (gst_play_set_visualization),
21713         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
21714         the pipeline from scratch. Visualization is back and switch went out as
21715         i realized it was not possible to use the way i wanted.
21716         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
21717         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
21718         clearing in state change from READY to NULL. So that one can clean the
21719         X ressources keeping the element.
21720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21721         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
21722         (gst_xvimagesink_colorbalance_set_value),
21723         (gst_xvimagesink_colorbalance_get_value),
21724         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
21725         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
21726         change from READY to NULL and fixed some stupid bugs in colorbalance
21727         get/set values. Also added the following feature : when nobody tries to
21728         set some values to the colorbalance levels before the xcontext is
21729         grabbed, then when creating channels list from Xv attributes we set the
21730         internal values to the Xv defaults. This way we handle buggy Xv drivers
21731         that set default hue values far from the middle of the range (Thanks
21732         to Jon Trowbridge for pointing that issue).
21733         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
21734         colorbalance levels have been set before xcontext is grabbed.
21735
21736 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21737
21738         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21739           Fix the ossmixer case where we shouldn't open /dev/dsp* because
21740           it might block operations (which is bad for a mixer).
21741
21742 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21743
21744         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21745         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
21746         (gmip_find_type_pre):
21747         * gst-libs/gst/media-info/media-info-priv.h:
21748         * gst-libs/gst/media-info/media-info.c:
21749         (gst_media_info_instance_init), (gst_media_info_read_idler):
21750         add fakesink to get caps on decoder src pad again
21751         fix callback prototype to match new have_type signal signature
21752
21753 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21754
21755         * gst/adder/gstadder.c: (gst_adder_link):
21756           fix non-compile and cut-n-paste code
21757
21758 2004-01-21  David Schleef  <ds@schleef.org>
21759
21760         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
21761         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
21762         (gst_swfdec_init), (gst_swfdec_change_state):
21763         * ext/swfdec/gstswfdec.h:
21764         Fix negotiation.
21765         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
21766         (gst_adder_request_new_pad): Fix negotiation.
21767         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
21768         Add a fixate function.
21769         * gst/intfloat/gstfloat2int.c:
21770         * gst/intfloat/gstfloat2int.h:
21771         * gst/intfloat/gstint2float.c:
21772         * gst/intfloat/gstint2float.h:
21773         Completely rewrite the negotiation.  Doesn't quite work yet,
21774         due to some buffer-frames problem.
21775
21776 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21777
21778         * ext/gnomevfs/gstgnomevfssrc.c:
21779         * sys/v4l2/v4l2_calls.h:
21780           fix includes for distcheck
21781
21782 2004-01-21  Christian Schaller <uraeus@gnome.org>
21783
21784         * ext/nas/
21785         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
21786         based on earlier patch from Laurent Vivier
21787
21788 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
21789
21790         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21791         Fix wma caps property
21792         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
21793         Fix typo (flags1 and flags2)
21794
21795 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21796
21797         * gst-libs/gst/media-info/media-info-priv.c:
21798         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
21799         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
21800         (gmip_find_stream), (gmip_find_track_metadata),
21801         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
21802         (gmip_find_track_format):
21803         * gst-libs/gst/media-info/media-info-priv.h:
21804         * gst-libs/gst/media-info/media-info-test.c: (main):
21805         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21806         (gst_media_info_read_idler), (gst_media_info_read):
21807         * gst-libs/gst/media-info/media-info.h:
21808           register debugging category and use it for debugging
21809
21810 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21811
21812         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
21813         (gst_vorbisfile_new_link):
21814           signal streaminfo through tags
21815
21816 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21817
21818         * ext/mplex/gstmplex.cc:
21819         * ext/mplex/gstmplexibitstream.cc:
21820           g++ doesn't like NULL in our i18n/error macros, should be
21821           either (NULL) or ("").
21822
21823 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21824
21825         * sys/dxr3/dxr3audiosink.c:
21826         * sys/dxr3/dxr3init.c:
21827         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
21828         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
21829           Fix more error error error errors (missing includes here).
21830
21831 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21832
21833         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21834           fix thomas' error errors.
21835
21836 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21837
21838         * ext/mpeg2enc/gstmpeg2enc.cc:
21839           fix error errors.
21840
21841 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21842
21843         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21844         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21845           Fix for new error system.
21846
21847 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21848
21849         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21850           fix for new error reporting
21851
21852 2004-01-20  David Schleef  <ds@schleef.org>
21853
21854         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21855         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21856         (gst_ximagesink_set_xwindow_id): Change to using a framerate
21857         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
21858         and neither is 100+, most likely.
21859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21860         (gst_xvimagesink_getcaps): same
21861
21862 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21863
21864         * configure.ac:
21865           Up version requirement to 2.0.3 (not yet released) to avoid symbol
21866           clashes with ffmpeg.
21867
21868 2004-01-20  Julien MOUTTE  <julien@moutte.net>
21869
21870         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
21871         (gst_switch_init): Fixed switch element : proxying link and setting
21872         caps from src to sink on request.
21873
21874 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21875
21876         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
21877         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21878         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21879         fix element_error
21880
21881 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21882
21883         * sys/v4l/v4l_calls.h:
21884         * sys/v4l2/v4l2_calls.h:
21885           element_error fixes
21886
21887 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21888
21889         * gst-libs/gst/gst-i18n-plugin.h:
21890           add locale.h
21891           remove config.h inclusion
21892
21893 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * autogen.sh:
21896           adding autopoint invocation
21897         * Makefile.am:
21898         * configure.ac:
21899         * gst-libs/gst/gettext.h:
21900           adding gettext bits
21901         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21902         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21903         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21904         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21905         (gst_gnomevfssink_close_file):
21906         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
21907         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
21908         * gst-libs/gst/gst-i18n-plugin.h:
21909         * gst/avi/gstavi.c: (plugin_init):
21910         * sys/dxr3/dxr3init.c: (plugin_init):
21911         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
21912         * sys/oss/gstossaudio.c: (plugin_init):
21913         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21914         * sys/v4l/gstv4l.c: (plugin_init):
21915         * sys/v4l/v4l_calls.c: (gst_v4l_open):
21916         * sys/v4l2/gstv4l2.c: (plugin_init):
21917         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21918         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
21919         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
21920         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
21921         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
21922         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
21923           make sure locale and translation domain are set
21924           fix translated strings
21925         * po/.cvsignore:
21926         * po/LINGUAS:
21927         * po/Makevars:
21928         * po/POTFILES.in:
21929         * po/nl.po:
21930           put translation files into place
21931         * sys/xvideo/imagetest.c: (main):
21932         * ext/dv/demo-play.c: (main):
21933           fix unnecessary translations
21934
21935 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21936
21937         * ext/sndfile/gstsf.c:
21938         * gst/avi/gstavimux.c:
21939         * ext/audiofile/gstafsink.c:
21940         * ext/audiofile/gstafsrc.c:
21941         * ext/gnomevfs/gstgnomevfssink.c:
21942         * ext/gnomevfs/gstgnomevfssrc.c:
21943         * sys/oss/gstosselement.c:
21944         * sys/v4l/v4l_calls.h:
21945           fix i18n include
21946
21947 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21948
21949         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21950         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21951         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21952         (gst_v4l2_get_output), (gst_v4l2_set_output),
21953         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21954         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21955         (gst_v4l2_set_attribute):
21956         update to new error handling
21957
21958 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21959
21960         * ext/sidplay/gstsiddec.cc:
21961         * gst/modplug/gstmodplug.cc:
21962           parenthese NULL because C++ seems angry about it
21963
21964 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21965
21966         * gst-libs/gst/gst-i18n-plugin.h:
21967           add skeleton i18n stuff, but needs to be further implemented
21968
21969 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21970
21971         * examples/gstplay/player.c: (main):
21972         * ext/aalib/gstaasink.c: (gst_aasink_open):
21973         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21974         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21975         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21976         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21977         (gst_afsink_close_file):
21978         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21979         (gst_afsrc_close_file):
21980         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21981         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21982         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21983         * ext/esd/esdmon.c: (gst_esdmon_get):
21984         * ext/esd/esdsink.c: (gst_esdsink_chain):
21985         * ext/faac/gstfaac.c: (gst_faac_chain):
21986         * ext/faad/gstfaad.c: (gst_faad_chain):
21987         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21988         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21989         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21990         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21991         (gst_flacdec_loop):
21992         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21993         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21994         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21995         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21996         (gst_gnomevfssink_close_file):
21997         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21998         (gst_gnomevfssrc_open_file):
21999         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22000         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22001         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22002         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22003         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22004         * ext/mad/gstmad.c: (gst_mad_chain):
22005         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22006         * ext/mpeg2dec/gstmpeg2dec.c:
22007         * ext/mpeg2enc/gstmpeg2enc.cc:
22008         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22009         * ext/mplex/gstmplex.cc:
22010         * ext/mplex/gstmplexibitstream.cc:
22011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22012         (gst_ogg_demux_push), (gst_ogg_pad_push):
22013         * ext/raw1394/gstdv1394src.c:
22014         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22015         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22016         * ext/sidplay/gstsiddec.cc:
22017         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22018         (gst_sf_loop):
22019         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22020         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22021         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22022         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22023         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22024         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22025         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22026         * gst-libs/gst/Makefile.am:
22027         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22028         (gst_riff_read_element_data), (gst_riff_read_seek),
22029         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22030         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
22031         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22032         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22033         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22034         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22035         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22036         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22037         * gst/goom/gstgoom.c: (gst_goom_chain):
22038         * gst/id3/gstid3types.c: (gst_id3types_loop):
22039         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22040         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22041         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22042         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22043         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22044         (gst_ebml_read_float), (gst_ebml_read_header):
22045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22046         (gst_matroska_demux_parse_blockgroup):
22047         * gst/modplug/gstmodplug.cc:
22048         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22049         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22050         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22051         * gst/silence/gstsilence.c: (gst_silence_get):
22052         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22053         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22054         * gst/speed/gstspeed.c: (speed_loop):
22055         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22056         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22057         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22058         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22059         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22060         (gst_wavparse_loop):
22061         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22062         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22063         (dxr3audiosink_close):
22064         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22065         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22066         (dxr3videosink_close), (dxr3videosink_write_data):
22067         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22068         * sys/oss/gstosselement.h:
22069         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
22070         (gst_osssink_chain):
22071         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22072         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22073         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22074         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22075         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
22076         (gst_v4l_enable_overlay):
22077         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22078         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22079         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22080         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22081         (gst_v4l_set_audio):
22082         * sys/v4l/v4l_calls.h:
22083         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22084         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22085         (gst_v4lmjpegsink_playback_init),
22086         (gst_v4lmjpegsink_playback_start):
22087         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
22088         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
22089         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
22090         (gst_v4lmjpegsrc_requeue_frame):
22091         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22092         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22093         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22094         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22095         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22096         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22097         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22098         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22099         (gst_v4l2src_capture_stop):
22100         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22101         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22102         (gst_ximagesink_chain):
22103         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22104         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22105         (gst_xvideosink_xwindow_new):
22106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22107         (gst_xvimagesink_chain):
22108         use new error signal, function and categories
22109
22110 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
22111
22112         * configure.ac:
22113         * ext/Makefile.am:
22114         * ext/musicbrainz/gsttrm.c:
22115         * ext/musicbrainz/gsttrm.h:
22116         * ext/musicbrainz/Makefile.am:
22117         Add a trm plugin
22118
22119 2004-01-18  Julien MOUTTE  <julien@moutte.net>
22120
22121         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
22122         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
22123         synchronous property for debugging.
22124         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
22125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22126         (gst_xvimagesink_set_property): Moving a pointer declaration to a
22127         smaller block, fixing indent.
22128
22129 2004-01-16  David Schleef  <ds@schleef.org>
22130
22131         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
22132         property affects the video stream.
22133         * sys/xvimage/xvimagesink.c:
22134         * sys/xvimage/xvimagesink.h:
22135         Add synchronous property for debugging.  Should probably be
22136         disabled in non-CVS builds.  Make sure that the Xv attribute
22137         exists before we set it (crash!).  Fix a silly float bug that
22138         caused colorbalance to just not work.
22139
22140 2004-01-17  Christian Schaller <Uraeus@gnome.org>
22141
22142         * tools/gst-launch-ext.in - update for new plugins
22143
22144 2004-01-16  David Schleef  <ds@schleef.org>
22145
22146         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
22147         already-freed caps.
22148
22149 2994-01-16  Christian Schaller <Uraeus@gnome.org>
22150
22151         * Update spec for new colorspace plugin and libcaca plugin
22152         * Fix compilation of libcaca plugin (clock -> id)
22153
22154 2004-01-16  Julien MOUTTE <julien@moutte.net>
22155
22156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
22157         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
22158         (gst_xvimagesink_set_xwindow_id),
22159         (gst_xvimagesink_colorbalance_set_value),
22160         (gst_xvimagesink_colorbalance_get_value),
22161         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22162         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
22163         correct colorbalance properties. They can now be set when the element
22164         is still in NULL state. The values will be committed to the Xv Port
22165         when xcontext is initialized.
22166         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
22167         brightness int values in the GstXvImagesink structure.
22168
22169 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22170
22171         * gst-libs/gst/Makefile.am:
22172           restructure so having local patches works easier.
22173
22174 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22175
22176         * ext/mpeg2enc/Makefile.am:
22177         * ext/mpeg2enc/gstmpeg2enc.cc:
22178         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22179           Bugfix with respect to EOS handling.
22180
22181 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22182
22183         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22184           Link with right caps (else, it segfaults).
22185         * ext/mplex/gstmplexjob.cc:
22186           Fix for slight API change in 1.6.1.93 release of mjpegtools.
22187
22188 2004-01-15  David Schleef  <ds@schleef.org>
22189
22190         * gst-libs/gst/audio/Makefile.am:
22191         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
22192         from the template.
22193         * gst-libs/gst/audio/gstaudiofilter.c:
22194         * gst-libs/gst/audio/gstaudiofilter.h:
22195         Add bytes_per_sample and size and n_samples calculation.
22196         * gst-libs/gst/audio/gstaudiofilterexample.c:
22197         Remove, now autogenerated.
22198         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22199         Moved from gstaudiofilterexample, object name changed, code added
22200         so that it actually works.
22201         * gst-libs/gst/audio/make_filter:
22202         Script to build an audiofilter subclass from the template.
22203         * gst/colorspace/Makefile.am:
22204         * gst/colorspace/yuv2yuv.c:
22205         Remove file, since it's GPL, and we don't use it.
22206
22207 2004-01-15  Julien MOUTTE  <julien@moutte.net>
22208
22209         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
22211         them use the buffer free function to test how the buffer was allocated.
22212
22213 2004-01-15  David Schleef  <ds@schleef.org>
22214
22215         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
22216         that handles osssink fallback.
22217         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22218         (gst_audio_convert_getcaps):
22219         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22220         Add audio/x-qdm2 for QDM2 audio.
22221         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22222         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
22223         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22224         Decrease minimum size to 16x16.
22225         * gst/wavparse/gstwavparse.c:
22226         Convert disabled pad template caps to new caps.
22227         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22229         (gst_xvimagesink_chain): Throw element error when display cannot
22230         be opened.  Increase minimum framerate to 1.0.  Check the data
22231         free function on a buffer to make sure it is the type we expect
22232         before manipulating it.
22233
22234 2004-01-15  Julien MOUTTE <julien@moutte.net>
22235
22236         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22237         (gst_videobalance_colorbalance_set_value): Implement passthru if
22238         settings are in the middle.
22239         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
22240
22241 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22242
22243         * gst/videofilter/Makefile.am:
22244         * gst/volume/Makefile.am:
22245           Since we use videofilter symbols, link to it.
22246
22247 2004-01-15  Julien MOUTTE <julien@moutte.net>
22248
22249         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
22250         mixer interface type to HARDWARE.
22251         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
22252         type to SOFTWARE.
22253         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
22254         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
22255         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
22256         (gst_volume_interface_init), (gst_volume_list_tracks),
22257         (gst_volume_set_volume), (gst_volume_get_volume),
22258         (gst_volume_set_mute), (gst_volume_mixer_init),
22259         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
22260         (volume_init): Implementing mixer interface.
22261         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
22262         * sys/oss/gstosselement.c: (gst_osselement_get_type),
22263         (gst_osselement_change_state): Removing some trailing commas in
22264         structures.
22265         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
22266         interface type to HARDWARE.
22267         * sys/v4l/gstv4lcolorbalance.c:
22268         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
22269         type to HARDWARE.
22270         * sys/v4l2/gstv4l2colorbalance.c:
22271         (gst_v4l2_color_balance_interface_init): Setting colorbalance
22272         interface type to HARDWARE.
22273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
22274         same code than ximagesink for event handling.
22275
22276 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22277
22278         * ext/snapshot/Makefile.am:
22279         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
22280         (gst_snapshot_chain):
22281         * ext/snapshot/gstsnapshot.h:
22282           This has to be a joke... Snapshot should be connected to a tee,
22283           colorspace element before it and EOS after that, where the other
22284           src of the tee receives normal data.
22285           The current way is *wrong*.
22286
22287 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22288
22289         * ext/hermes/gsthermescolorspace.c:
22290           Fix another compile error. Same as below.
22291
22292 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22293
22294         * gst/colorspace/gstcolorspace.c:
22295         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
22296         (gst_colorspace_i420_to_yv12):
22297           Fix compiling... Didn't test if it actually works.
22298
22299 2004-01-15  David Schleef  <ds@schleef.org>
22300
22301         * configure.ac:
22302         * gst/colorspace/Makefile.am:
22303         * gst/colorspace/gstcolorspace.c:
22304         * gst/colorspace/gstcolorspace.h:
22305         * gst/colorspace/yuv2rgb.c:
22306         * gst/colorspace/yuv2rgb.h:
22307         Duplicate the ext/hermes colorspace plugin, and remove Hermes
22308         code and GPL code.  Fix for new caps negotiation.  Rewrite
22309         much of the format handling code, and some of the conversion
22310         code.  Basically, rewrote almost everything.  This element
22311         handles I420, YV12 to RGB conversions.
22312         * ext/hermes/Makefile.am:
22313         * ext/hermes/gsthermescolorspace.c:
22314         Rename colorspace to hermescolorspace.  Fix negotiation issues.
22315         Remove non-Hermes related code.  This element handles lots of
22316         RGB to RGB conversions, but no YUV.
22317         * ext/hermes/gstcolorspace.c:
22318         * ext/hermes/gstcolorspace.h:
22319         * ext/hermes/rgb2yuv.c:
22320         * ext/hermes/yuv2rgb.c:
22321         * ext/hermes/yuv2rgb.h:
22322         * ext/hermes/yuv2rgb_mmx16.s:
22323         * ext/hermes/yuv2yuv.c:
22324         * ext/hermes/yuv2yuv.h:
22325         Remove old code.
22326
22327 2004-01-14  Colin Walters  <walters@verbum.org>
22328
22329         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
22330         they've already been.
22331
22332 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22333
22334         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22335           assume tag mode when pad is not connected
22336
22337 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22338
22339         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22340           Don't update the time of the clock
22341         (gst_alsa_sink_loop):
22342           sync to the clock given to alsasink, not the own clock
22343         * sys/oss/gstosssink.c: (gst_osssink_chain):
22344           sync to the clock
22345         (gst_osssink_change_state):
22346           activate the clock
22347         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22349           remove bogus code that made DISCONT events unhandled
22350         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
22351           explicitly case to double in _set_simple. (fixes 2nd warning in bug
22352           #131502)
22353         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
22354         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
22355         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
22356           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
22357           2nd warning in bug #131502)
22358
22359 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22360
22361         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22362         (gst_videobalance_colorbalance_set_value),
22363         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
22364         for colorbalance interface implementation.
22365         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22366         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22367         (gst_ximagesink_dispose), (gst_ximagesink_init),
22368         (gst_ximagesink_class_init): Adding DISPLAY property.
22369         * sys/ximage/ximagesink.h: Adding display_name to store display.
22370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22371         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22372         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
22373         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
22374         properties (they still need polishing though for gst-launch use : no
22375         xcontext yet, i ll do that tomorrow).
22376         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
22377
22378 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22379
22380         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22381         (gst_play_set_location), (gst_play_set_visualization): Preparing
22382         switch integration, adding videobalance in the pipeline.
22383
22384 2004-01-14  Julien MOUTTE <julien@moutte.net>
22385
22386         * gst-libs/gst/colorbalance/colorbalance.c:
22387         (gst_color_balance_class_init): Adding a default type.
22388         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
22389         the type.
22390         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
22391         (gst_videobalance_dispose), (gst_videobalance_class_init),
22392         (gst_videobalance_init), (gst_videobalance_interface_supported),
22393         (gst_videobalance_interface_init),
22394         (gst_videobalance_colorbalance_list_channels),
22395         (gst_videobalance_colorbalance_set_value),
22396         (gst_videobalance_colorbalance_get_value),
22397         (gst_videobalance_colorbalance_init): Implementing colorbalance
22398         interface.
22399         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
22400         list.
22401         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
22402         bug which was triggering a BadAccess X error when setting an overlay
22403         before pad was really negotiated.
22404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
22405         Using the colorbalance type macro.
22406
22407 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22408
22409         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
22410         (gst_flacenc_chain):
22411           handle tags correctly
22412         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22413           extract ID3v1 tags correctly
22414
22415 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22416
22417         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
22418         (plugin_init):
22419           Improve matroska typefinding for odd-typed headers...
22420
22421 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22422
22423         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22424           Fix for using incremental number on padnames.
22425
22426 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22427
22428         * ext/divx/gstdivxdec.c:
22429         * ext/divx/gstdivxenc.c:
22430           Set category to divx4linux instead of divx (too generic).
22431         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22432         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22433         (gst_wavparse_loop), (gst_wavparse_change_state):
22434         * gst/wavparse/gstwavparse.h:
22435           fix parsing of WAV files with non-standard fmt-tag size and fix
22436           skipping of unrecognized chunks... Someone please fix this thing
22437           to use rifflib so all this is automated.
22438         * sys/v4l/Makefile.am:
22439         * sys/v4l2/Makefile.am:
22440           Add X_CFLAGS because we depend on X (for overlay).
22441
22442 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
22443
22444         * ext/mpeg2dec/gstmpeg2dec.c:
22445           Don't issue a timestamp unless we tagged the frame
22446           with a PTS.
22447
22448 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22449
22450         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
22451           Query the audio element to get the time, not the clock. We're
22452           interested in the element's time here.
22453
22454 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22455
22456         * ext/aalib/gstaasink.c: (gst_aasink_chain):
22457         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22458         * ext/esd/esdsink.c: (gst_esdsink_chain):
22459         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
22460         * ext/mas/massink.c: (gst_massink_chain):
22461         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
22462         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
22463         (gst_matroska_demux_parse_metadata):
22464         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
22465         (gst_mpeg_parse_release_locks):
22466         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
22467         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
22468         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22469         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22470         (gst_osssink_change_state):
22471         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22472         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22473         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
22474         (gst_xvideosink_release_locks):
22475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22476           use element time.
22477         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
22478         (gst_alsa_clock_stop):
22479         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
22480         (gst_audio_clock_get_internal_time):
22481           simplify for use with new clocking code.
22482         * testsuite/alsa/Makefile.am:
22483         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
22484           fix testsuite for new caps system
22485
22486 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22487
22488         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22489         * ext/flac/gstflacenc.c: (add_one_tag):
22490           length is already host endian, no need to convert. Fixes playback of
22491           tagged files on PPC. (bug #128384)
22492
22493 2004-01-13  Julien MOUTTE <julien@moutte.net>
22494
22495         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
22496         colorbalance interface stating if it is hardware based or software
22497         based.
22498         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
22499         Removing a trailing comma.
22500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22501         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
22502         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
22503         the documentation seems to be wrong on the -1000 to 1000 interval.
22504
22505 2004-01-12  David Schleef  <ds@schleef.org>
22506
22507         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
22508         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
22509         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
22510         Fix negotiation.  Add a bufferalloc function for the sink pad,
22511         and generally clean up some of the code.
22512
22513 2004-01-12  Julien MOUTTE <julien@moutte.net>
22514
22515         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22516         (gst_color_balance_channel_dispose): Adding safety check in dispose
22517         method.
22518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22519         (gst_xvimagesink_xcontext_clear),
22520         (gst_xvimagesink_interface_supported),
22521         (gst_xvimagesink_colorbalance_list_channels),
22522         (gst_xvimagesink_colorbalance_set_value),
22523         (gst_xvimagesink_colorbalance_get_value),
22524         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
22525         Adding colorbalance interface support to set XV parameters such as
22526         HUE, BRIGHTNESS, CONTRAST, SATURATION.
22527         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
22528         interface.
22529
22530 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22531
22532         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
22533         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
22534         (gst_audio_convert_init), (gst_audio_convert_set_property),
22535         (gst_audio_convert_get_property), (gst_audio_convert_chain),
22536         (gst_audio_convert_link),
22537         (gst_audio_convert_buffer_to_default_format),
22538         (gst_audio_convert_buffer_from_default_format), (plugin_init):
22539           - implement _getcaps and use it
22540           - improve linking
22541           - remove float caps since no float conversion is actually done
22542           - remove properties and arguments that were to be used for rate
22543             conversion
22544
22545 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22546
22547         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
22548         (gst_audio_structure_set_int):
22549         * gst-libs/gst/audio/audio.h:
22550           add helper functions for _getcaps matching the standard audio
22551           templates
22552
22553 2004-01-12  David Schleef  <ds@schleef.org>
22554
22555         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22556         Test that pad is negotiated before getting its caps.
22557
22558 2004-01-12  Julien MOUTTE <julien@moutte.net>
22559
22560         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
22561         analyzing the pads of an element the bin is mostly in READY state so
22562         no caps were negotiated. This helper function needs to work with
22563         _get_caps directly then. I was not freeing them though, added that to
22564         fix the mem leak.
22565
22566 2004-01-12  Julien MOUTTE <julien@moutte.net>
22567
22568         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
22570         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
22571         than the free_func.
22572
22573 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22574
22575         * sys/oss/gstossaudio.c: (plugin_init):
22576         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22577         * sys/oss/gstosselement.h:
22578           make an oss debugging category
22579           make failure more descriptive
22580
22581 2004-01-11  David Schleef  <ds@schleef.org>
22582
22583         * ext/ffmpeg/gstffmpeg.c:
22584         * ext/ffmpeg/gstffmpegcodecmap.c:
22585         * ext/ffmpeg/gstffmpegdec.c:
22586         * ext/ffmpeg/gstffmpegenc.c:
22587         * ext/ffmpeg/gstffmpegprotocol.c:
22588         * ext/gdk_pixbuf/gstgdkanimation.c:
22589         * ext/jpeg/gstjpeg.c:
22590         * ext/libpng/gstpng.c:
22591         * ext/mpeg2dec/perftest.c:
22592         * ext/speex/gstspeex.c:
22593         * gst-libs/gst/resample/dtos.c:
22594         * gst/intfloat/gstintfloatconvert.c:
22595         * gst/oneton/gstoneton.c:
22596         * gst/rtjpeg/RTjpeg.c:
22597         * gst/rtp/gstrtp.c:
22598         * sys/dxr3/dxr3init.c:
22599         * sys/glsink/gstgl_nvimage.c:
22600         * sys/glsink/gstgl_pdrimage.c:
22601         * sys/glsink/gstglsink.c:
22602         * testsuite/gst-lint:
22603         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
22604
22605 2004-01-11  David Schleef  <ds@schleef.org>
22606
22607         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
22608         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
22609         * ext/gdk_pixbuf/gstgdkanimation.c:
22610         (gst_gdk_animation_iter_create_pixbuf):
22611         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22612         (gst_gdk_pixbuf_chain):
22613         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22614         * ext/jack/gstjack.c: (gst_jack_change_state):
22615         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
22616         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
22617         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22618         * gst/videofilter/gstvideofilter.c:
22619         (gst_videofilter_set_output_size):
22620         Remove all usage of gst_pad_get_caps(), and replace it with
22621         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
22622
22623 2004-01-11  David Schleef  <ds@schleef.org>
22624
22625         * configure.ac:
22626         * ext/Makefile.am: Fixes to make ext/libcaca compile.
22627         * ext/divx/gstdivxdec.c:
22628         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22629         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
22630         handle images that span multiple buffers.  Now work with both
22631         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
22632         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22633         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
22634         video/video.h changes
22635         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
22636         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22637         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
22638         of GstData free function.
22639         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22640         same.
22641
22642 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22643
22644         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
22645         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
22646         (gst_v4l2element_get_property):
22647         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
22648           add norm, channel and frequency properties.
22649         * sys/v4l2/gstv4l2tuner.c:
22650           fixes for tuner interface changes
22651         * sys/v4l2/gstv4l2element.h:
22652         * sys/v4l2/gstv4l2src.c:
22653         * sys/v4l2/gstv4l2src.h:
22654         * sys/v4l2/v4l2src_calls.c:
22655         * sys/v4l2/v4l2src_calls.h:
22656           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
22657
22658 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22659
22660         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
22661         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
22662         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
22663         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
22664         * gst-libs/gst/tuner/tuner.h:
22665           GObjects aren't const.
22666           Add find_by_name functions.
22667           Add checks to _changed functions.
22668         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
22669         (gst_v4l_tuner_get_norm):
22670           Fixes for above.
22671
22672 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22673
22674         * gst-libs/gst/video/video.h:
22675           Fix caps template names to be understandable.
22676           Prefix everything with GST_VIDEO.
22677         * ext/aalib/gstaasink.c:
22678         * ext/divx/gstdivxdec.c:
22679         * ext/divx/gstdivxenc.c:
22680         * ext/gdk_pixbuf/gstgdkpixbuf.c:
22681         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
22682         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
22683         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
22684         * ext/libcaca/gstcacasink.c:
22685         * ext/libpng/gstpngenc.c: (raw_caps_factory):
22686         * ext/snapshot/gstsnapshot.c:
22687         * ext/swfdec/gstswfdec.c:
22688         * ext/xvid/gstxviddec.c:
22689         * ext/xvid/gstxvidenc.c:
22690         * gst/chart/gstchart.c:
22691         * gst/deinterlace/gstdeinterlace.c:
22692         * gst/effectv/gsteffectv.c:
22693         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22694         * gst/goom/gstgoom.c:
22695         * gst/median/gstmedian.c:
22696         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
22697         (gst_monoscope_srcconnect), (gst_monoscope_chain):
22698         * gst/overlay/gstoverlay.c:
22699         * gst/smooth/gstsmooth.c:
22700         * gst/smpte/gstsmpte.c:
22701         * gst/synaesthesia/gstsynaesthesia.c:
22702         * gst/videocrop/gstvideocrop.c:
22703         * gst/videodrop/gstvideodrop.c:
22704         * gst/y4m/gsty4mencode.c:
22705         * sys/qcam/gstqcamsrc.c:
22706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
22707           Make them work with new video.h file.
22708         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22709         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22711         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22712           Make it work with new buffer allocation system.
22713
22714 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22715
22716         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
22717         pad_alloc_buffer implementation to use ->srcpad
22718         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
22719         pad_alloc_buffer implementation to use ->srcpad
22720         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
22721         pad_alloc_buffer implementation to use ->srcpad
22722         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22723         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22724         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22725         a reference to everything we need.
22726         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
22727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22728         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22729         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22730         a reference to everything we need.
22731         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
22732
22733 2004-01-11  David Schleef  <ds@schleef.org>
22734
22735         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
22736         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
22737         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
22738         structure members.
22739         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
22740         value during a resize/renegotiation.
22741         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
22742         gst_pad_alloc_buffer();
22743         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22744         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
22745         structure members.
22746         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22747         Fix for rename of buffer private structure members.
22748         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22749         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22750         Fix for rename of buffer private structure members.
22751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22752         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22753         Fix for rename of buffer private structure members.
22754
22755 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
22756
22757         reviewed by: David Schleef <ds@schleef.org>
22758
22759         * gst/videofilter/Makefile.am:
22760         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
22761         from the patch by ds to fit in with recent make_filter changes.
22762
22763 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22764
22765         * configure.ac: Adding examples/switch/Makefile
22766         * examples/Makefile.am: Adding examples/switch
22767         * examples/switch/Makefile.am: Adding switcher example.
22768         * examples/switch/switcher.c: (got_eos), (idle_iterate),
22769         (switch_timer), (main): Adding an example demonstrating switch usage
22770         with 2 videotestsrc showing different patterns.
22771         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22772         (gst_switch_init): Fixing switch with the new caps system.
22773
22774 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22775
22776         * gst-libs/gst/video/video.h:
22777           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
22778           They should probably be like
22779           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
22780
22781 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22782
22783         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22784         (qtdemux_parse_trak):
22785           fix audio chunk size/timestamp calculation
22786
22787 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22788
22789         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22790           fix SVQ3 caps
22791
22792 2004-01-11  Steve Baker  <steve@stevebaker.org>
22793
22794         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
22795         (gst_agingtv_base_init), (gst_agingtv_class_init),
22796         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
22797         (gst_agingtv_set_property), (gst_agingtv_get_property):
22798         Port agingTV to videofilter
22799
22800 2004-01-09  Julien MOUTTE <julien@moutte.net>
22801
22802         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
22803         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22804
22805 2004-01-09  Julien MOUTTE <julien@moutte.net>
22806
22807         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
22808         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22809         * gst-libs/gst/xoverlay/xoverlay.c:
22810         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
22811         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22812         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22813         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22814         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22815         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22816         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
22817         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
22818         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22819         interface implementation to handle xid being 0 and fix some bugs
22820         triggered by Benjamin's testcase.
22821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22822         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
22823         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
22824         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22825         interface implementation to handle xid being 0 and fix some bugs
22826         triggered by Benjamin's testcase.
22827
22828 2004-01-09  David Schleef  <ds@schleef.org>
22829
22830         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
22831         mouse pointer events.  It works.
22832
22833 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22834
22835         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
22836           Use explicit caps - fix capsnego.
22837         * ext/xvid/gstxviddec.c:
22838         * ext/xvid/gstxvidenc.c:
22839           Remove macro-inside-macro which caused compile errors.
22840         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
22841           Error out if it's not a RIFF file. Else we error out without
22842           gst_element_error() which is not good...
22843
22844 2004-01-08  David Schleef  <ds@schleef.org>
22845
22846         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22847         Fix pad_link function to handle formats that ffmpeg returns
22848         as multiple caps structures.
22849         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
22850         Only complain if source buffer is _smaller_ than expected.
22851         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22852         (gst_videoscale_handle_src_event): Resize navigation events
22853         when passing them upstream.
22854         * gst/videotestsrc/gstvideotestsrc.c:
22855         * gst/videotestsrc/gstvideotestsrc.h:
22856         * gst/videotestsrc/videotestsrc.c:
22857         * gst/videotestsrc/videotestsrc.h:
22858         Rewrite many of the buffer painting functions to handle odd
22859         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
22860         been verified to work with my video card.
22861         * testsuite/gst-lint:  Add check for elements calling
22862         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
22863
22864 2004-01-08  David Schleef  <ds@schleef.org>
22865
22866         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22867         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
22868
22869 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22870
22871         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
22872         configure event is not emiting the desired size signal. That fixes
22873         aspect ratio issues with gst-player.
22874
22875 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22876
22877         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
22878           Fix capsnego.
22879
22880 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22881
22882         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
22883         public method to fire size signal.
22884
22885 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22886
22887         * examples/gstplay/Makefile.am: Adding the interface library.
22888         * gst-libs/gst/play/Makefile.am: Adding the interface library.
22889         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
22890         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
22891         GST_IS_X_OVERLAY before signal connect.
22892         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
22893         Removing the have_video_size signal.
22894         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
22895         and associated public method.
22896         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22897         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
22898         signal.
22899         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22900         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
22901         signal.
22902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
22903         Using XOverlay public method to fire size signal.
22904
22905 2004-01-07  David Schleef  <ds@schleef.org>
22906
22907         * gst/videofilter/Makefile.am:
22908         * gst/videofilter/gstvideotemplate.c:
22909         * gst/videofilter/make_filter:
22910         Create gstvideoexample.c in a srcdir!=builddir friendly way.
22911         Convert make_filter to /bin/sh script.
22912
22913 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22914
22915         * gst/modplug/gstmodplug.cc: fix element description
22916
22917 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22918
22919         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
22920         (got_video_size): Adding some new lines in g_print calls.
22921         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22922         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
22923         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
22924         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
22925         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
22926         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
22927         Complete code review, reverting some stuff i disagree with, adding
22928         some fixes : time synchronization on invalid timestamps, renegotiation
22929         of private window.
22930         * sys/ximage/ximagesink.h:
22931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
22932         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
22933         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
22934         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
22935         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22936         (gst_xvimagesink_buffer_new),
22937         (gst_xvimagesink_navigation_send_event),
22938         (gst_xvimagesink_set_xwindow_id),
22939         (gst_xvimagesink_get_desired_size),
22940         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
22941         stuff i disagree with, adding some fixes : Renegotiation of private
22942         window, implementing get_desired_size.
22943
22944 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22945
22946         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
22947         (gst_afsink_handle_event):
22948         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
22949         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
22950         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
22951         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
22952         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
22953           Fix for instantiate-test (see core). Also remove dead code from
22954           jpegenc (which still needs fixing, but that's lower on my TODO
22955           list...).
22956         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22957           Never return NULL as caps.
22958
22959 2004-01-07  David Schleef  <ds@schleef.org>
22960
22961         * configure.ac:
22962         * ext/Makefile.am:
22963         * ext/librfb/Makefile.am:
22964         * ext/librfb/gstrfbsrc.c:
22965         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
22966         is the protocol used by VNC.
22967
22968 2004-01-07  David Schleef  <ds@schleef.org>
22969
22970         * gst/videofilter/gstvideotemplate.c:
22971         * gst/videofilter/gstvideotemplate.h:
22972         * gst/videofilter/make_filter:
22973         Merge videotemplate header into source file.
22974         * gst/effectv/Makefile.am:
22975         * gst/effectv/gsteffectv.c: (plugin_init):
22976         * gst/effectv/gstwarp.c:
22977         Make warpTV a subclass of videofilter.
22978
22979 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22980
22981         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22982           Add guard against invalid utf-8 conversions in mad. Just in case.
22983
22984 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22985
22986         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
22987           Fix for bug shown by poisoning
22988
22989 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22990
22991         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22992         (gst_v4lmjpegsrc_buffer_free):
22993         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22994         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
22995         (gst_v4lsrc_buffer_free):
22996           Fix for removed bufferpools.
22997
22998 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22999
23000         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23001         Fix caps negotiation.
23002
23003         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23004         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
23005         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
23006         (dvdnavsrc_event):
23007         * ext/mpeg2dec/gstmpeg2dec.c:
23008         * gst-libs/gst/navigation/navigation.c:
23009         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
23010         * gst-libs/gst/navigation/navigation.h:
23011         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
23012         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
23013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
23014         Super-simple first version of mouse and keyboard events. Clicking
23015         on a DVD menu now works, although it may not take you where you
23016         expected.
23017
23018         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23019         * gst/videotestsrc/gstvideotestsrc.c:
23020         (gst_videotestsrc_src_fixate):
23021         These fixate functions were broken - they never actually
23022         fixated :)
23023
23024 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23025
23026         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
23027         (gst_icecastsend_init):
23028           fix for new caps system.
23029         * gst-libs/gst/mixer/mixertrack.h:
23030         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
23031           Add 'master track' flag (for tools like ACME that only want to
23032           change the main volume).
23033
23034 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23035
23036         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
23037         (gst_xvid_csp_to_caps):
23038         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
23039         * ext/xvid/gstxvidenc.c:
23040         ifdef out ARGB type when it isn't available
23041         in xvidcore 1.0.0beta2
23042
23043 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23044
23045         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23046           When we have received a new SCR right in the first buffer after
23047           a seek (so in the same cycle that handles the discont), we should
23048           handle the buffer instead of unreffing it, else we lose data.
23049
23050 2004-01-06  Iain <iain@prettypeople.org>
23051
23052         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
23053           buffer-frames caps too.
23054
23055         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
23056           caps that we need, don't destroy them all and rebuild them. And when
23057           creating src pads, use the src pad template rather than the sink...
23058
23059 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23060
23061         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23062           Add pad to element *after* setting functions such as event handler.
23063           Without this, the scheduler (opt) will link pads, set the event
23064           handler from the default event function (dispatcher in gstpad.c)
23065           and *after* that, we will set our own event function, which will
23066           thus never be used (and thus mpegdemux doesn't handle events).
23067
23068 2004-01-04  David Schleef  <ds@schleef.org>
23069
23070         Fix the fixate functions to handle new prototype:
23071         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23072         * gst/videotestsrc/gstvideotestsrc.c:
23073         (gst_videotestsrc_src_fixate):
23074         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23075         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
23076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
23077
23078 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23079
23080         * sys/ximage/ximagesink.h:
23081         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23082         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
23083         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
23084         (gst_ximagesink_xoverlay_init):
23085           assorted fixes to make (re)embedding work
23086         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
23087         (gst_ximagesink_get_desired_size):
23088           implement desired size additions to XOverlay
23089
23090 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23091
23092         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
23093         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
23094         (gst_x_overlay_got_desired_size):
23095         * gst-libs/gst/xoverlay/xoverlay.h:
23096           Add optional "desired size" signal and querying.
23097
23098 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23099
23100         * gst/matroska/matroska-demux.c:
23101         (gst_matroska_demux_parse_blockgroup):
23102           Fix EBML-laced block parsing. Diffs are relative to previous
23103           lace, not the first lace. Thanks to Mosu from the Matroska
23104           team for detecting this.
23105         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23106         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
23107         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
23108         (gst_wavparse_change_state):
23109         * gst/wavparse/gstwavparse.h:
23110           Quickfix for capsnego.
23111
23112 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23113
23114         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
23115           Fix indenting, fix pad creation.
23116
23117 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23118
23119         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
23120         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
23121         (gst_xviddec_sink_link):
23122           Implement src_getcaps() so proper size caps is negotiated.
23123
23124 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23125
23126         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
23127           Finish flac decoder on EOS. See #116178.
23128
23129 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23130
23131         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
23132         (gst_matroska_demux_add_stream):
23133         * gst/matroska/matroska-ids.h:
23134           Add getcaps() function to fix capsnego...
23135
23136 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23137
23138         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23139         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
23140         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23141           Fix more integer overflows. Again, see #126967.
23142
23143 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23144
23145         * ext/mpeg2dec/gstmpeg2dec.c:
23146           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
23147           #130416.
23148
23149 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23150
23151         * configure.ac:
23152         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
23153         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
23154         * ext/xvid/gstxvid.h:
23155         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
23156         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
23157         (gst_xviddec_src_link), (gst_xviddec_sink_link),
23158         (gst_xviddec_change_state):
23159         * ext/xvid/gstxviddec.h:
23160         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
23161         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
23162         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
23163         (gst_xvidenc_link), (gst_xvidenc_set_property),
23164         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
23165         * ext/xvid/gstxvidenc.h:
23166           Update xvid plugin to latest xvid (1.0.0-beta3) API.
23167
23168 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23169
23170         * gst/rtp/rtp-packet.c:
23171           Add sys/types.h include, since OS X doesn't define in_addr_t
23172           in netinet/in.h, like it does on Linux (see #129600).
23173
23174 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
23175
23176         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
23177
23178         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
23179           Correct logic of dispose function (see #129306).
23180
23181 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23182
23183         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
23184         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23185         (gst_mpeg_parse_init):
23186         * gst/mpegstream/gstmpegparse.h:
23187           Remove clock (which was never provided, i.e. dead code), and
23188           also fix integer overflows at high PTS values (see #126967).
23189
23190 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23191
23192         * ext/flac/gstflacdec.c:
23193         * ext/libpng/gstpngenc.h:
23194         * ext/mikmod/gstmikmod.h:
23195           OS X fixes (see #126628).
23196
23197 2004-01-02  David Schleef  <ds@schleef.org>
23198
23199         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
23200         (gst_alsa_src_base_init): Remove bogus "src" request pad.
23201         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
23202         (gst_mpeg_parse_class_init): Move pad template registration
23203         to class_init, since the derived class (mpegdemux) doesn't
23204         want them.
23205
23206 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23207
23208         * sys/ximage/Makefile.am:
23209         * sys/xvideo/Makefile.am:
23210         * sys/xvimage/Makefile.am:
23211           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
23212           after installation (see #127664).
23213
23214 2004-01-02  David Schleef  <ds@schleef.org>
23215
23216         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
23217         (gst_ffmpegenc_connect):  Negotiation fixes.
23218         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
23219         Remove inappropriate gst_caps_free().
23220         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23221         Reenable Ronald's internal resize code, since the core handles
23222         it correctly now.
23223
23224 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23225
23226         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
23227         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
23228         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
23229           Fix pad template stuff.
23230
23231 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23232
23233         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
23234         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
23235           fix signed integer reading/writing.
23236
23237 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23238
23239         * ext/alsa/README:
23240           Remove outdated document
23241
23242 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
23243
23244         * gst/cutter/gstcutter.c: (gst_cutter_init):
23245           src pad was being created twice - oops.
23246
23247 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23248
23249         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23250           Comment out internal resize. It doesn't handle the resulting
23251           XEvent internally, does another try_set_caps() which leads to
23252           a really nice loop.
23253           Real fix will come when Julien and Dave are awake. ;).
23254
23255 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23256
23257         * ext/mpeg2enc/gstmpeg2enc.cc:
23258           fix const/nonconst compile issue.
23259
23260 2004-01-02  David Schleef  <ds@schleef.org>
23261
23262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
23263         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
23264         Add fixate function and a check for bad formats.
23265
23266 2004-01-01  David Schleef  <ds@schleef.org>
23267
23268         Negotiation fixes:
23269         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23270         (gst_audiofilter_init):
23271         * gst/debug/efence.c: (gst_efence_init):
23272         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23273         (gst_deinterlace_init):
23274         * gst/volume/gstvolume.c: (volume_connect):
23275
23276 2004-01-01  David Schleef  <ds@schleef.org>
23277
23278         Convert elements to use gst_pad_use_explicit_caps() where
23279         appropriate:
23280         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
23281         * ext/audiofile/gstafparse.c: (gst_afparse_init),
23282         (gst_afparse_open_file):
23283         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
23284         (gst_afsrc_open_file):
23285         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
23286         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
23287         (gst_ffmpegdec_chain):
23288         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23289         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
23290         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
23291         (gst_gdk_pixbuf_chain):
23292         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
23293         (gst_jpegdec_chain):
23294         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
23295         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23296         (gst_mikmod_negotiate):
23297         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23298         (gst_mpeg2dec_negotiate_format):
23299         * ext/mpeg2enc/gstmpeg2enc.cc:
23300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23301         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
23302         (gst_speexdec_sinkconnect):
23303         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
23304         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
23305         (gst_vorbisfile_new_link):
23306         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
23307         (gst_ac3parse_chain):
23308         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
23309         (gst_asf_demux_setup_pad):
23310         * gst/auparse/gstauparse.c: (gst_auparse_init),
23311         (gst_auparse_chain):
23312         * gst/id3/gstid3types.c: (gst_id3types_loop):
23313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23314         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23315         (mp1videoparse_parse_seq):
23316         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
23317         (bpf_from_header):
23318         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23319         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
23320         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23321         (gst_mpeg_parse_send_data):
23322         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23323         (gst_qtdemux_add_stream):
23324         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23325         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23326         (gst_wavparse_parse_fmt):
23327
23328 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23329
23330         * configure.ac:
23331           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
23332           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
23333           it therefore uses the wrong include paths. Too bad... Note
23334           that 1.6.1.93 is not release yet. ;).
23335           Also add a check for mplex, which is now using the lib'ified
23336           mplex from mjpegtools, too.
23337         * ext/ffmpeg/gstffmpegcodecmap.c:
23338           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
23339           issues. I don't think ffmpeg handles 3ivx correctly, so this
23340           probably won't work. But it won't hurt either.
23341         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
23342         (gst_ffmpegdec_chain):
23343         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
23344         (gst_ffmpegenc_chain_audio):
23345           Fix memleak in audio encoding. Close codec if open fails, this
23346           calls the cleanup routines so we can re-use the context.
23347         * ext/mpeg2enc/gstmpeg2enc.cc:
23348           Fix pad template names/types, fix memory issue with getcaps().
23349         * ext/mpeg2enc/gstmpeg2encoder.cc:
23350         * ext/mpeg2enc/gstmpeg2encoder.hh:
23351           Fix compile issue with new caps system (const thingy).
23352         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23353         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
23354           We read a first frame right on initing, so that we have a caps
23355           when we init the output. This caps is cached in padprivate and
23356           read as first frame.
23357         * ext/mplex/Makefile.am:
23358         * ext/mplex/gstmplex.cc:
23359         * ext/mplex/gstmplex.h:
23360         * ext/mplex/gstmplex.hh:
23361         * ext/mplex/gstmplexibitstream.cc:
23362         * ext/mplex/gstmplexibitstream.hh:
23363         * ext/mplex/gstmplexjob.cc:
23364         * ext/mplex/gstmplexjob.hh:
23365         * ext/mplex/gstmplexoutputstream.cc:
23366         * ext/mplex/gstmplexoutputstream.hh:
23367           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
23368           had issues, didn't do capsnego, supported only a subset of the
23369           mplex features and required a mplex fork in our local CVS. Plus
23370           that it worked agaist a very old mplex version. Rewriting was
23371           faster than updating it.
23372         * gst-libs/ext/Makefile.am:
23373         * gst-libs/ext/mplex/INSTRUCT:
23374         * gst-libs/ext/mplex/Makefile.am:
23375         * gst-libs/ext/mplex/README:
23376         * gst-libs/ext/mplex/TODO:
23377         * gst-libs/ext/mplex/ac3strm_in.cc:
23378         * gst-libs/ext/mplex/audiostrm.hh:
23379         * gst-libs/ext/mplex/audiostrm_out.cc:
23380         * gst-libs/ext/mplex/aunit.hh:
23381         * gst-libs/ext/mplex/bits.cc:
23382         * gst-libs/ext/mplex/bits.hh:
23383         * gst-libs/ext/mplex/buffer.cc:
23384         * gst-libs/ext/mplex/buffer.hh:
23385         * gst-libs/ext/mplex/fastintfns.h:
23386         * gst-libs/ext/mplex/format_codes.h:
23387         * gst-libs/ext/mplex/inputstrm.cc:
23388         * gst-libs/ext/mplex/inputstrm.hh:
23389         * gst-libs/ext/mplex/lpcmstrm_in.cc:
23390         * gst-libs/ext/mplex/mjpeg_logging.cc:
23391         * gst-libs/ext/mplex/mjpeg_logging.h:
23392         * gst-libs/ext/mplex/mjpeg_types.h:
23393         * gst-libs/ext/mplex/mpastrm_in.cc:
23394         * gst-libs/ext/mplex/mpegconsts.cc:
23395         * gst-libs/ext/mplex/mpegconsts.h:
23396         * gst-libs/ext/mplex/mplexconsts.hh:
23397         * gst-libs/ext/mplex/multplex.cc:
23398         * gst-libs/ext/mplex/outputstream.hh:
23399         * gst-libs/ext/mplex/padstrm.cc:
23400         * gst-libs/ext/mplex/padstrm.hh:
23401         * gst-libs/ext/mplex/stillsstream.cc:
23402         * gst-libs/ext/mplex/stillsstream.hh:
23403         * gst-libs/ext/mplex/systems.cc:
23404         * gst-libs/ext/mplex/systems.hh:
23405         * gst-libs/ext/mplex/vector.cc:
23406         * gst-libs/ext/mplex/vector.hh:
23407         * gst-libs/ext/mplex/videostrm.hh:
23408         * gst-libs/ext/mplex/videostrm_in.cc:
23409         * gst-libs/ext/mplex/videostrm_out.cc:
23410         * gst-libs/ext/mplex/yuv4mpeg.cc:
23411         * gst-libs/ext/mplex/yuv4mpeg.h:
23412         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
23413         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
23414           We don't fork mjpegtools' mplex in our CVS anymore.
23415         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
23416         (gst_avi_demux_add_stream):
23417         * gst/avi/gstavidemux.h:
23418           Add getcaps() function for proper caps nego. This makes some
23419           parts of AVI playback/reading work.
23420         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23421           Resize window on new capsnego. This is probably wrong, but
23422           I'm still committing it because with current capsnego, the
23423           first successfull capsnego is auto-fixated, therefore rounded
23424           down to the lowest values in the caps. this results in a 16x16
23425           XWindow that is not reized when real capsnego finishes.
23426           Dave, I see more cases of this, do you know a proper solution?
23427         * tools/gst-launch-ext.in:
23428           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
23429
23430 2003-12-31  David Schleef  <ds@schleef.org>
23431
23432         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
23433         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
23434           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
23435
23436 2003-12-30  David Schleef  <ds@schleef.org>
23437
23438         * ext/ffmpeg/gstffmpegcolorspace.c:
23439         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23440         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
23441         (gst_ffmpegcsp_chain): Negotiation fixes
23442         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
23443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23444         (gst_audio_convert_link), (gst_audio_convert_channels):
23445         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
23446         (gst_audioscale_link), (gst_audioscale_get_buffer),
23447         (gst_audioscale_chain): Negotiation fixes
23448         * gst/audioscale/gstaudioscale.h:
23449         * gst/videofilter/gstvideofilter.c:
23450         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
23451         (gst_videofilter_link), (gst_videofilter_init),
23452         (gst_videofilter_set_output_size), (gst_videofilter_setup),
23453         (gst_videofilter_find_format_by_structure):
23454         * gst/videofilter/gstvideofilter.h: Negotiation fixes
23455         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23456         (gst_videoscale_link):
23457         * gst/videoscale/videoscale.c: (videoscale_get_structure),
23458         (videoscale_find_by_structure), (gst_videoscale_setup):
23459         * gst/videoscale/videoscale.h: Negotiation fixes
23460         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23461         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
23462         function, restrict resizing to a multiple of 4 (hack until
23463         everyone supports odd sizes correctly).
23464
23465 2003-12-29  Colin Walters  <walters@verbum.org>
23466
23467         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
23468         signed.
23469
23470 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
23471
23472         * ext/sndfile/gstsf.c: (gst_sf_loop):
23473           Fix warning about discarding const qualifier
23474
23475 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
23476
23477         * gst/cutter/gstcutter.c:
23478         * gst/videoscale/gstvideoscale.c:
23479         * gst/volenv/gstvolenv.c:
23480         * gst-libs/gst/audio/audio.c:
23481         * gst-libs/gst/video/video.c:
23482           Fix warnings
23483
23484 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23485
23486         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
23487           Don't send ALSA debugging to stderr.
23488         * ext/alsa/gstalsa.h:
23489           Use GST_WARNING instead of g_warning when ALSA functions fail.
23490
23491 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23492
23493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23494           Free XVAdapterInfo correctly.
23495
23496 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23497
23498         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
23499         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
23500           Make id3tag use correct caps nego.
23501
23502 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
23503
23504         * ext/ivorbis/vorbis.c:
23505         * ext/ivorbis/vorbisenc.h:
23506         * ext/ivorbis/vorbisfile.c:
23507           Modify so that it uses the new caps things
23508
23509 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23510
23511         * testsuite/spider/spider1.c: (main):
23512         * testsuite/spider/spider2.c: (main):
23513         * testsuite/spider/spider3.c: (main):
23514           Make tests compile again. They probably don't work.
23515
23516 2003-12-24  Colin Walters  <walters@verbum.org>
23517
23518         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
23519         we can't fixate the caps anymore.
23520
23521 2003-12-23  David Schleef  <ds@schleef.org>
23522
23523         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
23524         * sys/oss/gstosssink.c: (gst_osssink_init),
23525         (gst_osssink_sink_fixate): Add fixate function.
23526
23527 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23528
23529         * ext/ffmpeg/gstffmpegcodecmap.c:
23530         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
23531         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
23532         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
23533         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23534         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23535         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23536         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
23537           fix typo in RGB masks, and move back to "old" colorspace
23538           capsnego code until whoever wrote this new crap has actually
23539           tested it so that it works.
23540           And yes, this works, keep it that way please.
23541
23542 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23543
23544         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
23545         (gst_divxdec_init), (gst_divxdec_negotiate):
23546         * ext/divx/gstdivxdec.h:
23547         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
23548         (gst_divxenc_init):
23549         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
23550         (gst_faac_sinkconnect), (gst_faac_srcconnect):
23551         * ext/mpeg2enc/gstmpeg2enc.cc:
23552         * ext/mpeg2enc/gstmpeg2encoder.cc:
23553         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23554         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
23555         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
23556         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
23557         (dxr3spusink_init):
23558         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
23559         (dxr3videosink_init):
23560           Fix caps breakage after Dave's caps branch merge.
23561
23562 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23563
23564         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23565           Fix for 24bpp display.
23566
23567 2003-12-23  Colin Walters  <walters@verbum.org>
23568
23569         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
23570         a GnomeVFSHandle directly.
23571
23572 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23573
23574         * gst/volume/Makefile.am:
23575         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
23576         (volume_base_init), (volume_init):
23577           Reenable volume element and fix to work with new caps stuff.
23578           Rhythmbox needs this.
23579
23580 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23581
23582         * gst/qtdemux/qtdemux.c: (plugin_init):
23583           qtdemux requires bytestream
23584
23585 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23586
23587         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
23588           Fix remaining caps handling errors due to CAPS merge.
23589
23590 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23591
23592         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
23593         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
23594         (gst_faad_srcconnect):
23595           Port to new caps system.
23596
23597 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23598
23599         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23600         (got_video_size), (main): using g_print instead of g_message.
23601         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
23602         signal which was not emitted because of "switch" element added to the
23603         bin but not connected. (Removing from the bin temporarily)
23604
23605 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23606
23607         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
23608         find X development files. I don't understand the previous tests and
23609         they fail on my debian/ppc unstable. This one works.
23610         * examples/gstplay/player.c: (main): Set the pipeline to READY before
23611         exiting.
23612         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
23613         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23614         (gst_play_set_visualization): Add some safety checks in set_ methods
23615         and state_change. This was throwing some ugly CRITICAL messages when
23616         pipeline was getting disposed and casts were failing.
23617
23618 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23619
23620         * configure.ac:
23621           Improve mpeg2enc detection. This is for distributions that do
23622           ship mjpegtools, but without mpeg2enc. Also does object check
23623           for might there ever be ABI incompatibility.
23624         * ext/mpeg2enc/gstmpeg2enc.cc:
23625           Add Andrew as second maintainer (he's helping me), and also add
23626           an error if no caps was set. This happens if I pull before capsnego
23627           and that's something I should solve sometime else.
23628         * gst/matroska/matroska-demux.c:
23629         (gst_matroska_demux_parse_blockgroup):
23630           Fix time parsing.
23631         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
23632         (gst_matroska_mux_track_header):
23633           Add caps to templates.
23634         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
23635           Add mpegversion=1 to prevent confusion with MPEG/AAC.
23636         * gst/mpegstream/gstmpegdemux.c:
23637           Remove layer since it causes warnings about unfixed caps.
23638         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23639           Fix obvious typo (we error out if caps were set, we should of
23640           course error out if *no* caps were set).
23641         * sys/oss/gstosselement.c: (gst_osselement_convert):
23642           Fix format conversion, we confused bits/bytes.
23643         * sys/oss/gstosselement.h:
23644           Improve documentation for 'bps'.
23645         * sys/v4l/TODO:
23646           Remove stuff about plugins that need removing - this was done
23647           ages ago.
23648         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
23649         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
23650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
23651         (gst_v4lsrc_src_query):
23652         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23653         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
23654           Add get_query_types(), get_formats() and query() functions.
23655
23656 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23657
23658         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
23659         * moved CVS to freedesktop.org