4218cfe8b111464af7ddb662359d51104fe10bf1
[platform/upstream/gstreamer.git] / ChangeLog
1 === release 0.10.8 ===
2
3 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4
5         * configure.ac:
6           releasing 0.10.8, "Moar gij ziet mij nie"
7
8 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9
10         * configure.ac:
11         * po/af.po:
12         * po/az.po:
13         * po/cs.po:
14         * po/en_GB.po:
15         * po/hu.po:
16         * po/it.po:
17         * po/nb.po:
18         * po/nl.po:
19         * po/or.po:
20         * po/sq.po:
21         * po/sr.po:
22         * po/sv.po:
23         * po/uk.po:
24         * po/vi.po:
25         * win32/common/config.h:
26           0.10.7.2 prerelease
27
28 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29
30         * docs/libs/tmpl/gstaudio.sgml:
31         * docs/libs/tmpl/gstcolorbalance.sgml:
32         * docs/libs/tmpl/gstmixer.sgml:
33         * docs/libs/tmpl/gstringbuffer.sgml:
34         * docs/libs/tmpl/gsttuner.sgml:
35         * docs/libs/tmpl/gstxoverlay.sgml:
36         * gst-libs/gst/audio/audio.c:
37         * gst-libs/gst/audio/gstringbuffer.c:
38         * gst-libs/gst/interfaces/colorbalance.c:
39         * gst-libs/gst/interfaces/mixer.c:
40         * gst-libs/gst/interfaces/tuner.c:
41         * gst-libs/gst/interfaces/xoverlay.c:
42           move last template doc snippets to source code and delete them
43
44 2006-06-06  Michael Smith  <msmith@fluendo.com>
45
46         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
47         (theora_parse_drain_queue):
48           Mark DELTA_UNIT on non-keyframes.
49
50 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
51
52         * gst-libs/gst/audio/gstbaseaudiosink.c:
53         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
54         * gst-libs/gst/audio/gstbaseaudiosink.h:
55         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
56         (gst_ring_buffer_samples_done):
57         * gst-libs/gst/audio/gstringbuffer.h:
58         Document better the fact that latency_time and buffer_time are values
59         stored in microseconds, and not the usual GStreamer nanoseconds.
60         Change the variables (compatibly) that store them from GstClockTime 
61         to guint64 to make it more clear that they're not storing clock times.
62         Also, remove the bogus property description that says the user can
63         specify -1 to get the default value, since that's never been the case.
64
65         When computing the default segment size for the ring buffer, make it
66         an integer number of samples.
67
68         When the sub-class indicates a delay greater than the number of
69         samples we've written return 0 from the audio sink get_time method.
70
71 2006-06-02  Michael Smith  <msmith@fluendo.com>
72
73         * tests/check/elements/audioconvert.c: (set_channel_positions),
74         (get_float_mc_caps), (get_int_mc_caps):
75         * tests/check/elements/audioresample.c:
76         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
77         * tests/check/elements/videorate.c:
78         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
79         * tests/check/elements/volume.c:
80         * tests/check/elements/vorbisdec.c:
81         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
82           Don't busy-wait in tests; this was causing test timeouts very
83           frequently when running under valgrind.
84
85 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
86
87         * gst/tcp/README:
88         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
89         (gst_multi_fd_sink_remove_client_link),
90         (gst_multi_fd_sink_client_queue_caps),
91         (gst_multi_fd_sink_client_queue_buffer),
92         (gst_multi_fd_sink_handle_client_write),
93         (gst_multi_fd_sink_render):
94         * gst/tcp/gstmultifdsink.h:
95           make multifdsink properly deal with streamheader:
96           - streamheader is taken from caps
97           - buffers marked with IN_CAPS are not sent
98           - streamheaders are sent, on connection, from the caps of the
99             buffer where the client gets positioned to
100           - further streamheader changes are done every time the client
101             will receive a buffer with different caps
102         * tests/check/elements/multifdsink.c: (GST_START_TEST),
103         (gst_multifdsink_create_streamheader):
104           add tests for this
105
106 2006-06-02  Michael Smith  <msmith@fluendo.com>
107
108         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
109           Reinstate limit on channel count. Vorbis does not define the meaning
110           of > 6 channels, so they're just independent channels. Gstreamer
111           currently has no mechanism to represent N independent channels.
112
113 2006-06-02  Michael Smith  <msmith@fluendo.com>
114
115         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
116           Don't arbitrarily restrict channel counts and rate in vorbis.
117           In terms of effects likely on real-world files, this fixes 96kHz
118           playback of vorbis.
119
120 2006-06-02  Michael Smith  <msmith@fluendo.com>
121
122         * gst/audioconvert/audioconvert.c: (float):
123           More correct float->int conversion.
124
125 2006-06-02  Michael Smith  <msmith@fluendo.com>
126
127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
128           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
129           value. Fixes g-critical on trying to play back ogg containing
130           unknown codec.
131
132 2006-06-02  Wim Taymans  <wim@fluendo.com>
133
134         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
135         (setup_source):
136         * gst/playback/gstplaybasebin.h:
137         Make the subtitle detection work from any thread so we don't
138         deadlock. Fixes #343397.
139
140 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
141
142         * gst/volume/Makefile.am:
143           Seriously, it's not *that* hard to get compilation right.  Even
144           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
145
146 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
147
148         * gst/volume/gstvolume.c: (volume_choose_func),
149         (volume_update_real_volume), (gst_volume_class_init),
150         (gst_volume_init), (volume_process_float), (volume_process_int16),
151         (volume_process_int16_clamp), (volume_set_caps),
152         (volume_transform_ip), (plugin_init):
153         * gst/volume/gstvolume.h:
154         rewrite the passthrough check, split _int16 and _int16_clamp, fix
155         another property desc., remove unused param from process function
156         
157         * tests/check/elements/volume.c: (volume_suite):
158         reactivate the passthrough test
159
160 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
161
162         * ext/alsa/gstalsamixerelement.h:
163         * ext/alsa/gstalsamixeroptions.h:
164         * ext/alsa/gstalsamixertrack.h:
165         * ext/gnomevfs/gstgnomevfssink.h:
166         * ext/gnomevfs/gstgnomevfssrc.h:
167         * ext/theora/gsttheoradec.h:
168         * ext/theora/gsttheoraenc.h:
169         * ext/theora/gsttheoraparse.h:
170         * ext/vorbis/vorbisparse.h:
171         * gst-libs/gst/audio/gstaudioclock.h:
172         * gst-libs/gst/audio/gstaudiofilter.h:
173         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
174         * gst/audioconvert/gstaudioconvert.h:
175         * gst/audioresample/gstaudioresample.h:
176         * gst/audiotestsrc/gstaudiotestsrc.h:
177         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
178         * gst/playback/gststreamselector.h:
179         * gst/tcp/gstmultifdsink.h:
180         * gst/tcp/gsttcpclientsink.h:
181         * gst/tcp/gsttcpclientsrc.h:
182         * gst/tcp/gsttcpserversink.h:
183         * gst/tcp/gsttcpserversrc.h:
184         * gst/videorate/gstvideorate.h:
185         * gst/videoscale/gstvideoscale.h:
186         * gst/videotestsrc/gstvideotestsrc.h:
187         * gst/volume/gstvolume.h:
188         * sys/v4l/gstv4ljpegsrc.h:
189         * sys/v4l/gstv4lmjpegsink.h:
190         * sys/v4l/gstv4lmjpegsrc.h:
191         * sys/v4l/gstv4lsrc.h:
192         * sys/ximage/ximagesink.h:
193         * sys/xvimage/xvimagesink.h:
194         * tests/old/testsuite/alsa/sinesrc.h:
195         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
196
197 2006-05-31  Wim Taymans  <wim@fluendo.com>
198
199         * ext/libvisual/visual.c: (gst_visual_reset),
200         (gst_visual_sink_setcaps), (gst_visual_sink_event),
201         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
202         Handle DISCONT.
203         Use running time before doing QoS.
204         Handle mono too.
205
206 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
207
208         * docs/libs/Makefile.am:
209           set a magic variable to indicate we know the docs are incomplete
210
211 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
212
213         * win32/common/libgstvideo.def:
214           export gst_video_calculate_display_ratio
215         * win32/vs6/libgstvideoscale.dsp:
216           add link to libgstvideo-0.10.lib
217
218 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
219
220         * gst/playback/gstplaybasebin.c: (gen_source_element):
221           Throw a more comprehensible error for rtsp:// URIs (rather
222           than erroring out with a negotiation error later on) until
223           we fix playbin to handle rtspsrc etc.
224
225 2006-05-30  Wim Taymans  <wim@fluendo.com>
226
227         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
228         (gst_text_overlay_text_event):
229         Added some FIXMEs.
230
231 2006-05-30  Wim Taymans  <wim@fluendo.com>
232
233         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
234         (gst_adder_request_new_pad), (gst_adder_release_pad):
235         * gst/adder/gstadder.h:
236         Implement release_request_pad.
237         Make padcounter atomic.
238
239         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
240         Added check for release_pad in adder.
241
242 2006-05-30  Wim Taymans  <wim@fluendo.com>
243
244         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
245         Fix build again.
246
247 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
248
249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
250         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
251         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
252         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
253         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
254         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
255         (gst_ogg_demux_bisect_forward_serialno),
256         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
257         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
258           add more debugging
259           clean up printf formats for granulepos and serialno
260
261 2006-05-30  Michael Smith  <msmith@fluendo.com>
262
263         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
264         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
265         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
266         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
267         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
268         * ext/vorbis/vorbisenc.h:
269           Multi-channel caps negotiation, so we can do proper multichannel
270           vorbis encoding, negotiated through audioconvert.
271
272 2006-05-30  Wim Taymans  <wim@fluendo.com>
273
274         * tests/check/elements/adder.c: (test_event_message_received),
275         (test_play_twice_message_received), (GST_START_TEST),
276         (adder_suite):
277         Added check to show that #339935 is fixed with ongoing
278         adder and collectpads fixes.
279
280 2006-05-29  Wim Taymans  <wim@fluendo.com>
281
282         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
283         Don't leak pad name.
284
285 2006-05-29  Wim Taymans  <wim@fluendo.com>
286
287         * gst/adder/gstadder.c: (gst_adder_query_duration),
288         (forward_event_func), (forward_event), (gst_adder_src_event):
289         Fix adder seeking.
290         Make query/seeking code threadsafe.
291
292         * tests/check/Makefile.am:
293         * tests/check/elements/adder.c: (test_event_message_received),
294         (GST_START_TEST), (test_play_twice_message_received):
295         Fix adder test case.
296
297 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
298
299         Patch by: Young-Ho Cha  <ganadist at chollian net>
300
301         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
302         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
303         (set_encoding_element), (decodebin_element_added_cb),
304         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
305         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
306         * gst/playback/gstplaybasebin.h:
307           Add 'subtitle-encoding' property to playbin, so applications can
308           force a subtitle encoding for non-UTF8 subtitles (#342268).
309
310         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
311         (gst_sub_parse_set_property):
312           Rename recently-added 'encoding' property to 'subtitle-encoding'
313           (so it can be proxied by playbin/decodebin in a generic way
314           with less danger of false positives).
315
316 2006-05-29  Michael Smith  <msmith@fluendo.com>
317
318         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
319         (append_with_other_format), (set_structure_widths),
320         (gst_audio_convert_transform_caps):
321           Patch from #341562: give more specific audio caps in get_caps, so
322           that basetransform  can make better decisions on what caps to
323           negotiate.
324
325 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
326
327         * tests/check/elements/volume.c:
328         make it compile again
329
330 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
331
332         * tests/check/elements/volume.c: (volume_suite):
333         disable test until #343196 gets resolved
334
335 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
336
337         * gst/adder/gstadder.c: (gst_adder_get_type):
338         Make it easier to copy&paste
339         
340         * gst/volume/Makefile.am:
341         * gst/volume/gstvolume.c: (volume_update_real_volume),
342         (gst_volume_set_volume), (gst_volume_set_mute),
343         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
344         (volume_transform_ip), (volume_update_mute),
345         (volume_update_volume):
346         * gst/volume/gstvolume.h:
347         Add own debug category, move duplicate code to helper function, fix
348         property texts, add more comments and prepare ffor liboil-goodness
349         
350         * tests/check/Makefile.am:
351         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
352         add test for mute and passtrough case, be a bit more verbose to track
353         failure
354         
355         * tests/check/generic/states.c: (GST_START_TEST):
356         catch elements that fail to instantiate
357
358 2006-05-28  Edward Hervey  <edward@fluendo.com>
359
360         * tests/check/pipelines/simple-launch-lines.c:
361         * tests/check/pipelines/theoraenc.c:
362         * tests/check/pipelines/vorbisenc.c:
363         Comment out tests using parse_launch() if core was built without
364         parsing capabilities.
365
366 2006-05-27  Edward Hervey  <edward@fluendo.com>
367
368         * tests/check/Makefile.am:
369         Extra bonus points for whoever explains to ensonic that you are meant
370         to test unit tests thoroughly before commiting them, especially if
371         you know it's going to break.
372         De-activated element/adder tests.
373
374 2006-05-27  Edward Hervey  <edward@fluendo.com>
375
376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
377         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
378         Marking caps conversion issues as GST_WARNING is way too verbose,
379         Moving them to GST_LOG.
380
381 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
382
383         * README:
384           Replace current README (containing the release notes from
385           some 0.9.x version) with a proper README taken from the core.
386
387 2006-05-26  Wim Taymans  <wim@fluendo.com>
388
389         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
390         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
391         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
392         (vorbis_dec_change_state):
393         Small cleanups.
394         Add some FIXMEs
395         Clip output samples to segment boundaries.
396
397 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
398
399         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
400         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
401         Improve the errors produced on bad output, including some human
402         readable description strings.
403         Handle the (theoretical for ximagesink) case where the XServer 
404         has a different idea about the size required for a particular 
405         frame and gives us too small a memory allocation.
406
407 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
408
409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
410         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
411         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
412         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
413         Improve the errors produced on bad output, including some human 
414         readable description strings.
415         Handle RGB Xv formats properly by transforming them into our 
416         big-endian caps description.
417         Use gst_caps_truncate to ensure that we never try and choose a
418         non-fixed caps in buffer_alloc.
419         Handle the case where the XServer has a different idea about the size
420         required for a particular frame and gives us too small a memory
421         allocation.
422         Use -1 to indicate 'no image format', because 0 is a valid XServer
423         image format number.
424         Put RGB Xv formats at the end of the caps, so that we always prefer
425         YUV format frames.
426         Iterate the available Xv Encodings to determine the maximum width and
427         height, and then return that in our caps.
428         (Closes #315312, #337544)
429
430 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
431
432         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
433         When there is only one unfinished pad and it receives an event that
434         doesn't match our requirements, we need to set alldone=FALSE so that
435         the fakesink is not removed yet.
436
437 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
438
439         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
440           Use gst_type_find_helper_for_buffer() to find the type
441           of stream from the first packet.
442
443         * configure.ac:
444           Bump requirements to core CVS (needed for vorbis
445           typefinding to work).
446
447 2006-05-24  Edward Hervey  <edward@fluendo.com>
448
449         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
450         Added the 'prfl' atom type which MQV (no, it's not a typo) files
451         contain.  Else they play perfectly fine with qtdemux.
452
453 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
454
455         * ext/theora/theoradec.c:
456         * ext/theora/theoraenc.c:
457         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
458         * gst/audiorate/gstaudiorate.c:
459           make more debug catagories static
460         
461         * tests/check/Makefile.am:
462         * tests/check/elements/adder.c: (message_received),
463         (test_event_message_received), (GST_START_TEST),
464         (test_play_twice_message_received), (adder_suite):
465           added test case for using element twice, extra bonus points for anyone
466           who can make these test run reliably
467
468 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
469
470         * ext/theora/theoradec.c: (theora_dec_chain):
471           Make work with time-stamped input buffers that do not
472           have a granulepos in BUFFER_OFFSET_END (like theora
473           buffers coming from matroskademux). Fixes #342448.
474
475 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
476
477         Patch by: Peter Kjellerstedt  <pkj at axis com>
478
479         * gst/tcp/Makefile.am:
480           fdstresstest doesn't need Gtk+, fix compilation if 
481           gtk is not available (#342566).
482
483 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
484          
485         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
486           80 line columns
487           Removed redundant floor()
488
489 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
490
491         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
492           On second thought, just skip JUNK chunks automatically, so
493           the caller doesn't have to handle this. Fixes #342345.
494           Also, return GST_FLOW_UNEXPECTED if we get a short read,
495           not GST_FLOW_ERROR.
496
497 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
498
499         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
500           Don't bail out on JUNK chunks with a size of 0 (would try to
501           pull_range 0 bytes before, which sources don't like too much).
502           See #342345.
503
504 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
505
506         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
508         Use the gstutil scaling function to preserve 64 bits while calculating
509         output width and height from the display-aspect-ratio. (A continuation
510         of #341542)
511
512 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
513
514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
515         (gst_xvimagesink_buffer_alloc):
516         * sys/xvimage/xvimagesink.h:
517         When performing buffer allocations, remember the caps and image format
518         we return so that if the same caps are asked for next time we can
519         return them immediately without doing any caps intersections.
520
521 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
522          
523         * gst-libs/gst/rtp/README:
524           Some new documentation
525         * gst-libs/gst/rtp/gstrtpbuffer.h:       
526           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
527         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
528         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
529           New RTP audio base payloader class. Supports frame or sample based
530           codecs.  Not enabled in Makefile.am until approved.
531
532 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
533
534         * tests/check/elements/alsa.c: (test_device_property_probe):
535           Fix test case: don't try to free NULL GValueArray when there
536           are no devices.
537
538 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
539
540         * tests/check/Makefile.am:
541         * tests/check/elements/alsa.c: (test_device_property_probe),
542         (alsa_suite), (main):
543           Add simple test that runs a device property probe on alsasrc,
544           alsasink and alsamixer. Disable valgrind check for now (too
545           many leaks in libasound, and valgrind ignored my suppressions
546           additions).
547
548 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
549
550         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
551         (gst_alsa_device_property_probe_probe_property),
552         (gst_alsa_device_property_probe_needs_probe),
553         (gst_alsa_device_property_probe_get_values),
554         (gst_alsa_type_add_device_property_probe_interface):
555         * ext/alsa/gstalsadeviceprobe.h:
556         * ext/alsa/gstalsamixerelement.c:
557         (gst_alsa_mixer_element_init_interfaces):
558         * ext/alsa/gstalsamixerelement.h:
559           Clean up and simplify alsa device probing. Make it actually work
560           for multiple classes. Don't cache results any longer.
561
562         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
563         (gst_alsasink_init):
564         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
565         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
566         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
567           Make alsasink and alsasrc implement the GstPropertyProbe interface
568           for device probing (#342181).
569           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
570
571 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
572
573         * gst/subparse/samiparse.c: (handle_start_font):
574           Don't ignore return value of strtol (++compiler_happiness).
575
576 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
577
578         Patch by: Young-Ho Cha  <ganadist chollian net>
579
580         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
581         (gst_sub_parse_class_init), (gst_sub_parse_init),
582         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
583         (convert_encoding):
584         * gst/subparse/gstsubparse.h:
585           Add 'encoding' property (#341681).
586
587         * gst/subparse/samiparse.c: (characters_sami):
588           Output is pango markup, so we need to escape text
589           between tags (#342143).
590
591 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
592
593         * gst-libs/gst/audio/multichannel.c:
594         (gst_audio_check_channel_positions):
595           It's okay to have caps with channels=1 and a channel position
596           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
597           (deinterleavers might want to keep the position in the caps,
598           so that they can be re-interleaved again properly later).
599           Leave check for unexpected 2-channel layouts intact for now.
600
601 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
602
603         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
604         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
605         basesrc can do its job correctly.
606
607 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
608
609         * ext/alsa/Makefile.am:
610         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
611         (gst_alsa_detect_formats), (get_channel_free_structure),
612         (caps_add_channel_configuration), (gst_alsa_detect_channels),
613         (gst_alsa_probe_supported_formats):
614         * ext/alsa/gstalsa.h:
615         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
616           Refactor and improve caps probing code: probe signedness
617           when we probe the supported formats/widths; set endianness
618           to the one we actually probed for (ie. cpu endianness).
619           
620         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
621         (gst_alsasrc_close):
622         * ext/alsa/gstalsasrc.h:
623           Implement caps probing for alsasrc.
624
625 2006-05-15  Wim Taymans  <wim@fluendo.com>
626
627         * ext/theora/theoradec.c: (gst_theora_dec_reset),
628         (theora_dec_src_query), (theora_dec_src_event),
629         (theora_dec_sink_event), (theora_handle_comment_packet),
630         (theora_handle_data_packet), (theora_dec_change_state):
631         Cleanups, add some G_LIKELY.
632         Use segment helpers instead of our own wrong code.
633         Clear queued buffers on seek and READY.
634
635         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
636         (vorbis_dec_convert), (vorbis_dec_src_query),
637         (vorbis_dec_src_event), (vorbis_dec_sink_event),
638         (vorbis_handle_comment_packet), (vorbis_dec_push),
639         (vorbis_handle_data_packet), (vorbis_dec_chain),
640         (vorbis_dec_change_state):
641         * ext/vorbis/vorbisdec.h:
642         Remove old useless packetno variable.
643         Do position query properly.
644         Add some G_LIKELY.
645         Do cleanup of queued buffers in new helper function
646         and use it.
647
648 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
649
650         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
651           Query supported sample rates. Fixes #341732.
652
653 2006-05-15  Julien MOUTTE  <julien@moutte.net>
654
655         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
656         (gst_decode_bin_change_state): Make decodebin reusable
657         when going from PAUSE_TO_READY and then back to PAUSED.
658         Fixes #331678.
659
660 2006-05-15  Wim Taymans  <wim@fluendo.com>
661
662         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
663         (vorbis_dec_convert), (vorbis_dec_src_query),
664         (vorbis_dec_sink_query), (vorbis_dec_src_event),
665         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
666         (vorbis_dec_clean_queued), (vorbis_dec_push),
667         (vorbis_handle_data_packet), (vorbis_dec_change_state):
668         Cleanups. Use refcounting and DEBUG_OBJECT.
669         Reset segment on flush, use code methods instead of our
670         own wrong version.
671         Fix potential memleak.
672
673 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
674
675         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
676         (gst_alsasink_init):
677         * ext/alsa/gstalsasink.h:
678           Don't leak allocated snd_output_t structure if there's
679           more than one alsasink instance at a time (#341873).
680           Also fix GObject macros in header file.
681           
682 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
683
684         * gst/subparse/gstsubparse.c:
685         (gst_sub_parse_data_format_autodetect):
686           Don't use libxml functions in the typefinding code.
687
688 2006-05-15  Wim Taymans  <wim@fluendo.com>
689
690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
691         Fix seeking performance in the case where a non-header 
692         packet has a 0 granulepos (busted theora case). 
693         Fixes #341719
694         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
695          the first place, you limelight stealer you)
696
697 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
698
699         * gst/subparse/gstsubparse.c:
700         (gst_sub_parse_data_format_autodetect):
701           Improve SAMI typefinding: handle case where there are
702           whitespaces or newlines in front of the first <SAMI>
703           tag (#169936).
704
705 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
706
707         * configure.ac:
708           Build video4linux plugin even if there's no XVIDEO, just
709           without implementing the GstXOverlay interface (#334002).
710          
711 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
712
713         * configure.ac:
714         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
715         (plugin_init):
716           Add tentative support for libvisual-0.4 (#336881).
717
718 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
719
720         Patch by: Young-Ho Cha <ganadist at chollian net>
721
722         * gst/subparse/samiparse.c: (handle_start_font):
723           Need to map "silver" colour explicitly (#169936).
724
725 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
726
727         Patch by: Young-Ho Cha  <ganadist at chollian net>
728
729         * gst/subparse/Makefile.am:
730         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
731         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
732         (gst_sub_parse_format_autodetect), (feed_textbuf),
733         (gst_subparse_type_find), (plugin_init):
734         * gst/subparse/gstsubparse.h:
735         * gst/subparse/samiparse.c:
736         * gst/subparse/samiparse.h:
737           Add support for SAMI subtitles (#169936).
738
739 2006-05-14  Michael Smith  <msmith@fluendo.com>
740
741         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
742           Fix #341696: crash when mixing L+R+C to mono or stereo.
743         * tests/check/Makefile.am:
744         * tests/check/elements/audioconvert.c: (set_channel_positions),
745         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
746         (audioconvert_suite):
747           Add test for the above, including some generic framework bits for
748           testing multichannel things.
749
750 === release 0.10.7 ===
751
752 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
753
754         * configure.ac:
755           releasing 0.10.7, "Leave the gun"
756
757 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
758
759         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
761         Fix the build.
762
763 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
764
765         * docs/libs/gst-plugins-base-libs-docs.sgml:
766         * docs/libs/gst-plugins-base-libs-sections.txt:
767         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
768         * gst-libs/gst/video/video.h:
769         * gst/videoscale/Makefile.am:
770         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
772         * tests/check/Makefile.am:
773         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
774         (main):
775           Fix integer overflow problem with pixel-aspect-ratio calculations
776           in videoscale and xvimagesink (#341542)
777
778 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
779
780         * gst-libs/gst/tag/gstid3tag.c:
781           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
782
783 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
784
785         * win32/MANIFEST:
786           update win32 files listing
787
788 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
789
790         patch by: Sjoerd Simons (sjoerd@luon.net)
791
792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
793         (group_create), (group_destroy), (add_stream),
794         (gst_play_base_bin_get_property),
795         (gst_play_base_bin_get_streaminfo_value_array):
796         * gst/playback/gstplaybasebin.h:
797           API: GstPlayBaseBin::stream-info-value-array property
798           use a more bindings-friendly way of exposing streaminfo
799           using a GValueArray.  Tested in ipython.
800           Closes #341114
801
802 2006-05-11  Wim Taymans  <wim@fluendo.com>
803
804         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
805         (queue_underrun_cb), (queue_filled_cb):
806         Also catch queue underruns but don't do anything yet.
807         Refactor and comment queue enlarging code a bit.
808
809         * gst/playback/gstplaybasebin.c: (queue_overrun),
810         (queue_threshold_reached), (queue_out_of_data),
811         (gen_preroll_element):
812         If a queue over/underruns check that we don't create nasty
813         deadlocks when the min-threshold is not reached but the
814         max-bytes is. In those cases disable max-bytes when we
815         know that the queue is fed timed data.
816         Add more comments.
817
818 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
819
820         * gst/playback/gstplaybin.c: (gen_audio_element):
821           Make playbin automatically plug an 'audioresample'
822           element before the audio sink as well. This solves
823           problems with sinks that only accept a very specific
824           sample rate, like esdsink (e.g. #340379).
825
826 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
827
828         * gst/playback/gstplaybasebin.c: (gen_source_element):
829           Make http sources send special headers so that we receive
830           icecast metadata if the http stream is an icecast stream
831           (otherwise the server will just ignore them). This also
832           means that from now on users will need the 'icydemux'
833           element from gst-plugins-good installed if they want to
834           listen to icecast radio streams. (#341432, #333657).
835
836 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
837
838         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
839         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
840           remove stupid example from docs - it should come with a simple
841           C program instead.
842           Clean up/fix docs
843         * tests/check/elements/multifdsink.c: (wait_bytes_served),
844         (fail_if_can_read), (GST_START_TEST),
845         (gst_multifdsink_create_streamheader), (multifdsink_suite):
846           add a test for changing streamheader which exposes a bug in
847           multifdsink
848
849 2006-05-11  Michael Smith  <msmith@fluendo.com>
850
851         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
852         (gst_gnome_vfs_src_received_headers_callback):
853         * ext/gnomevfs/gstgnomevfssrc.h:
854           Don't set icy-caps unless we have a sane interval value. Move
855           interval to a local variable; we never use it outside this function.
856
857 2006-05-11  Wim Taymans  <wim@fluendo.com>
858
859         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
861         Register special buffer types along with the objects so
862         that they are not registered at runtime from N different
863         streaming threads since they are not threadsafe.
864
865 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
866
867         * tests/check/elements/multifdsink.c: (wait_bytes_served),
868         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
869           add two more tests, one doing streamheader
870
871 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
872
873         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
874           clean up the bufqueue when shutting down
875         * tests/check/Makefile.am:
876         * tests/check/elements/multifdsink.c: (setup_multifdsink),
877         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
878         (main):
879           add a test for the leak that was just fixed
880
881 2006-05-10  Wim Taymans  <wim@fluendo.com>
882
883         * gst/adder/gstadder.c: (gst_adder_setcaps),
884         (gst_adder_query_duration), (gst_adder_query), (forward_event),
885         (gst_adder_src_event), (gst_adder_sink_event),
886         (gst_adder_class_init), (gst_adder_finalize),
887         (gst_adder_request_new_pad), (gst_adder_collected):
888         * gst/adder/gstadder.h:
889         Updated some docs. Added comments and FIXMEs all over the place.
890         Improve debugging info.
891         Fix leak on finalize by not calling the parent.
892         Implement duration query.
893         Make event forwarding threadsafe.
894         Correctly send NEWSEGMENT at start and after flush.
895         Handle EOS correctly.
896         Post error when not negotiated.
897
898         * tests/check/elements/adder.c: (GST_START_TEST):
899         Added FIXME in the test.
900
901 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
902
903         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
904         (gst_text_overlay_halign_get_type),
905         (gst_text_overlay_wrap_mode_get_type):
906         * ext/theora/theoradec.c: (theora_handle_type_packet),
907         (theora_handle_data_packet):
908         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
909         (theora_enc_sink_setcaps), (theora_enc_chain):
910         * gst-libs/gst/cdda/gstcddabasesrc.c:
911         (gst_cdda_base_src_mode_get_type):
912         * gst/audiotestsrc/gstaudiotestsrc.c:
913         (gst_audiostestsrc_wave_get_type):
914         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
915         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
916         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
917         (gst_sync_method_get_type), (gst_unit_type_get_type),
918         (gst_client_status_get_type):
919         * gst/videoscale/gstvideoscale.c:
920         (gst_video_scale_method_get_type):
921         * gst/videotestsrc/gstvideotestsrc.c:
922         (gst_video_test_src_pattern_get_type):
923         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
924         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
925         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
926         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
927         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
928         (paint_setup_RGB565), (paint_setup_xRGB1555):
929           Const-ify GEnumValue and GFlagsValue arrays. Use
930           GST_ROUND_UP_* macros instead of home-made ones.
931
932 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
933
934         * configure.ac:
935           Require core CVS for the new newsegment stuff.
936
937 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
938
939         Patch by: Sjoerd Simons  <sjoerd at luon net>
940
941         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
942           Register nick for enum value (#341160).
943
944 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
945
946         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
947         (plugin_init):
948          backout typefind patch #340375
949          
950         * tests/check/elements/adder.c: (message_received),
951         (GST_START_TEST), (adder_suite):
952           redo, signal-handling of test
953
954 2006-05-09  Wim Taymans  <wim@fluendo.com>
955
956         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
957         (gst_adder_collected):
958         * gst/adder/gstadder.h:
959         Remove bogus segment merging and forwarding, we don't
960         care about timestamps anyway and we just produce a
961         continuous stream. 
962         Also create a nice NEWSEGMENT event when we start.
963         Use _scale_int some more.
964
965 2006-05-09  Edward Hervey  <edward@fluendo.com>
966
967         * tests/icles/stress-xoverlay.c:
968         Fix if core was built without parsing support.
969
970 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
971
972         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
973           Add SEDG (Samsung MPEG-4) fourcc.
974
975 2006-05-09  Edward Hervey  <edward@fluendo.com>
976
977         * tests/icles/stress-xoverlay.c:
978         * tests/examples/volume/volume.c:
979         Fix if core was built without parsing support.
980
981         * tests/examples/seek/seek.c:
982         Disable the parse_launch example if core was built without parsing
983         support.
984
985 2006-05-08  Edward Hervey  <edward@fluendo.com>
986
987         * autogen.sh: (CONFIGURE_DEF_OPT): 
988         libtoolize on Darwin/MacOSX is called glibtoolize
989
990 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
991
992         * tests/check/Makefile.am:
993         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
994           Disable the adder test, until the build-slaves posses the kindness to 
995           either like it or to give valid reason for not doing so 
996
997 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
998
999         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
1000         (adder_suite):
1001           Shuffle NULL state change around and raise timeout more
1002
1003 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
1004
1005         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
1006         (mp4_type_find), (plugin_init):
1007           Add typefind to distinguish between "audio/x-m4a" and new type
1008           "video/mp4". Fixes #340375
1009
1010         * tests/check/elements/adder.c: (adder_suite):
1011           Raise timeout to make buildbot happy
1012
1013 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
1014
1015         * gst/adder/gstadder.c: (gst_adder_sink_event),
1016         (gst_adder_request_new_pad), (gst_adder_change_state):
1017         * gst/adder/gstadder.h:
1018         * tests/check/Makefile.am:
1019         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
1020         (adder_suite), (main):
1021           Add sink-event handling to adder. It tries to merge incomming
1022           newsegment-events. Added test to check if segment_done is comming
1023           through. Fixes #340060
1024
1025 2006-05-05  Andy Wingo  <wingo@pobox.com>
1026
1027         * ext/theora/theoraparse.c (gst_theora_parse_init)
1028         (theora_parse_src_convert, theora_parse_src_query):
1029         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
1030         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
1031         query functions on the source pads of the theora and vorbis parse
1032         elements. Fixes position querying when doing a remux.
1033
1034 2006-05-05  Michael Smith  <msmith@fluendo.com>
1035
1036         * ext/theora/theoraparse.c: (parse_granulepos),
1037         (theora_parse_drain_queue_prematurely),
1038         (theora_parse_queue_buffer), (theora_parse_sink_event):
1039           Fix flushing.
1040           Fix invalid granulepos outputs when starting with a non-keyframe.
1041
1042 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
1043
1044         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
1045         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
1046         Rearrange MPEG system stream detection, fixing some memleaks in the
1047         process.
1048         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
1049         they clean up their data correctly.
1050         Remove unused ogganx caps and move the 'is_annodex' check to inside
1051         the 'is_ogg' if statement.
1052
1053 2006-05-05  Wim Taymans  <wim@fluendo.com>
1054
1055         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
1056         Properly remove ghostpads. Fixes #340392
1057
1058 2006-05-04  David Schleef  <ds@schleef.org>
1059
1060         * gst/typefind/gsttypefindfunctions.c:
1061
1062 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
1063
1064         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1065         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
1066
1067         When typefinding an MP3 in push-based mode, don't penalise the
1068         probability down to 74% when we found 5 valid frames just because we
1069         can't peek the end of the file.
1070
1071         Make the probability for detecting MPEG Transport Streams based on the
1072         number of sequential headers we successfully detected.
1073
1074 2006-05-03  Wim Taymans  <wim@fluendo.com>
1075
1076         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1077         (vorbis_dec_push), (vorbis_dec_chain):
1078         Still produce an error when we receive an empty packet.
1079
1080 2006-05-03  Wim Taymans  <wim@fluendo.com>
1081
1082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1083         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
1084         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
1085         Mark buffers with DISCONT after seek and after activating new
1086         chains.
1087
1088         * ext/theora/gsttheoradec.h:
1089         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1090         (theora_get_query_types), (theora_dec_sink_event),
1091         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
1092         (theora_dec_change_state):
1093         Fix frame counter.
1094         Detect and mark DISCONT buffers.
1095
1096         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1097         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
1098         (vorbis_dec_change_state):
1099         * ext/vorbis/vorbisdec.h:
1100         Use GstSegment.
1101         Detect and mark DISCONT buffers.
1102         Don't crash on 0 sized buffers.
1103
1104 2006-05-03  Wim Taymans  <wim@fluendo.com>
1105
1106         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
1107         (volume_transform_ip):
1108         Increase "volume" property to 10.0. Fixes #340369.
1109         Set the process function to NULL when capsnego fails so that
1110         we properly error out.
1111
1112 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
1113
1114         * gst/playback/gstplaybin.c: (add_sink):
1115         * gst/playback/test.c: (main):
1116         * gst/playback/test5.c: (dump_element_stats):
1117         * gst/playback/test6.c: (main):
1118           free cpas using gst_caps_unref, don't leak caps-strings
1119
1120 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1121
1122         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
1123         (plugin_init):
1124           Refine musepack typefinding a bit. Return MAXIMUM
1125           probability when we detect stream version 7 to make
1126           sure the mpeg audio typefinder doesn't trump us.
1127
1128 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1131           Protect against unexpected NULL strf_data buffer.
1132
1133 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1134
1135         * tests/check/elements/audioconvert.c: (verify_convert),
1136         (GST_START_TEST):
1137           interpret the out[] buffer in the order the bytes are actually
1138           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
1139           Other tests should use BYTE_ORDER since the array is filled in
1140           with actual values
1141
1142 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1143
1144         * tests/check/elements/audioconvert.c: (verify_convert),
1145         (GST_START_TEST):
1146           when a test fails, give an indication of which it is
1147
1148 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1149
1150         * gst-libs/gst/cdda/gstcddabasesrc.c:
1151           compile fix; strtol() needs <stdlib.h>
1152
1153 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1154
1155         * ext/alsa/gstalsamixerelement.c:
1156         * ext/alsa/gstalsasrc.c:
1157         * ext/cdparanoia/gstcdparanoiasrc.c:
1158         * ext/gnomevfs/gstgnomevfssink.c:
1159         * ext/gnomevfs/gstgnomevfssrc.c:
1160         * ext/ogg/gstoggdemux.c:
1161         * ext/ogg/gstoggmux.c:
1162         * ext/ogg/gstoggparse.c:
1163         * ext/ogg/gstogmparse.c:
1164         * ext/pango/gstclockoverlay.c:
1165         * ext/pango/gsttextoverlay.c:
1166         * ext/pango/gsttextrender.c:
1167         * ext/pango/gsttimeoverlay.c:
1168         * ext/theora/theoradec.c:
1169         * ext/theora/theoraenc.c:
1170         * ext/vorbis/vorbisdec.c:
1171         * ext/vorbis/vorbisenc.c:
1172         * gst-libs/gst/audio/gstaudiofilter.c:
1173         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1174         * gst/audioconvert/gstaudioconvert.c:
1175         * gst/audiorate/gstaudiorate.c:
1176         * gst/audioresample/gstaudioresample.c:
1177         * gst/audiotestsrc/gstaudiotestsrc.c:
1178         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1179         * gst/playback/gstdecodebin.c:
1180         * gst/playback/gstplaybin.c:
1181         * gst/playback/gststreamselector.c:
1182         * gst/subparse/gstsubparse.c:
1183         * gst/tcp/gstmultifdsink.c:
1184         * gst/tcp/gsttcpclientsink.c:
1185         * gst/tcp/gsttcpclientsrc.c:
1186         * gst/tcp/gsttcpserversink.c:
1187         * gst/tcp/gsttcpserversrc.c:
1188         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1189         * gst/videorate/gstvideorate.c:
1190         * gst/videoscale/gstvideoscale.c:
1191         * gst/videotestsrc/gstvideotestsrc.c:
1192         * gst/volume/gstvolume.c:
1193         * sys/v4l/gstv4ljpegsrc.c:
1194         * sys/v4l/gstv4lmjpegsink.c:
1195         * sys/v4l/gstv4lmjpegsrc.c:
1196         * sys/v4l/gstv4lsrc.c:
1197         * sys/ximage/ximagesink.c:
1198         * sys/xvimage/xvimagesink.c:
1199         * tests/check/libs/cddabasesrc.c:
1200           make GstElementDetails const
1201
1202 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1203
1204         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1205         (gst_adder_init):
1206           send events from src-pad to all sink-pads fixes #338657
1207
1208 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1209
1210         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
1211         (alsasink_parse_spec):
1212           query width capabilities from alsa, fixes #338919
1213
1214 2006-04-28  Wim Taymans  <wim@fluendo.com>
1215
1216         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1217         (gst_multi_fd_sink_remove_client_link):
1218         * gst/tcp/gstmultifdsink.h:
1219         Fix race condition in multifdsink that can lead to spurious 
1220         duplicate clients. this patch adds a new signal that is fired when
1221         multifdsink has removed all references to the fd.
1222         Fixes #339574.
1223         Updated documentation.
1224         API: client-fd-removed signal added
1225
1226 2006-04-28  Michael Smith  <msmith@fluendo.com>
1227
1228         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
1229           When asking g_value_array_new to prealloc elements, we may as well
1230           ask for the right number of elements.
1231
1232 2006-04-28  Wim Taymans  <wim@fluendo.com>
1233
1234         * gst-libs/gst/audio/gstbaseaudiosink.c:
1235         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
1236         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1237         patch to make timestamp checking more tollerant to rounding 
1238         errors given that real discontinuities are to be marked on
1239         buffers. Fixes some asf files and #338778.
1240         Also avoid some crashers when we receive an event in the 
1241         NULL state.
1242
1243 2006-04-28  Michael Smith  <msmith@fluendo.com>
1244
1245         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1246         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1247         (gst_gnome_vfs_src_get_property),
1248         (gst_gnome_vfs_src_send_additional_headers_callback),
1249         (gst_gnome_vfs_src_received_headers_callback),
1250         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
1251         (gst_gnome_vfs_src_stop):
1252         * ext/gnomevfs/gstgnomevfssrc.h:
1253           Remove ICY handling (mostly) from gnomevfssrc, in favour of
1254           proper shared support within icydemux.
1255
1256 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1257
1258         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1259         (gst_video_rate_swap_prev), (gst_video_rate_chain):
1260           fix up docs
1261           fix a leak when no caps negotiated
1262           fix counting of input frames
1263         * tests/check/elements/.cvsignore:
1264         * tests/check/elements/videorate.c: (assert_videorate_stats),
1265         (GST_START_TEST), (videorate_suite):
1266           add tests for these
1267
1268 2006-04-28  Wim Taymans  <wim@fluendo.com>
1269
1270         * gst-libs/gst/audio/gstringbuffer.c:
1271         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1272         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1273         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1274         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1275         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1276         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1277         (gst_ring_buffer_commit), (gst_ring_buffer_read),
1278         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1279         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
1280         Check arguments passed to public functions instead of
1281         crashing.
1282
1283 2006-04-28  Wim Taymans  <wim@fluendo.com>
1284
1285         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1286         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1287         GstBaseAudioSrc must be live or it does not work.
1288
1289         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
1290         Don't set live to TRUE as this is the default in the parentclass.
1291
1292 2006-04-28  Wim Taymans  <wim@fluendo.com>
1293
1294         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
1295         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
1296         Videoscale doesn't pass on pixel-aspect ratio. Handle all
1297         fixation cases better. Fixes #338991
1298
1299 2006-04-28  Wim Taymans  <wim@fluendo.com>
1300
1301         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1302         Handle 0/1 framerate correctly Fixes #331901.
1303
1304 2006-04-28  Wim Taymans  <wim@fluendo.com>
1305
1306         * tests/check/elements/audioconvert.c: (get_float_caps),
1307         (GST_START_TEST), (audioconvert_suite):
1308         Added check for correct clipping when doing float samples
1309         in audioconvert.
1310
1311 2006-04-28  Wim Taymans  <wim@fluendo.com>
1312
1313         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
1314         (gst_video_rate_chain):
1315         Print more debugging info.
1316
1317 2006-04-28  Wim Taymans  <wim@fluendo.com>
1318
1319         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1320         (resample_set_state_from_caps):
1321         Add support for other formats audioresample can handle such as
1322         32 bits in and float and 64 bits float. Fixes #301759
1323
1324 2006-04-28  Wim Taymans  <wim@fluendo.com>
1325
1326         * gst/audioconvert/audioconvert.c: (float):
1327         correctly clip float samples > 1.0. Fixes #338718
1328
1329 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1330
1331         Patch by: Young-Ho Cha  <ganadist at chollian net>
1332
1333         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1334         (gst_text_overlay_render_text):
1335           Don't strip newlines from the text. Also, center lines
1336           within multi-line paragraphs (#339405).
1337
1338 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1339
1340         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
1341           Fix wavpack typefinding to work in more cases (don't peek
1342           for chunks of multiple hundred kBs at once, but process
1343           things step-by-step in smaller units). Fixes #339786.
1344
1345 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1346
1347         * configure.ac:
1348           back to HEAD
1349
1350 === release 0.10.6 ===
1351
1352 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
1353
1354         * configure.ac:
1355           releasing 0.10.6, "Chao"
1356
1357 2006-04-26  David Schleef  <ds@schleef.org>
1358
1359         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
1360           Fixes #338897.
1361
1362 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1363
1364         * configure.ac:
1365         * win32/common/config.h:
1366           new prerelease
1367
1368 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1369
1370         patch by: Wim Taymans
1371
1372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1373         (gst_ogg_demux_perform_seek):
1374           make sure correct newsegments are sent, so that the decoder
1375           and the demuxer agree on timestamps.  Fixes playback of a lot
1376           of Ogg files that do not start from 0.  Fixes #339833.
1377
1378 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1379
1380         Patch by: Edward Hervey  <edward@fluendo.com>
1381
1382         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1383         * tests/check/Makefile.am:
1384         * tests/check/elements/videorate.c: (assert_videorate_stats),
1385         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
1386         (videorate_suite), (main):
1387           Fix an infinite loop if frames are passed in with wrongly ordered
1388           timestamps.  Fixes #339013.
1389
1390 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1391
1392         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1393
1394         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1395           fix typefinding on some ISO files.  Fixes #339212.
1396
1397 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1398
1399         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1400
1401         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1402           add another H264 fourcc.  Fixes #339047.
1403
1404 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1405
1406         Patch by: Jan Schmidt
1407
1408         * gst/playback/gststreamselector.c:
1409         (gst_stream_selector_bufferalloc):
1410           Restore old StreamSelector behaviour.
1411           Fixes #338419.
1412
1413 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1414
1415         * configure.ac:
1416         * win32/common/config.h:
1417           prerelease
1418
1419 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1420
1421         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
1422
1423         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1424         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
1425           Fix some memory leaks: on finalize, free buffers left in the queue
1426           before destroying the queue; in _push(), unref rtp_buf even if
1427           the process vfunc returned a NULL buffer as output buffer (#337548);
1428           demote some recuring debug messages to LOG level.
1429
1430 2006-04-11  Wim Taymans  <wim@fluendo.com>
1431
1432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1433         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1434         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
1435         (gst_ogg_demux_loop):
1436         More cleanups.
1437         Respect segment stop when emiting EOS or SEGMENT_DONE.
1438         Fixes (#337945).
1439
1440 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1441
1442         * gst/playback/gststreamselector.c:
1443         (gst_stream_selector_get_property):
1444           Don't leak pad name.
1445
1446 2006-04-10  Michael Smith  <msmith@fluendo.com>
1447
1448         * tests/check/Makefile.am:
1449         * tests/check/gst-plugins-base.supp:
1450           Suppress an old libtheora bug (fixed in more recent versions), so 
1451           that FC4 buildslaves can pass.
1452
1453 2006-04-10  Wim Taymans  <wim@fluendo.com>
1454
1455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1456         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1457         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
1458         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
1459         (gst_ogg_demux_loop):
1460         Don't leak events.
1461         Remember what error we got when finding chains, if we
1462         were shutdown, that would not be an error.
1463
1464 2006-04-10  Wim Taymans  <wim@fluendo.com>
1465
1466         * gst-libs/gst/audio/gstbaseaudiosink.c:
1467         (gst_base_audio_sink_event):
1468         Starting the ringbuffer when we did not acquire it can cause
1469         a deadlock, is pointless and causes nasty things for
1470         subclasses. 
1471         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
1472
1473 2006-04-10  Wim Taymans  <wim@fluendo.com>
1474
1475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1476         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1477         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1478         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1479         (gst_ogg_demux_deactivate_current_chain),
1480         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1481         (gst_ogg_demux_bisect_forward_serialno),
1482         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
1483         Add some more debugging.
1484
1485 2006-04-10  Wim Taymans  <wim@fluendo.com>
1486
1487         * ext/theora/theoradec.c: (theora_dec_src_event),
1488         (theora_handle_data_packet):
1489         Some more debug info.
1490
1491         * tests/examples/seek/seek.c: (start_seek), (main):
1492         Print element messages too.
1493
1494 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
1495
1496         * gst/audioresample/debug.h:
1497           replace debug macros with variable number of parameters
1498           by a simple alias to gstreamer standard debug macros 
1499          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
1500           supported by MSVC 6.0 and 7.1)
1501         * gst/audioresample/resample.h:
1502           define M_PI and rint for WIN32
1503         * win32/common/libgstaudio.def:
1504         * win32/common/libgstriff.def:
1505         * win32/common/libgsttag.def:
1506         * win32/common/libgstvideo.def:
1507           add new exported functions
1508         * win32/vs6:
1509           update project files
1510
1511 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1512
1513         * ext/alsa/gstalsamixeroptions.c:
1514         (gst_alsa_mixer_options_class_init):
1515         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
1516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
1517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1518         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
1519         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
1520         * gst-libs/gst/audio/gstaudiofilter.c:
1521         (gst_audio_filter_class_init):
1522         * gst-libs/gst/audio/gstaudiosink.c:
1523         (gst_audioringbuffer_class_init):
1524         * gst-libs/gst/audio/gstaudiosrc.c:
1525         (gst_audioringbuffer_class_init):
1526         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
1527         * gst-libs/gst/interfaces/colorbalancechannel.c:
1528         (gst_color_balance_channel_class_init):
1529         * gst-libs/gst/interfaces/mixeroptions.c:
1530         (gst_mixer_options_class_init):
1531         * gst-libs/gst/interfaces/mixertrack.c:
1532         (gst_mixer_track_class_init):
1533         * gst-libs/gst/interfaces/tunerchannel.c:
1534         (gst_tuner_channel_class_init):
1535         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
1536         * gst-libs/gst/netbuffer/gstnetbuffer.c:
1537         (gst_netbuffer_class_init):
1538         * gst-libs/gst/rtp/gstbasertppayload.c:
1539         (gst_basertppayload_class_init):
1540         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1542         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1543         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1544         * gst/playback/gststreamselector.c:
1545         (gst_stream_selector_class_init):
1546         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1547         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1548         * sys/v4l/gstv4lcolorbalance.c:
1549         (gst_v4l_color_balance_channel_class_init):
1550         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
1551         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1552         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1553         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
1554         (gst_v4l_tuner_norm_class_init):
1555         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1557         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
1558         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1559
1560 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1561
1562         * ext/pango/gsttextrender.h:
1563         * gst-libs/gst/audio/gstaudiosink.h:
1564         * gst-libs/gst/audio/gstaudiosrc.h:
1565         * gst-libs/gst/audio/gstbaseaudiosink.h:
1566         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1567         * gst-libs/gst/audio/gstringbuffer.h:
1568         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1569         * gst-libs/gst/rtp/gstbasertppayload.h:
1570         * gst-libs/gst/video/gstvideofilter.h:
1571         * gst-libs/gst/video/gstvideosink.h:
1572         * gst/playback/gstplaybasebin.h:
1573         * gst/tcp/gstmultifdsink.h:
1574         * sys/v4l/gstv4lelement.h:
1575         Fix broken GObject macros
1576
1577 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1578
1579         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
1580         More debug to trace why my USB headset is not working with gst
1581
1582 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1583
1584         * gst/playback/gstplaybasebin.c: (group_destroy):
1585         Clean up our group elements properly in the case where it never 
1586         got committed - it still got added unconditionally to the bin.
1587
1588 2006-04-07  Wim Taymans  <wim@fluendo.com>
1589
1590         * ext/theora/theoradec.c: (theora_dec_sink_event),
1591         (theora_handle_data_packet), (theora_dec_chain):
1592         Unref unhandled events.
1593         Protect against empty buffers.
1594         Perform QoS on running time.
1595
1596 2006-04-07  Michael Smith  <msmith@fluendo.com>
1597
1598         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
1599         (gst_vorbis_enc_chain):
1600           Remove leaks from vorbisenc.
1601           Mostly minor changes, the only significant one is that now the
1602           buffers we set as 'streamheader' on the caps are copies of the
1603           original buffers, to avoid circular refcounting problems.
1604
1605 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1606
1607         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
1608           Don't remove our mute-probe if someone else already did so.
1609           Don't set a 2nd one if there is already one pending on the pad.
1610
1611         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1612         (do_playbin_seek):
1613           When a seek fails, ensure that playbin is still set back to playing.
1614           
1615         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
1616         (mpeg_ts_type_find), (plugin_init):
1617           Add a typefind function for mpeg-ts streams. (Closes: #336617)
1618
1619 2006-04-06  Andy Wingo  <wingo@pobox.com>
1620
1621         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
1622         (gst_video_rate_init): Caps-related parameters should not be reset
1623         by a flush -- move their inits to the instance init function.
1624         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
1625         is not OK, just return the result.
1626
1627         * gst/audiotestsrc/gstaudiotestsrc.c
1628         (gst_audio_test_src_class_init)
1629         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
1630         broken by Stefan's commit on 24 March.
1631
1632         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
1633         buffers being pushed out. Fixes oggmux ! multifdsink.
1634
1635 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
1636
1637         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1638         (gst_vorbis_dec_init), (vorbis_dec_finalize):
1639         * ext/vorbis/vorbisdec.h:
1640         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
1641         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
1642         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
1643         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
1644         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
1645         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
1646         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
1647         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
1648         (gst_vorbis_enc_buffer_from_packet),
1649         (gst_vorbis_enc_buffer_from_header_packet),
1650         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
1651         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
1652         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
1653         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
1654         (gst_vorbis_enc_change_state):
1655         * ext/vorbis/vorbisenc.h:
1656           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
1657           vorbisenc adhere to the official nomenclature; use boilerplate
1658           macro.
1659
1660 2006-04-04  Andy Wingo  <wingo@pobox.com>
1661
1662         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1663         Whoops, fix bug introduced. Bad hacker!
1664         
1665         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1666         Properly handle the case where you get EOS before any buffers are
1667         received. Use gst_buffer_make_metadata_writable where appropriate.
1668
1669         * ext/theora/theoradec.c (theora_handle_data_packet): This value
1670         is often negative -- make it signed so as not to wrap around.
1671         Fixes segfaults introduced on 9 March.
1672
1673 2006-04-03  Wim Taymans  <wim@fluendo.com>
1674
1675         * ext/theora/gsttheoradec.h:
1676         * ext/theora/theoradec.c: (theora_dec_src_event):
1677         Don't try to store a gdouble in a gboolean.
1678         Small cleanups.
1679
1680 2006-04-03  Michael Smith  <msmith@fluendo.com>
1681
1682         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1683           Oggmux sucks.
1684           Make it suck slightly less by writing out the final page.
1685           Still can't encode a vorbis-in-ogg file correctly, though.
1686
1687 2006-04-03  Andy Wingo  <wingo@pobox.com>
1688
1689         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1690         a g_print.
1691
1692         * ext/theora/theora.c (plugin_init): Register theoraparse.
1693
1694         * ext/theora/gsttheoraparse.h: 
1695         * ext/theora/theoraparse.c: New files implementing a theora
1696         parser. Now we can properly remux ogg/theora+vorbis, yay.
1697
1698         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1699
1700 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1701
1702         * gst/audiotestsrc/gstaudiotestsrc.c:
1703           Fixed the sample pipeline (see #323798)
1704
1705 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1706
1707         * configure.ac:
1708         * win32/common/config.h:
1709         * win32/common/config.h.in:
1710           use AS_VERSION and AS_NANO
1711           more cleanups
1712
1713 2006-03-31  Andy Wingo  <wingo@pobox.com>
1714
1715         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1716         uninitialized variable return that would happen.
1717         
1718         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1719         uninitialized variable return that would never happen.
1720
1721         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
1722         (vorbis_parse_sink_event): Add an event function to flush our
1723         state on a seek, and to drain buffers on a premature EOS.
1724         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
1725         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
1726         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
1727         (vorbis_parse_drain_queue): Queue up buffers until we can set
1728         their timestamps and granulepos values.
1729
1730         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1731         and keep track of data needed for deriving granulepos and
1732         timestamps for buffers.
1733
1734 2006-03-29  Wim Taymans  <wim@fluendo.com>
1735
1736         Patch by: j^ <j at bootlab dot org>
1737
1738         * ext/alsa/gstalsamixerelement.c:
1739         (gst_alsa_mixer_element_class_init):
1740         * ext/alsa/gstalsasink.c:
1741         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1742         * ext/ogg/gstoggdemux.c:
1743         * ext/ogg/gstoggmux.c:
1744         * ext/ogg/gstoggparse.c:
1745         * ext/pango/gstclockoverlay.c:
1746         * ext/pango/gsttextoverlay.c:
1747         * ext/pango/gsttextrender.c:
1748         * ext/pango/gsttimeoverlay.c:
1749         * ext/theora/theoradec.c:
1750         * ext/theora/theoraenc.c:
1751         * ext/vorbis/vorbisdec.c:
1752         * ext/vorbis/vorbisenc.c:
1753         * gst/audioconvert/gstaudioconvert.c:
1754         * gst/subparse/gstsubparse.c:
1755         * gst/tcp/gstmultifdsink.c:
1756         * gst/tcp/gsttcpclientsink.c:
1757         * gst/tcp/gsttcpclientsrc.c:
1758         * gst/tcp/gsttcpserversink.c:
1759         * gst/tcp/gsttcpserversrc.c:
1760           better/unified long descriptions
1761           Fixes #336477
1762
1763 2006-03-29  Wim Taymans  <wim@fluendo.com>
1764
1765         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1766         (stop_seek):
1767         Don't let double and triple clicks mess up our state.
1768
1769 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1770
1771         * gst/playback/gstplaybin.c: (gen_video_element),
1772         (gen_text_element), (gen_audio_element), (gen_vis_element):
1773           Error out gracefully when we can't create any of the usual
1774           conversion elements for some reason. Also, don't try to
1775           create an audioscale (sic) element that's not used anyway.
1776
1777 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1778
1779         * gst/playback/gstplaybasebin.c: (setup_source):
1780           Don't post RESOURCE_NOT_FOUND error when we can't find a source
1781           element for a particular protocol, that's confusing for users.
1782           Instead, post a RESOURCE_FAILED error, so that our own error
1783           message is actually shown in totem etc. (#336303).
1784
1785 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1786
1787         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1788
1789         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1790         (gst_gnome_vfs_src_get_icy_metadata):
1791           Fix some minor memory leaks (#336194).
1792
1793 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1794
1795         * ext/gnomevfs/gstgnomevfs.c:
1796         (gst_gnome_vfs_location_to_uri_string):
1797         * ext/gnomevfs/gstgnomevfs.h:
1798         * ext/gnomevfs/gstgnomevfssink.c:
1799         (gst_gnome_vfs_sink_set_property):
1800         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1801           Make gnomevfssink accept filenames as well as URIs for the
1802           "location" property, just like gnomevfssrc does (and
1803           filesrc/filesink do) (#336190).
1804
1805 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1806
1807         * tests/check/generic/clock-selection.c: (GST_START_TEST):
1808           set to NULL before unreffing, fixes a valgrind leak.
1809           Why was this not triggering the error that an object needs to
1810           be NULL before unreffing ?
1811         * win32/common/config.h:
1812           update
1813
1814 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1815
1816         * gst/subparse/gstsubparse.c: (convert_encoding),
1817         (gst_sub_parse_change_state):
1818         * gst/subparse/gstsubparse.h:
1819           Text subtitle files may or may not be UTF-8. If it's not, we
1820           don't really want to see '?' characters in place of non-ASCII
1821           characters like accented characters. So let's assume the input
1822           is UTF-8 until we come across text that is clearly not. If it's
1823           not UTF-8, we don't really know what it is, so try the following:
1824           (a) see whether the GST_SUBTITLE_ENCODING environment variable
1825           is set; if not, check (b) if the current locale encoding is
1826           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1827           the current locale encoding is UTF-8 and the environment variable
1828           was not set to any particular encoding. Not perfect, but better
1829           than nothing (and better than before, I think) (fixes #172848).
1830
1831 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1832
1833         * configure.ac:
1834           update core requirement to 0.10.4.1 because of async_playback
1835           vmethod on GstBaseSink
1836
1837 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1838
1839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1840         * gst/adder/gstadder.c: (gst_adder_init):
1841         use DEBUG_FUNCPTR for collectpads
1842
1843 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1844
1845         * docs/plugins/Makefile.am:
1846         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1847         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1848         * ext/cdparanoia/gstcdparanoiasrc.c:
1849         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1850         (gst_gnome_vfs_sink_class_init):
1851         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1853         * ext/ogg/gstoggmux.c:
1854         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1855         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1856         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1857         * ext/pango/gsttextoverlay.c:
1858         * ext/pango/gsttextrender.c:
1859         * ext/theora/theoradec.c:
1860         * ext/theora/theoraenc.c:
1861         * ext/vorbis/vorbisdec.c:
1862         * ext/vorbis/vorbisenc.c:
1863         * gst-libs/gst/audio/gstaudiofilter.c:
1864         (gst_audio_filter_base_init):
1865         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1866         (gst_audio_filter_template_base_init):
1867         * gst/adder/gstadder.c: (gst_adder_get_type):
1868         * gst/adder/gstadder.h:
1869         * gst/audioconvert/gstaudioconvert.c:
1870         * gst/audiotestsrc/gstaudiotestsrc.c:
1871         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1872         (gst_audio_test_src_create):
1873         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1874         * gst/playback/gstdecodebin.c:
1875         * gst/playback/gstplaybin.c:
1876         * gst/playback/gststreamselector.c:
1877         (gst_stream_selector_base_init):
1878         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1879         * gst/volume/gstvolume.c:
1880         * sys/v4l/gstv4lmjpegsink.c:
1881         * sys/v4l/gstv4lmjpegsrc.c:
1882         * tests/check/libs/cddabasesrc.c:
1883         * tests/old/examples/gob/gst-identity2.gob:
1884           Add docs for adder, use GST_ELEMENT_DETAILS macro,
1885           define GstElementDetails at the top
1886
1887 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
1888
1889         * win32/common/libgstinterfaces.def:
1890         Add a lot of export functions for gst-python
1891         * win32/vs6/libgstinterfaces.dsp:
1892         Add a missing include folder in the project configuration
1893         
1894 2006-03-23  Wim Taymans  <wim@fluendo.com>
1895
1896         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1897         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1898         (gst_base_audio_src_change_state):
1899         Fix audio sources, forgot to make the ringbuffer
1900         startable...
1901
1902 2006-03-23  Wim Taymans  <wim@fluendo.com>
1903
1904         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1905         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1906         (gst_base_audio_src_change_state):
1907         unparent instead of unref the ringbuffer.
1908
1909 2006-03-23  Wim Taymans  <wim@fluendo.com>
1910
1911         * gst-libs/gst/audio/gstbaseaudiosink.c:
1912         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1913         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1914         Implement new async_play vmethod to start slaving and allow
1915         playback start in case of async PLAY state changes. 
1916
1917         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1918         Enable QoS with new method in base class.
1919
1920 2006-03-23  Wim Taymans  <wim@fluendo.com>
1921
1922         Patch by: Julien MOUTTE <julien at moutte dot net>
1923
1924         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1925         (gst_video_test_src_do_seek), (gst_video_test_src_create):
1926         Partially handle 0 framerate, only EOS after the first frame
1927         is missing.
1928
1929 2006-03-23  Wim Taymans  <wim@fluendo.com>
1930
1931         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1932
1933         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1934         (gst_riff_create_video_template_caps):
1935         * gst/ffmpegcolorspace/avcodec.h:
1936         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1937         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1938         (gst_ffmpegcsp_avpicture_fill):
1939         * gst/ffmpegcolorspace/imgconvert.c:
1940         Patch for support of YVU9 AVI files (#334822)
1941
1942 2006-03-22  Edward Hervey  <edward@fluendo.com>
1943
1944         * docs/design/design-decodebin.txt:
1945         Added design document for new decodebin
1946         (Target Caps): text/x-pango-markup is also a default target caps.
1947
1948 2006-03-22  Wim Taymans  <wim@fluendo.com>
1949
1950         * gst-libs/gst/audio/gstbaseaudiosink.c:
1951         (gst_base_audio_sink_dispose):
1952         Since we _parent the ringbuffer, we also need to
1953         _unparent instead of a plain _unref.
1954
1955 2006-03-22  Wim Taymans  <wim@fluendo.com>
1956
1957         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1958         (stop_seek), (scrub_toggle_cb), (main):
1959         Add scrub checkbox.
1960
1961 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
1962
1963         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1964         (gst_ogg_parse_chain):
1965           Fix very inefficient usage of linked lists (#335365).
1966
1967 2006-03-21  Edward Hervey  <edward@fluendo.com>
1968
1969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1970         * gst/playback/gstplaybin.c: (handoff):
1971         * gst/playback/gststreamselector.c:
1972         (gst_stream_selector_set_property):
1973         gcc 4.1 unreferenced pointer fixes.
1974         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1976         gst_buffer_ref() now takes a GstBuffer*.
1977
1978 2006-03-20  Julien MOUTTE  <julien@moutte.net>
1979
1980         * sys/xvimage/xvimagesink.c:
1981         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
1982         by Jan Schmidt.
1983
1984 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
1985
1986         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
1987         (id3v1_type_find), (apetag_type_find), (plugin_init):
1988           Can't do tag preferences via probability, as tags would then
1989           lose against types that are recognised with MAXIMUM probability
1990           (like .wav); so let all tag typefinders return MAXIMUM themselves
1991           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
1992           that we can prefer APE to ID3v1 (fixes #335028).
1993           
1994 2006-03-17  Wim Taymans  <wim@fluendo.com>
1995
1996         * gst-libs/gst/audio/gstbaseaudiosink.c:
1997         (gst_base_audio_sink_change_state):
1998         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
1999         (gst_ring_buffer_may_start):
2000         * gst-libs/gst/audio/gstringbuffer.h:
2001         Only start playback if we are playing.
2002         should fix #330748.
2003
2004 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
2005
2006         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2007         * win32/common/config.h:
2008           Revert accidental commits to these files.
2009
2010 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
2011
2012         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
2013
2014         * tests/Makefile.am:
2015           Don't try to build tests in tests/icles if we
2016           don't have X (#323852)
2017
2018 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
2019
2020         * gst-libs/gst/tag/gstid3tag.c:
2021           Add TXXX frame identifiers for replaygain stuff as used
2022           by some taggers (see #323721).
2023
2024 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
2025
2026         * gst/playback/gststreamselector.c:
2027         (gst_stream_selector_set_property),
2028         (gst_stream_selector_bufferalloc):
2029           Preserve the existing buggy streamselector behaviour by performing
2030           a fallback buffer allocation when downstream isn't linked yet.
2031           This should really be fixed in playbin by blocking pads until it's
2032           linked them.
2033           Also, use gst_pad_alloc_buffer instead of
2034           gst_pad_alloc_buffer_and_set.
2035
2036 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2037
2038         * gst-libs/gst/tag/gstid3tag.c:
2039           Don't crash on unknown ID3v2 TXXX frames.
2040           
2041 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
2042
2043         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
2044           Chain up to the parent finalize method.
2045           Add 32-bit sample size to the template caps.
2046
2047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2048         (gst_riff_create_video_template_caps):
2049           Add the fourcc that the VMWare codec uses.
2050           
2051         * gst/playback/gststreamselector.c:
2052         (gst_stream_selector_set_property),
2053         (gst_stream_selector_bufferalloc),
2054         (gst_stream_selector_request_new_pad):
2055           For the active pad, forward buffer-alloc requests, otherwise
2056           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
2057           having to memcpy every frame when used by playbin.
2058
2059         * gst/tcp/gstmultifdsink.c:
2060         (gst_multi_fd_sink_handle_client_write):
2061           Get negotiated caps from the sink pad, rather than the sink
2062           pad's peer.
2063
2064 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2065
2066         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2067         
2068         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
2069           Don't forget to set src->callbacks_pushed to FALSE again when
2070           popping them, otherwise re-activation in a different mode won't
2071           work (#334620).
2072
2073 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2074
2075         Patch by: Sebastien Moutte  <sebastien moutte net>
2076
2077         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
2078         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
2079         (gst_ffmpeg_smpfmt_to_caps):
2080           Replace __VA_ARGS__ caps creation macros with varargs functions.
2081           Makes things compile on MSVC (#320765), looks nicer, and we can
2082           tell the compiler to check for the NULL terminator.
2083
2084 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2085
2086         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
2087
2088         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2089           Make sure the buffer we copy into is really always big
2090           enough, this time for real (#333488).
2091           
2092 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2093
2094         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2095           Add support for 24bpp DIB (#305279).
2096
2097 2006-03-14  Wim Taymans  <wim@fluendo.com>
2098
2099         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
2100         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
2102         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2103         (gst_video_scale_init), (gst_video_scale_src_event):
2104         Re-enable QoS after the release.
2105         Rework videoscale to use the base class src_event handler.
2106
2107 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2108
2109         * configure.ac:
2110           back to CVS.
2111
2112 === release 0.10.5 ===
2113
2114 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
2115
2116         * configure.ac:
2117           releasing 0.10.5, "Net"
2118
2119 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
2120
2121         * docs/plugins/Makefile.am:
2122           Part of previous cdparanoiasrc docs fixes, forgot to commit.
2123           
2124 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2125
2126         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2127         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2128         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2129           Add cdparanoiasrc to docs.
2130
2131         * gst-libs/gst/cdda/gstcddabasesrc.c:
2132           More GstCddaBaseSrc docs.
2133
2134 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2135
2136         * docs/libs/gst-plugins-base-libs-sections.txt:
2137         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
2138         * gst-libs/gst/tag/tag.h:
2139           API: libgsttag: new method gst_tag_from_id3_user_tag().
2140
2141 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
2142
2143         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2144           NULL-terminate array of mpeg4 video file extensions.
2145           Fixes crash on PPC (#334226).
2146
2147 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         * ext/gnomevfs/gstgnomevfssrc.c:
2150         (gst_gnome_vfs_src_check_get_range):
2151           gnome_vfs_uri_is_local() alone is not a good indicator
2152           whether we can operate in pull-mode with a specific URI,
2153           as it returns FALSE for file:// URIs that point to an
2154           NFS-mounted path. Be more conservative here: whitelist
2155           local files, blacklist http URIs and use the old
2156           mechanism for anything else (fixes #334216).
2157
2158 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2159
2160         * configure.ac:
2161           back to trunk
2162
2163 === release 0.10.4 ===
2164
2165 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
2166
2167         * configure.ac:
2168           releasing 0.10.4, "Power"
2169
2170 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
2171
2172         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2173         Disable max-lateness by setting it to -1 for now, so that 
2174         we can bed QoS stuff in thoroughly between now and the next
2175         release.
2176
2177 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2178
2179         Patch by: Fabrizio Gennari
2180
2181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2182           Make sure we don't read beyond the palette buffer in case of
2183           broken or manipulated files (#333488)
2184
2185 2006-03-10  Edward Hervey  <edward@fluendo.com>
2186
2187         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2188         Fix for variable not initialized.
2189
2190 2006-03-09  Wim Taymans  <wim@fluendo.com>
2191
2192         * ext/libvisual/visual.c: (gst_visual_get_type),
2193         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
2194         (gst_visual_chain):
2195         Small cleanups.
2196
2197         * ext/theora/gsttheoradec.h:
2198         * ext/theora/theoradec.c: (gst_theora_dec_init),
2199         (gst_theora_dec_reset), (_theora_granule_time),
2200         (theora_dec_src_convert), (theora_dec_sink_convert),
2201         (theora_dec_src_query), (theora_dec_src_event),
2202         (theora_dec_sink_event), (theora_handle_comment_packet),
2203         (theora_handle_header_packet), (theora_dec_push),
2204         (theora_handle_data_packet), (theora_dec_chain),
2205         (theora_dec_change_state):
2206         Add simple QoS.
2207
2208 2006-03-09  Wim Taymans  <wim@fluendo.com>
2209
2210         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2211         (audiocast_register_listener), (gst_gnome_vfs_src_start):
2212         Some cleanups.
2213
2214 2006-03-09  Wim Taymans  <wim@fluendo.com>
2215
2216         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2217         Don't try to activate NULL chains.
2218
2219 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2220
2221         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2222           Fix invalid memory access to region before peek'd data (#332964).
2223
2224 2006-03-09  Wim Taymans  <wim@fluendo.com>
2225
2226         Patch by: Christophe Fergeau
2227
2228         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
2229         * ext/pango/gsttextrender.c: (gst_text_render_init):
2230         * gst/adder/gstadder.c: (gst_adder_init):
2231         Don't leak padtemplates, closes #333510.
2232
2233 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2234
2235         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2236           Fix invalid memory access: make sure string passed to
2237           regexec() is NUL-termianted.
2238
2239 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2240
2241         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2242         (mp3_type_find):
2243           Refactor mpeg/audio typefinding to make it more maintainable
2244           and easier to fine-tune. Make probing into middle of the file
2245           work properly (fixes #333900, also see #152688).
2246
2247 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2248
2249         * gst/typefind/gsttypefindfunctions.c:
2250         (utf8_type_find_have_valid_utf8_at_offset):
2251           Remove part from previous commit that was bogus:
2252           g_utf8_validate() does in fact not accept embedded
2253           zeroes, so we don't need to check for those (thanks
2254           to Mike for the hint).
2255
2256 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2257
2258         * gst/typefind/gsttypefindfunctions.c:
2259         (utf8_type_find_count_embedded_zeroes),
2260         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
2261           Make plain/text typefinder more conservative: firstly, check
2262           for embedded zeroes, which are perfectly valid UTF-8 characters,
2263           but also a fairly good sign that something is not a plain text
2264           file; secondly, probe into the middle of the file if possible.
2265           If we can't probe into the middle, limit the probability value
2266           to be returned to TYPE_FIND_POSSIBLE (see #333900).
2267
2268 2006-03-08  Michael Smith  <msmith@fluendo.com>
2269
2270         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2271           Make typefind function name for mpeg4 video unique.
2272
2273 2006-03-08  Wim Taymans  <wim@fluendo.com>
2274
2275         * ext/libvisual/visual.c: (gst_visual_init),
2276         (gst_visual_clear_actors), (gst_visual_dispose),
2277         (gst_visual_reset), (gst_visual_src_setcaps),
2278         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
2279         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
2280         (gst_visual_chain), (gst_visual_change_state):
2281         Cleanups, post nice errors.
2282         Handle sink and src events.
2283         Implement simple QoS.
2284
2285         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2286         Use new basesink methods to configure max-lateness.
2287         Small doc update.
2288
2289         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2290         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
2291         Debug statement cleanups.
2292
2293         * gst/volume/gstvolume.c: (gst_volume_class_init):
2294         Simple cleanup.
2295
2296 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2297
2298         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2299         (gst_text_overlay_init), (gst_text_overlay_set_property),
2300         (gst_text_overlay_get_property):
2301           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
2302           as string type properties, but mark them deprecated. Add
2303           'halignment' and 'valignment' properties that use enums
2304           instead of strings.
2305
2306 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2307
2308         Patch by: Fabrizio Gennari
2309
2310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2311           Allow palettes with less than 256 colours in AVI files
2312           (#333488)
2313
2314 2006-03-07  Julien MOUTTE  <julien@moutte.net>
2315
2316         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2317         (gst_text_overlay_video_event): Fix wrong EOS handling on text
2318         pad. We were releasing the queued text buffer when we should keep
2319         it until video pad gets EOS or discard the text buffer because it's
2320         too old. That was eating the last subtitle buffer. Add some more
2321         debug.
2322
2323 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2324
2325         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
2326         (gst_text_overlay_video_chain):
2327           Fix invalid memory access (we can't access a buffer after it's been
2328           pushed downstream without taking a reference); fix memory leak (if
2329           there's no text to render, bail out before allocating stuff).
2330
2331 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2332
2333         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2334         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
2335         * ext/pango/gsttextoverlay.h:
2336           If input is plain text, escape it before passing it to
2337           pango_layout_set_markup().
2338
2339 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2340
2341         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
2342           Don't ignore flow return from gst_pad_push().
2343
2344 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2345
2346         Patch by: Fabrizio Gennari
2347
2348         * ext/libvisual/visual.c: (gst_visual_getcaps),
2349         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
2350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
2351         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2352         (gst_vorbisenc_convert_sink):
2353         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2354         (gst_audio_duration_from_pad_buffer):
2355         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
2356         (gst_audio_filter_chain):
2357         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2358         (gst_base_rtp_depayload_setcaps):
2359         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
2360         (gst_video_get_size):
2361         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2362           Don't leak references returned by gst_pad_get_parent()
2363           (#333663)
2364
2365 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
2366
2367         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2368           change location param details
2369         * gst/volume/gstvolume.c: (plugin_init):
2370           correct plugin description
2371
2372 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2373
2374         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
2375         (gst_gnome_vfs_src_check_get_range):
2376           Override GstBaseSrc::check_get_range() in order to avoid opening
2377           the resource just to check whether we can operate in pull-mode or
2378           not - we can predict that pretty well from the URI alone. Should
2379           fix problems with last.fm (#331690). (Requires latest core CVS).
2380
2381 2006-03-06  Wim Taymans  <wim@fluendo.com>
2382
2383         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
2384         (gst_video_sink_class_init):
2385         Throw away frames that are later than 20 ms.
2386
2387 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2388
2389         Patch by: Fabrizio Gennari
2390
2391         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2392           Set depth on WMA caps (#333545)
2393
2394 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2395
2396         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2397         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2398           put Theora BOS pages before others.  This hardcodes
2399           the Ogg/Theora I profile, but hey.
2400
2401 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2402
2403         * ext/ogg/README:
2404           updated with some examples
2405         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
2406         (granulepos_add), (theora_buffer_from_packet):
2407         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
2408         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
2409         (gst_vorbisenc_chain):
2410           implement strategy from ext/ogg/README
2411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2412         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2413         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
2414         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
2415           Fix muxer so that oggz-validate is happy with all streams;
2416           except for no eos mark, and the BOS page ordering
2417         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2418         (check_buffer_granulepos):
2419         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
2420           update tests to check for OFFSET being set as requested
2421           fixed type of granulepos, it's not a ClockTime
2422
2423 2006-03-05  Julien MOUTTE  <julien@moutte.net>
2424
2425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2426         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2427         Check that the xvimage we are creating has a correct size
2428         before returning it. (#314897)
2429
2430 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2431
2432         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2433           Give id3 and ape tag typefinders a rank slightly higher
2434           than PRIMARY to ensure they're always run before any of
2435           the other typefinders (in particular wav and mp3) (#324186).
2436
2437 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2438
2439         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2440           Add support for '3IVD' fourcc (#333403).
2441
2442 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
2443
2444         * configure.ac:
2445           Bump requirements to GStreamer CVS for the new error enum.
2446
2447         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
2448           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
2449           space left on the device (fixes #333352).
2450
2451 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
2452
2453         * win32/vs6:
2454           add a project file for libgstvolume
2455           update the workspace
2456
2457 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2458
2459         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2460         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2461         (GST_START_TEST):
2462           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
2463           Set IN_CAPS on header buffers
2464
2465 2006-03-02  Wim Taymans  <wim@fluendo.com>
2466
2467         * docs/plugins/Makefile.am:
2468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2469         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2470         Add audioresample to docs.
2471
2472         * gst/audioconvert/gstaudioconvert.c:
2473         Add revision date.
2474
2475         * gst/audioresample/gstaudioresample.c:
2476         (gst_audioresample_base_init), (gst_audioresample_class_init),
2477         (gst_audioresample_init), (gst_audioresample_dispose),
2478         (audioresample_get_unit_size), (audioresample_transform_caps),
2479         (resample_set_state_from_caps), (audioresample_transform_size),
2480         (audioresample_set_caps), (audioresample_event),
2481         (audioresample_do_output), (audioresample_transform),
2482         (audioresample_pushthrough), (gst_audioresample_set_property),
2483         (gst_audioresample_get_property), (plugin_init):
2484         * gst/audioresample/gstaudioresample.h:
2485         Added docs.
2486         Small code cleanups.
2487
2488 2006-03-02  Wim Taymans  <wim@fluendo.com>
2489
2490         * docs/plugins/Makefile.am:
2491         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2492         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2493         Added videoscale to docs.
2494
2495         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2496         (gst_video_rate_swap_prev), (gst_video_rate_event),
2497         (gst_video_rate_chain):
2498         Fix typo in docs.
2499
2500         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2501         (gst_video_scale_init), (gst_video_scale_prepare_size),
2502         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2503         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
2504         * gst/videoscale/gstvideoscale.h:
2505         Added docs, examples.
2506         Some code cleanups.
2507         Post errors instead of g_warning.
2508
2509 2006-03-02  Wim Taymans  <wim@fluendo.com>
2510
2511         * docs/libs/gst-plugins-base-libs-docs.sgml:
2512         * docs/libs/gst-plugins-base-libs-sections.txt:
2513         * docs/libs/gst-plugins-base-libs.types:
2514         * docs/plugins/Makefile.am:
2515         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2516         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2517         Added some more docs to libs and plugins.
2518
2519         * gst-libs/gst/audio/gstringbuffer.c:
2520         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
2521         * gst-libs/gst/audio/gstringbuffer.h:
2522         Document ringbuffer some more.
2523
2524         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
2525         (gst_video_rate_setcaps), (gst_video_rate_reset),
2526         (gst_video_rate_init), (gst_video_rate_flush_prev),
2527         (gst_video_rate_swap_prev), (gst_video_rate_event),
2528         (gst_video_rate_chain), (gst_video_rate_change_state):
2529         * gst/videorate/gstvideorate.h:
2530         Fix videorate to use segments.
2531         Make it work with 0/1 framerates (closes #331903)
2532         Handle EOS correctly.
2533         Added docs.
2534
2535 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2536
2537         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
2538         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2539         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
2540           In state change function, first chain up to parent class,
2541           then handle downwards state change stuff. Remove some
2542           commented out cruft from 0.8 code.
2543
2544 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2545
2546         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2547         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2548         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
2549         (gst_ogm_parse_chain):
2550           Don't remove/re-add source pad if the new caps are the same as
2551           the old caps anyway (#333042). When removing source pad, don't
2552           unref it afterwards - we didn't ref it when adding. Sprinkle some
2553           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
2554           after using gst_pad_get_parent(). Return downstream flow return
2555           value in chain function.
2556
2557 2006-03-02  Wim Taymans  <wim@fluendo.com>
2558
2559         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2560         * docs/plugins/gst-plugins-base-plugins.args:
2561         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2562         * docs/plugins/gst-plugins-base-plugins.interfaces:
2563         * docs/plugins/gst-plugins-base-plugins.signals:
2564         Fix hierarchy, added some more elements to the docs.
2565
2566         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2567         (gst_ffmpegcsp_get_type):
2568         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2569         Fix docs for ffmpegcolorspace.
2570
2571 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
2572
2573         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
2574         (apetag_type_find), (ape_type_find), (plugin_init):
2575           Some typefinding fine-tuning:
2576           - rank ID3/APE tags in order of preference via probabilities, so that
2577             ID3v2 > APEv2 > APEv1 > ID3v1.
2578           - three or four bytes don't really justify MAXIMUM probability,
2579             change those to 'very likely' (musepack and monkeysaudio).
2580
2581 2006-03-01  Wim Taymans  <wim@fluendo.com>
2582
2583         * docs/plugins/Makefile.am:
2584         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2585         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2586         * ext/alsa/gstalsamixer.c:
2587         * ext/alsa/gstalsamixer.h:
2588         * ext/alsa/gstalsamixerelement.c:
2589         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
2590         * ext/alsa/gstalsamixerelement.h:
2591         * ext/alsa/gstalsasink.c:
2592         * ext/alsa/gstalsasink.h:
2593         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2594         (gst_alsasrc_init):
2595         * ext/alsa/gstalsasrc.h:
2596         Added alsa docs.
2597         Small code cleanups.
2598
2599 2006-03-01  Wim Taymans  <wim@fluendo.com>
2600
2601         * ext/theora/Makefile.am:
2602         Dist new header too,
2603
2604 2006-03-01  Wim Taymans  <wim@fluendo.com>
2605
2606         * docs/plugins/Makefile.am:
2607         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2608         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2609         * ext/gnomevfs/gstgnomevfssink.h:
2610         * ext/gnomevfs/gstgnomevfssrc.h:
2611         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2612         * ext/vorbis/vorbisdec.h:
2613         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
2614         * ext/vorbis/vorbisenc.h:
2615         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
2616         (vorbis_parse_chain), (vorbis_parse_change_state):
2617         * ext/vorbis/vorbisparse.h:
2618         * gst/audioconvert/gstaudioconvert.h:
2619         * gst/tcp/gsttcpserversink.h:
2620         * gst/videotestsrc/gstvideotestsrc.c:
2621         * gst/videotestsrc/gstvideotestsrc.h:
2622         * gst/volume/gstvolume.c:
2623         * gst/volume/gstvolume.h:
2624         Fix some more docs.
2625         Added docs for vorbisdec and vorbisparse.
2626         Fix vorbisparse.
2627
2628 2006-03-01  Wim Taymans  <wim@fluendo.com>
2629
2630         * docs/plugins/Makefile.am:
2631         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2632         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2633         * ext/pango/gstclockoverlay.h:
2634         * ext/pango/gsttextoverlay.h:
2635         * ext/pango/gsttextrender.h:
2636         * ext/pango/gsttimeoverlay.h:
2637         * ext/theora/gsttheoradec.h:
2638         * ext/theora/gsttheoraenc.h:
2639         * ext/theora/theoradec.c:
2640         * ext/theora/theoraenc.c:
2641         * gst/audioconvert/gstaudioconvert.h:
2642         * gst/audiotestsrc/gstaudiotestsrc.h:
2643         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2644         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2645         * gst/tcp/gstmultifdsink.h:
2646         Updated/added documentation.
2647
2648         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2649         (gst_text_overlay_halign_get_type),
2650         (gst_text_overlay_wrap_mode_get_type),
2651         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
2652         (gst_text_overlay_init), (gst_text_overlay_set_property),
2653         (gst_text_overlay_get_property):
2654         Fix up properties to be enums instead of string to make bindings,
2655         introspection and automatic GUI creation possible.
2656         Add getters for the properties.
2657
2658 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
2659
2660         * gst/audiotestsrc/gstaudiotestsrc.c:
2661           added defines of M_PI and M_PI_2
2662         * gst/ffmpegcolorspace/avcodec.h:
2663           removed #include "stdint.h" for win32 as _stdint.h is 
2664           autogenerated to win32/common
2665         * win32/common/libgstaudio.def:
2666         * win32/common/libgsttag.def:
2667           added some exports
2668         * win32/vs6:
2669           some project files bugs corrected
2670         * win32/vs7:
2671           project files are reset to the default vs7 configuration 
2672           (they link to msvcr71.dll using default optimizations)
2673           
2674 2006-02-28  Wim Taymans  <wim@fluendo.com>
2675
2676         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2677         Fix some docs.
2678
2679 2006-02-28  Edward Hervey  <edward@fluendo.com>
2680
2681         * ext/alsa/gstalsasrc.c:
2682         Set proper class on the ElementDetails:
2683         Source/Audio instead of Src/Audio/
2684
2685 2006-02-28  Edward Hervey  <edward@fluendo.com>
2686
2687         * gst/videoscale/vs_scanline.c:
2688         (vs_scanline_resample_nearest_RGBA):
2689         Revert optimization in videoscale. It should go in liboil and have
2690         an appropriate liboil function.
2691
2692 2006-02-28  Wim Taymans  <wim@fluendo.com>
2693
2694         * gst-libs/gst/audio/gstbaseaudiosink.c:
2695         (gst_base_audio_sink_provide_clock):
2696         Don't try to provide a clock in the NULL state.
2697
2698 2006-02-28  Wim Taymans  <wim@fluendo.com>
2699
2700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2701         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2702         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2703         (gst_ogg_demux_deactivate_current_chain),
2704         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2705         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2706         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2707         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2708         Use GstSegment infrastructure to remove duplicated code
2709         and handle more seek cases correctly.
2710
2711 2006-02-28  Wim Taymans  <wim@fluendo.com>
2712
2713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2714         (gst_ffmpegcsp_transform):
2715         Don't ignore return code from ffmpeg convert function.
2716
2717         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2718         Split out some long statements to ease debugging.
2719
2720 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
2721
2722         * ext/libvisual/visual.c: (gst_visual_init),
2723         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2724         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2725         being able to renegotiate the size. Instead, use the negotiation
2726         algorithm from the goom plugin to pick an initial output caps. 
2727
2728         Also, allow theoretical libvisual plugins that might support non-GL 
2729         output even if they also do GL.
2730
2731 2006-02-26  Julien MOUTTE  <julien@moutte.net>
2732
2733         * ext/libvisual/visual.c: (gst_visual_init),
2734         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2735         (plugin_init): Load only non GL plugins. Fix some memleaks and 
2736         possible negotiation issues.
2737
2738 2006-02-25  Julien MOUTTE  <julien@moutte.net>
2739
2740         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2741
2742 2006-02-24  Michael Smith  <msmith@fluendo.com>
2743
2744         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2745         (cmml_type_find), (plugin_init):
2746           Fix CMML type find function to not require a specific minor version
2747           of the CMML header.
2748
2749           Add an MPEG4 video elementary stream typefind function.
2750
2751 2006-02-04  Michael Smith  <msmith@fluendo.com>
2752
2753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2754         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2755         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2756         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2757         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2758         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2759           Annodex support in ogg demuxer. Doesn't do very much without the
2760           other annodex patches (to come).
2761
2762 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2763
2764         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2765
2766         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2767           Pick up palette for MS video v1 (#327028)
2768
2769 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2770
2771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2772         (gst_ffmpegcsp_caps_remove_format_info),
2773         (gst_ffmpegcsp_get_unit_size):
2774           The 'palette_data' field from incoming RGB caps shouldn't be
2775           proxied on outgoing YUV caps; also, restrict unit size
2776           adjustment in case of paletted data only to the unit that
2777           actually has a palette. Fixes #330711.
2778
2779 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2780
2781         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2782         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2783         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2784         (gst_ffmpegcsp_get_unit_size):
2785           Plug some memory leaks.
2786
2787 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2788
2789         * sys/ximage/Makefile.am:
2790         * sys/xvimage/Makefile.am:
2791           Add some _CFLAGS and _LIBS that seem to be missing
2792           and/or required for Cygwin (see #317048).
2793
2794 2006-02-22  Wim Taymans  <wim@fluendo.com>
2795
2796         * ext/alsa/gstalsasrc.c:
2797         Fix description as pointed out by caugier.
2798
2799 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
2800
2801         Reviewed by : Edward Hervey  <edward@fluendo.com>
2802
2803         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2804         (qt_type_find):
2805         Better 3gp typefinding (#331526).
2806
2807 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2808
2809         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2810           Don't send EOS event here, the base class will send one for us.
2811
2812         * gst/playback/gstplaybasebin.c: (prepare_output):
2813           Subpictures without video stream aren't allowed either.
2814         
2815         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2816           Fix debug statement copy'n'paste-o.
2817
2818 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2819
2820         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2821           Fix issues with mixer keeping state when muting/unmuting
2822           and when changing the volume whilst muted (see #331763
2823           and #331765).
2824
2825 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2826
2827         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2828         (parse_subrip), (gst_sub_parse_format_autodetect):
2829           Set right caps given that we send escaped text. Also,
2830           honour <i></i>, <b></b> and <u></u> markers that can be found
2831           in .srt files (fixes #310202).
2832
2833 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2834
2835         * gst-libs/gst/audio/mixerutils.c:
2836         (element_factory_rank_compare_func):
2837           Make order in which elements are tried more determinable.
2838
2839 2006-02-20  Julien MOUTTE  <julien@moutte.net>
2840
2841         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2842         (remove_element_chain), (cleanup_decodebin),
2843         (gst_decode_bin_change_state): Make decodebin reusable by
2844         fixing remove_element_chain first and then introduce a
2845         cleaner in state change to ->NULL. (Closes #331678)
2846
2847 2006-02-19  Wim Taymans  <wim@fluendo.com>
2848
2849         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2850         use 0666 mask when creating files so umask gets applied
2851         correctly. Fixes #331295.
2852
2853 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2854
2855         * gst/subparse/Makefile.am:
2856         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2857         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2858         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2859         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2860         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2861         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2862         * gst/subparse/gstssaparse.h:
2863         * gst/subparse/gstsubparse.c: (plugin_init):
2864           Add very basic parser for SSA subtitle streams (as often
2865           found in matroska files).
2866
2867 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2868
2869         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2870           That should be text/x-pango-markup, not text/x-pango-layout.
2871
2872 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2873
2874         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2875         Polishing.
2876
2877 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2878
2879         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2880         (gst_text_overlay_finalize), (gst_text_overlay_init),
2881         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2882         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2883         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2884         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2885         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2886         Fix state change deadlock.
2887
2888 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2889
2890         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2891         (gst_text_overlay_finalize), (gst_text_overlay_init),
2892         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2893         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2894         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2895         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2896         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2897         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2898         and subtitles files.
2899
2900 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2901
2902         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2903         should be considered as raw.
2904
2905 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2906
2907         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2908         (cb_probe):
2909         * gst/playback/gststreaminfo.h: Introduce language informations.
2910
2911 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
2912
2913         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2914         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2915         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2916         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2917         Set shared memory segments to be deleted as soon as we have attached,
2918         that way they get cleaned up automatically if we crash.
2919
2920 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2921
2922         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
2923         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2924         functions are called with lock held.
2925
2926 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2927
2928         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2929         (gst_text_overlay_finalize), (gst_text_overlay_init),
2930         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2931         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2932         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2933         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2934         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2935         (gst_text_overlay_change_state): Refactoring of textoverlay
2936         without collectpads. This now supports sparse subtitles coming
2937         from a demuxer instead of a sub file. Seeking is still broken 
2938         though. Need to discuss with wtay some more on how to handle
2939         seeking correctly.
2940         * ext/pango/gsttextoverlay.h:
2941         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2942         subtitles coming from the demuxer.
2943
2944 2006-02-17  Wim Taymans  <wim@fluendo.com>
2945
2946         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2947         (gst_vorbisenc_convert_sink):
2948         Use some more scaling functions.
2949
2950 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
2951
2952         * ext/cdparanoia/gstcdparanoiasrc.c:
2953         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2954         (gst_cd_paranoia_paranoia_callback),
2955         (gst_cd_paranoia_src_signal_is_being_watched),
2956         (gst_cd_paranoia_src_read_sector):
2957         * ext/cdparanoia/gstcdparanoiasrc.h:
2958           Add back 'transport-error' and 'uncorrected-error' signals and
2959           make them actually be fired when bad stuff happens (#319340).
2960
2961 2006-02-17  Wim Taymans  <wim@fluendo.com>
2962
2963         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2964         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2965         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2966         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2967         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2968         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2969         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2970         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2971         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2972         (gst_ring_buffer_clear):
2973         Small cleanups.
2974         Added some G_LIKELY.
2975
2976 2006-02-17  Wim Taymans  <wim@fluendo.com>
2977
2978         * gst-libs/gst/audio/TODO:
2979         Update TODO
2980
2981         * gst-libs/gst/audio/gstbaseaudiosink.c:
2982         (gst_base_audio_sink_get_offset):
2983         When trying to play samples ASAP and we don't have a
2984         previous sample, try to play at position 0 instead of
2985         an invalid position.
2986
2987 2006-02-17  Wim Taymans  <wim@fluendo.com>
2988
2989         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
2990         (gst_alsasink_reset):
2991         Also release lock when we get an error in _reset();
2992         fix an error message.
2993
2994 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2995
2996         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2997         (gst_alsasink_init), (get_channel_free_structure),
2998         (caps_add_channel_configuration), (gst_alsasink_getcaps),
2999         (gst_alsasink_close):
3000         * ext/alsa/gstalsasink.h:
3001           Add support for more than 2 channels (#326720).
3002
3003 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3004
3005         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3006           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
3007           with 4 or 6 channels, assume a default channel layout to make things
3008           work (not sure there's anything else we can do in those cases).
3009
3010 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3011
3012         * gst-libs/gst/audio/multichannel.c:
3013           Minor docs fix.
3014
3015         * gst-libs/gst/riff/Makefile.am:
3016         * gst-libs/gst/riff/riff-ids.h:
3017         * gst-libs/gst/riff/riff-media.c:
3018         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
3019           Add support for WAVEFORMATEX, eg. PCM audio with more than two
3020           channels and a channel layout map.
3021           
3022 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
3023
3024         Reviewed by Edward Hervey  <edward@fluendo.com>
3025
3026         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
3027         C-level optimization of the RGBA nearest neighbour function.
3028         Eventually this might end up in liboil with vectorized versions.
3029
3030 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3031
3032         * gst-libs/gst/audio/multichannel.c:
3033         (gst_audio_get_channel_positions):
3034           When we have more than 2 channels, but no channel layout is
3035           specified in the caps, return some default channel layout
3036           to the caller and warn about about a possibly buggy element
3037           (could be buggy filtercaps as well of course) (#317038).
3038
3039 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3040
3041         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3042           Add gst-libs/gst/cdda to list of lib search paths.
3043
3044 2006-02-15  Andy Wingo  <wingo@pobox.com>
3045
3046         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
3047         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
3048         to the Lord Jesus that I do not have to touch the ogg muxer ever
3049         again.
3050
3051 2006-02-15  Edward Hervey  <edward@fluendo.com>
3052
3053         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
3054         quicktime movie files can also contain 'uuid' atoms.
3055
3056 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
3057
3058         * gst/audioconvert/plugin.c: (plugin_init):
3059           Register the GstAudioChannelPosition enum type with the type
3060           system in the plugin_init function, so that it is known before
3061           any element actually makes use of multi-channel stuff. This is
3062           required for example if one wants to be able to deserialise/use
3063           a caps string with channel positions before any pipeline has
3064           been setup and started, like with gst-launch.
3065
3066 2006-02-14  Wim Taymans  <wim@fluendo.com>
3067
3068         * gst-libs/gst/audio/gstringbuffer.c:
3069         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
3070         (gst_ring_buffer_samples_done), (wait_segment),
3071         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
3072         Add some compiler G_(UN_)LIKELY help.
3073         SIGNAL the ringbuffer waiters when going to PAUSED as well to
3074         make sure they can exit their functions. Should fix #330748
3075
3076 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3077
3078         * Makefile.am:
3079         * configure.ac:
3080         * win32/MANIFEST:
3081         * win32/common/_stdint.h:
3082           Windows does not have long long; copy the generated _stdint.h
3083         * win32/common/interfaces-enumtypes.c:
3084         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3085         (gst_mixer_track_flags_get_type),
3086         (gst_tuner_channel_flags_get_type):
3087         * win32/common/multichannel-enumtypes.c:
3088         (gst_audio_channel_position_get_type):
3089           update
3090
3091 2006-02-13  Wim Taymans  <wim@fluendo.com>
3092
3093         * gst-libs/gst/audio/gstbaseaudiosink.c:
3094         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
3095         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3096         Always sync on first sample we receive when starting.
3097
3098 2006-02-13  Wim Taymans  <wim@fluendo.com>
3099
3100         * gst/playback/gstplaybin.c: (gen_vis_element):
3101         Update vis bin docs.
3102         Move queue after tee so we don't queue video buffers but
3103         audio samples instead. Fixes problems where the video queue
3104         is filled and the audio queue empty.
3105
3106 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
3107
3108         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3109           No need to push an EOS event here, GstBaseSrc will do that for us
3110           when we return FLOW_UNEXPECTED.
3111           
3112 2006-02-12  Wim Taymans  <wim@fluendo.com>
3113
3114         * gst-libs/gst/audio/gstbaseaudiosink.c:
3115         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
3116         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
3117         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3118         Use scale functions when possible.
3119         Fix error messages.
3120         Free clockid when after waiting for EOS.
3121         Use G_(UN_)LIKLY when it makes sense.
3122         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
3123
3124 2006-02-12  Edward Hervey  <edward@fluendo.com>
3125
3126         * gst/playback/gstplaybasebin.c: (prepare_output): 
3127         Remove stray semi-colon (fixes #330888).
3128
3129 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
3130
3131         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
3132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
3133         Fix up the XShm call testing so that we catch errors, and don't
3134         cause new ones by attempting to detach from a segment we failed
3135         to attach to. Fixes #312439.
3136
3137 2006-02-10  Edward Hervey  <edward@fluendo.com>
3138
3139         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3140         Added flv file typefind (video/x-flv).
3141
3142 2006-02-10  Edward Hervey  <edward@fluendo.com>
3143
3144         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3145         (gst_riff_create_video_template_caps):
3146         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
3147         Also added the caps to the default set of riff video caps.
3148
3149 2006-02-09  Andy Wingo  <wingo@pobox.com>
3150
3151         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
3152         time and the end time of the last packet in the page.
3153         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
3154         on the pages in our queue, set the duration as well. Reflow a
3155         debug statement.
3156         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
3157         Fixes bad muxing order.
3158
3159 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3160
3161         * gst-libs/gst/rtp/gstbasertppayload.c:
3162         (gst_basertppayload_setcaps), (gst_basertppayload_push):
3163           update seqnum before setting it on the packet; this makes sure
3164           that the timestamp and seqnum properties match after pushing
3165           a buffer
3166
3167 2006-02-09  Andy Wingo  <wingo@pobox.com>
3168
3169         * gst-libs/gst/audio/gstringbuffer.c
3170         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
3171         overflow after 13.5 hours of recording. Kapow!
3172
3173         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
3174         the buffer size -- we don't care about underrun/overrun reporting
3175         right now, just need to return a useful value.
3176
3177 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
3178
3179         * configure.ac:
3180           Back to CVS
3181
3182 === release 0.10.3 ===
3183
3184 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
3185
3186         * configure.ac:
3187           releasing 0.10.3, "Under Pressure"
3188
3189 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3190
3191         * configure.ac:
3192         Drat. Bump libtool version number for new API.
3193         Prelease 0.10.2.3 (of 0.10.3)
3194
3195 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3196
3197         * configure.ac:
3198         * win32/common/config.h:
3199         0.10.2.2 prerelease (of 0.10.3).
3200
3201 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3202
3203         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
3204           Revert Andy's newsegment change pending a more correct
3205           fix.
3206
3207 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3208
3209         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
3210         (qt_type_find), (plugin_init):
3211           detect more files as 3gp
3212           group and reorder the iso file formats
3213
3214 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3215
3216         * ext/vorbis/vorbis.c: (plugin_init):
3217           Register musicbrainz tags, so apps don't have to.
3218
3219 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3220
3221         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
3222         (gst_tag_to_vorbis_tag):
3223           Make sure we called gst_tag_register_musicbrainz_tags()
3224           before possibly mapping a vorbiscomment string from/to a
3225           musicbrainz tag.
3226
3227 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3228
3229         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3230           In case we can't find the required number of consecutive
3231           mpeg audio frames to positively identify an MPEG audio
3232           stream, check if there's at least a valid mpeg audio
3233           frame right at offset 0 and if so suggest mpeg/audio
3234           caps with a very low probability (#153004).
3235
3236 2006-02-07  Andy Wingo  <wingo@pobox.com>
3237
3238         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
3239         a TIME segment if we get timestamped buffers. Requires recent
3240         fixes in core to work properly.
3241
3242 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3243
3244         * gst/playback/gstplaybasebin.c: (prepare_output):
3245           Don't print the URI as part of the error message, it
3246           makes error dialogs look rather ugly, especially if
3247           the URI is very long or has characters in it that
3248           need escaping.
3249
3250 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3251
3252         * gst/playback/gstplaybasebin.c: (prepare_output):
3253           Error out if we have only text or subtitles, but nothing
3254           else. Also error out if we have subtitles but no video
3255           stream.
3256
3257 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3258
3259         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
3260           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
3261           Post an error message on the bus when we encounter an
3262           error, which will hopefully be more meaningful than the
3263           'Internal Flow Error' message users get to see if we
3264           just return GST_FLOW_ERROR.
3265
3266 2006-02-07  Andy Wingo  <wingo@pobox.com>
3267
3268         * configure.ac (GST_MAJORMINOR): Update core version req to
3269         0.10.2.2, for the collectpads API addition (#330244).
3270
3271 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3272
3273         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3274           Return FALSE from plugin_init() when GnomeVFS can't
3275           be initialised for some reason (#328423).
3276
3277 2006-02-06  Julien MOUTTE  <julien@moutte.net>
3278
3279         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
3280         Stick to seeking theory until i find the bug.
3281         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
3282
3283 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3284
3285         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3286         (theora_enc_finalize), (theora_enc_sink_setcaps),
3287         (theora_set_header_on_caps), (theora_enc_chain),
3288         (theora_enc_change_state):
3289         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3290           Make theoraenc and the tests leak free. Like, really.
3291
3292 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3293
3294         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3295         (theora_enc_finalize), (theora_enc_sink_setcaps):
3296           Add a finalize method to ensure we clean up state even if
3297           someone omitted the state change back to NULL.
3298
3299         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
3300         (gst_vorbisenc_chain):
3301           Free some more leaked bits.
3302
3303         * tests/check/pipelines/theoraenc.c: (start_pipeline),
3304         (stop_pipeline):
3305           Wait for state changes to happen if they're ASYNC.
3306
3307           This ought to teach those fancy pants buildbots a lesson.
3308
3309 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3310
3311         * gst-libs/gst/tag/gstid3tag.c:
3312           Add mapping for ID3 International Standard Recording Code
3313           tag "TSRC"
3314
3315 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3316
3317         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
3318           Don't leak tag names.
3319
3320 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3321
3322         * docs/libs/gst-plugins-base-libs-docs.sgml:
3323         * docs/libs/gst-plugins-base-libs-sections.txt:
3324         * gst-libs/gst/tag/gstid3tag.c:
3325         * gst-libs/gst/tag/gstvorbistag.c:
3326         * gst-libs/gst/tag/tags.c:
3327           Split libgsttag docs into multiple sections.
3328
3329 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3330
3331         * docs/libs/Makefile.am:
3332         * docs/libs/gst-plugins-base-libs-docs.sgml:
3333         * docs/libs/gst-plugins-base-libs-sections.txt:
3334         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
3335         * gst-libs/gst/tag/gstvorbistag.c:
3336         * gst-libs/gst/tag/tag.h:
3337         * gst-libs/gst/tag/tags.c:
3338           Add libgsttag to the docs.
3339
3340 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3341
3342         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
3343         (gst_text_overlay_init), (gst_text_overlay_src_event),
3344         (gst_text_overlay_collected): Fix clockoverlay.
3345
3346 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3347
3348         * docs/libs/compiling.sgml:
3349           Fix typo: it's pkg-config, not pkg-gconfig
3350
3351         * docs/libs/gst-plugins-base-libs-docs.sgml:
3352         * docs/libs/gst-plugins-base-libs-sections.txt:
3353         * docs/libs/tmpl/gstgconf.sgml:
3354           There is no libgstgconf in 0.10, remove it
3355           from the docs.
3356
3357 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3358
3359         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
3360         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3361         (gst_text_overlay_src_event), (gst_text_overlay_collected):
3362         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3363         (gst_sub_parse_class_init), (gst_sub_parse_init),
3364         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
3365         (parse_mpsub), (parser_state_init), (handle_buffer),
3366         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
3367         * gst/subparse/gstsubparse.h: Introduce seeking code.
3368
3369 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3370
3371         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3372           Add comment about LANGUAGE tag inconsistency (we want
3373           ISO-639-1, but extract three-letter identifiers?)
3374
3375         * po/POTFILES.in:
3376           Add two translatable files.
3377
3378 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3379
3380         * gst-libs/gst/tag/Makefile.am:
3381         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3382         * gst-libs/gst/tag/tag.h:
3383         * gst-libs/gst/tag/tags.c:
3384         (gst_tag_register_musicbrainz_tags_internal),
3385         (gst_tag_register_musicbrainz_tags):
3386           Forward-port some tags stuff from the 0.8 branch. This is
3387           mostly the addition of musicbrainz tags and their mapping
3388           to vorbistags, and a vorbistag mapping of the language tag.
3389
3390 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3391
3392         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
3393         refactoring.
3394
3395 2006-02-04  David Schleef  <ds@schleef.org>
3396
3397         * ext/ogg/gstoggmux.c:
3398         * gst/typefind/gsttypefindfunctions.c:
3399           Add Dirac typefinding and add dirac format to oggmux.
3400
3401 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3402
3403         * gst/playback/gstdecodebin.c: (try_to_link_1):
3404           Don't put essential function call into
3405           g_return_*() macro, otherwise it'll all be
3406           replaced by NOOPs when compiling with
3407           G_DISABLE_CHECKS defined.
3408
3409 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
3410
3411         * ext/ogg/gstoggdemux.c:
3412         * ext/ogg/gstoggparse.c:
3413         * gst/tcp/gsttcpserversink.c:
3414         * sys/v4l/v4lsrc_calls.c:
3415         * sys/v4l/v4lsrc_calls.h:
3416         Just make it compile with --disable-gst-debug.
3417
3418 2006-02-03  Wim Taymans  <wim@fluendo.com>
3419
3420         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3421         (gst_alsasink_class_init), (gst_alsasink_init),
3422         (gst_alsasink_write), (gst_alsasink_reset):
3423         * ext/alsa/gstalsasink.h:
3424         Add lock to protect alsa calls.
3425         Implement reset to flush samples ASAP, does not work
3426         with dmix though.
3427
3428 2006-02-02  Wim Taymans  <wim@fluendo.com>
3429
3430         * gst-libs/gst/audio/gstbaseaudiosink.c:
3431         (gst_base_audio_sink_provide_clock):
3432         Ugh.. getting late I guess...
3433
3434 2006-02-02  Wim Taymans  <wim@fluendo.com>
3435
3436         * gst-libs/gst/audio/gstbaseaudiosink.c:
3437         (gst_base_audio_sink_provide_clock),
3438         (gst_base_audio_sink_set_property),
3439         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
3440         Don't try to provide a clock when we are not negotiated since
3441         we might not be able to make it run.
3442
3443 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3444
3445         * gst/playback/gstdecodebin.c: (try_to_link_1):
3446           Unlinking two source pads is ... hard.
3447
3448 2006-02-02  Wim Taymans  <wim@fluendo.com>
3449
3450         * gst-libs/gst/audio/TODO:
3451         Updated.
3452
3453         * gst-libs/gst/audio/gstbaseaudiosink.c:
3454         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
3455         On EOS, wait till the last sample is played before posting EOS.
3456
3457 2006-02-01  Philippe Kalaf <burger at speedy dot org>
3458
3459         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3460           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
3461           setting queue_delay to zero. Also avoid thread being started if
3462           queue_delay is zero.
3463
3464 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
3467           Make test work again by connecting fakesinks to each decoded pad,
3468           which makes the pipeline wait until each fakesink has a buffer
3469           queued before going to PAUSED state. At that point we know the
3470           decodebin pads are negotiated.
3471
3472 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3473
3474         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
3475         (gst_cdda_base_src_handle_event):
3476         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3477           Pass unhandled queries to the parent class's query function.
3478
3479 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3480
3481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
3482         (gst_ogg_pad_src_query):
3483         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3484         * ext/theora/theoradec.c: (theora_dec_src_query),
3485         (theora_dec_sink_query):
3486         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3487         (vorbis_dec_sink_query):
3488         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3489         (gst_vorbisenc_sink_query):
3490         * gst/adder/gstadder.c: (gst_adder_query):
3491           Pass unhandled queries upstream instead of just
3492           dropping them (#326447). Also, fix supported
3493           query types list for some elements.
3494
3495 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3496
3497         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
3498         (paris_type_find), (ilbc_type_find), (plugin_init):
3499           Fix typefinding for audio/x-au, audio/x-paris and
3500           audio/iLBC-sh. We cannot use the START_WITH macros
3501           here, because there can only be one typefind factory
3502           with the same name (caps), so the second one would
3503           replace the first one and the first one would never
3504           be called when doing typefinding (see #161712).
3505           
3506
3507 2006-01-31  Wim Taymans  <wim@fluendo.com>
3508
3509         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3510         (vorbis_handle_header_packet), (vorbis_dec_push),
3511         (vorbis_handle_data_packet):
3512         Use scale_int when we can, add some more scaling.
3513         Check packettype before parsing it.
3514
3515 2006-01-31  Wim Taymans  <wim@fluendo.com>
3516
3517         * ext/theora/theoradec.c: (_theora_granule_time),
3518         (theora_dec_src_convert), (theora_dec_sink_convert):
3519         Call right _scale functions.
3520         Use parameter instead of some other random value.
3521
3522 2006-01-31  Wim Taymans  <wim@fluendo.com>
3523
3524         * ext/theora/theoradec.c: (_theora_granule_frame),
3525         (_theora_granule_time), (_inc_granulepos),
3526         (theora_dec_src_convert), (theora_dec_sink_convert),
3527         (theora_handle_type_packet), (theora_handle_data_packet),
3528         (theora_dec_chain):
3529         Use higher precision timestamps calculation.
3530         Convert some other conversions to _scale.
3531
3532 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
3533
3534         * gst/audiotestsrc/gstaudiotestsrc.c:
3535         (gst_audio_test_src_create_sine_table), (plugin_init):
3536         * gst/volume/gstvolume.c: (plugin_init):
3537           initialize gst_controller before using
3538
3539 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3540
3541         * tests/check/pipelines/theoraenc.c:
3542         * tests/check/pipelines/vorbisenc.c:
3543         Define constant using G_GINT64_CONSTANT to avoid errors when
3544         passing it around - otherwise it gets truncated to 32 bits.
3545
3546         Fixes failing tests.
3547
3548 2006-01-31  Andy Wingo  <wingo@pobox.com>
3549
3550         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
3551         caps being set doesn't have a framerate value. Basically a stopgap
3552         measure.
3553
3554         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
3555         technically correct enough to put into core though.
3556         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
3557         DURATION. Fixes theoraenc ! oggmux.
3558
3559         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
3560         fraction, not double.
3561
3562 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
3563
3564         * win32/vs7:
3565         add vs7 project files created by Sergey Scobich
3566
3567 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
3568
3569         * win32/vs8:
3570         add vs8 project files created by Sergey Scobich
3571         
3572 2006-01-30  Andy Wingo  <wingo@pobox.com>
3573
3574         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
3575         timestamp + duration, not just timestamp -- ogg pages should be
3576         ordered by stop time. Necessary fix given the change in vorbis
3577         timestamps.
3578
3579         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
3580         (gst_theora_enc_init): Pull the granule shift out of the encoder.
3581         (granulepos_add): New function, handles the messiness of adjusting
3582         granulepos values.
3583         (theora_buffer_from_packet):
3584         (theora_enc_chain):
3585         (theora_enc_sink_event): Use granulepos_add, not +.
3586
3587         * tests/check/pipelines/theoraenc.c
3588         (check_buffer_granulepos_from_starttime): Just check the frame
3589         count, not the actual granulepos -- we can't dictate to the
3590         encoder when it should be placing keyframes.
3591
3592 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3593
3594         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3595           SERVICE_NOT_AVAILABLE happens for example when you're trying to
3596           play an http:// stream from a server that's not serving
3597
3598 2006-01-30  Andy Wingo  <wingo@pobox.com>
3599
3600         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
3601         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
3602         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
3603         available.
3604
3605         * ext/theora/gsttheoraenc.h:
3606         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
3607         although theoraenc was timestamping correctly. Added handling of
3608         streams that start with nonzero timestamps.
3609
3610         * tests/check/Makefile.am:
3611         * tests/check/pipelines/theoraenc.c: New file, basically does same
3612         tests as vorbisenc.
3613
3614         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
3615
3616 2006-01-30  Wim Taymans  <wim@fluendo.com>
3617
3618         * gst-libs/gst/audio/gstaudiosink.c:
3619         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
3620         (gst_audioringbuffer_pause):
3621         Implement pause that does not wait for completion.
3622
3623         * gst-libs/gst/audio/gstbaseaudiosink.c:
3624         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3625         Don't drop buffers when going to PAUSED but perform preroll on
3626         remaining samples now that core base class supports this.
3627
3628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
3629         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
3630         (gst_ring_buffer_commit):
3631         Pause should not signal waiters.
3632         Implement return value of _commit correctly.
3633
3634 2006-01-30  Andy Wingo  <wingo@pobox.com>
3635
3636         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
3637
3638         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
3639         updated to timestamp from the first sample, not the last.
3640         (gst_vorbisenc_buffer_from_header_packet): New function, takes
3641         special care of granulepos and timestamp for header packets.
3642         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
3643         when the first buffer has a nonzero timestamp.
3644
3645         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
3646         (GstVorbisEnc.subgranule_offset): New members. Take care of the
3647         case when the first audio buffer we get has a nonzero timestamp.
3648         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
3649         properly timestamp vorbis buffers with the time of the first
3650         sample, not the last.
3651         
3652         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
3653         vorbis_granule_time_copy -- now it takes the granule/subgranule
3654         offset into account.
3655
3656         * tests/check/pipelines/vorbisenc.c: New test for correctness of
3657         timestamps, durations, and granulepos on buffers produced by
3658         vorbisenc.
3659
3660 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
3661
3662         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3663         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3664           Patch from Eric Jonas to support conversions to/from UYVY 
3665           (Fixes: #324626)
3666
3667 2006-01-30  Julien MOUTTE  <julien@moutte.net>
3668
3669         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
3670         (setup_subtitle), (setup_source), (set_active_source):
3671         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3672         (gen_text_element), (gen_audio_element), (gen_vis_element),
3673         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3674
3675 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
3676
3677         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3678         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3679                 use gst_guint64_to_gdouble to be compliant with vs6
3680         * gst/playback/gstdecodebin.c: (try_to_link_1)
3681         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3682                 use G_GINT64_CONSTANT for int64 constants
3683         * win32/common/libgstinterfaces.def:
3684                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3685         * win32/vs6:
3686                 update and add new project files
3687                 
3688 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3689
3690         * Makefile.am:
3691         * win32/MANIFEST:
3692         * win32/common/interfaces-enumtypes.c:
3693         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3694         (gst_mixer_track_flags_get_type),
3695         (gst_tuner_channel_flags_get_type):
3696         * win32/common/interfaces-enumtypes.h:
3697         * win32/common/multichannel-enumtypes.c:
3698         (gst_audio_channel_position_get_type):
3699         * win32/common/multichannel-enumtypes.h:
3700           add a win32-update rule like in core, and copy over enumtypes files
3701
3702 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3703
3704         * win32/MANIFEST:
3705         * win32/common/config.h:
3706         * win32/common/config.h.in:
3707           add config files just like in core
3708
3709 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
3710
3711         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3712           Make gcc-4.1 happy (part of #327357).
3713
3714 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3715
3716         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3717         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3718         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3719         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3720         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3721         (gst_alsasrc_unprepare), (gst_alsasrc_read):
3722           Update all error messages.  All of them should either use
3723           the default translated message, or actually provide a
3724           translatable string.
3725           Make the string for channel count problems meaningful.
3726
3727 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3728
3729         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3730           check for and throw RESOURCE_BUSY
3731
3732 2006-01-27  David Schleef  <ds@schleef.org>
3733
3734         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3735           checked in this change -- it requires liboil features not
3736           in 0.3.6.  Revert parts.
3737
3738 2006-01-27  David Schleef  <ds@schleef.org>
3739
3740         * REQUIREMENTS:
3741         * configure.ac: update liboil requirement to 0.3.6
3742         * gst/videoscale/Makefile.am:
3743         * gst/videoscale/vs_scanline.c: liboilify
3744
3745 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3746
3747         * ext/libvisual/visual.c: (get_buffer):
3748           When pad_alloc returns a GstFlowReturn other
3749           than GST_FLOW_OK, make sure it is passed upstream.
3750
3751 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3752
3753         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3754         (gst_alsasink_class_init):
3755           Free the device name string.
3756
3757         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3758         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3759         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3760           Don't remove a pad from the collectpads structure until it
3761           is released - it's a request pad, and may receive data again
3762           if the element gets moved back to PLAYING state.
3763
3764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3765           Ensure we turn on double buffering on the Xv port, and
3766           set the colour key to something dark and mysterious that
3767           isn't black.
3768
3769 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3770
3771         * ext/alsa/gstalsaplugin.c: (plugin_init):
3772         * ext/cdparanoia/gstcdparanoiasrc.c:
3773         (gst_cd_paranoia_src_base_init), (plugin_init):
3774         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3775         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3776           - a library should not call setlocale. see "Libraries" node in
3777             gettext manual
3778           - make sure all plugins that use translation do bindtextdomain
3779             to point to the localedir
3780         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3781         (setup_sinks), (plugin_init):
3782           all this, and check for NULL when creating sinks
3783
3784 2006-01-27  Julien MOUTTE  <julien@moutte.net>
3785
3786         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3787         (plugin_init): Make typefinding of subtitles work again.
3788
3789 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3790
3791         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3792         (mp3_type_frame_length_from_header), (mp3_type_find),
3793         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3794         (plugin_init):
3795           Backport a bunch of typefinding fixes from the 0.8 branch.
3796           Also, improve wavpack typefinding: if we can't peek the
3797           entire wavpack block, try to parse the bits we can get and
3798           see if we find what we're looking for in those.
3799
3800 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3801
3802         * sys/ximage/ximagesink.c:
3803         (gst_ximagesink_calculate_pixel_aspect_ratio):
3804         * sys/xvimage/xvimagesink.c:
3805         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3806         more cases of pixel aspect ratio.
3807
3808 2006-01-26  Edward Hervey  <edward@fluendo.com>
3809
3810         * gst/playback/gstdecodebin.c: (pad_probe):
3811         Also consider the flush-start and tag events as unblockers
3812         for the pad probes.
3813
3814 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3815
3816         * gst/playback/gstplaybin.c: (gst_play_bin_init),
3817         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3818         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
3819         On the fly visualisation switch, works disabling, enabling as
3820         well but it won't be able to enable vis in a playbin that was
3821         created with no visualisation.
3822
3823 2006-01-25  Wim Taymans  <wim@fluendo.com>
3824
3825         * gst-libs/gst/audio/gstbaseaudiosink.c:
3826         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3827         Undo previous commit that returned WRONG_STATE sooner, it breaks 
3828         resume after pause.
3829
3830 2006-01-25  Wim Taymans  <wim@fluendo.com>
3831
3832         * gst-libs/gst/audio/gstbaseaudiosink.c:
3833         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3834         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3835         Improve debugging.
3836         Post error when caps cannot be parsed.
3837         Resync on discontinuity in the stream.
3838         Clip samples to segment boundaries.
3839         return WRONG_STATE sooner when we are flushing.
3840
3841         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3842         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3843         Make audiosrc operate in TIME.
3844         Set TIMESTAMP and DURATION on buffers.
3845
3846 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3847
3848         * tests/examples/seek/seek.c: (main):
3849           Output tag messages as well.
3850
3851 2006-01-23  Edward Hervey  <edward@fluendo.com>
3852
3853         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3854         (free_pad_probes), (remove_fakesink), (pad_probe),
3855         (close_pad_link), (gst_decode_bin_change_state):
3856         Replace GstPadBlockCallback with pad probes that detect
3857         first buffer AND eos before removing fakesink.
3858         Fixes hang with demuxers doing EOS while pre-rolling.
3859         Solves #328279
3860
3861 2006-01-23  Andy Wingo  <wingo@pobox.com>
3862
3863         * ext/alsa/gstalsasink.c:
3864         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3865         (gst_base_rtp_depayload_setcaps),
3866         (gst_base_rtp_depayload_add_to_queue),
3867         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3868         
3869         Patch by: Jens Granseuer <jensgr at gmx dot net>
3870
3871 2006-01-22  Julien MOUTTE  <julien@moutte.net>
3872
3873         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3874         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3875         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
3876         frames. We might get a frame destroyed after changing state to
3877         NULL, adding a safety check on xcontext.
3878
3879 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3880
3881         * gst-libs/gst/interfaces/xoverlay.c:
3882           Fix prepare-xwindow-id code example in the docs - we need to
3883           ignore all messages that aren't element messages as well.
3884           
3885 2006-01-21  Julien MOUTTE  <julien@moutte.net>
3886
3887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3888           I think one day i'll completely undestand how caps negotiation
3889           is supposed to work. This refactoring handles buffer_alloc
3890           called with caps we can't handle. We definitely don't want a
3891           set_caps with those caps, so we define and allocate a buffer
3892           we would like to receive.
3893
3894 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3895
3896         * gst/playback/gstplaybasebin.c: (setup_source):
3897           Free iterator when done.
3898
3899 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
3900
3901         * gst-libs/gst/audio/gstbaseaudiosink.c:
3902         (gst_base_audio_sink_render):
3903           Fix playback of non-synchronised streams by assuming a rate
3904           of 1.0 instead of a random one.
3905
3906           Makes this work again:
3907
3908           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3909           endianness=(int)4321, signed=(boolean)true, width=(int)16,
3910           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3911           audioresample ! alsasink
3912
3913 === release 0.10.2 ===
3914
3915 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
3916
3917         * configure.ac:
3918           releasing 0.10.2, "Then the devil is six"
3919
3920 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
3921
3922         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3923         * gst/playback/gststreamselector.c:
3924         (gst_stream_selector_set_property):
3925           Comment out broken code that connects to the state-changed signal.
3926           At this point, changing current stream selection is broken, but 
3927           stuff like gst-launch playbin current-audio=1 works and filters
3928           to the chosen stream.
3929
3930 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3931
3932         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3933           Fix #327216 (null dereference in vorbisdec)
3934
3935 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3936
3937         * ext/theora/theoradec.c: (theora_handle_comment_packet):
3938           Post taglist actually on bus instead of just freeing it
3939           (fixes #327114 and totem bug #327080).
3940
3941         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3942           Use gst_element_found_tags_for_pad(), so that the tags
3943           are sent downstream as an event as well.
3944
3945 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3946
3947         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3948         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3949         (gst_ximagesink_buffer_alloc):
3950         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3951         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3952         (gst_xvimagesink_buffer_alloc):
3953           move all regularly occurring messages to GST_LOG level
3954           add some more object logs
3955
3956 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3957
3958         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3959           fix a silly segfault
3960
3961 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
3962
3963         * docs/libs/gst-plugins-base-libs-docs.sgml:
3964         * docs/libs/gst-plugins-base-libs-sections.txt:
3965         * gst-libs/gst/audio/mixerutils.c:
3966         * gst-libs/gst/audio/mixerutils.h:
3967           Add docs for mixerutils stuff.
3968
3969 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
3970
3971         * gst/playback/gstplaybasebin.c: (setup_source):
3972           Fix playback for sources that emit raw audio or
3973           raw video streams (e.g.: cd audio sources) (#325984).
3974
3975 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3976
3977         * gst-libs/gst/audio/mixerutils.c:
3978         (gst_audio_mixer_filter_do_filter):
3979           actually save the element we create
3980
3981 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         * gst-libs/gst/cdda/gstcddabasesrc.c:
3984         (gst_cdda_base_src_handle_track_seek):
3985           No need to post a tag message on the bus when seeking
3986           within the same track, only post it when the current
3987           track changes.
3988
3989 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3990
3991         * gst/playback/gstplaybasebin.c: (group_destroy),
3992         (probe_triggered), (new_decoded_pad), (mute_group_type),
3993         (set_active_source):
3994         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3995         * gst/playback/gststreamselector.c:
3996         (gst_stream_selector_base_init),
3997         (gst_stream_selector_set_property),
3998         (gst_stream_selector_request_new_pad):
3999           Reenable stream selection. These mechanisms need a complete overhaul
4000           in the face of 0.8->0.10 changes though.
4001
4002 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
4003
4004         * ext/ogg/gstoggdemux.c:
4005           Change the pad template to src_%d to match the pads that 
4006           are created from it. decodebin needs this information in order
4007           to decide that oggdemux is capable of producing multiple pads
4008           (and hence needs queues inserted).
4009
4010         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4011         (gst_ogg_mux_collected):
4012           Make debug output more useful by using GST_PTR_FORMAT.
4013
4014 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4015
4016         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4017
4018         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4019           Set depth and width for alaw/mulaw (fixes #326601).
4020
4021 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4022
4023         * tests/icles/Makefile.am:
4024           don't build the tests if we don't have the libs
4025
4026 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4027
4028         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
4029         (gst_cd_paranoia_paranoia_callback):
4030           Don't try to free NULL pointers.
4031
4032 2006-01-10  Edward Hervey  <edward@fluendo.com>
4033
4034         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
4035         (gst_audio_rate_change_state), (plugin_init):
4036         Add debugging category.
4037         Fix type issues.
4038         Add case for incoming buffers without valid offset/offset_end.
4039
4040 2006-01-10  Michael Smith  <msmith@fluendo.com>
4041
4042         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
4043           Don't leak GCond in audio sources.
4044
4045 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
4046
4047         * gst/playback/gstplaybin.c: (gen_audio_element):
4048           Don't leak an autoaudiosink/alsasink when we generate
4049           a new audio element. (old code, I guess)
4050
4051 2006-01-10  Michael Smith  <msmith@fluendo.com>
4052
4053         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
4054           Support float audio in audiorate.
4055           Use width rather than depth for selecting sample width.
4056
4057 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4058
4059         * gst/videotestsrc/videotestsrc.h:
4060           Use GLib types here (that way we don't have to include the
4061           generated _stdint.h header, which makes life easier for win32
4062           folks that don't use autotools for the build) (#325990, patch
4063           by: Sergey Scobich).
4064
4065 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4066
4067         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4068         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4069         (gst_ring_buffer_pause), (wait_segment):
4070         * gst-libs/gst/audio/gstringbuffer.h:
4071           Name (private) union, makes Forte compiler happy (this time
4072           for real) (#324900).
4073
4074 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4075
4076         * gst-libs/gst/audio/Makefile.am:
4077           Link against libgstinterfaces, needed for mixer
4078           and property probe stuff.
4079
4080 2006-01-09  Edward Hervey  <edward@fluendo.com>
4081
4082         * gst-libs/gst/Makefile.am:
4083
4084 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         * gst-libs/gst/audio/Makefile.am:
4087         * gst-libs/gst/audio/mixerutils.c:
4088         (gst_audio_mixer_filter_do_filter),
4089         (gst_audio_mixer_filter_check_element),
4090         (gst_audio_mixer_filter_probe_feature),
4091         (element_factory_rank_compare_func),
4092         (gst_audio_default_registry_mixer_filter):
4093         * gst-libs/gst/audio/mixerutils.h:
4094           Add gst_audio_default_registry_mixer_filter() utility
4095           function.
4096
4097 2006-01-03  Michael Smith  <msmith@fluendo.com>
4098
4099         * gst/audioresample/resample.h:
4100           As before, but for o_buf
4101
4102 2006-01-03  Michael Smith  <msmith@fluendo.com>
4103
4104         * gst/audioresample/resample.h:
4105           Declare struct _ResampleState.buffer as unsigned char *, not void *,
4106           since we do arithmetic on it.
4107
4108 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
4109
4110         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4111         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4112         (gst_ring_buffer_pause), (wait_segment):
4113         * gst-libs/gst/audio/gstringbuffer.h:
4114           Sun's Forte compiler doesn't seem to like anonymous structs,
4115           so use same setup as in GstBaseSrc (fixes #324900).
4116
4117 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
4118
4119         * configure.ac:
4120         * gst/volume/Makefile.am:
4121         * gst/volume/demo.c:
4122           move old example to tests/examples/volume/volune.c
4123         * tests/examples/Makefile.am:
4124         * tests/examples/seek/seek.c: (main):
4125           change window-close event from "delete-event" to "destroy"
4126         * tests/examples/volume/Makefile.am:
4127         * tests/examples/volume/volume.c: (value_changed_callback),
4128         (setup_gui), (message_received), (eos_message_received), (main):
4129           fix event handling and bus usage
4130
4131 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
4132
4133         * gst/audiotestsrc/gstaudiotestsrc.c:
4134         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
4135         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
4136         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
4137         (gst_audio_test_src_create_square),
4138         (gst_audio_test_src_create_saw),
4139         (gst_audio_test_src_create_triangle),
4140         (gst_audio_test_src_create_silence),
4141         (gst_audio_test_src_create_white_noise),
4142         (gst_audio_test_src_create_pink_noise),
4143         (gst_audio_test_src_init_sine_table),
4144         (gst_audio_test_src_create_sine_table),
4145         (gst_audio_test_src_change_wave),
4146         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
4147         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
4148         * gst/audiotestsrc/gstaudiotestsrc.h:
4149           update to basesrc changes, implement segmented seeking and eos
4150           handling, add a 'sine-tab' waveform for performance critical playback
4151
4152 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4153
4154         * po/POTFILES.in:
4155           ... and this time the other modified file that I missed last time.
4156
4157 2005-12-29  Michael Smith  <msmith@fluendo.com>
4158
4159         * gst/playback/gstdecodebin.c: (new_pad):
4160           Fix non-C89 variable declaration not at the start of a block. Should
4161           help some compilers.
4162
4163 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4164
4165         * tests/check/Makefile.am:
4166           And now fix 'make distcheck' (builddir != srcdir)
4167
4168 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4169
4170         * configure.ac:
4171         * ext/cdparanoia/Makefile.am:
4172         * ext/cdparanoia/gstcdparanoia.c:
4173         * ext/cdparanoia/gstcdparanoia.h:
4174         * ext/cdparanoia/gstcdparanoiasrc.c:
4175         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
4176         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
4177         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
4178         (gst_cd_paranoia_paranoia_callback),
4179         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
4180         (gst_cd_paranoia_src_set_property),
4181         (gst_cd_paranoia_src_get_property), (plugin_init):
4182         * ext/cdparanoia/gstcdparanoiasrc.h:
4183           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
4184           plugin again (there are still fixes required to playbin to make
4185           cdda:// uris work there).
4186
4187 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4188
4189         * tests/check/Makefile.am:
4190           Fix test case compilation.
4191
4192 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4193
4194         * gst-libs/gst/cdda/gstcddabasesrc.c:
4195         (gst_cdda_base_src_update_duration),
4196         (gst_cdda_base_src_calculate_cddb_id):
4197           An integer is not a string. Fix access to uninitialised variable.
4198
4199         * tests/check/Makefile.am:
4200           Add cddabasesrc unit test; also actually enable the vorbis test.
4201
4202         * tests/check/generic/states.c:
4203           Blacklist new cd audio elements as well.
4204
4205         * tests/check/libs/cddabasesrc.c:
4206           Unit test for GstCddaBaseSrc (discid calculation mostly).
4207
4208 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4209
4210         * docs/libs/Makefile.am:
4211         * docs/libs/gst-plugins-base-libs-docs.sgml:
4212         * docs/libs/gst-plugins-base-libs-sections.txt:
4213         * docs/libs/gst-plugins-base-libs.types:
4214           Add docs for libgstcdda/GstCddaBaseSrc.
4215
4216         * gst-libs/gst/interfaces/mixertrack.h:
4217           Do one struct member per line with a semicolon at the end, that way
4218           even gtk-doc might parse it without complaining.
4219
4220 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         * configure.ac:
4223         * gst-libs/gst/Makefile.am:
4224         * gst-libs/gst/cdda/Makefile.am:
4225         * gst-libs/gst/cdda/base64.c:
4226         * gst-libs/gst/cdda/base64.h:
4227         * gst-libs/gst/cdda/gstcddabasesrc.c:
4228         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
4229         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
4230         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
4231         (gst_cdda_base_src_get_property),
4232         (gst_cdda_base_src_get_track_from_sector),
4233         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
4234         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
4235         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
4236         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
4237         (gst_cdda_base_src_uri_get_protocols),
4238         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
4239         (gst_cdda_base_src_uri_handler_init),
4240         (gst_cdda_base_src_setup_interfaces),
4241         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
4242         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
4243         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
4244         (gst_cdda_base_src_add_tags),
4245         (gst_cdda_base_src_add_index_associations),
4246         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
4247         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
4248         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
4249         (gst_cdda_base_src_create):
4250         * gst-libs/gst/cdda/gstcddabasesrc.h:
4251         * gst-libs/gst/cdda/sha1.c:
4252         * gst-libs/gst/cdda/sha1.h:
4253           Add new libgstcdda with GstCddaBaseSrc class.
4254
4255 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4256
4257         * ext/gnomevfs/gstgnomevfssink.h:
4258           Use GstBaseSinkClass as parent_class member for class struct, not
4259           GstBaseSink.
4260
4261 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         Patch by: Michael Benes
4264
4265         * gst/videotestsrc/gstvideotestsrc.c:
4266         (gst_video_test_src_class_init), (gst_video_test_src_start):
4267           Add start method to reset running time and number of frames sent
4268           when starting up (fixes #324696)
4269
4270 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4271
4272         * docs/plugins/Makefile.am:
4273         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4274         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4275         * docs/plugins/gst-plugins-base-plugins.args:
4276         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4277         * docs/plugins/gst-plugins-base-plugins.signals:
4278           Add docs stuff for gnomevfssrc and gnomevfssink.
4279
4280         * ext/gnomevfs/gstgnomevfssrc.c:
4281           Fix example pipeline in gtk-doc blurb.
4282
4283 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4284
4285         * ext/gnomevfs/Makefile.am:
4286         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
4287         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
4288         (gst_gnome_vfs_handle_get_type), (plugin_init):
4289         * ext/gnomevfs/gstgnomevfs.h:
4290         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
4291         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
4292         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
4293         (gst_gnome_vfs_sink_set_property),
4294         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
4295         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
4296         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
4297         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
4298         (gst_gnome_vfs_sink_uri_get_type),
4299         (gst_gnome_vfs_sink_uri_get_protocols),
4300         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
4301         (gst_gnome_vfs_sink_uri_handler_init):
4302         * ext/gnomevfs/gstgnomevfssink.h:
4303           Port gnomevfssink; add gtk-doc blurb.
4304
4305         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
4306         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
4307         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
4308         (gst_gnome_vfs_src_uri_get_type),
4309         (gst_gnome_vfs_src_uri_get_protocols),
4310         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
4311         (gst_gnome_vfs_src_uri_handler_init),
4312         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
4313         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
4314         (gst_gnome_vfs_src_send_additional_headers_callback),
4315         (gst_gnome_vfs_src_received_headers_callback),
4316         (gst_gnome_vfs_src_push_callbacks),
4317         (gst_gnome_vfs_src_pop_callbacks),
4318         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
4319         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
4320         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4321         * ext/gnomevfs/gstgnomevfssrc.h:
4322           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
4323           file; add gtk-doc blurb with example pipelines.
4324
4325 === release 0.10.1 ===
4326
4327 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
4328
4329         * configure.ac:
4330           releasing 0.10.1, "Dobro Dedek"
4331
4332 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
4333
4334         * gst/typefind/gsttypefindfunctions.c:
4335         iLBC30 and iLBC20 added to typefind.
4336
4337 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4338
4339         * gst-libs/gst/audio/gstbaseaudiosink.c:
4340         (gst_base_audio_sink_class_init):
4341         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4342         (gst_base_audio_src_class_init):
4343           update strings, values are in microseconds
4344           change the default sink buffer time to something that is smaller
4345           (to help software volume mixing have a slightly lower delay) but
4346           still be acceptable on Wim's laptop
4347
4348 2005-12-20  Edward Hervey  <edward@fluendo.com>
4349
4350         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
4351         Made a quack, forgot to add DUCK to the riff video template.
4352
4353 2005-12-19  Edward Hervey  <edward@fluendo.com>
4354
4355         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
4356         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4357         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4358         (gst_ogm_parse_chain):
4359         Make sure pads are initialized correctly.
4360         * gst-libs/gst/riff/riff-ids.h:
4361         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4362         (gst_riff_create_video_template_caps):
4363         Add a whole bunch of FOURCC <=> MimeType.
4364         Extend the riff video pad template to support the newly added fourcc.
4365
4366 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
4367
4368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
4369         (gst_ogg_demux_activate_chain):
4370           Extra debug output when activating/deactivating chains.
4371
4372         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
4373         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
4374         (unlinked):
4375           Remove a queue from our list when it becomes unlinked.
4376           Don't add queues to elements in class 'Demux' if they
4377           can only produce one pad 
4378
4379 2005-12-18  Julien MOUTTE  <julien@moutte.net>
4380
4381         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
4382         (gst_video_sink_get_type): Add a debug category.
4383
4384 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4385
4386         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4387         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
4388           Handle downstream newsegment by sending our own newsegment before the
4389           next buffer to be released. (#323900)
4390
4391 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4392
4393         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4394         (gst_base_rtp_depayload_set_gst_timestamp):
4395           add queue delay to new segment as well (as opposed to just the first
4396           buffer). (bug #322347)
4397
4398 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
4399
4400         * ext/libvisual/visual.c: (make_valid_name):
4401           change some char* into char[]
4402         * gst/audiotestsrc/gstaudiotestsrc.c:
4403         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
4404         (gst_audio_test_src_create):
4405         * gst/audiotestsrc/gstaudiotestsrc.h:
4406           prepare to handle EOS and SEGMENT_DONE
4407
4408 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4409
4410         * tests/check/generic/states.c: (GST_START_TEST):
4411           Blacklist cdparanoia element in state test.
4412
4413 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415           Patch by: Benjamin Pineau
4416
4417         * gst/tcp/gsttcp.c:
4418         * gst/tcp/gsttcpclientsink.c:
4419         * gst/tcp/gsttcpserversink.c:
4420         * gst/tcp/gsttcpserversrc.c:
4421           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
4422
4423 2005-12-15  Michael Smith  <msmith@fluendo.com>
4424
4425         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
4426         (gst_video_rate_chain):
4427           Fix timestamping for videorate when the first buffer it sees has a
4428           non-zero timestamp. Fix some misleading debug output.
4429
4430 2005-12-15  Michael Smith  <msmith@fluendo.com>
4431
4432         * gst/audioresample/gstaudioresample.c:
4433           Don't leak all input buffers to audioresample.
4434
4435 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4436
4437         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
4438           Don't operate on empty text buffers. Strip newlines and
4439           tabs only from the end of the text, but leave them intact
4440           in the middle. Fix typo in gtk-doc description.
4441
4442 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4443
4444         * gst/playback/gstplaybasebin.c:
4445         * gst/playback/gstplaybin.c: (handoff):
4446           Make sure the video frame buffer we return to apps via the
4447           "frame" property always has caps set on it. Modify
4448           _gst_gvalue_set_object() macro to handle NULL objects
4449           gracefully too.
4450
4451 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
4452
4453         * gst/audiotestsrc/gstaudiotestsrc.c:
4454         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4455         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
4456         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
4457         (gst_audio_test_src_create):
4458         * gst/audiotestsrc/gstaudiotestsrc.h:
4459         Adjust to some recent api changes and add wtays new cool seeking
4460         capabillities
4461
4462 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
4463
4464         * ext/alsa/Makefile.am:
4465         * ext/alsa/gstalsadeviceprobe.c:
4466         * ext/alsa/gstalsadeviceprobe.h:
4467           Helper functions to add device probing via the GstPropertyProbe
4468           interface to a class.
4469
4470         * ext/alsa/gstalsamixer.h:
4471           Comment out GST_ALSA_MIXER, it returns a struct that's not
4472           used.
4473
4474         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4475           Add some debug info. 
4476
4477         * ext/alsa/gstalsamixerelement.c:
4478         (gst_alsa_mixer_element_interface_supported),
4479         (gst_implements_interface_init),
4480         (gst_alsa_mixer_element_init_interfaces),
4481         (gst_alsa_mixer_element_class_init),
4482         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4483         (gst_alsa_mixer_element_set_property),
4484         (gst_alsa_mixer_element_get_property),
4485         (gst_alsa_mixer_element_change_state):
4486         * ext/alsa/gstalsamixerelement.h:
4487           Add 'device' and 'device-name' properties. Add GstPropertyProbe
4488           for device handling (gnome-volume-control will need that).
4489
4490 2005-12-12  Christian Schaller  <uraeus@gnome.org>
4491
4492         * ext/Makefile.am: fix cdparanoia entry
4493         * gst-plugins-base.spec.in: add cdparanoia
4494
4495 2005-12-12  Michael Smith  <msmith@fluendo.com>
4496
4497         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4498           Use the correct function to free list of typefind factories.
4499
4500 2005-12-12  Wim Taymans  <wim@fluendo.com>
4501
4502         * gst/videotestsrc/gstvideotestsrc.c:
4503         (gst_video_test_src_class_init), (gst_video_test_src_init),
4504         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
4505         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
4506         (gst_video_test_src_create):
4507         * gst/videotestsrc/gstvideotestsrc.h:
4508         Implement seeking in videotestsrc.
4509         Small cleanups.
4510
4511 2005-12-12  Wim Taymans  <wim@fluendo.com>
4512
4513         * ext/cdparanoia/Makefile.am:
4514         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4515         (gst_paranoia_endian_get_type), (_do_init),
4516         (cdparanoia_class_init), (cdparanoia_init),
4517         (cdparanoia_set_property), (cdparanoia_get_property),
4518         (cdparanoia_do_seek), (cdparanoia_is_seekable),
4519         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
4520         (cdparanoia_convert), (cdparanoia_get_query_types),
4521         (cdparanoia_query), (cdparanoia_set_index),
4522         (cdparanoia_uri_set_uri):
4523         * ext/cdparanoia/gstcdparanoia.h:
4524         Partially ported cdparanoia now that basesrc can support a
4525         plugin like this..
4526
4527 2005-12-12  Wim Taymans  <wim@fluendo.com>
4528
4529         * tests/examples/seek/scrubby.c: (main):
4530         Set higher priority for bus events so they don't get reordered with
4531         gtk gui events.
4532
4533         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4534         (flush_toggle_cb), (main):
4535         Added checkbox to disable flushing seeks. 
4536         Disable scrubbing when doing non flushing seeks.
4537
4538 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
4539
4540         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
4541         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
4542         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
4543         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
4544           Implement some sort of event handling that doesn't rely on
4545           g_return_if_fail; make sure we always push the last chunk of an 
4546           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
4547           state change function; remove some old cruft. Seeking is still
4548           rather unlikely to work though.
4549
4550         * tools/.cvsignore:
4551           Ignore more.
4552
4553 2005-12-11  Julien MOUTTE  <julien@moutte.net>
4554
4555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
4556         Fixed a leak of the current image reference when cleaning up.
4557         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
4558
4559 2005-12-09  Michael Smith  <msmith@fluendo.com>
4560
4561         * tools/Makefile.am:
4562         * tools/gst-launch-ext-m.m:
4563           Remove gst-launch-ext. It doesn't work, and is no longer
4564           particularly useful.
4565
4566 2005-12-08  Luca Ognibene  <luogni@tin.it>
4567
4568         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4569           don't pass random values to ogmparse convert function.
4570           Make seeking possible in the exile1.ogm file.
4571
4572 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
4573
4574         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4575         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4576           Work around refcount problem with g_value_set_object() that occur
4577           if the core has been compiled against GLib-2.6 (g_value_set_object()
4578           will only g_object_ref() the element, but the caller will
4579           gst_object_unref() it and bad things will happen due to the way
4580           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
4581           totem for people on FC4 using Thomas's 0.10 RPMs.
4582           
4583 2005-12-07  Edward Hervey  <edward@fluendo.com>
4584
4585         Time to welcome ogm to 0.10 :)
4586         
4587         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
4588         (gst_ogg_pad_typefind):
4589         Oggdemux can now properly typefind elements with dynamic pads.
4590         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4591         Properly set caps on src pad, and set caps on outgoing buffers.
4592
4593 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4594
4595         * ext/alsa/gstalsamixer.h:
4596         * ext/alsa/gstalsamixerelement.h:
4597         * ext/alsa/gstalsamixeroptions.h:
4598         * ext/alsa/gstalsamixertrack.h:
4599         * ext/alsa/gstalsasink.c:
4600         * ext/alsa/gstalsasink.h:
4601         * ext/alsa/gstalsasrc.c:
4602         * ext/alsa/gstalsasrc.h:
4603         * ext/cdparanoia/gstcdparanoia.h:
4604         * ext/gnomevfs/gstgnomevfsuri.h:
4605         * ext/ogg/gstoggdemux.c:
4606         * ext/ogg/gstoggmux.c:
4607         * ext/pango/gsttextoverlay.h:
4608         * ext/theora/theoradec.c:
4609         * ext/theora/theoraenc.c:
4610         * ext/vorbis/vorbisdec.h:
4611         * ext/vorbis/vorbisenc.c:
4612         * ext/vorbis/vorbisenc.h:
4613         * ext/vorbis/vorbisparse.h:
4614         * gst-libs/gst/audio/gstaudioclock.h:
4615         * gst-libs/gst/audio/gstaudiosink.c:
4616         * gst-libs/gst/audio/gstaudiosink.h:
4617         * gst-libs/gst/audio/gstaudiosrc.c:
4618         * gst-libs/gst/audio/gstaudiosrc.h:
4619         * gst-libs/gst/audio/gstbaseaudiosink.c:
4620         * gst-libs/gst/audio/gstbaseaudiosink.h:
4621         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4622         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4623         * gst-libs/gst/audio/gstringbuffer.h:
4624         * gst-libs/gst/audio/multichannel.h:
4625         * gst-libs/gst/floatcast/floatcast.h:
4626         * gst-libs/gst/interfaces/colorbalance.c:
4627         * gst-libs/gst/interfaces/colorbalance.h:
4628         * gst-libs/gst/interfaces/colorbalancechannel.h:
4629         * gst-libs/gst/interfaces/mixer.h:
4630         * gst-libs/gst/interfaces/mixeroptions.h:
4631         * gst-libs/gst/interfaces/mixertrack.h:
4632         * gst-libs/gst/interfaces/navigation.h:
4633         * gst-libs/gst/interfaces/propertyprobe.h:
4634         * gst-libs/gst/interfaces/tuner.h:
4635         * gst-libs/gst/interfaces/tunerchannel.h:
4636         * gst-libs/gst/interfaces/tunernorm.h:
4637         * gst-libs/gst/interfaces/xoverlay.h:
4638         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4639         * gst-libs/gst/riff/riff-ids.h:
4640         * gst-libs/gst/riff/riff-media.h:
4641         * gst-libs/gst/riff/riff-read.h:
4642         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4643         * gst-libs/gst/rtp/gstbasertppayload.c:
4644         * gst-libs/gst/rtp/gstbasertppayload.h:
4645         * gst-libs/gst/rtp/gstrtpbuffer.c:
4646         * gst-libs/gst/rtp/gstrtpbuffer.h:
4647         * gst-libs/gst/tag/gsttageditingprivate.h:
4648         * gst-libs/gst/tag/gstvorbistag.c:
4649         (gst_tag_list_from_vorbiscomment_buffer):
4650         * gst-libs/gst/tag/tag.h:
4651         * gst-libs/gst/video/video.h:
4652         * gst/adder/gstadder.c:
4653         * gst/adder/gstadder.h:
4654         * gst/audioconvert/audioconvert.c:
4655         * gst/audioconvert/audioconvert.h:
4656         * gst/audioconvert/gstaudioconvert.c:
4657         * gst/audioconvert/gstchannelmix.c:
4658         * gst/audioconvert/gstchannelmix.h:
4659         * gst/audiorate/gstaudiorate.c:
4660         * gst/audioresample/buffer.h:
4661         * gst/audioresample/functable.h:
4662         * gst/audioresample/gstaudioresample.c:
4663         * gst/audioresample/resample.h:
4664         * gst/ffmpegcolorspace/avcodec.h:
4665         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4666         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4667         * gst/ffmpegcolorspace/imgconvert.c:
4668         * gst/ffmpegcolorspace/imgconvert_template.h:
4669         * gst/playback/gstdecodebin.c:
4670         * gst/playback/gstplaybasebin.h:
4671         * gst/playback/gstplaybin.c:
4672         * gst/playback/gststreaminfo.h:
4673         * gst/tcp/gstfdset.c:
4674         * gst/tcp/gstfdset.h:
4675         * gst/tcp/gstmultifdsink.c:
4676         * gst/tcp/gstmultifdsink.h:
4677         * gst/tcp/gsttcp.h:
4678         * gst/tcp/gsttcpclientsrc.c:
4679         * gst/tcp/gsttcpclientsrc.h:
4680         * gst/tcp/gsttcpplugin.h:
4681         * gst/tcp/gsttcpserversink.c:
4682         * gst/tcp/gsttcpserversrc.c:
4683         * gst/typefind/gsttypefindfunctions.c:
4684         * gst/videorate/gstvideorate.c:
4685         * gst/videotestsrc/gstvideotestsrc.h:
4686         * gst/videotestsrc/videotestsrc.h:
4687         * sys/v4l/gstv4lcolorbalance.h:
4688         * sys/v4l/gstv4ltuner.h:
4689         * sys/v4l/gstv4lxoverlay.h:
4690         * sys/v4l/v4l_calls.h:
4691         * sys/v4l/videodev_mjpeg.h:
4692         * tests/check/elements/audioconvert.c:
4693         * tests/check/elements/audioresample.c:
4694         * tests/check/elements/audiotestsrc.c:
4695         * tests/check/elements/videotestsrc.c:
4696         * tests/check/elements/volume.c:
4697         * tests/examples/seek/scrubby.c:
4698         * tests/examples/seek/seek.c:
4699           expand tabs
4700
4701 === release 0.10.0 ===
4702
4703 2005-12-05   <thomas (at) apestaart (dot) org>
4704
4705         * configure.ac:
4706           releasing 0.10.0, "Mont-d'or"
4707
4708 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4709
4710         * tests/examples/seek/Makefile.am:
4711         Build fix for when gtk is not available.
4712
4713 2005-12-05  Andy Wingo  <wingo@pobox.com>
4714
4715         * ext/libvisual/visual.c: (get_buffer):
4716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4717         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4718         * ext/theora/theoradec.c: (theora_handle_data_packet):
4719         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4720         (theora_enc_chain):
4721         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4722         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4723         Update for alloc_buffer changes.
4724
4725 2005-12-05  Andy Wingo  <wingo@pobox.com>
4726
4727         patch by: Kai Vehmanen <kv2004 eca cx>
4728         
4729         * gst-libs/gst/rtp/gstbasertpdepayload.c
4730         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4731
4732 2005-12-04  Andy Wingo  <wingo@pobox.com>
4733
4734         patch by: Sebastien Cote <sebas642 yahoo ca>
4735         
4736         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4737         Fixes #319172.
4738
4739 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
4740
4741         * docs/plugins/Makefile.am:
4742         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4743         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4744         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4745         * ext/pango/gstclockoverlay.c:
4746         * ext/pango/gsttextoverlay.c: 
4747         * ext/pango/gsttextrender.c:
4748         * ext/pango/gsttimeoverlay.c:
4749           Add gtk-doc blurbs to pango elements.
4750
4751 2005-12-02  Wim Taymans  <wim@fluendo.com>
4752
4753         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4754         * gst/audioresample/buffer.h:
4755         * gst/audioresample/gstaudioresample.c:
4756         * gst/audioresample/gstaudioresample.h:
4757         * gst/audioresample/resample.c: (resample_input_flush),
4758         (resample_input_pushthrough), (resample_input_eos),
4759         (resample_get_output_size_for_input),
4760         (resample_get_input_size_for_output), (resample_get_output_size),
4761         (resample_get_output_data):
4762         * gst/audioresample/resample.h:
4763         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4764         Fix audioresample, seek torture, new segments, reverse negotiation
4765         etc.. work fine.
4766
4767 2005-12-02  Wim Taymans  <wim@fluendo.com>
4768
4769         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4770         Small cleanups.
4771
4772 2005-12-02  Wim Taymans  <wim@fluendo.com>
4773
4774         * gst/audioconvert/gstaudioconvert.c:
4775         (gst_audio_convert_transform):
4776         Post errors.
4777
4778 === release 0.9.7 ===
4779
4780 2005-12-01   <thomas (at) apestaart (dot) org>
4781
4782         * configure.ac:
4783           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4784
4785 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4786
4787         * Makefile.am:
4788         * po/hu.po:
4789         * win32/MANIFEST:
4790         * win32/gst.sln:
4791           add win32 MANIFEST file
4792           do something to the hungarian translation
4793
4794 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
4795
4796         * ext/Makefile.am:
4797           Add $(PANGO_DIR) to SUBDIRS
4798
4799         * ext/pango/gstclockoverlay.c:
4800         * ext/pango/gsttimeoverlay.c:
4801           Fix and improve element descriptions.
4802
4803 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4804
4805         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4806         * docs/plugins/inspect/plugin-libvisual.xml:
4807         * docs/plugins/inspect/plugin-pango.xml:
4808           add pango plugin to docs
4809
4810 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4811
4812         * configure.ac:
4813         * ext/Makefile.am:
4814           moved pango to base
4815
4816 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4817
4818         * configure.ac:
4819         * tests/Makefile.am:
4820         * tests/icles/.cvsignore:
4821         * tests/icles/Makefile.am:
4822         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4823         (close_display), (resize_window), (move_window), (create_window),
4824         (terminate_playback), (pause_playback), (start_playback), (main):
4825           add stress test for xoverlay from Julien
4826
4827 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4828
4829         * docs/libs/tmpl/gstcolorbalance.sgml:
4830         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4831         * gst-libs/gst/rtp/gstbasertppayload.c:
4832         * gst-libs/gst/rtp/gstrtpbuffer.c:
4833         * gst-libs/gst/rtp/gstrtpbuffer.h:
4834           Do burger's rename for rtp payloaders and depayloaders
4835
4836 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4837
4838         * win32/:
4839           add Visual Studio 6 build files
4840
4841 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4842
4843         * docs/libs/gst-plugins-base-libs-docs.sgml:
4844         * docs/libs/gst-plugins-base-libs-sections.txt:
4845         * docs/libs/tmpl/gstaudio.sgml:
4846         * docs/libs/tmpl/gstringbuffer.sgml:
4847         * gst-libs/gst/interfaces/xoverlay.c:
4848         * gst-libs/gst/video/gstvideofilter.c:
4849         * gst-libs/gst/video/gstvideosink.c:
4850           update documentation
4851
4852 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4853
4854         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4855         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4856         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4857         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4858         (gst_multi_fd_sink_get_stats),
4859         (gst_multi_fd_sink_remove_client_link),
4860         (gst_multi_fd_sink_handle_client_read),
4861         (gst_multi_fd_sink_client_queue_data),
4862         (gst_multi_fd_sink_client_queue_caps),
4863         (gst_multi_fd_sink_client_queue_buffer),
4864         (gst_multi_fd_sink_new_client),
4865         (gst_multi_fd_sink_handle_client_write),
4866         (gst_multi_fd_sink_recover_client),
4867         (gst_multi_fd_sink_queue_buffer),
4868         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4869         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4870         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4871         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4872         * gst/tcp/gstmultifdsink.h:
4873         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4874         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4875         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4876         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4877         (gst_tcp_client_sink_set_property),
4878         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4879         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4880         * gst/tcp/gsttcpclientsink.h:
4881         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4882         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4883         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4884         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4885         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4886         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4887         * gst/tcp/gsttcpclientsrc.h:
4888         * gst/tcp/gsttcpplugin.c: (plugin_init):
4889         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4890         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4891         (gst_tcp_server_sink_finalize),
4892         (gst_tcp_server_sink_handle_server_read),
4893         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4894         (gst_tcp_server_sink_set_property),
4895         (gst_tcp_server_sink_get_property),
4896         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4897         * gst/tcp/gsttcpserversink.h:
4898         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4899         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4900         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4901         (gst_tcp_server_src_set_property),
4902         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4903         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4904         * gst/tcp/gsttcpserversrc.h:
4905           more borgifying
4906
4907 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4908
4909         * docs/plugins/Makefile.am:
4910         * docs/plugins/gst-plugins-base-plugins.args:
4911         * docs/plugins/inspect/plugin-libvisual.xml:
4912         * gst/audioconvert/plugin.h:
4913         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4914         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4915         (gst_audio_rate_setcaps), (gst_audio_rate_init),
4916         (gst_audio_rate_chain), (gst_audio_rate_set_property),
4917         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4918         (plugin_init):
4919         * gst/audiotestsrc/gstaudiotestsrc.c:
4920         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4921         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4922         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4923         (gst_audio_test_src_get_query_types),
4924         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4925         (gst_audio_test_src_create_square),
4926         (gst_audio_test_src_create_saw),
4927         (gst_audio_test_src_create_triangle),
4928         (gst_audio_test_src_create_silence),
4929         (gst_audio_test_src_create_white_noise),
4930         (gst_audio_test_src_init_pink_noise),
4931         (gst_audio_test_src_generate_pink_noise_value),
4932         (gst_audio_test_src_create_pink_noise),
4933         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4934         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4935         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4936         (plugin_init):
4937         * gst/audiotestsrc/gstaudiotestsrc.h:
4938         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4939         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4940         (gst_sub_parse_init), (gst_sub_parse_formats),
4941         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4942         (convert_encoding), (get_next_line),
4943         (gst_sub_parse_data_format_autodetect),
4944         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4945         (gst_sub_parse_loop), (gst_sub_parse_chain),
4946         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4947         (plugin_init):
4948         * gst/subparse/gstsubparse.h:
4949         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4950         (gst_video_rate_base_init), (gst_video_rate_class_init),
4951         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4952         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4953         (gst_video_rate_init), (gst_video_rate_event),
4954         (gst_video_rate_chain), (gst_video_rate_set_property),
4955         (gst_video_rate_get_property), (gst_video_rate_change_state),
4956         (plugin_init):
4957         * gst/videoscale/gstvideoscale.c:
4958         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4959         (gst_video_scale_src_template_factory),
4960         (gst_video_scale_sink_template_factory),
4961         (gst_video_scale_get_type), (gst_video_scale_base_init),
4962         (gst_video_scale_class_init), (gst_video_scale_init),
4963         (gst_video_scale_set_property), (gst_video_scale_get_property),
4964         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4965         (gst_video_scale_prepare_size), (parse_caps),
4966         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4967         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4968         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4969         (plugin_init):
4970         * gst/videoscale/gstvideoscale.h:
4971         * gst/videotestsrc/gstvideotestsrc.c:
4972         (gst_video_test_src_pattern_get_type),
4973         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4974         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4975         (gst_video_test_src_set_pattern),
4976         (gst_video_test_src_set_property),
4977         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
4978         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
4979         (gst_video_test_src_event), (gst_video_test_src_get_times),
4980         (gst_video_test_src_create), (plugin_init):
4981         * gst/videotestsrc/gstvideotestsrc.h:
4982         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
4983         (gst_video_test_src_smpte), (gst_video_test_src_snow),
4984         (gst_video_test_src_black):
4985         * gst/videotestsrc/videotestsrc.h:
4986           borgify further
4987           clean up docs a little
4988
4989 2005-11-30  Wim Taymans  <wim@fluendo.com>
4990
4991         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4992         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4993         (gst_basertppayload_event), (gst_basertppayload_push),
4994         (gst_basertppayload_change_state):
4995         * gst-libs/gst/rtp/gstbasertppayload.h:
4996         closed #320644.
4997
4998 2005-11-30  Julien MOUTTE  <julien@moutte.net>
4999
5000         * docs/libs/gst-plugins-base-libs-docs.sgml:
5001         * docs/libs/gst-plugins-base-libs-sections.txt:
5002         * gst-libs/gst/video/gstvideofilter.c:
5003         * gst-libs/gst/video/gstvideosink.c:
5004         * gst-libs/gst/video/gstvideosink.h: Adding docs.
5005
5006 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5007
5008         * LICENSE:
5009           move
5010         * po/af.po:
5011         * po/az.po:
5012         * po/cs.po:
5013         * po/en_GB.po:
5014         * po/hu.po:
5015         * po/it.po:
5016         * po/nb.po:
5017         * po/nl.po:
5018         * po/or.po:
5019         * po/sq.po:
5020         * po/sr.po:
5021         * po/sv.po:
5022         * po/uk.po:
5023         * po/vi.po:
5024         * Makefile.am:
5025           update
5026         * scripts/autoplugins.sh:
5027           remove
5028
5029 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5030
5031         * Makefile.am:
5032         * configure.ac:
5033         * examples/Makefile.am:
5034         * examples/capsfilter/Makefile.am:
5035         * examples/capsfilter/capsfilter1.c:
5036         * examples/gob/Makefile.am:
5037         * examples/gob/gst-identity2.gob:
5038         * examples/indexing/.cvsignore:
5039         * examples/indexing/Makefile.am:
5040         * examples/indexing/indexmpeg.c:
5041         * examples/seeking/.cvsignore:
5042         * examples/seeking/Makefile.am:
5043         * examples/seeking/cdparanoia.c:
5044         * examples/seeking/cdplayer.c:
5045         * examples/seeking/chained.c:
5046         * examples/seeking/scrubby.c:
5047         * examples/seeking/seek.c:
5048         * examples/stats/Makefile.am:
5049         * examples/stats/mp2ogg.c:
5050         * examples/switch/.cvsignore:
5051         * examples/switch/Makefile.am:
5052         * examples/switch/switcher.c:
5053         * tests/Makefile.am:
5054         * tests/check/generic/.cvsignore:
5055         * tests/check/pipelines/.cvsignore:
5056         * tests/examples/Makefile.am:
5057         * tests/examples/seek/Makefile.am:
5058           reorganize stuff under tests/
5059
5060 2005-11-30  Edward Hervey  <edward@fluendo.com>
5061
5062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5063         Go away you stupid GstStaticPadTemplate memleak.
5064
5065 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5066
5067         * gst-libs/gst/net/Makefile.am:
5068         * gst-libs/gst/net/README:
5069         * gst-libs/gst/net/gstnetbuffer.c:
5070         * gst-libs/gst/net/gstnetbuffer.h:
5071           this was moved to "netbuffer"
5072
5073 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5074
5075         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
5076         (gst_video_filter_class_init), (gst_video_filter_init):
5077         * gst-libs/gst/video/gstvideofilter.h:
5078           borgify name to bring in line with other classes
5079
5080 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5081
5082         * gst/audioscale/.cvsignore:
5083         * gst/audioscale/Makefile.am:
5084         * gst/audioscale/README:
5085         * gst/audioscale/audioscale.vcproj:
5086         * gst/audioscale/dtof.c:
5087         * gst/audioscale/dtos.c:
5088         * gst/audioscale/functable.c:
5089         * gst/audioscale/gstaudioscale.c:
5090         * gst/audioscale/gstaudioscale.h:
5091         * gst/audioscale/private.h:
5092         * gst/audioscale/resample.c:
5093         * gst/audioscale/resample.h:
5094         * gst/audioscale/test.c:
5095           remove
5096
5097 2005-11-30  Edward Hervey  <edward@fluendo.com>
5098
5099         * gst-libs/gst/netbuffer/Makefile.am:
5100         really, really tired
5101
5102 2005-11-30  Edward Hervey  <edward@fluendo.com>
5103
5104         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5105         Update for new GstTypeFindFactory _register()
5106
5107 2005-11-30  Edward Hervey  <edward@fluendo.com>
5108
5109         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
5110         Let's not override libgstnet from core for no reason...
5111         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
5112         Ok, maybe not so quick next time.
5113
5114 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5115
5116         * configure.ac:
5117         * gst-libs/gst/Makefile.am:
5118           moved gst-libs/gst/net to netbuffer through CVS surgery
5119           remove old directory
5120           updating build to accomodate
5121           (#322257)
5122
5123 2005-11-29  Andy Wingo  <wingo@pobox.com>
5124
5125         * pkgconfig/gstreamer-plugins-base.pc.in:
5126         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5127         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
5128         (#322257).
5129
5130 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5131
5132         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5133         3rd time's the charm. Correct ref-counting for discarded buffers.
5134
5135 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5136
5137         * gst/playback/gststreamselector.c:
5138         (gst_stream_selector_class_init),
5139         (gst_stream_selector_set_property),
5140         (gst_stream_selector_get_property),
5141         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5142         Fix ref-counting
5143
5144 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
5145
5146         * gst/subparse/gstsubparse.c: (feed_textbuf):
5147           Don't access already unref'ed buffer.
5148
5149 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5150
5151         * gst/playback/gststreamselector.c:
5152         (gst_stream_selector_class_init), (gst_stream_selector_init),
5153         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
5154         (gst_stream_selector_get_property),
5155         (gst_stream_selector_get_linked_pad),
5156         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5157         * gst/playback/gststreamselector.h:
5158         Add the active-pad property for playbin to use shortly. Ignore buffers
5159         from any other pad, returning GST_FLOW_NOT_LINKED
5160
5161 2005-11-29  Julien MOUTTE  <julien@moutte.net>
5162
5163         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
5164         patch from bug #322704 (Alessandro Decina).
5165
5166 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5167
5168         * gst-libs/gst/audio/Makefile.am:
5169           folded audiofilter into the audio library
5170
5171 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5172
5173         * gst/videoscale/gstvideoscale.h:
5174         * gst/videoscale/gstvideoscale.c:
5175           remove unimplemented scale methods
5176
5177 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
5178
5179         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
5180           Don't leak caps.
5181
5182 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5183
5184         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5185         (gst_ximagesink_setcaps):
5186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5187         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
5188         happens (only visible on ximagesink but bug is in xv too) set_caps was
5189         destroying the internal x[v]image used to memcpy non locally alloced
5190         buffers so that it got renewed on next _chain. The issue is that 
5191         _expose will try to put that image as it reffed it in _put.
5192         Using gst_buffer_unref instead of destroy fixes it !
5193
5194 2005-11-28  Edward Hervey  <edward@fluendo.com>
5195
5196         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5197         (try_to_link_1), (queue_filled_cb):
5198         Better use of the queues. Start with a small size queue and only increase
5199         the size of the queues when the other queues are empty.
5200
5201 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5202
5203         * gst-libs/gst/video/Makefile.am:
5204           compile in copied-over videofilter into the video library
5205         * gst-libs/gst/video/videosink.h:
5206           rename the header to gstvideosink.h since it's a base GstObject class
5207         * sys/ximage/ximagesink.h:
5208         * sys/xvimage/xvimagesink.h:
5209           use the new header
5210
5211 2005-11-28  Wim Taymans  <wim@fluendo.com>
5212
5213         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
5214         * gst/playback/gstplaybasebin.h:
5215         Prepare to handle errors betters.
5216
5217         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5218         Set sinks to PAUSED first before adding and linking them so that
5219         we don't interrupt dataflow.
5220
5221 2005-11-28  Wim Taymans  <wim@fluendo.com>
5222
5223         * gst-libs/gst/audio/TODO:
5224         Updated TODO
5225
5226         * gst-libs/gst/audio/gstaudiosink.c:
5227         (gst_audioringbuffer_open_device),
5228         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5229         (gst_audioringbuffer_release):
5230         Small cleanups.
5231
5232         * gst-libs/gst/audio/gstbaseaudiosink.c:
5233         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
5234         (gst_base_audio_sink_change_state):
5235         Slave to the master clock when going to PLAYING and unslave when
5236         going to PAUSED.
5237
5238         * gst-libs/gst/audio/gstringbuffer.c:
5239         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5240         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5241         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5242         (gst_ring_buffer_clear_all), (wait_segment),
5243         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5244         (gst_ring_buffer_advance):
5245         * gst-libs/gst/audio/gstringbuffer.h:
5246         Add some docs and cleanups.
5247
5248 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5249
5250         * sys/xvimage/xvimagesink.c:
5251         (gst_xvimagesink_navigation_send_event): Fix navigation events
5252         coordinates translation with pixel aspect ratios.
5253
5254 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5255
5256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5257         Use calculated video geometry from _setcaps instead of buffer
5258         caps to respect pixel aspect ratio. (fixes #322388)
5259
5260 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5261
5262         * docs/libs/tmpl/gstcolorbalance.sgml:
5263         * docs/libs/tmpl/gstmixer.sgml:
5264         * docs/libs/tmpl/gstxoverlay.sgml:
5265         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
5266         interface.
5267
5268 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5269
5270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5271         Refuse to create an XvImage if we can't find the format.
5272
5273 2005-11-28  Edward Hervey  <edward@fluendo.com>
5274
5275         * gst-libs/gst/riff/riff-media.c:
5276         (gst_riff_create_audio_template_caps):
5277         Add ATRAC3 to the list of riff-possible audio caps.
5278         I know we still don't have a plugin for atrac3, but it's saner to output
5279         that than a cryptic mimetype.
5280
5281 2005-11-27  Edward Hervey  <edward@fluendo.com>
5282
5283         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
5284         Don't try to create a zero-sized subbuffer.
5285
5286 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5287
5288         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
5289         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
5290         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
5291         (gst_ximagesink_expose): Fixed a tricky race.
5292         * sys/ximage/ximagesink.h:
5293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5294         (gst_xvimagesink_expose): Fixed a tricky race.
5295         * sys/xvimage/xvimagesink.h:
5296
5297 2005-11-27  Edward Hervey  <edward@fluendo.com>
5298
5299         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5300         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
5301         Remove unused properties, and add queues between demuxers and decoders
5302         so that a lot more files can preroll properly.
5303
5304 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5305
5306         * gst-libs/gst/net/Makefile.am:
5307         * gst-libs/gst/rtp/Makefile.am:
5308         * gst-libs/gst/tag/Makefile.am:
5309           remove silly include
5310         * gst/tags/Makefile.am:
5311         * gst/tags/gsttagediting.c:
5312         * gst/tags/gsttageditingprivate.h:
5313         * gst/tags/tagedit.vcproj:
5314           remove directory, is as good as empty
5315
5316 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5317
5318         * configure.ac:
5319           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
5320         * gst-libs/Makefile.am:
5321         * gst-libs/gst/audio/Makefile.am:
5322         * gst-libs/gst/interfaces/Makefile.am:
5323         * gst-libs/gst/net/Makefile.am:
5324         * gst-libs/gst/riff/Makefile.am:
5325         * gst-libs/gst/rtp/Makefile.am:
5326         * gst-libs/gst/tag/Makefile.am:
5327         * gst-libs/gst/video/Makefile.am:
5328           and use them
5329
5330 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5331
5332         * docs/libs/tmpl/gstcolorbalance.sgml:
5333         * docs/libs/tmpl/gstmixer.sgml:
5334         * docs/libs/tmpl/gstxoverlay.sgml:
5335         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
5336         * sys/ximage/ximagesink.h:
5337         * sys/xvimage/xvimagesink.h: More and more documentation.
5338
5339 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5340
5341         * docs/libs/gst-plugins-base-libs-docs.sgml:
5342         * docs/libs/gst-plugins-base-libs-sections.txt:
5343         * docs/libs/tmpl/gstcolorbalance.sgml:
5344         * docs/libs/tmpl/gstmixer.sgml:
5345         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
5346         to documentation.
5347
5348 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5349
5350         * docs/plugins/Makefile.am:
5351         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5352         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5353         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
5354
5355 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5356
5357         * docs/plugins/Makefile.am:
5358         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5359         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5360         * docs/plugins/inspect/plugin-adder.xml:
5361         * docs/plugins/inspect/plugin-alsa.xml:
5362         * docs/plugins/inspect/plugin-audioconvert.xml:
5363         * docs/plugins/inspect/plugin-audiorate.xml:
5364         * docs/plugins/inspect/plugin-audioresample.xml:
5365         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5366         * docs/plugins/inspect/plugin-decodebin.xml:
5367         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5368         * docs/plugins/inspect/plugin-gnomevfs.xml:
5369         * docs/plugins/inspect/plugin-ogg.xml:
5370         * docs/plugins/inspect/plugin-playbin.xml:
5371         * docs/plugins/inspect/plugin-subparse.xml:
5372         * docs/plugins/inspect/plugin-tcp.xml:
5373         * docs/plugins/inspect/plugin-theora.xml:
5374         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5375         * docs/plugins/inspect/plugin-video4linux.xml:
5376         * docs/plugins/inspect/plugin-videorate.xml:
5377         * docs/plugins/inspect/plugin-videoscale.xml:
5378         * docs/plugins/inspect/plugin-videotestsrc.xml:
5379         * docs/plugins/inspect/plugin-volume.xml:
5380         * docs/plugins/inspect/plugin-vorbis.xml:
5381         * docs/plugins/inspect/plugin-ximagesink.xml:
5382         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
5383         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
5384
5385 2005-11-26  Edward Hervey  <edward@fluendo.com>
5386
5387         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
5388         Properly return GstFlowReturn from gst_pad_push in chain functions.
5389
5390 2005-11-25  Michael Smith  <msmith@fluendo.com>
5391
5392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5393         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5394         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5395         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5396           Handle various conditions better when we don't understand a stream.
5397           Removes a heap of CRITICALs on ogg streams containing unknown data.
5398
5399 2005-11-24  Andy Wingo  <wingo@pobox.com>
5400
5401         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
5402         Be threadsafe.
5403
5404 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5405
5406         * configure.ac: back to HEAD
5407
5408 === release 0.9.6 ===
5409
5410 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
5411
5412         * configure.ac:
5413           releasing 0.9.6, "White Eight"
5414
5415 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5416
5417         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5418         * docs/plugins/inspect/plugin-sine.xml:
5419           remove sinesrc some more
5420
5421 2005-11-23  Wim Taymans  <wim@fluendo.com>
5422
5423         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5424         If we are reading too slowly, jump forward in the ringbuffer
5425         instead of blocking.
5426
5427 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5428
5429         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5430         (gst_visual_chain):
5431         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
5432         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
5433         (gst_videorate_chain):
5434         * gst/videotestsrc/gstvideotestsrc.c:
5435         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
5436         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
5437         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
5438         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
5439         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5440         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5441           Updates for API changes
5442
5443 2005-11-23  Wim Taymans  <wim@fluendo.com>
5444
5445         * gst-libs/gst/audio/gstbaseaudiosink.c:
5446         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5447         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5448         Fix for calibration API change.
5449
5450 2005-11-23  Michael Smith <msmith@fluendo.com>
5451
5452         * gst-libs/gst/audio/multichannel.c:
5453         (gst_audio_get_channel_positions),
5454         (gst_audio_set_channel_positions),
5455         (gst_audio_set_structure_channel_positions_list),
5456         (gst_audio_fixate_channel_positions):
5457           Use gst_value_array_*() functions on value arrays, not
5458           gst_value_list_*().
5459
5460 2005-11-23  Edward Hervey  <edward@fluendo.com>
5461
5462         * autogen.sh:
5463         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
5464         Fixes autogen
5465
5466 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5467
5468         * check/Makefile.am:
5469         * check/elements/videotestsrc.c: (setup_videotestsrc),
5470         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
5471         (main):
5472           add a test for videotestsrc
5473
5474 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5475
5476         * gst/sine/.cvsignore:
5477         * gst/sine/Makefile.am:
5478         * gst/sine/gstsinesrc.c:
5479         * gst/sine/gstsinesrc.h:
5480         * gst/sine/sinesrc.vcproj:
5481           and remove sinesrc from the repository.  Closes #321446
5482
5483 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5484
5485         * configure.ac:
5486         * gst-plugins-base.spec.in:
5487           remove sinesrc from the build
5488
5489 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5490
5491         * check/Makefile.am:
5492         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5493         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
5494         (main):
5495           add a test for audiotestsrc, testing all waves.  Even seems
5496           leak-free at first glance, nice job Stefan
5497
5498 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5499
5500         * po/af.po:
5501         * po/az.po:
5502         * po/cs.po:
5503         * po/en_GB.po:
5504         * po/hu.po:
5505         * po/it.po:
5506         * po/nb.po:
5507         * po/nl.po:
5508         * po/or.po:
5509         * po/sq.po:
5510         * po/sr.po:
5511         * po/sv.po:
5512         * po/uk.po:
5513         * po/vi.po:
5514           Translation string updates
5515
5516         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5517         (gst_v4lsrc_set_caps):
5518         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5519         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5520         * sys/v4l/v4lsrc_calls.h:
5521           Improve v4lsrc, by making it work again.
5522
5523 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5524
5525         * ext/libvisual/visual.c: (gst_visual_chain):
5526           Fix the fps calculations.
5527
5528         * gst/ffmpegcolorspace/avcodec.h:
5529           Move structure element for clarity
5530
5531         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
5532         * gst-libs/gst/interfaces/tunernorm.h:
5533         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
5534         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5535         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5536         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
5537         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
5538         (gst_v4lmjpegsrc_getcaps):
5539         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5540         (gst_v4lsrc_set_caps):
5541         * sys/v4l/gstv4lsrc.h:
5542         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5543         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5544         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5545         * sys/v4l/v4lsrc_calls.h:
5546           Fractional framerates...
5547
5548 2005-11-22  Wim Taymans  <wim@fluendo.com>
5549
5550         * gst-libs/gst/audio/gstbaseaudiosink.c:
5551         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5552         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5553         And we provide a clock by default, of course...
5554
5555 2005-11-22  Wim Taymans  <wim@fluendo.com>
5556
5557         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
5558         This clock can be slaved to a master clock now.
5559
5560         * gst-libs/gst/audio/gstbaseaudiosink.c:
5561         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5562         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
5563         (gst_base_audio_sink_set_clock),
5564         (gst_base_audio_sink_set_property),
5565         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
5566         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5567         * gst-libs/gst/audio/gstbaseaudiosink.h:
5568         Handle slaving the internal clock to the clock selected in the
5569         pipeline.
5570         Add property to make the basesink not provide a clock.
5571
5572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5573         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5574         (gst_base_rtp_depayload_wait):
5575         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5576         We can use the clock in GstElement, no need to store it ourselves.
5577
5578 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5579
5580         * docs/libs/tmpl/gstaudio.sgml:
5581           update
5582         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
5583         (gst_paranoia_endian_get_type):
5584         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
5585         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5586         * gst/audiotestsrc/gstaudiotestsrc.c:
5587         (gst_audiostestsrc_wave_get_type):
5588         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5589         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5590         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5591         (gst_sync_method_get_type), (gst_unit_type_get_type),
5592         (gst_client_status_get_type), (gst_multifdsink_class_init),
5593         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
5594         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
5595         (gst_multifdsink_get_property):
5596         * gst/tcp/gstmultifdsink.h:
5597         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
5598         * gst/videotestsrc/gstvideotestsrc.c:
5599         (gst_videotestsrc_pattern_get_type):
5600           remove deprecated properties
5601           fix up enums to correctly have short lowercase dashed nicks
5602
5603 2005-11-22  Michael Smith <msmith@fluendo.com>
5604
5605         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5606         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5607           Add underscore.
5608
5609 2005-11-22  Michael Smith <msmith@fluendo.com>
5610
5611         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5612         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5613           Use utility method for scaling clocktime for fractional framerates.
5614
5615 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
5616
5617         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5618         (gst_visual_chain):
5619         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5620         * ext/theora/theoradec.c: (theora_handle_type_packet):
5621         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5622         (theora_enc_chain):
5623         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5624         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
5625         * gst-libs/gst/video/video.h:
5626         * gst/ffmpegcolorspace/avcodec.h:
5627         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5628         (gst_ffmpeg_caps_to_pixfmt):
5629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5630         (gst_ffmpegcsp_set_caps):
5631         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5632         (gst_videorate_setcaps), (gst_videorate_blank_data),
5633         (gst_videorate_chain):
5634         * gst/videotestsrc/gstvideotestsrc.c:
5635         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
5636         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
5637         (gst_videotestsrc_event), (gst_videotestsrc_create):
5638         * gst/videotestsrc/gstvideotestsrc.h:
5639         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5640         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5641         (gst_ximagesink_get_times), (gst_ximagesink_init):
5642         * sys/ximage/ximagesink.h:
5643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5644         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5645         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
5646         * sys/xvimage/xvimagesink.h:
5647           Convert elements to use fractions for their framerate.
5648           V4L elements to come later tonight.
5649
5650 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5651
5652         * gst-libs/gst/audio/audio.c:
5653         * gst-libs/gst/audio/audio.h:
5654           remove some deprecated functions
5655
5656 2005-11-22  Andy Wingo  <wingo@pobox.com>
5657
5658         * Update for gst_tag_setter API changes.
5659
5660 2005-11-22  Andy Wingo  <wingo@pobox.com>
5661
5662         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
5663         (gst_ogg_demux_perform_seek):
5664         * ext/theora/theoradec.c (theora_dec_sink_event):
5665         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
5666         update-funcnames.
5667
5668 2005-11-22  Wim Taymans  <wim@fluendo.com>
5669
5670         * examples/seeking/seek.c: (main):
5671         Give higher priority to bus signals than the gtk events
5672         to fix a race condition in the segment looping.
5673
5674 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5675
5676         * ext/theora/Makefile.am:
5677         * ext/vorbis/Makefile.am:
5678         * gst-libs/gst/tag/Makefile.am:
5679         * gst-plugins-base.spec.in:
5680           Rename libgsttagedit to libgsttag (#322117).
5681
5682 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5686           Call gst_x_overlay_prepare_xwindow_id() to give applications
5687           a final chance to set their own xwindow id before the video
5688           sink creates its own window.
5689
5690 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5691
5692         * sys/xvimage/xvimagesink.c:
5693         (gst_xvimagesink_navigation_send_event): Handle navigation
5694         events correcly with borders if applicable.
5695
5696 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5697
5698         Patch by: Luca Ognibene
5699
5700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5701         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5703         (gst_ffmpegcsp_caps_remove_format_info):
5704         * gst/ffmpegcolorspace/imgconvert.c:
5705         * gst/ffmpegcolorspace/imgconvert_template.h:
5706           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5707           #318353); use gst_structure_has_name().
5708
5709 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5710
5711         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5712         (gst_ximagesink_class_init): Add debug macros on functions.
5713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5714         (gst_xvimagesink_xwindow_draw_borders),
5715         (gst_xvimagesink_xvimage_put),
5716         (gst_xvimagesink_xwindow_update_geometry),
5717         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5718         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5719         (gst_xvimagesink_xcontext_clear),
5720         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5721         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5722         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5723         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5724         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5725         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5726         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5727         expose while being PAUSED, out of data flow navigation events, etc..
5728
5729 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5730
5731         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5732         * gst-libs/gst/audio/audio.h:
5733           fix prototype - wondering why the test worked regardless
5734
5735 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5736
5737         * check/Makefile.am:
5738         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5739         * gst-libs/gst/audio/audio.h:
5740           add a method that returns a proper GstClockTime
5741
5742 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5745         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5746         * gst-libs/gst/interfaces/xoverlay.h:
5747           Remove everything having to do with the desired size; add 
5748           gst_x_overlay_prepare_xwindow_id() function; remove the
5749           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5750           post a message on the bus instead (#321816).
5751
5752         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5754         (gst_xvimagesink_xoverlay_init):
5755           Remove desired size stuff (#321816).
5756
5757 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5758
5759         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5760         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5761         (mpeg_video_type_find), (mpeg_video_stream_type_find):
5762           Terminate vararg functions with NULL instead of 0 to 
5763           make gcc4 happy.
5764
5765 2005-11-21  Andy Wingo  <wingo@pobox.com>
5766
5767         patch by: Sebastien Cote <sebas642@yahoo.ca>
5768         
5769         * gst-libs/gst/rtp/gstrtpbuffer.h: 
5770         * gst-libs/gst/rtp/gstrtpbuffer.c
5771         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5772
5773 2005-11-21  Andy Wingo  <wingo@pobox.com>
5774
5775         * gst/playback/gstplaybin.c (gen_audio_element) 
5776         (gen_video_element): Use the new MISSING_PLUGIN core error
5777         category. Closes #320060.
5778
5779         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
5780         * gst/videorate/gstvideorate.c (gst_videorate_event):
5781         * ext/theora/theoradec.c (theora_dec_sink_event): 
5782         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5783         stream lock.
5784
5785         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5786         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5787         stream lock changes.
5788
5789 2005-11-21  Wim Taymans  <wim@fluendo.com>
5790
5791         * gst-libs/gst/audio/gstbaseaudiosink.c:
5792         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5793         (gst_base_audio_sink_provide_clock),
5794         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5795         (gst_base_audio_sink_change_state):
5796         * gst/audioresample/gstaudioresample.c:
5797         Segment update fix.
5798
5799 2005-11-21  Andy Wingo  <wingo@pobox.com>
5800
5801         * *.h:
5802         * *.c: Ran scripts/update-macros. Oh yes.
5803
5804 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5805
5806         * sys/ximage/Makefile.am:
5807         * sys/ximage/ximage.c:
5808           Rename ximage plugin to ximagesink (#321426) (Don't forget to
5809           remove your old libgstximage.* manually if necessary).
5810
5811 2005-11-21  Michael Smith <msmith@fluendo.com>
5812
5813         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5814           Minimal fix for bug #320200: set the min/max bitrate in the correct
5815           units. A better fix would be to upgrade to the RATEMANAGE2
5816           interface, rather than using the deprecated interface used here, but
5817           that would require an update in our libvorbis dependency (to 1.1),
5818           which is probably undesirable.
5819
5820 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
5821
5822         * ext/libvisual/visual.c: (get_buffer):
5823         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5824         (gst_base_audio_src_fixate):
5825         * gst/audioconvert/gstaudioconvert.c:
5826         (gst_audio_convert_fixate_caps):
5827         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5828         * gst/audiotestsrc/gstaudiotestsrc.c:
5829         (gst_audiotestsrc_src_fixate):
5830         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5831         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5832         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5833         * gst/videotestsrc/gstvideotestsrc.c:
5834         (gst_videotestsrc_src_fixate):
5835         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5837           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5838           (#322027)
5839
5840
5841 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5842
5843         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5844         (gst_riff_create_iavs_caps):
5845         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5846         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5847         (gst_riff_parse_info):
5848         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5851           Fixes for GST_FOURCC_FORMAT API change.
5852
5853 2005-11-21  Andy Wingo  <wingo@pobox.com>
5854
5855         patch by: Alessandro Dessina <alessandro nnva org>
5856
5857         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5858         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5859         (gst_ogg_parse_chain):
5860         * ext/theora/theoraenc.c (theora_set_header_on_caps):
5861         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5862         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5863         gst_value_list calls on arrays. Fixes #321962.
5864
5865 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5866
5867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5868         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5869         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5870         * gst/adder/gstadder.c: (gst_adder_init),
5871         (gst_adder_request_new_pad), (gst_adder_collected),
5872         (gst_adder_change_state):
5873           Update for gst_collectpads_foo() to gst_collect_pads_foo()
5874           API change.
5875
5876 2005-11-21  Michael Smith <msmith@fluendo.com>
5877
5878         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5879         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5880           Properly handle pad_push return values.
5881
5882 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
5883
5884         * gst-libs/gst/tag/Makefile.am:
5885         * gst-libs/gst/tag/gstvorbistag.c:
5886         (gst_tag_list_to_vorbiscomment_buffer):
5887           Remove obsolete vorbistag element and debug category.
5888
5889         * gst/playback/gstplaybasebin.c: (check_queue):
5890           Don't divide by 0 when queue-threshold is 0.
5891
5892         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5893           Don't modify an existing pixel-aspect-ratio if we fail to read
5894           a new one.
5895
5896 2005-11-20  Wim Taymans  <wim@fluendo.com>
5897
5898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5899         (gst_vorbisenc_push_packet):
5900         GST_PAD_IS_USABLE is gone, use the return value of
5901         the push or pad_alloc_buffer instead.
5902
5903 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5904
5905         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5906         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5907         (gst_ximagesink_ximage_destroy),
5908         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5909         (gst_ximagesink_xwindow_new),
5910         (gst_ximagesink_xwindow_update_geometry),
5911         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5912         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5913         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5914         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5915         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5916         (gst_ximagesink_navigation_send_event),
5917         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5918         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5919         (gst_ximagesink_finalize), (gst_ximagesink_init),
5920         (gst_ximagesink_class_init):
5921         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5922         This new version brings correct software scaling, non flickering
5923         window while resizing, pixel aspect ratio handling, usage of
5924         hardware buffer pools, out of data flow event thread for 
5925         navigation and handling of expose events even when being PAUSED,
5926         a new property to keep video aspect ratio when resizing, etc...
5927
5928 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5929
5930         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5931         (gst_videoscale_fixate_caps): Introduce back caps fixate with
5932         handling of PAR.
5933
5934 2005-11-18    <bilboed@dvdsrc.fluendo.com>
5935
5936         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
5937         Unsetting IS_SINK flag from the fakesink, so decodebin
5938         never behaves as a sink.
5939
5940 2005-11-17  Wim Taymans  <wim@fluendo.com>
5941
5942         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5943         (gst_base_audio_src_change_state):
5944         Fix the audiosrc base class again, we did not unflush.
5945
5946 2005-11-17  Julien MOUTTE  <julien@moutte.net>
5947
5948         * examples/seeking/seek.c: (make_dv_pipeline),
5949         (make_vorbis_theora_pipeline), (make_avi_pipeline),
5950         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5951         to ogg/vorbis/theora pipeline.
5952
5953 2005-11-17  Wim Taymans  <wim@fluendo.com>
5954
5955         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5956         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5957         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5958         Fix EOS on multiple streams.
5959         More debugging.
5960
5961 2005-11-16  Wim Taymans  <wim@fluendo.com>
5962
5963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5964         (gst_ogg_demux_perform_seek):
5965         Segment done must include stream time.
5966
5967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5968         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5969         (gst_ogg_mux_change_state):
5970         Fix ogg muxer again.
5971
5972 2005-11-16  Wim Taymans  <wim@fluendo.com>
5973
5974         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
5975         Fix compile again.
5976
5977 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5978
5979         * ext/libvisual/visual.c: (gst_visual_init):
5980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
5981         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
5982         (gst_ogg_parse_chain):
5983         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5984         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
5985         * ext/theora/theoradec.c: (gst_theora_dec_init):
5986         * ext/theora/theoraenc.c: (gst_theora_enc_init):
5987         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5988         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
5989         * gst/adder/gstadder.c: (gst_adder_class_init),
5990         (gst_adder_dispose):
5991         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5992         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5993         * gst/videorate/gstvideorate.c: (gst_videorate_init):
5994           Fix a whole set of pad template leaks
5995
5996 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5997
5998         * check/generic/states.c: (GST_START_TEST):
5999           fix the test so that it only checks for elements that are part of
6000           this source module
6001
6002 2005-11-16  Michael Smith <msmith@fluendo.com>
6003
6004         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
6005         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
6006         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6007         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6008         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
6009         (gst_ogg_mux_change_state):
6010           Fix leaking collectpads.
6011
6012 2005-11-16  Edward Hervey  <edward@fluendo.com>
6013
6014         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
6015         (gst_videorate_event), (gst_videorate_chain):
6016         Handle segment seeks
6017
6018 2005-11-16  Wim Taymans  <wim@fluendo.com>
6019
6020         * gst-libs/gst/audio/gstbaseaudiosink.c:
6021         (gst_base_audio_sink_provide_clock),
6022         (gst_base_audio_sink_change_state):
6023         Set ringbuffer to non-flushing when going to PAUSED, set to
6024         flushing again when going to READY.
6025
6026         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
6027         (gst_ring_buffer_stop):
6028         Start in flushing mode by default.
6029         Don't set flushing in the _stop method, let the app call
6030         this explicitly.
6031
6032 2005-11-16  Julien MOUTTE  <julien@moutte.net>
6033
6034         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
6035         * gst-libs/gst/video/videosink.h: Add helper function needed
6036         for video sinks.
6037
6038 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6039
6040         * gst/videoscale/gstvideoscale.c:
6041         (gst_videoscale_handle_src_event):
6042           Don't leak reference to pad parent.
6043
6044 2005-11-16  Wim Taymans  <wim@fluendo.com>
6045
6046         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
6047         Set ringbuffer to flushing when stopping so that we don't
6048         block on wait_segment anymore and livelock.
6049
6050 2005-11-16  Wim Taymans  <wim@fluendo.com>
6051
6052         * examples/seeking/seek.c: (send_event), (do_seek),
6053         (loop_toggle_cb), (segment_done), (main):
6054         Added looping checkbox.
6055
6056 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6057
6058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6059         (gst_ogg_demux_init):
6060         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6061         (gst_vorbis_dec_init):
6062           revert unrefs, they don't pass make check
6063
6064 2005-11-15  Johan Dahlin  <johan@gnome.org>
6065
6066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6067         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
6068         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6069         (gst_vorbis_dec_init):
6070         Fix pad template leaks. 
6071
6072 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6073
6074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6075           Make state change function thread safe.
6076
6077 2005-11-15  Edward Hervey  <edward@fluendo.com>
6078
6079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
6080         (gst_ogg_demux_class_init):
6081         Implement GstElement::send_event, so we can send seek events
6082         in GST_STATE_READY
6083
6084 2005-11-14  Julien MOUTTE  <julien@moutte.net>
6085
6086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
6087         Discovered how to take away flickering while resizing the
6088         window. Please don't put that in ximagesink, refactoring in
6089         progress.
6090
6091 2005-11-14  Michael Smith <msmith@fluendo.com>
6092
6093         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
6094         (gst_multifdsink_render):
6095           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
6096
6097 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6098
6099         * gst/playback/gstplaybin.c: (gen_audio_element):
6100           Use autoaudiosink, it tends to be more widely available than
6101           autoaudiiosink.
6102           
6103 2005-11-14  Andy Wingo  <wingo@pobox.com>
6104
6105         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
6106         as well if it is available. Fixes #316442.
6107
6108 2005-11-14  Michael Smith <msmith@fluendo.com>
6109
6110         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
6111         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
6112         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6113         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6114         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
6115         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
6116         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
6117         (gst_vorbisenc_change_state):
6118           Fix a small memory leak in vorbisenc.
6119           Fix large memory leaks in oggmux, also fix lots of state change
6120           bugs in oggmux.
6121
6122 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6123
6124         * gst/videotestsrc/gstvideotestsrc.c:
6125         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
6126         (gst_videotestsrc_src_fixate):
6127           move fixation to a fixate function
6128           remove negotiate function, basesrc's is good enough
6129           fixes a bug for check when using the element alone
6130
6131 2005-11-13  Edward Hervey  <edward@fluendo.com>
6132
6133         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
6134         (key_toggle_cb), (main):
6135         Added checkboxes for adding/removing the accurate and key_unit seek
6136         flags.
6137
6138 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6139
6140         * configure.ac: back to HEAD
6141
6142 === release 0.9.5 ===
6143
6144 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
6145
6146         * configure.ac:
6147           releasing 0.9.5, "No No Kia"
6148
6149 2005-11-11  Edward Hervey  <edward@fluendo.com>
6150
6151         * examples/seeking/seek.c: (make_parselaunch_pipeline):
6152         Added parse-launch syntax seeking mode for the seeking example.
6153         This should help stress-test even more cases.
6154         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
6155
6156 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * sys/xvimage/xvimagesink.c:
6159         (gst_xvimagesink_navigation_send_event):
6160           Check whether peer pad exists before sending navigation events
6161           to it.
6162
6163 2005-11-11  Michael Smith <msmith@fluendo.com>
6164
6165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
6166         (gst_vorbisenc_buffer_from_packet):
6167         * ext/vorbis/vorbisenc.h:
6168           Set duration on encoded buffers. This allows oggmux's
6169           max_page_delay parameter to actually work.
6170
6171 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
6172
6173         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6174         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
6175         (gst_ffmpegcsp_avpicture_fill):
6176         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6177         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
6178           Make palettes work again (see #132341). Use our own macros
6179           for rounding up.
6180
6181 2005-11-10  Andy Wingo  <wingo@pobox.com>
6182
6183         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
6184         string doober.
6185
6186 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6187
6188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6189         (gst_ffmpegcsp_transform_caps):
6190           Prefer passthrough in transform_caps
6191
6192 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6193
6194         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6195           check for ALSA errors properly, instead of relying on ALSA's
6196           error strings to serve to the user.
6197
6198 2005-11-10  Wim Taymans  <wim@fluendo.com>
6199
6200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
6201         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
6202         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
6203         Modernise the seek code.
6204
6205 2005-11-10  Michael Smith <msmith@fluendo.com>
6206         
6207         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
6208         (setup_substreams), (set_active_source):
6209           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
6210           trying to go to NULL if we failed to read a file.
6211
6212 2005-11-10  Wim Taymans  <wim@fluendo.com>
6213
6214         * gst/audiotestsrc/gstaudiotestsrc.c:
6215         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
6216         (gst_audiotestsrc_create):
6217         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6218         (gst_sinesrc_get_times), (gst_sinesrc_create):
6219         * gst/videotestsrc/gstvideotestsrc.c:
6220         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
6221         (gst_videotestsrc_create):
6222         The base class can now sync for us.
6223
6224 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6225
6226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
6227           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
6228           name=source autoprobe=false autoprobe-fps=false copy-mode=1
6229           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
6230           format=(fourcc)I420" ! xvimagesink
6231
6232 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6233
6234         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6235         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
6236         (gst_sinesrc_newsegment):
6237           Send newsegment event in TIME format, set duration if
6238           num-buffers is set, fix duration querying.
6239
6240 2005-11-10  Michael Smith <msmith@fluendo.com>
6241
6242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6243         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6244         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6245         (gst_ogg_mux_collected):
6246          Fix EOS handling, partially. Now forwarding an EOS event once we have
6247          EOS on all pads works correctly. However, we still don't properly set
6248          EOS on the actual ogg stream pages.
6249
6250 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6251
6252         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
6253           Set elements to NULL state before disposing of them.
6254
6255 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
6256
6257         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6260         (gst_base_rtp_depayload_init),
6261         (gst_base_rtp_depayload_set_gst_timestamp):
6262         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6263           We need to send a newsegment event for each instance, not
6264           just for the first instance of this class (get rid of
6265           static variable in function). (#321011).
6266           
6267 2005-11-08  Michael Smith <msmith@fluendo.com>
6268
6269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6270         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
6271         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
6272         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6273           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
6274           This makes us mux things correctly according to the ogg muxing
6275           rules. Still not handling EOS correctly right now, though.
6276
6277 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6278
6279         * gst/audioconvert/gstaudioconvert.c:
6280           Fix typo in docs. 
6281
6282 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6283
6284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6285         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
6286           Initialise segment_stop to GST_CLOCK_TIME_NONE when
6287           creating a new chain; should fix live streaming. Also
6288           add more debug output and fix a typo.
6289
6290 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
6291
6292         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6293
6294         * gst/volume/gstvolume.c: (volume_set_caps):
6295           Fix compilation on Solaris with Forte. (#320923)
6296
6297 2005-11-08  Wim Taymans  <wim@fluendo.com>
6298
6299         * gst-libs/gst/audio/gstbaseaudiosink.c:
6300         (gst_base_audio_sink_render):
6301         No need to do a typecheck.
6302
6303 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
6304
6305         * ext/alsa/gstalsa.h:
6306           We register a debug category, so let's use it.
6307
6308 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6309
6310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6311         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
6312         Fixed a small problem.
6313
6314 2005-11-04  Wim Taymans  <wim@fluendo.com>
6315
6316         * examples/seeking/Makefile.am:
6317         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
6318         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
6319         (make_playerbin_pipeline), (format_value), (update_scale),
6320         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
6321         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
6322         (print_usage), (main):
6323         Added app for playback speed testing.
6324
6325         * examples/seeking/seek.c: (dynamic_link),
6326         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
6327         (make_mpeg_pipeline), (do_seek), (set_update_scale),
6328         (message_received), (main):
6329         Updated seek example.
6330
6331 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6332
6333         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6334         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6335         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
6336         (gst_base_rtp_depayload_set_clock):
6337         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6338         Don't sleep on the bench (system clock) when you have a nice 
6339         comfortable bed (Gstreamer clock) to sleep on.
6340
6341 2005-11-03  Wim Taymans  <wim@fluendo.com>
6342
6343         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6344         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
6345         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
6346         Handle the case where a pad_block failed.
6347
6348 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
6349
6350         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
6351
6352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6353         (gst_base_rtp_depayload_add_to_queue),
6354         (gst_base_rtp_depayload_push),
6355         (gst_base_rtp_depayload_set_gst_timestamp),
6356         (gst_base_rtp_depayload_queue_release):
6357           Fixes some bugs in the depayloader's queuing/de-queueing code.
6358
6359 2005-10-31  Michael Smith <msmith@fluendo.com>
6360
6361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6362         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6363         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
6364           Patch from Alessandro Decina <alessandro@nnva.org>.
6365           Make oggdemux only find the final time in a chain, not per-pad,
6366           since the per-pad information can be very expensive to locate, and
6367           it isn't used anywhere. This makes reading a file containing
6368           OggSkeleton reasonably fast.
6369           Also, make chain finding work when there are logical bitstreams that
6370           can't be decoded. Fixes #319110.
6371
6372 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6373
6374         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6375         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6376         (gst_base_rtp_depayload_chain),
6377         (gst_base_rtp_depayload_add_to_queue),
6378         (gst_base_rtp_depayload_push),
6379         (gst_base_rtp_depayload_set_gst_timestamp),
6380         (gst_base_rtp_depayload_queue_release),
6381         (gst_base_rtp_depayload_start_thread),
6382         (gst_base_rtp_depayload_set_property),
6383         (gst_base_rtp_depayload_get_property):
6384         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6385         Some random fixes, to fullfill the desires of thomas.
6386
6387 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6388
6389         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6390         (gst_base_rtp_depayload_add_to_queue),
6391         (gst_base_rtp_depayload_push):
6392         Fixed the queueing algorithm.
6393
6394 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6395
6396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6397         (gst_base_rtp_depayload_push):
6398         A small fix
6399
6400 2005-10-31  Wim Taymans  <wim@fluendo.com>
6401
6402         * gst-libs/gst/audio/gstringbuffer.h:
6403         Don't break ABI.
6404
6405         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6406         (gst_ffmpeg_caps_to_pixfmt):
6407         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6408         (gst_ffmpegcsp_set_caps):
6409         Some more comments.
6410         Handle missing required caps fields better.
6411
6412 2005-10-31  Wim Taymans  <wim@fluendo.com>
6413
6414         * gst-libs/gst/audio/gstbaseaudiosink.c:
6415         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
6416         (gst_base_audio_sink_render):
6417         * gst-libs/gst/audio/gstringbuffer.c:
6418         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6419         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6420         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
6421         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
6422         (gst_ring_buffer_read):
6423         * gst-libs/gst/audio/gstringbuffer.h:
6424         Add flushing mode to the ringbuffer so that it in all cases does
6425         not try to handle more audio. This makes sure it does not try to
6426         block anymore when flushing and fixes a livelock.
6427
6428 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
6429
6430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
6431         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
6432         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
6433           Explicitly check for -1 values before doing a conversion
6434           and always map them to -1. (#315545)
6435
6436 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6437
6438         * gst/playback/gstplaybin.c: (gen_video_element):
6439           first try autovideosink, then xvimagesink, then error out
6440         * po/POTFILES.in:
6441           add translatable file
6442         * po/af.po:
6443         * po/az.po:
6444         * po/cs.po:
6445         * po/en_GB.po:
6446         * po/hu.po:
6447         * po/it.po:
6448         * po/nb.po:
6449         * po/nl.po:
6450         * po/or.po:
6451         * po/sq.po:
6452         * po/sr.po:
6453         * po/sv.po:
6454         * po/uk.po:
6455         * po/vi.po:
6456           update translations
6457
6458 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
6459
6460         * gst-libs/gst/rtp/gstbasedepayload.c:
6461         * gst-libs/gst/rtp/gstbasedepayload.h:
6462           Minor cleanups
6463
6464 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6465
6466         * gst/playback/.cvsignore:
6467         * gst/playback/decodetest.c:
6468         * gst/playback/test3.c:
6469           Port these two tests as well.
6470
6471 2005-10-27  Wim Taymans  <wim@fluendo.com>
6472
6473         * ext/theora/theoradec.c: (theora_dec_src_query),
6474         (theora_dec_sink_event):
6475         * ext/theora/theoraenc.c: (theora_enc_sink_event),
6476         (theora_enc_change_state):
6477         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6478         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6479         Take proper locks when handling events.
6480
6481 2005-10-27  Wim Taymans  <wim@fluendo.com>
6482
6483         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
6484         (gst_adder_change_state):
6485         Fix timestamps and fix deadlock when stopping the collectpads.
6486
6487 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
6488
6489         * gst-libs/gst/rtp/gstrtpbuffer.h:
6490         Declaring the payload types as strings too so that they can be used
6491         in the padtemplate inialization.
6492
6493 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
6494
6495         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
6496
6497         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6498         (gst_base_rtp_depayload_class_init):
6499         Fixes a small but nasty bug. The derived elements no longer segfaults
6500         on finalization.
6501
6502 2005-10-26  Michael Smith <msmith@fluendo.com>
6503
6504         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
6505           When clearing an audioconvert context, set tmpbufsize to zero, so
6506           we'll allocate it again later if required.
6507           This fixes audioconvert re-negotiating formats, which previously
6508           segfaulted with a NULL destination buffer.
6509
6510 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
6511
6512         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6513         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
6514         (gst_base_rtp_depayload_set_gst_timestamp),
6515         (gst_base_rtp_depayload_queue_release):
6516         Fixed a smalll memleak.
6517
6518 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
6519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6520         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
6521         (gst_base_rtp_depayload_finalize),
6522         (gst_base_rtp_depayload_setcaps),
6523         (gst_base_rtp_depayload_add_to_queue),
6524         (gst_base_rtp_depayload_push),
6525         (gst_base_rtp_depayload_set_gst_timestamp),
6526         (gst_base_rtp_depayload_queue_release),
6527         (gst_base_rtp_depayload_thread),
6528         (gst_base_rtp_depayload_change_state):
6529         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6530         Changed the C++ comments to C comments
6531
6532 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
6535         * gst/tcp/gsttcpclientsrc.h:
6536         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
6537         * gst/tcp/gsttcpserversrc.h:
6538           Remove unused 'curoffset' structure member.
6539
6540 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
6541
6542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6543         (gst_base_rtp_depayload_base_init),
6544         (gst_base_rtp_depayload_finalize):
6545         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6546         * gst-libs/gst/rtp/gstbasertppayload.h:
6547           The pad-template on the sinkpad should be set by the derived classes.
6548           Also added some useful macros.
6549
6550 2005-10-24  Wim Taymans  <wim@fluendo.com>
6551
6552         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6553         Correctly flush decoder samples even if we could not
6554         copy them to an output buffer. Fixes #319618.
6555
6556 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6557
6558         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
6560         the caps against our xcontext caps.
6561
6562 2005-10-24  Wim Taymans  <wim@fluendo.com>
6563
6564         * gst-libs/gst/audio/gstbaseaudiosink.c:
6565         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6566         Remove g_print
6567         Use sync property from baseclass to disable sync.
6568
6569 2005-10-24  Wim Taymans  <wim@fluendo.com>
6570
6571         * gst-libs/gst/audio/gstbaseaudiosink.c:
6572         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6573         Buffers with no timestamps get aligned with previous buffers or
6574         on underrun, played ASAP.
6575
6576 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6577
6578         * gst-libs/gst/video/video.h:
6579         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6580         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
6582         here comes my change on caps for framerate and geometry range.
6583         We are now accepting 1 to MAXINT for width and height, and from
6584         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
6585         to be blended correctly in videomixer.
6586
6587 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6588
6589         * configure.ac:
6590           back to HEAD
6591
6592 === release 0.9.4 ===
6593
6594 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6595
6596         * NEWS:
6597         * RELEASE:
6598         * configure.ac:
6599           releasing 0.9.4, "Velociraptor"
6600
6601 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6602
6603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6604         * po/POTFILES.in:
6605           STOPPED -> FAILED
6606
6607 2005-10-21  Wim Taymans  <wim@fluendo.com>
6608
6609         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6610         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
6611         (pad_blocked), (close_pad_link), (new_pad):
6612         Don't try to remove elements twice.
6613
6614 2005-10-21  Wim Taymans  <wim@fluendo.com>
6615
6616         * ext/theora/theoradec.c: (theora_dec_src_query),
6617         (theora_dec_sink_event):
6618         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6619         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6620         (vorbis_handle_data_packet):
6621         * ext/vorbis/vorbisdec.h:
6622         Fix old naming.
6623
6624         * gst-libs/gst/audio/gstbaseaudiosink.c:
6625         (gst_base_audio_sink_render):
6626         Don't try to sync on buffers without a timestamp.
6627
6628 2005-10-21  Wim Taymans  <wim@fluendo.com>
6629
6630         * ext/theora/theoradec.c: (theora_dec_src_query),
6631         (theora_dec_sink_event):
6632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6633         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6634         (vorbis_handle_data_packet):
6635         * ext/vorbis/vorbisdec.h:
6636         Fix old naming.
6637
6638 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6639
6640         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
6641         (gst_vorbisenc_src_query):
6642           Implement position and duration queries.
6643
6644         * gst/playback/test3.c: (update_scale), (main):
6645           Fix for async state changes and print nicer output.
6646
6647 2005-10-20  Wim Taymans  <wim@fluendo.com>
6648
6649         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6650         (dump_element_stats), (main):
6651         * gst/playback/test6.c: (main):
6652         Fix tests again
6653
6654 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6655
6656         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6657         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6658           Don't use functions for position queries when handling
6659           duration queries.
6660
6661 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6662
6663         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6664         (vorbis_handle_data_packet), (vorbis_dec_chain),
6665         (vorbis_dec_change_state):
6666         * ext/vorbis/vorbisdec.h:
6667           Vorbis streams can be embedded in other container formats
6668           than ogg, container formats where the demuxer might set 
6669           timestamps on encoded vorbis buffers instead of those silly 
6670           granulepos thingies. In short: make vorbisdec handle 
6671           timestamps on incoming buffers as well.
6672
6673 2005-10-20  Wim Taymans  <wim@fluendo.com>
6674
6675         * gst/playback/gstplaybasebin.c: (group_destroy),
6676         (gst_play_base_bin_change_state):
6677         Fix leak.
6678         Handle case where playbasebin is now ASYNC because
6679         decodebin is.
6680
6681 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6682
6683         * gst/audioconvert/Makefile.am:
6684         * gst/audioconvert/bufferframesconvert.c:
6685         * gst/audioconvert/plugin.c: (plugin_init):
6686         * gst/audioconvert/plugin.h:
6687           And bye bye buffer-frames-convert
6688
6689 2005-10-19  Wim Taymans  <wim@fluendo.com>
6690
6691         * check/elements/audioconvert.c:
6692         * docs/libs/tmpl/gstaudio.sgml:
6693         * docs/libs/tmpl/gstcolorbalance.sgml:
6694         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6695         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6696         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6697         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6698         * gst-libs/gst/audio/audio.h:
6699         * gst/audioconvert/audioconvert.h:
6700         * gst/audioconvert/gstaudioconvert.c:
6701         (gst_audio_convert_parse_caps):
6702         * gst/volume/gstvolume.c:
6703         Bye bye buffer-frames.
6704
6705 2005-10-19  Wim Taymans  <wim@fluendo.com>
6706
6707         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6708         (query_positions_elems), (query_positions_pads), (update_scale),
6709         (do_seek), (set_update_scale), (message_received), (main):
6710         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6711         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6712         (gst_ogg_demux_loop):
6713         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6714         * ext/theora/theoradec.c: (theora_dec_src_query),
6715         (theora_dec_sink_event):
6716         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6717         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6718         * gst/adder/gstadder.c: (gst_adder_query):
6719         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6720         * gst/playback/test3.c: (update_scale):
6721         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6722         (dump_element_stats), (main):
6723         * gst/playback/test6.c: (main):
6724         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6725         Query API update.
6726
6727 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6728
6729         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6730         (xml_check_first_element), (xml_type_find), (smil_type_find),
6731         (plugin_init):
6732           Add typefinding for SMIL and for generic XML. Based on patch by
6733           Akos Maroy (#308663).
6734
6735 2005-10-18  Wim Taymans  <wim@fluendo.com>
6736
6737         * gst/playback/Makefile.am:
6738         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6739         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6740         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6741         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6742         (gst_decode_bin_change_state):
6743         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6744         (gst_play_bin_send_event_to_sink):
6745         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6746         (dump_element_stats), (main):
6747         * gst/playback/test6.c: (main):
6748         Make playbin async, it'll commit state to paused when all streams
6749         are detected.
6750         Remove ugly hack.
6751         Added test6.c to show async behaviour.
6752
6753 2005-10-18  Wim Taymans  <wim@fluendo.com>
6754
6755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6756         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6757         Fix for segment-start/stop API change.
6758
6759 2005-10-18  Wim Taymans  <wim@fluendo.com>
6760
6761         * check/Makefile.am:
6762         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6763         (main):
6764         Add future test for clock selection.
6765
6766 2005-10-18  Wim Taymans  <wim@fluendo.com>
6767
6768         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6769         (gst_alsasink_close):
6770         Set handle to NULL.
6771
6772         * gst-libs/gst/audio/gstringbuffer.c:
6773         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6774         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6775         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6776         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6777         (gst_ring_buffer_read):
6778         More debug info.
6779
6780 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
6781
6782         * gst/audiotestsrc/Makefile.am:
6783         * gst/sine/Makefile.am:
6784         * gst/volume/Makefile.am:
6785           fix broken build of controllerized plugins
6786
6787 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6788
6789         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6792         (gst_riff_create_video_template_caps):
6793           Add support for Indeo-3 (IV32).
6794
6795 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6796
6797         * configure.ac:
6798           rewrite
6799
6800 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6801
6802         * gst-libs/gst/video/video.c: (gst_video_get_size):
6803         * gst/audiotestsrc/gstaudiotestsrc.c:
6804           doc updates
6805
6806 2005-10-17  Andy Wingo  <wingo@pobox.com>
6807
6808         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6809         with the collectpads change.
6810         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6811
6812         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6813
6814         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6815
6816         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6817         alloc_buffer flow return to callers.
6818         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6819         change. Fix some memleaks in theoraenc.
6820
6821         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6822         in strange circumstance.
6823
6824 2005-10-17  Julien MOUTTE  <julien@moutte.net>
6825
6826         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6827         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6828         from caps, let's use the caps...
6829
6830 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6831
6832         * configure.ac:
6833           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6834
6835 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6836
6837         * gst-libs/gst/interfaces/Makefile.am:
6838           fix silly typo
6839
6840 2005-10-16  Andy Wingo  <wingo@pobox.com>
6841
6842         * gst/playback/gstdecodebin.c
6843         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6844         function!
6845         (try_to_link_1): Increase kraziness level.
6846
6847 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6848
6849         * configure.ac:
6850           restructure like the core one
6851         * gst-libs/gst/audio/Makefile.am:
6852         * gst-libs/gst/interfaces/Makefile.am:
6853         * gst-libs/gst/net/Makefile.am:
6854         * gst-libs/gst/riff/Makefile.am:
6855         * gst-libs/gst/rtp/Makefile.am:
6856         * gst-libs/gst/tag/Makefile.am:
6857         * gst-libs/gst/video/Makefile.am:
6858           use correct linker flags, now the libs are properly versioned
6859         * check/elements/audioconvert.c: (verify_convert):
6860         * ext/alsa/gstalsaplugin.c:
6861         * ext/cdparanoia/gstcdparanoia.c:
6862         * ext/gnomevfs/gstgnomevfs.c:
6863         * ext/libvisual/visual.c:
6864         * ext/ogg/gstogg.c:
6865         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6866         * ext/theora/theora.c:
6867         * ext/vorbis/vorbis.c:
6868         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6869         * gst-libs/gst/tag/gsttagediting.c:
6870         * gst-libs/gst/video/video.c:
6871         * gst/adder/gstadder.c:
6872         * gst/audioconvert/plugin.c:
6873         * gst/audiorate/gstaudiorate.c:
6874         * gst/audioresample/gstaudioresample.c:
6875         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6876         * gst/audioscale/gstaudioscale.c:
6877         * gst/audioscale/resample.c:
6878         * gst/audiotestsrc/gstaudiotestsrc.c:
6879         * gst/ffmpegcolorspace/gstffmpeg.c:
6880         * gst/playback/gstdecodebin.c: (close_pad_link):
6881         * gst/playback/gstplaybin.c: (gen_video_element),
6882         (gen_audio_element):
6883         * gst/sine/gstsinesrc.c:
6884         * gst/subparse/gstsubparse.c:
6885         * gst/tags/gsttagediting.c:
6886         * gst/tcp/gsttcpplugin.c:
6887         * gst/typefind/gsttypefindfunctions.c:
6888         * gst/videorate/gstvideorate.c:
6889         * gst/videoscale/gstvideoscale.c:
6890         * gst/videotestsrc/gstvideotestsrc.c:
6891         * gst/volume/gstvolume.c:
6892         * sys/v4l/gstv4l.c:
6893         * sys/ximage/ximage.c:
6894         * sys/xvimage/xvimagesink.c:
6895           fix up defines
6896
6897 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6898
6899         * ext/vorbis/vorbisenc.c:
6900         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6901         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6902         (gst_tag_to_vorbis_comments):
6903           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6904
6905 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
6906
6907         * examples/stats/mp2ogg.c:
6908         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6909           typo fixes
6910
6911 2005-10-13  Michael Smith <msmith@fluendo.com>
6912
6913         * ext/ogg/gstoggmux.c:
6914           Use magic glib macros to define constants as 64 bit, to ensure
6915           appropriate vararg passing.
6916
6917 2005-10-13  Michael Smith <msmith@fluendo.com>
6918
6919         * ext/ogg/gstoggmux.c:
6920         * gst/audioconvert/audioconvert.c: (float):
6921           Don't use LL suffix, as it's not portable, and neither of these
6922           uses required it anyway.
6923
6924 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
6925
6926         * examples/indexing/indexmpeg.c: (main):
6927         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6928         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6929         (cdparanoia_convert), (cdparanoia_query):
6930         * ext/cdparanoia/gstcdparanoia.h:
6931         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6932         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6933         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6934         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6935         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6936         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6937         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6938         (gst_multifdsink_render), (gst_multifdsink_start),
6939         (gst_multifdsink_stop):
6940         * gst/tcp/gstmultifdsink.h:
6941         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6942         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6943         (gst_tcpclientsink_stop):
6944         * gst/tcp/gsttcpclientsink.h:
6945         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6946         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6947         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6948         * gst/tcp/gsttcpclientsrc.h:
6949         * gst/tcp/gsttcpserversink.h:
6950         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6951         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6952         (gst_tcpserversrc_stop):
6953         * gst/tcp/gsttcpserversrc.h:
6954         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6955         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6956         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6957           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6958           moved bitshift from macro to enum definition
6959
6960 2005-10-12  Wim Taymans  <wim@fluendo.com>
6961
6962         * examples/seeking/Makefile.am:
6963         Oops.
6964
6965 2005-10-12  Wim Taymans  <wim@fluendo.com>
6966
6967         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6968         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6969         Don't assert on normal stuff.
6970
6971         * gst/playback/gstplaybin.c: (do_playbin_seek):
6972         API fix.
6973
6974 2005-10-12  Wim Taymans  <wim@fluendo.com>
6975
6976         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6977         * examples/seeking/Makefile.am:
6978         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6979         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6980         (do_seek), (set_update_scale), (message_received), (main):
6981         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6982         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6983         Update for _get_state() API change.
6984
6985 2005-10-11  Wim Taymans  <wim@fluendo.com>
6986
6987         * gst-libs/gst/audio/gstbaseaudiosink.c:
6988         (gst_base_audio_sink_render):
6989         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6990         (gst_base_audio_src_create):
6991         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6992         (gst_ring_buffer_read):
6993         Cleanups.
6994         Commit and read from ringbuffer in samples rather than bytes.
6995
6996 2005-10-11  Wim Taymans  <wim@fluendo.com>
6997
6998         * gst-libs/gst/audio/gstbaseaudiosink.c:
6999         (gst_base_audio_sink_render):
7000         Respect segment rate and accum when scheduling samples.
7001
7002 2005-10-11  Julien MOUTTE  <julien@moutte.net>
7003
7004         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7005         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
7006         EOS correctly, that needs more work.
7007
7008 2005-10-11  Wim Taymans  <wim@fluendo.com>
7009
7010         * check/generic/states.c: (GST_START_TEST):
7011         remove old property.
7012
7013         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7014         (gst_ogg_demux_perform_seek):
7015         * ext/theora/theoradec.c: (theora_dec_sink_event):
7016         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7017         (vorbis_handle_data_packet):
7018         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7019         (gst_base_rtp_depayload_set_gst_timestamp):
7020         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7021         Update for newsegment API change.
7022
7023 2005-10-11  Michael Smith <msmith@fluendo.com>
7024
7025         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
7026         (do_playbin_seek), (gst_play_bin_send_event):
7027           Override send_event differently, so that we can takes bits of
7028           functionality from GstPipeline (special handling for seeks,
7029           including pausing/resuming, and resetting stream time) and still get
7030           the appropriate behaviour of only forwarding event to a single sink,
7031           rather than all of them.
7032           Unfortunately requires a lot of code duplication, but the
7033           alternatives are equally ugly in the end.
7034
7035 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7036
7037         * check/elements/audioconvert.c: (setup_audioconvert),
7038         (cleanup_audioconvert), (get_int_caps), (verify_convert),
7039         (GST_START_TEST), (audioconvert_suite):
7040           clean up tests a little, fix some leaks.
7041
7042 2005-10-10  Wim Taymans  <wim@fluendo.com>
7043
7044         * ext/alsa/gstalsasink.c:
7045         Also allow unsigned int.
7046
7047         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7048         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7049         Small cleanup
7050
7051 2005-10-10  Wim Taymans  <wim@fluendo.com>
7052
7053         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7054         Small update, use API as stated in design docs.
7055
7056         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
7057         (update_scale), (do_seek), (seek_cb), (set_update_scale),
7058         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
7059         (message_received), (main):
7060         Updated seek example for GOption. Some usability improvements.
7061
7062 2005-10-10  Wim Taymans  <wim@fluendo.com>
7063
7064         * gst/audioconvert/audioconvert.h:
7065         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7066         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
7067         Alloc temp storage somewhere else where we can do it more
7068         portable.
7069
7070 2005-10-10  Wim Taymans  <wim@fluendo.com>
7071
7072         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
7073         (gst_tcpserversrc_start):
7074         Don't block in accept while doing the state change, move
7075         to poll and make cancellable.
7076
7077 2005-10-09  Philippe Khalaf <burger@speedy.org>
7078
7079         * gst-libs/gst/rtp/rtpbasedepayload.c:
7080         Set timestamp and add queue delay to timestamp
7081         * gst-libs/gst/rtp/rtpbuffer.h:
7082         Set correct payload type for h263
7083
7084 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
7085
7086         * gst/audiotestsrc/gstaudiotestsrc.c:
7087         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
7088         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
7089         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
7090         (gst_audiotestsrc_create_triangle),
7091         (gst_audiotestsrc_create_silence),
7092         (gst_audiotestsrc_create_white_noise),
7093         (gst_audiotestsrc_init_pink_noise),
7094         (gst_audiotestsrc_generate_pink_noise_value),
7095         (gst_audiotestsrc_create_pink_noise),
7096         (gst_audiotestsrc_change_wave):
7097         * gst/audiotestsrc/gstaudiotestsrc.h:
7098           fixed typo, added pink noise
7099
7100 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7101
7102         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
7103         (plugin_init):
7104           Add wavpack and spc typefind functions from 0.8 branch.
7105
7106 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
7109         (ar_type_find), (msdos_type_find), (plugin_init):
7110           Add typefind functions for tar archives, ar archives,
7111           RAR archives, and msdos-executables (dlls, exe, etc.).
7112           Some of those would be wrongly identified as mpeg
7113           streams of some sort before (#315550).
7114
7115 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * configure.ac:
7118         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7119         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7120         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7121         * gst/audiotestsrc/Makefile.am:
7122         * gst/audiotestsrc/gstaudiotestsrc.c:
7123         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
7124         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
7125         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
7126         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
7127         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
7128         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
7129         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
7130         (gst_audiotestsrc_create_silence),
7131         (gst_audiotestsrc_create_white_noise),
7132         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
7133         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
7134         (gst_audiotestsrc_start), (plugin_init):
7135         * gst/audiotestsrc/gstaudiotestsrc.h:
7136           add new plugin and element
7137         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
7138           use gobject_class
7139
7140 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7141
7142         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
7143         (gst_adder_init), (gst_adder_request_new_pad),
7144         (gst_adder_change_state):
7145           Add query function to source pad, so adder reports the correct
7146           time/sample position when queried (#315457); fix state change
7147           function; use GST_DEBUG_FUNCPTR() for pad functions.
7148
7149 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7150
7151         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
7152           Fix leaks in typefind registration
7153           Clean up the gratuitous commenting and whitespacing a little
7154
7155 2005-10-08  Wim Taymans  <wim@fluendo.com>
7156
7157         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
7158         Only actually wait for the thread to be stopped if it's 
7159         running.
7160
7161 2005-10-08  Wim Taymans  <wim@fluendo.com>
7162
7163         * gst-libs/gst/audio/gstbaseaudiosink.c:
7164         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7165         If we receive EOS we can start playback of what we had.
7166
7167 2005-10-08  Wim Taymans  <wim@fluendo.com>
7168
7169         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7170         (gst_multifdsink_finalize), (multifdsink_hash_remove),
7171         (gst_multifdsink_stop):
7172         Fix crasher when going to NULL multiple times.
7173
7174 2005-10-06  Wim Taymans  <wim@fluendo.com>
7175
7176         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
7177         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7178         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7179         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
7180         patch from Edgard Lima <edgard.lima@indt.org.br>
7181         Fixed gstbaseaudiosrc adding ring buffer sync to it.
7182
7183 2005-10-06  Wim Taymans  <wim@fluendo.com>
7184
7185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
7186         Report the FLOW_RETURN as string in the error message.
7187
7188         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
7189         Don't assert when clearing an unnegotiated buffer.
7190
7191 2005-10-04  Michael Smith <msmith@fluendo.com>
7192
7193         * gst/playback/gstplaybasebin.c: (group_destroy),
7194         (gen_preroll_element), (remove_groups), (setup_source):
7195         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
7196         (setup_sinks), (gst_play_bin_send_event),
7197         (gst_play_bin_change_state):
7198           Set state to NULL before removing from bin. Fix refcounting.
7199
7200 2005-10-04  Michael Smith <msmith@fluendo.com>
7201
7202         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
7203           Correct refcounting in send_event() function. Previously was wrong
7204           if the first sink was unable to handle the event.
7205
7206 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7207
7208         * configure.ac:
7209           back to development
7210
7211 === release 0.9.3 ===
7212
7213 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7214
7215         * configure.ac:
7216           Releasing 0.9.3, "De Facto"
7217
7218 2005-10-03  Andy Wingo  <wingo@pobox.com>
7219
7220         * gst/playback/gstdecodebin.c (try_to_link_1)
7221         (remove_element_chain): set element to NULL before removing it.
7222
7223 2005-10-02  Johan Dahlin  <johan@gnome.org>
7224
7225         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
7226         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
7227         MT safe.
7228
7229 2005-10-02  Andy Wingo  <wingo@pobox.com>
7230
7231         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
7232         (gst_ring_buffer_prepare_read): 
7233         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
7234         Demote to LOG.
7235
7236 2005-09-29  Wim Taymans  <wim@fluendo.com>
7237
7238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
7239         * ext/theora/theoradec.c: (theora_handle_data_packet):
7240         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7241         Propagate error codes from alloc_buffer too.
7242
7243 2005-09-29  Wim Taymans  <wim@fluendo.com>
7244
7245         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
7246         We use fixed caps.
7247
7248         * gst/playback/Makefile.am:
7249         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
7250         (dump_element_stats), (main):
7251         Added example stream introspection code.
7252
7253 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
7254
7255         * gst/adder/gstadder.c: (gst_adder_collected):
7256           fix adder for float elements
7257
7258 2005-09-28  Wim Taymans  <wim@fluendo.com>
7259
7260         * gst-libs/gst/audio/gstbaseaudiosink.c:
7261         (gst_base_audio_sink_class_init),
7262         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7263         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7264         (gst_base_audio_src_class_init),
7265         (gst_base_audio_src_provide_clock):
7266         get_clock -> provide_clock
7267
7268 2005-09-28  Andy Wingo  <wingo@pobox.com>
7269
7270         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
7271         and unlocking.
7272
7273         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
7274         unlocking.
7275
7276         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
7277         Actually add the pad template.
7278         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
7279
7280         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
7281         I'm at it...
7282
7283         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
7284         from fdsrc. Get caps in create() instead of start() so it can be
7285         interrupted. Interruption somewhat untested.
7286
7287         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
7288         Proper EOS handling.
7289
7290 2005-09-27  Andy Wingo  <wingo@pobox.com>
7291
7292         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
7293
7294         * gst/tcp/gsttcpserversrc.c: Cleaned up.
7295
7296         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
7297
7298         * gst/tcp/gsttcp.h: 
7299         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
7300         out of tcpclientsrc.c. Cancellable.
7301         (gst_tcp_socket_read): Made private, cancellable, with better
7302         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
7303         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
7304         whole buffer, and better diagnostics.
7305         (gst_tcp_gdp_read_caps): Same.
7306
7307         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
7308
7309 2005-09-26  Andy Wingo  <wingo@pobox.com>
7310
7311         * gst/sine/gstsinesrc.h:
7312         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
7313         change the 'sync' property to 'is-live' and implement it halfway,
7314         update for controller api change.
7315
7316         * gst/volume/gstvolume.c (volume_transform_ip): Update for
7317         controller api change.
7318
7319 2005-09-24  Wim Taymans  <wim@fluendo.com>
7320
7321         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
7322         * gst-libs/gst/audio/gstaudiosink.c:
7323         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7324         (gst_audioringbuffer_stop):
7325         * gst-libs/gst/audio/gstbaseaudiosink.c:
7326         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7327         (gst_base_audio_sink_change_state):
7328         * gst-libs/gst/audio/gstbaseaudiosink.h:
7329         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
7330         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7331         (gst_ring_buffer_commit), (gst_ring_buffer_read):
7332         * gst-libs/gst/audio/gstringbuffer.h:
7333         Fix sync again. Moved sample alignment to basesink.
7334
7335 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7336
7337         * docs/plugins/Makefile.am:
7338         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7339         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7340         * gst/volume/gstvolume.c:
7341           add/fix docs
7342         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
7343         * gst-libs/gst/audio/audio.h:
7344           add conversion macros for frames <-> clocktime
7345
7346 2005-09-23  David Schleef  <ds@schleef.org>
7347
7348         * gst/audioresample/Makefile.am:
7349         * gst/audioresample/debug.h:
7350         * gst/audioresample/gstaudioresample.c:
7351         * gst/audioresample/resample.c: Convert to using gst debugging
7352
7353 2005-09-22  Wim Taymans  <wim@fluendo.com>
7354
7355         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7356         (gst_play_bin_send_event):
7357         Only seek on one sink, the first one that succeeds.
7358
7359 2005-09-22  Michael Smith <msmith@fluendo.com>
7360
7361         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
7362         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
7363         Don't flush encoder state unless we have an initialised encoder.
7364         Clear out encoder state on PAUSED_TO_READY.
7365
7366 2005-09-22  Wim Taymans  <wim@fluendo.com>
7367
7368         * gst-libs/gst/rtp/gstbasertppayload.c:
7369         (gst_basertppayload_class_init), (gst_basertppayload_init),
7370         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7371         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7372         (gst_basertppayload_is_filled), (gst_basertppayload_push),
7373         (gst_basertppayload_set_property),
7374         (gst_basertppayload_get_property),
7375         (gst_basertppayload_change_state):
7376         * gst-libs/gst/rtp/gstbasertppayload.h:
7377         Added max-ptime to control amount of data in the rtp packets.
7378
7379 2005-09-21  Andy Wingo  <wingo@pobox.com>
7380
7381         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
7382         thingies.
7383
7384         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
7385         can be called multiple times, dogs.
7386
7387 2005-09-21  Wim Taymans  <wim@fluendo.com>
7388
7389         * gst-libs/gst/rtp/gstbasertppayload.c:
7390         (gst_basertppayload_class_init), (gst_basertppayload_init),
7391         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7392         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7393         (gst_basertppayload_push), (gst_basertppayload_get_property),
7394         (gst_basertppayload_change_state):
7395         Allow 0 ssrc too.
7396
7397 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
7398
7399         * docs/libs/compiling.sgml:
7400           fixing typos
7401
7402 2005-09-20  Wim Taymans  <wim@fluendo.com>
7403
7404         * gst-libs/gst/rtp/gstbasertppayload.c:
7405         (gst_basertppayload_class_init), (gst_basertppayload_init),
7406         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7407         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7408         (gst_basertppayload_push), (gst_basertppayload_set_property),
7409         (gst_basertppayload_get_property),
7410         (gst_basertppayload_change_state):
7411         * gst-libs/gst/rtp/gstbasertppayload.h:
7412         Added property to configure sequence number offsets.
7413
7414 2005-09-20  Wim Taymans  <wim@fluendo.com>
7415
7416         * gst-libs/gst/rtp/gstbasertppayload.c:
7417         (gst_basertppayload_class_init), (gst_basertppayload_init),
7418         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7419         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7420         (gst_basertppayload_push), (gst_basertppayload_set_property),
7421         (gst_basertppayload_get_property),
7422         (gst_basertppayload_change_state):
7423         * gst-libs/gst/rtp/gstbasertppayload.h:
7424         Make timestamp offset configurable.
7425
7426 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7427
7428         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7429           fix wrong pop/unref
7430
7431 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
7432
7433         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
7434
7435         * gst-libs/gst/interfaces/propertyprobe.c:
7436         (gst_property_probe_probe_property_name),
7437         (gst_property_probe_needs_probe_name),
7438         (gst_property_probe_get_values_name),
7439         (gst_property_probe_probe_and_get_values_name):
7440           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
7441           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
7442
7443 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7444
7445         * check/Makefile.am:
7446           have some tests be disabled for valgrinding
7447         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
7448         (GST_START_TEST):
7449         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
7450           Fix A Leak.  Chain To Parent Finalize.
7451
7452 2005-09-19  Wim Taymans  <wim@fluendo.com>
7453
7454         * examples/seeking/seek.c: (make_wav_pipeline), (main):
7455         Fixed wav pipeline.
7456
7457 2005-09-19  Wim Taymans  <wim@fluendo.com>
7458
7459         * gst-libs/gst/rtp/gstbasertppayload.c:
7460         (gst_basertppayload_class_init), (gst_basertppayload_init),
7461         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7462         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7463         (gst_basertppayload_push), (gst_basertppayload_get_property),
7464         (gst_basertppayload_change_state):
7465         Posting ERROR and WARNING messages is good.
7466
7467 2005-09-19  Wim Taymans  <wim@fluendo.com>
7468
7469         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7470         (gst_base_rtp_depayload_add_to_queue),
7471         (gst_base_rtp_depayload_push),
7472         (gst_base_rtp_depayload_set_gst_timestamp),
7473         (gst_base_rtp_depayload_queue_release):
7474         This one was not supposed to go in.
7475
7476 2005-09-19  Wim Taymans  <wim@fluendo.com>
7477
7478         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7479         Fix for bus API.
7480
7481         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7482         (gst_base_rtp_depayload_chain),
7483         (gst_base_rtp_depayload_add_to_queue),
7484         (gst_base_rtp_depayload_push),
7485         (gst_base_rtp_depayload_set_gst_timestamp),
7486         (gst_base_rtp_depayload_queue_release):
7487         Some cleanups.
7488
7489         * gst-libs/gst/rtp/gstbasertppayload.c:
7490         (gst_basertppayload_class_init), (gst_basertppayload_init),
7491         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
7492         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7493         (gst_basertppayload_get_property),
7494         (gst_basertppayload_change_state):
7495         Added debugging category.
7496
7497 2005-09-18  David Schleef  <ds@schleef.org>
7498
7499         * gst/playback/gstdecodebin.c: free plugin list correctly
7500         * gst/playback/gstplaybin.c: emit warning if autovideosink
7501           and autoaudiosink can't be found (instead of segfaulting)
7502
7503 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7504
7505         * check/elements/audioconvert.c: (GST_START_TEST):
7506           try out 24 bit conversion
7507
7508 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7509
7510         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7511         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7512         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
7513         * ext/vorbis/vorbisenc.h:
7514           Fix EOS handling.  Still needs a fix in the ogg muxer to
7515           mark the last page as eos.
7516
7517 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7518
7519         * common/gtk-doc-plugins.mak:
7520         * docs/plugins/Makefile.am:
7521         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7522         * gst/ffmpegcolorspace/Makefile.am:
7523         * gst/ffmpegcolorspace/avcodec.h:
7524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7525         * gst/tcp/gstmultifdsink.c:
7526           fix up ffmpegcolorspace docs; extract header
7527
7528 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7529
7530         * common/gtk-doc-plugins.mak:
7531         * docs/plugins/Makefile.am:
7532         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7533         * ext/theora/Makefile.am:
7534         * ext/theora/gsttheoraenc.h:
7535         * ext/theora/theoraenc.c:
7536         * ext/vorbis/vorbisenc.c:
7537           pick up signals and args for vorbis; add some docs for vorbis
7538
7539 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7540
7541         * common/gstdoc-scangobj:
7542         * common/gtk-doc-plugins.mak:
7543         * docs/libs/Makefile.am:
7544         * docs/plugins/gst-plugins-base-plugins.args:
7545         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7546         * docs/plugins/gst-plugins-base-plugins.interfaces:
7547         * docs/plugins/gst-plugins-base-plugins.prerequisites:
7548         * docs/plugins/gst-plugins-base-plugins.signals:
7549           only scanobj stuff from our source module.  Not sure yet
7550           if that's correct, given the hierarchy stuff :)
7551
7552 2005-09-15  Wim Taymans  <wim@fluendo.com>
7553
7554         * gst/audioconvert/gstaudioconvert.c:
7555         And enable 24 bits mode as well..
7556
7557 2005-09-15  Wim Taymans  <wim@fluendo.com>
7558
7559         * gst-libs/gst/rtp/Makefile.am:
7560         * gst-libs/gst/rtp/gstbasertppayload.c:
7561         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
7562         (gst_basertppayload_class_init), (gst_basertppayload_init),
7563         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
7564         (gst_basertppayload_chain), (gst_basertppayload_set_options),
7565         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7566         (gst_basertppayload_set_property),
7567         (gst_basertppayload_get_property),
7568         (gst_basertppayload_change_state):
7569         * gst-libs/gst/rtp/gstbasertppayload.h:
7570         Added rtp payloader base class.
7571
7572 2005-09-15  Andy Wingo  <wingo@pobox.com>
7573
7574         * configure.ac (plugindir): Remove the EOL matcher from the
7575         regexp, as it causes me problems. Libtool? Make? Who knows?
7576
7577 2005-09-14  David Schleef  <ds@schleef.org>
7578
7579         * check/generic/states.c: 
7580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7581         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7582           Fixes for changes in registry API.
7583
7584         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
7585           to GST_PLUGIN_LDFLAGS.
7586         * ext/libvisual/visual.c: Make the library shut up.
7587         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
7588         * gst-libs/gst/audio/gstaudiofilter.c: same
7589
7590 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7591
7592         * docs/plugins/Makefile.am:
7593         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7594         * docs/plugins/inspect/plugin-libvisual.xml:
7595         * docs/plugins/tmpl/element-tcpserversink.sgml:
7596         * ext/theora/theoraenc.c:
7597           add libvisual plugin and theoraenc element to docs
7598
7599 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7600
7601         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7602         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7603         * ext/theora/theoraenc.c:
7604           add theoraenc
7605
7606 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
7607
7608         * gst/audioconvert/Makefile.am:
7609           Audioconvert derives from GstBaseTransform and should
7610           link to the library with our base elements to avoid
7611           unresolved symbols. Makes things work with MinGW (#316160)
7612
7613         * gst/playback/test4.c: (main):
7614           Fix MinGW build problem and use g_usleep() instead of 
7615           sleep() (#316162)
7616
7617 2005-09-12  Wim Taymans  <wim@fluendo.com>
7618
7619         * gst/audioconvert/audioconvert.c: (float),
7620         (audio_convert_prepare_context), (audio_convert_convert):
7621         * gst/audioconvert/audioconvert.h:
7622         Cleanups, speedups, simplifications, added back support
7623         for 24 bits.
7624
7625 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7626
7627         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7628         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7629         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7630         * docs/plugins/tmpl/element-tcpserversink.sgml:
7631         * gst/ffmpegcolorspace/gstffmpeg.c:
7632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7633         * gst/videotestsrc/gstvideotestsrc.c:
7634         * gst/volume/gstvolume.c:
7635           add more elements to the docs
7636
7637 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
7638
7639         * check/Makefile.am:
7640         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
7641         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
7642           Add extra tests for basetransform based components. 
7643           Comment out the test_element_negotiation test until we decide
7644           if it's testing correct behaviour.
7645         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
7646         (gst_visual_chain), (gst_visual_change_state):
7647           Slightly more correct but still bogus timestamping.
7648           Fix state change function.
7649         * gst/audioconvert/gstaudioconvert.c:
7650         (gst_audio_convert_class_init):
7651         * gst/audioresample/gstaudioresample.c:
7652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7653         (gst_ffmpegcsp_class_init):
7654         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7655         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
7656         (gst_videoscale_prepare_image):
7657         * gst/volume/gstvolume.c: (gst_volume_class_init),
7658         (volume_transform_ip):
7659           Basetransform updates. Enable passthrough modes.
7660         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7661         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
7662         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7663           Negotiation fix that allows the window to return to the original
7664           size and renegotiate passthrough upstream. Extra debug output.
7665
7666 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7667
7668         * gst/sine/gstsinesrc.c:
7669         * gst/volume/gstvolume.c:
7670           fix up header include
7671
7672 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
7673
7674         * gst-libs/gst/audio/gstbaseaudiosink.c:
7675         (gst_base_audio_sink_render):
7676         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7677         * gst/volume/gstvolume.c: (gst_volume_class_init),
7678         (volume_transform):
7679           fixing lost sync, some more debugging
7680
7681 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
7682
7683         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7684         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7685         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7686         (gst_xvimagesink_check_xshm_calls):
7687           Fix compilation when XShm is not available.
7688
7689 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7690
7691         * ext/libvisual/visual.c: (gst_visual_dispose),
7692         (gst_visual_getcaps), (gst_visual_src_setcaps),
7693         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7694         (gst_visual_change_state):
7695           Finish fixing up libvisual plugin so that it runs. 
7696
7697 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7698
7699         * ext/vorbis/vorbisenc.c:
7700         * gst-libs/gst/tag/gstvorbistag.c:
7701           gsttaginterface.h -> gsttagsetter.h
7702
7703 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7704
7705         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7706           added another test that failes for me (test is not active by default)
7707
7708 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7709
7710         * configure.ac:
7711           v4l2 is no longer in gst-plugins-base
7712
7713 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7714
7715         * configure.ac:
7716           In the output at the end, don't show the first plugin on the same
7717           line as "Core plug-ins, always built:".
7718           Indent the output as for other plugin categories
7719         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7720           #define that can be used to not use peer buffer_alloc functions for
7721           test purposes.
7722         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7723         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7724         (gst_ximagesink_show_frame):
7725         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7726         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7727         (gst_xvimagesink_show_frame):
7728           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7729           fails gracefully instead of XError aborting or deadlocking.
7730
7731 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7732
7733         * ext/libvisual/Makefile.am:
7734           link against gst-base-libs
7735
7736 2005-09-06  David Schleef  <ds@schleef.org>
7737
7738         * configure.ac: Enable libvisual plugin.
7739         * ext/libvisual/Makefile.am:
7740         * ext/libvisual/visual.c: Fixes to make it compile.
7741
7742 === release 0.9.2 ===
7743
7744 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7745
7746         * NEWS:
7747         * RELEASE:
7748         * configure.ac:
7749         * docs/random/ChangeLog-0.8:
7750           releasing 0.9.2, "Spoon"
7751
7752 2005-09-05  Michael Smith <msmith@fluendo.com>
7753
7754         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7755           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7756           that in the vorbisenc element.
7757
7758 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7759
7760         * common/gtk-doc-plugins.mak:
7761         * docs/plugins/Makefile.am:
7762           fix distcheck
7763         * gst/audioresample/resample.c:
7764           fix wrong docstring
7765
7766 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7767
7768         * common/gst-xmlinspect.py:
7769         * common/gtk-doc-plugins.mak:
7770           only inspect plugins for this given package
7771           require gst-python 0.9
7772
7773 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7774
7775         * Makefile.am:
7776         * autogen.sh:
7777         * common/gst-xmlinspect.py:
7778         * configure.ac:
7779         * docs/Makefile.am:
7780         * docs/plugins/inspect/plugin-alsa.xml:
7781         * docs/plugins/inspect/plugin-audioresample.xml:
7782         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7783         * docs/plugins/inspect/plugin-ogg.xml:
7784         * docs/plugins/tmpl/element-gnomevfssink.sgml:
7785         * docs/plugins/tmpl/element-multifdsink.sgml:
7786         * docs/plugins/tmpl/element-tcpserversink.sgml:
7787         * docs/plugins/tmpl/element-vorbisenc.sgml:
7788         * gst-plugins-base.spec.in:
7789           various doc-related updates
7790
7791 2005-08-31  Wim Taymans  <wim@fluendo.com>
7792
7793         * gst-libs/gst/audio/gstbaseaudiosink.c:
7794         (gst_base_audio_sink_render):
7795         Resync if the buffer timestamps drift more than a 10th 
7796         of a second.
7797
7798 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
7799
7800         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7801         (gst_v4lsrc_get_property):
7802           The 'timestamp-offset' property is registered as an int64, so
7803           let's use g_value_{set|get}_int64() in our setter and getter
7804           functions (makes it work and fixes warnings with gst-inspect).
7805
7806 2005-08-30  Wim Taymans  <wim@fluendo.com>
7807
7808         * check/elements/audioconvert.c: (setup_audioconvert):
7809         * check/elements/audioresample.c: (setup_audioresample):
7810         * check/elements/volume.c: (setup_volume):
7811         Fix checks.
7812
7813 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7814
7815         * common/gtk-doc-plugins.mak:
7816         * common/plugins.xsl:
7817         * docs/plugins/Makefile.am:
7818           make module a param
7819
7820 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7821
7822         * examples/seeking/seek.c: (make_mp3_pipeline),
7823         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7824         (play_cb), (pause_cb), (stop_cb):
7825           update the example
7826
7827 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7828
7829         * gst/volume/gstvolume.c: (gst_volume_class_init),
7830         (volume_transform):
7831           do not update controlled params, if buffer has no timestamp
7832
7833 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7834
7835         * configure.ac:
7836         * gst/sine/Makefile.am:
7837         * gst/volume/Makefile.am:
7838           controllerized elements also need to link against controller-libs ;)
7839
7840 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7841
7842         * docs/libs/tmpl/gstcolorbalance.sgml:
7843         * docs/libs/tmpl/gstgconf.sgml:
7844         * docs/libs/tmpl/gstmixer.sgml:
7845         * docs/libs/tmpl/gstringbuffer.sgml:
7846         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7847         (gst_sinesrc_create):
7848         * gst/volume/gstvolume.c: (gst_volume_class_init),
7849         (volume_transform):
7850           controllerized two audio plugins
7851
7852 2005-08-29  Andy Wingo  <wingo@pobox.com>
7853
7854         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
7855         (vorbis_handle_data_packet): Fix some int overflow errors.
7856
7857         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7858         -1.
7859         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7860         valid.
7861         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7862         if it's valid. Fixed streaming-mode playback.
7863
7864         * check/elements/volume.c (cleanup_volume): Fix for running
7865         CK_FORK=no.
7866
7867         * check/elements/audioconvert.c: Convert from native endian, not
7868         little endian.
7869
7870 2005-08-29  Michael Smith <msmith@fluendo.com>
7871
7872         * ext/ogg/Makefile.am:
7873         * ext/ogg/gstogg.c: (plugin_init):
7874         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7875         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7876         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7877         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7878         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7879         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7880         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7881         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7882         Add an ogg parser element.
7883
7884 2005-08-28  Andy Wingo  <wingo@pobox.com>
7885
7886         * Updates for two-arg init from GST_BOILERPLATE_FULL.
7887
7888 2005-08-26  Wim Taymans  <wim@fluendo.com>
7889
7890         * gst/audioconvert/audioconvert.c: (if), (float),
7891         (audio_convert_get_func_index), (check_default),
7892         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7893         (audio_convert_clean_context), (audio_convert_get_sizes),
7894         (audio_convert_convert):
7895         Cleanups.
7896
7897 2005-08-26  Wim Taymans  <wim@fluendo.com>
7898
7899         * gst/audioconvert/audioconvert.c: (if), (float),
7900         (audio_convert_get_func_index), (check_default),
7901         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7902         (audio_convert_clean_context), (audio_convert_get_sizes),
7903         (audio_convert_convert):
7904         More elegant and working temp buffer selection algo.
7905
7906 2005-08-26  Wim Taymans  <wim@fluendo.com>
7907
7908         * gst/audioconvert/audioconvert.c: (if), (float),
7909         (audio_convert_get_func_index), (check_default),
7910         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7911         (audio_convert_clean_context), (audio_convert_get_sizes),
7912         (get_temp_buffer), (audio_convert_convert):
7913         Use realloc else we lose our original data.
7914
7915 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7916
7917         * gst/audioresample/gstaudioresample.c:
7918           use base class' newsegment to properly timestamp
7919
7920 2005-08-26  Wim Taymans  <wim@fluendo.com>
7921
7922         * gst/audioconvert/audioconvert.c: (if), (float),
7923         (audio_convert_get_func_index), (check_default),
7924         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7925         (audio_convert_clean_context), (audio_convert_get_sizes),
7926         (get_temp_buffer), (audio_convert_convert):
7927         * gst/audioconvert/gstaudioconvert.c:
7928         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7929         (gst_audio_convert_transform_caps),
7930         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7931         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7932         Oops, allocate enough space to perform the channel mix.
7933
7934 2005-08-26  Wim Taymans  <wim@fluendo.com>
7935
7936         * gst/audioconvert/Makefile.am:
7937         * gst/audioconvert/audioconvert.c: (if), (float),
7938         (audio_convert_get_func_index), (check_default),
7939         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7940         (audio_convert_clean_context), (audio_convert_get_sizes),
7941         (get_temp_buffer), (audio_convert_convert):
7942         * gst/audioconvert/audioconvert.h:
7943         * gst/audioconvert/gstaudioconvert.c:
7944         (gst_audio_convert_class_init), (gst_audio_convert_init),
7945         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7946         (gst_audio_convert_get_unit_size),
7947         (gst_audio_convert_transform_caps),
7948         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7949         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7950         * gst/audioconvert/gstaudioconvert.h:
7951         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7952         (gst_channel_mix_fill_identical),
7953         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7954         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7955         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7956         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7957         (gst_channel_mix_mix):
7958         * gst/audioconvert/gstchannelmix.h:
7959         Cleanups, librarify a bit, optimize, better negotiation and more.
7960
7961 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7962
7963         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7964         Another from MikeS:
7965         During typefinding, don't support negative offsets
7966         (offsets from the end of the stream) in our typefind->peek() function
7967         - nothing embedded in ogg ever needs them. However, we need to recognise
7968         those requests and reject them, otherwise we return invalid pointers.
7969
7970 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7971
7972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7973         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7974         (vorbisdec_finalize), (vorbis_handle_type_packet):
7975           Big shout-out to MikeS for fixing this giant memory leak.
7976           Huzzah!
7977
7978 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7979
7980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
7981         (audio_convert_get_unit_size):
7982           plug some leaks
7983
7984 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7985
7986         * check/Makefile.am:
7987         * check/elements/audioconvert.c: (setup_audioconvert),
7988         (cleanup_audioconvert), (get_int_caps), (verify_convert),
7989         (GST_START_TEST), (audioconvert_suite), (main):
7990           add a test for audioconvert
7991         * gst/audioresample/gstaudioresample.c:
7992         * gst/audioresample/gstaudioresample.h:
7993           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
7994           note that for buffers of 1/3 sec this means DURATION(c) is 
7995           one nanosecond more than for a and b
7996
7997 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7998
7999         * check/Makefile.am:
8000         * check/elements/audioresample.c: (setup_audioresample),
8001         (cleanup_audioresample), (fail_unless_perfect_stream),
8002         (test_perfect_stream_instance), (GST_START_TEST),
8003           add a check for audioresample
8004         (audioresample_suite), (main):
8005         * check/elements/volume.c: (GST_START_TEST):
8006           remove unused method
8007         * gst/audioresample/gstaudioresample.c:
8008           set correct buffer parameters since we're changing them
8009         * gst/audioresample/resample_ref.c: (resample_scale_ref):
8010           add some debug
8011
8012 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8013
8014         * gst/audioresample/debug.c:
8015         * gst/audioresample/gstaudioresample.c:
8016           add room for extra overlap samples when asked to transform size
8017           protect against possible mem corruption and check for discrepancies
8018           between written size and outbuffer's size so we can warn for
8019           potential problems
8020         * gst/audioresample/resample.c: (resample_init),
8021         (resample_get_output_size_for_input), (resample_get_output_size),
8022         (resample_set_n_channels), (resample_set_format):
8023           set debug level based on RESAMPLE_DEBUG env var
8024           make sure that get_output_size* returns a whole number of
8025           sample_size
8026           set sample_size each time either channel or format is set
8027         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
8028         * gst/audioresample/resample_functable.c:
8029         (resample_scale_functable):
8030         * gst/audioresample/resample_ref.c: (resample_scale_ref):
8031           remove r->sample_size, it's done in resample.c now
8032           add some debugging to the ref implementation
8033           make sure we only give back bytes that are wholes of the sample
8034           size
8035
8036 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
8037         * gst/playback/gstplaybasebin.c: (fill_buffer):
8038         Revert unpopular change for GST_MESSAGE_SRC to GObject.
8039
8040 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
8041
8042         * gst/volume/gstvolume.c:
8043           made set_caps function static
8044
8045 2005-08-24  Wim Taymans  <wim@fluendo.com>
8046
8047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8048         (gst_vorbisenc_change_state):
8049         Stop leaking taglists.
8050
8051 2005-08-24  Wim Taymans  <wim@fluendo.com>
8052
8053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8054         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
8055         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
8056         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
8057         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8058         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8059         Parse seeking events better.
8060         Unref static caps.
8061         Generate correct newsegment events, fixes seeking in live oggs.
8062
8063         * ext/theora/theoradec.c: (theora_dec_src_query),
8064         (theora_dec_src_event), (theora_dec_src_getcaps),
8065         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
8066         Use newsegment values to report correct play time.
8067
8068         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8069         (vorbis_dec_src_event), (vorbis_dec_sink_event):
8070         * ext/vorbis/vorbisdec.h:
8071         Parse and use newsegment values to report correct play time.
8072
8073         * gst-libs/gst/audio/gstbaseaudiosink.c:
8074         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8075         Clear ringbuffer on flush.
8076         Use newsegment values to calculate playback time.
8077
8078         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
8079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8080         Basesink does newsegment calculations for us now.
8081
8082 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8083
8084         * check/Makefile.am:
8085         * configure.ac:
8086           add core's plugins to the mix so that playbin works
8087         * check/generic/states.c: (GST_START_TEST):
8088           set a 0 timeout on pipelines, so they don't force the next
8089           state change
8090         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
8091         (gst_play_base_bin_change_state):
8092           remove the crappy error handling and do GST error handling
8093
8094 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8095
8096         * check/Makefile.am:
8097         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
8098           add same test as to core, it bitches out on playbin atm.
8099
8100 2005-08-24  Wim Taymans  <wim@fluendo.com>
8101
8102         * configure.ac:
8103         Remove audioscale.
8104
8105 2005-08-24  Wim Taymans  <wim@fluendo.com>
8106
8107         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8108         (gst_videoscale_prepare_size), (parse_caps),
8109         (gst_videoscale_set_caps), (gst_videoscale_get_size),
8110         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
8111         (gst_videoscale_transform):
8112         * gst/videoscale/gstvideoscale.h:
8113         Refactor, make use of BaseTranform really well.
8114
8115 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8116
8117         * configure.ac:
8118           compile audioresample
8119         * gst/audioresample/Makefile.am:
8120         * gst/audioresample/buffer.c:
8121         * gst/audioresample/functable.c:
8122         * gst/audioresample/gstaudioresample.c:
8123         * gst/audioresample/gstaudioresample.h:
8124         * gst/audioresample/resample.c:
8125         (resample_get_output_size_for_input):
8126         * gst/audioresample/resample.h:
8127         * gst/audioresample/resample_chunk.c:
8128         * gst/audioresample/resample_functable.c:
8129         * gst/audioresample/resample_ref.c:
8130           port to use basetransform; doesn't work in all cases yet
8131
8132 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8133
8134         * gst/audioconvert/gstaudioconvert.c:
8135         (gst_audio_convert_class_init), (gst_audio_convert_init),
8136         (audio_convert_get_unit_size), (audio_convert_transform_caps),
8137         (audio_convert_fixate_caps), (audio_convert_set_caps),
8138         (audio_convert_transform),
8139         (gst_audio_convert_buffer_to_default_format),
8140         (gst_audio_convert_buffer_from_default_format),
8141         (gst_audio_convert_channels):
8142         * gst/audioconvert/gstchannelmix.c:
8143         * gst/audioconvert/gstchannelmix.h:
8144           port to basetransform
8145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8146         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
8147         (gst_ffmpegcsp_get_unit_size):
8148         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8149         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
8150           fix for basetransform changes
8151
8152 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
8153
8154         * check/Makefile.am:
8155           Add CHECK_CFLAGS and LDFLAGS
8156
8157         * gst/playback/gstplaybasebin.c: (fill_buffer):
8158           GST_MESSAGE_SRC became a GObject
8159
8160 2005-08-24  Wim Taymans  <wim@fluendo.com>
8161
8162         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
8163         (gst_ring_buffer_clear_all):
8164         * gst-libs/gst/audio/gstringbuffer.h:
8165         Added function to clear the ringbuffer.
8166
8167 2005-08-24  Andy Wingo  <wingo@pobox.com>
8168
8169         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
8170         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
8171         of _open and _close.
8172
8173         * sys/v4l/gstv4lxoverlay.h:
8174         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
8175         an Xv connection here, instead of all the time. Make Xv only be
8176         loaded if you axe for it. Kindof a workaround for buggy behaviour
8177         of Xv when using remote xservers (XvQueryExtension would block).
8178         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
8179         replace the _open and _close public API. Only start the xv
8180         connection if necessary.
8181         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
8182
8183 2005-08-23  David Schleef  <ds@schleef.org>
8184
8185         * gst/audioresample/Makefile.am: Leet audioresampling code
8186         * gst/audioresample/buffer.c:
8187         * gst/audioresample/buffer.h:
8188         * gst/audioresample/debug.c:
8189         * gst/audioresample/debug.h:
8190         * gst/audioresample/functable.c:
8191         * gst/audioresample/functable.h:
8192         * gst/audioresample/gstaudioresample.c:
8193         * gst/audioresample/gstaudioresample.h:
8194         * gst/audioresample/resample.c:
8195         * gst/audioresample/resample.h:
8196         * gst/audioresample/resample_chunk.c:
8197         * gst/audioresample/resample_functable.c:
8198         * gst/audioresample/resample_ref.c:
8199
8200 2005-08-23  Wim Taymans  <wim@fluendo.com>
8201
8202         * examples/seeking/seek.c: (make_vorbis_pipeline),
8203         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
8204         Small seek updates.
8205
8206 2005-08-23  Andy Wingo  <wingo@pobox.com>
8207
8208         * gst-libs/gst/audio/gstbaseaudiosrc.c
8209         (gst_base_audio_src_fixate): Only fixate endianness if it is
8210         present in the caps.
8211
8212 2005-08-22  Andy Wingo  <wingo@pobox.com>
8213
8214         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
8215         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
8216         device-name property.
8217
8218         * gst-libs/gst/audio/gstaudiosrc.h:
8219         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
8220         close_device in the ring buffer, like gstaudiosink.
8221
8222         * ext/alsa/gstalsamixer.h:
8223         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
8224         macro to implement the interface without much code. Cleanups. 
8225
8226         * ext/alsa/gstalsasrc.h:
8227         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
8228         READY.
8229
8230         * ext/alsa/Makefile.am: Add new files.
8231         * ext/alsa/gstalsamixerelement.c: 
8232         * ext/alsa/gstalsamixerelement.c: Split element code out from
8233         mixer code so that alsasrc can be a mixer too.
8234
8235 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8236
8237         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8238         (GST_START_TEST):
8239         * check/elements/vorbisdec.c: (setup_vorbisdec),
8240         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
8241         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8242         (vorbis_handle_identification_packet),
8243         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
8244         (vorbis_handle_header_packet), (vorbis_dec_push),
8245         (vorbis_dec_chain):
8246           use the setup/teardown methods to save code.  save code is good.
8247
8248 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8249
8250         * check/Makefile.am:
8251           add ext dir for plugins
8252           add vorbisdec test conditionally
8253         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8254         (GST_START_TEST), (volume_suite):
8255           add a test with wrong caps
8256         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
8257         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
8258           add a vorbisdec test
8259         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
8260         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
8261           clean up debug output
8262         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8263           yay, fix a segfault/security issue in vorbisdec
8264           gst-launch fakesrc ! vorbisdec wasn't happy
8265         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
8266         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
8267         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
8268         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8269         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
8270         (gst_vorbisenc_set_metadata), (get_constraints_string),
8271         (update_start_message), (gst_vorbisenc_setup),
8272         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8273         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
8274         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
8275         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
8276         * ext/vorbis/vorbisenc.h:
8277           march in line
8278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8279         (gst_ffmpegcsp_transform):
8280           have the kow come home
8281         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8282           debug my func ptr
8283         * gst/volume/gstvolume.c: (volume_set_caps):
8284           add a debug
8285
8286 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8287
8288         * Makefile.am:
8289         * check/.cvsignore:
8290         * check/Makefile.am:
8291         * check/elements/.cvsignore:
8292         * check/elements/volume.c: (chain_func), (event_func),
8293         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
8294         (main):
8295         * configure.ac:
8296           add unit test structure for gst-plugins-base
8297           add a test for volume
8298         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
8299         (gst_volume_set_volume), (gst_volume_get_volume),
8300         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
8301         (volume_funcfind), (volume_process_float), (volume_process_int16),
8302         (volume_set_caps), (volume_transform), (volume_update_mute),
8303         (volume_update_volume), (volume_set_property),
8304         (volume_get_property):
8305           document a little; use basetransform vmethod _set_caps
8306
8307 2005-08-19  Andy Wingo  <wingo@pobox.com>
8308
8309         * ext/alsa/gstalsamixertrack.h:
8310         * ext/alsa/gstalsamixertrack.c:
8311         * ext/alsa/gstalsamixeroptions.h:
8312         * ext/alsa/gstalsamixeroptions.c:
8313         * ext/alsa/gstalsamixer.h:
8314         * ext/alsa/gstalsamixer.c: Port to 0.9.
8315
8316         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
8317         Remove gstalsa.c and alsaclock. No more cruft here.
8318         
8319 2005-08-18  Wim Taymans  <wim@fluendo.com>
8320
8321         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8322         (gst_base_rtp_depayload_chain),
8323         (gst_base_rtp_depayload_add_to_queue),
8324         (gst_base_rtp_depayload_push),
8325         (gst_base_rtp_depayload_queue_release):
8326         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8327         Fix for RTPBuffer changes.
8328
8329         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
8330         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
8331         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
8332         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
8333         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
8334         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
8335         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
8336         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
8337         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
8338         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
8339         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
8340         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
8341         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
8342         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
8343         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
8344         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
8345         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
8346         (gst_rtpbuffer_get_payload):
8347         * gst-libs/gst/rtp/gstrtpbuffer.h:
8348         Don't subclass GstBuffer but add methods and helper functions
8349         to construct and manipulate RTP packets in regular GstBuffers.
8350
8351 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
8352
8353         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8354           moved statement below switch
8355         * gst/volume/gstvolume.c: (gst_volume_class_init):
8356           added debug ptr
8357
8358 2005-08-16  Wim Taymans  <wim@fluendo.com>
8359
8360         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8361         (gst_base_audio_src_change_state):
8362         Open and close device in READY<->NULL state change.
8363
8364 2005-08-16  Andy Wingo  <wingo@pobox.com>
8365
8366         * examples/seeking/Makefile.am: Don't compile non-compiling
8367         compiled objects with the compiler.
8368
8369         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
8370         elements.
8371
8372 2005-08-12  Philippe Khalaf <burger@speedy.org>
8373         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8374         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8375           Made a thread to release the queue.
8376           Removed timestamp conversion for now.
8377
8378 2005-08-10  Philippe Khalaf <burger@speedy.org>
8379         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8380         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8381           Added rtp timestamp -> gst timestamp conversion.
8382           Fixed several problems with queue.
8383
8384 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8385
8386         * gst-libs/gst/audio/gstaudioclock.h:
8387         * gst-libs/gst/audio/gstaudiofilter.h:
8388         * gst-libs/gst/audio/gstaudiosink.h:
8389         * gst-libs/gst/audio/gstaudiosrc.h:
8390         * gst-libs/gst/audio/gstbaseaudiosink.h:
8391         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8392         * gst-libs/gst/audio/gstringbuffer.h:
8393         * gst-libs/gst/net/gstnetbuffer.h:
8394         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8395         * gst-libs/gst/rtp/gstrtpbuffer.h:
8396           Add padding (you will need to rebuild gst-plugins-base,
8397           gst-plugins and all applications afterwards!)
8398
8399 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8400
8401         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8402         (gst_riff_parse_chunk):
8403           Fix bug in debug message and add some more debug messages.
8404
8405 2005-08-08  Edward Hervey  <edward@fluendo.com>
8406
8407         * gst-libs/gst/riff/riff-media.c:
8408         backported updates since branch
8409
8410 2005-08-08  Andy Wingo  <wingo@pobox.com>
8411
8412         * gst-libs/gst/audio/gstbaseaudiosink.c
8413         (gst_base_audio_sink_change_state): Open the device in NULL->READY
8414         like good elements should. Close on READY->NULL too.
8415
8416         * gst-libs/gst/audio/gstaudiosink.c
8417         (gst_audioringbuffer_open_device,
8418         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
8419         (gst_audioringbuffer_release): Updates for new ring buffer API,
8420         hook into the new audio sink api.
8421
8422         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
8423         (GstAudioSinkClass.close): Just open and close the device -- no
8424         resource allocation or configuration.
8425         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
8426         vmethods, handle device setup and resource allocation.
8427
8428         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
8429         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
8430         base class API.
8431
8432         * gst-libs/gst/audio/gstringbuffer.h
8433         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
8434         New vmethods.
8435
8436         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
8437         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
8438         New API functions. The device should be opened before acquiring
8439         and closed after releasing.
8440
8441 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
8442
8443         * gst-libs/gst/interfaces/mixer.h:
8444           Reset padding to GST_PADDING.
8445
8446 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8447
8448         * gst/playback/gstplaybin.c: (remove_sinks):
8449           Remove visualization from parent explicitely; works around some
8450           apparent refcount issue that I haven't tracked down yet.
8451
8452 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8453
8454         * ext/alsa/gstalsasink.c: (set_hwparams):
8455           Assign debug category, add negotiation debug msgs.
8456
8457 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8458
8459         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
8460           Fix error code for file-not-found to NOT_FOUND.
8461
8462 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8463
8464         * common/gtk-doc-plugins.mak:
8465         * docs/plugins/Makefile.am:
8466         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8467         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8468           renamed to actual element names, so much nicer to look at
8469         * docs/plugins/tmpl/gstmultifdsink.sgml:
8470           remove
8471         * docs/plugins/tmpl/multifdsink.sgml:
8472         * docs/plugins/tmpl/tcpserversink.sgml:
8473           add
8474         * ext/alsa/gstalsa.c:
8475         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
8476         * ext/ogg/gstoggmux.c:
8477         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8478         * gst/playback/gstdecodebin.c:
8479         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8480         * gst/tcp/gsttcpserversink.c:
8481           various fixes and documentation additions
8482
8483 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8484
8485         * common/Makefile.am:
8486         * common/gstdoc-scangobj:
8487         * common/gtk-doc-plugins.mak:
8488         * common/gtk-doc.mak:
8489           add a custom scangobj that uses the registry
8490           add a custom gtk-doc-plugins.mak that uses it
8491           some doc build fixes
8492         * configure.ac:
8493         * docs/Makefile.am:
8494         * docs/plugins/Makefile.am:
8495         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8496         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8497         * docs/plugins/gst-plugins-base-plugins.types:
8498         * docs/plugins/tmpl/gstmultifdsink.sgml:
8499           add docs for one element, multifdsink
8500         * gst/adder/gstadder.h:
8501         * gst/volume/gstvolume.h:
8502           don't privatize enum
8503         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8504         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8505         (gst_sync_method_get_type), (gst_client_status_get_type),
8506         (gst_multifdsink_class_init),
8507         (gst_multifdsink_client_queue_buffer),
8508         (gst_multifdsink_handle_client_write):
8509         * gst/tcp/gstmultifdsink.h:
8510         * gst/tcp/gsttcp.h:
8511         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8512         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8513         (gst_tcpclientsink_render):
8514         * gst/tcp/gsttcpclientsink.h:
8515         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8516         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
8517         (gst_tcpclientsrc_start):
8518         * gst/tcp/gsttcpclientsrc.h:
8519         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8520         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
8521         * gst/tcp/gsttcpserversrc.h:
8522         * gst/typefind/gsttypefindfunctions.c:
8523           remove superfluous Type stuff
8524
8525 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8526
8527         * gst/playback/gstplaybin.c: (gen_video_element):
8528           Enable videoscale.
8529
8530 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8531
8532         * gst-libs/gst/gconf/gconf.c:
8533         * gst-libs/gst/gconf/gconf.h:
8534           Fix some Andy Problem [tm].
8535
8536 2005-08-04  Andy Wingo  <wingo@pobox.com>
8537
8538         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
8539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
8540         (gst_ffmpegcsp_get_size): Adapt to API changes.
8541
8542         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
8543         Implement an in-place do-nothing transform.
8544
8545 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8546
8547         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8548         (gst_ximagesink_renegotiate_size):
8549           Do not set new window sizes yet if we prepare a new buffer size
8550           for upstream renegotiation (software scaling) at some point in the
8551           future, because this new size waqs not actually accepted yet. Once
8552           accepted, renegotiation later on will set the new sizes just fine.
8553           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
8554           embedding testcase.
8555
8556 2005-08-03  Andy Wingo  <wingo@pobox.com>
8557
8558         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
8559         (gst_ximagesink_buffer_alloc): 
8560         Protect the height, width, and desired_caps with the pool_lock.
8561         Fixes videotestsrc ! queue ! ximagesink.
8562
8563 2005-08-02  Edward Hervey  <edward@fluendo.com>
8564
8565         * gst/volume/gstvolume.c:
8566         include left from controller cleanup
8567
8568 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
8569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
8570           Stop collectpads before calling the parent state
8571           change function on PAUSED->READY.
8572
8573 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
8574         * configure.ac:
8575           When testing for X libs, use the X CFlags 
8576         * gst/adder/gstadder.c: (gst_adder_change_state):
8577           Stop the collectpads before calling parent state change function
8578           on PAUSED->READY, otherwise we deadlock deactivating pads.
8579
8580 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
8581
8582         * configure.ac:
8583         * docs/libs/tmpl/gstcolorbalance.sgml:
8584         * docs/libs/tmpl/gstmixer.sgml:
8585         * examples/Makefile.am:
8586         * gst/sine/Makefile.am:
8587         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
8588         (gst_sinesrc_set_property), (plugin_init):
8589         * gst/sine/gstsinesrc.h:
8590         * gst/volume/Makefile.am:
8591         * gst/volume/gstvolume.c: (gst_volume_set_volume),
8592         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
8593         (volume_process_float), (volume_process_int16),
8594         (volume_set_property), (plugin_init):
8595         * gst/volume/gstvolume.h:
8596           deactivate and remove dparams (libgstcontrol)
8597
8598 2005-07-29  Wim Taymans  <wim@fluendo.com>
8599
8600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
8601         Convert me to BaseTransform!! help..
8602
8603 2005-07-29  Andy Wingo  <wingo@pobox.com>
8604
8605         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
8606         sinks.
8607
8608         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
8609         support of both endiannesses.
8610
8611 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8612
8613         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8614           Fix confusing debug message (s/event/query/)
8615
8616 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8617
8618         * gst/videotestsrc/videotestsrc.h:
8619           Use "_stdint.h" instead of <stdint.h>
8620
8621 2005-07-27  Wim Taymans  <wim@fluendo.com>
8622
8623         * ext/vorbis/Makefile.am:
8624         Revert wrong commit.
8625
8626 2005-07-27  Wim Taymans  <wim@fluendo.com>
8627
8628         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
8629         More compilation fixen.
8630
8631 2005-07-27  Wim Taymans  <wim@fluendo.com>
8632
8633         * gst-libs/gst/audio/gstbaseaudiosink.c:
8634         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8635         (gst_base_audio_sink_create_ringbuffer),
8636         (gst_base_audio_sink_change_state):
8637         Fix compilation.
8638
8639 2005-07-27  Wim Taymans  <wim@fluendo.com>
8640
8641         * examples/seeking/seek.c: (setup_dynamic_link),
8642         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
8643         (query_positions_elems), (query_positions_pads), (do_seek):
8644         Update seek example.
8645
8646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8647         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
8648         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
8649         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8650         (gst_ogg_demux_handle_event),
8651         (gst_ogg_demux_deactivate_current_chain),
8652         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8653         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8654         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
8655         (gst_ogg_demux_loop):
8656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8657         * ext/theora/theoradec.c: (theora_dec_src_event),
8658         (theora_dec_src_getcaps), (theora_dec_sink_event),
8659         (theora_dec_push), (theora_dec_chain):
8660         * ext/vorbis/Makefile.am:
8661         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
8662         (vorbis_dec_sink_event), (vorbis_dec_push),
8663         (vorbis_handle_data_packet):
8664         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
8665         (gst_vorbisenc_chain):
8666         * gst/playback/gststreaminfo.c: (cb_probe):
8667         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
8668         * gst/videorate/gstvideorate.c: (gst_videorate_event):
8669         * gst/videoscale/gstvideoscale.c:
8670         (gst_videoscale_handle_src_event):
8671         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
8672         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
8673         (gst_ximagesink_navigation_send_event):
8674         * sys/xvimage/xvimagesink.c:
8675         (gst_xvimagesink_navigation_send_event):
8676         Various event updates and cleanups
8677
8678 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8679
8680         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8681           Fix segfault for I420/YV12.
8682
8683 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8684
8685         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8686           Report bitrate.
8687
8688 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8689
8690         * gst/playback/gstplaybin.c: (gen_video_element),
8691         (gen_audio_element):
8692           Switch to auto*sink elements as default sinks; add volume element
8693           so that volume control in totem works.
8694
8695 2005-07-21  Wim Taymans  <wim@fluendo.com>
8696
8697         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8698         * gst/playback/gstplaybin.c: (setup_sinks),
8699         (gst_play_bin_change_state):
8700         Refcount fix and more comments.
8701
8702 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8703
8704         * sys/ximage/Makefile.am:
8705         * sys/ximage/ximage.c: (plugin_init):
8706         * sys/ximage/ximagesink.c:
8707         Prepare for adding ximagesrc, rename of plugin to ximage etc.
8708         
8709
8710 2005-07-21  Wim Taymans  <wim@fluendo.com>
8711
8712         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8713         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8714         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8715         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8716         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8717         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8718         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8719         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8720         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8721         Generate correct disconts for live chained oggs.
8722
8723         * gst-libs/gst/audio/gstbaseaudiosink.c:
8724         (gst_base_audio_sink_render),
8725         (gst_base_audio_sink_create_ringbuffer),
8726         (gst_base_audio_sink_change_state):
8727         Handle discont math correctly.
8728
8729         * gst/playback/gstplaybin.c: (add_sink):
8730         Some small debug cleanup.
8731
8732 2005-07-21  Wim Taymans  <wim@fluendo.com>
8733
8734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8735         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8736         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8737         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8738         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8739         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8740         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8741         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8742         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8743         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8744         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8745         (gst_ogg_demux_change_state), (gst_ogg_print):
8746         Reorganize code to send the right disconts when in streaming
8747         mode.
8748
8749 2005-07-20  Andy Wingo  <wingo@pobox.com>
8750
8751         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8752         fix (?), fixes a seggie mcfalterson (#310894).
8753
8754 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8755
8756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8757         (gst_ogg_mux_set_header_on_caps):
8758         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8760         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8761         * gst-libs/gst/audio/multichannel.c:
8762         (gst_audio_set_channel_positions),
8763         (gst_audio_set_structure_channel_positions_list):
8764         * gst/playback/gstdecodebin.c: (dynamic_create):
8765         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8766         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8767           Fixes for API changes in core.
8768
8769 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8770
8771         * gst/playback/gstplaybasebin.c: (fill_buffer):
8772           Use _new_custom() so we can set custom message types for buffering
8773           messages.
8774
8775 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8776
8777         * configure.ac:
8778         * gst-libs/gst/Makefile.am:
8779         * gst-libs/gst/gconf/.cvsignore:
8780         * gst-libs/gst/gconf/Makefile.am:
8781         * gst-libs/gst/gconf/test-gconf.c:
8782         * pkgconfig/Makefile.am:
8783         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8784         * pkgconfig/gstreamer-gconf.pc.in:
8785           Remove gconf stuff, use gconf elements instead from now on.
8786
8787 2005-07-20  Wim Taymans  <wim@fluendo.com>
8788
8789         * gst-libs/gst/audio/TODO:
8790         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8791         (gst_audio_clock_get_internal_time):
8792         * gst-libs/gst/audio/gstaudioclock.h:
8793         * gst-libs/gst/audio/gstbaseaudiosink.c:
8794         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8795         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8796         (gst_base_audio_sink_render),
8797         (gst_base_audio_sink_create_ringbuffer),
8798         (gst_base_audio_sink_change_state):
8799         Make sure the audio clock always returns an increasing value.
8800
8801 2005-07-19  Andy Wingo  <wingo@pobox.com>
8802
8803         * gst/videotestsrc/: Cleanups.
8804
8805 2005-07-19  Wim Taymans  <wim@fluendo.com>
8806
8807         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8808         Better debugging.
8809
8810 2005-07-19  Wim Taymans  <wim@fluendo.com>
8811
8812         * examples/seeking/seek.c: (make_dv_pipeline),
8813         (make_vorbis_theora_pipeline), (query_rates),
8814         (query_positions_elems), (query_positions_pads), (do_seek):
8815         Make correct DV pipeline.
8816
8817 2005-07-18  Andy Wingo  <wingo@pobox.com>
8818
8819         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8820         default. Also because it's the only thing that really works. (This
8821         is used in the GConf elements).
8822         Use AS_LIBTOOL_TAGS.
8823
8824 2005-07-18  Wim Taymans  <wim@fluendo.com>
8825
8826         * gst/playback/gstdecodebin.c: (remove_element_chain):
8827         * gst/playback/gstplaybin.c: (add_sink):
8828         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8829         (gst_stream_info_set_mute):
8830         * gst/playback/gststreamselector.c:
8831         (gst_stream_selector_get_linked_pad),
8832         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8833         More leak and compile fixes.
8834
8835 2005-07-18  Wim Taymans  <wim@fluendo.com>
8836
8837         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8838         (query_rates), (query_positions_elems), (query_positions_pads),
8839         (do_seek), (seek_cb), (stop_seek):
8840         Updated seek example. 
8841
8842         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8843         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8844         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8845         * gst/playback/gstplaybin.c: (add_sink):
8846         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8847         (gst_stream_info_set_mute):
8848         Some refcount leak fixes.
8849
8850 2005-07-16  Wim Taymans  <wim@fluendo.com>
8851
8852         * gst-libs/gst/audio/gstbaseaudiosink.c:
8853         (gst_base_audio_sink_render):
8854         Align samples even if we have roundoff errors in the 
8855         timestamp conversion.
8856
8857 2005-07-16  Wim Taymans  <wim@fluendo.com>
8858
8859         * docs/libs/tmpl/gstringbuffer.sgml:
8860         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8861         (query_rates), (query_positions_elems), (query_positions_pads),
8862         (update_scale), (do_seek):
8863         Updated seek example.
8864
8865         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8866         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8867         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8868         (gst_ogg_demux_loop):
8869         Push out correct discont values.
8870
8871         * ext/theora/theoradec.c: (theora_dec_src_convert),
8872         (theora_dec_sink_convert), (theora_dec_src_getcaps),
8873         (theora_dec_sink_event), (theora_handle_type_packet),
8874         (theora_handle_header_packet), (theora_dec_push),
8875         (theora_handle_data_packet), (theora_dec_chain),
8876         (theora_dec_change_state):
8877         Better timestamping.
8878
8879         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8880         (vorbis_dec_sink_event), (vorbis_dec_push),
8881         (vorbis_handle_data_packet), (vorbis_dec_chain):
8882         * ext/vorbis/vorbisdec.h:
8883         Better timestamping.
8884
8885         * gst-libs/gst/audio/gstbaseaudiosink.c:
8886         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8887         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8888         Handle syncing on timestamps instead of sample offsets. Make
8889         use of DISCONT values as described in design docs.
8890
8891         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8892         (gst_base_audio_src_get_time):
8893         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8894         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8895         (gst_ring_buffer_read):
8896         * gst-libs/gst/audio/gstringbuffer.h:
8897         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8898         (gst_ximagesink_show_frame):
8899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8900         Correcly convert buffer timestamp to stream time.
8901
8902 2005-07-16  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst/audioconvert/gstaudioconvert.c:
8905         (gst_audio_convert_get_buffer):
8906         Timestamp buffers correctly.
8907
8908         * gst/playback/gstplaybin.c: (gen_video_element):
8909         Make internal fakesink silent.
8910
8911 2005-07-15  Wim Taymans  <wim@fluendo.com>
8912
8913         * gst/ffmpegcolorspace/Makefile.am:
8914         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8915         (gst_ffmpegcsp_caps_remove_format_info),
8916         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8917         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8918         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8919         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8920         Ported ffmpegcolorspace to basetransform.
8921
8922         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8923         * gst/volume/gstvolume.c: (volume_transform):
8924         Ported to new API.
8925
8926 2005-07-14  Wim Taymans  <wim@fluendo.com>
8927
8928         * gst/videotestsrc/Makefile.am:
8929         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8930         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8931         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8932         (gst_videotestsrc_init), (gst_videotestsrc_event),
8933         (gst_videotestsrc_create), (gst_videotestsrc_start),
8934         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8935         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8936         (gst_videotestsrc_get_property):
8937         * gst/videotestsrc/gstvideotestsrc.h:
8938         Make videotestsrc a pushsrc.
8939
8940 2005-07-14  Wim Taymans  <wim@fluendo.com>
8941
8942         * gst/tcp/gstfdset.c: (gst_fdset_free):
8943         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8944         (gst_multifdsink_add), (gst_multifdsink_remove),
8945         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8946         (gst_multifdsink_remove_client_link),
8947         (gst_multifdsink_client_queue_data),
8948         (gst_multifdsink_client_queue_caps),
8949         (gst_multifdsink_client_queue_buffer),
8950         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8951         (gst_multifdsink_stop):
8952         * gst/tcp/gstmultifdsink.h:
8953         0.8 backporting.
8954
8955         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8956         Also draw image when not from a pool.
8957
8958 2005-07-14  Wim Taymans  <wim@fluendo.com>
8959
8960         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8961         (mute_stream), (silence_stream):
8962         Small debug additions.
8963
8964 2005-07-14  Wim Taymans  <wim@fluendo.com>
8965
8966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8967         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8968         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8969         Better error recovery, ignore unconnected pads and
8970         non-fatal errors.
8971
8972 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8973
8974         * docs/libs/tmpl/gstaudio.sgml:
8975         * docs/libs/tmpl/gstcolorbalance.sgml:
8976         * docs/libs/tmpl/gstgconf.sgml:
8977         * docs/libs/tmpl/gstmixer.sgml:
8978         * docs/libs/tmpl/gstringbuffer.sgml:
8979         * docs/libs/tmpl/gsttuner.sgml:
8980         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8981         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8982         (gst_tcpclientsrc_class_init):
8983         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8984         (gst_tcpserversrc_class_init):
8985         * sys/v4l/gstv4lelement.c:
8986           more autistic cleanliness in functions/names/defines
8987
8988 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8989
8990         * configure.ac:
8991           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
8992           added manually to each Makefile.am so we are sure it goes
8993           *last* and doesn't add -L flags before linking in libs of our
8994           own, like, say, internal .la libs, that then accidentally pick
8995           up the installed copy.
8996         * docs/libs/Makefile.am:
8997         * ext/alsa/Makefile.am:
8998         * ext/cdparanoia/Makefile.am:
8999         * ext/gnomevfs/Makefile.am:
9000         * ext/libvisual/Makefile.am:
9001         * ext/ogg/Makefile.am:
9002         * ext/theora/Makefile.am:
9003         * ext/vorbis/Makefile.am:
9004         * gst-libs/gst/video/Makefile.am:
9005         * gst/adder/Makefile.am:
9006         * gst/audioconvert/Makefile.am:
9007         * gst/audiorate/Makefile.am:
9008         * gst/audioscale/Makefile.am:
9009         * gst/ffmpegcolorspace/Makefile.am:
9010         * gst/playback/Makefile.am:
9011         * gst/sine/Makefile.am:
9012         * gst/subparse/Makefile.am:
9013         * gst/tags/Makefile.am:
9014         * gst/tcp/Makefile.am:
9015         * gst/typefind/Makefile.am:
9016         * gst/videorate/Makefile.am:
9017         * gst/videoscale/Makefile.am:
9018         * gst/videotestsrc/Makefile.am:
9019         * gst/volume/Makefile.am:
9020         * sys/v4l/Makefile.am:
9021         * sys/ximage/Makefile.am:
9022         * sys/xvimage/Makefile.am:
9023           adapt properly to this change. This should make sure that
9024           plugins and libs properly link to the as-yet-uninstalled
9025           copies of stuff like libgstinterfaces and libgstvideo
9026
9027 2005-07-13  Andy Wingo  <wingo@pobox.com>
9028
9029         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
9030         (gst_v4lsrc_fixate): Fixate on format as well.
9031
9032         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
9033         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
9034         buffer points to it.
9035         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
9036         rather just doing X calls ourselves. Also fixes a memleak.
9037
9038 2005-07-12  Andy Wingo  <wingo@pobox.com>
9039
9040         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
9041         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
9042         (gst_v4lsrc_create): Re-add the copy-mode property, default to
9043         TRUE to avoid deadlocks if an element holds on to our buffers.
9044
9045 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9046
9047         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9048         (gst_sinesrc_init), (gst_sinesrc_create),
9049         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9050         (gst_sinesrc_start):
9051         * gst/sine/gstsinesrc.h:
9052           removing num-buffers property before moving it
9053
9054 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9055
9056         * configure.ac:
9057           use overridable ERROR_CFLAGS
9058         * docs/libs/gst-plugins-base-libs.types:
9059         * docs/libs/tmpl/gstringbuffer.sgml:
9060         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9061         (gst_alsasink_class_init):
9062         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9063         (gst_alsasrc_class_init):
9064         * gst-libs/gst/audio/audio.h:
9065         * gst-libs/gst/audio/gstaudioclock.h:
9066         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9067         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
9068         (gst_audio_filter_link), (gst_audio_filter_init),
9069         (gst_audio_filter_chain), (gst_audio_filter_set_property),
9070         (gst_audio_filter_get_property),
9071         (gst_audio_filter_class_add_pad_templates):
9072         * gst-libs/gst/audio/gstaudiofilter.h:
9073         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9074         (gst_audio_filter_template_get_type),
9075         (gst_audio_filter_template_base_init),
9076         (gst_audio_filter_template_class_init),
9077         (gst_audio_filter_template_init),
9078         (gst_audio_filter_template_set_property),
9079         (gst_audio_filter_template_get_property), (plugin_init),
9080         (gst_audio_filter_template_setup),
9081         (gst_audio_filter_template_filter),
9082         (gst_audio_filter_template_filter_inplace):
9083         * gst-libs/gst/audio/gstaudiosink.c:
9084         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9085         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
9086         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9087         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9088         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
9089         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
9090         * gst-libs/gst/audio/gstaudiosink.h:
9091         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9092         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9093         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9094         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
9095         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
9096         (gst_audio_src_class_init), (gst_audio_src_init),
9097         (gst_audio_src_create_ringbuffer):
9098         * gst-libs/gst/audio/gstaudiosrc.h:
9099         * gst-libs/gst/audio/gstbaseaudiosink.c:
9100         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
9101         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
9102         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
9103         (gst_base_audio_sink_set_property),
9104         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
9105         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
9106         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
9107         (gst_base_audio_sink_create_ringbuffer),
9108         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
9109         * gst-libs/gst/audio/gstbaseaudiosink.h:
9110         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9111         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
9112         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
9113         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
9114         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
9115         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
9116         (gst_base_audio_src_event), (gst_base_audio_src_create),
9117         (gst_base_audio_src_create_ringbuffer),
9118         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
9119         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9120         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
9121         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
9122         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
9123         (gst_ring_buffer_debug_spec_caps),
9124         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
9125         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9126         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9127         (gst_ring_buffer_start), (gst_ring_buffer_pause),
9128         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
9129         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9130         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
9131         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9132         (gst_ring_buffer_clear):
9133         * gst-libs/gst/audio/gstringbuffer.h:
9134         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9135         (gst_video_sink_class_init), (gst_video_sink_get_type):
9136         * gst-libs/gst/video/videosink.h:
9137         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9138         (gst_multifdsink_class_init),
9139         (gst_multifdsink_handle_client_write),
9140         (gst_multifdsink_change_state):
9141         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9142         (gst_tcpclientsink_setcaps):
9143         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9144         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
9145         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
9146         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
9147         (gst_ximagesink_send_pending_navigation),
9148         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
9149         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
9150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9151         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9152         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
9153         (gst_xvimagesink_send_pending_navigation),
9154         (gst_xvimagesink_navigation_send_event),
9155         (gst_xvimagesink_set_xwindow_id),
9156         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
9157         (gst_xvimagesink_get_type):
9158         more macro splitting
9159
9160 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9161
9162         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9163           plug a memleak, allows me to import 1479 albums in one go
9164           in jamboree
9165         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9166         (vorbis_handle_type_packet), (vorbis_dec_chain),
9167         (vorbis_dec_change_state):
9168           fix some format strings
9169
9170 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9171
9172         * docs/libs/tmpl/gstcolorbalance.sgml:
9173         * docs/libs/tmpl/gstmixer.sgml:
9174         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9175         (gst_alsasink_set_property), (gst_alsasink_get_property):
9176         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9177         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
9178           add device property
9179
9180 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9181
9182         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9183         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9184         (audiocast_register_listener), (audiocast_thread_run),
9185         (gst_gnomevfssrc_send_additional_headers_callback),
9186         (gst_gnomevfssrc_received_headers_callback),
9187         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
9188         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
9189         (gst_gnomevfssrc_get_size):
9190           add/clean up debugging
9191         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
9192           cleanups
9193
9194 2005-07-07  Andy Wingo  <wingo@pobox.com>
9195
9196         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
9197         framerate. Need to get a handle on when exactly this function is
9198         called, tho.
9199
9200         * sys/v4l/v4lsrc_calls.h:
9201         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
9202         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
9203         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
9204
9205         * sys/v4l/v4l_calls.h: Cast to V4lElement.
9206         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
9207         v4lelements are sources.
9208
9209         * sys/v4l/gstv4lxoverlay.h:
9210         * sys/v4l/gstv4lxoverlay.c:
9211         * sys/v4l/gstv4ltuner.h:
9212         * sys/v4l/gstv4ltuner.c: Header loc fixen.
9213         
9214         * sys/v4l/gstv4lsrc.h:
9215         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
9216         PushSrc/BaseSrc. Removed most sync-related properties, videorate
9217         or something should handle that. Made a live source.
9218
9219         * sys/v4l/gstv4lelement.h:
9220         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
9221         signals. Some cleanups.
9222
9223         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
9224
9225         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
9226         stuff.
9227
9228         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
9229         stuff.
9230
9231         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
9232
9233 2005-07-07  Wim Taymans  <wim@fluendo.com>
9234
9235         * ext/theora/theoradec.c: (theora_get_query_types),
9236         (theora_dec_src_getcaps), (theora_dec_push):
9237         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
9238         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
9239         Remove deprecated/unused query types.
9240
9241 2005-07-06  Wim Taymans  <wim@fluendo.com>
9242
9243         * ext/alsa/Makefile.am:
9244         * ext/alsa/gstalsaplugin.c: (plugin_init):
9245         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9246         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9247         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
9248         (gst_alsasrc_class_init), (gst_alsasrc_init),
9249         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
9250         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
9251         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
9252         (gst_alsasrc_reset):
9253         * ext/alsa/gstalsasrc.h:
9254         * gst-libs/gst/audio/Makefile.am:
9255         * gst-libs/gst/audio/gstaudiosink.c:
9256         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9257         (gst_audioringbuffer_start):
9258         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9259         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9260         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
9261         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9262         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9263         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9264         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
9265         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
9266         * gst-libs/gst/audio/gstaudiosrc.h:
9267         * gst-libs/gst/audio/gstbaseaudiosink.c:
9268         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9269         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
9270         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
9271         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9272         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
9273         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
9274         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
9275         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
9276         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
9277         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
9278         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
9279         (gst_baseaudiosrc_change_state):
9280         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9281         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9282         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
9283         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
9284         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9285         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
9286         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
9287         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
9288         * gst-libs/gst/audio/gstringbuffer.h:
9289         Added audiosource base classes.
9290         Ported alsasrc, still very basic.
9291
9292 2005-07-06  Wim Taymans  <wim@fluendo.com>
9293
9294         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
9295         (theora_dec_push), (theora_handle_data_packet):
9296         Prepare for better timestamp fix later.
9297
9298         * gst/audioconvert/gstaudioconvert.c:
9299         List most accurate caps first
9300
9301         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
9302         Use proper pad task function.
9303
9304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9305         (gst_xvimagesink_show_frame):
9306         Fix deadlock when alloc failed.
9307
9308 2005-07-05  Andy Wingo  <wingo@pobox.com>
9309
9310         * ext/gnomevfs/gstgnomevfssrc.c:
9311         * gst/sine/gstsinesrc.c:
9312         * gst/tcp/gsttcpserversrc.c:
9313         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
9314
9315         * sys/v4l/: Port from 0.8.
9316
9317         * Many files: Null if we got it....
9318
9319 2005-07-05  Andy Wingo  <wingo@pobox.com>
9320
9321         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
9322         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
9323         Signedness fixes.
9324
9325 2005-07-05  Wim Taymans  <wim@fluendo.com>
9326
9327         * configure.ac:
9328         * gst/tcp/Makefile.am:
9329         * gst/tcp/README:
9330         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9331         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
9332         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9333         (is_sync_frame), (gst_multifdsink_handle_client_write),
9334         (gst_multifdsink_render), (gst_multifdsink_start),
9335         (gst_multifdsink_stop), (gst_multifdsink_change_state):
9336         * gst/tcp/gstmultifdsink.h:
9337         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
9338         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
9339         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
9340         * gst/tcp/gsttcp.h:
9341         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9342         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
9343         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
9344         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
9345         * gst/tcp/gsttcpclientsink.h:
9346         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9347         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
9348         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
9349         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
9350         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
9351         * gst/tcp/gsttcpclientsrc.h:
9352         * gst/tcp/gsttcpplugin.c: (plugin_init):
9353         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
9354         * gst/tcp/gsttcpserversink.h:
9355         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9356         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
9357         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
9358         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
9359         (gst_tcpserversrc_stop):
9360         * gst/tcp/gsttcpserversrc.h:
9361         * gst/tcp/gsttcpsink.c:
9362         * gst/tcp/gsttcpsink.h:
9363         * gst/tcp/gsttcpsrc.c:
9364         * gst/tcp/gsttcpsrc.h:
9365         Ported tcp plugins to 0.9. 
9366         
9367
9368 2005-07-05  Andy Wingo  <wingo@pobox.com>
9369
9370         * gst/playback/gstplaybasebin.c (fill_buffer):
9371         message_new_application fixen.
9372
9373         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
9374         Style fix.
9375
9376 2005-07-04  Wim Taymans  <wim@fluendo.com>
9377
9378         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9379         Set caps on output buffer.
9380
9381 2005-07-04  Andy Wingo  <wingo@pobox.com>
9382
9383         * ext/gnomevfs/gstgnomevfssrc.c
9384         (gst_gnomevfssrc_received_headers_callback) 
9385         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
9386         hopefully.
9387
9388         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
9389         No refcount leakage.
9390
9391         * configure.ac: Enable -Werror.
9392         
9393         * ext/theora/theoradec.c (theora_dec_src_getcaps):
9394         * gst/audioconvert/bufferframesconvert.c
9395         (buffer_frames_convert_fixate):
9396         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
9397         (gst_audio_convert_fixate):
9398         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
9399         (gst_sinesrc_create): Fixate func changes.
9400         
9401         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9402         (gst_ximagesink_buffer_alloc): Unused var.
9403
9404 2005-07-01  Andy Wingo  <wingo@pobox.com>
9405
9406         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
9407         getcaps to do explicit caps. Needs to be done in all decoders,
9408         possibly via a base class.
9409
9410         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
9411
9412         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
9413         caps on the sink pad, just rely on the pad template. Also, setting
9414         ANY caps on a pad is not valid because the caps are not fixed.
9415
9416         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
9417         caps on the buffer, and get the width from the desired_caps if
9418         they're set.
9419         (gst_ximagesink_renegotiate_size): Implement via setting the
9420         desired_caps on the ximagesink.
9421         (gst_ximagesink_setcaps): Only reset the width of the player if it
9422         wasn't already set. Not sure if this is right.
9423         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
9424
9425         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
9426         that the user wants. NULL unless the window has been resized.
9427
9428         * gst/volume/gstvolume.c (volume_transform): Adapt to
9429         basetransform refcount changes.
9430         
9431 2005-07-01  Andy Wingo  <wingo@pobox.com>
9432
9433         * gst/videoscale/gstvideoscale.c:
9434         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
9435         from BaseTransform, implements a transform_caps. Removed dead code
9436         including some PAR stuff that was never reached -- should probably
9437         be added back somehow.
9438
9439 2005-07-01  Andy Wingo  <wingo@pobox.com>
9440
9441         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
9442         come later.
9443
9444 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9445
9446         * configure.ac:
9447         * docs/libs/Makefile.am:
9448         * docs/libs/gst-plugins-libs.types:
9449         * ext/alsa/Makefile.am:
9450         * ext/alsa/gstalsamixer.h:
9451         * ext/alsa/gstalsamixeroptions.h:
9452         * ext/alsa/gstalsamixertrack.h:
9453         * gst-libs/gst/Makefile.am:
9454         * gst-libs/gst/colorbalance/.cvsignore:
9455         * gst-libs/gst/colorbalance/Makefile.am:
9456         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9457         * gst-libs/gst/colorbalance/colorbalance.c:
9458         * gst-libs/gst/colorbalance/colorbalance.h:
9459         * gst-libs/gst/colorbalance/colorbalance.vcproj:
9460         * gst-libs/gst/colorbalance/colorbalancechannel.c:
9461         * gst-libs/gst/colorbalance/colorbalancechannel.h:
9462         * gst-libs/gst/interfaces/Makefile.am:
9463         * gst-libs/gst/interfaces/colorbalance.c:
9464         (gst_color_balance_class_init):
9465         * gst-libs/gst/interfaces/colorbalance.h:
9466         * gst-libs/gst/interfaces/interfaces-marshal.list:
9467         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
9468         * gst-libs/gst/interfaces/mixer.h:
9469         * gst-libs/gst/interfaces/mixeroptions.h:
9470         * gst-libs/gst/interfaces/navigation.c:
9471         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
9472         * gst-libs/gst/interfaces/tuner.h:
9473         * gst/volume/Makefile.am:
9474         * gst/volume/gstvolume.c:
9475         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9476         * sys/ximage/Makefile.am:
9477         * sys/ximage/ximagesink.c:
9478         * sys/xvimage/Makefile.am:
9479         * sys/xvimage/xvimagesink.c:
9480           fold in all interfaces into an interfaces dir, preserving CVS
9481           history
9482
9483 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9484
9485         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9486           Fix build after riff changes.
9487
9488 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9489
9490         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9491         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9492         (gst_riff_create_video_template_caps),
9493         (gst_riff_create_audio_template_caps),
9494         (gst_riff_create_iavs_template_caps):
9495         * gst-libs/gst/riff/riff-media.h:
9496         * gst-libs/gst/riff/riff-read.h:
9497         * gst-libs/gst/riff/riff.c: (gst_riff_init):
9498           Add gst_riff_init() to initialize the debug category, instead
9499           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
9500
9501 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9502
9503         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
9504           Oops, I shouldn't apply hacks.
9505
9506 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9507
9508         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
9509           Remove pad_loop function which doesn't work.
9510
9511 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9512
9513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
9514           Send EOS when deactivating.
9515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9516         (check_queue), (queue_threshold_reached), (queue_out_of_data),
9517         (gen_preroll_element), (probe_triggered), (mute_stream),
9518         (silence_stream), (new_decoded_pad), (setup_substreams),
9519         (set_active_source):
9520         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
9521         (remove_sinks), (add_sink):
9522         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
9523           Change for new probe API.
9524
9525 2005-06-29  Wim Taymans  <wim@fluendo.com>
9526
9527         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
9528         * gst-libs/gst/audio/gstbaseaudiosink.c:
9529         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9530         (gst_baseaudiosink_change_state):
9531         * gst-libs/gst/audio/gstbaseaudiosink.h:
9532         * gst-libs/gst/audio/gstringbuffer.c:
9533         (gst_ringbuffer_set_callback):
9534         Fix compilation error.
9535         Ringbuffer starts out as not running.
9536         Free our clock in dispose.
9537         When releasing the ringbuffer we need to renegotiate so
9538         clear the pad caps.
9539
9540 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9541
9542         * autogen.sh:
9543         * configure.ac:
9544         * docs/Makefile.am:
9545         * docs/libs/Makefile.am:
9546         * docs/libs/gst-plugins-libs-docs.sgml:
9547         * docs/libs/gst-plugins-libs-sections.txt:
9548         * docs/libs/gst-plugins-libs.types:
9549         * docs/libs/tmpl/gstaudio.sgml:
9550         * docs/libs/tmpl/gstcolorbalance.sgml:
9551         * docs/libs/tmpl/gstringbuffer.sgml:
9552         * gst-libs/gst/audio/gstringbuffer.c:
9553         (gst_ringbuffer_set_callback):
9554           reinstate gtk-doc docs for plugin libs
9555
9556 2005-06-28  Wim Taymans  <wim@fluendo.com>
9557
9558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9559         (gst_ogg_demux_init):
9560         Removed pad loop function.
9561
9562 2005-06-28  Wim Taymans  <wim@fluendo.com>
9563
9564         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9565         If we're building a chain we are not in an error case
9566         when we queue a buffer.
9567
9568 2005-06-28  Andy Wingo  <wingo@pobox.com>
9569
9570         * *.c: Don't cast to GstObject before reffing/unreffing.
9571
9572 2005-06-27  Andy Wingo  <wingo@pobox.com>
9573
9574         * gst/videotestsrc/gstvideotestsrc.c
9575         (gst_videotestsrc_activate_push): Activation API changes.
9576
9577         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
9578         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
9579         they have refs on the decodebin.
9580
9581         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
9582         parent class.
9583         (gst_ogg_pad_typefind): Don't leak a pad ref.
9584         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
9585         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
9586         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
9587
9588 2005-06-27  Edward Hervey  <edward@fluendo.com>
9589
9590         * ext/theora/theoradec.c: (theora_dec_change_state): 
9591         re-arranged call to parent's state change in order to avoid locks (or
9592         worse).
9593
9594 2005-06-26  Edward Hervey  <edward@fluendo.com>
9595
9596         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9597         2nd argument of 'unknow-type' signal is a GstCaps and not a
9598         GstMiniObject
9599
9600 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
9601         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
9602           Set the worker thread's running flag to TRUE before starting the
9603           thread.
9604         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9605           Catch a failure to add typefind to the bin.
9606
9607 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9608
9609         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9610         (gst_sinesrc_init), (gst_sinesrc_create),
9611         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9612         (gst_sinesrc_start):
9613         * gst/sine/gstsinesrc.h:
9614           add num-buffers and timestamp-offset properties
9615         * gst/videotestsrc/gstvideotestsrc.c:
9616         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
9617         (gst_videotestsrc_get_property):
9618           add timestamp-offset property
9619
9620 2005-06-23  Christian Schaller  <uraeus@gnome.org>
9621
9622         * configure.ac: add videorate
9623         * gst-plugins-base.spec.in: add videorate
9624
9625 2005-06-23  Wim Taymans  <wim@fluendo.com>
9626
9627         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9628         (gst_videorate_getcaps), (gst_videorate_setcaps),
9629         (gst_videorate_event), (gst_videorate_chain):
9630         Fixed videorate, fixating an already fixated caps is not
9631         an error.
9632
9633 2005-06-23  Wim Taymans  <wim@fluendo.com>
9634
9635         * ext/ogg/README:
9636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
9637         Buffer on caps is not boxed anymore.
9638
9639 2005-06-22  Wim Taymans  <wim@fluendo.com>
9640
9641         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9642         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9643         Set buffers on caps as miniobjects and not as boxed.
9644
9645 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9646
9647         * configure.ac:
9648           back to HEAD
9649
9650 === release 0.9.1 ===
9651
9652 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9653
9654         * .cvsignore:
9655         * NEWS:
9656         * README:
9657         * RELEASE:
9658         * configure.ac:
9659         * po/af.po:
9660         * po/az.po:
9661         * po/cs.po:
9662         * po/en_GB.po:
9663         * po/hu.po:
9664         * po/it.po:
9665         * po/nb.po:
9666         * po/nl.po:
9667         * po/or.po:
9668         * po/sq.po:
9669         * po/sr.po:
9670         * po/sv.po:
9671         * po/uk.po:
9672         * po/vi.po:
9673           updates for release
9674
9675 2005-06-09  Andy Wingo  <wingo@pobox.com>
9676
9677         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9678         
9679 2005-06-09  Andy Wingo  <wingo@pobox.com>
9680
9681         * configure.ac:
9682         * gst-libs/gst/Makefile.am:
9683         * gst-libs/gst/net/Makefile.am:
9684         Add gstnet to build.
9685
9686 2005-06-09  Andy Wingo  <wingo@pobox.com>
9687
9688         * gst-libs/gst/gconf/gconf.c:
9689         * gst/playback/test.c:
9690         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9691         fixes.
9692
9693         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9694
9695         * ext/theora/theoraenc.c (theora_enc_chain): 
9696         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9697
9698         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9699         RealPad.
9700
9701 2005-06-02  Wim Taymans  <wim@fluendo.com>
9702
9703         * gst-libs/gst/net/Makefile.am:
9704         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9705         * pkgconfig/gstreamer-libs.pc.in:
9706         Added net stuff, version net lib.
9707
9708 2005-06-02  Wim Taymans  <wim@fluendo.com>
9709
9710         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9711         (query_rates), (query_positions_elems), (query_positions_pads),
9712         (do_seek):
9713         Updated seek example.
9714
9715 2005-06-02  Andy Wingo  <wingo@pobox.com>
9716
9717         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9718         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9719         list.
9720
9721         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9722         remove the typefind, the bin dispose will do it for us. When it's
9723         removed and unreffed, the signal handler will be disconnected,
9724         too.
9725         (unlinked): It's too difficult to disconnect from unlinked
9726         handlers, as they are on pads not elements. Just punt if the pads
9727         aren't grandkids of the bin.
9728
9729 2005-06-02  Wim Taymans  <wim@fluendo.com>
9730
9731         * ext/ogg/README:
9732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9733         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9734         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9735         * ext/theora/theoradec.c: (theora_dec_src_query),
9736         (theora_handle_data_packet):
9737         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9738         (theora_enc_chain):
9739         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9740         (vorbis_handle_data_packet):
9741         * gst/audioconvert/bufferframesconvert.c:
9742         (buffer_frames_convert_chain):
9743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9744         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9745         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9746         (gst_ffmpegcsp_chain):
9747         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9748         (gst_videorate_getcaps), (gst_videorate_setcaps),
9749         (gst_videorate_event), (gst_videorate_chain):
9750         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9751         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9752         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9753         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9754         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9755         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9756         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9757         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9758         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9759         Cleanups and buffer alloc.
9760
9761 2005-05-31  Wim Taymans  <wim@fluendo.com>
9762
9763         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9764         Don't try to call the delay method when the device is not
9765         opened.
9766
9767 2005-05-31  Wim Taymans  <wim@fluendo.com>
9768
9769         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9770         Get actual segment size and buffer size after opening
9771         the device.
9772
9773 2005-05-30  Wim Taymans  <wim@fluendo.com>
9774
9775         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9776         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9777         Also FLUSH upstream, makes the loop function exit faster.
9778         
9779         * ext/theora/theoradec.c: (theora_dec_src_query):
9780         Some more debug info in the query.
9781         
9782         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9783         (gst_ximagesink_setcaps):
9784         Release lock on par error, better error reporting.
9785
9786 2005-05-26  Wim Taymans  <wim@fluendo.com>
9787
9788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9789         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9790         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9791         Clear chains in READY
9792         Queue packets until the chain is activated.
9793
9794 2005-05-25  Wim Taymans  <wim@fluendo.com>
9795
9796         * gst-libs/gst/audio/gstaudiosink.c:
9797         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9798         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9799         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9800         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9801         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9802         (gst_audiosink_create_ringbuffer):
9803         * gst-libs/gst/audio/gstbaseaudiosink.c:
9804         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9805         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9806         (gst_baseaudiosink_set_property), (build_linear_format),
9807         (debug_spec_caps), (debug_spec_buffer),
9808         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9809         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9810         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9811         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9812         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9813         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9814         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9815         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9816         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9817         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9818         (wait_segment), (gst_ringbuffer_commit),
9819         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9820         (gst_ringbuffer_clear):
9821         Various small cleanups.
9822
9823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9824         (gst_audio_convert_change_state):
9825         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9826         No need to take the locks anymore.
9827
9828 2005-05-25  Wim Taymans  <wim@fluendo.com>
9829
9830         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9831         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9832         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9833         (type_found):
9834         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9835         (group_destroy), (group_commit), (queue_overrun),
9836         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9837         (mute_stream), (new_decoded_pad), (setup_substreams),
9838         (setup_source), (mute_group_type), (set_active_source),
9839         (gst_play_base_bin_change_state):
9840         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9841         (gen_video_element), (gen_text_element), (gen_audio_element),
9842         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9843         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9844         (gst_stream_info_dispose), (gst_stream_info_set_mute):
9845         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9846         Some playbin cleanups mostly refcounting sloppyness.
9847
9848 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9849
9850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9851           Work with streaming input.
9852
9853 2005-05-25  Wim Taymans  <wim@fluendo.com>
9854
9855         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9856         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9857         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9858         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9859         No need to take the STREAM lock anymore.
9860
9861 2005-05-25  Wim Taymans  <wim@fluendo.com>
9862
9863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9864         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9865         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9866         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9867         (gst_ogg_demux_sink_activate):
9868         * ext/theora/theoradec.c: (theora_dec_src_event),
9869         (theora_handle_comment_packet), (theora_dec_chain),
9870         (theora_dec_change_state):
9871         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9872         (vorbis_handle_data_packet), (vorbis_dec_chain),
9873         (vorbis_dec_change_state):
9874         Remove STREAM locks as they are taken in core now.
9875         Never set bogus granulepos on vorbis/theora.
9876         Fix leaks in theoradec tag parsing.
9877
9878 2005-05-25  Wim Taymans  <wim@fluendo.com>
9879
9880         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9881         Fix memleaks, GST_BUFFER_DATA() is not freed.
9882
9883 2005-05-25  Wim Taymans  <wim@fluendo.com>
9884
9885         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9886         Open non-blocking, set to blocking mode afterwards to avoid
9887         lockups when audio device is busy.
9888
9889 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9890
9891         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9892           This can't be good.
9893
9894 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9895
9896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9897         (gst_audio_convert_chain), (gst_audio_convert_link_src),
9898         (gst_audio_convert_setcaps):
9899           Implement instant setup switching.
9900
9901 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9902
9903         * gst/playback/gstplaybasebin.c: (probe_triggered):
9904           Fix missing unlock.
9905         * gst/playback/gstplaybin.c: (add_sink):
9906           First add, then link (otherwise pad link fails).
9907
9908 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9909
9910         * examples/Makefile.am:
9911         fix buildbot (make distcheck)
9912
9913 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9914
9915         * gst/playback/gstplaybin.c: (gen_vis_element):
9916           Remove some wrong code. Doesn't work yet.
9917
9918 2005-05-19  Wim Taymans  <wim@fluendo.com>
9919
9920         * gst-libs/gst/net/Makefile.am:
9921         * gst-libs/gst/net/README:
9922         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9923         (gst_netbuffer_class_init), (gst_netbuffer_init),
9924         (gst_netbuffer_finalize), (gst_netbuffer_copy),
9925         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9926         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9927         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9928         * gst-libs/gst/net/gstnetbuffer.h:
9929         Added buffer subclass to store extra to/from addresses for
9930         network sources/sinks.
9931
9932 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9933
9934         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9935           Don't lock an unassigned variable.
9936
9937 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9938
9939         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9940           Increase buffer for video, decrease buffer for other media types.
9941         * gst/playback/gstplaybin.c: (gen_video_element),
9942         (gen_audio_element):
9943           Change names for debugging purposes.
9944
9945 2005-05-18  Wim Taymans  <wim@fluendo.com>
9946
9947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9948         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9949         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9950         (gst_ffmpegcsp_chain):
9951         Enable buffer alloc passthrough if the source and dest
9952         formats are the same.
9953
9954 2005-05-17  Wim Taymans  <wim@fluendo.com>
9955
9956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9957         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9958         (gst_ogg_demux_chain_unlocked):
9959         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9960         (gst_audio_convert_caps_remove_format_info),
9961         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9962         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9964         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9965         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9966         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9967         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9968         (gst_ffmpegcsp_get_property):
9969         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9970         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9971         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9972         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9973         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9974         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9975         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
9976         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
9977         Leak fixes in oggdemux.
9978         Some cleanups in audioconvert.
9979         Make passthrough work along with buffer_alloc etc.
9980         Make buffer_alloc and buffer recycling actually work in
9981         xvimagesink.
9982
9983 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9984
9985         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
9986           make the compiler happy
9987
9988 2005-05-17  Wim Taymans  <wim@fluendo.com>
9989
9990         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9991         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9992         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
9993         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
9994         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9995         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
9996         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
9997         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9998         (gst_xvimagesink_set_xwindow_id):
9999         * sys/xvimage/xvimagesink.h:
10000         Port xvimagesink to new MiniObject.
10001
10002 2005-05-17  Wim Taymans  <wim@fluendo.com>
10003
10004         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10005         (gst_audiofilter_chain):
10006         * gst-libs/gst/audio/gstaudiosink.c:
10007         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10008         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10009         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10010         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10011         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10012         (gst_audiosink_create_ringbuffer):
10013         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10014         (gst_audio_convert_caps_remove_format_info),
10015         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10016         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10017         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10018         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10019         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10020         Fix passthrough in ffmpegcolorspace.
10021         Fix memset in audiosink on wrong memory.
10022
10023 2005-05-16  David Schleef  <ds@schleef.org>
10024
10025         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
10026         to GstMiniObject.
10027
10028 2005-05-16  David Schleef  <ds@schleef.org>
10029
10030         Port from GstData to GstMiniObject.
10031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
10032         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10033         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
10034         (gst_ogg_mux_collected):
10035         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10036         * ext/theora/theoradec.c: (theora_handle_comment_packet),
10037         (theora_handle_data_packet):
10038         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10039         (theora_set_header_on_caps), (theora_enc_chain):
10040         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10041         (vorbis_handle_comment_packet):
10042         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
10043         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
10044         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
10045         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
10046         * gst/audioconvert/gstaudioconvert.c:
10047         (gst_audio_convert_get_buffer):
10048         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10049         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
10050         (mute_stream), (silence_stream):
10051         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10052         * gst/volume/gstvolume.c: (volume_transform):
10053         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10054         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
10055         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
10056         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
10057         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
10058         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
10059         (gst_ximagesink_buffer_alloc):
10060         * sys/ximage/ximagesink.h:
10061
10062 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10063
10064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10065         (fill_buffer), (check_queue), (queue_threshold_reached),
10066         (queue_out_of_data):
10067         * gst/playback/gstplaybasebin.h:
10068           Post buffer-fullness on the bus.
10069
10070 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10071
10072         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10073         (try_to_link_1):
10074         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10075         (group_commit), (probe_triggered), (setup_source),
10076         (gst_play_base_bin_change_state):
10077         * gst/playback/gstplaybasebin.h:
10078         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10079         (gst_play_bin_init), (remove_sinks), (setup_sinks),
10080         (gst_play_bin_change_state):
10081           Move setup_output_pads into a virtual function, remove
10082           group-switch (no longer needed) and redirect (handled by bus
10083           now) signals.
10084
10085 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10086
10087         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10088         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
10089         (get_active_group), (get_building_group), (group_destroy),
10090         (group_commit), (check_queue), (queue_overrun),
10091         (queue_threshold_reached), (queue_out_of_data),
10092         (gen_preroll_element), (remove_groups), (unknown_type),
10093         (add_element_stream), (no_more_pads), (probe_triggered),
10094         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
10095         (setup_substreams), (setup_source), (finish_source),
10096         (prepare_output), (muted_group_change_state),
10097         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10098         (gst_play_base_bin_change_state):
10099         * gst/playback/gstplaybasebin.h:
10100         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10101         (gst_play_bin_init), (gst_play_bin_set_property),
10102         (gen_video_element), (gen_text_element), (gen_audio_element),
10103         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
10104         (gst_play_bin_change_state):
10105         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10106         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
10107         (stream_info_change_state), (gst_stream_info_set_mute),
10108         (gst_stream_info_get_property):
10109         * gst/playback/gststreaminfo.h:
10110         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10111         (gst_stream_selector_get_linked_pad),
10112         (gst_stream_selector_getcaps),
10113         (gst_stream_selector_get_linked_pads),
10114         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10115         * gst/playback/gststreamselector.h:
10116           Rough port of playbin. Needs some more work, but is mostly done,
10117           and uses a few locks in important places, which should make stuff
10118           like chain-switches clean. Still uses GST_STATE() in a few places,
10119           which isn't all that good an idea, subtitles/elements disabled
10120           because no elements to test with and thus probably broken, query
10121           and event handling moved to GstBin, internal thread removed
10122           alltogether because the pipeline does that for us now. Can play
10123           Ogg/Vorbis files. Haven't tested anything else yet.
10124
10125 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10126
10127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10128           Do no-more-pads (needed for autoplugging).
10129
10130 2005-05-10  Andy Wingo  <wingo@pobox.com>
10131
10132         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
10133         message to the bus with the tags. Still not sent downstream tho.
10134
10135         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
10136         get_parent.
10137         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
10138         avoid refcounting hassles.
10139
10140 2005-05-09  Andy Wingo  <wingo@pobox.com>
10141
10142         * gst/volume/Makefile.am:
10143         * gst/volume/demo.c
10144         * gst/volume/gstvolume.h
10145         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
10146         basetransform. Probably need an audio filter base class.
10147
10148 2005-05-09  Wim Taymans  <wim@fluendo.com>
10149
10150         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
10151         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
10152         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
10153         (gst_vorbisenc_chain):
10154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10155         (gst_audio_convert_caps_remove_format_info),
10156         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10157         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10158         Make caps writable before writing to it.
10159         Fix negotiation in audioconvert some more.
10160
10161 2005-05-09  Wim Taymans  <wim@fluendo.com>
10162
10163         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10164         (gst_videorate_getcaps), (gst_videorate_setcaps),
10165         (gst_videorate_event), (gst_videorate_chain):
10166         Better negotiation.
10167
10168 2005-05-09  Wim Taymans  <wim@fluendo.com>
10169
10170         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
10171         (gst_videorate_getcaps), (gst_videorate_setcaps),
10172         (gst_videorate_blank_data), (gst_videorate_init),
10173         (gst_videorate_event), (gst_videorate_chain),
10174         (gst_videorate_change_state):
10175         Port videorate, do a better job at negotiation while we're at
10176         it.
10177
10178 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
10179
10180         * configure.ac:
10181           Disable libvisual
10182
10183         * examples/Makefile.am:
10184         * gst-libs/gst/audio/Makefile.am:
10185         * gst-libs/gst/riff/Makefile.am:
10186         * gst-libs/gst/tag/Makefile.am:
10187         * gst-libs/gst/video/Makefile.am:
10188           Fixups for missing variables.
10189
10190 2005-05-09  Wim Taymans  <wim@fluendo.com>
10191
10192         * examples/seeking/seek.c: (make_theora_pipeline),
10193         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
10194         (query_rates), (query_positions_elems), (query_positions_pads),
10195         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
10196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10197         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
10198         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
10199         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10200         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
10201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10202         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10203         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10204         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10205         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10206         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10207         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10208         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
10209         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10210         (theora_dec_src_convert), (theora_dec_sink_convert),
10211         (theora_dec_src_query), (theora_dec_sink_query),
10212         (theora_dec_src_event), (theora_dec_sink_event),
10213         (theora_handle_comment_packet), (theora_handle_type_packet),
10214         (theora_handle_header_packet), (theora_handle_data_packet),
10215         (theora_dec_chain):
10216         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10217         (vorbis_dec_convert), (vorbis_dec_src_query),
10218         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10219         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10220         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10221         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10222         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10223         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
10224         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
10225         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10226         (gst_play_bin_query):
10227         * gst/playback/test3.c: (update_scale):
10228         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
10229         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
10230         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10231         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
10232         (gst_videotestsrc_src_query):
10233         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
10234         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
10235         (paint_hline_YUV9):
10236         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
10237         Port to new query API.
10238         Updated seek.
10239         Cleanups in x[v]imagesink
10240
10241 2005-05-09  Andy Wingo  <wingo@pobox.com>
10242
10243         * ext/alsa/gstalsasink.h:
10244         * ext/gnomevfs/gstgnomevfssrc.c:
10245         (gst_gnomevfssrc_get_icy_metadata):
10246         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
10247         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
10248         * ext/theora/theoradec.c (theora_dec_src_query)
10249         (theora_dec_src_event, theora_dec_sink_event)
10250         (theora_handle_comment_packet, theora_handle_data_packet):
10251         * ext/theora/theoraenc.c (theora_enc_chain):
10252         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
10253         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
10254         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
10255         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
10256         (qt_type_find):
10257         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
10258         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
10259         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
10260         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
10261         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
10262         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
10263         (paint_setup_xBGR8888, paint_setup_RGBx8888)
10264         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
10265         (paint_setup_RGB565, paint_setup_xRGB1555):
10266         * gst/videotestsrc/videotestsrc.h:
10267         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
10268         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
10269         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
10270         GCC4 fixes.
10271         
10272         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
10273         gst_pad_query_position. Fixes oggdemux.
10274
10275 2005-05-08  David Schleef  <ds@schleef.org>
10276
10277         * configure.ac: Require liboil.
10278         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
10279         a few more.
10280         * gst/videotestsrc/videotestsrc.c:
10281         * gst/videotestsrc/videotestsrc.h:
10282
10283 2005-05-06  Wim Taymans  <wim@fluendo.com>
10284
10285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10286         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10287         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10288         Well, unreffing a buffer right before pushing it is asking
10289         for trouble..
10290
10291 2005-05-06  Christian Schaller  <uraeus@gnome.org>
10292
10293         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
10294
10295 2005-05-06  Wim Taymans  <wim@fluendo.com>
10296
10297         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10298         (gst_audio_convert_caps_remove_format_info),
10299         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10300         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10302         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10303         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10304         * gst/sine/Makefile.am:
10305         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
10306         (gst_sinesrc_class_init), (gst_sinesrc_init),
10307         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
10308         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
10309         (gst_sinesrc_update_freq):
10310         * gst/sine/gstsinesrc.h:
10311         * gst/tcp/gstmultifdsink.c:
10312         * sys/xvimage/xvimagesink.c:
10313         Fixed negotiation wrt _peer_get_caps()
10314         Some cleanups.
10315
10316
10317 2005-05-06  Wim Taymans  <wim@fluendo.com>
10318
10319         * gst-libs/gst/audio/gstaudiosink.c:
10320         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10321         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10322         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10323         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10324         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10325         (gst_audiosink_create_ringbuffer):
10326         * gst-libs/gst/audio/gstbaseaudiosink.c:
10327         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10328         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10329         (gst_baseaudiosink_set_property), (build_linear_format),
10330         (debug_spec_caps), (debug_spec_buffer),
10331         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10332         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10333         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10334         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10335         * gst-libs/gst/audio/gstbaseaudiosink.h:
10336         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10337         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10338         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
10339         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10340         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
10341         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
10342         (wait_segment), (gst_ringbuffer_commit),
10343         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
10344         (gst_ringbuffer_clear):
10345         * gst-libs/gst/audio/gstringbuffer.h:
10346         Make the base audiosink return an error when there is no
10347         audiobuffer negotiated.
10348
10349 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10350
10351         * ext/Makefile.am:
10352         Disable cdparanoia until someone ports it!
10353
10354 2005-05-06  Wim Taymans  <wim@fluendo.com>
10355
10356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10357         (gst_ogg_demux_sink_activate):
10358         And revert after wingo's revert.. sigh..
10359
10360 2005-05-05  Andy Wingo  <wingo@pobox.com>
10361
10362         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
10363         GObject.
10364         * configure.ac: Return audiorate and subparse from the ghetto.
10365         Re-enable -Wall -Werror.
10366         * gst/subparse/gstsubparse.c:
10367         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
10368         or chain-based. Cleaned up a bit. Not tested.
10369         
10370 2005-05-05  Christian Schaller <christian@fluendo.com> 
10371
10372         * Makefile.am: remove stuff that is not building
10373         * configure.ac: remove stuff that is not building
10374         * examples/Makefile.am: remove stuff that is not building
10375         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
10376         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
10377         * sys/Makefile.am: remove stuff that is not building
10378         * testsuite/Makefile.am: remove stuff that is not building
10379
10380 2005-05-05  Andy Wingo  <wingo@pobox.com>
10381
10382         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10383         * gst-libs/gst/tag/gstvorbistag.c:
10384         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
10385         * gst/adder/gstadder.h:
10386         * gst/audioconvert/gstchannelmix.c:
10387         (gst_audio_convert_fill_one_other):
10388         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
10389         (gst_audiorate_init), (gst_audiorate_chain):
10390         * gst/playback/gstplaybasebin.c: (setup_source):
10391         * gst/playback/test3.c: (update_scale):
10392         Some GCC4 fixes
10393         
10394         * po/af.po:
10395         * po/az.po:
10396         * po/cs.po:
10397         * po/en_GB.po:
10398         * po/hu.po:
10399         * po/it.po:
10400         * po/nb.po:
10401         * po/nl.po:
10402         * po/or.po:
10403         * po/sq.po:
10404         * po/sr.po:
10405         * po/sv.po:
10406         * po/uk.po:
10407         * po/vi.po: Foo
10408
10409 2005-05-05  Wim Taymans  <wim@fluendo.com>
10410
10411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10412         (gst_audio_convert_caps_remove_format_info),
10413         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10414         (gst_audio_convert_change_state), (gst_audio_convert_channels):
10415         * gst/videotestsrc/gstvideotestsrc.c:
10416         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
10417         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
10418         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
10419         (gst_videotestsrc_init), (gst_videotestsrc_loop):
10420         Don't ignore _push() return values.
10421         Make sure no processing is done when shutting down.
10422         Videotestsrc pad activation fix.
10423
10424 2005-05-05  Wim Taymans  <wim@fluendo.com>
10425
10426         * gst/adder/Makefile.am:
10427         * gst/adder/gstadder.c: (gst_adder_setcaps),
10428         (gst_adder_class_init), (gst_adder_init),
10429         (gst_adder_request_new_pad), (gst_adder_collected),
10430         (gst_adder_change_state):
10431         * gst/adder/gstadder.h:
10432         Ported adder as an example of a mixer element using
10433         collect pads. Needs more negotiation work.
10434
10435 2005-05-05  Wim Taymans  <wim@fluendo.com>
10436
10437         * ext/theora/theoradec.c: (_inc_granulepos),
10438         (theora_dec_src_event), (theora_dec_sink_event),
10439         (theora_handle_comment_packet), (theora_handle_type_packet),
10440         (theora_handle_header_packet), (theora_handle_data_packet),
10441         (theora_dec_chain):
10442         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10443         (gst_theora_enc_init), (theora_enc_sink_setcaps),
10444         (theora_push_buffer), (theora_push_packet),
10445         (theora_enc_sink_event), (theora_enc_chain),
10446         (theora_enc_change_state), (theora_enc_set_property),
10447         (theora_enc_get_property):
10448         Added stream lock to decoder so that we can serialize
10449         the discont event.
10450         More theoraenc porting, recover from errors, do clean
10451         shutdown.
10452
10453 2005-05-05  Wim Taymans  <wim@fluendo.com>
10454
10455         * ext/ogg/Makefile.am:
10456         * ext/ogg/README:
10457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10458         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
10459         (gst_ogg_print):
10460         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10461         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10462         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10463         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10464         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
10465         (gst_ogg_mux_change_state):
10466         Ported ogg muxer.
10467
10468 2005-05-05  Wim Taymans  <wim@fluendo.com>
10469
10470         * docs/design-audiosinks.txt:
10471         * gst-libs/gst/audio/TODO:
10472         * gst-libs/gst/audio/gstaudiosink.c:
10473         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10474         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10475         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10476         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10477         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10478         (gst_audiosink_create_ringbuffer):
10479         * gst-libs/gst/audio/gstbaseaudiosink.c:
10480         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10481         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10482         (gst_baseaudiosink_set_property), (build_linear_format),
10483         (debug_spec_caps), (debug_spec_buffer),
10484         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10485         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10486         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10487         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10488         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10489         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10490         (gst_ringbuffer_release), (gst_ringbuffer_play),
10491         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10492         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10493         (gst_ringbuffer_set_sample), (wait_segment),
10494         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10495         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10496         More work on the audiosink, mostly debugging and a race in
10497         shutdown.
10498
10499 2005-04-28  Wim Taymans  <wim@fluendo.com>
10500
10501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10502         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
10503         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10504         (vorbis_dec_src_query), (vorbis_dec_src_event),
10505         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10506         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10507         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10508         Don't crap out when seeking back to position 0.
10509
10510 2005-04-28  Wim Taymans  <wim@fluendo.com>
10511
10512         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10513         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10514         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
10515         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10516         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
10517         Make audio sink configurable, use alsasink as default.
10518
10519 2005-04-28  Wim Taymans  <wim@fluendo.com>
10520
10521         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10522         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10523         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10524         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
10525         (vorbis_dec_change_state):
10526         * ext/vorbis/vorbisdec.h:
10527         Refactor, use STREAM_LOCK.
10528
10529 2005-04-28  Wim Taymans  <wim@fluendo.com>
10530
10531         * ext/theora/theoradec.c: (_inc_granulepos),
10532         (theora_dec_sink_event), (theora_handle_comment_packet),
10533         (theora_handle_type_packet), (theora_handle_header_packet),
10534         (theora_handle_data_packet), (theora_dec_chain),
10535         (theora_dec_change_state):
10536         Refactor a bit, use STREAM_LOCK.
10537
10538 2005-04-28  Wim Taymans  <wim@fluendo.com>
10539
10540         * ext/alsa/Makefile.am:
10541         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
10542         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
10543         (gst_alsa_link), (gst_alsa_close_audio):
10544         * ext/alsa/gstalsaplugin.c: (plugin_init):
10545         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10546         (gst_alsasink_dispose), (gst_alsasink_base_init),
10547         (gst_alsasink_class_init), (gst_alsasink_init),
10548         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
10549         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
10550         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
10551         (gst_alsasink_reset):
10552         * ext/alsa/gstalsasink.h:
10553         Implement alsasink with simple open/write/close API. 
10554         Make alsa dir build by disabling compilation of code.
10555
10556 2005-04-28  Wim Taymans  <wim@fluendo.com>
10557
10558         * gst-libs/gst/audio/Makefile.am:
10559         * gst-libs/gst/audio/audio.h:
10560         * gst-libs/gst/audio/audioclock.c:
10561         * gst-libs/gst/audio/audioclock.h:
10562         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
10563         (gst_audio_clock_class_init), (gst_audio_clock_init),
10564         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
10565         * gst-libs/gst/audio/gstaudioclock.h:
10566         * gst-libs/gst/audio/gstaudiosink.c:
10567         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10568         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10569         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10570         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10571         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10572         (gst_audiosink_create_ringbuffer):
10573         * gst-libs/gst/audio/gstbaseaudiosink.c:
10574         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10575         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10576         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
10577         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
10578         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10579         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10580         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10581         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10582         * gst-libs/gst/audio/gstbaseaudiosink.h:
10583         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10584         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
10585         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10586         (gst_ringbuffer_release), (gst_ringbuffer_play),
10587         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10588         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10589         (gst_ringbuffer_set_sample), (wait_segment),
10590         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10591         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10592         * gst-libs/gst/audio/gstringbuffer.h:
10593         Make ringbuffer faster and more simple by removing the locks
10594         in the playback thread.
10595         Add sample accurate playback based on buffer sample offsets.
10596         Make the baseaudiosink provide a clock.
10597         Parse caps in the base class.
10598         Correctly handle seeking, flushing and state changes.
10599
10600 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10601
10602         * configure.ac:
10603         * gst/audioconvert/Makefile.am:
10604         * gst/audioscale/Makefile.am:
10605           Fix part of the build.  Come on guys, autogen didn't even work :)
10606
10607 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10608
10609         * configure.ac:
10610         * gst-libs/gst/Makefile.am:
10611         * gst-libs/gst/media-info/.cvsignore:
10612         * gst-libs/gst/media-info/Makefile.am:
10613         * gst-libs/gst/media-info/README:
10614         * gst-libs/gst/media-info/media-info-priv.c:
10615         * gst-libs/gst/media-info/media-info-priv.h:
10616         * gst-libs/gst/media-info/media-info-test.c:
10617         * gst-libs/gst/media-info/media-info.c:
10618         * gst-libs/gst/media-info/media-info.h:
10619         * gst-libs/gst/media-info/media-info.vcproj:
10620         * pkgconfig/Makefile.am:
10621         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
10622         * pkgconfig/gstreamer-media-info.pc.in:
10623           Remove media-info, which is also successed by playbin (see Totem
10624           implementation).
10625
10626 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10627
10628         * configure.ac:
10629         * examples/Makefile.am:
10630         * examples/gstplay/.cvsignore:
10631         * examples/gstplay/Makefile.am:
10632         * examples/gstplay/player.c:
10633         * gst-libs/gst/Makefile.am:
10634         * gst-libs/gst/play/.cvsignore:
10635         * gst-libs/gst/play/Makefile.am:
10636         * gst-libs/gst/play/play.c:
10637         * gst-libs/gst/play/play.h:
10638         * gst-libs/gst/play/play.vcproj:
10639         * pkgconfig/Makefile.am:
10640         * pkgconfig/gstreamer-play-uninstalled.pc.in:
10641         * pkgconfig/gstreamer-play.pc.in:
10642           Remove libgstplay, playbin is now the official successor.
10643
10644 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10645
10646         * configure.ac:
10647         * gst-libs/gst/Makefile.am:
10648         * gst-libs/gst/xwindowlistener/Makefile.am:
10649         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10650         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
10651           Remove deprecated xwindowlistener (I've moved xwindowlistening
10652           in the v4l/v4l2 plugins over to serverside).
10653
10654 2005-04-25  David Schleef  <ds@schleef.org>
10655
10656         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
10657         to examples/dynparams.  Examples do not belong interspersed with
10658         source code.
10659         * examples/dynparams/demo-dparams.c:
10660         * gst/sine/Makefile.am:
10661         * gst/sine/demo-dparams.c:
10662
10663 2005-04-25  David Schleef  <ds@schleef.org>
10664
10665         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
10666         * gst-libs/gst/audio/Makefile.am:
10667         * gst-libs/gst/riff/Makefile.am:
10668         * gst-libs/gst/tag/Makefile.am:
10669         * gst-libs/gst/video/Makefile.am:
10670         * gst-libs/gst/xwindowlistener/Makefile.am:
10671
10672         Convert to 0.9 API, seems to work:
10673         * sys/ximage/Makefile.am:
10674         * sys/ximage/ximagesink.c:
10675
10676 2005-04-24  David Schleef  <ds@schleef.org>
10677
10678         Link plugins against libraries:
10679         * ext/alsa/Makefile.am:
10680         * gst/tcp/Makefile.am:
10681
10682         Remove asm code that should be in liboil
10683         * gst/videoscale/Makefile.am:
10684         * gst/videoscale/videoscale_x86_asm.s:
10685
10686         gettext wants these checked in:
10687         * po/af.po:
10688         * po/az.po:
10689         * po/cs.po:
10690         * po/en_GB.po:
10691         * po/hu.po:
10692         * po/it.po:
10693         * po/nb.po:
10694         * po/nl.po:
10695         * po/or.po:
10696         * po/sq.po:
10697         * po/sr.po:
10698         * po/sv.po:
10699         * po/uk.po:
10700         * po/vi.po:
10701
10702 2005-04-24  David Schleef  <ds@schleef.org>
10703
10704         Convert gst_main() to g_main_loop_run()
10705         * gst/playback/decodetest.c: (main):
10706         * gst/playback/test2.c: (main):
10707         * gst/playback/test3.c: (main):
10708         * gst/playback/test4.c: (main):
10709
10710         Link plugins against libraries:
10711         * ext/libvisual/Makefile.am:
10712         * sys/xvimage/Makefile.am:
10713
10714 2005-04-24  David Schleef  <ds@schleef.org>
10715
10716         * configure.ac: Remove idct and resample libs
10717         * gst-libs/gst/Makefile.am: same
10718
10719         Remove usage of gst_library_load():
10720         * ext/alsa/gstalsaplugin.c: (plugin_init):
10721         * ext/libvisual/visual.c: (plugin_init):
10722         * ext/ogg/gstogg.c: (plugin_init):
10723         * ext/theora/theora.c: (plugin_init):
10724         * ext/vorbis/vorbis.c: (plugin_init):
10725         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10726         * gst/audioscale/gstaudioscale.c:
10727         * gst/adder/gstadder.c: (plugin_init):
10728         * gst/audioconvert/plugin.c: (plugin_init):
10729         * sys/ximage/ximagesink.c: (plugin_init):
10730         * sys/xvimage/xvimagesink.c: (plugin_init):
10731         * gst/tcp/gsttcpplugin.c: (plugin_init):
10732
10733         Link plugins against libraries:
10734         * ext/ogg/Makefile.am:
10735         * ext/theora/Makefile.am:
10736         * ext/vorbis/Makefile.am:
10737         * gst/audioconvert/Makefile.am:
10738
10739         Create proper libraries:
10740         * gst-libs/gst/riff/Makefile.am:
10741         * gst-libs/gst/audio/Makefile.am:
10742         * gst-libs/gst/video/Makefile.am:
10743
10744         Move resample library to audioscale plugin directory:
10745         * gst-libs/gst/resample/Makefile.am:
10746         * gst-libs/gst/resample/README:
10747         * gst-libs/gst/resample/dtof.c:
10748         * gst-libs/gst/resample/dtos.c:
10749         * gst-libs/gst/resample/functable.c:
10750         * gst-libs/gst/resample/private.h:
10751         * gst-libs/gst/resample/resample.c:
10752         * gst-libs/gst/resample/resample.h:
10753         * gst-libs/gst/resample/resample.vcproj:
10754         * gst-libs/gst/resample/test.c:
10755         * gst/audioscale/Makefile.am:
10756         * gst/audioscale/README:
10757         * gst/audioscale/dtof.c:
10758         * gst/audioscale/dtos.c:
10759         * gst/audioscale/functable.c:
10760         * gst/audioscale/private.h:
10761         * gst/audioscale/resample.c:
10762         * gst/audioscale/resample.h:
10763         * gst/audioscale/test.c:
10764
10765         Move tagedit library to gst-libs:
10766         * gst-libs/gst/tag/Makefile.am:
10767         * gst-libs/gst/tag/gstid3tag.c:
10768         * gst-libs/gst/tag/gsttagediting.c:
10769         * gst-libs/gst/tag/gsttageditingprivate.h:
10770         * gst-libs/gst/tag/gstvorbistag.c:
10771         * gst/tags/Makefile.am:
10772         * gst/tags/gstid3tag.c:
10773         * gst/tags/gstvorbistag.c:
10774
10775         Fix for core changes:
10776         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10777         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10778         (gst_sinesrc_getrange):
10779
10780 2005-04-23  David Schleef  <ds@schleef.org>
10781
10782         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
10783         in gst-plugins in a long time, and properly belongs in liboil.
10784         * gst-libs/gst/idct/Makefile.am:
10785         * gst-libs/gst/idct/README:
10786         * gst-libs/gst/idct/dct.h:
10787         * gst-libs/gst/idct/doieee:
10788         * gst-libs/gst/idct/fastintidct.c:
10789         * gst-libs/gst/idct/floatidct.c:
10790         * gst-libs/gst/idct/idct.c:
10791         * gst-libs/gst/idct/idct.h:
10792         * gst-libs/gst/idct/idtc.vcproj:
10793         * gst-libs/gst/idct/ieeetest.c:
10794         * gst-libs/gst/idct/intidct.c:
10795
10796 2005-04-20  Wim Taymans  <wim@fluendo.com>
10797
10798         * docs/design-audiosinks.txt:
10799         * gst-libs/gst/audio/Makefile.am:
10800         * gst-libs/gst/audio/TODO:
10801         * gst-libs/gst/audio/gstaudiosink.c:
10802         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10803         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10804         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10805         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10806         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10807         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10808         (gst_audiosink_class_init), (gst_audiosink_init),
10809         (gst_audiosink_create_ringbuffer):
10810         * gst-libs/gst/audio/gstaudiosink.h:
10811         * gst-libs/gst/audio/gstbaseaudiosink.c:
10812         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10813         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10814         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10815         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10816         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10817         (gst_baseaudiosink_create_ringbuffer),
10818         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10819         * gst-libs/gst/audio/gstbaseaudiosink.h:
10820         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10821         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10822         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10823         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10824         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10825         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10826         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10827         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10828         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10829         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10830         * gst-libs/gst/audio/gstringbuffer.h:
10831         An attempt at a set of audio base classes together with some
10832         design docs.
10833
10834 2005-04-20  Wim Taymans  <wim@fluendo.com>
10835
10836         * gst/audioconvert/Makefile.am:
10837         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10838         (gst_audio_convert_caps_remove_format_info),
10839         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10840         (gst_audio_convert_channels):
10841         Link against audio libs.
10842         Fix audio convert plugin.
10843
10844 2005-04-20  Wim Taymans  <wim@fluendo.com>
10845
10846         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10847         (gst_ogg_demux_sink_activate):
10848         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10849         (theora_set_header_on_caps), (theora_enc_sink_event),
10850         (theora_enc_chain):
10851         Fix theora encoder.
10852
10853 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10854
10855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10856         * gst/playback/gstdecodebin.c: (find_compatibles):
10857           Work with staticpadtemplates in elementfactories.
10858
10859 2005-04-12  Wim Taymans  <wim@fluendo.com>
10860
10861         * gst/playback/README:
10862         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10863         (compare_ranks), (print_feature), (gst_decode_bin_init),
10864         (dynamic_create), (dynamic_free), (find_compatibles),
10865         (mimetype_is_raw), (close_pad_link), (got_redirect),
10866         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10867         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10868         (gst_decode_bin_change_state):
10869         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10870         (gst_play_base_bin_init), (group_destroy), (group_commit),
10871         (check_queue), (queue_overrun), (queue_threshold_reached),
10872         (queue_out_of_data), (gen_preroll_element), (unknown_type),
10873         (new_decoded_pad), (setup_subtitle), (gen_source_element),
10874         (got_redirect), (setup_source), (play_base_eos),
10875         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10876         (gst_play_base_bin_remove_element):
10877         * gst/playback/gstplaybasebin.h:
10878         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10879         (gst_play_bin_init), (gst_play_bin_dispose),
10880         (gst_play_bin_set_property), (gen_video_element),
10881         (gen_text_element), (gen_audio_element), (remove_sinks),
10882         (gst_play_bin_send_event):
10883         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10884         (stream_info_change_state), (gst_stream_info_set_mute):
10885         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10886         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10887         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10888         (gst_stream_selector_chain):
10889         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10890         (main):
10891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10892         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10893         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10894         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10895         Raw and crude port of decodebin. 
10896         Make playbin compile.
10897
10898 2005-04-06  Wim Taymans  <wim@fluendo.com>
10899
10900         * ext/gnomevfs/Makefile.am:
10901         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10902         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10903         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10904         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10905         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10906         (gst_gnomevfssrc_stop):
10907         * ext/ogg/Makefile.am:
10908         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10909         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10910         * ext/theora/Makefile.am:
10911         * ext/theora/theoradec.c: (_inc_granulepos),
10912         (theora_dec_sink_event), (theora_dec_chain):
10913         * ext/vorbis/Makefile.am:
10914         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10915         (vorbis_dec_sink_event), (vorbis_dec_chain):
10916         * gst-libs/gst/audio/Makefile.am:
10917         * sys/xvimage/Makefile.am:
10918         Make gnomevfssrc extend the source base class.
10919         Fix linking against libs in various plugins.
10920
10921 2005-04-06  Andy Wingo  <wingo@pobox.com>
10922
10923         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10924         GST_BASE_LIBS.
10925
10926         * configure.ac: Add check and AC_SUBST for libgstbase.
10927
10928 2005-03-31  Wim Taymans  <wim@fluendo.com>
10929
10930         * examples/seeking/Makefile.am:
10931         * examples/seeking/cdparanoia.c: (main):
10932         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10933         (play_cb), (pause_cb), (stop_cb), (main):
10934         * examples/seeking/playbin.c:
10935         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10936         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10937         (make_sid_pipeline), (make_vorbis_pipeline),
10938         (make_theora_pipeline), (make_vorbis_theora_pipeline),
10939         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10940         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10941         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10942         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10943         (stop_cb), (main):
10944         * examples/seeking/spider_seek.c:
10945         * examples/seeking/vorbisfile.c:
10946         * ext/gnomevfs/Makefile.am:
10947         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10948         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10949         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10950         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10951         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10952         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10953         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10954         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10955         * ext/ogg/README:
10956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10957         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10958         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10959         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10960         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10961         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10962         (gst_ogg_pad_event), (gst_ogg_pad_reset),
10963         (gst_ogg_demux_factory_filter), (compare_ranks),
10964         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10965         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10966         (gst_ogg_chain_new), (gst_ogg_chain_free),
10967         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10968         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10969         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10970         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10971         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10972         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10973         (gst_ogg_demux_get_prev_page),
10974         (gst_ogg_demux_deactivate_current_chain),
10975         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10976         (gst_ogg_demux_bisect_forward_serialno),
10977         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10978         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
10979         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
10980         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
10981         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
10982         (gst_ogg_demux_change_state), (gst_ogg_print):
10983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10984         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
10985         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
10986         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
10987         (gst_ogg_mux_loop):
10988         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10989         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10990         (theora_dec_src_convert), (theora_dec_sink_convert),
10991         (theora_dec_src_query), (theora_dec_src_event),
10992         (theora_dec_sink_event), (theora_dec_chain),
10993         (theora_dec_change_state):
10994         * ext/theora/theoraenc.c: (gst_theora_enc_init),
10995         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
10996         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
10997         (theora_enc_change_state):
10998         * ext/vorbis/Makefile.am:
10999         * ext/vorbis/oggvorbisenc.c:
11000         * ext/vorbis/oggvorbisenc.h:
11001         * ext/vorbis/vorbis.c: (plugin_init):
11002         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11003         (vorbis_dec_src_query), (vorbis_dec_src_event),
11004         (vorbis_dec_sink_event), (vorbis_dec_chain),
11005         (vorbis_dec_change_state):
11006         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
11007         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
11008         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
11009         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11010         (gst_vorbisenc_change_state):
11011         * ext/vorbis/vorbisenc.h:
11012         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
11013         * gst-libs/gst/audio/audioclock.c:
11014         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11015         (gst_audiofilter_init), (gst_audiofilter_chain):
11016         * gst-libs/gst/audio/testchannels.c: (main):
11017         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
11018         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
11019         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
11020         (gmip_find_track_streaminfo), (gmip_find_track_format):
11021         * gst-libs/gst/media-info/media-info.c:
11022         (gst_media_info_read_idler):
11023         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
11024         (gst_play_get_all_by_interface):
11025         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
11026         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
11027         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11028         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
11029         (gst_riff_parse_info):
11030         * gst-libs/gst/riff/riff-read.h:
11031         * gst-libs/gst/riff/riff.c: (plugin_init):
11032         * gst-libs/gst/video/Makefile.am:
11033         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
11034         (gst_videosink_class_init), (gst_videosink_get_type):
11035         * gst-libs/gst/video/videosink.h:
11036         * gst/audioconvert/bufferframesconvert.c:
11037         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
11038         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
11039         * gst/audioconvert/channelmixtest.c: (main):
11040         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11041         (gst_audio_convert_chain),
11042         (gst_audio_convert_caps_remove_format_info),
11043         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
11044         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
11045         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
11046         (gst_audio_convert_buffer_to_default_format),
11047         (gst_audio_convert_buffer_from_default_format),
11048         (gst_audio_convert_channels):
11049         * gst/audioconvert/gstchannelmix.h:
11050         * gst/ffmpegcolorspace/avcodec.h:
11051         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11052         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11053         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
11054         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
11055         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
11056         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11057         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11058         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11059         (mpeg_video_type_find), (mpeg_video_stream_type_find),
11060         (dv_type_find):
11061         * gst/videotestsrc/gstvideotestsrc.c:
11062         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
11063         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
11064         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
11065         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
11066         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
11067         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
11068         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
11069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11070         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
11071         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
11072         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
11073         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
11074         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11075         (gst_xvimagesink_navigation_send_event),
11076         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
11077         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
11078         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11079         * sys/xvimage/xvimagesink.h:
11080         Plugin port to 0.9, ogg/theora playback should work in the seek
11081         example now.
11082         Removed old examples.
11083         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
11084         explained in 0.9 TODO doc.
11085
11086
11087 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11088
11089         * autogen.sh:
11090         * configure.ac:
11091         * ext/Makefile.am:
11092         * gst/Makefile.am:
11093         * po/POTFILES.in:
11094         * po/af.po:
11095         * po/az.po:
11096         * po/cs.po:
11097         * po/en_GB.po:
11098         * po/hu.po:
11099         * po/it.po:
11100         * po/nb.po:
11101         * po/nl.po:
11102         * po/or.po:
11103         * po/sq.po:
11104         * po/sr.po:
11105         * po/sv.po:
11106         * po/uk.po:
11107         * po/vi.po:
11108         * sys/Makefile.am:
11109         * testsuite/Makefile.am:
11110           remove a whole bunch of plugins.  This module now contains a set
11111           of free reference plugins/elements as agreed.
11112
11113 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11114
11115         * configure.ac:
11116           hunting season on 0.9 is now OPEN
11117
11118 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11119
11120         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11121           Kick the hell out of gcc for not warning me about a symbol conflict.
11122
11123 2005-02-22  Luca Ognibene  <luogni@tin.it>
11124
11125         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11126
11127         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
11128           Don't leak caps string (fixes #168134)
11129
11130         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
11131         (gst_jpegenc_init), (gst_jpegenc_finalize),
11132         (gst_jpegenc_change_state):
11133           Don't leak line buffers and context struct (fixes #168133).
11134
11135 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
11136
11137         * configure.ac:
11138         * ext/dirac/gstdiracdec.cc:
11139         (gst_diracdec_chain):
11140           Since dirac 0.5.0 the framerate in dirac is expressed as a
11141           rational number. Fix build and up requirement to 0.5.0, and
11142           also pass parameters to gst_diracdec_link in the right order
11143           (fixes #167959).
11144
11145 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
11146
11147         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
11148         * ext/faad/gstfaad.h:
11149         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
11150         certain invalid muxed streams, where some packets will contain 
11151         junk after decoder data. Partially fixes #149158.
11152
11153 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
11154         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
11155           Make sure we only write to writable buffers
11156
11157 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
11158
11159         * gst-libs/gst/riff/riff-media.c:
11160         (gst_riff_create_audio_caps_with_data):
11161           Do actually fix invalid RIFF fmt header values for alaw
11162           and mulaw audio instead of just saying so.
11163
11164         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11165           Give gst_riff_create_audio_caps_with_data() a chance to
11166           fix up broken format header fields before extracting any
11167           parameters from the header. (fixes #167633)
11168
11169 2005-02-19  Martin Holters  <martin.holters@gmx.de>
11170
11171         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11172
11173         * gst/audioconvert/bufferframesconvert.c:
11174         (buffer_frames_convert_link):
11175           Don't leak othercaps. (fixes #167878)
11176
11177 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
11178
11179         * configure.ac:
11180         * ext/libvisual/visual.c: (gst_visual_srclink),
11181         (gst_visual_change_state):
11182           Support libvisual 0.2.0.
11183
11184 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
11185
11186         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
11187         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
11188           Use same rowstrides for I420 as used everywhere else.
11189
11190 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
11191
11192         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11193           Declare variables at beginning of block and make gcc-2.95 happy
11194           (fixes # 167482, patch by Gergely Nagy).
11195           
11196         * gst/tcp/gsttcpclientsrc.c:
11197         * gst/tcp/gsttcpclientsrc.h:
11198           Move some includes into the header, so that struct sockaddr_in is
11199           defined when it should be defined on FreeBSD as well (fixes
11200           #167483).
11201           
11202         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11203           Don't pass uninitialised values to setsockopt() here either.
11204
11205 2005-02-17  Luca Ognibene  <luogni at tin dot it>
11206
11207         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11208
11209         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
11210           Don't pass uninitialised values to setsockopt(). (fixes #167704)
11211
11212 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11213
11214         * gst/playback/gstplaybin.c: (add_sink):
11215           Invert bin_add/link order to workaround deadlock in opt.
11216
11217 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11218
11219         * gst/modplug/gstmodplug.cc:
11220           Add missing break causing position queries to fail.
11221
11222 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11223
11224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
11225           Granpos can apparently be -1, which screws up calculations...
11226
11227 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11228
11229         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11230         (gst_ximagesink_send_pending_navigation),
11231         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
11232         (gst_ximagesink_init):
11233         * sys/ximage/ximagesink.h:
11234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11235         (gst_xvimagesink_send_pending_navigation),
11236         (gst_xvimagesink_navigation_send_event),
11237         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
11238         * sys/xvimage/xvimagesink.h:
11239           Use a mutex protected list to marshal navigation
11240           events into the stream thread from whichever thread
11241           sends them.
11242
11243 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
11244
11245         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
11246           Display current position and track length; misc. clean-ups.
11247           
11248         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
11249         (speed_init), (speed_chain):
11250           Add query function, so that the stream length and current position
11251           get adjusted when queried (note that current position queries may
11252           still be wrong if the audio sink returns values based on buffer
11253           timestamps instead of passing on the query).
11254
11255 2005-02-13  Benjamin Otte  <otte@gnome.org>
11256
11257         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11258         (gst_audio_convert_channels):
11259           create channel conversion matrix when linking
11260         * gst/audioconvert/.cvsignore:
11261         * gst/audioconvert/Makefile.am:
11262         * gst/audioconvert/channelmixtest.c: (main):
11263           add (ugly) test that ensures stereo <=> mono conversion works
11264           correctly
11265
11266 2005-02-13  Benjamin Otte  <otte@gnome.org>
11267
11268         * gst/audioconvert/gstchannelmix.h:
11269           include missing header file
11270         * gst/audioconvert/gstchannelmix.c:
11271         (gst_audio_convert_fill_compatible):
11272           use same sign for both channels when converting to/from compatible
11273           channel. Previously used different signs made the signals cancel
11274           each other out and appear like silence. (fixes #167269)
11275
11276 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11277
11278         * gst/ffmpegcolorspace/avcodec.h:
11279         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11280         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11281         (gst_ffmpegcsp_avpicture_fill):
11282         * gst/ffmpegcolorspace/imgconvert.c:
11283           Convert to and from YV12 (fixes #156379).
11284
11285 2005-02-12  Julien MOUTTE  <julien@moutte.net>
11286
11287         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11288         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11289         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11290         (gst_ximagesink_expose), (gst_ximagesink_set_property),
11291         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
11292         methods from chain and negotiation and vice versa (Fixes #166142).
11293         * sys/ximage/ximagesink.h: Add stream_lock.
11294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11295         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11296         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11297         (gst_xvimagesink_expose): Check for xcontext before trying to link.
11298
11299 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11300
11301         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
11302           Don't send "Hey! You gave me a NULL pointer you naughty person" as
11303           error message when we can't open the DVD device (when dvdnav_open()
11304           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
11305           the above). Send something more useful instead (fixes #167117).
11306
11307 2005-02-11  Julien MOUTTE  <julien@moutte.net>
11308
11309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
11310         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
11311         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11312         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11313         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11314         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
11315         methods from chain and negotiation and vice versa (Fixes #166142).
11316         Fix a possible bug of images in the buffer pool being discarded because
11317         we are looking at the wrong geometry.
11318         * sys/xvimage/xvimagesink.h: Add stream_lock.
11319
11320 2005-02-11  David Schleef  <ds@schleef.org>
11321
11322         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
11323         unsigned int. (fixes #167128)
11324
11325 2005-02-11  David Schleef  <ds@schleef.org>
11326
11327         * gst/librfb/Makefile.am: Testing stuff before committing is
11328           for wimps... and people with fast machines.  Fix stupid
11329           mistake.
11330
11331 2005-02-11  David Schleef  <ds@schleef.org>
11332
11333         * configure.ac: Pull in librfb from my CVS tree, because it is
11334           too small and annoying to be separate.  Move rfbsrc plugin
11335           to gst/.
11336         * ext/Makefile.am:
11337         * ext/librfb/Makefile.am:
11338         * ext/librfb/gstrfbsrc.c:
11339         * gst/librfb/Makefile.am:
11340         * gst/librfb/gstrfbsrc.c:
11341         * gst/librfb/rfb.c:
11342         * gst/librfb/rfb.h:
11343         * gst/librfb/rfbbuffer.c:
11344         * gst/librfb/rfbbuffer.h:
11345         * gst/librfb/rfbbytestream.c:
11346         * gst/librfb/rfbbytestream.h:
11347         * gst/librfb/rfbcontext.h:
11348         * gst/librfb/rfbdecoder.c:
11349         * gst/librfb/rfbdecoder.h:
11350         * gst/librfb/rfbutil.h:
11351
11352 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
11353
11354         * gst/speed/Makefile.am:
11355         * gst/speed/demo-mp3.c: (main):
11356         * gst/speed/filter.func:
11357         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
11358         (speed_class_init), (speed_init), (speed_chain_int16),
11359         (speed_chain_float32), (speed_chain), (speed_set_property),
11360         (speed_get_property), (speed_change_state):
11361         * gst/speed/gstspeed.h:
11362           Fix speed element and make it chain-based (fixes #156467),
11363           and make it handle more than one channel.
11364
11365 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
11366
11367         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
11368         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
11369         (gst_dtsdec_chain), (gst_dtsdec_change_state):
11370         * ext/dts/gstdtsdec.h:
11371           Don't clobber the stack constructing the channels array.
11372           Make the element chain-based. DTS tracks can now be played.
11373           
11374 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
11375
11376         * gst-libs/gst/audio/multichannel.h:
11377         * gst-libs/gst/gconf/gconf.h:
11378         * gst-libs/gst/idct/idct.h:
11379         * gst-libs/gst/media-info/media-info-priv.h:
11380         * gst-libs/gst/play/play.h:
11381         * gst-libs/gst/resample/private.h:
11382         * gst-libs/gst/resample/resample.h:
11383         * gst-libs/gst/riff/riff-ids.h:
11384         * gst-libs/gst/video/video.h:
11385         * gst-libs/gst/video/videosink.h:
11386           Add G_BEGIN_DECLS and G_END_DECLS around headers where
11387           missing, so that they work when included from C++ code.
11388
11389 2005-02-09  David Schleef  <ds@schleef.org>
11390
11391         * testsuite/gst-lint: Check for non-statically scoped
11392           parent_class variables.  This won't be a problem once
11393           plugins are loaded with RTLD_LOCAL.
11394
11395 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11396
11397         * ext/mplex/gstmplexibitstream.cc:
11398           gcc madness.
11399
11400 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11401
11402         * ext/ogg/gstogmparse.c:
11403         * gst/debug/gstnavigationtest.c:
11404           Die, thou faulty symbol pollutors (non-static parent_class).
11405
11406 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11407
11408         * ext/mplex/gstmplexibitstream.cc:
11409           Fix event handling (#165525).
11410
11411 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11412
11413         * ext/mikmod/gstmikmod.c:
11414         * gst/modplug/gstmodplug.cc:
11415           Add missing endianness to template (fixes #165509).
11416
11417 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11418
11419         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
11420           Fix wrong order of reading of optional bytes (#165290).
11421
11422 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11423
11424         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11425           Implement FILLER event awareness.
11426
11427 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11428
11429         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
11430           Fix track calculations (#166208).
11431
11432 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11433
11434         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11435
11436         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
11437         * ext/libpng/gstpngenc.c:
11438           Fix byte-order, use proper fixed caps. Fixes #164197.
11439
11440 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11441
11442         * configure.ac:
11443           Add dvdlpcmdec 
11444
11445         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
11446         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
11447           Don't push buffers if the src pad isn't negotiated yet.
11448           
11449         * gst/audioconvert/gstaudioconvert.c:
11450         (gst_audio_convert_buffer_to_default_format),
11451         (gst_audio_convert_buffer_from_default_format):
11452           Add support for 24-bit width.
11453
11454         * gst/dvdlpcmdec/.cvsignore:
11455         * gst/dvdlpcmdec/Makefile.am:
11456         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
11457         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
11458         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
11459         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
11460         (plugin_init):
11461         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
11462           New decoder for rearranging DVD LPCM into our audio/x-raw-int
11463           format. Needs support for the channels maps if someone can find 
11464           a DVD LPCM track with > 2 channels.
11465
11466         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
11467         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
11468         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
11469         * gst/mpegstream/gstdvddemux.h:
11470         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11471         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
11472         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
11473         * gst/mpegstream/gstmpegdemux.h:
11474         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
11475         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
11476         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
11477         (gst_mpeg_parse_handle_src_query),
11478         (gst_mpeg_parse_handle_src_event):
11479           Use audio/x-dvd-lpcm for LPCM output.
11480           Add DTS output.
11481
11482 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11483
11484         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11485
11486         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
11487         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
11488           Add BGRA handling (#165736).
11489
11490 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
11491
11492         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11493
11494         * gst/law/alaw-decode.c: (alawdec_link):
11495         * gst/law/alaw-encode.c: (alawenc_link):
11496         * gst/law/mulaw-decode.c: (mulawdec_link):
11497         * gst/law/mulaw-encode.c: (mulawenc_link):
11498           Fix caps memleaks (#166600).
11499
11500 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
11501
11502         * ext/tarkin/mem.h:
11503         * ext/tarkin/wavelet.h:
11504         * ext/tarkin/yuv.h:
11505         * gst/ffmpegcolorspace/avcodec.h:
11506           Include "_stdint.h" instead of <stdint.h>. Fixes build on
11507           systems that don't have stdint.h, like Solaris9 (fixes #166631).
11508
11509 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11510
11511         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
11512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
11513         (gst_xvimagesink_change_state):
11514           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
11515           Xv video (and thereby regenerate Xv colourkey) in clear() so
11516           that PLAY -> READY -> PLAY works (fixes #162504).
11517
11518 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11519
11520         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
11521           Switch to list instead of range, since MJPEG-devices really just
11522           support decimations, not any size.
11523
11524 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11525         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
11526         (gst_mpeg2dec_reset), (free_all_buffers),
11527         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
11528         * ext/mpeg2dec/gstmpeg2dec.h:
11529           The libmpeg2 user-allocated buffer management is awkward, 
11530           to say the least. Hopefully this fixes things.
11531
11532 2005-02-04  Andy Wingo  <wingo@pobox.com>
11533
11534         * gst/audioconvert/bufferframesconvert.c
11535         (buffer_frames_convert_fixate): New function, fixates to 256
11536         frames per buffer by default. (Much better than 1.)
11537         (buffer_frames_convert_init): Set the fixate function for both src
11538         and sink pad.
11539         (buffer_frames_convert_link): After success setting nonfixed caps,
11540         get the negotiated caps so we can know how many buffer-frames it
11541         will be. No idea how this worked at all before.
11542
11543 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11544
11545         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11546         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
11547         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
11548         (handle_sequence), (handle_picture):
11549         * ext/mpeg2dec/gstmpeg2dec.h:
11550           Rearrange buffer tracking and refcounting and refactor
11551           a little for readability. 
11552
11553 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11554         * sys/v4l/gstv4l.c: (plugin_init):
11555         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
11556         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
11557         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
11558         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
11559         * sys/v4l/gstv4ljpegsrc.h:
11560         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
11561         * sys/v4l/v4l_calls.h:
11562         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
11563         (gst_v4lsrc_get_fps):
11564         * sys/v4l/v4lsrc_calls.h:
11565           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
11566           you jpeg inside rgb frames" driver.
11567           Don't error in the v4lsrc link function, just return 
11568           REFUSED.
11569
11570 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11571
11572         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
11573         (gst_qcamsrc_open):
11574           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
11575
11576 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11577
11578         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11579           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
11580
11581 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11582
11583         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
11584           Reset negotiated state on PAUSED->READY.
11585
11586 2005-02-02  David Schleef  <ds@schleef.org>
11587
11588         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
11589         whereever possible.  (Fixes #165997)
11590         * examples/capsfilter/capsfilter1.c: (main):
11591         * examples/dynparams/filter.c: (create_ui):
11592         * examples/seeking/cdparanoia.c: (get_track_info), (main):
11593         * examples/seeking/chained.c: (main):
11594         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
11595         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
11596         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
11597         (make_mpeg_pipeline), (make_mpegnt_pipeline):
11598         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11599         * examples/switch/switcher.c: (main):
11600         * ext/dv/demo-play.c: (main):
11601         * ext/faad/gstfaad.c: (gst_faad_change_state):
11602         * ext/mad/gstmad.c: (gst_mad_chain):
11603         * ext/smoothwave/demo-osssrc.c: (main):
11604         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
11605         (gst_gconf_render_bin_from_description),
11606         (gst_gconf_get_default_audio_sink),
11607         (gst_gconf_get_default_video_sink),
11608         (gst_gconf_get_default_audio_src),
11609         (gst_gconf_get_default_video_src),
11610         (gst_gconf_get_default_visualization_element):
11611         * gst/level/demo.c: (main):
11612         * gst/level/plot.c: (main):
11613         * gst/playback/gstplaybin.c: (gen_video_element),
11614         (gen_audio_element):
11615         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
11616         * gst/playondemand/demo-mp3.c: (setup_pipeline):
11617         * gst/sine/demo-dparams.c: (main):
11618         * gst/spectrum/demo-osssrc.c: (main):
11619         * gst/speed/demo-mp3.c: (main):
11620         * gst/volume/demo.c: (main):
11621         * testsuite/embed/embed.c: (main):
11622
11623 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11624
11625         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11626         (gst_tcpclientsink_finalize):
11627         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11628         (gst_tcpclientsrc_finalize):
11629         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11630         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
11631         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11632         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
11633           Don't leak the hostname when shutting down.
11634           In tcpserversrc, take a copy of the default hostname.
11635
11636 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11637
11638         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
11639           Set caps to systemstream=TRUE.
11640
11641 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11642
11643         * testsuite/Makefile.am:
11644           Fix more OSX buildbots.
11645
11646 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11647
11648         * ext/mpeg2dec/gstmpeg2dec.c:
11649           Don't send things to NULL PAD_PEERs
11650
11651         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
11652           Copy-on-write the incoming buffer.
11653
11654         * gst/mpegstream/gstdvddemux.h:
11655         * gst/mpegstream/gstmpegclock.h:
11656         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11657         (normal_seek), (gst_mpeg_demux_handle_src_event):
11658         * gst/mpegstream/gstmpegdemux.h:
11659         * gst/mpegstream/gstmpegpacketize.h:
11660         * gst/mpegstream/gstmpegparse.c:
11661         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
11662         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
11663         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
11664         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
11665         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
11666         * gst/mpegstream/gstmpegparse.h:
11667         * gst/mpegstream/gstrfc2250enc.h:
11668           Various changes to the way time is computed that make seeking and
11669           total time estimation much better here.
11670           Use G_BEGIN/END_DECLS instead of __cplusplus
11671
11672         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
11673           Use gst_buffer_stamp instead of only copying the TIMESTAMP
11674
11675 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11676
11677         * gst/subparse/gstsubparse.c:
11678           Fix OSX buildbot.
11679
11680 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11681
11682         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11683         (theora_enc_chain), (theora_enc_change_state):
11684         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11685         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11686         (gst_vorbisenc_change_state):
11687         * ext/vorbis/vorbisenc.h:
11688           Set granulepos and timestamp correctly for streams not
11689           starting at 0, taking into account the initial delay.
11690
11691 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11692
11693         * gst/mpegstream/gstdvddemux.c:
11694           Add audio/x-dts to audio pad template caps
11695
11696 2005-01-30  David Schleef  <ds@schleef.org>
11697
11698         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11699         (create_context), (gst_polypsink_link): Fix silly endianness
11700         bug.  Add some debugging.  Remove float from caps; it doesn't
11701         work.  Attempt to get remote audio working.
11702
11703 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11704
11705         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11706           Add 3IV2 fourcc.
11707
11708 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11709
11710         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11711         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11712         (gst_avi_demux_stream_data):
11713         * gst/avi/gstavidemux.h:
11714           Invert DIB images. Fixes #132341.
11715
11716 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11717
11718         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11719         (gst_ffmpegcsp_chain):
11720           D'oh, reference the palette data, not the palette structure.
11721           Fixes color distortion in #132341.
11722
11723 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11724
11725         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11726           PAR can be non-fixed when not provided as argument (#162626).
11727
11728 2005-01-29  David Moore  <dcm@acm.org>
11729
11730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11731
11732         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11733         (gst_qtdemux_loop_header):
11734           Re-apply patch from #142272 that allows non-seekable sources,
11735           re-proposed by Daniel Drake <dsd@gentoo.org>.
11736
11737 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11738
11739         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11740           Use the src template for creating the src pad (#162330).
11741
11742 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11743
11744         * configure.ac:
11745         * ext/musepack/Makefile.am:
11746         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11747         (gst_musepackdec_init), (gst_musepackdec_dispose),
11748         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11749         (gst_musepack_stream_init), (gst_musepackdec_loop),
11750         (gst_musepackdec_change_state):
11751         * ext/musepack/gstmusepackdec.cpp:
11752         * ext/musepack/gstmusepackdec.h:
11753         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11754         (gst_musepack_reader_read), (gst_musepack_reader_seek),
11755         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11756         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11757         * ext/musepack/gstmusepackreader.cpp:
11758         * ext/musepack/gstmusepackreader.h:
11759           Update to 1.1 API (#165446).
11760
11761 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11762
11763         * ext/Makefile.am:
11764           Unbreak buildbot.
11765
11766 2005-01-28  Andy Wingo  <wingo@pobox.com>
11767
11768         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11769         to reflect a different dubious internet source. Add a reference
11770         and some commentary.
11771
11772 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11773
11774         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11775         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11776         * gst/playback/gststreamselector.h:
11777           Be more selective when we're redoing caps negotiation from
11778           within the chain function on a stream change.
11779
11780 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11781
11782         * configure.ac:
11783         * ext/Makefile.am:
11784         * ext/amrnb/Makefile.am:
11785         * ext/amrnb/amrnb.c: (plugin_init):
11786         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11787         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11788         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11789         (gst_amrnbdec_state_change):
11790         * ext/amrnb/amrnbdec.h:
11791         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11792         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11793         (gst_amrnbparse_init), (gst_amrnbparse_formats),
11794         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11795         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11796         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11797         * ext/amrnb/amrnbparse.h:
11798           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11799         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11800           Add AMR-NB/-WB raw formats.
11801         * ext/alsa/gstalsa.c: (gst_alsa_link):
11802           Keep valid time when changing format.
11803         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11804         (qtdemux_parse_trak):
11805           Add some more format-specific options (#140141, #143555, #155163).
11806
11807 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11808
11809         * gst/matroska/matroska-demux.c:
11810         (gst_matroska_demux_parse_blockgroup):
11811           Fix logic error in timing of subtitle stream synchronization.
11812         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11813           Add skip-chunk, which is found in kodak-camera streams.
11814
11815 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11816
11817         * po/LINGUAS:
11818         * po/vi.po:
11819           Adding Vietnamese translation (submitted by Clytie Siddall)
11820
11821 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11822
11823         * gst/playback/gstdecodebin.c: (try_to_link_1):
11824           Use realpad for signal.
11825
11826 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11827
11828         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11829           Fix category so decodebin picks it up.
11830
11831 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11832
11833         * ext/mad/Makefile.am:
11834         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11835         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11836         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11837         (found_type), (gst_id3demux_bin_change_state):
11838         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11839         (gst_id3_tag_init), (gst_id3_tag_handle_event),
11840         (gst_id3_tag_src_link), (gst_id3_tag_chain),
11841         (gst_id3_tag_change_state), (plugin_init):
11842         * ext/mad/gstmad.h:
11843           Add id3demuxbin (which is a simple bin consisting of id3demux
11844           and typefind), take over rank from id3demux, remove typefind
11845           code from id3demux. Makes all broken mp3s that I know of work,
11846           and thereby fixes #152688.
11847
11848 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
11849
11850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11851
11852         * ext/mad/gstmad.c: (gst_mad_src_event):
11853         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11854           Allow seeks on audio pad, make mad forward those (#164826).
11855         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11856           Set duration (#165335).
11857
11858 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11859
11860         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11861         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11862         (gst_asf_demux_process_ext_content_desc),
11863         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11864         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11865         * gst/asfdemux/gstasfdemux.h:
11866           Improve metadata display, e.g. if the metadata comes before the
11867           streams are loaded (which is perfectly valid).
11868
11869 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11870
11871         * tools/gst-launch-ext-m.m:
11872           Fix AVI/ASF pipelines (#165340).
11873
11874 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
11875         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
11876         build failure on amd64
11877
11878 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
11879
11880         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11881         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11882           Check environment variables GST_ID3V2_TAG_ENCODING,
11883           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11884           list of character encodings to force interpretation of non-unicode
11885           strings stored in an ID3v2 tag to a particular encoding. If none
11886           is specified, try to use current locale's encoding, then fall back
11887           to ISO-8859-1 (which will always succeed). (Resolves #149274)
11888         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11889         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11890           Check environment variables GST_ID3V1_TAG_ENCODING,
11891           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11892           list of character encodings to use in case a string encountered
11893           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11894           specified, try to use the current locale's encoding, then fall
11895           back to ISO-8859-1 (which will always succeed).
11896
11897 2005-01-25  Benjamin Otte  <otte@gnome.org>
11898
11899         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11900           - on half framerate, compute the rate in advance so the comparisons
11901             don't compare wrong values
11902           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11903             behaviour
11904           - don't use mad_header_decode anymore, mad_frame_decode does that
11905             automatically
11906           - when getting rid of consumed bytes, reset the stream's skiplen
11907           (fixes #163867)
11908
11909 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11910
11911         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11912           Use 1/2 a second for default max_discont, as PES streams from DVB
11913           seem to have larger spacings in the SCR. 
11914           Fix a typo.
11915
11916 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11917
11918         * gst/playback/gstplaybasebin.c: (group_commit):
11919           Notify delayed stream-info availability.
11920
11921 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11922         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11923         (gst_a52dec_handle_event), (gst_a52dec_chain):
11924         Add some debug output. Check that a discont has a valid
11925         time associated.
11926         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11927         (gst_alsa_sink_loop):
11928         Ignore TAG events. A little extra debug for broken timestamps.
11929         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11930         (dvdnavsrc_change_state):
11931         Ensure we send a discont to engage the link before we send any
11932         other events.
11933         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11934         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11935         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11936         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11937         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11938         dvd://title works in totem because typefinding sends a seek that ends
11939         up going back to chapter 1 regardless.
11940         * ext/mpeg2dec/gstmpeg2dec.c:
11941         * ext/mpeg2dec/gstmpeg2dec.h:
11942         Output correct timestamps and handle disconts.
11943         * ext/ogg/gstoggdemux.c: (get_relative):
11944         Small guard against a null dereference.
11945         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11946         (gst_textoverlay_set_property):
11947         Free memory when done. Don't call gst_event_filler_get_duration on
11948         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11949         g_warning.
11950         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11951         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11952         (gst_sw_srclink), (gst_smoothwave_chain):
11953         Draw solid lines, prettier colours.
11954         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11955         Add a default palette that'll work for some movies.
11956         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11957         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11958         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11959         * gst/mpegstream/gstdvddemux.h:
11960         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11961         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11962         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11963         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11964         * gst/mpegstream/gstmpegparse.h:
11965         Use PTM/NAV events when for timestamp adjustment when connected to 
11966         dvdnavsrc. Don't use many discont events where one suffices.
11967         * gst/playback/gstplaybasebin.c: (group_destroy),
11968         (gen_preroll_element), (gst_play_base_bin_add_element):
11969         * gst/playback/gstplaybasebin.h:
11970         Make sure we remove subtitles from the same bin we put them in.
11971         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11972         (gst_subparse_buffer_format_autodetect),
11973         (gst_subparse_change_state):
11974         Fix some memleaks and invalid accesses.
11975         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
11976         (oggskel_type_find), (cmml_type_find), (plugin_init):
11977         Some typefind functions for Annodex v3.0 files
11978         * gst/wavparse/gstwavparse.h:
11979         GstRiffReadClass is the correct parent class.
11980
11981 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11982
11983         * gst-libs/gst/riff/riff-media.c:
11984         (gst_riff_create_video_caps_with_data):
11985           Add extradata to huffyuv (fixes #165013).
11986         * gst-libs/gst/riff/riff-read.c:
11987         (gst_riff_read_strf_vids_with_data):
11988           Fix extradata extraction if it is in the chunk size.
11989
11990 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
11991
11992         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11993
11994         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
11995         (gst_quarktv_change_state), (gst_quarktv_dispose):
11996           Memory free'ing location fix (#164708).
11997
11998 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11999
12000         * gst/playback/gstplaybasebin.c: (group_commit),
12001         (gen_preroll_element), (probe_triggered), (gen_source_element),
12002         (setup_source), (gst_play_base_bin_change_state),
12003         (gst_play_base_bin_add_element):
12004           Don't block for streams.
12005         * gst/playback/gststreaminfo.c: (stream_info_change_state),
12006         (gst_stream_info_set_mute):
12007           Use gst_pad_set_active_recursive.
12008
12009 2005-01-25  Andy Wingo  <wingo@pobox.com>
12010
12011         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
12012         for #ifndef HAVE_XVIDEO.
12013
12014 2005-01-24  Jeffrey C. Ollie
12015
12016         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
12017
12018         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
12019         * ext/gsm/gstgsmdec.h:
12020         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
12021         * ext/gsm/gstgsmenc.h:
12022         Fix rate to 8kHz as per spec, removes obscure errors when no rate
12023         was given by property. Add proper buffer timestamps and offsets.
12024
12025 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12026
12027         * gst-libs/gst/riff/riff-media.c:
12028         (gst_riff_create_audio_caps_with_data):
12029           Audio can be <8000Hz.
12030
12031 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12032
12033         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12034           Explicit state change to workaround refcount bugs.
12035
12036 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12037
12038         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
12039         (gst_avimux_riff_get_avi_header):
12040           Fix...
12041
12042 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12043
12044         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
12045         (gst_riff_read_element_data):
12046         * gst-libs/gst/riff/riff-read.h:
12047           Add _peek version (req'ed in CDXA).
12048         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
12049         (gst_cdxaparse_loop):
12050           Fix parsing in playbin.
12051         * gst/playback/gstdecodebin.c: (close_pad_link):
12052           Ignore current_ pads, they cause major annoyance.
12053
12054 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12055
12056         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12057           Safety guard.
12058
12059 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12060
12061         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
12062           Fix padding...
12063
12064 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12065
12066         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
12067           Allow for 0-sized buffers. Fixes length query problems in
12068           starwars.mkv from the testsuite.
12069
12070 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
12071
12072         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
12073         (gst_video_box_i420), (gst_video_box_chain):
12074           Fix row strides for I420 (fixes #163159)
12075           
12076 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12077
12078         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12079           MPEG2 has a useful rate property, so we can actually use that.
12080           For MPEG-1, continue using the bytes/time properties.
12081
12082 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12083
12084         * gst-libs/gst/riff/riff-media.c:
12085         (gst_riff_create_video_caps_with_data),
12086         (gst_riff_create_video_template_caps):
12087           Add intel-h263.
12088
12089 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12090
12091         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12092           Fail if caps negotiation fails. Should fix #162184, and should
12093           definately be in there regardless of it fixing the actual bug.
12094         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
12095         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
12096         (gst_avimux_riff_get_avix_header),
12097         (gst_avimux_riff_get_video_header),
12098         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
12099         (gst_avimux_start_file), (gst_avimux_handle_event),
12100         (gst_avimux_change_state):
12101         * gst/avi/gstavimux.h:
12102           Refactor structure writing to use GST_WRITE_UINT macros, add
12103           metadata writing support.
12104
12105 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12106
12107         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12108           Elements may already be destroyed when this function is called.
12109
12110 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12111
12112         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12113         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
12114           More memory leak fixes (#149162).
12115
12116 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12117
12118         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12119         (gst_qtdemux_add_stream):
12120           Fix two memleaks.
12121
12122 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12123
12124         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12125           Argh...
12126
12127 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12128
12129         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12130           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
12131           when fixating to six channels in Totem.
12132
12133 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12134
12135         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
12136           Fix compile warnings on Solaris 10 buildbot
12137
12138 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12139
12140         * ext/dvdread/dvdreadsrc.c: (_read):
12141           Don't read beyond the last cell in a chapter (fixes 
12142           invalid memory access)
12143
12144 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12145
12146         * ext/dvdread/stream_labels.c:
12147         (dvdreadsrc_get_audio_stream_labels):
12148           Use NULL for an empty GList instead of g_list_alloc(); fix 
12149           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
12150           of GString (easier to bulk free later)
12151
12152 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
12153
12154         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12155
12156         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12157         (gst_ffmpeg_pixfmt_to_caps):
12158           Fix BGRA32 caps (#164209).
12159
12160 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
12161
12162         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12163
12164         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12165         (gst_ffmpeg_caps_to_pixfmt):
12166           alpha_mask can be RGBA/ABGR. Fixes #164265.
12167
12168 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
12169
12170         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12171
12172         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
12173         (gst_mpeg2dec_alloc_buffer):
12174         * ext/mpeg2dec/gstmpeg2dec.h:
12175           Crop if decoding size is not the actual image size (#163676).
12176
12177 2005-01-17  Steve Baker  <steve@stevebaker.org>
12178
12179         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12180
12181         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
12182         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
12183           Add libsndfile typefind functions (#163309).
12184
12185 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12186
12187         * tools/gst-launch-ext-m.m:
12188           Add .aac, fix .m1v/.m2v (#163891).
12189
12190 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12191
12192         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
12193           Sanity check, don't wait endlessly since the clock might not
12194           actually run at this point (which is a deadlock). Fixes #164069.
12195
12196 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12197
12198         * gst/playback/gstplaybasebin.c: (probe_triggered):
12199           Of course, only pause if group is done...
12200
12201 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12202
12203         * gst/playback/gstplaybasebin.c: (probe_triggered):
12204           Thread safety.
12205
12206 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
12207
12208         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
12209           Don't return state change success when the parent
12210           failed.
12211
12212 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12213
12214         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
12215           Free events (fix memleak in #162905).
12216
12217 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
12218
12219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12220
12221         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12222         (gst_ffmpeg_caps_to_pixfmt):
12223           Fix for depth = 15. Fixes #161675.
12224
12225 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12226
12227         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12228           Set FPS correctly, even for webcams and the like.
12229         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
12230           Don error on setting while capturing.
12231
12232 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12233
12234         * ext/dv/gstdvdec.c:
12235         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12236         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12237           I'm a bad boy. using /1001. to force C to do float division
12238           and not integer division (as it did in my last commit)
12239           Thanks to David I. Lehn for pointing this mistake.
12240
12241 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12242
12243         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12244           Revert Johan??s 1.35->1.36 since it breaks compat.
12245
12246 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12247
12248         * ext/dv/gstdvdec.c:
12249         * ext/libfame/gstlibfame.c:
12250         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12251         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12252           replace framerate aproximations by their real value
12253           (24000/1001, 30000/1001, 60000/1001)
12254           Finish fixing bug #164049
12255
12256 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12257
12258         * ext/ogg/gstoggmux.c:
12259           eos/bos debugging
12260         * gst/tcp/gstmultifdsink.c:
12261         * gst/tcp/gstmultifdsink.h:
12262         * gst/tcp/gsttcp.c:
12263         * gst/tcp/gsttcp.h:
12264         * gst/tcp/gsttcpclientsink.c:
12265         * gst/tcp/gsttcpclientsrc.c:
12266         * gst/tcp/gsttcpserversink.c:
12267         * gst/tcp/gsttcpserversrc.c:
12268           improve reusability of elements after state changes and errors
12269           make multifdsink throw away streamheaders when receiving new ones
12270
12271 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12272
12273         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12274           Fix for if items are already in list...
12275
12276 2005-01-12  Benjamin Otte  <otte@gnome.org>
12277
12278         * gst/adder/gstadder.c: (gst_adder_loop):
12279           fix adder a bit so it doesn't screw up with events as much anymore
12280
12281 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
12282
12283         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
12284         (pixbufscale_scale), (gst_pixbufscale_chain):
12285         * ext/gdk_pixbuf/pixbufscale.h:
12286           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
12287           to ensure rowstrides are calculated the same way as 
12288           ffmpegcolorspace
12289           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
12290           that we pick up duration and offset also.
12291
12292 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12293
12294         * gst/avi/gstavimux.c: (gst_avimux_class_init),
12295         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
12296           Reusability fixes.
12297
12298 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12299
12300         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
12301         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12302         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
12303         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
12304           Update flags when requested.
12305
12306 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12307
12308         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12309           Fix dmix.
12310
12311 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12312
12313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12314         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
12315         (probe_triggered), (new_decoded_pad), (gen_source_element),
12316         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
12317         * gst/playback/gstplaybasebin.h:
12318         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12319         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
12320         (gst_play_bin_change_state):
12321           Implement group-switch signal for use in apps to clear metadata
12322           cache, clean up subtitle, add suburi property instead of # hack,
12323           some error-out fixes.
12324
12325 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12326
12327         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12328           Debug.
12329         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
12330           If we got a state change in the _get handler, don't return success.
12331
12332 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12333
12334         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
12335         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
12336           Make jpegdec quiet on MJPEG decoding
12337         * gst/asfdemux/README:
12338           Fix mimetypes for MJPEG and H263
12339
12340 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12341
12342         * ext/theora/theoradec.c: (theora_dec_chain):
12343           Fix broken code generation by gcc by swapping arguments.
12344         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12345           Fix \n in debug.
12346
12347 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12348
12349         * TODO:
12350           delete this file, it is by far outdated
12351         * ext/alsa/gstalsa.1: remove
12352         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
12353         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
12354         (gst_alsa_get_caps):
12355           Add HW probing for supported sample rates. Fixes #161704
12356
12357 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12358
12359         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12360           Don't crash, biatch! :).
12361
12362 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12363
12364         * ext/musepack/gstmusepackreader.cpp:
12365         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12366           Some work on tags - still doesn't work in playbin...
12367         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12368           Handle events...
12369
12370 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12371
12372         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
12373           Also shove tags on kid pads.
12374
12375 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12376
12377         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12378           Don't bail on unknown events.
12379         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12380           Don't crash on events before negotiation.
12381         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12382           Send tags on pads, too.
12383         * gst/playback/gststreamselector.c:
12384         (gst_stream_selector_request_new_pad):
12385           Forward events on first pad if no input was selected yet.
12386
12387 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12388
12389         * gst/playback/gstplaybasebin.c: (setup_substreams):
12390           Don't disable streamtype if the stream doesn't exist, since
12391           then playing a video after audio will disable both and nothing
12392           will happen. Fixes the testsuite.
12393
12394 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12395
12396         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
12397         (gst_v4l_xoverlay_set_xwindow_id):
12398         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
12399         (gst_v4l2_xoverlay_set_xwindow_id):
12400           Add debug categories, fix overlay disabling.
12401
12402 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12403
12404         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
12405         * ext/alsa/gstalsa.h:
12406           Add HW probing for period_count/size and buffer_size MIX/MAX
12407           Adjust default/user defined value if out of bounds
12408           Should fix bug #162024
12409
12410 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12411
12412         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
12413           Fix warning (#161191).
12414
12415 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12416
12417         * ext/dvdread/stream_labels.c:
12418         (dvdreadsrc_get_audio_stream_labels):
12419           Fix warning (init the good variable in switch default)
12420
12421 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
12422
12423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12424
12425         * gst/tta/gstttaparse.c: (gst_tta_src_event):
12426           Fix gcc-2.95 compile (#163485).
12427
12428 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12429
12430         * configure.ac:
12431         * ext/flac/gstflacenc.c: (gst_flacenc_init),
12432         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
12433         (gst_flacenc_tell_callback), (gst_flacenc_chain),
12434         (gst_flacenc_change_state):
12435         * ext/flac/gstflacenc.h:
12436           Update for API change in flac-1.1.1. Update requirement in
12437           configure.ac. Fixes #162974.
12438
12439 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12440
12441         * gst/playback/gstplaybasebin.c: (group_destroy):
12442           Remove hack to get rid of assert and get rid of unlinked
12443           signals properly.
12444
12445 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12446
12447         * gst/playback/gstplaybasebin.c: (setup_source):
12448           Set source to NULL so that resources are free'ed. Fixes issues
12449           with playback of CDDA and similar device-accessing things.
12450
12451 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12452
12453         * testsuite/embed/Makefile.am:
12454           test->noinst, fix make test in buildbot.
12455
12456 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12457
12458         * ext/dvdread/stream_labels.c: new file
12459         * ext/dvdread/stream_labels.h: new file
12460         * ext/dvdread/Makefile.am:
12461         * ext/dvdread/dvdreadsrc.c: (_seek_title):
12462           Extract audio stream label from DVD IFO files.
12463           It only dump them on the console for now, still have to
12464           make playbin aware of them.
12465
12466 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12467
12468         * gst/playback/gstplaybasebin.c: (setup_source):
12469           Fix hanging subs.
12470
12471 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12472
12473         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12474         (gen_preroll_element), (remove_groups), (setup_subtitle),
12475         (gen_source_element), (setup_source):
12476         * gst/playback/gstplaybasebin.h:
12477           Multiple .sub files is just a stupid idea... Fix some threading
12478           mistakes. Interestingly, external .sub files cause playbin to
12479           hang, I don't know why... Parsing fixes contributed by Fran??ois
12480           Kooman <fkooman@tuxed.net>.
12481
12482 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12483
12484         * testsuite/embed/Makefile.am:
12485           Fix buildbot.
12486
12487 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12488
12489         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12490
12491         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12492         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12493         (gst_pngenc_set_property):
12494         * ext/libpng/gstpngenc.h:
12495           Add compression level property (#163323).
12496
12497 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12498
12499         * configure.ac:
12500         * examples/capsfilter/capsfilter1.c: (main):
12501         * examples/seeking/spider_seek.c: (make_spider_pipeline):
12502         * ext/dvdread/Makefile.am:
12503         * ext/dvdread/demo-play:
12504         * ext/dvdread/demo-play.c:
12505         * gconf/gstreamer.schemas.in:
12506         * gst-libs/gst/gconf/gconf.c:
12507         * sys/v4l/TODO:
12508         * testsuite/Makefile.am:
12509         * testsuite/embed/Makefile.am:
12510         * testsuite/embed/embed.c: (cb_expose), (main):
12511           Remove all references to xvideosink, fix examples (#140845).
12512         * gst/playback/gstplaybasebin.c: (group_destroy):
12513           Apparently, disposal does not unlink - so do explicitely.
12514         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12515           Add debug.
12516
12517 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
12518
12519         * README: fix PKG_CONFIG_PATH instructions, what was there
12520         previously was breaking default search path, not nice. 
12521         Fixes #163358
12522
12523 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12524
12525         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
12526         (gst_audioscale_chain):
12527           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
12528           when resampling - how the ^@$^!@^! is this possible?!?
12529
12530 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12531
12532         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12533           Reset variables on READY.
12534         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
12535         (gst_matroska_mux_loop):
12536           Require data before writing header.
12537
12538 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
12539
12540         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12541
12542         * ext/mad/gstmad.c: (gst_mad_chain):
12543           Don't call mad_stream_sync() directly after recovering sync.
12544           Fixes #151661.
12545
12546 2005-01-09  Martin Eikermann  <meiker@upb.de>
12547
12548         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12549
12550         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
12551         (snapshot_handler), (gst_snapshot_sinkconnect),
12552         (gst_snapshot_chain):
12553           Allocate resources when required, fix recursive signal emission
12554           and fix caps. Fixes #161667.
12555
12556 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12557
12558         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12559
12560         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
12561         (gst_pngdec_chain):
12562           Handle only 8-bppc (bits-per-pixel-component) images, better
12563           error handling and correct strides. Fixes #163177.
12564         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
12565         (gst_pngenc_chain):
12566           Better error handling. Fixes #163348.
12567
12568 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12569
12570         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
12571         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
12572         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
12573         (dvdnavsrc_uri_handler_init):
12574           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
12575         * gst/playback/gstplaybasebin.c: (gen_source_element):
12576           Add MMS to streaming URIs.
12577
12578 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12579
12580         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12581         * sys/xvimage/xvimagesink.c:
12582         (gst_xvimagesink_navigation_send_event):
12583           Check for pad availability before sending event.
12584
12585 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12586
12587         * gst-plugins.spec.in:
12588           Add subparse.
12589
12590 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12591
12592         * configure.ac:
12593           Since we use functions from CVS, up requirement.
12594
12595 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12596
12597         * gst/playback/Makefile.am:
12598         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12599         (group_destroy), (group_commit), (group_is_muted),
12600         (gen_preroll_element), (add_stream), (unknown_type),
12601         (probe_triggered), (preroll_unlinked), (mute_stream),
12602         (silence_stream), (new_decoded_pad), (setup_substreams),
12603         (setup_source), (get_active_source), (mute_group_type),
12604         (muted_group_change_state), (set_active_source),
12605         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12606         (play_base_eos), (gst_play_base_bin_change_state):
12607         * gst/playback/gstplaybasebin.h:
12608         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12609         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12610         (gst_stream_info_dispose), (stream_info_mute_pad),
12611         (stream_info_change_state), (gst_stream_info_set_mute):
12612         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
12613         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
12614         (gst_stream_selector_init), (gst_stream_selector_dispose),
12615         (gst_stream_selector_get_linked_pad),
12616         (gst_stream_selector_get_caps), (gst_stream_selector_link),
12617         (gst_stream_selector_get_linked_pads),
12618         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12619         * gst/playback/gststreamselector.h:
12620           Adding stream selection support plus required properties for
12621           applications to use this. Fully fixes #100931.
12622
12623 2005-01-08  Benjamin Otte  <otte@gnome.org>
12624
12625         * gst/games/gstpuzzle.c: (nav_event_handler):
12626           - handle nav events differently: forward every event no matter if it
12627             was handled or not.
12628           - translate events
12629           You can now cheat by using navigationtest ! puzzle and moving the
12630           mouse close to the edge of a tile. ;)
12631
12632 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12633
12634         * configure.ac:
12635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12636         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
12637         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
12638         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
12639         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
12640         (gst_ogm_parse_plugin_init):
12641         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
12642         (gst_textoverlay_link), (gst_textoverlay_getcaps),
12643         (gst_textoverlay_event), (gst_textoverlay_video_chain),
12644         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
12645         * ext/pango/gsttextoverlay.h:
12646         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12647         (gst_matroska_demux_handle_seek_event),
12648         (gst_matroska_demux_sync_streams),
12649         (gst_matroska_demux_parse_blockgroup),
12650         (gst_matroska_demux_subtitle_caps),
12651         (gst_matroska_demux_plugin_init):
12652         * gst/matroska/matroska-ids.h:
12653         * gst/playback/gstdecodebin.c: (close_pad_link):
12654         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12655         (gen_preroll_element), (remove_groups), (add_stream),
12656         (new_decoded_pad), (setup_subtitles), (gen_source_element),
12657         (setup_source):
12658         * gst/playback/gstplaybasebin.h:
12659         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
12660         * gst/subparse/Makefile.am:
12661         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
12662         (gst_subparse_base_init), (gst_subparse_class_init),
12663         (gst_subparse_init), (gst_subparse_formats),
12664         (gst_subparse_eventmask), (gst_subparse_event),
12665         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
12666         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
12667         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
12668         (parse_mpsub_deinit), (parse_mpsub_init),
12669         (gst_subparse_buffer_format_autodetect),
12670         (gst_subparse_format_autodetect), (gst_subparse_loop),
12671         (gst_subparse_change_state), (gst_subparse_type_find),
12672         (plugin_init):
12673         * gst/subparse/gstsubparse.h:
12674         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12675         (plugin_init):
12676           Add subtitle support, .sub parser (supports SRT and MPsub),
12677           OGM text support, Matroska UTF-8 text support, deadlock fixes
12678           all over the place, subtitle awareness in decodebin/playbin
12679           and some fixes to textoverlay to handle subtitles in a stream
12680           correctly. Fixes #100931.
12681
12682 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12683
12684         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12685           Check for pad availability before doing a query on it.
12686
12687 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12688
12689         * ext/dv/gstdvdec.c:
12690           really fix bpp24/32 dvdec caps (classic rgba indeed)
12691         * gst/asfdemux/gstasfdemux.c:
12692         (gst_asf_demux_process_ext_content_desc):
12693           don't send text tags if they are empty (bis repetita)
12694
12695 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12696
12697         * ext/dv/gstdvdec.c:
12698          remove unneeded comment from dvdec
12699           (related to DV 4CC codes in AVI files)
12700           moved them in gstreamer/docs/random/mimetypes
12701         * gst/asfdemux/gstasfdemux.c:
12702         (gst_asf_demux_process_ext_content_desc):
12703          don't send text tags if they are empty
12704          fix mem leak on error path
12705         * gst/ffmpegcolorspace/avcodec.h:
12706         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12707         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12708         (gst_ffmpegcsp_avpicture_fill):
12709         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12710         * gst/ffmpegcolorspace/imgconvert_template.h:
12711          adds BGR32 and BGRA32 to ffmpegcolorspace
12712           (still bad colors, fixing it on next commit)
12713           helps with dvdec outputing BGR32
12714
12715 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12716
12717         * ext/dv/gstdvdec.c:
12718          Fix audio caps i just broke (missing ',')
12719         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12720         (gst_matroska_mux_reset):
12721          Fix typo + add FIXME about old "x-gst-metadata" crap
12722
12723 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12724
12725         * ext/dv/demo-play.c: (main):
12726          xvideosink -> xvimagesink
12727         * ext/dv/gstdvdec.c:
12728          change rgb 32/32 caps to 24/32 (no alpha)
12729          change nb of channels to be a list (2 or 4, not 2)
12730          change sample rate to be a list (32, 44.1, 48 kHz) not a range
12731         * gst/asfdemux/gstasfdemux.c:
12732         (gst_asf_demux_process_ext_content_desc):
12733          Add 'date/year' to extracted metadata list
12734
12735 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12736
12737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12738           The return value of fixate_to does not imply that the requested
12739           value was set, so don't assume.
12740
12741 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
12742
12743         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12744
12745         * ext/libpng/gstpngdec.c:
12746         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12747         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12748         * ext/libpng/gstpngenc.h:
12749           Alpha support (encoder; #163161), mime fixage.
12750
12751 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
12752
12753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12754
12755         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12756         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12757         (gst_faac_set_property), (gst_faac_get_property):
12758         * ext/faac/gstfaac.h:
12759           Allow for ADTS output (#153434).
12760
12761 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12762
12763         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12764           Fix against template (#150576).
12765
12766 2005-01-06  Benjamin Otte  <otte@gnome.org>
12767
12768         * gst/games/gstpuzzle.c: (draw_puzzle):
12769           don't draw a puzzle if either width or height of tiles would be 0.
12770
12771 2005-01-06  Benjamin Otte  <otte@gnome.org>
12772
12773         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12774         (gst_puzzle_class_init), (gst_puzzle_finalize):
12775           no memleaks, please
12776         (gst_puzzle_create), (gst_puzzle_init),
12777         (gst_puzzle_set_property), (gst_puzzle_setup):
12778           change initialization code around so we don't reshuffle on resize
12779         (draw_puzzle):
12780           fix another stupid typo
12781
12782 2005-01-06  Benjamin Otte  <otte@gnome.org>
12783
12784         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12785           fix stupid typo that borked copying on YUY2
12786
12787 2005-01-06  Benjamin Otte  <otte@gnome.org>
12788
12789         * gst/games/gstpuzzle.c: (draw_puzzle):
12790           fix edges when image sizes aren't multiples of tile sizes
12791
12792 2005-01-06  Benjamin Otte  <otte@gnome.org>
12793
12794         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12795           make RGB endianness work correctly
12796         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12797           refactor and fix race with initial shuffling
12798         (nav_event_handler):
12799           allow using the mouse to puzzle
12800         (draw_puzzle):
12801           insist on tiles having width and height as multiples of 4 to get
12802           clean YUV image handling
12803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12804         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12805           s/DEBUG/LOG/ for common messages
12806         (gst_xvimagesink_navigation_send_event):
12807           fix mouse event translation to not include screen PAR
12808         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12809           fix mouse event translation to actually work
12810
12811 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12812
12813         * gst/asfdemux/gstasfdemux.c:
12814         (gst_asf_demux_process_ext_content_desc):
12815          Extract TrackNumber metadata + clean up code
12816         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12817          Hope this is the good fix (var used unitialised)
12818
12819 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12820
12821         * ext/faad/gstfaad.c: (gst_faad_chain):
12822           Only increment timestamp if it's valid. Fixes raw AAC streams.
12823
12824 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12825
12826         * configure.ac:
12827         * gst/games/Makefile.am:
12828         * gst/games/gstpuzzle.c:
12829           add a puzzle game with...
12830         * gst/games/gstvideoimage.c:
12831         * gst/games/gstvideoimage.h:
12832           ... full colorspace support (that includes YUV9 and RGB16)) stolen
12833           from videotestsrc and made into something that would be a nice
12834           library for a lot of other plugins.
12835
12836 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12837
12838         * configure.ac:
12839          don't compile faad plugin if a RC of 2.0 is found
12840          Fixes #155346 (and FC1 buildbot)
12841         * gst/asfdemux/gstasfdemux.c:
12842         (gst_asf_demux_process_ext_content_desc):
12843          try to make Solaris compiler happier
12844
12845 2005-01-06  Paul Jack  <pjack@sfaf.org>
12846
12847         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12848
12849         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12850           Fix segfault (#161667).
12851
12852 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12853
12854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12855           Fix framerate reporting.
12856
12857 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12858
12859         * gst-libs/gst/riff/riff-ids.h:
12860         * gst/wavenc/riff.h:
12861          Add AMR (VBR and CBR) ids to riff.h audio codec list
12862         * gst/asfdemux/gstasfdemux.c:
12863         (gst_asf_demux_process_ext_content_desc),
12864         (gst_asf_demux_process_object):
12865           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12866
12867 2005-01-05  Martin Eikermann  <meiker@upb.de>
12868
12869         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12870
12871         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12872         (gst_dvd_demux_handle_discont):
12873         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12874         (gst_mpeg_demux_handle_discont):
12875           Recreate pads on new-media (#160730).
12876         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12877           Send discont even if manager changes timestamps (#161929).
12878
12879 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
12880
12881         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12882
12883         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12884           Fix invalid memory access (#159211).
12885
12886 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12887
12888         * examples/gstplay/player.c: (main):
12889           Don't iterate.
12890         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12891           Add visualizations.
12892         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12893         (gst_a52dec_handle_frame):
12894           Set duration.
12895         * ext/dvdnav/gst-dvd:
12896           Add audioconvert. Fixes #161325.
12897         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12898           Explicitely case to gint64. Possible valgrind error.
12899         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12900         (gst_play_tick_callback), (gst_play_change_state),
12901         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12902         (gst_play_set_location), (gst_play_get_location),
12903         (gst_play_seek_to_time), (gst_play_set_data_src),
12904         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12905         (gst_play_set_visualization), (gst_play_connect_visualization),
12906         (gst_play_get_framerate), (gst_play_get_all_by_interface),
12907         (gst_play_new):
12908           Use playbin. Fixes #139749 and #147744.
12909         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12910           Add genre tag.
12911         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12912         (audioscale_get_type), (gst_audioscale_base_init),
12913         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12914         (gst_audioscale_getcaps), (gst_audioscale_fixate),
12915         (gst_audioscale_link), (gst_audioscale_get_buffer),
12916         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12917         (gst_audioscale_init), (gst_audioscale_dispose),
12918         (gst_audioscale_chain), (gst_audioscale_set_property),
12919         (gst_audioscale_get_property), (plugin_init):
12920           Indent properly.
12921         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12922           Fix LPCM.
12923         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12924         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12925         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12926           Add more metadata (fixes #162656).
12927
12928 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12929
12930         * configure.ac:
12931           back to cvs
12932
12933 === release 0.8.7 ===
12934
12935 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12936
12937         * NEWS:
12938         * RELEASE:
12939         * configure.ac:
12940           releasing 0.8.7, "Hyperspace"
12941
12942 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12943
12944         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12945
12946         * gst/playback/gstplaybasebin.c:
12947          Fix for #162924 - free caps after use, not before
12948
12949 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12950
12951         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12952
12953         * gst/playback/gstplaybasebin.c:
12954         * gst/wavparse/gstwavparse.c:
12955           Fix for #154773 - fixes playback of small .wav files
12956
12957 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12958
12959         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12960
12961         * gst/audioscale/gstaudioscale.c:
12962           Fix for #162819 - make audioscale reusable
12963           Fixes playback of more than one file with playbin/totem
12964
12965 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12966
12967         * gst/ffmpegcolorspace/avcodec.h:
12968         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12969         * gst/ffmpegcolorspace/imgconvert.c:
12970           clean up the mess that made me cry and avoid needless duplication
12971
12972 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12973
12974         * gst/ffmpegcolorspace/imgconvert.c:
12975           give some indication of why we're segfaulting
12976
12977 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12978
12979         * configure.ac:
12980           Fix indentation, fix v4l2 plugin detection.
12981         * ext/Makefile.am:
12982           Fix libmms location (Maciej, use diff -u!).
12983         * ext/alsa/gstalsa.c: (gst_alsa_init):
12984           Initialize caps cache to NULL.
12985         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12986           Only change state on audiosink if it exists.
12987
12988 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
12989
12990         * gst/matroska/matroska-demux.c:
12991         * gst/matroska/matroska-ids.h:
12992         * gst/matroska/matroska-demux.h:
12993         Fix Vorbis streams failing to decode in some files, where cluster_time
12994         isn't 0, because then it doesn't send codec_priv before actual data.
12995         Remove time-based test and replace it with marker set on beginning of
12996         new stream
12997
12998 2004-12-28  David Schleef  <ds@schleef.org>
12999
13000         Merge patch from Ronald fixing problems with streaming
13001         text.
13002         * ext/cairo/gstcairo.c: (plugin_init):
13003         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
13004         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13005         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
13006         (gst_textoverlay_font_init), (gst_textoverlay_init),
13007         (gst_textoverlay_set_property):
13008         * ext/cairo/gsttextoverlay.h:
13009
13010 2004-12-27  David Schleef  <ds@schleef.org>
13011
13012         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
13013         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13014         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
13015         (gst_textoverlay_font_init), (gst_textoverlay_init),
13016         (gst_textoverlay_set_property): Improvements to actually
13017         render text as white on black outline on video, including
13018         font selection and horizontal/vertical alignment.  (Ronald's
13019         christmas present)
13020         * ext/cairo/gsttextoverlay.h:
13021
13022 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13023
13024         * ext/ogg/gstogg.c:
13025         * ext/ogg/gstogmparse.c:
13026           fix ogm[audio/video]parse plugin registration
13027           (riff won't load if bytestream is already loaded)
13028
13029 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13030
13031         * gst/audioconvert/gstchannelmix.c:
13032           fix for GLIB < 2.4
13033
13034 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13035
13036         * Makefile.am:
13037         * configure.ac:
13038           disable docs again until it actually passes make distcheck.
13039
13040 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13041
13042         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
13043         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
13044         (plugin_init):
13045           Add 3GP (variables name Q3GP because they can't start with a
13046           number). Add samr audio fourcc (used in .3gp files), decoder
13047           is work in progress. Also do a GST_WARNING instead of ERROR
13048           in case of unknown nodes, to decrease output.
13049
13050 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13051
13052         * Makefile.am:
13053           really fix dist
13054
13055 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13056
13057         * configure.ac:
13058         * ext/speex/gstspeexdec.h:
13059         * ext/speex/gstspeexenc.h:
13060           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
13061           Fix detection code in configure.ac
13062
13063 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13064
13065         * gst/matroska/matroska-demux.c:
13066         (gst_matroska_demux_parse_blockgroup):
13067           Save position, so that queries give proper return values. Don't
13068           know how this could ever have worked before...
13069
13070 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13071
13072         * configure.ac:
13073           Put additional LAME check inside the conditional.  Fixes #152339
13074
13075 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13076
13077         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13078         (gst_avi_demux_stream_scan):
13079           Add some more debug. Fix logic error when setting movi offset
13080           while reading index.
13081
13082 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13083
13084         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13085         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
13086         (gst_avi_demux_process_next_entry):
13087           Add some debugging. Better detection of broken indexes and the
13088           accompanying index recovery. No infinite loops on state changes
13089           when we're still in our loopfunction.
13090
13091 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13092
13093         * configure.ac:
13094           Fix up.
13095
13096 2004-12-22  Archana Shah  <archana.shah@wipro.com>
13097
13098         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13099
13100         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
13101           Normalizing the value before setting
13102         (gst_sunaudiomixer_get_volume):
13103           Normalizing the value after getting. Fixes bug# 161980
13104
13105 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13106
13107         * Makefile.am: Make sure docs gets disted
13108         * docs/Makefile.am: Make sure all needed files get disted
13109         * gst-plugins.spec.in: latest updates
13110
13111 2004-12-22  Wim Taymans  <wim@fluendo.com>
13112
13113         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13114         Revert patch 1.38 as clock distribution over schedulers does
13115         not work correcly in the core yet.
13116
13117 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13118
13119         * sys/oss/README: remove this file, which predates my birth
13120           (and which content is by far outdated)
13121
13122 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
13123
13124         * Makefile.am:
13125         * configure.ac:
13126         * docs/Makefile.am:
13127         * docs/libs/Makefile.am:
13128         * docs/libs/gst-plugins-libs-docs.sgml:
13129         * docs/libs/gst-plugins-libs-sections.txt:
13130         * docs/libs/tmpl/gstgconf.sgml:
13131         * docs/upload.mak:
13132         * docs/version.entities.in:
13133           Added boilerplate gtk-doc files for plugin-libs documentation.
13134
13135 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13136
13137         * gst/auparse/gstauparse.c: fix int and float audio caps
13138
13139 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13140
13141         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13142         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13143           g_assert() can be a macro, don't use #ifdef inside it.
13144
13145 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
13146
13147         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13148
13149         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13150         (gst_videorate_init), (gst_videorate_chain),
13151         (gst_videorate_change_state):
13152           Event handling (fixes #159986).
13153
13154 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13155
13156         * gst-libs/gst/riff/riff-media.c:
13157         (gst_riff_create_video_caps_with_data):
13158           Add BLZ0 (Blizzard's version of DivX) fourcc.
13159
13160 2004-12-18  David Schleef  <ds@schleef.org>
13161
13162         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
13163         portability fix.
13164
13165 2004-12-18  David Schleef  <ds@schleef.org>
13166
13167         * gst/tta/ttadec.h: Disable some header code that isn't used
13168         and clearly isn't portable.
13169
13170 2004-12-18  David Schleef  <ds@schleef.org>
13171
13172         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
13173         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13174         (avcodec_get_pix_fmt), (avpicture_layout),
13175         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
13176         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
13177         Fix code to not use GCC extensions (and c99 extensions that
13178         Forte does not like.)
13179
13180 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13181
13182         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13183
13184         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
13185         (gst_deinterlace_chain):
13186           Rowstride fixes. Fixes #161039.
13187         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
13188         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
13189         (gst_video_crop_getcaps), (gst_video_crop_link),
13190         (gst_video_crop_i420), (gst_video_crop_chain),
13191         (gst_video_crop_change_state):
13192           Rework of negotiation. Actually works now. Fixes #158650.
13193
13194 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13195
13196         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
13197           That was very stupid.
13198
13199 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13200
13201         * gst/matroska/matroska-demux.c:
13202         (gst_matroska_demux_parse_blockgroup):
13203           Fix possible crasher.
13204
13205 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13206
13207         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
13208         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
13209           Lace sizes can be zero.
13210
13211 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13212
13213         * ext/musepack/gstmusepackdec.cpp:
13214           Fetch error return values. Fixes #161624.
13215         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
13216           Really EOS.
13217
13218 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13219
13220         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13221           Work for truncated (unfinished download etc.) files. Fixes #160514.
13222
13223 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13224
13225         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13226           Fix for integer overflow. Makes #156001 not crash. Probably masks
13227           the real bug.
13228
13229 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13230
13231         * gst/ac3parse/gstac3parse.c: (plugin_init):
13232           Parsers never have ranks. Fixes #159651.
13233
13234 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13235
13236         * gst/playback/gstdecodebin.c: (compare_ranks):
13237           make sure the facotries are ordered the same every time even if they
13238           have the same rank by using the name
13239         * gst/playback/gstdecodebin.c: (find_compatibles):
13240           make sure we don't add factories to the list twice
13241
13242 2004-12-16  David Schleef  <ds@schleef.org>
13243
13244         * configure.ac: look for musepack headers as musepack/*.h
13245         (fixes #159847)
13246         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
13247         * ext/musepack/gstmusepackreader.h: same
13248
13249 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13250
13251         * gst-libs/gst/riff/riff-read.c:
13252         (gst_riff_read_strf_auds_with_data):
13253           Read extradata correctly (fixes #155879).
13254
13255 2004-12-16  David Schleef  <ds@schleef.org>
13256
13257         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
13258         audio.  does _not_ attempt or allow conversion unless channels
13259         is 1 or 2.
13260
13261 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13262
13263         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
13264
13265 2004-12-16  David Schleef  <ds@schleef.org>
13266
13267         * gst/audioscale/gstaudioscale.c: the resample library only
13268         handles 1 or 2 channels.  Change caps to compensate.
13269
13270 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13271
13272         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
13273         (gst_matroska_demux_audio_caps):
13274           Some MPEG-AAC hacks, because else it doesn't work...
13275
13276 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13277
13278         * gst-libs/gst/riff/riff-media.c:
13279         (gst_riff_create_video_caps_with_data),
13280         (gst_riff_create_video_template_caps):
13281           Add h264.
13282
13283 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13284
13285         * gst-libs/gst/audio/Makefile.am:
13286           Try to fix buildbot.
13287
13288 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13289
13290         * gst/tcp/gstmultifdsink.c:
13291           Clean up and uniformize debugging.
13292
13293 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
13294
13295         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13296
13297         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
13298         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
13299         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
13300         (gst_mpeg_demux_change_state):
13301           Reset on ready. Fixes 160276.
13302
13303 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13304
13305         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13306
13307         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13308         (gst_ffmpegcsp_pad_link):
13309           Fix memleak (#154815).
13310
13311 2004-12-16  James Bowes  <bowes@cs.dal.ca>
13312
13313         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13314
13315         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
13316         (gst_musicbrainz_init), (gst_musicbrainz_chain),
13317         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
13318         * ext/musicbrainz/gsttrm.h:
13319           Add support for using a proxy server when getting a trm id from
13320           the MusicBrainz database (#149613).
13321
13322 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
13323
13324         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13325
13326         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
13327         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13328           Fix memleaks (#157233).
13329
13330 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13331
13332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13333
13334         * gst-libs/gst/resample/resample.c: (gst_resample_close):
13335         * gst-libs/gst/resample/resample.h:
13336         * gst/audioscale/gstaudioscale.c:
13337           Fix memleak (#159215).
13338
13339 2004-12-16  Toni Willberg  <toniw@iki.fi>
13340
13341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13342
13343         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
13344         * sys/oss/oss_probe.c: (main):
13345           Check for mono/stereo support (similar to samplerate probing),
13346           fixes #159433. Also add missing copyright header to oss_probe.c.
13347
13348 2004-12-15  David Schleef  <ds@schleef.org>
13349
13350         * configure.ac: add audioresample and cairo plugins.  Remove
13351         HAVE_MMX stuff, because it's not used.
13352         * ext/Makefile.am: same
13353         * ext/audioresample/Makefile.am: You are not ready for an
13354         audio resampling element based on audioresample.
13355         * ext/audioresample/gstaudioresample.c:
13356         * ext/audioresample/gstaudioresample.h:
13357         * ext/cairo/Makefile.am: You are not ready for overlay elements
13358         based on cairo.  Don't look too closely, these elements kinda
13359         suck right now.
13360         * ext/cairo/gstcairo.c: new
13361         * ext/cairo/gsttextoverlay.c: new
13362         * ext/cairo/gsttextoverlay.h: new
13363         * ext/cairo/gsttimeoverlay.c: new
13364         * ext/cairo/gsttimeoverlay.h: new
13365         * gst-libs/gst/media-info/media-info-priv.h: fix compile
13366         problem with compilers that don't support variadic macros.
13367
13368 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13369
13370         Reviewed by:  David Schleef  <ds@schleef.org>
13371
13372         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
13373         Bala, registering sunaudiosrc (oops!), and cleaning up code a
13374         bit.  Also ran indent-gst.
13375         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
13376         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
13377         (gst_sunaudiosrc_setparams):
13378
13379 2004-12-14  David Schleef  <ds@schleef.org>
13380
13381         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
13382         output rate to 16000.  Should fix #160235.
13383
13384 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13385
13386         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13387         Add typefinding for mpeg2 pes streams
13388
13389 2004-12-13  David Schleef  <ds@schleef.org>
13390
13391         * configure.ac:  Applied patch from bug #143659, making default
13392         sources and sinks OS-dependent (for Solaris), and added code
13393         for OS/X.
13394         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
13395
13396 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13397
13398         * gst-libs/gst/riff/riff-media.c:
13399           forgot to add h2.64 to avidemux template caps
13400
13401 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13402
13403         * gst/wavenc/riff.h:
13404         * gst-libs/gst/riff/riff-media.c:
13405         * gst-libs/gst/riff/riff-ids.h:
13406         * gst/avi/gstavimux.c
13407         add 4CC code for VideoSoft h264 in AVI (VSSH)
13408           fixes bug #160655
13409         remove s323 from riff, it's quicktime specific :(
13410
13411 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13412
13413         * gst/asfdemux/README
13414         * gst/wavenc/riff.h
13415         * gst-libs/gst/riff/riff-ids.h
13416         * gst-libs/gst/riff/riff-media.c
13417         * gst/qtdemux/qtdemux.c:
13418           add new 4CC codes for h263 related codecs
13419           fixes partially bug #155163
13420
13421 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
13422
13423         * configure.ac: Update polyaudio requirement to 0.7
13424         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
13425
13426 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13427
13428         * gst/interleave/deinterleave.c:
13429         fix my name's spelling! :)
13430
13431 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13432
13433         * AUTHORS ChangeLog
13434         * gst/auparse/gstauparse.c
13435         * gst/interleave/deinterleave.c
13436         * gst/law/:
13437                 alaw-decode.c alaw-encode.c
13438                 mulaw-decode.c mulaw-encode.c
13439         * gst/oneton/gstoneton.c
13440         * sys/osxaudio/:
13441                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
13442         * sys/osxvideo/:
13443                 cocoawindow.h cocoawindow.m
13444                 osxvideosink.h osxvideosink.m
13445
13446         put the same mail address for Zaheer Abbas Merali everywhere
13447
13448 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13449
13450         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
13451           Align by packetsize, and assert that we a packet available before
13452           playing. The first makes webstreams work (they often include
13453           trailing padding data in a packet), the second allows pausing a
13454           ASF stream in totem without getting demux errors afterwards.
13455
13456 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13457
13458         * ext/ogg/gstoggdemux.c: (get_relative):
13459           Check for non-NULL before accessing member (end-of-chain).
13460
13461 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13462
13463         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13464         (cdparanoia_set_property), (cdparanoia_get_property):
13465         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
13466         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
13467         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13468         (dvdreadsrc_init), (dvdreadsrc_set_property),
13469         (dvdreadsrc_get_property):
13470         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
13471         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
13472           Synchronize property names where not yet the case. Devices are
13473           now device=X, other versions are deprecated (but still exist).
13474           Also use g_free() unconditionally.
13475         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13476         (setup_source), (gst_play_base_bin_get_property):
13477           Expose source.
13478
13479 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13480
13481         * configure.ac: move GCONF macro outside conditional for the am
13482           conditional. Fixes #160439
13483
13484 2004-12-08  David Schleef  <ds@schleef.org>
13485
13486         * tools/gst-visualise-m.m: Switch to elements that currently
13487         exist.
13488
13489 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13490
13491         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13492           We love wrong commas.
13493
13494 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13495
13496         * gst/matroska/matroska-demux.c:
13497         (gst_matroska_demux_handle_src_query):
13498           Don't set DEFAULT, unsupported - makes length display incorrectly
13499           in some cases.
13500
13501 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13502
13503         * gst/monoscope/README: remove blurb about files being GPL
13504         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
13505         * gst/monoscope/monoscope.c: Change license to BSD with explanation
13506           monoscope is now effectively LGPL licensed
13507
13508 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13509
13510         * gst/monoscope/README: Update information to be more correct
13511         * gst/monoscope/convolve.c: Relicense to LGPL
13512         * gst/monoscope/convolve.h: Relicense to LGPL
13513
13514 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
13515
13516         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13517           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
13518         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
13519           set default_duration for mpeg1 audio
13520
13521 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13522
13523         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
13524         * ext/alsa/gstalsa.h:
13525           refactor big chunks of the core caps negotiation code to make it
13526           a lot faster, because people claim it's really slow
13527           (actually, just cache the getcaps when the device is opened)
13528
13529 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13530
13531         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
13532         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
13533         (gst_a52dec_handle_frame), (gst_a52dec_chain),
13534         (gst_a52dec_change_state), (plugin_init):
13535         * ext/a52dec/gsta52dec.h:
13536           Do something useful with timestamps. Make chain-based (since
13537           there's really no reason to be loopbased).
13538         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13539           Update current_byte/frame correctly.
13540
13541 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13542
13543         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
13544         (gst_ape_demux_stream_init):
13545           Forward tags, too.
13546
13547 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13548
13549         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
13550           Let's make sure we're done typefinding when detecting tags.
13551
13552 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13553
13554         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
13555         (gst_ebml_read_init), (gst_ebml_read_use_event),
13556         (gst_ebml_read_element_id), (gst_ebml_peek_id),
13557         (gst_ebml_read_seek), (gst_ebml_read_skip),
13558         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
13559         (gst_ebml_read_master):
13560         * gst/matroska/ebml-read.h:
13561         * gst/matroska/matroska-demux.c:
13562         (gst_matroska_demux_parse_contents),
13563         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
13564           Disgustingly evil hack for working around INTERRUPT events and
13565           their extremely annoying habit of being a pain in the ass. We
13566           simply peek a cluster before reading any of it.
13567
13568 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13569
13570         * ext/musepack/gstmusepackdec.cpp:
13571           There's also floating point libmusepacks.
13572
13573 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13574
13575         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
13576         (gst_faad_chanpos_to_gst), (gst_faad_chain):
13577           Set DURATION even if source buffer didn't. Also use increasing
13578           timestamps.
13579         * gst-libs/gst/riff/riff-media.c:
13580         (gst_riff_create_audio_caps_with_data):
13581           Block_align can have larger values than 8192.
13582
13583 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13584
13585         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
13586         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
13587         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
13588         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
13589           Fix caps.
13590
13591 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13592
13593         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13594           Fix logic bug.
13595
13596 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13597
13598         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13599           Yay, another one.
13600
13601 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13602
13603         * ext/esd/esdsink.c: (gst_esdsink_chain):
13604           Make error actually say something useful (fixes #156798).
13605         * gst-libs/gst/riff/riff-media.c:
13606         (gst_riff_create_video_caps_with_data),
13607         (gst_riff_create_video_template_caps):
13608           Add Intel Video 5.0 fourcc (IV50).
13609
13610 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
13611
13612         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
13613         detection on mono and stereo mp3 files.
13614
13615 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13616
13617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13618           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
13619           the contained stream).
13620
13621 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13622
13623         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
13624           Oops, remove debug.
13625
13626 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13627
13628         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13629
13630         * gst/law/alaw-decode.c: (alawdec_getcaps):
13631         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13632           Prevent warnings when negotiating caps (fixes #159338).
13633
13634 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13635
13636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13637         (gst_ffmpegcsp_chain):
13638           Remove old leftover that shouldn't be there...
13639
13640 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13641
13642         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13643
13644         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13645           Don't forward DISCONT events (fixes #159684).
13646
13647 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13648
13649         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
13650           Unlink manually since sometimes bin disposal (and therefore
13651           pad unlinking) is delayed, which will cause a new media file
13652           to not be able to start playing instantly.
13653
13654 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13655
13656         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
13657           On mute of an unlinked stream, check for pad availability so
13658           we don't crash on unlinked pad.
13659
13660 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13661
13662         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13663         (gst_avi_demux_massage_index):
13664           Fix quite humiliating bug in omitting 0-sized index chunks but
13665           forgetting to count them for timestamps.
13666
13667 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13668
13669         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13670           Actually leave the loop if we failed to sync. Don't crash.
13671
13672 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13673
13674         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13675         (gst_dvd_demux_process_private):
13676         * gst/mpegstream/gstdvddemux.h:
13677           Fix crash (#159759). Doesn't work, though. :-(.
13678
13679 2004-11-28  Benjamin Otte  <otte@gnome.org>
13680
13681         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13682           more overwriting protection due to modifying channels one by one
13683           instead of all at once
13684
13685 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13686
13687         * gst/audioconvert/gstchannelmix.c:
13688         (gst_audio_convert_fill_normalize):
13689           Normalize using absolute values.
13690
13691 2004-11-28  Julien MOUTTE  <julien@moutte.net>
13692
13693         * configure.ac:
13694         * ext/Makefile.am:
13695         * ext/directfb/Makefile.am:
13696         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13697         (gst_directfbvideosink_get_pixel_format),
13698         (gst_directfbvideosink_get_format_from_fourcc),
13699         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13700         (gst_directfbvideosink_sink_link),
13701         (gst_directfbvideosink_change_state),
13702         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13703         (gst_directfbvideosink_buffer_alloc),
13704         (gst_directfbvideosink_interface_supported),
13705         (gst_directfbvideosink_interface_init),
13706         (gst_directfbvideosink_navigation_send_event),
13707         (gst_directfbvideosink_navigation_init),
13708         (gst_directfbvideosink_set_property),
13709         (gst_directfbvideosink_get_property),
13710         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13711         (gst_directfbvideosink_base_init),
13712         (gst_directfbvideosink_class_init),
13713         (gst_directfbvideosink_get_type), (plugin_init):
13714         * ext/directfb/directfbvideosink.h: Adding a first version of
13715         directfbvideosink.
13716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13717         more.
13718
13719 2004-11-28  Benjamin Otte  <otte@gnome.org>
13720
13721         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13722           walk the samples backwards if out_channels > in_channels so we don't
13723           overwrite data
13724
13725 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13726
13727         * gst/audioconvert/Makefile.am:
13728         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13729         (gst_audio_convert_link), (gst_audio_convert_change_state),
13730         (gst_audio_convert_channels):
13731         * gst/audioconvert/gstchannelmix.c:
13732         (gst_audio_convert_unset_matrix),
13733         (gst_audio_convert_fill_identical),
13734         (gst_audio_convert_fill_compatible),
13735         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13736         (gst_audio_convert_fill_others),
13737         (gst_audio_convert_fill_normalize),
13738         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13739         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13740         * gst/audioconvert/gstchannelmix.h:
13741           Implement a channel mixer.
13742
13743 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
13744
13745         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13746         * ext/alsa/gstalsa.h:
13747         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13748         Make alsasink actually honor gst_element_set_clock and use that
13749         clock instead of its internal one.
13750
13751 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13752
13753         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13754         (gst_play_base_bin_change_state): nullify source and decoder when
13755         going from READY to NULL so that we don't try to do weird stuff with
13756         them when going from NULL to READY
13757         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13758         instead of g_object_unref
13759         (gen_video_element), (gen_audio_element): more refcounting fixes, now
13760         it should be correct
13761         (gst_play_bin_change_state): don't call remove_sinks if we are
13762         currently disposing the object
13763
13764 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13765
13766         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13767           Don't forget bass if it's there. Else left channel is silent...
13768
13769 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13770
13771         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13772         (gst_a52dec_change_state):
13773           Don't do sample adjusting anymore, we use float audio now.
13774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13775           Don't fixate to non-existing properties.
13776
13777 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13778
13779         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13780         (gst_a52dec_change_state):
13781           Advertise that we can do surround sound.
13782
13783 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13784
13785         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13786           Add buffer-frames=0.
13787         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13788         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13789         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13790         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13791         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13792         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13793         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13794         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13795         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13796         * ext/dvdread/dvdreadsrc.h:
13797           Add seeking, querying for bytes, sectors, title, angle and
13798           chapter. Handle multiple chapters. Relicense to LGPL because
13799           Billy agreed on that (thanks Billy!).
13800
13801 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13802
13803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13804         call parent dispose method
13805
13806 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
13807
13808         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13809         (gst_audio_clock_get_internal_time):
13810         Fix active <-> inactive transitions: ensure time value always
13811         grows and avoid abrupt value changes.
13812
13813 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
13814
13815         * configure.ac:
13816         * gst/tta/Makefile.am:
13817         * gst/tta/crc32.h:
13818         * gst/tta/filters.h:
13819         * gst/tta/gsttta.c:
13820         * gst/tta/gstttadec.c:
13821         * gst/tta/gstttadec.h:
13822         * gst/tta/gstttaparse.c:
13823         * gst/tta/gstttaparse.h:
13824         * gst/tta/ttadec.h:
13825           added TTA parser and decoder
13826
13827 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13828
13829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13830         (probe_triggered), (check_queue), (buffer_underrun),
13831         (buffer_running), (buffer_overrun), (gen_source_element),
13832         (setup_source):
13833         * gst/playback/gstplaybasebin.h:
13834           Implement buffering. Needs some more work.
13835
13836 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13837
13838         * ext/theora/theoradec.c: (theora_dec_chain):
13839           Fix ilog mask range overflow.
13840
13841 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13842
13843         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13844           Don't omit the last (which in case of dmix is the only :) )
13845           channel count. Don't set channels if <= 2.
13846
13847 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
13848
13849         * gst/playback/gstplaybin.c: (gen_video_element),
13850         (gen_audio_element): Removed 2 obsolete comments
13851
13852 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13853
13854         * ext/vorbis/oggvorbisenc.c
13855         * ext/vorbis/vorbisenc.c :
13856           change description fields of those plugins to differentiate them
13857           (pitivi show Encoders by description, they had the same one)
13858
13859 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
13860
13861         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13862
13863         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13864         (gst_play_bin_set_property), (gen_video_element),
13865         (gen_audio_element):
13866           Refcounting fixes for provided audio-/videosinks.
13867
13868 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13869
13870         * gst/playback/gstplaybin.c: (gen_video_element),
13871         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13872           Don't reference all sinks, but only the video- and audiosinks.
13873           The vis. element should be disposed when we're done with it.
13874           We don't have any reason to keep it around. This fixes warnings
13875           when reusing playbin for playing multiple audio files with
13876           vis. enabled. Also release audio device on pause - idea stolen
13877           from Rhythmbox.
13878
13879 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13880
13881         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13882         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13883         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13884         * ext/alsa/gstalsaplugin.c: (plugin_init):
13885         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13886         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13887         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13888         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13889         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13890         (gst_faad_change_state), (plugin_init):
13891         * ext/faad/gstfaad.h:
13892         * ext/vorbis/vorbis.c: (plugin_init):
13893         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13894         * gst-libs/gst/audio/Makefile.am:
13895         * gst-libs/gst/audio/audio.c: (plugin_init):
13896         * gst-libs/gst/audio/multichannel.c:
13897         (gst_audio_check_channel_positions),
13898         (gst_audio_get_channel_positions),
13899         (gst_audio_set_channel_positions),
13900         (gst_audio_set_structure_channel_positions_list),
13901         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13902         (gst_audio_fixate_channel_positions):
13903         * gst-libs/gst/audio/multichannel.h:
13904         * gst-libs/gst/audio/testchannels.c: (main):
13905         * gst/audioconvert/gstaudioconvert.c:
13906         (gst_audio_convert_class_init), (gst_audio_convert_init),
13907         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13908         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13909         (gst_audio_convert_fixate), (gst_audio_convert_channels):
13910         * gst/audioconvert/plugin.c: (plugin_init):
13911           Surround sound support.
13912
13913 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13914
13915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13916           Fix position for discont if we're close as well. Nitpicking, but
13917           saves a few milliseconds of extra waiting or skipping.
13918
13919 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13920
13921         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13922           We sometimes need parsers for playback, so add those too.
13923
13924 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13925
13926         * configure.ac:
13927         * gst/apetag/Makefile.am:
13928         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13929         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13930         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13931         (gst_ape_demux_get_src_query_types),
13932         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13933         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13934         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13935         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13936         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13937         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13938         (gst_ape_demux_change_state):
13939         * gst/apetag/apedemux.h:
13940         * gst/apetag/apetag.c: (plugin_init):
13941         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13942         (plugin_init):
13943           APE v1/2 tag reader plus typefind function.
13944
13945 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13946
13947         * configure.ac:
13948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13949         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13950           Remove hacks for older core. Require newer core version
13951           accordingly.
13952
13953 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13954
13955         * gst/cdxaparse/Makefile.am:
13956         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13957         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13958         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13959         * gst/cdxaparse/gstcdxaparse.h:
13960         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13961         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13962         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13963         (gst_cdxastrip_get_src_query_types),
13964         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13965         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13966         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13967         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13968         * gst/cdxaparse/gstcdxastrip.h:
13969           SVCD/VCD header stripping separated from CDXA image parsing.
13970         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13971         (plugin_init):
13972           Add VCD/SVCD header typefinding for VCD/SVCD.
13973         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13974         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13975         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
13976         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
13977         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
13978         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
13979         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
13980         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
13981         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
13982         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
13983         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
13984         * sys/vcd/vcdsrc.h:
13985           Fix up, add seeking, querying, URI interface. Works in totem now.
13986
13987 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13988
13989         * configure.ac:
13990           back to CVS
13991
13992 === release 0.8.6 ===
13993
13994 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13995
13996         * NEWS:
13997         * RELEASE:
13998         * configure.ac:
13999         * po/af.po:
14000         * po/az.po:
14001         * po/cs.po:
14002         * po/en_GB.po:
14003         * po/hu.po:
14004         * po/it.po:
14005         * po/nb.po:
14006         * po/nl.po:
14007         * po/or.po:
14008         * po/sq.po:
14009         * po/sr.po:
14010         * po/sv.po:
14011         * po/uk.po:
14012           releasing 0.8.6, "IOU Love"
14013
14014 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14015
14016         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14017
14018         * gst/playback/gstplaybasebin.c:
14019           Fix unplayable files error handling.  Fixes #158365
14020
14021 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14022
14023         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14024
14025         * gst/typefind/gsttypefindfunctions.c:
14026           Fix broken mp3 typefinding.  Fixes #158375
14027
14028 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14029
14030         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14031
14032         * ext/ogg/gstoggdemux.c:
14033           Fix sync on broken files.  Fixes #158976
14034
14035 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14036
14037         patch by: Edward Hervey <bilboed@bilboed.com>
14038
14039         * ext/libpng/gstpngenc.c:
14040           Copy over buffer properties.  Fixes #158832
14041
14042 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14043
14044         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
14045
14046         * ext/dvdread/dvdreadsrc.c:
14047           Fixes invalid reads (#158462)
14048
14049 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14050
14051         * sys/v4l/gstv4lsrc.c:
14052         * sys/v4l/gstv4lsrc.h:
14053         * sys/v4l/v4lsrc_calls.c:
14054           Probe less and cache it.  Fixes #159187.
14055
14056 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14057
14058         * gst/videorate/gstvideorate.c:
14059           Handle all video formats. Fixes #159186.
14060
14061 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
14062         * gst/synaesthesia/gstsynaesthesia.c:
14063         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
14064         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
14065         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
14066         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
14067         (gst_synaesthesia_change_state), (plugin_init):
14068         Fix up synaesthesia to work under different samplerates/ buffer sizes.
14069         Force 320x200 output, as that's the only thing the underlying
14070         synaesthesia implementation supports. Still needs to be made
14071         re-entrant.
14072
14073 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14074
14075         * configure.ac:
14076           Fix mpeg2enc configure check (similar to mplex check below).
14077
14078 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
14079
14080         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14081
14082         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14083           Fix for gcc-2.95 (fixes #158221).
14084
14085 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14086
14087         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14088           Re-add clock distribution hack (until new core is released).
14089           Fixes #158125.
14090
14091 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
14092         * configure.ac:
14093           fix mplex configure check segfaulting on some systems (bug #140994)
14094
14095 2004-11-13  Benjamin Otte  <otte@gnome.org>
14096
14097         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
14098           add debugging
14099         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14100           do a wait when we enter the loop func with no data available to
14101           write instead of getting into an 100% CPU loop by just returning and
14102           being called again by the scheduler
14103
14104 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
14105
14106         * configure.ac:
14107         * ext/libvisual/visual.c: (gst_visual_get_type),
14108         (libvisual_log_handler), (gst_visual_getcaps),
14109         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
14110         (plugin_init):
14111           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
14112         * ext/smoothwave/Makefile.am:
14113         * ext/smoothwave/demo-osssrc.c: (main):
14114         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
14115         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
14116         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
14117         (plugin_init):
14118         * ext/smoothwave/gstsmoothwave.h:
14119           Make gstsmoothwave a working element in the 20th century.
14120
14121         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
14122           Fix incorrect link function
14123
14124 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14125
14126         * gst/volume/gstvolume.c:
14127           Allow buffer-frames=0.
14128
14129 2004-11-12 Iain <iaingnome@gmail.com>
14130
14131         * configure.ac: Check for polypaudio
14132
14133         * ext/Makefile.am: Build the polyp dir
14134
14135         * ext/polyp: The polypsink sources.
14136
14137 2004-10-30 Iain <iaingnome@gmail.com>
14138
14139         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
14140         caps to reflect the new number of channels.
14141
14142 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14143
14144         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14145           Fix for negotiation order problem. This would show when the
14146           ALSA loopfuction was called before any other function. ALSA
14147           wouldn't do anything because we're not negotiated yet, leading
14148           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
14149
14150 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14151
14152         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14153
14154         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14155           No warnings (#157986).
14156
14157 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14158
14159         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14160           Prefer apev1/2 and id3v1 (at end of file) over musepack.
14161
14162 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14163
14164         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
14165           Signal no-more-pads (so it works in playbin).
14166
14167 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14168
14169         * ext/musepack/gstmusepackreader.cpp:
14170           Workaround for older core.
14171
14172 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14173
14174         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
14175           Actually test for odd width/height rather than testing whether
14176           a temporary variable that was 0 before we subtracted 1 is now
14177           not equal to zero (which it always is).
14178
14179 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14180
14181         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
14182         Fix compilation if HAVE_XVIDEO is not defined
14183
14184 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14185
14186         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14187         Fix compilation if HAVE_XVIDEO is not defined
14188
14189 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
14190
14191         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14192         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
14193         (gst_goom_change_state), (plugin_init):
14194         Use the bytestream adapter so goom doesn't depend on the input
14195         buffer size.
14196         Add a debug category
14197
14198 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14199
14200         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14201           Only set hardware parameters *after* negotiation. Before
14202           negotiation, it will set ANY and that seems to cause crashes
14203           (see e.g. #151288, #153227).
14204
14205 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14206
14207         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14208           This seems to be antique leftover. It needs to pass error
14209           checking.
14210         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
14211         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
14212         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
14213         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
14214           Fix GstXOverlay implementation (#151059).
14215
14216 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14217
14218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14219           Don't assert (#157853).
14220
14221 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14222
14223         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14224           Fix bytes/samples confustion.
14225         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
14226           Fix for underrun (#144389).
14227
14228 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14229
14230         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
14231           Disable halfway-seek for pending release (since it needs a new
14232           core release).
14233
14234 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14235
14236         * sys/v4l/gstv4lsrc.c:
14237         * sys/v4l/gstv4lsrc.h:
14238         * sys/v4l/v4lsrc_calls.c:
14239           add autoprobe-fps property so we can separate autoprobing parts
14240
14241 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14242
14243         * sys/v4l/gstv4lsrc.c:
14244         * sys/v4l/v4lsrc_calls.c:
14245         initialise fourcc to catch unset fourcc's, and debug
14246
14247 2004-11-09  Wim Taymans  <wim@fluendo.com>
14248
14249         * gst/playback/README:
14250         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14251         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14252         (gst_play_bin_dispose), (gst_play_bin_set_property),
14253         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
14254         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14255         (gst_play_bin_get_formats), (gst_play_bin_convert),
14256         (gst_play_bin_get_query_types), (gst_play_bin_query):
14257         Cleanups and some more documentation.
14258
14259 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
14260
14261         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14262         (gst_cacasink_init), (gst_cacasink_chain):
14263         * ext/libcaca/gstcacasink.h:
14264         Cacasink inherits from VideoSink, so let that store the clock.
14265
14266 2004-11-09  Wim Taymans  <wim@fluendo.com>
14267
14268         * gst/playback/README:
14269         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
14270         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
14271         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
14272         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
14273         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
14274         (setup_sinks):
14275         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
14276         (gst_stream_info_is_mute), (gst_stream_info_set_property):
14277         * gst/playback/gststreaminfo.h:
14278         Updated README.
14279         Only switch groups if all streams have muted (EOSed).
14280         Send Tags in sync with the stream playback instead of in
14281         the playback/preroll phase.
14282         Some cleanups, free the fakesrc elements.
14283
14284 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14285
14286         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
14287           buffer-frames property was missing
14288         * ext/arts/gst_arts.c:
14289           rate missing from sinkcaps
14290         * ext/audiofile/gstafparse.c:
14291         * ext/audiofile/gstafsink.c:
14292         * ext/audiofile/gstafsrc.c:
14293         * ext/swfdec/gstswfdec.c:
14294           int audio doesn't know buffer-frames
14295         * ext/cdparanoia/gstcdparanoia.c:
14296           int audio doesn't know chunksize either
14297         * ext/nas/nassink.c:
14298           it's endianness, not endianess
14299         * gst-libs/gst/audio/audio.h:
14300           make float standard pad template caps really describe float
14301         * gst/law/mulaw.c: (linear_factory):
14302           signed only, please
14303         * gst/mpegstream/gstdvddemux.c:
14304           widths of 20 are not valid
14305
14306 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14307
14308         Submitted by: Luca Ferretti <elle.uca@infinito.it>
14309
14310         * po/LINGUAS:
14311         * po/it.po:
14312           Add Italian
14313
14314 2004-11-08  Wim Taymans  <wim@fluendo.com>
14315
14316         * gst/playback/README:
14317         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14318         * gst/playback/gstplaybasebin.c: (probe_triggered),
14319         (gst_play_base_bin_change_state):
14320         Updated README, added more comments for fixmes etc..
14321
14322 2004-11-08  Wim Taymans  <wim@fluendo.com>
14323
14324         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14325         We can remove this hack now.
14326
14327 2004-11-08  Wim Taymans  <wim@fluendo.com>
14328
14329         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
14330         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14331         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14332         Only mix AYUV for maximum quality.
14333
14334 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14335
14336         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
14337         (gst_ogg_demux_push), (gst_ogg_pad_push):
14338           Let's act as if we're synchronized now! :).
14339         * ext/theora/theoradec.c: (theora_dec_chain):
14340           Add some debug.
14341
14342 2004-11-08  Wim Taymans  <wim@fluendo.com>
14343
14344         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14345         (gst_alpha_set_property), (gst_alpha_sink_link),
14346         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
14347         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
14348         (gst_alpha_init_params), (gst_alpha_chain):
14349         Implement alpha functions for AYUV too, this increases
14350         accuracy quite a bit.
14351
14352 2004-11-08  Wim Taymans  <wim@fluendo.com>
14353
14354         * gst/ffmpegcolorspace/avcodec.h:
14355         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14356         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14357         (gst_ffmpegcsp_avpicture_fill):
14358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14359         (gst_ffmpegcsp_caps_remove_format_info):
14360         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14361         (shrink12), (img_get_alpha_info), (deinterlace_line),
14362         (deinterlace_line_inplace):
14363         * gst/ffmpegcolorspace/imgconvert_template.h:
14364         Added AYUV colorspace and handle RGBA a bit more respectful.
14365
14366 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14367
14368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14369           Actually always send a discont (cornercase when resending the
14370           same serial-tagged chain twice).
14371
14372 2004-11-08  Julien MOUTTE  <julien@moutte.net>
14373
14374         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
14375         (gst_ximagesink_finalize):
14376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14377         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
14378
14379 2004-11-08  Wim Taymans  <wim@fluendo.com>
14380
14381         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
14382         Don't segfault on NULL data.
14383
14384 2004-11-08  Wim Taymans  <wim@fluendo.com>
14385
14386         * gst/playback/gstdecodebin.c: (unlinked):
14387         * gst/playback/gstplay-marshal.list:
14388         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14389         (gst_play_base_bin_init), (group_create), (get_active_group),
14390         (get_building_group), (group_destroy), (group_commit),
14391         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
14392         (add_element_stream), (no_more_pads), (probe_triggered),
14393         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
14394         (state_change), (setup_source), (gst_play_base_bin_get_property),
14395         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14396         (gst_play_base_bin_link_stream),
14397         (gst_play_base_bin_get_streaminfo):
14398         * gst/playback/gstplaybasebin.h:
14399         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14400         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
14401         Add support for chained ogg files. Prepare for playlist
14402         support. This patch introduces the concept of pad groups, which
14403         together compose one playable media file.
14404
14405 2004-11-07  David Schleef  <ds@schleef.org>
14406
14407         * testsuite/gst-lint: Check for pad templates that aren't statically
14408         scoped.
14409
14410 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14411
14412         * configure.ac:
14413         * ext/Makefile.am:
14414         * ext/musepack/Makefile.am:
14415         * ext/musepack/gstmusepackdec.cpp:
14416         * ext/musepack/gstmusepackdec.h:
14417         * ext/musepack/gstmusepackreader.cpp:
14418         * ext/musepack/gstmusepackreader.h:
14419           Add musepack decoder.
14420         * ext/faad/gstfaad.c: (gst_faad_base_init):
14421           Make pad templates static.
14422         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14423         (plugin_init):
14424           Add musepack typefinder, make mp3 typefinding work halfway stream,
14425           which doesn't actually work yet because id3demux doesn't implement
14426           _get_length().
14427
14428 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14429
14430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14431         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
14432           Fix interrupt event handling (#144436).
14433
14434 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14435
14436         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
14437           Hide unused glory.
14438
14439 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14440
14441         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14442
14443         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14444           Fix weird caps (#157548).
14445
14446 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14447
14448         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14449
14450         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
14451           Add missing NULL terminator (#157543).
14452
14453 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14454
14455         * gst/tcp/gsttcp.h:
14456         * gst/tcp/gsttcpclientsink.c:
14457         * gst/tcp/gsttcpclientsrc.c:
14458         * gst/tcp/gsttcpserversink.c:
14459         * gst/tcp/gsttcpserversrc.c:
14460           ports can go up to 65535.  Move common defines to gsttcp.h
14461
14462 2004-11-05  Wim Taymans  <wim@fluendo.com>
14463
14464         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
14465         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
14466         Added two more colorspaces.
14467
14468 2004-11-05  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14471         (gst_ffmpegcsp_avpicture_fill):
14472         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14473         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
14474         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
14475         More stride fixes.
14476
14477 2004-11-05  Wim Taymans  <wim@fluendo.com>
14478
14479         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
14480         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14481         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14482         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
14483         (gst_videomixer_loop):
14484         More stride fixes.
14485
14486 2004-11-05  Benjamin Otte  <otte@gnome.org>
14487
14488         * ext/mad/gstmad.c: (gst_mad_chain):
14489           don't overflow data buffer. Flush not needed sync data when syncing
14490           failed.
14491
14492 2004-11-04  Wim Taymans  <wim@fluendo.com>
14493
14494         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14495         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14496         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
14497         (gst_alpha_init_params), (gst_alpha_chain),
14498         (gst_alpha_change_state):
14499         Updated the chroma keying algorithm with something more
14500         sophisticated.
14501
14502 2004-11-03  Wim Taymans  <wim@fluendo.com>
14503
14504         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14505         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14506         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14507         Fix stride issues. Does not completely work for odd
14508         heights.
14509
14510 2004-11-03  Wim Taymans  <wim@fluendo.com>
14511
14512         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14513         (gst_alpha_chroma_key), (gst_alpha_chain):
14514         Fix stride issues. Does not completely work for odd
14515         heights.
14516
14517 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
14518
14519         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14520         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
14521         leak fixes
14522
14523 2004-11-03  Wim Taymans  <wim@fluendo.com>
14524
14525         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14526         (gst_ffmpegcsp_avpicture_fill):
14527         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14528         (avpicture_alloc):
14529         * gst/ffmpegcolorspace/imgconvert_template.h:
14530         Use correct _fill function to get correct strides.
14531
14532 2004-11-02  David Schleef  <ds@schleef.org>
14533
14534         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14535         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
14536         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
14537         Change all g_print()s to debugging.  Add a bunch of consistency
14538         checks.
14539
14540 2004-11-02  Wim Taymans  <wim@fluendo.com>
14541
14542         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14543         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14544         (unlinked), (no_more_pads), (close_link):
14545         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14546         (unknown_type), (add_element_stream), (new_decoded_pad),
14547         (removed_decoded_pad), (setup_source):
14548         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
14549         (gst_stream_info_class_init), (gst_stream_info_init),
14550         (gst_stream_info_new), (gst_stream_info_dispose),
14551         (stream_info_mute_pad), (gst_stream_info_set_property),
14552         (gst_stream_info_get_property):
14553         * gst/playback/gststreaminfo.h:
14554         Fix playback of multiple files.
14555         a slightly different approach to handling dynamic pad removals.
14556         This one only looks at pads that we have linked.
14557
14558 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
14559
14560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
14561         free" warning from libc.
14562
14563 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14564
14565         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14566         (get_unconnected_element), (remove_starting_from), (pad_removed),
14567         (close_link):
14568           Implement support for dynamic pad changing. We listen to "live"
14569           pad removals (i.e. while playing) and re-setup autoplugging
14570           after that. Playbasebin/playbin need some more work for this
14571           to finally work, but decodebin supports (and replugs) chained
14572           ogg now.
14573
14574 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
14575
14576         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
14577         (gst_alsa_finalize):
14578         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
14579         (gst_cdaudio_finalize):
14580         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14581         (cdparanoia_finalize):
14582         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
14583         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
14584         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14585         (dvdreadsrc_finalize):
14586         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14587         (gst_flacdec_finalize):
14588         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
14589         (gst_flacenc_finalize):
14590         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
14591         (gst_gnomevfssink_finalize):
14592         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
14593         (gst_gnomevfssrc_finalize):
14594         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
14595         (gst_fameenc_finalize):
14596         * ext/nas/nassink.c: (gst_nassink_class_init),
14597         (gst_nassink_finalize):
14598         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
14599         (gst_sdlvideosink_class_init):
14600         * ext/sndfile/gstsf.c: (gst_sf_dispose):
14601         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
14602         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
14603         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
14604         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14605         (gst_x_window_listener_dispose):
14606         * gst/audioscale/gstaudioscale.c:
14607         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
14608         (play_on_demand_finalize):
14609         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
14610         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14611         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
14612         (cdplayer_finalize):
14613         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
14614         (gst_glimagesink_class_init):
14615         * sys/oss/gstosselement.c: (gst_osselement_class_init),
14616         (gst_osselement_finalize):
14617         * sys/oss/gstosssink.c: (gst_osssink_dispose):
14618         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
14619         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
14620           Fixes a bunch of problems with finalize and dispose functions,
14621           either assumptions that dispose is only called once, or not calling
14622           the parent class dispose/finalize function
14623
14624 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
14625
14626         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
14627           added two api precondition guards
14628           use g_strdup with getenv to fix crash when using ENVVAR
14629
14630 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
14631         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14632         (gst_esdsink_finalize):
14633         Use a finalize function, not dispose, and more importantly,
14634         call the parent class finalize function too
14635
14636 2004-11-01  Johan Dahlin  <johan@gnome.org>
14637
14638         * ext/ogg/gstoggdemux.c:
14639         * gst/tags/gstvorbistag.c:
14640         Plug leaks.
14641
14642 2004-10-31  Benjamin Otte  <otte@gnome.org>
14643
14644         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14645           lotsa memleaks today. But they're all small...
14646
14647 2004-10-31  Benjamin Otte  <otte@gnome.org>
14648
14649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14650           another memleak crushed
14651
14652 2004-10-31  Benjamin Otte  <otte@gnome.org>
14653
14654         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14655           fix memleak
14656
14657 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14658
14659         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14660           Hack to prevent crash when going to READY inside signal handler
14661           while this function is active.
14662
14663 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14664
14665         * gst/ffmpegcolorspace/Makefile.am:
14666         * gst/ffmpegcolorspace/avcodec.h:
14667         * gst/ffmpegcolorspace/common.h:
14668         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14669         * gst/ffmpegcolorspace/dsputil.h:
14670         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14671         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14672         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14673         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14674         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14675         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14676         (gst_ffmpegcsp_avpicture_fill):
14677         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14679         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14680         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14681         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14682         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14683         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14684         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14685         * gst/ffmpegcolorspace/imgconvert.c:
14686         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14687         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14688         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14689         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14690         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14691         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14692         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14693         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14694         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14695         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14696         (grow21), (grow22), (grow41), (grow44), (conv411),
14697         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14698         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14699         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14700         (avpicture_free), (is_yuv_planar), (img_convert),
14701         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14702         (deinterlace_line_inplace), (deinterlace_bottom_field),
14703         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14704         * gst/ffmpegcolorspace/imgconvert_template.h:
14705         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14706         * gst/ffmpegcolorspace/mmx.h:
14707         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14708         (av_fast_realloc), (av_mallocz_static), (av_free_static),
14709         (av_freep), (avcodec_get_context_defaults),
14710         (avcodec_alloc_context), (avcodec_init):
14711           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14712           handling plus update from ffmpeg CVS. Large clean-up.
14713
14714 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14715
14716         * gst/playback/Makefile.am:
14717           We need the marshallers for decodebin, too.
14718
14719 2004-10-30  David Schleef  <ds@schleef.org>
14720
14721         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14722           quicktime typefinding work with 64-bit offsets.
14723
14724 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
14725
14726         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14727           Set EOS on the element when processing an EOS event.
14728         * ext/speex/gstspeexdec.h:
14729         * ext/speex/gstspeexenc.h:
14730           Only keep a const ptr to the mode
14731         * gst-libs/gst/riff/riff-media.c:
14732         (gst_riff_create_audio_caps_with_data),
14733         (gst_riff_create_audio_template_caps):
14734           Allow WMAV3, with up to 6 channels.
14735         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14736           Don't call gst_pad_set_event_function on a sink pad.
14737         * gst/mpegstream/gstdvddemux.c:
14738         (gst_dvd_demux_get_subpicture_stream),
14739         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14740           Copy the explicit caps that were set across to the cur_* pads,
14741           instead of trying to use a possibly non-existent negotiated caps.
14742           Reset the type of subpicture pads to UNKNOWN after calling
14743           init_stream, so that the caps get set.
14744
14745 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
14746
14747         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14748
14749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14750           Don't touch buffer if it is of size 0 (fixes #151064).
14751
14752 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14753
14754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14755           Synchronized discont handling.
14756
14757 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14758
14759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14760         (gst_ogg_demux_push):
14761           Make seeking sort-of exact again (fixes #156387).
14762
14763 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14764
14765         * gst/playback/gstplaybasebin.c: (unknown_type),
14766         (add_element_stream), (new_decoded_pad),
14767         (gst_play_base_bin_change_state):
14768         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14769         (gst_stream_info_init), (gst_stream_info_new),
14770         (gst_stream_info_dispose), (gst_stream_info_get_property):
14771         * gst/playback/gststreaminfo.h:
14772           Make caps explicitely available. Makes testing for unsupported
14773           types possible. Improves error reporting.
14774
14775 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14776
14777         * gst/audioconvert/gstaudioconvert.c:
14778         (gst_audio_convert_buffer_to_default_format):
14779           Really don't touch read-only buffers (#156563).
14780
14781 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
14782
14783         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14784
14785         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14786           Fix memleak (#155223).
14787
14788 2004-10-29  Wim Taymans  <wim@fluendo.com>
14789
14790         * gst/tcp/.cvsignore:
14791         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14792         (gst_multifdsink_class_init), (gst_multifdsink_init),
14793         (gst_multifdsink_add), (gst_multifdsink_remove),
14794         (gst_multifdsink_remove_client_link), (is_sync_frame),
14795         (gst_multifdsink_new_client),
14796         (gst_multifdsink_handle_client_write),
14797         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14798         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14799         (gst_multifdsink_get_property):
14800         * gst/tcp/gstmultifdsink.h:
14801         Added burst on connect sync_method, deprecated sync_clients,
14802         streamlined the sync code some more.
14803
14804 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14805
14806         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14807         (gst_play_base_bin_change_state):
14808           Improve error reporting.
14809
14810 2004-10-28  Wim Taymans  <wim@fluendo.com>
14811
14812         * gst/tcp/Makefile.am:
14813         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14814         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14815         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14816         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14817         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14818         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14819         (gst_fdset_wait):
14820         Added more locks around fdset structures. Fixed/reworked
14821         the poll array resizing code.
14822         Added stress test for fdset.
14823
14824 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14825
14826         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14827         fix build
14828
14829 2004-10-28  Benjamin Otte  <otte@gnome.org>
14830
14831         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14832           fix link function to always query channels and query width for
14833           floats
14834         * configure.ac:
14835           add equalizer dir
14836         * gst/equalizer/Makefile.am:
14837         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14838         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14839         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14840         (arg_to_scale), (setup_filter),
14841         (gst_iir_equalizer_compute_frequencies),
14842         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14843         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14844         (plugin_init):
14845           add an equalizer
14846
14847 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14848
14849         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14850
14851         * po/LINGUAS:
14852         * po/nb.po:
14853           Added Norwegian Bokmaal translation
14854
14855 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14856
14857         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14858           Don't break on options (fixes #156488).
14859
14860 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14861
14862         * configure.ac:
14863         * ext/cdaudio/Makefile.am:
14864         * sys/Makefile.am:
14865           fix build on older automake
14866
14867 2004-10-26  Wim Taymans  <wim@fluendo.com>
14868
14869         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14870         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14871         Allow a little margin when negotiating the framerate.
14872
14873 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
14874
14875         * gst/level/gstlevel.c:
14876           synchonised naming of pads and pad-templates
14877
14878 2004-10-26  Wim Taymans  <wim@fluendo.com>
14879
14880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14881         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14882         (_find_streams_check), (gst_ogg_demux_push):
14883         Fix EOS again. Needs to be done in a better way. We should not
14884         remove the pad if there is no new chained stream.
14885
14886 2004-10-26 Iain <iaingnome@gmail.com>
14887
14888         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14889         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14890         of the caps.
14891         * gst/interleave/interleave.c (interleave_class_init): Hook up release
14892         pad.
14893         (interleave_release_pad): Remove the pad.
14894         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14895         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14896         the set device.
14897         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14898         attrs
14899         (gst_xvimagesink_xcontext_clear): Free the xcontext.
14900         (gst_xvimagesink_finalize): Free the par.
14901
14902 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14903
14904         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14905         (gst_avimux_stop_file):
14906           First calculate the rate, and only then use it. Hdr.rate is a
14907           multiple and not a derivative of hdr.scale. Scale is not the
14908           same as blockalign but is solely related to rate.
14909
14910 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14911
14912         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14913         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14914           Implement seeking.
14915
14916 2004-10-25  James Henstridge  <james@jamesh.id.au>
14917
14918         Reviewed by:  David Schleef  <ds@schleef.org>
14919
14920         * examples/gstplay/player.c: (got_stream_length), (main):
14921         * examples/seeking/cdplayer.c: (update_scale):
14922         * examples/seeking/seek.c: (format_value), (update_scale):
14923         * examples/seeking/spider_seek.c: (format_value), (update_scale),
14924         (stop_seek):
14925         Build fixes on AMD64.
14926
14927 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14928
14929         reviewed by: Ronald Bultje <rbultje at gnome dot org>
14930
14931         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14932         Fix for some v4l cards which hang in v4lsrc
14933
14934 2004-10-25  Wim Taymans  <wim@fluendo.com>
14935
14936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14937         (gst_ogg_demux_push), (gst_ogg_chains_clear):
14938         Make sure to remove the pad when a new chain is
14939         encountered. Set some vars to NULL so we don't try
14940         to reference freed memory.
14941
14942 2004-10-25  Wim Taymans  <wim@fluendo.com>
14943
14944         * examples/seeking/Makefile.am:
14945         * examples/seeking/cdplayer.c: (update_scale):
14946         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14947         * examples/seeking/playbin.c: (make_playerbin_pipeline),
14948         (format_value), (update_scale), (iterate), (start_seek),
14949         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14950         (print_usage), (main):
14951         Added some more examples, update others.
14952
14953 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14954
14955         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14956         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14957         * ext/theora/theoradec.c: (theora_dec_chain):
14958         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14959           Add codec-name metadata.
14960
14961 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
14962
14963         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14964
14965         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14966         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14967         * ext/alsa/gstalsamixertrack.h:
14968         * po/POTFILES.in:
14969           ALSA mixer track label internationalization (#154054).
14970
14971 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14972
14973         * ext/theora/theoradec.c: (theora_dec_chain):
14974           Export bitrate as metadata.
14975
14976 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14977
14978         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14979         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14980         * ext/alsa/gstalsamixertrack.h:
14981           Fix names, fix loop.
14982
14983 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14984
14985         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
14986         (speex_dec_convert):
14987           sinkconvert function so oggdemux can get the file length (totem).
14988
14989 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
14990
14991         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14992
14993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14994           Don't push incomplete packets.
14995         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
14996           Fix MPEG-4 audio typefinding.
14997
14998 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14999
15000         * sys/v4l/Makefile.am:
15001         * sys/v4l/gstv4l.c: (plugin_init):
15002         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
15003         (gst_v4lelement_init), (gst_v4lelement_dispose),
15004         (gst_v4lelement_change_state):
15005         * sys/v4l/gstv4lelement.h:
15006         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
15007         (gst_v4l_xoverlay_close), (idle_refresh),
15008         (gst_v4l_xoverlay_set_xwindow_id):
15009         * sys/v4l/gstv4lxoverlay.h:
15010         * sys/v4l/v4l-overlay_calls.c:
15011         * sys/v4l/v4l_calls.h:
15012         * sys/v4l2/Makefile.am:
15013         * sys/v4l2/gstv4l2.c: (plugin_init):
15014         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
15015         (gst_v4l2element_init), (gst_v4l2element_dispose),
15016         (gst_v4l2element_change_state):
15017         * sys/v4l2/gstv4l2element.h:
15018         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
15019         (gst_v4l2_xoverlay_close), (idle_refresh),
15020         (gst_v4l2_xoverlay_set_xwindow_id):
15021         * sys/v4l2/gstv4l2xoverlay.h:
15022         * sys/v4l2/v4l2-overlay_calls.c:
15023         * sys/v4l2/v4l2_calls.h:
15024           Remove client-side overlay handling, use the X-server v4l plugin
15025           for that. Nicer overlay, less code. Also make the plugin
15026           compileable without X (but then without overlay, obviously).
15027           Makes xwindowlistener obsolete, should we remove that?
15028
15029 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15030
15031         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
15032         (gst_osssrc_src_query):
15033         * sys/oss/gstosssrc.h:
15034           OK, so people want offset in DEFAULT. This time, actually fix all
15035           cases.
15036         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
15037           Add FPS properly.
15038
15039 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15040
15041         * gst/asfdemux/gstasfmux.c:
15042         * gst/avi/gstavimux.c:
15043           Framerate.
15044
15045 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15046
15047         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
15048           Fix properties (channel, norm, frequency).
15049
15050 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15051
15052         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
15053           Flag typo.
15054         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
15055           No warnings.
15056
15057 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15058
15059         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
15060           Fix hang.
15061
15062 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15063
15064         * sys/v4l2/gstv4l2element.h:
15065           Yet Another Hack (tm) for kernel header borkedness.
15066         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
15067         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
15068         (gst_v4l2src_link), (gst_v4l2src_getcaps),
15069         (gst_v4l2src_change_state):
15070         * sys/v4l2/gstv4l2src.h:
15071         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
15072         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
15073           Fix caps, keep track of state, work.
15074
15075 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15076
15077         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
15078           Quiet.
15079
15080 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15081
15082         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15083           Don't mix bytes and samples.
15084
15085 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15086
15087         * ext/ogg/gstoggmux.c:
15088           Basic pad template which accepts OGM tracks, speex, flac, vorbis
15089           and theora. Any is incorrect.
15090         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
15091           Fix caps.
15092         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15093         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15094         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
15095         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
15096         * sys/v4l/gstv4lmjpegsrc.h:
15097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
15098         (gst_v4lsrc_change_state):
15099         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
15100         (gst_v4lmjpegsrc_capture_stop):
15101           Fix caps. Keep track of internal state. Work.
15102
15103 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15104
15105         * ext/Makefile.am:
15106           Fix the build fixes.
15107
15108 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15109
15110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15111         (gst_ogg_demux_src_event), (_find_chain_seek),
15112         (gst_ogg_pad_push):
15113           Check for pad availability before using it.
15114         * ext/ogg/gstoggdemux.c: (_find_chain_process):
15115           Fix parsing of chained ogg. Needs more work on the decoder side.
15116
15117 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15118
15119         * gst/spectrum/Makefile.am:
15120         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
15121         (idle_func):
15122           Fix demo and reenable it. Yes, I'm currently playing with audio
15123           analysis tools
15124
15125 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15126
15127         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15128           We love it if files that start at zero work too...
15129
15130 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15131
15132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15133           Handle files with missing EOS headers.
15134
15135 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15136
15137         * gst/tcp/gsttcpserversink.c:
15138         (gst_tcpserversink_handle_server_read),
15139         (gst_tcpserversink_init_send):
15140         Zero some variables first (need for accept not to return EINVAL)
15141
15142 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15143
15144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15145         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15146         * ext/theora/theoradec.c: (theora_dec_sink_convert),
15147         (theora_dec_chain):
15148         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15149         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
15150           Seeking and querying finetune.
15151
15152 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15153
15154         * configure.ac:
15155         * ext/Makefile.am:
15156         * ext/raw1394/Makefile.am:
15157           fix the build
15158
15159 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15160
15161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15162           Wrong return.
15163         * gst/playback/Makefile.am:
15164         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15165         * gst/playback/gstplay-marshal.list:
15166         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15167           Fix marshallers.
15168
15169 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15170
15171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
15172           Silence.
15173
15174 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15175
15176         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15177         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15178         (gst_ogg_pad_push):
15179           Yay for non-lineair granulepos in theora.
15180
15181 2004-10-18  Wim Taymans  <wim@fluendo.com>
15182
15183         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
15184         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
15185         * ext/dv/gstdvdec.h:
15186         Make sure we renegotiate aspect ratio when the camera switches.
15187
15188 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15189
15190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15191         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15192           Start at zero.
15193         * ext/theora/theoradec.c: (theora_dec_chain):
15194           Skip headers. Bad idea for chained ogg, but fixes seeking.
15195
15196 2004-10-18  Wim Taymans  <wim@fluendo.com>
15197
15198         * configure.ac:
15199         I swear, this is the last time I touch this.
15200
15201 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15202
15203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15204         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15205         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
15206           Faster seeking.
15207         * ext/theora/theoradec.c: (theora_dec_sink_convert):
15208           Time-to-default conversion.
15209         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15210           Don't error on unknown packets, just skip. We should probably
15211           read them if we want to support chained ogg.
15212
15213 2004-10-18  Wim Taymans  <wim@fluendo.com>
15214
15215         * configure.ac:
15216         Added cdaudio to wrong list.
15217
15218 2004-10-18  Wim Taymans  <wim@fluendo.com>
15219
15220         * configure.ac:
15221         Revive cdaudio.
15222
15223 2004-10-18  Wim Taymans  <wim@fluendo.com>
15224
15225         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
15226         (gst_dvdec_video_link), (gst_dvdec_push):
15227         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15228         (gst_smokeenc_resync), (gst_smokeenc_chain):
15229         Fix mimetype on smoke encoder.
15230         Add aspect ratio to dvdec. Not sure if these
15231         values are correct though....
15232
15233 2004-10-18  Wim Taymans  <wim@fluendo.com>
15234
15235         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15236         Fix vorbis property descriptions and ranges.
15237
15238 2004-10-18  Wim Taymans  <wim@fluendo.com>
15239
15240         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15241         Really do nothing when no data is available.
15242         Go to the playing state when the stream is not seekable
15243         instead of failing.
15244
15245 2004-10-18  Wim Taymans  <wim@fluendo.com>
15246
15247         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
15248         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
15249         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
15250         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
15251         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
15252         Added uri handler for cd://
15253         Port to new API.
15254
15255 2004-10-18  Wim Taymans  <wim@fluendo.com>
15256
15257         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15258         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15259         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15260         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15261         (remove_prerolls), (unknown_type), (add_element_stream),
15262         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
15263         (gst_play_base_bin_remove_element),
15264         (gst_play_base_bin_link_stream):
15265         * gst/playback/gstplaybin.c: (gen_video_element),
15266         (gen_vis_element), (remove_sinks), (setup_sinks):
15267         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15268         (gst_stream_info_get_type), (gst_stream_info_class_init),
15269         (gst_stream_info_init), (gst_stream_info_new),
15270         (gst_stream_info_dispose), (stream_info_mute_pad),
15271         (gst_stream_info_set_property), (gst_stream_info_get_property):
15272         * gst/playback/gststreaminfo.h:
15273         Add sink padtemplate to decodebin.
15274         Added some more comments.
15275         Make queue size configurable in playbasebin.
15276         Added possibility to use elements as sinks (ex cdaudio).
15277
15278 2004-10-15  Wim Taymans  <wim@fluendo.com>
15279
15280         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15281         (gst_speexenc_chain):
15282         Fix speex timestamps so that it gets muxed properly.
15283
15284 2004-10-15  Wim Taymans  <wim@fluendo.com>
15285
15286         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
15287         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
15288         (gst_dv1394src_init), (gst_dv1394src_dispose),
15289         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
15290         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
15291         (gst_dv1394src_event), (gst_dv1394src_get_formats),
15292         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
15293         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
15294         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
15295         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
15296         * ext/raw1394/gstdv1394src.h:
15297         Added conversion/query functions.
15298         Update buffer timestamps,
15299         Added signals.
15300         Added uri dv:// so it might play from the firewire in playbin.
15301         Fix a possible leak.
15302         Added debugging.
15303
15304 2004-10-15  Wim Taymans  <wim@fluendo.com>
15305
15306         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15307         (gst_dv1394src_init), (gst_dv1394src_set_property),
15308         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
15309         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
15310         * ext/raw1394/gstdv1394src.h:
15311         Added AV/C VTR control support needed for some cameras.
15312         Added automatic port detection.
15313         Added properties for selecting the channel.
15314         The configure.ac script is not yet updated to reflect the
15315         new libavc1394 and librom1394 dependencies.
15316
15317 2004-10-15  Wim Taymans  <wim@fluendo.com>
15318
15319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15320         (qtdemux_parse), (gst_qtdemux_handle_esds):
15321         An esds box is not a container.
15322         Fix parsing of mp4v boxes.
15323         Do not try to renegotiate fps for each frame. Need to
15324         find a better method. This should fix mp4 playback.
15325
15326 2004-10-14  David Schleef  <ds@schleef.org>
15327
15328         * configure.ac: update for swfdec-0.3 and liboil-0.2
15329         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
15330         * ext/swfdec/gstswfdec.h: same
15331         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
15332         * gst/videotestsrc/videotestsrc.c: same
15333
15334 2004-10-14  Wim Taymans  <wim@fluendo.com>
15335
15336         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15337         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15338         (is_sync_frame), (gst_multifdsink_new_client),
15339         (gst_multifdsink_handle_client_write),
15340         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15341         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15342         Turn warnings into info.
15343         Don't allow a state change in the streaming thread.
15344
15345 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15346
15347         * ext/vorbis/oggvorbisenc.c:
15348         * ext/vorbis/vorbisdec.c:
15349           fix template sample rate
15350
15351 2004-10-13  Wim Taymans  <wim@fluendo.com>
15352
15353         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
15354         Decoding the header first fixes some problems in resyncing
15355         in more mp3s.
15356
15357 2004-10-12  Wim Taymans  <wim@fluendo.com>
15358
15359         * gst/playback/gstplaybin.c: (gen_video_element),
15360         (gen_vis_element), (remove_sinks), (setup_sinks):
15361         Added vis plugin support, need to configure the vis
15362         element to activate it.
15363
15364 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15365
15366         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
15367         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15368           Some debug.
15369         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15370         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
15371         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
15372         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
15373         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15374         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
15375         * gst/avi/gstavidemux.h:
15376           Support for openDML-2.0 indx/ix## chunks. Support for broken index
15377           recovery (where, if part of the index is broken, we will still read
15378           the rest of the index and recover the broken part by stream
15379           scanning). More broken media support. EOS workarounds. General AVI
15380           braindamage headache recovery. Aspirin included.
15381
15382 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15383
15384         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
15385         (cdparanoia_event), (cdparanoia_query):
15386           Get rid of hideous lead-in.
15387
15388 2004-10-11  Wim Taymans  <wim@fluendo.com>
15389
15390         * gst/playback/gstplaybasebin.c: (setup_source):
15391         Wrong var used to get g_list_next.
15392
15393 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15394
15395         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
15396         (cdparanoia_get), (cdparanoia_open):
15397           Report discid as metadata, add duration.
15398
15399 2004-10-11  Wim Taymans  <wim@fluendo.com>
15400
15401         * gst/playback/gstplaybasebin.c: (setup_source):
15402         Cleanup the previous pipeline a little earlier for the
15403         case that a source element provides raw data.
15404
15405 2004-10-11  Benjamin Otte  <otte@gnome.org>
15406
15407         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15408           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
15409           consuming the last 128 bytes, even though it was valid mp3 data.
15410
15411 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15412
15413         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
15414         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
15415         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15416         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
15417
15418 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15419
15420         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
15421         Fix for webcams that support only specific width or height
15422
15423 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15424
15425         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15426
15427         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15428           Fix wrong discont event setup (fixes #154967).
15429
15430 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
15431
15432         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15433
15434         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15435           Error out on invalid data (fixes #154807).
15436
15437 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15438
15439         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15440
15441         * ext/dvdread/dvdreadsrc.c: (_read):
15442           Make titles > 0 work again (fixes #154834).
15443
15444 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15445
15446         * gst-libs/gst/riff/riff-media.c:
15447         (gst_riff_create_video_template_caps):
15448           WMV3 missing in template caps.
15449
15450 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15451
15452         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15453           OK, so the original code was too strict. It makes random AVI files
15454           hang for seconds upon opening, which is unacceptable and is far
15455           beyond the original goal of getting multiple chunks for one-chunk
15456           sounc stream files. So now do just that.
15457
15458 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15459
15460         * gst/playback/gstplaybasebin.c: (setup_source),
15461         (gst_play_base_bin_change_state):
15462           Actually clean up streaminfo if output fails. This would trigger
15463           if, for example, there was no CD in the drive. No preroll, so
15464           a streaminfo structure is created, but the subsequent state change
15465           of the thread fails.
15466         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15467           Don't change state if parent failed.
15468
15469 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15470
15471         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15472         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
15473         (gen_video_element), (remove_sinks):
15474           Add small bits of code for screenshot handling.
15475
15476 2004-10-08  Wim Taymans  <wim@fluendo.com>
15477
15478         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
15479         (gen_video_element), (gen_audio_element), (setup_sinks):
15480         Don't assume the user provided sinks are named "sink"...
15481
15482 2004-10-08  Wim Taymans  <wim@fluendo.com>
15483
15484         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15485         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
15486         (gst_play_base_bin_link_stream):
15487         Do not try to autoplug sources that generate raw streams like
15488         cdparanoia.
15489         disconnect the preroll overrun signal when we don't need it anymore.
15490
15491 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
15492
15493         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15494         Added reworked patch from #154903 from milosz derezynski (deadchip).
15495
15496 2004-10-08  Wim Taymans  <wim@fluendo.com>
15497
15498         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15499         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
15500         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
15501         (cdparanoia_convert), (cdparanoia_uri_get_type),
15502         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
15503         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
15504         * ext/cdparanoia/gstcdparanoia.h:
15505         This adds the cdda://<tracknum> uri.
15506
15507 2004-10-08  Wim Taymans  <wim@fluendo.com>
15508
15509         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15510         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15511         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15512         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15513         (unknown_type), (gst_play_base_bin_remove_element),
15514         (gst_play_base_bin_link_stream):
15515         * gst/playback/gstplaybasebin.h:
15516         * gst/playback/gstplaybin.c: (gst_play_bin_init),
15517         (gst_play_bin_set_property), (gen_video_element),
15518         (gen_audio_element), (setup_sinks):
15519         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15520         (gst_stream_info_get_type), (gst_stream_info_class_init),
15521         (gst_stream_info_init), (gst_stream_info_new),
15522         (gst_stream_info_dispose), (stream_info_mute_pad),
15523         (gst_stream_info_set_property), (gst_stream_info_get_property):
15524         * gst/playback/gststreaminfo.h:
15525         Reuse the audio and video bins.
15526         Some internal cleanups in the stream selection code.
15527
15528 2004-10-08  Julien MOUTTE  <julien@moutte.net>
15529
15530         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15531         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15532         * sys/ximage/ximagesink.h:
15533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15534         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15535         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
15536         not coming from those elements. Moreover these elements should not keep
15537         the xid they have been given when in NULL state.
15538
15539 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15540
15541         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15542         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15543         * sys/ximage/ximagesink.h:
15544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15545         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15546         * sys/xvimage/xvimagesink.h:
15547           Actually only create a new toplevel window if we're not gonna
15548           embed it right after.
15549
15550 2004-10-07  Wim Taymans  <wim@fluendo.com>
15551
15552         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
15553         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
15554         * gst/playback/gstplaybin.c: (setup_sinks):
15555         Implement muting/unmuting of streams, mute streams that are not
15556         used.
15557
15558 2004-10-07  Wim Taymans  <wim@fluendo.com>
15559
15560         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
15561         (plugin_init):
15562         Added lame audio/x-ac3 typefind function.
15563
15564 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15565
15566         * configure.ac:
15567           bump nano to cvs
15568
15569 === release 0.8.5 ===
15570
15571 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15572
15573         * NEWS:
15574         * RELEASE:
15575         * configure.ac:
15576           releasing 0.8.5, "Take You On"
15577
15578 2004-10-06  Wim Taymans  <wim@fluendo.com>
15579
15580         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15581         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15582         (no_more_pads), (close_link), (type_found):
15583         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15584         * gst/playback/gstplaybin.c: (gen_video_element):
15585         Do not signal the no_more_pads after the first pad when
15586         we are plugging a non dynamic element with multiple
15587         output pads (like swfdec, dvdec, ...).
15588
15589 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15590
15591         * configure.ac:
15592           bump for prerelease
15593
15594 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15595
15596         * gst/wavparse/gstwavparse.c:
15597           add ATRAC3 to STATIC CAPS to fix a warning
15598
15599         * gst/matroska/ebml-read.c:
15600         * gst-libs/gst/riff/riff-read.c:
15601           fix typos
15602
15603 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15604
15605         * gst-libs/gst/riff/riff-media.c:
15606           generate caps for ATRAC3 audio streams
15607
15608         * gst/realmedia/rmdemux.c:
15609           generate caps for ATRAC3 audio streams
15610
15611 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15612
15613         * gst/wavparse/Makefile.am
15614         * gst/wavparse/riff.h
15615         * gst/wavparse/wavparse.vcproj
15616           riff.h removal (unused and duplication with riff-ids.h)
15617
15618 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15619
15620         * gst/wavparse/gstwavparse.h
15621           remove duplicated defines for audio codec codes
15622
15623         * gst-libs/gst/riff/riff-ids.h
15624         * gst/wavenc/riff.h:
15625           add "4CC" code for ATRAC3 audio streams
15626           add "4CC" code for ITU_G721_ADPCM (unused for now)
15627
15628 2004-10-06  Wim Taymans  <wim@fluendo.com>
15629
15630         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
15631         Actually _do_ negotiation. Pass gdouble as arg instead
15632         of guint64 for the framerate.
15633
15634 2004-10-06  Wim Taymans  <wim@fluendo.com>
15635
15636         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15637         (find_compatibles), (close_pad_link), (try_to_link_1),
15638         (no_more_pads), (close_link), (type_found):
15639         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15640         * gst/playback/gstplaybin.c: (gen_video_element),
15641         (gen_audio_element):
15642         Set state on newly added element to READY so that negotiation
15643         can happen ASAP.
15644         Addes some more debug info.
15645         Do not try to plug pads with multiple caps structures or ANY
15646         because it is too dangerous since we do not do dynamic
15647         replugging.
15648
15649 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15650
15651         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
15652
15653         * po/LINGUAS:
15654         * po/or.po:
15655           add Oriya translation
15656
15657 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15658
15659         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15660           Prevent overwrite of size member. Makes audio sound crappy.
15661
15662 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15663
15664         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15665         Add rmvb to the list of known RealMedia extensions
15666
15667 2004-10-05  Wim Taymans  <wim@fluendo.com>
15668
15669         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
15670         (mngdec_openstream), (mngdec_closestream),
15671         (mngdec_handle_sink_event), (mngdec_readdata),
15672         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
15673         (mngdec_getcanvasline), (mngdec_refresh),
15674         (gst_mngdec_change_state):
15675         Set the framerate correctly.
15676
15677 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15678
15679         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15680           There was something wrong with the index massaging.
15681
15682 2004-10-04  Wim Taymans  <wim@fluendo.com>
15683
15684         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15685         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15686         (gst_smokedec_chain):
15687         * ext/jpeg/gstsmokedec.h:
15688         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15689         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15690         * ext/jpeg/gstsmokeenc.h:
15691         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15692         (smokecodec_decode_new), (smokecodec_info_free),
15693         (smokecodec_set_quality), (smokecodec_get_quality),
15694         (smokecodec_set_threshold), (smokecodec_get_threshold),
15695         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15696         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15697         (smokecodec_encode), (smokecodec_parse_id),
15698         (smokecodec_parse_header), (smokecodec_decode):
15699         * ext/jpeg/smokecodec.h:
15700         * ext/jpeg/smokeformat.h:
15701         Updated smoke, new bitstream, allows embedding in ogg.
15702
15703 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15704
15705         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15706           Fix seeking in some files. All this code is no longer needed (and
15707           actually breaks stuff) because we now synchronize the full index
15708           right when reading the header.
15709
15710 2004-10-04  Wim Taymans  <wim@fluendo.com>
15711
15712         * configure.ac:
15713         configure update for libmng.
15714
15715 2004-10-04  Wim Taymans  <wim@fluendo.com>
15716
15717         * ext/libmng/Makefile.am:
15718         * ext/libmng/gstmng.c: (plugin_init):
15719         * ext/libmng/gstmng.h:
15720         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15721         (gst_mngdec_base_init), (gst_mngdec_class_init),
15722         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15723         (gst_mngdec_loop), (gst_mngdec_get_property),
15724         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15725         (mngdec_closestream), (mngdec_handle_sink_event),
15726         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15727         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15728         (gst_mngdec_change_state):
15729         * ext/libmng/gstmngdec.h:
15730         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15731         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15732         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15733         (gst_mngenc_chain), (gst_mngenc_get_property),
15734         (gst_mngenc_set_property):
15735         * ext/libmng/gstmngenc.h:
15736         Added basic MNG decoder. Needs more work. The encoder does
15737         not work yet.
15738
15739 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15740
15741         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15742         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15743         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15744           Don't hang on length=0 chunks. Some negotiation fixes. Signal
15745           no-more-pads.
15746
15747 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15748
15749         * configure.ac:
15750           you need at least 1.0.4 of speex
15751
15752 2004-10-04 Iain <iaingnome@gmail.com>
15753
15754         * ext/speex/gstspeexdec.h: Revert the includes changes.
15755
15756         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15757
15758 2004-09-30 Iain <iaingnome@gmail.com>
15759
15760         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15761         found during init or set as a property instead of hardcoding /dev/audio
15762
15763 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15764
15765         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15766         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15767         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15768         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15769         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15770         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15771         (gst_rmdemux_dump_data):
15772           Use debug category, fix EOS handling. filesrc ! rmdemux now
15773           works.
15774
15775 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15776
15777         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15778         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15779         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15780           Improve allocation, cutting and sorting of the index. How takes a
15781           few seconds instead of minutes.
15782
15783 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
15784
15785         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15786           fixed compilation
15787
15788 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15789
15790         * gst-libs/gst/riff/riff-media.c:
15791         (gst_riff_create_video_caps_with_data),
15792         (gst_riff_create_video_template_caps):
15793           Add wing commander format mimetype/fourccs.
15794         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15795           Don't crash if some value is 0.
15796
15797 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15798
15799         * gst-libs/gst/riff/riff-media.c:
15800         (gst_riff_create_video_caps_with_data),
15801         (gst_riff_create_video_template_caps):
15802           Add DIB fourcc (raw, palettized 8-bit RGB).
15803         * gst-libs/gst/riff/riff-read.c:
15804         (gst_riff_read_strf_vids_with_data):
15805           Oops, fix strf_data reading bug.
15806         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15807           Use a non-NULL tag.
15808         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15809           Time for hacks. Sorry Dave. At least one quicktime movie (a
15810           trailer) that I've encountered contains multiple video tracks.
15811           One of those is the actual video track, the other are one-frame
15812           tracks (images). Unfortunately, the number of frames according
15813           to the trak header is 1 for each, so that doesn't help. So
15814           instead, I look at the duration and discard tracks with a
15815           duration shorter than 20% of the length of the stream. Better
15816           than nothing.
15817
15818 2004-10-01  Christian Schaller <christian@fluendo.com>
15819
15820         * ext/ivorbis/vorbis.c:
15821           Patch from Phil Blundell (Bug 152341)
15822
15823 2004-10-01  Wim Taymans  <wim@fluendo.com>
15824
15825         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15826         (speex_dec_get_formats), (speex_dec_convert),
15827         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15828         (speex_dec_chain), (gst_speexdec_get_property),
15829         (gst_speexdec_set_property):
15830         Small cleanups.
15831
15832 2004-10-01  Wim Taymans  <wim@fluendo.com>
15833
15834         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15835         (gst_wavparse_stream_init), (gst_wavparse_fmt),
15836         (gst_wavparse_other), (gst_wavparse_loop),
15837         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15838         (gst_wavparse_srcpad_event):
15839         * gst/wavparse/gstwavparse.h:
15840         Added some more debugging info.
15841         Fix the case where the length of the file is 0.
15842         Make sure we seek to sample borders.
15843
15844 2004-10-01  Wim Taymans  <wim@fluendo.com>
15845
15846         * gst/playback/README:
15847         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15848         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15849         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15850         Add some debug info to decodebin, update README
15851
15852 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15853
15854         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15855           Don't use g_print(); use GST_DEBUG().
15856
15857 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15858
15859         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15860         (gst_ogg_mux_queue_pads):
15861           Handle EOS properly.
15862
15863 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15864
15865         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15866
15867         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15868         (gst_faad_chain), (gst_faad_change_state):
15869         * ext/faad/gstfaad.h:
15870           Allow playback of raw (unframed) MPEG AAC files (#148993).
15871
15872 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15873
15874         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15875
15876         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15877           Throw error if we didn't recognize the stream. Fixes #152289.
15878
15879 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15880
15881         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15882           Fix negotiation.
15883
15884 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
15885
15886         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15887
15888         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15889           Fix memleak.
15890
15891 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
15892
15893         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15894
15895         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15896           Solve #152805.
15897         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15898           Solve 152806.
15899
15900 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15901
15902         * gst-libs/gst/riff/riff-media.c:
15903         (gst_riff_create_video_caps_with_data),
15904         (gst_riff_create_audio_caps_with_data):
15905           Add codec_data handling (like asfdemux used to do).
15906         * gst/asfdemux/gstasf.c: (plugin_init):
15907         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15908         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15909           Use riff-media for caps creation instead of our own (mostly
15910           broken) copy of its functions.
15911
15912 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15913
15914         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15915           Don't actually error out if we get another return value than
15916           -EINVAL. Opposite to what I first thought, drivers have random
15917           return values for this, although -EINVAL is the expected return
15918           value. Since this is not fatal, we shouldn't use
15919           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15920
15921 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15922
15923         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15924         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15925         (dvdreadsrc_get_property), (_open), (_seek), (_read),
15926         (dvdreadsrc_get), (dvdreadsrc_open_file),
15927         (dvdreadsrc_change_state):
15928           Fix. Don't do one big huge loop around the whole DVD, that will
15929           cache all data and thus eat sizeof(dvd) (several GB) before we
15930           see something.
15931         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15932           Actually NULL'ify event after using it.
15933         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15934         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15935         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15936         (gst_ebml_read_seek), (gst_ebml_read_skip):
15937           Handle events.
15938         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15939         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15940         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15941           Fix timing (this will probably break if I seek using menus, but
15942           I didn't get there yet). VOBs and normal DVDs should now work.
15943           Add a mpeg2-only pad with high rank so this get autoplugged for
15944           MPEG-2 movies.
15945         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15946         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15947         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15948         (gst_mpeg_demux_get_audio_stream),
15949         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15950         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15951           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15952           MPEG-1 but use dvddemux for MPEG-2.
15953         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15954         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15955         (gst_mpeg_parse_parse_packhead):
15956           Timing. Only add pad template if it exists. Add sink template from
15957           class and not from ourselves. This means we will always use the
15958           correct sink template even if it is not the one defined in this
15959           file.
15960
15961 2004-09-29  Wim Taymans  <wim@fluendo.com>
15962
15963         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15964         (gst_mpeg_demux_parse_pes):
15965         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15966         Fix playback of mpeg again, timestamps where screwed up by
15967         patch 1.61.
15968
15969 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15970
15971         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15972           Only return true if we actually filled something in. Prevents
15973           player applications from showing a random length for flac files.
15974         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15975         (gst_riff_read_use_event), (gst_riff_read_handle_event),
15976         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
15977         (gst_riff_read_strf_vids_with_data),
15978         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
15979           OK, ok, so I implemented event handling. Apparently it's normal
15980           that we receive random events at random points without asking
15981           for it.
15982         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15983         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15984         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
15985         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15986         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
15987         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15988         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15989         * gst/avi/gstavidemux.h:
15990           Implement non-lineair chunk handling and subchunk processing.
15991           The first solves playback of AVI files where the audio and video
15992           data of individual buffers that we read are not synchronized.
15993           This should not happen according to the wonderful AVI specs, but
15994           of course it does happen in reality. It is also a prerequisite for
15995           the second. Subchunk processing allows us to cut chunks in small
15996           pieces and process each of these pieces separately. This is
15997           required because I've seen several AVI files with incredibly large
15998           audio chunks, even some files with only one audio chunk for the
15999           whole file. This allows for proper playback including seeking.
16000           This patch is supposed to fix all AVI A/V sync issues.
16001         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
16002         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
16003           Work.
16004         * gst/modplug/gstmodplug.cc:
16005           Proper return value setting for the query() function.
16006         * gst/playback/gstplaybasebin.c: (setup_source):
16007           Being in non-playing state (after, e.g., EOS) is not necessarily
16008           a bad thing. Allow for that. This fixes playback of short files.
16009           They don't actually playback fully now, because the clock already
16010           runs. This means that small files (<500kB) with a small length
16011           (<2sec) will still not or barely play. Other files, such as mod
16012           or flx, will work correctly, however.
16013
16014 2004-09-28  Wim Taymans  <wim@fluendo.com>
16015
16016         * ext/speex/gstspeex.c: (plugin_init):
16017         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
16018         (gst_speex_dec_class_init), (speex_dec_get_formats),
16019         (speex_get_event_masks), (speex_get_query_types),
16020         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
16021         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
16022         (gst_speexdec_get_property), (gst_speexdec_set_property),
16023         (speex_dec_change_state):
16024         * ext/speex/gstspeexdec.h:
16025         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
16026         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
16027         (gst_speexenc_base_init), (gst_speexenc_class_init),
16028         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
16029         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
16030         (gst_speexenc_src_query), (gst_speexenc_init),
16031         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
16032         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
16033         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
16034         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
16035         (gst_speexenc_chain), (gst_speexenc_get_property),
16036         (gst_speexenc_set_property), (gst_speexenc_change_state):
16037         * ext/speex/gstspeexenc.h:
16038         Rewrote speex encoder, make sure it can be embedded in ogg.
16039         Implemented speex decoder.
16040
16041 2004-09-28  Christian Schaller <christian@fluendo.com>
16042
16043         * configure.ac:
16044         Remove kioslave plugin. Markey is brewing a new working one
16045         * ext/Makefile.am: Remove kioslave plugin
16046         * ext/kio: remove
16047         * gst-plugins.spec.in: remove kio plugin from spec
16048
16049 2004-09-27  Wim Taymans  <wim@fluendo.com>
16050
16051         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16052         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
16053         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
16054         (gst_multifdsink_new_client),
16055         (gst_multifdsink_handle_client_write),
16056         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16057         (gst_multifdsink_handle_clients):
16058         * gst/tcp/gstmultifdsink.h:
16059         Make syncing to keyframes actually work for new clients and lagging
16060         clients.
16061
16062 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16063
16064         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
16065         (gst_navigationtest_handle_src_event), (draw_box_planar411),
16066         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
16067         * gst/debug/gstnavigationtest.h:
16068           make navigationtest display button-press and button-release events
16069
16070 2004-09-26 Iain <iaingnome@gmail.com>
16071
16072         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
16073         the channels have received a new media event.
16074         (interleave_buffered_loop): Compresses a new media event on all
16075         channels into one.
16076
16077 2004-09-26 Iain <iaingnome@gmail.com>
16078
16079         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
16080         call the sinkpad's default event handler and not the srcpads. He also
16081         says this is confusing :)
16082         (gst_wavenc_stop_file): Company says that seek events only go upstream
16083         we should send a discontinuous downstream instead.
16084
16085 2004-09-25  Christian Schaller <christian@fluendo.com>
16086
16087         * Update SPEC file to be usable in conjunction with Fedora Core,
16088           Fedora.us and freshrpms packages
16089         * Fix typo in multifilesrc test Makefile
16090
16091 2004-09-24  Wim Taymans  <wim@fluendo.com>
16092
16093         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
16094         Only signal the no_more_pads signal when we have
16095         added the stream to our list.
16096
16097 2004-09-24  Wim Taymans  <wim@fluendo.com>
16098
16099         * gst/playback/gstplaybasebin.c: (remove_prerolls),
16100         (new_decoded_pad):
16101         * gst/playback/gstplaybasebin.h:
16102         * gst/playback/gstplaybin.c: (setup_sinks):
16103         Don't try to preroll or decode more than one audio/video
16104         track.
16105
16106 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16107
16108         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16109           Throw error if we failed to find a suitable output. This should
16110           throw an error if we successfully set up a pipeline (e.g. because
16111           we recognized a media file) but found no decodable streams in it
16112           (e.g. because it contains only media stream types for which we
16113           have no decoders, or because it's not a media type).
16114
16115 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16116
16117         * ext/dirac/Makefile.am:
16118         * ext/dirac/gstdirac.cc:
16119         * ext/dirac/gstdiracdec.cc:
16120         * ext/dirac/gstdiracdec.h:
16121           Do something. Don't actually know if this works because I don't
16122           have a demuxer yet.
16123         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
16124           Add channels=1 to caps returned from _getcaps().
16125         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
16126         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
16127         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
16128         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16129         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
16130         (gst_ogm_parse_change_state):
16131           Separate between audio/video so ogmaudioparse actually uses the
16132           audio pad templates. Both audio and video work now, including
16133           autoplugging. Also use sometimes-srcpad hack.
16134         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
16135           Handle events better. Don't hang on infinite loops.
16136         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
16137         (gst_avi_demux_init), (gst_avi_demux_reset),
16138         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
16139         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
16140         (gst_avi_demux_change_state):
16141         * gst/avi/gstavidemux.h:
16142           Improve A/V sync. Still not perfect.
16143         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
16144         (gst_ebml_read_skip):
16145           Handle events better.
16146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16147         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
16148         (qtdemux_audio_caps):
16149           Add IMA4. Improve event handling. Save offset after a seek when
16150           the headers are at the end of the file so that we don't end up in
16151           an infinite loop.
16152         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16153           Add low-priority typefind support for files with no length.
16154
16155 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16156
16157         * testsuite/multifilesink/Makefile.am:
16158         fix typo
16159
16160 2004-09-22  Julien MOUTTE  <julien@moutte.net>
16161
16162         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
16164         mistakes from thaytan's patches.
16165
16166 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
16167
16168         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16169           For completeness, XSync in the destroy function as xvimage does.
16170
16171 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
16172
16173         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16174            Correct caps negotiation
16175         * gst/volume/gstvolume.c: (volume_chain_float),
16176         (volume_chain_int16):
16177            Modify debug output to be little more informative
16178         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
16179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16180         (gst_xvimagesink_xvimage_destroy):
16181           Add XSync calls after detaching from the shared memory segment to
16182           avoid a crash.
16183
16184 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16185
16186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16187         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
16188         * ext/vorbis/vorbis.c: (plugin_init):
16189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16190         (gst_vorbisenc_chain):
16191         * ext/vorbis/vorbisenc.h:
16192         remove explicit newmedia support from oggmux and vorbisenc
16193         add debug category to vorbisenc
16194         * gst/multifilesink/gstmultifilesink.c:
16195         (gst_multifilesink_class_init), (gst_multifilesink_init),
16196         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
16197         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
16198         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
16199         (plugin_init):
16200         * gst/multifilesink/gstmultifilesink.h:
16201         add support for streamheader in multifilesink
16202
16203 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16204
16205         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
16206         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
16207         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
16208           Prevent infinite loops. More correct error reporting.
16209         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16210           Error out if negotiation fails.
16211         * gst/playback/gstplaybasebin.c: (setup_source),
16212         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
16213         (gst_play_base_bin_found_tag):
16214           Error/tag forwarding. Pre-roll fixes for source errors on state
16215           changes (e.g. "file does not exist") to prevent hangs.
16216
16217 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16218
16219         * testsuite/multifilesink/Makefile.am:
16220         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
16221         (gst_newmedia_class_init), (gst_newmedia_init),
16222         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16223         (newfile_signal), (test_signal), (main):
16224         * testsuite/multifilesink/multifilesrc_test.c: (main):
16225         * testsuite/multifilesink/oggtheora_test.c:
16226         (gst_newmedia_base_init), (gst_newmedia_class_init),
16227         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16228         (test_format), (newfile_signal), (test_signal), (main):
16229         * testsuite/multifilesink/oggvorbis_test.c:
16230         (gst_newmedia_base_init), (gst_newmedia_class_init),
16231         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16232         (test_format), (newfile_signal), (test_signal), (main):
16233         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
16234         (gst_newmedia_class_init), (gst_newmedia_init),
16235         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16236         (newfile_signal), (test_signal), (main):
16237         New media tests
16238
16239 2004-09-20  Christian Schaller <christian@fluendo.com>
16240
16241         * Fix mikmod license to LGPL as they have relicensed
16242         * Move Dirac and Effectv into LGPL section of README_license
16243
16244 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16245
16246         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
16247         (gst_mad_change_state):
16248           Allow for mp3 rate/channels changes. However, only very
16249           conservatively. Reason that we *have* to enable this is smiply
16250           because the mad find_sync() function is not good enough, it will
16251           regularly sync on random data as valid frames and therefore make
16252           us provide random caps as *final* caps of the stream. The best fix
16253           I could think of is to simply require several of the same stream
16254           changes in a row before we change caps.
16255           The actual testcase that works now is #
16256         * ext/ogg/Makefile.am:
16257         * ext/ogg/gstogg.c: (plugin_init):
16258         * ext/ogg/gstogmparse.c:
16259           OGM support (video only for now; I need an audio sample file).
16260         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
16261         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
16262         (gst_asf_demux_add_video_stream):
16263           WMV extradata.
16264         * gst/playback/gstplaybasebin.c: (unknown_type):
16265           Don't error out on single unknown-types after all. It's wrong.
16266           If we found type of video and audio but not of a subtitle stream,
16267           it will still error out (which is unwanted). Will find a better fix
16268           later on.
16269         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
16270         (ogmaudio_type_find), (plugin_init):
16271           OGM support.
16272
16273 2004-09-20  Johan Dahlin  <johan@gnome.org>
16274
16275         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
16276         after setting caps.
16277
16278 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16279
16280         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
16281         * gst/wavenc/gstwavenc.h:
16282         Added newmedia support to wavenc
16283
16284 2004-09-17  Wim Taymans  <wim@fluendo.com>
16285
16286         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
16287         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16288         (gst_fdset_fd_can_write), (gst_fdset_wait):
16289         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
16290         (gst_multifdsink_init), (gst_multifdsink_add),
16291         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
16292         (gst_multifdsink_remove_client_link),
16293         (gst_multifdsink_client_queue_buffer),
16294         (gst_multifdsink_handle_client_write),
16295         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
16296         (gst_multifdsink_close), (gst_multifdsink_change_state):
16297         * gst/tcp/gstmultifdsink.h:
16298         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16299         (gst_tcpserversink_removed):
16300         Small cleanups in fdset.c
16301         Use a hastable to map fd to the client structure for faster
16302         lookup in _remove and get_stats.
16303         Added virtual function to close the fds.
16304         Handle clients even when the select/poll call was unblocked because
16305         of a command.
16306         Implement syncing to keyframe in the recovery procedure.
16307
16308 2004-09-16 Iain <iaingnome@gmail.com>
16309
16310         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
16311         try caps.
16312
16313 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16314
16315         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
16316           Caps are only set if the type of the stream is unknown, but this
16317           is initialized in ->init_stream(), so set to UNKNOWN after calling
16318           ->init_stream() so that capsnego starts.
16319
16320 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16321
16322         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16323         (gst_avi_demux_stream_data):
16324           Just hardcode for raw audio then. AVI audio sucks.
16325
16326 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
16327
16328         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16329         * gst/matroska/matroska-mux.c: (audiosink_templ),
16330         (gst_matroska_mux_audio_pad_link):
16331         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
16332         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
16333
16334 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16335
16336         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16337         (gst_avi_demux_stream_data):
16338           Try to fix a/v sync issues.
16339
16340 2004-09-15  David Schleef  <ds@schleef.org>
16341
16342         * configure.ac: remove NASM check, since we don't use it.  Update
16343         dirac check to 0.4
16344         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
16345         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16346         Initialized variables.
16347         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16348         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
16349         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
16350         SVQ3 format
16351
16352 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16353
16354         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16355         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
16356         * gst/avi/gstavidemux.h:
16357           Fix for compressed audio (mp3) timestamp generation. How did this
16358           ever work?
16359
16360 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16361
16362         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
16363           Volume is a double not a float.
16364
16365 2004-09-15  Wim Taymans  <wim@fluendo.com>
16366
16367         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
16368         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
16369         Don't close the fd in multifdsink as we didn't open it in the
16370         first place. Some cleanups.
16371
16372 2004-09-15  Wim Taymans  <wim@fluendo.com>
16373
16374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16376         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16377         Fix the case where the muxer would mark pages as delta
16378         frames when they are not (vorbis only ogg).
16379
16380 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16381
16382         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
16383         (gst_play_base_bin_change_state):
16384           Handle the case where we failed to setup a clear pipeline. This
16385           will throw an error (or EOS, another nice case) and if you don't
16386           catch that, the app will wait for the signal forever (and thus
16387           hang).
16388
16389 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16390
16391         * ext/gnomevfs/gstgnomevfssink.c:
16392         (gst_gnomevfssink_uri_get_protocols):
16393         * ext/gnomevfs/gstgnomevfssrc.c:
16394         (gst_gnomevfssrc_uri_get_protocols):
16395         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16396         * ext/gnomevfs/gstgnomevfsuri.h:
16397           Use _uri_new() instead of _open(), so it doesn't take as long and
16398           Christophe's computer won't hang.
16399         * gst/playback/gstplaybasebin.c: (unknown_type):
16400           Throw error on unknown media type, so apps actually display it.
16401
16402 2004-09-14  Brian Cameron  <brian.cameron@sun.com
16403
16404         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
16405           this script to work on Solaris since bash shell handles echo
16406           differenly than bash.
16407
16408 2004-09-17  Wim Taymans  <wim@fluendo.com>
16409
16410         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
16411         (setup_source), (gst_play_base_bin_set_property),
16412         (gst_play_base_bin_add_element):
16413         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16414         Some more work on making sure seeking pauses the pipeline and
16415         that changing the uri actually does something.
16416
16417 2004-09-17  Wim Taymans  <wim@fluendo.com>
16418
16419         * gst/tcp/gstfdset.c: (gst_fdset_wait):
16420         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
16421         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
16422         (gst_tcpserversink_close):
16423         Be a bit more paranoid when freeing memory.
16424
16425 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16426
16427         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
16428         (qtdemux_parse_trak):
16429           Don't crash by dividing by zero (see sample movie in #126922).
16430
16431 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16432
16433         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16434           Don't touch non-existing data (fixes crash on file in #140147).
16435
16436 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16437
16438         * gst/playback/gstplaybasebin.c:
16439         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
16440           Handle double disposals, and proper change of URIs.
16441
16442 2004-09-13  Martin Eikermann <meiker@upb.de>
16443
16444         * gst/mpegstream/gstmpegparse.c:
16445           fix synchronistation for streams recorded from digital PCR
16446           fixes bug #119376
16447
16448 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16449
16450         * ext/gnomevfs/Makefile.am:
16451         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16452         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
16453         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
16454         (gst_gnomevfssink_uri_get_type),
16455         (gst_gnomevfssink_uri_get_protocols),
16456         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
16457         (gst_gnomevfssink_uri_handler_init),
16458         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
16459         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
16460         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16461         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
16462         (gst_gnomevfssrc_uri_get_type),
16463         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
16464         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
16465         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16466         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
16467         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16468         * ext/gnomevfs/gstgnomevfsuri.h:
16469           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
16470           of fake URIs to see which this version of Gnome-VFS likes, and
16471           uses that for the Gst-URI interface. Makes playbin support http://
16472           streams. Also fix up some stupid behaviour in gnomevfssrc.
16473
16474 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16475
16476         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16477         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16478         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16479         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16480           Update mixer (to sync with other sessions) if we try to obtain
16481           a new value. This makes alsamixer work accross applications.
16482         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16483           Only call sync functions if we're running, else alsalib asserts.
16484         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16485           Sometimes fails to compile. Possibly a gcc bug.
16486         * gst/playback/gstplaybin.c: (gen_video_element),
16487         (gen_audio_element):
16488           Add a reference to an application-provided object, because we lose
16489           this same reference if we add it to the bin. If we don't do this,
16490           we can only use this object once and thus crash if we go from
16491           ready to playing, back to ready and back to playing again.
16492           Also add an audioscale element because several cheap soundcards -
16493           like mine - don't support all samplerates.
16494         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16495         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
16496           Fix wrong order or PAR calls. Makes automatically obtained PAR
16497           from the X server atually being used.
16498
16499 2004-09-12  David Schleef  <ds@schleef.org>
16500
16501         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
16502         #151887, #152102, #152247.
16503         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
16504         * examples/seeking/cdparanoia.c: same
16505         * examples/seeking/cdplayer.c: same
16506         * examples/seeking/seek.c: same
16507         * examples/seeking/spider_seek.c: same
16508         * examples/seeking/vorbisfile.c: same
16509         * examples/stats/mp2ogg.c: same
16510         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16511         (gst_esdsink_dispose): Dispose of element properly.
16512         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
16513         fixes.
16514         * ext/nas/nassink.c: (gst_nassink_class_init),
16515         (gst_nassink_dispose): Dispose of element correctly.
16516         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
16517         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16518         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16519         Fix 64-bit warning.
16520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16521         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16522         Fix 64-bit warning.
16523
16524 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16525
16526         * configure.ac : change speex detection as 1.1.6 now uses
16527           .pc/pkg-config and they changed their headers location.
16528
16529 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
16530
16531         * gst/matroska/matroska-mux.h:
16532         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
16533         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16534         (gst_matroska_mux_write_data):
16535           Write multiple blocks/frames per cluster.
16536                 Write meta-seek information (seek heads).
16537
16538 2004-09-09  Scott Wheeler <wheeler@kde.org>
16539
16540         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
16541         (gst_play_bin_set_property), (gst_play_bin_get_property),
16542         (gen_audio_element), (gen_audio_element):
16543           Add a volume element / property to the pipeline.
16544
16545 2004-09-07  Wim Taymans  <wim@fluendo.com>
16546
16547         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
16548         Copy timestamps from the master pad to the output buffers.
16549
16550 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16551
16552         * ext/raw1394/gstdv1394src.c:
16553           throw errors when applicable
16554
16555 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
16556
16557         * gst/matroska/ebml-ids.h:
16558         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
16559         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
16560         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
16561           automatically convert unix time <-> ebml time when reading/writing
16562           a date, use gst_ebml_write_uint to write CUETIME,
16563           not gst_ebml_write_date.
16564         * gst/matroska/matroska-ids.h:
16565         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
16566         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
16567         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
16568         (gst_matroska_mux_write_data):
16569           Write track and segment UIDs, write muxing date, write
16570           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
16571           Create cues for audio only files.
16572
16573 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16574
16575         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16576         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16577           Re-commit ALSA switches.
16578         * gst/adder/gstadder.c: (gst_adder_loop):
16579           64-bit fix (#151416).
16580         * gst/debug/progressreport.c: (gst_progressreport_report):
16581           64-bit fix (#151419).
16582         * gst/matroska/matroska-demux.c:
16583         (gst_matroska_demux_parse_contents):
16584           64-bit fix (#151420).
16585         * gst/playback/test3.c: (update_scale):
16586           64-bit fix (#151421).
16587
16588 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16589
16590         * configure.ac:
16591           bump nano to cvs
16592
16593 === release 0.8.4 ===
16594
16595 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16596
16597         * configure.ac: releasing 0.8.4, "Alias"
16598
16599 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16600
16601         * ext/theora/Makefile.am:
16602           fix makefile.  Fixes #151462.
16603
16604 2004-08-30  Wim Taymans  <wim@fluendo.com>
16605
16606         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
16607         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16608         (gst_multifdsink_remove_client_link),
16609         (gst_multifdsink_client_queue_buffer),
16610         (gst_multifdsink_handle_client_write):
16611         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16612         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16613         Fix some memory leaks.
16614
16615 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16616
16617         Patch by: David Schleef
16618
16619         * configure.ac:
16620         * sys/Makefile.am:
16621           rename our detection macro for V4L2.  Fixes #151236.
16622
16623 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16624
16625         Patch by: David Schleef
16626
16627         * configure.ac:
16628           check to define LAMEPRESET.  Fixes #151232.
16629
16630 2004-08-27  David Schleef  <ds@schleef.org>
16631
16632         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
16633         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
16634         (gst_glimagesink_fixate):  Move local variable declarations to
16635         make gcc-2.95 happy.
16636
16637 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16638
16639         * configure.ac:
16640           bump nano for prerelease
16641
16642 2004-08-27  David Schleef  <ds@schleef.org>
16643
16644         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
16645         * sys/sunaudio/gstsunaudiosrc.c:
16646         * sys/sunaudio/gstsunaudiosrc.h:
16647
16648 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
16649
16650         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
16651         handle EOS correctly
16652         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
16653         * gst/matroska/matroska-mux.h:
16654         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
16655         VFW compatibility mode
16656
16657 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16658
16659         patch by: Zaheer Abbas Merali
16660
16661         * ext/ogg/gstoggmux.c:
16662         * ext/vorbis/vorbisenc.c:
16663         * ext/vorbis/vorbisenc.h:
16664           handle NEWMEDIA
16665
16666 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
16667
16668         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
16669         fix byte order reversion on little endian machines.
16670         * gst/matroska/matroska-mux.c: (audiosink_templ),
16671         (gst_matroska_mux_audio_pad_link):
16672         add TTA codec to the list of supported codecs.
16673         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16674         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16675         (gst_matroska_mux_write_data):
16676         * gst/matroska/matroska-mux.h:
16677         write segment duration correctly, write muxing app string, fixes bugs
16678         #140897 and #140898.
16679         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16680         wait for all pads to be negotiated before starting to mux.
16681
16682 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16683
16684         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16685         * ext/lame/gstlame.h:
16686         Added new media support to lame
16687
16688 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16689
16690         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16691         send vorbis headers at the beginning of a stream, fixes bug #141554.
16692         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16693         bug #148950.
16694         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16695         (gst_matroska_demux_plugin_init):
16696         * gst/matroska/matroska-ids.h:
16697         enable demuxing of TTA audio streams, fixes bug #148951.
16698         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16699         enable typefinding for TTA audio files, fixes bug #148711.
16700         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16701         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16702         fixes playback of packed bitstream and xvid with bframes, bug #135407.
16703
16704 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
16705
16706         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16707         (gst_riff_read_element_data), (gst_riff_read_seek),
16708         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16709         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16710         <teuf@gnome.org>
16711
16712 2004-08-23 Iain <iaingnome@gmail.com>
16713
16714         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16715         tags. They appear to be handled differently to normal.
16716         (tag_list_to_id3_tag_foreach): Ditto.
16717
16718 2004-08-22  Wim Taymans  <wim@fluendo.com>
16719
16720         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16721         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16722         Make sure we never send -1 granulepos.
16723
16724 2004-08-20  Wim Taymans  <wim@fluendo.com>
16725
16726         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16727         (gst_ogg_mux_loop):
16728         I will accept bitchslappings with non sharp objects.
16729
16730 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16731
16732         * configure.ac:
16733         Clean up the test for lame presets
16734
16735 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16736
16737         * configure.ac:
16738         * ext/lame/Makefile.am:
16739         * ext/lame/gstlame.c: (gst_lame_class_init),
16740         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16741         Only enable lame presets if version of lame has presets in API
16742
16743 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
16744         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16745         * gst/udp/gstudpsrc.h:
16746           Don't call gst_pad_push in a get function. Fixes #150449
16747
16748 2004-08-18  Wim Taymans  <wim@fluendo.com>
16749
16750         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16751         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16752         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16753         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16754         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16755         (gst_fdset_wait):
16756         * gst/tcp/gstfdset.h:
16757         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16758         (gst_multifdsink_client_queue_buffer),
16759         (gst_multifdsink_handle_client_write):
16760         * gst/tcp/gstmultifdsink.h:
16761         Some extra checks in gstfdset.
16762         Only use send() when the fd is a socket. Don't try to
16763         read from write only fds.
16764
16765 2004-08-18  Wim Taymans  <wim@fluendo.com>
16766
16767         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16768         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16769         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16770         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16771         (gst_fdset_wait):
16772         Add more locking and bounds checking.
16773
16774 2004-08-18  Wim Taymans  <wim@fluendo.com>
16775
16776         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16777         Realloc test fdset in the lock and right before starting
16778         the poll call. Bump the limit to 4096.
16779
16780 2004-08-17  David Schleef  <ds@schleef.org>
16781
16782         * sys/sunaudio/Makefile.am:
16783         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16784         of rates and channels.  Make debugging less obnoxious.
16785
16786         Patch from Balamurali Viswanathan implementing a mixer for
16787         Sun audio.  (bug #144091):
16788         * sys/sunaudio/gstsunelement.c:
16789         * sys/sunaudio/gstsunelement.h:
16790         * sys/sunaudio/gstsunmixer.c:
16791         * sys/sunaudio/gstsunmixer.h:
16792
16793 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16794
16795         * gst/audioscale/gstaudioscale.c:
16796         * gst/audioscale/gstaudioscale.h:
16797         made audioscale resample from any sample rate to any sample rate
16798
16799 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16800
16801         * ext/libpng/gstpngdec.c:
16802           error out on unsupported types
16803
16804 2004-08-17  Iain <iaingnome@gmail.com>
16805
16806         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16807         mid_side and loose_mid_side properties if its a stereo stream.
16808
16809 2004-08-17  Wim Taymans  <wim@fluendo.com>
16810
16811         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16812         (theora_get_formats), (theora_dec_src_convert),
16813         (theora_dec_sink_convert), (theora_dec_src_query),
16814         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16815         Add a debug line.
16816
16817 2004-08-17  Wim Taymans  <wim@fluendo.com>
16818
16819         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16820         (gst_ogg_pad_push):
16821         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16822         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16823         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16824         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16825         Mark delta units in the muxer.
16826         Try to decode the packet after an out-of-sync error from
16827         libogg.
16828
16829 2004-08-17  Wim Taymans  <wim@fluendo.com>
16830
16831         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16832         (gst_multifdsink_init), (gst_multifdsink_add),
16833         (gst_multifdsink_client_queue_buffer),
16834         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16835         * gst/tcp/gstmultifdsink.h:
16836         Added option to send a keyframe to clients as the first buffer.
16837         Make timeout property writable.
16838
16839 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16840
16841         patch by: Wim Taymans
16842
16843         * gst/tcp/gstfdset.c:
16844         * gst/tcp/gstmultifdsink.c:
16845           fix index comparison, should include 0
16846
16847 2004-08-16  Wim Taymans  <wim@fluendo.com>
16848
16849         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16850         (gst_fdset_add_fd), (gst_fdset_remove_fd),
16851         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16852         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16853         (gst_fdset_wait):
16854           copy when reallocing for poll so the select arguments don't get
16855           changed during the call
16856
16857 2004-08-16  Wim Taymans  <wim@fluendo.com>
16858
16859         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16860         (gst_theora_enc_class_init), (theora_enc_sink_link),
16861         (theora_buffer_from_packet), (theora_enc_chain):
16862         Fix bug where buffers were not marked as keyframes
16863         correctly.
16864
16865 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16866
16867         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16868         (gst_lame_preset_get_type), (gst_lame_class_init):
16869         describe the enum values for vbr mode and presets more verbosely
16870
16871 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16872
16873         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16874         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16875         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16876         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16877         * ext/lame/gstlame.h:
16878         add preset property to lame so it can use lame presets
16879
16880 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16881
16882         * ext/lame/gstlame.c: (gst_lame_get_property):
16883         whoops forgot break, thanks teuf
16884
16885 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16886
16887         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16888         (gst_lame_class_init), (gst_lame_src_getcaps),
16889         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16890         (gst_lame_get_property), (gst_lame_setup):
16891         * ext/lame/gstlame.h:
16892         fix lame's broken vbr stuff, allow it to resample if need be, and also
16893         make xing header optional
16894
16895 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16896
16897         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16898         added getcaps function so samplerate doesnt get fixated to silly values
16899
16900 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16901
16902         * ext/lame/gstlame.c: (gst_lame_src_link):
16903         revert previous fix
16904
16905 2004-08-12  Johan Dahlin  <johan@gnome.org>
16906
16907         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16908         checks. Doesn't matter what state we are in. Interfaces are a
16909         compile time thing, not runtime. It also broke the python bindings.
16910
16911 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16912
16913         * ext/lame/gstlame.c: (gst_lame_src_link):
16914         made source pad link function check if sinkpad is ok..fixes the problem
16915         where core fixates the output rate of lame stupidly
16916
16917 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16918
16919         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16920         * sys/v4l/v4l_calls.c:
16921         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16922           fix fixate function to handle nonsimple caps.
16923           remove bogus check in _link
16924           cleanups
16925
16926 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16927
16928         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16929         set default compression ratio parameter to 0.0 so bitrate parameter
16930         works :)
16931
16932 2004-08-11  David Schleef  <ds@schleef.org>
16933
16934         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16935
16936 2004-08-11  David Schleef  <ds@schleef.org>
16937
16938         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16939         before.
16940
16941 2004-08-11  David Schleef  <ds@schleef.org>
16942
16943         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16944
16945 2004-08-11  David Schleef  <ds@schleef.org>
16946
16947         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16948           license field
16949         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16950         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16951           LGPL.
16952         * gst/auparse/gstauparse.c: Fix plugin license field.
16953         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16954         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16955         * gst/rtp/gstrtp.c: Fix plugin license field.
16956
16957 2004-08-11  Wim Taymans  <wim@fluendo.com>
16958
16959         * gst/tcp/Makefile.am:
16960         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16961         (ensure_size), (gst_fdset_new), (gst_fdset_free),
16962         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16963         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16964         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16965         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16966         (gst_fdset_fd_can_write), (gst_fdset_wait):
16967         * gst/tcp/gstfdset.h:
16968         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16969         (gst_multifdsink_class_init), (gst_multifdsink_init),
16970         (gst_multifdsink_add), (gst_multifdsink_remove),
16971         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16972         (gst_multifdsink_remove_client_link),
16973         (gst_multifdsink_handle_client_read),
16974         (gst_multifdsink_client_queue_data),
16975         (gst_multifdsink_client_queue_caps),
16976         (gst_multifdsink_client_queue_buffer),
16977         (gst_multifdsink_handle_client_write),
16978         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16979         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16980         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16981         (gst_multifdsink_close):
16982         * gst/tcp/gstmultifdsink.h:
16983         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16984         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16985         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
16986         (gst_tcpserversink_close):
16987         * gst/tcp/gsttcpserversink.h:
16988         Abstracted away the select call, implemented poll (yes we ran into
16989         the 1024 limit in production).
16990
16991 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16992
16993         * gst/tcp/gsttcp.c:
16994         * gst/tcp/gsttcpplugin.c:
16995           improve debuggging, remove assert
16996
16997 2004-08-10  Wim Taymans  <wim@fluendo.com>
16998
16999         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
17000         (gst_client_status_get_type), (gst_multifdsink_class_init),
17001         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17002         (gst_multifdsink_handle_client_read),
17003         (gst_multifdsink_handle_client_write),
17004         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17005         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
17006         (gst_multifdsink_get_property):
17007         * gst/tcp/gstmultifdsink.h:
17008         * gst/tcp/gsttcp-marshal.list:
17009         Starting to prepare for specifying buffer time in other units
17010         than buffers. Expose remove reason in signal.
17011
17012 2004-08-10  Wim Taymans  <wim@fluendo.com>
17013
17014         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
17015         (gst_multifdsink_remove), (gst_multifdsink_clear),
17016         (gst_multifdsink_remove_client_link),
17017         (gst_multifdsink_handle_client_read),
17018         (gst_multifdsink_client_queue_data),
17019         (gst_multifdsink_client_queue_buffer),
17020         (gst_multifdsink_handle_client_write),
17021         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
17022         (gst_multifdsink_chain), (gst_multifdsink_close):
17023         * gst/tcp/gstmultifdsink.h:
17024         Added more debugging info. Changed the way clients are
17025         removed from the lists. Fixed a bug where a bad file descriptor
17026         could cause many clients to be removed.
17027
17028 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17029
17030         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
17031           allow all pixel-aspect-ratios, not just 1:1
17032
17033 2004-08-09  David Schleef  <ds@schleef.org>
17034
17035         * sys/glsink/ARB_multitexture.h:  Remove old files.
17036         * sys/glsink/EXT_paletted_texture.h:
17037         * sys/glsink/NV_register_combiners.h:
17038         * sys/glsink/gstgl_nvimage.c:
17039         * sys/glsink/gstgl_pdrimage.c:
17040         * sys/glsink/gstgl_rgbimage.c:
17041         * sys/glsink/gstglsink.c:
17042         * sys/glsink/gstglsink.h:
17043         * sys/glsink/gstglxwindow.c:
17044         * sys/glsink/regcomb_yuvrgb.c:
17045
17046 2004-08-09  David Schleef  <ds@schleef.org>
17047
17048         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
17049         GL sink plugin.  (Bug #147302)
17050
17051         * configure.ac: Test for OpenGL
17052         * sys/Makefile.am: Use test for OpenGL
17053         * sys/glsink/Makefile.am:
17054         * sys/glsink/glimagesink.c: rewrite
17055         * sys/glsink/glimagesink.h: rewrite
17056
17057 2004-08-09  David Schleef  <ds@schleef.org>
17058
17059         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
17060         sane framerates.
17061         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
17062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
17063         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
17064
17065 2004-08-09  Wim Taymans  <wim@fluendo.com>
17066
17067         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17068         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17069         (gst_multifdsink_client_remove),
17070         (gst_multifdsink_handle_client_read),
17071         (gst_multifdsink_handle_client_write),
17072         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17073         Do a bit more logging, make the client_read code more robust.
17074
17075 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17076
17077         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
17078         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
17079         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
17080         (gst_jpegdec_init), (gst_jpegdec_chain):
17081         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
17082         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
17083           cleanups, debugging fixes and memleak plugging
17084
17085 2004-08-09  Wim Taymans  <wim@fluendo.com>
17086
17087         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17088         (theora_get_formats), (theora_dec_src_convert),
17089         (theora_dec_sink_convert), (theora_dec_src_query),
17090         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
17091         (theora_dec_change_state):
17092         Don't crash on missing header packets.
17093
17094 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17095
17096         * po/LINGUAS:
17097         * po/sq.po:
17098           Added Albanian translation (Laurent Dhima)
17099         * po/cs.po:
17100           updated
17101
17102 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17103
17104         * ext/lame/gstlame.c:
17105           fix/add debugging
17106
17107 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17108
17109         * sys/ximage/ximagesink.c:
17110         * sys/xvimage/xvimagesink.c:
17111           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
17112
17113 2004-08-06  Wim Taymans  <wim@fluendo.com>
17114
17115         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17116         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17117         (gst_multifdsink_client_remove),
17118         (gst_multifdsink_handle_client_read),
17119         (gst_multifdsink_handle_client_write),
17120         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17121         Make sure we don't try to read more from a client that what
17122         ioctl says us or we deadlock.
17123
17124 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17125
17126         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
17127         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
17128         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17129           decouple running_time and n_frames so it can handle changing
17130           framerate while running
17131
17132 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17133
17134         * po/nl.po:
17135         * po/sv.po:
17136           updated translations
17137
17138 2004-08-04  Benjamin Otte  <otte@gnome.org>
17139
17140         * gst/videotestsrc/gstvideotestsrc.c:
17141         (gst_videotestsrc_get_capslist), (generate_capslist),
17142         (plugin_init):
17143           generate the list of supported caps at startup and reuse it instead
17144           of always generating it
17145
17146 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17147
17148         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
17149           whoops, last checkin broke normal build
17150
17151 2004-08-03  Benjamin Otte  <otte@gnome.org>
17152
17153         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
17154         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17155         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17156         (gst_alsa_mixer_get_option):
17157         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
17158         (dvdnavsrc_print_event):
17159         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
17160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
17161         (gst_ogg_mux_pad_unlink):
17162         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
17163         (gst_multipart_mux_pad_unlink):
17164         * gst/videofilter/gstvideobalance.c:
17165         (gst_videobalance_colorbalance_set_value):
17166         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
17167         (gst_videomixer_pad_unlink):
17168         * po/uk.po:
17169         * sys/oss/gstossmixer.c:
17170         * sys/v4l/gstv4lcolorbalance.c:
17171         * sys/v4l/gstv4ltuner.c:
17172         * sys/v4l/v4lsrc_calls.c:
17173         * sys/v4l2/gstv4l2colorbalance.c:
17174         * sys/v4l2/gstv4l2tuner.c:
17175           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
17176
17177 2004-08-03  Benjamin Otte  <otte@gnome.org>
17178
17179         * examples/dynparams/filter.c: (ui_control_create):
17180         * examples/gstplay/player.c: (print_tag):
17181         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
17182         * ext/gdk_pixbuf/gstgdkanimation.c:
17183         (gst_gdk_animation_iter_may_advance):
17184         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
17185         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
17186         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
17187         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
17188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
17189         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17190         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
17191         * gst/sine/demo-dparams.c: (main):
17192         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
17193         * testsuite/alsa/formats.c: (create_pipeline):
17194         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
17195           fixes for G_DISABLE_ASSERT and friends
17196         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17197         (mp3_type_frame_length_from_header), (mp3_type_find),
17198         (plugin_init):
17199           require mp3 typefinding to have at least MIN_HEADERS valid headers
17200           add typefinding for AAC adts files
17201
17202 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
17203
17204         * sys/ximage/ximagesink.c:
17205         (gst_ximagesink_calculate_pixel_aspect_ratio):
17206         * sys/xvimage/xvimagesink.c:
17207         (gst_xvimagesink_calculate_pixel_aspect_ratio):
17208         Make sure we calculate pixel-aspect-ratio using floating point maths
17209
17210 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17211
17212         * po/uk.po:
17213           updated translation
17214
17215 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17216
17217         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
17219           add debugging for display PAR calculation
17220
17221 2004-08-02  David Schleef  <ds@schleef.org>
17222
17223         * configure.ac: Fix mikmod CFLAGS.
17224
17225 2004-07-27  Benjamin Otte  <otte@gnome.org>
17226
17227         * gst/audioscale/gstaudioscale.c:
17228         - fix templates to only support S16, it's the only format that works
17229         - make caps nego code use try_set_caps_nonfixed and fixation instead
17230         of try_set_caps twice, which is not nice for autopluggers
17231         - change rank to secondary, so autopluggers can pick it up after
17232         audioconvert
17233
17234 2004-08-02  Iain <iain@prettypeople.org>
17235
17236         * gst/interleave/interleave.c (interleave_init),
17237         (interleave_request_new_pad),
17238         (interleave_pad_removed),
17239         (interleave_buffered_loop): Use the real pad count, not the artificial
17240         one.
17241
17242 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17243
17244         * configure.ac: bump nano back to development
17245
17246 === release 0.8.3 ===
17247
17248 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17249
17250         * configure.ac: releasing 0.8.3, "Water"
17251
17252 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17253
17254         * sys/xvimage/xvimagesink.c:
17255         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17256         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
17257         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
17258         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17259         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17260         * sys/xvimage/xvimagesink.h:
17261           apply similar PAR fixes as to ximagesink
17262
17263 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17264
17265         patch from: Benjamin Otte
17266
17267         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
17268           add link function to lame.  Fixes #148986.
17269
17270 2004-08-02  Johan Dahlin  <johan@gnome.org>
17271
17272         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
17273         fix debugging log
17274
17275 2004-07-30  David Schleef  <ds@schleef.org>
17276
17277         * gst/videomixer/Makefile.am: Fix things that should have been
17278         fixed in the last checkin.
17279
17280 2004-07-30  David Schleef  <ds@schleef.org>
17281
17282         * gst/multipart/Makefile.am: Fix things that should have been
17283         fixed in the last checkin.
17284
17285 2004-07-30  David Schleef  <ds@schleef.org>
17286
17287         * testsuite/multifilesink/Makefile.am: Fix unused variable.
17288
17289 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17290
17291         * configure.ac:
17292           bump nano for prerelease
17293         * po/af.po:
17294         * po/az.po:
17295         * po/cs.po:
17296         * po/en_GB.po:
17297         * po/hu.po:
17298         * po/nl.po:
17299         * po/sr.po:
17300         * po/sv.po:
17301         * po/uk.po:
17302           updates
17303
17304 2004-07-30  Wim Taymans  <wim@fluendo.com>
17305
17306         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17307         (gst_multifdsink_add), (gst_multifdsink_remove),
17308         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
17309         (gst_multifdsink_client_remove),
17310         (gst_multifdsink_handle_client_write),
17311         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17312         * gst/tcp/gstmultifdsink.h:
17313         Recover from a select with a bad file descriptor by removing
17314         the client.
17315
17316 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17317
17318         * configure.ac:
17319           fix requirement of core
17320         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
17321         (gst_play_pipeline_setup):
17322           don't use colorspace element.  do use hermescolorspace element.
17323           make macro to get a colorspace element.
17324           mark strings for translation.
17325         * po/POTFILES.in:
17326           add play.c
17327         * po/af.po:
17328         * po/az.po:
17329         * po/cs.po:
17330         * po/en_GB.po:
17331         * po/hu.po:
17332         * po/nl.po:
17333         * po/sr.po:
17334         * po/sv.po:
17335         * po/uk.po:
17336           update translations
17337
17338 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17339
17340         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17341         fix default for newmedia flag
17342
17343 2004-07-30  Wim Taymans  <wim@fluendo.com>
17344
17345         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17346         (gst_theora_dec_init), (theora_get_formats),
17347         (theora_dec_src_convert), (theora_dec_sink_convert),
17348         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17349         (theora_dec_chain), (theora_dec_set_property),
17350         (theora_dec_get_property):
17351         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
17352         (gst_theora_enc_class_init), (gst_theora_enc_init),
17353         (theora_enc_sink_link), (theora_enc_chain),
17354         (theora_enc_set_property), (theora_enc_get_property):
17355         Added cropping option to theora decoder.
17356         Added border option to theora encoder.
17357
17358 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17359
17360         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17361         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17362         (gst_pngenc_set_property):
17363         * ext/libpng/gstpngenc.h:
17364         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
17365
17366 2004-07-30  Wim Taymans  <wim@fluendo.com>
17367
17368         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17369         (theora_enc_sink_link), (theora_enc_chain),
17370         (theora_enc_set_property), (theora_enc_get_property):
17371         Fix encoding of non-multiple-of-16 video.
17372
17373 2004-07-29  David Schleef  <ds@schleef.org>
17374
17375         * configure.ac: make test for audiofile more strict
17376
17377 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17378
17379         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17380           give different names to typefind functions
17381
17382 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17383
17384         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17385         (gst_ximagesink_calculate_pixel_aspect_ratio),
17386         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17387         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
17388         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
17389         (gst_ximagesink_get_property), (gst_ximagesink_init):
17390         * sys/ximage/ximagesink.h:
17391           allocate PAR's dynamically.
17392           use autodetected PAR if no object-set PAR is given.
17393           add workaround for directfb's X not setting physical size.
17394           fix to xvimagesink will follow tomorrow.
17395
17396 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17397
17398         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
17399         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17400         (gst_shout2send_get_type), (gst_shout2send_set_clock),
17401         (gst_shout2send_class_init), (gst_shout2send_init),
17402         (set_shout_metadata), (gst_shout2send_set_metadata),
17403         (gst_shout2send_chain), (gst_shout2send_set_property),
17404         (gst_shout2send_get_property), (gst_shout2send_connect),
17405         (gst_shout2send_change_state):
17406         * ext/shout2/gstshout2.h:
17407         - fix for sending mp3 audio to icecast2 server, if pad link function not
17408         called before PAUSED state
17409         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
17410         - added tagging support for mp3 audio broadcasted
17411         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17412         debug info
17413
17414 2004-07-28  Wim Taymans  <wim@fluendo.com>
17415
17416         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17417         (gst_ogg_demux_push):
17418         Return query failure when we don't know the length of
17419         an ogg stream insteda of returning TRUE with a bogus value.
17420
17421 2004-07-28  Wim Taymans  <wim@fluendo.com>
17422
17423         * ext/theora/theoradec.c: (theora_get_formats),
17424         (theora_dec_src_convert), (theora_dec_sink_convert),
17425         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17426         (theora_dec_chain):
17427         Don't screw up the 1 Chroma for 1 luma sample situation when we
17428         have an odd offset/width by adding a black border in those cases.
17429
17430 2004-07-28  Wim Taymans  <wim@fluendo.com>
17431
17432         * ext/theora/theoradec.c: (theora_get_formats),
17433         (theora_dec_src_convert), (theora_dec_sink_convert),
17434         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17435         (theora_dec_chain):
17436         * ext/theora/theoraenc.c: (theora_enc_sink_link):
17437         Added first attempt at cropping of the image as required by the
17438         theora spec. We need more properties in the caps (offset_x,
17439         offset_y,stride) to implement this correctly.
17440
17441 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
17442
17443         * ext/dvdnav/README:
17444           Update the README to use dvddemux
17445         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
17446           Ensure getcaps returns a subset of the template caps
17447         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
17448         (gst_mpeg2subt_init):
17449           Ensure getcaps returns a subset of the template caps
17450         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17451         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
17452         (gst_dvd_demux_get_subpicture_stream),
17453         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
17454         * gst/mpegstream/gstdvddemux.h:
17455           Set the explicit caps on the current_video pad before pushing
17456           anything
17457         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17458         (gst_mpeg_demux_get_audio_stream):
17459           Free caps used to gst_pad_set_explicit_caps, which takes a const
17460           GstCaps *
17461
17462 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17463
17464         * configure.ac: update GStreamer requirement to 0.8.4 because of
17465           GstFraction.
17466
17467 2004-07-28  Wim Taymans  <wim@fluendo.com>
17468
17469         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
17470         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
17471         Add the pad to the element after setting up the caps. This
17472         makes it a lot easier to autoplug.
17473
17474 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17475
17476         * gst/median/gstmedian.c:
17477         * gst/mpeg2subt/gstmpeg2subt.c:
17478         * gst/mpegaudioparse/gstmpegaudioparse.c:
17479         * gst/mpegstream/gstdvddemux.c:
17480         * gst/mpegstream/gstmpegdemux.c:
17481         * gst/mpegstream/gstmpegpacketize.c:
17482         * gst/rtjpeg/gstrtjpeg.c:
17483         * gst/rtjpeg/gstrtjpegdec.c:
17484         * gst/rtjpeg/gstrtjpegenc.c:
17485         * gst/sine/gstsinesrc.c:
17486         * gst/smooth/gstsmooth.c:
17487         * gst/smpte/gstsmpte.c:
17488         * gst/smpte/gstsmpte.h:
17489         * gst/stereo/gststereo.c:
17490         * gst/videofilter/gstgamma.c:
17491         * gst/videofilter/gstvideobalance.c:
17492         * gst/videofilter/gstvideofilter.c:
17493         * gst/videofilter/gstvideoflip.c:
17494         * gst/videoscale/gstvideoscale.c:
17495         * gst/videoscale/videoscale.c:
17496         * gst/videotestsrc/gstvideotestsrc.c:
17497         * gst/videotestsrc/videotestsrc.c:
17498         * gst/wavenc/gstwavenc.c:
17499         * gst/wavparse/gstwavparse.c:
17500           fix local includes and 64 bits constants
17501
17502 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17503
17504         * win32/gst.sln:
17505         * gst-libs/gst/*/*.vcproj:
17506         * gst/*/*.vcproj:
17507           more working plugins
17508
17509 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17510
17511         * testsuite/alsa/Makefile.am:
17512         * testsuite/alsa/srcstate.c:
17513         add test for alsasrc changing state
17514
17515 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17516
17517         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
17518         (gst_silence_get):
17519         * gst/silence/gstsilence.h:
17520         fix silence generation for 16bit raw audio
17521
17522 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17523
17524         * gst/matroska/matroska-demux.c:
17525         (gst_matroska_demux_parse_metadata),
17526         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
17527         * gst/mpegaudio/common.c:
17528         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17529         (gst_videoscale_getcaps), (gst_videoscale_link),
17530         (gst_videoscale_src_fixate), (gst_videoscale_init),
17531         (gst_videoscale_finalize):
17532         * gst/videoscale/gstvideoscale.h:
17533         * gst/videotestsrc/gstvideotestsrc.c:
17534         (gst_videotestsrc_get_capslist):
17535         * gst/wavenc/gstwavenc.c:
17536         * sys/oss/gstossmixer.c: (fill_labels):
17537         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17538         (gst_ximagesink_handle_xevents),
17539         (gst_ximagesink_calculate_pixel_aspect_ratio),
17540         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
17541         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
17542         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
17543         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17544         (gst_ximagesink_init), (gst_ximagesink_class_init):
17545         * sys/ximage/ximagesink.h:
17546         * sys/xvimage/xvimagesink.c:
17547         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17548         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
17549         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17550         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17551         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17552         * sys/xvimage/xvimagesink.h:
17553           first batch of pixel aspect ratio commits.
17554
17555 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17556
17557         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17558         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
17559         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
17560           handle stride, needs work if we want to move stride handling
17561           upstream, but works correctly for our purposes.
17562
17563 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17564
17565         * gst/videoscale/README:
17566           add testing examples
17567         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
17568         (gst_videoscale_chain):
17569         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17570         (gst_videoscale_get_size):
17571           add get_size function that handles stride like videotestsrc.
17572           fixes conversion for YUV formats for as much as I can test them.
17573
17574 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17575
17576         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17577         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17579         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17580         (gst_xvimagesink_xvimage_put):
17581           further cleanups, logging, error handling and synchronizing
17582
17583 2004-07-27  Wim Taymans  <wim@fluendo.com>
17584
17585         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17586         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17587         (gst_videomixer_pad_set_property),
17588         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17589         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17590         (gst_videomixer_class_init), (gst_videomixer_init),
17591         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
17592         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
17593         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
17594         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17595         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17596         (gst_videomixer_loop), (plugin_init):
17597         Be a nicer negotiation citizen and provide a getcaps function on
17598         the srcpad. This also fixes a crash when resizing.
17599
17600 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17601
17602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17603         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
17604
17605 2004-07-27  Wim Taymans  <wim@fluendo.com>
17606
17607         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
17608         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17609         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17610         (gst_pngenc_set_property):
17611         * ext/libpng/gstpngenc.h:
17612         Added snapshot property to pngenc.
17613         removed g_print from pngdec
17614
17615 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17616
17617         * gst/ac3parse/ac3parse.vcproj
17618         * gst/adder/adder.vcproj
17619         * gst/alpha/alpha.vcproj
17620         * gst/alpha/alphacolor.vcproj
17621         * gst/asfdemux/asf.vcproj
17622         * gst/audioconvert/audioconvert.vcproj
17623         * gst/audiorate/audiorate.vcproj
17624         * gst/audioscale/audioscale.vcproj
17625         * gst/auparse/auparse.vcproj
17626         * gst/avi/avi.vcproj
17627         * gst/cdxaparse/cdxaparse.vcproj
17628         * gst/chart/chart.vcproj
17629         * gst/colorspace/colorspace.vcproj
17630         * gst/cutter/cutter.vcproj
17631         * gst/debug/debug.vcproj
17632         * gst/debug/efence.vcproj
17633         * gst/debug/navigationtest.vcproj
17634         * gst/deinterlace/deinterlace.vcproj
17635         * gst/effectv/effectv.vcproj
17636         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17637         * gst/filter/filter.vcproj
17638         * gst/flx/flxdec.vcproj
17639         * gst/goom/goom.vcproj
17640         * gst/interleave/interleave.vcproj
17641         * gst/law/alaw.vcproj
17642         * gst/law/mulaw.vcproj
17643         * gst/matroska/matroska.vcproj
17644         * gst/median/median.vcproj
17645         * gst/mixmatrix/mixmatrix.vcproj
17646         * gst/mpeg1sys/mpeg1systemencode.vcproj
17647         * gst/mpeg1videoparse/mp1videoparse.vcproj
17648         * gst/mpeg2sub/mpeg2subt.vcproj
17649         * gst/mpegaudio/mpegaudio.vcproj
17650         * gst/mpegaudioparse/mpegaudioparse.vcproj
17651         * gst/mpegstream/mpegstream.vcproj
17652         * gst/multifilesink/multifilesink.vcproj
17653         * gst/multipart/multipart.vcproj
17654         * gst/oneton/oneton.vcproj
17655         * gst/overlay/overlay.vcproj
17656         * gst/passthrough/passthrough.vcproj
17657         * gst/qtdemux/qtdemux.vcproj
17658         * gst/realmedia/rmdemux.vcproj
17659         * gst/rtjpeg/rtjpeg.vcproj
17660         * gst/rtp/rtp.vcproj
17661         * gst/silence/silence.vcproj
17662         * gst/sine/sinesrc.vcproj
17663         * gst/smooth/smooth.vcproj
17664         * gst/smpte/smpte.vcproj
17665         * gst/spectrum/spectrum.vcproj
17666         * gst/speed/speed.vcproj
17667         * gst/stereo/stereo.vcproj
17668         * gst/switch/switch.vcproj
17669         * gst/tags/tagedit.vcproj
17670         * gst/tcp/tcp.vcproj
17671         * gst/typefind/typefindfunctions.vcproj
17672         * gst/udp/udp.vcproj
17673         * gst/videobox/videobox.vcproj
17674         * gst/videocrop/videocrop.vcproj
17675         * gst/videodrop/videodrop.vcproj
17676         * gst/videofilter/gamma.vcproj
17677         * gst/videofilter/videobalance.vcproj
17678         * gst/videofilter/videofilter.vcproj
17679         * gst/videofilter/videoflip.vcproj
17680         * gst/videoflip/videoflip.vcproj
17681         * gst/videomixer/videomixer.vcproj
17682         * gst/videorate/videorate.vcproj
17683         * gst/videoscale/videoscale.vcproj
17684         * gst/videotestsrc/videotestsrc.vcproj
17685         * gst/virtualdub/virtualdub.vcproj
17686         * gst/volenv/volenv.vcproj
17687         * gst/volume/volume.vcproj
17688         * gst/wavenc/wavenc.vcproj
17689         * gst/wavparse/wavparse.vcproj
17690         * gst/y4m/y4menc.vcproj
17691         * gst-libs/gst/audio/audio.vcproj
17692         * gst-libs/gst/audio/audiofilter.vcproj
17693         * gst-libs/gst/colorbalance/colorbalance.vcproj
17694         * gst-libs/gst/idct/idtc.vcproj
17695         * gst-libs/gst/media-info/media-info.vcproj
17696         * gst-libs/gst/mixer/mixer.vcproj
17697         * gst-libs/gst/navigation/navigation.vcproj
17698         * gst-libs/gst/play/play.vcproj
17699         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17700         * gst-libs/gst/resample/resample.vcproj
17701         * gst-libs/gst/riff/riff.vcproj
17702         * gst-libs/gst/tuner/tuner.vcproj
17703         * gst-libs/gst/video/video.vcproj
17704         * gst-libs/gst/xoverlay/xoverlay.vcproj
17705           avoid problems with math.h, fix release dependancy
17706           rename GStreamer-0.8.lib to libgstreamer.lib
17707
17708 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17709
17710         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17712         the atom is not available we have to unlock the mutex. Fixes #148023
17713
17714 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17715
17716         * gst-libs/gst/media-info/media-info.h:
17717           issue for a vararg macro with MSVC
17718
17719 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17720
17721         * gst/effectv/effectv.vcproj
17722         * gst-libs/gst/idct/idct.vcproj:
17723         * gst-libs/gst/media-info/media-info.vcproj:
17724         * gst-libs/gst/navigation/navigation.vcproj:
17725         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17726         * gst-libs/gst/video/video.vcproj:
17727         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17728           fixes for build problems
17729
17730 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17731
17732         * gst-libs/gst/audio/audio.def:
17733         * gst-libs/gst/audio/riff.def:
17734           add some definitions needed by plugins
17735
17736 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17737
17738         * gst/asfdemux/gstasfmux.c
17739           Fix some 64 bits constants to be glib friendly
17740
17741 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17742
17743         * gst/ac3parse/gstac3parse.c
17744         * gst/audioscale/gstaudioscale.c
17745         * gst/auparse/gstauparse.c
17746         * gst/colorspace/gstcolorspace.c
17747         * gst/colorspace/yuv2rgb.h
17748           local include fixes
17749
17750 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17751
17752         * win32/gst.sln
17753           add more plugins to the build
17754
17755 2004-07-26  Julien MOUTTE  <julien@moutte.net>
17756
17757         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17758         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17759
17760 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17761
17762         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17763         (gst_level_set_property), (gst_level_get_property),
17764         (gst_level_base_init), (gst_level_class_init):
17765           add debugging categories.  cleanups.
17766
17767 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17768
17769         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17770         (gst_videoscale_planar411), (gst_videoscale_planar400),
17771         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17772         (gst_videoscale_scale_nearest_str1),
17773         (gst_videoscale_scale_nearest_str2),
17774         (gst_videoscale_scale_nearest_str4),
17775         (gst_videoscale_scale_nearest_16bit),
17776         (gst_videoscale_scale_nearest_24bit):
17777           fixed stride issues
17778           tested with 320x240 -> 321, 322, 324 x240
17779           tested with YV12, I420, YUY2, UYVY
17780           fixed packed422rev (don't think it could have worked before)
17781           by testing with UYVY
17782
17783 2004-07-26  Benjamin Otte  <otte@gnome.org>
17784
17785         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17786         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17787         (plugin_init):
17788           add debugging category, add error checks like checking return values
17789           of setup calls, make sure it still works after
17790           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17791
17792 2004-07-26  Wim Taymans  <wim@fluendo.com>
17793
17794         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17795         (gst_mpeg_demux_get_audio_stream),
17796         (gst_mpeg_demux_process_private):
17797         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17798         Check for error codes from the negotiation functions. Make sure
17799         we really set the pad caps when a new pad is created.
17800
17801 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17802
17803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17804         (gst_ffmpeg_caps_to_pix_fmt):
17805         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17806         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17807         (gst_ffmpegcolorspace_pad_link):
17808           don't make function do two things at the same time without reason.
17809
17810 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17811
17812         * gst/ac3parse/ac3parse.vcproj
17813         * gst/adder/adder.vcproj
17814         * gst/alpha/alpha.vcproj
17815         * gst/alpha/alphacolor.vcproj
17816         * gst/asfdemux/asf.vcproj
17817         * gst/audioconvert/audioconvert.vcproj
17818         * gst/audiorate/audiorate.vcproj
17819         * gst/audioscale/audioscale.vcproj
17820         * gst/auparse/auparse.vcproj
17821         * gst/avi/avi.vcproj
17822         * gst/cdxaparse/cdxaparse.vcproj
17823         * gst/chart/chart.vcproj
17824         * gst/colorspace/colorspace.vcproj
17825         * gst/cutter/cutter.vcproj
17826         * gst/debug/debug.vcproj
17827         * gst/debug/efence.vcproj
17828         * gst/debug/navigationtest.vcproj
17829         * gst/deinterlace/deinterlace.vcproj
17830         * gst/effectv/effectv.vcproj
17831         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17832         * gst/filter/filter.vcproj
17833         * gst/flx/flxdec.vcproj
17834         * gst/goom/goom.vcproj
17835         * gst/interleave/interleave.vcproj
17836         * gst/law/alaw.vcproj
17837         * gst/law/mulaw.vcproj
17838         * gst/matroska/matroska.vcproj
17839         * gst/median/median.vcproj
17840         * gst/mixmatrix/mixmatrix.vcproj
17841         * gst/mpeg1sys/mpeg1systemencode.vcproj
17842         * gst/mpeg1videoparse/mp1videoparse.vcproj
17843         * gst/mpeg2sub/mpeg2subt.vcproj
17844         * gst/mpegaudio/mpegaudio.vcproj
17845         * gst/mpegaudioparse/mpegaudioparse.vcproj
17846         * gst/mpegstream/mpegstream.vcproj
17847         * gst/multifilesink/multifilesink.vcproj
17848         * gst/multipart/multipart.vcproj
17849         * gst/oneton/oneton.vcproj
17850         * gst/overlay/overlay.vcproj
17851         * gst/passthrough/passthrough.vcproj
17852         * gst/qtdemux/qtdemux.vcproj
17853         * gst/realmedia/rmdemux.vcproj
17854         * gst/rtjpeg/rtjpeg.vcproj
17855         * gst/rtp/rtp.vcproj
17856         * gst/silence/silence.vcproj
17857         * gst/sine/sinesrc.vcproj
17858         * gst/smooth/smooth.vcproj
17859         * gst/smpte/smpte.vcproj
17860         * gst/spectrum/spectrum.vcproj
17861         * gst/speed/speed.vcproj
17862         * gst/stereo/stereo.vcproj
17863         * gst/switch/switch.vcproj
17864         * gst/tags/tagedit.vcproj
17865         * gst/tcp/tcp.vcproj
17866         * gst/typefind/typefindfunctions.vcproj
17867         * gst/udp/udp.vcproj
17868         * gst/videobox/videobox.vcproj
17869         * gst/videocrop/videocrop.vcproj
17870         * gst/videodrop/videodrop.vcproj
17871         * gst/videofilter/gamma.vcproj
17872         * gst/videofilter/videobalance.vcproj
17873         * gst/videofilter/videofilter.vcproj
17874         * gst/videofilter/videoflip.vcproj
17875         * gst/videoflip/videoflip.vcproj
17876         * gst/videomixer/videomixer.vcproj
17877         * gst/videorate/videorate.vcproj
17878         * gst/videoscale/videoscale.vcproj
17879         * gst/videotestsrc/videotestsrc.vcproj
17880         * gst/virtualdub/virtualdub.vcproj
17881         * gst/volenv/volenv.vcproj
17882         * gst/volume/volume.vcproj
17883         * gst/wavenc/wavenc.vcproj
17884         * gst/wavparse/wavparse.vcproj
17885         * gst/y4m/y4menc.vcproj
17886           more plugins supported under windows
17887
17888 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17889
17890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17891         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17892         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17894         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17895           Add debugging statements.  Use the sizes as returned by the
17896           *CreateImage calls.
17897
17898 2004-07-26  Johan Dahlin  <johan@gnome.org>
17899
17900         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17901         the pad is negotiated.
17902
17903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17904
17905 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17906
17907         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17908         * gst-libs/gst/idct/idct.vcproj:
17909         * gst-libs/gst/media-info/media-info.vcproj:
17910         * gst-libs/gst/mixer/mixer.vcproj:
17911         * gst-libs/gst/navigation/navigation.vcproj:
17912         * gst-libs/gst/play/play.vcproj:
17913         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17914         * gst-libs/gst/resample/resample.vcproj:
17915         * gst-libs/gst/tuner/tuner.vcproj:
17916         * gst-libs/gst/video/video.vcproj:
17917         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17918           more plugins supported under windows
17919
17920 2004-07-25 Iain <iain@prettypeople.org>
17921
17922         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17923         pad now rather than when the pad is created because state changes wipe
17924         explicit caps (fixes #148043).
17925
17926 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
17927
17928         reviewed by Benjamin Otte  <otte@gnome.org>
17929
17930         * ext/mad/gstmad.c:
17931           fix mad plugin crashing on Sun (fixes #148289)
17932
17933 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17934
17935         * gst/avi/avi.def:
17936         * gst/avi/avi.vcproj:
17937         * gst/matroska/matroska.def:
17938         * gst/matroska/matroska.vcproj:
17939           remove unused .def files
17940
17941 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17942
17943         * gst-libs/gst/audio/gstaudiofilter.c:
17944           Clean the local include
17945
17946 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17947
17948         * win32/gst.sln:
17949         * gst-libs/gst/audio/audio.def:
17950         * gst-libs/gst/audio/audio.vcproj:
17951         * gst-libs/gst/audio/audiofilter.vcproj:
17952         * gst-libs/gst/audio/riff.def:
17953         * gst-libs/gst/audio/riff.vcproj:
17954         * gst-libs/gst/gst-libs.def:
17955         * gst-libs/gst/gst-libs.vcproj:
17956         * gst/avi/avi.vcproj:
17957         * gst/avi/avi.vcproj:
17958           Copy the files where needed after building, cleaner projects
17959
17960 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17961
17962         * gst/matroska/ebml-write.c:
17963           Fix some 64 bits constants to be glib friendly
17964
17965 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
17966
17967         * win32/gst.sln:
17968         * gst-libs/gst/gst-libs.def:
17969         * gst-libs/gst/gst-libs.vcproj:
17970         * gst/matroska/matroska.def:
17971         * gst/matroska/matroska.vcproj:
17972           Add the preliminary canvas to build plugins on Win32
17973
17974 2004-07-23  Benjamin Otte  <otte@gnome.org>
17975
17976         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17977           don't enfore negotiation from source side, it breaks
17978           sinesrc ! audioconvert ! osssink
17979
17980 2004-07-22  David Schleef  <ds@schleef.org>
17981
17982         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
17983         for ELF files, since they can easily be recognized as audio/mpeg.
17984         (bug #147441)
17985
17986 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17987
17988         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17989         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
17990         (gst_videoscale_scale_nearest_24bit),
17991         (gst_videoscale_scale_nearest_16bit):
17992           fix 16bit and 24bit for stride (24bit might need testing)
17993           don't pretend we do more than one algorithm
17994
17995 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17996
17997         * configure.ac:
17998         * gst/Makefile.am:
17999         * gst/multifilesink/Makefile.am:
18000         * gst/multifilesink/gstmultifilesink.c:
18001         (gst_multifilesink_get_formats),
18002         (gst_multifilesink_get_query_types), (_do_init),
18003         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
18004         (gst_multifilesink_init), (gst_multifilesink_dispose),
18005         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
18006         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
18007         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
18008         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
18009         (gst_multifilesink_chain), (gst_multifilesink_change_state),
18010         (gst_multifilesink_uri_get_type),
18011         (gst_multifilesink_uri_get_protocols),
18012         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
18013         (gst_multifilesink_uri_handler_init), (plugin_init):
18014         * gst/multifilesink/gstmultifilesink.h:
18015         * testsuite/Makefile.am:
18016         * testsuite/multifilesink/Makefile.am:
18017         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
18018         (gst_newmedia_class_init), (gst_newmedia_init),
18019         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
18020         (newfile_signal), (test_signal), (main):
18021         multifilesink plugin for creating new files every time a new media
18022         discontinuity event occurs
18023
18024 2004-07-22  Wim Taymans  <wim@fluendo.com>
18025
18026         * gst/alpha/Makefile.am:
18027         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
18028         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
18029         (gst_alpha_color_init), (gst_alpha_color_set_property),
18030         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
18031         (transform), (gst_alpha_color_chain),
18032         (gst_alpha_color_change_state), (plugin_init):
18033         Stupid plugin to to RGBA to AYUV conversion because none of
18034         the colorspace plugins can handle that yet.
18035
18036 2004-07-22  Wim Taymans  <wim@fluendo.com>
18037
18038         * examples/seeking/seek.c: (update_scale), (main):
18039         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18040         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18041         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18042         (gst_decode_bin_init), (gst_decode_bin_dispose),
18043         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18044         (no_more_pads), (close_link), (type_found),
18045         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18046         (plugin_init):
18047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18048         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18049         (gst_play_base_bin_dispose), (queue_overrun),
18050         (gen_preroll_element), (remove_prerolls), (unknown_type),
18051         (no_more_pads), (new_stream), (setup_source),
18052         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18053         (play_base_eos), (gst_play_base_bin_change_state),
18054         (gst_play_base_bin_add_element),
18055         (gst_play_base_bin_remove_element),
18056         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18057         (gst_play_base_bin_unlink_stream),
18058         (gst_play_base_bin_get_streaminfo):
18059         * gst/playback/gstplaybin.c: (gen_video_element),
18060         (gen_audio_element):
18061         * gst/playback/gststreaminfo.h:
18062         More playback updates, attempt to fix things after the state change
18063         breakage.
18064
18065 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18066
18067         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
18068         (gst_videoscale_scale_nearest_16bit):
18069           comment algorithm
18070
18071 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18072
18073         * gst/videotestsrc/gstvideotestsrc.c:
18074         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
18075         (gst_videotestsrc_init), (gst_videotestsrc_get),
18076         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18077         (gst_videotestsrc_get_property):
18078         * gst/videotestsrc/gstvideotestsrc.h:
18079         * gst/videotestsrc/videotestsrc.c:
18080         * gst/videotestsrc/videotestsrc.h:
18081           cleanup and commenting
18082
18083 2004-07-21  Wim Taymans  <wim@fluendo.com>
18084
18085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
18086         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
18087         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
18088         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
18089         (_find_chain_get_unknown_part), (_find_streams_check),
18090         (gst_ogg_demux_push), (gst_ogg_pad_push):
18091         * ext/theora/theoradec.c: (theora_get_formats),
18092         (theora_dec_src_convert), (theora_dec_sink_convert),
18093         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18094         (theora_dec_chain):
18095         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18096         (vorbis_dec_convert), (vorbis_dec_src_query),
18097         (vorbis_dec_src_event), (vorbis_dec_event):
18098         More seeking fixes, oggdemux now supports seeking to time and
18099         uses the downstream element to convert granulepos to time.
18100         Seeking in theora-only ogg files now works.
18101
18102 2004-07-21  Wim Taymans  <wim@fluendo.com>
18103
18104         * ext/theora/theoradec.c: (gst_theora_dec_init),
18105         (theora_get_formats), (theora_get_event_masks),
18106         (theora_get_query_types), (theora_dec_src_convert),
18107         (theora_dec_sink_convert), (theora_dec_src_query),
18108         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
18109         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18110         (vorbis_get_event_masks), (vorbis_get_query_types),
18111         (gst_vorbis_dec_init), (vorbis_dec_convert),
18112         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
18113         Added query/convert/formats functions to vorbis and theora decoders
18114         so that the outside world can use them too. Fixed seeking on an
18115         ogg/theora/vorbis file by disabling the seeking seeking on the
18116         theora srcpad.
18117
18118 2004-07-21  Julien MOUTTE  <julien@moutte.net>
18119
18120         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18121         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
18122         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
18123         images creation for both elements. We don't create the image on caps
18124         nego or renego, we just destroy the internal one if present if it does
18125         not match the needs. The chain function takes care of creating a new
18126         image when needed.
18127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18128         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
18129         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
18130         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
18131         the image format information. The buffer pool checks for the context
18132         image format and discard images with different formats.
18133         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
18134
18135 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18136
18137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18138         (gst_ffmpegcolorspace_chain):
18139           no point in doing any chaining if the pad we want to push from
18140           isn't usable.
18141
18142 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18143
18144         * gst-libs/gst/riff/riff-media.c:
18145         (gst_riff_create_audio_caps_with_data):
18146           Fix double end-to-native symbol conversion (#148021).
18147
18148 2004-07-20  David Schleef  <ds@schleef.org>
18149
18150         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
18151         Don't use an Atom that doesn't exist.
18152
18153 2004-07-20  Wim Taymans  <wim@fluendo.com>
18154
18155         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18156         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18157         (gst_multifdsink_client_remove),
18158         (gst_multifdsink_handle_client_write),
18159         (gst_multifdsink_queue_buffer):
18160         * gst/tcp/gstmultifdsink.h:
18161         More multifdsink stats. Avoid deadlock by releasing locks
18162         before sending out a signal.
18163
18164 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18165
18166         * po/LINGUAS:
18167         * po/hu.po:
18168           added Hungarian translation (Laszlo Dvornik)
18169
18170 2004-07-20  Wim Taymans  <wim@fluendo.com>
18171
18172         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18173         (gst_multifdsink_add), (gst_multifdsink_client_remove),
18174         (gst_multifdsink_handle_client_write),
18175         (gst_multifdsink_queue_buffer):
18176         * gst/tcp/gsttcp-marshal.list:
18177         Fixed the stupid marshal definition.
18178
18179 2004-07-20  Wim Taymans  <wim@fluendo.com>
18180
18181         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18182         (gst_multifdsink_init), (gst_multifdsink_add),
18183         (gst_multifdsink_client_remove),
18184         (gst_multifdsink_handle_client_write),
18185         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
18186         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
18187         (gst_multifdsink_init_send):
18188         * gst/tcp/gstmultifdsink.h:
18189         Added more stats, added timeout for a client, fixed some typos
18190         and added some comments.
18191
18192 2004-07-20  Wim Taymans  <wim@fluendo.com>
18193
18194         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18195         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18196         (gst_multifdsink_client_remove),
18197         (gst_multifdsink_handle_client_write):
18198         * gst/tcp/gstmultifdsink.h:
18199         * gst/tcp/gsttcp-marshal.list:
18200         Added get_stats method that returns a GValueArray of
18201         stats values.
18202
18203 2004-07-19  Benjamin Otte  <otte@gnome.org>
18204
18205         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18206           make sure longname, description and author are valid UTF-8
18207
18208 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18209
18210         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
18211         (gst_ximagesink_set_property):
18212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
18213         (gst_xvimagesink_set_property):
18214           make sure SYNCHRONOUS is respected after getting the X context
18215
18216 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18217
18218         * gst/matroska/matroska-demux.c:
18219         (gst_matroska_demux_handle_src_event),
18220         (gst_matroska_demux_parse_blockgroup):
18221         * gst/matroska/matroska-ids.h:
18222           add BlockReference tag and ignore it to clear out log.
18223           ignore NAVIGATION events to clear out log.
18224
18225 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18226
18227         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18228         (gst_matroska_demux_add_stream):
18229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
18230           add debug categories
18231
18232 2004-07-16  Wim Taymans  <wim@fluendo.com>
18233
18234         * ext/libpng/Makefile.am:
18235         * ext/libpng/gstpng.c: (plugin_init):
18236         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
18237         (gst_pngdec_get_type), (gst_pngdec_base_init),
18238         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
18239         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
18240         * ext/libpng/gstpngdec.h:
18241         Added png decoder.
18242
18243 2004-07-16  Julien MOUTTE  <julien@moutte.net>
18244
18245         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18246         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
18247         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
18248         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18249         (gst_ximagesink_buffer_alloc):
18250         * sys/ximage/ximagesink.h:
18251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18252         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18253         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18254         (gst_xvimagesink_buffer_alloc):
18255         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
18256         again. Using internal data pointer of the x(v)image to store image's
18257         data to be coherent with the buffer alloc mechanism. Investigated the
18258         image destruction code to be sure that everything gets freed correctly.
18259
18260 2004-07-16  Wim Taymans  <wim@fluendo.com>
18261
18262         * gst-libs/gst/riff/riff-read.c:
18263         (gst_riff_read_strf_vids_with_data),
18264         (gst_riff_read_strf_auds_with_data):
18265         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18266         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18267         Make sure we don't create 0 sized subbuffers in riff-read.
18268         Signal the no more pads signal after reading the avi header.
18269
18270 2004-07-16  Wim Taymans  <wim@fluendo.com>
18271
18272         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18273         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18274         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18275         (gst_decode_bin_init), (gst_decode_bin_dispose),
18276         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18277         (no_more_pads), (close_link), (type_found),
18278         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18279         (gst_decode_bin_change_state), (plugin_init):
18280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18281         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18282         (gst_play_base_bin_dispose), (queue_overrun),
18283         (gen_preroll_element), (remove_prerolls), (unknown_type),
18284         (no_more_pads), (new_stream), (setup_source),
18285         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18286         (play_base_eos), (gst_play_base_bin_change_state),
18287         (gst_play_base_bin_add_element),
18288         (gst_play_base_bin_remove_element),
18289         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18290         (gst_play_base_bin_unlink_stream),
18291         (gst_play_base_bin_get_streaminfo):
18292         * gst/playback/gstplaybasebin.h:
18293         Better error recovery. Added configurable preroll queue size. Faster
18294         detection of no-more-pads.
18295
18296 2004-07-16  Wim Taymans  <wim@fluendo.com>
18297
18298         * gst-libs/gst/video/video.h:
18299         Added 32 bits RGBA. Not sure if we should use another mime-type
18300         for alpha rgb. Currently the presence of the alpha_mask property
18301         signals an alpha channel.
18302
18303 2004-07-16  Wim Taymans  <wim@fluendo.com>
18304
18305         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18307         FPS seems to be 0.0 to MAX everywhere else.
18308
18309 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18310
18311         * gst-libs/gst/riff/riff-media.c:
18312         (gst_riff_create_video_caps_with_data):
18313           mp42/mp43 (no caps) exist too.
18314         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18315           Set pixel_width/height; we've got them in-caps.
18316         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18317         * gst/wavparse/gstwavparse.c: (plugin_init):
18318           Both are valid primary.
18319         * sys/oss/gstossmixer.c:
18320           Remove i18n hack and enable translations.
18321
18322 2004-07-15  Benjamin Otte  <otte@gnome.org>
18323
18324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18325         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18326           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
18327
18328 2004-07-15  Benjamin Otte  <otte@gnome.org>
18329
18330         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18331         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
18332         (gst_alsa_close_audio):
18333           disable some of the debugging code for now. Writing debugging to a
18334           buffer is broken in current alsalib releases.
18335
18336 2004-07-12  Benjamin Otte  <otte@gnome.org>
18337
18338         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
18339           use bufferpools
18340
18341 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18342
18343         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18344         (theora_dec_src_query), (theora_dec_event):
18345         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
18346           add debugging categories.  Remove \n's.
18347
18348 2004-07-13  Johan Dahlin  <johan@gnome.org>
18349
18350         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
18351         (gst_play_bin_get_property): Impl.
18352
18353 2004-07-13  Wim Taymans  <wim@fluendo.com>
18354
18355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
18356         When trying to find the stream length, seek back N pages
18357         instead of just one, where N is the number of streams in
18358         the current chain.
18359
18360 2004-07-13  Wim Taymans  <wim@fluendo.com>
18361
18362         * gst-libs/gst/riff/riff-media.c:
18363         (gst_riff_create_audio_caps_with_data),
18364         (gst_riff_create_audio_caps),
18365         (gst_riff_create_audio_template_caps):
18366         * gst-libs/gst/riff/riff-media.h:
18367         * gst-libs/gst/riff/riff-read.c:
18368         (gst_riff_read_strf_vids_with_data),
18369         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
18370         * gst-libs/gst/riff/riff-read.h:
18371         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18372         (gst_avi_demux_add_stream):
18373         Set codec_data on caps for avidemuxer.
18374
18375 2004-07-12  David Schleef  <ds@schleef.org>
18376
18377         * configure.ac: Fix test for Objective C
18378
18379 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
18380         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
18381         (gst_gdk_pixbuf_chain):
18382           Add svg and pcx to template caps, and ensure that getcaps returns a
18383           subset of the template caps.
18384           Copy each row manually for output, as gdkpixbuf may pad the
18385           rowstride to a 32-bit word boundary.
18386
18387 2004-07-12  Wim Taymans  <wim@fluendo.com>
18388
18389         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
18390         (gst_riff_create_video_template_caps):
18391         Fix the template caps to include some more media types.
18392
18393 2004-07-12  Wim Taymans  <wim@fluendo.com>
18394
18395         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18396         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18397         (compare_ranks), (print_feature), (gst_decode_bin_init),
18398         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18399         (try_to_link_1), (new_pad), (close_link), (type_found),
18400         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18401         (gst_decode_bin_change_state), (plugin_init):
18402         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18403         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18404         (gst_play_base_bin_dispose), (queue_overrun),
18405         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18406         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18407         (gst_play_base_bin_get_property), (play_base_eos),
18408         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18409         (gst_play_base_bin_remove_element),
18410         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18411         (gst_play_base_bin_unlink_stream),
18412         (gst_play_base_bin_get_streaminfo):
18413         * gst/playback/gstplaybasebin.h:
18414         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18415         (gst_play_bin_class_init), (gst_play_bin_init),
18416         (gst_play_bin_dispose), (gst_play_bin_set_property),
18417         (gst_play_bin_get_property), (gen_video_element),
18418         (gen_audio_element), (remove_sinks), (setup_sinks),
18419         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18420         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18421         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18422         (gst_play_bin_query), (plugin_init):
18423         * gst/playback/test4.c: (main):
18424         More fixes on reusing of the element.
18425
18426 2004-07-11  Benjamin Otte  <otte@gnome.org>
18427
18428         * ext/mad/gstmad.c: (normal_seek):
18429           allow seeking for other methods than just SET
18430
18431 2004-07-11  Andy Wingo  <wingo@pobox.com>
18432
18433         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
18434         float, "any" caps -> buffer_frames=[0,MAX].
18435
18436         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
18437         doesn't intersect our caps with the template any more. Do it
18438         ourselves.
18439         (interleave_buffered_loop): Use g_newa instead of malloc/free.
18440
18441 2004-07-09  Wim Taymans  <wim@fluendo.com>
18442
18443         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18444         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18445         (compare_ranks), (print_feature), (gst_decode_bin_init),
18446         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18447         (try_to_link_1), (new_pad), (close_link), (type_found),
18448         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18449         (gst_decode_bin_change_state), (plugin_init):
18450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18451         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18452         (gst_play_base_bin_dispose), (queue_overrun),
18453         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18454         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18455         (gst_play_base_bin_get_property), (play_base_eos),
18456         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18457         (gst_play_base_bin_remove_element),
18458         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18459         (gst_play_base_bin_unlink_stream),
18460         (gst_play_base_bin_get_streaminfo):
18461         * gst/playback/gstplaybasebin.h:
18462         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18463         (gst_play_bin_class_init), (gst_play_bin_init),
18464         (gst_play_bin_dispose), (gst_play_bin_set_property),
18465         (gst_play_bin_get_property), (gen_video_element),
18466         (gen_audio_element), (remove_sinks), (setup_sinks),
18467         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18468         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18469         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18470         (gst_play_bin_query), (plugin_init):
18471         * gst/playback/test4.c: (main):
18472         Work on object reuse and seeking.
18473
18474 2004-07-09  Wim Taymans  <wim@fluendo.com>
18475
18476         * examples/seeking/seek.c: (iterate):
18477         Don't consume all CPU in the idle loop.
18478
18479 2004-07-09  Wim Taymans  <wim@fluendo.com>
18480
18481         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
18482         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
18483         Add pad to element *after* setting the pad functions so that
18484         the scheduler can use the correct ones.
18485
18486 2004-07-09  Wim Taymans  <wim@fluendo.com>
18487
18488         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18489         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
18490         Sync to keyframe after seek
18491
18492 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18493
18494         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18496         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
18497         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
18498         * ext/libvisual/visual.c: (gst_visual_change_state):
18499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
18500         * ext/theora/theoradec.c: (theora_dec_change_state):
18501         * ext/theora/theoraenc.c: (theora_enc_change_state):
18502         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
18503         * gst-libs/gst/navigation/navigation.c:
18504         * gst/adder/gstadder.c: (gst_adder_change_state):
18505         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18506         (gst_audio_convert_get_buffer):
18507         * gst/multipart/multipartdemux.c:
18508         (gst_multipart_demux_change_state):
18509         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
18510         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18511         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18512         * gst/videoscale/gstvideoscale.c:
18513         (gst_videoscale_handle_src_event):
18514         * gst/volume/gstvolume.c: (volume_chain_int16):
18515           don't assert in state change, this should be done by the base
18516           GstElement class.
18517           various debugging fixes.
18518
18519 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18520
18521         * configure.ac:
18522         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18523         (gst_play_dispose), (gst_play_set_location),
18524         (gst_play_set_data_src), (gst_play_set_video_sink),
18525         (gst_play_set_audio_sink), (gst_play_set_visualization),
18526         (gst_play_connect_visualization), (gst_play_get_sink_element),
18527         (gst_play_get_all_by_interface):
18528         * gst-libs/gst/play/play.h:
18529           add new method to get elements implementing an interface.
18530           add various error logging
18531
18532 2004-07-08  Wim Taymans  <wim@fluendo.com>
18533
18534         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
18535         (make_mpeg_pipeline), (make_mpegnt_pipeline),
18536         (make_playerbin_pipeline), (query_durations_elems),
18537         (query_durations_pads), (query_positions_elems),
18538         (query_positions_pads), (update_scale), (iterate), (stop_seek),
18539         (main):
18540         Added playbin seeking example.
18541
18542 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18543
18544         * gst-libs/gst/play/play.c: (gst_play_set_location),
18545         (gst_play_set_data_src), (gst_play_set_video_sink),
18546         (gst_play_set_audio_sink), (gst_play_set_visualization),
18547         (gst_play_connect_visualization), (gst_play_get_framerate):
18548           use a macro to look up elements from hash table
18549
18550 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18551
18552         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18553         (gst_play_get_length_callback), (gst_play_set_location),
18554         (gst_play_seek_to_time), (gst_play_set_data_src),
18555         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18556         (gst_play_set_visualization), (gst_play_connect_visualization),
18557         (gst_play_get_sink_element):
18558         - add debugging info
18559         - fix looking up sink elements by iterating over complete caps
18560         - put everything except for source and autoplugger in a complete bin
18561
18562 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18563
18564         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
18565         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
18566         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
18567         (gst_alsa_sink_write), (gst_alsa_sink_loop):
18568         * ext/alsa/gstalsasink.h:
18569         - add debugging info
18570         - clean up schizophrenia of data/buffer/event
18571         - fix double event unref error
18572
18573 2004-07-08  Wim Taymans  <wim@fluendo.com>
18574
18575         * gst/playback/Makefile.am:
18576         Add headers to noinst
18577
18578 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18579
18580         * tools/gst-launch-ext-m.m:
18581         * tools/gst-launch-ext.1.in:
18582           convert to the third millenium
18583
18584 2004-07-07  David Schleef  <ds@schleef.org>
18585
18586         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
18587
18588 2004-07-07  Wim Taymans  <wim@fluendo.com>
18589
18590         * gst/playback/Makefile.am:
18591         * gst/playback/README:
18592         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18593         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18594         (compare_ranks), (print_feature), (gst_decode_bin_init),
18595         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18596         (try_to_link_1), (new_pad), (close_link), (type_found),
18597         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18598         (plugin_init):
18599         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18600         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18601         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
18602         (gen_preroll_element), (no_more_pads), (new_stream),
18603         (setup_source), (gst_play_base_bin_set_property),
18604         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
18605         (gst_play_base_bin_add_element),
18606         (gst_play_base_bin_remove_element),
18607         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18608         (gst_play_base_bin_unlink_stream),
18609         (gst_play_base_bin_get_streaminfo):
18610         * gst/playback/gstplaybasebin.h:
18611         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18612         (gst_play_bin_class_init), (gst_play_bin_init),
18613         (gst_play_bin_dispose), (gst_play_bin_set_property),
18614         (gst_play_bin_get_property), (gen_video_element),
18615         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
18616         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18617         (gst_play_bin_get_formats), (gst_play_bin_convert),
18618         (gst_play_bin_get_query_types), (gst_play_bin_query),
18619         (plugin_init):
18620         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18621         (gst_stream_info_get_type), (gst_stream_info_class_init),
18622         (gst_stream_info_init), (gst_stream_info_new),
18623         (gst_stream_info_dispose), (gst_stream_info_set_property),
18624         (gst_stream_info_get_property):
18625         * gst/playback/gststreaminfo.h:
18626         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18627         (main):
18628         * gst/playback/test2.c: (main):
18629         * gst/playback/test3.c: (update_scale), (main):
18630         More playbin fixes. Added README. Do better element filtering.
18631         Added base class to preroll media. Added test apps.
18632
18633 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18634
18635         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
18636         * ext/mpeg2dec/gstmpeg2dec.h:
18637           various debugging improvements.  Reset stream to next picture
18638           instead of sequence header, otherwise seeks cannot work.
18639
18640 2004-07-07  Wim Taymans  <wim@fluendo.com>
18641
18642         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18643         (gst_video_box_class_init), (gst_video_box_set_property),
18644         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
18645         Use pad_alloc where possible.
18646
18647 2004-07-07  Wim Taymans  <wim@fluendo.com>
18648
18649         * sys/oss/gstosselement.c: (gst_osselement_reset),
18650         (gst_osselement_parse_caps):
18651         * sys/oss/gstosselement.h:
18652         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18653         Fix offset on osssrc.
18654
18655 2004-07-07  Wim Taymans  <wim@fluendo.com>
18656
18657         * ext/theora/theora.c: (plugin_init):
18658         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18659         (theora_dec_src_query), (theora_dec_chain):
18660         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18661         (theora_enc_sink_link), (theora_buffer_from_packet),
18662         (theora_push_packet), (theora_enc_chain):
18663         Fix theora granulepos calculation.
18664         Fix overflow in duration/position calculation.
18665         Bump rank to PRIMARY for theoradec.
18666         Use granulepos of last packet to calculate position.
18667         Set keyframe flag on buffers when needed.
18668
18669 2004-07-06  David Schleef  <ds@schleef.org>
18670
18671         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
18672         serious?  (Fixed, obviously.)
18673
18674 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18675
18676         * po/LINGUAS:
18677         * po/cs.po:
18678           added Czech translation (Miloslav Trmac)
18679
18680 2004-07-05  Wim Taymans  <wim@fluendo.com>
18681
18682         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18683         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18684         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18685         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18686         (close_link), (type_found), (gst_decode_bin_set_property),
18687         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18688         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18689         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18690         (gst_decode_bin_query), (plugin_init):
18691         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18692         (gst_play_bin_class_init), (gst_play_bin_init),
18693         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18694         (get_video_element), (new_pad), (setup_source),
18695         (gst_play_bin_set_property), (gst_play_bin_get_property),
18696         (gst_play_bin_change_state), (gst_play_bin_add_element),
18697         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18698         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18699         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18700         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18701         * gst/playback/test.c: (main):
18702         More fixes, cleaned up playbin, make it use decodebin. Added
18703         threaded property to playbin.
18704
18705 2004-07-05  Wim Taymans  <wim@fluendo.com>
18706
18707         * configure.ac:
18708         * gst/playback/Makefile.am:
18709         * gst/playback/decodetest.c: (main):
18710         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18711         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18712         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18713         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18714         (close_link), (type_found), (gst_decode_bin_set_property),
18715         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18716         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18717         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18718         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18719         (plugin_init):
18720         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18721         (gst_play_bin_class_init), (gst_play_bin_init),
18722         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18723         (collect_sink_pads), (find_compatibles), (close_pad_link),
18724         (try_to_link_1), (new_pad), (close_link), (type_found),
18725         (setup_source), (gst_play_bin_set_property),
18726         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18727         (compare_ranks), (gst_play_bin_collect_factories),
18728         (gst_play_bin_change_state), (gst_play_bin_add_element),
18729         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18730         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18731         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18732         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18733         * gst/playback/test.c: (main):
18734         Added some playback helper elements and some test apps, very alpha
18735         still.
18736
18737 2004-07-04  Benjamin Otte  <otte@gnome.org>
18738
18739         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18740           only restart audio when we indeed have an xrun to fix repeated
18741           xruns. Fix suggested by Giuliano Pochini.
18742
18743 2004-07-03  David Schleef  <ds@schleef.org>
18744
18745         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18746         call to gst_debug_log() if debugging is disabled (bug #145118)
18747
18748 2004-07-03  Benjamin Otte  <otte@gnome.org>
18749
18750         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18751           use our own functions for restarting the alsa device.
18752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18753           I should apply patches myself - use MIN for the third argument, not
18754           the second, this fixes seeking
18755
18756 2004-07-02  David Schleef  <ds@schleef.org>
18757
18758         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18759         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
18760         do with the logic.
18761
18762 2004-07-02  David Schleef  <ds@schleef.org>
18763
18764         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
18765         output buffers.  Fix logic mistake.  (bug #144866)
18766
18767 2004-07-02  David Schleef  <ds@schleef.org>
18768
18769         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18770         on X.  (bug #144753)
18771
18772 2004-07-02  David Schleef  <ds@schleef.org>
18773
18774         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18775         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18776         (bug #144624)
18777         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18778         (gst_osselement_rate_probe_check): Add another workaround for
18779         buggy drivers (bug #145336)
18780
18781 2004-07-02  David Schleef  <ds@schleef.org>
18782
18783         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18784         Most systems don't have MSG_NOSIGNAL.
18785
18786 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18787
18788         * Makefile.am:
18789         * gst-libs/gst/colorbalance/Makefile.am:
18790         * gst-libs/gst/mixer/Makefile.am:
18791         * gst-libs/gst/play/Makefile.am:
18792         * gst-libs/gst/tuner/Makefile.am:
18793           (hopefully) fix both install and dist and make error message useful.
18794           needs testing across automakes.
18795
18796 2004-07-02  Benjamin Otte  <otte@gnome.org>
18797
18798         * ext/ogg/gstogg.c: (plugin_init):
18799           we require bytestream now
18800         * ext/ogg/gstoggdemux.c:
18801           huge diff to implement chain setup in a fast and generic way. This
18802           improves tag reading and startup of huge files (read: Theora videos)
18803           quite a bit. It probably contains bugs, too, so please test.
18804           Seeking is not improved to the fast method.
18805
18806 2004-06-29  Wim Taymans  <wim@fluendo.com>
18807
18808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18809         * ext/ogg/gstoggmux.c:
18810         Fix memleak in oggdemux when running unconnected pads.
18811         doc update in mux, start working on keyframe mode.
18812
18813 2004-06-29  Benjamin Otte  <otte@gnome.org>
18814
18815         * sys/oss/gstosssink.c:
18816         * sys/oss/gstosssrc.c:
18817           advertise correct template caps - we indeed do non-native endianness
18818           and 8bit audio has no endianness
18819         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18821           avoid (wrong) duplications in getcaps function and return
18822           template caps
18823
18824 2004-06-29  Wim Taymans  <wim@fluendo.com>
18825
18826         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18827         (gst_multifdsink_class_init), (gst_multifdsink_add),
18828         (gst_multifdsink_remove), (gst_multifdsink_clear),
18829         (gst_multifdsink_client_remove),
18830         (gst_multifdsink_handle_client_read),
18831         (gst_multifdsink_client_queue_data),
18832         (gst_multifdsink_client_queue_caps),
18833         (gst_multifdsink_client_queue_buffer),
18834         (gst_multifdsink_handle_client_write),
18835         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18836         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18837         (gst_multifdsink_init_send), (gst_multifdsink_close):
18838         Fix wrong GList iteration that could crash the server when
18839         more then 2 clients disconnect at the same time. Read all the
18840         pending commands in one batch to recover from command storms under
18841         very heavy load.
18842
18843 2004-06-28  Wim Taymans  <wim@fluendo.com>
18844
18845         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18846         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18847         (gst_videomixer_pad_set_property),
18848         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18849         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18850         (gst_videomixer_class_init), (gst_videomixer_init),
18851         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18852         (pad_zorder_compare), (gst_videomixer_sort_pads),
18853         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18854         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18855         (gst_videomixer_update_queues), (gst_videomixer_loop),
18856         (plugin_init):
18857         Avoid divide by zero, choose masterpad as the pad with the highest
18858         framerate.
18859
18860 2004-06-27  Julien Moutte  <julien@moutte.net>
18861
18862         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18863         (gst_ximagesink_xwindow_new):
18864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18865         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18866         function directly. We might want to call it from somewhere else one day.
18867
18868 2004-06-27  Julien Moutte  <julien@moutte.net>
18869
18870         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18871         (gst_ximagesink_xwindow_new):
18872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18873         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18874         window decorations.
18875
18876 2004-06-27  Wim Taymans  <wim@fluendo.com>
18877
18878         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18879         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18880         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18881         (gst_dvdec_set_property), (gst_dvdec_get_property):
18882         * ext/dv/gstdvdec.h:
18883         Implement drop_factor property to lower the framerate with
18884         a factor.
18885
18886 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18887
18888         * gst-libs/gst/colorbalance/Makefile.am:
18889         * gst-libs/gst/mixer/Makefile.am:
18890         * gst-libs/gst/play/Makefile.am:
18891         * gst-libs/gst/tuner/Makefile.am:
18892           unbreak Company's fix that didn't install the -enum.h files
18893
18894 2004-06-27  Wim Taymans  <wim@fluendo.com>
18895
18896         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18897         (gst_dvdec_change_state):
18898         * ext/dv/gstdvdec.h:
18899         Fix timestamp, duration and offset of the buffers.
18900
18901 2004-06-27  Wim Taymans  <wim@fluendo.com>
18902
18903         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18904         (gst_multifdsink_class_init), (gst_multifdsink_add),
18905         (gst_multifdsink_remove), (gst_multifdsink_clear),
18906         (gst_multifdsink_client_remove),
18907         (gst_multifdsink_handle_client_read),
18908         (gst_multifdsink_client_queue_data),
18909         (gst_multifdsink_client_queue_caps),
18910         (gst_multifdsink_client_queue_buffer),
18911         (gst_multifdsink_handle_client_write),
18912         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18913         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18914         (gst_multifdsink_init_send), (gst_multifdsink_close):
18915         * gst/tcp/gstmultifdsink.h:
18916         * gst/tcp/gsttcpserversink.c:
18917         (gst_tcpserversink_handle_server_read),
18918         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18919         More multifdsink fixes, more recovery policy fixes.
18920         Removed stupid g_print
18921
18922 2004-06-26  Wim Taymans  <wim@fluendo.com>
18923
18924         * gst/tcp/Makefile.am:
18925         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18926         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18927         (gst_multifdsink_class_init), (gst_multifdsink_init),
18928         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18929         (gst_multifdsink_handle_client_read),
18930         (gst_multifdsink_client_queue_data),
18931         (gst_multifdsink_client_queue_caps),
18932         (gst_multifdsink_client_queue_buffer),
18933         (gst_multifdsink_handle_client_write),
18934         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18935         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18936         (gst_multifdsink_chain), (gst_multifdsink_set_property),
18937         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18938         (gst_multifdsink_close), (gst_multifdsink_change_state):
18939         * gst/tcp/gstmultifdsink.h:
18940         * gst/tcp/gsttcpplugin.c: (plugin_init):
18941         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18942         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18943         (gst_tcpserversink_handle_server_read),
18944         (gst_tcpserversink_handle_select),
18945         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18946         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18947         * gst/tcp/gsttcpserversink.h:
18948         Added multifdsink, made tcpserversink a subclass of fdsink, removed
18949         one of the locks, added recovery policy to multifdsink.
18950
18951 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18952
18953         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18954           fix decision for when getting frames with same timestamp
18955         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18956         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18957         (gst_v4lsrc_get_property):
18958         * sys/v4l/gstv4lsrc.h:
18959           add latency offset property
18960
18961 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18962
18963         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18964         (plugin_init):
18965           fix debugging. add category.
18966
18967 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18968
18969         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18970           fix wrong offsets
18971
18972 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18973
18974         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18975         (gst_alsa_src_get_time), (gst_alsa_src_loop),
18976         (gst_alsa_src_change_state):
18977           return a time that is in sync with the element's processing
18978
18979 2004-06-25  Wim Taymans  <wim@fluendo.com>
18980
18981         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18982         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18983         (gst_tcpserversink_client_remove),
18984         (gst_tcpserversink_handle_client_read),
18985         (gst_tcpserversink_client_queue_data),
18986         (gst_tcpserversink_client_queue_caps),
18987         (gst_tcpserversink_client_queue_buffer),
18988         (gst_tcpserversink_handle_client_write),
18989         (gst_tcpserversink_queue_buffer),
18990         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
18991         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
18992         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
18993         (gst_tcpserversink_close):
18994         * gst/tcp/gsttcpserversink.h:
18995         Serversink rewrite. Really do non blocking writes to clients and
18996         maintain an internal queue to handle slower clients while not
18997         disturbing fast clients.
18998
18999 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19000
19001         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19002           better debug, don't override OFFSET and OFFSET_END
19003
19004 2004-06-25  Iain <iain@prettypeople.org>
19005
19006         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
19007         name=source for the wavparse pipeline.
19008
19009 2004-06-24  Johan Dahlin  <johan@gnome.org>
19010
19011         * ext/theora/theoraenc.c (theora_enc_chain): Call
19012         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
19013         streamheader caps are set correctly.
19014
19015 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19016
19017         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
19018         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
19019           respect minimum bitrate; same could be done for max bitrate
19020
19021 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19022
19023         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
19024         (gst_vorbisenc_setup):
19025           fix sample rate range
19026
19027 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19028
19029         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
19030         (gst_oggvorbisenc_setup):
19031         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
19032         (gst_vorbisenc_setup):
19033           resolve ambiguities in code and description
19034
19035 2004-06-24  Wim Taymans  <wim@fluendo.com>
19036
19037         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
19038         * ext/alsa/gstalsa.h:
19039         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19040         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
19041         Use alsa trigger_tstamp to get the timestamp of the first
19042         sample in the buffer for more precise sync. Some cleanups.
19043
19044 2004-06-24  Wim Taymans  <wim@fluendo.com>
19045
19046         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
19047         (gst_audiorate_init), (gst_audiorate_chain),
19048         (gst_audiorate_set_property), (gst_audiorate_get_property):
19049         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19050         (gst_videorate_chain):
19051         Added some logging, fixed an overflow bug in videorate.
19052
19053 2004-06-24  Benjamin Otte  <otte@gnome.org>
19054
19055         * ext/kio/Makefile.am:
19056           fix for builddir != srcdir and distcheck
19057
19058 2004-06-24  Benjamin Otte  <otte@gnome.org>
19059
19060         * gst-libs/gst/colorbalance/Makefile.am:
19061         * gst-libs/gst/mixer/Makefile.am:
19062         * gst-libs/gst/play/Makefile.am:
19063         * gst-libs/gst/tuner/Makefile.am:
19064         * gst/tcp/Makefile.am:
19065         * sys/dxr3/Makefile.am:
19066           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
19067           tarball.
19068           Also add all *.list files that were missing.
19069         * Makefile.am:
19070           add a distcheck hook to ensure the above doesn't happen again.
19071
19072 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
19073
19074         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
19075
19076 2004-06-23  Colin Walters  <walters@redhat.com>
19077
19078         * m4/Makefile.am: Distribute gst-fionread.m4.
19079
19080 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19081
19082         * configure.ac: back to dev
19083
19084 2004-06-23  Wim Taymans  <wim@fluendo.com>
19085
19086         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19087         (gst_alsa_xrun_recovery):
19088         * ext/alsa/gstalsa.h:
19089         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19090         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
19091         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19092         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
19093         (gst_alsa_src_loop):
19094         Add clock to alsasrc. Take new capture timestamp when
19095         restarting after an overrun. Split up some functions between
19096         alsasrc and alsasink.
19097
19098 === release 0.8.2 ===
19099
19100 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19101
19102         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19103         (gst_alsa_change_state), (gst_alsa_update_avail),
19104         (gst_alsa_xrun_recovery):
19105         * ext/alsa/gstalsa.h:
19106         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19107           merge back changes from release
19108
19109 2004-06-23  Wim Taymans  <wim@fluendo.com>
19110
19111         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
19112         (gst_audiorate_init), (gst_audiorate_chain),
19113         (gst_audiorate_set_property), (gst_audiorate_get_property):
19114         Implement sample dropping and notify
19115
19116 2004-06-22  Wim Taymans  <wim@fluendo.com>
19117
19118         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19119         (theora_enc_sink_link), (theora_buffer_from_packet),
19120         (theora_push_packet), (theora_enc_chain):
19121         Some cleanups, make sure the timestamps are correct.
19122
19123 2004-06-22  Wim Taymans  <wim@fluendo.com>
19124
19125         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
19126         (gst_alsa_change_state), (gst_alsa_update_avail),
19127         (gst_alsa_xrun_recovery):
19128         * ext/alsa/gstalsa.h:
19129         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19130         Cleanups, take queued samples into account when reporting
19131         the time.
19132
19133 2004-06-22  Wim Taymans  <wim@fluendo.com>
19134
19135         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19136         (gst_videorate_init):
19137         Initialize the property as well.
19138
19139 2004-06-22  Wim Taymans  <wim@fluendo.com>
19140
19141         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19142         (gst_videorate_init), (gst_videorate_chain),
19143         (gst_videorate_set_property), (gst_videorate_get_property):
19144         Add property to make videorate silent.
19145         Add property to prefer new frames over old ones.
19146
19147 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19148
19149         * sys/osxvideo/Makefile.am:
19150         Workaround so that the osxvideo .so file gets linked with the
19151         Cocoa, OpenGL and QuickTime frameworks
19152
19153 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19154
19155         * sys/osxaudio/Makefile.am:
19156         Workaround so that the osxaudio .so file gets linked with the
19157         CoreAudio framework
19158
19159 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19160
19161         * configure.ac:
19162         Whoops, my fault...fixed build issues
19163
19164 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19165
19166         * configure.ac:
19167         Add objective-c support if running in Darwin/Mac OS X
19168         * sys/Makefile.am:
19169         * sys/osxvideo:
19170         * sys/osxvideo/Makefile.am:
19171         * sys/osxvideo/osxvideosink.h:
19172         * sys/osxvideo/osxvideosink.m:
19173         * sys/osxvideo/cocoawindow.h:
19174         * sys/osxvideo/cocoawindow.m:
19175         Add osxvideosink, a cocoa-based osx video sink
19176
19177
19178 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
19179         * ext/dvdnav/gst-dvd:
19180         Grab the gconf key from the right spot
19181         * gst/debug/gstnavseek.c: (gst_navseek_init),
19182         (gst_navseek_segseek), (gst_navseek_handle_src_event),
19183         (gst_navseek_chain):
19184         * gst/debug/gstnavseek.h:
19185           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
19186           and loop parameters of a segment seek.
19187         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19188         (gst_videotestsrc_get_event_masks),
19189         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
19190         * gst/videotestsrc/gstvideotestsrc.h:
19191           Add seeking support to videotestsrc
19192           Initialise the timestamp_offset variable.
19193
19194 2004-06-18  Wim Taymans  <wim@fluendo.com>
19195
19196         * ext/sidplay/gstsiddec.cc:
19197         Fix negotiation and set correct end offset.
19198
19199 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19200
19201         * configure.ac: branch and prerelease
19202
19203 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19204
19205         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
19206         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
19207         (gst_tcpclientsrc_init_receive):
19208         * gst/tcp/gsttcpclientsrc.h:
19209           read caps when connecting to server for GDP so we set them correctly
19210
19211 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19212
19213         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19214           notify drops and duplicates
19215         * gst/videoscale/videoscale.c: (videoscale_get_structure):
19216           no good reason to limit ourselves to 100x100
19217
19218 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19219
19220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19221         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19222         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19223         (gst_v4lsrc_get_property):
19224         * sys/v4l/gstv4lsrc.h:
19225         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19226         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19227         (gst_v4l_set_audio):
19228         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
19229         (gst_v4lsrc_try_capture):
19230         * sys/v4l/v4lsrc_calls.h:
19231           change try_palette to more general try_capture
19232           add autoprobe option so we can turn off autoprobing
19233           various fixes
19234
19235 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19236
19237         * configure.ac:
19238           add videorate
19239         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
19240         (gst_ximagesink_class_init):
19241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
19242         (gst_xvimagesink_class_init):
19243           run them as finalize, not dispose, since dispose can be invoked
19244           multiple times
19245
19246 2004-06-17  Wim Taymans  <wim@fluendo.com>
19247
19248         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19249         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
19250         * ext/alsa/gstalsa.h:
19251         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19252         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
19253         (gst_alsa_src_change_state):
19254         * ext/alsa/gstalsasrc.h:
19255         Make the xrun code timestamp and offset the buffers correctly.
19256         moved the clock to the base class, use alsa methods to get time.
19257         Do correct timestamping on outgoing buffers.
19258
19259 2004-06-17  Wim Taymans  <wim@fluendo.com>
19260
19261         * gst/audiorate/Makefile.am:
19262         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
19263         (gst_audiorate_base_init), (gst_audiorate_class_init),
19264         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
19265         (gst_audiorate_set_property), (gst_audiorate_get_property),
19266         (gst_audiorate_change_state), (plugin_init):
19267         Added an audiorate converter that fills in gaps.
19268
19269 2004-06-17  Johan Dahlin  <johan@gnome.org>
19270
19271         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
19272
19273 2004-06-16  Wim Taymans  <wim@fluendo.com>
19274
19275         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
19276         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19277         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19278         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19279         (gst_v4lsrc_get_property):
19280         * sys/v4l/gstv4lsrc.h:
19281         Added a copy mode to v4lsrc where it will output a copied version
19282         of its internal hardware buffer.
19283         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
19284         can't | them.
19285
19286 2004-06-16  Wim Taymans  <wim@fluendo.com>
19287
19288         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19289         Timestamp fixes.
19290
19291 2004-06-16  Wim Taymans  <wim@fluendo.com>
19292
19293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19294         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19295         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19296         (gst_v4lsrc_get_property):
19297         * sys/v4l/gstv4lsrc.h:
19298         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19299         Added a sync mode enum property to control v4lsrc timestamp method
19300         Removed the use-fixed-fps property and moved functionality in
19301         the enum.
19302         Don't error on an error value from v4l-conf, it might not always
19303         be a real error.
19304
19305 2004-06-16  Wim Taymans  <wim@fluendo.com>
19306
19307         * gst/videorate/Makefile.am:
19308         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
19309         (gst_videorate_base_init), (gst_videorate_class_init),
19310         (gst_videorate_getcaps), (gst_videorate_link),
19311         (gst_videorate_init), (gst_videorate_chain),
19312         (gst_videorate_set_property), (gst_videorate_get_property),
19313         (gst_videorate_change_state), (plugin_init):
19314         Added a video timestamp corrector.
19315
19316 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19317
19318         fixed a potential leak with previous commit
19319
19320         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19321
19322 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19323
19324         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19325         Added missing refcount, fixes bug #144425
19326         Cheers Tim for finding the bug
19327
19328 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19329
19330         * sys/v4l/gstv4l.c: (plugin_init):
19331         * sys/v4l/gstv4lcolorbalance.c:
19332         * sys/v4l/gstv4lcolorbalance.h:
19333         * sys/v4l/gstv4lelement.c:
19334         * sys/v4l/gstv4lelement.h:
19335         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19336         * sys/v4l/gstv4lmjpegsink.h:
19337         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19338         * sys/v4l/gstv4lmjpegsrc.h:
19339         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19340         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19341         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19342         * sys/v4l/gstv4lsrc.h:
19343         * sys/v4l/gstv4ltuner.c:
19344         * sys/v4l/gstv4ltuner.h:
19345         * sys/v4l/gstv4lxoverlay.c:
19346         * sys/v4l/gstv4lxoverlay.h:
19347         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19348         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19349         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19350         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19351         (gst_v4l_set_audio):
19352         * sys/v4l/v4l_calls.h:
19353         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19354         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
19355         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
19356         (gst_v4lmjpegsink_playback_init),
19357         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
19358         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
19359         (gst_v4lmjpegsink_playback_stop),
19360         (gst_v4lmjpegsink_playback_deinit):
19361         * sys/v4l/v4lmjpegsink_calls.h:
19362         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19363         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
19364         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19365         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
19366         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
19367         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
19368         * sys/v4l/v4lmjpegsrc_calls.h:
19369         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19370         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
19371         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
19372         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
19373         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
19374         (gst_v4lsrc_try_palette):
19375         * sys/v4l/v4lsrc_calls.h:
19376           bunch of paranoia cleanups
19377
19378 2004-06-14  David Schleef  <ds@schleef.org>
19379
19380         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
19381         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
19382         Send discont events and change timestamps appropriately when
19383         we get a seek event.  (bug #144240)
19384         * ext/cdparanoia/gstcdparanoia.h:
19385
19386 2004-06-14  Benjamin Otte  <otte@gnome.org>
19387
19388         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
19389           snd_pcm_hw_params_set_rate  since the latter fails for no good
19390           reason on some setups.
19391
19392 2004-06-14  David Schleef  <ds@schleef.org>
19393
19394         * gst/volume/demo.c: (value_changed_callback): exp10() is not
19395         standard.  Thank you for playing.
19396
19397 2004-06-14  Wim Taymans  <wim@fluendo.com>
19398
19399         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
19400         Patch 1.3 broke the ordering of the colorspace info and
19401         made the plugin basically work by coincidence, reordered
19402         the info.
19403
19404 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19405
19406         * ext/lame/gstlame.c:
19407         * ext/mad/gstmad.c:
19408           sync caps.  Make sure mad can only output a list of rates, not
19409           a full range.  In the future, have three caps lists for each of the
19410           mpeg versions.  Change mpegversion to a double as well.
19411
19412 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19413
19414         * gst/volume/.cvsignore:
19415         * gst/volume/Makefile.am:
19416         * gst/volume/demo.c: (value_changed_callback), (idler),
19417         (setup_gui), (main):
19418           added small demo app
19419
19420 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
19421         * ext/esd/esdsink.c: (gst_esdsink_change_state):
19422         * ext/esd/esdsink.h:
19423         Close the esd connection on pause, because esd will just wait -
19424         blocking all other esd clients indefinitely.
19425
19426 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
19427
19428         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
19429           previous commit with GST_DEBUG
19430
19431 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19432
19433         * configure.ac:
19434           add a header check for a dvdread header in dvdnav.  Fixes #133002
19435
19436 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19437
19438         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
19439         * gst/tcp/gsttcpclientsink.h:
19440         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
19441         * gst/tcp/gsttcpclientsrc.h:
19442         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
19443         (gst_tcpserversink_handle_server_read),
19444         (gst_tcpserversink_init_send):
19445         * gst/tcp/gsttcpserversink.h:
19446         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19447         * gst/tcp/gsttcpserversrc.h:
19448         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
19449         version of IP)
19450
19451 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19452
19453         * configure.ac:
19454         Added ogg library so that OSX detects libtheora properly
19455
19456 2004-06-11  Wim Taymans  <wim@fluendo.com>
19457
19458         * ext/theora/theoradec.c: (theora_dec_chain),
19459         (theora_dec_change_state):
19460         Don't try to decode frames before we received a keyframe.
19461
19462 2004-06-11  Wim Taymans  <wim@fluendo.com>
19463
19464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19465         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19466         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19467         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19468         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19469         Added property to set the maximum delay of a page.
19470
19471 2004-06-10  Wim Taymans  <wim@fluendo.com>
19472
19473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19474         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19475         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19476         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19477         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19478         Added max-delay property to control the maximum amount
19479         of data to put in one page.
19480
19481 2004-06-10  Wim Taymans  <wim@fluendo.com>
19482
19483         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19484         (gst_theora_enc_init), (theora_enc_sink_link),
19485         (theora_buffer_from_packet), (theora_enc_set_property),
19486         (theora_enc_get_property):
19487         Set duration on encoded buffer, added some more properties
19488
19489 2004-06-10  Wim Taymans  <wim@fluendo.com>
19490
19491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19492         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19493         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19494         * ext/theora/theoraenc.c: (theora_enc_chain):
19495         Fix refcounting bugs
19496
19497 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19498
19499         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19500         (gst_asf_demux_loop), (gst_asf_demux_process_file),
19501         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
19502         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
19503         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
19504         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
19505         (gst_asf_demux_change_state):
19506         * gst/asfdemux/gstasfdemux.h:
19507           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
19508           feels like. I think we should set a new requirement for demuxers
19509           from now on to implement sane loop functions, data loops, query
19510           and seek functions before first commit into CVS. And this commit
19511           fixes all of the above.
19512
19513 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
19514
19515         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
19516           vorbis comments are properly encoded in UTF-8 before adding them
19517           to a GstTagList
19518
19519 2004-06-09  Benjamin Otte  <otte@gnome.org>
19520
19521         * ext/alsa/gstalsa.c: (add_channels):
19522           handle min <= max correctly
19523         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
19524         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
19525           add fixation functions so we fixate correctly. No preferring of alaw
19526           anymore because it's the first structure.
19527         * ext/alsa/gstalsa.h:
19528         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
19529         (gst_alsa_hw_params_dump):
19530           add functions to ease debugging in alsalib
19531         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19532         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19533         (gst_alsa_start_audio):
19534           only specify hw params if we really setup a format (fixes #134007 -
19535           or at least works around it)
19536
19537 2004-06-09  Wim Taymans  <wim@fluendo.com>
19538
19539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19540         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19541         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
19542         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
19543         (gst_ogg_mux_loop):
19544         Use stream caps to setup the initial pages in the ogg stream.
19545         Correctly set the streamheader caps on the srcpad.
19546
19547 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19548
19549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19550         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19551         (gst_v4lsrc_getcaps):
19552         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19553         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
19554           add querying of fps lists for webcams.  Negotiating to a framerate
19555           now works.
19556
19557 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19558
19559         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19560         (theora_push_buffer), (theora_push_packet),
19561         (theora_set_header_on_caps), (theora_enc_chain):
19562           mark buffers and put on streamheader, raw theora streaming
19563           now works too, whee
19564
19565 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19566
19567         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19568         (gst_tcp_gdp_read_caps):
19569           do a looping read for caps and GDP headers too
19570
19571 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19572
19573         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19574         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
19575           return EOS instead of NULL in _get
19576
19577 2004-06-08  Wim Taymans  <wim@fluendo.com>
19578
19579         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19580         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
19581         (gst_tcp_gdp_write_caps):
19582         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19583         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19584         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
19585         Memory leak fixes
19586
19587 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19588
19589         * ext/vorbis/Makefile.am:
19590         * ext/vorbis/vorbis.c: (plugin_init):
19591         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
19592         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
19593         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
19594         (vorbis_parse_change_state):
19595         * ext/vorbis/vorbisparse.h:
19596           adding a vorbisparse element that marks the buffers, streaming
19597           raw vorbis using GDP now works, whee
19598
19599 2004-06-08  Wim Taymans  <wim@fluendo.com>
19600
19601         * ext/jpeg/Makefile.am:
19602         * ext/jpeg/README:
19603         * ext/jpeg/gstjpeg.c: (plugin_init):
19604         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
19605         (gst_smokedec_base_init), (gst_smokedec_class_init),
19606         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
19607         * ext/jpeg/gstsmokedec.h:
19608         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
19609         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
19610         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
19611         (gst_smokeenc_resync), (gst_smokeenc_chain),
19612         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
19613         * ext/jpeg/gstsmokeenc.h:
19614         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
19615         (smokecodec_flush_destination), (smokecodec_term_destination),
19616         (smokecodec_init_source), (smokecodec_fill_input_buffer),
19617         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
19618         (smokecodec_term_source), (smokecodec_encode_new),
19619         (smokecodec_decode_new), (smokecodec_info_free),
19620         (smokecodec_set_quality), (smokecodec_get_quality),
19621         (smokecodec_set_threshold), (smokecodec_get_threshold),
19622         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19623         (find_best_size), (abs_diff), (put), (smokecodec_encode),
19624         (smokecodec_parse_header), (smokecodec_decode):
19625         * ext/jpeg/smokecodec.h:
19626         Added a new simple jpeg based codec
19627
19628 2004-06-08  Wim Taymans  <wim@fluendo.com>
19629
19630         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19631         (gst_multipart_mux_loop):
19632         Fix memory leak
19633
19634 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19635
19636         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19637         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
19638         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
19639         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
19640         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
19641         * gst/tcp/gsttcpserversink.h:
19642           take streamheader into account
19643
19644 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19645
19646         * gst/level/Makefile.am:
19647         * gst/level/gstlevel.c: (gst_level_class_init):
19648           clean up marshal generation
19649
19650 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19651
19652         * gst/tcp/Makefile.am:
19653         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
19654         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
19655         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
19656         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19657         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
19658         (gst_tcpclientsrc_get_property):
19659         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19660         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19661         (gst_tcpserversink_handle_client_read),
19662         (gst_tcpserversink_handle_client_write),
19663         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
19664         * gst/tcp/gsttcpserversink.h:
19665           add signals client-added and client-removed
19666         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19667         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
19668         (gst_tcpserversrc_get_property):
19669         uniformized, change default protocol to NONE
19670         * gst/tcp/gsttcp-marshal.list: added
19671 2004-06-07  Benjamin Otte  <otte@gnome.org>
19672
19673         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19674           handle discont events if they happen before caps nego
19675
19676 2004-06-07  Wim Taymans  <wim@fluendo.com>
19677
19678         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19679         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19680         (gst_multipart_demux_plugin_init):
19681         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19682         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19683         (gst_multipart_mux_change_state):
19684         Small updates, fix a memleak
19685
19686 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19687
19688         * configure.ac: OSS portability
19689         * ext/arts/gst_arts.c: idem
19690         * sys/oss/gstosselement.c: idem
19691         * sys/oss/gstossmixer.c: idem
19692         * sys/oss/gstosssink.c: idem
19693         * sys/oss/gstosssrc.c: idem
19694         * sys/oss/oss_probe.c: idem
19695           - check for soundcard.h in different places for some BSD
19696
19697 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
19698
19699         * AUTHORS:
19700         Add me to the authors file
19701         * configure.ac:
19702         Increase the libdv requirement to >= version 0.100
19703         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19704         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19705         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19706         * ext/dv/gstdvdec.h:
19707         Add support for the new_media flag when sending DISCONT events
19708         Make the querying work when video pad is not linked
19709
19710 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19711
19712         reviewed by Benjamin Otte  <otte@gnome.org>
19713
19714         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19715           create a NULL-initialized array of pads, so we don't think they
19716           exist already. (fixes #143130)
19717
19718 2004-06-07  Benjamin Otte  <otte@gnome.org>
19719
19720         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19721         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19722         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19723           don't use // coments
19724
19725 2004-06-07  Benjamin Otte  <otte@gnome.org>
19726
19727         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19728           cast to GstClockTime to get higher granularity
19729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19730           use gst_element_set_time_delay to get the exact time
19731         * ext/mad/gstmad.c: (gst_mad_chain):
19732           use the negotiated rate instead of the current frame's rate which
19733           might be wrong because of bit errors. This avoids emitting totally
19734           bogus timestamps and screwing sync.
19735         (fixes #143454)
19736
19737 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19738
19739         reviewed by Benjamin Otte  <otte@gnome.org>
19740
19741         * gst/adder/gstadder.c: (gst_adder_loop):
19742           properly error out when no negotiation has happened yet. (fixes
19743           #143032)
19744
19745 2004-06-06  Benjamin Otte  <otte@gnome.org>
19746
19747         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19748           forward correctly transformed offset in discont events. Based on
19749           patch by Arwed v. Merkatz. (fixes #142851)
19750
19751 2004-06-06  David Schleef  <ds@schleef.org>
19752
19753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19754         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
19755         problems on several systems.
19756
19757 2004-06-06  Benjamin Otte  <otte@gnome.org>
19758
19759         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19760           use explicit caps on the srcpad
19761         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19762           properly error out if caps couldn't be set (fixes #142764)
19763
19764 2004-06-06  Benjamin Otte  <otte@gnome.org>
19765
19766         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19767         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19768         (gst_alsa_start_audio):
19769           - don't call set_periods_integer anymore, it breaks the
19770           configuration randomly
19771           - call snd_pcm_hw_params_set_access directly instead of using masks
19772           - don't fail if the sw_params can't be set, just use the default
19773           params and hope it works. Alsalib has weird issues when you touch
19774           sw_params and does no proper error reporting about what failed.
19775         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19776         (gst_alsa_close_audio):
19777           make our alsa debugging go via gst debugging and not conditionally
19778           defined
19779         * ext/alsa/gstalsa.h:
19780           add ALSA_DEBUG_FLUSH macro
19781         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19782         (plugin_init):
19783           wrap alsa errors to be printed via the gst debugging system and not
19784           spammed to stderr
19785
19786 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19787
19788         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19789         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19790         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19791         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19792         (qtdemux_parse_trak):
19793         * gst/qtdemux/qtdemux.h:
19794           Bitch. Also known as seeking, querying & co.
19795         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19796         (gst_osssink_change_state):
19797         * sys/oss/gstosssink.h:
19798           Resyncing is for weenies, this hack is no longer needed and was
19799           broken anyway (since it - unintendedly - always leaves resync to
19800           TRUE).
19801
19802 2004-06-05  Andrew Turner <zxombie@hotpop.com>
19803
19804         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19805         * gst/tcp/gsttcpclientsrc.h: idem
19806           - define MSG_NOSIGNAL if not done
19807           - include unistd.h for off_t
19808           (fixes #143749)
19809
19810 2004-06-05  Benjamin Otte  <otte@gnome.org>
19811
19812         * configure.ac:
19813         * ext/kio/Makefile.am:
19814           check for qt's moc preprocessor explicitly and use it
19815
19816 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19817
19818         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19819           don't get a signal for EPIPE on socket writes
19820           (somebody check if this works on other platforms)
19821
19822 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19823
19824         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19825         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19826           check error condition on available samples correctly
19827
19828 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19829
19830         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19831           avoid a segfault
19832         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19833         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19834         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19835         (gst_tcpserversrc_gdp_read_header):
19836          use ssize_t over size_t since the former is signed and thus the
19837          check for error codes can work
19838
19839 2004-06-02  Wim Taymans  <wim@fluendo.com>
19840
19841         reviewed by: Johan
19842
19843         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19844         (gst_multipart_mux_loop):
19845         Oops
19846
19847 2004-06-02  Wim Taymans  <wim@fluendo.com>
19848
19849         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19850         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19851         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19852         (gst_multipart_mux_change_state):
19853         Added configurable boundary specifier, added the value as a
19854         caps field as well.
19855
19856 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19857
19858         * gst/tcp/gsttcp.c:
19859         * gst/tcp/gsttcpclientsrc.c:
19860         * gst/tcp/gsttcpclientsrc.h:
19861         * gst/tcp/gsttcpserversrc.c:
19862           - portability fix, to compile on OSX
19863             (fixes #143146)
19864
19865         * sys/osxaudio/gstosxaudioelement.c:
19866         * sys/osxaudio/gstosxaudiosink.c:
19867         * sys/osxaudio/gstosxaudiosrc.c:
19868           - compilation warnings on OSX
19869             (fixes #143153)
19870
19871 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19872
19873         * ext/vorbis/vorbisdec.c : sign warning fixes
19874
19875         * gst-libs/gst/mixer/mixertrack.c :
19876           do no use defines which are glib 2.4 specific
19877
19878 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
19879
19880         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19881           buffer since libflac doesn't expect it (reports a sync error when
19882           it encounters that)
19883
19884
19885 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
19886
19887         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19888         * gst-libs/gst/mixer/mixertrack.c:
19889         (gst_mixer_track_get_property), (get_mixer_track_init),
19890         (get_mixer_track_get_property): Added property accessors
19891         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19892         * gst-libs/gst/mixer/mixeroptions.c:
19893         (gst_mixer_options_get_values): Added
19894         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19895         * gst-libs/gst/mixer/mixer.c: Fixed comment
19896
19897
19898 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19899
19900         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19901           improve error messages on open
19902
19903
19904 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19905
19906         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19907           check if v4l-conf is in path
19908
19909 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19910
19911         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19912           change assert to a more readable error message
19913
19914 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19915
19916         * gst-libs/gst/tuner/tunerchannel.h:
19917           - add a freq_multiplicator field to make the conversion
19918             between internal frequency unit and Hz
19919         * sys/v4l/gstv4lelement.c:
19920         * sys/v4l2/gstv4l2element.c:
19921           - change default video device to /dev/video0
19922         * sys/v4l/v4l_calls.c:
19923         * sys/v4l2/v4l2_calls.c:
19924           - we only expose frequency to the user in Hz instead of
19925             bastard v4lX unit (either 62.5kHz or 62.5Hz)
19926
19927 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
19928         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19929           Initialise b_o_s and e_o_s variables
19930         * gst-libs/gst/riff/riff-media.c:
19931         (gst_riff_create_video_caps_with_data):
19932           Add some unusual fourcc's from mplayer avi's
19933         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19934           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19935           autoplugging.
19936
19937 2004-05-28  Wim Taymans  <wim@fluendo.com>
19938
19939         * configure.ac:
19940         * gst/alpha/Makefile.am:
19941         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19942         (gst_alpha_get_type), (gst_alpha_base_init),
19943         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19944         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19945         (gst_alpha_chroma_key), (gst_alpha_chain),
19946         (gst_alpha_change_state), (plugin_init):
19947         A plugin to add an alpha channel to I420 video. Can optionally do
19948         chroma keying.
19949         * gst/multipart/Makefile.am:
19950         * gst/multipart/multipart.c: (plugin_init):
19951         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19952         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19953         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19954         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19955         (gst_multipart_demux_change_state),
19956         (gst_multipart_demux_plugin_init):
19957         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19958         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19959         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19960         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19961         (gst_multipart_mux_pad_unlink),
19962         (gst_multipart_mux_request_new_pad),
19963         (gst_multipart_mux_handle_src_event),
19964         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19965         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19966         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19967         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19968         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19969         send multipart jpeg images to a browser.
19970         * gst/videobox/Makefile.am:
19971         * gst/videobox/README:
19972         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19973         (gst_video_box_get_type), (gst_video_box_base_init),
19974         (gst_video_box_class_init), (gst_video_box_init),
19975         (gst_video_box_set_property), (gst_video_box_get_property),
19976         (gst_video_box_sink_link), (gst_video_box_i420),
19977         (gst_video_box_ayuv), (gst_video_box_chain),
19978         (gst_video_box_change_state), (plugin_init):
19979         Crops or adds borders around an image. can do alpha channel
19980         borders as well.
19981         * gst/videomixer/Makefile.am:
19982         * gst/videomixer/README:
19983         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19984         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
19985         (gst_videomixer_pad_get_sink_event_masks),
19986         (gst_videomixer_pad_get_property),
19987         (gst_videomixer_pad_set_property),
19988         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
19989         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
19990         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19991         (gst_videomixer_base_init), (gst_videomixer_class_init),
19992         (gst_videomixer_init), (gst_videomixer_request_new_pad),
19993         (gst_videomixer_handle_src_event),
19994         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
19995         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19996         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19997         (gst_videomixer_loop), (gst_videomixer_get_property),
19998         (gst_videomixer_set_property), (gst_videomixer_change_state),
19999         (plugin_init):
20000         Generic video mixer plugin, can handle multiple inputs all with
20001         different framerates and video sizes. Is fully alpha channel
20002         aware.
20003
20004 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20005
20006         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20007           Select first track as master track. Not sure how else to handle
20008           that...
20009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
20010           Discard discont events. Should fix #142962.
20011
20012 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20013
20014         * ext/alsa/Makefile.am:
20015         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
20016         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
20017         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
20018         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
20019         (gst_alsa_mixer_get_option):
20020         * ext/alsa/gstalsamixer.h:
20021         * ext/alsa/gstalsamixeroptions.c:
20022         (gst_alsa_mixer_options_get_type),
20023         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
20024         (gst_alsa_mixer_options_new):
20025         * ext/alsa/gstalsamixeroptions.h:
20026         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20027         * ext/alsa/gstalsamixertrack.h:
20028           Add enumerations (as GstMixerOptions). Make correct distinction
20029           between input/output tracks. Add capture/playback private flag.
20030           Use flag to decide on whether to set capture or playback volumes
20031           or switches. Use playback and record switches.
20032         * gst-libs/gst/mixer/Makefile.am:
20033         * gst-libs/gst/mixer/mixer-marshal.list:
20034         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
20035         (gst_mixer_set_option), (gst_mixer_get_option),
20036         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
20037         (gst_mixer_volume_changed), (gst_mixer_option_changed):
20038         * gst-libs/gst/mixer/mixer.h:
20039         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
20040         (gst_mixer_options_class_init), (gst_mixer_options_init),
20041         (gst_mixer_options_dispose):
20042         * gst-libs/gst/mixer/mixeroptions.h:
20043           Add GstMixerOptions.
20044         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20045           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
20046           broken device detection on computers with multiple OSS sound
20047           cards.
20048
20049 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20050
20051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20052           fixate nicely even when the peer is not negotiating
20053
20054 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20055
20056         * gst/audioconvert/gstaudioconvert.c:
20057         (gst_audio_convert_parse_caps):
20058           make sure we don't allow depth > width
20059         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20060           fixate endianness to G_BYTE_ORDER as default
20061         * gst/audioscale/gstaudioscale.c:
20062           we don't handle another endianness as host-endianness
20063
20064 2004-05-25  David Schleef  <ds@schleef.org>
20065
20066         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
20067
20068 2004-05-24  Benjamin Otte  <otte@gnome.org>
20069
20070         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
20071         (gst_oggvorbisenc_setup):
20072           properly fail when we can't setup the vorbis encoder due to
20073           unsupported settings
20074         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
20075         (gst_vorbisenc_setup):
20076           same
20077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20078           fix case where warnings occured when one pad was unlinked while the
20079           other's link function was called
20080
20081 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20082
20083         * gst/tcp/Makefile.am:
20084           use GST_ENABLE_NEW
20085
20086 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20087
20088         * gst-libs/gst/resample/private.h:
20089           don't use optimizations that are #if 0'ed
20090
20091 2004-05-24  Wim Taymans  <wim@fluendo.com>
20092
20093         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20094         Fix potential division by zero error and hopefully get
20095         the position query right to get correct timestamps on avi
20096         audio.
20097
20098 2004-05-24  Wim Taymans  <wim@fluendo.com>
20099
20100         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
20101         (gst_videoscale_scale_nearest_str2),
20102         (gst_videoscale_scale_nearest_str4),
20103         (gst_videoscale_scale_nearest_32bit),
20104         (gst_videoscale_scale_nearest_24bit),
20105         (gst_videoscale_scale_nearest_16bit):
20106         Fix the scaling algorithm and avoid a buffer overflow.
20107         removed the while loop in the scaling function as it
20108         was used for point sampling only.
20109
20110 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20111
20112         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20113         (gst_id3_tag_class_init), (gst_id3_tag_init),
20114         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
20115         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
20116         (gst_id3_tag_send_tag_event):
20117           lots of fixes to make id3mux work and id3demux work correctly
20118
20119 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20120
20121         * ext/Makefile.am:
20122           add rules to build shout2send (was removed by accident
20123           when this module was no more marked experimental/broken)
20124
20125 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20126
20127         * ext/shout2/gstshout2.c:
20128         * ext/shout2/gstshout2.h:
20129           adding a "connection problem" signal to shout2send
20130           (fixes #142954)
20131
20132 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20133
20134         * ext/kio/kioreceiver.cpp:
20135         * ext/kio/kioreceiver.h:
20136           fix sign comparison issues
20137
20138 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20139
20140         * gst/cdxaparse/gstcdxaparse.c:
20141         * gst/cdxaparse/gstcdxaparse.h:
20142           some renaming
20143           add some checks/sanity
20144           prepare for seek addition
20145
20146         * sys/sunaudio/gstsunaudio.c:
20147           remove exported dupe init function
20148
20149 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
20150
20151         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
20152         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
20153           Fix format conversion and position querying.
20154         * gst/debug/progressreport.c: (gst_progressreport_report):
20155           Don't output a bogus total value that we didn't query.
20156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20157           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
20158           only a blank window after xine has been used.
20159
20160 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20161
20162         * m4/as-arts.m4:
20163           sync with upstream version to fix test on FC2
20164           readd with -ko to preserve Id header
20165
20166 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20167
20168         * configure.ac:
20169           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
20170         * gst/tcp/gsttcpclientsrc.c: idem
20171         * gst/tcp/gsttcpserversink.c: idem
20172         * gst/tcp/gsttcpserversrc.c: idem
20173         * m4/gst-fionread.m4: idem
20174
20175         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
20176
20177         * configure.ac: enable speex plugin for speex 1.1.5+
20178         * ext/speex/gstspeexenc.c: fix cast warning
20179
20180         * ext/esd/README: fix typo
20181
20182 2004-05-20  David Schleef  <ds@schleef.org>
20183
20184         * configure.ac: Minor cosmetic change to convince the buildbot to
20185         reautogen.
20186         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
20187         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
20188         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
20189         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
20190         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
20191         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
20192         More hacking.  Plays audio now.
20193
20194 2004-05-20  David Schleef  <ds@schleef.org>
20195
20196         * configure.ac:
20197         * sys/Makefile.am:
20198
20199 2004-05-20  David Schleef  <ds@schleef.org>
20200
20201         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
20202         * sys/osxaudio/gstosxaudio.c:
20203         * sys/osxaudio/gstosxaudioelement.c:
20204         * sys/osxaudio/gstosxaudioelement.h:
20205         * sys/osxaudio/gstosxaudiosink.c:
20206         * sys/osxaudio/gstosxaudiosink.h:
20207         * sys/osxaudio/gstosxaudiosrc.c:
20208         * sys/osxaudio/gstosxaudiosrc.h:
20209
20210 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20211
20212         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
20213         (gst_vorbisenc_chain):
20214           put the codec headers on the caps as streamheader as well as
20215           pushing them out
20216
20217 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20218
20219         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20220         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20221         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
20222         split up push_packet into two functions
20223
20224 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20225
20226         * gst/tcp/.cvsignore:
20227           ignore enums
20228         * gst/tcp/Makefile.am:
20229         * gst/tcp/README:
20230         * gst/tcp/gsttcp.c:
20231         * gst/tcp/gsttcp.h:
20232         * gst/tcp/gsttcpclientsink.c:
20233         * gst/tcp/gsttcpclientsink.h:
20234         * gst/tcp/gsttcpclientsrc.c:
20235         * gst/tcp/gsttcpclientsrc.h:
20236         * gst/tcp/gsttcpplugin.c:
20237         * gst/tcp/gsttcpserversink.c:
20238         * gst/tcp/gsttcpserversink.h:
20239         * gst/tcp/gsttcpserversrc.c:
20240         * gst/tcp/gsttcpserversrc.h:
20241           add new tcp elements
20242
20243 2004-05-19  Wim Taymans  <wim@fluendo.com>
20244
20245         * gst/law/mulaw-conversion.c: (mulaw_encode):
20246         Fix overflow bug in ulaw encoding.
20247
20248 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20249
20250         * ext/mad/gstmad.c: (gst_mad_handle_event):
20251           don't unref the event twice
20252
20253 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20254
20255         * configure.ac:
20256           remove -Wno-sign-compare
20257
20258 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20259
20260         * configure.ac:
20261           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
20262           if you want to work against glib 2.2 and 2.4
20263
20264 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20265
20266         * gst/tcp/Makefile.am:
20267         * gst/tcp/gsttcp.c:
20268         * gst/tcp/gsttcp.h:
20269         * gst/tcp/gsttcpsink.h:
20270         * gst/tcp/gsttcpsrc.h:
20271           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
20272
20273 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20274
20275         * gst/debug/tests.c: (md5_get_value):
20276           fix segfault on gst-inspect
20277
20278 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20279
20280         * gst/debug/testplugin.c:
20281         * gst/debug/tests.c:
20282         * gst/debug/tests.h:
20283           add new extensible and configurable testing element. Current tests
20284           include buffer count, stream length, timestamp/duration matching and
20285           md5.
20286         * gst/debug/Makefile.am:
20287         * gst/debug/gstdebug.c: (plugin_init):
20288           add infrastructure for new element
20289
20290 2004-05-19  Johan Dahlin  <johan@gnome.org>
20291
20292         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
20293         ending of the array. Fixes gst-inspect segfault on ppc.
20294
20295 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20296
20297         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
20298
20299         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
20300
20301 2004-05-18  David Schleef  <ds@schleef.org>
20302
20303         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
20304         warnings (bugs, actually) noticed by gcc but not forte.
20305
20306 2004-05-18  David Schleef  <ds@schleef.org>
20307
20308         * sys/sunaudio/Makefile.am:
20309         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
20310
20311 2004-05-18  David Schleef  <ds@schleef.org>
20312
20313         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20314         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
20315         to allow qtdemux to use non-seekable streams. (bug #142272)
20316
20317 2004-05-18  David Schleef  <ds@schleef.org>
20318
20319         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
20320         (gst_resample_sinc_ft_float): Remove use of static temporary
20321         buffer.  This code was obviously not supposed to last long, but
20322         it's stuck in our ABI, so it required a little hack to make it
20323         ABI-compatible.  Fixes #142585.
20324         * gst-libs/gst/resample/resample.h: same.
20325
20326 2004-05-18  David Schleef  <ds@schleef.org>
20327
20328         * configure.ac: Add sunaudio
20329         * examples/Makefile.am: make gstplay depend on gconf
20330         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
20331         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
20332         (convert_table_lookup), (img_convert): remove c99-isms
20333         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
20334           unsigned, to fix a warning on Solaris
20335         * gst/mpeg1sys/systems.c: bcopy->memcpy
20336         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
20337         * sys/Makefile.am: Add sunaudio
20338
20339 2004-05-18  Wim Taymans  <wim@fluendo.com>
20340
20341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
20342         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20343         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
20344         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
20345         (gst_ogg_mux_loop):
20346         Fix an ugly memleak where the muxer didn't flush enough ogg
20347         pages. This also resulted in badly muxed ogg files.
20348
20349 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20350
20351         * gst/asfdemux/asfheaders.c :
20352         * gst/asfdemux/asfheaders.h :
20353         * gst/asfdemux/gstasfdemux.c :
20354           - fix ASF_OBJ_PADDING guid
20355           - add 3 new object guids (language list, metadata,
20356             extended stream properties)
20357           - add a function to parse extended header objects
20358
20359 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20360
20361         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20362           remove leftover debugging g_print
20363
20364 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20365
20366         * ext/mad/gstmad.c: (gst_mad_handle_event):
20367           Fix for when the first format in a discont event is not a
20368           byte-based one. Should fix #137710.
20369
20370 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20371
20372         * m4/a52.m4 : fix compilation with -Wall -Werror
20373         * m4/libfame.m4 : idem
20374         * m4/libmikmod.m4 : idem
20375
20376 2004-05-17  Benjamin Otte  <otte@gnome.org>
20377
20378         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20379           signal the new tags before giving up the reference
20380
20381 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20382
20383         * ext/shout2/gstshout2.c:
20384           use application/ogg instead of application/x-ogg (patch by Patrick
20385           Guimond, fixes #142432)
20386         * sys/oss/gstosselement.c: (gst_osselement_reset),
20387         (gst_osselement_sync_parms):
20388           don't set fragment size unless specified (fixes #142493)
20389
20390 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20391
20392         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
20393           fixes #142664
20394
20395 2004-05-17  Benjamin Otte  <otte@gnome.org>
20396
20397         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20398           compute offsets correctly for internal buffers so timestamps are set
20399           correctly when we can't seek. Also handle cases where there are no
20400           offsets. (based on a patch by David Moore, fixes #142507)
20401
20402 2004-05-17  Benjamin Otte  <otte@gnome.org>
20403
20404         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20405           use correct variable when determining amount of data to skip so we
20406           don't skip into the void and segfault
20407
20408 2004-05-16  Benjamin Otte  <otte@gnome.org>
20409
20410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20411           Hi, I'm a memleak
20412
20413 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20414
20415         * gst/asfdemux/gstasfdemux.c:
20416           - fix a mem leak and always propagate tags
20417           - add WMV3 to known video codecs (but no decoder yet)
20418           - replace "surplus data" at end of audio header for what
20419             it is : codec specific data
20420           - fix a typo
20421
20422 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
20423
20424         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20425
20426         * gst-libs/gst/audio/audioclock.c:
20427           Fix wrong return type (#142205).
20428
20429 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20430
20431         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
20432           Ignore CRCs by default (fixes #142566).
20433
20434 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20435
20436         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
20437         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
20438         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
20439         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
20440         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20441         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
20442           Fix for cases where we fail to attach to a mixer.
20443
20444 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20445
20446         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20447           Don't touch events after not owning them anymore.
20448         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
20449         (gst_wavparse_fmt), (gst_wavparse_other),
20450         (gst_wavparse_handle_seek), (gst_wavparse_loop),
20451         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20452         (gst_wavparse_srcpad_event):
20453         * gst/wavparse/gstwavparse.h:
20454           Add seeking, fix querying.
20455
20456 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20457
20458         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20459           - process comments even if they don't end with \0\0
20460             g_convert would ignore them if present and works well without them
20461
20462 2004-05-16  Benjamin Otte  <otte@gnome.org>
20463
20464         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
20465           simplify caps
20466
20467 2004-05-16  Benjamin Otte  <otte@gnome.org>
20468
20469         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20470           don't write to memory we might not write to - g_convert does that
20471           for us anyway (fixes #142613)
20472         (gst_asf_demux_audio_caps):
20473           comment out gst_util_dump_mem
20474
20475 2004-05-16  Benjamin Otte  <otte@gnome.org>
20476
20477         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20478           compute correct expected timestamps after seek (broken since
20479           last commit)
20480         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
20481           rename element and debugging category to gdkpixbufscale
20482
20483 2004-05-16  Benjamin Otte  <otte@gnome.org>
20484
20485         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20486           add error checking to snd_pcm_delay and remove duplicate call to
20487           snd_pcm_delay that caused issues (see inline code comments)
20488         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20489           make more readable and fix return value when snd_pcm_delay fails
20490         (fixes #142586)
20491
20492 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
20493         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
20494         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
20495         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
20496         (gst_pixbufscale_link), (gst_pixbufscale_init),
20497         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
20498         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
20499         (gst_pixbufscale_get_property), (pixbufscale_init):
20500         * ext/gdk_pixbuf/pixbufscale.h:
20501         Add these files I forgot earlier
20502
20503 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
20504         * ext/gdk_pixbuf/Makefile.am:
20505         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20506         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20507         Add new pixbufscale element to scale RGB video
20508         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
20509         and HYPER interpolation correctly.
20510         * ext/theora/theoraenc.c: (theora_enc_chain),
20511         Discard buffer and return if explicit caps could not be set
20512         (theora_enc_get_property):
20513         Make _get return kbps for the bitrate consistent with
20514         the _set function.
20515
20516
20517 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20518
20519         * ext/libvisual/visual.c: (gst_visual_chain):
20520           add missing visual_audio_analyze
20521
20522 2004-05-14  David Schleef  <ds@schleef.org>
20523
20524         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
20525         is killed while we're playing.
20526         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
20527         gst_element_no_more_pads().
20528
20529 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20530
20531         * gst-libs/gst/riff/riff-read.c :
20532           - fix INFO tag extraction in RIFF/AVI files
20533             because gst_event_unref (event) also freed taglist
20534           - avoid a mem leak
20535
20536 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20537
20538         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
20539         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
20540
20541         * gst/auparse/gstauparse.c :
20542           - add code (commented for now) to support audio/x-adpcm on src pad
20543             (we have no decoder for those layout yet)
20544
20545         * gst/cdxaparse/gstcdxaparse.c :
20546         * gst/cdxaparse/gstcdxaparse.h :
20547           - partial rewrite using RiffRead (ripped iain's wavparse code)
20548
20549         * gst/rtp/gstrtpL16enc.c : typo
20550         * gst/rtp/gstrtpgsmenc.c : typo
20551
20552 2004-05-13  Benjamin Otte  <otte@gnome.org>
20553
20554         * configure.ac:
20555           check for exact version of libvisual, it's not supposed to be
20556           API/ABI stable yet
20557
20558 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20559
20560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
20561           signal no-more-pads
20562
20563 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20564
20565         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
20566         Report which format was used for GST_FORMAT_DEFAULT
20567         * gst/debug/Makefile.am:
20568         * gst/debug/gstdebug.c: (plugin_init):
20569         * gst/debug/progressreport.c: (gst_progressreport_base_init),
20570         (gst_progressreport_class_init), (gst_progressreport_init),
20571         (gst_progressreport_report), (gst_progressreport_set_property),
20572         (gst_progressreport_get_property), (gst_progressreport_chain),
20573         (gst_progressreport_plugin_init):
20574         Add progressreport element for testing.
20575
20576 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20577
20578         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
20579         * sys/v4l/gstv4lsrc.h:
20580         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20581         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20582         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
20583         (gst_v4lsrc_grab_frame):
20584           add more debugging
20585           send a discont at start
20586
20587 2004-05-12  Colin Walters  <walters@redhat.com>
20588
20589         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
20590         inflooping if we can't find a chunk.  Or in other words, don't blow
20591         chunks if we don't have a chunk to blow.
20592
20593 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20594         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
20595         Remove old debug output
20596         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
20597         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
20598         (gst_dvdec_set_property), (gst_dvdec_get_property):
20599         Change the quality setting to an enum, so it works from gst-launch
20600         Don't renegotiate a non-linked pad. Allows audio only decoding.
20601         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
20602         (gst_deinterlace_link), (gst_deinterlace_init):
20603         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20604         (gst_videodrop_link):
20605         Some caps negotiation fixes
20606
20607 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20608
20609         * ext/tarkin/gsttarkin.c :
20610           - Change RANK from NONE to PRIMARY
20611         * ext/gdk_pixbuf/gstgdkpixbuf.c :
20612           - Change RANK from NONE to MARGINAL
20613         * ext/divx/gstdivxenc.c :
20614           - Change RANK from PRIMARY to NONE (encoder/spider issue)
20615
20616 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20617
20618         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20619         (gst_vorbisenc_push_packet):
20620           copy a function that was added between 1.0 and 1.0.1 until we
20621           depend on worthwhile features of post-1.0
20622
20623 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20624
20625         * configure.ac:
20626           enable shout2 by default
20627         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
20628         (gst_shout2send_base_init), (gst_shout2send_init),
20629         (gst_shout2send_connect), (gst_shout2send_change_state):
20630         * ext/shout2/gstshout2.h:
20631           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
20632           #142262)
20633         * ext/theora/theora.c: (plugin_init):
20634           don't set rank on encoders
20635
20636 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
20637
20638         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20639           Use codec_data property instead of flag1 and flag2 for wma
20640
20641 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20642
20643         * gst/cdxaparse/gstcdxaparse.c :
20644           - Add mpegversion to CAPS to make it link
20645           - Rank is as GST_RANK_SECONDARY instead of NONE
20646         * gst/auparse/gstauparse.c :
20647           - Document all audio encoding we can encounter from Solaris 9
20648             headers and libsndfile information.
20649           - Increase max. rate from 48000 to 192000 (to match other elements)
20650           - Don't try to play junk data between header and samples
20651
20652 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20653
20654         * ext/libvisual/visual.c: (gst_visual_getcaps):
20655           use the right caps depending on endianness (I hope)
20656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
20657           use GST_RANK_NONE for all non-decoding elements or spider gets
20658           mighty confused
20659
20660 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20661
20662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20663           Fix some odd cases and fix BE metadata parsing of unicode16 text.
20664
20665 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20666
20667         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20668         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20669         (gst_switch_loop), (gst_switch_get_type):
20670           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
20671           HEADERS. Had to be said.
20672
20673 2004-05-10  David Schleef  <ds@schleef.org>
20674
20675         * configure.ac: Add prototype Dirac support.
20676         * ext/Makefile.am:
20677         * ext/dirac/Makefile.am:
20678         * ext/dirac/gstdirac.cc:
20679         * ext/dirac/gstdiracdec.cc:
20680
20681 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20682
20683         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20684         (gst_auparse_init), (gst_auparse_chain),
20685         (gst_auparse_change_state):
20686           Hack around spider. Remove me some day please.
20687
20688 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20689
20690         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20691           Fix for some uninitialized variables in previous patch, also
20692           makes it work. Fixes #142286 while we're at it.
20693
20694 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20695
20696         * gst/auparse/gstauparse.c:
20697                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20698                 only unsupported formats are ADPCM/CCITT G.72x
20699                 reviewed by Ronald
20700         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20701
20702 2004-05-10  Wim Taymans  <wim@fluendo.com>
20703
20704         * ext/vorbis/Makefile.am:
20705         * ext/vorbis/README:
20706         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20707         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20708         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20709         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20710         (gst_oggvorbisenc_convert_sink),
20711         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20712         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20713         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20714         (get_constraints_string), (update_start_message),
20715         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20716         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20717         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20718         * ext/vorbis/oggvorbisenc.h:
20719         * ext/vorbis/vorbis.c: (plugin_init):
20720         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20721         (raw_caps_factory), (gst_vorbisenc_class_init),
20722         (gst_vorbisenc_init), (gst_vorbisenc_setup),
20723         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20724         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20725         * ext/vorbis/vorbisenc.h:
20726         Added a raw vorbis encoder to be used with the oggmuxer.
20727         We still need the old encoder for some gnome applications,
20728         read the README to find out how that works.
20729         The raw encoder is called "rawvorbisenc" until 0.9.
20730
20731 2004-05-10  Wim Taymans  <wim@fluendo.com>
20732
20733         * ext/ogg/gstogg.c: (plugin_init):
20734         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20735         (gst_ogg_print):
20736         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20737         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20738         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20739         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20740         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20741         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20742         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20743         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20744         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20745         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20746         Added an ogg muxer.
20747         Small typo fixes in the demuxer.
20748
20749 2004-05-10  Wim Taymans  <wim@fluendo.com>
20750
20751         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20752         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20753         (theora_enc_change_state), (theora_enc_set_property),
20754         (theora_enc_get_property):
20755         Mark the last packet with an EOS flag which is not really needed
20756         in gstreamer.
20757         Do some better video framerate initialisation.
20758         Update the buffer timestamp.
20759
20760 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
20761
20762         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20763         Return the result of the parent state change call
20764
20765 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20766
20767         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20768         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20769         * gst/law/alaw-encode.c : (idem)
20770         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20771         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20772         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20773
20774 2004-05-09  Benjamin Otte  <otte@gnome.org>
20775
20776         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20777           don't use a fixed buffer size when writing variable length data to
20778           it. Fixes memory corruption and makes alsasrc work
20779
20780 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20781
20782         * ext/gnomevfs/gstgnomevfssink.c:
20783         (_gst_boolean_allow_overwrite_accumulator),
20784         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20785           Run glib's default signal handler (??) in RUN_CLEANUP rather than
20786           RUN_LAST, and don't use that to set the accumulator value because
20787           then it's always FALSE.
20788
20789 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20790
20791         * gst-libs/gst/riff/riff-media.c:
20792         (gst_riff_create_video_caps_with_data),
20793         (gst_riff_create_audio_caps),
20794         (gst_riff_create_audio_template_caps):
20795         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20796           Fix for unaligned RIFF files (i.e. where all the chunks together
20797           in a LIST chunk are not of the same size as the size given in
20798           the LIST chunk header). Fixes several odd WAVE files. Also fix
20799           ADPCM (block_align property) in audio, so that wavparse based
20800           on this works now as it used to stand-alone.
20801
20802 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
20803
20804         reviewed by Benjamin Otte  <otte@gnome.org>
20805
20806         * ext/a52dec/gsta52dec.c:
20807         * ext/divx/gstdivxdec.c:
20808         * ext/divx/gstdivxenc.c:
20809         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20810         * ext/faac/gstfaac.c: (gst_faac_base_init):
20811         * ext/faad/gstfaad.c: (gst_faad_base_init):
20812         * ext/ivorbis/vorbisfile.c:
20813         * ext/lame/gstlame.c:
20814         * ext/libfame/gstlibfame.c:
20815         * ext/mpeg2enc/gstmpeg2enc.cc:
20816         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20817         * ext/sidplay/gstsiddec.cc:
20818         * ext/speex/gstspeexdec.c:
20819         * ext/speex/gstspeexenc.c:
20820         * ext/xvid/gstxviddec.c:
20821         * ext/xvid/gstxvidenc.c:
20822           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20823           (fixes #142193)
20824
20825 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20826
20827         * ext/alsa/gstalsa.c: (device_list),
20828         (gst_alsa_class_probe_devices):
20829         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20830           Fix alsa oddness in mixer after the combination of using mixer
20831           in source/sink elements and using hw:x,y instead of just hw:x.
20832
20833 2004-05-09  Benjamin Otte  <otte@gnome.org>
20834
20835         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20836         (gst_wavparse_create_sourcepad):
20837           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20838           sourcepads
20839
20840 2004-05-09  Benjamin Otte  <otte@gnome.org>
20841
20842         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20843           allow discont events before caps nego
20844
20845 2004-05-08  Benjamin Otte  <otte@gnome.org>
20846
20847         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20848           don't leak events
20849
20850 2004-05-08  Benjamin Otte  <otte@gnome.org>
20851
20852         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20853         (gst_level_change_state), (gst_level_init):
20854         * gst/level/gstlevel.h:
20855           figure out if we're initialized directly instead of keeping a
20856           variable that's wrong in 90% of cases
20857           don't initialize pads and then leak them and use a new unitialized
20858           pad. (fixes #142084)
20859           these were bugs so n00bish I didn't find them for an hour :/
20860
20861 2004-05-08 Iain <iain@prettypeople.org>
20862
20863         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20864         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20865         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20866         return the length that was read.
20867         (gst_riff_read_strf_auds): Allow fmt tags as well.
20868
20869 2004-05-07  David Schleef  <ds@schleef.org>
20870
20871         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20872         signed char assumption in faad.h.
20873
20874 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20875
20876         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20877           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20878
20879 2004-05-07  Colin Walters  <walters@redhat.com>
20880
20881         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20882         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20883         function.
20884         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20885         Add dispose function.
20886
20887 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
20888         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20889           Fix caps nego and pad templates. RGB mode caps should
20890           work now.
20891         * ext/dvdnav/gst-dvd:
20892           Move mpeg2dec inside the thread because otherwise the
20893           queue rejects cap changes mid-stream
20894         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20895         (gst_mpeg2dec_flush_decoder):
20896           For mpeg2dec > 0.4.0, call the flush function instead of
20897           manually extracting all in-flight frames.
20898         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20899         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20900           Change mime type video/dv go video/x-dv to match the
20901           rest of gst-plugins
20902
20903 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20904
20905         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20907         (gst_alsa_sink_class_init):
20908         * ext/alsa/gstalsasink.h:
20909         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20910         (gst_alsa_src_class_init):
20911         * ext/alsa/gstalsasrc.h:
20912           Make alsasink/src a subclass of alsamixer so that mixer stuff
20913           shows up in gst-rec. Needs some finetuning.
20914
20915 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20916
20917         * ext/lame/gstlame.c: (gst_lame_chain):
20918           simplify
20919         * ext/mad/gstmad.c: (gst_mad_handle_event):
20920           fix event leak
20921         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20922           be able to detect mp3 files < 4096 bytes
20923
20924 2004-05-06  Wim Taymans  <wim@fluendo.com>
20925
20926         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20927         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20928         (theora_enc_set_property), (theora_enc_get_property):
20929         Also encode the first frame, cleanup some code.
20930
20931 2004-05-06  Wim Taymans  <wim@fluendo.com>
20932
20933         * ext/mpeg2enc/gstmpeg2enc.cc:
20934         Forward events first before deciding that negotiation was
20935         not performed.
20936
20937 2004-05-06  Wim Taymans  <wim@fluendo.com>
20938
20939         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20940         First process the events before deciding that negotiation
20941         was not performed.
20942
20943 2004-05-06  Wim Taymans  <wim@fluendo.com>
20944
20945         * ext/theora/Makefile.am:
20946         * ext/theora/theora.c: (plugin_init):
20947         * ext/theora/theoradec.c: (theora_dec_change_state):
20948         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20949         (gst_theora_enc_class_init), (gst_theora_enc_init),
20950         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20951         (theora_enc_chain), (theora_enc_change_state),
20952         (theora_enc_set_property), (theora_enc_get_property):
20953         Added a theora encoder, grouped the encoder and decoder into the
20954         same plugin.
20955
20956 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20957
20958         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20959         (gst_jpegenc_chain):
20960         fix DURATION on outgoing buffers
20961         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20962         debug using time formats
20963         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20965         (gst_xvimagesink_sink_link):
20966         windows with width/height 0 generate X errors, so don't allow them
20967
20968 2004-05-05  Wim Taymans  <wim@fluendo.com>
20969
20970         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20971         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20972         (gst_mpeg2dec_negotiate_format):
20973         * ext/mpeg2dec/gstmpeg2dec.h:
20974           removed the static pad template so that we can add the
20975           more accurate framerate value to the caps.
20976
20977
20978 2004-05-04  Benjamin Otte  <otte@gnome.org>
20979
20980         * configure.ac:
20981           check for kdemacros.h, too (should fix #141821)
20982         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20983           don't crash if no header was sent, but nicely error out (fixes part
20984           of #141554)
20985
20986 2004-05-04  Wim Taymans  <wim@fluendo.com>
20987
20988         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
20989         parent dispose function to avoid segfault on destroy.
20990
20991 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20992
20993         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20994         (plugin_init):
20995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20996         (gst_xvimagesink_sink_link):
20997         clean up debugging caps
20998         also recreate xvimage when format has changed
20999
21000 2004-05-04  Benjamin Otte  <otte@gnome.org>
21001
21002         * ext/libvisual/Makefile.am:
21003         * ext/libvisual/visual.c: (gst_visual_class_init),
21004         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
21005         (gst_visual_srclink), (gst_visual_chain),
21006         (gst_visual_change_state), (plugin_init):
21007           use a GstAdapter to correctly adapt buffer sizes - allows using a
21008           framerate
21009
21010 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21011
21012         * sys/v4l/gstv4lelement.h:
21013         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21014         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
21015         (gst_v4lsrc_buffer_free):
21016         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
21017         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21018         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
21019         (gst_v4lsrc_requeue_frame):
21020         move some debugging categories around
21021         query for fps index and set accordingly if found
21022
21023 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21024
21025         * ext/lame/gstlame.c:
21026         correct defaults that lame_init puts out of range
21027
21028 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21029
21030         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
21031         (gst_divxenc_class_init):
21032         fix range since -1 is the default
21033         * gst/mpeg1sys/gstmpeg1systemencode.c:
21034         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
21035         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
21036         (gst_rtjpegdec_chain):
21037         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
21038         (gst_rtjpegenc_chain):
21039         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
21040         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
21041         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
21042         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
21043         * sys/v4l/gstv4lsrc.c:
21044         * sys/v4l/v4l_calls.c: (gst_v4l_open):
21045         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
21046         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
21047         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
21048         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
21049           remove gst_info calls
21050
21051 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21052
21053         * Makefile.am:
21054         * po/af.po:
21055         * po/az.po:
21056         * po/en_GB.po:
21057         * po/nl.po:
21058         * po/sr.po:
21059         * po/sv.po:
21060           Updated translations
21061
21062 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21063
21064         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21065           refactor/comment code
21066
21067 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21068
21069         * gst/asfdemux/Makefile.am:
21070         * gst/asfdemux/asfheaders.c:
21071         * gst/asfdemux/asfheaders.h:
21072         * gst/asfdemux/gstasf.c: (plugin_init):
21073         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
21074         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
21075         (gst_asf_demux_setup_pad):
21076         * gst/asfdemux/gstasfdemux.h:
21077         * gst/asfdemux/gstasfmux.c:
21078         * gst/asfdemux/gstasfmux.h:
21079           Add tagging support to demuxer, split out registration in its own
21080           file instead of in demux (hacky), and prevent having some tables
21081           in our memory multiple times (in asfheaders.h).
21082
21083 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21084
21085         * gst/matroska/matroska-demux.c:
21086         (gst_matroska_demux_parse_metadata):
21087         * gst/matroska/matroska-ids.h:
21088           Basic tag reading support.
21089
21090 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21091
21092         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21093           Really detect ac-3 audio.
21094         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
21095           really detect matroska files (off-by-1).
21096
21097 2004-04-30  David Schleef  <ds@schleef.org>
21098
21099         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21100         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
21101         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
21102         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
21103         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
21104         hackage -- parse a lot more atoms, extract a few tags.  One might even
21105         mistake this for tag support.  Maybe it is.
21106         * gst/qtdemux/qtdemux.h:
21107
21108 2004-04-30  Colin Walters  <walters@verbum.org>
21109
21110         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
21111
21112 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21113
21114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21115         (gst_ffmpegcolorspace_getcaps):
21116           remove broken nego fix
21117
21118 2004-04-30  Benjamin Otte  <otte@gnome.org>
21119
21120         * configure.ac:
21121         * ext/Makefile.am:
21122         * ext/libvisual/Makefile.am:
21123         * ext/libvisual/visual.c:
21124           add initial support for libvisual (http://libvisual.sourceforge.net)
21125           libvisual is still quite alpha, so expect crashes in there :)
21126
21127 2004-04-29  David Schleef  <ds@schleef.org>
21128
21129         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
21130         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
21131         up qtdemux to make it spit out codec_data.  Do _not_ look at this
21132         code; you will no longer respect me.
21133
21134 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21135
21136         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
21137         * ext/alsa/gstalsa.h :
21138         change alsa pcm device discovery to find more than 1 device
21139         per card. code review by Ronald.
21140
21141 2004-04-29  David Schleef  <ds@schleef.org>
21142
21143         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
21144         Add a check for a driver bug on FreeBSD.  (bug #140565)
21145
21146 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21147
21148         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
21149         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21150         (gst_jpegenc_getcaps):
21151           move format setting to inner loop
21152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21153         (gst_ffmpegcolorspace_getcaps):
21154           use GST_PAD_CAPS if available so that we use already negotiated
21155           caps
21156         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21157         (qtdemux_parse_moov), (qtdemux_parse):
21158           extra debugging
21159         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
21160         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
21161           move hardcoded path to DEFINE
21162
21163 2004-04-28  David Schleef  <ds@schleef.org>
21164
21165         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
21166         (bug #140064)
21167
21168 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21169
21170         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21171           Don't probe for playback device if we're a source element. Fixes
21172           #139658.
21173
21174 2004-04-29  Benjamin Otte  <otte@gnome.org>
21175
21176         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21177         (gst_id3_tag_chain):
21178           rewrite buffer offset
21179
21180 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21181
21182         * configure.ac:
21183         * ext/Makefile.am:
21184         * ext/dts/Makefile.am:
21185         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
21186         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
21187         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
21188         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
21189         (gst_dtsdec_loop), (gst_dtsdec_change_state),
21190         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
21191         (plugin_init):
21192         * ext/dts/gstdtsdec.h:
21193           New DTS decoder.
21194         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
21195         (gst_faad_srcconnect):
21196           Add ESDS atom handling (.m4a).
21197
21198 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21199
21200         * ext/divx/gstdivxdec.c: (plugin_init):
21201           Remove comment that makes no sense.
21202         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
21203           Fix for obvious typo that resulted in warnings during gst-register.
21204         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
21205         (gst_xviddec_sink_link):
21206           Fix caps negotiation a bit better.
21207         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21208           We call this 'codec_data', not 'esds'.
21209
21210 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21211
21212         * gst/monoscope/gstmonoscope.c:
21213           make sure we only provide 256x128
21214         * gst/monoscope/monoscope.c: (monoscope_init):
21215           assert size of 256x128
21216
21217 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21218
21219         * Makefile.am:
21220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
21221         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
21222           fixate to max width and height of device
21223
21224 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21225
21226         * Makefile.am:
21227         * sys/v4l/gstv4l.c:
21228         * sys/v4l/gstv4lsrc.c:
21229         * sys/v4l/v4l_calls.c:
21230         * sys/v4l/v4lsrc_calls.c:
21231           fix for qc-usb driver which fakes having more than one buffer
21232           by handing the same buffer twice, which confused GStreamer's/v4lsrc
21233           buffer_free override
21234           add debugging
21235
21236 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21237
21238         * Makefile.am:
21239         * gst/videotestsrc/gstvideotestsrc.c:
21240         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
21241         (gst_videotestsrc_init), (gst_videotestsrc_get),
21242         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
21243         * gst/videotestsrc/gstvideotestsrc.h:
21244           add num-buffers property
21245
21246         2004-04-26  Benjamin Otte  <otte@gnome.org>
21247
21248         * ext/mad/gstid3tag.c: (plugin_init):
21249           set id3mux rank to NONE so it doesn't confuse spider
21250           require audio/mpeg,mpegversion=1 in id3mux
21251
21252 2004-04-26  Benjamin Otte  <otte@gnome.org>
21253
21254         * configure.ac:
21255           detect faad correctly as non-working if it's indeed non-working
21256
21257 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21258
21259         * Makefile.am:
21260         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21261         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
21262         fix _getcaps so it only negotiates to its supported format
21263
21264 2004-04-25  Benjamin Otte  <otte@gnome.org>
21265
21266         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21267           fix memleak
21268
21269 2004-04-23  Benjamin Otte  <otte@gnome.org>
21270
21271         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21272           audio/x-raw-int with height rules! not. Now it's depth.
21273
21274 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21275
21276         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
21277         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
21278         (gst_wavparse_loop):
21279           Missing variable initialization. Add handling of DVI ADPCM. Fix
21280           mis-parsing of LIST chunks. This works around a bug where we mis-
21281           parse non-aligning LIST chunks (so LIST chunks where the contents
21282           don't align with the actual LIST size). The correct fix is to use
21283           rifflib, I'm not going to fix wavparse - too much work. All this
21284           fixes #104878.
21285
21286 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21287
21288         reviewed by Benjamin Otte  <otte@gnome.org>
21289
21290         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
21291           fix shoutcast not working (fixes #140844)
21292
21293 2004-04-22  Benjamin Otte  <otte@gnome.org>
21294
21295         * ext/hermes/gsthermescolorspace.c:
21296         (gst_hermes_colorspace_caps_remove_format_info):
21297         * gst/colorspace/gstcolorspace.c:
21298         (gst_colorspace_caps_remove_format_info):
21299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21300         (gst_ffmpegcolorspace_caps_remove_format_info):
21301           s/gst_caps_simplify/gst_caps_do_simplify/
21302
21303 2004-04-22  Benjamin Otte  <otte@gnome.org>
21304
21305         * gst-libs/gst/riff/riff-media.c:
21306         (gst_riff_create_video_caps_with_data):
21307           mpegversion is an int
21308         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
21309           don't try to create pad templates with NULL caps, use any caps
21310           instead.
21311
21312 2004-04-20  David Schleef  <ds@schleef.org>
21313
21314         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
21315         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
21316         (bug #140384)
21317
21318 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21319
21320         reviewed by David Schleef
21321
21322         * ext/mad/gstid3tag.c: Add stdlib.h
21323         * gst/rtp/gstrtpgsmenc.c: same
21324         * gst/tags/gstid3tag.c: same
21325         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
21326         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
21327         GST_DISABLE_LOADSAVE use.
21328         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
21329         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
21330         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
21331         atol(3)).
21332         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
21333         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
21334         strtoul(3)).
21335         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
21336         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
21337         $(ID3_CFLAGS).
21338         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
21339         $(LIBFAME_CFLAGS).
21340
21341 2004-04-20  David Schleef  <ds@schleef.org>
21342
21343         * gst/realmedia/rmdemux.c:  This was supposed to part of the
21344         last checkin.  Same idea.
21345
21346 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21347
21348         reviewed by David Schleef
21349
21350         * configure.ac: bump required gstreamer version to 0.8.1.1
21351         because of following changes [--ds]
21352
21353         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
21354         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
21355         (gst_riff_read_header):  Use GST_READ_UINT*
21356         macros to access possibly unaligned memory.
21357
21358         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
21359         (mp3_type_find):  Use GST_READ_UINT*
21360         macros to access possibly unaligned memory.
21361         (mp3_type_find, mpeg1_parse_header, qt_type_find)
21362         (speex_type_find): Likewise
21363
21364         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
21365
21366         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
21367         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
21368         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
21369         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
21370         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
21371         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
21372         macros to access possibly unaligned memory.
21373
21374         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
21375         Likewise.
21376
21377         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
21378         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
21379
21380         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21381         Likewise.
21382
21383         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
21384         (gst_mpeg2subt_chain_subtitle): Likewise.
21385
21386         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
21387         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
21388         Likewise.
21389
21390         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
21391         Likewise.
21392
21393         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
21394         Likewise.
21395
21396         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
21397         Likewise.
21398
21399 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21400
21401         * configure.ac:
21402           update required version of GStreamer because of GST_TIME_FORMAT
21403
21404 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21405
21406         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
21407           remove leftover g_print
21408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21409           don't try setting only a subset of the caps. We don't want to kill
21410           autoplugging on purpose
21411
21412 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21413
21414         * sys/ximage/ximagesink.c: (plugin_init):
21415         * sys/xvimage/xvimagesink.c: (plugin_init):
21416           add debugging categories
21417
21418 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21419
21420         * po/en_GB.po:
21421         * po/LINGUAS:
21422           Adding en_GB translation (Gareth Owen)
21423
21424 2004-04-20  David Schleef  <ds@schleef.org>
21425
21426         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21427         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
21428         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
21429         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
21430         A number of new features and hacks to extract the esds atom and
21431         put it into the caps.  (bug #137724)
21432
21433 2004-04-19  David Schleef  <ds@schleef.org>
21434
21435         * gconf/Makefile.am: Fix for non-GNU make
21436         * gst-libs/gst/Makefile.am: Change directory order to handle
21437         GstPlay linking with gstinterfaces
21438         * gst-libs/gst/audio/make_filter: make use of tr portable
21439         * gst-libs/gst/play/Makefile.am: Add intended \
21440         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21441         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
21442         function prototype instead of void *.
21443         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
21444         macro.
21445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21446         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
21447         * gst/videofilter/make_filter: make use of tr portable
21448         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
21449
21450 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21451
21452         * po/LINGUAS:
21453         * po/uk.po:
21454           Added Ukrainian translation (Maxim V. Dziumanenko)
21455
21456 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21457
21458         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
21459         (gst_gsmdec_link), (gst_gsmdec_chain):
21460           Fix capsnego, simplify chain function slightly.
21461         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21462           Add GSM.
21463
21464 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21465
21466         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21467         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
21468         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
21469           Hack to make wavparse work with spider (always -> sometimes pad).
21470           Fixes #135862 && #140411.
21471
21472 2004-04-18  Benjamin Otte  <otte@gnome.org>
21473
21474         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21475         (gst_osselement_rate_probe_check),
21476         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
21477           get rid of \n in debug output
21478
21479 2004-04-17  Iain <iain@prettypeople.org>
21480
21481         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
21482         not just EOS.
21483
21484 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21485
21486         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21487         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
21488         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
21489         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
21490         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21491         (gst_id3_tag_change_state), (plugin_init):
21492           deprecate id3tag element and replace with id3demux/id3mux.
21493           great side effect: this ugly file is now even uglier, yay!
21494         * ext/mad/gstmad.h:
21495           remove non-available function
21496           update for new get_type
21497
21498 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21499
21500         * configure.ac:
21501           require mpeg2dec >= 0.4.0
21502
21503 2004-04-17  Benjamin Otte  <otte@gnome.org>
21504
21505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21506         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21507         (gst_xvimagesink_set_xwindow_id):
21508           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
21509           assorted cleanup fixes.
21510
21511 2004-04-16  David Schleef  <ds@schleef.org>
21512
21513         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
21514         * sys/xvimage/xvimagesink.h: same
21515
21516 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21517
21518         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21519           Fix GST_ELEMENT_ERROR with (NULL)
21520
21521 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21522
21523         * gst-libs/gst/riff/riff-media.c:
21524         (gst_riff_create_video_caps_with_data):
21525           Add div[3456] as fourccs for DivX 3 (fixes #140137).
21526
21527 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21528
21529         * gst-libs/gst/riff/riff-media.c:
21530         (gst_riff_create_video_caps_with_data),
21531         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
21532         (gst_riff_create_video_template_caps),
21533         (gst_riff_create_audio_template_caps):
21534         * gst-libs/gst/riff/riff-media.h:
21535         * gst-libs/gst/riff/riff-read.c:
21536         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
21537         * gst-libs/gst/riff/riff-read.h:
21538         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21539           Add MS RLE support. I added some functions to read out strf chunks
21540           into strf chunks and the data behind it. This is usually color
21541           palettes (as in RLE, but also in 8-bit RGB). Also use those during
21542           caps creation. Lastly, add ADPCM (similar to wavparse - which
21543           should eventually be rifflib based).
21544         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
21545         (gst_matroska_demux_init), (gst_matroska_demux_reset):
21546         * gst/matroska/matroska-demux.h:
21547           Remove placeholders for some prehistoric tagging system. Didn't add
21548           support for any tag system really anyway.
21549         * gst/qtdemux/qtdemux.c:
21550           Add support for audio/x-m4a (MPEG-4) through spider.
21551         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21552         (gst_wavparse_loop):
21553           ADPCM support (#135862). Increase max. buffer size because we
21554           cannot split buffers for ADPCM (screws references) and I've seen
21555           files with 2048 byte chunks. 4096 seems safe for now.
21556
21557 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21558
21559         * configure.ac: bump nano to 1
21560
21561 === release 0.8.1 ===
21562
21563 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21564
21565         * configure.ac: releasing 0.8.1, "Comforting Sounds"
21566
21567 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21568
21569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21570           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
21571           Fixes #140058
21572
21573 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21574
21575         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
21576           lower rank of dvddemux so that it's not used for mpeg playback.
21577
21578 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21579
21580         * configure.ac:
21581           save libs correctly when checking mad
21582
21583 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21584
21585         * ext/mad/gstid3tag.c: (plugin_init):
21586           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
21587
21588 2004-04-13  David Schleef  <ds@schleef.org>
21589
21590         * common/m4/gst-feature.m4: Call -config scripts with
21591         --plugin-libs if it is supported.
21592         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
21593         JPEG images are image/jpeg.
21594         * gst/debug/Makefile.am:
21595         * gst/debug/negotiation.c: (gst_negotiation_class_init),
21596         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
21597         (gst_negotiation_update_caps), (gst_negotiation_get_property),
21598         (gst_negotiation_plugin_init): Add a property that acts like
21599         filter caps.
21600         * testsuite/gst-lint:  Move license checking to be a standard
21601         test.
21602
21603 2004-04-13  David Schleef  <ds@schleef.org>
21604
21605         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
21606         patch from Sebastien Cote (bug #139958)
21607
21608 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21609
21610         * examples/gstplay/Makefile.am:
21611         * examples/gstplay/player.c: (main):
21612           make the commandline player example use gconf settings
21613
21614 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21615
21616         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21617         (gst_cacasink_sinkconnect), (gst_cacasink_init),
21618         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
21619           init/end library during state transition, not object
21620           creation/disposal.  get rid of custom dispose handler.
21621
21622
21623 2004-04-12  Christian Schaller <Uraeus@gnome.org>
21624
21625         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
21626         be a symlink
21627
21628 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21629
21630         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
21631           Handle JUNK chunks inside data section. Prevents warnings.
21632
21633 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21634
21635         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21636         (gst_riff_create_video_template_caps):
21637           Add MS video v1.
21638         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21639         (gst_avi_demux_stream_data):
21640           Add support for "rec-list" chunks.
21641
21642 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21643
21644         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21645           Fix another codecname mismatch.
21646
21647 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21648
21649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21650           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
21651           so that MJPEG plays back.
21652
21653 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21654
21655         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21656         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
21657         * gst/mpeg1videoparse/gstmp1videoparse.h:
21658           Fix for some slight mis-cuts in buffer parsing, and for some
21659           potential overflows or faults-causers. Adds disconts. Also fixes
21660           #139105 while we're at it.
21661
21662 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21663
21664         * configure.ac:
21665         * sys/v4l2/gstv4l2element.h:
21666           Workaround for missing struct v4l2_buffer declaration in Suse 9
21667           and Mandrake 10 linux/videodev2.h header file (#135919).
21668
21669 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21670
21671         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21672           Bail out if no filename was given.
21673
21674 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21675
21676         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21677         (gst_v4l2_fourcc_from_structure):
21678           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21679           Y41B somewhere).
21680
21681 2004-04-09  Benjamin Otte  <otte@gnome.org>
21682
21683         * ext/gnomevfs/gstgnomevfssink.c:
21684         (_gst_boolean_allow_overwrite_accumulator),
21685         (gst_gnomevfssink_class_init):
21686           fix erase signal - if any handler returns false the file will not be
21687           overwritten. If no handler is connected, the file will not be
21688           overwritten either.
21689           renamed signal to "allow-overwrite"
21690         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21691           free string when adding it to ID3 failed
21692         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21693           unref event when done
21694         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21695           free caps
21696         * gst/typefind/gsttypefindfunctions.c:
21697         (mpeg_video_stream_type_find):
21698           fix invalid read
21699
21700 2004-04-08  David Schleef  <ds@schleef.org>
21701
21702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21703         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21704
21705 2004-04-08  David Schleef  <ds@schleef.org>
21706
21707         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21708         we don't support (bug #139532)
21709
21710 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21711
21712         * ext/mad/gstmad.c: (gst_mad_handle_event),
21713         (gst_mad_check_caps_reset), (gst_mad_chain),
21714         (gst_mad_change_state):
21715           only set explicit caps if they haven't been set before for
21716           this stream.  MPEG-audio sample rate/channels aren't allowed
21717           to change in-stream.
21718           Fixes #139382
21719
21720 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21721
21722         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21723         (_gst_boolean_did_something_accumulator),
21724         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21725         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21726         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21727         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21728         (gst_gnomevfssink_change_state):
21729           Fix erase signal. Don't erase by default. Remove handoff signal.
21730           Remove erase property. Don't segfault. General cleanup.
21731
21732 2004-04-07  Benjamin Otte  <otte@gnome.org>
21733
21734         * gst-libs/gst/gconf/test-gconf.c: (main):
21735           add missing gst_init
21736
21737 2004-04-07  Benjamin Otte  <otte@gnome.org>
21738
21739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21740           free the mutexes, too
21741
21742 2004-04-07  Benjamin Otte  <otte@gnome.org>
21743
21744         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21745           actually free the URI string
21746         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21747           compute offset correctly when passing discont events
21748         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21749           don't leak discont events
21750         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21751           add some missing breaks so caps aren't copied randomly
21752         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21753           if we realloc memory, we better use it
21754
21755 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21756
21757         * ext/mad/gstmad.c: (normal_seek):
21758           fix GST_FORMAT_TIME usage
21759
21760 2004-04-05  David Schleef  <ds@schleef.org>
21761
21762         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
21763         a deprecated function (hack!)
21764
21765 2004-04-05  Benjamin Otte  <otte@gnome.org>
21766
21767         * ext/esd/esdmon.c: (gst_esdmon_get):
21768           fix nonterminated vararg and memleak
21769
21770 2004-04-05  Benjamin Otte  <otte@gnome.org>
21771
21772         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21773         (gst_ladspa_init), (gst_ladspa_force_src_caps),
21774         (gst_ladspa_set_property), (gst_ladspa_get_property),
21775         (gst_ladspa_instantiate), (gst_ladspa_activate),
21776         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21777           clean up debugging
21778
21779 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
21780
21781         reviewed by Benjamin Otte  <otte@gnome.org>
21782
21783         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21784           check for broken LADSPA parameters (fixes #138635)
21785
21786 2004-04-05  Benjamin Otte  <otte@gnome.org>
21787
21788         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21789           advertise buffer-frames correctly on sinkpads
21790
21791 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21792
21793         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21794         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21795         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21796         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21797         (gst_mad_check_caps_reset), (gst_mad_chain):
21798         add more debugging, only reset caps when we're not in error state
21799
21800 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21801
21802         * ext/mad/gstmad.c: add debugging category, comment + cleanups
21803
21804 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21805
21806         reviewed by Benjamin Otte  <otte@gnome.org>
21807
21808         * configure.ac:
21809           fix == in test(1) operator
21810
21811 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21812
21813         reviewed by Benjamin Otte  <otte@gnome.org>
21814
21815         * configure.ac:
21816           fix --export-symblos-regex to a working regex.
21817
21818 2004-04-04  Benjamin Otte  <otte@gnome.org>
21819
21820         * sys/oss/.cvsignore:
21821           add for oss_probe
21822
21823 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21824
21825         reviewed by Benjamin Otte  <otte@gnome.org>
21826
21827         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21828           add missing 'new_media' argument (fixes #138168)
21829         * gst/matroska/matroska-demux.c:
21830         (gst_matroska_demux_handle_seek_event):
21831           add vararg terminator (fixes #138169)
21832
21833 2004-04-02  David Schleef  <ds@schleef.org>
21834
21835         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
21836         disted (bug #138914)
21837
21838 2004-04-01  Benjamin Otte  <otte@gnome.org>
21839
21840         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21841         (gst_alsa_close_audio):
21842           handle case better where a soundcard can't pause
21843         * ext/ogg/gstoggdemux.c:
21844           don't crash when we get events but don't have pads yet
21845
21846 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21847
21848         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21849           throw an error if we couldn't probe any caps.
21850
21851 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21852
21853         * ext/dvdnav/gst-dvd:
21854         Add a really simple sample DVD player
21855
21856 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21857
21858         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21859         (gst_a52dec_push), (gst_a52dec_handle_event),
21860         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21861         (gst_a52dec_change_state):
21862         * ext/a52dec/gsta52dec.h:
21863           Use a debug category, Output timestamps correctly
21864           Emit tag info, Handle events, tell liba52dec about cpu
21865           capabilities so it can use MMX etc.
21866         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21867           Fix a crasher accessing invalid memory
21868         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21869         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21870         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21871         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21872         (dvdnavsrc_query):
21873           Some support for byte-format seeking.
21874           Small fixes for still frames and menu button overlays
21875         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21876         (gst_mpeg2dec_alloc_buffer):
21877           Use a debug category. Adjust the report level of several items to
21878           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21879           so it doesn't lose the GstBuffer pointer
21880         * gst/debug/Makefile.am:
21881         * gst/debug/gstdebug.c: (plugin_init):
21882         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21883         (gst_navseek_base_init), (gst_navseek_class_init),
21884         (gst_navseek_init), (gst_navseek_seek),
21885         (gst_navseek_handle_src_event), (gst_navseek_set_property),
21886         (gst_navseek_get_property), (gst_navseek_chain),
21887         (gst_navseek_plugin_init):
21888         * gst/debug/gstnavseek.h:
21889           Add the navseek debug element for seeking back and forth in a
21890           video stream using arrow keys.
21891         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21892         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21893         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21894         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21895         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21896         (gst_mpeg2subt_parse_header), (gst_get_nibble),
21897         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21898         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21899         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21900         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21901         * gst/mpeg2sub/gstmpeg2subt.h:
21902           Pretty much a complete rewrite. Now a loopbased element. May still
21903           require work to properly synchronise subtitle buffers.
21904         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21905         (gst_dvd_demux_send_subbuffer):
21906         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21907           Don't attempt to create subbuffers of size 0
21908           Reduce a couple of error outputs to warnings.
21909         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21910         (gst_y4mencode_chain):
21911         Output the y4m frame header correctly.
21912
21913 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21914
21915         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21916           throw errors instead of allowing SIGFPE
21917
21918 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21919
21920         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21921         (gst_gconf_render_bin_from_key):
21922           leak plugging and style fixing
21923
21924 2004-03-31  David Schleef  <ds@schleef.org>
21925
21926         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21927         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21928         (bug #138225)
21929         * gst/debug/Makefile.am:
21930         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21931         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
21932         plugin.
21933         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21934         (gst_negotiation_base_init), (gst_negotiation_class_init),
21935         (gst_negotiation_init), (gst_negotiation_getcaps),
21936         (gst_negotiation_pad_link), (gst_negotiation_chain),
21937         (gst_negotiation_set_property), (gst_negotiation_get_property),
21938         (gst_negotiation_plugin_init):  New element to talk about random
21939         negotiation things happening in a pipeline.
21940
21941 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21942
21943         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21944           fix integer addition with help of Stefan Kost
21945
21946 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21947
21948         * po/nl.po: updated Dutch translation (Elros Cyriatan)
21949
21950 2004-03-30  David Schleef  <ds@schleef.org>
21951
21952         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21953         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
21954         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21955         (bug #137504)
21956         * ext/mpeg2dec/gstmpeg2dec.h:
21957
21958 2004-03-30  David Schleef  <ds@schleef.org>
21959
21960         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21961
21962 2004-03-30  David Schleef  <ds@schleef.org>
21963
21964         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
21965         Michael Petullo) to handle .mov
21966
21967 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21968
21969         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21970         (gst_osselement_rate_check_rate):
21971           probe caps correctly for sound cards that only support one format
21972
21973 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21974
21975         * ext/kio/kiosrc.cpp: (process_events):
21976           update handling event processing if inside KDE - untested
21977
21978 2004-03-29  David Schleef  <ds@schleef.org>
21979
21980         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
21981         by 2 to not interfere with other colorspaces.
21982         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
21983         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
21984         one to not interfere with ffmpeg_colorspace.
21985
21986 2004-03-29  David Schleef  <ds@schleef.org>
21987
21988         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
21989         aren't in the caps.
21990         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
21991         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
21992
21993 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21994
21995         * gst-libs/gst/riff/riff-media.c:
21996           fail on error, don't try to set stuff on NULL caps
21997
21998 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21999
22000         * configure.ac:
22001         * ext/Makefile.am:
22002         * ext/kio/Makefile.am:
22003         * ext/kio/kioreceiver.cpp:
22004         * ext/kio/kioreceiver.h:
22005         * ext/kio/kiosrc.cpp:
22006         * ext/kio/kiosrc.h:
22007           add experimental kiosrc plugin
22008         * ext/alsa/gstalsaplugin.c: (plugin_init):
22009           initialize debugging category only when we're sure registering the
22010           plugins worked.
22011
22012 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22013
22014         * examples/gstplay/player.c: (main):
22015         * gst-libs/gst/play/play.c: (gst_play_class_init),
22016         (gst_play_set_location), (gst_play_set_data_src),
22017         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22018         (gst_play_set_visualization), (gst_play_connect_visualization):
22019           check return values of element_set_state and return FALSE where
22020           failed
22021
22022 2004-03-29  Benjamin Otte  <otte@gnome.org>
22023
22024         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
22025           try harder to check if an event is really a discont
22026
22027 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22028
22029         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
22030         * po/az.po:
22031
22032 2004-03-28  Benjamin Otte  <otte@gnome.org>
22033
22034         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22035         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22036         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
22037           get rid of non-standard "..." ranges in case statements.
22038
22039 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
22040
22041         * gst/mpegstream/gstmpegdemux.c:
22042         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
22043         specific functionality split to the new dvddemux element.
22044         * gst/mpegstream/gstdvddemux.c:
22045         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
22046         streams, derived from mpegdemux.
22047         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
22048         up. SCR based timestamp rewriting can be turned off (will probably
22049         completely disappear soon).
22050         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
22051         hacking. General cleanup. All printf statements replaced by
22052         debugging messages. Almost complete libdvdnav support.
22053         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
22054         by events. New properties for audio and subpicture languages.
22055         (dvdnavsrc_update_highlight): Now uses events.
22056         (dvdnavsrc_user_op): Cleaned up.
22057         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
22058         based). Lots of cleanup, and propper support for most libdvdnav
22059         events.
22060         (dvdnavsrc_make_dvd_event): New function.
22061         (dvdnavsrc_make_dvd_nav_packet_event): New function.
22062         (dvdnavsrc_make_clut_change_event): New function.
22063
22064 2004-03-26  Benjamin Otte  <otte@gnome.org>
22065
22066         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
22067           fix bug where typefinding would claim it's theora whenever less then
22068           7 bytes of data were available
22069
22070 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22071
22072         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
22073         (gst_alawdec_base_init), (gst_alawdec_class_init),
22074         (gst_alawdec_init), (gst_alawdec_chain):
22075         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
22076         (gst_alawenc_base_init), (gst_alawenc_class_init),
22077         (gst_alawenc_init), (gst_alawenc_chain):
22078         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
22079         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
22080         (gst_mulawdec_init), (gst_mulawdec_chain):
22081         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
22082         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
22083         (gst_mulawenc_init), (gst_mulawenc_chain):
22084           Fix capsnego in all four, remove the unused property functions and
22085           simplify the chain functions slightly. I guess we could use macros
22086           or something similar for those, since the code is so similar, but
22087           I'm currently too lazy...
22088
22089 2004-03-24  David Schleef  <ds@schleef.org>
22090
22091         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
22092         (gst_osselement_close_audio), (gst_osselement_probe_caps),
22093         (gst_osselement_get_format_structure),
22094         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
22095         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
22096         (gst_osselement_rate_int_compare): Add code to handle rate probing
22097         (bug #120883)
22098         * sys/oss/gstosselement.h: same
22099         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
22100         Use rate probing provided by osselement.
22101         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
22102
22103 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22104
22105         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
22106         (gst_xvidenc_get_property):
22107           ulong/int mess-up.
22108
22109 2004-03-24  David Schleef  <ds@schleef.org>
22110
22111         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
22112         (gst_speexdec_init):
22113         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
22114         (gst_speexenc_init):  Create the pad template correctly (from
22115         the static pad template, not a NULL pointer.)
22116
22117 2004-03-25  Benjamin Otte  <otte@gnome.org>
22118
22119         * gst/debug/Makefile.am:
22120         * gst/debug/breakmydata.c:
22121           add element that quasi-randomly changes bytes in the stream.
22122           Intended use is robustness checking of demuxers and decoders in
22123           media tests.
22124
22125 2004-03-24  Benjamin Otte  <otte@gnome.org>
22126
22127         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22128         (gst_alsa_probe_hw_params):
22129         * ext/alsa/gstalsa.h:
22130           debugging output fixes
22131
22132 2004-03-24  Benjamin Otte  <otte@gnome.org>
22133
22134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
22135           don't g_return_if_fail if element is PLAYING, fail silently as every
22136           other element.
22137         * gst/effectv/gstquark.c: (gst_quarktv_chain):
22138           only fix needed for cast lvalue issues in gst-plugins
22139         * gst/volenv/gstvolenv.c: (gst_volenv_init):
22140           add proxy_getcaps
22141
22142 2004-03-24  Benjamin Otte  <otte@gnome.org>
22143
22144         * gst/level/gstlevel.c: (gst_level_init):
22145           add proxying getcaps function, so level doesn't advertise impossible
22146           caps
22147
22148 2004-03-24  David Schleef  <ds@schleef.org>
22149
22150         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22151         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
22152         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
22153         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
22154         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
22155         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
22156         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
22157         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
22158         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
22159         messages.  Divide the chunk size by the compression ratio
22160         (needed for MACE audio)
22161
22162 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22163
22164         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22165           Fix buffer overflow read error.
22166
22167 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22168
22169         * ext/alsa/gstalsa.h:
22170           Remove unused entry.
22171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
22172           Add cinepak.
22173         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22174         (gst_videodrop_link), (gst_videodrop_chain):
22175           Fix, sort of. Was horribly broken with new capsnego. Bah...
22176
22177 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
22178
22179         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
22180         (plugin_init):
22181         Add a monkeysaudio typefind function
22182
22183 2004-03-23  Johan Dahlin  <johan@gnome.org>
22184
22185         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
22186         (gst_play_video_fixate): Check so the structure has the field
22187         before trying to fixate them, this makes it possible to have
22188         fakesinks for video and audio output without printing errors on
22189         the output console.
22190
22191 2004-03-22  David Schleef  <ds@schleef.org>
22192
22193         * sys/oss/Makefile.am:
22194         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
22195         (check_rate), (add_rate):  Rate probing test app.
22196
22197 2004-03-21  Benjamin Otte  <otte@gnome.org>
22198
22199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22200         (_fixate_caps_to_int), (gst_audio_convert_fixate):
22201           add a fixation function that pretty much does the right thing (fixes
22202           #137556)
22203
22204 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
22205
22206         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
22207
22208 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
22209
22210         reviewed by: Benjamin Otte  <otte@gnome.org>
22211
22212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22213           terminate gst_event_new_discontinuous correctly (fixes parts of
22214           #137711)
22215
22216 2004-03-19  David Schleef  <ds@schleef.org>
22217
22218         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
22219         since it doesn't depend on X, and it's part of our ABI.
22220
22221 2004-03-19  Iain <iain@prettypeople.org>
22222
22223         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
22224         is_int in the structure, not the local variable.
22225
22226 2004-03-19  David Schleef  <ds@schleef.org>
22227
22228         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
22229         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
22230         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
22231         Improvements in caps negotiation.
22232
22233 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22234
22235         * po/LINGUAS:
22236         * po/af.po:
22237           adding Afrikaans (Petri Jooste)
22238
22239 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22240
22241         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22242         (gst_ffmpegcolorspace_chain):
22243         throw error instead of g_critical (#137588)
22244
22245 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         * Makefile.am:
22248         * configure.ac:
22249           dist common and m4 correctly
22250         * po/sv.po:
22251
22252 2004-03-17  David Schleef  <ds@schleef.org>
22253
22254         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
22255         (bug #137348)
22256
22257 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22258
22259         * po/LINGUAS:
22260         * po/sv.po:
22261           adding Swedish translation (Christian Rose)
22262
22263 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22264
22265         * Makefile.am: use release.mak
22266
22267 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22268
22269         * common/ChangeLog:
22270         * common/gst-autogen.sh:
22271           add some explanation about the version detection
22272         * configure.ac:
22273           fix X check
22274
22275 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22276
22277         * configure.ac: bump nano to 1
22278
22279 === release 0.8.0 ===
22280
22281 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22282
22283         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
22284
22285 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22286
22287         * configure.ac:
22288           update libtool version
22289         * gst-libs/gst/media-info/Makefile.am:
22290           actually use libtool version
22291
22292 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22293
22294         * configure.ac: fix speex detection to work with 1.0 but not 1.1
22295
22296 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22297
22298         * configure.ac:
22299         * gst-plugins.spec.in:
22300         * pkgconfig/Makefile.am:
22301         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22302         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22303         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22304         * pkgconfig/gstreamer-libs.pc.in:
22305         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22306         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22307         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
22308         * pkgconfig/gstreamer-plugins.pc.in:
22309           remove @VERSION@ from some of the pc files since core and plugins
22310           are decoupled.
22311           created gstreamer-plugins.pc as it's a better name, but keeping
22312           -libs around for now to get fixes upstream done first.
22313
22314 2004-03-15  Julien MOUTTE <julien@moutte.net>
22315
22316         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
22317         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
22318         * gst-libs/gst/play/play.h:
22319
22320 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22321
22322         * *.c, *.cc: don't mix tabs and spaces
22323
22324 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22325
22326         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22327           use the new ffmpegcolorspace
22328         * gst-plugins.spec.in:
22329           package new colorspace and media-info
22330         * configure.ac:
22331         * pkgconfig/Makefile.am:
22332           fix some more disting issues
22333         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22334         * pkgconfig/gstreamer-media-info.pc.in:
22335           generate media-info pc files
22336
22337 2004-03-15  Johan Dahlin  <johan@gnome.org>
22338
22339         * *.h: Revert indenting
22340
22341 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22342
22343         * configure.ac:
22344           adding ffmpegcolorspace element
22345         * gst/ffmpegcolorspace/Makefile.am:
22346         * gst/ffmpegcolorspace/avcodec.h:
22347         * gst/ffmpegcolorspace/common.h:
22348         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22349         * gst/ffmpegcolorspace/dsputil.h:
22350         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22351         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22352         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
22353         (gst_ffmpeg_caps_to_pix_fmt):
22354         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22355         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22356         (gst_ffmpegcolorspace_caps_remove_format_info),
22357         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
22358         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
22359         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
22360         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
22361         (gst_ffmpegcolorspace_set_property),
22362         (gst_ffmpegcolorspace_get_property),
22363         (gst_ffmpegcolorspace_register):
22364         * gst/ffmpegcolorspace/imgconvert.c:
22365         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22366         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22367         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22368         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22369         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22370         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
22371         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
22372         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
22373         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
22374         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
22375         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
22376         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
22377         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
22378         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
22379         (img_get_alpha_info), (deinterlace_line),
22380         (deinterlace_line_inplace), (deinterlace_bottom_field),
22381         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22382         * gst/ffmpegcolorspace/imgconvert_template.h:
22383         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22384         * gst/ffmpegcolorspace/mmx.h:
22385         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
22386           adding ffmpegcolorspace element supplied by Ronald after cleaning
22387           up and pulling in the right bits of upstream source.
22388           I'm sure a better C/compiler wizard could do some cleaning up (for
22389           example use GLIB's malloc stuff), but as a first pass this
22390           works very well
22391
22392 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22393
22394         * ext/alsa/gstalsa.h:
22395           I assume Ronald forgot to commit the change to have cardname
22396           as a struct member.  Expect some public spanking at the next
22397           opportunity.
22398
22399 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22400
22401         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
22402         (gst_alsa_open_audio), (gst_alsa_close_audio):
22403         * ext/alsa/gstalsa.c:
22404           Don't open the device if we're a mixer (= padless).
22405         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
22406         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
22407         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
22408           Open mixer during state change rather than during object
22409           initialization. Also, get a device name. Currently in a somewhat
22410           hackish fashion, but I didn't really find something better.
22411
22412 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22413
22414         * *.c, *.h: run gst-indent
22415
22416 2004-03-14  Benjamin Otte  <otte@gnome.org>
22417
22418         * gst/modplug/gstmodplug.cc:
22419         * gst/modplug/gstmodplug.h:
22420           set correct timestamps on outgoing buffers
22421
22422 2004-03-14  Benjamin Otte  <otte@gnome.org>
22423
22424         * gst/modplug/gstmodplug.cc:
22425           handle events - don't do crap when a discont arrives that's not
22426           necessary
22427           This allows correct loading and playback of mods in Rhythmbox
22428
22429 2004-03-14  Benjamin Otte  <otte@gnome.org>
22430
22431         * configure.ac:
22432         * gst-libs/gst/gconf/Makefile.am:
22433         * pkgconfig/Makefile.am:
22434           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
22435           they get rebuilt properly
22436         * configure.ac:
22437           when checking for vorbis, try pkgconfig first.
22438         * gst/modplug/gstmodplug.cc:
22439           add fixate function
22440
22441 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22442
22443         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22444           Fix for obvious mistake, where we first shift the offset and then
22445           read a samplesize element assuming the old offset. Note that this
22446           part still has something weird, i.e. my movies containing those
22447           don't actually play well, but at least there's something that looks
22448           like sound now.
22449
22450 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
22451         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
22452         (plugin_init):
22453         Add a typefind function for speex format
22454
22455 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22456
22457         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
22458         (gst_asf_demux_setup_pad):
22459           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
22460           instead of 0. Reason is simple: some elements have a fps range
22461           of 1-max instead of 0-max. So now ASF video actually works.
22462
22463 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22464
22465         * po/LINGUAS:
22466         * po/sr.po:
22467           adding serbian as a language
22468
22469 2004-03-13  Benjamin Otte  <otte@gnome.org>
22470
22471         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22472           return taglist correctly from _get function, don't gst_pad_push it.
22473           (fixes #137042)
22474
22475 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22476         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22477
22478 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22479
22480         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
22481         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
22482         (gst_alsa_mixer_track_new):
22483         * ext/alsa/gstalsamixertrack.h:
22484           Fix ancient leftovers... MixerTrack is a GObject.
22485
22486 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22487
22488         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22489         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22490           Don't block during probing...
22491
22492 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22493
22494         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
22495         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
22496         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
22497         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
22498         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
22499         (gst_alsa_open_audio), (gst_alsa_close_audio):
22500         * ext/alsa/gstalsa.h:
22501           Add propertyprobe interface implementation, add some device-name
22502           property, all this so that it looks good in gnome-volume-control.
22503
22504 2004-03-12  David Schleef  <ds@schleef.org>
22505
22506         * configure.ac: the Hermes library controls hermescolorspace, not
22507         colorspace.
22508         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22509         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
22510         not /* */
22511         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
22512         * ext/sdl/sdlvideosink.h: ditto.
22513         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
22514
22515 2004-03-12  Benjamin Otte  <otte@gnome.org>
22516
22517         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
22518         (gst_x_overlay_got_xwindow_id):
22519         * gst-libs/gst/xoverlay/xoverlay.h:
22520           replace XID with unsigned long to get rid of the xlibs dependency in
22521           XOverlay (fixes #137004)
22522
22523 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22524         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
22525         (gst_agingtv_setup):
22526         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
22527         (gst_dicetv_base_init), (gst_dicetv_class_init),
22528         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
22529         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
22530         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
22531         (gst_edgetv_setup), (gst_edgetv_rgb32):
22532         * gst/effectv/gsteffectv.c:
22533         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
22534         (gst_quarktv_set_property):
22535         * gst/effectv/gstrev.c: (gst_revtv_get_type),
22536         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
22537         (gst_revtv_setup), (gst_revtv_rgb32):
22538         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
22539         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
22540         (gst_shagadelictv_init), (gst_shagadelictv_setup),
22541         (gst_shagadelictv_rgb32):
22542         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
22543         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
22544         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
22545         * gst/effectv/gstwarp.c:
22546         Port everything that can be ported to videofilter and fix up the caps.
22547         Can someone with a big-endian machine please check these?
22548
22549 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22550
22551         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
22552         (gst_osssink_chain), (gst_osssink_change_state):
22553           Latest fixes for A/V sync, audio playback and such. This is about
22554           all... MPEG playback issues are mostly related to the async build-
22555           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
22556
22557 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22558
22559         patch from: Stephane Loeuillet
22560
22561         * configure.ac:
22562           use pkg-config for some libraries, falling back to the old .m4 way
22563           (fixes #131270)
22564         * m4/libdv.m4:
22565           removed
22566
22567 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22568
22569         * configure.ac:
22570         * tools/Makefile.am:
22571         * tools/Makefile.in:
22572         * tools/gst-launch-ext-m.m:
22573         * tools/gst-launch-ext.1.in:
22574         * tools/gst-visualise-m.m:
22575         * tools/gst-visualise.1:
22576         * tools/gst-visualise.1.in:
22577           reorganizing generation of script tools
22578
22579 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22580
22581         * ext/divx/gstdivxdec.c:
22582           Downgrade priority. We prefer ffdec_mpeg4.
22583         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
22584         (gst_faad_chain), (gst_faad_change_state):
22585           Fix capsnego. Doesn't work for some sounds because we don't have
22586           a 5:1 to stereo element.
22587         * ext/xvid/gstxvid.c: (plugin_init):
22588           Add priority.
22589         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22590         (gst_osssink_change_state):
22591           Add discont handling.
22592
22593 2004-03-09  Colin Walters  <walters@verbum.org>
22594
22595         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
22596         conversion.
22597
22598 2004-03-09  Benjamin Otte  <otte@gnome.org>
22599
22600         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22601           the signals take 2 arguments
22602
22603 2004-03-09  David Schleef  <ds@schleef.org>
22604
22605         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
22606         (gst_alsa_fixate): Add fixate function.  (bug #136686)
22607         * ext/alsa/gstalsa.h:
22608         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
22609
22610 2004-03-09  Benjamin Otte  <otte@gnome.org>
22611
22612         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
22613         (gst_mikmod_change_state):
22614         * ext/mikmod/gstmikmod.h:
22615           make mikmod's loop function not loop infinitely and call
22616           gst_element_yield anymore
22617         * gst/modplug/gstmodplug.cc:
22618           fix pad negotiation (fixes #136590)
22619
22620 2004-03-09  David Schleef  <ds@schleef.org>
22621
22622         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
22623         doesn't conflict with the internal colorspace plugin.
22624         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
22625         satisfy the crappy-ass shell shipped by a certain vendor.
22626         * gst/videofilter/make_filter: same (bug #135299)
22627
22628 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22629
22630         * configure.ac: bump nano to 1
22631
22632 === release 0.7.6 ===
22633
22634 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22635
22636         * configure.in: releasing 0.7.6, "There"
22637
22638 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22639
22640         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22641         * pkgconfig/gstreamer-play.pc.in:
22642           synchronize the two
22643
22644 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22645
22646         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
22647         (cdparanoia_open), (cdparanoia_event):
22648           fix/add error handling
22649         * po/POTFILES.in:
22650           add cdparanoia source
22651         * tools/Makefile.am:
22652           make scripts executable
22653
22654 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22655
22656         * configure.ac:
22657         * ext/vorbis/Makefile.am:
22658         * sys/Makefile.am:
22659           remove id3types, vorbisfile and xvideosink from the build (#133783)
22660
22661 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22662
22663         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22664           Fix metadata read crash (#136537).
22665
22666 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22667
22668         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22669         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
22670           adding mime types, fixing the one-stop function
22671
22672 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22673
22674         * ext/nas/nassink.c and /ext/nas/nassink.h:
22675         More NAS love from Arwed von Merkatz
22676         So lets all sing 'Can you feel the NAS tonight'
22677
22678 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22679
22680         * tools/gst-launch-ext.in:
22681         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22682
22683 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22684
22685         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22686         (gst_mpeg2dec_init):
22687         remove the user_data pad for now, because it is being used in
22688         fixating causing MPEG playback to fixate on 1000 Hz for playback.
22689         If someone knows how to fix this properly, please do.
22690
22691 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22692
22693         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22694         (gst_osssink_get_time):
22695         add a warning, IMO this won't get triggered anymore, remove later
22696
22697 2004-03-07  David Schleef  <ds@schleef.org>
22698
22699         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
22700         format (bug #136470)
22701
22702 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22703
22704         * gst-libs/Makefile.am:
22705         * gst-libs/gst/media-info/Makefile.am:
22706         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22707         (error_callback), (gst_media_info_error_create),
22708         (gst_media_info_error_element), (gmip_init), (gmip_reset),
22709         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22710         * gst-libs/gst/media-info/media-info-priv.h:
22711         * gst-libs/gst/media-info/media-info-test.c: (main):
22712         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22713         (gst_media_info_class_init), (gst_media_info_instance_init),
22714         (gst_media_info_set_source), (gst_media_info_read_with_idler),
22715         (gst_media_info_read_idler), (gst_media_info_read):
22716         * gst-libs/gst/media-info/media-info.h:
22717         fixed, should work now
22718
22719 2004-03-07  Christian Schaller <Uraeus@gnome.org>
22720
22721         * ext/nas/nassink.c:
22722         A bunch of NAS fixes from Arwed von Merkatz
22723
22724 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22725
22726         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22727         (qtdemux_parse_trak):
22728           Fix crash (j might be greater than n_samples, in which case we're
22729           writing outside the allocated space for the array) and memleak.
22730
22731 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22732
22733         * sys/oss/gstosssink.c: (gst_osssink_chain):
22734           And another caller that couldn't handle delay < 0 (unsigned
22735           integer overflow). Video now continues playing on an audio
22736           buffer underrun, and the clock continues working. Audio still
22737           stalls.
22738
22739 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22740
22741         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22742         (gst_osssink_get_time):
22743           get_delay() may return values lower than 0. In those cases, we
22744           should not actually cast to *unsigned* int64, that will break
22745           stuff horribly. In my case, it screwed up A/V sync in movies
22746           in totem rather badly.
22747
22748 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22749
22750         * ext/faac/gstfaac.c: (gst_faac_chain):
22751         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22752         * ext/libpng/gstpngenc.c: (user_write_data):
22753         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22754         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22755         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22756         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22757         Fix several misuse of gst_buffer_merge (it doesn't take ownership
22758         of any buffer), should fix some leaks. I hope I didn't unref buffers
22759         that shouldn't be...
22760
22761 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22762
22763         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22764         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22765         (error_callback), (gmi_reset), (gmi_seek_to_track),
22766         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22767         (gmip_find_type_post), (gmip_find_stream_post),
22768         (gmip_find_track_streaminfo_post):
22769         * gst-libs/gst/media-info/media-info-priv.h:
22770         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22771         (info_print), (main):
22772         * gst-libs/gst/media-info/media-info.c:
22773         (gst_media_info_error_create), (gst_media_info_error_element),
22774         (gst_media_info_instance_init), (gst_media_info_get_property),
22775         (gst_media_info_new), (gst_media_info_set_source),
22776         (gst_media_info_read_idler), (gst_media_info_read):
22777         * gst-libs/gst/media-info/media-info.h:
22778           first pass at making this work again.  This seems to work on
22779           tagged ogg/vorbis and mp3 files.
22780
22781 2004-03-06  Benjamin Otte  <otte@gnome.org>
22782
22783         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22784           fix huge leak: gst_buffer_merge doesn't unref the first argument
22785           itself.
22786
22787 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22788
22789         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22790           report layer/mode/emphasis
22791
22792 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22793
22794         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22795
22796 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22797
22798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22799           signal serial
22800
22801 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22802
22803         * ext/vorbis/vorbis.c: (plugin_init):
22804         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22805         (gst_vorbis_dec_init), (vorbis_dec_event):
22806         add debug category
22807         make vorbisdec handle _BYTE and _TIME queries
22808
22809 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22810
22811         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22812           from the xing header
22813
22814 2004-03-06  Benjamin Otte  <otte@gnome.org>
22815
22816         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22817         (gst_audio_convert_link), (gst_audio_convert_change_state),
22818         (gst_audio_convert_buffer_from_default_format):
22819           do conversions from/to float correctly, fix some caps nego errors,
22820           export correct supported caps in template and getcaps, use correct
22821           caps in try_set_caps functions
22822
22823 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22824
22825         For some reason, I only committed a ChangeLog entry yesterday and
22826         not the corresponding code...
22827         * ext/mad/gstmad.c: Fix detection of Xing headers
22828         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22829
22830 2004-03-06  Benjamin Otte  <otte@gnome.org>
22831
22832         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22833         (gst_ogg_demux_src_query):
22834           make sure to handle the case where there's no current chain
22835           gracefully.
22836
22837 2004-03-05  David Schleef  <ds@schleef.org>
22838
22839         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22840         Add fixate function. (bug #131128)
22841         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22842         (gst_sdlvideosink_fixate):  Add fixate function.
22843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22844         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22845         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22846         Fix missing break that was causing ulaw to be interpreted as
22847         raw int.
22848
22849 2004-03-05  David Schleef  <ds@schleef.org>
22850
22851         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22852         Fix code that ignores return value of gst_buffer_merge().
22853         (bug #114560)
22854         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22855         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22856         * testsuite/gst-lint:  Check for above.
22857
22858 2004-03-05  David Schleef  <ds@schleef.org>
22859
22860         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
22861         caps and throw an element error.  (bug #136334)
22862
22863 2004-03-05  David Schleef  <ds@schleef.org>
22864
22865         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22866         (gst_faad_chain): Fix negotiation.
22867         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22868         key and button events.
22869         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22870         dung heap of code.
22871         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22872         depends on gconf
22873         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22874         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22875         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22876         function to encourage better negotiation, particularly between
22877         audioconvert and osssink.
22878         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22879         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
22880         more important.
22881         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
22882         typefinding.
22883         * gst/vbidec/vbiscreen.c:  Add glib header
22884         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
22885
22886 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
22887
22888         * ext/mad/gstmad.c: Fix detection of Xing headers
22889         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22890
22891 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22892
22893         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22894         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22895           debug updates
22896
22897 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22898
22899         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22900         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22901         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22902         files, and report the parsed length as a GST_TAG_DURATION tag.
22903         * gst/tags/gstid3tag.c: support TLEN (duration) tag
22904
22905 2004-03-05  Benjamin Otte  <otte@gnome.org>
22906
22907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22908           convert channels correctly. convert correctly to unsigned.
22909
22910 2004-03-05  Julien MOUTTE <julien@moutte.net>
22911
22912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22913         we have a window before clearing it.
22914
22915 2004-03-05  Julien MOUTTE <julien@moutte.net>
22916
22917         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22918         have a window before clearing it.
22919
22920 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22921
22922         * gconf/gstreamer.schemas.in:
22923         * gst-libs/gst/gconf/Makefile.am:
22924           version installation path the same way as for 0.6
22925         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22926         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22927         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22928           remove comment that was fixed
22929
22930 2004-03-05  David Schleef  <ds@schleef.org>
22931
22932         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22933         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22934         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22935         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22936         Add prototype code for handling seeking and querying.
22937
22938 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22939
22940         * examples/gstplay/player.c: (main):
22941           Initialize variables to NULL. Prevents a segfault because the
22942           (uninitialized) variable is not NULL, resulting in a crash on
22943           trying to reach error->message.
22944
22945 2004-03-05  Benjamin Otte  <otte@gnome.org>
22946
22947         * gst/audioconvert/gstaudioconvert.c:
22948         (gst_audio_convert_buffer_to_default_format):
22949         make float=>int conversion work correctly even in cornercases.
22950
22951 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
22952
22953         * debian/README.Debian:
22954         * debian/build-deps:
22955         * debian/changelog:
22956         * debian/control:
22957         * debian/control.in:
22958         * debian/copyright:
22959         * debian/gstreamer-a52dec.files:
22960         * debian/gstreamer-aa.files:
22961         * debian/gstreamer-alsa.files:
22962         * debian/gstreamer-alsa.manpages:
22963         * debian/gstreamer-arts.files:
22964         * debian/gstreamer-artsd.files:
22965         * debian/gstreamer-audiofile.files:
22966         * debian/gstreamer-avifile.files:
22967         * debian/gstreamer-cdparanoia.files:
22968         * debian/gstreamer-colorspace.files:
22969         * debian/gstreamer-doc.files:
22970         * debian/gstreamer-dv.files:
22971         * debian/gstreamer-dvd.files:
22972         * debian/gstreamer-esd.files:
22973         * debian/gstreamer-festival.files:
22974         * debian/gstreamer-flac.files:
22975         * debian/gstreamer-gconf.conffiles:
22976         * debian/gstreamer-gconf.files:
22977         * debian/gstreamer-gconf.postinst:
22978         * debian/gstreamer-gnomevfs.files:
22979         * debian/gstreamer-gsm.files:
22980         * debian/gstreamer-http.files:
22981         * debian/gstreamer-jack.files:
22982         * debian/gstreamer-jpeg.files:
22983         * debian/gstreamer-mad.files:
22984         * debian/gstreamer-mikmod.files:
22985         * debian/gstreamer-misc.files:
22986         * debian/gstreamer-mpeg2dec.files:
22987         * debian/gstreamer-oss.files:
22988         * debian/gstreamer-plugin-apps.files:
22989         * debian/gstreamer-plugin-apps.manpages:
22990         * debian/gstreamer-plugin-libs-dev.files:
22991         * debian/gstreamer-plugin-libs.files:
22992         * debian/gstreamer-plugin-template.postinst:
22993         * debian/gstreamer-plugin-template.postrm:
22994         * debian/gstreamer-sdl.files:
22995         * debian/gstreamer-sid.files:
22996         * debian/gstreamer-vorbis.files:
22997         * debian/gstreamer-x.files:
22998         * debian/mk.control:
22999         * debian/rules:
23000         Debian package info not maintained here.
23001
23002 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23003
23004         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
23005         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
23006         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
23007         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
23008         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
23009         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
23010         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
23011         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
23012         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
23013         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
23014         * gst-libs/gst/colorbalance/colorbalance.c:
23015         (gst_color_balance_class_init):
23016         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23017         (gst_color_balance_channel_class_init):
23018         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
23019         * gst-libs/gst/play/play.c: (gst_play_class_init):
23020         * gst-libs/gst/propertyprobe/propertyprobe.c:
23021         (gst_property_probe_iface_init):
23022         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
23023         * gst-libs/gst/tuner/tunerchannel.c:
23024         (gst_tuner_channel_class_init):
23025         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
23026         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
23027         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
23028         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
23029         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
23030         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23031         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23032         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
23033         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
23034           fix signals to use - instead of _
23035         * ext/libcaca/gstcacasink.h:
23036         * ext/sdl/sdlvideosink.h:
23037           fix header rename
23038
23039 2004-03-04  David Schleef  <ds@schleef.org>
23040
23041         * testsuite/gst-lint:  Add a check for bad signal names.
23042
23043 2004-03-04  <kost@imn.htwk-leipzig.de>
23044
23045         reviewed by David Schleef
23046
23047         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
23048         modified the alpha channel and caused a warning. (bug #136192)
23049
23050 2004-04-03  Christian Schaller <Uraeus@gnome.org>
23051
23052         * gst-plugins.spec.in:
23053         Change names of plugins to actually be correct. Try to keep things
23054         alphabetical to avoid getting beat up by Thomas
23055
23056 2004-03-03  Julien MOUTTE <julien@moutte.net>
23057
23058         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
23059         Using ximagesink as a default if no gconf key found. We should
23060         probably consider using alsasink instead of osssink for the audio
23061         part.
23062
23063 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23064
23065         * configure.ac:
23066           fix --with-plugins, don't think it ever worked before
23067         * gst-plugins.spec.in:
23068           even more updates
23069
23070 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23071
23072         * ext/sdl/sdlvideosink.h:
23073         * sys/ximage/ximagesink.h:
23074         * sys/xvideo/xvideosink.h:
23075         * sys/xvimage/xvimagesink.h:
23076           Fix for move of gstvideosink.h -> videosink.h.
23077
23078 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23079
23080         * gst-libs/gst/xwindowlistener/Makefile.am:
23081           this is a plugin library, not a library
23082
23083 2004-03-01  David Schleef  <ds@schleef.org>
23084
23085         * AUTHORS:  Added some names.  Add yourself if you're still
23086         missing.
23087
23088 2004-03-01  David Schleef  <ds@schleef.org>
23089
23090         * MAINTAINERS: Add
23091
23092 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23093
23094         * gst-plugins.spec.in: clean up spec file
23095
23096 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23097
23098         * gst-libs/gst/video/Makefile.am:
23099         * gst-libs/gst/video/gstvideosink.c:
23100         * gst-libs/gst/video/gstvideosink.h:
23101           rename gstvideosink.h to videosink.h to match other headers
23102         * gst/mixmatrix/Makefile.am:
23103           fix plugin filename
23104         * gst/tags/Makefile.am: fix plugin filename
23105
23106 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23107
23108         * gst/tags/Makefile.am: fix plugin filename
23109
23110 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23111
23112         * examples/gstplay/player.c: (got_time_tick), (main):
23113           add error handler
23114           display time_tick more readably
23115         * gst/mixmatrix/Makefile.am:
23116           fix plugin file name
23117
23118 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
23119
23120         * sys/oss/gstosselement.c: (gst_osselement_probe),
23121         (device_combination_append), (gst_osselement_class_probe_devices):
23122         * sys/oss/gstosselement.h:
23123           Reworked enumeration of oss dsps and mixers so that gst-mixer works
23124           on my system using alsa oss emulation, fixes bug #135597
23125
23126 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23127
23128         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
23129         (gst_videodrop_chain), (gst_videodrop_change_state):
23130         * gst/videodrop/gstvideodrop.h:
23131           Work based on timestamp of input data, not based on the expected
23132           framerate from the input. The consequence is that this element now
23133           not only scales framerates, but also functions as a framerate
23134           corrector or framerate stabilizer/constantizer.
23135
23136 2004-02-27  David Schleef  <ds@schleef.org>
23137
23138         patches from jmmv@menta.net (Julio M. Merino Vidal)
23139
23140         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
23141         GST_ELEMENT_ERROR call (bug #135634)
23142         * gst/interleave/interleave.c: (interleave_buffered_loop),
23143         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
23144         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
23145         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
23146         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
23147         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
23148         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23149         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
23150         Fix GST_ELEMENT_ERROR call.
23151         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
23152         GST_ELEMENT_ERROR call.
23153
23154 2004-02-27  Benjamin Otte  <otte@gnome.org>
23155
23156         * gst-libs/gst/audio/audio.h:
23157           add macro to make sure header isn't included twice
23158         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23159           don't use gst_buffer_free
23160         * gst/playondemand/filter.func:
23161           don't use gst_data_free. Free data only once.
23162
23163 2004-02-26  David Schleef  <ds@schleef.org>
23164
23165         * gst-libs/gst/colorbalance/Makefile.am:
23166         * gst-libs/gst/mixer/Makefile.am:
23167         * gst-libs/gst/tuner/Makefile.am:
23168         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
23169         should not be disted, -marshal.h files should not be installed,
23170         and -enum.h files _should_ be installed.  Fix to make this the
23171         case.
23172
23173 === release 0.7.5 ===
23174
23175 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23176
23177         * configure.ac: release 0.7.5, "Under The Sea"
23178
23179 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23180
23181         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
23182         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
23183         * gst/videoscale/gstvideoscale.c:
23184         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23185           assorted debug/warning fixes
23186
23187 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23188
23189         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23190         (gst_videoscale_init), (gst_videoscale_chain),
23191         (gst_videoscale_set_property), (plugin_init):
23192         * gst/videoscale/gstvideoscale.h:
23193         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23194         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
23195         (gst_videoscale_planar400), (gst_videoscale_packed422),
23196         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
23197         (gst_videoscale_24bit), (gst_videoscale_16bit),
23198         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
23199         (gst_videoscale_scale_plane_slow),
23200         (gst_videoscale_scale_point_sample),
23201         (gst_videoscale_scale_nearest),
23202         (gst_videoscale_scale_nearest_str2),
23203         (gst_videoscale_scale_nearest_str4),
23204         (gst_videoscale_scale_nearest_32bit),
23205         (gst_videoscale_scale_nearest_24bit),
23206         (gst_videoscale_scale_nearest_16bit):
23207         add debugging category and use it properly
23208         fix use of GST_PTR_FORMAT
23209
23210 2004-02-25  Andy Wingo  <wingo@pobox.com>
23211
23212         * gst/interleave/interleave.c (interleave_buffered_loop): Always
23213         push only when channel->buffer is NULL. Prevents segfaults doing
23214         the state change after a nonlocal exit, like a scheme exception.
23215
23216         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23217         Handle the case where the intersected caps is empty.
23218
23219 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23220
23221         * gst/law/mulaw-decode.c: (mulawdec_link):
23222         * gst/law/mulaw.c: (plugin_init):
23223           fix mulawdec so it actually works again
23224
23225 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
23226
23227         reviewed by: David Schleef  <ds@schleef.org>
23228
23229         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
23230         (gst_gamma_init), (gst_gamma_set_property),
23231         (gst_gamma_get_property), (gst_gamma_calculate_tables),
23232         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
23233         for RGB, with separate r g and b correction factors. (#131167)
23234
23235 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23236
23237         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23238           only signal tags for bitrate if they're > 0 (#134894)
23239
23240 2004-02-24  David Schleef  <ds@schleef.org>
23241
23242         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
23243         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
23244         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
23245         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
23246         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
23247         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
23248         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
23249         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
23250         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
23251         category.  Attempt to fix timestamp calculation.
23252
23253 2004-02-24  Johan Dahlin  <johan@gnome.org>
23254
23255         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
23256
23257 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23258
23259         * configure.ac:
23260         * gconf/Makefile.am:
23261         * gconf/gstreamer.schemas:
23262         * gst-libs/gst/gconf/Makefile.am:
23263         * gst-libs/gst/gconf/gconf.c:
23264           version gconf schemas and install locations
23265
23266 2004-02-23  Benjamin Otte  <otte@gnome.org>
23267
23268         * ext/xine/xineinput.c: (gst_xine_input_dispose):
23269         (gst_xine_input_subclass_init):
23270           call parent dispose.
23271           change pad template for CD reader correctly
23272         * ext/xine/Makefile.am:
23273         * ext/xine/gstxine.h:
23274         * ext/xine/xine.c: (plugin_init):
23275         * ext/xine/xineaudiosink.c:
23276           wrap audio sinks, too
23277         * gst-libs/gst/resample/private.h:
23278         * gst-libs/gst/resample/resample.c: (gst_resample_init),
23279         (gst_resample_reinit), (gst_resample_scale),
23280         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
23281         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
23282         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
23283         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
23284         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
23285         * gst-libs/gst/resample/resample.h:
23286         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
23287         (gst_audioscale_class_init), (gst_audioscale_link),
23288         (gst_audioscale_get_buffer), (gst_audioscale_init),
23289         (gst_audioscale_chain), (gst_audioscale_set_property),
23290         (gst_audioscale_get_property):
23291         * gst/audioscale/gstaudioscale.h:
23292           s/resample_*/gst_resample_*/i to not clobber namespaces
23293
23294 2004-02-23  Julien MOUTTE  <julien@moutte.net>
23295
23296         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23297         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23298         (gst_riff_create_video_template_caps),
23299         (gst_riff_create_audio_template_caps),
23300         (gst_riff_create_iavs_template_caps):
23301         * gst-libs/gst/riff/riff-media.h:
23302         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23303         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
23304         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
23305         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23306         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
23307         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
23308         (gst_matroska_demux_plugin_init): First batch implementing audio and
23309         video codec tags in demuxers.
23310
23311 2004-02-22  Benjamin Otte  <otte@gnome.org>
23312
23313         * ext/xine/Makefile.am:
23314         * ext/xine/gstxine.h:
23315         * ext/xine/xine.c: (plugin_init):
23316         * ext/xine/xineinput.c:
23317           add input plugin wrapper. Playback from files, http, mms and cdda
23318           works.
23319         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
23320           remove leftover G_GNUC_UNUSED
23321         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
23322         (gst_asf_demux_identify_guid):
23323           improve debugging output
23324
23325 2004-02-22  Benjamin Otte  <otte@gnome.org>
23326
23327         reported by: Padraig O'Briain <padraig.obriain@sun.com>
23328
23329         * autogen.sh:
23330           replace test -e with test -x for mkinstalldirs to be more portable.
23331           (fixes #134816)
23332
23333 2004-02-22  Benjamin Otte  <otte@gnome.org>
23334
23335         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
23336
23337         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
23338           set rank to PRIMARY
23339         * gst/volume/gstvolume.c: (plugin_init):
23340           set rank to NONE
23341         fixes #134960
23342
23343 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
23344
23345         reviewed by Benjamin Otte  <otte@gnome.org>
23346
23347         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23348           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
23349
23350 2004-02-22  Benjamin Otte  <otte@gnome.org>
23351
23352         * configure.ac:
23353           export [_]*{gst,Gst,GST}.* symbols from plugins
23354
23355 2004-02-22  Christophe Fergeau <teuf@gnome.org>
23356
23357         reviewed by: Benjamin Otte  <otte@gnome.org>
23358
23359         * ext/lame/gstlame.c: (add_one_tag):
23360         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23361         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
23362         (gst_vorbisenc_metadata_set1):
23363         * gst/tags/gstid3tag.c:
23364         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
23365           apply fixes from bugs #135042 (lame can't write tags) and #133817
23366           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
23367
23368 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
23369
23370         * configure.ac: Export only gst_plugin_desc from plugins.
23371          Note that this change only makes any effect with Linux using libtool
23372          1.5.2 or higher. Otherwise it is silently ignored, but it would build
23373          fine. And don't try to have several versions of libtool in different
23374          directories.
23375
23376 2004-02-20  Andy Wingo  <wingo@pobox.com>
23377
23378         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
23379         interleave respectively.
23380
23381         * gst/interleave/deinterleave.c: New plugin: deinterleave
23382         (replaces on oneton).
23383         * gst/interleave/interleave.c: New plugin: interleave.
23384         * gst/interleave/plugin.h: Support file.
23385         * gst/interleave/plugin.c: Support file.
23386
23387         * configure.ac: Remove intfloat and oneton, add interleave.
23388
23389         * ext/sndfile/gstsf.c: Handle events better.
23390
23391         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
23392         and float2int operation. int2float has scheduling problems as
23393         noted in in2float_chain.
23394
23395 2004-02-20  Benjamin Otte  <otte@gnome.org>
23396
23397         * ext/xine/Makefile.am:
23398         * ext/xine/gstxine.h:
23399         * ext/xine/xine.c:
23400         * ext/xine/xineaudiodec.c:
23401         * ext/xine/xinecaps.c:
23402           add first version of xine plugin wrapper. Currently only wraps the
23403           QDM2 win32 DLL, and even that only in proof-of-concept quality.
23404         * configure.ac:
23405         * ext/Makefile.am:
23406           add xine plugin wrapper, disabled by default. Use --enable-xine to
23407           build. Note that it'll segfault on gst-register if you don't remove
23408           the goom and tvtime post plugins from xine.
23409         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23410         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
23411           add extradata parsing for QDM2.
23412           change around debugging prints.
23413
23414 2004-02-19  Benjamin Otte  <otte@gnome.org>
23415
23416         * ext/lame/gstlame.c: (gst_lame_chain):
23417         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23418           use gst_tag_list_insert when you want to insert tags
23419
23420 2004-02-18  David Schleef  <ds@schleef.org>
23421
23422         * configure.ac:  Move massink to gst-rotten
23423         * ext/Makefile.am:
23424         * ext/mas/Makefile.am:
23425         * ext/mas/massink.c:
23426         * ext/mas/massink.h:
23427
23428 2004-02-18  David Schleef  <ds@schleef.org>
23429
23430         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
23431         typefinding, since it seems to be worse than nothing.
23432         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
23433         atom to recognize .mp4 and .m4a files as video/quicktime.
23434
23435 2004-02-18  David Schleef  <ds@schleef.org>
23436
23437         * gst/sine/demo-dparams.c: (quit_live),
23438         (dynparm_log_value_changed), (dynparm_value_changed), (main):
23439         Use double dparams, not float.
23440         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23441         (gst_sinesrc_init): Change sync default to FALSE, since multiple
23442         sync'd elements don't really work correctly.
23443         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
23444         (volume_update_volume), (volume_get_property):  Change dparam
23445         to double.
23446
23447 2004-02-18  Julien MOUTTE  <julien@moutte.net>
23448
23449         * sys/ximage/ximagesink.c:
23450         (gst_ximagesink_xwindow_update_geometry),
23451         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23452         (gst_ximagesink_change_state), (gst_ximagesink_expose),
23453         (gst_ximagesink_init): Rework the way software video scaling works. So
23454         now we check on each chain call if the video frames are feeling the
23455         window. If not we try to renegotiate caps. On failure we memorize that
23456         and we won't try again for that PLAYING sessions.
23457         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
23458         failure.
23459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
23460         synchronous flag.
23461
23462 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23463
23464         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
23465           break up _link so we can give a better debug message for errors
23466
23467 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23468
23469         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23470           set up debug category
23471
23472 2004-02-18  Julien MOUTTE <julien@moutte.net>
23473
23474         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23475         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
23476         the way renegotiation work. The event handling function is not taking
23477         care of external windows and renegotiate method check for pad flags
23478         NEGOTIATING. Should fix : #133209
23479
23480 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23481
23482         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
23483         pad is negotiating before trying renegotiation.
23484
23485 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23486
23487         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23488           pass on all possible mime types as typefind hints
23489
23490 2004-02-17  Julien MOUTTE <julien@moutte.net>
23491
23492         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
23494         possible SHM leak if we crash. All other apps using XShm are doing
23495         that.
23496
23497 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23498
23499         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23500         (gst_ximagesink_expose): Renegotiate size on expose.
23501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
23502         size on expose.
23503
23504 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23505
23506         * testsuite/alsa/sinesrc.c:
23507           cosmetic fix to fix compile issue with gcc 2.95.4
23508
23509 2004-02-16  Julien MOUTTE <julien@moutte.net>
23510
23511         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23512         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
23513         failed opening the audio device.
23514         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23515         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
23516         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
23517         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
23518         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23519         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
23520         (gst_ximagesink_change_state), (gst_ximagesink_chain),
23521         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
23522         Removing some useless g_return_if_fail like wingo suggested.
23523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23524         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
23525         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23526         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
23527         (gst_xvimagesink_update_colorbalance),
23528         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
23529         (gst_xvimagesink_xcontext_clear),
23530         (gst_xvimagesink_get_fourcc_from_caps),
23531         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23532         (gst_xvimagesink_set_xwindow_id),
23533         (gst_xvimagesink_colorbalance_list_channels),
23534         (gst_xvimagesink_colorbalance_set_value),
23535         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
23536         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
23537
23538 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23539
23540         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23541           throw error when not negotiated instead of asserting
23542
23543 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23544
23545         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
23546         correct data refcounting.
23547
23548 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23549
23550         * gst/switch/gstswitch.c: (gst_switch_change_state),
23551         (gst_switch_class_init): Cleaning the sinkpads correctly on state
23552         change, mostly the EOS flag.
23553
23554 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23555
23556         * examples/gstplay/player.c: (got_eos), (main): Adding some
23557         output for debugging.
23558         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
23559         timeouts if we go to any state different from PLAYING.
23560         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
23561         more EOS bugs in riff lib.
23562
23563 2004-02-14  Julien MOUTTE  <julien@moutte.net>
23564
23565         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
23566         visualization until i find a way to fix switch correctly.
23567         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
23568         EOS arrives.
23569         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23570         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
23571         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
23572         Reworked switch to get a more correct behaviour with events and refing
23573         of data stored in sinkpads.
23574         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
23575         we don't pull from a pad in EOS.
23576
23577 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23578
23579         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23580           remove v1 tag even if we can't read it (makes sure we don't detect
23581           it again)
23582
23583 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23584
23585         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
23586         (gst_alsa_xrun_recovery):
23587         * ext/alsa/gstalsa.h:
23588           try xrun recovery when wait failed. Make xrun recovery function
23589           return TRUE/FALSE to indicate success. (might fix #134354)
23590
23591 2004-02-13  David Schleef  <ds@schleef.org>
23592
23593         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
23594         (dynparm_value_changed), (main): Convert from float to double.
23595         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
23596
23597 2004-02-13  David Schleef  <ds@schleef.org>
23598
23599         * gst/silence/gstsilence.c: (gst_silence_class_init),
23600         (gst_silence_set_clock), (gst_silence_get),
23601         (gst_silence_set_property), (gst_silence_get_property):
23602         * gst/silence/gstsilence.h: Add sync property.
23603         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23604         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
23605         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
23606         * gst/sine/gstsinesrc.h: Add sync property.
23607
23608 2004-02-13  David Schleef  <ds@schleef.org>
23609
23610         * gst/intfloat/gstint2float.c: (conv_f32_s16),
23611         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
23612
23613 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23614
23615         * configure.ac:
23616         * ext/Makefile.am:
23617         * gst-libs/ext/Makefile.am:
23618           move ffmpeg plugin to gst-ffmpeg module
23619
23620 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23621
23622         * configure.ac: use GST_ARCH to detect architecture
23623
23624 2004-02-12  Julien MOUTTE  <julien@moutte.net>
23625
23626         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
23627
23628 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23629
23630         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23631           classify LADSPA plugins based on number of src/sink pads
23632           (#133663, Stefan Kost)
23633         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
23634           fix dparams registration
23635           (#133528, Stefan Kost)
23636         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
23637           fix use of isprint and use g_ascii_isprint instead
23638           (#133316, Stefan Kost)
23639
23640 2004-02-11  David Schleef  <ds@schleef.org>
23641
23642         Convert a few inner loops to use liboil.  This is currently
23643         optional, and is only enabled if liboil is present (duh!).
23644         * configure.ac: Check for liboil-0.1
23645         * gst/intfloat/Makefile.am:
23646         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
23647         (gst_int2float_chain_gint16):
23648         * gst/videofilter/Makefile.am:
23649         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
23650         (tablelookup_u8), (gst_videobalance_planar411):
23651         * gst/videotestsrc/Makefile.am:
23652         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
23653         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
23654         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
23655         (paint_hline_RGB565), (paint_hline_xRGB1555):
23656
23657 2004-02-11  David Schleef  <ds@schleef.org>
23658
23659         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
23660         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
23661         (gst_colorspace_getcaps), (gst_colorspace_link),
23662         (gst_colorspace_base_init), (gst_colorspace_init),
23663         (gst_colorspace_chain), (gst_colorspace_change_state),
23664         (plugin_init): Merge Ronald's patch (bug #117897) and update
23665         for new caps and negotiation.  Seems to work, although it
23666         shows off bugs in lcs.
23667
23668 2004-02-11  David Schleef  <ds@schleef.org>
23669
23670         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
23671         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
23672
23673 2004-02-11  David Schleef  <ds@schleef.org>
23674
23675         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23676         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23677         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23678         Add server and port properties
23679
23680 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23681
23682         * m4/a52.m4:
23683         * m4/aalib.m4:
23684         * m4/as-ffmpeg.m4:
23685         * m4/as-liblame.m4:
23686         * m4/as-slurp-ffmpeg.m4:
23687         * m4/check-libheader.m4:
23688         * m4/esd.m4:
23689         * m4/freetype2.m4:
23690         * m4/gconf-2.m4:
23691         * m4/glib.m4:
23692         * m4/gst-alsa.m4:
23693         * m4/gst-artsc.m4:
23694         * m4/gst-ivorbis.m4:
23695         * m4/gst-matroska.m4:
23696         * m4/gst-sdl.m4:
23697         * m4/gst-shout2.m4:
23698         * m4/gst-sid.m4:
23699         * m4/gtk.m4:
23700         * m4/libdv.m4:
23701         * m4/libfame.m4:
23702         * m4/libmikmod.m4:
23703         * m4/ogg.m4:
23704         * m4/vorbis.m4:
23705           fix underquotedness of macros (#133800)
23706         * m4/as-avifile.m4:
23707         * m4/xmms.m4:
23708           removed because no longer used
23709
23710 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23711
23712         * configure.ac:
23713           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23714           by autopoint (fixes #132996)
23715
23716 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23717
23718         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23719         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23720         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23721         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23722           fix memleaks
23723
23724 2004-02-11  David Schleef  <ds@schleef.org>
23725
23726         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23727         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23728         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23729         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23730         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23731         (gst_jpegenc_class_init), (gst_jpegenc_init),
23732         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23733         (gst_jpegenc_chain), (gst_jpegenc_set_property),
23734         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
23735         * ext/jpeg/gstjpegenc.h: Fix negotiation.
23736
23737 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23738
23739         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23740         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23741         * ext/mikmod/gstmikmod.h:
23742           fix caps negotiation in mikmod
23743         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23744           output debug information
23745
23746 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23747
23748         * gst-libs/gst/colorbalance/Makefile.am:
23749         * gst-libs/gst/navigation/Makefile.am:
23750         * gst-libs/gst/xoverlay/Makefile.am:
23751           remove unused GST_OPT_CFLAGS from Makefiles
23752           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23753
23754 2004-02-07  David Schleef  <ds@schleef.org>
23755
23756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23757         push events to pads that haven't been created (#133508)
23758
23759 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
23760
23761         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23762         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23763         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23764         (gst_dvdec_loop), (gst_dvdec_change_state):
23765         Second attempt at committing a working dvdec element.
23766
23767 2004-02-06  David Schleef  <ds@schleef.org>
23768
23769         Build fixes for OS X: (see #129600)
23770         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23771         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23772         (gst_riff_read_strf_iavs):
23773         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23774         (gst_avi_demux_stream_odml):
23775         * gst/playondemand/Makefile.am:
23776         * gst/rtp/rtp-packet.c:
23777
23778 2004-02-05  David Schleef  <ds@schleef.org>
23779
23780         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23781         last change, because it Just Doesn't Compile.
23782
23783 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23784
23785         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23786           skip undecodable id3v2 tag instead of keeping it
23787
23788 2004-02-05  David Schleef  <ds@schleef.org>
23789
23790         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23791         Unref leaked buffer.  (Noticed by Ronald)
23792
23793 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
23794
23795         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23796         Sync requires with other checks.  >= vs =.
23797
23798 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
23799
23800         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23801         (gst_dvdec_video_link), (gst_dvdec_loop):
23802         * ext/dv/gstdvdec.h:
23803           rework the caps negotiation so that dvdec works again instead
23804           of just segfaulting.
23805
23806 === release 0.7.4 ===
23807
23808 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23809
23810         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23811         * configure.ac: changed for release
23812
23813 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23814
23815         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23816         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23817         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23818         * pkgconfig/gstreamer-play-uninstalled.pc.in:
23819           reworked patch by David Lehn to fix libdir and includedir for
23820           uninstalled libraries
23821           removed play and gconf from gstreamer-libs since they have their
23822           own pkgconfig files
23823
23824 2004-02-04  David Schleef  <ds@schleef.org>
23825
23826         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23827         memleak.
23828
23829 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23830
23831         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23832           use correct GST_TAG_ENCODER tag
23833
23834 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23835
23836         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23837           be sure to stop the clock when going to paused
23838         * sys/oss/gstosssink.c: (gst_osssink_change_state):
23839           reset number of transmitted when going to ready.
23840         fixes #132935
23841
23842 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
23843
23844         reviewed by Benjamin Otte
23845
23846         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23847           extract track count (fixes #133410)
23848
23849 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23850
23851         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23852           that should be !=, not == (fixes #132519)
23853
23854 2004-02-04  David Schleef  <ds@schleef.org>
23855
23856         Make sure set_explicit_caps() is called before adding pad.
23857         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23858         * gst/id3/gstid3types.c: (gst_id3types_loop):
23859         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23860         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23861
23862 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23863
23864         * configure.ac:
23865           bump nano to 2, first prerelease
23866           put back AM_PROG_LIBTOOL
23867
23868 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23869
23870         * testsuite/alsa/Makefile.am:
23871           these are user test apps, not automatic testsuite tests
23872
23873 2004-02-04  David Schleef  <ds@schleef.org>
23874
23875         Convert GST_DEBUG_CAPS() to GST_DEBUG():
23876         * gst/mpeg1videoparse/gstmp1videoparse.c:
23877         (mp1videoparse_parse_seq):
23878         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23879         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23880         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23881         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23882         (gst_xvideosink_getcaps):
23883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23884         * testsuite/gst-lint: more tests
23885
23886 2004-02-04  David Schleef  <ds@schleef.org>
23887
23888         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23889         with the code that they would expand to.
23890         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23891         (gst_flacdec_get_src_query_types),
23892         (gst_flacdec_get_src_event_masks):
23893         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23894         (gst_gnomevfssrc_get_query_types),
23895         (gst_gnomevfssrc_get_event_mask):
23896
23897 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23898
23899         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23900         (gst_sinesrc_dispose):
23901           fix memleak by properly disposing sinesrc
23902
23903 2004-02-04  Julien MOUTTE  <julien@moutte.net>
23904
23905         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23906         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23907         an overlay to redraw the image because it has been exposed.
23908         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23909         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23910         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23911         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23912         interface
23913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23914         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23915         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23916         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23917         interface
23918
23919 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23920
23921         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23922           more memleak fixage
23923
23924 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23925
23926         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23927         * gst/typefind/gsttypefindfunctions.c:
23928           fix memleaks shown by gst-typefind
23929
23930 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23931
23932         * common/glib-gen.mak:
23933           add hack rule to touch .Plo files
23934         * gst-libs/gst/colorbalance/Makefile.am:
23935         * gst-libs/gst/mixer/Makefile.am:
23936         * gst-libs/gst/play/Makefile.am:
23937         * gst-libs/gst/tuner/Makefile.am:
23938           remove glib_root variable
23939
23940 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23941
23942         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23943           set explicit caps before adding the element, so the autopluggers can
23944           plug correctly.
23945         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23946         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23947         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23948         (dv_type_find):
23949           fix memleaks in typefind functions. gst_type_find_suggest takes a const
23950           argument.
23951
23952 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23953
23954         * gst-libs/gst/colorbalance/Makefile.am:
23955         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23956         * gst-libs/gst/colorbalance/colorbalance.c:
23957         * gst-libs/gst/colorbalance/colorbalance.h:
23958         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23959         * gst-libs/gst/mixer/Makefile.am:
23960         * gst-libs/gst/mixer/mixer-marshal.list:
23961         * gst-libs/gst/mixer/mixer.c:
23962         * gst-libs/gst/mixer/mixer.h:
23963         * gst-libs/gst/mixer/mixermarshal.list:
23964         * gst-libs/gst/play/Makefile.am:
23965         * gst-libs/gst/play/play.h:
23966         * gst-libs/gst/tuner/Makefile.am:
23967         * gst-libs/gst/tuner/tuner-marshal.list:
23968         * gst-libs/gst/tuner/tuner.c:
23969         * gst-libs/gst/tuner/tuner.h:
23970         * gst-libs/gst/tuner/tunermarshal.list:
23971           use new glib-gen.mak snippet to clean up Makefile.am
23972           fix various bugs in Makefile.am's
23973
23974 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23975
23976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23977           handle chain parsing correctly in the multichain case
23978         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
23979         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
23980         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23981         (theora_dec_chain):
23982           handle events and queries correctly
23983
23984 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23985
23986         * .cvsignore:
23987         Ignore generated file _stdint.h.
23988
23989 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23990
23991         * gst-libs/gst/colorbalance/Makefile.am:
23992         * gst-libs/gst/colorbalance/colorbalance.h:
23993         * gst-libs/gst/mixer/Makefile.am:
23994         * gst-libs/gst/mixer/mixer.h:
23995         * gst-libs/gst/play/Makefile.am:
23996         * gst-libs/gst/play/play.h:
23997         * gst-libs/gst/tuner/Makefile.am:
23998         * gst-libs/gst/tuner/tuner.h:
23999         Generate enum type code with glib-mkenums.
24000         * gst-libs/gst/colorbalance/.cvsignore:
24001         * gst-libs/gst/mixer/.cvsignore:
24002         * gst-libs/gst/play/.cvsignore:
24003         * gst-libs/gst/tuner/.cvsignore:
24004         Ignore generated files.
24005
24006 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
24007
24008         * gst-libs/gst/audio/.cvsignore:
24009         Ignore generated file.
24010         * gst-libs/gst/audio/Makefile.am:
24011         Do not install example filter.
24012
24013 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
24014
24015         * examples/switch/.cvsignore:
24016         Ignore generated file.
24017
24018 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24019
24020         * common/m4/ax_create_stdint_h.m4:
24021         * configure.ac:
24022           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
24023           _stdint.h.
24024         * Makefile.am:
24025           remove generated _stdint.h in DISTCLEANFILES
24026         * ext/a52dec/gsta52dec.c:
24027           include _stdint.h for a52dec. (should fix #133064)
24028
24029 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
24030
24031         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
24032         (gst_tag_to_vorbis_comments):
24033         Add replaygain support to vorbistag
24034
24035 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
24036         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24037         (gst_ffmpeg_caps_to_extradata):
24038           Fix SVQ3 caps flag properties
24039           Use glib macro for bytes swap
24040
24041 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24042
24043         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24044         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24045         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24046         * ext/sndfile/gstsf.c: (plugin_init):
24047         * gst/avi/gstavi.c: (plugin_init):
24048         * sys/dxr3/dxr3init.c: (plugin_init):
24049         * sys/oss/gstossaudio.c: (plugin_init):
24050         * sys/v4l/gstv4l.c: (plugin_init):
24051         * sys/v4l2/gstv4l2.c: (plugin_init):
24052           remove textdomain calls
24053         * po/nl.po:
24054           update Dutch translation
24055
24056 2004-02-02  Julien MOUTTE  <julien@moutte.net>
24057
24058         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
24059         (gst_play_set_audio_sink): Moving volume in the audio thread for
24060         instantaneous volume change. Maybe i will add another volume in front
24061         of visualization later, not sure yet though.
24062
24063 2004-02-02  Julien MOUTTE  <julien@moutte.net>
24064
24065         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24066         (gst_ximagesink_handle_xevents): Better X events handling, only take
24067         the latest events for configure and motion.
24068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
24069
24070 2004-02-02  Jon Trowbridge  <trow@gnu.org>
24071
24072         reviewed by: David Schleef  <ds@schleef.org>
24073
24074         Fix memory leaks:
24075         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
24076         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
24077
24078 2004-02-02  David Schleef  <ds@schleef.org>
24079
24080         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
24081         of lines.
24082         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
24083         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24084         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
24085         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24086         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
24087         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
24088         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
24089         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
24090         (gst_float2_2_int_link):
24091         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
24092         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
24093         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
24094         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
24095         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
24096         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
24097         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
24098         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
24099         * testsuite/gst-lint: Add tests for bzero and ;;
24100
24101 2004-02-02  David Schleef  <ds@schleef.org>
24102
24103         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
24104
24105 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24106
24107         * ext/aalib/gstaasink.c: (gst_aasink_open):
24108         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24109         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24110         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24111         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24112         (gst_afsink_close_file):
24113         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24114         (gst_afsrc_close_file):
24115         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24116         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24117         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24118         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24119         * ext/esd/esdmon.c: (gst_esdmon_get):
24120         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
24121         * ext/faac/gstfaac.c: (gst_faac_chain):
24122         * ext/faad/gstfaad.c: (gst_faad_chain):
24123         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24124         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24125         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24126         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24127         (gst_flacdec_loop):
24128         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24129         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24130         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24131         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24132         (gst_gnomevfssink_close_file):
24133         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24134         (gst_gnomevfssrc_open_file):
24135         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24136         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24137         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24138         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24139         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24140         * ext/mad/gstmad.c: (gst_mad_chain):
24141         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24142         * ext/mpeg2dec/gstmpeg2dec.c:
24143         * ext/mpeg2enc/gstmpeg2enc.cc:
24144         * ext/mplex/gstmplex.cc:
24145         * ext/mplex/gstmplexibitstream.cc:
24146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24147         (gst_ogg_demux_push):
24148         * ext/raw1394/gstdv1394src.c:
24149         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24150         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24151         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24152         (gst_sf_loop):
24153         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24154         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
24155         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24156         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24158         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24159         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24160         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24161         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24162         (gst_riff_read_element_data), (gst_riff_read_seek),
24163         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24164         * gst/adder/gstadder.c: (gst_adder_loop):
24165         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24166         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24167         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24168         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24169         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24170         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24171         * gst/goom/gstgoom.c: (gst_goom_chain):
24172         * gst/id3/gstid3types.c: (gst_id3types_loop):
24173         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24174         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24175         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24176         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24177         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24178         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24179         (gst_ebml_read_float), (gst_ebml_read_header):
24180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24181         (gst_matroska_demux_parse_blockgroup):
24182         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24183         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24184         * gst/oneton/gstoneton.c: (gst_oneton_chain):
24185         * gst/silence/gstsilence.c: (gst_silence_get):
24186         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24187         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24188         * gst/speed/gstspeed.c: (speed_loop):
24189         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24190         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24191         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24192         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24193         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24194         (gst_wavparse_loop):
24195         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24196         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24197         (dxr3audiosink_close):
24198         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24199         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24200         (dxr3videosink_close), (dxr3videosink_write_data):
24201         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24202         * sys/oss/gstosssink.c: (gst_osssink_chain):
24203         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24204         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24205         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24206         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24207         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24208         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24209         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24210         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24211         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24212         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24213         (gst_v4l_set_audio):
24214         * sys/v4l/v4l_calls.h:
24215         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24216         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24217         (gst_v4lmjpegsink_playback_init),
24218         (gst_v4lmjpegsink_playback_start):
24219         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
24220         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24221         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24222         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24223         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24224         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24225         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24226         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24227         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24228         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24229         (gst_v4l2_get_output), (gst_v4l2_set_output),
24230         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24231         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24232         (gst_v4l2_set_attribute):
24233         * sys/v4l2/v4l2_calls.h:
24234         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24235         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24236         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24237         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24238         (gst_v4l2src_capture_stop):
24239         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24240         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24241         (gst_ximagesink_chain):
24242         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24243         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24244         (gst_xvideosink_xwindow_new):
24245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24246         (gst_xvimagesink_chain):
24247
24248 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24249
24250         * gst/volume/gstvolume.c: (gst_volume_set_volume),
24251         (gst_volume_get_volume), (volume_class_init), (volume_init),
24252         (volume_chain_int16), (volume_update_volume):
24253         * gst/volume/gstvolume.h:
24254           make code more readable by removing magic numbers
24255           make mixer interface export 0-100 range
24256           make it internally map to 0.0-1.0 range so users don't distort
24257           output by putting the sliders at full volume
24258
24259 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24260
24261         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
24262         (gst_play_state_change), (gst_play_seek_to_time):
24263         block the tick callback for 0.5 secs after doing a seek
24264
24265 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24266
24267         * gst-libs/gst/play/play.c: (gst_play_new):
24268           check for GError
24269
24270 2004-02-01  Julien MOUTTE  <julien@moutte.net>
24271
24272         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
24273         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
24274         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24275         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
24276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24277         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
24278
24279 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24280
24281         * configure.ac:
24282         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24283           check for a function added in vorbis 1.1
24284
24285 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24286
24287         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24288         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
24289           really start/stop clock only on PLAYING <=> PAUSED
24290         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24291           remove \n from debugging lines
24292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
24293           make it work when seeking does not
24294         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24295           reset on DISCONT
24296
24297 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24298
24299         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
24300           start clock on PAUSED=>PLAYING, not later
24301         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24302           extract correct time for different discont formats
24303         (gst_alsa_sink_get_time):
24304           don't segfault when no format is negotiated yet, just return 0
24305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24306         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
24307         (gst_ogg_pad_push):
24308           handle flush and discont events correctly
24309         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
24310           handle discont events correctly
24311
24312 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24313
24314         * gst-libs/gst/play/play.c: (gst_play_error_quark),
24315         (gst_play_error_create), (gst_play_error_plugin),
24316         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
24317         * gst-libs/gst/play/play.h:
24318           add error handling during creation
24319         * examples/gstplay/player.c: (main):
24320           use new gst_play_new
24321
24322
24323 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24324
24325         * ext/theora/theoradec.c: (theora_dec_chain):
24326           make comments work
24327         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24328         (vorbis_dec_src_event), (vorbis_dec_chain):
24329           add encoder tag, fix tag reading to be more error tolerant, change
24330           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
24331           gst_pad_event_default.
24332         * gst/tags/gstvorbistag.c:
24333         (gst_tag_list_from_vorbiscomment_buffer):
24334           undefine function specific define at end of function
24335
24336 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
24337
24338         * ext/flac/gstflac.c: (plugin_init):
24339         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
24340         * ext/flac/gstflacdec.h:
24341         * ext/flac/gstflacenc.h:
24342           Fix typos
24343
24344 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
24345
24346         * examples/gstplay/player.c: s/gstplay.h/play.h/
24347
24348 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24349
24350         * gst-libs/gst/play/Makefile.am:
24351         * gst-libs/gst/play/gstplay.c:
24352         * gst-libs/gst/play/gstplay.h:
24353         * gst-libs/gst/play/play.c:
24354           more surgery, operation complete
24355
24356 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24357
24358         * gst-libs/gst/play/play.old.c:
24359         * gst-libs/gst/play/play.old.h:
24360           after CVS surgery by moving, remove
24361         * gst-libs/gst/play/playpipelines.c:
24362           remove
24363
24364         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24365           add negotiation error
24366
24367 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24368
24369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24370         (gst_ogg_demux_push):
24371           add some seeking debug info
24372           send a flush when seeking
24373
24374 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24375
24376         * configure.ac:
24377           use AC_C_INLINE
24378         * configure.ac:
24379         * ext/Makefile.am:
24380         * ext/theora/Makefile.am:
24381         * ext/theora/theoradec.c:
24382           add theora video decoder. Does just do simple decoding for now and
24383           has been tested against Theora cvs only. It only works when theora
24384           is compiled with --enable-static.
24385         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24386           always reset packetno on DISCONT
24387
24388 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24389
24390         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24391           Fix audio.
24392
24393 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24394
24395         * gst/mpegaudioparse/gstmpegaudioparse.c:
24396         (mp3_type_frame_length_from_header):
24397           Fix header parsing - stolen from ffmpeg (thank you! :) ).
24398
24399 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24400
24401         * ext/esd/esdsink.c: (gst_esdsink_init):
24402           Since we have static pad template caps, we don't need to negotiate;
24403           either the core errors out or we know the format.
24404
24405 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24406
24407         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24408         (gst_riff_read_seek):
24409         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24410         (gst_ebml_read_seek):
24411           Fix event handling.
24412
24413 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24414
24415         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24416           removee video/x-theora from vp3 decoder, it doesn't handle raw
24417           theora streams
24418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
24419           fix bug with finalizing element that never went to PAUSED
24420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24421           length and position queries were swapped
24422         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24423         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
24424         (vorbis_dec_src_event):
24425           implement querying time and bytes
24426
24427 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24428
24429         * just about every source file:
24430           gst_element_error -> GST_ELEMENT_ERROR
24431
24432 2004-01-29  Julien MOUTTE  <julien@moutte.net>
24433
24434         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
24435         emiting FLUSH and even before DISCONT.
24436         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
24437         get the best instant seeking as possible yay!
24438
24439 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24440
24441         * gst/mpeg1videoparse/gstmp1videoparse.c:
24442         (gst_mp1videoparse_real_chain):
24443           Committed wrong version last week... Grr... Didn't notice until now.
24444
24445 2004-01-29  Julien MOUTTE <julien@moutte.net>
24446
24447         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
24448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
24449         have_xwindow_id signal in xwindow_create.
24450
24451 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24452
24453         * ext/ogg/gstoggdemux.c:
24454           lots of changes - mainly support for chained bitstreams, seeking,
24455           querying and bugfixes of course
24456         * ext/vorbis/Makefile.am:
24457         * ext/vorbis/vorbisdec.c:
24458         * ext/vorbis/vorbisdec.h:
24459           add vorbisdec raw vorbis decoder
24460         * ext/vorbis/vorbis.c: (plugin_init):
24461           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
24462         * gst/intfloat/Makefile.am:
24463         * gst/intfloat/float22int.c:
24464         * gst/intfloat/float22int.h:
24465         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
24466           add float2intnew plugin. It converts multichannel interleaved float to
24467           multichannel interleaved int. The name should probably be changed.
24468         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
24469         (plugin_init):
24470           add typefinding for raw theora video so oggdemux can detect it.
24471
24472 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24473
24474         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
24475         sink element first.
24476         * gst/videoscale/gstvideoscale.c:
24477         (gst_videoscale_handle_src_event): Fixing src event handler.
24478
24479 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24480
24481         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24482         (gst_v4lsrc_open), (gst_v4lsrc_close),
24483         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
24484         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
24485         * sys/v4l/gstv4lsrc.h:
24486         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
24487         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
24488           Implement resizing... Hack. But that's why v4l is b0rked...
24489
24490 2004-01-28  Julien MOUTTE <julien@moutte.net>
24491
24492         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24493         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24494         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
24495         (gst_ximagesink_xwindow_destroy):
24496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24497         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24498         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
24499         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
24500         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
24501         correctly cleaning the image created to check xshm calls on succes,
24502         added a lot of XSync calls in X11 functions, and fixed a segfault when
24503         no image format was defined before negotiation happened.
24504
24505 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24506
24507         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
24508           use gst_element_get_time to get correct time
24509
24510 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24511
24512         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
24513         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
24514         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
24515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
24516         (gst_xvimagesink_check_xshm_calls),
24517         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
24518         X plugins are now able to detect that XShm calls will fail even if the
24519         server claims that it has XShm support (remote displays most of the
24520         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
24521         so that we use non XShm functions. This feature is almost useless for
24522         xvimagesink as Xv is not supported on remote displays anyway, but
24523         it might happen than even on the local display XShm calls fail.
24524
24525 2004-01-27  David Schleef  <ds@schleef.org>
24526
24527         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
24528         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
24529         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
24530         changed esdsink to only use 44100,16,2, since esd sucks at rate
24531         conversion and esdsink has had difficulty negotiating.
24532
24533 2004-01-27  Julien MOUTTE <julien@moutte.net>
24534
24535         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
24536         (gst_play_seek_to_time): Fixing the way to get current position.
24537
24538 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24539
24540         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
24541           use gst_element_get_time to get correct time
24542
24543 2004-01-27  Julien MOUTTE <julien@moutte.net>
24544
24545         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
24546         fix ever... Inverting 2 lines of code make spider autoplug correctly
24547         tagged mp3 !
24548
24549 2004-01-27  David Schleef  <ds@schleef.org>
24550
24551         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24552         Use gst_pad_try_set_caps_nonfixed().
24553
24554 2004-01-27  David Schleef  <ds@schleef.org>
24555
24556         * gst/ac3parse/gstac3parse.c: update to checklist 5
24557         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
24558         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
24559         * gst/audioscale/gstaudioscale.c: same
24560         * gst/auparse/gstauparse.c: same
24561         * gst/avi/gstavidemux.c: same
24562
24563 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24564
24565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24566           stop processing after EOS
24567
24568 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24569
24570         * gst/asfdemux/asfheaders.h:
24571         * gst/asfdemux/gstasfdemux.c:
24572         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
24573         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
24574         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
24575           lot's of fixes to make data extraction simpler and get the code
24576           architecture and compiler independant. Add debugging category
24577         * gst/goom/gstgoom.c: (gst_goom_change_state):
24578           reset channel count on PAUSED=>READY, not READY=>PAUSED
24579
24580 2004-01-26  Colin Walters  <walters@verbum.org>
24581
24582         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
24583         code to pull a bigger buffer in iradio mode.  This as a side effect
24584         makes typefinding work.
24585
24586 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24587
24588         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24589         Fix SVQ3 decoding on PPC
24590
24591 2004-01-26  Julien MOUTTE <julien@moutte.net>
24592
24593         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
24594         that one managed to stay there... Fixed.
24595
24596 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24597
24598         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24599         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
24600         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
24601         (qtdemux_video_caps):
24602         * gst/qtdemux/qtdemux.h:
24603         Add SVQ3 specific flags to qtdemux and ffmpeg
24604
24605 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24606
24607         * gst-libs/gst/audio/audio.h:
24608           remove buffer-frames from audio caps
24609         * gst/audioconvert/gstaudioconvert.c:
24610           fix plugin to really work.
24611
24612 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24613
24614         * gst-libs/gst/mixer/mixer.c:
24615         * gst-libs/gst/propertyprobe/propertyprobe.c:
24616         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
24617         (gst_tuner_find_channel_by_name):
24618         * gst-libs/gst/tuner/tuner.h:
24619           Add gtk-doc style comments. Also fix a function name.
24620
24621 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24622
24623         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
24624         (gst_divxdec_negotiate):
24625           Fix for new capsnego - also fixes gst-player with divxdec.
24626
24627 2004-01-25  Julien MOUTTE  <julien@moutte.net>
24628
24629         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24630         (gst_play_identity_handoff), (gst_play_set_location),
24631         (gst_play_set_visualization), (gst_play_connect_visualization): Another
24632         try in visualization implementation. Still have an issue with switch
24633         blocking when pulling from video_queue and only audio comes out of
24634         spider.
24635         * gst/switch/gstswitch.c: (gst_switch_release_pad),
24636         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
24637         release method. And check if the pad is usable before pulling.
24638
24639 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24640
24641         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
24642         (gst_videobalance_init),
24643         (gst_videobalance_colorbalance_list_channels),
24644         (gst_videobalance_colorbalance_set_value),
24645         (gst_videobalance_colorbalance_get_value),
24646         (gst_videobalance_update_properties),
24647         (gst_videobalance_update_tables_planar411),
24648         (gst_videobalance_planar411):
24649         * gst/videofilter/gstvideobalance.h:
24650           Implement lookup-tables. +/- 10x faster.
24651
24652 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24653
24654         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24655         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24656           The index reading was broken. The rest worked fine, but the whole
24657           goal of my rewrite was to make avidemux readable, and this was
24658           not at all readable. Please use typed variables.
24659
24660 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24661
24662         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24663           Additional pad usability check.
24664         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24665         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
24666         (gst_mp1videoparse_real_chain):
24667           Fix MPEG video stream parsing. The original plugin had several
24668           issues, including not timestamping streams where the source was
24669           not timestamped (this happens with PTS values in mpeg system
24670           streams, but MPEG video is also a valid stream on its own so
24671           that needs timestamps too). We use the display time code for that
24672           for now. Also, if one incoming buffer contains multiple valid
24673           frames, we push them all on correctly now, including proper EOS
24674           handling. Lastly, several potential segfaults were fixed, and we
24675           properly sync on new sequence/gop headers to include them in next,
24676           not previous frames (since they're header for the next frame, not
24677           the previous). Also see #119206.
24678         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24679         (bpf_from_header):
24680           Move caps setting so we only do it after finding several valid
24681           MPEG-1 fraes sequentially, not right after the first one (which
24682           might be coincidental).
24683         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24684         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24685         (plugin_init):
24686           Add unsynced MPEG video stream typefinding, and change some
24687           probability values so we detect streams rightly. The idea is as
24688           follows: I can have an unsynced system stream which contains
24689           video. In the current code, I would randomly get a type for either
24690           system or video stream type found, because the probabilities are
24691           being calculated rather randomly. I now use fixed values, so we
24692           always prefer system stream if that was found (and that is how it
24693           should be). If no system stream was found, we can still identity                the stream as video-only.
24694
24695 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24696
24697         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24698         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24699           don't write to buffer. Extract data without the need of
24700           __attribute__ ((packed))
24701
24702 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24703
24704         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24705         (mpeg1_sys_type_find):
24706           Fix MPEG-1 stream typefinding.
24707
24708 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24709
24710         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24711           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24712
24713 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24714
24715         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24716         * ext/esd/gstesd.c: (plugin_init):
24717           private debugging, better error reporting
24718
24719 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24720
24721         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24722         (gst_riff_read_init), (gst_riff_read_change_state):
24723         * gst-libs/gst/riff/riff-read.h:
24724           Remove stuff fromold metadata system.
24725
24726 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24727
24728         * ext/ogg/gstoggdemux.c:
24729           Fix wrong file comment.
24730         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24731         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24732           Add metadata reading properly.
24733
24734 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24735
24736         * ext/Makefile.am:
24737           Fix nas DIST_SUBDIRS
24738           Uraeus:
24739           Fix bug where make distcheck doesn't get run on adding stuff to
24740           the build.
24741
24742 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24743
24744         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24745         * ext/divx/gstdivxdec.h:
24746           Fix divx3 ("msmpeg4") playback using divxdec.
24747
24748 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24749
24750         * gst/typefind/gsttypefindfunctions.c:
24751         (mp3_type_frame_length_from_header): fix bug in length computation
24752         (mp3_type_find): improve debugging output
24753
24754 2004-01-23  Julien MOUTTE  <julien@moutte.net>
24755
24756         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24757         (gst_play_set_location), (gst_play_seek_to_time),
24758         (gst_play_set_audio_sink), (gst_play_set_visualization),
24759         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24760         the pipeline from scratch. Visualization is back and switch went out as
24761         i realized it was not possible to use the way i wanted.
24762         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24763         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24764         clearing in state change from READY to NULL. So that one can clean the
24765         X ressources keeping the element.
24766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24767         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24768         (gst_xvimagesink_colorbalance_set_value),
24769         (gst_xvimagesink_colorbalance_get_value),
24770         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24771         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24772         change from READY to NULL and fixed some stupid bugs in colorbalance
24773         get/set values. Also added the following feature : when nobody tries to
24774         set some values to the colorbalance levels before the xcontext is
24775         grabbed, then when creating channels list from Xv attributes we set the
24776         internal values to the Xv defaults. This way we handle buggy Xv drivers
24777         that set default hue values far from the middle of the range (Thanks
24778         to Jon Trowbridge for pointing that issue).
24779         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24780         colorbalance levels have been set before xcontext is grabbed.
24781
24782 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24783
24784         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24785           Fix the ossmixer case where we shouldn't open /dev/dsp* because
24786           it might block operations (which is bad for a mixer).
24787
24788 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24789
24790         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24791         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24792         (gmip_find_type_pre):
24793         * gst-libs/gst/media-info/media-info-priv.h:
24794         * gst-libs/gst/media-info/media-info.c:
24795         (gst_media_info_instance_init), (gst_media_info_read_idler):
24796         add fakesink to get caps on decoder src pad again
24797         fix callback prototype to match new have_type signal signature
24798
24799 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24800
24801         * gst/adder/gstadder.c: (gst_adder_link):
24802           fix non-compile and cut-n-paste code
24803
24804 2004-01-21  David Schleef  <ds@schleef.org>
24805
24806         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24807         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24808         (gst_swfdec_init), (gst_swfdec_change_state):
24809         * ext/swfdec/gstswfdec.h:
24810         Fix negotiation.
24811         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24812         (gst_adder_request_new_pad): Fix negotiation.
24813         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24814         Add a fixate function.
24815         * gst/intfloat/gstfloat2int.c:
24816         * gst/intfloat/gstfloat2int.h:
24817         * gst/intfloat/gstint2float.c:
24818         * gst/intfloat/gstint2float.h:
24819         Completely rewrite the negotiation.  Doesn't quite work yet,
24820         due to some buffer-frames problem.
24821
24822 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24823
24824         * ext/gnomevfs/gstgnomevfssrc.c:
24825         * sys/v4l2/v4l2_calls.h:
24826           fix includes for distcheck
24827
24828 2004-01-21  Christian Schaller <uraeus@gnome.org>
24829
24830         * ext/nas/
24831         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24832         based on earlier patch from Laurent Vivier
24833
24834 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
24835
24836         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24837         Fix wma caps property
24838         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24839         Fix typo (flags1 and flags2)
24840
24841 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24842
24843         * gst-libs/gst/media-info/media-info-priv.c:
24844         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24845         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24846         (gmip_find_stream), (gmip_find_track_metadata),
24847         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24848         (gmip_find_track_format):
24849         * gst-libs/gst/media-info/media-info-priv.h:
24850         * gst-libs/gst/media-info/media-info-test.c: (main):
24851         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24852         (gst_media_info_read_idler), (gst_media_info_read):
24853         * gst-libs/gst/media-info/media-info.h:
24854           register debugging category and use it for debugging
24855
24856 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24857
24858         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24859         (gst_vorbisfile_new_link):
24860           signal streaminfo through tags
24861
24862 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24863
24864         * ext/mplex/gstmplex.cc:
24865         * ext/mplex/gstmplexibitstream.cc:
24866           g++ doesn't like NULL in our i18n/error macros, should be
24867           either (NULL) or ("").
24868
24869 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24870
24871         * sys/dxr3/dxr3audiosink.c:
24872         * sys/dxr3/dxr3init.c:
24873         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24874         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24875           Fix more error error error errors (missing includes here).
24876
24877 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24878
24879         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24880           fix thomas' error errors.
24881
24882 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24883
24884         * ext/mpeg2enc/gstmpeg2enc.cc:
24885           fix error errors.
24886
24887 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24888
24889         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24890         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24891           Fix for new error system.
24892
24893 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24894
24895         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24896           fix for new error reporting
24897
24898 2004-01-20  David Schleef  <ds@schleef.org>
24899
24900         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24901         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24902         (gst_ximagesink_set_xwindow_id): Change to using a framerate
24903         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24904         and neither is 100+, most likely.
24905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24906         (gst_xvimagesink_getcaps): same
24907
24908 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24909
24910         * configure.ac:
24911           Up version requirement to 2.0.3 (not yet released) to avoid symbol
24912           clashes with ffmpeg.
24913
24914 2004-01-20  Julien MOUTTE  <julien@moutte.net>
24915
24916         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24917         (gst_switch_init): Fixed switch element : proxying link and setting
24918         caps from src to sink on request.
24919
24920 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24921
24922         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24923         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24924         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24925         fix element_error
24926
24927 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24928
24929         * sys/v4l/v4l_calls.h:
24930         * sys/v4l2/v4l2_calls.h:
24931           element_error fixes
24932
24933 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24934
24935         * gst-libs/gst/gst-i18n-plugin.h:
24936           add locale.h
24937           remove config.h inclusion
24938
24939 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24940
24941         * autogen.sh:
24942           adding autopoint invocation
24943         * Makefile.am:
24944         * configure.ac:
24945         * gst-libs/gst/gettext.h:
24946           adding gettext bits
24947         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24948         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24949         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24950         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24951         (gst_gnomevfssink_close_file):
24952         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24953         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24954         * gst-libs/gst/gst-i18n-plugin.h:
24955         * gst/avi/gstavi.c: (plugin_init):
24956         * sys/dxr3/dxr3init.c: (plugin_init):
24957         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24958         * sys/oss/gstossaudio.c: (plugin_init):
24959         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24960         * sys/v4l/gstv4l.c: (plugin_init):
24961         * sys/v4l/v4l_calls.c: (gst_v4l_open):
24962         * sys/v4l2/gstv4l2.c: (plugin_init):
24963         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24964         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24965         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24966         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24967         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24968         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24969           make sure locale and translation domain are set
24970           fix translated strings
24971         * po/.cvsignore:
24972         * po/LINGUAS:
24973         * po/Makevars:
24974         * po/POTFILES.in:
24975         * po/nl.po:
24976           put translation files into place
24977         * sys/xvideo/imagetest.c: (main):
24978         * ext/dv/demo-play.c: (main):
24979           fix unnecessary translations
24980
24981 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24982
24983         * ext/sndfile/gstsf.c:
24984         * gst/avi/gstavimux.c:
24985         * ext/audiofile/gstafsink.c:
24986         * ext/audiofile/gstafsrc.c:
24987         * ext/gnomevfs/gstgnomevfssink.c:
24988         * ext/gnomevfs/gstgnomevfssrc.c:
24989         * sys/oss/gstosselement.c:
24990         * sys/v4l/v4l_calls.h:
24991           fix i18n include
24992
24993 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24994
24995         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24996         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24997         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24998         (gst_v4l2_get_output), (gst_v4l2_set_output),
24999         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
25000         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
25001         (gst_v4l2_set_attribute):
25002         update to new error handling
25003
25004 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25005
25006         * ext/sidplay/gstsiddec.cc:
25007         * gst/modplug/gstmodplug.cc:
25008           parenthese NULL because C++ seems angry about it
25009
25010 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25011
25012         * gst-libs/gst/gst-i18n-plugin.h:
25013           add skeleton i18n stuff, but needs to be further implemented
25014
25015 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25016
25017         * examples/gstplay/player.c: (main):
25018         * ext/aalib/gstaasink.c: (gst_aasink_open):
25019         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
25020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25021         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25022         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
25023         (gst_afsink_close_file):
25024         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
25025         (gst_afsrc_close_file):
25026         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
25027         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25028         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
25029         * ext/esd/esdmon.c: (gst_esdmon_get):
25030         * ext/esd/esdsink.c: (gst_esdsink_chain):
25031         * ext/faac/gstfaac.c: (gst_faac_chain):
25032         * ext/faad/gstfaad.c: (gst_faad_chain):
25033         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
25034         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25035         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
25036         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
25037         (gst_flacdec_loop):
25038         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
25039         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25040         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
25041         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
25042         (gst_gnomevfssink_close_file):
25043         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
25044         (gst_gnomevfssrc_open_file):
25045         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
25046         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
25047         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
25048         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25049         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
25050         * ext/mad/gstmad.c: (gst_mad_chain):
25051         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
25052         * ext/mpeg2dec/gstmpeg2dec.c:
25053         * ext/mpeg2enc/gstmpeg2enc.cc:
25054         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25055         * ext/mplex/gstmplex.cc:
25056         * ext/mplex/gstmplexibitstream.cc:
25057         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
25058         (gst_ogg_demux_push), (gst_ogg_pad_push):
25059         * ext/raw1394/gstdv1394src.c:
25060         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
25061         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
25062         * ext/sidplay/gstsiddec.cc:
25063         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
25064         (gst_sf_loop):
25065         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
25066         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
25067         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
25068         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
25069         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
25070         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
25071         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
25072         * gst-libs/gst/Makefile.am:
25073         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25074         (gst_riff_read_element_data), (gst_riff_read_seek),
25075         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
25076         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
25077         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
25078         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
25079         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
25080         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25081         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
25082         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25083         * gst/goom/gstgoom.c: (gst_goom_chain):
25084         * gst/id3/gstid3types.c: (gst_id3types_loop):
25085         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
25086         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
25087         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25088         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25089         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
25090         (gst_ebml_read_float), (gst_ebml_read_header):
25091         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
25092         (gst_matroska_demux_parse_blockgroup):
25093         * gst/modplug/gstmodplug.cc:
25094         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
25095         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25096         * gst/oneton/gstoneton.c: (gst_oneton_chain):
25097         * gst/silence/gstsilence.c: (gst_silence_get):
25098         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25099         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
25100         * gst/speed/gstspeed.c: (speed_loop):
25101         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25102         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25103         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
25104         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25105         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25106         (gst_wavparse_loop):
25107         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
25108         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
25109         (dxr3audiosink_close):
25110         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
25111         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
25112         (dxr3videosink_close), (dxr3videosink_write_data):
25113         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
25114         * sys/oss/gstosselement.h:
25115         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
25116         (gst_osssink_chain):
25117         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25118         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25119         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
25120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
25121         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
25122         (gst_v4l_enable_overlay):
25123         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
25124         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
25125         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
25126         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
25127         (gst_v4l_set_audio):
25128         * sys/v4l/v4l_calls.h:
25129         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
25130         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
25131         (gst_v4lmjpegsink_playback_init),
25132         (gst_v4lmjpegsink_playback_start):
25133         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
25134         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
25135         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
25136         (gst_v4lmjpegsrc_requeue_frame):
25137         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25138         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
25139         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
25140         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
25141         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
25142         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
25143         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
25144         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
25145         (gst_v4l2src_capture_stop):
25146         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
25147         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25148         (gst_ximagesink_chain):
25149         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
25150         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
25151         (gst_xvideosink_xwindow_new):
25152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25153         (gst_xvimagesink_chain):
25154         use new error signal, function and categories
25155
25156 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
25157
25158         * configure.ac:
25159         * ext/Makefile.am:
25160         * ext/musicbrainz/gsttrm.c:
25161         * ext/musicbrainz/gsttrm.h:
25162         * ext/musicbrainz/Makefile.am:
25163         Add a trm plugin
25164
25165 2004-01-18  Julien MOUTTE  <julien@moutte.net>
25166
25167         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
25168         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
25169         synchronous property for debugging.
25170         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
25171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25172         (gst_xvimagesink_set_property): Moving a pointer declaration to a
25173         smaller block, fixing indent.
25174
25175 2004-01-16  David Schleef  <ds@schleef.org>
25176
25177         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
25178         property affects the video stream.
25179         * sys/xvimage/xvimagesink.c:
25180         * sys/xvimage/xvimagesink.h:
25181         Add synchronous property for debugging.  Should probably be
25182         disabled in non-CVS builds.  Make sure that the Xv attribute
25183         exists before we set it (crash!).  Fix a silly float bug that
25184         caused colorbalance to just not work.
25185
25186 2004-01-17  Christian Schaller <Uraeus@gnome.org>
25187
25188         * tools/gst-launch-ext.in - update for new plugins
25189
25190 2004-01-16  David Schleef  <ds@schleef.org>
25191
25192         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
25193         already-freed caps.
25194
25195 2994-01-16  Christian Schaller <Uraeus@gnome.org>
25196
25197         * Update spec for new colorspace plugin and libcaca plugin
25198         * Fix compilation of libcaca plugin (clock -> id)
25199
25200 2004-01-16  Julien MOUTTE <julien@moutte.net>
25201
25202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
25203         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25204         (gst_xvimagesink_set_xwindow_id),
25205         (gst_xvimagesink_colorbalance_set_value),
25206         (gst_xvimagesink_colorbalance_get_value),
25207         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25208         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
25209         correct colorbalance properties. They can now be set when the element
25210         is still in NULL state. The values will be committed to the Xv Port
25211         when xcontext is initialized.
25212         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
25213         brightness int values in the GstXvImagesink structure.
25214
25215 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25216
25217         * gst-libs/gst/Makefile.am:
25218           restructure so having local patches works easier.
25219
25220 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25221
25222         * ext/mpeg2enc/Makefile.am:
25223         * ext/mpeg2enc/gstmpeg2enc.cc:
25224         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25225           Bugfix with respect to EOS handling.
25226
25227 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25228
25229         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25230           Link with right caps (else, it segfaults).
25231         * ext/mplex/gstmplexjob.cc:
25232           Fix for slight API change in 1.6.1.93 release of mjpegtools.
25233
25234 2004-01-15  David Schleef  <ds@schleef.org>
25235
25236         * gst-libs/gst/audio/Makefile.am:
25237         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
25238         from the template.
25239         * gst-libs/gst/audio/gstaudiofilter.c:
25240         * gst-libs/gst/audio/gstaudiofilter.h:
25241         Add bytes_per_sample and size and n_samples calculation.
25242         * gst-libs/gst/audio/gstaudiofilterexample.c:
25243         Remove, now autogenerated.
25244         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
25245         Moved from gstaudiofilterexample, object name changed, code added
25246         so that it actually works.
25247         * gst-libs/gst/audio/make_filter:
25248         Script to build an audiofilter subclass from the template.
25249         * gst/colorspace/Makefile.am:
25250         * gst/colorspace/yuv2yuv.c:
25251         Remove file, since it's GPL, and we don't use it.
25252
25253 2004-01-15  Julien MOUTTE  <julien@moutte.net>
25254
25255         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
25257         them use the buffer free function to test how the buffer was allocated.
25258
25259 2004-01-15  David Schleef  <ds@schleef.org>
25260
25261         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
25262         that handles osssink fallback.
25263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25264         (gst_audio_convert_getcaps):
25265         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25266         Add audio/x-qdm2 for QDM2 audio.
25267         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25268         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
25269         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
25270         Decrease minimum size to 16x16.
25271         * gst/wavparse/gstwavparse.c:
25272         Convert disabled pad template caps to new caps.
25273         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25275         (gst_xvimagesink_chain): Throw element error when display cannot
25276         be opened.  Increase minimum framerate to 1.0.  Check the data
25277         free function on a buffer to make sure it is the type we expect
25278         before manipulating it.
25279
25280 2004-01-15  Julien MOUTTE <julien@moutte.net>
25281
25282         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25283         (gst_videobalance_colorbalance_set_value): Implement passthru if
25284         settings are in the middle.
25285         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
25286
25287 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25288
25289         * gst/videofilter/Makefile.am:
25290         * gst/volume/Makefile.am:
25291           Since we use videofilter symbols, link to it.
25292
25293 2004-01-15  Julien MOUTTE <julien@moutte.net>
25294
25295         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
25296         mixer interface type to HARDWARE.
25297         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
25298         type to SOFTWARE.
25299         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
25300         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
25301         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
25302         (gst_volume_interface_init), (gst_volume_list_tracks),
25303         (gst_volume_set_volume), (gst_volume_get_volume),
25304         (gst_volume_set_mute), (gst_volume_mixer_init),
25305         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
25306         (volume_init): Implementing mixer interface.
25307         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
25308         * sys/oss/gstosselement.c: (gst_osselement_get_type),
25309         (gst_osselement_change_state): Removing some trailing commas in
25310         structures.
25311         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
25312         interface type to HARDWARE.
25313         * sys/v4l/gstv4lcolorbalance.c:
25314         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
25315         type to HARDWARE.
25316         * sys/v4l2/gstv4l2colorbalance.c:
25317         (gst_v4l2_color_balance_interface_init): Setting colorbalance
25318         interface type to HARDWARE.
25319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
25320         same code than ximagesink for event handling.
25321
25322 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25323
25324         * ext/snapshot/Makefile.am:
25325         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
25326         (gst_snapshot_chain):
25327         * ext/snapshot/gstsnapshot.h:
25328           This has to be a joke... Snapshot should be connected to a tee,
25329           colorspace element before it and EOS after that, where the other
25330           src of the tee receives normal data.
25331           The current way is *wrong*.
25332
25333 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25334
25335         * ext/hermes/gsthermescolorspace.c:
25336           Fix another compile error. Same as below.
25337
25338 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25339
25340         * gst/colorspace/gstcolorspace.c:
25341         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
25342         (gst_colorspace_i420_to_yv12):
25343           Fix compiling... Didn't test if it actually works.
25344
25345 2004-01-15  David Schleef  <ds@schleef.org>
25346
25347         * configure.ac:
25348         * gst/colorspace/Makefile.am:
25349         * gst/colorspace/gstcolorspace.c:
25350         * gst/colorspace/gstcolorspace.h:
25351         * gst/colorspace/yuv2rgb.c:
25352         * gst/colorspace/yuv2rgb.h:
25353         Duplicate the ext/hermes colorspace plugin, and remove Hermes
25354         code and GPL code.  Fix for new caps negotiation.  Rewrite
25355         much of the format handling code, and some of the conversion
25356         code.  Basically, rewrote almost everything.  This element
25357         handles I420, YV12 to RGB conversions.
25358         * ext/hermes/Makefile.am:
25359         * ext/hermes/gsthermescolorspace.c:
25360         Rename colorspace to hermescolorspace.  Fix negotiation issues.
25361         Remove non-Hermes related code.  This element handles lots of
25362         RGB to RGB conversions, but no YUV.
25363         * ext/hermes/gstcolorspace.c:
25364         * ext/hermes/gstcolorspace.h:
25365         * ext/hermes/rgb2yuv.c:
25366         * ext/hermes/yuv2rgb.c:
25367         * ext/hermes/yuv2rgb.h:
25368         * ext/hermes/yuv2rgb_mmx16.s:
25369         * ext/hermes/yuv2yuv.c:
25370         * ext/hermes/yuv2yuv.h:
25371         Remove old code.
25372
25373 2004-01-14  Colin Walters  <walters@verbum.org>
25374
25375         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
25376         they've already been.
25377
25378 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25379
25380         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
25381           assume tag mode when pad is not connected
25382
25383 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25384
25385         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25386           Don't update the time of the clock
25387         (gst_alsa_sink_loop):
25388           sync to the clock given to alsasink, not the own clock
25389         * sys/oss/gstosssink.c: (gst_osssink_chain):
25390           sync to the clock
25391         (gst_osssink_change_state):
25392           activate the clock
25393         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25395           remove bogus code that made DISCONT events unhandled
25396         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
25397           explicitly case to double in _set_simple. (fixes 2nd warning in bug
25398           #131502)
25399         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
25400         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
25401         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
25402           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
25403           2nd warning in bug #131502)
25404
25405 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25406
25407         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25408         (gst_videobalance_colorbalance_set_value),
25409         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
25410         for colorbalance interface implementation.
25411         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25412         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25413         (gst_ximagesink_dispose), (gst_ximagesink_init),
25414         (gst_ximagesink_class_init): Adding DISPLAY property.
25415         * sys/ximage/ximagesink.h: Adding display_name to store display.
25416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25417         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25418         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
25419         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
25420         properties (they still need polishing though for gst-launch use : no
25421         xcontext yet, i ll do that tomorrow).
25422         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
25423
25424 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25425
25426         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
25427         (gst_play_set_location), (gst_play_set_visualization): Preparing
25428         switch integration, adding videobalance in the pipeline.
25429
25430 2004-01-14  Julien MOUTTE <julien@moutte.net>
25431
25432         * gst-libs/gst/colorbalance/colorbalance.c:
25433         (gst_color_balance_class_init): Adding a default type.
25434         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
25435         the type.
25436         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
25437         (gst_videobalance_dispose), (gst_videobalance_class_init),
25438         (gst_videobalance_init), (gst_videobalance_interface_supported),
25439         (gst_videobalance_interface_init),
25440         (gst_videobalance_colorbalance_list_channels),
25441         (gst_videobalance_colorbalance_set_value),
25442         (gst_videobalance_colorbalance_get_value),
25443         (gst_videobalance_colorbalance_init): Implementing colorbalance
25444         interface.
25445         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
25446         list.
25447         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
25448         bug which was triggering a BadAccess X error when setting an overlay
25449         before pad was really negotiated.
25450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
25451         Using the colorbalance type macro.
25452
25453 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25454
25455         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
25456         (gst_flacenc_chain):
25457           handle tags correctly
25458         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25459           extract ID3v1 tags correctly
25460
25461 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25462
25463         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
25464         (plugin_init):
25465           Improve matroska typefinding for odd-typed headers...
25466
25467 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25468
25469         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25470           Fix for using incremental number on padnames.
25471
25472 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25473
25474         * ext/divx/gstdivxdec.c:
25475         * ext/divx/gstdivxenc.c:
25476           Set category to divx4linux instead of divx (too generic).
25477         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25478         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25479         (gst_wavparse_loop), (gst_wavparse_change_state):
25480         * gst/wavparse/gstwavparse.h:
25481           fix parsing of WAV files with non-standard fmt-tag size and fix
25482           skipping of unrecognized chunks... Someone please fix this thing
25483           to use rifflib so all this is automated.
25484         * sys/v4l/Makefile.am:
25485         * sys/v4l2/Makefile.am:
25486           Add X_CFLAGS because we depend on X (for overlay).
25487
25488 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
25489
25490         * ext/mpeg2dec/gstmpeg2dec.c:
25491           Don't issue a timestamp unless we tagged the frame
25492           with a PTS.
25493
25494 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25495
25496         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
25497           Query the audio element to get the time, not the clock. We're
25498           interested in the element's time here.
25499
25500 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25501
25502         * ext/aalib/gstaasink.c: (gst_aasink_chain):
25503         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25504         * ext/esd/esdsink.c: (gst_esdsink_chain):
25505         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
25506         * ext/mas/massink.c: (gst_massink_chain):
25507         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
25508         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
25509         (gst_matroska_demux_parse_metadata):
25510         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
25511         (gst_mpeg_parse_release_locks):
25512         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
25513         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
25514         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25515         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25516         (gst_osssink_change_state):
25517         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25518         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25519         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
25520         (gst_xvideosink_release_locks):
25521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25522           use element time.
25523         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
25524         (gst_alsa_clock_stop):
25525         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
25526         (gst_audio_clock_get_internal_time):
25527           simplify for use with new clocking code.
25528         * testsuite/alsa/Makefile.am:
25529         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
25530           fix testsuite for new caps system
25531
25532 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25533
25534         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25535         * ext/flac/gstflacenc.c: (add_one_tag):
25536           length is already host endian, no need to convert. Fixes playback of
25537           tagged files on PPC. (bug #128384)
25538
25539 2004-01-13  Julien MOUTTE <julien@moutte.net>
25540
25541         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
25542         colorbalance interface stating if it is hardware based or software
25543         based.
25544         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
25545         Removing a trailing comma.
25546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25547         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
25548         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
25549         the documentation seems to be wrong on the -1000 to 1000 interval.
25550
25551 2004-01-12  David Schleef  <ds@schleef.org>
25552
25553         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
25554         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
25555         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
25556         Fix negotiation.  Add a bufferalloc function for the sink pad,
25557         and generally clean up some of the code.
25558
25559 2004-01-12  Julien MOUTTE <julien@moutte.net>
25560
25561         * gst-libs/gst/colorbalance/colorbalancechannel.c:
25562         (gst_color_balance_channel_dispose): Adding safety check in dispose
25563         method.
25564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25565         (gst_xvimagesink_xcontext_clear),
25566         (gst_xvimagesink_interface_supported),
25567         (gst_xvimagesink_colorbalance_list_channels),
25568         (gst_xvimagesink_colorbalance_set_value),
25569         (gst_xvimagesink_colorbalance_get_value),
25570         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
25571         Adding colorbalance interface support to set XV parameters such as
25572         HUE, BRIGHTNESS, CONTRAST, SATURATION.
25573         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
25574         interface.
25575
25576 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25577
25578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
25579         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
25580         (gst_audio_convert_init), (gst_audio_convert_set_property),
25581         (gst_audio_convert_get_property), (gst_audio_convert_chain),
25582         (gst_audio_convert_link),
25583         (gst_audio_convert_buffer_to_default_format),
25584         (gst_audio_convert_buffer_from_default_format), (plugin_init):
25585           - implement _getcaps and use it
25586           - improve linking
25587           - remove float caps since no float conversion is actually done
25588           - remove properties and arguments that were to be used for rate
25589             conversion
25590
25591 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25592
25593         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
25594         (gst_audio_structure_set_int):
25595         * gst-libs/gst/audio/audio.h:
25596           add helper functions for _getcaps matching the standard audio
25597           templates
25598
25599 2004-01-12  David Schleef  <ds@schleef.org>
25600
25601         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25602         Test that pad is negotiated before getting its caps.
25603
25604 2004-01-12  Julien MOUTTE <julien@moutte.net>
25605
25606         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
25607         analyzing the pads of an element the bin is mostly in READY state so
25608         no caps were negotiated. This helper function needs to work with
25609         _get_caps directly then. I was not freeing them though, added that to
25610         fix the mem leak.
25611
25612 2004-01-12  Julien MOUTTE <julien@moutte.net>
25613
25614         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
25616         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
25617         than the free_func.
25618
25619 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25620
25621         * sys/oss/gstossaudio.c: (plugin_init):
25622         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25623         * sys/oss/gstosselement.h:
25624           make an oss debugging category
25625           make failure more descriptive
25626
25627 2004-01-11  David Schleef  <ds@schleef.org>
25628
25629         * ext/ffmpeg/gstffmpeg.c:
25630         * ext/ffmpeg/gstffmpegcodecmap.c:
25631         * ext/ffmpeg/gstffmpegdec.c:
25632         * ext/ffmpeg/gstffmpegenc.c:
25633         * ext/ffmpeg/gstffmpegprotocol.c:
25634         * ext/gdk_pixbuf/gstgdkanimation.c:
25635         * ext/jpeg/gstjpeg.c:
25636         * ext/libpng/gstpng.c:
25637         * ext/mpeg2dec/perftest.c:
25638         * ext/speex/gstspeex.c:
25639         * gst-libs/gst/resample/dtos.c:
25640         * gst/intfloat/gstintfloatconvert.c:
25641         * gst/oneton/gstoneton.c:
25642         * gst/rtjpeg/RTjpeg.c:
25643         * gst/rtp/gstrtp.c:
25644         * sys/dxr3/dxr3init.c:
25645         * sys/glsink/gstgl_nvimage.c:
25646         * sys/glsink/gstgl_pdrimage.c:
25647         * sys/glsink/gstglsink.c:
25648         * testsuite/gst-lint:
25649         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
25650
25651 2004-01-11  David Schleef  <ds@schleef.org>
25652
25653         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
25654         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
25655         * ext/gdk_pixbuf/gstgdkanimation.c:
25656         (gst_gdk_animation_iter_create_pixbuf):
25657         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25658         (gst_gdk_pixbuf_chain):
25659         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25660         * ext/jack/gstjack.c: (gst_jack_change_state):
25661         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
25662         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
25663         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25664         * gst/videofilter/gstvideofilter.c:
25665         (gst_videofilter_set_output_size):
25666         Remove all usage of gst_pad_get_caps(), and replace it with
25667         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
25668
25669 2004-01-11  David Schleef  <ds@schleef.org>
25670
25671         * configure.ac:
25672         * ext/Makefile.am: Fixes to make ext/libcaca compile.
25673         * ext/divx/gstdivxdec.c:
25674         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25675         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25676         handle images that span multiple buffers.  Now work with both
25677         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25678         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25679         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25680         video/video.h changes
25681         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25682         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25683         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25684         of GstData free function.
25685         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25686         same.
25687
25688 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25689
25690         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25691         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25692         (gst_v4l2element_get_property):
25693         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25694           add norm, channel and frequency properties.
25695         * sys/v4l2/gstv4l2tuner.c:
25696           fixes for tuner interface changes
25697         * sys/v4l2/gstv4l2element.h:
25698         * sys/v4l2/gstv4l2src.c:
25699         * sys/v4l2/gstv4l2src.h:
25700         * sys/v4l2/v4l2src_calls.c:
25701         * sys/v4l2/v4l2src_calls.h:
25702           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25703
25704 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25705
25706         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25707         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25708         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25709         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25710         * gst-libs/gst/tuner/tuner.h:
25711           GObjects aren't const.
25712           Add find_by_name functions.
25713           Add checks to _changed functions.
25714         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25715         (gst_v4l_tuner_get_norm):
25716           Fixes for above.
25717
25718 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25719
25720         * gst-libs/gst/video/video.h:
25721           Fix caps template names to be understandable.
25722           Prefix everything with GST_VIDEO.
25723         * ext/aalib/gstaasink.c:
25724         * ext/divx/gstdivxdec.c:
25725         * ext/divx/gstdivxenc.c:
25726         * ext/gdk_pixbuf/gstgdkpixbuf.c:
25727         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25728         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25729         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25730         * ext/libcaca/gstcacasink.c:
25731         * ext/libpng/gstpngenc.c: (raw_caps_factory):
25732         * ext/snapshot/gstsnapshot.c:
25733         * ext/swfdec/gstswfdec.c:
25734         * ext/xvid/gstxviddec.c:
25735         * ext/xvid/gstxvidenc.c:
25736         * gst/chart/gstchart.c:
25737         * gst/deinterlace/gstdeinterlace.c:
25738         * gst/effectv/gsteffectv.c:
25739         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25740         * gst/goom/gstgoom.c:
25741         * gst/median/gstmedian.c:
25742         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25743         (gst_monoscope_srcconnect), (gst_monoscope_chain):
25744         * gst/overlay/gstoverlay.c:
25745         * gst/smooth/gstsmooth.c:
25746         * gst/smpte/gstsmpte.c:
25747         * gst/synaesthesia/gstsynaesthesia.c:
25748         * gst/videocrop/gstvideocrop.c:
25749         * gst/videodrop/gstvideodrop.c:
25750         * gst/y4m/gsty4mencode.c:
25751         * sys/qcam/gstqcamsrc.c:
25752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25753           Make them work with new video.h file.
25754         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25755         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25757         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25758           Make it work with new buffer allocation system.
25759
25760 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25761
25762         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25763         pad_alloc_buffer implementation to use ->srcpad
25764         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25765         pad_alloc_buffer implementation to use ->srcpad
25766         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
25767         pad_alloc_buffer implementation to use ->srcpad
25768         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25769         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25770         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25771         a reference to everything we need.
25772         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25774         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25775         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25776         a reference to everything we need.
25777         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25778
25779 2004-01-11  David Schleef  <ds@schleef.org>
25780
25781         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25782         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25783         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25784         structure members.
25785         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25786         value during a resize/renegotiation.
25787         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25788         gst_pad_alloc_buffer();
25789         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25790         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25791         structure members.
25792         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25793         Fix for rename of buffer private structure members.
25794         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25795         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25796         Fix for rename of buffer private structure members.
25797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25798         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25799         Fix for rename of buffer private structure members.
25800
25801 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
25802
25803         reviewed by: David Schleef <ds@schleef.org>
25804
25805         * gst/videofilter/Makefile.am:
25806         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
25807         from the patch by ds to fit in with recent make_filter changes.
25808
25809 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25810
25811         * configure.ac: Adding examples/switch/Makefile
25812         * examples/Makefile.am: Adding examples/switch
25813         * examples/switch/Makefile.am: Adding switcher example.
25814         * examples/switch/switcher.c: (got_eos), (idle_iterate),
25815         (switch_timer), (main): Adding an example demonstrating switch usage
25816         with 2 videotestsrc showing different patterns.
25817         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25818         (gst_switch_init): Fixing switch with the new caps system.
25819
25820 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25821
25822         * gst-libs/gst/video/video.h:
25823           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25824           They should probably be like
25825           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25826
25827 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25828
25829         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25830         (qtdemux_parse_trak):
25831           fix audio chunk size/timestamp calculation
25832
25833 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25834
25835         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25836           fix SVQ3 caps
25837
25838 2004-01-11  Steve Baker  <steve@stevebaker.org>
25839
25840         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25841         (gst_agingtv_base_init), (gst_agingtv_class_init),
25842         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25843         (gst_agingtv_set_property), (gst_agingtv_get_property):
25844         Port agingTV to videofilter
25845
25846 2004-01-09  Julien MOUTTE <julien@moutte.net>
25847
25848         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25849         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25850
25851 2004-01-09  Julien MOUTTE <julien@moutte.net>
25852
25853         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25854         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25855         * gst-libs/gst/xoverlay/xoverlay.c:
25856         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25857         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25858         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25859         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25860         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25861         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25862         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25863         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25864         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25865         interface implementation to handle xid being 0 and fix some bugs
25866         triggered by Benjamin's testcase.
25867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25868         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25869         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25870         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25871         interface implementation to handle xid being 0 and fix some bugs
25872         triggered by Benjamin's testcase.
25873
25874 2004-01-09  David Schleef  <ds@schleef.org>
25875
25876         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
25877         mouse pointer events.  It works.
25878
25879 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25880
25881         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25882           Use explicit caps - fix capsnego.
25883         * ext/xvid/gstxviddec.c:
25884         * ext/xvid/gstxvidenc.c:
25885           Remove macro-inside-macro which caused compile errors.
25886         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25887           Error out if it's not a RIFF file. Else we error out without
25888           gst_element_error() which is not good...
25889
25890 2004-01-08  David Schleef  <ds@schleef.org>
25891
25892         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25893         Fix pad_link function to handle formats that ffmpeg returns
25894         as multiple caps structures.
25895         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25896         Only complain if source buffer is _smaller_ than expected.
25897         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25898         (gst_videoscale_handle_src_event): Resize navigation events
25899         when passing them upstream.
25900         * gst/videotestsrc/gstvideotestsrc.c:
25901         * gst/videotestsrc/gstvideotestsrc.h:
25902         * gst/videotestsrc/videotestsrc.c:
25903         * gst/videotestsrc/videotestsrc.h:
25904         Rewrite many of the buffer painting functions to handle odd
25905         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
25906         been verified to work with my video card.
25907         * testsuite/gst-lint:  Add check for elements calling
25908         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25909
25910 2004-01-08  David Schleef  <ds@schleef.org>
25911
25912         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25913         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25914
25915 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25916
25917         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25918         configure event is not emiting the desired size signal. That fixes
25919         aspect ratio issues with gst-player.
25920
25921 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25922
25923         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25924           Fix capsnego.
25925
25926 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25927
25928         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25929         public method to fire size signal.
25930
25931 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25932
25933         * examples/gstplay/Makefile.am: Adding the interface library.
25934         * gst-libs/gst/play/Makefile.am: Adding the interface library.
25935         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
25936         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25937         GST_IS_X_OVERLAY before signal connect.
25938         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25939         Removing the have_video_size signal.
25940         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25941         and associated public method.
25942         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25943         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25944         signal.
25945         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25946         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25947         signal.
25948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25949         Using XOverlay public method to fire size signal.
25950
25951 2004-01-07  David Schleef  <ds@schleef.org>
25952
25953         * gst/videofilter/Makefile.am:
25954         * gst/videofilter/gstvideotemplate.c:
25955         * gst/videofilter/make_filter:
25956         Create gstvideoexample.c in a srcdir!=builddir friendly way.
25957         Convert make_filter to /bin/sh script.
25958
25959 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
25960
25961         * gst/modplug/gstmodplug.cc: fix element description
25962
25963 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25964
25965         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25966         (got_video_size): Adding some new lines in g_print calls.
25967         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25968         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25969         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25970         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25971         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25972         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25973         Complete code review, reverting some stuff i disagree with, adding
25974         some fixes : time synchronization on invalid timestamps, renegotiation
25975         of private window.
25976         * sys/ximage/ximagesink.h:
25977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
25978         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
25979         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
25980         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
25981         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25982         (gst_xvimagesink_buffer_new),
25983         (gst_xvimagesink_navigation_send_event),
25984         (gst_xvimagesink_set_xwindow_id),
25985         (gst_xvimagesink_get_desired_size),
25986         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
25987         stuff i disagree with, adding some fixes : Renegotiation of private
25988         window, implementing get_desired_size.
25989
25990 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25991
25992         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
25993         (gst_afsink_handle_event):
25994         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
25995         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
25996         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
25997         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
25998         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
25999           Fix for instantiate-test (see core). Also remove dead code from
26000           jpegenc (which still needs fixing, but that's lower on my TODO
26001           list...).
26002         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26003           Never return NULL as caps.
26004
26005 2004-01-07  David Schleef  <ds@schleef.org>
26006
26007         * configure.ac:
26008         * ext/Makefile.am:
26009         * ext/librfb/Makefile.am:
26010         * ext/librfb/gstrfbsrc.c:
26011         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
26012         is the protocol used by VNC.
26013
26014 2004-01-07  David Schleef  <ds@schleef.org>
26015
26016         * gst/videofilter/gstvideotemplate.c:
26017         * gst/videofilter/gstvideotemplate.h:
26018         * gst/videofilter/make_filter:
26019         Merge videotemplate header into source file.
26020         * gst/effectv/Makefile.am:
26021         * gst/effectv/gsteffectv.c: (plugin_init):
26022         * gst/effectv/gstwarp.c:
26023         Make warpTV a subclass of videofilter.
26024
26025 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26026
26027         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
26028           Add guard against invalid utf-8 conversions in mad. Just in case.
26029
26030 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26031
26032         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26033           Fix for bug shown by poisoning
26034
26035 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26036
26037         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
26038         (gst_v4lmjpegsrc_buffer_free):
26039         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
26040         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
26041         (gst_v4lsrc_buffer_free):
26042           Fix for removed bufferpools.
26043
26044 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
26045
26046         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
26047         Fix caps negotiation.
26048
26049         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
26050         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
26051         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26052         (dvdnavsrc_event):
26053         * ext/mpeg2dec/gstmpeg2dec.c:
26054         * gst-libs/gst/navigation/navigation.c:
26055         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
26056         * gst-libs/gst/navigation/navigation.h:
26057         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
26058         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
26059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
26060         Super-simple first version of mouse and keyboard events. Clicking
26061         on a DVD menu now works, although it may not take you where you
26062         expected.
26063
26064         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26065         * gst/videotestsrc/gstvideotestsrc.c:
26066         (gst_videotestsrc_src_fixate):
26067         These fixate functions were broken - they never actually
26068         fixated :)
26069
26070 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26071
26072         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
26073         (gst_icecastsend_init):
26074           fix for new caps system.
26075         * gst-libs/gst/mixer/mixertrack.h:
26076         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
26077           Add 'master track' flag (for tools like ACME that only want to
26078           change the main volume).
26079
26080 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
26081
26082         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
26083         (gst_xvid_csp_to_caps):
26084         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
26085         * ext/xvid/gstxvidenc.c:
26086         ifdef out ARGB type when it isn't available
26087         in xvidcore 1.0.0beta2
26088
26089 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26090
26091         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26092           When we have received a new SCR right in the first buffer after
26093           a seek (so in the same cycle that handles the discont), we should
26094           handle the buffer instead of unreffing it, else we lose data.
26095
26096 2004-01-06  Iain <iain@prettypeople.org>
26097
26098         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
26099           buffer-frames caps too.
26100
26101         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
26102           caps that we need, don't destroy them all and rebuild them. And when
26103           creating src pads, use the src pad template rather than the sink...
26104
26105 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26106
26107         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26108           Add pad to element *after* setting functions such as event handler.
26109           Without this, the scheduler (opt) will link pads, set the event
26110           handler from the default event function (dispatcher in gstpad.c)
26111           and *after* that, we will set our own event function, which will
26112           thus never be used (and thus mpegdemux doesn't handle events).
26113
26114 2004-01-04  David Schleef  <ds@schleef.org>
26115
26116         Fix the fixate functions to handle new prototype:
26117         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26118         * gst/videotestsrc/gstvideotestsrc.c:
26119         (gst_videotestsrc_src_fixate):
26120         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26121         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
26122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
26123
26124 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26125
26126         * sys/ximage/ximagesink.h:
26127         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26128         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
26129         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
26130         (gst_ximagesink_xoverlay_init):
26131           assorted fixes to make (re)embedding work
26132         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
26133         (gst_ximagesink_get_desired_size):
26134           implement desired size additions to XOverlay
26135
26136 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26137
26138         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
26139         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
26140         (gst_x_overlay_got_desired_size):
26141         * gst-libs/gst/xoverlay/xoverlay.h:
26142           Add optional "desired size" signal and querying.
26143
26144 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26145
26146         * gst/matroska/matroska-demux.c:
26147         (gst_matroska_demux_parse_blockgroup):
26148           Fix EBML-laced block parsing. Diffs are relative to previous
26149           lace, not the first lace. Thanks to Mosu from the Matroska
26150           team for detecting this.
26151         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26152         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
26153         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
26154         (gst_wavparse_change_state):
26155         * gst/wavparse/gstwavparse.h:
26156           Quickfix for capsnego.
26157
26158 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26159
26160         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
26161           Fix indenting, fix pad creation.
26162
26163 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26164
26165         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
26166         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
26167         (gst_xviddec_sink_link):
26168           Implement src_getcaps() so proper size caps is negotiated.
26169
26170 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26171
26172         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
26173           Finish flac decoder on EOS. See #116178.
26174
26175 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26176
26177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
26178         (gst_matroska_demux_add_stream):
26179         * gst/matroska/matroska-ids.h:
26180           Add getcaps() function to fix capsnego...
26181
26182 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26183
26184         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26185         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26186         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26187           Fix more integer overflows. Again, see #126967.
26188
26189 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26190
26191         * ext/mpeg2dec/gstmpeg2dec.c:
26192           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
26193           #130416.
26194
26195 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26196
26197         * configure.ac:
26198         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
26199         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
26200         * ext/xvid/gstxvid.h:
26201         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
26202         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
26203         (gst_xviddec_src_link), (gst_xviddec_sink_link),
26204         (gst_xviddec_change_state):
26205         * ext/xvid/gstxviddec.h:
26206         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
26207         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
26208         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
26209         (gst_xvidenc_link), (gst_xvidenc_set_property),
26210         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
26211         * ext/xvid/gstxvidenc.h:
26212           Update xvid plugin to latest xvid (1.0.0-beta3) API.
26213
26214 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26215
26216         * gst/rtp/rtp-packet.c:
26217           Add sys/types.h include, since OS X doesn't define in_addr_t
26218           in netinet/in.h, like it does on Linux (see #129600).
26219
26220 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
26221
26222         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
26223
26224         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
26225           Correct logic of dispose function (see #129306).
26226
26227 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26228
26229         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
26230         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
26231         (gst_mpeg_parse_init):
26232         * gst/mpegstream/gstmpegparse.h:
26233           Remove clock (which was never provided, i.e. dead code), and
26234           also fix integer overflows at high PTS values (see #126967).
26235
26236 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26237
26238         * ext/flac/gstflacdec.c:
26239         * ext/libpng/gstpngenc.h:
26240         * ext/mikmod/gstmikmod.h:
26241           OS X fixes (see #126628).
26242
26243 2004-01-02  David Schleef  <ds@schleef.org>
26244
26245         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
26246         (gst_alsa_src_base_init): Remove bogus "src" request pad.
26247         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
26248         (gst_mpeg_parse_class_init): Move pad template registration
26249         to class_init, since the derived class (mpegdemux) doesn't
26250         want them.
26251
26252 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26253
26254         * sys/ximage/Makefile.am:
26255         * sys/xvideo/Makefile.am:
26256         * sys/xvimage/Makefile.am:
26257           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
26258           after installation (see #127664).
26259
26260 2004-01-02  David Schleef  <ds@schleef.org>
26261
26262         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
26263         (gst_ffmpegenc_connect):  Negotiation fixes.
26264         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
26265         Remove inappropriate gst_caps_free().
26266         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26267         Reenable Ronald's internal resize code, since the core handles
26268         it correctly now.
26269
26270 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26271
26272         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
26273         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
26274         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
26275           Fix pad template stuff.
26276
26277 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26278
26279         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
26280         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
26281           fix signed integer reading/writing.
26282
26283 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26284
26285         * ext/alsa/README:
26286           Remove outdated document
26287
26288 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
26289
26290         * gst/cutter/gstcutter.c: (gst_cutter_init):
26291           src pad was being created twice - oops.
26292
26293 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26294
26295         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26296           Comment out internal resize. It doesn't handle the resulting
26297           XEvent internally, does another try_set_caps() which leads to
26298           a really nice loop.
26299           Real fix will come when Julien and Dave are awake. ;).
26300
26301 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26302
26303         * ext/mpeg2enc/gstmpeg2enc.cc:
26304           fix const/nonconst compile issue.
26305
26306 2004-01-02  David Schleef  <ds@schleef.org>
26307
26308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
26309         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
26310         Add fixate function and a check for bad formats.
26311
26312 2004-01-01  David Schleef  <ds@schleef.org>
26313
26314         Negotiation fixes:
26315         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26316         (gst_audiofilter_init):
26317         * gst/debug/efence.c: (gst_efence_init):
26318         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26319         (gst_deinterlace_init):
26320         * gst/volume/gstvolume.c: (volume_connect):
26321
26322 2004-01-01  David Schleef  <ds@schleef.org>
26323
26324         Convert elements to use gst_pad_use_explicit_caps() where
26325         appropriate:
26326         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
26327         * ext/audiofile/gstafparse.c: (gst_afparse_init),
26328         (gst_afparse_open_file):
26329         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
26330         (gst_afsrc_open_file):
26331         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
26332         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
26333         (gst_ffmpegdec_chain):
26334         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26335         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
26336         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
26337         (gst_gdk_pixbuf_chain):
26338         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
26339         (gst_jpegdec_chain):
26340         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
26341         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
26342         (gst_mikmod_negotiate):
26343         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26344         (gst_mpeg2dec_negotiate_format):
26345         * ext/mpeg2enc/gstmpeg2enc.cc:
26346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26347         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
26348         (gst_speexdec_sinkconnect):
26349         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
26350         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
26351         (gst_vorbisfile_new_link):
26352         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
26353         (gst_ac3parse_chain):
26354         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
26355         (gst_asf_demux_setup_pad):
26356         * gst/auparse/gstauparse.c: (gst_auparse_init),
26357         (gst_auparse_chain):
26358         * gst/id3/gstid3types.c: (gst_id3types_loop):
26359         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
26360         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26361         (mp1videoparse_parse_seq):
26362         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
26363         (bpf_from_header):
26364         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26365         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
26366         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26367         (gst_mpeg_parse_send_data):
26368         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26369         (gst_qtdemux_add_stream):
26370         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26371         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26372         (gst_wavparse_parse_fmt):
26373
26374 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26375
26376         * configure.ac:
26377           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
26378           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
26379           it therefore uses the wrong include paths. Too bad... Note
26380           that 1.6.1.93 is not release yet. ;).
26381           Also add a check for mplex, which is now using the lib'ified
26382           mplex from mjpegtools, too.
26383         * ext/ffmpeg/gstffmpegcodecmap.c:
26384           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
26385           issues. I don't think ffmpeg handles 3ivx correctly, so this
26386           probably won't work. But it won't hurt either.
26387         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
26388         (gst_ffmpegdec_chain):
26389         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
26390         (gst_ffmpegenc_chain_audio):
26391           Fix memleak in audio encoding. Close codec if open fails, this
26392           calls the cleanup routines so we can re-use the context.
26393         * ext/mpeg2enc/gstmpeg2enc.cc:
26394           Fix pad template names/types, fix memory issue with getcaps().
26395         * ext/mpeg2enc/gstmpeg2encoder.cc:
26396         * ext/mpeg2enc/gstmpeg2encoder.hh:
26397           Fix compile issue with new caps system (const thingy).
26398         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26399         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
26400           We read a first frame right on initing, so that we have a caps
26401           when we init the output. This caps is cached in padprivate and
26402           read as first frame.
26403         * ext/mplex/Makefile.am:
26404         * ext/mplex/gstmplex.cc:
26405         * ext/mplex/gstmplex.h:
26406         * ext/mplex/gstmplex.hh:
26407         * ext/mplex/gstmplexibitstream.cc:
26408         * ext/mplex/gstmplexibitstream.hh:
26409         * ext/mplex/gstmplexjob.cc:
26410         * ext/mplex/gstmplexjob.hh:
26411         * ext/mplex/gstmplexoutputstream.cc:
26412         * ext/mplex/gstmplexoutputstream.hh:
26413           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
26414           had issues, didn't do capsnego, supported only a subset of the
26415           mplex features and required a mplex fork in our local CVS. Plus
26416           that it worked agaist a very old mplex version. Rewriting was
26417           faster than updating it.
26418         * gst-libs/ext/Makefile.am:
26419         * gst-libs/ext/mplex/INSTRUCT:
26420         * gst-libs/ext/mplex/Makefile.am:
26421         * gst-libs/ext/mplex/README:
26422         * gst-libs/ext/mplex/TODO:
26423         * gst-libs/ext/mplex/ac3strm_in.cc:
26424         * gst-libs/ext/mplex/audiostrm.hh:
26425         * gst-libs/ext/mplex/audiostrm_out.cc:
26426         * gst-libs/ext/mplex/aunit.hh:
26427         * gst-libs/ext/mplex/bits.cc:
26428         * gst-libs/ext/mplex/bits.hh:
26429         * gst-libs/ext/mplex/buffer.cc:
26430         * gst-libs/ext/mplex/buffer.hh:
26431         * gst-libs/ext/mplex/fastintfns.h:
26432         * gst-libs/ext/mplex/format_codes.h:
26433         * gst-libs/ext/mplex/inputstrm.cc:
26434         * gst-libs/ext/mplex/inputstrm.hh:
26435         * gst-libs/ext/mplex/lpcmstrm_in.cc:
26436         * gst-libs/ext/mplex/mjpeg_logging.cc:
26437         * gst-libs/ext/mplex/mjpeg_logging.h:
26438         * gst-libs/ext/mplex/mjpeg_types.h:
26439         * gst-libs/ext/mplex/mpastrm_in.cc:
26440         * gst-libs/ext/mplex/mpegconsts.cc:
26441         * gst-libs/ext/mplex/mpegconsts.h:
26442         * gst-libs/ext/mplex/mplexconsts.hh:
26443         * gst-libs/ext/mplex/multplex.cc:
26444         * gst-libs/ext/mplex/outputstream.hh:
26445         * gst-libs/ext/mplex/padstrm.cc:
26446         * gst-libs/ext/mplex/padstrm.hh:
26447         * gst-libs/ext/mplex/stillsstream.cc:
26448         * gst-libs/ext/mplex/stillsstream.hh:
26449         * gst-libs/ext/mplex/systems.cc:
26450         * gst-libs/ext/mplex/systems.hh:
26451         * gst-libs/ext/mplex/vector.cc:
26452         * gst-libs/ext/mplex/vector.hh:
26453         * gst-libs/ext/mplex/videostrm.hh:
26454         * gst-libs/ext/mplex/videostrm_in.cc:
26455         * gst-libs/ext/mplex/videostrm_out.cc:
26456         * gst-libs/ext/mplex/yuv4mpeg.cc:
26457         * gst-libs/ext/mplex/yuv4mpeg.h:
26458         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
26459         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
26460           We don't fork mjpegtools' mplex in our CVS anymore.
26461         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
26462         (gst_avi_demux_add_stream):
26463         * gst/avi/gstavidemux.h:
26464           Add getcaps() function for proper caps nego. This makes some
26465           parts of AVI playback/reading work.
26466         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26467           Resize window on new capsnego. This is probably wrong, but
26468           I'm still committing it because with current capsnego, the
26469           first successfull capsnego is auto-fixated, therefore rounded
26470           down to the lowest values in the caps. this results in a 16x16
26471           XWindow that is not reized when real capsnego finishes.
26472           Dave, I see more cases of this, do you know a proper solution?
26473         * tools/gst-launch-ext.in:
26474           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
26475
26476 2003-12-31  David Schleef  <ds@schleef.org>
26477
26478         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
26479         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
26480           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
26481
26482 2003-12-30  David Schleef  <ds@schleef.org>
26483
26484         * ext/ffmpeg/gstffmpegcolorspace.c:
26485         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26486         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
26487         (gst_ffmpegcsp_chain): Negotiation fixes
26488         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
26489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26490         (gst_audio_convert_link), (gst_audio_convert_channels):
26491         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
26492         (gst_audioscale_link), (gst_audioscale_get_buffer),
26493         (gst_audioscale_chain): Negotiation fixes
26494         * gst/audioscale/gstaudioscale.h:
26495         * gst/videofilter/gstvideofilter.c:
26496         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
26497         (gst_videofilter_link), (gst_videofilter_init),
26498         (gst_videofilter_set_output_size), (gst_videofilter_setup),
26499         (gst_videofilter_find_format_by_structure):
26500         * gst/videofilter/gstvideofilter.h: Negotiation fixes
26501         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
26502         (gst_videoscale_link):
26503         * gst/videoscale/videoscale.c: (videoscale_get_structure),
26504         (videoscale_find_by_structure), (gst_videoscale_setup):
26505         * gst/videoscale/videoscale.h: Negotiation fixes
26506         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26507         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
26508         function, restrict resizing to a multiple of 4 (hack until
26509         everyone supports odd sizes correctly).
26510
26511 2003-12-29  Colin Walters  <walters@verbum.org>
26512
26513         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
26514         signed.
26515
26516 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
26517
26518         * ext/sndfile/gstsf.c: (gst_sf_loop):
26519           Fix warning about discarding const qualifier
26520
26521 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
26522
26523         * gst/cutter/gstcutter.c:
26524         * gst/videoscale/gstvideoscale.c:
26525         * gst/volenv/gstvolenv.c:
26526         * gst-libs/gst/audio/audio.c:
26527         * gst-libs/gst/video/video.c:
26528           Fix warnings
26529
26530 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26531
26532         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26533           Don't send ALSA debugging to stderr.
26534         * ext/alsa/gstalsa.h:
26535           Use GST_WARNING instead of g_warning when ALSA functions fail.
26536
26537 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26538
26539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26540           Free XVAdapterInfo correctly.
26541
26542 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26543
26544         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26545         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
26546           Make id3tag use correct caps nego.
26547
26548 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
26549
26550         * ext/ivorbis/vorbis.c:
26551         * ext/ivorbis/vorbisenc.h:
26552         * ext/ivorbis/vorbisfile.c:
26553           Modify so that it uses the new caps things
26554
26555 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26556
26557         * testsuite/spider/spider1.c: (main):
26558         * testsuite/spider/spider2.c: (main):
26559         * testsuite/spider/spider3.c: (main):
26560           Make tests compile again. They probably don't work.
26561
26562 2003-12-24  Colin Walters  <walters@verbum.org>
26563
26564         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
26565         we can't fixate the caps anymore.
26566
26567 2003-12-23  David Schleef  <ds@schleef.org>
26568
26569         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
26570         * sys/oss/gstosssink.c: (gst_osssink_init),
26571         (gst_osssink_sink_fixate): Add fixate function.
26572
26573 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26574
26575         * ext/ffmpeg/gstffmpegcodecmap.c:
26576         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
26577         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
26578         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
26579         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26580         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26581         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26582         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
26583           fix typo in RGB masks, and move back to "old" colorspace
26584           capsnego code until whoever wrote this new crap has actually
26585           tested it so that it works.
26586           And yes, this works, keep it that way please.
26587
26588 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
26591         (gst_divxdec_init), (gst_divxdec_negotiate):
26592         * ext/divx/gstdivxdec.h:
26593         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
26594         (gst_divxenc_init):
26595         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
26596         (gst_faac_sinkconnect), (gst_faac_srcconnect):
26597         * ext/mpeg2enc/gstmpeg2enc.cc:
26598         * ext/mpeg2enc/gstmpeg2encoder.cc:
26599         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26600         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
26601         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
26602         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
26603         (dxr3spusink_init):
26604         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
26605         (dxr3videosink_init):
26606           Fix caps breakage after Dave's caps branch merge.
26607
26608 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26609
26610         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26611           Fix for 24bpp display.
26612
26613 2003-12-23  Colin Walters  <walters@verbum.org>
26614
26615         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
26616         a GnomeVFSHandle directly.
26617
26618 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26619
26620         * gst/volume/Makefile.am:
26621         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
26622         (volume_base_init), (volume_init):
26623           Reenable volume element and fix to work with new caps stuff.
26624           Rhythmbox needs this.
26625
26626 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26627
26628         * gst/qtdemux/qtdemux.c: (plugin_init):
26629           qtdemux requires bytestream
26630
26631 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26632
26633         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
26634           Fix remaining caps handling errors due to CAPS merge.
26635
26636 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26637
26638         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
26639         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
26640         (gst_faad_srcconnect):
26641           Port to new caps system.
26642
26643 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26644
26645         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
26646         (got_video_size), (main): using g_print instead of g_message.
26647         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
26648         signal which was not emitted because of "switch" element added to the
26649         bin but not connected. (Removing from the bin temporarily)
26650
26651 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26652
26653         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
26654         find X development files. I don't understand the previous tests and
26655         they fail on my debian/ppc unstable. This one works.
26656         * examples/gstplay/player.c: (main): Set the pipeline to READY before
26657         exiting.
26658         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
26659         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26660         (gst_play_set_visualization): Add some safety checks in set_ methods
26661         and state_change. This was throwing some ugly CRITICAL messages when
26662         pipeline was getting disposed and casts were failing.
26663
26664 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26665
26666         * configure.ac:
26667           Improve mpeg2enc detection. This is for distributions that do
26668           ship mjpegtools, but without mpeg2enc. Also does object check
26669           for might there ever be ABI incompatibility.
26670         * ext/mpeg2enc/gstmpeg2enc.cc:
26671           Add Andrew as second maintainer (he's helping me), and also add
26672           an error if no caps was set. This happens if I pull before capsnego
26673           and that's something I should solve sometime else.
26674         * gst/matroska/matroska-demux.c:
26675         (gst_matroska_demux_parse_blockgroup):
26676           Fix time parsing.
26677         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26678         (gst_matroska_mux_track_header):
26679           Add caps to templates.
26680         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26681           Add mpegversion=1 to prevent confusion with MPEG/AAC.
26682         * gst/mpegstream/gstmpegdemux.c:
26683           Remove layer since it causes warnings about unfixed caps.
26684         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26685           Fix obvious typo (we error out if caps were set, we should of
26686           course error out if *no* caps were set).
26687         * sys/oss/gstosselement.c: (gst_osselement_convert):
26688           Fix format conversion, we confused bits/bytes.
26689         * sys/oss/gstosselement.h:
26690           Improve documentation for 'bps'.
26691         * sys/v4l/TODO:
26692           Remove stuff about plugins that need removing - this was done
26693           ages ago.
26694         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26695         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26696         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26697         (gst_v4lsrc_src_query):
26698         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26699         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26700           Add get_query_types(), get_formats() and query() functions.
26701
26702 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26703
26704         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26705           * moved CVS to freedesktop.org