gst/gdp/: Handle error cases when calling functions do downwards state change after...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
2
3         Patch by: Peter Kjellerstedt  <pkj at axis com>
4
5         * gst/tcp/Makefile.am:
6           fdstresstest doesn't need Gtk+, fix compilation if 
7           gtk is not available (#342566).
8
9 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10          
11         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
12                 80 line columns
13                 Removed redundant floor()
14
15 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
16
17         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
18           On second thought, just skip JUNK chunks automatically, so
19           the caller doesn't have to handle this. Fixes #342345.
20           Also, return GST_FLOW_UNEXPECTED if we get a short read,
21           not GST_FLOW_ERROR.
22
23 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
24
25         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
26           Don't bail out on JUNK chunks with a size of 0 (would try to
27           pull_range 0 bytes before, which sources don't like too much).
28           See #342345.
29
30 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
31
32         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
33         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
34         Use the gstutil scaling function to preserve 64 bits while calculating
35         output width and height from the display-aspect-ratio. (A continuation
36         of #341542)
37
38 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
39
40         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
41         (gst_xvimagesink_buffer_alloc):
42         * sys/xvimage/xvimagesink.h:
43         When performing buffer allocations, remember the caps and image format
44         we return so that if the same caps are asked for next time we can
45         return them immediately without doing any caps intersections.
46
47 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
48          
49         * gst-libs/gst/rtp/README:
50           Some new documentation
51         * gst-libs/gst/rtp/gstrtpbuffer.h:       
52                 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children         
53         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
54         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
55                 New RTP audio base payloader class. Supports frame or sample based codecs.
56                 Not enabled in Makefile.am until approved.
57
58 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
59
60         * tests/check/elements/alsa.c: (test_device_property_probe):
61           Fix test case: don't try to free NULL GValueArray when there
62           are no devices.
63
64 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
65
66         * tests/check/Makefile.am:
67         * tests/check/elements/alsa.c: (test_device_property_probe),
68         (alsa_suite), (main):
69           Add simple test that runs a device property probe on alsasrc,
70           alsasink and alsamixer. Disable valgrind check for now (too
71           many leaks in libasound, and valgrind ignored my suppressions
72           additions).
73
74 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
75
76         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
77         (gst_alsa_device_property_probe_probe_property),
78         (gst_alsa_device_property_probe_needs_probe),
79         (gst_alsa_device_property_probe_get_values),
80         (gst_alsa_type_add_device_property_probe_interface):
81         * ext/alsa/gstalsadeviceprobe.h:
82         * ext/alsa/gstalsamixerelement.c:
83         (gst_alsa_mixer_element_init_interfaces):
84         * ext/alsa/gstalsamixerelement.h:
85           Clean up and simplify alsa device probing. Make it actually work
86           for multiple classes. Don't cache results any longer.
87
88         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
89         (gst_alsasink_init):
90         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
91         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
92         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
93           Make alsasink and alsasrc implement the GstPropertyProbe interface
94           for device probing (#342181).
95       Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
96
97 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
98
99         * gst/subparse/samiparse.c: (handle_start_font):
100           Don't ignore return value of strtol (++compiler_happiness).
101
102 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
103
104         Patch by: Young-Ho Cha  <ganadist chollian net>
105
106         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
107         (gst_sub_parse_class_init), (gst_sub_parse_init),
108         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
109         (convert_encoding):
110         * gst/subparse/gstsubparse.h:
111           Add 'encoding' property (#341681).
112
113         * gst/subparse/samiparse.c: (characters_sami):
114           Output is pango markup, so we need to escape text
115           between tags (#342143).
116
117 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
118
119         * gst-libs/gst/audio/multichannel.c:
120         (gst_audio_check_channel_positions):
121           It's okay to have caps with channels=1 and a channel position
122           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
123           (deinterleavers might want to keep the position in the caps,
124           so that they can be re-interleaved again properly later).
125           Leave check for unexpected 2-channel layouts intact for now.
126
127 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
128
129         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
130         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
131         basesrc can do its job correctly.
132
133 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
134
135         * ext/alsa/Makefile.am:
136         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
137         (gst_alsa_detect_formats), (get_channel_free_structure),
138         (caps_add_channel_configuration), (gst_alsa_detect_channels),
139         (gst_alsa_probe_supported_formats):
140         * ext/alsa/gstalsa.h:
141         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
142           Refactor and improve caps probing code: probe signedness
143           when we probe the supported formats/widths; set endianness
144           to the one we actually probed for (ie. cpu endianness).
145           
146         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
147         (gst_alsasrc_close):
148         * ext/alsa/gstalsasrc.h:
149           Implement caps probing for alsasrc.
150
151 2006-05-15  Wim Taymans  <wim@fluendo.com>
152
153         * ext/theora/theoradec.c: (gst_theora_dec_reset),
154         (theora_dec_src_query), (theora_dec_src_event),
155         (theora_dec_sink_event), (theora_handle_comment_packet),
156         (theora_handle_data_packet), (theora_dec_change_state):
157         Cleanups, add some G_LIKELY.
158         Use segment helpers instead of our own wrong code.
159         Clear queued buffers on seek and READY.
160
161         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
162         (vorbis_dec_convert), (vorbis_dec_src_query),
163         (vorbis_dec_src_event), (vorbis_dec_sink_event),
164         (vorbis_handle_comment_packet), (vorbis_dec_push),
165         (vorbis_handle_data_packet), (vorbis_dec_chain),
166         (vorbis_dec_change_state):
167         * ext/vorbis/vorbisdec.h:
168         Remove old useless packetno variable.
169         Do position query properly.
170         Add some G_LIKELY.
171         Do cleanup of queued buffers in new helper function
172         and use it.
173
174 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
175
176         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
177           Query supported sample rates. Fixes #341732.
178
179 2006-05-15  Julien MOUTTE  <julien@moutte.net>
180
181         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
182         (gst_decode_bin_change_state): Make decodebin reusable
183         when going from PAUSE_TO_READY and then back to PAUSED.
184         Fixes #331678.
185
186 2006-05-15  Wim Taymans  <wim@fluendo.com>
187
188         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
189         (vorbis_dec_convert), (vorbis_dec_src_query),
190         (vorbis_dec_sink_query), (vorbis_dec_src_event),
191         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
192         (vorbis_dec_clean_queued), (vorbis_dec_push),
193         (vorbis_handle_data_packet), (vorbis_dec_change_state):
194         Cleanups. Use refcounting and DEBUG_OBJECT.
195         Reset segment on flush, use code methods instead of our
196         own wrong version.
197         Fix potential memleak.
198
199 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
200
201         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
202         (gst_alsasink_init):
203         * ext/alsa/gstalsasink.h:
204           Don't leak allocated snd_output_t structure if there's
205           more than one alsasink instance at a time (#341873).
206           Also fix GObject macros in header file.
207           
208 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
209
210         * gst/subparse/gstsubparse.c:
211         (gst_sub_parse_data_format_autodetect):
212           Don't use libxml functions in the typefinding code.
213
214 2006-05-15  Wim Taymans  <wim@fluendo.com>
215
216         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
217         Fix seeking performance in the case where a non-header 
218         packet has a 0 granulepos (busted theora case). 
219         Fixes #341719
220
221 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
222
223         * gst/subparse/gstsubparse.c:
224         (gst_sub_parse_data_format_autodetect):
225           Improve SAMI typefinding: handle case where there are
226           whitespaces or newlines in front of the first <SAMI>
227           tag (#169936).
228
229 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
230
231         * configure.ac:
232           Build video4linux plugin even if there's no XVIDEO, just
233           without implementing the GstXOverlay interface (#334002).
234          
235 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
236
237         * configure.ac:
238         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
239         (plugin_init):
240           Add tentative support for libvisual-0.4 (#336881).
241
242 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
243
244         Patch by: Young-Ho Cha <ganadist at chollian net>
245
246         * gst/subparse/samiparse.c: (handle_start_font):
247           Need to map "silver" colour explicitly (#169936).
248
249 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
250
251         Patch by: Young-Ho Cha  <ganadist at chollian net>
252
253         * gst/subparse/Makefile.am:
254         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
255         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
256         (gst_sub_parse_format_autodetect), (feed_textbuf),
257         (gst_subparse_type_find), (plugin_init):
258         * gst/subparse/gstsubparse.h:
259         * gst/subparse/samiparse.c:
260         * gst/subparse/samiparse.h:
261           Add support for SAMI subtitles (#169936).
262
263 2006-05-14  Michael Smith  <msmith@fluendo.com>
264
265         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
266           Fix #341696: crash when mixing L+R+C to mono or stereo.
267         * tests/check/Makefile.am:
268         * tests/check/elements/audioconvert.c: (set_channel_positions),
269         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
270         (audioconvert_suite):
271           Add test for the above, including some generic framework bits for
272           testing multichannel things.
273
274 === release 0.10.7 ===
275
276 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
277
278         * configure.ac:
279           releasing 0.10.7, "Leave the gun"
280
281 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
282
283         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
285         Fix the build.
286
287 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
288
289         * docs/libs/gst-plugins-base-libs-docs.sgml:
290         * docs/libs/gst-plugins-base-libs-sections.txt:
291         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
292         * gst-libs/gst/video/video.h:
293         * gst/videoscale/Makefile.am:
294         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
296         * tests/check/Makefile.am:
297         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
298         (main):
299           Fix integer overflow problem with pixel-aspect-ratio calculations
300           in videoscale and xvimagesink (#341542)
301
302 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
303
304         * gst-libs/gst/tag/gstid3tag.c:
305           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
306
307 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
308
309         * win32/MANIFEST:
310           update win32 files listing
311
312 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
313
314         patch by: Sjoerd Simons (sjoerd@luon.net)
315
316         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
317         (group_create), (group_destroy), (add_stream),
318         (gst_play_base_bin_get_property),
319         (gst_play_base_bin_get_streaminfo_value_array):
320         * gst/playback/gstplaybasebin.h:
321           API: GstPlayBaseBin::stream-info-value-array property
322           use a more bindings-friendly way of exposing streaminfo
323           using a GValueArray.  Tested in ipython.
324           Closes #341114
325
326 2006-05-11  Wim Taymans  <wim@fluendo.com>
327
328         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
329         (queue_underrun_cb), (queue_filled_cb):
330         Also catch queue underruns but don't do anything yet.
331         Refactor and comment queue enlarging code a bit.
332
333         * gst/playback/gstplaybasebin.c: (queue_overrun),
334         (queue_threshold_reached), (queue_out_of_data),
335         (gen_preroll_element):
336         If a queue over/underruns check that we don't create nasty
337         deadlocks when the min-threshold is not reached but the
338         max-bytes is. In those cases disable max-bytes when we
339         know that the queue is fed timed data.
340         Add more comments.
341
342 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
343
344         * gst/playback/gstplaybin.c: (gen_audio_element):
345           Make playbin automatically plug an 'audioresample'
346           element before the audio sink as well. This solves
347           problems with sinks that only accept a very specific
348           sample rate, like esdsink (e.g. #340379).
349
350 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
351
352         * gst/playback/gstplaybasebin.c: (gen_source_element):
353           Make http sources send special headers so that we receive
354           icecast metadata if the http stream is an icecast stream
355           (otherwise the server will just ignore them). This also
356           means that from now on users will need the 'icydemux'
357           element from gst-plugins-good installed if they want to
358           listen to icecast radio streams. (#341432, #333657).
359
360 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
361
362         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
363         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
364           remove stupid example from docs - it should come with a simple
365           C program instead.
366           Clean up/fix docs
367         * tests/check/elements/multifdsink.c: (wait_bytes_served),
368         (fail_if_can_read), (GST_START_TEST),
369         (gst_multifdsink_create_streamheader), (multifdsink_suite):
370           add a test for changing streamheader which exposes a bug in
371           multifdsink
372
373 2006-05-11  Michael Smith  <msmith@fluendo.com>
374
375         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
376         (gst_gnome_vfs_src_received_headers_callback):
377         * ext/gnomevfs/gstgnomevfssrc.h:
378           Don't set icy-caps unless we have a sane interval value. Move
379           interval to a local variable; we never use it outside this function.
380
381 2006-05-11  Wim Taymans  <wim@fluendo.com>
382
383         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
385         Register special buffer types along with the objects so
386         that they are not registered at runtime from N different
387         streaming threads since they are not threadsafe.
388
389 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
390
391         * tests/check/elements/multifdsink.c: (wait_bytes_served),
392         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
393           add two more tests, one doing streamheader
394
395 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
396
397         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
398           clean up the bufqueue when shutting down
399         * tests/check/Makefile.am:
400         * tests/check/elements/multifdsink.c: (setup_multifdsink),
401         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
402         (main):
403           add a test for the leak that was just fixed
404
405 2006-05-10  Wim Taymans  <wim@fluendo.com>
406
407         * gst/adder/gstadder.c: (gst_adder_setcaps),
408         (gst_adder_query_duration), (gst_adder_query), (forward_event),
409         (gst_adder_src_event), (gst_adder_sink_event),
410         (gst_adder_class_init), (gst_adder_finalize),
411         (gst_adder_request_new_pad), (gst_adder_collected):
412         * gst/adder/gstadder.h:
413         Updated some docs. Added comments and FIXMEs all over the place.
414         Improve debugging info.
415         Fix leak on finalize by not calling the parent.
416         Implement duration query.
417         Make event forwarding threadsafe.
418         Correctly send NEWSEGMENT at start and after flush.
419         Handle EOS correctly.
420         Post error when not negotiated.
421
422         * tests/check/elements/adder.c: (GST_START_TEST):
423         Added FIXME in the test.
424
425 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
426
427         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
428         (gst_text_overlay_halign_get_type),
429         (gst_text_overlay_wrap_mode_get_type):
430         * ext/theora/theoradec.c: (theora_handle_type_packet),
431         (theora_handle_data_packet):
432         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
433         (theora_enc_sink_setcaps), (theora_enc_chain):
434         * gst-libs/gst/cdda/gstcddabasesrc.c:
435         (gst_cdda_base_src_mode_get_type):
436         * gst/audiotestsrc/gstaudiotestsrc.c:
437         (gst_audiostestsrc_wave_get_type):
438         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
439         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
440         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
441         (gst_sync_method_get_type), (gst_unit_type_get_type),
442         (gst_client_status_get_type):
443         * gst/videoscale/gstvideoscale.c:
444         (gst_video_scale_method_get_type):
445         * gst/videotestsrc/gstvideotestsrc.c:
446         (gst_video_test_src_pattern_get_type):
447         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
448         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
449         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
450         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
451         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
452         (paint_setup_RGB565), (paint_setup_xRGB1555):
453           Const-ify GEnumValue and GFlagsValue arrays. Use
454           GST_ROUND_UP_* macros instead of home-made ones.
455
456 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
457
458         * configure.ac:
459           Require core CVS for the new newsegment stuff.
460
461 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
462
463         Patch by: Sjoerd Simons  <sjoerd at luon net>
464
465         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
466           Register nick for enum value (#341160).
467
468 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
469
470         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
471         (plugin_init):
472          backout typefind patch #340375
473          
474         * tests/check/elements/adder.c: (message_received),
475         (GST_START_TEST), (adder_suite):
476           redo, signal-handling of test
477
478 2006-05-09  Wim Taymans  <wim@fluendo.com>
479
480         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
481         (gst_adder_collected):
482         * gst/adder/gstadder.h:
483         Remove bogus segment merging and forwarding, we don't
484         care about timestamps anyway and we just produce a
485         continuous stream. 
486         Also create a nice NEWSEGMENT event when we start.
487         Use _scale_int some more.
488
489 2006-05-09  Edward Hervey  <edward@fluendo.com>
490
491         * tests/icles/stress-xoverlay.c:
492         Fix if core was built without parsing support.
493
494 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
495
496         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
497           Add SEDG (Samsung MPEG-4) fourcc.
498
499 2006-05-09  Edward Hervey  <edward@fluendo.com>
500
501         * tests/icles/stress-xoverlay.c:
502         * tests/examples/volume/volume.c:
503         Fix if core was built without parsing support.
504
505         * tests/examples/seek/seek.c:
506         Disable the parse_launch example if core was built without parsing
507         support.
508
509 2006-05-08  Edward Hervey  <edward@fluendo.com>
510
511         * autogen.sh: (CONFIGURE_DEF_OPT): 
512         libtoolize on Darwin/MacOSX is called glibtoolize
513
514 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
515
516         * tests/check/Makefile.am:
517         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
518           Disable the adder test, until the build-slaves posses the kindness to 
519           either like it or to give valid reason for not doing so 
520
521 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
522
523         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
524         (adder_suite):
525           Shuffle NULL state change around and raise timeout more
526
527 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
528
529         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
530         (mp4_type_find), (plugin_init):
531           Add typefind to distinguish between "audio/x-m4a" and new type
532           "video/mp4". Fixes #340375
533
534         * tests/check/elements/adder.c: (adder_suite):
535           Raise timeout to make buildbot happy
536
537 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
538
539         * gst/adder/gstadder.c: (gst_adder_sink_event),
540         (gst_adder_request_new_pad), (gst_adder_change_state):
541         * gst/adder/gstadder.h:
542         * tests/check/Makefile.am:
543         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
544         (adder_suite), (main):
545           Add sink-event handling to adder. It tries to merge incomming
546           newsegment-events. Added test to check if segment_done is comming
547           through. Fixes #340060
548
549 2006-05-05  Andy Wingo  <wingo@pobox.com>
550
551         * ext/theora/theoraparse.c (gst_theora_parse_init)
552         (theora_parse_src_convert, theora_parse_src_query):
553         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
554         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
555         query functions on the source pads of the theora and vorbis parse
556         elements. Fixes position querying when doing a remux.
557
558 2006-05-05  Michael Smith  <msmith@fluendo.com>
559
560         * ext/theora/theoraparse.c: (parse_granulepos),
561         (theora_parse_drain_queue_prematurely),
562         (theora_parse_queue_buffer), (theora_parse_sink_event):
563           Fix flushing.
564           Fix invalid granulepos outputs when starting with a non-keyframe.
565
566 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
567
568         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
569         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
570         Rearrange MPEG system stream detection, fixing some memleaks in the
571         process.
572         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
573         they clean up their data correctly.
574         Remove unused ogganx caps and move the 'is_annodex' check to inside
575         the 'is_ogg' if statement.
576
577 2006-05-05  Wim Taymans  <wim@fluendo.com>
578
579         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
580         Properly remove ghostpads. Fixes #340392
581
582 2006-05-04  David Schleef  <ds@schleef.org>
583
584         * gst/typefind/gsttypefindfunctions.c:
585
586 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
587
588         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
589         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
590
591         When typefinding an MP3 in push-based mode, don't penalise the
592         probability down to 74% when we found 5 valid frames just because we
593         can't peek the end of the file.
594
595         Make the probability for detecting MPEG Transport Streams based on the
596         number of sequential headers we successfully detected.
597
598 2006-05-03  Wim Taymans  <wim@fluendo.com>
599
600         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
601         (vorbis_dec_push), (vorbis_dec_chain):
602         Still produce an error when we receive an empty packet.
603
604 2006-05-03  Wim Taymans  <wim@fluendo.com>
605
606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
607         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
608         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
609         Mark buffers with DISCONT after seek and after activating new
610         chains.
611
612         * ext/theora/gsttheoradec.h:
613         * ext/theora/theoradec.c: (gst_theora_dec_reset),
614         (theora_get_query_types), (theora_dec_sink_event),
615         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
616         (theora_dec_change_state):
617         Fix frame counter.
618         Detect and mark DISCONT buffers.
619
620         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
621         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
622         (vorbis_dec_change_state):
623         * ext/vorbis/vorbisdec.h:
624         Use GstSegment.
625         Detect and mark DISCONT buffers.
626         Don't crash on 0 sized buffers.
627
628 2006-05-03  Wim Taymans  <wim@fluendo.com>
629
630         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
631         (volume_transform_ip):
632         Increase "volume" property to 10.0. Fixes #340369.
633         Set the process function to NULL when capsnego fails so that
634         we properly error out.
635
636 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
637
638         * gst/playback/gstplaybin.c: (add_sink):
639         * gst/playback/test.c: (main):
640         * gst/playback/test5.c: (dump_element_stats):
641         * gst/playback/test6.c: (main):
642           free cpas using gst_caps_unref, don't leak caps-strings
643
644 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
645
646         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
647         (plugin_init):
648           Refine musepack typefinding a bit. Return MAXIMUM
649           probability when we detect stream version 7 to make
650           sure the mpeg audio typefinder doesn't trump us.
651
652 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
653
654         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
655           Protect against unexpected NULL strf_data buffer.
656
657 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
658
659         * tests/check/elements/audioconvert.c: (verify_convert),
660         (GST_START_TEST):
661           interpret the out[] buffer in the order the bytes are actually
662           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
663           Other tests should use BYTE_ORDER since the array is filled in
664           with actual values
665
666 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
667
668         * tests/check/elements/audioconvert.c: (verify_convert),
669         (GST_START_TEST):
670           when a test fails, give an indication of which it is
671
672 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
673
674         * gst-libs/gst/cdda/gstcddabasesrc.c:
675           compile fix; strtol() needs <stdlib.h>
676
677 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
678
679         * ext/alsa/gstalsamixerelement.c:
680         * ext/alsa/gstalsasrc.c:
681         * ext/cdparanoia/gstcdparanoiasrc.c:
682         * ext/gnomevfs/gstgnomevfssink.c:
683         * ext/gnomevfs/gstgnomevfssrc.c:
684         * ext/ogg/gstoggdemux.c:
685         * ext/ogg/gstoggmux.c:
686         * ext/ogg/gstoggparse.c:
687         * ext/ogg/gstogmparse.c:
688         * ext/pango/gstclockoverlay.c:
689         * ext/pango/gsttextoverlay.c:
690         * ext/pango/gsttextrender.c:
691         * ext/pango/gsttimeoverlay.c:
692         * ext/theora/theoradec.c:
693         * ext/theora/theoraenc.c:
694         * ext/vorbis/vorbisdec.c:
695         * ext/vorbis/vorbisenc.c:
696         * gst-libs/gst/audio/gstaudiofilter.c:
697         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
698         * gst/audioconvert/gstaudioconvert.c:
699         * gst/audiorate/gstaudiorate.c:
700         * gst/audioresample/gstaudioresample.c:
701         * gst/audiotestsrc/gstaudiotestsrc.c:
702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
703         * gst/playback/gstdecodebin.c:
704         * gst/playback/gstplaybin.c:
705         * gst/playback/gststreamselector.c:
706         * gst/subparse/gstsubparse.c:
707         * gst/tcp/gstmultifdsink.c:
708         * gst/tcp/gsttcpclientsink.c:
709         * gst/tcp/gsttcpclientsrc.c:
710         * gst/tcp/gsttcpserversink.c:
711         * gst/tcp/gsttcpserversrc.c:
712         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
713         * gst/videorate/gstvideorate.c:
714         * gst/videoscale/gstvideoscale.c:
715         * gst/videotestsrc/gstvideotestsrc.c:
716         * gst/volume/gstvolume.c:
717         * sys/v4l/gstv4ljpegsrc.c:
718         * sys/v4l/gstv4lmjpegsink.c:
719         * sys/v4l/gstv4lmjpegsrc.c:
720         * sys/v4l/gstv4lsrc.c:
721         * sys/ximage/ximagesink.c:
722         * sys/xvimage/xvimagesink.c:
723         * tests/check/libs/cddabasesrc.c:
724           make GstElementDetails const
725
726 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
727
728         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
729         (gst_adder_init):
730           send events from src-pad to all sink-pads fixes #338657
731
732 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
733
734         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
735         (alsasink_parse_spec):
736           query width capabilities from alsa, fixes #338919
737
738 2006-04-28  Wim Taymans  <wim@fluendo.com>
739
740         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
741         (gst_multi_fd_sink_remove_client_link):
742         * gst/tcp/gstmultifdsink.h:
743         Fix race condition in multifdsink that can lead to spurious 
744         duplicate clients. this patch adds a new signal that is fired when
745         multifdsink has removed all references to the fd.
746         Fixes #339574.
747         Updated documentation.
748         API: client-fd-removed signal added
749
750 2006-04-28  Michael Smith  <msmith@fluendo.com>
751
752         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
753           When asking g_value_array_new to prealloc elements, we may as well
754           ask for the right number of elements.
755
756 2006-04-28  Wim Taymans  <wim@fluendo.com>
757
758         * gst-libs/gst/audio/gstbaseaudiosink.c:
759         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
760         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
761         patch to make timestamp checking more tollerant to rounding 
762         errors given that real discontinuities are to be marked on
763         buffers. Fixes some asf files and #338778.
764         Also avoid some crashers when we receive an event in the 
765         NULL state.
766
767 2006-04-28  Michael Smith  <msmith@fluendo.com>
768
769         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
770         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
771         (gst_gnome_vfs_src_get_property),
772         (gst_gnome_vfs_src_send_additional_headers_callback),
773         (gst_gnome_vfs_src_received_headers_callback),
774         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
775         (gst_gnome_vfs_src_stop):
776         * ext/gnomevfs/gstgnomevfssrc.h:
777           Remove ICY handling (mostly) from gnomevfssrc, in favour of
778           proper shared support within icydemux.
779
780 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
781
782         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
783         (gst_video_rate_swap_prev), (gst_video_rate_chain):
784           fix up docs
785           fix a leak when no caps negotiated
786           fix counting of input frames
787         * tests/check/elements/.cvsignore:
788         * tests/check/elements/videorate.c: (assert_videorate_stats),
789         (GST_START_TEST), (videorate_suite):
790           add tests for these
791
792 2006-04-28  Wim Taymans  <wim@fluendo.com>
793
794         * gst-libs/gst/audio/gstringbuffer.c:
795         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
796         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
797         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
798         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
799         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
800         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
801         (gst_ring_buffer_commit), (gst_ring_buffer_read),
802         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
803         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
804         Check arguments passed to public functions instead of
805         crashing.
806
807 2006-04-28  Wim Taymans  <wim@fluendo.com>
808
809         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
810         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
811         GstBaseAudioSrc must be live or it does not work.
812
813         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
814         Don't set live to TRUE as this is the default in the parentclass.
815
816 2006-04-28  Wim Taymans  <wim@fluendo.com>
817
818         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
819         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
820         Videoscale doesn't pass on pixel-aspect ratio. Handle all
821         fixation cases better. Fixes #338991
822
823 2006-04-28  Wim Taymans  <wim@fluendo.com>
824
825         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
826         Handle 0/1 framerate correctly Fixes #331901.
827
828 2006-04-28  Wim Taymans  <wim@fluendo.com>
829
830         * tests/check/elements/audioconvert.c: (get_float_caps),
831         (GST_START_TEST), (audioconvert_suite):
832         Added check for correct clipping when doing float samples
833         in audioconvert.
834
835 2006-04-28  Wim Taymans  <wim@fluendo.com>
836
837         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
838         (gst_video_rate_chain):
839         Print more debugging info.
840
841 2006-04-28  Wim Taymans  <wim@fluendo.com>
842
843         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
844         (resample_set_state_from_caps):
845         Add support for other formats audioresample can handle such as
846         32 bits in and float and 64 bits float. Fixes #301759
847
848 2006-04-28  Wim Taymans  <wim@fluendo.com>
849
850         * gst/audioconvert/audioconvert.c: (float):
851         correctly clip float samples > 1.0. Fixes #338718
852
853 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
854
855         Patch by: Young-Ho Cha  <ganadist at chollian net>
856
857         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
858         (gst_text_overlay_render_text):
859           Don't strip newlines from the text. Also, center lines
860           within multi-line paragraphs (#339405).
861
862 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
863
864         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
865           Fix wavpack typefinding to work in more cases (don't peek
866           for chunks of multiple hundred kBs at once, but process
867           things step-by-step in smaller units). Fixes #339786.
868
869 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
870
871         * configure.ac:
872           back to HEAD
873
874 === release 0.10.6 ===
875
876 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
877
878         * configure.ac:
879           releasing 0.10.6, "Chao"
880
881 2006-04-26  David Schleef  <ds@schleef.org>
882
883         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
884           Fixes #338897.
885
886 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
887
888         * configure.ac:
889         * win32/common/config.h:
890           new prerelease
891
892 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
893
894         patch by: Wim Taymans
895
896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
897         (gst_ogg_demux_perform_seek):
898           make sure correct newsegments are sent, so that the decoder
899           and the demuxer agree on timestamps.  Fixes playback of a lot
900           of Ogg files that do not start from 0.  Fixes #339833.
901
902 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
903
904         Patch by: Edward Hervey  <edward@fluendo.com>
905
906         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
907         * tests/check/Makefile.am:
908         * tests/check/elements/videorate.c: (assert_videorate_stats),
909         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
910         (videorate_suite), (main):
911           Fix an infinite loop if frames are passed in with wrongly ordered
912           timestamps.  Fixes #339013.
913
914 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
915
916         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
917
918         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
919           fix typefinding on some ISO files.  Fixes #339212.
920
921 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
922
923         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
924
925         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
926           add another H264 fourcc.  Fixes #339047.
927
928 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
929
930         Patch by: Jan Schmidt
931
932         * gst/playback/gststreamselector.c:
933         (gst_stream_selector_bufferalloc):
934           Restore old StreamSelector behaviour.
935           Fixes #338419.
936
937 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
938
939         * configure.ac:
940         * win32/common/config.h:
941           prerelease
942
943 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
944
945         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
946
947         * gst-libs/gst/rtp/gstbasertpdepayload.c:
948         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
949           Fix some memory leaks: on finalize, free buffers left in the queue
950           before destroying the queue; in _push(), unref rtp_buf even if
951           the process vfunc returned a NULL buffer as output buffer (#337548);
952           demote some recuring debug messages to LOG level.
953
954 2006-04-11  Wim Taymans  <wim@fluendo.com>
955
956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
957         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
958         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
959         (gst_ogg_demux_loop):
960         More cleanups.
961         Respect segment stop when emiting EOS or SEGMENT_DONE.
962         Fixes (#337945).
963
964 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
965
966         * gst/playback/gststreamselector.c:
967         (gst_stream_selector_get_property):
968           Don't leak pad name.
969
970 2006-04-10  Michael Smith  <msmith@fluendo.com>
971
972         * tests/check/Makefile.am:
973         * tests/check/gst-plugins-base.supp:
974           Suppress an old libtheora bug (fixed in more recent versions), so 
975           that FC4 buildslaves can pass.
976
977 2006-04-10  Wim Taymans  <wim@fluendo.com>
978
979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
980         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
981         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
982         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
983         (gst_ogg_demux_loop):
984         Don't leak events.
985         Remember what error we got when finding chains, if we
986         were shutdown, that would not be an error.
987
988 2006-04-10  Wim Taymans  <wim@fluendo.com>
989
990         * gst-libs/gst/audio/gstbaseaudiosink.c:
991         (gst_base_audio_sink_event):
992         Starting the ringbuffer when we did not acquire it can cause
993         a deadlock, is pointless and causes nasty things for
994         subclasses. 
995         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
996
997 2006-04-10  Wim Taymans  <wim@fluendo.com>
998
999         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1000         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1001         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1002         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1003         (gst_ogg_demux_deactivate_current_chain),
1004         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1005         (gst_ogg_demux_bisect_forward_serialno),
1006         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
1007         Add some more debugging.
1008
1009 2006-04-10  Wim Taymans  <wim@fluendo.com>
1010
1011         * ext/theora/theoradec.c: (theora_dec_src_event),
1012         (theora_handle_data_packet):
1013         Some more debug info.
1014
1015         * tests/examples/seek/seek.c: (start_seek), (main):
1016         Print element messages too.
1017
1018 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
1019
1020         * gst/audioresample/debug.h:
1021           replace debug macros with variable number of parameters
1022           by a simple alias to gstreamer standard debug macros 
1023          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
1024           supported by MSVC 6.0 and 7.1)
1025         * gst/audioresample/resample.h:
1026           define M_PI and rint for WIN32
1027         * win32/common/libgstaudio.def:
1028         * win32/common/libgstriff.def:
1029         * win32/common/libgsttag.def:
1030         * win32/common/libgstvideo.def:
1031           add new exported functions
1032         * win32/vs6:
1033           update project files
1034
1035 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1036
1037         * ext/alsa/gstalsamixeroptions.c:
1038         (gst_alsa_mixer_options_class_init):
1039         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
1040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
1041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1042         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
1043         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
1044         * gst-libs/gst/audio/gstaudiofilter.c:
1045         (gst_audio_filter_class_init):
1046         * gst-libs/gst/audio/gstaudiosink.c:
1047         (gst_audioringbuffer_class_init):
1048         * gst-libs/gst/audio/gstaudiosrc.c:
1049         (gst_audioringbuffer_class_init):
1050         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
1051         * gst-libs/gst/interfaces/colorbalancechannel.c:
1052         (gst_color_balance_channel_class_init):
1053         * gst-libs/gst/interfaces/mixeroptions.c:
1054         (gst_mixer_options_class_init):
1055         * gst-libs/gst/interfaces/mixertrack.c:
1056         (gst_mixer_track_class_init):
1057         * gst-libs/gst/interfaces/tunerchannel.c:
1058         (gst_tuner_channel_class_init):
1059         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
1060         * gst-libs/gst/netbuffer/gstnetbuffer.c:
1061         (gst_netbuffer_class_init):
1062         * gst-libs/gst/rtp/gstbasertppayload.c:
1063         (gst_basertppayload_class_init):
1064         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1065         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1066         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1067         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1068         * gst/playback/gststreamselector.c:
1069         (gst_stream_selector_class_init):
1070         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1071         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1072         * sys/v4l/gstv4lcolorbalance.c:
1073         (gst_v4l_color_balance_channel_class_init):
1074         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
1075         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1076         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1077         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
1078         (gst_v4l_tuner_norm_class_init):
1079         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1081         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
1082         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1083
1084 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1085
1086         * ext/pango/gsttextrender.h:
1087         * gst-libs/gst/audio/gstaudiosink.h:
1088         * gst-libs/gst/audio/gstaudiosrc.h:
1089         * gst-libs/gst/audio/gstbaseaudiosink.h:
1090         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1091         * gst-libs/gst/audio/gstringbuffer.h:
1092         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1093         * gst-libs/gst/rtp/gstbasertppayload.h:
1094         * gst-libs/gst/video/gstvideofilter.h:
1095         * gst-libs/gst/video/gstvideosink.h:
1096         * gst/playback/gstplaybasebin.h:
1097         * gst/tcp/gstmultifdsink.h:
1098         * sys/v4l/gstv4lelement.h:
1099         Fix broken GObject macros
1100
1101 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1102
1103         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
1104         More debug to trace why my USB headset is not working with gst
1105
1106 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1107
1108         * gst/playback/gstplaybasebin.c: (group_destroy):
1109         Clean up our group elements properly in the case where it never 
1110         got committed - it still got added unconditionally to the bin.
1111
1112 2006-04-07  Wim Taymans  <wim@fluendo.com>
1113
1114         * ext/theora/theoradec.c: (theora_dec_sink_event),
1115         (theora_handle_data_packet), (theora_dec_chain):
1116         Unref unhandled events.
1117         Protect against empty buffers.
1118         Perform QoS on running time.
1119
1120 2006-04-07  Michael Smith  <msmith@fluendo.com>
1121
1122         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
1123         (gst_vorbis_enc_chain):
1124           Remove leaks from vorbisenc.
1125           Mostly minor changes, the only significant one is that now the
1126           buffers we set as 'streamheader' on the caps are copies of the
1127           original buffers, to avoid circular refcounting problems.
1128
1129 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1130
1131         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
1132           Don't remove our mute-probe if someone else already did so.
1133           Don't set a 2nd one if there is already one pending on the pad.
1134
1135         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1136         (do_playbin_seek):
1137           When a seek fails, ensure that playbin is still set back to playing.
1138           
1139         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
1140         (mpeg_ts_type_find), (plugin_init):
1141           Add a typefind function for mpeg-ts streams. (Closes: #336617)
1142
1143 2006-04-06  Andy Wingo  <wingo@pobox.com>
1144
1145         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
1146         (gst_video_rate_init): Caps-related parameters should not be reset
1147         by a flush -- move their inits to the instance init function.
1148         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
1149         is not OK, just return the result.
1150
1151         * gst/audiotestsrc/gstaudiotestsrc.c
1152         (gst_audio_test_src_class_init)
1153         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
1154         broken by Stefan's commit on 24 March.
1155
1156         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
1157         buffers being pushed out. Fixes oggmux ! multifdsink.
1158
1159 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
1160
1161         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1162         (gst_vorbis_dec_init), (vorbis_dec_finalize):
1163         * ext/vorbis/vorbisdec.h:
1164         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
1165         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
1166         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
1167         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
1168         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
1169         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
1170         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
1171         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
1172         (gst_vorbis_enc_buffer_from_packet),
1173         (gst_vorbis_enc_buffer_from_header_packet),
1174         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
1175         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
1176         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
1177         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
1178         (gst_vorbis_enc_change_state):
1179         * ext/vorbis/vorbisenc.h:
1180           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
1181           vorbisenc adhere to the official nomenclature; use boilerplate
1182           macro.
1183
1184 2006-04-04  Andy Wingo  <wingo@pobox.com>
1185
1186         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1187         Whoops, fix bug introduced. Bad hacker!
1188         
1189         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1190         Properly handle the case where you get EOS before any buffers are
1191         received. Use gst_buffer_make_metadata_writable where appropriate.
1192
1193         * ext/theora/theoradec.c (theora_handle_data_packet): This value
1194         is often negative -- make it signed so as not to wrap around.
1195         Fixes segfaults introduced on 9 March.
1196
1197 2006-04-03  Wim Taymans  <wim@fluendo.com>
1198
1199         * ext/theora/gsttheoradec.h:
1200         * ext/theora/theoradec.c: (theora_dec_src_event):
1201         Don't try to store a gdouble in a gboolean.
1202         Small cleanups.
1203
1204 2006-04-03  Michael Smith  <msmith@fluendo.com>
1205
1206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1207           Oggmux sucks.
1208           Make it suck slightly less by writing out the final page.
1209           Still can't encode a vorbis-in-ogg file correctly, though.
1210
1211 2006-04-03  Andy Wingo  <wingo@pobox.com>
1212
1213         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1214         a g_print.
1215
1216         * ext/theora/theora.c (plugin_init): Register theoraparse.
1217
1218         * ext/theora/gsttheoraparse.h: 
1219         * ext/theora/theoraparse.c: New files implementing a theora
1220         parser. Now we can properly remux ogg/theora+vorbis, yay.
1221
1222         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1223
1224 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1225
1226         * gst/audiotestsrc/gstaudiotestsrc.c:
1227           Fixed the sample pipeline (see #323798)
1228
1229 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1230
1231         * configure.ac:
1232         * win32/common/config.h:
1233         * win32/common/config.h.in:
1234           use AS_VERSION and AS_NANO
1235           more cleanups
1236
1237 2006-03-31  Andy Wingo  <wingo@pobox.com>
1238
1239         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1240         uninitialized variable return that would happen.
1241         
1242         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1243         uninitialized variable return that would never happen.
1244
1245         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
1246         (vorbis_parse_sink_event): Add an event function to flush our
1247         state on a seek, and to drain buffers on a premature EOS.
1248         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
1249         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
1250         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
1251         (vorbis_parse_drain_queue): Queue up buffers until we can set
1252         their timestamps and granulepos values.
1253
1254         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1255         and keep track of data needed for deriving granulepos and
1256         timestamps for buffers.
1257
1258 2006-03-29  Wim Taymans  <wim@fluendo.com>
1259
1260         Patch by: j^ <j at bootlab dot org>
1261
1262         * ext/alsa/gstalsamixerelement.c:
1263         (gst_alsa_mixer_element_class_init):
1264         * ext/alsa/gstalsasink.c:
1265         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1266         * ext/ogg/gstoggdemux.c:
1267         * ext/ogg/gstoggmux.c:
1268         * ext/ogg/gstoggparse.c:
1269         * ext/pango/gstclockoverlay.c:
1270         * ext/pango/gsttextoverlay.c:
1271         * ext/pango/gsttextrender.c:
1272         * ext/pango/gsttimeoverlay.c:
1273         * ext/theora/theoradec.c:
1274         * ext/theora/theoraenc.c:
1275         * ext/vorbis/vorbisdec.c:
1276         * ext/vorbis/vorbisenc.c:
1277         * gst/audioconvert/gstaudioconvert.c:
1278         * gst/subparse/gstsubparse.c:
1279         * gst/tcp/gstmultifdsink.c:
1280         * gst/tcp/gsttcpclientsink.c:
1281         * gst/tcp/gsttcpclientsrc.c:
1282         * gst/tcp/gsttcpserversink.c:
1283         * gst/tcp/gsttcpserversrc.c:
1284           better/unified long descriptions
1285           Fixes #336477
1286
1287 2006-03-29  Wim Taymans  <wim@fluendo.com>
1288
1289         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1290         (stop_seek):
1291         Don't let double and triple clicks mess up our state.
1292
1293 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1294
1295         * gst/playback/gstplaybin.c: (gen_video_element),
1296         (gen_text_element), (gen_audio_element), (gen_vis_element):
1297           Error out gracefully when we can't create any of the usual
1298           conversion elements for some reason. Also, don't try to
1299           create an audioscale (sic) element that's not used anyway.
1300
1301 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1302
1303         * gst/playback/gstplaybasebin.c: (setup_source):
1304           Don't post RESOURCE_NOT_FOUND error when we can't find a source
1305           element for a particular protocol, that's confusing for users.
1306           Instead, post a RESOURCE_FAILED error, so that our own error
1307           message is actually shown in totem etc. (#336303).
1308
1309 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1310
1311         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1312
1313         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1314         (gst_gnome_vfs_src_get_icy_metadata):
1315           Fix some minor memory leaks (#336194).
1316
1317 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1318
1319         * ext/gnomevfs/gstgnomevfs.c:
1320         (gst_gnome_vfs_location_to_uri_string):
1321         * ext/gnomevfs/gstgnomevfs.h:
1322         * ext/gnomevfs/gstgnomevfssink.c:
1323         (gst_gnome_vfs_sink_set_property):
1324         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1325           Make gnomevfssink accept filenames as well as URIs for the
1326           "location" property, just like gnomevfssrc does (and
1327           filesrc/filesink do) (#336190).
1328
1329 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1330
1331         * tests/check/generic/clock-selection.c: (GST_START_TEST):
1332           set to NULL before unreffing, fixes a valgrind leak.
1333           Why was this not triggering the error that an object needs to
1334           be NULL before unreffing ?
1335         * win32/common/config.h:
1336           update
1337
1338 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1339
1340         * gst/subparse/gstsubparse.c: (convert_encoding),
1341         (gst_sub_parse_change_state):
1342         * gst/subparse/gstsubparse.h:
1343           Text subtitle files may or may not be UTF-8. If it's not, we
1344           don't really want to see '?' characters in place of non-ASCII
1345           characters like accented characters. So let's assume the input
1346           is UTF-8 until we come across text that is clearly not. If it's
1347           not UTF-8, we don't really know what it is, so try the following:
1348           (a) see whether the GST_SUBTITLE_ENCODING environment variable
1349           is set; if not, check (b) if the current locale encoding is
1350           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1351           the current locale encoding is UTF-8 and the environment variable
1352           was not set to any particular encoding. Not perfect, but better
1353           than nothing (and better than before, I think) (fixes #172848).
1354
1355 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1356
1357         * configure.ac:
1358           update core requirement to 0.10.4.1 because of async_playback
1359           vmethod on GstBaseSink
1360
1361 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1362
1363         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1364         * gst/adder/gstadder.c: (gst_adder_init):
1365         use DEBUG_FUNCPTR for collectpads
1366
1367 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1368
1369         * docs/plugins/Makefile.am:
1370         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1371         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1372         * ext/cdparanoia/gstcdparanoiasrc.c:
1373         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1374         (gst_gnome_vfs_sink_class_init):
1375         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1377         * ext/ogg/gstoggmux.c:
1378         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1379         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1380         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1381         * ext/pango/gsttextoverlay.c:
1382         * ext/pango/gsttextrender.c:
1383         * ext/theora/theoradec.c:
1384         * ext/theora/theoraenc.c:
1385         * ext/vorbis/vorbisdec.c:
1386         * ext/vorbis/vorbisenc.c:
1387         * gst-libs/gst/audio/gstaudiofilter.c:
1388         (gst_audio_filter_base_init):
1389         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1390         (gst_audio_filter_template_base_init):
1391         * gst/adder/gstadder.c: (gst_adder_get_type):
1392         * gst/adder/gstadder.h:
1393         * gst/audioconvert/gstaudioconvert.c:
1394         * gst/audiotestsrc/gstaudiotestsrc.c:
1395         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1396         (gst_audio_test_src_create):
1397         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1398         * gst/playback/gstdecodebin.c:
1399         * gst/playback/gstplaybin.c:
1400         * gst/playback/gststreamselector.c:
1401         (gst_stream_selector_base_init):
1402         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1403         * gst/volume/gstvolume.c:
1404         * sys/v4l/gstv4lmjpegsink.c:
1405         * sys/v4l/gstv4lmjpegsrc.c:
1406         * tests/check/libs/cddabasesrc.c:
1407         * tests/old/examples/gob/gst-identity2.gob:
1408           Add docs for adder, use GST_ELEMENT_DETAILS macro,
1409           define GstElementDetails at the top
1410
1411 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
1412
1413         * win32/common/libgstinterfaces.def:
1414         Add a lot of export functions for gst-python
1415         * win32/vs6/libgstinterfaces.dsp:
1416         Add a missing include folder in the project configuration
1417         
1418 2006-03-23  Wim Taymans  <wim@fluendo.com>
1419
1420         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1421         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1422         (gst_base_audio_src_change_state):
1423         Fix audio sources, forgot to make the ringbuffer
1424         startable...
1425
1426 2006-03-23  Wim Taymans  <wim@fluendo.com>
1427
1428         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1429         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1430         (gst_base_audio_src_change_state):
1431         unparent instead of unref the ringbuffer.
1432
1433 2006-03-23  Wim Taymans  <wim@fluendo.com>
1434
1435         * gst-libs/gst/audio/gstbaseaudiosink.c:
1436         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1437         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1438         Implement new async_play vmethod to start slaving and allow
1439         playback start in case of async PLAY state changes. 
1440
1441         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1442         Enable QoS with new method in base class.
1443
1444 2006-03-23  Wim Taymans  <wim@fluendo.com>
1445
1446         Patch by: Julien MOUTTE <julien at moutte dot net>
1447
1448         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1449         (gst_video_test_src_do_seek), (gst_video_test_src_create):
1450         Partially handle 0 framerate, only EOS after the first frame
1451         is missing.
1452
1453 2006-03-23  Wim Taymans  <wim@fluendo.com>
1454
1455         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1456
1457         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1458         (gst_riff_create_video_template_caps):
1459         * gst/ffmpegcolorspace/avcodec.h:
1460         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1461         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1462         (gst_ffmpegcsp_avpicture_fill):
1463         * gst/ffmpegcolorspace/imgconvert.c:
1464         Patch for support of YVU9 AVI files (#334822)
1465
1466 2006-03-22  Edward Hervey  <edward@fluendo.com>
1467
1468         * docs/design/design-decodebin.txt:
1469         Added design document for new decodebin
1470         (Target Caps): text/x-pango-markup is also a default target caps.
1471
1472 2006-03-22  Wim Taymans  <wim@fluendo.com>
1473
1474         * gst-libs/gst/audio/gstbaseaudiosink.c:
1475         (gst_base_audio_sink_dispose):
1476         Since we _parent the ringbuffer, we also need to
1477         _unparent instead of a plain _unref.
1478
1479 2006-03-22  Wim Taymans  <wim@fluendo.com>
1480
1481         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1482         (stop_seek), (scrub_toggle_cb), (main):
1483         Add scrub checkbox.
1484
1485 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
1486
1487         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1488         (gst_ogg_parse_chain):
1489           Fix very inefficient usage of linked lists (#335365).
1490
1491 2006-03-21  Edward Hervey  <edward@fluendo.com>
1492
1493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1494         * gst/playback/gstplaybin.c: (handoff):
1495         * gst/playback/gststreamselector.c:
1496         (gst_stream_selector_set_property):
1497         gcc 4.1 unreferenced pointer fixes.
1498         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1500         gst_buffer_ref() now takes a GstBuffer*.
1501
1502 2006-03-20  Julien MOUTTE  <julien@moutte.net>
1503
1504         * sys/xvimage/xvimagesink.c:
1505         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
1506         by Jan Schmidt.
1507
1508 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
1509
1510         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
1511         (id3v1_type_find), (apetag_type_find), (plugin_init):
1512           Can't do tag preferences via probability, as tags would then
1513           lose against types that are recognised with MAXIMUM probability
1514           (like .wav); so let all tag typefinders return MAXIMUM themselves
1515           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
1516           that we can prefer APE to ID3v1 (fixes #335028).
1517           
1518 2006-03-17  Wim Taymans  <wim@fluendo.com>
1519
1520         * gst-libs/gst/audio/gstbaseaudiosink.c:
1521         (gst_base_audio_sink_change_state):
1522         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
1523         (gst_ring_buffer_may_start):
1524         * gst-libs/gst/audio/gstringbuffer.h:
1525         Only start playback if we are playing.
1526         should fix #330748.
1527
1528 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
1529
1530         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
1531         * win32/common/config.h:
1532           Revert accidental commits to these files.
1533
1534 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1535
1536         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
1537
1538         * tests/Makefile.am:
1539           Don't try to build tests in tests/icles if we
1540           don't have X (#323852)
1541
1542 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1543
1544         * gst-libs/gst/tag/gstid3tag.c:
1545           Add TXXX frame identifiers for replaygain stuff as used
1546           by some taggers (see #323721).
1547
1548 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
1549
1550         * gst/playback/gststreamselector.c:
1551         (gst_stream_selector_set_property),
1552         (gst_stream_selector_bufferalloc):
1553           Preserve the existing buggy streamselector behaviour by performing
1554           a fallback buffer allocation when downstream isn't linked yet.
1555           This should really be fixed in playbin by blocking pads until it's
1556           linked them.
1557           Also, use gst_pad_alloc_buffer instead of
1558           gst_pad_alloc_buffer_and_set.
1559
1560 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1561
1562         * gst-libs/gst/tag/gstid3tag.c:
1563           Don't crash on unknown ID3v2 TXXX frames.
1564           
1565 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
1566
1567         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
1568           Chain up to the parent finalize method.
1569           Add 32-bit sample size to the template caps.
1570
1571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1572         (gst_riff_create_video_template_caps):
1573           Add the fourcc that the VMWare codec uses.
1574           
1575         * gst/playback/gststreamselector.c:
1576         (gst_stream_selector_set_property),
1577         (gst_stream_selector_bufferalloc),
1578         (gst_stream_selector_request_new_pad):
1579           For the active pad, forward buffer-alloc requests, otherwise
1580           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
1581           having to memcpy every frame when used by playbin.
1582
1583         * gst/tcp/gstmultifdsink.c:
1584         (gst_multi_fd_sink_handle_client_write):
1585           Get negotiated caps from the sink pad, rather than the sink
1586           pad's peer.
1587
1588 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1589
1590         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1591         
1592         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
1593           Don't forget to set src->callbacks_pushed to FALSE again when
1594           popping them, otherwise re-activation in a different mode won't
1595           work (#334620).
1596
1597 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1598
1599         Patch by: Sebastien Moutte  <sebastien moutte net>
1600
1601         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
1602         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
1603         (gst_ffmpeg_smpfmt_to_caps):
1604           Replace __VA_ARGS__ caps creation macros with varargs functions.
1605           Makes things compile on MSVC (#320765), looks nicer, and we can
1606           tell the compiler to check for the NULL terminator.
1607
1608 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1609
1610         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1611
1612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1613           Make sure the buffer we copy into is really always big
1614           enough, this time for real (#333488).
1615           
1616 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1617
1618         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1619           Add support for 24bpp DIB (#305279).
1620
1621 2006-03-14  Wim Taymans  <wim@fluendo.com>
1622
1623         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
1624         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1625         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
1626         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1627         (gst_video_scale_init), (gst_video_scale_src_event):
1628         Re-enable QoS after the release.
1629         Rework videoscale to use the base class src_event handler.
1630
1631 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1632
1633         * configure.ac:
1634           back to CVS.
1635
1636 === release 0.10.5 ===
1637
1638 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
1639
1640         * configure.ac:
1641           releasing 0.10.5, "Net"
1642
1643 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
1644
1645         * docs/plugins/Makefile.am:
1646           Part of previous cdparanoiasrc docs fixes, forgot to commit.
1647           
1648 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
1649
1650         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1651         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1652         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1653           Add cdparanoiasrc to docs.
1654
1655         * gst-libs/gst/cdda/gstcddabasesrc.c:
1656           More GstCddaBaseSrc docs.
1657
1658 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
1659
1660         * docs/libs/gst-plugins-base-libs-sections.txt:
1661         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
1662         * gst-libs/gst/tag/tag.h:
1663           API: libgsttag: new method gst_tag_from_id3_user_tag().
1664
1665 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
1666
1667         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1668           NULL-terminate array of mpeg4 video file extensions.
1669           Fixes crash on PPC (#334226).
1670
1671 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
1672
1673         * ext/gnomevfs/gstgnomevfssrc.c:
1674         (gst_gnome_vfs_src_check_get_range):
1675           gnome_vfs_uri_is_local() alone is not a good indicator
1676           whether we can operate in pull-mode with a specific URI,
1677           as it returns FALSE for file:// URIs that point to an
1678           NFS-mounted path. Be more conservative here: whitelist
1679           local files, blacklist http URIs and use the old
1680           mechanism for anything else (fixes #334216).
1681
1682 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1683
1684         * configure.ac:
1685           back to trunk
1686
1687 === release 0.10.4 ===
1688
1689 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
1690
1691         * configure.ac:
1692           releasing 0.10.4, "Power"
1693
1694 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
1695
1696         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1697         Disable max-lateness by setting it to -1 for now, so that 
1698         we can bed QoS stuff in thoroughly between now and the next
1699         release.
1700
1701 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
1702
1703         Patch by: Fabrizio Gennari
1704
1705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1706           Make sure we don't read beyond the palette buffer in case of
1707           broken or manipulated files (#333488)
1708
1709 2006-03-10  Edward Hervey  <edward@fluendo.com>
1710
1711         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1712         Fix for variable not initialized.
1713
1714 2006-03-09  Wim Taymans  <wim@fluendo.com>
1715
1716         * ext/libvisual/visual.c: (gst_visual_get_type),
1717         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
1718         (gst_visual_chain):
1719         Small cleanups.
1720
1721         * ext/theora/gsttheoradec.h:
1722         * ext/theora/theoradec.c: (gst_theora_dec_init),
1723         (gst_theora_dec_reset), (_theora_granule_time),
1724         (theora_dec_src_convert), (theora_dec_sink_convert),
1725         (theora_dec_src_query), (theora_dec_src_event),
1726         (theora_dec_sink_event), (theora_handle_comment_packet),
1727         (theora_handle_header_packet), (theora_dec_push),
1728         (theora_handle_data_packet), (theora_dec_chain),
1729         (theora_dec_change_state):
1730         Add simple QoS.
1731
1732 2006-03-09  Wim Taymans  <wim@fluendo.com>
1733
1734         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1735         (audiocast_register_listener), (gst_gnome_vfs_src_start):
1736         Some cleanups.
1737
1738 2006-03-09  Wim Taymans  <wim@fluendo.com>
1739
1740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
1741         Don't try to activate NULL chains.
1742
1743 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1744
1745         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1746           Fix invalid memory access to region before peek'd data (#332964).
1747
1748 2006-03-09  Wim Taymans  <wim@fluendo.com>
1749
1750         Patch by: Christophe Fergeau
1751
1752         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
1753         * ext/pango/gsttextrender.c: (gst_text_render_init):
1754         * gst/adder/gstadder.c: (gst_adder_init):
1755         Don't leak padtemplates, closes #333510.
1756
1757 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1758
1759         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1760           Fix invalid memory access: make sure string passed to
1761           regexec() is NUL-termianted.
1762
1763 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1764
1765         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1766         (mp3_type_find):
1767           Refactor mpeg/audio typefinding to make it more maintainable
1768           and easier to fine-tune. Make probing into middle of the file
1769           work properly (fixes #333900, also see #152688).
1770
1771 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1772
1773         * gst/typefind/gsttypefindfunctions.c:
1774         (utf8_type_find_have_valid_utf8_at_offset):
1775           Remove part from previous commit that was bogus:
1776           g_utf8_validate() does in fact not accept embedded
1777           zeroes, so we don't need to check for those (thanks
1778           to Mike for the hint).
1779
1780 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
1781
1782         * gst/typefind/gsttypefindfunctions.c:
1783         (utf8_type_find_count_embedded_zeroes),
1784         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
1785           Make plain/text typefinder more conservative: firstly, check
1786           for embedded zeroes, which are perfectly valid UTF-8 characters,
1787           but also a fairly good sign that something is not a plain text
1788           file; secondly, probe into the middle of the file if possible.
1789           If we can't probe into the middle, limit the probability value
1790           to be returned to TYPE_FIND_POSSIBLE (see #333900).
1791
1792 2006-03-08  Michael Smith  <msmith@fluendo.com>
1793
1794         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1795           Make typefind function name for mpeg4 video unique.
1796
1797 2006-03-08  Wim Taymans  <wim@fluendo.com>
1798
1799         * ext/libvisual/visual.c: (gst_visual_init),
1800         (gst_visual_clear_actors), (gst_visual_dispose),
1801         (gst_visual_reset), (gst_visual_src_setcaps),
1802         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
1803         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
1804         (gst_visual_chain), (gst_visual_change_state):
1805         Cleanups, post nice errors.
1806         Handle sink and src events.
1807         Implement simple QoS.
1808
1809         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1810         Use new basesink methods to configure max-lateness.
1811         Small doc update.
1812
1813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1814         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
1815         Debug statement cleanups.
1816
1817         * gst/volume/gstvolume.c: (gst_volume_class_init):
1818         Simple cleanup.
1819
1820 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
1821
1822         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
1823         (gst_text_overlay_init), (gst_text_overlay_set_property),
1824         (gst_text_overlay_get_property):
1825           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
1826           as string type properties, but mark them deprecated. Add
1827           'halignment' and 'valignment' properties that use enums
1828           instead of strings.
1829
1830 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
1831
1832         Patch by: Fabrizio Gennari
1833
1834         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1835           Allow palettes with less than 256 colours in AVI files
1836           (#333488)
1837
1838 2006-03-07  Julien MOUTTE  <julien@moutte.net>
1839
1840         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
1841         (gst_text_overlay_video_event): Fix wrong EOS handling on text
1842         pad. We were releasing the queued text buffer when we should keep
1843         it until video pad gets EOS or discard the text buffer because it's
1844         too old. That was eating the last subtitle buffer. Add some more
1845         debug.
1846
1847 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1848
1849         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
1850         (gst_text_overlay_video_chain):
1851           Fix invalid memory access (we can't access a buffer after it's been
1852           pushed downstream without taking a reference); fix memory leak (if
1853           there's no text to render, bail out before allocating stuff).
1854
1855 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1856
1857         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1858         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
1859         * ext/pango/gsttextoverlay.h:
1860           If input is plain text, escape it before passing it to
1861           pango_layout_set_markup().
1862
1863 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1864
1865         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
1866           Don't ignore flow return from gst_pad_push().
1867
1868 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1869
1870         Patch by: Fabrizio Gennari
1871
1872         * ext/libvisual/visual.c: (gst_visual_getcaps),
1873         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
1874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
1875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1876         (gst_vorbisenc_convert_sink):
1877         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
1878         (gst_audio_duration_from_pad_buffer):
1879         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
1880         (gst_audio_filter_chain):
1881         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1882         (gst_base_rtp_depayload_setcaps):
1883         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
1884         (gst_video_get_size):
1885         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1886           Don't leak references returned by gst_pad_get_parent()
1887           (#333663)
1888
1889 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
1890
1891         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1892           change location param details
1893         * gst/volume/gstvolume.c: (plugin_init):
1894           correct plugin description
1895
1896 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1897
1898         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1899         (gst_gnome_vfs_src_check_get_range):
1900           Override GstBaseSrc::check_get_range() in order to avoid opening
1901           the resource just to check whether we can operate in pull-mode or
1902           not - we can predict that pretty well from the URI alone. Should
1903           fix problems with last.fm (#331690). (Requires latest core CVS).
1904
1905 2006-03-06  Wim Taymans  <wim@fluendo.com>
1906
1907         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
1908         (gst_video_sink_class_init):
1909         Throw away frames that are later than 20 ms.
1910
1911 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1912
1913         Patch by: Fabrizio Gennari
1914
1915         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1916           Set depth on WMA caps (#333545)
1917
1918 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1919
1920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1921         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1922           put Theora BOS pages before others.  This hardcodes
1923           the Ogg/Theora I profile, but hey.
1924
1925 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1926
1927         * ext/ogg/README:
1928           updated with some examples
1929         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
1930         (granulepos_add), (theora_buffer_from_packet):
1931         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
1932         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
1933         (gst_vorbisenc_chain):
1934           implement strategy from ext/ogg/README
1935         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1936         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1937         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
1938         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
1939           Fix muxer so that oggz-validate is happy with all streams;
1940           except for no eos mark, and the BOS page ordering
1941         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1942         (check_buffer_granulepos):
1943         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
1944           update tests to check for OFFSET being set as requested
1945           fixed type of granulepos, it's not a ClockTime
1946
1947 2006-03-05  Julien MOUTTE  <julien@moutte.net>
1948
1949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1950         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
1951         Check that the xvimage we are creating has a correct size
1952         before returning it. (#314897)
1953
1954 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1955
1956         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1957           Give id3 and ape tag typefinders a rank slightly higher
1958           than PRIMARY to ensure they're always run before any of
1959           the other typefinders (in particular wav and mp3) (#324186).
1960
1961 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1962
1963         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1964           Add support for '3IVD' fourcc (#333403).
1965
1966 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
1967
1968         * configure.ac:
1969           Bump requirements to GStreamer CVS for the new error enum.
1970
1971         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
1972           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
1973           space left on the device (fixes #333352).
1974
1975 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
1976
1977         * win32/vs6:
1978           add a project file for libgstvolume
1979           update the workspace
1980
1981 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1982
1983         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1984         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1985         (GST_START_TEST):
1986           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
1987           Set IN_CAPS on header buffers
1988
1989 2006-03-02  Wim Taymans  <wim@fluendo.com>
1990
1991         * docs/plugins/Makefile.am:
1992         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1993         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1994         Add audioresample to docs.
1995
1996         * gst/audioconvert/gstaudioconvert.c:
1997         Add revision date.
1998
1999         * gst/audioresample/gstaudioresample.c:
2000         (gst_audioresample_base_init), (gst_audioresample_class_init),
2001         (gst_audioresample_init), (gst_audioresample_dispose),
2002         (audioresample_get_unit_size), (audioresample_transform_caps),
2003         (resample_set_state_from_caps), (audioresample_transform_size),
2004         (audioresample_set_caps), (audioresample_event),
2005         (audioresample_do_output), (audioresample_transform),
2006         (audioresample_pushthrough), (gst_audioresample_set_property),
2007         (gst_audioresample_get_property), (plugin_init):
2008         * gst/audioresample/gstaudioresample.h:
2009         Added docs.
2010         Small code cleanups.
2011
2012 2006-03-02  Wim Taymans  <wim@fluendo.com>
2013
2014         * docs/plugins/Makefile.am:
2015         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2016         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2017         Added videoscale to docs.
2018
2019         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2020         (gst_video_rate_swap_prev), (gst_video_rate_event),
2021         (gst_video_rate_chain):
2022         Fix typo in docs.
2023
2024         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2025         (gst_video_scale_init), (gst_video_scale_prepare_size),
2026         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2027         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
2028         * gst/videoscale/gstvideoscale.h:
2029         Added docs, examples.
2030         Some code cleanups.
2031         Post errors instead of g_warning.
2032
2033 2006-03-02  Wim Taymans  <wim@fluendo.com>
2034
2035         * docs/libs/gst-plugins-base-libs-docs.sgml:
2036         * docs/libs/gst-plugins-base-libs-sections.txt:
2037         * docs/libs/gst-plugins-base-libs.types:
2038         * docs/plugins/Makefile.am:
2039         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2040         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2041         Added some more docs to libs and plugins.
2042
2043         * gst-libs/gst/audio/gstringbuffer.c:
2044         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
2045         * gst-libs/gst/audio/gstringbuffer.h:
2046         Document ringbuffer some more.
2047
2048         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
2049         (gst_video_rate_setcaps), (gst_video_rate_reset),
2050         (gst_video_rate_init), (gst_video_rate_flush_prev),
2051         (gst_video_rate_swap_prev), (gst_video_rate_event),
2052         (gst_video_rate_chain), (gst_video_rate_change_state):
2053         * gst/videorate/gstvideorate.h:
2054         Fix videorate to use segments.
2055         Make it work with 0/1 framerates (closes #331903)
2056         Handle EOS correctly.
2057         Added docs.
2058
2059 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2060
2061         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
2062         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2063         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
2064           In state change function, first chain up to parent class,
2065           then handle downwards state change stuff. Remove some
2066           commented out cruft from 0.8 code.
2067
2068 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2069
2070         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2071         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2072         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
2073         (gst_ogm_parse_chain):
2074           Don't remove/re-add source pad if the new caps are the same as
2075           the old caps anyway (#333042). When removing source pad, don't
2076           unref it afterwards - we didn't ref it when adding. Sprinkle some
2077           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
2078           after using gst_pad_get_parent(). Return downstream flow return
2079           value in chain function.
2080
2081 2006-03-02  Wim Taymans  <wim@fluendo.com>
2082
2083         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2084         * docs/plugins/gst-plugins-base-plugins.args:
2085         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2086         * docs/plugins/gst-plugins-base-plugins.interfaces:
2087         * docs/plugins/gst-plugins-base-plugins.signals:
2088         Fix hierarchy, added some more elements to the docs.
2089
2090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2091         (gst_ffmpegcsp_get_type):
2092         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2093         Fix docs for ffmpegcolorspace.
2094
2095 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
2096
2097         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
2098         (apetag_type_find), (ape_type_find), (plugin_init):
2099           Some typefinding fine-tuning:
2100           - rank ID3/APE tags in order of preference via probabilities, so that
2101             ID3v2 > APEv2 > APEv1 > ID3v1.
2102           - three or four bytes don't really justify MAXIMUM probability,
2103             change those to 'very likely' (musepack and monkeysaudio).
2104
2105 2006-03-01  Wim Taymans  <wim@fluendo.com>
2106
2107         * docs/plugins/Makefile.am:
2108         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2109         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2110         * ext/alsa/gstalsamixer.c:
2111         * ext/alsa/gstalsamixer.h:
2112         * ext/alsa/gstalsamixerelement.c:
2113         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
2114         * ext/alsa/gstalsamixerelement.h:
2115         * ext/alsa/gstalsasink.c:
2116         * ext/alsa/gstalsasink.h:
2117         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2118         (gst_alsasrc_init):
2119         * ext/alsa/gstalsasrc.h:
2120         Added alsa docs.
2121         Small code cleanups.
2122
2123 2006-03-01  Wim Taymans  <wim@fluendo.com>
2124
2125         * ext/theora/Makefile.am:
2126         Dist new header too,
2127
2128 2006-03-01  Wim Taymans  <wim@fluendo.com>
2129
2130         * docs/plugins/Makefile.am:
2131         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2132         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2133         * ext/gnomevfs/gstgnomevfssink.h:
2134         * ext/gnomevfs/gstgnomevfssrc.h:
2135         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2136         * ext/vorbis/vorbisdec.h:
2137         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
2138         * ext/vorbis/vorbisenc.h:
2139         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
2140         (vorbis_parse_chain), (vorbis_parse_change_state):
2141         * ext/vorbis/vorbisparse.h:
2142         * gst/audioconvert/gstaudioconvert.h:
2143         * gst/tcp/gsttcpserversink.h:
2144         * gst/videotestsrc/gstvideotestsrc.c:
2145         * gst/videotestsrc/gstvideotestsrc.h:
2146         * gst/volume/gstvolume.c:
2147         * gst/volume/gstvolume.h:
2148         Fix some more docs.
2149         Added docs for vorbisdec and vorbisparse.
2150         Fix vorbisparse.
2151
2152 2006-03-01  Wim Taymans  <wim@fluendo.com>
2153
2154         * docs/plugins/Makefile.am:
2155         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2156         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2157         * ext/pango/gstclockoverlay.h:
2158         * ext/pango/gsttextoverlay.h:
2159         * ext/pango/gsttextrender.h:
2160         * ext/pango/gsttimeoverlay.h:
2161         * ext/theora/gsttheoradec.h:
2162         * ext/theora/gsttheoraenc.h:
2163         * ext/theora/theoradec.c:
2164         * ext/theora/theoraenc.c:
2165         * gst/audioconvert/gstaudioconvert.h:
2166         * gst/audiotestsrc/gstaudiotestsrc.h:
2167         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2168         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2169         * gst/tcp/gstmultifdsink.h:
2170         Updated/added documentation.
2171
2172         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2173         (gst_text_overlay_halign_get_type),
2174         (gst_text_overlay_wrap_mode_get_type),
2175         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
2176         (gst_text_overlay_init), (gst_text_overlay_set_property),
2177         (gst_text_overlay_get_property):
2178         Fix up properties to be enums instead of string to make bindings,
2179         introspection and automatic GUI creation possible.
2180         Add getters for the properties.
2181
2182 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
2183
2184         * gst/audiotestsrc/gstaudiotestsrc.c:
2185           added defines of M_PI and M_PI_2
2186         * gst/ffmpegcolorspace/avcodec.h:
2187           removed #include "stdint.h" for win32 as _stdint.h is 
2188           autogenerated to win32/common
2189         * win32/common/libgstaudio.def:
2190         * win32/common/libgsttag.def:
2191           added some exports
2192         * win32/vs6:
2193           some project files bugs corrected
2194         * win32/vs7:
2195           project files are reset to the default vs7 configuration 
2196           (they link to msvcr71.dll using default optimizations)
2197           
2198 2006-02-28  Wim Taymans  <wim@fluendo.com>
2199
2200         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2201         Fix some docs.
2202
2203 2006-02-28  Edward Hervey  <edward@fluendo.com>
2204
2205         * ext/alsa/gstalsasrc.c:
2206         Set proper class on the ElementDetails:
2207         Source/Audio instead of Src/Audio/
2208
2209 2006-02-28  Edward Hervey  <edward@fluendo.com>
2210
2211         * gst/videoscale/vs_scanline.c:
2212         (vs_scanline_resample_nearest_RGBA):
2213         Revert optimization in videoscale. It should go in liboil and have
2214         an appropriate liboil function.
2215
2216 2006-02-28  Wim Taymans  <wim@fluendo.com>
2217
2218         * gst-libs/gst/audio/gstbaseaudiosink.c:
2219         (gst_base_audio_sink_provide_clock):
2220         Don't try to provide a clock in the NULL state.
2221
2222 2006-02-28  Wim Taymans  <wim@fluendo.com>
2223
2224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2225         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2226         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2227         (gst_ogg_demux_deactivate_current_chain),
2228         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2229         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2230         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2231         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2232         Use GstSegment infrastructure to remove duplicated code
2233         and handle more seek cases correctly.
2234
2235 2006-02-28  Wim Taymans  <wim@fluendo.com>
2236
2237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2238         (gst_ffmpegcsp_transform):
2239         Don't ignore return code from ffmpeg convert function.
2240
2241         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2242         Split out some long statements to ease debugging.
2243
2244 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
2245
2246         * ext/libvisual/visual.c: (gst_visual_init),
2247         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2248         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2249         being able to renegotiate the size. Instead, use the negotiation
2250         algorithm from the goom plugin to pick an initial output caps. 
2251
2252         Also, allow theoretical libvisual plugins that might support non-GL 
2253         output even if they also do GL.
2254
2255 2006-02-26  Julien MOUTTE  <julien@moutte.net>
2256
2257         * ext/libvisual/visual.c: (gst_visual_init),
2258         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2259         (plugin_init): Load only non GL plugins. Fix some memleaks and 
2260         possible negotiation issues.
2261
2262 2006-02-25  Julien MOUTTE  <julien@moutte.net>
2263
2264         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2265
2266 2006-02-24  Michael Smith  <msmith@fluendo.com>
2267
2268         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2269         (cmml_type_find), (plugin_init):
2270           Fix CMML type find function to not require a specific minor version
2271           of the CMML header.
2272
2273           Add an MPEG4 video elementary stream typefind function.
2274
2275 2006-02-04  Michael Smith  <msmith@fluendo.com>
2276
2277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2278         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2279         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2280         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2281         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2282         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2283           Annodex support in ogg demuxer. Doesn't do very much without the
2284           other annodex patches (to come).
2285
2286 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2287
2288         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2289
2290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2291           Pick up palette for MS video v1 (#327028)
2292
2293 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2294
2295         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2296         (gst_ffmpegcsp_caps_remove_format_info),
2297         (gst_ffmpegcsp_get_unit_size):
2298           The 'palette_data' field from incoming RGB caps shouldn't be
2299           proxied on outgoing YUV caps; also, restrict unit size
2300           adjustment in case of paletted data only to the unit that
2301           actually has a palette. Fixes #330711.
2302
2303 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2304
2305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2306         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2307         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2308         (gst_ffmpegcsp_get_unit_size):
2309           Plug some memory leaks.
2310
2311 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2312
2313         * sys/ximage/Makefile.am:
2314         * sys/xvimage/Makefile.am:
2315           Add some _CFLAGS and _LIBS that seem to be missing
2316           and/or required for Cygwin (see #317048).
2317
2318 2006-02-22  Wim Taymans  <wim@fluendo.com>
2319
2320         * ext/alsa/gstalsasrc.c:
2321         Fix description as pointed out by caugier.
2322
2323 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
2324
2325         Reviewed by : Edward Hervey  <edward@fluendo.com>
2326
2327         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2328         (qt_type_find):
2329         Better 3gp typefinding (#331526).
2330
2331 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2332
2333         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2334           Don't send EOS event here, the base class will send one for us.
2335
2336         * gst/playback/gstplaybasebin.c: (prepare_output):
2337           Subpictures without video stream aren't allowed either.
2338         
2339         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2340           Fix debug statement copy'n'paste-o.
2341
2342 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2343
2344         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2345           Fix issues with mixer keeping state when muting/unmuting
2346           and when changing the volume whilst muted (see #331763
2347           and #331765).
2348
2349 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2350
2351         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2352         (parse_subrip), (gst_sub_parse_format_autodetect):
2353           Set right caps given that we send escaped text. Also,
2354           honour <i></i>, <b></b> and <u></u> markers that can be found
2355           in .srt files (fixes #310202).
2356
2357 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2358
2359         * gst-libs/gst/audio/mixerutils.c:
2360         (element_factory_rank_compare_func):
2361           Make order in which elements are tried more determinable.
2362
2363 2006-02-20  Julien MOUTTE  <julien@moutte.net>
2364
2365         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2366         (remove_element_chain), (cleanup_decodebin),
2367         (gst_decode_bin_change_state): Make decodebin reusable by
2368         fixing remove_element_chain first and then introduce a
2369         cleaner in state change to ->NULL. (Closes #331678)
2370
2371 2006-02-19  Wim Taymans  <wim@fluendo.com>
2372
2373         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2374         use 0666 mask when creating files so umask gets applied
2375         correctly. Fixes #331295.
2376
2377 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2378
2379         * gst/subparse/Makefile.am:
2380         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2381         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2382         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2383         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2384         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2385         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2386         * gst/subparse/gstssaparse.h:
2387         * gst/subparse/gstsubparse.c: (plugin_init):
2388           Add very basic parser for SSA subtitle streams (as often
2389           found in matroska files).
2390
2391 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2392
2393         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2394           That should be text/x-pango-markup, not text/x-pango-layout.
2395
2396 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2397
2398         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2399         Polishing.
2400
2401 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2402
2403         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2404         (gst_text_overlay_finalize), (gst_text_overlay_init),
2405         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2406         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2407         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2408         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2409         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2410         Fix state change deadlock.
2411
2412 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2413
2414         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2415         (gst_text_overlay_finalize), (gst_text_overlay_init),
2416         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2417         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2418         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2419         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2420         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2421         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2422         and subtitles files.
2423
2424 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2425
2426         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2427         should be considered as raw.
2428
2429 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2430
2431         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2432         (cb_probe):
2433         * gst/playback/gststreaminfo.h: Introduce language informations.
2434
2435 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
2436
2437         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2438         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2439         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2440         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2441         Set shared memory segments to be deleted as soon as we have attached,
2442         that way they get cleaned up automatically if we crash.
2443
2444 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2445
2446         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
2447         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2448         functions are called with lock held.
2449
2450 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2451
2452         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2453         (gst_text_overlay_finalize), (gst_text_overlay_init),
2454         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2455         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2456         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2457         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2458         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2459         (gst_text_overlay_change_state): Refactoring of textoverlay
2460         without collectpads. This now supports sparse subtitles coming
2461         from a demuxer instead of a sub file. Seeking is still broken 
2462         though. Need to discuss with wtay some more on how to handle
2463         seeking correctly.
2464         * ext/pango/gsttextoverlay.h:
2465         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2466         subtitles coming from the demuxer.
2467
2468 2006-02-17  Wim Taymans  <wim@fluendo.com>
2469
2470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2471         (gst_vorbisenc_convert_sink):
2472         Use some more scaling functions.
2473
2474 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
2475
2476         * ext/cdparanoia/gstcdparanoiasrc.c:
2477         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2478         (gst_cd_paranoia_paranoia_callback),
2479         (gst_cd_paranoia_src_signal_is_being_watched),
2480         (gst_cd_paranoia_src_read_sector):
2481         * ext/cdparanoia/gstcdparanoiasrc.h:
2482           Add back 'transport-error' and 'uncorrected-error' signals and
2483           make them actually be fired when bad stuff happens (#319340).
2484
2485 2006-02-17  Wim Taymans  <wim@fluendo.com>
2486
2487         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2488         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2489         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2490         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2491         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2492         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2493         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2494         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2495         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2496         (gst_ring_buffer_clear):
2497         Small cleanups.
2498         Added some G_LIKELY.
2499
2500 2006-02-17  Wim Taymans  <wim@fluendo.com>
2501
2502         * gst-libs/gst/audio/TODO:
2503         Update TODO
2504
2505         * gst-libs/gst/audio/gstbaseaudiosink.c:
2506         (gst_base_audio_sink_get_offset):
2507         When trying to play samples ASAP and we don't have a
2508         previous sample, try to play at position 0 instead of
2509         an invalid position.
2510
2511 2006-02-17  Wim Taymans  <wim@fluendo.com>
2512
2513         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
2514         (gst_alsasink_reset):
2515         Also release lock when we get an error in _reset();
2516         fix an error message.
2517
2518 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2519
2520         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2521         (gst_alsasink_init), (get_channel_free_structure),
2522         (caps_add_channel_configuration), (gst_alsasink_getcaps),
2523         (gst_alsasink_close):
2524         * ext/alsa/gstalsasink.h:
2525           Add support for more than 2 channels (#326720).
2526
2527 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2528
2529         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2530           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
2531           with 4 or 6 channels, assume a default channel layout to make things
2532           work (not sure there's anything else we can do in those cases).
2533
2534 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2535
2536         * gst-libs/gst/audio/multichannel.c:
2537           Minor docs fix.
2538
2539         * gst-libs/gst/riff/Makefile.am:
2540         * gst-libs/gst/riff/riff-ids.h:
2541         * gst-libs/gst/riff/riff-media.c:
2542         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
2543           Add support for WAVEFORMATEX, eg. PCM audio with more than two
2544           channels and a channel layout map.
2545           
2546 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
2547
2548         Reviewed by Edward Hervey  <edward@fluendo.com>
2549
2550         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
2551         C-level optimization of the RGBA nearest neighbour function.
2552         Eventually this might end up in liboil with vectorized versions.
2553
2554 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2555
2556         * gst-libs/gst/audio/multichannel.c:
2557         (gst_audio_get_channel_positions):
2558           When we have more than 2 channels, but no channel layout is
2559           specified in the caps, return some default channel layout
2560           to the caller and warn about about a possibly buggy element
2561           (could be buggy filtercaps as well of course) (#317038).
2562
2563 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2564
2565         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2566           Add gst-libs/gst/cdda to list of lib search paths.
2567
2568 2006-02-15  Andy Wingo  <wingo@pobox.com>
2569
2570         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
2571         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
2572         to the Lord Jesus that I do not have to touch the ogg muxer ever
2573         again.
2574
2575 2006-02-15  Edward Hervey  <edward@fluendo.com>
2576
2577         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2578         quicktime movie files can also contain 'uuid' atoms.
2579
2580 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
2581
2582         * gst/audioconvert/plugin.c: (plugin_init):
2583           Register the GstAudioChannelPosition enum type with the type
2584           system in the plugin_init function, so that it is known before
2585           any element actually makes use of multi-channel stuff. This is
2586           required for example if one wants to be able to deserialise/use
2587           a caps string with channel positions before any pipeline has
2588           been setup and started, like with gst-launch.
2589
2590 2006-02-14  Wim Taymans  <wim@fluendo.com>
2591
2592         * gst-libs/gst/audio/gstringbuffer.c:
2593         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
2594         (gst_ring_buffer_samples_done), (wait_segment),
2595         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
2596         Add some compiler G_(UN_)LIKELY help.
2597         SIGNAL the ringbuffer waiters when going to PAUSED as well to
2598         make sure they can exit their functions. Should fix #330748
2599
2600 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2601
2602         * Makefile.am:
2603         * configure.ac:
2604         * win32/MANIFEST:
2605         * win32/common/_stdint.h:
2606           Windows does not have long long; copy the generated _stdint.h
2607         * win32/common/interfaces-enumtypes.c:
2608         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2609         (gst_mixer_track_flags_get_type),
2610         (gst_tuner_channel_flags_get_type):
2611         * win32/common/multichannel-enumtypes.c:
2612         (gst_audio_channel_position_get_type):
2613           update
2614
2615 2006-02-13  Wim Taymans  <wim@fluendo.com>
2616
2617         * gst-libs/gst/audio/gstbaseaudiosink.c:
2618         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
2619         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2620         Always sync on first sample we receive when starting.
2621
2622 2006-02-13  Wim Taymans  <wim@fluendo.com>
2623
2624         * gst/playback/gstplaybin.c: (gen_vis_element):
2625         Update vis bin docs.
2626         Move queue after tee so we don't queue video buffers but
2627         audio samples instead. Fixes problems where the video queue
2628         is filled and the audio queue empty.
2629
2630 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
2631
2632         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2633           No need to push an EOS event here, GstBaseSrc will do that for us
2634           when we return FLOW_UNEXPECTED.
2635           
2636 2006-02-12  Wim Taymans  <wim@fluendo.com>
2637
2638         * gst-libs/gst/audio/gstbaseaudiosink.c:
2639         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
2640         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
2641         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2642         Use scale functions when possible.
2643         Fix error messages.
2644         Free clockid when after waiting for EOS.
2645         Use G_(UN_)LIKLY when it makes sense.
2646         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
2647
2648 2006-02-12  Edward Hervey  <edward@fluendo.com>
2649
2650         * gst/playback/gstplaybasebin.c: (prepare_output): 
2651         Remove stray semi-colon (fixes #330888).
2652
2653 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
2654
2655         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
2656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
2657         Fix up the XShm call testing so that we catch errors, and don't
2658         cause new ones by attempting to detach from a segment we failed
2659         to attach to. Fixes #312439.
2660
2661 2006-02-10  Edward Hervey  <edward@fluendo.com>
2662
2663         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2664         Added flv file typefind (video/x-flv).
2665
2666 2006-02-10  Edward Hervey  <edward@fluendo.com>
2667
2668         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2669         (gst_riff_create_video_template_caps):
2670         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
2671         Also added the caps to the default set of riff video caps.
2672
2673 2006-02-09  Andy Wingo  <wingo@pobox.com>
2674
2675         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
2676         time and the end time of the last packet in the page.
2677         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
2678         on the pages in our queue, set the duration as well. Reflow a
2679         debug statement.
2680         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
2681         Fixes bad muxing order.
2682
2683 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2684
2685         * gst-libs/gst/rtp/gstbasertppayload.c:
2686         (gst_basertppayload_setcaps), (gst_basertppayload_push):
2687           update seqnum before setting it on the packet; this makes sure
2688           that the timestamp and seqnum properties match after pushing
2689           a buffer
2690
2691 2006-02-09  Andy Wingo  <wingo@pobox.com>
2692
2693         * gst-libs/gst/audio/gstringbuffer.c
2694         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
2695         overflow after 13.5 hours of recording. Kapow!
2696
2697         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
2698         the buffer size -- we don't care about underrun/overrun reporting
2699         right now, just need to return a useful value.
2700
2701 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
2702
2703         * configure.ac:
2704           Back to CVS
2705
2706 === release 0.10.3 ===
2707
2708 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
2709
2710         * configure.ac:
2711           releasing 0.10.3, "Under Pressure"
2712
2713 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2714
2715         * configure.ac:
2716         Drat. Bump libtool version number for new API.
2717         Prelease 0.10.2.3 (of 0.10.3)
2718
2719 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2720
2721         * configure.ac:
2722         * win32/common/config.h:
2723         0.10.2.2 prerelease (of 0.10.3).
2724
2725 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2726
2727         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
2728           Revert Andy's newsegment change pending a more correct
2729           fix.
2730
2731 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2732
2733         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2734         (qt_type_find), (plugin_init):
2735           detect more files as 3gp
2736           group and reorder the iso file formats
2737
2738 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2739
2740         * ext/vorbis/vorbis.c: (plugin_init):
2741           Register musicbrainz tags, so apps don't have to.
2742
2743 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2744
2745         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
2746         (gst_tag_to_vorbis_tag):
2747           Make sure we called gst_tag_register_musicbrainz_tags()
2748           before possibly mapping a vorbiscomment string from/to a
2749           musicbrainz tag.
2750
2751 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
2754           In case we can't find the required number of consecutive
2755           mpeg audio frames to positively identify an MPEG audio
2756           stream, check if there's at least a valid mpeg audio
2757           frame right at offset 0 and if so suggest mpeg/audio
2758           caps with a very low probability (#153004).
2759
2760 2006-02-07  Andy Wingo  <wingo@pobox.com>
2761
2762         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
2763         a TIME segment if we get timestamped buffers. Requires recent
2764         fixes in core to work properly.
2765
2766 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2767
2768         * gst/playback/gstplaybasebin.c: (prepare_output):
2769           Don't print the URI as part of the error message, it
2770           makes error dialogs look rather ugly, especially if
2771           the URI is very long or has characters in it that
2772           need escaping.
2773
2774 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2775
2776         * gst/playback/gstplaybasebin.c: (prepare_output):
2777           Error out if we have only text or subtitles, but nothing
2778           else. Also error out if we have subtitles but no video
2779           stream.
2780
2781 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2782
2783         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2784           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
2785           Post an error message on the bus when we encounter an
2786           error, which will hopefully be more meaningful than the
2787           'Internal Flow Error' message users get to see if we
2788           just return GST_FLOW_ERROR.
2789
2790 2006-02-07  Andy Wingo  <wingo@pobox.com>
2791
2792         * configure.ac (GST_MAJORMINOR): Update core version req to
2793         0.10.2.2, for the collectpads API addition (#330244).
2794
2795 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
2796
2797         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2798           Return FALSE from plugin_init() when GnomeVFS can't
2799           be initialised for some reason (#328423).
2800
2801 2006-02-06  Julien MOUTTE  <julien@moutte.net>
2802
2803         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
2804         Stick to seeking theory until i find the bug.
2805         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
2806
2807 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
2808
2809         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2810         (theora_enc_finalize), (theora_enc_sink_setcaps),
2811         (theora_set_header_on_caps), (theora_enc_chain),
2812         (theora_enc_change_state):
2813         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2814           Make theoraenc and the tests leak free. Like, really.
2815
2816 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
2817
2818         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2819         (theora_enc_finalize), (theora_enc_sink_setcaps):
2820           Add a finalize method to ensure we clean up state even if
2821           someone omitted the state change back to NULL.
2822
2823         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
2824         (gst_vorbisenc_chain):
2825           Free some more leaked bits.
2826
2827         * tests/check/pipelines/theoraenc.c: (start_pipeline),
2828         (stop_pipeline):
2829           Wait for state changes to happen if they're ASYNC.
2830
2831           This ought to teach those fancy pants buildbots a lesson.
2832
2833 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
2834
2835         * gst-libs/gst/tag/gstid3tag.c:
2836           Add mapping for ID3 International Standard Recording Code
2837           tag "TSRC"
2838
2839 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
2840
2841         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
2842           Don't leak tag names.
2843
2844 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2845
2846         * docs/libs/gst-plugins-base-libs-docs.sgml:
2847         * docs/libs/gst-plugins-base-libs-sections.txt:
2848         * gst-libs/gst/tag/gstid3tag.c:
2849         * gst-libs/gst/tag/gstvorbistag.c:
2850         * gst-libs/gst/tag/tags.c:
2851           Split libgsttag docs into multiple sections.
2852
2853 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2854
2855         * docs/libs/Makefile.am:
2856         * docs/libs/gst-plugins-base-libs-docs.sgml:
2857         * docs/libs/gst-plugins-base-libs-sections.txt:
2858         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
2859         * gst-libs/gst/tag/gstvorbistag.c:
2860         * gst-libs/gst/tag/tag.h:
2861         * gst-libs/gst/tag/tags.c:
2862           Add libgsttag to the docs.
2863
2864 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2865
2866         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
2867         (gst_text_overlay_init), (gst_text_overlay_src_event),
2868         (gst_text_overlay_collected): Fix clockoverlay.
2869
2870 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2871
2872         * docs/libs/compiling.sgml:
2873           Fix typo: it's pkg-config, not pkg-gconfig
2874
2875         * docs/libs/gst-plugins-base-libs-docs.sgml:
2876         * docs/libs/gst-plugins-base-libs-sections.txt:
2877         * docs/libs/tmpl/gstgconf.sgml:
2878           There is no libgstgconf in 0.10, remove it
2879           from the docs.
2880
2881 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2882
2883         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
2884         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2885         (gst_text_overlay_src_event), (gst_text_overlay_collected):
2886         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2887         (gst_sub_parse_class_init), (gst_sub_parse_init),
2888         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
2889         (parse_mpsub), (parser_state_init), (handle_buffer),
2890         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
2891         * gst/subparse/gstsubparse.h: Introduce seeking code.
2892
2893 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2894
2895         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2896           Add comment about LANGUAGE tag inconsistency (we want
2897           ISO-639-1, but extract three-letter identifiers?)
2898
2899         * po/POTFILES.in:
2900           Add two translatable files.
2901
2902 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2903
2904         * gst-libs/gst/tag/Makefile.am:
2905         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2906         * gst-libs/gst/tag/tag.h:
2907         * gst-libs/gst/tag/tags.c:
2908         (gst_tag_register_musicbrainz_tags_internal),
2909         (gst_tag_register_musicbrainz_tags):
2910           Forward-port some tags stuff from the 0.8 branch. This is
2911           mostly the addition of musicbrainz tags and their mapping
2912           to vorbistags, and a vorbistag mapping of the language tag.
2913
2914 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2915
2916         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
2917         refactoring.
2918
2919 2006-02-04  David Schleef  <ds@schleef.org>
2920
2921         * ext/ogg/gstoggmux.c:
2922         * gst/typefind/gsttypefindfunctions.c:
2923           Add Dirac typefinding and add dirac format to oggmux.
2924
2925 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
2926
2927         * gst/playback/gstdecodebin.c: (try_to_link_1):
2928           Don't put essential function call into
2929           g_return_*() macro, otherwise it'll all be
2930           replaced by NOOPs when compiling with
2931           G_DISABLE_CHECKS defined.
2932
2933 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
2934
2935         * ext/ogg/gstoggdemux.c:
2936         * ext/ogg/gstoggparse.c:
2937         * gst/tcp/gsttcpserversink.c:
2938         * sys/v4l/v4lsrc_calls.c:
2939         * sys/v4l/v4lsrc_calls.h:
2940         Just make it compile with --disable-gst-debug.
2941
2942 2006-02-03  Wim Taymans  <wim@fluendo.com>
2943
2944         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2945         (gst_alsasink_class_init), (gst_alsasink_init),
2946         (gst_alsasink_write), (gst_alsasink_reset):
2947         * ext/alsa/gstalsasink.h:
2948         Add lock to protect alsa calls.
2949         Implement reset to flush samples ASAP, does not work
2950         with dmix though.
2951
2952 2006-02-02  Wim Taymans  <wim@fluendo.com>
2953
2954         * gst-libs/gst/audio/gstbaseaudiosink.c:
2955         (gst_base_audio_sink_provide_clock):
2956         Ugh.. getting late I guess...
2957
2958 2006-02-02  Wim Taymans  <wim@fluendo.com>
2959
2960         * gst-libs/gst/audio/gstbaseaudiosink.c:
2961         (gst_base_audio_sink_provide_clock),
2962         (gst_base_audio_sink_set_property),
2963         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
2964         Don't try to provide a clock when we are not negotiated since
2965         we might not be able to make it run.
2966
2967 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
2968
2969         * gst/playback/gstdecodebin.c: (try_to_link_1):
2970           Unlinking two source pads is ... hard.
2971
2972 2006-02-02  Wim Taymans  <wim@fluendo.com>
2973
2974         * gst-libs/gst/audio/TODO:
2975         Updated.
2976
2977         * gst-libs/gst/audio/gstbaseaudiosink.c:
2978         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
2979         On EOS, wait till the last sample is played before posting EOS.
2980
2981 2006-02-01  Philippe Kalaf <burger at speedy dot org>
2982
2983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2984           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
2985           setting queue_delay to zero. Also avoid thread being started if
2986           queue_delay is zero.
2987
2988 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2989
2990         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
2991           Make test work again by connecting fakesinks to each decoded pad,
2992           which makes the pipeline wait until each fakesink has a buffer
2993           queued before going to PAUSED state. At that point we know the
2994           decodebin pads are negotiated.
2995
2996 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2997
2998         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
2999         (gst_cdda_base_src_handle_event):
3000         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3001           Pass unhandled queries to the parent class's query function.
3002
3003 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3004
3005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
3006         (gst_ogg_pad_src_query):
3007         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3008         * ext/theora/theoradec.c: (theora_dec_src_query),
3009         (theora_dec_sink_query):
3010         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3011         (vorbis_dec_sink_query):
3012         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3013         (gst_vorbisenc_sink_query):
3014         * gst/adder/gstadder.c: (gst_adder_query):
3015           Pass unhandled queries upstream instead of just
3016           dropping them (#326447). Also, fix supported
3017           query types list for some elements.
3018
3019 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3020
3021         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
3022         (paris_type_find), (ilbc_type_find), (plugin_init):
3023           Fix typefinding for audio/x-au, audio/x-paris and
3024           audio/iLBC-sh. We cannot use the START_WITH macros
3025           here, because there can only be one typefind factory
3026           with the same name (caps), so the second one would
3027           replace the first one and the first one would never
3028           be called when doing typefinding (see #161712).
3029           
3030
3031 2006-01-31  Wim Taymans  <wim@fluendo.com>
3032
3033         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3034         (vorbis_handle_header_packet), (vorbis_dec_push),
3035         (vorbis_handle_data_packet):
3036         Use scale_int when we can, add some more scaling.
3037         Check packettype before parsing it.
3038
3039 2006-01-31  Wim Taymans  <wim@fluendo.com>
3040
3041         * ext/theora/theoradec.c: (_theora_granule_time),
3042         (theora_dec_src_convert), (theora_dec_sink_convert):
3043         Call right _scale functions.
3044         Use parameter instead of some other random value.
3045
3046 2006-01-31  Wim Taymans  <wim@fluendo.com>
3047
3048         * ext/theora/theoradec.c: (_theora_granule_frame),
3049         (_theora_granule_time), (_inc_granulepos),
3050         (theora_dec_src_convert), (theora_dec_sink_convert),
3051         (theora_handle_type_packet), (theora_handle_data_packet),
3052         (theora_dec_chain):
3053         Use higher precision timestamps calculation.
3054         Convert some other conversions to _scale.
3055
3056 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
3057
3058         * gst/audiotestsrc/gstaudiotestsrc.c:
3059         (gst_audio_test_src_create_sine_table), (plugin_init):
3060         * gst/volume/gstvolume.c: (plugin_init):
3061           initialize gst_controller before using
3062
3063 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3064
3065         * tests/check/pipelines/theoraenc.c:
3066         * tests/check/pipelines/vorbisenc.c:
3067         Define constant using G_GINT64_CONSTANT to avoid errors when
3068         passing it around - otherwise it gets truncated to 32 bits.
3069
3070         Fixes failing tests.
3071
3072 2006-01-31  Andy Wingo  <wingo@pobox.com>
3073
3074         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
3075         caps being set doesn't have a framerate value. Basically a stopgap
3076         measure.
3077
3078         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
3079         technically correct enough to put into core though.
3080         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
3081         DURATION. Fixes theoraenc ! oggmux.
3082
3083         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
3084         fraction, not double.
3085
3086 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
3087
3088         * win32/vs7:
3089         add vs7 project files created by Sergey Scobich
3090
3091 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
3092
3093         * win32/vs8:
3094         add vs8 project files created by Sergey Scobich
3095         
3096 2006-01-30  Andy Wingo  <wingo@pobox.com>
3097
3098         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
3099         timestamp + duration, not just timestamp -- ogg pages should be
3100         ordered by stop time. Necessary fix given the change in vorbis
3101         timestamps.
3102
3103         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
3104         (gst_theora_enc_init): Pull the granule shift out of the encoder.
3105         (granulepos_add): New function, handles the messiness of adjusting
3106         granulepos values.
3107         (theora_buffer_from_packet):
3108         (theora_enc_chain):
3109         (theora_enc_sink_event): Use granulepos_add, not +.
3110
3111         * tests/check/pipelines/theoraenc.c
3112         (check_buffer_granulepos_from_starttime): Just check the frame
3113         count, not the actual granulepos -- we can't dictate to the
3114         encoder when it should be placing keyframes.
3115
3116 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3117
3118         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3119           SERVICE_NOT_AVAILABLE happens for example when you're trying to
3120           play an http:// stream from a server that's not serving
3121
3122 2006-01-30  Andy Wingo  <wingo@pobox.com>
3123
3124         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
3125         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
3126         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
3127         available.
3128
3129         * ext/theora/gsttheoraenc.h:
3130         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
3131         although theoraenc was timestamping correctly. Added handling of
3132         streams that start with nonzero timestamps.
3133
3134         * tests/check/Makefile.am:
3135         * tests/check/pipelines/theoraenc.c: New file, basically does same
3136         tests as vorbisenc.
3137
3138         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
3139
3140 2006-01-30  Wim Taymans  <wim@fluendo.com>
3141
3142         * gst-libs/gst/audio/gstaudiosink.c:
3143         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
3144         (gst_audioringbuffer_pause):
3145         Implement pause that does not wait for completion.
3146
3147         * gst-libs/gst/audio/gstbaseaudiosink.c:
3148         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3149         Don't drop buffers when going to PAUSED but perform preroll on
3150         remaining samples now that core base class supports this.
3151
3152         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
3153         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
3154         (gst_ring_buffer_commit):
3155         Pause should not signal waiters.
3156         Implement return value of _commit correctly.
3157
3158 2006-01-30  Andy Wingo  <wingo@pobox.com>
3159
3160         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
3161
3162         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
3163         updated to timestamp from the first sample, not the last.
3164         (gst_vorbisenc_buffer_from_header_packet): New function, takes
3165         special care of granulepos and timestamp for header packets.
3166         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
3167         when the first buffer has a nonzero timestamp.
3168
3169         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
3170         (GstVorbisEnc.subgranule_offset): New members. Take care of the
3171         case when the first audio buffer we get has a nonzero timestamp.
3172         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
3173         properly timestamp vorbis buffers with the time of the first
3174         sample, not the last.
3175         
3176         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
3177         vorbis_granule_time_copy -- now it takes the granule/subgranule
3178         offset into account.
3179
3180         * tests/check/pipelines/vorbisenc.c: New test for correctness of
3181         timestamps, durations, and granulepos on buffers produced by
3182         vorbisenc.
3183
3184 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
3185
3186         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3187         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3188           Patch from Eric Jonas to support conversions to/from UYVY 
3189           (Fixes: #324626)
3190
3191 2006-01-30  Julien MOUTTE  <julien@moutte.net>
3192
3193         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
3194         (setup_subtitle), (setup_source), (set_active_source):
3195         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3196         (gen_text_element), (gen_audio_element), (gen_vis_element),
3197         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3198
3199 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
3200
3201         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3202         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3203                 use gst_guint64_to_gdouble to be compliant with vs6
3204         * gst/playback/gstdecodebin.c: (try_to_link_1)
3205         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3206                 use G_GINT64_CONSTANT for int64 constants
3207         * win32/common/libgstinterfaces.def:
3208                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3209         * win32/vs6:
3210                 update and add new project files
3211                 
3212 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3213
3214         * Makefile.am:
3215         * win32/MANIFEST:
3216         * win32/common/interfaces-enumtypes.c:
3217         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3218         (gst_mixer_track_flags_get_type),
3219         (gst_tuner_channel_flags_get_type):
3220         * win32/common/interfaces-enumtypes.h:
3221         * win32/common/multichannel-enumtypes.c:
3222         (gst_audio_channel_position_get_type):
3223         * win32/common/multichannel-enumtypes.h:
3224           add a win32-update rule like in core, and copy over enumtypes files
3225
3226 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3227
3228         * win32/MANIFEST:
3229         * win32/common/config.h:
3230         * win32/common/config.h.in:
3231           add config files just like in core
3232
3233 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
3234
3235         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3236           Make gcc-4.1 happy (part of #327357).
3237
3238 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3239
3240         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3241         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3242         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3243         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3244         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3245         (gst_alsasrc_unprepare), (gst_alsasrc_read):
3246           Update all error messages.  All of them should either use
3247           the default translated message, or actually provide a
3248           translatable string.
3249           Make the string for channel count problems meaningful.
3250
3251 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3252
3253         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3254           check for and throw RESOURCE_BUSY
3255
3256 2006-01-27  David Schleef  <ds@schleef.org>
3257
3258         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3259           checked in this change -- it requires liboil features not
3260           in 0.3.6.  Revert parts.
3261
3262 2006-01-27  David Schleef  <ds@schleef.org>
3263
3264         * REQUIREMENTS:
3265         * configure.ac: update liboil requirement to 0.3.6
3266         * gst/videoscale/Makefile.am:
3267         * gst/videoscale/vs_scanline.c: liboilify
3268
3269 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3270
3271         * ext/libvisual/visual.c: (get_buffer):
3272           When pad_alloc returns a GstFlowReturn other
3273           than GST_FLOW_OK, make sure it is passed upstream.
3274
3275 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3276
3277         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3278         (gst_alsasink_class_init):
3279           Free the device name string.
3280
3281         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3282         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3283         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3284           Don't remove a pad from the collectpads structure until it
3285           is released - it's a request pad, and may receive data again
3286           if the element gets moved back to PLAYING state.
3287
3288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3289           Ensure we turn on double buffering on the Xv port, and
3290           set the colour key to something dark and mysterious that
3291           isn't black.
3292
3293 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3294
3295         * ext/alsa/gstalsaplugin.c: (plugin_init):
3296         * ext/cdparanoia/gstcdparanoiasrc.c:
3297         (gst_cd_paranoia_src_base_init), (plugin_init):
3298         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3300           - a library should not call setlocale. see "Libraries" node in
3301             gettext manual
3302           - make sure all plugins that use translation do bindtextdomain
3303             to point to the localedir
3304         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3305         (setup_sinks), (plugin_init):
3306           all this, and check for NULL when creating sinks
3307
3308 2006-01-27  Julien MOUTTE  <julien@moutte.net>
3309
3310         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3311         (plugin_init): Make typefinding of subtitles work again.
3312
3313 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3316         (mp3_type_frame_length_from_header), (mp3_type_find),
3317         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3318         (plugin_init):
3319           Backport a bunch of typefinding fixes from the 0.8 branch.
3320           Also, improve wavpack typefinding: if we can't peek the
3321           entire wavpack block, try to parse the bits we can get and
3322           see if we find what we're looking for in those.
3323
3324 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3325
3326         * sys/ximage/ximagesink.c:
3327         (gst_ximagesink_calculate_pixel_aspect_ratio):
3328         * sys/xvimage/xvimagesink.c:
3329         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3330         more cases of pixel aspect ratio.
3331
3332 2006-01-26  Edward Hervey  <edward@fluendo.com>
3333
3334         * gst/playback/gstdecodebin.c: (pad_probe):
3335         Also consider the flush-start and tag events as unblockers
3336         for the pad probes.
3337
3338 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3339
3340         * gst/playback/gstplaybin.c: (gst_play_bin_init),
3341         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3342         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
3343         On the fly visualisation switch, works disabling, enabling as
3344         well but it won't be able to enable vis in a playbin that was
3345         created with no visualisation.
3346
3347 2006-01-25  Wim Taymans  <wim@fluendo.com>
3348
3349         * gst-libs/gst/audio/gstbaseaudiosink.c:
3350         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3351         Undo previous commit that returned WRONG_STATE sooner, it breaks 
3352         resume after pause.
3353
3354 2006-01-25  Wim Taymans  <wim@fluendo.com>
3355
3356         * gst-libs/gst/audio/gstbaseaudiosink.c:
3357         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3358         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3359         Improve debugging.
3360         Post error when caps cannot be parsed.
3361         Resync on discontinuity in the stream.
3362         Clip samples to segment boundaries.
3363         return WRONG_STATE sooner when we are flushing.
3364
3365         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3366         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3367         Make audiosrc operate in TIME.
3368         Set TIMESTAMP and DURATION on buffers.
3369
3370 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3371
3372         * tests/examples/seek/seek.c: (main):
3373           Output tag messages as well.
3374
3375 2006-01-23  Edward Hervey  <edward@fluendo.com>
3376
3377         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3378         (free_pad_probes), (remove_fakesink), (pad_probe),
3379         (close_pad_link), (gst_decode_bin_change_state):
3380         Replace GstPadBlockCallback with pad probes that detect
3381         first buffer AND eos before removing fakesink.
3382         Fixes hang with demuxers doing EOS while pre-rolling.
3383         Solves #328279
3384
3385 2006-01-23  Andy Wingo  <wingo@pobox.com>
3386
3387         * ext/alsa/gstalsasink.c:
3388         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3389         (gst_base_rtp_depayload_setcaps),
3390         (gst_base_rtp_depayload_add_to_queue),
3391         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3392         
3393         Patch by: Jens Granseuer <jensgr at gmx dot net>
3394
3395 2006-01-22  Julien MOUTTE  <julien@moutte.net>
3396
3397         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3398         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3399         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
3400         frames. We might get a frame destroyed after changing state to
3401         NULL, adding a safety check on xcontext.
3402
3403 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3404
3405         * gst-libs/gst/interfaces/xoverlay.c:
3406           Fix prepare-xwindow-id code example in the docs - we need to
3407           ignore all messages that aren't element messages as well.
3408           
3409 2006-01-21  Julien MOUTTE  <julien@moutte.net>
3410
3411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3412           I think one day i'll completely undestand how caps negotiation
3413           is supposed to work. This refactoring handles buffer_alloc
3414           called with caps we can't handle. We definitely don't want a
3415           set_caps with those caps, so we define and allocate a buffer
3416           we would like to receive.
3417
3418 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3419
3420         * gst/playback/gstplaybasebin.c: (setup_source):
3421           Free iterator when done.
3422
3423 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
3424
3425         * gst-libs/gst/audio/gstbaseaudiosink.c:
3426         (gst_base_audio_sink_render):
3427           Fix playback of non-synchronised streams by assuming a rate
3428           of 1.0 instead of a random one.
3429
3430           Makes this work again:
3431
3432           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3433           endianness=(int)4321, signed=(boolean)true, width=(int)16,
3434           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3435           audioresample ! alsasink
3436
3437 === release 0.10.2 ===
3438
3439 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
3440
3441         * configure.ac:
3442           releasing 0.10.2, "Then the devil is six"
3443
3444 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
3445
3446         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3447         * gst/playback/gststreamselector.c:
3448         (gst_stream_selector_set_property):
3449           Comment out broken code that connects to the state-changed signal.
3450           At this point, changing current stream selection is broken, but 
3451           stuff like gst-launch playbin current-audio=1 works and filters
3452           to the chosen stream.
3453
3454 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3455
3456         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3457           Fix #327216 (null dereference in vorbisdec)
3458
3459 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3460
3461         * ext/theora/theoradec.c: (theora_handle_comment_packet):
3462           Post taglist actually on bus instead of just freeing it
3463           (fixes #327114 and totem bug #327080).
3464
3465         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3466           Use gst_element_found_tags_for_pad(), so that the tags
3467           are sent downstream as an event as well.
3468
3469 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3470
3471         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3472         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3473         (gst_ximagesink_buffer_alloc):
3474         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3475         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3476         (gst_xvimagesink_buffer_alloc):
3477           move all regularly occurring messages to GST_LOG level
3478           add some more object logs
3479
3480 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3481
3482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3483           fix a silly segfault
3484
3485 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
3486
3487         * docs/libs/gst-plugins-base-libs-docs.sgml:
3488         * docs/libs/gst-plugins-base-libs-sections.txt:
3489         * gst-libs/gst/audio/mixerutils.c:
3490         * gst-libs/gst/audio/mixerutils.h:
3491           Add docs for mixerutils stuff.
3492
3493 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
3494
3495         * gst/playback/gstplaybasebin.c: (setup_source):
3496           Fix playback for sources that emit raw audio or
3497           raw video streams (e.g.: cd audio sources) (#325984).
3498
3499 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3500
3501         * gst-libs/gst/audio/mixerutils.c:
3502         (gst_audio_mixer_filter_do_filter):
3503           actually save the element we create
3504
3505 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         * gst-libs/gst/cdda/gstcddabasesrc.c:
3508         (gst_cdda_base_src_handle_track_seek):
3509           No need to post a tag message on the bus when seeking
3510           within the same track, only post it when the current
3511           track changes.
3512
3513 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3514
3515         * gst/playback/gstplaybasebin.c: (group_destroy),
3516         (probe_triggered), (new_decoded_pad), (mute_group_type),
3517         (set_active_source):
3518         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3519         * gst/playback/gststreamselector.c:
3520         (gst_stream_selector_base_init),
3521         (gst_stream_selector_set_property),
3522         (gst_stream_selector_request_new_pad):
3523           Reenable stream selection. These mechanisms need a complete overhaul
3524           in the face of 0.8->0.10 changes though.
3525
3526 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3527
3528         * ext/ogg/gstoggdemux.c:
3529           Change the pad template to src_%d to match the pads that 
3530           are created from it. decodebin needs this information in order
3531           to decide that oggdemux is capable of producing multiple pads
3532           (and hence needs queues inserted).
3533
3534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3535         (gst_ogg_mux_collected):
3536           Make debug output more useful by using GST_PTR_FORMAT.
3537
3538 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3539
3540         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3541
3542         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3543           Set depth and width for alaw/mulaw (fixes #326601).
3544
3545 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3546
3547         * tests/icles/Makefile.am:
3548           don't build the tests if we don't have the libs
3549
3550 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3551
3552         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
3553         (gst_cd_paranoia_paranoia_callback):
3554           Don't try to free NULL pointers.
3555
3556 2006-01-10  Edward Hervey  <edward@fluendo.com>
3557
3558         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
3559         (gst_audio_rate_change_state), (plugin_init):
3560         Add debugging category.
3561         Fix type issues.
3562         Add case for incoming buffers without valid offset/offset_end.
3563
3564 2006-01-10  Michael Smith  <msmith@fluendo.com>
3565
3566         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
3567           Don't leak GCond in audio sources.
3568
3569 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
3570
3571         * gst/playback/gstplaybin.c: (gen_audio_element):
3572           Don't leak an autoaudiosink/alsasink when we generate
3573           a new audio element. (old code, I guess)
3574
3575 2006-01-10  Michael Smith  <msmith@fluendo.com>
3576
3577         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
3578           Support float audio in audiorate.
3579           Use width rather than depth for selecting sample width.
3580
3581 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3582
3583         * gst/videotestsrc/videotestsrc.h:
3584           Use GLib types here (that way we don't have to include the
3585           generated _stdint.h header, which makes life easier for win32
3586           folks that don't use autotools for the build) (#325990, patch
3587           by: Sergey Scobich).
3588
3589 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3590
3591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3592         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3593         (gst_ring_buffer_pause), (wait_segment):
3594         * gst-libs/gst/audio/gstringbuffer.h:
3595           Name (private) union, makes Forte compiler happy (this time
3596           for real) (#324900).
3597
3598 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3599
3600         * gst-libs/gst/audio/Makefile.am:
3601           Link against libgstinterfaces, needed for mixer
3602           and property probe stuff.
3603
3604 2006-01-09  Edward Hervey  <edward@fluendo.com>
3605
3606         * gst-libs/gst/Makefile.am:
3607
3608 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3609
3610         * gst-libs/gst/audio/Makefile.am:
3611         * gst-libs/gst/audio/mixerutils.c:
3612         (gst_audio_mixer_filter_do_filter),
3613         (gst_audio_mixer_filter_check_element),
3614         (gst_audio_mixer_filter_probe_feature),
3615         (element_factory_rank_compare_func),
3616         (gst_audio_default_registry_mixer_filter):
3617         * gst-libs/gst/audio/mixerutils.h:
3618           Add gst_audio_default_registry_mixer_filter() utility
3619           function.
3620
3621 2006-01-03  Michael Smith  <msmith@fluendo.com>
3622
3623         * gst/audioresample/resample.h:
3624           As before, but for o_buf
3625
3626 2006-01-03  Michael Smith  <msmith@fluendo.com>
3627
3628         * gst/audioresample/resample.h:
3629           Declare struct _ResampleState.buffer as unsigned char *, not void *,
3630           since we do arithmetic on it.
3631
3632 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
3633
3634         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3635         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3636         (gst_ring_buffer_pause), (wait_segment):
3637         * gst-libs/gst/audio/gstringbuffer.h:
3638           Sun's Forte compiler doesn't seem to like anonymous structs,
3639           so use same setup as in GstBaseSrc (fixes #324900).
3640
3641 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
3642
3643         * configure.ac:
3644         * gst/volume/Makefile.am:
3645         * gst/volume/demo.c:
3646           move old example to tests/examples/volume/volune.c
3647         * tests/examples/Makefile.am:
3648         * tests/examples/seek/seek.c: (main):
3649           change window-close event from "delete-event" to "destroy"
3650         * tests/examples/volume/Makefile.am:
3651         * tests/examples/volume/volume.c: (value_changed_callback),
3652         (setup_gui), (message_received), (eos_message_received), (main):
3653           fix event handling and bus usage
3654
3655 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
3656
3657         * gst/audiotestsrc/gstaudiotestsrc.c:
3658         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
3659         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
3660         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
3661         (gst_audio_test_src_create_square),
3662         (gst_audio_test_src_create_saw),
3663         (gst_audio_test_src_create_triangle),
3664         (gst_audio_test_src_create_silence),
3665         (gst_audio_test_src_create_white_noise),
3666         (gst_audio_test_src_create_pink_noise),
3667         (gst_audio_test_src_init_sine_table),
3668         (gst_audio_test_src_create_sine_table),
3669         (gst_audio_test_src_change_wave),
3670         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
3671         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
3672         * gst/audiotestsrc/gstaudiotestsrc.h:
3673           update to basesrc changes, implement segmented seeking and eos
3674           handling, add a 'sine-tab' waveform for performance critical playback
3675
3676 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3677
3678         * po/POTFILES.in:
3679           ... and this time the other modified file that I missed last time.
3680
3681 2005-12-29  Michael Smith  <msmith@fluendo.com>
3682
3683         * gst/playback/gstdecodebin.c: (new_pad):
3684           Fix non-C89 variable declaration not at the start of a block. Should
3685           help some compilers.
3686
3687 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3688
3689         * tests/check/Makefile.am:
3690           And now fix 'make distcheck' (builddir != srcdir)
3691
3692 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3693
3694         * configure.ac:
3695         * ext/cdparanoia/Makefile.am:
3696         * ext/cdparanoia/gstcdparanoia.c:
3697         * ext/cdparanoia/gstcdparanoia.h:
3698         * ext/cdparanoia/gstcdparanoiasrc.c:
3699         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
3700         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
3701         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
3702         (gst_cd_paranoia_paranoia_callback),
3703         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
3704         (gst_cd_paranoia_src_set_property),
3705         (gst_cd_paranoia_src_get_property), (plugin_init):
3706         * ext/cdparanoia/gstcdparanoiasrc.h:
3707           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
3708           plugin again (there are still fixes required to playbin to make
3709           cdda:// uris work there).
3710
3711 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3712
3713         * tests/check/Makefile.am:
3714           Fix test case compilation.
3715
3716 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3717
3718         * gst-libs/gst/cdda/gstcddabasesrc.c:
3719         (gst_cdda_base_src_update_duration),
3720         (gst_cdda_base_src_calculate_cddb_id):
3721           An integer is not a string. Fix access to uninitialised variable.
3722
3723         * tests/check/Makefile.am:
3724           Add cddabasesrc unit test; also actually enable the vorbis test.
3725
3726         * tests/check/generic/states.c:
3727           Blacklist new cd audio elements as well.
3728
3729         * tests/check/libs/cddabasesrc.c:
3730           Unit test for GstCddaBaseSrc (discid calculation mostly).
3731
3732 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * docs/libs/Makefile.am:
3735         * docs/libs/gst-plugins-base-libs-docs.sgml:
3736         * docs/libs/gst-plugins-base-libs-sections.txt:
3737         * docs/libs/gst-plugins-base-libs.types:
3738           Add docs for libgstcdda/GstCddaBaseSrc.
3739
3740         * gst-libs/gst/interfaces/mixertrack.h:
3741           Do one struct member per line with a semicolon at the end, that way
3742           even gtk-doc might parse it without complaining.
3743
3744 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
3745
3746         * configure.ac:
3747         * gst-libs/gst/Makefile.am:
3748         * gst-libs/gst/cdda/Makefile.am:
3749         * gst-libs/gst/cdda/base64.c:
3750         * gst-libs/gst/cdda/base64.h:
3751         * gst-libs/gst/cdda/gstcddabasesrc.c:
3752         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
3753         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
3754         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
3755         (gst_cdda_base_src_get_property),
3756         (gst_cdda_base_src_get_track_from_sector),
3757         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
3758         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
3759         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
3760         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
3761         (gst_cdda_base_src_uri_get_protocols),
3762         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
3763         (gst_cdda_base_src_uri_handler_init),
3764         (gst_cdda_base_src_setup_interfaces),
3765         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
3766         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
3767         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
3768         (gst_cdda_base_src_add_tags),
3769         (gst_cdda_base_src_add_index_associations),
3770         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
3771         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
3772         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
3773         (gst_cdda_base_src_create):
3774         * gst-libs/gst/cdda/gstcddabasesrc.h:
3775         * gst-libs/gst/cdda/sha1.c:
3776         * gst-libs/gst/cdda/sha1.h:
3777           Add new libgstcdda with GstCddaBaseSrc class.
3778
3779 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
3780
3781         * ext/gnomevfs/gstgnomevfssink.h:
3782           Use GstBaseSinkClass as parent_class member for class struct, not
3783           GstBaseSink.
3784
3785 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
3786
3787         Patch by: Michael Benes
3788
3789         * gst/videotestsrc/gstvideotestsrc.c:
3790         (gst_video_test_src_class_init), (gst_video_test_src_start):
3791           Add start method to reset running time and number of frames sent
3792           when starting up (fixes #324696)
3793
3794 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
3795
3796         * docs/plugins/Makefile.am:
3797         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3798         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3799         * docs/plugins/gst-plugins-base-plugins.args:
3800         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3801         * docs/plugins/gst-plugins-base-plugins.signals:
3802           Add docs stuff for gnomevfssrc and gnomevfssink.
3803
3804         * ext/gnomevfs/gstgnomevfssrc.c:
3805           Fix example pipeline in gtk-doc blurb.
3806
3807 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
3808
3809         * ext/gnomevfs/Makefile.am:
3810         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
3811         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
3812         (gst_gnome_vfs_handle_get_type), (plugin_init):
3813         * ext/gnomevfs/gstgnomevfs.h:
3814         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
3815         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
3816         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
3817         (gst_gnome_vfs_sink_set_property),
3818         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
3819         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
3820         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
3821         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
3822         (gst_gnome_vfs_sink_uri_get_type),
3823         (gst_gnome_vfs_sink_uri_get_protocols),
3824         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
3825         (gst_gnome_vfs_sink_uri_handler_init):
3826         * ext/gnomevfs/gstgnomevfssink.h:
3827           Port gnomevfssink; add gtk-doc blurb.
3828
3829         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
3830         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
3831         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
3832         (gst_gnome_vfs_src_uri_get_type),
3833         (gst_gnome_vfs_src_uri_get_protocols),
3834         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
3835         (gst_gnome_vfs_src_uri_handler_init),
3836         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
3837         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
3838         (gst_gnome_vfs_src_send_additional_headers_callback),
3839         (gst_gnome_vfs_src_received_headers_callback),
3840         (gst_gnome_vfs_src_push_callbacks),
3841         (gst_gnome_vfs_src_pop_callbacks),
3842         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
3843         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
3844         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
3845         * ext/gnomevfs/gstgnomevfssrc.h:
3846           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
3847           file; add gtk-doc blurb with example pipelines.
3848
3849 === release 0.10.1 ===
3850
3851 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
3852
3853         * configure.ac:
3854           releasing 0.10.1, "Dobro Dedek"
3855
3856 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
3857
3858         * gst/typefind/gsttypefindfunctions.c:
3859         iLBC30 and iLBC20 added to typefind.
3860
3861 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3862
3863         * gst-libs/gst/audio/gstbaseaudiosink.c:
3864         (gst_base_audio_sink_class_init):
3865         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3866         (gst_base_audio_src_class_init):
3867           update strings, values are in microseconds
3868           change the default sink buffer time to something that is smaller
3869           (to help software volume mixing have a slightly lower delay) but
3870           still be acceptable on Wim's laptop
3871
3872 2005-12-20  Edward Hervey  <edward@fluendo.com>
3873
3874         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
3875         Made a quack, forgot to add DUCK to the riff video template.
3876
3877 2005-12-19  Edward Hervey  <edward@fluendo.com>
3878
3879         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
3880         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3881         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3882         (gst_ogm_parse_chain):
3883         Make sure pads are initialized correctly.
3884         * gst-libs/gst/riff/riff-ids.h:
3885         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3886         (gst_riff_create_video_template_caps):
3887         Add a whole bunch of FOURCC <=> MimeType.
3888         Extend the riff video pad template to support the newly added fourcc.
3889
3890 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
3891
3892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
3893         (gst_ogg_demux_activate_chain):
3894           Extra debug output when activating/deactivating chains.
3895
3896         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3897         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
3898         (unlinked):
3899           Remove a queue from our list when it becomes unlinked.
3900           Don't add queues to elements in class 'Demux' if they
3901           can only produce one pad 
3902
3903 2005-12-18  Julien MOUTTE  <julien@moutte.net>
3904
3905         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
3906         (gst_video_sink_get_type): Add a debug category.
3907
3908 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
3909
3910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3911         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
3912           Handle downstream newsegment by sending our own newsegment before the
3913           next buffer to be released. (#323900)
3914
3915 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
3916
3917         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3918         (gst_base_rtp_depayload_set_gst_timestamp):
3919           add queue delay to new segment as well (as opposed to just the first
3920           buffer). (bug #322347)
3921
3922 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
3923
3924         * ext/libvisual/visual.c: (make_valid_name):
3925           change some char* into char[]
3926         * gst/audiotestsrc/gstaudiotestsrc.c:
3927         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
3928         (gst_audio_test_src_create):
3929         * gst/audiotestsrc/gstaudiotestsrc.h:
3930           prepare to handle EOS and SEGMENT_DONE
3931
3932 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3933
3934         * tests/check/generic/states.c: (GST_START_TEST):
3935           Blacklist cdparanoia element in state test.
3936
3937 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939           Patch by: Benjamin Pineau
3940
3941         * gst/tcp/gsttcp.c:
3942         * gst/tcp/gsttcpclientsink.c:
3943         * gst/tcp/gsttcpserversink.c:
3944         * gst/tcp/gsttcpserversrc.c:
3945           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
3946
3947 2005-12-15  Michael Smith  <msmith@fluendo.com>
3948
3949         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
3950         (gst_video_rate_chain):
3951           Fix timestamping for videorate when the first buffer it sees has a
3952           non-zero timestamp. Fix some misleading debug output.
3953
3954 2005-12-15  Michael Smith  <msmith@fluendo.com>
3955
3956         * gst/audioresample/gstaudioresample.c:
3957           Don't leak all input buffers to audioresample.
3958
3959 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3960
3961         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
3962           Don't operate on empty text buffers. Strip newlines and
3963           tabs only from the end of the text, but leave them intact
3964           in the middle. Fix typo in gtk-doc description.
3965
3966 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3967
3968         * gst/playback/gstplaybasebin.c:
3969         * gst/playback/gstplaybin.c: (handoff):
3970           Make sure the video frame buffer we return to apps via the
3971           "frame" property always has caps set on it. Modify
3972           _gst_gvalue_set_object() macro to handle NULL objects
3973           gracefully too.
3974
3975 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
3976
3977         * gst/audiotestsrc/gstaudiotestsrc.c:
3978         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3979         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
3980         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
3981         (gst_audio_test_src_create):
3982         * gst/audiotestsrc/gstaudiotestsrc.h:
3983         Adjust to some recent api changes and add wtays new cool seeking
3984         capabillities
3985
3986 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3987
3988         * ext/alsa/Makefile.am:
3989         * ext/alsa/gstalsadeviceprobe.c:
3990         * ext/alsa/gstalsadeviceprobe.h:
3991           Helper functions to add device probing via the GstPropertyProbe
3992           interface to a class.
3993
3994         * ext/alsa/gstalsamixer.h:
3995           Comment out GST_ALSA_MIXER, it returns a struct that's not
3996           used.
3997
3998         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3999           Add some debug info. 
4000
4001         * ext/alsa/gstalsamixerelement.c:
4002         (gst_alsa_mixer_element_interface_supported),
4003         (gst_implements_interface_init),
4004         (gst_alsa_mixer_element_init_interfaces),
4005         (gst_alsa_mixer_element_class_init),
4006         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4007         (gst_alsa_mixer_element_set_property),
4008         (gst_alsa_mixer_element_get_property),
4009         (gst_alsa_mixer_element_change_state):
4010         * ext/alsa/gstalsamixerelement.h:
4011           Add 'device' and 'device-name' properties. Add GstPropertyProbe
4012           for device handling (gnome-volume-control will need that).
4013
4014 2005-12-12  Christian Schaller  <uraeus@gnome.org>
4015
4016         * ext/Makefile.am: fix cdparanoia entry
4017         * gst-plugins-base.spec.in: add cdparanoia
4018
4019 2005-12-12  Michael Smith  <msmith@fluendo.com>
4020
4021         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4022           Use the correct function to free list of typefind factories.
4023
4024 2005-12-12  Wim Taymans  <wim@fluendo.com>
4025
4026         * gst/videotestsrc/gstvideotestsrc.c:
4027         (gst_video_test_src_class_init), (gst_video_test_src_init),
4028         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
4029         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
4030         (gst_video_test_src_create):
4031         * gst/videotestsrc/gstvideotestsrc.h:
4032         Implement seeking in videotestsrc.
4033         Small cleanups.
4034
4035 2005-12-12  Wim Taymans  <wim@fluendo.com>
4036
4037         * ext/cdparanoia/Makefile.am:
4038         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4039         (gst_paranoia_endian_get_type), (_do_init),
4040         (cdparanoia_class_init), (cdparanoia_init),
4041         (cdparanoia_set_property), (cdparanoia_get_property),
4042         (cdparanoia_do_seek), (cdparanoia_is_seekable),
4043         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
4044         (cdparanoia_convert), (cdparanoia_get_query_types),
4045         (cdparanoia_query), (cdparanoia_set_index),
4046         (cdparanoia_uri_set_uri):
4047         * ext/cdparanoia/gstcdparanoia.h:
4048         Partially ported cdparanoia now that basesrc can support a
4049         plugin like this..
4050
4051 2005-12-12  Wim Taymans  <wim@fluendo.com>
4052
4053         * tests/examples/seek/scrubby.c: (main):
4054         Set higher priority for bus events so they don't get reordered with
4055         gtk gui events.
4056
4057         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4058         (flush_toggle_cb), (main):
4059         Added checkbox to disable flushing seeks. 
4060         Disable scrubbing when doing non flushing seeks.
4061
4062 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
4063
4064         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
4065         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
4066         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
4067         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
4068           Implement some sort of event handling that doesn't rely on
4069           g_return_if_fail; make sure we always push the last chunk of an 
4070           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
4071           state change function; remove some old cruft. Seeking is still
4072           rather unlikely to work though.
4073
4074         * tools/.cvsignore:
4075           Ignore more.
4076
4077 2005-12-11  Julien MOUTTE  <julien@moutte.net>
4078
4079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
4080         Fixed a leak of the current image reference when cleaning up.
4081         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
4082
4083 2005-12-09  Michael Smith  <msmith@fluendo.com>
4084
4085         * tools/Makefile.am:
4086         * tools/gst-launch-ext-m.m:
4087           Remove gst-launch-ext. It doesn't work, and is no longer
4088           particularly useful.
4089
4090 2005-12-08  Luca Ognibene  <luogni@tin.it>
4091
4092         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4093           don't pass random values to ogmparse convert function.
4094           Make seeking possible in the exile1.ogm file.
4095
4096 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
4097
4098         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4099         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4100           Work around refcount problem with g_value_set_object() that occur
4101           if the core has been compiled against GLib-2.6 (g_value_set_object()
4102           will only g_object_ref() the element, but the caller will
4103           gst_object_unref() it and bad things will happen due to the way
4104           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
4105           totem for people on FC4 using Thomas's 0.10 RPMs.
4106           
4107 2005-12-07  Edward Hervey  <edward@fluendo.com>
4108
4109         Time to welcome ogm to 0.10 :)
4110         
4111         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
4112         (gst_ogg_pad_typefind):
4113         Oggdemux can now properly typefind elements with dynamic pads.
4114         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4115         Properly set caps on src pad, and set caps on outgoing buffers.
4116
4117 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4118
4119         * ext/alsa/gstalsamixer.h:
4120         * ext/alsa/gstalsamixerelement.h:
4121         * ext/alsa/gstalsamixeroptions.h:
4122         * ext/alsa/gstalsamixertrack.h:
4123         * ext/alsa/gstalsasink.c:
4124         * ext/alsa/gstalsasink.h:
4125         * ext/alsa/gstalsasrc.c:
4126         * ext/alsa/gstalsasrc.h:
4127         * ext/cdparanoia/gstcdparanoia.h:
4128         * ext/gnomevfs/gstgnomevfsuri.h:
4129         * ext/ogg/gstoggdemux.c:
4130         * ext/ogg/gstoggmux.c:
4131         * ext/pango/gsttextoverlay.h:
4132         * ext/theora/theoradec.c:
4133         * ext/theora/theoraenc.c:
4134         * ext/vorbis/vorbisdec.h:
4135         * ext/vorbis/vorbisenc.c:
4136         * ext/vorbis/vorbisenc.h:
4137         * ext/vorbis/vorbisparse.h:
4138         * gst-libs/gst/audio/gstaudioclock.h:
4139         * gst-libs/gst/audio/gstaudiosink.c:
4140         * gst-libs/gst/audio/gstaudiosink.h:
4141         * gst-libs/gst/audio/gstaudiosrc.c:
4142         * gst-libs/gst/audio/gstaudiosrc.h:
4143         * gst-libs/gst/audio/gstbaseaudiosink.c:
4144         * gst-libs/gst/audio/gstbaseaudiosink.h:
4145         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4146         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4147         * gst-libs/gst/audio/gstringbuffer.h:
4148         * gst-libs/gst/audio/multichannel.h:
4149         * gst-libs/gst/floatcast/floatcast.h:
4150         * gst-libs/gst/interfaces/colorbalance.c:
4151         * gst-libs/gst/interfaces/colorbalance.h:
4152         * gst-libs/gst/interfaces/colorbalancechannel.h:
4153         * gst-libs/gst/interfaces/mixer.h:
4154         * gst-libs/gst/interfaces/mixeroptions.h:
4155         * gst-libs/gst/interfaces/mixertrack.h:
4156         * gst-libs/gst/interfaces/navigation.h:
4157         * gst-libs/gst/interfaces/propertyprobe.h:
4158         * gst-libs/gst/interfaces/tuner.h:
4159         * gst-libs/gst/interfaces/tunerchannel.h:
4160         * gst-libs/gst/interfaces/tunernorm.h:
4161         * gst-libs/gst/interfaces/xoverlay.h:
4162         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4163         * gst-libs/gst/riff/riff-ids.h:
4164         * gst-libs/gst/riff/riff-media.h:
4165         * gst-libs/gst/riff/riff-read.h:
4166         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4167         * gst-libs/gst/rtp/gstbasertppayload.c:
4168         * gst-libs/gst/rtp/gstbasertppayload.h:
4169         * gst-libs/gst/rtp/gstrtpbuffer.c:
4170         * gst-libs/gst/rtp/gstrtpbuffer.h:
4171         * gst-libs/gst/tag/gsttageditingprivate.h:
4172         * gst-libs/gst/tag/gstvorbistag.c:
4173         (gst_tag_list_from_vorbiscomment_buffer):
4174         * gst-libs/gst/tag/tag.h:
4175         * gst-libs/gst/video/video.h:
4176         * gst/adder/gstadder.c:
4177         * gst/adder/gstadder.h:
4178         * gst/audioconvert/audioconvert.c:
4179         * gst/audioconvert/audioconvert.h:
4180         * gst/audioconvert/gstaudioconvert.c:
4181         * gst/audioconvert/gstchannelmix.c:
4182         * gst/audioconvert/gstchannelmix.h:
4183         * gst/audiorate/gstaudiorate.c:
4184         * gst/audioresample/buffer.h:
4185         * gst/audioresample/functable.h:
4186         * gst/audioresample/gstaudioresample.c:
4187         * gst/audioresample/resample.h:
4188         * gst/ffmpegcolorspace/avcodec.h:
4189         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4190         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4191         * gst/ffmpegcolorspace/imgconvert.c:
4192         * gst/ffmpegcolorspace/imgconvert_template.h:
4193         * gst/playback/gstdecodebin.c:
4194         * gst/playback/gstplaybasebin.h:
4195         * gst/playback/gstplaybin.c:
4196         * gst/playback/gststreaminfo.h:
4197         * gst/tcp/gstfdset.c:
4198         * gst/tcp/gstfdset.h:
4199         * gst/tcp/gstmultifdsink.c:
4200         * gst/tcp/gstmultifdsink.h:
4201         * gst/tcp/gsttcp.h:
4202         * gst/tcp/gsttcpclientsrc.c:
4203         * gst/tcp/gsttcpclientsrc.h:
4204         * gst/tcp/gsttcpplugin.h:
4205         * gst/tcp/gsttcpserversink.c:
4206         * gst/tcp/gsttcpserversrc.c:
4207         * gst/typefind/gsttypefindfunctions.c:
4208         * gst/videorate/gstvideorate.c:
4209         * gst/videotestsrc/gstvideotestsrc.h:
4210         * gst/videotestsrc/videotestsrc.h:
4211         * sys/v4l/gstv4lcolorbalance.h:
4212         * sys/v4l/gstv4ltuner.h:
4213         * sys/v4l/gstv4lxoverlay.h:
4214         * sys/v4l/v4l_calls.h:
4215         * sys/v4l/videodev_mjpeg.h:
4216         * tests/check/elements/audioconvert.c:
4217         * tests/check/elements/audioresample.c:
4218         * tests/check/elements/audiotestsrc.c:
4219         * tests/check/elements/videotestsrc.c:
4220         * tests/check/elements/volume.c:
4221         * tests/examples/seek/scrubby.c:
4222         * tests/examples/seek/seek.c:
4223           expand tabs
4224
4225 === release 0.10.0 ===
4226
4227 2005-12-05   <thomas (at) apestaart (dot) org>
4228
4229         * configure.ac:
4230           releasing 0.10.0, "Mont-d'or"
4231
4232 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4233
4234         * tests/examples/seek/Makefile.am:
4235         Build fix for when gtk is not available.
4236
4237 2005-12-05  Andy Wingo  <wingo@pobox.com>
4238
4239         * ext/libvisual/visual.c: (get_buffer):
4240         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4241         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4242         * ext/theora/theoradec.c: (theora_handle_data_packet):
4243         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4244         (theora_enc_chain):
4245         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4246         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4247         Update for alloc_buffer changes.
4248
4249 2005-12-05  Andy Wingo  <wingo@pobox.com>
4250
4251         patch by: Kai Vehmanen <kv2004 eca cx>
4252         
4253         * gst-libs/gst/rtp/gstbasertpdepayload.c
4254         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4255
4256 2005-12-04  Andy Wingo  <wingo@pobox.com>
4257
4258         patch by: Sebastien Cote <sebas642 yahoo ca>
4259         
4260         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4261         Fixes #319172.
4262
4263 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
4264
4265         * docs/plugins/Makefile.am:
4266         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4267         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4268         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4269         * ext/pango/gstclockoverlay.c:
4270         * ext/pango/gsttextoverlay.c: 
4271         * ext/pango/gsttextrender.c:
4272         * ext/pango/gsttimeoverlay.c:
4273           Add gtk-doc blurbs to pango elements.
4274
4275 2005-12-02  Wim Taymans  <wim@fluendo.com>
4276
4277         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4278         * gst/audioresample/buffer.h:
4279         * gst/audioresample/gstaudioresample.c:
4280         * gst/audioresample/gstaudioresample.h:
4281         * gst/audioresample/resample.c: (resample_input_flush),
4282         (resample_input_pushthrough), (resample_input_eos),
4283         (resample_get_output_size_for_input),
4284         (resample_get_input_size_for_output), (resample_get_output_size),
4285         (resample_get_output_data):
4286         * gst/audioresample/resample.h:
4287         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4288         Fix audioresample, seek torture, new segments, reverse negotiation
4289         etc.. work fine.
4290
4291 2005-12-02  Wim Taymans  <wim@fluendo.com>
4292
4293         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4294         Small cleanups.
4295
4296 2005-12-02  Wim Taymans  <wim@fluendo.com>
4297
4298         * gst/audioconvert/gstaudioconvert.c:
4299         (gst_audio_convert_transform):
4300         Post errors.
4301
4302 === release 0.9.7 ===
4303
4304 2005-12-01   <thomas (at) apestaart (dot) org>
4305
4306         * configure.ac:
4307           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4308
4309 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4310
4311         * Makefile.am:
4312         * po/hu.po:
4313         * win32/MANIFEST:
4314         * win32/gst.sln:
4315           add win32 MANIFEST file
4316           do something to the hungarian translation
4317
4318 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
4319
4320         * ext/Makefile.am:
4321           Add $(PANGO_DIR) to SUBDIRS
4322
4323         * ext/pango/gstclockoverlay.c:
4324         * ext/pango/gsttimeoverlay.c:
4325           Fix and improve element descriptions.
4326
4327 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4328
4329         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4330         * docs/plugins/inspect/plugin-libvisual.xml:
4331         * docs/plugins/inspect/plugin-pango.xml:
4332           add pango plugin to docs
4333
4334 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4335
4336         * configure.ac:
4337         * ext/Makefile.am:
4338           moved pango to base
4339
4340 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4341
4342         * configure.ac:
4343         * tests/Makefile.am:
4344         * tests/icles/.cvsignore:
4345         * tests/icles/Makefile.am:
4346         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4347         (close_display), (resize_window), (move_window), (create_window),
4348         (terminate_playback), (pause_playback), (start_playback), (main):
4349           add stress test for xoverlay from Julien
4350
4351 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4352
4353         * docs/libs/tmpl/gstcolorbalance.sgml:
4354         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4355         * gst-libs/gst/rtp/gstbasertppayload.c:
4356         * gst-libs/gst/rtp/gstrtpbuffer.c:
4357         * gst-libs/gst/rtp/gstrtpbuffer.h:
4358           Do burger's rename for rtp payloaders and depayloaders
4359
4360 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4361
4362         * win32/:
4363           add Visual Studio 6 build files
4364
4365 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4366
4367         * docs/libs/gst-plugins-base-libs-docs.sgml:
4368         * docs/libs/gst-plugins-base-libs-sections.txt:
4369         * docs/libs/tmpl/gstaudio.sgml:
4370         * docs/libs/tmpl/gstringbuffer.sgml:
4371         * gst-libs/gst/interfaces/xoverlay.c:
4372         * gst-libs/gst/video/gstvideofilter.c:
4373         * gst-libs/gst/video/gstvideosink.c:
4374           update documentation
4375
4376 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4377
4378         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4379         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4380         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4381         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4382         (gst_multi_fd_sink_get_stats),
4383         (gst_multi_fd_sink_remove_client_link),
4384         (gst_multi_fd_sink_handle_client_read),
4385         (gst_multi_fd_sink_client_queue_data),
4386         (gst_multi_fd_sink_client_queue_caps),
4387         (gst_multi_fd_sink_client_queue_buffer),
4388         (gst_multi_fd_sink_new_client),
4389         (gst_multi_fd_sink_handle_client_write),
4390         (gst_multi_fd_sink_recover_client),
4391         (gst_multi_fd_sink_queue_buffer),
4392         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4393         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4394         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4395         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4396         * gst/tcp/gstmultifdsink.h:
4397         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4398         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4399         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4400         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4401         (gst_tcp_client_sink_set_property),
4402         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4403         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4404         * gst/tcp/gsttcpclientsink.h:
4405         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4406         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4407         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4408         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4409         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4410         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4411         * gst/tcp/gsttcpclientsrc.h:
4412         * gst/tcp/gsttcpplugin.c: (plugin_init):
4413         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4414         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4415         (gst_tcp_server_sink_finalize),
4416         (gst_tcp_server_sink_handle_server_read),
4417         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4418         (gst_tcp_server_sink_set_property),
4419         (gst_tcp_server_sink_get_property),
4420         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4421         * gst/tcp/gsttcpserversink.h:
4422         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4423         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4424         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4425         (gst_tcp_server_src_set_property),
4426         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4427         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4428         * gst/tcp/gsttcpserversrc.h:
4429           more borgifying
4430
4431 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4432
4433         * docs/plugins/Makefile.am:
4434         * docs/plugins/gst-plugins-base-plugins.args:
4435         * docs/plugins/inspect/plugin-libvisual.xml:
4436         * gst/audioconvert/plugin.h:
4437         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4438         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4439         (gst_audio_rate_setcaps), (gst_audio_rate_init),
4440         (gst_audio_rate_chain), (gst_audio_rate_set_property),
4441         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4442         (plugin_init):
4443         * gst/audiotestsrc/gstaudiotestsrc.c:
4444         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4445         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4446         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4447         (gst_audio_test_src_get_query_types),
4448         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4449         (gst_audio_test_src_create_square),
4450         (gst_audio_test_src_create_saw),
4451         (gst_audio_test_src_create_triangle),
4452         (gst_audio_test_src_create_silence),
4453         (gst_audio_test_src_create_white_noise),
4454         (gst_audio_test_src_init_pink_noise),
4455         (gst_audio_test_src_generate_pink_noise_value),
4456         (gst_audio_test_src_create_pink_noise),
4457         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4458         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4459         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4460         (plugin_init):
4461         * gst/audiotestsrc/gstaudiotestsrc.h:
4462         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4463         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4464         (gst_sub_parse_init), (gst_sub_parse_formats),
4465         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4466         (convert_encoding), (get_next_line),
4467         (gst_sub_parse_data_format_autodetect),
4468         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4469         (gst_sub_parse_loop), (gst_sub_parse_chain),
4470         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4471         (plugin_init):
4472         * gst/subparse/gstsubparse.h:
4473         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4474         (gst_video_rate_base_init), (gst_video_rate_class_init),
4475         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4476         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4477         (gst_video_rate_init), (gst_video_rate_event),
4478         (gst_video_rate_chain), (gst_video_rate_set_property),
4479         (gst_video_rate_get_property), (gst_video_rate_change_state),
4480         (plugin_init):
4481         * gst/videoscale/gstvideoscale.c:
4482         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4483         (gst_video_scale_src_template_factory),
4484         (gst_video_scale_sink_template_factory),
4485         (gst_video_scale_get_type), (gst_video_scale_base_init),
4486         (gst_video_scale_class_init), (gst_video_scale_init),
4487         (gst_video_scale_set_property), (gst_video_scale_get_property),
4488         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4489         (gst_video_scale_prepare_size), (parse_caps),
4490         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4491         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4492         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4493         (plugin_init):
4494         * gst/videoscale/gstvideoscale.h:
4495         * gst/videotestsrc/gstvideotestsrc.c:
4496         (gst_video_test_src_pattern_get_type),
4497         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4498         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4499         (gst_video_test_src_set_pattern),
4500         (gst_video_test_src_set_property),
4501         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
4502         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
4503         (gst_video_test_src_event), (gst_video_test_src_get_times),
4504         (gst_video_test_src_create), (plugin_init):
4505         * gst/videotestsrc/gstvideotestsrc.h:
4506         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
4507         (gst_video_test_src_smpte), (gst_video_test_src_snow),
4508         (gst_video_test_src_black):
4509         * gst/videotestsrc/videotestsrc.h:
4510           borgify further
4511           clean up docs a little
4512
4513 2005-11-30  Wim Taymans  <wim@fluendo.com>
4514
4515         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4516         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4517         (gst_basertppayload_event), (gst_basertppayload_push),
4518         (gst_basertppayload_change_state):
4519         * gst-libs/gst/rtp/gstbasertppayload.h:
4520         closed #320644.
4521
4522 2005-11-30  Julien MOUTTE  <julien@moutte.net>
4523
4524         * docs/libs/gst-plugins-base-libs-docs.sgml:
4525         * docs/libs/gst-plugins-base-libs-sections.txt:
4526         * gst-libs/gst/video/gstvideofilter.c:
4527         * gst-libs/gst/video/gstvideosink.c:
4528         * gst-libs/gst/video/gstvideosink.h: Adding docs.
4529
4530 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4531
4532         * LICENSE:
4533           move
4534         * po/af.po:
4535         * po/az.po:
4536         * po/cs.po:
4537         * po/en_GB.po:
4538         * po/hu.po:
4539         * po/it.po:
4540         * po/nb.po:
4541         * po/nl.po:
4542         * po/or.po:
4543         * po/sq.po:
4544         * po/sr.po:
4545         * po/sv.po:
4546         * po/uk.po:
4547         * po/vi.po:
4548         * Makefile.am:
4549           update
4550         * scripts/autoplugins.sh:
4551           remove
4552
4553 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4554
4555         * Makefile.am:
4556         * configure.ac:
4557         * examples/Makefile.am:
4558         * examples/capsfilter/Makefile.am:
4559         * examples/capsfilter/capsfilter1.c:
4560         * examples/gob/Makefile.am:
4561         * examples/gob/gst-identity2.gob:
4562         * examples/indexing/.cvsignore:
4563         * examples/indexing/Makefile.am:
4564         * examples/indexing/indexmpeg.c:
4565         * examples/seeking/.cvsignore:
4566         * examples/seeking/Makefile.am:
4567         * examples/seeking/cdparanoia.c:
4568         * examples/seeking/cdplayer.c:
4569         * examples/seeking/chained.c:
4570         * examples/seeking/scrubby.c:
4571         * examples/seeking/seek.c:
4572         * examples/stats/Makefile.am:
4573         * examples/stats/mp2ogg.c:
4574         * examples/switch/.cvsignore:
4575         * examples/switch/Makefile.am:
4576         * examples/switch/switcher.c:
4577         * tests/Makefile.am:
4578         * tests/check/generic/.cvsignore:
4579         * tests/check/pipelines/.cvsignore:
4580         * tests/examples/Makefile.am:
4581         * tests/examples/seek/Makefile.am:
4582           reorganize stuff under tests/
4583
4584 2005-11-30  Edward Hervey  <edward@fluendo.com>
4585
4586         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4587         Go away you stupid GstStaticPadTemplate memleak.
4588
4589 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4590
4591         * gst-libs/gst/net/Makefile.am:
4592         * gst-libs/gst/net/README:
4593         * gst-libs/gst/net/gstnetbuffer.c:
4594         * gst-libs/gst/net/gstnetbuffer.h:
4595           this was moved to "netbuffer"
4596
4597 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4598
4599         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
4600         (gst_video_filter_class_init), (gst_video_filter_init):
4601         * gst-libs/gst/video/gstvideofilter.h:
4602           borgify name to bring in line with other classes
4603
4604 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4605
4606         * gst/audioscale/.cvsignore:
4607         * gst/audioscale/Makefile.am:
4608         * gst/audioscale/README:
4609         * gst/audioscale/audioscale.vcproj:
4610         * gst/audioscale/dtof.c:
4611         * gst/audioscale/dtos.c:
4612         * gst/audioscale/functable.c:
4613         * gst/audioscale/gstaudioscale.c:
4614         * gst/audioscale/gstaudioscale.h:
4615         * gst/audioscale/private.h:
4616         * gst/audioscale/resample.c:
4617         * gst/audioscale/resample.h:
4618         * gst/audioscale/test.c:
4619           remove
4620
4621 2005-11-30  Edward Hervey  <edward@fluendo.com>
4622
4623         * gst-libs/gst/netbuffer/Makefile.am:
4624         really, really tired
4625
4626 2005-11-30  Edward Hervey  <edward@fluendo.com>
4627
4628         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4629         Update for new GstTypeFindFactory _register()
4630
4631 2005-11-30  Edward Hervey  <edward@fluendo.com>
4632
4633         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
4634         Let's not override libgstnet from core for no reason...
4635         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
4636         Ok, maybe not so quick next time.
4637
4638 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4639
4640         * configure.ac:
4641         * gst-libs/gst/Makefile.am:
4642           moved gst-libs/gst/net to netbuffer through CVS surgery
4643           remove old directory
4644           updating build to accomodate
4645           (#322257)
4646
4647 2005-11-29  Andy Wingo  <wingo@pobox.com>
4648
4649         * pkgconfig/gstreamer-plugins-base.pc.in:
4650         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4651         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
4652         (#322257).
4653
4654 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
4655
4656         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4657         3rd time's the charm. Correct ref-counting for discarded buffers.
4658
4659 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
4660
4661         * gst/playback/gststreamselector.c:
4662         (gst_stream_selector_class_init),
4663         (gst_stream_selector_set_property),
4664         (gst_stream_selector_get_property),
4665         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4666         Fix ref-counting
4667
4668 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
4669
4670         * gst/subparse/gstsubparse.c: (feed_textbuf):
4671           Don't access already unref'ed buffer.
4672
4673 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
4674
4675         * gst/playback/gststreamselector.c:
4676         (gst_stream_selector_class_init), (gst_stream_selector_init),
4677         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
4678         (gst_stream_selector_get_property),
4679         (gst_stream_selector_get_linked_pad),
4680         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4681         * gst/playback/gststreamselector.h:
4682         Add the active-pad property for playbin to use shortly. Ignore buffers
4683         from any other pad, returning GST_FLOW_NOT_LINKED
4684
4685 2005-11-29  Julien MOUTTE  <julien@moutte.net>
4686
4687         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
4688         patch from bug #322704 (Alessandro Decina).
4689
4690 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4691
4692         * gst-libs/gst/audio/Makefile.am:
4693           folded audiofilter into the audio library
4694
4695 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4696
4697         * gst/videoscale/gstvideoscale.h:
4698         * gst/videoscale/gstvideoscale.c:
4699           remove unimplemented scale methods
4700
4701 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
4702
4703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
4704           Don't leak caps.
4705
4706 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4707
4708         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
4709         (gst_ximagesink_setcaps):
4710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4711         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
4712         happens (only visible on ximagesink but bug is in xv too) set_caps was
4713         destroying the internal x[v]image used to memcpy non locally alloced
4714         buffers so that it got renewed on next _chain. The issue is that 
4715         _expose will try to put that image as it reffed it in _put.
4716         Using gst_buffer_unref instead of destroy fixes it !
4717
4718 2005-11-28  Edward Hervey  <edward@fluendo.com>
4719
4720         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4721         (try_to_link_1), (queue_filled_cb):
4722         Better use of the queues. Start with a small size queue and only increase
4723         the size of the queues when the other queues are empty.
4724
4725 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4726
4727         * gst-libs/gst/video/Makefile.am:
4728           compile in copied-over videofilter into the video library
4729         * gst-libs/gst/video/videosink.h:
4730           rename the header to gstvideosink.h since it's a base GstObject class
4731         * sys/ximage/ximagesink.h:
4732         * sys/xvimage/xvimagesink.h:
4733           use the new header
4734
4735 2005-11-28  Wim Taymans  <wim@fluendo.com>
4736
4737         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
4738         * gst/playback/gstplaybasebin.h:
4739         Prepare to handle errors betters.
4740
4741         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
4742         Set sinks to PAUSED first before adding and linking them so that
4743         we don't interrupt dataflow.
4744
4745 2005-11-28  Wim Taymans  <wim@fluendo.com>
4746
4747         * gst-libs/gst/audio/TODO:
4748         Updated TODO
4749
4750         * gst-libs/gst/audio/gstaudiosink.c:
4751         (gst_audioringbuffer_open_device),
4752         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4753         (gst_audioringbuffer_release):
4754         Small cleanups.
4755
4756         * gst-libs/gst/audio/gstbaseaudiosink.c:
4757         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
4758         (gst_base_audio_sink_change_state):
4759         Slave to the master clock when going to PLAYING and unslave when
4760         going to PAUSED.
4761
4762         * gst-libs/gst/audio/gstringbuffer.c:
4763         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4764         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
4765         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4766         (gst_ring_buffer_clear_all), (wait_segment),
4767         (gst_ring_buffer_commit), (gst_ring_buffer_read),
4768         (gst_ring_buffer_advance):
4769         * gst-libs/gst/audio/gstringbuffer.h:
4770         Add some docs and cleanups.
4771
4772 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4773
4774         * sys/xvimage/xvimagesink.c:
4775         (gst_xvimagesink_navigation_send_event): Fix navigation events
4776         coordinates translation with pixel aspect ratios.
4777
4778 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4779
4780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4781         Use calculated video geometry from _setcaps instead of buffer
4782         caps to respect pixel aspect ratio. (fixes #322388)
4783
4784 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4785
4786         * docs/libs/tmpl/gstcolorbalance.sgml:
4787         * docs/libs/tmpl/gstmixer.sgml:
4788         * docs/libs/tmpl/gstxoverlay.sgml:
4789         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
4790         interface.
4791
4792 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4793
4794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4795         Refuse to create an XvImage if we can't find the format.
4796
4797 2005-11-28  Edward Hervey  <edward@fluendo.com>
4798
4799         * gst-libs/gst/riff/riff-media.c:
4800         (gst_riff_create_audio_template_caps):
4801         Add ATRAC3 to the list of riff-possible audio caps.
4802         I know we still don't have a plugin for atrac3, but it's saner to output
4803         that than a cryptic mimetype.
4804
4805 2005-11-27  Edward Hervey  <edward@fluendo.com>
4806
4807         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
4808         Don't try to create a zero-sized subbuffer.
4809
4810 2005-11-27  Julien MOUTTE  <julien@moutte.net>
4811
4812         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
4813         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
4814         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
4815         (gst_ximagesink_expose): Fixed a tricky race.
4816         * sys/ximage/ximagesink.h:
4817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4818         (gst_xvimagesink_expose): Fixed a tricky race.
4819         * sys/xvimage/xvimagesink.h:
4820
4821 2005-11-27  Edward Hervey  <edward@fluendo.com>
4822
4823         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4824         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
4825         Remove unused properties, and add queues between demuxers and decoders
4826         so that a lot more files can preroll properly.
4827
4828 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4829
4830         * gst-libs/gst/net/Makefile.am:
4831         * gst-libs/gst/rtp/Makefile.am:
4832         * gst-libs/gst/tag/Makefile.am:
4833           remove silly include
4834         * gst/tags/Makefile.am:
4835         * gst/tags/gsttagediting.c:
4836         * gst/tags/gsttageditingprivate.h:
4837         * gst/tags/tagedit.vcproj:
4838           remove directory, is as good as empty
4839
4840 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4841
4842         * configure.ac:
4843           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
4844         * gst-libs/Makefile.am:
4845         * gst-libs/gst/audio/Makefile.am:
4846         * gst-libs/gst/interfaces/Makefile.am:
4847         * gst-libs/gst/net/Makefile.am:
4848         * gst-libs/gst/riff/Makefile.am:
4849         * gst-libs/gst/rtp/Makefile.am:
4850         * gst-libs/gst/tag/Makefile.am:
4851         * gst-libs/gst/video/Makefile.am:
4852           and use them
4853
4854 2005-11-27  Julien MOUTTE  <julien@moutte.net>
4855
4856         * docs/libs/tmpl/gstcolorbalance.sgml:
4857         * docs/libs/tmpl/gstmixer.sgml:
4858         * docs/libs/tmpl/gstxoverlay.sgml:
4859         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
4860         * sys/ximage/ximagesink.h:
4861         * sys/xvimage/xvimagesink.h: More and more documentation.
4862
4863 2005-11-26  Julien MOUTTE  <julien@moutte.net>
4864
4865         * docs/libs/gst-plugins-base-libs-docs.sgml:
4866         * docs/libs/gst-plugins-base-libs-sections.txt:
4867         * docs/libs/tmpl/gstcolorbalance.sgml:
4868         * docs/libs/tmpl/gstmixer.sgml:
4869         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
4870         to documentation.
4871
4872 2005-11-26  Julien MOUTTE  <julien@moutte.net>
4873
4874         * docs/plugins/Makefile.am:
4875         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4876         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4877         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
4878
4879 2005-11-26  Julien MOUTTE  <julien@moutte.net>
4880
4881         * docs/plugins/Makefile.am:
4882         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4883         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4884         * docs/plugins/inspect/plugin-adder.xml:
4885         * docs/plugins/inspect/plugin-alsa.xml:
4886         * docs/plugins/inspect/plugin-audioconvert.xml:
4887         * docs/plugins/inspect/plugin-audiorate.xml:
4888         * docs/plugins/inspect/plugin-audioresample.xml:
4889         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4890         * docs/plugins/inspect/plugin-decodebin.xml:
4891         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4892         * docs/plugins/inspect/plugin-gnomevfs.xml:
4893         * docs/plugins/inspect/plugin-ogg.xml:
4894         * docs/plugins/inspect/plugin-playbin.xml:
4895         * docs/plugins/inspect/plugin-subparse.xml:
4896         * docs/plugins/inspect/plugin-tcp.xml:
4897         * docs/plugins/inspect/plugin-theora.xml:
4898         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4899         * docs/plugins/inspect/plugin-video4linux.xml:
4900         * docs/plugins/inspect/plugin-videorate.xml:
4901         * docs/plugins/inspect/plugin-videoscale.xml:
4902         * docs/plugins/inspect/plugin-videotestsrc.xml:
4903         * docs/plugins/inspect/plugin-volume.xml:
4904         * docs/plugins/inspect/plugin-vorbis.xml:
4905         * docs/plugins/inspect/plugin-ximagesink.xml:
4906         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
4907         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
4908
4909 2005-11-26  Edward Hervey  <edward@fluendo.com>
4910
4911         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
4912         Properly return GstFlowReturn from gst_pad_push in chain functions.
4913
4914 2005-11-25  Michael Smith  <msmith@fluendo.com>
4915
4916         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4917         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4918         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4919         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
4920           Handle various conditions better when we don't understand a stream.
4921           Removes a heap of CRITICALs on ogg streams containing unknown data.
4922
4923 2005-11-24  Andy Wingo  <wingo@pobox.com>
4924
4925         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
4926         Be threadsafe.
4927
4928 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4929
4930         * configure.ac: back to HEAD
4931
4932 === release 0.9.6 ===
4933
4934 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
4935
4936         * configure.ac:
4937           releasing 0.9.6, "White Eight"
4938
4939 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4940
4941         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4942         * docs/plugins/inspect/plugin-sine.xml:
4943           remove sinesrc some more
4944
4945 2005-11-23  Wim Taymans  <wim@fluendo.com>
4946
4947         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4948         If we are reading too slowly, jump forward in the ringbuffer
4949         instead of blocking.
4950
4951 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4952
4953         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4954         (gst_visual_chain):
4955         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
4956         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
4957         (gst_videorate_chain):
4958         * gst/videotestsrc/gstvideotestsrc.c:
4959         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
4960         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
4961         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
4962         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
4963         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4964         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4965           Updates for API changes
4966
4967 2005-11-23  Wim Taymans  <wim@fluendo.com>
4968
4969         * gst-libs/gst/audio/gstbaseaudiosink.c:
4970         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4971         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4972         Fix for calibration API change.
4973
4974 2005-11-23  Michael Smith <msmith@fluendo.com>
4975
4976         * gst-libs/gst/audio/multichannel.c:
4977         (gst_audio_get_channel_positions),
4978         (gst_audio_set_channel_positions),
4979         (gst_audio_set_structure_channel_positions_list),
4980         (gst_audio_fixate_channel_positions):
4981           Use gst_value_array_*() functions on value arrays, not
4982           gst_value_list_*().
4983
4984 2005-11-23  Edward Hervey  <edward@fluendo.com>
4985
4986         * autogen.sh:
4987         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
4988         Fixes autogen
4989
4990 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4991
4992         * check/Makefile.am:
4993         * check/elements/videotestsrc.c: (setup_videotestsrc),
4994         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
4995         (main):
4996           add a test for videotestsrc
4997
4998 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4999
5000         * gst/sine/.cvsignore:
5001         * gst/sine/Makefile.am:
5002         * gst/sine/gstsinesrc.c:
5003         * gst/sine/gstsinesrc.h:
5004         * gst/sine/sinesrc.vcproj:
5005           and remove sinesrc from the repository.  Closes #321446
5006
5007 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5008
5009         * configure.ac:
5010         * gst-plugins-base.spec.in:
5011           remove sinesrc from the build
5012
5013 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5014
5015         * check/Makefile.am:
5016         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5017         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
5018         (main):
5019           add a test for audiotestsrc, testing all waves.  Even seems
5020           leak-free at first glance, nice job Stefan
5021
5022 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5023
5024         * po/af.po:
5025         * po/az.po:
5026         * po/cs.po:
5027         * po/en_GB.po:
5028         * po/hu.po:
5029         * po/it.po:
5030         * po/nb.po:
5031         * po/nl.po:
5032         * po/or.po:
5033         * po/sq.po:
5034         * po/sr.po:
5035         * po/sv.po:
5036         * po/uk.po:
5037         * po/vi.po:
5038           Translation string updates
5039
5040         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5041         (gst_v4lsrc_set_caps):
5042         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5043         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5044         * sys/v4l/v4lsrc_calls.h:
5045           Improve v4lsrc, by making it work again.
5046
5047 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5048
5049         * ext/libvisual/visual.c: (gst_visual_chain):
5050           Fix the fps calculations.
5051
5052         * gst/ffmpegcolorspace/avcodec.h:
5053           Move structure element for clarity
5054
5055         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
5056         * gst-libs/gst/interfaces/tunernorm.h:
5057         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
5058         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5059         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5060         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
5061         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
5062         (gst_v4lmjpegsrc_getcaps):
5063         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5064         (gst_v4lsrc_set_caps):
5065         * sys/v4l/gstv4lsrc.h:
5066         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5067         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5068         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5069         * sys/v4l/v4lsrc_calls.h:
5070           Fractional framerates...
5071
5072 2005-11-22  Wim Taymans  <wim@fluendo.com>
5073
5074         * gst-libs/gst/audio/gstbaseaudiosink.c:
5075         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5076         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5077         And we provide a clock by default, of course...
5078
5079 2005-11-22  Wim Taymans  <wim@fluendo.com>
5080
5081         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
5082         This clock can be slaved to a master clock now.
5083
5084         * gst-libs/gst/audio/gstbaseaudiosink.c:
5085         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5086         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
5087         (gst_base_audio_sink_set_clock),
5088         (gst_base_audio_sink_set_property),
5089         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
5090         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5091         * gst-libs/gst/audio/gstbaseaudiosink.h:
5092         Handle slaving the internal clock to the clock selected in the
5093         pipeline.
5094         Add property to make the basesink not provide a clock.
5095
5096         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5097         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5098         (gst_base_rtp_depayload_wait):
5099         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5100         We can use the clock in GstElement, no need to store it ourselves.
5101
5102 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5103
5104         * docs/libs/tmpl/gstaudio.sgml:
5105           update
5106         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
5107         (gst_paranoia_endian_get_type):
5108         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
5109         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5110         * gst/audiotestsrc/gstaudiotestsrc.c:
5111         (gst_audiostestsrc_wave_get_type):
5112         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5113         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5114         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5115         (gst_sync_method_get_type), (gst_unit_type_get_type),
5116         (gst_client_status_get_type), (gst_multifdsink_class_init),
5117         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
5118         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
5119         (gst_multifdsink_get_property):
5120         * gst/tcp/gstmultifdsink.h:
5121         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
5122         * gst/videotestsrc/gstvideotestsrc.c:
5123         (gst_videotestsrc_pattern_get_type):
5124           remove deprecated properties
5125           fix up enums to correctly have short lowercase dashed nicks
5126
5127 2005-11-22  Michael Smith <msmith@fluendo.com>
5128
5129         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5130         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5131           Add underscore.
5132
5133 2005-11-22  Michael Smith <msmith@fluendo.com>
5134
5135         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5136         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5137           Use utility method for scaling clocktime for fractional framerates.
5138
5139 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
5140
5141         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5142         (gst_visual_chain):
5143         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5144         * ext/theora/theoradec.c: (theora_handle_type_packet):
5145         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5146         (theora_enc_chain):
5147         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5148         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
5149         * gst-libs/gst/video/video.h:
5150         * gst/ffmpegcolorspace/avcodec.h:
5151         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5152         (gst_ffmpeg_caps_to_pixfmt):
5153         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5154         (gst_ffmpegcsp_set_caps):
5155         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5156         (gst_videorate_setcaps), (gst_videorate_blank_data),
5157         (gst_videorate_chain):
5158         * gst/videotestsrc/gstvideotestsrc.c:
5159         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
5160         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
5161         (gst_videotestsrc_event), (gst_videotestsrc_create):
5162         * gst/videotestsrc/gstvideotestsrc.h:
5163         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5164         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5165         (gst_ximagesink_get_times), (gst_ximagesink_init):
5166         * sys/ximage/ximagesink.h:
5167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5168         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5169         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
5170         * sys/xvimage/xvimagesink.h:
5171           Convert elements to use fractions for their framerate.
5172           V4L elements to come later tonight.
5173
5174 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5175
5176         * gst-libs/gst/audio/audio.c:
5177         * gst-libs/gst/audio/audio.h:
5178           remove some deprecated functions
5179
5180 2005-11-22  Andy Wingo  <wingo@pobox.com>
5181
5182         * Update for gst_tag_setter API changes.
5183
5184 2005-11-22  Andy Wingo  <wingo@pobox.com>
5185
5186         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
5187         (gst_ogg_demux_perform_seek):
5188         * ext/theora/theoradec.c (theora_dec_sink_event):
5189         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
5190         update-funcnames.
5191
5192 2005-11-22  Wim Taymans  <wim@fluendo.com>
5193
5194         * examples/seeking/seek.c: (main):
5195         Give higher priority to bus signals than the gtk events
5196         to fix a race condition in the segment looping.
5197
5198 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         * ext/theora/Makefile.am:
5201         * ext/vorbis/Makefile.am:
5202         * gst-libs/gst/tag/Makefile.am:
5203         * gst-plugins-base.spec.in:
5204           Rename libgsttagedit to libgsttag (#322117).
5205
5206 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5210           Call gst_x_overlay_prepare_xwindow_id() to give applications
5211           a final chance to set their own xwindow id before the video
5212           sink creates its own window.
5213
5214 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5215
5216         * sys/xvimage/xvimagesink.c:
5217         (gst_xvimagesink_navigation_send_event): Handle navigation
5218         events correcly with borders if applicable.
5219
5220 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         Patch by: Luca Ognibene
5223
5224         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5225         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5227         (gst_ffmpegcsp_caps_remove_format_info):
5228         * gst/ffmpegcolorspace/imgconvert.c:
5229         * gst/ffmpegcolorspace/imgconvert_template.h:
5230           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5231           #318353); use gst_structure_has_name().
5232
5233 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5234
5235         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5236         (gst_ximagesink_class_init): Add debug macros on functions.
5237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5238         (gst_xvimagesink_xwindow_draw_borders),
5239         (gst_xvimagesink_xvimage_put),
5240         (gst_xvimagesink_xwindow_update_geometry),
5241         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5242         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5243         (gst_xvimagesink_xcontext_clear),
5244         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5245         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5246         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5247         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5248         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5249         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5250         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5251         expose while being PAUSED, out of data flow navigation events, etc..
5252
5253 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5254
5255         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5256         * gst-libs/gst/audio/audio.h:
5257           fix prototype - wondering why the test worked regardless
5258
5259 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5260
5261         * check/Makefile.am:
5262         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5263         * gst-libs/gst/audio/audio.h:
5264           add a method that returns a proper GstClockTime
5265
5266 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5267
5268         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5269         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5270         * gst-libs/gst/interfaces/xoverlay.h:
5271           Remove everything having to do with the desired size; add 
5272           gst_x_overlay_prepare_xwindow_id() function; remove the
5273           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5274           post a message on the bus instead (#321816).
5275
5276         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5278         (gst_xvimagesink_xoverlay_init):
5279           Remove desired size stuff (#321816).
5280
5281 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5282
5283         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5284         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5285         (mpeg_video_type_find), (mpeg_video_stream_type_find):
5286           Terminate vararg functions with NULL instead of 0 to 
5287           make gcc4 happy.
5288
5289 2005-11-21  Andy Wingo  <wingo@pobox.com>
5290
5291         patch by: Sebastien Cote <sebas642@yahoo.ca>
5292         
5293         * gst-libs/gst/rtp/gstrtpbuffer.h: 
5294         * gst-libs/gst/rtp/gstrtpbuffer.c
5295         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5296
5297 2005-11-21  Andy Wingo  <wingo@pobox.com>
5298
5299         * gst/playback/gstplaybin.c (gen_audio_element) 
5300         (gen_video_element): Use the new MISSING_PLUGIN core error
5301         category. Closes #320060.
5302
5303         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
5304         * gst/videorate/gstvideorate.c (gst_videorate_event):
5305         * ext/theora/theoradec.c (theora_dec_sink_event): 
5306         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5307         stream lock.
5308
5309         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5310         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5311         stream lock changes.
5312
5313 2005-11-21  Wim Taymans  <wim@fluendo.com>
5314
5315         * gst-libs/gst/audio/gstbaseaudiosink.c:
5316         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5317         (gst_base_audio_sink_provide_clock),
5318         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5319         (gst_base_audio_sink_change_state):
5320         * gst/audioresample/gstaudioresample.c:
5321         Segment update fix.
5322
5323 2005-11-21  Andy Wingo  <wingo@pobox.com>
5324
5325         * *.h:
5326         * *.c: Ran scripts/update-macros. Oh yes.
5327
5328 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5329
5330         * sys/ximage/Makefile.am:
5331         * sys/ximage/ximage.c:
5332           Rename ximage plugin to ximagesink (#321426) (Don't forget to
5333           remove your old libgstximage.* manually if necessary).
5334
5335 2005-11-21  Michael Smith <msmith@fluendo.com>
5336
5337         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5338           Minimal fix for bug #320200: set the min/max bitrate in the correct
5339           units. A better fix would be to upgrade to the RATEMANAGE2
5340           interface, rather than using the deprecated interface used here, but
5341           that would require an update in our libvorbis dependency (to 1.1),
5342           which is probably undesirable.
5343
5344 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
5345
5346         * ext/libvisual/visual.c: (get_buffer):
5347         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5348         (gst_base_audio_src_fixate):
5349         * gst/audioconvert/gstaudioconvert.c:
5350         (gst_audio_convert_fixate_caps):
5351         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5352         * gst/audiotestsrc/gstaudiotestsrc.c:
5353         (gst_audiotestsrc_src_fixate):
5354         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5355         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5356         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5357         * gst/videotestsrc/gstvideotestsrc.c:
5358         (gst_videotestsrc_src_fixate):
5359         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5361           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5362           (#322027)
5363
5364
5365 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5366
5367         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5368         (gst_riff_create_iavs_caps):
5369         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5370         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5371         (gst_riff_parse_info):
5372         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5375           Fixes for GST_FOURCC_FORMAT API change.
5376
5377 2005-11-21  Andy Wingo  <wingo@pobox.com>
5378
5379         patch by: Alessandro Dessina <alessandro nnva org>
5380
5381         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5382         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5383         (gst_ogg_parse_chain):
5384         * ext/theora/theoraenc.c (theora_set_header_on_caps):
5385         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5386         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5387         gst_value_list calls on arrays. Fixes #321962.
5388
5389 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5390
5391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5392         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5393         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5394         * gst/adder/gstadder.c: (gst_adder_init),
5395         (gst_adder_request_new_pad), (gst_adder_collected),
5396         (gst_adder_change_state):
5397           Update for gst_collectpads_foo() to gst_collect_pads_foo()
5398           API change.
5399
5400 2005-11-21  Michael Smith <msmith@fluendo.com>
5401
5402         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5403         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5404           Properly handle pad_push return values.
5405
5406 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
5407
5408         * gst-libs/gst/tag/Makefile.am:
5409         * gst-libs/gst/tag/gstvorbistag.c:
5410         (gst_tag_list_to_vorbiscomment_buffer):
5411           Remove obsolete vorbistag element and debug category.
5412
5413         * gst/playback/gstplaybasebin.c: (check_queue):
5414           Don't divide by 0 when queue-threshold is 0.
5415
5416         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5417           Don't modify an existing pixel-aspect-ratio if we fail to read
5418           a new one.
5419
5420 2005-11-20  Wim Taymans  <wim@fluendo.com>
5421
5422         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5423         (gst_vorbisenc_push_packet):
5424         GST_PAD_IS_USABLE is gone, use the return value of
5425         the push or pad_alloc_buffer instead.
5426
5427 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5428
5429         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5430         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5431         (gst_ximagesink_ximage_destroy),
5432         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5433         (gst_ximagesink_xwindow_new),
5434         (gst_ximagesink_xwindow_update_geometry),
5435         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5436         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5437         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5438         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5439         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5440         (gst_ximagesink_navigation_send_event),
5441         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5442         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5443         (gst_ximagesink_finalize), (gst_ximagesink_init),
5444         (gst_ximagesink_class_init):
5445         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5446         This new version brings correct software scaling, non flickering
5447         window while resizing, pixel aspect ratio handling, usage of
5448         hardware buffer pools, out of data flow event thread for 
5449         navigation and handling of expose events even when being PAUSED,
5450         a new property to keep video aspect ratio when resizing, etc...
5451
5452 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5453
5454         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5455         (gst_videoscale_fixate_caps): Introduce back caps fixate with
5456         handling of PAR.
5457
5458 2005-11-18    <bilboed@dvdsrc.fluendo.com>
5459
5460         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
5461         Unsetting IS_SINK flag from the fakesink, so decodebin
5462         never behaves as a sink.
5463
5464 2005-11-17  Wim Taymans  <wim@fluendo.com>
5465
5466         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5467         (gst_base_audio_src_change_state):
5468         Fix the audiosrc base class again, we did not unflush.
5469
5470 2005-11-17  Julien MOUTTE  <julien@moutte.net>
5471
5472         * examples/seeking/seek.c: (make_dv_pipeline),
5473         (make_vorbis_theora_pipeline), (make_avi_pipeline),
5474         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5475         to ogg/vorbis/theora pipeline.
5476
5477 2005-11-17  Wim Taymans  <wim@fluendo.com>
5478
5479         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5480         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5481         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5482         Fix EOS on multiple streams.
5483         More debugging.
5484
5485 2005-11-16  Wim Taymans  <wim@fluendo.com>
5486
5487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5488         (gst_ogg_demux_perform_seek):
5489         Segment done must include stream time.
5490
5491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5492         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5493         (gst_ogg_mux_change_state):
5494         Fix ogg muxer again.
5495
5496 2005-11-16  Wim Taymans  <wim@fluendo.com>
5497
5498         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
5499         Fix compile again.
5500
5501 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5502
5503         * ext/libvisual/visual.c: (gst_visual_init):
5504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
5505         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
5506         (gst_ogg_parse_chain):
5507         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5508         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
5509         * ext/theora/theoradec.c: (gst_theora_dec_init):
5510         * ext/theora/theoraenc.c: (gst_theora_enc_init):
5511         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5512         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
5513         * gst/adder/gstadder.c: (gst_adder_class_init),
5514         (gst_adder_dispose):
5515         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5516         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5517         * gst/videorate/gstvideorate.c: (gst_videorate_init):
5518           Fix a whole set of pad template leaks
5519
5520 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5521
5522         * check/generic/states.c: (GST_START_TEST):
5523           fix the test so that it only checks for elements that are part of
5524           this source module
5525
5526 2005-11-16  Michael Smith <msmith@fluendo.com>
5527
5528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
5529         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
5530         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5531         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5532         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
5533         (gst_ogg_mux_change_state):
5534           Fix leaking collectpads.
5535
5536 2005-11-16  Edward Hervey  <edward@fluendo.com>
5537
5538         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5539         (gst_videorate_event), (gst_videorate_chain):
5540         Handle segment seeks
5541
5542 2005-11-16  Wim Taymans  <wim@fluendo.com>
5543
5544         * gst-libs/gst/audio/gstbaseaudiosink.c:
5545         (gst_base_audio_sink_provide_clock),
5546         (gst_base_audio_sink_change_state):
5547         Set ringbuffer to non-flushing when going to PAUSED, set to
5548         flushing again when going to READY.
5549
5550         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5551         (gst_ring_buffer_stop):
5552         Start in flushing mode by default.
5553         Don't set flushing in the _stop method, let the app call
5554         this explicitly.
5555
5556 2005-11-16  Julien MOUTTE  <julien@moutte.net>
5557
5558         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
5559         * gst-libs/gst/video/videosink.h: Add helper function needed
5560         for video sinks.
5561
5562 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5563
5564         * gst/videoscale/gstvideoscale.c:
5565         (gst_videoscale_handle_src_event):
5566           Don't leak reference to pad parent.
5567
5568 2005-11-16  Wim Taymans  <wim@fluendo.com>
5569
5570         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
5571         Set ringbuffer to flushing when stopping so that we don't
5572         block on wait_segment anymore and livelock.
5573
5574 2005-11-16  Wim Taymans  <wim@fluendo.com>
5575
5576         * examples/seeking/seek.c: (send_event), (do_seek),
5577         (loop_toggle_cb), (segment_done), (main):
5578         Added looping checkbox.
5579
5580 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5581
5582         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5583         (gst_ogg_demux_init):
5584         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
5585         (gst_vorbis_dec_init):
5586           revert unrefs, they don't pass make check
5587
5588 2005-11-15  Johan Dahlin  <johan@gnome.org>
5589
5590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5591         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
5592         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
5593         (gst_vorbis_dec_init):
5594         Fix pad template leaks. 
5595
5596 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5597
5598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
5599           Make state change function thread safe.
5600
5601 2005-11-15  Edward Hervey  <edward@fluendo.com>
5602
5603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
5604         (gst_ogg_demux_class_init):
5605         Implement GstElement::send_event, so we can send seek events
5606         in GST_STATE_READY
5607
5608 2005-11-14  Julien MOUTTE  <julien@moutte.net>
5609
5610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
5611         Discovered how to take away flickering while resizing the
5612         window. Please don't put that in ximagesink, refactoring in
5613         progress.
5614
5615 2005-11-14  Michael Smith <msmith@fluendo.com>
5616
5617         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
5618         (gst_multifdsink_render):
5619           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
5620
5621 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5622
5623         * gst/playback/gstplaybin.c: (gen_audio_element):
5624           Use autoaudiosink, it tends to be more widely available than
5625           autoaudiiosink.
5626           
5627 2005-11-14  Andy Wingo  <wingo@pobox.com>
5628
5629         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
5630         as well if it is available. Fixes #316442.
5631
5632 2005-11-14  Michael Smith <msmith@fluendo.com>
5633
5634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
5635         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
5636         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5637         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5638         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
5639         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5640         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
5641         (gst_vorbisenc_change_state):
5642           Fix a small memory leak in vorbisenc.
5643           Fix large memory leaks in oggmux, also fix lots of state change
5644           bugs in oggmux.
5645
5646 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5647
5648         * gst/videotestsrc/gstvideotestsrc.c:
5649         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
5650         (gst_videotestsrc_src_fixate):
5651           move fixation to a fixate function
5652           remove negotiate function, basesrc's is good enough
5653           fixes a bug for check when using the element alone
5654
5655 2005-11-13  Edward Hervey  <edward@fluendo.com>
5656
5657         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
5658         (key_toggle_cb), (main):
5659         Added checkboxes for adding/removing the accurate and key_unit seek
5660         flags.
5661
5662 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5663
5664         * configure.ac: back to HEAD
5665
5666 === release 0.9.5 ===
5667
5668 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
5669
5670         * configure.ac:
5671           releasing 0.9.5, "No No Kia"
5672
5673 2005-11-11  Edward Hervey  <edward@fluendo.com>
5674
5675         * examples/seeking/seek.c: (make_parselaunch_pipeline):
5676         Added parse-launch syntax seeking mode for the seeking example.
5677         This should help stress-test even more cases.
5678         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
5679
5680 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
5681
5682         * sys/xvimage/xvimagesink.c:
5683         (gst_xvimagesink_navigation_send_event):
5684           Check whether peer pad exists before sending navigation events
5685           to it.
5686
5687 2005-11-11  Michael Smith <msmith@fluendo.com>
5688
5689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
5690         (gst_vorbisenc_buffer_from_packet):
5691         * ext/vorbis/vorbisenc.h:
5692           Set duration on encoded buffers. This allows oggmux's
5693           max_page_delay parameter to actually work.
5694
5695 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
5696
5697         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5698         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
5699         (gst_ffmpegcsp_avpicture_fill):
5700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5701         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
5702           Make palettes work again (see #132341). Use our own macros
5703           for rounding up.
5704
5705 2005-11-10  Andy Wingo  <wingo@pobox.com>
5706
5707         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
5708         string doober.
5709
5710 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5711
5712         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5713         (gst_ffmpegcsp_transform_caps):
5714           Prefer passthrough in transform_caps
5715
5716 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5717
5718         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5719           check for ALSA errors properly, instead of relying on ALSA's
5720           error strings to serve to the user.
5721
5722 2005-11-10  Wim Taymans  <wim@fluendo.com>
5723
5724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
5725         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
5726         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
5727         Modernise the seek code.
5728
5729 2005-11-10  Michael Smith <msmith@fluendo.com>
5730         
5731         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
5732         (setup_substreams), (set_active_source):
5733           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
5734           trying to go to NULL if we failed to read a file.
5735
5736 2005-11-10  Wim Taymans  <wim@fluendo.com>
5737
5738         * gst/audiotestsrc/gstaudiotestsrc.c:
5739         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
5740         (gst_audiotestsrc_create):
5741         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5742         (gst_sinesrc_get_times), (gst_sinesrc_create):
5743         * gst/videotestsrc/gstvideotestsrc.c:
5744         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
5745         (gst_videotestsrc_create):
5746         The base class can now sync for us.
5747
5748 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5749
5750         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
5751           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
5752           name=source autoprobe=false autoprobe-fps=false copy-mode=1
5753           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
5754           format=(fourcc)I420" ! xvimagesink
5755
5756 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
5757
5758         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5759         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
5760         (gst_sinesrc_newsegment):
5761           Send newsegment event in TIME format, set duration if
5762           num-buffers is set, fix duration querying.
5763
5764 2005-11-10  Michael Smith <msmith@fluendo.com>
5765
5766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5767         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5768         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5769         (gst_ogg_mux_collected):
5770          Fix EOS handling, partially. Now forwarding an EOS event once we have
5771          EOS on all pads works correctly. However, we still don't properly set
5772          EOS on the actual ogg stream pages.
5773
5774 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
5775
5776         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
5777           Set elements to NULL state before disposing of them.
5778
5779 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
5780
5781         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5782
5783         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5784         (gst_base_rtp_depayload_init),
5785         (gst_base_rtp_depayload_set_gst_timestamp):
5786         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5787           We need to send a newsegment event for each instance, not
5788           just for the first instance of this class (get rid of
5789           static variable in function). (#321011).
5790           
5791 2005-11-08  Michael Smith <msmith@fluendo.com>
5792
5793         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5794         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
5795         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
5796         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
5797           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
5798           This makes us mux things correctly according to the ogg muxing
5799           rules. Still not handling EOS correctly right now, though.
5800
5801 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
5802
5803         * gst/audioconvert/gstaudioconvert.c:
5804           Fix typo in docs. 
5805
5806 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
5807
5808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
5809         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
5810           Initialise segment_stop to GST_CLOCK_TIME_NONE when
5811           creating a new chain; should fix live streaming. Also
5812           add more debug output and fix a typo.
5813
5814 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
5815
5816         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5817
5818         * gst/volume/gstvolume.c: (volume_set_caps):
5819           Fix compilation on Solaris with Forte. (#320923)
5820
5821 2005-11-08  Wim Taymans  <wim@fluendo.com>
5822
5823         * gst-libs/gst/audio/gstbaseaudiosink.c:
5824         (gst_base_audio_sink_render):
5825         No need to do a typecheck.
5826
5827 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
5828
5829         * ext/alsa/gstalsa.h:
5830           We register a debug category, so let's use it.
5831
5832 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
5833
5834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5835         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
5836         Fixed a small problem.
5837
5838 2005-11-04  Wim Taymans  <wim@fluendo.com>
5839
5840         * examples/seeking/Makefile.am:
5841         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
5842         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
5843         (make_playerbin_pipeline), (format_value), (update_scale),
5844         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
5845         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
5846         (print_usage), (main):
5847         Added app for playback speed testing.
5848
5849         * examples/seeking/seek.c: (dynamic_link),
5850         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
5851         (make_mpeg_pipeline), (do_seek), (set_update_scale),
5852         (message_received), (main):
5853         Updated seek example.
5854
5855 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
5856
5857         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5858         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5859         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
5860         (gst_base_rtp_depayload_set_clock):
5861         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5862         Don't sleep on the bench (system clock) when you have a nice 
5863         comfortable bed (Gstreamer clock) to sleep on.
5864
5865 2005-11-03  Wim Taymans  <wim@fluendo.com>
5866
5867         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5868         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
5869         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
5870         Handle the case where a pad_block failed.
5871
5872 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
5873
5874         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
5875
5876         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5877         (gst_base_rtp_depayload_add_to_queue),
5878         (gst_base_rtp_depayload_push),
5879         (gst_base_rtp_depayload_set_gst_timestamp),
5880         (gst_base_rtp_depayload_queue_release):
5881           Fixes some bugs in the depayloader's queuing/de-queueing code.
5882
5883 2005-10-31  Michael Smith <msmith@fluendo.com>
5884
5885         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5886         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5887         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
5888           Patch from Alessandro Decina <alessandro@nnva.org>.
5889           Make oggdemux only find the final time in a chain, not per-pad,
5890           since the per-pad information can be very expensive to locate, and
5891           it isn't used anywhere. This makes reading a file containing
5892           OggSkeleton reasonably fast.
5893           Also, make chain finding work when there are logical bitstreams that
5894           can't be decoded. Fixes #319110.
5895
5896 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5897
5898         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5899         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5900         (gst_base_rtp_depayload_chain),
5901         (gst_base_rtp_depayload_add_to_queue),
5902         (gst_base_rtp_depayload_push),
5903         (gst_base_rtp_depayload_set_gst_timestamp),
5904         (gst_base_rtp_depayload_queue_release),
5905         (gst_base_rtp_depayload_start_thread),
5906         (gst_base_rtp_depayload_set_property),
5907         (gst_base_rtp_depayload_get_property):
5908         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5909         Some random fixes, to fullfill the desires of thomas.
5910
5911 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5912
5913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5914         (gst_base_rtp_depayload_add_to_queue),
5915         (gst_base_rtp_depayload_push):
5916         Fixed the queueing algorithm.
5917
5918 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5919
5920         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5921         (gst_base_rtp_depayload_push):
5922         A small fix
5923
5924 2005-10-31  Wim Taymans  <wim@fluendo.com>
5925
5926         * gst-libs/gst/audio/gstringbuffer.h:
5927         Don't break ABI.
5928
5929         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5930         (gst_ffmpeg_caps_to_pixfmt):
5931         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5932         (gst_ffmpegcsp_set_caps):
5933         Some more comments.
5934         Handle missing required caps fields better.
5935
5936 2005-10-31  Wim Taymans  <wim@fluendo.com>
5937
5938         * gst-libs/gst/audio/gstbaseaudiosink.c:
5939         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
5940         (gst_base_audio_sink_render):
5941         * gst-libs/gst/audio/gstringbuffer.c:
5942         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5943         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5944         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
5945         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
5946         (gst_ring_buffer_read):
5947         * gst-libs/gst/audio/gstringbuffer.h:
5948         Add flushing mode to the ringbuffer so that it in all cases does
5949         not try to handle more audio. This makes sure it does not try to
5950         block anymore when flushing and fixes a livelock.
5951
5952 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
5953
5954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5955         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5956         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
5957           Explicitly check for -1 values before doing a conversion
5958           and always map them to -1. (#315545)
5959
5960 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5961
5962         * gst/playback/gstplaybin.c: (gen_video_element):
5963           first try autovideosink, then xvimagesink, then error out
5964         * po/POTFILES.in:
5965           add translatable file
5966         * po/af.po:
5967         * po/az.po:
5968         * po/cs.po:
5969         * po/en_GB.po:
5970         * po/hu.po:
5971         * po/it.po:
5972         * po/nb.po:
5973         * po/nl.po:
5974         * po/or.po:
5975         * po/sq.po:
5976         * po/sr.po:
5977         * po/sv.po:
5978         * po/uk.po:
5979         * po/vi.po:
5980           update translations
5981
5982 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
5983
5984         * gst-libs/gst/rtp/gstbasedepayload.c:
5985         * gst-libs/gst/rtp/gstbasedepayload.h:
5986           Minor cleanups
5987
5988 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5989
5990         * gst/playback/.cvsignore:
5991         * gst/playback/decodetest.c:
5992         * gst/playback/test3.c:
5993           Port these two tests as well.
5994
5995 2005-10-27  Wim Taymans  <wim@fluendo.com>
5996
5997         * ext/theora/theoradec.c: (theora_dec_src_query),
5998         (theora_dec_sink_event):
5999         * ext/theora/theoraenc.c: (theora_enc_sink_event),
6000         (theora_enc_change_state):
6001         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6002         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6003         Take proper locks when handling events.
6004
6005 2005-10-27  Wim Taymans  <wim@fluendo.com>
6006
6007         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
6008         (gst_adder_change_state):
6009         Fix timestamps and fix deadlock when stopping the collectpads.
6010
6011 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
6012
6013         * gst-libs/gst/rtp/gstrtpbuffer.h:
6014         Declaring the payload types as strings too so that they can be used
6015         in the padtemplate inialization.
6016
6017 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
6018
6019         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
6020
6021         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6022         (gst_base_rtp_depayload_class_init):
6023         Fixes a small but nasty bug. The derived elements no longer segfaults
6024         on finalization.
6025
6026 2005-10-26  Michael Smith <msmith@fluendo.com>
6027
6028         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
6029           When clearing an audioconvert context, set tmpbufsize to zero, so
6030           we'll allocate it again later if required.
6031           This fixes audioconvert re-negotiating formats, which previously
6032           segfaulted with a NULL destination buffer.
6033
6034 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
6035
6036         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6037         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
6038         (gst_base_rtp_depayload_set_gst_timestamp),
6039         (gst_base_rtp_depayload_queue_release):
6040         Fixed a smalll memleak.
6041
6042 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
6043         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6044         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
6045         (gst_base_rtp_depayload_finalize),
6046         (gst_base_rtp_depayload_setcaps),
6047         (gst_base_rtp_depayload_add_to_queue),
6048         (gst_base_rtp_depayload_push),
6049         (gst_base_rtp_depayload_set_gst_timestamp),
6050         (gst_base_rtp_depayload_queue_release),
6051         (gst_base_rtp_depayload_thread),
6052         (gst_base_rtp_depayload_change_state):
6053         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6054         Changed the C++ comments to C comments
6055
6056 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6057
6058         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
6059         * gst/tcp/gsttcpclientsrc.h:
6060         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
6061         * gst/tcp/gsttcpserversrc.h:
6062           Remove unused 'curoffset' structure member.
6063
6064 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
6065
6066         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6067         (gst_base_rtp_depayload_base_init),
6068         (gst_base_rtp_depayload_finalize):
6069         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6070         * gst-libs/gst/rtp/gstbasertppayload.h:
6071           The pad-template on the sinkpad should be set by the derived classes.
6072           Also added some useful macros.
6073
6074 2005-10-24  Wim Taymans  <wim@fluendo.com>
6075
6076         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6077         Correctly flush decoder samples even if we could not
6078         copy them to an output buffer. Fixes #319618.
6079
6080 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6081
6082         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
6084         the caps against our xcontext caps.
6085
6086 2005-10-24  Wim Taymans  <wim@fluendo.com>
6087
6088         * gst-libs/gst/audio/gstbaseaudiosink.c:
6089         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6090         Remove g_print
6091         Use sync property from baseclass to disable sync.
6092
6093 2005-10-24  Wim Taymans  <wim@fluendo.com>
6094
6095         * gst-libs/gst/audio/gstbaseaudiosink.c:
6096         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6097         Buffers with no timestamps get aligned with previous buffers or
6098         on underrun, played ASAP.
6099
6100 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6101
6102         * gst-libs/gst/video/video.h:
6103         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6104         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
6106         here comes my change on caps for framerate and geometry range.
6107         We are now accepting 1 to MAXINT for width and height, and from
6108         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
6109         to be blended correctly in videomixer.
6110
6111 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6112
6113         * configure.ac:
6114           back to HEAD
6115
6116 === release 0.9.4 ===
6117
6118 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6119
6120         * NEWS:
6121         * RELEASE:
6122         * configure.ac:
6123           releasing 0.9.4, "Velociraptor"
6124
6125 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6126
6127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6128         * po/POTFILES.in:
6129           STOPPED -> FAILED
6130
6131 2005-10-21  Wim Taymans  <wim@fluendo.com>
6132
6133         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6134         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
6135         (pad_blocked), (close_pad_link), (new_pad):
6136         Don't try to remove elements twice.
6137
6138 2005-10-21  Wim Taymans  <wim@fluendo.com>
6139
6140         * ext/theora/theoradec.c: (theora_dec_src_query),
6141         (theora_dec_sink_event):
6142         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6143         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6144         (vorbis_handle_data_packet):
6145         * ext/vorbis/vorbisdec.h:
6146         Fix old naming.
6147
6148         * gst-libs/gst/audio/gstbaseaudiosink.c:
6149         (gst_base_audio_sink_render):
6150         Don't try to sync on buffers without a timestamp.
6151
6152 2005-10-21  Wim Taymans  <wim@fluendo.com>
6153
6154         * ext/theora/theoradec.c: (theora_dec_src_query),
6155         (theora_dec_sink_event):
6156         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6157         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6158         (vorbis_handle_data_packet):
6159         * ext/vorbis/vorbisdec.h:
6160         Fix old naming.
6161
6162 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6163
6164         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
6165         (gst_vorbisenc_src_query):
6166           Implement position and duration queries.
6167
6168         * gst/playback/test3.c: (update_scale), (main):
6169           Fix for async state changes and print nicer output.
6170
6171 2005-10-20  Wim Taymans  <wim@fluendo.com>
6172
6173         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6174         (dump_element_stats), (main):
6175         * gst/playback/test6.c: (main):
6176         Fix tests again
6177
6178 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6179
6180         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6181         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6182           Don't use functions for position queries when handling
6183           duration queries.
6184
6185 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6186
6187         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6188         (vorbis_handle_data_packet), (vorbis_dec_chain),
6189         (vorbis_dec_change_state):
6190         * ext/vorbis/vorbisdec.h:
6191           Vorbis streams can be embedded in other container formats
6192           than ogg, container formats where the demuxer might set 
6193           timestamps on encoded vorbis buffers instead of those silly 
6194           granulepos thingies. In short: make vorbisdec handle 
6195           timestamps on incoming buffers as well.
6196
6197 2005-10-20  Wim Taymans  <wim@fluendo.com>
6198
6199         * gst/playback/gstplaybasebin.c: (group_destroy),
6200         (gst_play_base_bin_change_state):
6201         Fix leak.
6202         Handle case where playbasebin is now ASYNC because
6203         decodebin is.
6204
6205 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6206
6207         * gst/audioconvert/Makefile.am:
6208         * gst/audioconvert/bufferframesconvert.c:
6209         * gst/audioconvert/plugin.c: (plugin_init):
6210         * gst/audioconvert/plugin.h:
6211           And bye bye buffer-frames-convert
6212
6213 2005-10-19  Wim Taymans  <wim@fluendo.com>
6214
6215         * check/elements/audioconvert.c:
6216         * docs/libs/tmpl/gstaudio.sgml:
6217         * docs/libs/tmpl/gstcolorbalance.sgml:
6218         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6219         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6220         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6221         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6222         * gst-libs/gst/audio/audio.h:
6223         * gst/audioconvert/audioconvert.h:
6224         * gst/audioconvert/gstaudioconvert.c:
6225         (gst_audio_convert_parse_caps):
6226         * gst/volume/gstvolume.c:
6227         Bye bye buffer-frames.
6228
6229 2005-10-19  Wim Taymans  <wim@fluendo.com>
6230
6231         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6232         (query_positions_elems), (query_positions_pads), (update_scale),
6233         (do_seek), (set_update_scale), (message_received), (main):
6234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6235         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6236         (gst_ogg_demux_loop):
6237         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6238         * ext/theora/theoradec.c: (theora_dec_src_query),
6239         (theora_dec_sink_event):
6240         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6241         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6242         * gst/adder/gstadder.c: (gst_adder_query):
6243         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6244         * gst/playback/test3.c: (update_scale):
6245         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6246         (dump_element_stats), (main):
6247         * gst/playback/test6.c: (main):
6248         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6249         Query API update.
6250
6251 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6252
6253         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6254         (xml_check_first_element), (xml_type_find), (smil_type_find),
6255         (plugin_init):
6256           Add typefinding for SMIL and for generic XML. Based on patch by
6257           Akos Maroy (#308663).
6258
6259 2005-10-18  Wim Taymans  <wim@fluendo.com>
6260
6261         * gst/playback/Makefile.am:
6262         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6263         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6264         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6265         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6266         (gst_decode_bin_change_state):
6267         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6268         (gst_play_bin_send_event_to_sink):
6269         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6270         (dump_element_stats), (main):
6271         * gst/playback/test6.c: (main):
6272         Make playbin async, it'll commit state to paused when all streams
6273         are detected.
6274         Remove ugly hack.
6275         Added test6.c to show async behaviour.
6276
6277 2005-10-18  Wim Taymans  <wim@fluendo.com>
6278
6279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6280         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6281         Fix for segment-start/stop API change.
6282
6283 2005-10-18  Wim Taymans  <wim@fluendo.com>
6284
6285         * check/Makefile.am:
6286         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6287         (main):
6288         Add future test for clock selection.
6289
6290 2005-10-18  Wim Taymans  <wim@fluendo.com>
6291
6292         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6293         (gst_alsasink_close):
6294         Set handle to NULL.
6295
6296         * gst-libs/gst/audio/gstringbuffer.c:
6297         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6298         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6299         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6300         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6301         (gst_ring_buffer_read):
6302         More debug info.
6303
6304 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
6305
6306         * gst/audiotestsrc/Makefile.am:
6307         * gst/sine/Makefile.am:
6308         * gst/volume/Makefile.am:
6309           fix broken build of controllerized plugins
6310
6311 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6312
6313         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6314
6315         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6316         (gst_riff_create_video_template_caps):
6317           Add support for Indeo-3 (IV32).
6318
6319 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6320
6321         * configure.ac:
6322           rewrite
6323
6324 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6325
6326         * gst-libs/gst/video/video.c: (gst_video_get_size):
6327         * gst/audiotestsrc/gstaudiotestsrc.c:
6328           doc updates
6329
6330 2005-10-17  Andy Wingo  <wingo@pobox.com>
6331
6332         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6333         with the collectpads change.
6334         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6335
6336         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6337
6338         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6339
6340         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6341         alloc_buffer flow return to callers.
6342         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6343         change. Fix some memleaks in theoraenc.
6344
6345         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6346         in strange circumstance.
6347
6348 2005-10-17  Julien MOUTTE  <julien@moutte.net>
6349
6350         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6351         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6352         from caps, let's use the caps...
6353
6354 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6355
6356         * configure.ac:
6357           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6358
6359 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6360
6361         * gst-libs/gst/interfaces/Makefile.am:
6362           fix silly typo
6363
6364 2005-10-16  Andy Wingo  <wingo@pobox.com>
6365
6366         * gst/playback/gstdecodebin.c
6367         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6368         function!
6369         (try_to_link_1): Increase kraziness level.
6370
6371 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6372
6373         * configure.ac:
6374           restructure like the core one
6375         * gst-libs/gst/audio/Makefile.am:
6376         * gst-libs/gst/interfaces/Makefile.am:
6377         * gst-libs/gst/net/Makefile.am:
6378         * gst-libs/gst/riff/Makefile.am:
6379         * gst-libs/gst/rtp/Makefile.am:
6380         * gst-libs/gst/tag/Makefile.am:
6381         * gst-libs/gst/video/Makefile.am:
6382           use correct linker flags, now the libs are properly versioned
6383         * check/elements/audioconvert.c: (verify_convert):
6384         * ext/alsa/gstalsaplugin.c:
6385         * ext/cdparanoia/gstcdparanoia.c:
6386         * ext/gnomevfs/gstgnomevfs.c:
6387         * ext/libvisual/visual.c:
6388         * ext/ogg/gstogg.c:
6389         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6390         * ext/theora/theora.c:
6391         * ext/vorbis/vorbis.c:
6392         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6393         * gst-libs/gst/tag/gsttagediting.c:
6394         * gst-libs/gst/video/video.c:
6395         * gst/adder/gstadder.c:
6396         * gst/audioconvert/plugin.c:
6397         * gst/audiorate/gstaudiorate.c:
6398         * gst/audioresample/gstaudioresample.c:
6399         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6400         * gst/audioscale/gstaudioscale.c:
6401         * gst/audioscale/resample.c:
6402         * gst/audiotestsrc/gstaudiotestsrc.c:
6403         * gst/ffmpegcolorspace/gstffmpeg.c:
6404         * gst/playback/gstdecodebin.c: (close_pad_link):
6405         * gst/playback/gstplaybin.c: (gen_video_element),
6406         (gen_audio_element):
6407         * gst/sine/gstsinesrc.c:
6408         * gst/subparse/gstsubparse.c:
6409         * gst/tags/gsttagediting.c:
6410         * gst/tcp/gsttcpplugin.c:
6411         * gst/typefind/gsttypefindfunctions.c:
6412         * gst/videorate/gstvideorate.c:
6413         * gst/videoscale/gstvideoscale.c:
6414         * gst/videotestsrc/gstvideotestsrc.c:
6415         * gst/volume/gstvolume.c:
6416         * sys/v4l/gstv4l.c:
6417         * sys/ximage/ximage.c:
6418         * sys/xvimage/xvimagesink.c:
6419           fix up defines
6420
6421 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6422
6423         * ext/vorbis/vorbisenc.c:
6424         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6425         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6426         (gst_tag_to_vorbis_comments):
6427           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6428
6429 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
6430
6431         * examples/stats/mp2ogg.c:
6432         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6433           typo fixes
6434
6435 2005-10-13  Michael Smith <msmith@fluendo.com>
6436
6437         * ext/ogg/gstoggmux.c:
6438           Use magic glib macros to define constants as 64 bit, to ensure
6439           appropriate vararg passing.
6440
6441 2005-10-13  Michael Smith <msmith@fluendo.com>
6442
6443         * ext/ogg/gstoggmux.c:
6444         * gst/audioconvert/audioconvert.c: (float):
6445           Don't use LL suffix, as it's not portable, and neither of these
6446           uses required it anyway.
6447
6448 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
6449
6450         * examples/indexing/indexmpeg.c: (main):
6451         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6452         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6453         (cdparanoia_convert), (cdparanoia_query):
6454         * ext/cdparanoia/gstcdparanoia.h:
6455         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6456         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6457         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6459         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6460         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6461         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6462         (gst_multifdsink_render), (gst_multifdsink_start),
6463         (gst_multifdsink_stop):
6464         * gst/tcp/gstmultifdsink.h:
6465         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6466         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6467         (gst_tcpclientsink_stop):
6468         * gst/tcp/gsttcpclientsink.h:
6469         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6470         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6471         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6472         * gst/tcp/gsttcpclientsrc.h:
6473         * gst/tcp/gsttcpserversink.h:
6474         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6475         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6476         (gst_tcpserversrc_stop):
6477         * gst/tcp/gsttcpserversrc.h:
6478         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6479         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6480         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6481           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6482           moved bitshift from macro to enum definition
6483
6484 2005-10-12  Wim Taymans  <wim@fluendo.com>
6485
6486         * examples/seeking/Makefile.am:
6487         Oops.
6488
6489 2005-10-12  Wim Taymans  <wim@fluendo.com>
6490
6491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6492         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6493         Don't assert on normal stuff.
6494
6495         * gst/playback/gstplaybin.c: (do_playbin_seek):
6496         API fix.
6497
6498 2005-10-12  Wim Taymans  <wim@fluendo.com>
6499
6500         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6501         * examples/seeking/Makefile.am:
6502         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6503         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6504         (do_seek), (set_update_scale), (message_received), (main):
6505         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6506         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6507         Update for _get_state() API change.
6508
6509 2005-10-11  Wim Taymans  <wim@fluendo.com>
6510
6511         * gst-libs/gst/audio/gstbaseaudiosink.c:
6512         (gst_base_audio_sink_render):
6513         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6514         (gst_base_audio_src_create):
6515         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6516         (gst_ring_buffer_read):
6517         Cleanups.
6518         Commit and read from ringbuffer in samples rather than bytes.
6519
6520 2005-10-11  Wim Taymans  <wim@fluendo.com>
6521
6522         * gst-libs/gst/audio/gstbaseaudiosink.c:
6523         (gst_base_audio_sink_render):
6524         Respect segment rate and accum when scheduling samples.
6525
6526 2005-10-11  Julien MOUTTE  <julien@moutte.net>
6527
6528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6529         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
6530         EOS correctly, that needs more work.
6531
6532 2005-10-11  Wim Taymans  <wim@fluendo.com>
6533
6534         * check/generic/states.c: (GST_START_TEST):
6535         remove old property.
6536
6537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6538         (gst_ogg_demux_perform_seek):
6539         * ext/theora/theoradec.c: (theora_dec_sink_event):
6540         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6541         (vorbis_handle_data_packet):
6542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6543         (gst_base_rtp_depayload_set_gst_timestamp):
6544         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6545         Update for newsegment API change.
6546
6547 2005-10-11  Michael Smith <msmith@fluendo.com>
6548
6549         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6550         (do_playbin_seek), (gst_play_bin_send_event):
6551           Override send_event differently, so that we can takes bits of
6552           functionality from GstPipeline (special handling for seeks,
6553           including pausing/resuming, and resetting stream time) and still get
6554           the appropriate behaviour of only forwarding event to a single sink,
6555           rather than all of them.
6556           Unfortunately requires a lot of code duplication, but the
6557           alternatives are equally ugly in the end.
6558
6559 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6560
6561         * check/elements/audioconvert.c: (setup_audioconvert),
6562         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6563         (GST_START_TEST), (audioconvert_suite):
6564           clean up tests a little, fix some leaks.
6565
6566 2005-10-10  Wim Taymans  <wim@fluendo.com>
6567
6568         * ext/alsa/gstalsasink.c:
6569         Also allow unsigned int.
6570
6571         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6572         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6573         Small cleanup
6574
6575 2005-10-10  Wim Taymans  <wim@fluendo.com>
6576
6577         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6578         Small update, use API as stated in design docs.
6579
6580         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6581         (update_scale), (do_seek), (seek_cb), (set_update_scale),
6582         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
6583         (message_received), (main):
6584         Updated seek example for GOption. Some usability improvements.
6585
6586 2005-10-10  Wim Taymans  <wim@fluendo.com>
6587
6588         * gst/audioconvert/audioconvert.h:
6589         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6590         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
6591         Alloc temp storage somewhere else where we can do it more
6592         portable.
6593
6594 2005-10-10  Wim Taymans  <wim@fluendo.com>
6595
6596         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
6597         (gst_tcpserversrc_start):
6598         Don't block in accept while doing the state change, move
6599         to poll and make cancellable.
6600
6601 2005-10-09  Philippe Khalaf <burger@speedy.org>
6602
6603         * gst-libs/gst/rtp/rtpbasedepayload.c:
6604         Set timestamp and add queue delay to timestamp
6605         * gst-libs/gst/rtp/rtpbuffer.h:
6606         Set correct payload type for h263
6607
6608 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
6609
6610         * gst/audiotestsrc/gstaudiotestsrc.c:
6611         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
6612         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
6613         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
6614         (gst_audiotestsrc_create_triangle),
6615         (gst_audiotestsrc_create_silence),
6616         (gst_audiotestsrc_create_white_noise),
6617         (gst_audiotestsrc_init_pink_noise),
6618         (gst_audiotestsrc_generate_pink_noise_value),
6619         (gst_audiotestsrc_create_pink_noise),
6620         (gst_audiotestsrc_change_wave):
6621         * gst/audiotestsrc/gstaudiotestsrc.h:
6622           fixed typo, added pink noise
6623
6624 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
6625
6626         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
6627         (plugin_init):
6628           Add wavpack and spc typefind functions from 0.8 branch.
6629
6630 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
6631
6632         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
6633         (ar_type_find), (msdos_type_find), (plugin_init):
6634           Add typefind functions for tar archives, ar archives,
6635           RAR archives, and msdos-executables (dlls, exe, etc.).
6636           Some of those would be wrongly identified as mpeg
6637           streams of some sort before (#315550).
6638
6639 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
6640
6641         * configure.ac:
6642         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6643         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6644         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
6645         * gst/audiotestsrc/Makefile.am:
6646         * gst/audiotestsrc/gstaudiotestsrc.c:
6647         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
6648         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
6649         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
6650         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
6651         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
6652         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
6653         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
6654         (gst_audiotestsrc_create_silence),
6655         (gst_audiotestsrc_create_white_noise),
6656         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
6657         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
6658         (gst_audiotestsrc_start), (plugin_init):
6659         * gst/audiotestsrc/gstaudiotestsrc.h:
6660           add new plugin and element
6661         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
6662           use gobject_class
6663
6664 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
6665
6666         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
6667         (gst_adder_init), (gst_adder_request_new_pad),
6668         (gst_adder_change_state):
6669           Add query function to source pad, so adder reports the correct
6670           time/sample position when queried (#315457); fix state change
6671           function; use GST_DEBUG_FUNCPTR() for pad functions.
6672
6673 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6674
6675         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
6676           Fix leaks in typefind registration
6677           Clean up the gratuitous commenting and whitespacing a little
6678
6679 2005-10-08  Wim Taymans  <wim@fluendo.com>
6680
6681         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
6682         Only actually wait for the thread to be stopped if it's 
6683         running.
6684
6685 2005-10-08  Wim Taymans  <wim@fluendo.com>
6686
6687         * gst-libs/gst/audio/gstbaseaudiosink.c:
6688         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6689         If we receive EOS we can start playback of what we had.
6690
6691 2005-10-08  Wim Taymans  <wim@fluendo.com>
6692
6693         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6694         (gst_multifdsink_finalize), (multifdsink_hash_remove),
6695         (gst_multifdsink_stop):
6696         Fix crasher when going to NULL multiple times.
6697
6698 2005-10-06  Wim Taymans  <wim@fluendo.com>
6699
6700         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
6701         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6702         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6703         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
6704         patch from Edgard Lima <edgard.lima@indt.org.br>
6705         Fixed gstbaseaudiosrc adding ring buffer sync to it.
6706
6707 2005-10-06  Wim Taymans  <wim@fluendo.com>
6708
6709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6710         Report the FLOW_RETURN as string in the error message.
6711
6712         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
6713         Don't assert when clearing an unnegotiated buffer.
6714
6715 2005-10-04  Michael Smith <msmith@fluendo.com>
6716
6717         * gst/playback/gstplaybasebin.c: (group_destroy),
6718         (gen_preroll_element), (remove_groups), (setup_source):
6719         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
6720         (setup_sinks), (gst_play_bin_send_event),
6721         (gst_play_bin_change_state):
6722           Set state to NULL before removing from bin. Fix refcounting.
6723
6724 2005-10-04  Michael Smith <msmith@fluendo.com>
6725
6726         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
6727           Correct refcounting in send_event() function. Previously was wrong
6728           if the first sink was unable to handle the event.
6729
6730 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6731
6732         * configure.ac:
6733           back to development
6734
6735 === release 0.9.3 ===
6736
6737 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6738
6739         * configure.ac:
6740           Releasing 0.9.3, "De Facto"
6741
6742 2005-10-03  Andy Wingo  <wingo@pobox.com>
6743
6744         * gst/playback/gstdecodebin.c (try_to_link_1)
6745         (remove_element_chain): set element to NULL before removing it.
6746
6747 2005-10-02  Johan Dahlin  <johan@gnome.org>
6748
6749         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
6750         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
6751         MT safe.
6752
6753 2005-10-02  Andy Wingo  <wingo@pobox.com>
6754
6755         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
6756         (gst_ring_buffer_prepare_read): 
6757         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
6758         Demote to LOG.
6759
6760 2005-09-29  Wim Taymans  <wim@fluendo.com>
6761
6762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
6763         * ext/theora/theoradec.c: (theora_handle_data_packet):
6764         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6765         Propagate error codes from alloc_buffer too.
6766
6767 2005-09-29  Wim Taymans  <wim@fluendo.com>
6768
6769         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
6770         We use fixed caps.
6771
6772         * gst/playback/Makefile.am:
6773         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6774         (dump_element_stats), (main):
6775         Added example stream introspection code.
6776
6777 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
6778
6779         * gst/adder/gstadder.c: (gst_adder_collected):
6780           fix adder for float elements
6781
6782 2005-09-28  Wim Taymans  <wim@fluendo.com>
6783
6784         * gst-libs/gst/audio/gstbaseaudiosink.c:
6785         (gst_base_audio_sink_class_init),
6786         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6787         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6788         (gst_base_audio_src_class_init),
6789         (gst_base_audio_src_provide_clock):
6790         get_clock -> provide_clock
6791
6792 2005-09-28  Andy Wingo  <wingo@pobox.com>
6793
6794         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
6795         and unlocking.
6796
6797         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
6798         unlocking.
6799
6800         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
6801         Actually add the pad template.
6802         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
6803
6804         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
6805         I'm at it...
6806
6807         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
6808         from fdsrc. Get caps in create() instead of start() so it can be
6809         interrupted. Interruption somewhat untested.
6810
6811         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
6812         Proper EOS handling.
6813
6814 2005-09-27  Andy Wingo  <wingo@pobox.com>
6815
6816         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
6817
6818         * gst/tcp/gsttcpserversrc.c: Cleaned up.
6819
6820         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
6821
6822         * gst/tcp/gsttcp.h: 
6823         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
6824         out of tcpclientsrc.c. Cancellable.
6825         (gst_tcp_socket_read): Made private, cancellable, with better
6826         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
6827         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
6828         whole buffer, and better diagnostics.
6829         (gst_tcp_gdp_read_caps): Same.
6830
6831         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
6832
6833 2005-09-26  Andy Wingo  <wingo@pobox.com>
6834
6835         * gst/sine/gstsinesrc.h:
6836         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
6837         change the 'sync' property to 'is-live' and implement it halfway,
6838         update for controller api change.
6839
6840         * gst/volume/gstvolume.c (volume_transform_ip): Update for
6841         controller api change.
6842
6843 2005-09-24  Wim Taymans  <wim@fluendo.com>
6844
6845         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
6846         * gst-libs/gst/audio/gstaudiosink.c:
6847         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6848         (gst_audioringbuffer_stop):
6849         * gst-libs/gst/audio/gstbaseaudiosink.c:
6850         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6851         (gst_base_audio_sink_change_state):
6852         * gst-libs/gst/audio/gstbaseaudiosink.h:
6853         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
6854         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6855         (gst_ring_buffer_commit), (gst_ring_buffer_read):
6856         * gst-libs/gst/audio/gstringbuffer.h:
6857         Fix sync again. Moved sample alignment to basesink.
6858
6859 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6860
6861         * docs/plugins/Makefile.am:
6862         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6863         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6864         * gst/volume/gstvolume.c:
6865           add/fix docs
6866         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
6867         * gst-libs/gst/audio/audio.h:
6868           add conversion macros for frames <-> clocktime
6869
6870 2005-09-23  David Schleef  <ds@schleef.org>
6871
6872         * gst/audioresample/Makefile.am:
6873         * gst/audioresample/debug.h:
6874         * gst/audioresample/gstaudioresample.c:
6875         * gst/audioresample/resample.c: Convert to using gst debugging
6876
6877 2005-09-22  Wim Taymans  <wim@fluendo.com>
6878
6879         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6880         (gst_play_bin_send_event):
6881         Only seek on one sink, the first one that succeeds.
6882
6883 2005-09-22  Michael Smith <msmith@fluendo.com>
6884
6885         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
6886         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6887         Don't flush encoder state unless we have an initialised encoder.
6888         Clear out encoder state on PAUSED_TO_READY.
6889
6890 2005-09-22  Wim Taymans  <wim@fluendo.com>
6891
6892         * gst-libs/gst/rtp/gstbasertppayload.c:
6893         (gst_basertppayload_class_init), (gst_basertppayload_init),
6894         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6895         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6896         (gst_basertppayload_is_filled), (gst_basertppayload_push),
6897         (gst_basertppayload_set_property),
6898         (gst_basertppayload_get_property),
6899         (gst_basertppayload_change_state):
6900         * gst-libs/gst/rtp/gstbasertppayload.h:
6901         Added max-ptime to control amount of data in the rtp packets.
6902
6903 2005-09-21  Andy Wingo  <wingo@pobox.com>
6904
6905         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
6906         thingies.
6907
6908         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
6909         can be called multiple times, dogs.
6910
6911 2005-09-21  Wim Taymans  <wim@fluendo.com>
6912
6913         * gst-libs/gst/rtp/gstbasertppayload.c:
6914         (gst_basertppayload_class_init), (gst_basertppayload_init),
6915         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6916         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6917         (gst_basertppayload_push), (gst_basertppayload_get_property),
6918         (gst_basertppayload_change_state):
6919         Allow 0 ssrc too.
6920
6921 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
6922
6923         * docs/libs/compiling.sgml:
6924           fixing typos
6925
6926 2005-09-20  Wim Taymans  <wim@fluendo.com>
6927
6928         * gst-libs/gst/rtp/gstbasertppayload.c:
6929         (gst_basertppayload_class_init), (gst_basertppayload_init),
6930         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6931         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6932         (gst_basertppayload_push), (gst_basertppayload_set_property),
6933         (gst_basertppayload_get_property),
6934         (gst_basertppayload_change_state):
6935         * gst-libs/gst/rtp/gstbasertppayload.h:
6936         Added property to configure sequence number offsets.
6937
6938 2005-09-20  Wim Taymans  <wim@fluendo.com>
6939
6940         * gst-libs/gst/rtp/gstbasertppayload.c:
6941         (gst_basertppayload_class_init), (gst_basertppayload_init),
6942         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6943         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6944         (gst_basertppayload_push), (gst_basertppayload_set_property),
6945         (gst_basertppayload_get_property),
6946         (gst_basertppayload_change_state):
6947         * gst-libs/gst/rtp/gstbasertppayload.h:
6948         Make timestamp offset configurable.
6949
6950 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6951
6952         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6953           fix wrong pop/unref
6954
6955 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
6956
6957         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6958
6959         * gst-libs/gst/interfaces/propertyprobe.c:
6960         (gst_property_probe_probe_property_name),
6961         (gst_property_probe_needs_probe_name),
6962         (gst_property_probe_get_values_name),
6963         (gst_property_probe_probe_and_get_values_name):
6964           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
6965           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
6966
6967 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6968
6969         * check/Makefile.am:
6970           have some tests be disabled for valgrinding
6971         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
6972         (GST_START_TEST):
6973         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
6974           Fix A Leak.  Chain To Parent Finalize.
6975
6976 2005-09-19  Wim Taymans  <wim@fluendo.com>
6977
6978         * examples/seeking/seek.c: (make_wav_pipeline), (main):
6979         Fixed wav pipeline.
6980
6981 2005-09-19  Wim Taymans  <wim@fluendo.com>
6982
6983         * gst-libs/gst/rtp/gstbasertppayload.c:
6984         (gst_basertppayload_class_init), (gst_basertppayload_init),
6985         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6986         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6987         (gst_basertppayload_push), (gst_basertppayload_get_property),
6988         (gst_basertppayload_change_state):
6989         Posting ERROR and WARNING messages is good.
6990
6991 2005-09-19  Wim Taymans  <wim@fluendo.com>
6992
6993         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6994         (gst_base_rtp_depayload_add_to_queue),
6995         (gst_base_rtp_depayload_push),
6996         (gst_base_rtp_depayload_set_gst_timestamp),
6997         (gst_base_rtp_depayload_queue_release):
6998         This one was not supposed to go in.
6999
7000 2005-09-19  Wim Taymans  <wim@fluendo.com>
7001
7002         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7003         Fix for bus API.
7004
7005         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7006         (gst_base_rtp_depayload_chain),
7007         (gst_base_rtp_depayload_add_to_queue),
7008         (gst_base_rtp_depayload_push),
7009         (gst_base_rtp_depayload_set_gst_timestamp),
7010         (gst_base_rtp_depayload_queue_release):
7011         Some cleanups.
7012
7013         * gst-libs/gst/rtp/gstbasertppayload.c:
7014         (gst_basertppayload_class_init), (gst_basertppayload_init),
7015         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
7016         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7017         (gst_basertppayload_get_property),
7018         (gst_basertppayload_change_state):
7019         Added debugging category.
7020
7021 2005-09-18  David Schleef  <ds@schleef.org>
7022
7023         * gst/playback/gstdecodebin.c: free plugin list correctly
7024         * gst/playback/gstplaybin.c: emit warning if autovideosink
7025           and autoaudiosink can't be found (instead of segfaulting)
7026
7027 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7028
7029         * check/elements/audioconvert.c: (GST_START_TEST):
7030           try out 24 bit conversion
7031
7032 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7033
7034         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7035         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7036         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
7037         * ext/vorbis/vorbisenc.h:
7038           Fix EOS handling.  Still needs a fix in the ogg muxer to
7039           mark the last page as eos.
7040
7041 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7042
7043         * common/gtk-doc-plugins.mak:
7044         * docs/plugins/Makefile.am:
7045         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7046         * gst/ffmpegcolorspace/Makefile.am:
7047         * gst/ffmpegcolorspace/avcodec.h:
7048         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7049         * gst/tcp/gstmultifdsink.c:
7050           fix up ffmpegcolorspace docs; extract header
7051
7052 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7053
7054         * common/gtk-doc-plugins.mak:
7055         * docs/plugins/Makefile.am:
7056         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7057         * ext/theora/Makefile.am:
7058         * ext/theora/gsttheoraenc.h:
7059         * ext/theora/theoraenc.c:
7060         * ext/vorbis/vorbisenc.c:
7061           pick up signals and args for vorbis; add some docs for vorbis
7062
7063 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7064
7065         * common/gstdoc-scangobj:
7066         * common/gtk-doc-plugins.mak:
7067         * docs/libs/Makefile.am:
7068         * docs/plugins/gst-plugins-base-plugins.args:
7069         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7070         * docs/plugins/gst-plugins-base-plugins.interfaces:
7071         * docs/plugins/gst-plugins-base-plugins.prerequisites:
7072         * docs/plugins/gst-plugins-base-plugins.signals:
7073           only scanobj stuff from our source module.  Not sure yet
7074           if that's correct, given the hierarchy stuff :)
7075
7076 2005-09-15  Wim Taymans  <wim@fluendo.com>
7077
7078         * gst/audioconvert/gstaudioconvert.c:
7079         And enable 24 bits mode as well..
7080
7081 2005-09-15  Wim Taymans  <wim@fluendo.com>
7082
7083         * gst-libs/gst/rtp/Makefile.am:
7084         * gst-libs/gst/rtp/gstbasertppayload.c:
7085         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
7086         (gst_basertppayload_class_init), (gst_basertppayload_init),
7087         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
7088         (gst_basertppayload_chain), (gst_basertppayload_set_options),
7089         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7090         (gst_basertppayload_set_property),
7091         (gst_basertppayload_get_property),
7092         (gst_basertppayload_change_state):
7093         * gst-libs/gst/rtp/gstbasertppayload.h:
7094         Added rtp payloader base class.
7095
7096 2005-09-15  Andy Wingo  <wingo@pobox.com>
7097
7098         * configure.ac (plugindir): Remove the EOL matcher from the
7099         regexp, as it causes me problems. Libtool? Make? Who knows?
7100
7101 2005-09-14  David Schleef  <ds@schleef.org>
7102
7103         * check/generic/states.c: 
7104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7105         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7106           Fixes for changes in registry API.
7107
7108         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
7109           to GST_PLUGIN_LDFLAGS.
7110         * ext/libvisual/visual.c: Make the library shut up.
7111         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
7112         * gst-libs/gst/audio/gstaudiofilter.c: same
7113
7114 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7115
7116         * docs/plugins/Makefile.am:
7117         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7118         * docs/plugins/inspect/plugin-libvisual.xml:
7119         * docs/plugins/tmpl/element-tcpserversink.sgml:
7120         * ext/theora/theoraenc.c:
7121           add libvisual plugin and theoraenc element to docs
7122
7123 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7124
7125         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7126         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7127         * ext/theora/theoraenc.c:
7128           add theoraenc
7129
7130 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         * gst/audioconvert/Makefile.am:
7133           Audioconvert derives from GstBaseTransform and should
7134           link to the library with our base elements to avoid
7135           unresolved symbols. Makes things work with MinGW (#316160)
7136
7137         * gst/playback/test4.c: (main):
7138           Fix MinGW build problem and use g_usleep() instead of 
7139           sleep() (#316162)
7140
7141 2005-09-12  Wim Taymans  <wim@fluendo.com>
7142
7143         * gst/audioconvert/audioconvert.c: (float),
7144         (audio_convert_prepare_context), (audio_convert_convert):
7145         * gst/audioconvert/audioconvert.h:
7146         Cleanups, speedups, simplifications, added back support
7147         for 24 bits.
7148
7149 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7150
7151         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7152         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7153         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7154         * docs/plugins/tmpl/element-tcpserversink.sgml:
7155         * gst/ffmpegcolorspace/gstffmpeg.c:
7156         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7157         * gst/videotestsrc/gstvideotestsrc.c:
7158         * gst/volume/gstvolume.c:
7159           add more elements to the docs
7160
7161 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
7162
7163         * check/Makefile.am:
7164         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
7165         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
7166           Add extra tests for basetransform based components. 
7167           Comment out the test_element_negotiation test until we decide
7168           if it's testing correct behaviour.
7169         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
7170         (gst_visual_chain), (gst_visual_change_state):
7171           Slightly more correct but still bogus timestamping.
7172           Fix state change function.
7173         * gst/audioconvert/gstaudioconvert.c:
7174         (gst_audio_convert_class_init):
7175         * gst/audioresample/gstaudioresample.c:
7176         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7177         (gst_ffmpegcsp_class_init):
7178         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7179         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
7180         (gst_videoscale_prepare_image):
7181         * gst/volume/gstvolume.c: (gst_volume_class_init),
7182         (volume_transform_ip):
7183           Basetransform updates. Enable passthrough modes.
7184         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7185         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
7186         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7187           Negotiation fix that allows the window to return to the original
7188           size and renegotiate passthrough upstream. Extra debug output.
7189
7190 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7191
7192         * gst/sine/gstsinesrc.c:
7193         * gst/volume/gstvolume.c:
7194           fix up header include
7195
7196 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
7197
7198         * gst-libs/gst/audio/gstbaseaudiosink.c:
7199         (gst_base_audio_sink_render):
7200         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7201         * gst/volume/gstvolume.c: (gst_volume_class_init),
7202         (volume_transform):
7203           fixing lost sync, some more debugging
7204
7205 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
7206
7207         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7208         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7209         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7210         (gst_xvimagesink_check_xshm_calls):
7211           Fix compilation when XShm is not available.
7212
7213 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7214
7215         * ext/libvisual/visual.c: (gst_visual_dispose),
7216         (gst_visual_getcaps), (gst_visual_src_setcaps),
7217         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7218         (gst_visual_change_state):
7219           Finish fixing up libvisual plugin so that it runs. 
7220
7221 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7222
7223         * ext/vorbis/vorbisenc.c:
7224         * gst-libs/gst/tag/gstvorbistag.c:
7225           gsttaginterface.h -> gsttagsetter.h
7226
7227 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7228
7229         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7230           added another test that failes for me (test is not active by default)
7231
7232 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7233
7234         * configure.ac:
7235           v4l2 is no longer in gst-plugins-base
7236
7237 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7238
7239         * configure.ac:
7240           In the output at the end, don't show the first plugin on the same
7241           line as "Core plug-ins, always built:".
7242           Indent the output as for other plugin categories
7243         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7244           #define that can be used to not use peer buffer_alloc functions for
7245           test purposes.
7246         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7247         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7248         (gst_ximagesink_show_frame):
7249         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7250         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7251         (gst_xvimagesink_show_frame):
7252           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7253           fails gracefully instead of XError aborting or deadlocking.
7254
7255 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7256
7257         * ext/libvisual/Makefile.am:
7258           link against gst-base-libs
7259
7260 2005-09-06  David Schleef  <ds@schleef.org>
7261
7262         * configure.ac: Enable libvisual plugin.
7263         * ext/libvisual/Makefile.am:
7264         * ext/libvisual/visual.c: Fixes to make it compile.
7265
7266 === release 0.9.2 ===
7267
7268 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7269
7270         * NEWS:
7271         * RELEASE:
7272         * configure.ac:
7273         * docs/random/ChangeLog-0.8:
7274           releasing 0.9.2, "Spoon"
7275
7276 2005-09-05  Michael Smith <msmith@fluendo.com>
7277
7278         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7279           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7280           that in the vorbisenc element.
7281
7282 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7283
7284         * common/gtk-doc-plugins.mak:
7285         * docs/plugins/Makefile.am:
7286           fix distcheck
7287         * gst/audioresample/resample.c:
7288           fix wrong docstring
7289
7290 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7291
7292         * common/gst-xmlinspect.py:
7293         * common/gtk-doc-plugins.mak:
7294           only inspect plugins for this given package
7295           require gst-python 0.9
7296
7297 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7298
7299         * Makefile.am:
7300         * autogen.sh:
7301         * common/gst-xmlinspect.py:
7302         * configure.ac:
7303         * docs/Makefile.am:
7304         * docs/plugins/inspect/plugin-alsa.xml:
7305         * docs/plugins/inspect/plugin-audioresample.xml:
7306         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7307         * docs/plugins/inspect/plugin-ogg.xml:
7308         * docs/plugins/tmpl/element-gnomevfssink.sgml:
7309         * docs/plugins/tmpl/element-multifdsink.sgml:
7310         * docs/plugins/tmpl/element-tcpserversink.sgml:
7311         * docs/plugins/tmpl/element-vorbisenc.sgml:
7312         * gst-plugins-base.spec.in:
7313           various doc-related updates
7314
7315 2005-08-31  Wim Taymans  <wim@fluendo.com>
7316
7317         * gst-libs/gst/audio/gstbaseaudiosink.c:
7318         (gst_base_audio_sink_render):
7319         Resync if the buffer timestamps drift more than a 10th 
7320         of a second.
7321
7322 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
7323
7324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7325         (gst_v4lsrc_get_property):
7326           The 'timestamp-offset' property is registered as an int64, so
7327           let's use g_value_{set|get}_int64() in our setter and getter
7328           functions (makes it work and fixes warnings with gst-inspect).
7329
7330 2005-08-30  Wim Taymans  <wim@fluendo.com>
7331
7332         * check/elements/audioconvert.c: (setup_audioconvert):
7333         * check/elements/audioresample.c: (setup_audioresample):
7334         * check/elements/volume.c: (setup_volume):
7335         Fix checks.
7336
7337 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7338
7339         * common/gtk-doc-plugins.mak:
7340         * common/plugins.xsl:
7341         * docs/plugins/Makefile.am:
7342           make module a param
7343
7344 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7345
7346         * examples/seeking/seek.c: (make_mp3_pipeline),
7347         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7348         (play_cb), (pause_cb), (stop_cb):
7349           update the example
7350
7351 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7352
7353         * gst/volume/gstvolume.c: (gst_volume_class_init),
7354         (volume_transform):
7355           do not update controlled params, if buffer has no timestamp
7356
7357 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7358
7359         * configure.ac:
7360         * gst/sine/Makefile.am:
7361         * gst/volume/Makefile.am:
7362           controllerized elements also need to link against controller-libs ;)
7363
7364 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7365
7366         * docs/libs/tmpl/gstcolorbalance.sgml:
7367         * docs/libs/tmpl/gstgconf.sgml:
7368         * docs/libs/tmpl/gstmixer.sgml:
7369         * docs/libs/tmpl/gstringbuffer.sgml:
7370         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7371         (gst_sinesrc_create):
7372         * gst/volume/gstvolume.c: (gst_volume_class_init),
7373         (volume_transform):
7374           controllerized two audio plugins
7375
7376 2005-08-29  Andy Wingo  <wingo@pobox.com>
7377
7378         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
7379         (vorbis_handle_data_packet): Fix some int overflow errors.
7380
7381         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7382         -1.
7383         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7384         valid.
7385         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7386         if it's valid. Fixed streaming-mode playback.
7387
7388         * check/elements/volume.c (cleanup_volume): Fix for running
7389         CK_FORK=no.
7390
7391         * check/elements/audioconvert.c: Convert from native endian, not
7392         little endian.
7393
7394 2005-08-29  Michael Smith <msmith@fluendo.com>
7395
7396         * ext/ogg/Makefile.am:
7397         * ext/ogg/gstogg.c: (plugin_init):
7398         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7399         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7400         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7401         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7402         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7403         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7404         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7405         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7406         Add an ogg parser element.
7407
7408 2005-08-28  Andy Wingo  <wingo@pobox.com>
7409
7410         * Updates for two-arg init from GST_BOILERPLATE_FULL.
7411
7412 2005-08-26  Wim Taymans  <wim@fluendo.com>
7413
7414         * gst/audioconvert/audioconvert.c: (if), (float),
7415         (audio_convert_get_func_index), (check_default),
7416         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7417         (audio_convert_clean_context), (audio_convert_get_sizes),
7418         (audio_convert_convert):
7419         Cleanups.
7420
7421 2005-08-26  Wim Taymans  <wim@fluendo.com>
7422
7423         * gst/audioconvert/audioconvert.c: (if), (float),
7424         (audio_convert_get_func_index), (check_default),
7425         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7426         (audio_convert_clean_context), (audio_convert_get_sizes),
7427         (audio_convert_convert):
7428         More elegant and working temp buffer selection algo.
7429
7430 2005-08-26  Wim Taymans  <wim@fluendo.com>
7431
7432         * gst/audioconvert/audioconvert.c: (if), (float),
7433         (audio_convert_get_func_index), (check_default),
7434         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7435         (audio_convert_clean_context), (audio_convert_get_sizes),
7436         (get_temp_buffer), (audio_convert_convert):
7437         Use realloc else we lose our original data.
7438
7439 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7440
7441         * gst/audioresample/gstaudioresample.c:
7442           use base class' newsegment to properly timestamp
7443
7444 2005-08-26  Wim Taymans  <wim@fluendo.com>
7445
7446         * gst/audioconvert/audioconvert.c: (if), (float),
7447         (audio_convert_get_func_index), (check_default),
7448         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7449         (audio_convert_clean_context), (audio_convert_get_sizes),
7450         (get_temp_buffer), (audio_convert_convert):
7451         * gst/audioconvert/gstaudioconvert.c:
7452         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7453         (gst_audio_convert_transform_caps),
7454         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7455         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7456         Oops, allocate enough space to perform the channel mix.
7457
7458 2005-08-26  Wim Taymans  <wim@fluendo.com>
7459
7460         * gst/audioconvert/Makefile.am:
7461         * gst/audioconvert/audioconvert.c: (if), (float),
7462         (audio_convert_get_func_index), (check_default),
7463         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7464         (audio_convert_clean_context), (audio_convert_get_sizes),
7465         (get_temp_buffer), (audio_convert_convert):
7466         * gst/audioconvert/audioconvert.h:
7467         * gst/audioconvert/gstaudioconvert.c:
7468         (gst_audio_convert_class_init), (gst_audio_convert_init),
7469         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7470         (gst_audio_convert_get_unit_size),
7471         (gst_audio_convert_transform_caps),
7472         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7473         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7474         * gst/audioconvert/gstaudioconvert.h:
7475         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7476         (gst_channel_mix_fill_identical),
7477         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7478         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7479         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7480         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7481         (gst_channel_mix_mix):
7482         * gst/audioconvert/gstchannelmix.h:
7483         Cleanups, librarify a bit, optimize, better negotiation and more.
7484
7485 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7486
7487         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7488         Another from MikeS:
7489         During typefinding, don't support negative offsets
7490         (offsets from the end of the stream) in our typefind->peek() function
7491         - nothing embedded in ogg ever needs them. However, we need to recognise
7492         those requests and reject them, otherwise we return invalid pointers.
7493
7494 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7495
7496         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7497         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7498         (vorbisdec_finalize), (vorbis_handle_type_packet):
7499           Big shout-out to MikeS for fixing this giant memory leak.
7500           Huzzah!
7501
7502 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7503
7504         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
7505         (audio_convert_get_unit_size):
7506           plug some leaks
7507
7508 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7509
7510         * check/Makefile.am:
7511         * check/elements/audioconvert.c: (setup_audioconvert),
7512         (cleanup_audioconvert), (get_int_caps), (verify_convert),
7513         (GST_START_TEST), (audioconvert_suite), (main):
7514           add a test for audioconvert
7515         * gst/audioresample/gstaudioresample.c:
7516         * gst/audioresample/gstaudioresample.h:
7517           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
7518           note that for buffers of 1/3 sec this means DURATION(c) is 
7519           one nanosecond more than for a and b
7520
7521 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7522
7523         * check/Makefile.am:
7524         * check/elements/audioresample.c: (setup_audioresample),
7525         (cleanup_audioresample), (fail_unless_perfect_stream),
7526         (test_perfect_stream_instance), (GST_START_TEST),
7527           add a check for audioresample
7528         (audioresample_suite), (main):
7529         * check/elements/volume.c: (GST_START_TEST):
7530           remove unused method
7531         * gst/audioresample/gstaudioresample.c:
7532           set correct buffer parameters since we're changing them
7533         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7534           add some debug
7535
7536 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7537
7538         * gst/audioresample/debug.c:
7539         * gst/audioresample/gstaudioresample.c:
7540           add room for extra overlap samples when asked to transform size
7541           protect against possible mem corruption and check for discrepancies
7542           between written size and outbuffer's size so we can warn for
7543           potential problems
7544         * gst/audioresample/resample.c: (resample_init),
7545         (resample_get_output_size_for_input), (resample_get_output_size),
7546         (resample_set_n_channels), (resample_set_format):
7547           set debug level based on RESAMPLE_DEBUG env var
7548           make sure that get_output_size* returns a whole number of
7549           sample_size
7550           set sample_size each time either channel or format is set
7551         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
7552         * gst/audioresample/resample_functable.c:
7553         (resample_scale_functable):
7554         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7555           remove r->sample_size, it's done in resample.c now
7556           add some debugging to the ref implementation
7557           make sure we only give back bytes that are wholes of the sample
7558           size
7559
7560 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
7561         * gst/playback/gstplaybasebin.c: (fill_buffer):
7562         Revert unpopular change for GST_MESSAGE_SRC to GObject.
7563
7564 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
7565
7566         * gst/volume/gstvolume.c:
7567           made set_caps function static
7568
7569 2005-08-24  Wim Taymans  <wim@fluendo.com>
7570
7571         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7572         (gst_vorbisenc_change_state):
7573         Stop leaking taglists.
7574
7575 2005-08-24  Wim Taymans  <wim@fluendo.com>
7576
7577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
7578         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
7579         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
7580         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
7581         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7582         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7583         Parse seeking events better.
7584         Unref static caps.
7585         Generate correct newsegment events, fixes seeking in live oggs.
7586
7587         * ext/theora/theoradec.c: (theora_dec_src_query),
7588         (theora_dec_src_event), (theora_dec_src_getcaps),
7589         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
7590         Use newsegment values to report correct play time.
7591
7592         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7593         (vorbis_dec_src_event), (vorbis_dec_sink_event):
7594         * ext/vorbis/vorbisdec.h:
7595         Parse and use newsegment values to report correct play time.
7596
7597         * gst-libs/gst/audio/gstbaseaudiosink.c:
7598         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7599         Clear ringbuffer on flush.
7600         Use newsegment values to calculate playback time.
7601
7602         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7604         Basesink does newsegment calculations for us now.
7605
7606 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7607
7608         * check/Makefile.am:
7609         * configure.ac:
7610           add core's plugins to the mix so that playbin works
7611         * check/generic/states.c: (GST_START_TEST):
7612           set a 0 timeout on pipelines, so they don't force the next
7613           state change
7614         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
7615         (gst_play_base_bin_change_state):
7616           remove the crappy error handling and do GST error handling
7617
7618 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7619
7620         * check/Makefile.am:
7621         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
7622           add same test as to core, it bitches out on playbin atm.
7623
7624 2005-08-24  Wim Taymans  <wim@fluendo.com>
7625
7626         * configure.ac:
7627         Remove audioscale.
7628
7629 2005-08-24  Wim Taymans  <wim@fluendo.com>
7630
7631         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
7632         (gst_videoscale_prepare_size), (parse_caps),
7633         (gst_videoscale_set_caps), (gst_videoscale_get_size),
7634         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
7635         (gst_videoscale_transform):
7636         * gst/videoscale/gstvideoscale.h:
7637         Refactor, make use of BaseTranform really well.
7638
7639 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7640
7641         * configure.ac:
7642           compile audioresample
7643         * gst/audioresample/Makefile.am:
7644         * gst/audioresample/buffer.c:
7645         * gst/audioresample/functable.c:
7646         * gst/audioresample/gstaudioresample.c:
7647         * gst/audioresample/gstaudioresample.h:
7648         * gst/audioresample/resample.c:
7649         (resample_get_output_size_for_input):
7650         * gst/audioresample/resample.h:
7651         * gst/audioresample/resample_chunk.c:
7652         * gst/audioresample/resample_functable.c:
7653         * gst/audioresample/resample_ref.c:
7654           port to use basetransform; doesn't work in all cases yet
7655
7656 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7657
7658         * gst/audioconvert/gstaudioconvert.c:
7659         (gst_audio_convert_class_init), (gst_audio_convert_init),
7660         (audio_convert_get_unit_size), (audio_convert_transform_caps),
7661         (audio_convert_fixate_caps), (audio_convert_set_caps),
7662         (audio_convert_transform),
7663         (gst_audio_convert_buffer_to_default_format),
7664         (gst_audio_convert_buffer_from_default_format),
7665         (gst_audio_convert_channels):
7666         * gst/audioconvert/gstchannelmix.c:
7667         * gst/audioconvert/gstchannelmix.h:
7668           port to basetransform
7669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7670         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
7671         (gst_ffmpegcsp_get_unit_size):
7672         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7673         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
7674           fix for basetransform changes
7675
7676 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7677
7678         * check/Makefile.am:
7679           Add CHECK_CFLAGS and LDFLAGS
7680
7681         * gst/playback/gstplaybasebin.c: (fill_buffer):
7682           GST_MESSAGE_SRC became a GObject
7683
7684 2005-08-24  Wim Taymans  <wim@fluendo.com>
7685
7686         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
7687         (gst_ring_buffer_clear_all):
7688         * gst-libs/gst/audio/gstringbuffer.h:
7689         Added function to clear the ringbuffer.
7690
7691 2005-08-24  Andy Wingo  <wingo@pobox.com>
7692
7693         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
7694         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
7695         of _open and _close.
7696
7697         * sys/v4l/gstv4lxoverlay.h:
7698         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
7699         an Xv connection here, instead of all the time. Make Xv only be
7700         loaded if you axe for it. Kindof a workaround for buggy behaviour
7701         of Xv when using remote xservers (XvQueryExtension would block).
7702         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
7703         replace the _open and _close public API. Only start the xv
7704         connection if necessary.
7705         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
7706
7707 2005-08-23  David Schleef  <ds@schleef.org>
7708
7709         * gst/audioresample/Makefile.am: Leet audioresampling code
7710         * gst/audioresample/buffer.c:
7711         * gst/audioresample/buffer.h:
7712         * gst/audioresample/debug.c:
7713         * gst/audioresample/debug.h:
7714         * gst/audioresample/functable.c:
7715         * gst/audioresample/functable.h:
7716         * gst/audioresample/gstaudioresample.c:
7717         * gst/audioresample/gstaudioresample.h:
7718         * gst/audioresample/resample.c:
7719         * gst/audioresample/resample.h:
7720         * gst/audioresample/resample_chunk.c:
7721         * gst/audioresample/resample_functable.c:
7722         * gst/audioresample/resample_ref.c:
7723
7724 2005-08-23  Wim Taymans  <wim@fluendo.com>
7725
7726         * examples/seeking/seek.c: (make_vorbis_pipeline),
7727         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
7728         Small seek updates.
7729
7730 2005-08-23  Andy Wingo  <wingo@pobox.com>
7731
7732         * gst-libs/gst/audio/gstbaseaudiosrc.c
7733         (gst_base_audio_src_fixate): Only fixate endianness if it is
7734         present in the caps.
7735
7736 2005-08-22  Andy Wingo  <wingo@pobox.com>
7737
7738         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
7739         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
7740         device-name property.
7741
7742         * gst-libs/gst/audio/gstaudiosrc.h:
7743         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
7744         close_device in the ring buffer, like gstaudiosink.
7745
7746         * ext/alsa/gstalsamixer.h:
7747         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
7748         macro to implement the interface without much code. Cleanups. 
7749
7750         * ext/alsa/gstalsasrc.h:
7751         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
7752         READY.
7753
7754         * ext/alsa/Makefile.am: Add new files.
7755         * ext/alsa/gstalsamixerelement.c: 
7756         * ext/alsa/gstalsamixerelement.c: Split element code out from
7757         mixer code so that alsasrc can be a mixer too.
7758
7759 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7760
7761         * check/elements/volume.c: (setup_volume), (cleanup_volume),
7762         (GST_START_TEST):
7763         * check/elements/vorbisdec.c: (setup_vorbisdec),
7764         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
7765         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7766         (vorbis_handle_identification_packet),
7767         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
7768         (vorbis_handle_header_packet), (vorbis_dec_push),
7769         (vorbis_dec_chain):
7770           use the setup/teardown methods to save code.  save code is good.
7771
7772 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7773
7774         * check/Makefile.am:
7775           add ext dir for plugins
7776           add vorbisdec test conditionally
7777         * check/elements/volume.c: (setup_volume), (cleanup_volume),
7778         (GST_START_TEST), (volume_suite):
7779           add a test with wrong caps
7780         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
7781         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
7782           add a vorbisdec test
7783         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
7784         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
7785           clean up debug output
7786         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7787           yay, fix a segfault/security issue in vorbisdec
7788           gst-launch fakesrc ! vorbisdec wasn't happy
7789         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
7790         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
7791         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
7792         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
7793         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
7794         (gst_vorbisenc_set_metadata), (get_constraints_string),
7795         (update_start_message), (gst_vorbisenc_setup),
7796         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
7797         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
7798         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
7799         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
7800         * ext/vorbis/vorbisenc.h:
7801           march in line
7802         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7803         (gst_ffmpegcsp_transform):
7804           have the kow come home
7805         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
7806           debug my func ptr
7807         * gst/volume/gstvolume.c: (volume_set_caps):
7808           add a debug
7809
7810 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7811
7812         * Makefile.am:
7813         * check/.cvsignore:
7814         * check/Makefile.am:
7815         * check/elements/.cvsignore:
7816         * check/elements/volume.c: (chain_func), (event_func),
7817         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
7818         (main):
7819         * configure.ac:
7820           add unit test structure for gst-plugins-base
7821           add a test for volume
7822         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
7823         (gst_volume_set_volume), (gst_volume_get_volume),
7824         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
7825         (volume_funcfind), (volume_process_float), (volume_process_int16),
7826         (volume_set_caps), (volume_transform), (volume_update_mute),
7827         (volume_update_volume), (volume_set_property),
7828         (volume_get_property):
7829           document a little; use basetransform vmethod _set_caps
7830
7831 2005-08-19  Andy Wingo  <wingo@pobox.com>
7832
7833         * ext/alsa/gstalsamixertrack.h:
7834         * ext/alsa/gstalsamixertrack.c:
7835         * ext/alsa/gstalsamixeroptions.h:
7836         * ext/alsa/gstalsamixeroptions.c:
7837         * ext/alsa/gstalsamixer.h:
7838         * ext/alsa/gstalsamixer.c: Port to 0.9.
7839
7840         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
7841         Remove gstalsa.c and alsaclock. No more cruft here.
7842         
7843 2005-08-18  Wim Taymans  <wim@fluendo.com>
7844
7845         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7846         (gst_base_rtp_depayload_chain),
7847         (gst_base_rtp_depayload_add_to_queue),
7848         (gst_base_rtp_depayload_push),
7849         (gst_base_rtp_depayload_queue_release):
7850         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7851         Fix for RTPBuffer changes.
7852
7853         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
7854         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
7855         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
7856         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
7857         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
7858         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
7859         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
7860         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
7861         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
7862         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
7863         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
7864         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
7865         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
7866         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
7867         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
7868         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
7869         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
7870         (gst_rtpbuffer_get_payload):
7871         * gst-libs/gst/rtp/gstrtpbuffer.h:
7872         Don't subclass GstBuffer but add methods and helper functions
7873         to construct and manipulate RTP packets in regular GstBuffers.
7874
7875 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
7876
7877         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
7878           moved statement below switch
7879         * gst/volume/gstvolume.c: (gst_volume_class_init):
7880           added debug ptr
7881
7882 2005-08-16  Wim Taymans  <wim@fluendo.com>
7883
7884         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7885         (gst_base_audio_src_change_state):
7886         Open and close device in READY<->NULL state change.
7887
7888 2005-08-16  Andy Wingo  <wingo@pobox.com>
7889
7890         * examples/seeking/Makefile.am: Don't compile non-compiling
7891         compiled objects with the compiler.
7892
7893         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
7894         elements.
7895
7896 2005-08-12  Philippe Khalaf <burger@speedy.org>
7897         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7898         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7899           Made a thread to release the queue.
7900           Removed timestamp conversion for now.
7901
7902 2005-08-10  Philippe Khalaf <burger@speedy.org>
7903         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7904         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7905           Added rtp timestamp -> gst timestamp conversion.
7906           Fixed several problems with queue.
7907
7908 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
7909
7910         * gst-libs/gst/audio/gstaudioclock.h:
7911         * gst-libs/gst/audio/gstaudiofilter.h:
7912         * gst-libs/gst/audio/gstaudiosink.h:
7913         * gst-libs/gst/audio/gstaudiosrc.h:
7914         * gst-libs/gst/audio/gstbaseaudiosink.h:
7915         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7916         * gst-libs/gst/audio/gstringbuffer.h:
7917         * gst-libs/gst/net/gstnetbuffer.h:
7918         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7919         * gst-libs/gst/rtp/gstrtpbuffer.h:
7920           Add padding (you will need to rebuild gst-plugins-base,
7921           gst-plugins and all applications afterwards!)
7922
7923 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
7924
7925         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7926         (gst_riff_parse_chunk):
7927           Fix bug in debug message and add some more debug messages.
7928
7929 2005-08-08  Edward Hervey  <edward@fluendo.com>
7930
7931         * gst-libs/gst/riff/riff-media.c:
7932         backported updates since branch
7933
7934 2005-08-08  Andy Wingo  <wingo@pobox.com>
7935
7936         * gst-libs/gst/audio/gstbaseaudiosink.c
7937         (gst_base_audio_sink_change_state): Open the device in NULL->READY
7938         like good elements should. Close on READY->NULL too.
7939
7940         * gst-libs/gst/audio/gstaudiosink.c
7941         (gst_audioringbuffer_open_device,
7942         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
7943         (gst_audioringbuffer_release): Updates for new ring buffer API,
7944         hook into the new audio sink api.
7945
7946         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
7947         (GstAudioSinkClass.close): Just open and close the device -- no
7948         resource allocation or configuration.
7949         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
7950         vmethods, handle device setup and resource allocation.
7951
7952         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
7953         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
7954         base class API.
7955
7956         * gst-libs/gst/audio/gstringbuffer.h
7957         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
7958         New vmethods.
7959
7960         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
7961         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
7962         New API functions. The device should be opened before acquiring
7963         and closed after releasing.
7964
7965 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
7966
7967         * gst-libs/gst/interfaces/mixer.h:
7968           Reset padding to GST_PADDING.
7969
7970 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7971
7972         * gst/playback/gstplaybin.c: (remove_sinks):
7973           Remove visualization from parent explicitely; works around some
7974           apparent refcount issue that I haven't tracked down yet.
7975
7976 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7977
7978         * ext/alsa/gstalsasink.c: (set_hwparams):
7979           Assign debug category, add negotiation debug msgs.
7980
7981 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7982
7983         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
7984           Fix error code for file-not-found to NOT_FOUND.
7985
7986 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7987
7988         * common/gtk-doc-plugins.mak:
7989         * docs/plugins/Makefile.am:
7990         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7991         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7992           renamed to actual element names, so much nicer to look at
7993         * docs/plugins/tmpl/gstmultifdsink.sgml:
7994           remove
7995         * docs/plugins/tmpl/multifdsink.sgml:
7996         * docs/plugins/tmpl/tcpserversink.sgml:
7997           add
7998         * ext/alsa/gstalsa.c:
7999         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
8000         * ext/ogg/gstoggmux.c:
8001         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8002         * gst/playback/gstdecodebin.c:
8003         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8004         * gst/tcp/gsttcpserversink.c:
8005           various fixes and documentation additions
8006
8007 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8008
8009         * common/Makefile.am:
8010         * common/gstdoc-scangobj:
8011         * common/gtk-doc-plugins.mak:
8012         * common/gtk-doc.mak:
8013           add a custom scangobj that uses the registry
8014           add a custom gtk-doc-plugins.mak that uses it
8015           some doc build fixes
8016         * configure.ac:
8017         * docs/Makefile.am:
8018         * docs/plugins/Makefile.am:
8019         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8020         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8021         * docs/plugins/gst-plugins-base-plugins.types:
8022         * docs/plugins/tmpl/gstmultifdsink.sgml:
8023           add docs for one element, multifdsink
8024         * gst/adder/gstadder.h:
8025         * gst/volume/gstvolume.h:
8026           don't privatize enum
8027         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8028         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8029         (gst_sync_method_get_type), (gst_client_status_get_type),
8030         (gst_multifdsink_class_init),
8031         (gst_multifdsink_client_queue_buffer),
8032         (gst_multifdsink_handle_client_write):
8033         * gst/tcp/gstmultifdsink.h:
8034         * gst/tcp/gsttcp.h:
8035         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8036         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8037         (gst_tcpclientsink_render):
8038         * gst/tcp/gsttcpclientsink.h:
8039         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8040         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
8041         (gst_tcpclientsrc_start):
8042         * gst/tcp/gsttcpclientsrc.h:
8043         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8044         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
8045         * gst/tcp/gsttcpserversrc.h:
8046         * gst/typefind/gsttypefindfunctions.c:
8047           remove superfluous Type stuff
8048
8049 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8050
8051         * gst/playback/gstplaybin.c: (gen_video_element):
8052           Enable videoscale.
8053
8054 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8055
8056         * gst-libs/gst/gconf/gconf.c:
8057         * gst-libs/gst/gconf/gconf.h:
8058           Fix some Andy Problem [tm].
8059
8060 2005-08-04  Andy Wingo  <wingo@pobox.com>
8061
8062         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
8063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
8064         (gst_ffmpegcsp_get_size): Adapt to API changes.
8065
8066         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
8067         Implement an in-place do-nothing transform.
8068
8069 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8070
8071         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8072         (gst_ximagesink_renegotiate_size):
8073           Do not set new window sizes yet if we prepare a new buffer size
8074           for upstream renegotiation (software scaling) at some point in the
8075           future, because this new size waqs not actually accepted yet. Once
8076           accepted, renegotiation later on will set the new sizes just fine.
8077           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
8078           embedding testcase.
8079
8080 2005-08-03  Andy Wingo  <wingo@pobox.com>
8081
8082         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
8083         (gst_ximagesink_buffer_alloc): 
8084         Protect the height, width, and desired_caps with the pool_lock.
8085         Fixes videotestsrc ! queue ! ximagesink.
8086
8087 2005-08-02  Edward Hervey  <edward@fluendo.com>
8088
8089         * gst/volume/gstvolume.c:
8090         include left from controller cleanup
8091
8092 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
8093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
8094           Stop collectpads before calling the parent state
8095           change function on PAUSED->READY.
8096
8097 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
8098         * configure.ac:
8099           When testing for X libs, use the X CFlags 
8100         * gst/adder/gstadder.c: (gst_adder_change_state):
8101           Stop the collectpads before calling parent state change function
8102           on PAUSED->READY, otherwise we deadlock deactivating pads.
8103
8104 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
8105
8106         * configure.ac:
8107         * docs/libs/tmpl/gstcolorbalance.sgml:
8108         * docs/libs/tmpl/gstmixer.sgml:
8109         * examples/Makefile.am:
8110         * gst/sine/Makefile.am:
8111         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
8112         (gst_sinesrc_set_property), (plugin_init):
8113         * gst/sine/gstsinesrc.h:
8114         * gst/volume/Makefile.am:
8115         * gst/volume/gstvolume.c: (gst_volume_set_volume),
8116         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
8117         (volume_process_float), (volume_process_int16),
8118         (volume_set_property), (plugin_init):
8119         * gst/volume/gstvolume.h:
8120           deactivate and remove dparams (libgstcontrol)
8121
8122 2005-07-29  Wim Taymans  <wim@fluendo.com>
8123
8124         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
8125         Convert me to BaseTransform!! help..
8126
8127 2005-07-29  Andy Wingo  <wingo@pobox.com>
8128
8129         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
8130         sinks.
8131
8132         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
8133         support of both endiannesses.
8134
8135 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8136
8137         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8138           Fix confusing debug message (s/event/query/)
8139
8140 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8141
8142         * gst/videotestsrc/videotestsrc.h:
8143           Use "_stdint.h" instead of <stdint.h>
8144
8145 2005-07-27  Wim Taymans  <wim@fluendo.com>
8146
8147         * ext/vorbis/Makefile.am:
8148         Revert wrong commit.
8149
8150 2005-07-27  Wim Taymans  <wim@fluendo.com>
8151
8152         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
8153         More compilation fixen.
8154
8155 2005-07-27  Wim Taymans  <wim@fluendo.com>
8156
8157         * gst-libs/gst/audio/gstbaseaudiosink.c:
8158         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8159         (gst_base_audio_sink_create_ringbuffer),
8160         (gst_base_audio_sink_change_state):
8161         Fix compilation.
8162
8163 2005-07-27  Wim Taymans  <wim@fluendo.com>
8164
8165         * examples/seeking/seek.c: (setup_dynamic_link),
8166         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
8167         (query_positions_elems), (query_positions_pads), (do_seek):
8168         Update seek example.
8169
8170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8171         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
8172         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
8173         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8174         (gst_ogg_demux_handle_event),
8175         (gst_ogg_demux_deactivate_current_chain),
8176         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8177         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8178         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
8179         (gst_ogg_demux_loop):
8180         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8181         * ext/theora/theoradec.c: (theora_dec_src_event),
8182         (theora_dec_src_getcaps), (theora_dec_sink_event),
8183         (theora_dec_push), (theora_dec_chain):
8184         * ext/vorbis/Makefile.am:
8185         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
8186         (vorbis_dec_sink_event), (vorbis_dec_push),
8187         (vorbis_handle_data_packet):
8188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
8189         (gst_vorbisenc_chain):
8190         * gst/playback/gststreaminfo.c: (cb_probe):
8191         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
8192         * gst/videorate/gstvideorate.c: (gst_videorate_event):
8193         * gst/videoscale/gstvideoscale.c:
8194         (gst_videoscale_handle_src_event):
8195         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
8196         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
8197         (gst_ximagesink_navigation_send_event):
8198         * sys/xvimage/xvimagesink.c:
8199         (gst_xvimagesink_navigation_send_event):
8200         Various event updates and cleanups
8201
8202 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8203
8204         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8205           Fix segfault for I420/YV12.
8206
8207 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8208
8209         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8210           Report bitrate.
8211
8212 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8213
8214         * gst/playback/gstplaybin.c: (gen_video_element),
8215         (gen_audio_element):
8216           Switch to auto*sink elements as default sinks; add volume element
8217           so that volume control in totem works.
8218
8219 2005-07-21  Wim Taymans  <wim@fluendo.com>
8220
8221         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8222         * gst/playback/gstplaybin.c: (setup_sinks),
8223         (gst_play_bin_change_state):
8224         Refcount fix and more comments.
8225
8226 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8227
8228         * sys/ximage/Makefile.am:
8229         * sys/ximage/ximage.c: (plugin_init):
8230         * sys/ximage/ximagesink.c:
8231         Prepare for adding ximagesrc, rename of plugin to ximage etc.
8232         
8233
8234 2005-07-21  Wim Taymans  <wim@fluendo.com>
8235
8236         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8237         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8238         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8239         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8240         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8241         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8242         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8243         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8244         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8245         Generate correct disconts for live chained oggs.
8246
8247         * gst-libs/gst/audio/gstbaseaudiosink.c:
8248         (gst_base_audio_sink_render),
8249         (gst_base_audio_sink_create_ringbuffer),
8250         (gst_base_audio_sink_change_state):
8251         Handle discont math correctly.
8252
8253         * gst/playback/gstplaybin.c: (add_sink):
8254         Some small debug cleanup.
8255
8256 2005-07-21  Wim Taymans  <wim@fluendo.com>
8257
8258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8259         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8260         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8261         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8262         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8263         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8264         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8265         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8266         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8267         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8268         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8269         (gst_ogg_demux_change_state), (gst_ogg_print):
8270         Reorganize code to send the right disconts when in streaming
8271         mode.
8272
8273 2005-07-20  Andy Wingo  <wingo@pobox.com>
8274
8275         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8276         fix (?), fixes a seggie mcfalterson (#310894).
8277
8278 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8279
8280         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8281         (gst_ogg_mux_set_header_on_caps):
8282         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8283         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8284         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8285         * gst-libs/gst/audio/multichannel.c:
8286         (gst_audio_set_channel_positions),
8287         (gst_audio_set_structure_channel_positions_list):
8288         * gst/playback/gstdecodebin.c: (dynamic_create):
8289         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8290         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8291           Fixes for API changes in core.
8292
8293 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8294
8295         * gst/playback/gstplaybasebin.c: (fill_buffer):
8296           Use _new_custom() so we can set custom message types for buffering
8297           messages.
8298
8299 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8300
8301         * configure.ac:
8302         * gst-libs/gst/Makefile.am:
8303         * gst-libs/gst/gconf/.cvsignore:
8304         * gst-libs/gst/gconf/Makefile.am:
8305         * gst-libs/gst/gconf/test-gconf.c:
8306         * pkgconfig/Makefile.am:
8307         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8308         * pkgconfig/gstreamer-gconf.pc.in:
8309           Remove gconf stuff, use gconf elements instead from now on.
8310
8311 2005-07-20  Wim Taymans  <wim@fluendo.com>
8312
8313         * gst-libs/gst/audio/TODO:
8314         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8315         (gst_audio_clock_get_internal_time):
8316         * gst-libs/gst/audio/gstaudioclock.h:
8317         * gst-libs/gst/audio/gstbaseaudiosink.c:
8318         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8319         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8320         (gst_base_audio_sink_render),
8321         (gst_base_audio_sink_create_ringbuffer),
8322         (gst_base_audio_sink_change_state):
8323         Make sure the audio clock always returns an increasing value.
8324
8325 2005-07-19  Andy Wingo  <wingo@pobox.com>
8326
8327         * gst/videotestsrc/: Cleanups.
8328
8329 2005-07-19  Wim Taymans  <wim@fluendo.com>
8330
8331         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8332         Better debugging.
8333
8334 2005-07-19  Wim Taymans  <wim@fluendo.com>
8335
8336         * examples/seeking/seek.c: (make_dv_pipeline),
8337         (make_vorbis_theora_pipeline), (query_rates),
8338         (query_positions_elems), (query_positions_pads), (do_seek):
8339         Make correct DV pipeline.
8340
8341 2005-07-18  Andy Wingo  <wingo@pobox.com>
8342
8343         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8344         default. Also because it's the only thing that really works. (This
8345         is used in the GConf elements).
8346         Use AS_LIBTOOL_TAGS.
8347
8348 2005-07-18  Wim Taymans  <wim@fluendo.com>
8349
8350         * gst/playback/gstdecodebin.c: (remove_element_chain):
8351         * gst/playback/gstplaybin.c: (add_sink):
8352         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8353         (gst_stream_info_set_mute):
8354         * gst/playback/gststreamselector.c:
8355         (gst_stream_selector_get_linked_pad),
8356         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8357         More leak and compile fixes.
8358
8359 2005-07-18  Wim Taymans  <wim@fluendo.com>
8360
8361         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8362         (query_rates), (query_positions_elems), (query_positions_pads),
8363         (do_seek), (seek_cb), (stop_seek):
8364         Updated seek example. 
8365
8366         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8367         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8368         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8369         * gst/playback/gstplaybin.c: (add_sink):
8370         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8371         (gst_stream_info_set_mute):
8372         Some refcount leak fixes.
8373
8374 2005-07-16  Wim Taymans  <wim@fluendo.com>
8375
8376         * gst-libs/gst/audio/gstbaseaudiosink.c:
8377         (gst_base_audio_sink_render):
8378         Align samples even if we have roundoff errors in the 
8379         timestamp conversion.
8380
8381 2005-07-16  Wim Taymans  <wim@fluendo.com>
8382
8383         * docs/libs/tmpl/gstringbuffer.sgml:
8384         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8385         (query_rates), (query_positions_elems), (query_positions_pads),
8386         (update_scale), (do_seek):
8387         Updated seek example.
8388
8389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8390         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8391         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8392         (gst_ogg_demux_loop):
8393         Push out correct discont values.
8394
8395         * ext/theora/theoradec.c: (theora_dec_src_convert),
8396         (theora_dec_sink_convert), (theora_dec_src_getcaps),
8397         (theora_dec_sink_event), (theora_handle_type_packet),
8398         (theora_handle_header_packet), (theora_dec_push),
8399         (theora_handle_data_packet), (theora_dec_chain),
8400         (theora_dec_change_state):
8401         Better timestamping.
8402
8403         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8404         (vorbis_dec_sink_event), (vorbis_dec_push),
8405         (vorbis_handle_data_packet), (vorbis_dec_chain):
8406         * ext/vorbis/vorbisdec.h:
8407         Better timestamping.
8408
8409         * gst-libs/gst/audio/gstbaseaudiosink.c:
8410         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8411         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8412         Handle syncing on timestamps instead of sample offsets. Make
8413         use of DISCONT values as described in design docs.
8414
8415         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8416         (gst_base_audio_src_get_time):
8417         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8418         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8419         (gst_ring_buffer_read):
8420         * gst-libs/gst/audio/gstringbuffer.h:
8421         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8422         (gst_ximagesink_show_frame):
8423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8424         Correcly convert buffer timestamp to stream time.
8425
8426 2005-07-16  Wim Taymans  <wim@fluendo.com>
8427
8428         * gst/audioconvert/gstaudioconvert.c:
8429         (gst_audio_convert_get_buffer):
8430         Timestamp buffers correctly.
8431
8432         * gst/playback/gstplaybin.c: (gen_video_element):
8433         Make internal fakesink silent.
8434
8435 2005-07-15  Wim Taymans  <wim@fluendo.com>
8436
8437         * gst/ffmpegcolorspace/Makefile.am:
8438         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8439         (gst_ffmpegcsp_caps_remove_format_info),
8440         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8441         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8442         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8443         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8444         Ported ffmpegcolorspace to basetransform.
8445
8446         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8447         * gst/volume/gstvolume.c: (volume_transform):
8448         Ported to new API.
8449
8450 2005-07-14  Wim Taymans  <wim@fluendo.com>
8451
8452         * gst/videotestsrc/Makefile.am:
8453         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8454         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8455         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8456         (gst_videotestsrc_init), (gst_videotestsrc_event),
8457         (gst_videotestsrc_create), (gst_videotestsrc_start),
8458         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8459         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8460         (gst_videotestsrc_get_property):
8461         * gst/videotestsrc/gstvideotestsrc.h:
8462         Make videotestsrc a pushsrc.
8463
8464 2005-07-14  Wim Taymans  <wim@fluendo.com>
8465
8466         * gst/tcp/gstfdset.c: (gst_fdset_free):
8467         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8468         (gst_multifdsink_add), (gst_multifdsink_remove),
8469         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8470         (gst_multifdsink_remove_client_link),
8471         (gst_multifdsink_client_queue_data),
8472         (gst_multifdsink_client_queue_caps),
8473         (gst_multifdsink_client_queue_buffer),
8474         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8475         (gst_multifdsink_stop):
8476         * gst/tcp/gstmultifdsink.h:
8477         0.8 backporting.
8478
8479         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8480         Also draw image when not from a pool.
8481
8482 2005-07-14  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8485         (mute_stream), (silence_stream):
8486         Small debug additions.
8487
8488 2005-07-14  Wim Taymans  <wim@fluendo.com>
8489
8490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8491         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8492         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8493         Better error recovery, ignore unconnected pads and
8494         non-fatal errors.
8495
8496 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8497
8498         * docs/libs/tmpl/gstaudio.sgml:
8499         * docs/libs/tmpl/gstcolorbalance.sgml:
8500         * docs/libs/tmpl/gstgconf.sgml:
8501         * docs/libs/tmpl/gstmixer.sgml:
8502         * docs/libs/tmpl/gstringbuffer.sgml:
8503         * docs/libs/tmpl/gsttuner.sgml:
8504         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8505         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8506         (gst_tcpclientsrc_class_init):
8507         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8508         (gst_tcpserversrc_class_init):
8509         * sys/v4l/gstv4lelement.c:
8510           more autistic cleanliness in functions/names/defines
8511
8512 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8513
8514         * configure.ac:
8515           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
8516           added manually to each Makefile.am so we are sure it goes
8517           *last* and doesn't add -L flags before linking in libs of our
8518           own, like, say, internal .la libs, that then accidentally pick
8519           up the installed copy.
8520         * docs/libs/Makefile.am:
8521         * ext/alsa/Makefile.am:
8522         * ext/cdparanoia/Makefile.am:
8523         * ext/gnomevfs/Makefile.am:
8524         * ext/libvisual/Makefile.am:
8525         * ext/ogg/Makefile.am:
8526         * ext/theora/Makefile.am:
8527         * ext/vorbis/Makefile.am:
8528         * gst-libs/gst/video/Makefile.am:
8529         * gst/adder/Makefile.am:
8530         * gst/audioconvert/Makefile.am:
8531         * gst/audiorate/Makefile.am:
8532         * gst/audioscale/Makefile.am:
8533         * gst/ffmpegcolorspace/Makefile.am:
8534         * gst/playback/Makefile.am:
8535         * gst/sine/Makefile.am:
8536         * gst/subparse/Makefile.am:
8537         * gst/tags/Makefile.am:
8538         * gst/tcp/Makefile.am:
8539         * gst/typefind/Makefile.am:
8540         * gst/videorate/Makefile.am:
8541         * gst/videoscale/Makefile.am:
8542         * gst/videotestsrc/Makefile.am:
8543         * gst/volume/Makefile.am:
8544         * sys/v4l/Makefile.am:
8545         * sys/ximage/Makefile.am:
8546         * sys/xvimage/Makefile.am:
8547           adapt properly to this change. This should make sure that
8548           plugins and libs properly link to the as-yet-uninstalled
8549           copies of stuff like libgstinterfaces and libgstvideo
8550
8551 2005-07-13  Andy Wingo  <wingo@pobox.com>
8552
8553         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
8554         (gst_v4lsrc_fixate): Fixate on format as well.
8555
8556         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
8557         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
8558         buffer points to it.
8559         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
8560         rather just doing X calls ourselves. Also fixes a memleak.
8561
8562 2005-07-12  Andy Wingo  <wingo@pobox.com>
8563
8564         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
8565         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
8566         (gst_v4lsrc_create): Re-add the copy-mode property, default to
8567         TRUE to avoid deadlocks if an element holds on to our buffers.
8568
8569 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8570
8571         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8572         (gst_sinesrc_init), (gst_sinesrc_create),
8573         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8574         (gst_sinesrc_start):
8575         * gst/sine/gstsinesrc.h:
8576           removing num-buffers property before moving it
8577
8578 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8579
8580         * configure.ac:
8581           use overridable ERROR_CFLAGS
8582         * docs/libs/gst-plugins-base-libs.types:
8583         * docs/libs/tmpl/gstringbuffer.sgml:
8584         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8585         (gst_alsasink_class_init):
8586         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
8587         (gst_alsasrc_class_init):
8588         * gst-libs/gst/audio/audio.h:
8589         * gst-libs/gst/audio/gstaudioclock.h:
8590         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
8591         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
8592         (gst_audio_filter_link), (gst_audio_filter_init),
8593         (gst_audio_filter_chain), (gst_audio_filter_set_property),
8594         (gst_audio_filter_get_property),
8595         (gst_audio_filter_class_add_pad_templates):
8596         * gst-libs/gst/audio/gstaudiofilter.h:
8597         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8598         (gst_audio_filter_template_get_type),
8599         (gst_audio_filter_template_base_init),
8600         (gst_audio_filter_template_class_init),
8601         (gst_audio_filter_template_init),
8602         (gst_audio_filter_template_set_property),
8603         (gst_audio_filter_template_get_property), (plugin_init),
8604         (gst_audio_filter_template_setup),
8605         (gst_audio_filter_template_filter),
8606         (gst_audio_filter_template_filter_inplace):
8607         * gst-libs/gst/audio/gstaudiosink.c:
8608         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8609         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
8610         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
8611         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
8612         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
8613         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
8614         * gst-libs/gst/audio/gstaudiosink.h:
8615         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
8616         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
8617         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8618         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
8619         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
8620         (gst_audio_src_class_init), (gst_audio_src_init),
8621         (gst_audio_src_create_ringbuffer):
8622         * gst-libs/gst/audio/gstaudiosrc.h:
8623         * gst-libs/gst/audio/gstbaseaudiosink.c:
8624         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
8625         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8626         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
8627         (gst_base_audio_sink_set_property),
8628         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
8629         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
8630         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
8631         (gst_base_audio_sink_create_ringbuffer),
8632         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
8633         * gst-libs/gst/audio/gstbaseaudiosink.h:
8634         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8635         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
8636         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
8637         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
8638         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
8639         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
8640         (gst_base_audio_src_event), (gst_base_audio_src_create),
8641         (gst_base_audio_src_create_ringbuffer),
8642         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
8643         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8644         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8645         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
8646         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
8647         (gst_ring_buffer_debug_spec_caps),
8648         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
8649         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8650         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8651         (gst_ring_buffer_start), (gst_ring_buffer_pause),
8652         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
8653         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
8654         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
8655         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8656         (gst_ring_buffer_clear):
8657         * gst-libs/gst/audio/gstringbuffer.h:
8658         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
8659         (gst_video_sink_class_init), (gst_video_sink_get_type):
8660         * gst-libs/gst/video/videosink.h:
8661         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
8662         (gst_multifdsink_class_init),
8663         (gst_multifdsink_handle_client_write),
8664         (gst_multifdsink_change_state):
8665         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8666         (gst_tcpclientsink_setcaps):
8667         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8668         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
8669         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
8670         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
8671         (gst_ximagesink_send_pending_navigation),
8672         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
8673         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
8674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8675         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8676         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
8677         (gst_xvimagesink_send_pending_navigation),
8678         (gst_xvimagesink_navigation_send_event),
8679         (gst_xvimagesink_set_xwindow_id),
8680         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
8681         (gst_xvimagesink_get_type):
8682         more macro splitting
8683
8684 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8685
8686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8687           plug a memleak, allows me to import 1479 albums in one go
8688           in jamboree
8689         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8690         (vorbis_handle_type_packet), (vorbis_dec_chain),
8691         (vorbis_dec_change_state):
8692           fix some format strings
8693
8694 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8695
8696         * docs/libs/tmpl/gstcolorbalance.sgml:
8697         * docs/libs/tmpl/gstmixer.sgml:
8698         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8699         (gst_alsasink_set_property), (gst_alsasink_get_property):
8700         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
8701         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
8702           add device property
8703
8704 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8705
8706         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8707         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
8708         (audiocast_register_listener), (audiocast_thread_run),
8709         (gst_gnomevfssrc_send_additional_headers_callback),
8710         (gst_gnomevfssrc_received_headers_callback),
8711         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
8712         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
8713         (gst_gnomevfssrc_get_size):
8714           add/clean up debugging
8715         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
8716           cleanups
8717
8718 2005-07-07  Andy Wingo  <wingo@pobox.com>
8719
8720         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
8721         framerate. Need to get a handle on when exactly this function is
8722         called, tho.
8723
8724         * sys/v4l/v4lsrc_calls.h:
8725         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
8726         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
8727         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
8728
8729         * sys/v4l/v4l_calls.h: Cast to V4lElement.
8730         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
8731         v4lelements are sources.
8732
8733         * sys/v4l/gstv4lxoverlay.h:
8734         * sys/v4l/gstv4lxoverlay.c:
8735         * sys/v4l/gstv4ltuner.h:
8736         * sys/v4l/gstv4ltuner.c: Header loc fixen.
8737         
8738         * sys/v4l/gstv4lsrc.h:
8739         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
8740         PushSrc/BaseSrc. Removed most sync-related properties, videorate
8741         or something should handle that. Made a live source.
8742
8743         * sys/v4l/gstv4lelement.h:
8744         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
8745         signals. Some cleanups.
8746
8747         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
8748
8749         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
8750         stuff.
8751
8752         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
8753         stuff.
8754
8755         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
8756
8757 2005-07-07  Wim Taymans  <wim@fluendo.com>
8758
8759         * ext/theora/theoradec.c: (theora_get_query_types),
8760         (theora_dec_src_getcaps), (theora_dec_push):
8761         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
8762         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
8763         Remove deprecated/unused query types.
8764
8765 2005-07-06  Wim Taymans  <wim@fluendo.com>
8766
8767         * ext/alsa/Makefile.am:
8768         * ext/alsa/gstalsaplugin.c: (plugin_init):
8769         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8770         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
8771         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
8772         (gst_alsasrc_class_init), (gst_alsasrc_init),
8773         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
8774         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
8775         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
8776         (gst_alsasrc_reset):
8777         * ext/alsa/gstalsasrc.h:
8778         * gst-libs/gst/audio/Makefile.am:
8779         * gst-libs/gst/audio/gstaudiosink.c:
8780         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8781         (gst_audioringbuffer_start):
8782         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
8783         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
8784         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
8785         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
8786         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
8787         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
8788         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
8789         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
8790         * gst-libs/gst/audio/gstaudiosrc.h:
8791         * gst-libs/gst/audio/gstbaseaudiosink.c:
8792         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
8793         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
8794         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
8795         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8796         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
8797         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
8798         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
8799         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
8800         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
8801         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
8802         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
8803         (gst_baseaudiosrc_change_state):
8804         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8805         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8806         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
8807         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
8808         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8809         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
8810         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
8811         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
8812         * gst-libs/gst/audio/gstringbuffer.h:
8813         Added audiosource base classes.
8814         Ported alsasrc, still very basic.
8815
8816 2005-07-06  Wim Taymans  <wim@fluendo.com>
8817
8818         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
8819         (theora_dec_push), (theora_handle_data_packet):
8820         Prepare for better timestamp fix later.
8821
8822         * gst/audioconvert/gstaudioconvert.c:
8823         List most accurate caps first
8824
8825         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
8826         Use proper pad task function.
8827
8828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8829         (gst_xvimagesink_show_frame):
8830         Fix deadlock when alloc failed.
8831
8832 2005-07-05  Andy Wingo  <wingo@pobox.com>
8833
8834         * ext/gnomevfs/gstgnomevfssrc.c:
8835         * gst/sine/gstsinesrc.c:
8836         * gst/tcp/gsttcpserversrc.c:
8837         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
8838
8839         * sys/v4l/: Port from 0.8.
8840
8841         * Many files: Null if we got it....
8842
8843 2005-07-05  Andy Wingo  <wingo@pobox.com>
8844
8845         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
8846         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
8847         Signedness fixes.
8848
8849 2005-07-05  Wim Taymans  <wim@fluendo.com>
8850
8851         * configure.ac:
8852         * gst/tcp/Makefile.am:
8853         * gst/tcp/README:
8854         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
8855         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
8856         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
8857         (is_sync_frame), (gst_multifdsink_handle_client_write),
8858         (gst_multifdsink_render), (gst_multifdsink_start),
8859         (gst_multifdsink_stop), (gst_multifdsink_change_state):
8860         * gst/tcp/gstmultifdsink.h:
8861         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
8862         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
8863         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
8864         * gst/tcp/gsttcp.h:
8865         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8866         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8867         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
8868         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
8869         * gst/tcp/gsttcpclientsink.h:
8870         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8871         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
8872         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
8873         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
8874         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
8875         * gst/tcp/gsttcpclientsrc.h:
8876         * gst/tcp/gsttcpplugin.c: (plugin_init):
8877         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
8878         * gst/tcp/gsttcpserversink.h:
8879         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8880         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
8881         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
8882         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
8883         (gst_tcpserversrc_stop):
8884         * gst/tcp/gsttcpserversrc.h:
8885         * gst/tcp/gsttcpsink.c:
8886         * gst/tcp/gsttcpsink.h:
8887         * gst/tcp/gsttcpsrc.c:
8888         * gst/tcp/gsttcpsrc.h:
8889         Ported tcp plugins to 0.9. 
8890         
8891
8892 2005-07-05  Andy Wingo  <wingo@pobox.com>
8893
8894         * gst/playback/gstplaybasebin.c (fill_buffer):
8895         message_new_application fixen.
8896
8897         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
8898         Style fix.
8899
8900 2005-07-04  Wim Taymans  <wim@fluendo.com>
8901
8902         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8903         Set caps on output buffer.
8904
8905 2005-07-04  Andy Wingo  <wingo@pobox.com>
8906
8907         * ext/gnomevfs/gstgnomevfssrc.c
8908         (gst_gnomevfssrc_received_headers_callback) 
8909         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
8910         hopefully.
8911
8912         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
8913         No refcount leakage.
8914
8915         * configure.ac: Enable -Werror.
8916         
8917         * ext/theora/theoradec.c (theora_dec_src_getcaps):
8918         * gst/audioconvert/bufferframesconvert.c
8919         (buffer_frames_convert_fixate):
8920         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
8921         (gst_audio_convert_fixate):
8922         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
8923         (gst_sinesrc_create): Fixate func changes.
8924         
8925         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8926         (gst_ximagesink_buffer_alloc): Unused var.
8927
8928 2005-07-01  Andy Wingo  <wingo@pobox.com>
8929
8930         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
8931         getcaps to do explicit caps. Needs to be done in all decoders,
8932         possibly via a base class.
8933
8934         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
8935
8936         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
8937         caps on the sink pad, just rely on the pad template. Also, setting
8938         ANY caps on a pad is not valid because the caps are not fixed.
8939
8940         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
8941         caps on the buffer, and get the width from the desired_caps if
8942         they're set.
8943         (gst_ximagesink_renegotiate_size): Implement via setting the
8944         desired_caps on the ximagesink.
8945         (gst_ximagesink_setcaps): Only reset the width of the player if it
8946         wasn't already set. Not sure if this is right.
8947         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
8948
8949         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
8950         that the user wants. NULL unless the window has been resized.
8951
8952         * gst/volume/gstvolume.c (volume_transform): Adapt to
8953         basetransform refcount changes.
8954         
8955 2005-07-01  Andy Wingo  <wingo@pobox.com>
8956
8957         * gst/videoscale/gstvideoscale.c:
8958         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
8959         from BaseTransform, implements a transform_caps. Removed dead code
8960         including some PAR stuff that was never reached -- should probably
8961         be added back somehow.
8962
8963 2005-07-01  Andy Wingo  <wingo@pobox.com>
8964
8965         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
8966         come later.
8967
8968 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8969
8970         * configure.ac:
8971         * docs/libs/Makefile.am:
8972         * docs/libs/gst-plugins-libs.types:
8973         * ext/alsa/Makefile.am:
8974         * ext/alsa/gstalsamixer.h:
8975         * ext/alsa/gstalsamixeroptions.h:
8976         * ext/alsa/gstalsamixertrack.h:
8977         * gst-libs/gst/Makefile.am:
8978         * gst-libs/gst/colorbalance/.cvsignore:
8979         * gst-libs/gst/colorbalance/Makefile.am:
8980         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8981         * gst-libs/gst/colorbalance/colorbalance.c:
8982         * gst-libs/gst/colorbalance/colorbalance.h:
8983         * gst-libs/gst/colorbalance/colorbalance.vcproj:
8984         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8985         * gst-libs/gst/colorbalance/colorbalancechannel.h:
8986         * gst-libs/gst/interfaces/Makefile.am:
8987         * gst-libs/gst/interfaces/colorbalance.c:
8988         (gst_color_balance_class_init):
8989         * gst-libs/gst/interfaces/colorbalance.h:
8990         * gst-libs/gst/interfaces/interfaces-marshal.list:
8991         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
8992         * gst-libs/gst/interfaces/mixer.h:
8993         * gst-libs/gst/interfaces/mixeroptions.h:
8994         * gst-libs/gst/interfaces/navigation.c:
8995         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
8996         * gst-libs/gst/interfaces/tuner.h:
8997         * gst/volume/Makefile.am:
8998         * gst/volume/gstvolume.c:
8999         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9000         * sys/ximage/Makefile.am:
9001         * sys/ximage/ximagesink.c:
9002         * sys/xvimage/Makefile.am:
9003         * sys/xvimage/xvimagesink.c:
9004           fold in all interfaces into an interfaces dir, preserving CVS
9005           history
9006
9007 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9008
9009         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9010           Fix build after riff changes.
9011
9012 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9013
9014         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9015         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9016         (gst_riff_create_video_template_caps),
9017         (gst_riff_create_audio_template_caps),
9018         (gst_riff_create_iavs_template_caps):
9019         * gst-libs/gst/riff/riff-media.h:
9020         * gst-libs/gst/riff/riff-read.h:
9021         * gst-libs/gst/riff/riff.c: (gst_riff_init):
9022           Add gst_riff_init() to initialize the debug category, instead
9023           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
9024
9025 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9026
9027         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
9028           Oops, I shouldn't apply hacks.
9029
9030 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9031
9032         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
9033           Remove pad_loop function which doesn't work.
9034
9035 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9036
9037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
9038           Send EOS when deactivating.
9039         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9040         (check_queue), (queue_threshold_reached), (queue_out_of_data),
9041         (gen_preroll_element), (probe_triggered), (mute_stream),
9042         (silence_stream), (new_decoded_pad), (setup_substreams),
9043         (set_active_source):
9044         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
9045         (remove_sinks), (add_sink):
9046         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
9047           Change for new probe API.
9048
9049 2005-06-29  Wim Taymans  <wim@fluendo.com>
9050
9051         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
9052         * gst-libs/gst/audio/gstbaseaudiosink.c:
9053         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9054         (gst_baseaudiosink_change_state):
9055         * gst-libs/gst/audio/gstbaseaudiosink.h:
9056         * gst-libs/gst/audio/gstringbuffer.c:
9057         (gst_ringbuffer_set_callback):
9058         Fix compilation error.
9059         Ringbuffer starts out as not running.
9060         Free our clock in dispose.
9061         When releasing the ringbuffer we need to renegotiate so
9062         clear the pad caps.
9063
9064 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9065
9066         * autogen.sh:
9067         * configure.ac:
9068         * docs/Makefile.am:
9069         * docs/libs/Makefile.am:
9070         * docs/libs/gst-plugins-libs-docs.sgml:
9071         * docs/libs/gst-plugins-libs-sections.txt:
9072         * docs/libs/gst-plugins-libs.types:
9073         * docs/libs/tmpl/gstaudio.sgml:
9074         * docs/libs/tmpl/gstcolorbalance.sgml:
9075         * docs/libs/tmpl/gstringbuffer.sgml:
9076         * gst-libs/gst/audio/gstringbuffer.c:
9077         (gst_ringbuffer_set_callback):
9078           reinstate gtk-doc docs for plugin libs
9079
9080 2005-06-28  Wim Taymans  <wim@fluendo.com>
9081
9082         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9083         (gst_ogg_demux_init):
9084         Removed pad loop function.
9085
9086 2005-06-28  Wim Taymans  <wim@fluendo.com>
9087
9088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9089         If we're building a chain we are not in an error case
9090         when we queue a buffer.
9091
9092 2005-06-28  Andy Wingo  <wingo@pobox.com>
9093
9094         * *.c: Don't cast to GstObject before reffing/unreffing.
9095
9096 2005-06-27  Andy Wingo  <wingo@pobox.com>
9097
9098         * gst/videotestsrc/gstvideotestsrc.c
9099         (gst_videotestsrc_activate_push): Activation API changes.
9100
9101         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
9102         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
9103         they have refs on the decodebin.
9104
9105         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
9106         parent class.
9107         (gst_ogg_pad_typefind): Don't leak a pad ref.
9108         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
9109         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
9110         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
9111
9112 2005-06-27  Edward Hervey  <edward@fluendo.com>
9113
9114         * ext/theora/theoradec.c: (theora_dec_change_state): 
9115         re-arranged call to parent's state change in order to avoid locks (or
9116         worse).
9117
9118 2005-06-26  Edward Hervey  <edward@fluendo.com>
9119
9120         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9121         2nd argument of 'unknow-type' signal is a GstCaps and not a
9122         GstMiniObject
9123
9124 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
9125         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
9126           Set the worker thread's running flag to TRUE before starting the
9127           thread.
9128         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9129           Catch a failure to add typefind to the bin.
9130
9131 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9132
9133         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9134         (gst_sinesrc_init), (gst_sinesrc_create),
9135         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9136         (gst_sinesrc_start):
9137         * gst/sine/gstsinesrc.h:
9138           add num-buffers and timestamp-offset properties
9139         * gst/videotestsrc/gstvideotestsrc.c:
9140         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
9141         (gst_videotestsrc_get_property):
9142           add timestamp-offset property
9143
9144 2005-06-23  Christian Schaller  <uraeus@gnome.org>
9145
9146         * configure.ac: add videorate
9147         * gst-plugins-base.spec.in: add videorate
9148
9149 2005-06-23  Wim Taymans  <wim@fluendo.com>
9150
9151         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9152         (gst_videorate_getcaps), (gst_videorate_setcaps),
9153         (gst_videorate_event), (gst_videorate_chain):
9154         Fixed videorate, fixating an already fixated caps is not
9155         an error.
9156
9157 2005-06-23  Wim Taymans  <wim@fluendo.com>
9158
9159         * ext/ogg/README:
9160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
9161         Buffer on caps is not boxed anymore.
9162
9163 2005-06-22  Wim Taymans  <wim@fluendo.com>
9164
9165         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9166         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9167         Set buffers on caps as miniobjects and not as boxed.
9168
9169 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9170
9171         * configure.ac:
9172           back to HEAD
9173
9174 === release 0.9.1 ===
9175
9176 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9177
9178         * .cvsignore:
9179         * NEWS:
9180         * README:
9181         * RELEASE:
9182         * configure.ac:
9183         * po/af.po:
9184         * po/az.po:
9185         * po/cs.po:
9186         * po/en_GB.po:
9187         * po/hu.po:
9188         * po/it.po:
9189         * po/nb.po:
9190         * po/nl.po:
9191         * po/or.po:
9192         * po/sq.po:
9193         * po/sr.po:
9194         * po/sv.po:
9195         * po/uk.po:
9196         * po/vi.po:
9197           updates for release
9198
9199 2005-06-09  Andy Wingo  <wingo@pobox.com>
9200
9201         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9202         
9203 2005-06-09  Andy Wingo  <wingo@pobox.com>
9204
9205         * configure.ac:
9206         * gst-libs/gst/Makefile.am:
9207         * gst-libs/gst/net/Makefile.am:
9208         Add gstnet to build.
9209
9210 2005-06-09  Andy Wingo  <wingo@pobox.com>
9211
9212         * gst-libs/gst/gconf/gconf.c:
9213         * gst/playback/test.c:
9214         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9215         fixes.
9216
9217         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9218
9219         * ext/theora/theoraenc.c (theora_enc_chain): 
9220         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9221
9222         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9223         RealPad.
9224
9225 2005-06-02  Wim Taymans  <wim@fluendo.com>
9226
9227         * gst-libs/gst/net/Makefile.am:
9228         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9229         * pkgconfig/gstreamer-libs.pc.in:
9230         Added net stuff, version net lib.
9231
9232 2005-06-02  Wim Taymans  <wim@fluendo.com>
9233
9234         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9235         (query_rates), (query_positions_elems), (query_positions_pads),
9236         (do_seek):
9237         Updated seek example.
9238
9239 2005-06-02  Andy Wingo  <wingo@pobox.com>
9240
9241         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9242         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9243         list.
9244
9245         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9246         remove the typefind, the bin dispose will do it for us. When it's
9247         removed and unreffed, the signal handler will be disconnected,
9248         too.
9249         (unlinked): It's too difficult to disconnect from unlinked
9250         handlers, as they are on pads not elements. Just punt if the pads
9251         aren't grandkids of the bin.
9252
9253 2005-06-02  Wim Taymans  <wim@fluendo.com>
9254
9255         * ext/ogg/README:
9256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9257         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9259         * ext/theora/theoradec.c: (theora_dec_src_query),
9260         (theora_handle_data_packet):
9261         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9262         (theora_enc_chain):
9263         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9264         (vorbis_handle_data_packet):
9265         * gst/audioconvert/bufferframesconvert.c:
9266         (buffer_frames_convert_chain):
9267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9268         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9269         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9270         (gst_ffmpegcsp_chain):
9271         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9272         (gst_videorate_getcaps), (gst_videorate_setcaps),
9273         (gst_videorate_event), (gst_videorate_chain):
9274         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9275         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9276         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9277         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9278         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9279         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9280         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9281         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9282         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9283         Cleanups and buffer alloc.
9284
9285 2005-05-31  Wim Taymans  <wim@fluendo.com>
9286
9287         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9288         Don't try to call the delay method when the device is not
9289         opened.
9290
9291 2005-05-31  Wim Taymans  <wim@fluendo.com>
9292
9293         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9294         Get actual segment size and buffer size after opening
9295         the device.
9296
9297 2005-05-30  Wim Taymans  <wim@fluendo.com>
9298
9299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9300         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9301         Also FLUSH upstream, makes the loop function exit faster.
9302         
9303         * ext/theora/theoradec.c: (theora_dec_src_query):
9304         Some more debug info in the query.
9305         
9306         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9307         (gst_ximagesink_setcaps):
9308         Release lock on par error, better error reporting.
9309
9310 2005-05-26  Wim Taymans  <wim@fluendo.com>
9311
9312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9313         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9314         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9315         Clear chains in READY
9316         Queue packets until the chain is activated.
9317
9318 2005-05-25  Wim Taymans  <wim@fluendo.com>
9319
9320         * gst-libs/gst/audio/gstaudiosink.c:
9321         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9322         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9323         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9324         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9325         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9326         (gst_audiosink_create_ringbuffer):
9327         * gst-libs/gst/audio/gstbaseaudiosink.c:
9328         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9329         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9330         (gst_baseaudiosink_set_property), (build_linear_format),
9331         (debug_spec_caps), (debug_spec_buffer),
9332         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9333         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9334         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9335         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9336         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9337         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9338         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9339         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9340         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9341         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9342         (wait_segment), (gst_ringbuffer_commit),
9343         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9344         (gst_ringbuffer_clear):
9345         Various small cleanups.
9346
9347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9348         (gst_audio_convert_change_state):
9349         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9350         No need to take the locks anymore.
9351
9352 2005-05-25  Wim Taymans  <wim@fluendo.com>
9353
9354         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9355         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9356         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9357         (type_found):
9358         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9359         (group_destroy), (group_commit), (queue_overrun),
9360         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9361         (mute_stream), (new_decoded_pad), (setup_substreams),
9362         (setup_source), (mute_group_type), (set_active_source),
9363         (gst_play_base_bin_change_state):
9364         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9365         (gen_video_element), (gen_text_element), (gen_audio_element),
9366         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9367         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9368         (gst_stream_info_dispose), (gst_stream_info_set_mute):
9369         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9370         Some playbin cleanups mostly refcounting sloppyness.
9371
9372 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9373
9374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9375           Work with streaming input.
9376
9377 2005-05-25  Wim Taymans  <wim@fluendo.com>
9378
9379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9380         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9381         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9382         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9383         No need to take the STREAM lock anymore.
9384
9385 2005-05-25  Wim Taymans  <wim@fluendo.com>
9386
9387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9388         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9389         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9390         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9391         (gst_ogg_demux_sink_activate):
9392         * ext/theora/theoradec.c: (theora_dec_src_event),
9393         (theora_handle_comment_packet), (theora_dec_chain),
9394         (theora_dec_change_state):
9395         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9396         (vorbis_handle_data_packet), (vorbis_dec_chain),
9397         (vorbis_dec_change_state):
9398         Remove STREAM locks as they are taken in core now.
9399         Never set bogus granulepos on vorbis/theora.
9400         Fix leaks in theoradec tag parsing.
9401
9402 2005-05-25  Wim Taymans  <wim@fluendo.com>
9403
9404         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9405         Fix memleaks, GST_BUFFER_DATA() is not freed.
9406
9407 2005-05-25  Wim Taymans  <wim@fluendo.com>
9408
9409         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9410         Open non-blocking, set to blocking mode afterwards to avoid
9411         lockups when audio device is busy.
9412
9413 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9414
9415         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9416           This can't be good.
9417
9418 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9419
9420         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9421         (gst_audio_convert_chain), (gst_audio_convert_link_src),
9422         (gst_audio_convert_setcaps):
9423           Implement instant setup switching.
9424
9425 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9426
9427         * gst/playback/gstplaybasebin.c: (probe_triggered):
9428           Fix missing unlock.
9429         * gst/playback/gstplaybin.c: (add_sink):
9430           First add, then link (otherwise pad link fails).
9431
9432 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9433
9434         * examples/Makefile.am:
9435         fix buildbot (make distcheck)
9436
9437 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9438
9439         * gst/playback/gstplaybin.c: (gen_vis_element):
9440           Remove some wrong code. Doesn't work yet.
9441
9442 2005-05-19  Wim Taymans  <wim@fluendo.com>
9443
9444         * gst-libs/gst/net/Makefile.am:
9445         * gst-libs/gst/net/README:
9446         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9447         (gst_netbuffer_class_init), (gst_netbuffer_init),
9448         (gst_netbuffer_finalize), (gst_netbuffer_copy),
9449         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9450         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9451         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9452         * gst-libs/gst/net/gstnetbuffer.h:
9453         Added buffer subclass to store extra to/from addresses for
9454         network sources/sinks.
9455
9456 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9457
9458         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9459           Don't lock an unassigned variable.
9460
9461 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9462
9463         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9464           Increase buffer for video, decrease buffer for other media types.
9465         * gst/playback/gstplaybin.c: (gen_video_element),
9466         (gen_audio_element):
9467           Change names for debugging purposes.
9468
9469 2005-05-18  Wim Taymans  <wim@fluendo.com>
9470
9471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9472         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9473         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9474         (gst_ffmpegcsp_chain):
9475         Enable buffer alloc passthrough if the source and dest
9476         formats are the same.
9477
9478 2005-05-17  Wim Taymans  <wim@fluendo.com>
9479
9480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9481         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9482         (gst_ogg_demux_chain_unlocked):
9483         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9484         (gst_audio_convert_caps_remove_format_info),
9485         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9486         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9487         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9488         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9489         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9490         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9491         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9492         (gst_ffmpegcsp_get_property):
9493         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9494         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9495         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9496         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9497         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9498         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9499         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
9500         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
9501         Leak fixes in oggdemux.
9502         Some cleanups in audioconvert.
9503         Make passthrough work along with buffer_alloc etc.
9504         Make buffer_alloc and buffer recycling actually work in
9505         xvimagesink.
9506
9507 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9508
9509         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
9510           make the compiler happy
9511
9512 2005-05-17  Wim Taymans  <wim@fluendo.com>
9513
9514         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9515         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9516         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
9517         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
9518         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9519         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
9520         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
9521         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9522         (gst_xvimagesink_set_xwindow_id):
9523         * sys/xvimage/xvimagesink.h:
9524         Port xvimagesink to new MiniObject.
9525
9526 2005-05-17  Wim Taymans  <wim@fluendo.com>
9527
9528         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9529         (gst_audiofilter_chain):
9530         * gst-libs/gst/audio/gstaudiosink.c:
9531         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9532         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9533         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9534         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9535         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9536         (gst_audiosink_create_ringbuffer):
9537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9538         (gst_audio_convert_caps_remove_format_info),
9539         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9540         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9542         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9543         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9544         Fix passthrough in ffmpegcolorspace.
9545         Fix memset in audiosink on wrong memory.
9546
9547 2005-05-16  David Schleef  <ds@schleef.org>
9548
9549         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
9550         to GstMiniObject.
9551
9552 2005-05-16  David Schleef  <ds@schleef.org>
9553
9554         Port from GstData to GstMiniObject.
9555         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9557         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
9558         (gst_ogg_mux_collected):
9559         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9560         * ext/theora/theoradec.c: (theora_handle_comment_packet),
9561         (theora_handle_data_packet):
9562         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9563         (theora_set_header_on_caps), (theora_enc_chain):
9564         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9565         (vorbis_handle_comment_packet):
9566         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9567         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
9568         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
9569         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
9570         * gst/audioconvert/gstaudioconvert.c:
9571         (gst_audio_convert_get_buffer):
9572         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9573         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
9574         (mute_stream), (silence_stream):
9575         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9576         * gst/volume/gstvolume.c: (volume_transform):
9577         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9578         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
9579         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
9580         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
9581         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
9582         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
9583         (gst_ximagesink_buffer_alloc):
9584         * sys/ximage/ximagesink.h:
9585
9586 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9587
9588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9589         (fill_buffer), (check_queue), (queue_threshold_reached),
9590         (queue_out_of_data):
9591         * gst/playback/gstplaybasebin.h:
9592           Post buffer-fullness on the bus.
9593
9594 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9595
9596         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9597         (try_to_link_1):
9598         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9599         (group_commit), (probe_triggered), (setup_source),
9600         (gst_play_base_bin_change_state):
9601         * gst/playback/gstplaybasebin.h:
9602         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9603         (gst_play_bin_init), (remove_sinks), (setup_sinks),
9604         (gst_play_bin_change_state):
9605           Move setup_output_pads into a virtual function, remove
9606           group-switch (no longer needed) and redirect (handled by bus
9607           now) signals.
9608
9609 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9610
9611         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
9612         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
9613         (get_active_group), (get_building_group), (group_destroy),
9614         (group_commit), (check_queue), (queue_overrun),
9615         (queue_threshold_reached), (queue_out_of_data),
9616         (gen_preroll_element), (remove_groups), (unknown_type),
9617         (add_element_stream), (no_more_pads), (probe_triggered),
9618         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
9619         (setup_substreams), (setup_source), (finish_source),
9620         (prepare_output), (muted_group_change_state),
9621         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9622         (gst_play_base_bin_change_state):
9623         * gst/playback/gstplaybasebin.h:
9624         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9625         (gst_play_bin_init), (gst_play_bin_set_property),
9626         (gen_video_element), (gen_text_element), (gen_audio_element),
9627         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
9628         (gst_play_bin_change_state):
9629         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9630         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
9631         (stream_info_change_state), (gst_stream_info_set_mute),
9632         (gst_stream_info_get_property):
9633         * gst/playback/gststreaminfo.h:
9634         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9635         (gst_stream_selector_get_linked_pad),
9636         (gst_stream_selector_getcaps),
9637         (gst_stream_selector_get_linked_pads),
9638         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9639         * gst/playback/gststreamselector.h:
9640           Rough port of playbin. Needs some more work, but is mostly done,
9641           and uses a few locks in important places, which should make stuff
9642           like chain-switches clean. Still uses GST_STATE() in a few places,
9643           which isn't all that good an idea, subtitles/elements disabled
9644           because no elements to test with and thus probably broken, query
9645           and event handling moved to GstBin, internal thread removed
9646           alltogether because the pipeline does that for us now. Can play
9647           Ogg/Vorbis files. Haven't tested anything else yet.
9648
9649 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9650
9651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9652           Do no-more-pads (needed for autoplugging).
9653
9654 2005-05-10  Andy Wingo  <wingo@pobox.com>
9655
9656         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
9657         message to the bus with the tags. Still not sent downstream tho.
9658
9659         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
9660         get_parent.
9661         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
9662         avoid refcounting hassles.
9663
9664 2005-05-09  Andy Wingo  <wingo@pobox.com>
9665
9666         * gst/volume/Makefile.am:
9667         * gst/volume/demo.c
9668         * gst/volume/gstvolume.h
9669         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
9670         basetransform. Probably need an audio filter base class.
9671
9672 2005-05-09  Wim Taymans  <wim@fluendo.com>
9673
9674         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
9675         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
9676         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
9677         (gst_vorbisenc_chain):
9678         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9679         (gst_audio_convert_caps_remove_format_info),
9680         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9681         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9682         Make caps writable before writing to it.
9683         Fix negotiation in audioconvert some more.
9684
9685 2005-05-09  Wim Taymans  <wim@fluendo.com>
9686
9687         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9688         (gst_videorate_getcaps), (gst_videorate_setcaps),
9689         (gst_videorate_event), (gst_videorate_chain):
9690         Better negotiation.
9691
9692 2005-05-09  Wim Taymans  <wim@fluendo.com>
9693
9694         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9695         (gst_videorate_getcaps), (gst_videorate_setcaps),
9696         (gst_videorate_blank_data), (gst_videorate_init),
9697         (gst_videorate_event), (gst_videorate_chain),
9698         (gst_videorate_change_state):
9699         Port videorate, do a better job at negotiation while we're at
9700         it.
9701
9702 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
9703
9704         * configure.ac:
9705           Disable libvisual
9706
9707         * examples/Makefile.am:
9708         * gst-libs/gst/audio/Makefile.am:
9709         * gst-libs/gst/riff/Makefile.am:
9710         * gst-libs/gst/tag/Makefile.am:
9711         * gst-libs/gst/video/Makefile.am:
9712           Fixups for missing variables.
9713
9714 2005-05-09  Wim Taymans  <wim@fluendo.com>
9715
9716         * examples/seeking/seek.c: (make_theora_pipeline),
9717         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
9718         (query_rates), (query_positions_elems), (query_positions_pads),
9719         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
9720         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
9721         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
9722         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
9723         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
9724         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
9725         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9726         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9727         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9728         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
9729         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
9730         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9731         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9732         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
9733         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9734         (theora_dec_src_convert), (theora_dec_sink_convert),
9735         (theora_dec_src_query), (theora_dec_sink_query),
9736         (theora_dec_src_event), (theora_dec_sink_event),
9737         (theora_handle_comment_packet), (theora_handle_type_packet),
9738         (theora_handle_header_packet), (theora_handle_data_packet),
9739         (theora_dec_chain):
9740         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9741         (vorbis_dec_convert), (vorbis_dec_src_query),
9742         (vorbis_dec_sink_query), (vorbis_dec_src_event),
9743         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9744         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9745         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
9746         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
9747         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
9748         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
9749         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9750         (gst_play_bin_query):
9751         * gst/playback/test3.c: (update_scale):
9752         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
9753         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
9754         * gst/subparse/gstsubparse.c: (gst_subparse_init):
9755         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
9756         (gst_videotestsrc_src_query):
9757         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
9758         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
9759         (paint_hline_YUV9):
9760         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
9761         Port to new query API.
9762         Updated seek.
9763         Cleanups in x[v]imagesink
9764
9765 2005-05-09  Andy Wingo  <wingo@pobox.com>
9766
9767         * ext/alsa/gstalsasink.h:
9768         * ext/gnomevfs/gstgnomevfssrc.c:
9769         (gst_gnomevfssrc_get_icy_metadata):
9770         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
9771         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
9772         * ext/theora/theoradec.c (theora_dec_src_query)
9773         (theora_dec_src_event, theora_dec_sink_event)
9774         (theora_handle_comment_packet, theora_handle_data_packet):
9775         * ext/theora/theoraenc.c (theora_enc_chain):
9776         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
9777         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
9778         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
9779         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
9780         (qt_type_find):
9781         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
9782         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
9783         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
9784         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
9785         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
9786         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
9787         (paint_setup_xBGR8888, paint_setup_RGBx8888)
9788         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
9789         (paint_setup_RGB565, paint_setup_xRGB1555):
9790         * gst/videotestsrc/videotestsrc.h:
9791         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
9792         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
9793         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
9794         GCC4 fixes.
9795         
9796         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
9797         gst_pad_query_position. Fixes oggdemux.
9798
9799 2005-05-08  David Schleef  <ds@schleef.org>
9800
9801         * configure.ac: Require liboil.
9802         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
9803         a few more.
9804         * gst/videotestsrc/videotestsrc.c:
9805         * gst/videotestsrc/videotestsrc.h:
9806
9807 2005-05-06  Wim Taymans  <wim@fluendo.com>
9808
9809         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9810         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9811         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9812         Well, unreffing a buffer right before pushing it is asking
9813         for trouble..
9814
9815 2005-05-06  Christian Schaller  <uraeus@gnome.org>
9816
9817         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
9818
9819 2005-05-06  Wim Taymans  <wim@fluendo.com>
9820
9821         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9822         (gst_audio_convert_caps_remove_format_info),
9823         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9824         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9826         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9827         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9828         * gst/sine/Makefile.am:
9829         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
9830         (gst_sinesrc_class_init), (gst_sinesrc_init),
9831         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
9832         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
9833         (gst_sinesrc_update_freq):
9834         * gst/sine/gstsinesrc.h:
9835         * gst/tcp/gstmultifdsink.c:
9836         * sys/xvimage/xvimagesink.c:
9837         Fixed negotiation wrt _peer_get_caps()
9838         Some cleanups.
9839
9840
9841 2005-05-06  Wim Taymans  <wim@fluendo.com>
9842
9843         * gst-libs/gst/audio/gstaudiosink.c:
9844         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9845         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9846         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9847         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9848         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9849         (gst_audiosink_create_ringbuffer):
9850         * gst-libs/gst/audio/gstbaseaudiosink.c:
9851         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9852         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9853         (gst_baseaudiosink_set_property), (build_linear_format),
9854         (debug_spec_caps), (debug_spec_buffer),
9855         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9856         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9857         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9858         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9859         * gst-libs/gst/audio/gstbaseaudiosink.h:
9860         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9861         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9862         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9863         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9864         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9865         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9866         (wait_segment), (gst_ringbuffer_commit),
9867         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9868         (gst_ringbuffer_clear):
9869         * gst-libs/gst/audio/gstringbuffer.h:
9870         Make the base audiosink return an error when there is no
9871         audiobuffer negotiated.
9872
9873 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9874
9875         * ext/Makefile.am:
9876         Disable cdparanoia until someone ports it!
9877
9878 2005-05-06  Wim Taymans  <wim@fluendo.com>
9879
9880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9881         (gst_ogg_demux_sink_activate):
9882         And revert after wingo's revert.. sigh..
9883
9884 2005-05-05  Andy Wingo  <wingo@pobox.com>
9885
9886         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
9887         GObject.
9888         * configure.ac: Return audiorate and subparse from the ghetto.
9889         Re-enable -Wall -Werror.
9890         * gst/subparse/gstsubparse.c:
9891         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
9892         or chain-based. Cleaned up a bit. Not tested.
9893         
9894 2005-05-05  Christian Schaller <christian@fluendo.com> 
9895
9896         * Makefile.am: remove stuff that is not building
9897         * configure.ac: remove stuff that is not building
9898         * examples/Makefile.am: remove stuff that is not building
9899         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
9900         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
9901         * sys/Makefile.am: remove stuff that is not building
9902         * testsuite/Makefile.am: remove stuff that is not building
9903
9904 2005-05-05  Andy Wingo  <wingo@pobox.com>
9905
9906         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
9907         * gst-libs/gst/tag/gstvorbistag.c:
9908         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
9909         * gst/adder/gstadder.h:
9910         * gst/audioconvert/gstchannelmix.c:
9911         (gst_audio_convert_fill_one_other):
9912         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
9913         (gst_audiorate_init), (gst_audiorate_chain):
9914         * gst/playback/gstplaybasebin.c: (setup_source):
9915         * gst/playback/test3.c: (update_scale):
9916         Some GCC4 fixes
9917         
9918         * po/af.po:
9919         * po/az.po:
9920         * po/cs.po:
9921         * po/en_GB.po:
9922         * po/hu.po:
9923         * po/it.po:
9924         * po/nb.po:
9925         * po/nl.po:
9926         * po/or.po:
9927         * po/sq.po:
9928         * po/sr.po:
9929         * po/sv.po:
9930         * po/uk.po:
9931         * po/vi.po: Foo
9932
9933 2005-05-05  Wim Taymans  <wim@fluendo.com>
9934
9935         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9936         (gst_audio_convert_caps_remove_format_info),
9937         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9938         (gst_audio_convert_change_state), (gst_audio_convert_channels):
9939         * gst/videotestsrc/gstvideotestsrc.c:
9940         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
9941         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
9942         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
9943         (gst_videotestsrc_init), (gst_videotestsrc_loop):
9944         Don't ignore _push() return values.
9945         Make sure no processing is done when shutting down.
9946         Videotestsrc pad activation fix.
9947
9948 2005-05-05  Wim Taymans  <wim@fluendo.com>
9949
9950         * gst/adder/Makefile.am:
9951         * gst/adder/gstadder.c: (gst_adder_setcaps),
9952         (gst_adder_class_init), (gst_adder_init),
9953         (gst_adder_request_new_pad), (gst_adder_collected),
9954         (gst_adder_change_state):
9955         * gst/adder/gstadder.h:
9956         Ported adder as an example of a mixer element using
9957         collect pads. Needs more negotiation work.
9958
9959 2005-05-05  Wim Taymans  <wim@fluendo.com>
9960
9961         * ext/theora/theoradec.c: (_inc_granulepos),
9962         (theora_dec_src_event), (theora_dec_sink_event),
9963         (theora_handle_comment_packet), (theora_handle_type_packet),
9964         (theora_handle_header_packet), (theora_handle_data_packet),
9965         (theora_dec_chain):
9966         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9967         (gst_theora_enc_init), (theora_enc_sink_setcaps),
9968         (theora_push_buffer), (theora_push_packet),
9969         (theora_enc_sink_event), (theora_enc_chain),
9970         (theora_enc_change_state), (theora_enc_set_property),
9971         (theora_enc_get_property):
9972         Added stream lock to decoder so that we can serialize
9973         the discont event.
9974         More theoraenc porting, recover from errors, do clean
9975         shutdown.
9976
9977 2005-05-05  Wim Taymans  <wim@fluendo.com>
9978
9979         * ext/ogg/Makefile.am:
9980         * ext/ogg/README:
9981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9982         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
9983         (gst_ogg_print):
9984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9985         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9986         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9987         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9988         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
9989         (gst_ogg_mux_change_state):
9990         Ported ogg muxer.
9991
9992 2005-05-05  Wim Taymans  <wim@fluendo.com>
9993
9994         * docs/design-audiosinks.txt:
9995         * gst-libs/gst/audio/TODO:
9996         * gst-libs/gst/audio/gstaudiosink.c:
9997         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9998         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9999         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10000         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10001         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10002         (gst_audiosink_create_ringbuffer):
10003         * gst-libs/gst/audio/gstbaseaudiosink.c:
10004         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10005         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10006         (gst_baseaudiosink_set_property), (build_linear_format),
10007         (debug_spec_caps), (debug_spec_buffer),
10008         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10009         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10010         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10011         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10012         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10013         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10014         (gst_ringbuffer_release), (gst_ringbuffer_play),
10015         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10016         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10017         (gst_ringbuffer_set_sample), (wait_segment),
10018         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10019         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10020         More work on the audiosink, mostly debugging and a race in
10021         shutdown.
10022
10023 2005-04-28  Wim Taymans  <wim@fluendo.com>
10024
10025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10026         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
10027         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10028         (vorbis_dec_src_query), (vorbis_dec_src_event),
10029         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10030         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10031         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10032         Don't crap out when seeking back to position 0.
10033
10034 2005-04-28  Wim Taymans  <wim@fluendo.com>
10035
10036         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10037         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10038         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
10039         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10040         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
10041         Make audio sink configurable, use alsasink as default.
10042
10043 2005-04-28  Wim Taymans  <wim@fluendo.com>
10044
10045         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10046         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10047         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10048         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
10049         (vorbis_dec_change_state):
10050         * ext/vorbis/vorbisdec.h:
10051         Refactor, use STREAM_LOCK.
10052
10053 2005-04-28  Wim Taymans  <wim@fluendo.com>
10054
10055         * ext/theora/theoradec.c: (_inc_granulepos),
10056         (theora_dec_sink_event), (theora_handle_comment_packet),
10057         (theora_handle_type_packet), (theora_handle_header_packet),
10058         (theora_handle_data_packet), (theora_dec_chain),
10059         (theora_dec_change_state):
10060         Refactor a bit, use STREAM_LOCK.
10061
10062 2005-04-28  Wim Taymans  <wim@fluendo.com>
10063
10064         * ext/alsa/Makefile.am:
10065         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
10066         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
10067         (gst_alsa_link), (gst_alsa_close_audio):
10068         * ext/alsa/gstalsaplugin.c: (plugin_init):
10069         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10070         (gst_alsasink_dispose), (gst_alsasink_base_init),
10071         (gst_alsasink_class_init), (gst_alsasink_init),
10072         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
10073         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
10074         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
10075         (gst_alsasink_reset):
10076         * ext/alsa/gstalsasink.h:
10077         Implement alsasink with simple open/write/close API. 
10078         Make alsa dir build by disabling compilation of code.
10079
10080 2005-04-28  Wim Taymans  <wim@fluendo.com>
10081
10082         * gst-libs/gst/audio/Makefile.am:
10083         * gst-libs/gst/audio/audio.h:
10084         * gst-libs/gst/audio/audioclock.c:
10085         * gst-libs/gst/audio/audioclock.h:
10086         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
10087         (gst_audio_clock_class_init), (gst_audio_clock_init),
10088         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
10089         * gst-libs/gst/audio/gstaudioclock.h:
10090         * gst-libs/gst/audio/gstaudiosink.c:
10091         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10092         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10093         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10094         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10095         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10096         (gst_audiosink_create_ringbuffer):
10097         * gst-libs/gst/audio/gstbaseaudiosink.c:
10098         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10099         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10100         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
10101         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
10102         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10103         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10104         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10105         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10106         * gst-libs/gst/audio/gstbaseaudiosink.h:
10107         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10108         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
10109         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10110         (gst_ringbuffer_release), (gst_ringbuffer_play),
10111         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10112         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10113         (gst_ringbuffer_set_sample), (wait_segment),
10114         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10115         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10116         * gst-libs/gst/audio/gstringbuffer.h:
10117         Make ringbuffer faster and more simple by removing the locks
10118         in the playback thread.
10119         Add sample accurate playback based on buffer sample offsets.
10120         Make the baseaudiosink provide a clock.
10121         Parse caps in the base class.
10122         Correctly handle seeking, flushing and state changes.
10123
10124 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10125
10126         * configure.ac:
10127         * gst/audioconvert/Makefile.am:
10128         * gst/audioscale/Makefile.am:
10129           Fix part of the build.  Come on guys, autogen didn't even work :)
10130
10131 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10132
10133         * configure.ac:
10134         * gst-libs/gst/Makefile.am:
10135         * gst-libs/gst/media-info/.cvsignore:
10136         * gst-libs/gst/media-info/Makefile.am:
10137         * gst-libs/gst/media-info/README:
10138         * gst-libs/gst/media-info/media-info-priv.c:
10139         * gst-libs/gst/media-info/media-info-priv.h:
10140         * gst-libs/gst/media-info/media-info-test.c:
10141         * gst-libs/gst/media-info/media-info.c:
10142         * gst-libs/gst/media-info/media-info.h:
10143         * gst-libs/gst/media-info/media-info.vcproj:
10144         * pkgconfig/Makefile.am:
10145         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
10146         * pkgconfig/gstreamer-media-info.pc.in:
10147           Remove media-info, which is also successed by playbin (see Totem
10148           implementation).
10149
10150 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10151
10152         * configure.ac:
10153         * examples/Makefile.am:
10154         * examples/gstplay/.cvsignore:
10155         * examples/gstplay/Makefile.am:
10156         * examples/gstplay/player.c:
10157         * gst-libs/gst/Makefile.am:
10158         * gst-libs/gst/play/.cvsignore:
10159         * gst-libs/gst/play/Makefile.am:
10160         * gst-libs/gst/play/play.c:
10161         * gst-libs/gst/play/play.h:
10162         * gst-libs/gst/play/play.vcproj:
10163         * pkgconfig/Makefile.am:
10164         * pkgconfig/gstreamer-play-uninstalled.pc.in:
10165         * pkgconfig/gstreamer-play.pc.in:
10166           Remove libgstplay, playbin is now the official successor.
10167
10168 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10169
10170         * configure.ac:
10171         * gst-libs/gst/Makefile.am:
10172         * gst-libs/gst/xwindowlistener/Makefile.am:
10173         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10174         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
10175           Remove deprecated xwindowlistener (I've moved xwindowlistening
10176           in the v4l/v4l2 plugins over to serverside).
10177
10178 2005-04-25  David Schleef  <ds@schleef.org>
10179
10180         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
10181         to examples/dynparams.  Examples do not belong interspersed with
10182         source code.
10183         * examples/dynparams/demo-dparams.c:
10184         * gst/sine/Makefile.am:
10185         * gst/sine/demo-dparams.c:
10186
10187 2005-04-25  David Schleef  <ds@schleef.org>
10188
10189         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
10190         * gst-libs/gst/audio/Makefile.am:
10191         * gst-libs/gst/riff/Makefile.am:
10192         * gst-libs/gst/tag/Makefile.am:
10193         * gst-libs/gst/video/Makefile.am:
10194         * gst-libs/gst/xwindowlistener/Makefile.am:
10195
10196         Convert to 0.9 API, seems to work:
10197         * sys/ximage/Makefile.am:
10198         * sys/ximage/ximagesink.c:
10199
10200 2005-04-24  David Schleef  <ds@schleef.org>
10201
10202         Link plugins against libraries:
10203         * ext/alsa/Makefile.am:
10204         * gst/tcp/Makefile.am:
10205
10206         Remove asm code that should be in liboil
10207         * gst/videoscale/Makefile.am:
10208         * gst/videoscale/videoscale_x86_asm.s:
10209
10210         gettext wants these checked in:
10211         * po/af.po:
10212         * po/az.po:
10213         * po/cs.po:
10214         * po/en_GB.po:
10215         * po/hu.po:
10216         * po/it.po:
10217         * po/nb.po:
10218         * po/nl.po:
10219         * po/or.po:
10220         * po/sq.po:
10221         * po/sr.po:
10222         * po/sv.po:
10223         * po/uk.po:
10224         * po/vi.po:
10225
10226 2005-04-24  David Schleef  <ds@schleef.org>
10227
10228         Convert gst_main() to g_main_loop_run()
10229         * gst/playback/decodetest.c: (main):
10230         * gst/playback/test2.c: (main):
10231         * gst/playback/test3.c: (main):
10232         * gst/playback/test4.c: (main):
10233
10234         Link plugins against libraries:
10235         * ext/libvisual/Makefile.am:
10236         * sys/xvimage/Makefile.am:
10237
10238 2005-04-24  David Schleef  <ds@schleef.org>
10239
10240         * configure.ac: Remove idct and resample libs
10241         * gst-libs/gst/Makefile.am: same
10242
10243         Remove usage of gst_library_load():
10244         * ext/alsa/gstalsaplugin.c: (plugin_init):
10245         * ext/libvisual/visual.c: (plugin_init):
10246         * ext/ogg/gstogg.c: (plugin_init):
10247         * ext/theora/theora.c: (plugin_init):
10248         * ext/vorbis/vorbis.c: (plugin_init):
10249         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10250         * gst/audioscale/gstaudioscale.c:
10251         * gst/adder/gstadder.c: (plugin_init):
10252         * gst/audioconvert/plugin.c: (plugin_init):
10253         * sys/ximage/ximagesink.c: (plugin_init):
10254         * sys/xvimage/xvimagesink.c: (plugin_init):
10255         * gst/tcp/gsttcpplugin.c: (plugin_init):
10256
10257         Link plugins against libraries:
10258         * ext/ogg/Makefile.am:
10259         * ext/theora/Makefile.am:
10260         * ext/vorbis/Makefile.am:
10261         * gst/audioconvert/Makefile.am:
10262
10263         Create proper libraries:
10264         * gst-libs/gst/riff/Makefile.am:
10265         * gst-libs/gst/audio/Makefile.am:
10266         * gst-libs/gst/video/Makefile.am:
10267
10268         Move resample library to audioscale plugin directory:
10269         * gst-libs/gst/resample/Makefile.am:
10270         * gst-libs/gst/resample/README:
10271         * gst-libs/gst/resample/dtof.c:
10272         * gst-libs/gst/resample/dtos.c:
10273         * gst-libs/gst/resample/functable.c:
10274         * gst-libs/gst/resample/private.h:
10275         * gst-libs/gst/resample/resample.c:
10276         * gst-libs/gst/resample/resample.h:
10277         * gst-libs/gst/resample/resample.vcproj:
10278         * gst-libs/gst/resample/test.c:
10279         * gst/audioscale/Makefile.am:
10280         * gst/audioscale/README:
10281         * gst/audioscale/dtof.c:
10282         * gst/audioscale/dtos.c:
10283         * gst/audioscale/functable.c:
10284         * gst/audioscale/private.h:
10285         * gst/audioscale/resample.c:
10286         * gst/audioscale/resample.h:
10287         * gst/audioscale/test.c:
10288
10289         Move tagedit library to gst-libs:
10290         * gst-libs/gst/tag/Makefile.am:
10291         * gst-libs/gst/tag/gstid3tag.c:
10292         * gst-libs/gst/tag/gsttagediting.c:
10293         * gst-libs/gst/tag/gsttageditingprivate.h:
10294         * gst-libs/gst/tag/gstvorbistag.c:
10295         * gst/tags/Makefile.am:
10296         * gst/tags/gstid3tag.c:
10297         * gst/tags/gstvorbistag.c:
10298
10299         Fix for core changes:
10300         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10301         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10302         (gst_sinesrc_getrange):
10303
10304 2005-04-23  David Schleef  <ds@schleef.org>
10305
10306         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
10307         in gst-plugins in a long time, and properly belongs in liboil.
10308         * gst-libs/gst/idct/Makefile.am:
10309         * gst-libs/gst/idct/README:
10310         * gst-libs/gst/idct/dct.h:
10311         * gst-libs/gst/idct/doieee:
10312         * gst-libs/gst/idct/fastintidct.c:
10313         * gst-libs/gst/idct/floatidct.c:
10314         * gst-libs/gst/idct/idct.c:
10315         * gst-libs/gst/idct/idct.h:
10316         * gst-libs/gst/idct/idtc.vcproj:
10317         * gst-libs/gst/idct/ieeetest.c:
10318         * gst-libs/gst/idct/intidct.c:
10319
10320 2005-04-20  Wim Taymans  <wim@fluendo.com>
10321
10322         * docs/design-audiosinks.txt:
10323         * gst-libs/gst/audio/Makefile.am:
10324         * gst-libs/gst/audio/TODO:
10325         * gst-libs/gst/audio/gstaudiosink.c:
10326         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10327         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10328         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10329         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10330         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10331         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10332         (gst_audiosink_class_init), (gst_audiosink_init),
10333         (gst_audiosink_create_ringbuffer):
10334         * gst-libs/gst/audio/gstaudiosink.h:
10335         * gst-libs/gst/audio/gstbaseaudiosink.c:
10336         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10337         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10338         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10339         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10340         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10341         (gst_baseaudiosink_create_ringbuffer),
10342         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10343         * gst-libs/gst/audio/gstbaseaudiosink.h:
10344         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10345         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10346         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10347         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10348         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10349         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10350         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10351         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10352         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10353         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10354         * gst-libs/gst/audio/gstringbuffer.h:
10355         An attempt at a set of audio base classes together with some
10356         design docs.
10357
10358 2005-04-20  Wim Taymans  <wim@fluendo.com>
10359
10360         * gst/audioconvert/Makefile.am:
10361         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10362         (gst_audio_convert_caps_remove_format_info),
10363         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10364         (gst_audio_convert_channels):
10365         Link against audio libs.
10366         Fix audio convert plugin.
10367
10368 2005-04-20  Wim Taymans  <wim@fluendo.com>
10369
10370         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10371         (gst_ogg_demux_sink_activate):
10372         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10373         (theora_set_header_on_caps), (theora_enc_sink_event),
10374         (theora_enc_chain):
10375         Fix theora encoder.
10376
10377 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10378
10379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10380         * gst/playback/gstdecodebin.c: (find_compatibles):
10381           Work with staticpadtemplates in elementfactories.
10382
10383 2005-04-12  Wim Taymans  <wim@fluendo.com>
10384
10385         * gst/playback/README:
10386         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10387         (compare_ranks), (print_feature), (gst_decode_bin_init),
10388         (dynamic_create), (dynamic_free), (find_compatibles),
10389         (mimetype_is_raw), (close_pad_link), (got_redirect),
10390         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10391         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10392         (gst_decode_bin_change_state):
10393         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10394         (gst_play_base_bin_init), (group_destroy), (group_commit),
10395         (check_queue), (queue_overrun), (queue_threshold_reached),
10396         (queue_out_of_data), (gen_preroll_element), (unknown_type),
10397         (new_decoded_pad), (setup_subtitle), (gen_source_element),
10398         (got_redirect), (setup_source), (play_base_eos),
10399         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10400         (gst_play_base_bin_remove_element):
10401         * gst/playback/gstplaybasebin.h:
10402         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10403         (gst_play_bin_init), (gst_play_bin_dispose),
10404         (gst_play_bin_set_property), (gen_video_element),
10405         (gen_text_element), (gen_audio_element), (remove_sinks),
10406         (gst_play_bin_send_event):
10407         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10408         (stream_info_change_state), (gst_stream_info_set_mute):
10409         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10410         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10411         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10412         (gst_stream_selector_chain):
10413         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10414         (main):
10415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10416         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10417         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10418         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10419         Raw and crude port of decodebin. 
10420         Make playbin compile.
10421
10422 2005-04-06  Wim Taymans  <wim@fluendo.com>
10423
10424         * ext/gnomevfs/Makefile.am:
10425         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10426         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10427         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10428         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10429         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10430         (gst_gnomevfssrc_stop):
10431         * ext/ogg/Makefile.am:
10432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10433         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10434         * ext/theora/Makefile.am:
10435         * ext/theora/theoradec.c: (_inc_granulepos),
10436         (theora_dec_sink_event), (theora_dec_chain):
10437         * ext/vorbis/Makefile.am:
10438         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10439         (vorbis_dec_sink_event), (vorbis_dec_chain):
10440         * gst-libs/gst/audio/Makefile.am:
10441         * sys/xvimage/Makefile.am:
10442         Make gnomevfssrc extend the source base class.
10443         Fix linking against libs in various plugins.
10444
10445 2005-04-06  Andy Wingo  <wingo@pobox.com>
10446
10447         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10448         GST_BASE_LIBS.
10449
10450         * configure.ac: Add check and AC_SUBST for libgstbase.
10451
10452 2005-03-31  Wim Taymans  <wim@fluendo.com>
10453
10454         * examples/seeking/Makefile.am:
10455         * examples/seeking/cdparanoia.c: (main):
10456         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10457         (play_cb), (pause_cb), (stop_cb), (main):
10458         * examples/seeking/playbin.c:
10459         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10460         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10461         (make_sid_pipeline), (make_vorbis_pipeline),
10462         (make_theora_pipeline), (make_vorbis_theora_pipeline),
10463         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10464         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10465         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10466         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10467         (stop_cb), (main):
10468         * examples/seeking/spider_seek.c:
10469         * examples/seeking/vorbisfile.c:
10470         * ext/gnomevfs/Makefile.am:
10471         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10472         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10473         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10474         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10475         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10476         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10477         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10478         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10479         * ext/ogg/README:
10480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10481         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10482         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10483         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10484         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10485         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10486         (gst_ogg_pad_event), (gst_ogg_pad_reset),
10487         (gst_ogg_demux_factory_filter), (compare_ranks),
10488         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10489         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10490         (gst_ogg_chain_new), (gst_ogg_chain_free),
10491         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10492         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10493         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10494         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10495         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10496         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10497         (gst_ogg_demux_get_prev_page),
10498         (gst_ogg_demux_deactivate_current_chain),
10499         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10500         (gst_ogg_demux_bisect_forward_serialno),
10501         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10502         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
10503         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
10504         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
10505         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
10506         (gst_ogg_demux_change_state), (gst_ogg_print):
10507         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10508         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
10509         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
10510         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
10511         (gst_ogg_mux_loop):
10512         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10513         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10514         (theora_dec_src_convert), (theora_dec_sink_convert),
10515         (theora_dec_src_query), (theora_dec_src_event),
10516         (theora_dec_sink_event), (theora_dec_chain),
10517         (theora_dec_change_state):
10518         * ext/theora/theoraenc.c: (gst_theora_enc_init),
10519         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
10520         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
10521         (theora_enc_change_state):
10522         * ext/vorbis/Makefile.am:
10523         * ext/vorbis/oggvorbisenc.c:
10524         * ext/vorbis/oggvorbisenc.h:
10525         * ext/vorbis/vorbis.c: (plugin_init):
10526         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10527         (vorbis_dec_src_query), (vorbis_dec_src_event),
10528         (vorbis_dec_sink_event), (vorbis_dec_chain),
10529         (vorbis_dec_change_state):
10530         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
10531         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
10532         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10533         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
10534         (gst_vorbisenc_change_state):
10535         * ext/vorbis/vorbisenc.h:
10536         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
10537         * gst-libs/gst/audio/audioclock.c:
10538         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10539         (gst_audiofilter_init), (gst_audiofilter_chain):
10540         * gst-libs/gst/audio/testchannels.c: (main):
10541         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
10542         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
10543         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
10544         (gmip_find_track_streaminfo), (gmip_find_track_format):
10545         * gst-libs/gst/media-info/media-info.c:
10546         (gst_media_info_read_idler):
10547         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
10548         (gst_play_get_all_by_interface):
10549         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
10550         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
10551         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10552         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
10553         (gst_riff_parse_info):
10554         * gst-libs/gst/riff/riff-read.h:
10555         * gst-libs/gst/riff/riff.c: (plugin_init):
10556         * gst-libs/gst/video/Makefile.am:
10557         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
10558         (gst_videosink_class_init), (gst_videosink_get_type):
10559         * gst-libs/gst/video/videosink.h:
10560         * gst/audioconvert/bufferframesconvert.c:
10561         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
10562         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
10563         * gst/audioconvert/channelmixtest.c: (main):
10564         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10565         (gst_audio_convert_chain),
10566         (gst_audio_convert_caps_remove_format_info),
10567         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
10568         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
10569         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
10570         (gst_audio_convert_buffer_to_default_format),
10571         (gst_audio_convert_buffer_from_default_format),
10572         (gst_audio_convert_channels):
10573         * gst/audioconvert/gstchannelmix.h:
10574         * gst/ffmpegcolorspace/avcodec.h:
10575         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10576         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
10577         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
10578         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
10579         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
10580         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10581         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
10582         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10583         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10584         (dv_type_find):
10585         * gst/videotestsrc/gstvideotestsrc.c:
10586         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
10587         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
10588         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
10589         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
10590         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
10591         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
10592         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
10593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10594         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
10595         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
10596         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
10597         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10598         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10599         (gst_xvimagesink_navigation_send_event),
10600         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
10601         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
10602         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10603         * sys/xvimage/xvimagesink.h:
10604         Plugin port to 0.9, ogg/theora playback should work in the seek
10605         example now.
10606         Removed old examples.
10607         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
10608         explained in 0.9 TODO doc.
10609
10610
10611 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10612
10613         * autogen.sh:
10614         * configure.ac:
10615         * ext/Makefile.am:
10616         * gst/Makefile.am:
10617         * po/POTFILES.in:
10618         * po/af.po:
10619         * po/az.po:
10620         * po/cs.po:
10621         * po/en_GB.po:
10622         * po/hu.po:
10623         * po/it.po:
10624         * po/nb.po:
10625         * po/nl.po:
10626         * po/or.po:
10627         * po/sq.po:
10628         * po/sr.po:
10629         * po/sv.po:
10630         * po/uk.po:
10631         * po/vi.po:
10632         * sys/Makefile.am:
10633         * testsuite/Makefile.am:
10634           remove a whole bunch of plugins.  This module now contains a set
10635           of free reference plugins/elements as agreed.
10636
10637 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10638
10639         * configure.ac:
10640           hunting season on 0.9 is now OPEN
10641
10642 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10643
10644         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10645           Kick the hell out of gcc for not warning me about a symbol conflict.
10646
10647 2005-02-22  Luca Ognibene  <luogni@tin.it>
10648
10649         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
10650
10651         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
10652           Don't leak caps string (fixes #168134)
10653
10654         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
10655         (gst_jpegenc_init), (gst_jpegenc_finalize),
10656         (gst_jpegenc_change_state):
10657           Don't leak line buffers and context struct (fixes #168133).
10658
10659 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
10660
10661         * configure.ac:
10662         * ext/dirac/gstdiracdec.cc:
10663         (gst_diracdec_chain):
10664           Since dirac 0.5.0 the framerate in dirac is expressed as a
10665           rational number. Fix build and up requirement to 0.5.0, and
10666           also pass parameters to gst_diracdec_link in the right order
10667           (fixes #167959).
10668
10669 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
10670
10671         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
10672         * ext/faad/gstfaad.h:
10673         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
10674         certain invalid muxed streams, where some packets will contain 
10675         junk after decoder data. Partially fixes #149158.
10676
10677 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
10678         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
10679           Make sure we only write to writable buffers
10680
10681 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
10682
10683         * gst-libs/gst/riff/riff-media.c:
10684         (gst_riff_create_audio_caps_with_data):
10685           Do actually fix invalid RIFF fmt header values for alaw
10686           and mulaw audio instead of just saying so.
10687
10688         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10689           Give gst_riff_create_audio_caps_with_data() a chance to
10690           fix up broken format header fields before extracting any
10691           parameters from the header. (fixes #167633)
10692
10693 2005-02-19  Martin Holters  <martin.holters@gmx.de>
10694
10695         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
10696
10697         * gst/audioconvert/bufferframesconvert.c:
10698         (buffer_frames_convert_link):
10699           Don't leak othercaps. (fixes #167878)
10700
10701 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
10702
10703         * configure.ac:
10704         * ext/libvisual/visual.c: (gst_visual_srclink),
10705         (gst_visual_change_state):
10706           Support libvisual 0.2.0.
10707
10708 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
10709
10710         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
10711         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
10712           Use same rowstrides for I420 as used everywhere else.
10713
10714 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
10715
10716         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10717           Declare variables at beginning of block and make gcc-2.95 happy
10718           (fixes # 167482, patch by Gergely Nagy).
10719           
10720         * gst/tcp/gsttcpclientsrc.c:
10721         * gst/tcp/gsttcpclientsrc.h:
10722           Move some includes into the header, so that struct sockaddr_in is
10723           defined when it should be defined on FreeBSD as well (fixes
10724           #167483).
10725           
10726         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
10727           Don't pass uninitialised values to setsockopt() here either.
10728
10729 2005-02-17  Luca Ognibene  <luogni at tin dot it>
10730
10731         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
10732
10733         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
10734           Don't pass uninitialised values to setsockopt(). (fixes #167704)
10735
10736 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10737
10738         * gst/playback/gstplaybin.c: (add_sink):
10739           Invert bin_add/link order to workaround deadlock in opt.
10740
10741 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10742
10743         * gst/modplug/gstmodplug.cc:
10744           Add missing break causing position queries to fail.
10745
10746 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10747
10748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
10749           Granpos can apparently be -1, which screws up calculations...
10750
10751 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
10752
10753         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10754         (gst_ximagesink_send_pending_navigation),
10755         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
10756         (gst_ximagesink_init):
10757         * sys/ximage/ximagesink.h:
10758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10759         (gst_xvimagesink_send_pending_navigation),
10760         (gst_xvimagesink_navigation_send_event),
10761         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
10762         * sys/xvimage/xvimagesink.h:
10763           Use a mutex protected list to marshal navigation
10764           events into the stream thread from whichever thread
10765           sends them.
10766
10767 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
10768
10769         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
10770           Display current position and track length; misc. clean-ups.
10771           
10772         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
10773         (speed_init), (speed_chain):
10774           Add query function, so that the stream length and current position
10775           get adjusted when queried (note that current position queries may
10776           still be wrong if the audio sink returns values based on buffer
10777           timestamps instead of passing on the query).
10778
10779 2005-02-13  Benjamin Otte  <otte@gnome.org>
10780
10781         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
10782         (gst_audio_convert_channels):
10783           create channel conversion matrix when linking
10784         * gst/audioconvert/.cvsignore:
10785         * gst/audioconvert/Makefile.am:
10786         * gst/audioconvert/channelmixtest.c: (main):
10787           add (ugly) test that ensures stereo <=> mono conversion works
10788           correctly
10789
10790 2005-02-13  Benjamin Otte  <otte@gnome.org>
10791
10792         * gst/audioconvert/gstchannelmix.h:
10793           include missing header file
10794         * gst/audioconvert/gstchannelmix.c:
10795         (gst_audio_convert_fill_compatible):
10796           use same sign for both channels when converting to/from compatible
10797           channel. Previously used different signs made the signals cancel
10798           each other out and appear like silence. (fixes #167269)
10799
10800 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
10801
10802         * gst/ffmpegcolorspace/avcodec.h:
10803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10804         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10805         (gst_ffmpegcsp_avpicture_fill):
10806         * gst/ffmpegcolorspace/imgconvert.c:
10807           Convert to and from YV12 (fixes #156379).
10808
10809 2005-02-12  Julien MOUTTE  <julien@moutte.net>
10810
10811         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10812         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
10813         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
10814         (gst_ximagesink_expose), (gst_ximagesink_set_property),
10815         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
10816         methods from chain and negotiation and vice versa (Fixes #166142).
10817         * sys/ximage/ximagesink.h: Add stream_lock.
10818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10819         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10820         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10821         (gst_xvimagesink_expose): Check for xcontext before trying to link.
10822
10823 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
10824
10825         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
10826           Don't send "Hey! You gave me a NULL pointer you naughty person" as
10827           error message when we can't open the DVD device (when dvdnav_open()
10828           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
10829           the above). Send something more useful instead (fixes #167117).
10830
10831 2005-02-11  Julien MOUTTE  <julien@moutte.net>
10832
10833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10834         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
10835         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10836         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10837         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10838         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
10839         methods from chain and negotiation and vice versa (Fixes #166142).
10840         Fix a possible bug of images in the buffer pool being discarded because
10841         we are looking at the wrong geometry.
10842         * sys/xvimage/xvimagesink.h: Add stream_lock.
10843
10844 2005-02-11  David Schleef  <ds@schleef.org>
10845
10846         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
10847         unsigned int. (fixes #167128)
10848
10849 2005-02-11  David Schleef  <ds@schleef.org>
10850
10851         * gst/librfb/Makefile.am: Testing stuff before committing is
10852           for wimps... and people with fast machines.  Fix stupid
10853           mistake.
10854
10855 2005-02-11  David Schleef  <ds@schleef.org>
10856
10857         * configure.ac: Pull in librfb from my CVS tree, because it is
10858           too small and annoying to be separate.  Move rfbsrc plugin
10859           to gst/.
10860         * ext/Makefile.am:
10861         * ext/librfb/Makefile.am:
10862         * ext/librfb/gstrfbsrc.c:
10863         * gst/librfb/Makefile.am:
10864         * gst/librfb/gstrfbsrc.c:
10865         * gst/librfb/rfb.c:
10866         * gst/librfb/rfb.h:
10867         * gst/librfb/rfbbuffer.c:
10868         * gst/librfb/rfbbuffer.h:
10869         * gst/librfb/rfbbytestream.c:
10870         * gst/librfb/rfbbytestream.h:
10871         * gst/librfb/rfbcontext.h:
10872         * gst/librfb/rfbdecoder.c:
10873         * gst/librfb/rfbdecoder.h:
10874         * gst/librfb/rfbutil.h:
10875
10876 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
10877
10878         * gst/speed/Makefile.am:
10879         * gst/speed/demo-mp3.c: (main):
10880         * gst/speed/filter.func:
10881         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
10882         (speed_class_init), (speed_init), (speed_chain_int16),
10883         (speed_chain_float32), (speed_chain), (speed_set_property),
10884         (speed_get_property), (speed_change_state):
10885         * gst/speed/gstspeed.h:
10886           Fix speed element and make it chain-based (fixes #156467),
10887           and make it handle more than one channel.
10888
10889 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
10890
10891         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
10892         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
10893         (gst_dtsdec_chain), (gst_dtsdec_change_state):
10894         * ext/dts/gstdtsdec.h:
10895           Don't clobber the stack constructing the channels array.
10896           Make the element chain-based. DTS tracks can now be played.
10897           
10898 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
10899
10900         * gst-libs/gst/audio/multichannel.h:
10901         * gst-libs/gst/gconf/gconf.h:
10902         * gst-libs/gst/idct/idct.h:
10903         * gst-libs/gst/media-info/media-info-priv.h:
10904         * gst-libs/gst/play/play.h:
10905         * gst-libs/gst/resample/private.h:
10906         * gst-libs/gst/resample/resample.h:
10907         * gst-libs/gst/riff/riff-ids.h:
10908         * gst-libs/gst/video/video.h:
10909         * gst-libs/gst/video/videosink.h:
10910           Add G_BEGIN_DECLS and G_END_DECLS around headers where
10911           missing, so that they work when included from C++ code.
10912
10913 2005-02-09  David Schleef  <ds@schleef.org>
10914
10915         * testsuite/gst-lint: Check for non-statically scoped
10916           parent_class variables.  This won't be a problem once
10917           plugins are loaded with RTLD_LOCAL.
10918
10919 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10920
10921         * ext/mplex/gstmplexibitstream.cc:
10922           gcc madness.
10923
10924 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10925
10926         * ext/ogg/gstogmparse.c:
10927         * gst/debug/gstnavigationtest.c:
10928           Die, thou faulty symbol pollutors (non-static parent_class).
10929
10930 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10931
10932         * ext/mplex/gstmplexibitstream.cc:
10933           Fix event handling (#165525).
10934
10935 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10936
10937         * ext/mikmod/gstmikmod.c:
10938         * gst/modplug/gstmodplug.cc:
10939           Add missing endianness to template (fixes #165509).
10940
10941 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10942
10943         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
10944           Fix wrong order of reading of optional bytes (#165290).
10945
10946 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10947
10948         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10949           Implement FILLER event awareness.
10950
10951 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10952
10953         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
10954           Fix track calculations (#166208).
10955
10956 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10957
10958         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10959
10960         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
10961         * ext/libpng/gstpngenc.c:
10962           Fix byte-order, use proper fixed caps. Fixes #164197.
10963
10964 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10965
10966         * configure.ac:
10967           Add dvdlpcmdec 
10968
10969         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
10970         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
10971           Don't push buffers if the src pad isn't negotiated yet.
10972           
10973         * gst/audioconvert/gstaudioconvert.c:
10974         (gst_audio_convert_buffer_to_default_format),
10975         (gst_audio_convert_buffer_from_default_format):
10976           Add support for 24-bit width.
10977
10978         * gst/dvdlpcmdec/.cvsignore:
10979         * gst/dvdlpcmdec/Makefile.am:
10980         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
10981         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
10982         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
10983         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
10984         (plugin_init):
10985         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
10986           New decoder for rearranging DVD LPCM into our audio/x-raw-int
10987           format. Needs support for the channels maps if someone can find 
10988           a DVD LPCM track with > 2 channels.
10989
10990         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
10991         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
10992         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
10993         * gst/mpegstream/gstdvddemux.h:
10994         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10995         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
10996         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
10997         * gst/mpegstream/gstmpegdemux.h:
10998         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
10999         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
11000         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
11001         (gst_mpeg_parse_handle_src_query),
11002         (gst_mpeg_parse_handle_src_event):
11003           Use audio/x-dvd-lpcm for LPCM output.
11004           Add DTS output.
11005
11006 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11007
11008         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11009
11010         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
11011         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
11012           Add BGRA handling (#165736).
11013
11014 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
11015
11016         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11017
11018         * gst/law/alaw-decode.c: (alawdec_link):
11019         * gst/law/alaw-encode.c: (alawenc_link):
11020         * gst/law/mulaw-decode.c: (mulawdec_link):
11021         * gst/law/mulaw-encode.c: (mulawenc_link):
11022           Fix caps memleaks (#166600).
11023
11024 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
11025
11026         * ext/tarkin/mem.h:
11027         * ext/tarkin/wavelet.h:
11028         * ext/tarkin/yuv.h:
11029         * gst/ffmpegcolorspace/avcodec.h:
11030           Include "_stdint.h" instead of <stdint.h>. Fixes build on
11031           systems that don't have stdint.h, like Solaris9 (fixes #166631).
11032
11033 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11034
11035         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
11036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
11037         (gst_xvimagesink_change_state):
11038           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
11039           Xv video (and thereby regenerate Xv colourkey) in clear() so
11040           that PLAY -> READY -> PLAY works (fixes #162504).
11041
11042 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11043
11044         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
11045           Switch to list instead of range, since MJPEG-devices really just
11046           support decimations, not any size.
11047
11048 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11049         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
11050         (gst_mpeg2dec_reset), (free_all_buffers),
11051         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
11052         * ext/mpeg2dec/gstmpeg2dec.h:
11053           The libmpeg2 user-allocated buffer management is awkward, 
11054           to say the least. Hopefully this fixes things.
11055
11056 2005-02-04  Andy Wingo  <wingo@pobox.com>
11057
11058         * gst/audioconvert/bufferframesconvert.c
11059         (buffer_frames_convert_fixate): New function, fixates to 256
11060         frames per buffer by default. (Much better than 1.)
11061         (buffer_frames_convert_init): Set the fixate function for both src
11062         and sink pad.
11063         (buffer_frames_convert_link): After success setting nonfixed caps,
11064         get the negotiated caps so we can know how many buffer-frames it
11065         will be. No idea how this worked at all before.
11066
11067 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11068
11069         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11070         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
11071         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
11072         (handle_sequence), (handle_picture):
11073         * ext/mpeg2dec/gstmpeg2dec.h:
11074           Rearrange buffer tracking and refcounting and refactor
11075           a little for readability. 
11076
11077 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11078         * sys/v4l/gstv4l.c: (plugin_init):
11079         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
11080         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
11081         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
11082         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
11083         * sys/v4l/gstv4ljpegsrc.h:
11084         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
11085         * sys/v4l/v4l_calls.h:
11086         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
11087         (gst_v4lsrc_get_fps):
11088         * sys/v4l/v4lsrc_calls.h:
11089           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
11090           you jpeg inside rgb frames" driver.
11091           Don't error in the v4lsrc link function, just return 
11092           REFUSED.
11093
11094 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11095
11096         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
11097         (gst_qcamsrc_open):
11098           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
11099
11100 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11101
11102         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11103           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
11104
11105 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11106
11107         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
11108           Reset negotiated state on PAUSED->READY.
11109
11110 2005-02-02  David Schleef  <ds@schleef.org>
11111
11112         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
11113         whereever possible.  (Fixes #165997)
11114         * examples/capsfilter/capsfilter1.c: (main):
11115         * examples/dynparams/filter.c: (create_ui):
11116         * examples/seeking/cdparanoia.c: (get_track_info), (main):
11117         * examples/seeking/chained.c: (main):
11118         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
11119         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
11120         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
11121         (make_mpeg_pipeline), (make_mpegnt_pipeline):
11122         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11123         * examples/switch/switcher.c: (main):
11124         * ext/dv/demo-play.c: (main):
11125         * ext/faad/gstfaad.c: (gst_faad_change_state):
11126         * ext/mad/gstmad.c: (gst_mad_chain):
11127         * ext/smoothwave/demo-osssrc.c: (main):
11128         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
11129         (gst_gconf_render_bin_from_description),
11130         (gst_gconf_get_default_audio_sink),
11131         (gst_gconf_get_default_video_sink),
11132         (gst_gconf_get_default_audio_src),
11133         (gst_gconf_get_default_video_src),
11134         (gst_gconf_get_default_visualization_element):
11135         * gst/level/demo.c: (main):
11136         * gst/level/plot.c: (main):
11137         * gst/playback/gstplaybin.c: (gen_video_element),
11138         (gen_audio_element):
11139         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
11140         * gst/playondemand/demo-mp3.c: (setup_pipeline):
11141         * gst/sine/demo-dparams.c: (main):
11142         * gst/spectrum/demo-osssrc.c: (main):
11143         * gst/speed/demo-mp3.c: (main):
11144         * gst/volume/demo.c: (main):
11145         * testsuite/embed/embed.c: (main):
11146
11147 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11148
11149         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11150         (gst_tcpclientsink_finalize):
11151         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11152         (gst_tcpclientsrc_finalize):
11153         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11154         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
11155         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11156         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
11157           Don't leak the hostname when shutting down.
11158           In tcpserversrc, take a copy of the default hostname.
11159
11160 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11161
11162         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
11163           Set caps to systemstream=TRUE.
11164
11165 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11166
11167         * testsuite/Makefile.am:
11168           Fix more OSX buildbots.
11169
11170 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11171
11172         * ext/mpeg2dec/gstmpeg2dec.c:
11173           Don't send things to NULL PAD_PEERs
11174
11175         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
11176           Copy-on-write the incoming buffer.
11177
11178         * gst/mpegstream/gstdvddemux.h:
11179         * gst/mpegstream/gstmpegclock.h:
11180         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11181         (normal_seek), (gst_mpeg_demux_handle_src_event):
11182         * gst/mpegstream/gstmpegdemux.h:
11183         * gst/mpegstream/gstmpegpacketize.h:
11184         * gst/mpegstream/gstmpegparse.c:
11185         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
11186         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
11187         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
11188         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
11189         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
11190         * gst/mpegstream/gstmpegparse.h:
11191         * gst/mpegstream/gstrfc2250enc.h:
11192           Various changes to the way time is computed that make seeking and
11193           total time estimation much better here.
11194           Use G_BEGIN/END_DECLS instead of __cplusplus
11195
11196         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
11197           Use gst_buffer_stamp instead of only copying the TIMESTAMP
11198
11199 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11200
11201         * gst/subparse/gstsubparse.c:
11202           Fix OSX buildbot.
11203
11204 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11205
11206         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11207         (theora_enc_chain), (theora_enc_change_state):
11208         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11209         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11210         (gst_vorbisenc_change_state):
11211         * ext/vorbis/vorbisenc.h:
11212           Set granulepos and timestamp correctly for streams not
11213           starting at 0, taking into account the initial delay.
11214
11215 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11216
11217         * gst/mpegstream/gstdvddemux.c:
11218           Add audio/x-dts to audio pad template caps
11219
11220 2005-01-30  David Schleef  <ds@schleef.org>
11221
11222         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11223         (create_context), (gst_polypsink_link): Fix silly endianness
11224         bug.  Add some debugging.  Remove float from caps; it doesn't
11225         work.  Attempt to get remote audio working.
11226
11227 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11228
11229         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11230           Add 3IV2 fourcc.
11231
11232 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11233
11234         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11235         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11236         (gst_avi_demux_stream_data):
11237         * gst/avi/gstavidemux.h:
11238           Invert DIB images. Fixes #132341.
11239
11240 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11241
11242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11243         (gst_ffmpegcsp_chain):
11244           D'oh, reference the palette data, not the palette structure.
11245           Fixes color distortion in #132341.
11246
11247 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11248
11249         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11250           PAR can be non-fixed when not provided as argument (#162626).
11251
11252 2005-01-29  David Moore  <dcm@acm.org>
11253
11254         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11255
11256         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11257         (gst_qtdemux_loop_header):
11258           Re-apply patch from #142272 that allows non-seekable sources,
11259           re-proposed by Daniel Drake <dsd@gentoo.org>.
11260
11261 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11262
11263         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11264           Use the src template for creating the src pad (#162330).
11265
11266 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11267
11268         * configure.ac:
11269         * ext/musepack/Makefile.am:
11270         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11271         (gst_musepackdec_init), (gst_musepackdec_dispose),
11272         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11273         (gst_musepack_stream_init), (gst_musepackdec_loop),
11274         (gst_musepackdec_change_state):
11275         * ext/musepack/gstmusepackdec.cpp:
11276         * ext/musepack/gstmusepackdec.h:
11277         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11278         (gst_musepack_reader_read), (gst_musepack_reader_seek),
11279         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11280         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11281         * ext/musepack/gstmusepackreader.cpp:
11282         * ext/musepack/gstmusepackreader.h:
11283           Update to 1.1 API (#165446).
11284
11285 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11286
11287         * ext/Makefile.am:
11288           Unbreak buildbot.
11289
11290 2005-01-28  Andy Wingo  <wingo@pobox.com>
11291
11292         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11293         to reflect a different dubious internet source. Add a reference
11294         and some commentary.
11295
11296 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11297
11298         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11299         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11300         * gst/playback/gststreamselector.h:
11301           Be more selective when we're redoing caps negotiation from
11302           within the chain function on a stream change.
11303
11304 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11305
11306         * configure.ac:
11307         * ext/Makefile.am:
11308         * ext/amrnb/Makefile.am:
11309         * ext/amrnb/amrnb.c: (plugin_init):
11310         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11311         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11312         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11313         (gst_amrnbdec_state_change):
11314         * ext/amrnb/amrnbdec.h:
11315         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11316         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11317         (gst_amrnbparse_init), (gst_amrnbparse_formats),
11318         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11319         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11320         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11321         * ext/amrnb/amrnbparse.h:
11322           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11323         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11324           Add AMR-NB/-WB raw formats.
11325         * ext/alsa/gstalsa.c: (gst_alsa_link):
11326           Keep valid time when changing format.
11327         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11328         (qtdemux_parse_trak):
11329           Add some more format-specific options (#140141, #143555, #155163).
11330
11331 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11332
11333         * gst/matroska/matroska-demux.c:
11334         (gst_matroska_demux_parse_blockgroup):
11335           Fix logic error in timing of subtitle stream synchronization.
11336         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11337           Add skip-chunk, which is found in kodak-camera streams.
11338
11339 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11340
11341         * po/LINGUAS:
11342         * po/vi.po:
11343           Adding Vietnamese translation (submitted by Clytie Siddall)
11344
11345 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11346
11347         * gst/playback/gstdecodebin.c: (try_to_link_1):
11348           Use realpad for signal.
11349
11350 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11351
11352         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11353           Fix category so decodebin picks it up.
11354
11355 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11356
11357         * ext/mad/Makefile.am:
11358         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11359         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11360         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11361         (found_type), (gst_id3demux_bin_change_state):
11362         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11363         (gst_id3_tag_init), (gst_id3_tag_handle_event),
11364         (gst_id3_tag_src_link), (gst_id3_tag_chain),
11365         (gst_id3_tag_change_state), (plugin_init):
11366         * ext/mad/gstmad.h:
11367           Add id3demuxbin (which is a simple bin consisting of id3demux
11368           and typefind), take over rank from id3demux, remove typefind
11369           code from id3demux. Makes all broken mp3s that I know of work,
11370           and thereby fixes #152688.
11371
11372 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
11373
11374         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11375
11376         * ext/mad/gstmad.c: (gst_mad_src_event):
11377         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11378           Allow seeks on audio pad, make mad forward those (#164826).
11379         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11380           Set duration (#165335).
11381
11382 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11383
11384         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11385         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11386         (gst_asf_demux_process_ext_content_desc),
11387         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11388         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11389         * gst/asfdemux/gstasfdemux.h:
11390           Improve metadata display, e.g. if the metadata comes before the
11391           streams are loaded (which is perfectly valid).
11392
11393 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11394
11395         * tools/gst-launch-ext-m.m:
11396           Fix AVI/ASF pipelines (#165340).
11397
11398 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
11399         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
11400         build failure on amd64
11401
11402 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
11403
11404         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11405         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11406           Check environment variables GST_ID3V2_TAG_ENCODING,
11407           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11408           list of character encodings to force interpretation of non-unicode
11409           strings stored in an ID3v2 tag to a particular encoding. If none
11410           is specified, try to use current locale's encoding, then fall back
11411           to ISO-8859-1 (which will always succeed). (Resolves #149274)
11412         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11413         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11414           Check environment variables GST_ID3V1_TAG_ENCODING,
11415           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11416           list of character encodings to use in case a string encountered
11417           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11418           specified, try to use the current locale's encoding, then fall
11419           back to ISO-8859-1 (which will always succeed).
11420
11421 2005-01-25  Benjamin Otte  <otte@gnome.org>
11422
11423         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11424           - on half framerate, compute the rate in advance so the comparisons
11425             don't compare wrong values
11426           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11427             behaviour
11428           - don't use mad_header_decode anymore, mad_frame_decode does that
11429             automatically
11430           - when getting rid of consumed bytes, reset the stream's skiplen
11431           (fixes #163867)
11432
11433 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11434
11435         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11436           Use 1/2 a second for default max_discont, as PES streams from DVB
11437           seem to have larger spacings in the SCR. 
11438           Fix a typo.
11439
11440 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11441
11442         * gst/playback/gstplaybasebin.c: (group_commit):
11443           Notify delayed stream-info availability.
11444
11445 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11446         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11447         (gst_a52dec_handle_event), (gst_a52dec_chain):
11448         Add some debug output. Check that a discont has a valid
11449         time associated.
11450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11451         (gst_alsa_sink_loop):
11452         Ignore TAG events. A little extra debug for broken timestamps.
11453         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11454         (dvdnavsrc_change_state):
11455         Ensure we send a discont to engage the link before we send any
11456         other events.
11457         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11458         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11459         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11460         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11461         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11462         dvd://title works in totem because typefinding sends a seek that ends
11463         up going back to chapter 1 regardless.
11464         * ext/mpeg2dec/gstmpeg2dec.c:
11465         * ext/mpeg2dec/gstmpeg2dec.h:
11466         Output correct timestamps and handle disconts.
11467         * ext/ogg/gstoggdemux.c: (get_relative):
11468         Small guard against a null dereference.
11469         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11470         (gst_textoverlay_set_property):
11471         Free memory when done. Don't call gst_event_filler_get_duration on
11472         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11473         g_warning.
11474         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11475         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11476         (gst_sw_srclink), (gst_smoothwave_chain):
11477         Draw solid lines, prettier colours.
11478         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11479         Add a default palette that'll work for some movies.
11480         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11481         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11482         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11483         * gst/mpegstream/gstdvddemux.h:
11484         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11485         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11486         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11487         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11488         * gst/mpegstream/gstmpegparse.h:
11489         Use PTM/NAV events when for timestamp adjustment when connected to 
11490         dvdnavsrc. Don't use many discont events where one suffices.
11491         * gst/playback/gstplaybasebin.c: (group_destroy),
11492         (gen_preroll_element), (gst_play_base_bin_add_element):
11493         * gst/playback/gstplaybasebin.h:
11494         Make sure we remove subtitles from the same bin we put them in.
11495         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11496         (gst_subparse_buffer_format_autodetect),
11497         (gst_subparse_change_state):
11498         Fix some memleaks and invalid accesses.
11499         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
11500         (oggskel_type_find), (cmml_type_find), (plugin_init):
11501         Some typefind functions for Annodex v3.0 files
11502         * gst/wavparse/gstwavparse.h:
11503         GstRiffReadClass is the correct parent class.
11504
11505 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11506
11507         * gst-libs/gst/riff/riff-media.c:
11508         (gst_riff_create_video_caps_with_data):
11509           Add extradata to huffyuv (fixes #165013).
11510         * gst-libs/gst/riff/riff-read.c:
11511         (gst_riff_read_strf_vids_with_data):
11512           Fix extradata extraction if it is in the chunk size.
11513
11514 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
11515
11516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11517
11518         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
11519         (gst_quarktv_change_state), (gst_quarktv_dispose):
11520           Memory free'ing location fix (#164708).
11521
11522 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11523
11524         * gst/playback/gstplaybasebin.c: (group_commit),
11525         (gen_preroll_element), (probe_triggered), (gen_source_element),
11526         (setup_source), (gst_play_base_bin_change_state),
11527         (gst_play_base_bin_add_element):
11528           Don't block for streams.
11529         * gst/playback/gststreaminfo.c: (stream_info_change_state),
11530         (gst_stream_info_set_mute):
11531           Use gst_pad_set_active_recursive.
11532
11533 2005-01-25  Andy Wingo  <wingo@pobox.com>
11534
11535         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
11536         for #ifndef HAVE_XVIDEO.
11537
11538 2005-01-24  Jeffrey C. Ollie
11539
11540         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
11541
11542         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
11543         * ext/gsm/gstgsmdec.h:
11544         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
11545         * ext/gsm/gstgsmenc.h:
11546         Fix rate to 8kHz as per spec, removes obscure errors when no rate
11547         was given by property. Add proper buffer timestamps and offsets.
11548
11549 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11550
11551         * gst-libs/gst/riff/riff-media.c:
11552         (gst_riff_create_audio_caps_with_data):
11553           Audio can be <8000Hz.
11554
11555 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11556
11557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11558           Explicit state change to workaround refcount bugs.
11559
11560 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11561
11562         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
11563         (gst_avimux_riff_get_avi_header):
11564           Fix...
11565
11566 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11567
11568         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
11569         (gst_riff_read_element_data):
11570         * gst-libs/gst/riff/riff-read.h:
11571           Add _peek version (req'ed in CDXA).
11572         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
11573         (gst_cdxaparse_loop):
11574           Fix parsing in playbin.
11575         * gst/playback/gstdecodebin.c: (close_pad_link):
11576           Ignore current_ pads, they cause major annoyance.
11577
11578 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11579
11580         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11581           Safety guard.
11582
11583 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11584
11585         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
11586           Fix padding...
11587
11588 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11589
11590         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
11591           Allow for 0-sized buffers. Fixes length query problems in
11592           starwars.mkv from the testsuite.
11593
11594 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
11595
11596         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
11597         (gst_video_box_i420), (gst_video_box_chain):
11598           Fix row strides for I420 (fixes #163159)
11599           
11600 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11601
11602         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11603           MPEG2 has a useful rate property, so we can actually use that.
11604           For MPEG-1, continue using the bytes/time properties.
11605
11606 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11607
11608         * gst-libs/gst/riff/riff-media.c:
11609         (gst_riff_create_video_caps_with_data),
11610         (gst_riff_create_video_template_caps):
11611           Add intel-h263.
11612
11613 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11614
11615         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11616           Fail if caps negotiation fails. Should fix #162184, and should
11617           definately be in there regardless of it fixing the actual bug.
11618         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
11619         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
11620         (gst_avimux_riff_get_avix_header),
11621         (gst_avimux_riff_get_video_header),
11622         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
11623         (gst_avimux_start_file), (gst_avimux_handle_event),
11624         (gst_avimux_change_state):
11625         * gst/avi/gstavimux.h:
11626           Refactor structure writing to use GST_WRITE_UINT macros, add
11627           metadata writing support.
11628
11629 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11630
11631         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11632           Elements may already be destroyed when this function is called.
11633
11634 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11635
11636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11637         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
11638           More memory leak fixes (#149162).
11639
11640 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11641
11642         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11643         (gst_qtdemux_add_stream):
11644           Fix two memleaks.
11645
11646 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11647
11648         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
11649           Argh...
11650
11651 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11652
11653         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
11654           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
11655           when fixating to six channels in Totem.
11656
11657 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
11658
11659         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
11660           Fix compile warnings on Solaris 10 buildbot
11661
11662 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
11663
11664         * ext/dvdread/dvdreadsrc.c: (_read):
11665           Don't read beyond the last cell in a chapter (fixes 
11666           invalid memory access)
11667
11668 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
11669
11670         * ext/dvdread/stream_labels.c:
11671         (dvdreadsrc_get_audio_stream_labels):
11672           Use NULL for an empty GList instead of g_list_alloc(); fix 
11673           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
11674           of GString (easier to bulk free later)
11675
11676 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
11677
11678         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11679
11680         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11681         (gst_ffmpeg_pixfmt_to_caps):
11682           Fix BGRA32 caps (#164209).
11683
11684 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
11685
11686         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11687
11688         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11689         (gst_ffmpeg_caps_to_pixfmt):
11690           alpha_mask can be RGBA/ABGR. Fixes #164265.
11691
11692 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
11693
11694         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11695
11696         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
11697         (gst_mpeg2dec_alloc_buffer):
11698         * ext/mpeg2dec/gstmpeg2dec.h:
11699           Crop if decoding size is not the actual image size (#163676).
11700
11701 2005-01-17  Steve Baker  <steve@stevebaker.org>
11702
11703         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11704
11705         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
11706         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
11707           Add libsndfile typefind functions (#163309).
11708
11709 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11710
11711         * tools/gst-launch-ext-m.m:
11712           Add .aac, fix .m1v/.m2v (#163891).
11713
11714 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11715
11716         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
11717           Sanity check, don't wait endlessly since the clock might not
11718           actually run at this point (which is a deadlock). Fixes #164069.
11719
11720 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11721
11722         * gst/playback/gstplaybasebin.c: (probe_triggered):
11723           Of course, only pause if group is done...
11724
11725 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11726
11727         * gst/playback/gstplaybasebin.c: (probe_triggered):
11728           Thread safety.
11729
11730 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11731
11732         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
11733           Don't return state change success when the parent
11734           failed.
11735
11736 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11737
11738         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
11739           Free events (fix memleak in #162905).
11740
11741 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
11742
11743         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11744
11745         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11746         (gst_ffmpeg_caps_to_pixfmt):
11747           Fix for depth = 15. Fixes #161675.
11748
11749 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11750
11751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11752           Set FPS correctly, even for webcams and the like.
11753         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
11754           Don error on setting while capturing.
11755
11756 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11757
11758         * ext/dv/gstdvdec.c:
11759         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11760         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
11761           I'm a bad boy. using /1001. to force C to do float division
11762           and not integer division (as it did in my last commit)
11763           Thanks to David I. Lehn for pointing this mistake.
11764
11765 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11766
11767         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11768           Revert Johan??s 1.35->1.36 since it breaks compat.
11769
11770 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11771
11772         * ext/dv/gstdvdec.c:
11773         * ext/libfame/gstlibfame.c:
11774         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11775         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
11776           replace framerate aproximations by their real value
11777           (24000/1001, 30000/1001, 60000/1001)
11778           Finish fixing bug #164049
11779
11780 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11781
11782         * ext/ogg/gstoggmux.c:
11783           eos/bos debugging
11784         * gst/tcp/gstmultifdsink.c:
11785         * gst/tcp/gstmultifdsink.h:
11786         * gst/tcp/gsttcp.c:
11787         * gst/tcp/gsttcp.h:
11788         * gst/tcp/gsttcpclientsink.c:
11789         * gst/tcp/gsttcpclientsrc.c:
11790         * gst/tcp/gsttcpserversink.c:
11791         * gst/tcp/gsttcpserversrc.c:
11792           improve reusability of elements after state changes and errors
11793           make multifdsink throw away streamheaders when receiving new ones
11794
11795 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11796
11797         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
11798           Fix for if items are already in list...
11799
11800 2005-01-12  Benjamin Otte  <otte@gnome.org>
11801
11802         * gst/adder/gstadder.c: (gst_adder_loop):
11803           fix adder a bit so it doesn't screw up with events as much anymore
11804
11805 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
11806
11807         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
11808         (pixbufscale_scale), (gst_pixbufscale_chain):
11809         * ext/gdk_pixbuf/pixbufscale.h:
11810           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
11811           to ensure rowstrides are calculated the same way as 
11812           ffmpegcolorspace
11813           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
11814           that we pick up duration and offset also.
11815
11816 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11817
11818         * gst/avi/gstavimux.c: (gst_avimux_class_init),
11819         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
11820           Reusability fixes.
11821
11822 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11823
11824         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11825         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11826         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11827         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11828           Update flags when requested.
11829
11830 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11831
11832         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
11833           Fix dmix.
11834
11835 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11836
11837         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11838         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
11839         (probe_triggered), (new_decoded_pad), (gen_source_element),
11840         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
11841         * gst/playback/gstplaybasebin.h:
11842         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11843         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
11844         (gst_play_bin_change_state):
11845           Implement group-switch signal for use in apps to clear metadata
11846           cache, clean up subtitle, add suburi property instead of # hack,
11847           some error-out fixes.
11848
11849 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11850
11851         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11852           Debug.
11853         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
11854           If we got a state change in the _get handler, don't return success.
11855
11856 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11857
11858         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
11859         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
11860           Make jpegdec quiet on MJPEG decoding
11861         * gst/asfdemux/README:
11862           Fix mimetypes for MJPEG and H263
11863
11864 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11865
11866         * ext/theora/theoradec.c: (theora_dec_chain):
11867           Fix broken code generation by gcc by swapping arguments.
11868         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11869           Fix \n in debug.
11870
11871 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11872
11873         * TODO:
11874           delete this file, it is by far outdated
11875         * ext/alsa/gstalsa.1: remove
11876         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
11877         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
11878         (gst_alsa_get_caps):
11879           Add HW probing for supported sample rates. Fixes #161704
11880
11881 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11882
11883         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11884           Don't crash, biatch! :).
11885
11886 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11887
11888         * ext/musepack/gstmusepackreader.cpp:
11889         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11890           Some work on tags - still doesn't work in playbin...
11891         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11892           Handle events...
11893
11894 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11895
11896         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
11897           Also shove tags on kid pads.
11898
11899 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11900
11901         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11902           Don't bail on unknown events.
11903         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11904           Don't crash on events before negotiation.
11905         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
11906           Send tags on pads, too.
11907         * gst/playback/gststreamselector.c:
11908         (gst_stream_selector_request_new_pad):
11909           Forward events on first pad if no input was selected yet.
11910
11911 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11912
11913         * gst/playback/gstplaybasebin.c: (setup_substreams):
11914           Don't disable streamtype if the stream doesn't exist, since
11915           then playing a video after audio will disable both and nothing
11916           will happen. Fixes the testsuite.
11917
11918 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11919
11920         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
11921         (gst_v4l_xoverlay_set_xwindow_id):
11922         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
11923         (gst_v4l2_xoverlay_set_xwindow_id):
11924           Add debug categories, fix overlay disabling.
11925
11926 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11927
11928         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
11929         * ext/alsa/gstalsa.h:
11930           Add HW probing for period_count/size and buffer_size MIX/MAX
11931           Adjust default/user defined value if out of bounds
11932           Should fix bug #162024
11933
11934 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11935
11936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
11937           Fix warning (#161191).
11938
11939 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11940
11941         * ext/dvdread/stream_labels.c:
11942         (dvdreadsrc_get_audio_stream_labels):
11943           Fix warning (init the good variable in switch default)
11944
11945 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
11946
11947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11948
11949         * gst/tta/gstttaparse.c: (gst_tta_src_event):
11950           Fix gcc-2.95 compile (#163485).
11951
11952 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11953
11954         * configure.ac:
11955         * ext/flac/gstflacenc.c: (gst_flacenc_init),
11956         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
11957         (gst_flacenc_tell_callback), (gst_flacenc_chain),
11958         (gst_flacenc_change_state):
11959         * ext/flac/gstflacenc.h:
11960           Update for API change in flac-1.1.1. Update requirement in
11961           configure.ac. Fixes #162974.
11962
11963 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11964
11965         * gst/playback/gstplaybasebin.c: (group_destroy):
11966           Remove hack to get rid of assert and get rid of unlinked
11967           signals properly.
11968
11969 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11970
11971         * gst/playback/gstplaybasebin.c: (setup_source):
11972           Set source to NULL so that resources are free'ed. Fixes issues
11973           with playback of CDDA and similar device-accessing things.
11974
11975 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11976
11977         * testsuite/embed/Makefile.am:
11978           test->noinst, fix make test in buildbot.
11979
11980 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11981
11982         * ext/dvdread/stream_labels.c: new file
11983         * ext/dvdread/stream_labels.h: new file
11984         * ext/dvdread/Makefile.am:
11985         * ext/dvdread/dvdreadsrc.c: (_seek_title):
11986           Extract audio stream label from DVD IFO files.
11987           It only dump them on the console for now, still have to
11988           make playbin aware of them.
11989
11990 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11991
11992         * gst/playback/gstplaybasebin.c: (setup_source):
11993           Fix hanging subs.
11994
11995 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11996
11997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11998         (gen_preroll_element), (remove_groups), (setup_subtitle),
11999         (gen_source_element), (setup_source):
12000         * gst/playback/gstplaybasebin.h:
12001           Multiple .sub files is just a stupid idea... Fix some threading
12002           mistakes. Interestingly, external .sub files cause playbin to
12003           hang, I don't know why... Parsing fixes contributed by Fran??ois
12004           Kooman <fkooman@tuxed.net>.
12005
12006 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12007
12008         * testsuite/embed/Makefile.am:
12009           Fix buildbot.
12010
12011 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12012
12013         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12014
12015         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12016         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12017         (gst_pngenc_set_property):
12018         * ext/libpng/gstpngenc.h:
12019           Add compression level property (#163323).
12020
12021 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12022
12023         * configure.ac:
12024         * examples/capsfilter/capsfilter1.c: (main):
12025         * examples/seeking/spider_seek.c: (make_spider_pipeline):
12026         * ext/dvdread/Makefile.am:
12027         * ext/dvdread/demo-play:
12028         * ext/dvdread/demo-play.c:
12029         * gconf/gstreamer.schemas.in:
12030         * gst-libs/gst/gconf/gconf.c:
12031         * sys/v4l/TODO:
12032         * testsuite/Makefile.am:
12033         * testsuite/embed/Makefile.am:
12034         * testsuite/embed/embed.c: (cb_expose), (main):
12035           Remove all references to xvideosink, fix examples (#140845).
12036         * gst/playback/gstplaybasebin.c: (group_destroy):
12037           Apparently, disposal does not unlink - so do explicitely.
12038         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12039           Add debug.
12040
12041 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
12042
12043         * README: fix PKG_CONFIG_PATH instructions, what was there
12044         previously was breaking default search path, not nice. 
12045         Fixes #163358
12046
12047 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12048
12049         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
12050         (gst_audioscale_chain):
12051           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
12052           when resampling - how the ^@$^!@^! is this possible?!?
12053
12054 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12055
12056         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12057           Reset variables on READY.
12058         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
12059         (gst_matroska_mux_loop):
12060           Require data before writing header.
12061
12062 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
12063
12064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12065
12066         * ext/mad/gstmad.c: (gst_mad_chain):
12067           Don't call mad_stream_sync() directly after recovering sync.
12068           Fixes #151661.
12069
12070 2005-01-09  Martin Eikermann  <meiker@upb.de>
12071
12072         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12073
12074         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
12075         (snapshot_handler), (gst_snapshot_sinkconnect),
12076         (gst_snapshot_chain):
12077           Allocate resources when required, fix recursive signal emission
12078           and fix caps. Fixes #161667.
12079
12080 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12081
12082         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12083
12084         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
12085         (gst_pngdec_chain):
12086           Handle only 8-bppc (bits-per-pixel-component) images, better
12087           error handling and correct strides. Fixes #163177.
12088         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
12089         (gst_pngenc_chain):
12090           Better error handling. Fixes #163348.
12091
12092 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12093
12094         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
12095         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
12096         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
12097         (dvdnavsrc_uri_handler_init):
12098           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
12099         * gst/playback/gstplaybasebin.c: (gen_source_element):
12100           Add MMS to streaming URIs.
12101
12102 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12103
12104         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12105         * sys/xvimage/xvimagesink.c:
12106         (gst_xvimagesink_navigation_send_event):
12107           Check for pad availability before sending event.
12108
12109 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12110
12111         * gst-plugins.spec.in:
12112           Add subparse.
12113
12114 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12115
12116         * configure.ac:
12117           Since we use functions from CVS, up requirement.
12118
12119 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12120
12121         * gst/playback/Makefile.am:
12122         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12123         (group_destroy), (group_commit), (group_is_muted),
12124         (gen_preroll_element), (add_stream), (unknown_type),
12125         (probe_triggered), (preroll_unlinked), (mute_stream),
12126         (silence_stream), (new_decoded_pad), (setup_substreams),
12127         (setup_source), (get_active_source), (mute_group_type),
12128         (muted_group_change_state), (set_active_source),
12129         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12130         (play_base_eos), (gst_play_base_bin_change_state):
12131         * gst/playback/gstplaybasebin.h:
12132         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12133         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12134         (gst_stream_info_dispose), (stream_info_mute_pad),
12135         (stream_info_change_state), (gst_stream_info_set_mute):
12136         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
12137         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
12138         (gst_stream_selector_init), (gst_stream_selector_dispose),
12139         (gst_stream_selector_get_linked_pad),
12140         (gst_stream_selector_get_caps), (gst_stream_selector_link),
12141         (gst_stream_selector_get_linked_pads),
12142         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12143         * gst/playback/gststreamselector.h:
12144           Adding stream selection support plus required properties for
12145           applications to use this. Fully fixes #100931.
12146
12147 2005-01-08  Benjamin Otte  <otte@gnome.org>
12148
12149         * gst/games/gstpuzzle.c: (nav_event_handler):
12150           - handle nav events differently: forward every event no matter if it
12151             was handled or not.
12152           - translate events
12153           You can now cheat by using navigationtest ! puzzle and moving the
12154           mouse close to the edge of a tile. ;)
12155
12156 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12157
12158         * configure.ac:
12159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12160         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
12161         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
12162         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
12163         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
12164         (gst_ogm_parse_plugin_init):
12165         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
12166         (gst_textoverlay_link), (gst_textoverlay_getcaps),
12167         (gst_textoverlay_event), (gst_textoverlay_video_chain),
12168         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
12169         * ext/pango/gsttextoverlay.h:
12170         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12171         (gst_matroska_demux_handle_seek_event),
12172         (gst_matroska_demux_sync_streams),
12173         (gst_matroska_demux_parse_blockgroup),
12174         (gst_matroska_demux_subtitle_caps),
12175         (gst_matroska_demux_plugin_init):
12176         * gst/matroska/matroska-ids.h:
12177         * gst/playback/gstdecodebin.c: (close_pad_link):
12178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12179         (gen_preroll_element), (remove_groups), (add_stream),
12180         (new_decoded_pad), (setup_subtitles), (gen_source_element),
12181         (setup_source):
12182         * gst/playback/gstplaybasebin.h:
12183         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
12184         * gst/subparse/Makefile.am:
12185         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
12186         (gst_subparse_base_init), (gst_subparse_class_init),
12187         (gst_subparse_init), (gst_subparse_formats),
12188         (gst_subparse_eventmask), (gst_subparse_event),
12189         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
12190         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
12191         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
12192         (parse_mpsub_deinit), (parse_mpsub_init),
12193         (gst_subparse_buffer_format_autodetect),
12194         (gst_subparse_format_autodetect), (gst_subparse_loop),
12195         (gst_subparse_change_state), (gst_subparse_type_find),
12196         (plugin_init):
12197         * gst/subparse/gstsubparse.h:
12198         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12199         (plugin_init):
12200           Add subtitle support, .sub parser (supports SRT and MPsub),
12201           OGM text support, Matroska UTF-8 text support, deadlock fixes
12202           all over the place, subtitle awareness in decodebin/playbin
12203           and some fixes to textoverlay to handle subtitles in a stream
12204           correctly. Fixes #100931.
12205
12206 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12207
12208         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12209           Check for pad availability before doing a query on it.
12210
12211 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12212
12213         * ext/dv/gstdvdec.c:
12214           really fix bpp24/32 dvdec caps (classic rgba indeed)
12215         * gst/asfdemux/gstasfdemux.c:
12216         (gst_asf_demux_process_ext_content_desc):
12217           don't send text tags if they are empty (bis repetita)
12218
12219 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12220
12221         * ext/dv/gstdvdec.c:
12222          remove unneeded comment from dvdec
12223           (related to DV 4CC codes in AVI files)
12224           moved them in gstreamer/docs/random/mimetypes
12225         * gst/asfdemux/gstasfdemux.c:
12226         (gst_asf_demux_process_ext_content_desc):
12227          don't send text tags if they are empty
12228          fix mem leak on error path
12229         * gst/ffmpegcolorspace/avcodec.h:
12230         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12231         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12232         (gst_ffmpegcsp_avpicture_fill):
12233         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12234         * gst/ffmpegcolorspace/imgconvert_template.h:
12235          adds BGR32 and BGRA32 to ffmpegcolorspace
12236           (still bad colors, fixing it on next commit)
12237           helps with dvdec outputing BGR32
12238
12239 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12240
12241         * ext/dv/gstdvdec.c:
12242          Fix audio caps i just broke (missing ',')
12243         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12244         (gst_matroska_mux_reset):
12245          Fix typo + add FIXME about old "x-gst-metadata" crap
12246
12247 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12248
12249         * ext/dv/demo-play.c: (main):
12250          xvideosink -> xvimagesink
12251         * ext/dv/gstdvdec.c:
12252          change rgb 32/32 caps to 24/32 (no alpha)
12253          change nb of channels to be a list (2 or 4, not 2)
12254          change sample rate to be a list (32, 44.1, 48 kHz) not a range
12255         * gst/asfdemux/gstasfdemux.c:
12256         (gst_asf_demux_process_ext_content_desc):
12257          Add 'date/year' to extracted metadata list
12258
12259 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12260
12261         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12262           The return value of fixate_to does not imply that the requested
12263           value was set, so don't assume.
12264
12265 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
12266
12267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12268
12269         * ext/libpng/gstpngdec.c:
12270         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12271         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12272         * ext/libpng/gstpngenc.h:
12273           Alpha support (encoder; #163161), mime fixage.
12274
12275 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
12276
12277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12278
12279         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12280         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12281         (gst_faac_set_property), (gst_faac_get_property):
12282         * ext/faac/gstfaac.h:
12283           Allow for ADTS output (#153434).
12284
12285 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12286
12287         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12288           Fix against template (#150576).
12289
12290 2005-01-06  Benjamin Otte  <otte@gnome.org>
12291
12292         * gst/games/gstpuzzle.c: (draw_puzzle):
12293           don't draw a puzzle if either width or height of tiles would be 0.
12294
12295 2005-01-06  Benjamin Otte  <otte@gnome.org>
12296
12297         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12298         (gst_puzzle_class_init), (gst_puzzle_finalize):
12299           no memleaks, please
12300         (gst_puzzle_create), (gst_puzzle_init),
12301         (gst_puzzle_set_property), (gst_puzzle_setup):
12302           change initialization code around so we don't reshuffle on resize
12303         (draw_puzzle):
12304           fix another stupid typo
12305
12306 2005-01-06  Benjamin Otte  <otte@gnome.org>
12307
12308         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12309           fix stupid typo that borked copying on YUY2
12310
12311 2005-01-06  Benjamin Otte  <otte@gnome.org>
12312
12313         * gst/games/gstpuzzle.c: (draw_puzzle):
12314           fix edges when image sizes aren't multiples of tile sizes
12315
12316 2005-01-06  Benjamin Otte  <otte@gnome.org>
12317
12318         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12319           make RGB endianness work correctly
12320         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12321           refactor and fix race with initial shuffling
12322         (nav_event_handler):
12323           allow using the mouse to puzzle
12324         (draw_puzzle):
12325           insist on tiles having width and height as multiples of 4 to get
12326           clean YUV image handling
12327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12328         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12329           s/DEBUG/LOG/ for common messages
12330         (gst_xvimagesink_navigation_send_event):
12331           fix mouse event translation to not include screen PAR
12332         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12333           fix mouse event translation to actually work
12334
12335 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12336
12337         * gst/asfdemux/gstasfdemux.c:
12338         (gst_asf_demux_process_ext_content_desc):
12339          Extract TrackNumber metadata + clean up code
12340         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12341          Hope this is the good fix (var used unitialised)
12342
12343 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12344
12345         * ext/faad/gstfaad.c: (gst_faad_chain):
12346           Only increment timestamp if it's valid. Fixes raw AAC streams.
12347
12348 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12349
12350         * configure.ac:
12351         * gst/games/Makefile.am:
12352         * gst/games/gstpuzzle.c:
12353           add a puzzle game with...
12354         * gst/games/gstvideoimage.c:
12355         * gst/games/gstvideoimage.h:
12356           ... full colorspace support (that includes YUV9 and RGB16)) stolen
12357           from videotestsrc and made into something that would be a nice
12358           library for a lot of other plugins.
12359
12360 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12361
12362         * configure.ac:
12363          don't compile faad plugin if a RC of 2.0 is found
12364          Fixes #155346 (and FC1 buildbot)
12365         * gst/asfdemux/gstasfdemux.c:
12366         (gst_asf_demux_process_ext_content_desc):
12367          try to make Solaris compiler happier
12368
12369 2005-01-06  Paul Jack  <pjack@sfaf.org>
12370
12371         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12372
12373         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12374           Fix segfault (#161667).
12375
12376 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12377
12378         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12379           Fix framerate reporting.
12380
12381 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12382
12383         * gst-libs/gst/riff/riff-ids.h:
12384         * gst/wavenc/riff.h:
12385          Add AMR (VBR and CBR) ids to riff.h audio codec list
12386         * gst/asfdemux/gstasfdemux.c:
12387         (gst_asf_demux_process_ext_content_desc),
12388         (gst_asf_demux_process_object):
12389           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12390
12391 2005-01-05  Martin Eikermann  <meiker@upb.de>
12392
12393         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12394
12395         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12396         (gst_dvd_demux_handle_discont):
12397         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12398         (gst_mpeg_demux_handle_discont):
12399           Recreate pads on new-media (#160730).
12400         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12401           Send discont even if manager changes timestamps (#161929).
12402
12403 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
12404
12405         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12406
12407         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12408           Fix invalid memory access (#159211).
12409
12410 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12411
12412         * examples/gstplay/player.c: (main):
12413           Don't iterate.
12414         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12415           Add visualizations.
12416         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12417         (gst_a52dec_handle_frame):
12418           Set duration.
12419         * ext/dvdnav/gst-dvd:
12420           Add audioconvert. Fixes #161325.
12421         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12422           Explicitely case to gint64. Possible valgrind error.
12423         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12424         (gst_play_tick_callback), (gst_play_change_state),
12425         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12426         (gst_play_set_location), (gst_play_get_location),
12427         (gst_play_seek_to_time), (gst_play_set_data_src),
12428         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12429         (gst_play_set_visualization), (gst_play_connect_visualization),
12430         (gst_play_get_framerate), (gst_play_get_all_by_interface),
12431         (gst_play_new):
12432           Use playbin. Fixes #139749 and #147744.
12433         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12434           Add genre tag.
12435         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12436         (audioscale_get_type), (gst_audioscale_base_init),
12437         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12438         (gst_audioscale_getcaps), (gst_audioscale_fixate),
12439         (gst_audioscale_link), (gst_audioscale_get_buffer),
12440         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12441         (gst_audioscale_init), (gst_audioscale_dispose),
12442         (gst_audioscale_chain), (gst_audioscale_set_property),
12443         (gst_audioscale_get_property), (plugin_init):
12444           Indent properly.
12445         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12446           Fix LPCM.
12447         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12448         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12449         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12450           Add more metadata (fixes #162656).
12451
12452 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12453
12454         * configure.ac:
12455           back to cvs
12456
12457 === release 0.8.7 ===
12458
12459 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12460
12461         * NEWS:
12462         * RELEASE:
12463         * configure.ac:
12464           releasing 0.8.7, "Hyperspace"
12465
12466 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12467
12468         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12469
12470         * gst/playback/gstplaybasebin.c:
12471          Fix for #162924 - free caps after use, not before
12472
12473 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12474
12475         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12476
12477         * gst/playback/gstplaybasebin.c:
12478         * gst/wavparse/gstwavparse.c:
12479           Fix for #154773 - fixes playback of small .wav files
12480
12481 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12482
12483         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12484
12485         * gst/audioscale/gstaudioscale.c:
12486           Fix for #162819 - make audioscale reusable
12487           Fixes playback of more than one file with playbin/totem
12488
12489 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12490
12491         * gst/ffmpegcolorspace/avcodec.h:
12492         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12493         * gst/ffmpegcolorspace/imgconvert.c:
12494           clean up the mess that made me cry and avoid needless duplication
12495
12496 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12497
12498         * gst/ffmpegcolorspace/imgconvert.c:
12499           give some indication of why we're segfaulting
12500
12501 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12502
12503         * configure.ac:
12504           Fix indentation, fix v4l2 plugin detection.
12505         * ext/Makefile.am:
12506           Fix libmms location (Maciej, use diff -u!).
12507         * ext/alsa/gstalsa.c: (gst_alsa_init):
12508           Initialize caps cache to NULL.
12509         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12510           Only change state on audiosink if it exists.
12511
12512 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
12513
12514         * gst/matroska/matroska-demux.c:
12515         * gst/matroska/matroska-ids.h:
12516         * gst/matroska/matroska-demux.h:
12517         Fix Vorbis streams failing to decode in some files, where cluster_time
12518         isn't 0, because then it doesn't send codec_priv before actual data.
12519         Remove time-based test and replace it with marker set on beginning of
12520         new stream
12521
12522 2004-12-28  David Schleef  <ds@schleef.org>
12523
12524         Merge patch from Ronald fixing problems with streaming
12525         text.
12526         * ext/cairo/gstcairo.c: (plugin_init):
12527         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12528         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12529         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12530         (gst_textoverlay_font_init), (gst_textoverlay_init),
12531         (gst_textoverlay_set_property):
12532         * ext/cairo/gsttextoverlay.h:
12533
12534 2004-12-27  David Schleef  <ds@schleef.org>
12535
12536         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12537         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12538         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12539         (gst_textoverlay_font_init), (gst_textoverlay_init),
12540         (gst_textoverlay_set_property): Improvements to actually
12541         render text as white on black outline on video, including
12542         font selection and horizontal/vertical alignment.  (Ronald's
12543         christmas present)
12544         * ext/cairo/gsttextoverlay.h:
12545
12546 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12547
12548         * ext/ogg/gstogg.c:
12549         * ext/ogg/gstogmparse.c:
12550           fix ogm[audio/video]parse plugin registration
12551           (riff won't load if bytestream is already loaded)
12552
12553 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12554
12555         * gst/audioconvert/gstchannelmix.c:
12556           fix for GLIB < 2.4
12557
12558 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12559
12560         * Makefile.am:
12561         * configure.ac:
12562           disable docs again until it actually passes make distcheck.
12563
12564 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12565
12566         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
12567         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12568         (plugin_init):
12569           Add 3GP (variables name Q3GP because they can't start with a
12570           number). Add samr audio fourcc (used in .3gp files), decoder
12571           is work in progress. Also do a GST_WARNING instead of ERROR
12572           in case of unknown nodes, to decrease output.
12573
12574 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12575
12576         * Makefile.am:
12577           really fix dist
12578
12579 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12580
12581         * configure.ac:
12582         * ext/speex/gstspeexdec.h:
12583         * ext/speex/gstspeexenc.h:
12584           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
12585           Fix detection code in configure.ac
12586
12587 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12588
12589         * gst/matroska/matroska-demux.c:
12590         (gst_matroska_demux_parse_blockgroup):
12591           Save position, so that queries give proper return values. Don't
12592           know how this could ever have worked before...
12593
12594 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12595
12596         * configure.ac:
12597           Put additional LAME check inside the conditional.  Fixes #152339
12598
12599 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12600
12601         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12602         (gst_avi_demux_stream_scan):
12603           Add some more debug. Fix logic error when setting movi offset
12604           while reading index.
12605
12606 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12607
12608         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12609         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
12610         (gst_avi_demux_process_next_entry):
12611           Add some debugging. Better detection of broken indexes and the
12612           accompanying index recovery. No infinite loops on state changes
12613           when we're still in our loopfunction.
12614
12615 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12616
12617         * configure.ac:
12618           Fix up.
12619
12620 2004-12-22  Archana Shah  <archana.shah@wipro.com>
12621
12622         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12623
12624         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
12625           Normalizing the value before setting
12626         (gst_sunaudiomixer_get_volume):
12627           Normalizing the value after getting. Fixes bug# 161980
12628
12629 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12630
12631         * Makefile.am: Make sure docs gets disted
12632         * docs/Makefile.am: Make sure all needed files get disted
12633         * gst-plugins.spec.in: latest updates
12634
12635 2004-12-22  Wim Taymans  <wim@fluendo.com>
12636
12637         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12638         Revert patch 1.38 as clock distribution over schedulers does
12639         not work correcly in the core yet.
12640
12641 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12642
12643         * sys/oss/README: remove this file, which predates my birth
12644           (and which content is by far outdated)
12645
12646 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
12647
12648         * Makefile.am:
12649         * configure.ac:
12650         * docs/Makefile.am:
12651         * docs/libs/Makefile.am:
12652         * docs/libs/gst-plugins-libs-docs.sgml:
12653         * docs/libs/gst-plugins-libs-sections.txt:
12654         * docs/libs/tmpl/gstgconf.sgml:
12655         * docs/upload.mak:
12656         * docs/version.entities.in:
12657           Added boilerplate gtk-doc files for plugin-libs documentation.
12658
12659 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12660
12661         * gst/auparse/gstauparse.c: fix int and float audio caps
12662
12663 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12664
12665         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12666         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12667           g_assert() can be a macro, don't use #ifdef inside it.
12668
12669 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
12670
12671         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12672
12673         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
12674         (gst_videorate_init), (gst_videorate_chain),
12675         (gst_videorate_change_state):
12676           Event handling (fixes #159986).
12677
12678 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12679
12680         * gst-libs/gst/riff/riff-media.c:
12681         (gst_riff_create_video_caps_with_data):
12682           Add BLZ0 (Blizzard's version of DivX) fourcc.
12683
12684 2004-12-18  David Schleef  <ds@schleef.org>
12685
12686         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
12687         portability fix.
12688
12689 2004-12-18  David Schleef  <ds@schleef.org>
12690
12691         * gst/tta/ttadec.h: Disable some header code that isn't used
12692         and clearly isn't portable.
12693
12694 2004-12-18  David Schleef  <ds@schleef.org>
12695
12696         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
12697         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12698         (avcodec_get_pix_fmt), (avpicture_layout),
12699         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
12700         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
12701         Fix code to not use GCC extensions (and c99 extensions that
12702         Forte does not like.)
12703
12704 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12705
12706         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12707
12708         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
12709         (gst_deinterlace_chain):
12710           Rowstride fixes. Fixes #161039.
12711         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
12712         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
12713         (gst_video_crop_getcaps), (gst_video_crop_link),
12714         (gst_video_crop_i420), (gst_video_crop_chain),
12715         (gst_video_crop_change_state):
12716           Rework of negotiation. Actually works now. Fixes #158650.
12717
12718 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12719
12720         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
12721           That was very stupid.
12722
12723 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12724
12725         * gst/matroska/matroska-demux.c:
12726         (gst_matroska_demux_parse_blockgroup):
12727           Fix possible crasher.
12728
12729 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12730
12731         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
12732         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
12733           Lace sizes can be zero.
12734
12735 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12736
12737         * ext/musepack/gstmusepackdec.cpp:
12738           Fetch error return values. Fixes #161624.
12739         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12740           Really EOS.
12741
12742 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12743
12744         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12745           Work for truncated (unfinished download etc.) files. Fixes #160514.
12746
12747 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12748
12749         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12750           Fix for integer overflow. Makes #156001 not crash. Probably masks
12751           the real bug.
12752
12753 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12754
12755         * gst/ac3parse/gstac3parse.c: (plugin_init):
12756           Parsers never have ranks. Fixes #159651.
12757
12758 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12759
12760         * gst/playback/gstdecodebin.c: (compare_ranks):
12761           make sure the facotries are ordered the same every time even if they
12762           have the same rank by using the name
12763         * gst/playback/gstdecodebin.c: (find_compatibles):
12764           make sure we don't add factories to the list twice
12765
12766 2004-12-16  David Schleef  <ds@schleef.org>
12767
12768         * configure.ac: look for musepack headers as musepack/*.h
12769         (fixes #159847)
12770         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
12771         * ext/musepack/gstmusepackreader.h: same
12772
12773 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12774
12775         * gst-libs/gst/riff/riff-read.c:
12776         (gst_riff_read_strf_auds_with_data):
12777           Read extradata correctly (fixes #155879).
12778
12779 2004-12-16  David Schleef  <ds@schleef.org>
12780
12781         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
12782         audio.  does _not_ attempt or allow conversion unless channels
12783         is 1 or 2.
12784
12785 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12786
12787         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
12788
12789 2004-12-16  David Schleef  <ds@schleef.org>
12790
12791         * gst/audioscale/gstaudioscale.c: the resample library only
12792         handles 1 or 2 channels.  Change caps to compensate.
12793
12794 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12795
12796         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
12797         (gst_matroska_demux_audio_caps):
12798           Some MPEG-AAC hacks, because else it doesn't work...
12799
12800 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12801
12802         * gst-libs/gst/riff/riff-media.c:
12803         (gst_riff_create_video_caps_with_data),
12804         (gst_riff_create_video_template_caps):
12805           Add h264.
12806
12807 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12808
12809         * gst-libs/gst/audio/Makefile.am:
12810           Try to fix buildbot.
12811
12812 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12813
12814         * gst/tcp/gstmultifdsink.c:
12815           Clean up and uniformize debugging.
12816
12817 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
12818
12819         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12820
12821         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12822         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
12823         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
12824         (gst_mpeg_demux_change_state):
12825           Reset on ready. Fixes 160276.
12826
12827 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
12828
12829         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12830
12831         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12832         (gst_ffmpegcsp_pad_link):
12833           Fix memleak (#154815).
12834
12835 2004-12-16  James Bowes  <bowes@cs.dal.ca>
12836
12837         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12838
12839         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
12840         (gst_musicbrainz_init), (gst_musicbrainz_chain),
12841         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
12842         * ext/musicbrainz/gsttrm.h:
12843           Add support for using a proxy server when getting a trm id from
12844           the MusicBrainz database (#149613).
12845
12846 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
12847
12848         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12849
12850         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
12851         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12852           Fix memleaks (#157233).
12853
12854 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
12855
12856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12857
12858         * gst-libs/gst/resample/resample.c: (gst_resample_close):
12859         * gst-libs/gst/resample/resample.h:
12860         * gst/audioscale/gstaudioscale.c:
12861           Fix memleak (#159215).
12862
12863 2004-12-16  Toni Willberg  <toniw@iki.fi>
12864
12865         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12866
12867         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
12868         * sys/oss/oss_probe.c: (main):
12869           Check for mono/stereo support (similar to samplerate probing),
12870           fixes #159433. Also add missing copyright header to oss_probe.c.
12871
12872 2004-12-15  David Schleef  <ds@schleef.org>
12873
12874         * configure.ac: add audioresample and cairo plugins.  Remove
12875         HAVE_MMX stuff, because it's not used.
12876         * ext/Makefile.am: same
12877         * ext/audioresample/Makefile.am: You are not ready for an
12878         audio resampling element based on audioresample.
12879         * ext/audioresample/gstaudioresample.c:
12880         * ext/audioresample/gstaudioresample.h:
12881         * ext/cairo/Makefile.am: You are not ready for overlay elements
12882         based on cairo.  Don't look too closely, these elements kinda
12883         suck right now.
12884         * ext/cairo/gstcairo.c: new
12885         * ext/cairo/gsttextoverlay.c: new
12886         * ext/cairo/gsttextoverlay.h: new
12887         * ext/cairo/gsttimeoverlay.c: new
12888         * ext/cairo/gsttimeoverlay.h: new
12889         * gst-libs/gst/media-info/media-info-priv.h: fix compile
12890         problem with compilers that don't support variadic macros.
12891
12892 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
12893
12894         Reviewed by:  David Schleef  <ds@schleef.org>
12895
12896         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
12897         Bala, registering sunaudiosrc (oops!), and cleaning up code a
12898         bit.  Also ran indent-gst.
12899         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
12900         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
12901         (gst_sunaudiosrc_setparams):
12902
12903 2004-12-14  David Schleef  <ds@schleef.org>
12904
12905         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
12906         output rate to 16000.  Should fix #160235.
12907
12908 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12909
12910         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
12911         Add typefinding for mpeg2 pes streams
12912
12913 2004-12-13  David Schleef  <ds@schleef.org>
12914
12915         * configure.ac:  Applied patch from bug #143659, making default
12916         sources and sinks OS-dependent (for Solaris), and added code
12917         for OS/X.
12918         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
12919
12920 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12921
12922         * gst-libs/gst/riff/riff-media.c:
12923           forgot to add h2.64 to avidemux template caps
12924
12925 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12926
12927         * gst/wavenc/riff.h:
12928         * gst-libs/gst/riff/riff-media.c:
12929         * gst-libs/gst/riff/riff-ids.h:
12930         * gst/avi/gstavimux.c
12931         add 4CC code for VideoSoft h264 in AVI (VSSH)
12932           fixes bug #160655
12933         remove s323 from riff, it's quicktime specific :(
12934
12935 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12936
12937         * gst/asfdemux/README
12938         * gst/wavenc/riff.h
12939         * gst-libs/gst/riff/riff-ids.h
12940         * gst-libs/gst/riff/riff-media.c
12941         * gst/qtdemux/qtdemux.c:
12942           add new 4CC codes for h263 related codecs
12943           fixes partially bug #155163
12944
12945 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
12946
12947         * configure.ac: Update polyaudio requirement to 0.7
12948         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
12949
12950 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12951
12952         * gst/interleave/deinterleave.c:
12953         fix my name's spelling! :)
12954
12955 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12956
12957         * AUTHORS ChangeLog
12958         * gst/auparse/gstauparse.c
12959         * gst/interleave/deinterleave.c
12960         * gst/law/:
12961                 alaw-decode.c alaw-encode.c
12962                 mulaw-decode.c mulaw-encode.c
12963         * gst/oneton/gstoneton.c
12964         * sys/osxaudio/:
12965                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
12966         * sys/osxvideo/:
12967                 cocoawindow.h cocoawindow.m
12968                 osxvideosink.h osxvideosink.m
12969
12970         put the same mail address for Zaheer Abbas Merali everywhere
12971
12972 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12973
12974         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
12975           Align by packetsize, and assert that we a packet available before
12976           playing. The first makes webstreams work (they often include
12977           trailing padding data in a packet), the second allows pausing a
12978           ASF stream in totem without getting demux errors afterwards.
12979
12980 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12981
12982         * ext/ogg/gstoggdemux.c: (get_relative):
12983           Check for non-NULL before accessing member (end-of-chain).
12984
12985 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12986
12987         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12988         (cdparanoia_set_property), (cdparanoia_get_property):
12989         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12990         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
12991         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12992         (dvdreadsrc_init), (dvdreadsrc_set_property),
12993         (dvdreadsrc_get_property):
12994         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
12995         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
12996           Synchronize property names where not yet the case. Devices are
12997           now device=X, other versions are deprecated (but still exist).
12998           Also use g_free() unconditionally.
12999         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13000         (setup_source), (gst_play_base_bin_get_property):
13001           Expose source.
13002
13003 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13004
13005         * configure.ac: move GCONF macro outside conditional for the am
13006           conditional. Fixes #160439
13007
13008 2004-12-08  David Schleef  <ds@schleef.org>
13009
13010         * tools/gst-visualise-m.m: Switch to elements that currently
13011         exist.
13012
13013 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13014
13015         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13016           We love wrong commas.
13017
13018 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13019
13020         * gst/matroska/matroska-demux.c:
13021         (gst_matroska_demux_handle_src_query):
13022           Don't set DEFAULT, unsupported - makes length display incorrectly
13023           in some cases.
13024
13025 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13026
13027         * gst/monoscope/README: remove blurb about files being GPL
13028         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
13029         * gst/monoscope/monoscope.c: Change license to BSD with explanation
13030           monoscope is now effectively LGPL licensed
13031
13032 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13033
13034         * gst/monoscope/README: Update information to be more correct
13035         * gst/monoscope/convolve.c: Relicense to LGPL
13036         * gst/monoscope/convolve.h: Relicense to LGPL
13037
13038 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
13039
13040         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13041           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
13042         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
13043           set default_duration for mpeg1 audio
13044
13045 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13046
13047         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
13048         * ext/alsa/gstalsa.h:
13049           refactor big chunks of the core caps negotiation code to make it
13050           a lot faster, because people claim it's really slow
13051           (actually, just cache the getcaps when the device is opened)
13052
13053 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13054
13055         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
13056         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
13057         (gst_a52dec_handle_frame), (gst_a52dec_chain),
13058         (gst_a52dec_change_state), (plugin_init):
13059         * ext/a52dec/gsta52dec.h:
13060           Do something useful with timestamps. Make chain-based (since
13061           there's really no reason to be loopbased).
13062         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13063           Update current_byte/frame correctly.
13064
13065 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13066
13067         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
13068         (gst_ape_demux_stream_init):
13069           Forward tags, too.
13070
13071 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13072
13073         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
13074           Let's make sure we're done typefinding when detecting tags.
13075
13076 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13077
13078         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
13079         (gst_ebml_read_init), (gst_ebml_read_use_event),
13080         (gst_ebml_read_element_id), (gst_ebml_peek_id),
13081         (gst_ebml_read_seek), (gst_ebml_read_skip),
13082         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
13083         (gst_ebml_read_master):
13084         * gst/matroska/ebml-read.h:
13085         * gst/matroska/matroska-demux.c:
13086         (gst_matroska_demux_parse_contents),
13087         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
13088           Disgustingly evil hack for working around INTERRUPT events and
13089           their extremely annoying habit of being a pain in the ass. We
13090           simply peek a cluster before reading any of it.
13091
13092 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13093
13094         * ext/musepack/gstmusepackdec.cpp:
13095           There's also floating point libmusepacks.
13096
13097 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13098
13099         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
13100         (gst_faad_chanpos_to_gst), (gst_faad_chain):
13101           Set DURATION even if source buffer didn't. Also use increasing
13102           timestamps.
13103         * gst-libs/gst/riff/riff-media.c:
13104         (gst_riff_create_audio_caps_with_data):
13105           Block_align can have larger values than 8192.
13106
13107 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13108
13109         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
13110         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
13111         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
13112         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
13113           Fix caps.
13114
13115 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13116
13117         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13118           Fix logic bug.
13119
13120 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13121
13122         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13123           Yay, another one.
13124
13125 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13126
13127         * ext/esd/esdsink.c: (gst_esdsink_chain):
13128           Make error actually say something useful (fixes #156798).
13129         * gst-libs/gst/riff/riff-media.c:
13130         (gst_riff_create_video_caps_with_data),
13131         (gst_riff_create_video_template_caps):
13132           Add Intel Video 5.0 fourcc (IV50).
13133
13134 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
13135
13136         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
13137         detection on mono and stereo mp3 files.
13138
13139 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13140
13141         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13142           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
13143           the contained stream).
13144
13145 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13146
13147         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
13148           Oops, remove debug.
13149
13150 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13151
13152         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13153
13154         * gst/law/alaw-decode.c: (alawdec_getcaps):
13155         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13156           Prevent warnings when negotiating caps (fixes #159338).
13157
13158 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13159
13160         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13161         (gst_ffmpegcsp_chain):
13162           Remove old leftover that shouldn't be there...
13163
13164 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13165
13166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13167
13168         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13169           Don't forward DISCONT events (fixes #159684).
13170
13171 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13172
13173         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
13174           Unlink manually since sometimes bin disposal (and therefore
13175           pad unlinking) is delayed, which will cause a new media file
13176           to not be able to start playing instantly.
13177
13178 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13179
13180         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
13181           On mute of an unlinked stream, check for pad availability so
13182           we don't crash on unlinked pad.
13183
13184 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13185
13186         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13187         (gst_avi_demux_massage_index):
13188           Fix quite humiliating bug in omitting 0-sized index chunks but
13189           forgetting to count them for timestamps.
13190
13191 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13192
13193         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13194           Actually leave the loop if we failed to sync. Don't crash.
13195
13196 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13197
13198         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13199         (gst_dvd_demux_process_private):
13200         * gst/mpegstream/gstdvddemux.h:
13201           Fix crash (#159759). Doesn't work, though. :-(.
13202
13203 2004-11-28  Benjamin Otte  <otte@gnome.org>
13204
13205         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13206           more overwriting protection due to modifying channels one by one
13207           instead of all at once
13208
13209 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13210
13211         * gst/audioconvert/gstchannelmix.c:
13212         (gst_audio_convert_fill_normalize):
13213           Normalize using absolute values.
13214
13215 2004-11-28  Julien MOUTTE  <julien@moutte.net>
13216
13217         * configure.ac:
13218         * ext/Makefile.am:
13219         * ext/directfb/Makefile.am:
13220         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13221         (gst_directfbvideosink_get_pixel_format),
13222         (gst_directfbvideosink_get_format_from_fourcc),
13223         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13224         (gst_directfbvideosink_sink_link),
13225         (gst_directfbvideosink_change_state),
13226         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13227         (gst_directfbvideosink_buffer_alloc),
13228         (gst_directfbvideosink_interface_supported),
13229         (gst_directfbvideosink_interface_init),
13230         (gst_directfbvideosink_navigation_send_event),
13231         (gst_directfbvideosink_navigation_init),
13232         (gst_directfbvideosink_set_property),
13233         (gst_directfbvideosink_get_property),
13234         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13235         (gst_directfbvideosink_base_init),
13236         (gst_directfbvideosink_class_init),
13237         (gst_directfbvideosink_get_type), (plugin_init):
13238         * ext/directfb/directfbvideosink.h: Adding a first version of
13239         directfbvideosink.
13240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13241         more.
13242
13243 2004-11-28  Benjamin Otte  <otte@gnome.org>
13244
13245         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13246           walk the samples backwards if out_channels > in_channels so we don't
13247           overwrite data
13248
13249 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13250
13251         * gst/audioconvert/Makefile.am:
13252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13253         (gst_audio_convert_link), (gst_audio_convert_change_state),
13254         (gst_audio_convert_channels):
13255         * gst/audioconvert/gstchannelmix.c:
13256         (gst_audio_convert_unset_matrix),
13257         (gst_audio_convert_fill_identical),
13258         (gst_audio_convert_fill_compatible),
13259         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13260         (gst_audio_convert_fill_others),
13261         (gst_audio_convert_fill_normalize),
13262         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13263         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13264         * gst/audioconvert/gstchannelmix.h:
13265           Implement a channel mixer.
13266
13267 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
13268
13269         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13270         * ext/alsa/gstalsa.h:
13271         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13272         Make alsasink actually honor gst_element_set_clock and use that
13273         clock instead of its internal one.
13274
13275 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13276
13277         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13278         (gst_play_base_bin_change_state): nullify source and decoder when
13279         going from READY to NULL so that we don't try to do weird stuff with
13280         them when going from NULL to READY
13281         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13282         instead of g_object_unref
13283         (gen_video_element), (gen_audio_element): more refcounting fixes, now
13284         it should be correct
13285         (gst_play_bin_change_state): don't call remove_sinks if we are
13286         currently disposing the object
13287
13288 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13289
13290         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13291           Don't forget bass if it's there. Else left channel is silent...
13292
13293 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13294
13295         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13296         (gst_a52dec_change_state):
13297           Don't do sample adjusting anymore, we use float audio now.
13298         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13299           Don't fixate to non-existing properties.
13300
13301 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13302
13303         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13304         (gst_a52dec_change_state):
13305           Advertise that we can do surround sound.
13306
13307 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13308
13309         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13310           Add buffer-frames=0.
13311         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13312         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13313         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13314         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13315         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13316         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13317         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13318         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13319         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13320         * ext/dvdread/dvdreadsrc.h:
13321           Add seeking, querying for bytes, sectors, title, angle and
13322           chapter. Handle multiple chapters. Relicense to LGPL because
13323           Billy agreed on that (thanks Billy!).
13324
13325 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13326
13327         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13328         call parent dispose method
13329
13330 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
13331
13332         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13333         (gst_audio_clock_get_internal_time):
13334         Fix active <-> inactive transitions: ensure time value always
13335         grows and avoid abrupt value changes.
13336
13337 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
13338
13339         * configure.ac:
13340         * gst/tta/Makefile.am:
13341         * gst/tta/crc32.h:
13342         * gst/tta/filters.h:
13343         * gst/tta/gsttta.c:
13344         * gst/tta/gstttadec.c:
13345         * gst/tta/gstttadec.h:
13346         * gst/tta/gstttaparse.c:
13347         * gst/tta/gstttaparse.h:
13348         * gst/tta/ttadec.h:
13349           added TTA parser and decoder
13350
13351 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13352
13353         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13354         (probe_triggered), (check_queue), (buffer_underrun),
13355         (buffer_running), (buffer_overrun), (gen_source_element),
13356         (setup_source):
13357         * gst/playback/gstplaybasebin.h:
13358           Implement buffering. Needs some more work.
13359
13360 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13361
13362         * ext/theora/theoradec.c: (theora_dec_chain):
13363           Fix ilog mask range overflow.
13364
13365 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13366
13367         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13368           Don't omit the last (which in case of dmix is the only :) )
13369           channel count. Don't set channels if <= 2.
13370
13371 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
13372
13373         * gst/playback/gstplaybin.c: (gen_video_element),
13374         (gen_audio_element): Removed 2 obsolete comments
13375
13376 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13377
13378         * ext/vorbis/oggvorbisenc.c
13379         * ext/vorbis/vorbisenc.c :
13380           change description fields of those plugins to differentiate them
13381           (pitivi show Encoders by description, they had the same one)
13382
13383 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
13384
13385         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13386
13387         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13388         (gst_play_bin_set_property), (gen_video_element),
13389         (gen_audio_element):
13390           Refcounting fixes for provided audio-/videosinks.
13391
13392 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13393
13394         * gst/playback/gstplaybin.c: (gen_video_element),
13395         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13396           Don't reference all sinks, but only the video- and audiosinks.
13397           The vis. element should be disposed when we're done with it.
13398           We don't have any reason to keep it around. This fixes warnings
13399           when reusing playbin for playing multiple audio files with
13400           vis. enabled. Also release audio device on pause - idea stolen
13401           from Rhythmbox.
13402
13403 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13404
13405         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13406         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13407         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13408         * ext/alsa/gstalsaplugin.c: (plugin_init):
13409         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13410         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13411         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13412         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13413         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13414         (gst_faad_change_state), (plugin_init):
13415         * ext/faad/gstfaad.h:
13416         * ext/vorbis/vorbis.c: (plugin_init):
13417         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13418         * gst-libs/gst/audio/Makefile.am:
13419         * gst-libs/gst/audio/audio.c: (plugin_init):
13420         * gst-libs/gst/audio/multichannel.c:
13421         (gst_audio_check_channel_positions),
13422         (gst_audio_get_channel_positions),
13423         (gst_audio_set_channel_positions),
13424         (gst_audio_set_structure_channel_positions_list),
13425         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13426         (gst_audio_fixate_channel_positions):
13427         * gst-libs/gst/audio/multichannel.h:
13428         * gst-libs/gst/audio/testchannels.c: (main):
13429         * gst/audioconvert/gstaudioconvert.c:
13430         (gst_audio_convert_class_init), (gst_audio_convert_init),
13431         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13432         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13433         (gst_audio_convert_fixate), (gst_audio_convert_channels):
13434         * gst/audioconvert/plugin.c: (plugin_init):
13435           Surround sound support.
13436
13437 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13438
13439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13440           Fix position for discont if we're close as well. Nitpicking, but
13441           saves a few milliseconds of extra waiting or skipping.
13442
13443 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13444
13445         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13446           We sometimes need parsers for playback, so add those too.
13447
13448 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13449
13450         * configure.ac:
13451         * gst/apetag/Makefile.am:
13452         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13453         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13454         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13455         (gst_ape_demux_get_src_query_types),
13456         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13457         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13458         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13459         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13460         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13461         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13462         (gst_ape_demux_change_state):
13463         * gst/apetag/apedemux.h:
13464         * gst/apetag/apetag.c: (plugin_init):
13465         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13466         (plugin_init):
13467           APE v1/2 tag reader plus typefind function.
13468
13469 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13470
13471         * configure.ac:
13472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13473         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13474           Remove hacks for older core. Require newer core version
13475           accordingly.
13476
13477 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13478
13479         * gst/cdxaparse/Makefile.am:
13480         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13481         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13482         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13483         * gst/cdxaparse/gstcdxaparse.h:
13484         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13485         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13486         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13487         (gst_cdxastrip_get_src_query_types),
13488         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13489         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13490         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13491         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13492         * gst/cdxaparse/gstcdxastrip.h:
13493           SVCD/VCD header stripping separated from CDXA image parsing.
13494         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13495         (plugin_init):
13496           Add VCD/SVCD header typefinding for VCD/SVCD.
13497         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13498         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13499         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
13500         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
13501         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
13502         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
13503         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
13504         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
13505         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
13506         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
13507         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
13508         * sys/vcd/vcdsrc.h:
13509           Fix up, add seeking, querying, URI interface. Works in totem now.
13510
13511 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13512
13513         * configure.ac:
13514           back to CVS
13515
13516 === release 0.8.6 ===
13517
13518 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13519
13520         * NEWS:
13521         * RELEASE:
13522         * configure.ac:
13523         * po/af.po:
13524         * po/az.po:
13525         * po/cs.po:
13526         * po/en_GB.po:
13527         * po/hu.po:
13528         * po/it.po:
13529         * po/nb.po:
13530         * po/nl.po:
13531         * po/or.po:
13532         * po/sq.po:
13533         * po/sr.po:
13534         * po/sv.po:
13535         * po/uk.po:
13536           releasing 0.8.6, "IOU Love"
13537
13538 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13539
13540         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13541
13542         * gst/playback/gstplaybasebin.c:
13543           Fix unplayable files error handling.  Fixes #158365
13544
13545 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13546
13547         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13548
13549         * gst/typefind/gsttypefindfunctions.c:
13550           Fix broken mp3 typefinding.  Fixes #158375
13551
13552 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13553
13554         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13555
13556         * ext/ogg/gstoggdemux.c:
13557           Fix sync on broken files.  Fixes #158976
13558
13559 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13560
13561         patch by: Edward Hervey <bilboed@bilboed.com>
13562
13563         * ext/libpng/gstpngenc.c:
13564           Copy over buffer properties.  Fixes #158832
13565
13566 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13567
13568         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
13569
13570         * ext/dvdread/dvdreadsrc.c:
13571           Fixes invalid reads (#158462)
13572
13573 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13574
13575         * sys/v4l/gstv4lsrc.c:
13576         * sys/v4l/gstv4lsrc.h:
13577         * sys/v4l/v4lsrc_calls.c:
13578           Probe less and cache it.  Fixes #159187.
13579
13580 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13581
13582         * gst/videorate/gstvideorate.c:
13583           Handle all video formats. Fixes #159186.
13584
13585 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
13586         * gst/synaesthesia/gstsynaesthesia.c:
13587         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
13588         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
13589         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
13590         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
13591         (gst_synaesthesia_change_state), (plugin_init):
13592         Fix up synaesthesia to work under different samplerates/ buffer sizes.
13593         Force 320x200 output, as that's the only thing the underlying
13594         synaesthesia implementation supports. Still needs to be made
13595         re-entrant.
13596
13597 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13598
13599         * configure.ac:
13600           Fix mpeg2enc configure check (similar to mplex check below).
13601
13602 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
13603
13604         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13605
13606         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13607           Fix for gcc-2.95 (fixes #158221).
13608
13609 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13610
13611         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13612           Re-add clock distribution hack (until new core is released).
13613           Fixes #158125.
13614
13615 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
13616         * configure.ac:
13617           fix mplex configure check segfaulting on some systems (bug #140994)
13618
13619 2004-11-13  Benjamin Otte  <otte@gnome.org>
13620
13621         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
13622           add debugging
13623         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13624           do a wait when we enter the loop func with no data available to
13625           write instead of getting into an 100% CPU loop by just returning and
13626           being called again by the scheduler
13627
13628 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
13629
13630         * configure.ac:
13631         * ext/libvisual/visual.c: (gst_visual_get_type),
13632         (libvisual_log_handler), (gst_visual_getcaps),
13633         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
13634         (plugin_init):
13635           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
13636         * ext/smoothwave/Makefile.am:
13637         * ext/smoothwave/demo-osssrc.c: (main):
13638         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
13639         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
13640         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
13641         (plugin_init):
13642         * ext/smoothwave/gstsmoothwave.h:
13643           Make gstsmoothwave a working element in the 20th century.
13644
13645         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
13646           Fix incorrect link function
13647
13648 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13649
13650         * gst/volume/gstvolume.c:
13651           Allow buffer-frames=0.
13652
13653 2004-11-12 Iain <iaingnome@gmail.com>
13654
13655         * configure.ac: Check for polypaudio
13656
13657         * ext/Makefile.am: Build the polyp dir
13658
13659         * ext/polyp: The polypsink sources.
13660
13661 2004-10-30 Iain <iaingnome@gmail.com>
13662
13663         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
13664         caps to reflect the new number of channels.
13665
13666 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13667
13668         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13669           Fix for negotiation order problem. This would show when the
13670           ALSA loopfuction was called before any other function. ALSA
13671           wouldn't do anything because we're not negotiated yet, leading
13672           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
13673
13674 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13675
13676         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13677
13678         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13679           No warnings (#157986).
13680
13681 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13682
13683         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13684           Prefer apev1/2 and id3v1 (at end of file) over musepack.
13685
13686 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13687
13688         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
13689           Signal no-more-pads (so it works in playbin).
13690
13691 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13692
13693         * ext/musepack/gstmusepackreader.cpp:
13694           Workaround for older core.
13695
13696 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13697
13698         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
13699           Actually test for odd width/height rather than testing whether
13700           a temporary variable that was 0 before we subtracted 1 is now
13701           not equal to zero (which it always is).
13702
13703 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13704
13705         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13706         Fix compilation if HAVE_XVIDEO is not defined
13707
13708 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13709
13710         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13711         Fix compilation if HAVE_XVIDEO is not defined
13712
13713 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
13714
13715         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13716         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
13717         (gst_goom_change_state), (plugin_init):
13718         Use the bytestream adapter so goom doesn't depend on the input
13719         buffer size.
13720         Add a debug category
13721
13722 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13723
13724         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13725           Only set hardware parameters *after* negotiation. Before
13726           negotiation, it will set ANY and that seems to cause crashes
13727           (see e.g. #151288, #153227).
13728
13729 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13730
13731         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13732           This seems to be antique leftover. It needs to pass error
13733           checking.
13734         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
13735         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
13736         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
13737         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
13738           Fix GstXOverlay implementation (#151059).
13739
13740 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13741
13742         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13743           Don't assert (#157853).
13744
13745 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13746
13747         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13748           Fix bytes/samples confustion.
13749         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
13750           Fix for underrun (#144389).
13751
13752 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13753
13754         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13755           Disable halfway-seek for pending release (since it needs a new
13756           core release).
13757
13758 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13759
13760         * sys/v4l/gstv4lsrc.c:
13761         * sys/v4l/gstv4lsrc.h:
13762         * sys/v4l/v4lsrc_calls.c:
13763           add autoprobe-fps property so we can separate autoprobing parts
13764
13765 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13766
13767         * sys/v4l/gstv4lsrc.c:
13768         * sys/v4l/v4lsrc_calls.c:
13769         initialise fourcc to catch unset fourcc's, and debug
13770
13771 2004-11-09  Wim Taymans  <wim@fluendo.com>
13772
13773         * gst/playback/README:
13774         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
13775         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13776         (gst_play_bin_dispose), (gst_play_bin_set_property),
13777         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
13778         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13779         (gst_play_bin_get_formats), (gst_play_bin_convert),
13780         (gst_play_bin_get_query_types), (gst_play_bin_query):
13781         Cleanups and some more documentation.
13782
13783 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
13784
13785         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
13786         (gst_cacasink_init), (gst_cacasink_chain):
13787         * ext/libcaca/gstcacasink.h:
13788         Cacasink inherits from VideoSink, so let that store the clock.
13789
13790 2004-11-09  Wim Taymans  <wim@fluendo.com>
13791
13792         * gst/playback/README:
13793         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
13794         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
13795         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
13796         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
13797         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
13798         (setup_sinks):
13799         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
13800         (gst_stream_info_is_mute), (gst_stream_info_set_property):
13801         * gst/playback/gststreaminfo.h:
13802         Updated README.
13803         Only switch groups if all streams have muted (EOSed).
13804         Send Tags in sync with the stream playback instead of in
13805         the playback/preroll phase.
13806         Some cleanups, free the fakesrc elements.
13807
13808 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13809
13810         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
13811           buffer-frames property was missing
13812         * ext/arts/gst_arts.c:
13813           rate missing from sinkcaps
13814         * ext/audiofile/gstafparse.c:
13815         * ext/audiofile/gstafsink.c:
13816         * ext/audiofile/gstafsrc.c:
13817         * ext/swfdec/gstswfdec.c:
13818           int audio doesn't know buffer-frames
13819         * ext/cdparanoia/gstcdparanoia.c:
13820           int audio doesn't know chunksize either
13821         * ext/nas/nassink.c:
13822           it's endianness, not endianess
13823         * gst-libs/gst/audio/audio.h:
13824           make float standard pad template caps really describe float
13825         * gst/law/mulaw.c: (linear_factory):
13826           signed only, please
13827         * gst/mpegstream/gstdvddemux.c:
13828           widths of 20 are not valid
13829
13830 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13831
13832         Submitted by: Luca Ferretti <elle.uca@infinito.it>
13833
13834         * po/LINGUAS:
13835         * po/it.po:
13836           Add Italian
13837
13838 2004-11-08  Wim Taymans  <wim@fluendo.com>
13839
13840         * gst/playback/README:
13841         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
13842         * gst/playback/gstplaybasebin.c: (probe_triggered),
13843         (gst_play_base_bin_change_state):
13844         Updated README, added more comments for fixmes etc..
13845
13846 2004-11-08  Wim Taymans  <wim@fluendo.com>
13847
13848         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13849         We can remove this hack now.
13850
13851 2004-11-08  Wim Taymans  <wim@fluendo.com>
13852
13853         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
13854         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13855         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13856         Only mix AYUV for maximum quality.
13857
13858 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13859
13860         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
13861         (gst_ogg_demux_push), (gst_ogg_pad_push):
13862           Let's act as if we're synchronized now! :).
13863         * ext/theora/theoradec.c: (theora_dec_chain):
13864           Add some debug.
13865
13866 2004-11-08  Wim Taymans  <wim@fluendo.com>
13867
13868         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13869         (gst_alpha_set_property), (gst_alpha_sink_link),
13870         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
13871         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
13872         (gst_alpha_init_params), (gst_alpha_chain):
13873         Implement alpha functions for AYUV too, this increases
13874         accuracy quite a bit.
13875
13876 2004-11-08  Wim Taymans  <wim@fluendo.com>
13877
13878         * gst/ffmpegcolorspace/avcodec.h:
13879         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13880         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
13881         (gst_ffmpegcsp_avpicture_fill):
13882         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13883         (gst_ffmpegcsp_caps_remove_format_info):
13884         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13885         (shrink12), (img_get_alpha_info), (deinterlace_line),
13886         (deinterlace_line_inplace):
13887         * gst/ffmpegcolorspace/imgconvert_template.h:
13888         Added AYUV colorspace and handle RGBA a bit more respectful.
13889
13890 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13891
13892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13893           Actually always send a discont (cornercase when resending the
13894           same serial-tagged chain twice).
13895
13896 2004-11-08  Julien MOUTTE  <julien@moutte.net>
13897
13898         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
13899         (gst_ximagesink_finalize):
13900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
13901         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
13902
13903 2004-11-08  Wim Taymans  <wim@fluendo.com>
13904
13905         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
13906         Don't segfault on NULL data.
13907
13908 2004-11-08  Wim Taymans  <wim@fluendo.com>
13909
13910         * gst/playback/gstdecodebin.c: (unlinked):
13911         * gst/playback/gstplay-marshal.list:
13912         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13913         (gst_play_base_bin_init), (group_create), (get_active_group),
13914         (get_building_group), (group_destroy), (group_commit),
13915         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
13916         (add_element_stream), (no_more_pads), (probe_triggered),
13917         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
13918         (state_change), (setup_source), (gst_play_base_bin_get_property),
13919         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13920         (gst_play_base_bin_link_stream),
13921         (gst_play_base_bin_get_streaminfo):
13922         * gst/playback/gstplaybasebin.h:
13923         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13924         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
13925         Add support for chained ogg files. Prepare for playlist
13926         support. This patch introduces the concept of pad groups, which
13927         together compose one playable media file.
13928
13929 2004-11-07  David Schleef  <ds@schleef.org>
13930
13931         * testsuite/gst-lint: Check for pad templates that aren't statically
13932         scoped.
13933
13934 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13935
13936         * configure.ac:
13937         * ext/Makefile.am:
13938         * ext/musepack/Makefile.am:
13939         * ext/musepack/gstmusepackdec.cpp:
13940         * ext/musepack/gstmusepackdec.h:
13941         * ext/musepack/gstmusepackreader.cpp:
13942         * ext/musepack/gstmusepackreader.h:
13943           Add musepack decoder.
13944         * ext/faad/gstfaad.c: (gst_faad_base_init):
13945           Make pad templates static.
13946         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13947         (plugin_init):
13948           Add musepack typefinder, make mp3 typefinding work halfway stream,
13949           which doesn't actually work yet because id3demux doesn't implement
13950           _get_length().
13951
13952 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13953
13954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13955         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
13956           Fix interrupt event handling (#144436).
13957
13958 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13959
13960         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
13961           Hide unused glory.
13962
13963 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13964
13965         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13966
13967         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13968           Fix weird caps (#157548).
13969
13970 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13971
13972         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13973
13974         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
13975           Add missing NULL terminator (#157543).
13976
13977 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13978
13979         * gst/tcp/gsttcp.h:
13980         * gst/tcp/gsttcpclientsink.c:
13981         * gst/tcp/gsttcpclientsrc.c:
13982         * gst/tcp/gsttcpserversink.c:
13983         * gst/tcp/gsttcpserversrc.c:
13984           ports can go up to 65535.  Move common defines to gsttcp.h
13985
13986 2004-11-05  Wim Taymans  <wim@fluendo.com>
13987
13988         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
13989         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
13990         Added two more colorspaces.
13991
13992 2004-11-05  Wim Taymans  <wim@fluendo.com>
13993
13994         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13995         (gst_ffmpegcsp_avpicture_fill):
13996         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13997         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
13998         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
13999         More stride fixes.
14000
14001 2004-11-05  Wim Taymans  <wim@fluendo.com>
14002
14003         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
14004         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14005         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14006         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
14007         (gst_videomixer_loop):
14008         More stride fixes.
14009
14010 2004-11-05  Benjamin Otte  <otte@gnome.org>
14011
14012         * ext/mad/gstmad.c: (gst_mad_chain):
14013           don't overflow data buffer. Flush not needed sync data when syncing
14014           failed.
14015
14016 2004-11-04  Wim Taymans  <wim@fluendo.com>
14017
14018         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14019         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14020         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
14021         (gst_alpha_init_params), (gst_alpha_chain),
14022         (gst_alpha_change_state):
14023         Updated the chroma keying algorithm with something more
14024         sophisticated.
14025
14026 2004-11-03  Wim Taymans  <wim@fluendo.com>
14027
14028         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14029         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14030         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14031         Fix stride issues. Does not completely work for odd
14032         heights.
14033
14034 2004-11-03  Wim Taymans  <wim@fluendo.com>
14035
14036         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14037         (gst_alpha_chroma_key), (gst_alpha_chain):
14038         Fix stride issues. Does not completely work for odd
14039         heights.
14040
14041 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
14042
14043         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14044         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
14045         leak fixes
14046
14047 2004-11-03  Wim Taymans  <wim@fluendo.com>
14048
14049         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14050         (gst_ffmpegcsp_avpicture_fill):
14051         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14052         (avpicture_alloc):
14053         * gst/ffmpegcolorspace/imgconvert_template.h:
14054         Use correct _fill function to get correct strides.
14055
14056 2004-11-02  David Schleef  <ds@schleef.org>
14057
14058         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14059         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
14060         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
14061         Change all g_print()s to debugging.  Add a bunch of consistency
14062         checks.
14063
14064 2004-11-02  Wim Taymans  <wim@fluendo.com>
14065
14066         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14067         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14068         (unlinked), (no_more_pads), (close_link):
14069         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14070         (unknown_type), (add_element_stream), (new_decoded_pad),
14071         (removed_decoded_pad), (setup_source):
14072         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
14073         (gst_stream_info_class_init), (gst_stream_info_init),
14074         (gst_stream_info_new), (gst_stream_info_dispose),
14075         (stream_info_mute_pad), (gst_stream_info_set_property),
14076         (gst_stream_info_get_property):
14077         * gst/playback/gststreaminfo.h:
14078         Fix playback of multiple files.
14079         a slightly different approach to handling dynamic pad removals.
14080         This one only looks at pads that we have linked.
14081
14082 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
14083
14084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
14085         free" warning from libc.
14086
14087 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14088
14089         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14090         (get_unconnected_element), (remove_starting_from), (pad_removed),
14091         (close_link):
14092           Implement support for dynamic pad changing. We listen to "live"
14093           pad removals (i.e. while playing) and re-setup autoplugging
14094           after that. Playbasebin/playbin need some more work for this
14095           to finally work, but decodebin supports (and replugs) chained
14096           ogg now.
14097
14098 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
14099
14100         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
14101         (gst_alsa_finalize):
14102         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
14103         (gst_cdaudio_finalize):
14104         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14105         (cdparanoia_finalize):
14106         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
14107         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
14108         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14109         (dvdreadsrc_finalize):
14110         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14111         (gst_flacdec_finalize):
14112         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
14113         (gst_flacenc_finalize):
14114         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
14115         (gst_gnomevfssink_finalize):
14116         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
14117         (gst_gnomevfssrc_finalize):
14118         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
14119         (gst_fameenc_finalize):
14120         * ext/nas/nassink.c: (gst_nassink_class_init),
14121         (gst_nassink_finalize):
14122         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
14123         (gst_sdlvideosink_class_init):
14124         * ext/sndfile/gstsf.c: (gst_sf_dispose):
14125         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
14126         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
14127         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
14128         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14129         (gst_x_window_listener_dispose):
14130         * gst/audioscale/gstaudioscale.c:
14131         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
14132         (play_on_demand_finalize):
14133         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
14134         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14135         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
14136         (cdplayer_finalize):
14137         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
14138         (gst_glimagesink_class_init):
14139         * sys/oss/gstosselement.c: (gst_osselement_class_init),
14140         (gst_osselement_finalize):
14141         * sys/oss/gstosssink.c: (gst_osssink_dispose):
14142         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
14143         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
14144           Fixes a bunch of problems with finalize and dispose functions,
14145           either assumptions that dispose is only called once, or not calling
14146           the parent class dispose/finalize function
14147
14148 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
14149
14150         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
14151           added two api precondition guards
14152           use g_strdup with getenv to fix crash when using ENVVAR
14153
14154 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
14155         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14156         (gst_esdsink_finalize):
14157         Use a finalize function, not dispose, and more importantly,
14158         call the parent class finalize function too
14159
14160 2004-11-01  Johan Dahlin  <johan@gnome.org>
14161
14162         * ext/ogg/gstoggdemux.c:
14163         * gst/tags/gstvorbistag.c:
14164         Plug leaks.
14165
14166 2004-10-31  Benjamin Otte  <otte@gnome.org>
14167
14168         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14169           lotsa memleaks today. But they're all small...
14170
14171 2004-10-31  Benjamin Otte  <otte@gnome.org>
14172
14173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14174           another memleak crushed
14175
14176 2004-10-31  Benjamin Otte  <otte@gnome.org>
14177
14178         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14179           fix memleak
14180
14181 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14182
14183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14184           Hack to prevent crash when going to READY inside signal handler
14185           while this function is active.
14186
14187 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14188
14189         * gst/ffmpegcolorspace/Makefile.am:
14190         * gst/ffmpegcolorspace/avcodec.h:
14191         * gst/ffmpegcolorspace/common.h:
14192         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14193         * gst/ffmpegcolorspace/dsputil.h:
14194         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14195         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14196         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14197         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14198         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14199         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14200         (gst_ffmpegcsp_avpicture_fill):
14201         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14202         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14203         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14204         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14205         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14206         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14207         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14208         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14209         * gst/ffmpegcolorspace/imgconvert.c:
14210         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14211         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14212         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14213         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14214         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14215         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14216         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14217         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14218         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14219         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14220         (grow21), (grow22), (grow41), (grow44), (conv411),
14221         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14222         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14223         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14224         (avpicture_free), (is_yuv_planar), (img_convert),
14225         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14226         (deinterlace_line_inplace), (deinterlace_bottom_field),
14227         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14228         * gst/ffmpegcolorspace/imgconvert_template.h:
14229         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14230         * gst/ffmpegcolorspace/mmx.h:
14231         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14232         (av_fast_realloc), (av_mallocz_static), (av_free_static),
14233         (av_freep), (avcodec_get_context_defaults),
14234         (avcodec_alloc_context), (avcodec_init):
14235           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14236           handling plus update from ffmpeg CVS. Large clean-up.
14237
14238 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14239
14240         * gst/playback/Makefile.am:
14241           We need the marshallers for decodebin, too.
14242
14243 2004-10-30  David Schleef  <ds@schleef.org>
14244
14245         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14246           quicktime typefinding work with 64-bit offsets.
14247
14248 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
14249
14250         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14251           Set EOS on the element when processing an EOS event.
14252         * ext/speex/gstspeexdec.h:
14253         * ext/speex/gstspeexenc.h:
14254           Only keep a const ptr to the mode
14255         * gst-libs/gst/riff/riff-media.c:
14256         (gst_riff_create_audio_caps_with_data),
14257         (gst_riff_create_audio_template_caps):
14258           Allow WMAV3, with up to 6 channels.
14259         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14260           Don't call gst_pad_set_event_function on a sink pad.
14261         * gst/mpegstream/gstdvddemux.c:
14262         (gst_dvd_demux_get_subpicture_stream),
14263         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14264           Copy the explicit caps that were set across to the cur_* pads,
14265           instead of trying to use a possibly non-existent negotiated caps.
14266           Reset the type of subpicture pads to UNKNOWN after calling
14267           init_stream, so that the caps get set.
14268
14269 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
14270
14271         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14272
14273         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14274           Don't touch buffer if it is of size 0 (fixes #151064).
14275
14276 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14277
14278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14279           Synchronized discont handling.
14280
14281 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14282
14283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14284         (gst_ogg_demux_push):
14285           Make seeking sort-of exact again (fixes #156387).
14286
14287 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14288
14289         * gst/playback/gstplaybasebin.c: (unknown_type),
14290         (add_element_stream), (new_decoded_pad),
14291         (gst_play_base_bin_change_state):
14292         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14293         (gst_stream_info_init), (gst_stream_info_new),
14294         (gst_stream_info_dispose), (gst_stream_info_get_property):
14295         * gst/playback/gststreaminfo.h:
14296           Make caps explicitely available. Makes testing for unsupported
14297           types possible. Improves error reporting.
14298
14299 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14300
14301         * gst/audioconvert/gstaudioconvert.c:
14302         (gst_audio_convert_buffer_to_default_format):
14303           Really don't touch read-only buffers (#156563).
14304
14305 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
14306
14307         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14308
14309         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14310           Fix memleak (#155223).
14311
14312 2004-10-29  Wim Taymans  <wim@fluendo.com>
14313
14314         * gst/tcp/.cvsignore:
14315         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14316         (gst_multifdsink_class_init), (gst_multifdsink_init),
14317         (gst_multifdsink_add), (gst_multifdsink_remove),
14318         (gst_multifdsink_remove_client_link), (is_sync_frame),
14319         (gst_multifdsink_new_client),
14320         (gst_multifdsink_handle_client_write),
14321         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14322         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14323         (gst_multifdsink_get_property):
14324         * gst/tcp/gstmultifdsink.h:
14325         Added burst on connect sync_method, deprecated sync_clients,
14326         streamlined the sync code some more.
14327
14328 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14329
14330         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14331         (gst_play_base_bin_change_state):
14332           Improve error reporting.
14333
14334 2004-10-28  Wim Taymans  <wim@fluendo.com>
14335
14336         * gst/tcp/Makefile.am:
14337         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14338         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14339         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14340         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14341         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14342         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14343         (gst_fdset_wait):
14344         Added more locks around fdset structures. Fixed/reworked
14345         the poll array resizing code.
14346         Added stress test for fdset.
14347
14348 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14349
14350         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14351         fix build
14352
14353 2004-10-28  Benjamin Otte  <otte@gnome.org>
14354
14355         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14356           fix link function to always query channels and query width for
14357           floats
14358         * configure.ac:
14359           add equalizer dir
14360         * gst/equalizer/Makefile.am:
14361         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14362         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14363         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14364         (arg_to_scale), (setup_filter),
14365         (gst_iir_equalizer_compute_frequencies),
14366         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14367         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14368         (plugin_init):
14369           add an equalizer
14370
14371 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14372
14373         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14374
14375         * po/LINGUAS:
14376         * po/nb.po:
14377           Added Norwegian Bokmaal translation
14378
14379 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14380
14381         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14382           Don't break on options (fixes #156488).
14383
14384 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14385
14386         * configure.ac:
14387         * ext/cdaudio/Makefile.am:
14388         * sys/Makefile.am:
14389           fix build on older automake
14390
14391 2004-10-26  Wim Taymans  <wim@fluendo.com>
14392
14393         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14394         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14395         Allow a little margin when negotiating the framerate.
14396
14397 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
14398
14399         * gst/level/gstlevel.c:
14400           synchonised naming of pads and pad-templates
14401
14402 2004-10-26  Wim Taymans  <wim@fluendo.com>
14403
14404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14405         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14406         (_find_streams_check), (gst_ogg_demux_push):
14407         Fix EOS again. Needs to be done in a better way. We should not
14408         remove the pad if there is no new chained stream.
14409
14410 2004-10-26 Iain <iaingnome@gmail.com>
14411
14412         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14413         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14414         of the caps.
14415         * gst/interleave/interleave.c (interleave_class_init): Hook up release
14416         pad.
14417         (interleave_release_pad): Remove the pad.
14418         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14419         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14420         the set device.
14421         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14422         attrs
14423         (gst_xvimagesink_xcontext_clear): Free the xcontext.
14424         (gst_xvimagesink_finalize): Free the par.
14425
14426 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14427
14428         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14429         (gst_avimux_stop_file):
14430           First calculate the rate, and only then use it. Hdr.rate is a
14431           multiple and not a derivative of hdr.scale. Scale is not the
14432           same as blockalign but is solely related to rate.
14433
14434 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14435
14436         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14437         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14438           Implement seeking.
14439
14440 2004-10-25  James Henstridge  <james@jamesh.id.au>
14441
14442         Reviewed by:  David Schleef  <ds@schleef.org>
14443
14444         * examples/gstplay/player.c: (got_stream_length), (main):
14445         * examples/seeking/cdplayer.c: (update_scale):
14446         * examples/seeking/seek.c: (format_value), (update_scale):
14447         * examples/seeking/spider_seek.c: (format_value), (update_scale),
14448         (stop_seek):
14449         Build fixes on AMD64.
14450
14451 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14452
14453         reviewed by: Ronald Bultje <rbultje at gnome dot org>
14454
14455         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14456         Fix for some v4l cards which hang in v4lsrc
14457
14458 2004-10-25  Wim Taymans  <wim@fluendo.com>
14459
14460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14461         (gst_ogg_demux_push), (gst_ogg_chains_clear):
14462         Make sure to remove the pad when a new chain is
14463         encountered. Set some vars to NULL so we don't try
14464         to reference freed memory.
14465
14466 2004-10-25  Wim Taymans  <wim@fluendo.com>
14467
14468         * examples/seeking/Makefile.am:
14469         * examples/seeking/cdplayer.c: (update_scale):
14470         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14471         * examples/seeking/playbin.c: (make_playerbin_pipeline),
14472         (format_value), (update_scale), (iterate), (start_seek),
14473         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14474         (print_usage), (main):
14475         Added some more examples, update others.
14476
14477 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14478
14479         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14480         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14481         * ext/theora/theoradec.c: (theora_dec_chain):
14482         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14483           Add codec-name metadata.
14484
14485 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
14486
14487         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14488
14489         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14490         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14491         * ext/alsa/gstalsamixertrack.h:
14492         * po/POTFILES.in:
14493           ALSA mixer track label internationalization (#154054).
14494
14495 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14496
14497         * ext/theora/theoradec.c: (theora_dec_chain):
14498           Export bitrate as metadata.
14499
14500 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14501
14502         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14503         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14504         * ext/alsa/gstalsamixertrack.h:
14505           Fix names, fix loop.
14506
14507 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14508
14509         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
14510         (speex_dec_convert):
14511           sinkconvert function so oggdemux can get the file length (totem).
14512
14513 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
14514
14515         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14516
14517         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14518           Don't push incomplete packets.
14519         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
14520           Fix MPEG-4 audio typefinding.
14521
14522 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14523
14524         * sys/v4l/Makefile.am:
14525         * sys/v4l/gstv4l.c: (plugin_init):
14526         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
14527         (gst_v4lelement_init), (gst_v4lelement_dispose),
14528         (gst_v4lelement_change_state):
14529         * sys/v4l/gstv4lelement.h:
14530         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
14531         (gst_v4l_xoverlay_close), (idle_refresh),
14532         (gst_v4l_xoverlay_set_xwindow_id):
14533         * sys/v4l/gstv4lxoverlay.h:
14534         * sys/v4l/v4l-overlay_calls.c:
14535         * sys/v4l/v4l_calls.h:
14536         * sys/v4l2/Makefile.am:
14537         * sys/v4l2/gstv4l2.c: (plugin_init):
14538         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
14539         (gst_v4l2element_init), (gst_v4l2element_dispose),
14540         (gst_v4l2element_change_state):
14541         * sys/v4l2/gstv4l2element.h:
14542         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
14543         (gst_v4l2_xoverlay_close), (idle_refresh),
14544         (gst_v4l2_xoverlay_set_xwindow_id):
14545         * sys/v4l2/gstv4l2xoverlay.h:
14546         * sys/v4l2/v4l2-overlay_calls.c:
14547         * sys/v4l2/v4l2_calls.h:
14548           Remove client-side overlay handling, use the X-server v4l plugin
14549           for that. Nicer overlay, less code. Also make the plugin
14550           compileable without X (but then without overlay, obviously).
14551           Makes xwindowlistener obsolete, should we remove that?
14552
14553 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14554
14555         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
14556         (gst_osssrc_src_query):
14557         * sys/oss/gstosssrc.h:
14558           OK, so people want offset in DEFAULT. This time, actually fix all
14559           cases.
14560         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
14561           Add FPS properly.
14562
14563 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14564
14565         * gst/asfdemux/gstasfmux.c:
14566         * gst/avi/gstavimux.c:
14567           Framerate.
14568
14569 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14570
14571         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
14572           Fix properties (channel, norm, frequency).
14573
14574 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14575
14576         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
14577           Flag typo.
14578         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
14579           No warnings.
14580
14581 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14582
14583         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
14584           Fix hang.
14585
14586 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14587
14588         * sys/v4l2/gstv4l2element.h:
14589           Yet Another Hack (tm) for kernel header borkedness.
14590         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
14591         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
14592         (gst_v4l2src_link), (gst_v4l2src_getcaps),
14593         (gst_v4l2src_change_state):
14594         * sys/v4l2/gstv4l2src.h:
14595         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
14596         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
14597           Fix caps, keep track of state, work.
14598
14599 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14600
14601         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
14602           Quiet.
14603
14604 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14605
14606         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14607           Don't mix bytes and samples.
14608
14609 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14610
14611         * ext/ogg/gstoggmux.c:
14612           Basic pad template which accepts OGM tracks, speex, flac, vorbis
14613           and theora. Any is incorrect.
14614         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
14615           Fix caps.
14616         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
14617         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
14618         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
14619         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
14620         * sys/v4l/gstv4lmjpegsrc.h:
14621         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14622         (gst_v4lsrc_change_state):
14623         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
14624         (gst_v4lmjpegsrc_capture_stop):
14625           Fix caps. Keep track of internal state. Work.
14626
14627 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14628
14629         * ext/Makefile.am:
14630           Fix the build fixes.
14631
14632 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14633
14634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14635         (gst_ogg_demux_src_event), (_find_chain_seek),
14636         (gst_ogg_pad_push):
14637           Check for pad availability before using it.
14638         * ext/ogg/gstoggdemux.c: (_find_chain_process):
14639           Fix parsing of chained ogg. Needs more work on the decoder side.
14640
14641 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14642
14643         * gst/spectrum/Makefile.am:
14644         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
14645         (idle_func):
14646           Fix demo and reenable it. Yes, I'm currently playing with audio
14647           analysis tools
14648
14649 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14650
14651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14652           We love it if files that start at zero work too...
14653
14654 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14655
14656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14657           Handle files with missing EOS headers.
14658
14659 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14660
14661         * gst/tcp/gsttcpserversink.c:
14662         (gst_tcpserversink_handle_server_read),
14663         (gst_tcpserversink_init_send):
14664         Zero some variables first (need for accept not to return EINVAL)
14665
14666 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14667
14668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14669         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
14670         * ext/theora/theoradec.c: (theora_dec_sink_convert),
14671         (theora_dec_chain):
14672         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14673         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
14674           Seeking and querying finetune.
14675
14676 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14677
14678         * configure.ac:
14679         * ext/Makefile.am:
14680         * ext/raw1394/Makefile.am:
14681           fix the build
14682
14683 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14684
14685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14686           Wrong return.
14687         * gst/playback/Makefile.am:
14688         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14689         * gst/playback/gstplay-marshal.list:
14690         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
14691           Fix marshallers.
14692
14693 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14694
14695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
14696           Silence.
14697
14698 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14699
14700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14701         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
14702         (gst_ogg_pad_push):
14703           Yay for non-lineair granulepos in theora.
14704
14705 2004-10-18  Wim Taymans  <wim@fluendo.com>
14706
14707         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
14708         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14709         * ext/dv/gstdvdec.h:
14710         Make sure we renegotiate aspect ratio when the camera switches.
14711
14712 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14713
14714         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14715         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
14716           Start at zero.
14717         * ext/theora/theoradec.c: (theora_dec_chain):
14718           Skip headers. Bad idea for chained ogg, but fixes seeking.
14719
14720 2004-10-18  Wim Taymans  <wim@fluendo.com>
14721
14722         * configure.ac:
14723         I swear, this is the last time I touch this.
14724
14725 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14726
14727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14728         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
14729         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
14730           Faster seeking.
14731         * ext/theora/theoradec.c: (theora_dec_sink_convert):
14732           Time-to-default conversion.
14733         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14734           Don't error on unknown packets, just skip. We should probably
14735           read them if we want to support chained ogg.
14736
14737 2004-10-18  Wim Taymans  <wim@fluendo.com>
14738
14739         * configure.ac:
14740         Added cdaudio to wrong list.
14741
14742 2004-10-18  Wim Taymans  <wim@fluendo.com>
14743
14744         * configure.ac:
14745         Revive cdaudio.
14746
14747 2004-10-18  Wim Taymans  <wim@fluendo.com>
14748
14749         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14750         (gst_dvdec_video_link), (gst_dvdec_push):
14751         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14752         (gst_smokeenc_resync), (gst_smokeenc_chain):
14753         Fix mimetype on smoke encoder.
14754         Add aspect ratio to dvdec. Not sure if these
14755         values are correct though....
14756
14757 2004-10-18  Wim Taymans  <wim@fluendo.com>
14758
14759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
14760         Fix vorbis property descriptions and ranges.
14761
14762 2004-10-18  Wim Taymans  <wim@fluendo.com>
14763
14764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14765         Really do nothing when no data is available.
14766         Go to the playing state when the stream is not seekable
14767         instead of failing.
14768
14769 2004-10-18  Wim Taymans  <wim@fluendo.com>
14770
14771         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
14772         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
14773         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
14774         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
14775         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
14776         Added uri handler for cd://
14777         Port to new API.
14778
14779 2004-10-18  Wim Taymans  <wim@fluendo.com>
14780
14781         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14782         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14783         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14784         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
14785         (remove_prerolls), (unknown_type), (add_element_stream),
14786         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
14787         (gst_play_base_bin_remove_element),
14788         (gst_play_base_bin_link_stream):
14789         * gst/playback/gstplaybin.c: (gen_video_element),
14790         (gen_vis_element), (remove_sinks), (setup_sinks):
14791         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14792         (gst_stream_info_get_type), (gst_stream_info_class_init),
14793         (gst_stream_info_init), (gst_stream_info_new),
14794         (gst_stream_info_dispose), (stream_info_mute_pad),
14795         (gst_stream_info_set_property), (gst_stream_info_get_property):
14796         * gst/playback/gststreaminfo.h:
14797         Add sink padtemplate to decodebin.
14798         Added some more comments.
14799         Make queue size configurable in playbasebin.
14800         Added possibility to use elements as sinks (ex cdaudio).
14801
14802 2004-10-15  Wim Taymans  <wim@fluendo.com>
14803
14804         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
14805         (gst_speexenc_chain):
14806         Fix speex timestamps so that it gets muxed properly.
14807
14808 2004-10-15  Wim Taymans  <wim@fluendo.com>
14809
14810         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
14811         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
14812         (gst_dv1394src_init), (gst_dv1394src_dispose),
14813         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
14814         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
14815         (gst_dv1394src_event), (gst_dv1394src_get_formats),
14816         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
14817         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
14818         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
14819         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
14820         * ext/raw1394/gstdv1394src.h:
14821         Added conversion/query functions.
14822         Update buffer timestamps,
14823         Added signals.
14824         Added uri dv:// so it might play from the firewire in playbin.
14825         Fix a possible leak.
14826         Added debugging.
14827
14828 2004-10-15  Wim Taymans  <wim@fluendo.com>
14829
14830         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14831         (gst_dv1394src_init), (gst_dv1394src_set_property),
14832         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
14833         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
14834         * ext/raw1394/gstdv1394src.h:
14835         Added AV/C VTR control support needed for some cameras.
14836         Added automatic port detection.
14837         Added properties for selecting the channel.
14838         The configure.ac script is not yet updated to reflect the
14839         new libavc1394 and librom1394 dependencies.
14840
14841 2004-10-15  Wim Taymans  <wim@fluendo.com>
14842
14843         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14844         (qtdemux_parse), (gst_qtdemux_handle_esds):
14845         An esds box is not a container.
14846         Fix parsing of mp4v boxes.
14847         Do not try to renegotiate fps for each frame. Need to
14848         find a better method. This should fix mp4 playback.
14849
14850 2004-10-14  David Schleef  <ds@schleef.org>
14851
14852         * configure.ac: update for swfdec-0.3 and liboil-0.2
14853         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
14854         * ext/swfdec/gstswfdec.h: same
14855         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
14856         * gst/videotestsrc/videotestsrc.c: same
14857
14858 2004-10-14  Wim Taymans  <wim@fluendo.com>
14859
14860         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14861         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14862         (is_sync_frame), (gst_multifdsink_new_client),
14863         (gst_multifdsink_handle_client_write),
14864         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14865         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14866         Turn warnings into info.
14867         Don't allow a state change in the streaming thread.
14868
14869 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14870
14871         * ext/vorbis/oggvorbisenc.c:
14872         * ext/vorbis/vorbisdec.c:
14873           fix template sample rate
14874
14875 2004-10-13  Wim Taymans  <wim@fluendo.com>
14876
14877         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
14878         Decoding the header first fixes some problems in resyncing
14879         in more mp3s.
14880
14881 2004-10-12  Wim Taymans  <wim@fluendo.com>
14882
14883         * gst/playback/gstplaybin.c: (gen_video_element),
14884         (gen_vis_element), (remove_sinks), (setup_sinks):
14885         Added vis plugin support, need to configure the vis
14886         element to activate it.
14887
14888 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14889
14890         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
14891         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
14892           Some debug.
14893         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14894         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
14895         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
14896         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
14897         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14898         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
14899         * gst/avi/gstavidemux.h:
14900           Support for openDML-2.0 indx/ix## chunks. Support for broken index
14901           recovery (where, if part of the index is broken, we will still read
14902           the rest of the index and recover the broken part by stream
14903           scanning). More broken media support. EOS workarounds. General AVI
14904           braindamage headache recovery. Aspirin included.
14905
14906 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14907
14908         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
14909         (cdparanoia_event), (cdparanoia_query):
14910           Get rid of hideous lead-in.
14911
14912 2004-10-11  Wim Taymans  <wim@fluendo.com>
14913
14914         * gst/playback/gstplaybasebin.c: (setup_source):
14915         Wrong var used to get g_list_next.
14916
14917 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14918
14919         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14920         (cdparanoia_get), (cdparanoia_open):
14921           Report discid as metadata, add duration.
14922
14923 2004-10-11  Wim Taymans  <wim@fluendo.com>
14924
14925         * gst/playback/gstplaybasebin.c: (setup_source):
14926         Cleanup the previous pipeline a little earlier for the
14927         case that a source element provides raw data.
14928
14929 2004-10-11  Benjamin Otte  <otte@gnome.org>
14930
14931         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14932           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
14933           consuming the last 128 bytes, even though it was valid mp3 data.
14934
14935 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14936
14937         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
14938         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14939         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14940         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
14941
14942 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14943
14944         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
14945         Fix for webcams that support only specific width or height
14946
14947 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14948
14949         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14950
14951         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14952           Fix wrong discont event setup (fixes #154967).
14953
14954 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
14955
14956         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14957
14958         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14959           Error out on invalid data (fixes #154807).
14960
14961 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14962
14963         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14964
14965         * ext/dvdread/dvdreadsrc.c: (_read):
14966           Make titles > 0 work again (fixes #154834).
14967
14968 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14969
14970         * gst-libs/gst/riff/riff-media.c:
14971         (gst_riff_create_video_template_caps):
14972           WMV3 missing in template caps.
14973
14974 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14975
14976         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14977           OK, so the original code was too strict. It makes random AVI files
14978           hang for seconds upon opening, which is unacceptable and is far
14979           beyond the original goal of getting multiple chunks for one-chunk
14980           sounc stream files. So now do just that.
14981
14982 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14983
14984         * gst/playback/gstplaybasebin.c: (setup_source),
14985         (gst_play_base_bin_change_state):
14986           Actually clean up streaminfo if output fails. This would trigger
14987           if, for example, there was no CD in the drive. No preroll, so
14988           a streaminfo structure is created, but the subsequent state change
14989           of the thread fails.
14990         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14991           Don't change state if parent failed.
14992
14993 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14994
14995         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14996         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
14997         (gen_video_element), (remove_sinks):
14998           Add small bits of code for screenshot handling.
14999
15000 2004-10-08  Wim Taymans  <wim@fluendo.com>
15001
15002         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
15003         (gen_video_element), (gen_audio_element), (setup_sinks):
15004         Don't assume the user provided sinks are named "sink"...
15005
15006 2004-10-08  Wim Taymans  <wim@fluendo.com>
15007
15008         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15009         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
15010         (gst_play_base_bin_link_stream):
15011         Do not try to autoplug sources that generate raw streams like
15012         cdparanoia.
15013         disconnect the preroll overrun signal when we don't need it anymore.
15014
15015 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
15016
15017         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15018         Added reworked patch from #154903 from milosz derezynski (deadchip).
15019
15020 2004-10-08  Wim Taymans  <wim@fluendo.com>
15021
15022         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15023         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
15024         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
15025         (cdparanoia_convert), (cdparanoia_uri_get_type),
15026         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
15027         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
15028         * ext/cdparanoia/gstcdparanoia.h:
15029         This adds the cdda://<tracknum> uri.
15030
15031 2004-10-08  Wim Taymans  <wim@fluendo.com>
15032
15033         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15034         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15035         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15036         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15037         (unknown_type), (gst_play_base_bin_remove_element),
15038         (gst_play_base_bin_link_stream):
15039         * gst/playback/gstplaybasebin.h:
15040         * gst/playback/gstplaybin.c: (gst_play_bin_init),
15041         (gst_play_bin_set_property), (gen_video_element),
15042         (gen_audio_element), (setup_sinks):
15043         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15044         (gst_stream_info_get_type), (gst_stream_info_class_init),
15045         (gst_stream_info_init), (gst_stream_info_new),
15046         (gst_stream_info_dispose), (stream_info_mute_pad),
15047         (gst_stream_info_set_property), (gst_stream_info_get_property):
15048         * gst/playback/gststreaminfo.h:
15049         Reuse the audio and video bins.
15050         Some internal cleanups in the stream selection code.
15051
15052 2004-10-08  Julien MOUTTE  <julien@moutte.net>
15053
15054         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15055         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15056         * sys/ximage/ximagesink.h:
15057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15058         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15059         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
15060         not coming from those elements. Moreover these elements should not keep
15061         the xid they have been given when in NULL state.
15062
15063 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15064
15065         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15066         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15067         * sys/ximage/ximagesink.h:
15068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15069         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15070         * sys/xvimage/xvimagesink.h:
15071           Actually only create a new toplevel window if we're not gonna
15072           embed it right after.
15073
15074 2004-10-07  Wim Taymans  <wim@fluendo.com>
15075
15076         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
15077         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
15078         * gst/playback/gstplaybin.c: (setup_sinks):
15079         Implement muting/unmuting of streams, mute streams that are not
15080         used.
15081
15082 2004-10-07  Wim Taymans  <wim@fluendo.com>
15083
15084         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
15085         (plugin_init):
15086         Added lame audio/x-ac3 typefind function.
15087
15088 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15089
15090         * configure.ac:
15091           bump nano to cvs
15092
15093 === release 0.8.5 ===
15094
15095 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15096
15097         * NEWS:
15098         * RELEASE:
15099         * configure.ac:
15100           releasing 0.8.5, "Take You On"
15101
15102 2004-10-06  Wim Taymans  <wim@fluendo.com>
15103
15104         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15105         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15106         (no_more_pads), (close_link), (type_found):
15107         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15108         * gst/playback/gstplaybin.c: (gen_video_element):
15109         Do not signal the no_more_pads after the first pad when
15110         we are plugging a non dynamic element with multiple
15111         output pads (like swfdec, dvdec, ...).
15112
15113 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15114
15115         * configure.ac:
15116           bump for prerelease
15117
15118 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15119
15120         * gst/wavparse/gstwavparse.c:
15121           add ATRAC3 to STATIC CAPS to fix a warning
15122
15123         * gst/matroska/ebml-read.c:
15124         * gst-libs/gst/riff/riff-read.c:
15125           fix typos
15126
15127 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15128
15129         * gst-libs/gst/riff/riff-media.c:
15130           generate caps for ATRAC3 audio streams
15131
15132         * gst/realmedia/rmdemux.c:
15133           generate caps for ATRAC3 audio streams
15134
15135 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15136
15137         * gst/wavparse/Makefile.am
15138         * gst/wavparse/riff.h
15139         * gst/wavparse/wavparse.vcproj
15140           riff.h removal (unused and duplication with riff-ids.h)
15141
15142 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15143
15144         * gst/wavparse/gstwavparse.h
15145           remove duplicated defines for audio codec codes
15146
15147         * gst-libs/gst/riff/riff-ids.h
15148         * gst/wavenc/riff.h:
15149           add "4CC" code for ATRAC3 audio streams
15150           add "4CC" code for ITU_G721_ADPCM (unused for now)
15151
15152 2004-10-06  Wim Taymans  <wim@fluendo.com>
15153
15154         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
15155         Actually _do_ negotiation. Pass gdouble as arg instead
15156         of guint64 for the framerate.
15157
15158 2004-10-06  Wim Taymans  <wim@fluendo.com>
15159
15160         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15161         (find_compatibles), (close_pad_link), (try_to_link_1),
15162         (no_more_pads), (close_link), (type_found):
15163         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15164         * gst/playback/gstplaybin.c: (gen_video_element),
15165         (gen_audio_element):
15166         Set state on newly added element to READY so that negotiation
15167         can happen ASAP.
15168         Addes some more debug info.
15169         Do not try to plug pads with multiple caps structures or ANY
15170         because it is too dangerous since we do not do dynamic
15171         replugging.
15172
15173 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15174
15175         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
15176
15177         * po/LINGUAS:
15178         * po/or.po:
15179           add Oriya translation
15180
15181 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15182
15183         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15184           Prevent overwrite of size member. Makes audio sound crappy.
15185
15186 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15187
15188         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15189         Add rmvb to the list of known RealMedia extensions
15190
15191 2004-10-05  Wim Taymans  <wim@fluendo.com>
15192
15193         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
15194         (mngdec_openstream), (mngdec_closestream),
15195         (mngdec_handle_sink_event), (mngdec_readdata),
15196         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
15197         (mngdec_getcanvasline), (mngdec_refresh),
15198         (gst_mngdec_change_state):
15199         Set the framerate correctly.
15200
15201 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15202
15203         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15204           There was something wrong with the index massaging.
15205
15206 2004-10-04  Wim Taymans  <wim@fluendo.com>
15207
15208         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15209         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15210         (gst_smokedec_chain):
15211         * ext/jpeg/gstsmokedec.h:
15212         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15213         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15214         * ext/jpeg/gstsmokeenc.h:
15215         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15216         (smokecodec_decode_new), (smokecodec_info_free),
15217         (smokecodec_set_quality), (smokecodec_get_quality),
15218         (smokecodec_set_threshold), (smokecodec_get_threshold),
15219         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15220         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15221         (smokecodec_encode), (smokecodec_parse_id),
15222         (smokecodec_parse_header), (smokecodec_decode):
15223         * ext/jpeg/smokecodec.h:
15224         * ext/jpeg/smokeformat.h:
15225         Updated smoke, new bitstream, allows embedding in ogg.
15226
15227 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15228
15229         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15230           Fix seeking in some files. All this code is no longer needed (and
15231           actually breaks stuff) because we now synchronize the full index
15232           right when reading the header.
15233
15234 2004-10-04  Wim Taymans  <wim@fluendo.com>
15235
15236         * configure.ac:
15237         configure update for libmng.
15238
15239 2004-10-04  Wim Taymans  <wim@fluendo.com>
15240
15241         * ext/libmng/Makefile.am:
15242         * ext/libmng/gstmng.c: (plugin_init):
15243         * ext/libmng/gstmng.h:
15244         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15245         (gst_mngdec_base_init), (gst_mngdec_class_init),
15246         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15247         (gst_mngdec_loop), (gst_mngdec_get_property),
15248         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15249         (mngdec_closestream), (mngdec_handle_sink_event),
15250         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15251         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15252         (gst_mngdec_change_state):
15253         * ext/libmng/gstmngdec.h:
15254         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15255         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15256         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15257         (gst_mngenc_chain), (gst_mngenc_get_property),
15258         (gst_mngenc_set_property):
15259         * ext/libmng/gstmngenc.h:
15260         Added basic MNG decoder. Needs more work. The encoder does
15261         not work yet.
15262
15263 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15264
15265         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15266         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15267         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15268           Don't hang on length=0 chunks. Some negotiation fixes. Signal
15269           no-more-pads.
15270
15271 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15272
15273         * configure.ac:
15274           you need at least 1.0.4 of speex
15275
15276 2004-10-04 Iain <iaingnome@gmail.com>
15277
15278         * ext/speex/gstspeexdec.h: Revert the includes changes.
15279
15280         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15281
15282 2004-09-30 Iain <iaingnome@gmail.com>
15283
15284         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15285         found during init or set as a property instead of hardcoding /dev/audio
15286
15287 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15288
15289         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15290         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15291         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15292         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15293         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15294         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15295         (gst_rmdemux_dump_data):
15296           Use debug category, fix EOS handling. filesrc ! rmdemux now
15297           works.
15298
15299 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15300
15301         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15302         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15303         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15304           Improve allocation, cutting and sorting of the index. How takes a
15305           few seconds instead of minutes.
15306
15307 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
15308
15309         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15310           fixed compilation
15311
15312 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15313
15314         * gst-libs/gst/riff/riff-media.c:
15315         (gst_riff_create_video_caps_with_data),
15316         (gst_riff_create_video_template_caps):
15317           Add wing commander format mimetype/fourccs.
15318         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15319           Don't crash if some value is 0.
15320
15321 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15322
15323         * gst-libs/gst/riff/riff-media.c:
15324         (gst_riff_create_video_caps_with_data),
15325         (gst_riff_create_video_template_caps):
15326           Add DIB fourcc (raw, palettized 8-bit RGB).
15327         * gst-libs/gst/riff/riff-read.c:
15328         (gst_riff_read_strf_vids_with_data):
15329           Oops, fix strf_data reading bug.
15330         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15331           Use a non-NULL tag.
15332         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15333           Time for hacks. Sorry Dave. At least one quicktime movie (a
15334           trailer) that I've encountered contains multiple video tracks.
15335           One of those is the actual video track, the other are one-frame
15336           tracks (images). Unfortunately, the number of frames according
15337           to the trak header is 1 for each, so that doesn't help. So
15338           instead, I look at the duration and discard tracks with a
15339           duration shorter than 20% of the length of the stream. Better
15340           than nothing.
15341
15342 2004-10-01  Christian Schaller <christian@fluendo.com>
15343
15344         * ext/ivorbis/vorbis.c:
15345           Patch from Phil Blundell (Bug 152341)
15346
15347 2004-10-01  Wim Taymans  <wim@fluendo.com>
15348
15349         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15350         (speex_dec_get_formats), (speex_dec_convert),
15351         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15352         (speex_dec_chain), (gst_speexdec_get_property),
15353         (gst_speexdec_set_property):
15354         Small cleanups.
15355
15356 2004-10-01  Wim Taymans  <wim@fluendo.com>
15357
15358         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15359         (gst_wavparse_stream_init), (gst_wavparse_fmt),
15360         (gst_wavparse_other), (gst_wavparse_loop),
15361         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15362         (gst_wavparse_srcpad_event):
15363         * gst/wavparse/gstwavparse.h:
15364         Added some more debugging info.
15365         Fix the case where the length of the file is 0.
15366         Make sure we seek to sample borders.
15367
15368 2004-10-01  Wim Taymans  <wim@fluendo.com>
15369
15370         * gst/playback/README:
15371         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15372         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15373         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15374         Add some debug info to decodebin, update README
15375
15376 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15377
15378         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15379           Don't use g_print(); use GST_DEBUG().
15380
15381 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15382
15383         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15384         (gst_ogg_mux_queue_pads):
15385           Handle EOS properly.
15386
15387 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15388
15389         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15390
15391         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15392         (gst_faad_chain), (gst_faad_change_state):
15393         * ext/faad/gstfaad.h:
15394           Allow playback of raw (unframed) MPEG AAC files (#148993).
15395
15396 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15397
15398         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15399
15400         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15401           Throw error if we didn't recognize the stream. Fixes #152289.
15402
15403 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15404
15405         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15406           Fix negotiation.
15407
15408 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
15409
15410         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15411
15412         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15413           Fix memleak.
15414
15415 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
15416
15417         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15418
15419         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15420           Solve #152805.
15421         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15422           Solve 152806.
15423
15424 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15425
15426         * gst-libs/gst/riff/riff-media.c:
15427         (gst_riff_create_video_caps_with_data),
15428         (gst_riff_create_audio_caps_with_data):
15429           Add codec_data handling (like asfdemux used to do).
15430         * gst/asfdemux/gstasf.c: (plugin_init):
15431         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15432         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15433           Use riff-media for caps creation instead of our own (mostly
15434           broken) copy of its functions.
15435
15436 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15437
15438         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15439           Don't actually error out if we get another return value than
15440           -EINVAL. Opposite to what I first thought, drivers have random
15441           return values for this, although -EINVAL is the expected return
15442           value. Since this is not fatal, we shouldn't use
15443           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15444
15445 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15446
15447         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15448         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15449         (dvdreadsrc_get_property), (_open), (_seek), (_read),
15450         (dvdreadsrc_get), (dvdreadsrc_open_file),
15451         (dvdreadsrc_change_state):
15452           Fix. Don't do one big huge loop around the whole DVD, that will
15453           cache all data and thus eat sizeof(dvd) (several GB) before we
15454           see something.
15455         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15456           Actually NULL'ify event after using it.
15457         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15458         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15459         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15460         (gst_ebml_read_seek), (gst_ebml_read_skip):
15461           Handle events.
15462         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15463         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15464         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15465           Fix timing (this will probably break if I seek using menus, but
15466           I didn't get there yet). VOBs and normal DVDs should now work.
15467           Add a mpeg2-only pad with high rank so this get autoplugged for
15468           MPEG-2 movies.
15469         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15470         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15471         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15472         (gst_mpeg_demux_get_audio_stream),
15473         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15474         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15475           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15476           MPEG-1 but use dvddemux for MPEG-2.
15477         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15478         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15479         (gst_mpeg_parse_parse_packhead):
15480           Timing. Only add pad template if it exists. Add sink template from
15481           class and not from ourselves. This means we will always use the
15482           correct sink template even if it is not the one defined in this
15483           file.
15484
15485 2004-09-29  Wim Taymans  <wim@fluendo.com>
15486
15487         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15488         (gst_mpeg_demux_parse_pes):
15489         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15490         Fix playback of mpeg again, timestamps where screwed up by
15491         patch 1.61.
15492
15493 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15494
15495         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15496           Only return true if we actually filled something in. Prevents
15497           player applications from showing a random length for flac files.
15498         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15499         (gst_riff_read_use_event), (gst_riff_read_handle_event),
15500         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
15501         (gst_riff_read_strf_vids_with_data),
15502         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
15503           OK, ok, so I implemented event handling. Apparently it's normal
15504           that we receive random events at random points without asking
15505           for it.
15506         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15507         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15508         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
15509         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15510         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
15511         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15512         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15513         * gst/avi/gstavidemux.h:
15514           Implement non-lineair chunk handling and subchunk processing.
15515           The first solves playback of AVI files where the audio and video
15516           data of individual buffers that we read are not synchronized.
15517           This should not happen according to the wonderful AVI specs, but
15518           of course it does happen in reality. It is also a prerequisite for
15519           the second. Subchunk processing allows us to cut chunks in small
15520           pieces and process each of these pieces separately. This is
15521           required because I've seen several AVI files with incredibly large
15522           audio chunks, even some files with only one audio chunk for the
15523           whole file. This allows for proper playback including seeking.
15524           This patch is supposed to fix all AVI A/V sync issues.
15525         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
15526         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
15527           Work.
15528         * gst/modplug/gstmodplug.cc:
15529           Proper return value setting for the query() function.
15530         * gst/playback/gstplaybasebin.c: (setup_source):
15531           Being in non-playing state (after, e.g., EOS) is not necessarily
15532           a bad thing. Allow for that. This fixes playback of short files.
15533           They don't actually playback fully now, because the clock already
15534           runs. This means that small files (<500kB) with a small length
15535           (<2sec) will still not or barely play. Other files, such as mod
15536           or flx, will work correctly, however.
15537
15538 2004-09-28  Wim Taymans  <wim@fluendo.com>
15539
15540         * ext/speex/gstspeex.c: (plugin_init):
15541         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
15542         (gst_speex_dec_class_init), (speex_dec_get_formats),
15543         (speex_get_event_masks), (speex_get_query_types),
15544         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
15545         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
15546         (gst_speexdec_get_property), (gst_speexdec_set_property),
15547         (speex_dec_change_state):
15548         * ext/speex/gstspeexdec.h:
15549         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
15550         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
15551         (gst_speexenc_base_init), (gst_speexenc_class_init),
15552         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
15553         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
15554         (gst_speexenc_src_query), (gst_speexenc_init),
15555         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
15556         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
15557         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
15558         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
15559         (gst_speexenc_chain), (gst_speexenc_get_property),
15560         (gst_speexenc_set_property), (gst_speexenc_change_state):
15561         * ext/speex/gstspeexenc.h:
15562         Rewrote speex encoder, make sure it can be embedded in ogg.
15563         Implemented speex decoder.
15564
15565 2004-09-28  Christian Schaller <christian@fluendo.com>
15566
15567         * configure.ac:
15568         Remove kioslave plugin. Markey is brewing a new working one
15569         * ext/Makefile.am: Remove kioslave plugin
15570         * ext/kio: remove
15571         * gst-plugins.spec.in: remove kio plugin from spec
15572
15573 2004-09-27  Wim Taymans  <wim@fluendo.com>
15574
15575         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15576         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15577         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
15578         (gst_multifdsink_new_client),
15579         (gst_multifdsink_handle_client_write),
15580         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15581         (gst_multifdsink_handle_clients):
15582         * gst/tcp/gstmultifdsink.h:
15583         Make syncing to keyframes actually work for new clients and lagging
15584         clients.
15585
15586 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15587
15588         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
15589         (gst_navigationtest_handle_src_event), (draw_box_planar411),
15590         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
15591         * gst/debug/gstnavigationtest.h:
15592           make navigationtest display button-press and button-release events
15593
15594 2004-09-26 Iain <iaingnome@gmail.com>
15595
15596         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
15597         the channels have received a new media event.
15598         (interleave_buffered_loop): Compresses a new media event on all
15599         channels into one.
15600
15601 2004-09-26 Iain <iaingnome@gmail.com>
15602
15603         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
15604         call the sinkpad's default event handler and not the srcpads. He also
15605         says this is confusing :)
15606         (gst_wavenc_stop_file): Company says that seek events only go upstream
15607         we should send a discontinuous downstream instead.
15608
15609 2004-09-25  Christian Schaller <christian@fluendo.com>
15610
15611         * Update SPEC file to be usable in conjunction with Fedora Core,
15612           Fedora.us and freshrpms packages
15613         * Fix typo in multifilesrc test Makefile
15614
15615 2004-09-24  Wim Taymans  <wim@fluendo.com>
15616
15617         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15618         Only signal the no_more_pads signal when we have
15619         added the stream to our list.
15620
15621 2004-09-24  Wim Taymans  <wim@fluendo.com>
15622
15623         * gst/playback/gstplaybasebin.c: (remove_prerolls),
15624         (new_decoded_pad):
15625         * gst/playback/gstplaybasebin.h:
15626         * gst/playback/gstplaybin.c: (setup_sinks):
15627         Don't try to preroll or decode more than one audio/video
15628         track.
15629
15630 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15631
15632         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15633           Throw error if we failed to find a suitable output. This should
15634           throw an error if we successfully set up a pipeline (e.g. because
15635           we recognized a media file) but found no decodable streams in it
15636           (e.g. because it contains only media stream types for which we
15637           have no decoders, or because it's not a media type).
15638
15639 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15640
15641         * ext/dirac/Makefile.am:
15642         * ext/dirac/gstdirac.cc:
15643         * ext/dirac/gstdiracdec.cc:
15644         * ext/dirac/gstdiracdec.h:
15645           Do something. Don't actually know if this works because I don't
15646           have a demuxer yet.
15647         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
15648           Add channels=1 to caps returned from _getcaps().
15649         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
15650         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
15651         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
15652         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
15653         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
15654         (gst_ogm_parse_change_state):
15655           Separate between audio/video so ogmaudioparse actually uses the
15656           audio pad templates. Both audio and video work now, including
15657           autoplugging. Also use sometimes-srcpad hack.
15658         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15659           Handle events better. Don't hang on infinite loops.
15660         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
15661         (gst_avi_demux_init), (gst_avi_demux_reset),
15662         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15663         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
15664         (gst_avi_demux_change_state):
15665         * gst/avi/gstavidemux.h:
15666           Improve A/V sync. Still not perfect.
15667         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
15668         (gst_ebml_read_skip):
15669           Handle events better.
15670         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15671         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
15672         (qtdemux_audio_caps):
15673           Add IMA4. Improve event handling. Save offset after a seek when
15674           the headers are at the end of the file so that we don't end up in
15675           an infinite loop.
15676         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15677           Add low-priority typefind support for files with no length.
15678
15679 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15680
15681         * testsuite/multifilesink/Makefile.am:
15682         fix typo
15683
15684 2004-09-22  Julien MOUTTE  <julien@moutte.net>
15685
15686         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
15687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
15688         mistakes from thaytan's patches.
15689
15690 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
15691
15692         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
15693           For completeness, XSync in the destroy function as xvimage does.
15694
15695 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
15696
15697         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15698            Correct caps negotiation
15699         * gst/volume/gstvolume.c: (volume_chain_float),
15700         (volume_chain_int16):
15701            Modify debug output to be little more informative
15702         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
15703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15704         (gst_xvimagesink_xvimage_destroy):
15705           Add XSync calls after detaching from the shared memory segment to
15706           avoid a crash.
15707
15708 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15709
15710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15711         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
15712         * ext/vorbis/vorbis.c: (plugin_init):
15713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15714         (gst_vorbisenc_chain):
15715         * ext/vorbis/vorbisenc.h:
15716         remove explicit newmedia support from oggmux and vorbisenc
15717         add debug category to vorbisenc
15718         * gst/multifilesink/gstmultifilesink.c:
15719         (gst_multifilesink_class_init), (gst_multifilesink_init),
15720         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
15721         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
15722         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
15723         (plugin_init):
15724         * gst/multifilesink/gstmultifilesink.h:
15725         add support for streamheader in multifilesink
15726
15727 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15728
15729         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
15730         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
15731         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
15732           Prevent infinite loops. More correct error reporting.
15733         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15734           Error out if negotiation fails.
15735         * gst/playback/gstplaybasebin.c: (setup_source),
15736         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
15737         (gst_play_base_bin_found_tag):
15738           Error/tag forwarding. Pre-roll fixes for source errors on state
15739           changes (e.g. "file does not exist") to prevent hangs.
15740
15741 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15742
15743         * testsuite/multifilesink/Makefile.am:
15744         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
15745         (gst_newmedia_class_init), (gst_newmedia_init),
15746         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15747         (newfile_signal), (test_signal), (main):
15748         * testsuite/multifilesink/multifilesrc_test.c: (main):
15749         * testsuite/multifilesink/oggtheora_test.c:
15750         (gst_newmedia_base_init), (gst_newmedia_class_init),
15751         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
15752         (test_format), (newfile_signal), (test_signal), (main):
15753         * testsuite/multifilesink/oggvorbis_test.c:
15754         (gst_newmedia_base_init), (gst_newmedia_class_init),
15755         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
15756         (test_format), (newfile_signal), (test_signal), (main):
15757         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
15758         (gst_newmedia_class_init), (gst_newmedia_init),
15759         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15760         (newfile_signal), (test_signal), (main):
15761         New media tests
15762
15763 2004-09-20  Christian Schaller <christian@fluendo.com>
15764
15765         * Fix mikmod license to LGPL as they have relicensed
15766         * Move Dirac and Effectv into LGPL section of README_license
15767
15768 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15769
15770         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
15771         (gst_mad_change_state):
15772           Allow for mp3 rate/channels changes. However, only very
15773           conservatively. Reason that we *have* to enable this is smiply
15774           because the mad find_sync() function is not good enough, it will
15775           regularly sync on random data as valid frames and therefore make
15776           us provide random caps as *final* caps of the stream. The best fix
15777           I could think of is to simply require several of the same stream
15778           changes in a row before we change caps.
15779           The actual testcase that works now is #
15780         * ext/ogg/Makefile.am:
15781         * ext/ogg/gstogg.c: (plugin_init):
15782         * ext/ogg/gstogmparse.c:
15783           OGM support (video only for now; I need an audio sample file).
15784         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15785         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
15786         (gst_asf_demux_add_video_stream):
15787           WMV extradata.
15788         * gst/playback/gstplaybasebin.c: (unknown_type):
15789           Don't error out on single unknown-types after all. It's wrong.
15790           If we found type of video and audio but not of a subtitle stream,
15791           it will still error out (which is unwanted). Will find a better fix
15792           later on.
15793         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
15794         (ogmaudio_type_find), (plugin_init):
15795           OGM support.
15796
15797 2004-09-20  Johan Dahlin  <johan@gnome.org>
15798
15799         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
15800         after setting caps.
15801
15802 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15803
15804         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
15805         * gst/wavenc/gstwavenc.h:
15806         Added newmedia support to wavenc
15807
15808 2004-09-17  Wim Taymans  <wim@fluendo.com>
15809
15810         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
15811         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15812         (gst_fdset_fd_can_write), (gst_fdset_wait):
15813         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
15814         (gst_multifdsink_init), (gst_multifdsink_add),
15815         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
15816         (gst_multifdsink_remove_client_link),
15817         (gst_multifdsink_client_queue_buffer),
15818         (gst_multifdsink_handle_client_write),
15819         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
15820         (gst_multifdsink_close), (gst_multifdsink_change_state):
15821         * gst/tcp/gstmultifdsink.h:
15822         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15823         (gst_tcpserversink_removed):
15824         Small cleanups in fdset.c
15825         Use a hastable to map fd to the client structure for faster
15826         lookup in _remove and get_stats.
15827         Added virtual function to close the fds.
15828         Handle clients even when the select/poll call was unblocked because
15829         of a command.
15830         Implement syncing to keyframe in the recovery procedure.
15831
15832 2004-09-16 Iain <iaingnome@gmail.com>
15833
15834         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
15835         try caps.
15836
15837 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15838
15839         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
15840           Caps are only set if the type of the stream is unknown, but this
15841           is initialized in ->init_stream(), so set to UNKNOWN after calling
15842           ->init_stream() so that capsnego starts.
15843
15844 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15845
15846         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15847         (gst_avi_demux_stream_data):
15848           Just hardcode for raw audio then. AVI audio sucks.
15849
15850 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
15851
15852         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15853         * gst/matroska/matroska-mux.c: (audiosink_templ),
15854         (gst_matroska_mux_audio_pad_link):
15855         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
15856         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
15857
15858 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15859
15860         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15861         (gst_avi_demux_stream_data):
15862           Try to fix a/v sync issues.
15863
15864 2004-09-15  David Schleef  <ds@schleef.org>
15865
15866         * configure.ac: remove NASM check, since we don't use it.  Update
15867         dirac check to 0.4
15868         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
15869         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15870         Initialized variables.
15871         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15872         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
15873         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
15874         SVQ3 format
15875
15876 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15877
15878         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15879         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
15880         * gst/avi/gstavidemux.h:
15881           Fix for compressed audio (mp3) timestamp generation. How did this
15882           ever work?
15883
15884 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15885
15886         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
15887           Volume is a double not a float.
15888
15889 2004-09-15  Wim Taymans  <wim@fluendo.com>
15890
15891         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
15892         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15893         Don't close the fd in multifdsink as we didn't open it in the
15894         first place. Some cleanups.
15895
15896 2004-09-15  Wim Taymans  <wim@fluendo.com>
15897
15898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15899         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15900         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15901         Fix the case where the muxer would mark pages as delta
15902         frames when they are not (vorbis only ogg).
15903
15904 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15905
15906         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
15907         (gst_play_base_bin_change_state):
15908           Handle the case where we failed to setup a clear pipeline. This
15909           will throw an error (or EOS, another nice case) and if you don't
15910           catch that, the app will wait for the signal forever (and thus
15911           hang).
15912
15913 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15914
15915         * ext/gnomevfs/gstgnomevfssink.c:
15916         (gst_gnomevfssink_uri_get_protocols):
15917         * ext/gnomevfs/gstgnomevfssrc.c:
15918         (gst_gnomevfssrc_uri_get_protocols):
15919         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15920         * ext/gnomevfs/gstgnomevfsuri.h:
15921           Use _uri_new() instead of _open(), so it doesn't take as long and
15922           Christophe's computer won't hang.
15923         * gst/playback/gstplaybasebin.c: (unknown_type):
15924           Throw error on unknown media type, so apps actually display it.
15925
15926 2004-09-14  Brian Cameron  <brian.cameron@sun.com
15927
15928         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
15929           this script to work on Solaris since bash shell handles echo
15930           differenly than bash.
15931
15932 2004-09-17  Wim Taymans  <wim@fluendo.com>
15933
15934         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
15935         (setup_source), (gst_play_base_bin_set_property),
15936         (gst_play_base_bin_add_element):
15937         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15938         Some more work on making sure seeking pauses the pipeline and
15939         that changing the uri actually does something.
15940
15941 2004-09-17  Wim Taymans  <wim@fluendo.com>
15942
15943         * gst/tcp/gstfdset.c: (gst_fdset_wait):
15944         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
15945         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
15946         (gst_tcpserversink_close):
15947         Be a bit more paranoid when freeing memory.
15948
15949 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15950
15951         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15952         (qtdemux_parse_trak):
15953           Don't crash by dividing by zero (see sample movie in #126922).
15954
15955 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15956
15957         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15958           Don't touch non-existing data (fixes crash on file in #140147).
15959
15960 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15961
15962         * gst/playback/gstplaybasebin.c:
15963         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
15964           Handle double disposals, and proper change of URIs.
15965
15966 2004-09-13  Martin Eikermann <meiker@upb.de>
15967
15968         * gst/mpegstream/gstmpegparse.c:
15969           fix synchronistation for streams recorded from digital PCR
15970           fixes bug #119376
15971
15972 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15973
15974         * ext/gnomevfs/Makefile.am:
15975         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15976         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
15977         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
15978         (gst_gnomevfssink_uri_get_type),
15979         (gst_gnomevfssink_uri_get_protocols),
15980         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
15981         (gst_gnomevfssink_uri_handler_init),
15982         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
15983         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
15984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15985         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
15986         (gst_gnomevfssrc_uri_get_type),
15987         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
15988         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
15989         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15990         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
15991         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15992         * ext/gnomevfs/gstgnomevfsuri.h:
15993           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
15994           of fake URIs to see which this version of Gnome-VFS likes, and
15995           uses that for the Gst-URI interface. Makes playbin support http://
15996           streams. Also fix up some stupid behaviour in gnomevfssrc.
15997
15998 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15999
16000         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16001         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16002         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16003         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16004           Update mixer (to sync with other sessions) if we try to obtain
16005           a new value. This makes alsamixer work accross applications.
16006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16007           Only call sync functions if we're running, else alsalib asserts.
16008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16009           Sometimes fails to compile. Possibly a gcc bug.
16010         * gst/playback/gstplaybin.c: (gen_video_element),
16011         (gen_audio_element):
16012           Add a reference to an application-provided object, because we lose
16013           this same reference if we add it to the bin. If we don't do this,
16014           we can only use this object once and thus crash if we go from
16015           ready to playing, back to ready and back to playing again.
16016           Also add an audioscale element because several cheap soundcards -
16017           like mine - don't support all samplerates.
16018         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16019         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
16020           Fix wrong order or PAR calls. Makes automatically obtained PAR
16021           from the X server atually being used.
16022
16023 2004-09-12  David Schleef  <ds@schleef.org>
16024
16025         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
16026         #151887, #152102, #152247.
16027         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
16028         * examples/seeking/cdparanoia.c: same
16029         * examples/seeking/cdplayer.c: same
16030         * examples/seeking/seek.c: same
16031         * examples/seeking/spider_seek.c: same
16032         * examples/seeking/vorbisfile.c: same
16033         * examples/stats/mp2ogg.c: same
16034         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16035         (gst_esdsink_dispose): Dispose of element properly.
16036         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
16037         fixes.
16038         * ext/nas/nassink.c: (gst_nassink_class_init),
16039         (gst_nassink_dispose): Dispose of element correctly.
16040         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
16041         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16042         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16043         Fix 64-bit warning.
16044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16045         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16046         Fix 64-bit warning.
16047
16048 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16049
16050         * configure.ac : change speex detection as 1.1.6 now uses
16051           .pc/pkg-config and they changed their headers location.
16052
16053 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
16054
16055         * gst/matroska/matroska-mux.h:
16056         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
16057         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16058         (gst_matroska_mux_write_data):
16059           Write multiple blocks/frames per cluster.
16060                 Write meta-seek information (seek heads).
16061
16062 2004-09-09  Scott Wheeler <wheeler@kde.org>
16063
16064         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
16065         (gst_play_bin_set_property), (gst_play_bin_get_property),
16066         (gen_audio_element), (gen_audio_element):
16067           Add a volume element / property to the pipeline.
16068
16069 2004-09-07  Wim Taymans  <wim@fluendo.com>
16070
16071         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
16072         Copy timestamps from the master pad to the output buffers.
16073
16074 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16075
16076         * ext/raw1394/gstdv1394src.c:
16077           throw errors when applicable
16078
16079 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
16080
16081         * gst/matroska/ebml-ids.h:
16082         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
16083         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
16084         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
16085           automatically convert unix time <-> ebml time when reading/writing
16086           a date, use gst_ebml_write_uint to write CUETIME,
16087           not gst_ebml_write_date.
16088         * gst/matroska/matroska-ids.h:
16089         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
16090         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
16091         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
16092         (gst_matroska_mux_write_data):
16093           Write track and segment UIDs, write muxing date, write
16094           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
16095           Create cues for audio only files.
16096
16097 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16098
16099         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16100         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16101           Re-commit ALSA switches.
16102         * gst/adder/gstadder.c: (gst_adder_loop):
16103           64-bit fix (#151416).
16104         * gst/debug/progressreport.c: (gst_progressreport_report):
16105           64-bit fix (#151419).
16106         * gst/matroska/matroska-demux.c:
16107         (gst_matroska_demux_parse_contents):
16108           64-bit fix (#151420).
16109         * gst/playback/test3.c: (update_scale):
16110           64-bit fix (#151421).
16111
16112 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16113
16114         * configure.ac:
16115           bump nano to cvs
16116
16117 === release 0.8.4 ===
16118
16119 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16120
16121         * configure.ac: releasing 0.8.4, "Alias"
16122
16123 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16124
16125         * ext/theora/Makefile.am:
16126           fix makefile.  Fixes #151462.
16127
16128 2004-08-30  Wim Taymans  <wim@fluendo.com>
16129
16130         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
16131         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16132         (gst_multifdsink_remove_client_link),
16133         (gst_multifdsink_client_queue_buffer),
16134         (gst_multifdsink_handle_client_write):
16135         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16136         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16137         Fix some memory leaks.
16138
16139 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16140
16141         Patch by: David Schleef
16142
16143         * configure.ac:
16144         * sys/Makefile.am:
16145           rename our detection macro for V4L2.  Fixes #151236.
16146
16147 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16148
16149         Patch by: David Schleef
16150
16151         * configure.ac:
16152           check to define LAMEPRESET.  Fixes #151232.
16153
16154 2004-08-27  David Schleef  <ds@schleef.org>
16155
16156         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
16157         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
16158         (gst_glimagesink_fixate):  Move local variable declarations to
16159         make gcc-2.95 happy.
16160
16161 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16162
16163         * configure.ac:
16164           bump nano for prerelease
16165
16166 2004-08-27  David Schleef  <ds@schleef.org>
16167
16168         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
16169         * sys/sunaudio/gstsunaudiosrc.c:
16170         * sys/sunaudio/gstsunaudiosrc.h:
16171
16172 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
16173
16174         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
16175         handle EOS correctly
16176         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
16177         * gst/matroska/matroska-mux.h:
16178         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
16179         VFW compatibility mode
16180
16181 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16182
16183         patch by: Zaheer Abbas Merali
16184
16185         * ext/ogg/gstoggmux.c:
16186         * ext/vorbis/vorbisenc.c:
16187         * ext/vorbis/vorbisenc.h:
16188           handle NEWMEDIA
16189
16190 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
16191
16192         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
16193         fix byte order reversion on little endian machines.
16194         * gst/matroska/matroska-mux.c: (audiosink_templ),
16195         (gst_matroska_mux_audio_pad_link):
16196         add TTA codec to the list of supported codecs.
16197         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16198         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16199         (gst_matroska_mux_write_data):
16200         * gst/matroska/matroska-mux.h:
16201         write segment duration correctly, write muxing app string, fixes bugs
16202         #140897 and #140898.
16203         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16204         wait for all pads to be negotiated before starting to mux.
16205
16206 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16207
16208         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16209         * ext/lame/gstlame.h:
16210         Added new media support to lame
16211
16212 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16213
16214         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16215         send vorbis headers at the beginning of a stream, fixes bug #141554.
16216         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16217         bug #148950.
16218         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16219         (gst_matroska_demux_plugin_init):
16220         * gst/matroska/matroska-ids.h:
16221         enable demuxing of TTA audio streams, fixes bug #148951.
16222         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16223         enable typefinding for TTA audio files, fixes bug #148711.
16224         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16225         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16226         fixes playback of packed bitstream and xvid with bframes, bug #135407.
16227
16228 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
16229
16230         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16231         (gst_riff_read_element_data), (gst_riff_read_seek),
16232         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16233         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16234         <teuf@gnome.org>
16235
16236 2004-08-23 Iain <iaingnome@gmail.com>
16237
16238         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16239         tags. They appear to be handled differently to normal.
16240         (tag_list_to_id3_tag_foreach): Ditto.
16241
16242 2004-08-22  Wim Taymans  <wim@fluendo.com>
16243
16244         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16245         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16246         Make sure we never send -1 granulepos.
16247
16248 2004-08-20  Wim Taymans  <wim@fluendo.com>
16249
16250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16251         (gst_ogg_mux_loop):
16252         I will accept bitchslappings with non sharp objects.
16253
16254 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16255
16256         * configure.ac:
16257         Clean up the test for lame presets
16258
16259 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16260
16261         * configure.ac:
16262         * ext/lame/Makefile.am:
16263         * ext/lame/gstlame.c: (gst_lame_class_init),
16264         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16265         Only enable lame presets if version of lame has presets in API
16266
16267 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
16268         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16269         * gst/udp/gstudpsrc.h:
16270           Don't call gst_pad_push in a get function. Fixes #150449
16271
16272 2004-08-18  Wim Taymans  <wim@fluendo.com>
16273
16274         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16275         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16276         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16277         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16278         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16279         (gst_fdset_wait):
16280         * gst/tcp/gstfdset.h:
16281         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16282         (gst_multifdsink_client_queue_buffer),
16283         (gst_multifdsink_handle_client_write):
16284         * gst/tcp/gstmultifdsink.h:
16285         Some extra checks in gstfdset.
16286         Only use send() when the fd is a socket. Don't try to
16287         read from write only fds.
16288
16289 2004-08-18  Wim Taymans  <wim@fluendo.com>
16290
16291         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16292         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16293         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16294         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16295         (gst_fdset_wait):
16296         Add more locking and bounds checking.
16297
16298 2004-08-18  Wim Taymans  <wim@fluendo.com>
16299
16300         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16301         Realloc test fdset in the lock and right before starting
16302         the poll call. Bump the limit to 4096.
16303
16304 2004-08-17  David Schleef  <ds@schleef.org>
16305
16306         * sys/sunaudio/Makefile.am:
16307         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16308         of rates and channels.  Make debugging less obnoxious.
16309
16310         Patch from Balamurali Viswanathan implementing a mixer for
16311         Sun audio.  (bug #144091):
16312         * sys/sunaudio/gstsunelement.c:
16313         * sys/sunaudio/gstsunelement.h:
16314         * sys/sunaudio/gstsunmixer.c:
16315         * sys/sunaudio/gstsunmixer.h:
16316
16317 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16318
16319         * gst/audioscale/gstaudioscale.c:
16320         * gst/audioscale/gstaudioscale.h:
16321         made audioscale resample from any sample rate to any sample rate
16322
16323 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16324
16325         * ext/libpng/gstpngdec.c:
16326           error out on unsupported types
16327
16328 2004-08-17  Iain <iaingnome@gmail.com>
16329
16330         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16331         mid_side and loose_mid_side properties if its a stereo stream.
16332
16333 2004-08-17  Wim Taymans  <wim@fluendo.com>
16334
16335         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16336         (theora_get_formats), (theora_dec_src_convert),
16337         (theora_dec_sink_convert), (theora_dec_src_query),
16338         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16339         Add a debug line.
16340
16341 2004-08-17  Wim Taymans  <wim@fluendo.com>
16342
16343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16344         (gst_ogg_pad_push):
16345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16346         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16347         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16348         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16349         Mark delta units in the muxer.
16350         Try to decode the packet after an out-of-sync error from
16351         libogg.
16352
16353 2004-08-17  Wim Taymans  <wim@fluendo.com>
16354
16355         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16356         (gst_multifdsink_init), (gst_multifdsink_add),
16357         (gst_multifdsink_client_queue_buffer),
16358         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16359         * gst/tcp/gstmultifdsink.h:
16360         Added option to send a keyframe to clients as the first buffer.
16361         Make timeout property writable.
16362
16363 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16364
16365         patch by: Wim Taymans
16366
16367         * gst/tcp/gstfdset.c:
16368         * gst/tcp/gstmultifdsink.c:
16369           fix index comparison, should include 0
16370
16371 2004-08-16  Wim Taymans  <wim@fluendo.com>
16372
16373         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16374         (gst_fdset_add_fd), (gst_fdset_remove_fd),
16375         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16376         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16377         (gst_fdset_wait):
16378           copy when reallocing for poll so the select arguments don't get
16379           changed during the call
16380
16381 2004-08-16  Wim Taymans  <wim@fluendo.com>
16382
16383         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16384         (gst_theora_enc_class_init), (theora_enc_sink_link),
16385         (theora_buffer_from_packet), (theora_enc_chain):
16386         Fix bug where buffers were not marked as keyframes
16387         correctly.
16388
16389 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16390
16391         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16392         (gst_lame_preset_get_type), (gst_lame_class_init):
16393         describe the enum values for vbr mode and presets more verbosely
16394
16395 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16396
16397         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16398         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16399         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16400         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16401         * ext/lame/gstlame.h:
16402         add preset property to lame so it can use lame presets
16403
16404 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16405
16406         * ext/lame/gstlame.c: (gst_lame_get_property):
16407         whoops forgot break, thanks teuf
16408
16409 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16410
16411         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16412         (gst_lame_class_init), (gst_lame_src_getcaps),
16413         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16414         (gst_lame_get_property), (gst_lame_setup):
16415         * ext/lame/gstlame.h:
16416         fix lame's broken vbr stuff, allow it to resample if need be, and also
16417         make xing header optional
16418
16419 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16420
16421         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16422         added getcaps function so samplerate doesnt get fixated to silly values
16423
16424 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16425
16426         * ext/lame/gstlame.c: (gst_lame_src_link):
16427         revert previous fix
16428
16429 2004-08-12  Johan Dahlin  <johan@gnome.org>
16430
16431         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16432         checks. Doesn't matter what state we are in. Interfaces are a
16433         compile time thing, not runtime. It also broke the python bindings.
16434
16435 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16436
16437         * ext/lame/gstlame.c: (gst_lame_src_link):
16438         made source pad link function check if sinkpad is ok..fixes the problem
16439         where core fixates the output rate of lame stupidly
16440
16441 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16442
16443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16444         * sys/v4l/v4l_calls.c:
16445         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16446           fix fixate function to handle nonsimple caps.
16447           remove bogus check in _link
16448           cleanups
16449
16450 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16451
16452         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16453         set default compression ratio parameter to 0.0 so bitrate parameter
16454         works :)
16455
16456 2004-08-11  David Schleef  <ds@schleef.org>
16457
16458         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16459
16460 2004-08-11  David Schleef  <ds@schleef.org>
16461
16462         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16463         before.
16464
16465 2004-08-11  David Schleef  <ds@schleef.org>
16466
16467         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16468
16469 2004-08-11  David Schleef  <ds@schleef.org>
16470
16471         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16472           license field
16473         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16474         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16475           LGPL.
16476         * gst/auparse/gstauparse.c: Fix plugin license field.
16477         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16478         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16479         * gst/rtp/gstrtp.c: Fix plugin license field.
16480
16481 2004-08-11  Wim Taymans  <wim@fluendo.com>
16482
16483         * gst/tcp/Makefile.am:
16484         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16485         (ensure_size), (gst_fdset_new), (gst_fdset_free),
16486         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16487         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16488         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16489         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16490         (gst_fdset_fd_can_write), (gst_fdset_wait):
16491         * gst/tcp/gstfdset.h:
16492         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16493         (gst_multifdsink_class_init), (gst_multifdsink_init),
16494         (gst_multifdsink_add), (gst_multifdsink_remove),
16495         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16496         (gst_multifdsink_remove_client_link),
16497         (gst_multifdsink_handle_client_read),
16498         (gst_multifdsink_client_queue_data),
16499         (gst_multifdsink_client_queue_caps),
16500         (gst_multifdsink_client_queue_buffer),
16501         (gst_multifdsink_handle_client_write),
16502         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16503         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16504         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16505         (gst_multifdsink_close):
16506         * gst/tcp/gstmultifdsink.h:
16507         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16508         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16509         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
16510         (gst_tcpserversink_close):
16511         * gst/tcp/gsttcpserversink.h:
16512         Abstracted away the select call, implemented poll (yes we ran into
16513         the 1024 limit in production).
16514
16515 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16516
16517         * gst/tcp/gsttcp.c:
16518         * gst/tcp/gsttcpplugin.c:
16519           improve debuggging, remove assert
16520
16521 2004-08-10  Wim Taymans  <wim@fluendo.com>
16522
16523         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16524         (gst_client_status_get_type), (gst_multifdsink_class_init),
16525         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16526         (gst_multifdsink_handle_client_read),
16527         (gst_multifdsink_handle_client_write),
16528         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16529         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16530         (gst_multifdsink_get_property):
16531         * gst/tcp/gstmultifdsink.h:
16532         * gst/tcp/gsttcp-marshal.list:
16533         Starting to prepare for specifying buffer time in other units
16534         than buffers. Expose remove reason in signal.
16535
16536 2004-08-10  Wim Taymans  <wim@fluendo.com>
16537
16538         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16539         (gst_multifdsink_remove), (gst_multifdsink_clear),
16540         (gst_multifdsink_remove_client_link),
16541         (gst_multifdsink_handle_client_read),
16542         (gst_multifdsink_client_queue_data),
16543         (gst_multifdsink_client_queue_buffer),
16544         (gst_multifdsink_handle_client_write),
16545         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16546         (gst_multifdsink_chain), (gst_multifdsink_close):
16547         * gst/tcp/gstmultifdsink.h:
16548         Added more debugging info. Changed the way clients are
16549         removed from the lists. Fixed a bug where a bad file descriptor
16550         could cause many clients to be removed.
16551
16552 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16553
16554         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
16555           allow all pixel-aspect-ratios, not just 1:1
16556
16557 2004-08-09  David Schleef  <ds@schleef.org>
16558
16559         * sys/glsink/ARB_multitexture.h:  Remove old files.
16560         * sys/glsink/EXT_paletted_texture.h:
16561         * sys/glsink/NV_register_combiners.h:
16562         * sys/glsink/gstgl_nvimage.c:
16563         * sys/glsink/gstgl_pdrimage.c:
16564         * sys/glsink/gstgl_rgbimage.c:
16565         * sys/glsink/gstglsink.c:
16566         * sys/glsink/gstglsink.h:
16567         * sys/glsink/gstglxwindow.c:
16568         * sys/glsink/regcomb_yuvrgb.c:
16569
16570 2004-08-09  David Schleef  <ds@schleef.org>
16571
16572         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
16573         GL sink plugin.  (Bug #147302)
16574
16575         * configure.ac: Test for OpenGL
16576         * sys/Makefile.am: Use test for OpenGL
16577         * sys/glsink/Makefile.am:
16578         * sys/glsink/glimagesink.c: rewrite
16579         * sys/glsink/glimagesink.h: rewrite
16580
16581 2004-08-09  David Schleef  <ds@schleef.org>
16582
16583         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
16584         sane framerates.
16585         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
16586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
16587         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
16588
16589 2004-08-09  Wim Taymans  <wim@fluendo.com>
16590
16591         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16592         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16593         (gst_multifdsink_client_remove),
16594         (gst_multifdsink_handle_client_read),
16595         (gst_multifdsink_handle_client_write),
16596         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16597         Do a bit more logging, make the client_read code more robust.
16598
16599 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16600
16601         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
16602         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
16603         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
16604         (gst_jpegdec_init), (gst_jpegdec_chain):
16605         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
16606         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
16607           cleanups, debugging fixes and memleak plugging
16608
16609 2004-08-09  Wim Taymans  <wim@fluendo.com>
16610
16611         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16612         (theora_get_formats), (theora_dec_src_convert),
16613         (theora_dec_sink_convert), (theora_dec_src_query),
16614         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
16615         (theora_dec_change_state):
16616         Don't crash on missing header packets.
16617
16618 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16619
16620         * po/LINGUAS:
16621         * po/sq.po:
16622           Added Albanian translation (Laurent Dhima)
16623         * po/cs.po:
16624           updated
16625
16626 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16627
16628         * ext/lame/gstlame.c:
16629           fix/add debugging
16630
16631 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16632
16633         * sys/ximage/ximagesink.c:
16634         * sys/xvimage/xvimagesink.c:
16635           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
16636
16637 2004-08-06  Wim Taymans  <wim@fluendo.com>
16638
16639         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16640         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16641         (gst_multifdsink_client_remove),
16642         (gst_multifdsink_handle_client_read),
16643         (gst_multifdsink_handle_client_write),
16644         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16645         Make sure we don't try to read more from a client that what
16646         ioctl says us or we deadlock.
16647
16648 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16649
16650         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
16651         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
16652         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16653           decouple running_time and n_frames so it can handle changing
16654           framerate while running
16655
16656 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16657
16658         * po/nl.po:
16659         * po/sv.po:
16660           updated translations
16661
16662 2004-08-04  Benjamin Otte  <otte@gnome.org>
16663
16664         * gst/videotestsrc/gstvideotestsrc.c:
16665         (gst_videotestsrc_get_capslist), (generate_capslist),
16666         (plugin_init):
16667           generate the list of supported caps at startup and reuse it instead
16668           of always generating it
16669
16670 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16671
16672         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
16673           whoops, last checkin broke normal build
16674
16675 2004-08-03  Benjamin Otte  <otte@gnome.org>
16676
16677         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
16678         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
16679         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
16680         (gst_alsa_mixer_get_option):
16681         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
16682         (dvdnavsrc_print_event):
16683         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
16684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
16685         (gst_ogg_mux_pad_unlink):
16686         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
16687         (gst_multipart_mux_pad_unlink):
16688         * gst/videofilter/gstvideobalance.c:
16689         (gst_videobalance_colorbalance_set_value):
16690         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
16691         (gst_videomixer_pad_unlink):
16692         * po/uk.po:
16693         * sys/oss/gstossmixer.c:
16694         * sys/v4l/gstv4lcolorbalance.c:
16695         * sys/v4l/gstv4ltuner.c:
16696         * sys/v4l/v4lsrc_calls.c:
16697         * sys/v4l2/gstv4l2colorbalance.c:
16698         * sys/v4l2/gstv4l2tuner.c:
16699           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
16700
16701 2004-08-03  Benjamin Otte  <otte@gnome.org>
16702
16703         * examples/dynparams/filter.c: (ui_control_create):
16704         * examples/gstplay/player.c: (print_tag):
16705         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
16706         * ext/gdk_pixbuf/gstgdkanimation.c:
16707         (gst_gdk_animation_iter_may_advance):
16708         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
16709         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
16710         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
16711         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
16712         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
16713         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
16714         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
16715         * gst/sine/demo-dparams.c: (main):
16716         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
16717         * testsuite/alsa/formats.c: (create_pipeline):
16718         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
16719           fixes for G_DISABLE_ASSERT and friends
16720         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16721         (mp3_type_frame_length_from_header), (mp3_type_find),
16722         (plugin_init):
16723           require mp3 typefinding to have at least MIN_HEADERS valid headers
16724           add typefinding for AAC adts files
16725
16726 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
16727
16728         * sys/ximage/ximagesink.c:
16729         (gst_ximagesink_calculate_pixel_aspect_ratio):
16730         * sys/xvimage/xvimagesink.c:
16731         (gst_xvimagesink_calculate_pixel_aspect_ratio):
16732         Make sure we calculate pixel-aspect-ratio using floating point maths
16733
16734 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16735
16736         * po/uk.po:
16737           updated translation
16738
16739 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16740
16741         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
16743           add debugging for display PAR calculation
16744
16745 2004-08-02  David Schleef  <ds@schleef.org>
16746
16747         * configure.ac: Fix mikmod CFLAGS.
16748
16749 2004-07-27  Benjamin Otte  <otte@gnome.org>
16750
16751         * gst/audioscale/gstaudioscale.c:
16752         - fix templates to only support S16, it's the only format that works
16753         - make caps nego code use try_set_caps_nonfixed and fixation instead
16754         of try_set_caps twice, which is not nice for autopluggers
16755         - change rank to secondary, so autopluggers can pick it up after
16756         audioconvert
16757
16758 2004-08-02  Iain <iain@prettypeople.org>
16759
16760         * gst/interleave/interleave.c (interleave_init),
16761         (interleave_request_new_pad),
16762         (interleave_pad_removed),
16763         (interleave_buffered_loop): Use the real pad count, not the artificial
16764         one.
16765
16766 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16767
16768         * configure.ac: bump nano back to development
16769
16770 === release 0.8.3 ===
16771
16772 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16773
16774         * configure.ac: releasing 0.8.3, "Water"
16775
16776 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16777
16778         * sys/xvimage/xvimagesink.c:
16779         (gst_xvimagesink_calculate_pixel_aspect_ratio),
16780         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
16781         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
16782         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16783         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16784         * sys/xvimage/xvimagesink.h:
16785           apply similar PAR fixes as to ximagesink
16786
16787 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16788
16789         patch from: Benjamin Otte
16790
16791         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
16792           add link function to lame.  Fixes #148986.
16793
16794 2004-08-02  Johan Dahlin  <johan@gnome.org>
16795
16796         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
16797         fix debugging log
16798
16799 2004-07-30  David Schleef  <ds@schleef.org>
16800
16801         * gst/videomixer/Makefile.am: Fix things that should have been
16802         fixed in the last checkin.
16803
16804 2004-07-30  David Schleef  <ds@schleef.org>
16805
16806         * gst/multipart/Makefile.am: Fix things that should have been
16807         fixed in the last checkin.
16808
16809 2004-07-30  David Schleef  <ds@schleef.org>
16810
16811         * testsuite/multifilesink/Makefile.am: Fix unused variable.
16812
16813 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16814
16815         * configure.ac:
16816           bump nano for prerelease
16817         * po/af.po:
16818         * po/az.po:
16819         * po/cs.po:
16820         * po/en_GB.po:
16821         * po/hu.po:
16822         * po/nl.po:
16823         * po/sr.po:
16824         * po/sv.po:
16825         * po/uk.po:
16826           updates
16827
16828 2004-07-30  Wim Taymans  <wim@fluendo.com>
16829
16830         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16831         (gst_multifdsink_add), (gst_multifdsink_remove),
16832         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16833         (gst_multifdsink_client_remove),
16834         (gst_multifdsink_handle_client_write),
16835         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16836         * gst/tcp/gstmultifdsink.h:
16837         Recover from a select with a bad file descriptor by removing
16838         the client.
16839
16840 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16841
16842         * configure.ac:
16843           fix requirement of core
16844         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
16845         (gst_play_pipeline_setup):
16846           don't use colorspace element.  do use hermescolorspace element.
16847           make macro to get a colorspace element.
16848           mark strings for translation.
16849         * po/POTFILES.in:
16850           add play.c
16851         * po/af.po:
16852         * po/az.po:
16853         * po/cs.po:
16854         * po/en_GB.po:
16855         * po/hu.po:
16856         * po/nl.po:
16857         * po/sr.po:
16858         * po/sv.po:
16859         * po/uk.po:
16860           update translations
16861
16862 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16863
16864         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16865         fix default for newmedia flag
16866
16867 2004-07-30  Wim Taymans  <wim@fluendo.com>
16868
16869         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16870         (gst_theora_dec_init), (theora_get_formats),
16871         (theora_dec_src_convert), (theora_dec_sink_convert),
16872         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16873         (theora_dec_chain), (theora_dec_set_property),
16874         (theora_dec_get_property):
16875         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16876         (gst_theora_enc_class_init), (gst_theora_enc_init),
16877         (theora_enc_sink_link), (theora_enc_chain),
16878         (theora_enc_set_property), (theora_enc_get_property):
16879         Added cropping option to theora decoder.
16880         Added border option to theora encoder.
16881
16882 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16883
16884         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16885         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16886         (gst_pngenc_set_property):
16887         * ext/libpng/gstpngenc.h:
16888         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
16889
16890 2004-07-30  Wim Taymans  <wim@fluendo.com>
16891
16892         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16893         (theora_enc_sink_link), (theora_enc_chain),
16894         (theora_enc_set_property), (theora_enc_get_property):
16895         Fix encoding of non-multiple-of-16 video.
16896
16897 2004-07-29  David Schleef  <ds@schleef.org>
16898
16899         * configure.ac: make test for audiofile more strict
16900
16901 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16902
16903         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16904           give different names to typefind functions
16905
16906 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16907
16908         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16909         (gst_ximagesink_calculate_pixel_aspect_ratio),
16910         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
16911         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16912         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
16913         (gst_ximagesink_get_property), (gst_ximagesink_init):
16914         * sys/ximage/ximagesink.h:
16915           allocate PAR's dynamically.
16916           use autodetected PAR if no object-set PAR is given.
16917           add workaround for directfb's X not setting physical size.
16918           fix to xvimagesink will follow tomorrow.
16919
16920 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16921
16922         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
16923         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
16924         (gst_shout2send_get_type), (gst_shout2send_set_clock),
16925         (gst_shout2send_class_init), (gst_shout2send_init),
16926         (set_shout_metadata), (gst_shout2send_set_metadata),
16927         (gst_shout2send_chain), (gst_shout2send_set_property),
16928         (gst_shout2send_get_property), (gst_shout2send_connect),
16929         (gst_shout2send_change_state):
16930         * ext/shout2/gstshout2.h:
16931         - fix for sending mp3 audio to icecast2 server, if pad link function not
16932         called before PAUSED state
16933         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
16934         - added tagging support for mp3 audio broadcasted
16935         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16936         debug info
16937
16938 2004-07-28  Wim Taymans  <wim@fluendo.com>
16939
16940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16941         (gst_ogg_demux_push):
16942         Return query failure when we don't know the length of
16943         an ogg stream insteda of returning TRUE with a bogus value.
16944
16945 2004-07-28  Wim Taymans  <wim@fluendo.com>
16946
16947         * ext/theora/theoradec.c: (theora_get_formats),
16948         (theora_dec_src_convert), (theora_dec_sink_convert),
16949         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16950         (theora_dec_chain):
16951         Don't screw up the 1 Chroma for 1 luma sample situation when we
16952         have an odd offset/width by adding a black border in those cases.
16953
16954 2004-07-28  Wim Taymans  <wim@fluendo.com>
16955
16956         * ext/theora/theoradec.c: (theora_get_formats),
16957         (theora_dec_src_convert), (theora_dec_sink_convert),
16958         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16959         (theora_dec_chain):
16960         * ext/theora/theoraenc.c: (theora_enc_sink_link):
16961         Added first attempt at cropping of the image as required by the
16962         theora spec. We need more properties in the caps (offset_x,
16963         offset_y,stride) to implement this correctly.
16964
16965 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
16966
16967         * ext/dvdnav/README:
16968           Update the README to use dvddemux
16969         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16970           Ensure getcaps returns a subset of the template caps
16971         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
16972         (gst_mpeg2subt_init):
16973           Ensure getcaps returns a subset of the template caps
16974         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
16975         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
16976         (gst_dvd_demux_get_subpicture_stream),
16977         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
16978         * gst/mpegstream/gstdvddemux.h:
16979           Set the explicit caps on the current_video pad before pushing
16980           anything
16981         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16982         (gst_mpeg_demux_get_audio_stream):
16983           Free caps used to gst_pad_set_explicit_caps, which takes a const
16984           GstCaps *
16985
16986 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16987
16988         * configure.ac: update GStreamer requirement to 0.8.4 because of
16989           GstFraction.
16990
16991 2004-07-28  Wim Taymans  <wim@fluendo.com>
16992
16993         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16994         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
16995         Add the pad to the element after setting up the caps. This
16996         makes it a lot easier to autoplug.
16997
16998 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16999
17000         * gst/median/gstmedian.c:
17001         * gst/mpeg2subt/gstmpeg2subt.c:
17002         * gst/mpegaudioparse/gstmpegaudioparse.c:
17003         * gst/mpegstream/gstdvddemux.c:
17004         * gst/mpegstream/gstmpegdemux.c:
17005         * gst/mpegstream/gstmpegpacketize.c:
17006         * gst/rtjpeg/gstrtjpeg.c:
17007         * gst/rtjpeg/gstrtjpegdec.c:
17008         * gst/rtjpeg/gstrtjpegenc.c:
17009         * gst/sine/gstsinesrc.c:
17010         * gst/smooth/gstsmooth.c:
17011         * gst/smpte/gstsmpte.c:
17012         * gst/smpte/gstsmpte.h:
17013         * gst/stereo/gststereo.c:
17014         * gst/videofilter/gstgamma.c:
17015         * gst/videofilter/gstvideobalance.c:
17016         * gst/videofilter/gstvideofilter.c:
17017         * gst/videofilter/gstvideoflip.c:
17018         * gst/videoscale/gstvideoscale.c:
17019         * gst/videoscale/videoscale.c:
17020         * gst/videotestsrc/gstvideotestsrc.c:
17021         * gst/videotestsrc/videotestsrc.c:
17022         * gst/wavenc/gstwavenc.c:
17023         * gst/wavparse/gstwavparse.c:
17024           fix local includes and 64 bits constants
17025
17026 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17027
17028         * win32/gst.sln:
17029         * gst-libs/gst/*/*.vcproj:
17030         * gst/*/*.vcproj:
17031           more working plugins
17032
17033 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17034
17035         * testsuite/alsa/Makefile.am:
17036         * testsuite/alsa/srcstate.c:
17037         add test for alsasrc changing state
17038
17039 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17040
17041         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
17042         (gst_silence_get):
17043         * gst/silence/gstsilence.h:
17044         fix silence generation for 16bit raw audio
17045
17046 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17047
17048         * gst/matroska/matroska-demux.c:
17049         (gst_matroska_demux_parse_metadata),
17050         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
17051         * gst/mpegaudio/common.c:
17052         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17053         (gst_videoscale_getcaps), (gst_videoscale_link),
17054         (gst_videoscale_src_fixate), (gst_videoscale_init),
17055         (gst_videoscale_finalize):
17056         * gst/videoscale/gstvideoscale.h:
17057         * gst/videotestsrc/gstvideotestsrc.c:
17058         (gst_videotestsrc_get_capslist):
17059         * gst/wavenc/gstwavenc.c:
17060         * sys/oss/gstossmixer.c: (fill_labels):
17061         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17062         (gst_ximagesink_handle_xevents),
17063         (gst_ximagesink_calculate_pixel_aspect_ratio),
17064         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
17065         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
17066         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
17067         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17068         (gst_ximagesink_init), (gst_ximagesink_class_init):
17069         * sys/ximage/ximagesink.h:
17070         * sys/xvimage/xvimagesink.c:
17071         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17072         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
17073         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17074         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17075         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17076         * sys/xvimage/xvimagesink.h:
17077           first batch of pixel aspect ratio commits.
17078
17079 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17080
17081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17082         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
17083         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
17084           handle stride, needs work if we want to move stride handling
17085           upstream, but works correctly for our purposes.
17086
17087 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17088
17089         * gst/videoscale/README:
17090           add testing examples
17091         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
17092         (gst_videoscale_chain):
17093         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17094         (gst_videoscale_get_size):
17095           add get_size function that handles stride like videotestsrc.
17096           fixes conversion for YUV formats for as much as I can test them.
17097
17098 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17099
17100         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17101         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17103         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17104         (gst_xvimagesink_xvimage_put):
17105           further cleanups, logging, error handling and synchronizing
17106
17107 2004-07-27  Wim Taymans  <wim@fluendo.com>
17108
17109         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17110         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17111         (gst_videomixer_pad_set_property),
17112         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17113         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17114         (gst_videomixer_class_init), (gst_videomixer_init),
17115         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
17116         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
17117         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
17118         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17119         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17120         (gst_videomixer_loop), (plugin_init):
17121         Be a nicer negotiation citizen and provide a getcaps function on
17122         the srcpad. This also fixes a crash when resizing.
17123
17124 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17125
17126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17127         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
17128
17129 2004-07-27  Wim Taymans  <wim@fluendo.com>
17130
17131         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
17132         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17133         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17134         (gst_pngenc_set_property):
17135         * ext/libpng/gstpngenc.h:
17136         Added snapshot property to pngenc.
17137         removed g_print from pngdec
17138
17139 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17140
17141         * gst/ac3parse/ac3parse.vcproj
17142         * gst/adder/adder.vcproj
17143         * gst/alpha/alpha.vcproj
17144         * gst/alpha/alphacolor.vcproj
17145         * gst/asfdemux/asf.vcproj
17146         * gst/audioconvert/audioconvert.vcproj
17147         * gst/audiorate/audiorate.vcproj
17148         * gst/audioscale/audioscale.vcproj
17149         * gst/auparse/auparse.vcproj
17150         * gst/avi/avi.vcproj
17151         * gst/cdxaparse/cdxaparse.vcproj
17152         * gst/chart/chart.vcproj
17153         * gst/colorspace/colorspace.vcproj
17154         * gst/cutter/cutter.vcproj
17155         * gst/debug/debug.vcproj
17156         * gst/debug/efence.vcproj
17157         * gst/debug/navigationtest.vcproj
17158         * gst/deinterlace/deinterlace.vcproj
17159         * gst/effectv/effectv.vcproj
17160         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17161         * gst/filter/filter.vcproj
17162         * gst/flx/flxdec.vcproj
17163         * gst/goom/goom.vcproj
17164         * gst/interleave/interleave.vcproj
17165         * gst/law/alaw.vcproj
17166         * gst/law/mulaw.vcproj
17167         * gst/matroska/matroska.vcproj
17168         * gst/median/median.vcproj
17169         * gst/mixmatrix/mixmatrix.vcproj
17170         * gst/mpeg1sys/mpeg1systemencode.vcproj
17171         * gst/mpeg1videoparse/mp1videoparse.vcproj
17172         * gst/mpeg2sub/mpeg2subt.vcproj
17173         * gst/mpegaudio/mpegaudio.vcproj
17174         * gst/mpegaudioparse/mpegaudioparse.vcproj
17175         * gst/mpegstream/mpegstream.vcproj
17176         * gst/multifilesink/multifilesink.vcproj
17177         * gst/multipart/multipart.vcproj
17178         * gst/oneton/oneton.vcproj
17179         * gst/overlay/overlay.vcproj
17180         * gst/passthrough/passthrough.vcproj
17181         * gst/qtdemux/qtdemux.vcproj
17182         * gst/realmedia/rmdemux.vcproj
17183         * gst/rtjpeg/rtjpeg.vcproj
17184         * gst/rtp/rtp.vcproj
17185         * gst/silence/silence.vcproj
17186         * gst/sine/sinesrc.vcproj
17187         * gst/smooth/smooth.vcproj
17188         * gst/smpte/smpte.vcproj
17189         * gst/spectrum/spectrum.vcproj
17190         * gst/speed/speed.vcproj
17191         * gst/stereo/stereo.vcproj
17192         * gst/switch/switch.vcproj
17193         * gst/tags/tagedit.vcproj
17194         * gst/tcp/tcp.vcproj
17195         * gst/typefind/typefindfunctions.vcproj
17196         * gst/udp/udp.vcproj
17197         * gst/videobox/videobox.vcproj
17198         * gst/videocrop/videocrop.vcproj
17199         * gst/videodrop/videodrop.vcproj
17200         * gst/videofilter/gamma.vcproj
17201         * gst/videofilter/videobalance.vcproj
17202         * gst/videofilter/videofilter.vcproj
17203         * gst/videofilter/videoflip.vcproj
17204         * gst/videoflip/videoflip.vcproj
17205         * gst/videomixer/videomixer.vcproj
17206         * gst/videorate/videorate.vcproj
17207         * gst/videoscale/videoscale.vcproj
17208         * gst/videotestsrc/videotestsrc.vcproj
17209         * gst/virtualdub/virtualdub.vcproj
17210         * gst/volenv/volenv.vcproj
17211         * gst/volume/volume.vcproj
17212         * gst/wavenc/wavenc.vcproj
17213         * gst/wavparse/wavparse.vcproj
17214         * gst/y4m/y4menc.vcproj
17215         * gst-libs/gst/audio/audio.vcproj
17216         * gst-libs/gst/audio/audiofilter.vcproj
17217         * gst-libs/gst/colorbalance/colorbalance.vcproj
17218         * gst-libs/gst/idct/idtc.vcproj
17219         * gst-libs/gst/media-info/media-info.vcproj
17220         * gst-libs/gst/mixer/mixer.vcproj
17221         * gst-libs/gst/navigation/navigation.vcproj
17222         * gst-libs/gst/play/play.vcproj
17223         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17224         * gst-libs/gst/resample/resample.vcproj
17225         * gst-libs/gst/riff/riff.vcproj
17226         * gst-libs/gst/tuner/tuner.vcproj
17227         * gst-libs/gst/video/video.vcproj
17228         * gst-libs/gst/xoverlay/xoverlay.vcproj
17229           avoid problems with math.h, fix release dependancy
17230           rename GStreamer-0.8.lib to libgstreamer.lib
17231
17232 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17233
17234         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17236         the atom is not available we have to unlock the mutex. Fixes #148023
17237
17238 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17239
17240         * gst-libs/gst/media-info/media-info.h:
17241           issue for a vararg macro with MSVC
17242
17243 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17244
17245         * gst/effectv/effectv.vcproj
17246         * gst-libs/gst/idct/idct.vcproj:
17247         * gst-libs/gst/media-info/media-info.vcproj:
17248         * gst-libs/gst/navigation/navigation.vcproj:
17249         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17250         * gst-libs/gst/video/video.vcproj:
17251         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17252           fixes for build problems
17253
17254 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17255
17256         * gst-libs/gst/audio/audio.def:
17257         * gst-libs/gst/audio/riff.def:
17258           add some definitions needed by plugins
17259
17260 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17261
17262         * gst/asfdemux/gstasfmux.c
17263           Fix some 64 bits constants to be glib friendly
17264
17265 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17266
17267         * gst/ac3parse/gstac3parse.c
17268         * gst/audioscale/gstaudioscale.c
17269         * gst/auparse/gstauparse.c
17270         * gst/colorspace/gstcolorspace.c
17271         * gst/colorspace/yuv2rgb.h
17272           local include fixes
17273
17274 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17275
17276         * win32/gst.sln
17277           add more plugins to the build
17278
17279 2004-07-26  Julien MOUTTE  <julien@moutte.net>
17280
17281         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17282         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17283
17284 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17285
17286         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17287         (gst_level_set_property), (gst_level_get_property),
17288         (gst_level_base_init), (gst_level_class_init):
17289           add debugging categories.  cleanups.
17290
17291 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17292
17293         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17294         (gst_videoscale_planar411), (gst_videoscale_planar400),
17295         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17296         (gst_videoscale_scale_nearest_str1),
17297         (gst_videoscale_scale_nearest_str2),
17298         (gst_videoscale_scale_nearest_str4),
17299         (gst_videoscale_scale_nearest_16bit),
17300         (gst_videoscale_scale_nearest_24bit):
17301           fixed stride issues
17302           tested with 320x240 -> 321, 322, 324 x240
17303           tested with YV12, I420, YUY2, UYVY
17304           fixed packed422rev (don't think it could have worked before)
17305           by testing with UYVY
17306
17307 2004-07-26  Benjamin Otte  <otte@gnome.org>
17308
17309         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17310         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17311         (plugin_init):
17312           add debugging category, add error checks like checking return values
17313           of setup calls, make sure it still works after
17314           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17315
17316 2004-07-26  Wim Taymans  <wim@fluendo.com>
17317
17318         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17319         (gst_mpeg_demux_get_audio_stream),
17320         (gst_mpeg_demux_process_private):
17321         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17322         Check for error codes from the negotiation functions. Make sure
17323         we really set the pad caps when a new pad is created.
17324
17325 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17326
17327         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17328         (gst_ffmpeg_caps_to_pix_fmt):
17329         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17330         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17331         (gst_ffmpegcolorspace_pad_link):
17332           don't make function do two things at the same time without reason.
17333
17334 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17335
17336         * gst/ac3parse/ac3parse.vcproj
17337         * gst/adder/adder.vcproj
17338         * gst/alpha/alpha.vcproj
17339         * gst/alpha/alphacolor.vcproj
17340         * gst/asfdemux/asf.vcproj
17341         * gst/audioconvert/audioconvert.vcproj
17342         * gst/audiorate/audiorate.vcproj
17343         * gst/audioscale/audioscale.vcproj
17344         * gst/auparse/auparse.vcproj
17345         * gst/avi/avi.vcproj
17346         * gst/cdxaparse/cdxaparse.vcproj
17347         * gst/chart/chart.vcproj
17348         * gst/colorspace/colorspace.vcproj
17349         * gst/cutter/cutter.vcproj
17350         * gst/debug/debug.vcproj
17351         * gst/debug/efence.vcproj
17352         * gst/debug/navigationtest.vcproj
17353         * gst/deinterlace/deinterlace.vcproj
17354         * gst/effectv/effectv.vcproj
17355         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17356         * gst/filter/filter.vcproj
17357         * gst/flx/flxdec.vcproj
17358         * gst/goom/goom.vcproj
17359         * gst/interleave/interleave.vcproj
17360         * gst/law/alaw.vcproj
17361         * gst/law/mulaw.vcproj
17362         * gst/matroska/matroska.vcproj
17363         * gst/median/median.vcproj
17364         * gst/mixmatrix/mixmatrix.vcproj
17365         * gst/mpeg1sys/mpeg1systemencode.vcproj
17366         * gst/mpeg1videoparse/mp1videoparse.vcproj
17367         * gst/mpeg2sub/mpeg2subt.vcproj
17368         * gst/mpegaudio/mpegaudio.vcproj
17369         * gst/mpegaudioparse/mpegaudioparse.vcproj
17370         * gst/mpegstream/mpegstream.vcproj
17371         * gst/multifilesink/multifilesink.vcproj
17372         * gst/multipart/multipart.vcproj
17373         * gst/oneton/oneton.vcproj
17374         * gst/overlay/overlay.vcproj
17375         * gst/passthrough/passthrough.vcproj
17376         * gst/qtdemux/qtdemux.vcproj
17377         * gst/realmedia/rmdemux.vcproj
17378         * gst/rtjpeg/rtjpeg.vcproj
17379         * gst/rtp/rtp.vcproj
17380         * gst/silence/silence.vcproj
17381         * gst/sine/sinesrc.vcproj
17382         * gst/smooth/smooth.vcproj
17383         * gst/smpte/smpte.vcproj
17384         * gst/spectrum/spectrum.vcproj
17385         * gst/speed/speed.vcproj
17386         * gst/stereo/stereo.vcproj
17387         * gst/switch/switch.vcproj
17388         * gst/tags/tagedit.vcproj
17389         * gst/tcp/tcp.vcproj
17390         * gst/typefind/typefindfunctions.vcproj
17391         * gst/udp/udp.vcproj
17392         * gst/videobox/videobox.vcproj
17393         * gst/videocrop/videocrop.vcproj
17394         * gst/videodrop/videodrop.vcproj
17395         * gst/videofilter/gamma.vcproj
17396         * gst/videofilter/videobalance.vcproj
17397         * gst/videofilter/videofilter.vcproj
17398         * gst/videofilter/videoflip.vcproj
17399         * gst/videoflip/videoflip.vcproj
17400         * gst/videomixer/videomixer.vcproj
17401         * gst/videorate/videorate.vcproj
17402         * gst/videoscale/videoscale.vcproj
17403         * gst/videotestsrc/videotestsrc.vcproj
17404         * gst/virtualdub/virtualdub.vcproj
17405         * gst/volenv/volenv.vcproj
17406         * gst/volume/volume.vcproj
17407         * gst/wavenc/wavenc.vcproj
17408         * gst/wavparse/wavparse.vcproj
17409         * gst/y4m/y4menc.vcproj
17410           more plugins supported under windows
17411
17412 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17413
17414         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17415         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17416         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17418         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17419           Add debugging statements.  Use the sizes as returned by the
17420           *CreateImage calls.
17421
17422 2004-07-26  Johan Dahlin  <johan@gnome.org>
17423
17424         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17425         the pad is negotiated.
17426
17427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17428
17429 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17430
17431         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17432         * gst-libs/gst/idct/idct.vcproj:
17433         * gst-libs/gst/media-info/media-info.vcproj:
17434         * gst-libs/gst/mixer/mixer.vcproj:
17435         * gst-libs/gst/navigation/navigation.vcproj:
17436         * gst-libs/gst/play/play.vcproj:
17437         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17438         * gst-libs/gst/resample/resample.vcproj:
17439         * gst-libs/gst/tuner/tuner.vcproj:
17440         * gst-libs/gst/video/video.vcproj:
17441         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17442           more plugins supported under windows
17443
17444 2004-07-25 Iain <iain@prettypeople.org>
17445
17446         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17447         pad now rather than when the pad is created because state changes wipe
17448         explicit caps (fixes #148043).
17449
17450 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
17451
17452         reviewed by Benjamin Otte  <otte@gnome.org>
17453
17454         * ext/mad/gstmad.c:
17455           fix mad plugin crashing on Sun (fixes #148289)
17456
17457 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17458
17459         * gst/avi/avi.def:
17460         * gst/avi/avi.vcproj:
17461         * gst/matroska/matroska.def:
17462         * gst/matroska/matroska.vcproj:
17463           remove unused .def files
17464
17465 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17466
17467         * gst-libs/gst/audio/gstaudiofilter.c:
17468           Clean the local include
17469
17470 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17471
17472         * win32/gst.sln:
17473         * gst-libs/gst/audio/audio.def:
17474         * gst-libs/gst/audio/audio.vcproj:
17475         * gst-libs/gst/audio/audiofilter.vcproj:
17476         * gst-libs/gst/audio/riff.def:
17477         * gst-libs/gst/audio/riff.vcproj:
17478         * gst-libs/gst/gst-libs.def:
17479         * gst-libs/gst/gst-libs.vcproj:
17480         * gst/avi/avi.vcproj:
17481         * gst/avi/avi.vcproj:
17482           Copy the files where needed after building, cleaner projects
17483
17484 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17485
17486         * gst/matroska/ebml-write.c:
17487           Fix some 64 bits constants to be glib friendly
17488
17489 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
17490
17491         * win32/gst.sln:
17492         * gst-libs/gst/gst-libs.def:
17493         * gst-libs/gst/gst-libs.vcproj:
17494         * gst/matroska/matroska.def:
17495         * gst/matroska/matroska.vcproj:
17496           Add the preliminary canvas to build plugins on Win32
17497
17498 2004-07-23  Benjamin Otte  <otte@gnome.org>
17499
17500         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17501           don't enfore negotiation from source side, it breaks
17502           sinesrc ! audioconvert ! osssink
17503
17504 2004-07-22  David Schleef  <ds@schleef.org>
17505
17506         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
17507         for ELF files, since they can easily be recognized as audio/mpeg.
17508         (bug #147441)
17509
17510 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17511
17512         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17513         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
17514         (gst_videoscale_scale_nearest_24bit),
17515         (gst_videoscale_scale_nearest_16bit):
17516           fix 16bit and 24bit for stride (24bit might need testing)
17517           don't pretend we do more than one algorithm
17518
17519 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17520
17521         * configure.ac:
17522         * gst/Makefile.am:
17523         * gst/multifilesink/Makefile.am:
17524         * gst/multifilesink/gstmultifilesink.c:
17525         (gst_multifilesink_get_formats),
17526         (gst_multifilesink_get_query_types), (_do_init),
17527         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
17528         (gst_multifilesink_init), (gst_multifilesink_dispose),
17529         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
17530         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
17531         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
17532         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
17533         (gst_multifilesink_chain), (gst_multifilesink_change_state),
17534         (gst_multifilesink_uri_get_type),
17535         (gst_multifilesink_uri_get_protocols),
17536         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
17537         (gst_multifilesink_uri_handler_init), (plugin_init):
17538         * gst/multifilesink/gstmultifilesink.h:
17539         * testsuite/Makefile.am:
17540         * testsuite/multifilesink/Makefile.am:
17541         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
17542         (gst_newmedia_class_init), (gst_newmedia_init),
17543         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17544         (newfile_signal), (test_signal), (main):
17545         multifilesink plugin for creating new files every time a new media
17546         discontinuity event occurs
17547
17548 2004-07-22  Wim Taymans  <wim@fluendo.com>
17549
17550         * gst/alpha/Makefile.am:
17551         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
17552         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
17553         (gst_alpha_color_init), (gst_alpha_color_set_property),
17554         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
17555         (transform), (gst_alpha_color_chain),
17556         (gst_alpha_color_change_state), (plugin_init):
17557         Stupid plugin to to RGBA to AYUV conversion because none of
17558         the colorspace plugins can handle that yet.
17559
17560 2004-07-22  Wim Taymans  <wim@fluendo.com>
17561
17562         * examples/seeking/seek.c: (update_scale), (main):
17563         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17564         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
17565         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
17566         (gst_decode_bin_init), (gst_decode_bin_dispose),
17567         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17568         (no_more_pads), (close_link), (type_found),
17569         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17570         (plugin_init):
17571         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17572         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17573         (gst_play_base_bin_dispose), (queue_overrun),
17574         (gen_preroll_element), (remove_prerolls), (unknown_type),
17575         (no_more_pads), (new_stream), (setup_source),
17576         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17577         (play_base_eos), (gst_play_base_bin_change_state),
17578         (gst_play_base_bin_add_element),
17579         (gst_play_base_bin_remove_element),
17580         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17581         (gst_play_base_bin_unlink_stream),
17582         (gst_play_base_bin_get_streaminfo):
17583         * gst/playback/gstplaybin.c: (gen_video_element),
17584         (gen_audio_element):
17585         * gst/playback/gststreaminfo.h:
17586         More playback updates, attempt to fix things after the state change
17587         breakage.
17588
17589 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17590
17591         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
17592         (gst_videoscale_scale_nearest_16bit):
17593           comment algorithm
17594
17595 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17596
17597         * gst/videotestsrc/gstvideotestsrc.c:
17598         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
17599         (gst_videotestsrc_init), (gst_videotestsrc_get),
17600         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
17601         (gst_videotestsrc_get_property):
17602         * gst/videotestsrc/gstvideotestsrc.h:
17603         * gst/videotestsrc/videotestsrc.c:
17604         * gst/videotestsrc/videotestsrc.h:
17605           cleanup and commenting
17606
17607 2004-07-21  Wim Taymans  <wim@fluendo.com>
17608
17609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
17610         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
17611         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
17612         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
17613         (_find_chain_get_unknown_part), (_find_streams_check),
17614         (gst_ogg_demux_push), (gst_ogg_pad_push):
17615         * ext/theora/theoradec.c: (theora_get_formats),
17616         (theora_dec_src_convert), (theora_dec_sink_convert),
17617         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17618         (theora_dec_chain):
17619         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17620         (vorbis_dec_convert), (vorbis_dec_src_query),
17621         (vorbis_dec_src_event), (vorbis_dec_event):
17622         More seeking fixes, oggdemux now supports seeking to time and
17623         uses the downstream element to convert granulepos to time.
17624         Seeking in theora-only ogg files now works.
17625
17626 2004-07-21  Wim Taymans  <wim@fluendo.com>
17627
17628         * ext/theora/theoradec.c: (gst_theora_dec_init),
17629         (theora_get_formats), (theora_get_event_masks),
17630         (theora_get_query_types), (theora_dec_src_convert),
17631         (theora_dec_sink_convert), (theora_dec_src_query),
17632         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
17633         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17634         (vorbis_get_event_masks), (vorbis_get_query_types),
17635         (gst_vorbis_dec_init), (vorbis_dec_convert),
17636         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
17637         Added query/convert/formats functions to vorbis and theora decoders
17638         so that the outside world can use them too. Fixed seeking on an
17639         ogg/theora/vorbis file by disabling the seeking seeking on the
17640         theora srcpad.
17641
17642 2004-07-21  Julien MOUTTE  <julien@moutte.net>
17643
17644         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17645         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
17646         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
17647         images creation for both elements. We don't create the image on caps
17648         nego or renego, we just destroy the internal one if present if it does
17649         not match the needs. The chain function takes care of creating a new
17650         image when needed.
17651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17652         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
17653         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17654         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
17655         the image format information. The buffer pool checks for the context
17656         image format and discard images with different formats.
17657         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
17658
17659 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17660
17661         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17662         (gst_ffmpegcolorspace_chain):
17663           no point in doing any chaining if the pad we want to push from
17664           isn't usable.
17665
17666 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17667
17668         * gst-libs/gst/riff/riff-media.c:
17669         (gst_riff_create_audio_caps_with_data):
17670           Fix double end-to-native symbol conversion (#148021).
17671
17672 2004-07-20  David Schleef  <ds@schleef.org>
17673
17674         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17675         Don't use an Atom that doesn't exist.
17676
17677 2004-07-20  Wim Taymans  <wim@fluendo.com>
17678
17679         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17680         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17681         (gst_multifdsink_client_remove),
17682         (gst_multifdsink_handle_client_write),
17683         (gst_multifdsink_queue_buffer):
17684         * gst/tcp/gstmultifdsink.h:
17685         More multifdsink stats. Avoid deadlock by releasing locks
17686         before sending out a signal.
17687
17688 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17689
17690         * po/LINGUAS:
17691         * po/hu.po:
17692           added Hungarian translation (Laszlo Dvornik)
17693
17694 2004-07-20  Wim Taymans  <wim@fluendo.com>
17695
17696         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17697         (gst_multifdsink_add), (gst_multifdsink_client_remove),
17698         (gst_multifdsink_handle_client_write),
17699         (gst_multifdsink_queue_buffer):
17700         * gst/tcp/gsttcp-marshal.list:
17701         Fixed the stupid marshal definition.
17702
17703 2004-07-20  Wim Taymans  <wim@fluendo.com>
17704
17705         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17706         (gst_multifdsink_init), (gst_multifdsink_add),
17707         (gst_multifdsink_client_remove),
17708         (gst_multifdsink_handle_client_write),
17709         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
17710         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
17711         (gst_multifdsink_init_send):
17712         * gst/tcp/gstmultifdsink.h:
17713         Added more stats, added timeout for a client, fixed some typos
17714         and added some comments.
17715
17716 2004-07-20  Wim Taymans  <wim@fluendo.com>
17717
17718         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17719         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17720         (gst_multifdsink_client_remove),
17721         (gst_multifdsink_handle_client_write):
17722         * gst/tcp/gstmultifdsink.h:
17723         * gst/tcp/gsttcp-marshal.list:
17724         Added get_stats method that returns a GValueArray of
17725         stats values.
17726
17727 2004-07-19  Benjamin Otte  <otte@gnome.org>
17728
17729         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
17730           make sure longname, description and author are valid UTF-8
17731
17732 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17733
17734         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
17735         (gst_ximagesink_set_property):
17736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
17737         (gst_xvimagesink_set_property):
17738           make sure SYNCHRONOUS is respected after getting the X context
17739
17740 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17741
17742         * gst/matroska/matroska-demux.c:
17743         (gst_matroska_demux_handle_src_event),
17744         (gst_matroska_demux_parse_blockgroup):
17745         * gst/matroska/matroska-ids.h:
17746           add BlockReference tag and ignore it to clear out log.
17747           ignore NAVIGATION events to clear out log.
17748
17749 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17750
17751         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
17752         (gst_matroska_demux_add_stream):
17753         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
17754           add debug categories
17755
17756 2004-07-16  Wim Taymans  <wim@fluendo.com>
17757
17758         * ext/libpng/Makefile.am:
17759         * ext/libpng/gstpng.c: (plugin_init):
17760         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
17761         (gst_pngdec_get_type), (gst_pngdec_base_init),
17762         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
17763         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
17764         * ext/libpng/gstpngdec.h:
17765         Added png decoder.
17766
17767 2004-07-16  Julien MOUTTE  <julien@moutte.net>
17768
17769         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
17770         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
17771         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
17772         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
17773         (gst_ximagesink_buffer_alloc):
17774         * sys/ximage/ximagesink.h:
17775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17776         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17777         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
17778         (gst_xvimagesink_buffer_alloc):
17779         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
17780         again. Using internal data pointer of the x(v)image to store image's
17781         data to be coherent with the buffer alloc mechanism. Investigated the
17782         image destruction code to be sure that everything gets freed correctly.
17783
17784 2004-07-16  Wim Taymans  <wim@fluendo.com>
17785
17786         * gst-libs/gst/riff/riff-read.c:
17787         (gst_riff_read_strf_vids_with_data),
17788         (gst_riff_read_strf_auds_with_data):
17789         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17790         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
17791         Make sure we don't create 0 sized subbuffers in riff-read.
17792         Signal the no more pads signal after reading the avi header.
17793
17794 2004-07-16  Wim Taymans  <wim@fluendo.com>
17795
17796         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17797         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
17798         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
17799         (gst_decode_bin_init), (gst_decode_bin_dispose),
17800         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17801         (no_more_pads), (close_link), (type_found),
17802         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17803         (gst_decode_bin_change_state), (plugin_init):
17804         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17805         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17806         (gst_play_base_bin_dispose), (queue_overrun),
17807         (gen_preroll_element), (remove_prerolls), (unknown_type),
17808         (no_more_pads), (new_stream), (setup_source),
17809         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17810         (play_base_eos), (gst_play_base_bin_change_state),
17811         (gst_play_base_bin_add_element),
17812         (gst_play_base_bin_remove_element),
17813         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17814         (gst_play_base_bin_unlink_stream),
17815         (gst_play_base_bin_get_streaminfo):
17816         * gst/playback/gstplaybasebin.h:
17817         Better error recovery. Added configurable preroll queue size. Faster
17818         detection of no-more-pads.
17819
17820 2004-07-16  Wim Taymans  <wim@fluendo.com>
17821
17822         * gst-libs/gst/video/video.h:
17823         Added 32 bits RGBA. Not sure if we should use another mime-type
17824         for alpha rgb. Currently the presence of the alpha_mask property
17825         signals an alpha channel.
17826
17827 2004-07-16  Wim Taymans  <wim@fluendo.com>
17828
17829         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17831         FPS seems to be 0.0 to MAX everywhere else.
17832
17833 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17834
17835         * gst-libs/gst/riff/riff-media.c:
17836         (gst_riff_create_video_caps_with_data):
17837           mp42/mp43 (no caps) exist too.
17838         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
17839           Set pixel_width/height; we've got them in-caps.
17840         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17841         * gst/wavparse/gstwavparse.c: (plugin_init):
17842           Both are valid primary.
17843         * sys/oss/gstossmixer.c:
17844           Remove i18n hack and enable translations.
17845
17846 2004-07-15  Benjamin Otte  <otte@gnome.org>
17847
17848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17849         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
17850           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
17851
17852 2004-07-15  Benjamin Otte  <otte@gnome.org>
17853
17854         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17855         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
17856         (gst_alsa_close_audio):
17857           disable some of the debugging code for now. Writing debugging to a
17858           buffer is broken in current alsalib releases.
17859
17860 2004-07-12  Benjamin Otte  <otte@gnome.org>
17861
17862         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
17863           use bufferpools
17864
17865 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17866
17867         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17868         (theora_dec_src_query), (theora_dec_event):
17869         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
17870           add debugging categories.  Remove \n's.
17871
17872 2004-07-13  Johan Dahlin  <johan@gnome.org>
17873
17874         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
17875         (gst_play_bin_get_property): Impl.
17876
17877 2004-07-13  Wim Taymans  <wim@fluendo.com>
17878
17879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
17880         When trying to find the stream length, seek back N pages
17881         instead of just one, where N is the number of streams in
17882         the current chain.
17883
17884 2004-07-13  Wim Taymans  <wim@fluendo.com>
17885
17886         * gst-libs/gst/riff/riff-media.c:
17887         (gst_riff_create_audio_caps_with_data),
17888         (gst_riff_create_audio_caps),
17889         (gst_riff_create_audio_template_caps):
17890         * gst-libs/gst/riff/riff-media.h:
17891         * gst-libs/gst/riff/riff-read.c:
17892         (gst_riff_read_strf_vids_with_data),
17893         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
17894         * gst-libs/gst/riff/riff-read.h:
17895         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17896         (gst_avi_demux_add_stream):
17897         Set codec_data on caps for avidemuxer.
17898
17899 2004-07-12  David Schleef  <ds@schleef.org>
17900
17901         * configure.ac: Fix test for Objective C
17902
17903 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
17904         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17905         (gst_gdk_pixbuf_chain):
17906           Add svg and pcx to template caps, and ensure that getcaps returns a
17907           subset of the template caps.
17908           Copy each row manually for output, as gdkpixbuf may pad the
17909           rowstride to a 32-bit word boundary.
17910
17911 2004-07-12  Wim Taymans  <wim@fluendo.com>
17912
17913         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
17914         (gst_riff_create_video_template_caps):
17915         Fix the template caps to include some more media types.
17916
17917 2004-07-12  Wim Taymans  <wim@fluendo.com>
17918
17919         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17920         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17921         (compare_ranks), (print_feature), (gst_decode_bin_init),
17922         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17923         (try_to_link_1), (new_pad), (close_link), (type_found),
17924         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17925         (gst_decode_bin_change_state), (plugin_init):
17926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17927         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17928         (gst_play_base_bin_dispose), (queue_overrun),
17929         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17930         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17931         (gst_play_base_bin_get_property), (play_base_eos),
17932         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17933         (gst_play_base_bin_remove_element),
17934         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17935         (gst_play_base_bin_unlink_stream),
17936         (gst_play_base_bin_get_streaminfo):
17937         * gst/playback/gstplaybasebin.h:
17938         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17939         (gst_play_bin_class_init), (gst_play_bin_init),
17940         (gst_play_bin_dispose), (gst_play_bin_set_property),
17941         (gst_play_bin_get_property), (gen_video_element),
17942         (gen_audio_element), (remove_sinks), (setup_sinks),
17943         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17944         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17945         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17946         (gst_play_bin_query), (plugin_init):
17947         * gst/playback/test4.c: (main):
17948         More fixes on reusing of the element.
17949
17950 2004-07-11  Benjamin Otte  <otte@gnome.org>
17951
17952         * ext/mad/gstmad.c: (normal_seek):
17953           allow seeking for other methods than just SET
17954
17955 2004-07-11  Andy Wingo  <wingo@pobox.com>
17956
17957         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
17958         float, "any" caps -> buffer_frames=[0,MAX].
17959
17960         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
17961         doesn't intersect our caps with the template any more. Do it
17962         ourselves.
17963         (interleave_buffered_loop): Use g_newa instead of malloc/free.
17964
17965 2004-07-09  Wim Taymans  <wim@fluendo.com>
17966
17967         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17968         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17969         (compare_ranks), (print_feature), (gst_decode_bin_init),
17970         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17971         (try_to_link_1), (new_pad), (close_link), (type_found),
17972         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17973         (gst_decode_bin_change_state), (plugin_init):
17974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17975         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17976         (gst_play_base_bin_dispose), (queue_overrun),
17977         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17978         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17979         (gst_play_base_bin_get_property), (play_base_eos),
17980         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17981         (gst_play_base_bin_remove_element),
17982         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17983         (gst_play_base_bin_unlink_stream),
17984         (gst_play_base_bin_get_streaminfo):
17985         * gst/playback/gstplaybasebin.h:
17986         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17987         (gst_play_bin_class_init), (gst_play_bin_init),
17988         (gst_play_bin_dispose), (gst_play_bin_set_property),
17989         (gst_play_bin_get_property), (gen_video_element),
17990         (gen_audio_element), (remove_sinks), (setup_sinks),
17991         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17992         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17993         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17994         (gst_play_bin_query), (plugin_init):
17995         * gst/playback/test4.c: (main):
17996         Work on object reuse and seeking.
17997
17998 2004-07-09  Wim Taymans  <wim@fluendo.com>
17999
18000         * examples/seeking/seek.c: (iterate):
18001         Don't consume all CPU in the idle loop.
18002
18003 2004-07-09  Wim Taymans  <wim@fluendo.com>
18004
18005         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
18006         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
18007         Add pad to element *after* setting the pad functions so that
18008         the scheduler can use the correct ones.
18009
18010 2004-07-09  Wim Taymans  <wim@fluendo.com>
18011
18012         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18013         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
18014         Sync to keyframe after seek
18015
18016 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18017
18018         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18019         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18020         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
18021         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
18022         * ext/libvisual/visual.c: (gst_visual_change_state):
18023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
18024         * ext/theora/theoradec.c: (theora_dec_change_state):
18025         * ext/theora/theoraenc.c: (theora_enc_change_state):
18026         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
18027         * gst-libs/gst/navigation/navigation.c:
18028         * gst/adder/gstadder.c: (gst_adder_change_state):
18029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18030         (gst_audio_convert_get_buffer):
18031         * gst/multipart/multipartdemux.c:
18032         (gst_multipart_demux_change_state):
18033         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
18034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18035         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18036         * gst/videoscale/gstvideoscale.c:
18037         (gst_videoscale_handle_src_event):
18038         * gst/volume/gstvolume.c: (volume_chain_int16):
18039           don't assert in state change, this should be done by the base
18040           GstElement class.
18041           various debugging fixes.
18042
18043 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18044
18045         * configure.ac:
18046         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18047         (gst_play_dispose), (gst_play_set_location),
18048         (gst_play_set_data_src), (gst_play_set_video_sink),
18049         (gst_play_set_audio_sink), (gst_play_set_visualization),
18050         (gst_play_connect_visualization), (gst_play_get_sink_element),
18051         (gst_play_get_all_by_interface):
18052         * gst-libs/gst/play/play.h:
18053           add new method to get elements implementing an interface.
18054           add various error logging
18055
18056 2004-07-08  Wim Taymans  <wim@fluendo.com>
18057
18058         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
18059         (make_mpeg_pipeline), (make_mpegnt_pipeline),
18060         (make_playerbin_pipeline), (query_durations_elems),
18061         (query_durations_pads), (query_positions_elems),
18062         (query_positions_pads), (update_scale), (iterate), (stop_seek),
18063         (main):
18064         Added playbin seeking example.
18065
18066 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18067
18068         * gst-libs/gst/play/play.c: (gst_play_set_location),
18069         (gst_play_set_data_src), (gst_play_set_video_sink),
18070         (gst_play_set_audio_sink), (gst_play_set_visualization),
18071         (gst_play_connect_visualization), (gst_play_get_framerate):
18072           use a macro to look up elements from hash table
18073
18074 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18075
18076         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18077         (gst_play_get_length_callback), (gst_play_set_location),
18078         (gst_play_seek_to_time), (gst_play_set_data_src),
18079         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18080         (gst_play_set_visualization), (gst_play_connect_visualization),
18081         (gst_play_get_sink_element):
18082         - add debugging info
18083         - fix looking up sink elements by iterating over complete caps
18084         - put everything except for source and autoplugger in a complete bin
18085
18086 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18087
18088         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
18089         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
18090         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
18091         (gst_alsa_sink_write), (gst_alsa_sink_loop):
18092         * ext/alsa/gstalsasink.h:
18093         - add debugging info
18094         - clean up schizophrenia of data/buffer/event
18095         - fix double event unref error
18096
18097 2004-07-08  Wim Taymans  <wim@fluendo.com>
18098
18099         * gst/playback/Makefile.am:
18100         Add headers to noinst
18101
18102 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18103
18104         * tools/gst-launch-ext-m.m:
18105         * tools/gst-launch-ext.1.in:
18106           convert to the third millenium
18107
18108 2004-07-07  David Schleef  <ds@schleef.org>
18109
18110         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
18111
18112 2004-07-07  Wim Taymans  <wim@fluendo.com>
18113
18114         * gst/playback/Makefile.am:
18115         * gst/playback/README:
18116         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18117         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18118         (compare_ranks), (print_feature), (gst_decode_bin_init),
18119         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18120         (try_to_link_1), (new_pad), (close_link), (type_found),
18121         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18122         (plugin_init):
18123         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18124         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18125         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
18126         (gen_preroll_element), (no_more_pads), (new_stream),
18127         (setup_source), (gst_play_base_bin_set_property),
18128         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
18129         (gst_play_base_bin_add_element),
18130         (gst_play_base_bin_remove_element),
18131         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18132         (gst_play_base_bin_unlink_stream),
18133         (gst_play_base_bin_get_streaminfo):
18134         * gst/playback/gstplaybasebin.h:
18135         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18136         (gst_play_bin_class_init), (gst_play_bin_init),
18137         (gst_play_bin_dispose), (gst_play_bin_set_property),
18138         (gst_play_bin_get_property), (gen_video_element),
18139         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
18140         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18141         (gst_play_bin_get_formats), (gst_play_bin_convert),
18142         (gst_play_bin_get_query_types), (gst_play_bin_query),
18143         (plugin_init):
18144         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18145         (gst_stream_info_get_type), (gst_stream_info_class_init),
18146         (gst_stream_info_init), (gst_stream_info_new),
18147         (gst_stream_info_dispose), (gst_stream_info_set_property),
18148         (gst_stream_info_get_property):
18149         * gst/playback/gststreaminfo.h:
18150         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18151         (main):
18152         * gst/playback/test2.c: (main):
18153         * gst/playback/test3.c: (update_scale), (main):
18154         More playbin fixes. Added README. Do better element filtering.
18155         Added base class to preroll media. Added test apps.
18156
18157 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18158
18159         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
18160         * ext/mpeg2dec/gstmpeg2dec.h:
18161           various debugging improvements.  Reset stream to next picture
18162           instead of sequence header, otherwise seeks cannot work.
18163
18164 2004-07-07  Wim Taymans  <wim@fluendo.com>
18165
18166         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18167         (gst_video_box_class_init), (gst_video_box_set_property),
18168         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
18169         Use pad_alloc where possible.
18170
18171 2004-07-07  Wim Taymans  <wim@fluendo.com>
18172
18173         * sys/oss/gstosselement.c: (gst_osselement_reset),
18174         (gst_osselement_parse_caps):
18175         * sys/oss/gstosselement.h:
18176         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18177         Fix offset on osssrc.
18178
18179 2004-07-07  Wim Taymans  <wim@fluendo.com>
18180
18181         * ext/theora/theora.c: (plugin_init):
18182         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18183         (theora_dec_src_query), (theora_dec_chain):
18184         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18185         (theora_enc_sink_link), (theora_buffer_from_packet),
18186         (theora_push_packet), (theora_enc_chain):
18187         Fix theora granulepos calculation.
18188         Fix overflow in duration/position calculation.
18189         Bump rank to PRIMARY for theoradec.
18190         Use granulepos of last packet to calculate position.
18191         Set keyframe flag on buffers when needed.
18192
18193 2004-07-06  David Schleef  <ds@schleef.org>
18194
18195         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
18196         serious?  (Fixed, obviously.)
18197
18198 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18199
18200         * po/LINGUAS:
18201         * po/cs.po:
18202           added Czech translation (Miloslav Trmac)
18203
18204 2004-07-05  Wim Taymans  <wim@fluendo.com>
18205
18206         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18207         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18208         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18209         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18210         (close_link), (type_found), (gst_decode_bin_set_property),
18211         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18212         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18213         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18214         (gst_decode_bin_query), (plugin_init):
18215         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18216         (gst_play_bin_class_init), (gst_play_bin_init),
18217         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18218         (get_video_element), (new_pad), (setup_source),
18219         (gst_play_bin_set_property), (gst_play_bin_get_property),
18220         (gst_play_bin_change_state), (gst_play_bin_add_element),
18221         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18222         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18223         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18224         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18225         * gst/playback/test.c: (main):
18226         More fixes, cleaned up playbin, make it use decodebin. Added
18227         threaded property to playbin.
18228
18229 2004-07-05  Wim Taymans  <wim@fluendo.com>
18230
18231         * configure.ac:
18232         * gst/playback/Makefile.am:
18233         * gst/playback/decodetest.c: (main):
18234         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18235         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18236         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18237         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18238         (close_link), (type_found), (gst_decode_bin_set_property),
18239         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18240         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18241         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18242         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18243         (plugin_init):
18244         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18245         (gst_play_bin_class_init), (gst_play_bin_init),
18246         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18247         (collect_sink_pads), (find_compatibles), (close_pad_link),
18248         (try_to_link_1), (new_pad), (close_link), (type_found),
18249         (setup_source), (gst_play_bin_set_property),
18250         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18251         (compare_ranks), (gst_play_bin_collect_factories),
18252         (gst_play_bin_change_state), (gst_play_bin_add_element),
18253         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18254         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18255         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18256         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18257         * gst/playback/test.c: (main):
18258         Added some playback helper elements and some test apps, very alpha
18259         still.
18260
18261 2004-07-04  Benjamin Otte  <otte@gnome.org>
18262
18263         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18264           only restart audio when we indeed have an xrun to fix repeated
18265           xruns. Fix suggested by Giuliano Pochini.
18266
18267 2004-07-03  David Schleef  <ds@schleef.org>
18268
18269         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18270         call to gst_debug_log() if debugging is disabled (bug #145118)
18271
18272 2004-07-03  Benjamin Otte  <otte@gnome.org>
18273
18274         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18275           use our own functions for restarting the alsa device.
18276         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18277           I should apply patches myself - use MIN for the third argument, not
18278           the second, this fixes seeking
18279
18280 2004-07-02  David Schleef  <ds@schleef.org>
18281
18282         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18283         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
18284         do with the logic.
18285
18286 2004-07-02  David Schleef  <ds@schleef.org>
18287
18288         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
18289         output buffers.  Fix logic mistake.  (bug #144866)
18290
18291 2004-07-02  David Schleef  <ds@schleef.org>
18292
18293         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18294         on X.  (bug #144753)
18295
18296 2004-07-02  David Schleef  <ds@schleef.org>
18297
18298         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18299         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18300         (bug #144624)
18301         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18302         (gst_osselement_rate_probe_check): Add another workaround for
18303         buggy drivers (bug #145336)
18304
18305 2004-07-02  David Schleef  <ds@schleef.org>
18306
18307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18308         Most systems don't have MSG_NOSIGNAL.
18309
18310 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18311
18312         * Makefile.am:
18313         * gst-libs/gst/colorbalance/Makefile.am:
18314         * gst-libs/gst/mixer/Makefile.am:
18315         * gst-libs/gst/play/Makefile.am:
18316         * gst-libs/gst/tuner/Makefile.am:
18317           (hopefully) fix both install and dist and make error message useful.
18318           needs testing across automakes.
18319
18320 2004-07-02  Benjamin Otte  <otte@gnome.org>
18321
18322         * ext/ogg/gstogg.c: (plugin_init):
18323           we require bytestream now
18324         * ext/ogg/gstoggdemux.c:
18325           huge diff to implement chain setup in a fast and generic way. This
18326           improves tag reading and startup of huge files (read: Theora videos)
18327           quite a bit. It probably contains bugs, too, so please test.
18328           Seeking is not improved to the fast method.
18329
18330 2004-06-29  Wim Taymans  <wim@fluendo.com>
18331
18332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18333         * ext/ogg/gstoggmux.c:
18334         Fix memleak in oggdemux when running unconnected pads.
18335         doc update in mux, start working on keyframe mode.
18336
18337 2004-06-29  Benjamin Otte  <otte@gnome.org>
18338
18339         * sys/oss/gstosssink.c:
18340         * sys/oss/gstosssrc.c:
18341           advertise correct template caps - we indeed do non-native endianness
18342           and 8bit audio has no endianness
18343         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18345           avoid (wrong) duplications in getcaps function and return
18346           template caps
18347
18348 2004-06-29  Wim Taymans  <wim@fluendo.com>
18349
18350         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18351         (gst_multifdsink_class_init), (gst_multifdsink_add),
18352         (gst_multifdsink_remove), (gst_multifdsink_clear),
18353         (gst_multifdsink_client_remove),
18354         (gst_multifdsink_handle_client_read),
18355         (gst_multifdsink_client_queue_data),
18356         (gst_multifdsink_client_queue_caps),
18357         (gst_multifdsink_client_queue_buffer),
18358         (gst_multifdsink_handle_client_write),
18359         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18360         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18361         (gst_multifdsink_init_send), (gst_multifdsink_close):
18362         Fix wrong GList iteration that could crash the server when
18363         more then 2 clients disconnect at the same time. Read all the
18364         pending commands in one batch to recover from command storms under
18365         very heavy load.
18366
18367 2004-06-28  Wim Taymans  <wim@fluendo.com>
18368
18369         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18370         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18371         (gst_videomixer_pad_set_property),
18372         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18373         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18374         (gst_videomixer_class_init), (gst_videomixer_init),
18375         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18376         (pad_zorder_compare), (gst_videomixer_sort_pads),
18377         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18378         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18379         (gst_videomixer_update_queues), (gst_videomixer_loop),
18380         (plugin_init):
18381         Avoid divide by zero, choose masterpad as the pad with the highest
18382         framerate.
18383
18384 2004-06-27  Julien Moutte  <julien@moutte.net>
18385
18386         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18387         (gst_ximagesink_xwindow_new):
18388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18389         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18390         function directly. We might want to call it from somewhere else one day.
18391
18392 2004-06-27  Julien Moutte  <julien@moutte.net>
18393
18394         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18395         (gst_ximagesink_xwindow_new):
18396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18397         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18398         window decorations.
18399
18400 2004-06-27  Wim Taymans  <wim@fluendo.com>
18401
18402         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18403         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18404         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18405         (gst_dvdec_set_property), (gst_dvdec_get_property):
18406         * ext/dv/gstdvdec.h:
18407         Implement drop_factor property to lower the framerate with
18408         a factor.
18409
18410 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18411
18412         * gst-libs/gst/colorbalance/Makefile.am:
18413         * gst-libs/gst/mixer/Makefile.am:
18414         * gst-libs/gst/play/Makefile.am:
18415         * gst-libs/gst/tuner/Makefile.am:
18416           unbreak Company's fix that didn't install the -enum.h files
18417
18418 2004-06-27  Wim Taymans  <wim@fluendo.com>
18419
18420         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18421         (gst_dvdec_change_state):
18422         * ext/dv/gstdvdec.h:
18423         Fix timestamp, duration and offset of the buffers.
18424
18425 2004-06-27  Wim Taymans  <wim@fluendo.com>
18426
18427         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18428         (gst_multifdsink_class_init), (gst_multifdsink_add),
18429         (gst_multifdsink_remove), (gst_multifdsink_clear),
18430         (gst_multifdsink_client_remove),
18431         (gst_multifdsink_handle_client_read),
18432         (gst_multifdsink_client_queue_data),
18433         (gst_multifdsink_client_queue_caps),
18434         (gst_multifdsink_client_queue_buffer),
18435         (gst_multifdsink_handle_client_write),
18436         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18437         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18438         (gst_multifdsink_init_send), (gst_multifdsink_close):
18439         * gst/tcp/gstmultifdsink.h:
18440         * gst/tcp/gsttcpserversink.c:
18441         (gst_tcpserversink_handle_server_read),
18442         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18443         More multifdsink fixes, more recovery policy fixes.
18444         Removed stupid g_print
18445
18446 2004-06-26  Wim Taymans  <wim@fluendo.com>
18447
18448         * gst/tcp/Makefile.am:
18449         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18450         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18451         (gst_multifdsink_class_init), (gst_multifdsink_init),
18452         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18453         (gst_multifdsink_handle_client_read),
18454         (gst_multifdsink_client_queue_data),
18455         (gst_multifdsink_client_queue_caps),
18456         (gst_multifdsink_client_queue_buffer),
18457         (gst_multifdsink_handle_client_write),
18458         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18459         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18460         (gst_multifdsink_chain), (gst_multifdsink_set_property),
18461         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18462         (gst_multifdsink_close), (gst_multifdsink_change_state):
18463         * gst/tcp/gstmultifdsink.h:
18464         * gst/tcp/gsttcpplugin.c: (plugin_init):
18465         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18466         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18467         (gst_tcpserversink_handle_server_read),
18468         (gst_tcpserversink_handle_select),
18469         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18470         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18471         * gst/tcp/gsttcpserversink.h:
18472         Added multifdsink, made tcpserversink a subclass of fdsink, removed
18473         one of the locks, added recovery policy to multifdsink.
18474
18475 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18476
18477         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18478           fix decision for when getting frames with same timestamp
18479         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18480         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18481         (gst_v4lsrc_get_property):
18482         * sys/v4l/gstv4lsrc.h:
18483           add latency offset property
18484
18485 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18486
18487         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18488         (plugin_init):
18489           fix debugging. add category.
18490
18491 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18492
18493         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18494           fix wrong offsets
18495
18496 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18497
18498         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18499         (gst_alsa_src_get_time), (gst_alsa_src_loop),
18500         (gst_alsa_src_change_state):
18501           return a time that is in sync with the element's processing
18502
18503 2004-06-25  Wim Taymans  <wim@fluendo.com>
18504
18505         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18506         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18507         (gst_tcpserversink_client_remove),
18508         (gst_tcpserversink_handle_client_read),
18509         (gst_tcpserversink_client_queue_data),
18510         (gst_tcpserversink_client_queue_caps),
18511         (gst_tcpserversink_client_queue_buffer),
18512         (gst_tcpserversink_handle_client_write),
18513         (gst_tcpserversink_queue_buffer),
18514         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
18515         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
18516         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
18517         (gst_tcpserversink_close):
18518         * gst/tcp/gsttcpserversink.h:
18519         Serversink rewrite. Really do non blocking writes to clients and
18520         maintain an internal queue to handle slower clients while not
18521         disturbing fast clients.
18522
18523 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18524
18525         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18526           better debug, don't override OFFSET and OFFSET_END
18527
18528 2004-06-25  Iain <iain@prettypeople.org>
18529
18530         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
18531         name=source for the wavparse pipeline.
18532
18533 2004-06-24  Johan Dahlin  <johan@gnome.org>
18534
18535         * ext/theora/theoraenc.c (theora_enc_chain): Call
18536         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
18537         streamheader caps are set correctly.
18538
18539 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18540
18541         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18542         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
18543           respect minimum bitrate; same could be done for max bitrate
18544
18545 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18546
18547         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18548         (gst_vorbisenc_setup):
18549           fix sample rate range
18550
18551 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18552
18553         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
18554         (gst_oggvorbisenc_setup):
18555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18556         (gst_vorbisenc_setup):
18557           resolve ambiguities in code and description
18558
18559 2004-06-24  Wim Taymans  <wim@fluendo.com>
18560
18561         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
18562         * ext/alsa/gstalsa.h:
18563         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18564         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
18565         Use alsa trigger_tstamp to get the timestamp of the first
18566         sample in the buffer for more precise sync. Some cleanups.
18567
18568 2004-06-24  Wim Taymans  <wim@fluendo.com>
18569
18570         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
18571         (gst_audiorate_init), (gst_audiorate_chain),
18572         (gst_audiorate_set_property), (gst_audiorate_get_property):
18573         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18574         (gst_videorate_chain):
18575         Added some logging, fixed an overflow bug in videorate.
18576
18577 2004-06-24  Benjamin Otte  <otte@gnome.org>
18578
18579         * ext/kio/Makefile.am:
18580           fix for builddir != srcdir and distcheck
18581
18582 2004-06-24  Benjamin Otte  <otte@gnome.org>
18583
18584         * gst-libs/gst/colorbalance/Makefile.am:
18585         * gst-libs/gst/mixer/Makefile.am:
18586         * gst-libs/gst/play/Makefile.am:
18587         * gst-libs/gst/tuner/Makefile.am:
18588         * gst/tcp/Makefile.am:
18589         * sys/dxr3/Makefile.am:
18590           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
18591           tarball.
18592           Also add all *.list files that were missing.
18593         * Makefile.am:
18594           add a distcheck hook to ensure the above doesn't happen again.
18595
18596 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
18597
18598         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
18599
18600 2004-06-23  Colin Walters  <walters@redhat.com>
18601
18602         * m4/Makefile.am: Distribute gst-fionread.m4.
18603
18604 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18605
18606         * configure.ac: back to dev
18607
18608 2004-06-23  Wim Taymans  <wim@fluendo.com>
18609
18610         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18611         (gst_alsa_xrun_recovery):
18612         * ext/alsa/gstalsa.h:
18613         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18614         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
18615         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18616         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
18617         (gst_alsa_src_loop):
18618         Add clock to alsasrc. Take new capture timestamp when
18619         restarting after an overrun. Split up some functions between
18620         alsasrc and alsasink.
18621
18622 === release 0.8.2 ===
18623
18624 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18625
18626         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
18627         (gst_alsa_change_state), (gst_alsa_update_avail),
18628         (gst_alsa_xrun_recovery):
18629         * ext/alsa/gstalsa.h:
18630         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18631           merge back changes from release
18632
18633 2004-06-23  Wim Taymans  <wim@fluendo.com>
18634
18635         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
18636         (gst_audiorate_init), (gst_audiorate_chain),
18637         (gst_audiorate_set_property), (gst_audiorate_get_property):
18638         Implement sample dropping and notify
18639
18640 2004-06-22  Wim Taymans  <wim@fluendo.com>
18641
18642         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18643         (theora_enc_sink_link), (theora_buffer_from_packet),
18644         (theora_push_packet), (theora_enc_chain):
18645         Some cleanups, make sure the timestamps are correct.
18646
18647 2004-06-22  Wim Taymans  <wim@fluendo.com>
18648
18649         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
18650         (gst_alsa_change_state), (gst_alsa_update_avail),
18651         (gst_alsa_xrun_recovery):
18652         * ext/alsa/gstalsa.h:
18653         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18654         Cleanups, take queued samples into account when reporting
18655         the time.
18656
18657 2004-06-22  Wim Taymans  <wim@fluendo.com>
18658
18659         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18660         (gst_videorate_init):
18661         Initialize the property as well.
18662
18663 2004-06-22  Wim Taymans  <wim@fluendo.com>
18664
18665         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18666         (gst_videorate_init), (gst_videorate_chain),
18667         (gst_videorate_set_property), (gst_videorate_get_property):
18668         Add property to make videorate silent.
18669         Add property to prefer new frames over old ones.
18670
18671 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18672
18673         * sys/osxvideo/Makefile.am:
18674         Workaround so that the osxvideo .so file gets linked with the
18675         Cocoa, OpenGL and QuickTime frameworks
18676
18677 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18678
18679         * sys/osxaudio/Makefile.am:
18680         Workaround so that the osxaudio .so file gets linked with the
18681         CoreAudio framework
18682
18683 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18684
18685         * configure.ac:
18686         Whoops, my fault...fixed build issues
18687
18688 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18689
18690         * configure.ac:
18691         Add objective-c support if running in Darwin/Mac OS X
18692         * sys/Makefile.am:
18693         * sys/osxvideo:
18694         * sys/osxvideo/Makefile.am:
18695         * sys/osxvideo/osxvideosink.h:
18696         * sys/osxvideo/osxvideosink.m:
18697         * sys/osxvideo/cocoawindow.h:
18698         * sys/osxvideo/cocoawindow.m:
18699         Add osxvideosink, a cocoa-based osx video sink
18700
18701
18702 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
18703         * ext/dvdnav/gst-dvd:
18704         Grab the gconf key from the right spot
18705         * gst/debug/gstnavseek.c: (gst_navseek_init),
18706         (gst_navseek_segseek), (gst_navseek_handle_src_event),
18707         (gst_navseek_chain):
18708         * gst/debug/gstnavseek.h:
18709           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
18710           and loop parameters of a segment seek.
18711         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18712         (gst_videotestsrc_get_event_masks),
18713         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
18714         * gst/videotestsrc/gstvideotestsrc.h:
18715           Add seeking support to videotestsrc
18716           Initialise the timestamp_offset variable.
18717
18718 2004-06-18  Wim Taymans  <wim@fluendo.com>
18719
18720         * ext/sidplay/gstsiddec.cc:
18721         Fix negotiation and set correct end offset.
18722
18723 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18724
18725         * configure.ac: branch and prerelease
18726
18727 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18728
18729         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
18730         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
18731         (gst_tcpclientsrc_init_receive):
18732         * gst/tcp/gsttcpclientsrc.h:
18733           read caps when connecting to server for GDP so we set them correctly
18734
18735 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18736
18737         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18738           notify drops and duplicates
18739         * gst/videoscale/videoscale.c: (videoscale_get_structure):
18740           no good reason to limit ourselves to 100x100
18741
18742 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18743
18744         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18745         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
18746         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18747         (gst_v4lsrc_get_property):
18748         * sys/v4l/gstv4lsrc.h:
18749         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18750         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
18751         (gst_v4l_set_audio):
18752         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
18753         (gst_v4lsrc_try_capture):
18754         * sys/v4l/v4lsrc_calls.h:
18755           change try_palette to more general try_capture
18756           add autoprobe option so we can turn off autoprobing
18757           various fixes
18758
18759 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18760
18761         * configure.ac:
18762           add videorate
18763         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
18764         (gst_ximagesink_class_init):
18765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
18766         (gst_xvimagesink_class_init):
18767           run them as finalize, not dispose, since dispose can be invoked
18768           multiple times
18769
18770 2004-06-17  Wim Taymans  <wim@fluendo.com>
18771
18772         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
18773         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
18774         * ext/alsa/gstalsa.h:
18775         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18776         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
18777         (gst_alsa_src_change_state):
18778         * ext/alsa/gstalsasrc.h:
18779         Make the xrun code timestamp and offset the buffers correctly.
18780         moved the clock to the base class, use alsa methods to get time.
18781         Do correct timestamping on outgoing buffers.
18782
18783 2004-06-17  Wim Taymans  <wim@fluendo.com>
18784
18785         * gst/audiorate/Makefile.am:
18786         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
18787         (gst_audiorate_base_init), (gst_audiorate_class_init),
18788         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
18789         (gst_audiorate_set_property), (gst_audiorate_get_property),
18790         (gst_audiorate_change_state), (plugin_init):
18791         Added an audiorate converter that fills in gaps.
18792
18793 2004-06-17  Johan Dahlin  <johan@gnome.org>
18794
18795         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
18796
18797 2004-06-16  Wim Taymans  <wim@fluendo.com>
18798
18799         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
18800         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
18801         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
18802         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18803         (gst_v4lsrc_get_property):
18804         * sys/v4l/gstv4lsrc.h:
18805         Added a copy mode to v4lsrc where it will output a copied version
18806         of its internal hardware buffer.
18807         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
18808         can't | them.
18809
18810 2004-06-16  Wim Taymans  <wim@fluendo.com>
18811
18812         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18813         Timestamp fixes.
18814
18815 2004-06-16  Wim Taymans  <wim@fluendo.com>
18816
18817         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
18818         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
18819         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18820         (gst_v4lsrc_get_property):
18821         * sys/v4l/gstv4lsrc.h:
18822         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18823         Added a sync mode enum property to control v4lsrc timestamp method
18824         Removed the use-fixed-fps property and moved functionality in
18825         the enum.
18826         Don't error on an error value from v4l-conf, it might not always
18827         be a real error.
18828
18829 2004-06-16  Wim Taymans  <wim@fluendo.com>
18830
18831         * gst/videorate/Makefile.am:
18832         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
18833         (gst_videorate_base_init), (gst_videorate_class_init),
18834         (gst_videorate_getcaps), (gst_videorate_link),
18835         (gst_videorate_init), (gst_videorate_chain),
18836         (gst_videorate_set_property), (gst_videorate_get_property),
18837         (gst_videorate_change_state), (plugin_init):
18838         Added a video timestamp corrector.
18839
18840 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18841
18842         fixed a potential leak with previous commit
18843
18844         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18845
18846 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18847
18848         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18849         Added missing refcount, fixes bug #144425
18850         Cheers Tim for finding the bug
18851
18852 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18853
18854         * sys/v4l/gstv4l.c: (plugin_init):
18855         * sys/v4l/gstv4lcolorbalance.c:
18856         * sys/v4l/gstv4lcolorbalance.h:
18857         * sys/v4l/gstv4lelement.c:
18858         * sys/v4l/gstv4lelement.h:
18859         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
18860         * sys/v4l/gstv4lmjpegsink.h:
18861         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18862         * sys/v4l/gstv4lmjpegsrc.h:
18863         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18864         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18865         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
18866         * sys/v4l/gstv4lsrc.h:
18867         * sys/v4l/gstv4ltuner.c:
18868         * sys/v4l/gstv4ltuner.h:
18869         * sys/v4l/gstv4lxoverlay.c:
18870         * sys/v4l/gstv4lxoverlay.h:
18871         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18872         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18873         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18874         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
18875         (gst_v4l_set_audio):
18876         * sys/v4l/v4l_calls.h:
18877         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18878         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
18879         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
18880         (gst_v4lmjpegsink_playback_init),
18881         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
18882         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
18883         (gst_v4lmjpegsink_playback_stop),
18884         (gst_v4lmjpegsink_playback_deinit):
18885         * sys/v4l/v4lmjpegsink_calls.h:
18886         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
18887         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
18888         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18889         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
18890         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
18891         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
18892         * sys/v4l/v4lmjpegsrc_calls.h:
18893         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18894         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
18895         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
18896         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
18897         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
18898         (gst_v4lsrc_try_palette):
18899         * sys/v4l/v4lsrc_calls.h:
18900           bunch of paranoia cleanups
18901
18902 2004-06-14  David Schleef  <ds@schleef.org>
18903
18904         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
18905         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
18906         Send discont events and change timestamps appropriately when
18907         we get a seek event.  (bug #144240)
18908         * ext/cdparanoia/gstcdparanoia.h:
18909
18910 2004-06-14  Benjamin Otte  <otte@gnome.org>
18911
18912         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
18913           snd_pcm_hw_params_set_rate  since the latter fails for no good
18914           reason on some setups.
18915
18916 2004-06-14  David Schleef  <ds@schleef.org>
18917
18918         * gst/volume/demo.c: (value_changed_callback): exp10() is not
18919         standard.  Thank you for playing.
18920
18921 2004-06-14  Wim Taymans  <wim@fluendo.com>
18922
18923         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
18924         Patch 1.3 broke the ordering of the colorspace info and
18925         made the plugin basically work by coincidence, reordered
18926         the info.
18927
18928 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18929
18930         * ext/lame/gstlame.c:
18931         * ext/mad/gstmad.c:
18932           sync caps.  Make sure mad can only output a list of rates, not
18933           a full range.  In the future, have three caps lists for each of the
18934           mpeg versions.  Change mpegversion to a double as well.
18935
18936 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18937
18938         * gst/volume/.cvsignore:
18939         * gst/volume/Makefile.am:
18940         * gst/volume/demo.c: (value_changed_callback), (idler),
18941         (setup_gui), (main):
18942           added small demo app
18943
18944 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
18945         * ext/esd/esdsink.c: (gst_esdsink_change_state):
18946         * ext/esd/esdsink.h:
18947         Close the esd connection on pause, because esd will just wait -
18948         blocking all other esd clients indefinitely.
18949
18950 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
18951
18952         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
18953           previous commit with GST_DEBUG
18954
18955 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18956
18957         * configure.ac:
18958           add a header check for a dvdread header in dvdnav.  Fixes #133002
18959
18960 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18961
18962         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18963         * gst/tcp/gsttcpclientsink.h:
18964         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18965         * gst/tcp/gsttcpclientsrc.h:
18966         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
18967         (gst_tcpserversink_handle_server_read),
18968         (gst_tcpserversink_init_send):
18969         * gst/tcp/gsttcpserversink.h:
18970         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18971         * gst/tcp/gsttcpserversrc.h:
18972         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
18973         version of IP)
18974
18975 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18976
18977         * configure.ac:
18978         Added ogg library so that OSX detects libtheora properly
18979
18980 2004-06-11  Wim Taymans  <wim@fluendo.com>
18981
18982         * ext/theora/theoradec.c: (theora_dec_chain),
18983         (theora_dec_change_state):
18984         Don't try to decode frames before we received a keyframe.
18985
18986 2004-06-11  Wim Taymans  <wim@fluendo.com>
18987
18988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18989         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18990         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18991         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18992         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18993         Added property to set the maximum delay of a page.
18994
18995 2004-06-10  Wim Taymans  <wim@fluendo.com>
18996
18997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18998         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18999         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19000         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19001         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19002         Added max-delay property to control the maximum amount
19003         of data to put in one page.
19004
19005 2004-06-10  Wim Taymans  <wim@fluendo.com>
19006
19007         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19008         (gst_theora_enc_init), (theora_enc_sink_link),
19009         (theora_buffer_from_packet), (theora_enc_set_property),
19010         (theora_enc_get_property):
19011         Set duration on encoded buffer, added some more properties
19012
19013 2004-06-10  Wim Taymans  <wim@fluendo.com>
19014
19015         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19016         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19017         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19018         * ext/theora/theoraenc.c: (theora_enc_chain):
19019         Fix refcounting bugs
19020
19021 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19022
19023         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19024         (gst_asf_demux_loop), (gst_asf_demux_process_file),
19025         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
19026         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
19027         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
19028         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
19029         (gst_asf_demux_change_state):
19030         * gst/asfdemux/gstasfdemux.h:
19031           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
19032           feels like. I think we should set a new requirement for demuxers
19033           from now on to implement sane loop functions, data loops, query
19034           and seek functions before first commit into CVS. And this commit
19035           fixes all of the above.
19036
19037 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
19038
19039         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
19040           vorbis comments are properly encoded in UTF-8 before adding them
19041           to a GstTagList
19042
19043 2004-06-09  Benjamin Otte  <otte@gnome.org>
19044
19045         * ext/alsa/gstalsa.c: (add_channels):
19046           handle min <= max correctly
19047         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
19048         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
19049           add fixation functions so we fixate correctly. No preferring of alaw
19050           anymore because it's the first structure.
19051         * ext/alsa/gstalsa.h:
19052         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
19053         (gst_alsa_hw_params_dump):
19054           add functions to ease debugging in alsalib
19055         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19056         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19057         (gst_alsa_start_audio):
19058           only specify hw params if we really setup a format (fixes #134007 -
19059           or at least works around it)
19060
19061 2004-06-09  Wim Taymans  <wim@fluendo.com>
19062
19063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19064         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19065         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
19066         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
19067         (gst_ogg_mux_loop):
19068         Use stream caps to setup the initial pages in the ogg stream.
19069         Correctly set the streamheader caps on the srcpad.
19070
19071 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19072
19073         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19074         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19075         (gst_v4lsrc_getcaps):
19076         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19077         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
19078           add querying of fps lists for webcams.  Negotiating to a framerate
19079           now works.
19080
19081 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19082
19083         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19084         (theora_push_buffer), (theora_push_packet),
19085         (theora_set_header_on_caps), (theora_enc_chain):
19086           mark buffers and put on streamheader, raw theora streaming
19087           now works too, whee
19088
19089 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19090
19091         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19092         (gst_tcp_gdp_read_caps):
19093           do a looping read for caps and GDP headers too
19094
19095 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19096
19097         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19098         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
19099           return EOS instead of NULL in _get
19100
19101 2004-06-08  Wim Taymans  <wim@fluendo.com>
19102
19103         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19104         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
19105         (gst_tcp_gdp_write_caps):
19106         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19107         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19108         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
19109         Memory leak fixes
19110
19111 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19112
19113         * ext/vorbis/Makefile.am:
19114         * ext/vorbis/vorbis.c: (plugin_init):
19115         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
19116         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
19117         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
19118         (vorbis_parse_change_state):
19119         * ext/vorbis/vorbisparse.h:
19120           adding a vorbisparse element that marks the buffers, streaming
19121           raw vorbis using GDP now works, whee
19122
19123 2004-06-08  Wim Taymans  <wim@fluendo.com>
19124
19125         * ext/jpeg/Makefile.am:
19126         * ext/jpeg/README:
19127         * ext/jpeg/gstjpeg.c: (plugin_init):
19128         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
19129         (gst_smokedec_base_init), (gst_smokedec_class_init),
19130         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
19131         * ext/jpeg/gstsmokedec.h:
19132         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
19133         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
19134         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
19135         (gst_smokeenc_resync), (gst_smokeenc_chain),
19136         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
19137         * ext/jpeg/gstsmokeenc.h:
19138         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
19139         (smokecodec_flush_destination), (smokecodec_term_destination),
19140         (smokecodec_init_source), (smokecodec_fill_input_buffer),
19141         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
19142         (smokecodec_term_source), (smokecodec_encode_new),
19143         (smokecodec_decode_new), (smokecodec_info_free),
19144         (smokecodec_set_quality), (smokecodec_get_quality),
19145         (smokecodec_set_threshold), (smokecodec_get_threshold),
19146         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19147         (find_best_size), (abs_diff), (put), (smokecodec_encode),
19148         (smokecodec_parse_header), (smokecodec_decode):
19149         * ext/jpeg/smokecodec.h:
19150         Added a new simple jpeg based codec
19151
19152 2004-06-08  Wim Taymans  <wim@fluendo.com>
19153
19154         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19155         (gst_multipart_mux_loop):
19156         Fix memory leak
19157
19158 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19159
19160         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19161         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
19162         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
19163         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
19164         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
19165         * gst/tcp/gsttcpserversink.h:
19166           take streamheader into account
19167
19168 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19169
19170         * gst/level/Makefile.am:
19171         * gst/level/gstlevel.c: (gst_level_class_init):
19172           clean up marshal generation
19173
19174 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19175
19176         * gst/tcp/Makefile.am:
19177         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
19178         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
19179         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
19180         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19181         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
19182         (gst_tcpclientsrc_get_property):
19183         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19184         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19185         (gst_tcpserversink_handle_client_read),
19186         (gst_tcpserversink_handle_client_write),
19187         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
19188         * gst/tcp/gsttcpserversink.h:
19189           add signals client-added and client-removed
19190         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19191         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
19192         (gst_tcpserversrc_get_property):
19193         uniformized, change default protocol to NONE
19194         * gst/tcp/gsttcp-marshal.list: added
19195 2004-06-07  Benjamin Otte  <otte@gnome.org>
19196
19197         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19198           handle discont events if they happen before caps nego
19199
19200 2004-06-07  Wim Taymans  <wim@fluendo.com>
19201
19202         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19203         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19204         (gst_multipart_demux_plugin_init):
19205         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19206         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19207         (gst_multipart_mux_change_state):
19208         Small updates, fix a memleak
19209
19210 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19211
19212         * configure.ac: OSS portability
19213         * ext/arts/gst_arts.c: idem
19214         * sys/oss/gstosselement.c: idem
19215         * sys/oss/gstossmixer.c: idem
19216         * sys/oss/gstosssink.c: idem
19217         * sys/oss/gstosssrc.c: idem
19218         * sys/oss/oss_probe.c: idem
19219           - check for soundcard.h in different places for some BSD
19220
19221 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
19222
19223         * AUTHORS:
19224         Add me to the authors file
19225         * configure.ac:
19226         Increase the libdv requirement to >= version 0.100
19227         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19228         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19229         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19230         * ext/dv/gstdvdec.h:
19231         Add support for the new_media flag when sending DISCONT events
19232         Make the querying work when video pad is not linked
19233
19234 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19235
19236         reviewed by Benjamin Otte  <otte@gnome.org>
19237
19238         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19239           create a NULL-initialized array of pads, so we don't think they
19240           exist already. (fixes #143130)
19241
19242 2004-06-07  Benjamin Otte  <otte@gnome.org>
19243
19244         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19245         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19246         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19247           don't use // coments
19248
19249 2004-06-07  Benjamin Otte  <otte@gnome.org>
19250
19251         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19252           cast to GstClockTime to get higher granularity
19253         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19254           use gst_element_set_time_delay to get the exact time
19255         * ext/mad/gstmad.c: (gst_mad_chain):
19256           use the negotiated rate instead of the current frame's rate which
19257           might be wrong because of bit errors. This avoids emitting totally
19258           bogus timestamps and screwing sync.
19259         (fixes #143454)
19260
19261 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19262
19263         reviewed by Benjamin Otte  <otte@gnome.org>
19264
19265         * gst/adder/gstadder.c: (gst_adder_loop):
19266           properly error out when no negotiation has happened yet. (fixes
19267           #143032)
19268
19269 2004-06-06  Benjamin Otte  <otte@gnome.org>
19270
19271         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19272           forward correctly transformed offset in discont events. Based on
19273           patch by Arwed v. Merkatz. (fixes #142851)
19274
19275 2004-06-06  David Schleef  <ds@schleef.org>
19276
19277         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19278         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
19279         problems on several systems.
19280
19281 2004-06-06  Benjamin Otte  <otte@gnome.org>
19282
19283         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19284           use explicit caps on the srcpad
19285         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19286           properly error out if caps couldn't be set (fixes #142764)
19287
19288 2004-06-06  Benjamin Otte  <otte@gnome.org>
19289
19290         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19291         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19292         (gst_alsa_start_audio):
19293           - don't call set_periods_integer anymore, it breaks the
19294           configuration randomly
19295           - call snd_pcm_hw_params_set_access directly instead of using masks
19296           - don't fail if the sw_params can't be set, just use the default
19297           params and hope it works. Alsalib has weird issues when you touch
19298           sw_params and does no proper error reporting about what failed.
19299         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19300         (gst_alsa_close_audio):
19301           make our alsa debugging go via gst debugging and not conditionally
19302           defined
19303         * ext/alsa/gstalsa.h:
19304           add ALSA_DEBUG_FLUSH macro
19305         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19306         (plugin_init):
19307           wrap alsa errors to be printed via the gst debugging system and not
19308           spammed to stderr
19309
19310 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19311
19312         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19313         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19314         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19315         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19316         (qtdemux_parse_trak):
19317         * gst/qtdemux/qtdemux.h:
19318           Bitch. Also known as seeking, querying & co.
19319         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19320         (gst_osssink_change_state):
19321         * sys/oss/gstosssink.h:
19322           Resyncing is for weenies, this hack is no longer needed and was
19323           broken anyway (since it - unintendedly - always leaves resync to
19324           TRUE).
19325
19326 2004-06-05  Andrew Turner <zxombie@hotpop.com>
19327
19328         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19329         * gst/tcp/gsttcpclientsrc.h: idem
19330           - define MSG_NOSIGNAL if not done
19331           - include unistd.h for off_t
19332           (fixes #143749)
19333
19334 2004-06-05  Benjamin Otte  <otte@gnome.org>
19335
19336         * configure.ac:
19337         * ext/kio/Makefile.am:
19338           check for qt's moc preprocessor explicitly and use it
19339
19340 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19341
19342         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19343           don't get a signal for EPIPE on socket writes
19344           (somebody check if this works on other platforms)
19345
19346 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19347
19348         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19349         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19350           check error condition on available samples correctly
19351
19352 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19353
19354         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19355           avoid a segfault
19356         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19357         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19358         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19359         (gst_tcpserversrc_gdp_read_header):
19360          use ssize_t over size_t since the former is signed and thus the
19361          check for error codes can work
19362
19363 2004-06-02  Wim Taymans  <wim@fluendo.com>
19364
19365         reviewed by: Johan
19366
19367         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19368         (gst_multipart_mux_loop):
19369         Oops
19370
19371 2004-06-02  Wim Taymans  <wim@fluendo.com>
19372
19373         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19374         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19375         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19376         (gst_multipart_mux_change_state):
19377         Added configurable boundary specifier, added the value as a
19378         caps field as well.
19379
19380 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19381
19382         * gst/tcp/gsttcp.c:
19383         * gst/tcp/gsttcpclientsrc.c:
19384         * gst/tcp/gsttcpclientsrc.h:
19385         * gst/tcp/gsttcpserversrc.c:
19386           - portability fix, to compile on OSX
19387             (fixes #143146)
19388
19389         * sys/osxaudio/gstosxaudioelement.c:
19390         * sys/osxaudio/gstosxaudiosink.c:
19391         * sys/osxaudio/gstosxaudiosrc.c:
19392           - compilation warnings on OSX
19393             (fixes #143153)
19394
19395 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19396
19397         * ext/vorbis/vorbisdec.c : sign warning fixes
19398
19399         * gst-libs/gst/mixer/mixertrack.c :
19400           do no use defines which are glib 2.4 specific
19401
19402 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
19403
19404         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19405           buffer since libflac doesn't expect it (reports a sync error when
19406           it encounters that)
19407
19408
19409 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
19410
19411         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19412         * gst-libs/gst/mixer/mixertrack.c:
19413         (gst_mixer_track_get_property), (get_mixer_track_init),
19414         (get_mixer_track_get_property): Added property accessors
19415         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19416         * gst-libs/gst/mixer/mixeroptions.c:
19417         (gst_mixer_options_get_values): Added
19418         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19419         * gst-libs/gst/mixer/mixer.c: Fixed comment
19420
19421
19422 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19423
19424         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19425           improve error messages on open
19426
19427
19428 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19429
19430         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19431           check if v4l-conf is in path
19432
19433 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19434
19435         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19436           change assert to a more readable error message
19437
19438 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19439
19440         * gst-libs/gst/tuner/tunerchannel.h:
19441           - add a freq_multiplicator field to make the conversion
19442             between internal frequency unit and Hz
19443         * sys/v4l/gstv4lelement.c:
19444         * sys/v4l2/gstv4l2element.c:
19445           - change default video device to /dev/video0
19446         * sys/v4l/v4l_calls.c:
19447         * sys/v4l2/v4l2_calls.c:
19448           - we only expose frequency to the user in Hz instead of
19449             bastard v4lX unit (either 62.5kHz or 62.5Hz)
19450
19451 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
19452         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19453           Initialise b_o_s and e_o_s variables
19454         * gst-libs/gst/riff/riff-media.c:
19455         (gst_riff_create_video_caps_with_data):
19456           Add some unusual fourcc's from mplayer avi's
19457         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19458           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19459           autoplugging.
19460
19461 2004-05-28  Wim Taymans  <wim@fluendo.com>
19462
19463         * configure.ac:
19464         * gst/alpha/Makefile.am:
19465         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19466         (gst_alpha_get_type), (gst_alpha_base_init),
19467         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19468         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19469         (gst_alpha_chroma_key), (gst_alpha_chain),
19470         (gst_alpha_change_state), (plugin_init):
19471         A plugin to add an alpha channel to I420 video. Can optionally do
19472         chroma keying.
19473         * gst/multipart/Makefile.am:
19474         * gst/multipart/multipart.c: (plugin_init):
19475         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19476         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19477         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19478         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19479         (gst_multipart_demux_change_state),
19480         (gst_multipart_demux_plugin_init):
19481         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19482         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19483         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19484         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19485         (gst_multipart_mux_pad_unlink),
19486         (gst_multipart_mux_request_new_pad),
19487         (gst_multipart_mux_handle_src_event),
19488         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19489         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19490         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19491         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19492         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19493         send multipart jpeg images to a browser.
19494         * gst/videobox/Makefile.am:
19495         * gst/videobox/README:
19496         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19497         (gst_video_box_get_type), (gst_video_box_base_init),
19498         (gst_video_box_class_init), (gst_video_box_init),
19499         (gst_video_box_set_property), (gst_video_box_get_property),
19500         (gst_video_box_sink_link), (gst_video_box_i420),
19501         (gst_video_box_ayuv), (gst_video_box_chain),
19502         (gst_video_box_change_state), (plugin_init):
19503         Crops or adds borders around an image. can do alpha channel
19504         borders as well.
19505         * gst/videomixer/Makefile.am:
19506         * gst/videomixer/README:
19507         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19508         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
19509         (gst_videomixer_pad_get_sink_event_masks),
19510         (gst_videomixer_pad_get_property),
19511         (gst_videomixer_pad_set_property),
19512         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
19513         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
19514         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19515         (gst_videomixer_base_init), (gst_videomixer_class_init),
19516         (gst_videomixer_init), (gst_videomixer_request_new_pad),
19517         (gst_videomixer_handle_src_event),
19518         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
19519         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19520         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19521         (gst_videomixer_loop), (gst_videomixer_get_property),
19522         (gst_videomixer_set_property), (gst_videomixer_change_state),
19523         (plugin_init):
19524         Generic video mixer plugin, can handle multiple inputs all with
19525         different framerates and video sizes. Is fully alpha channel
19526         aware.
19527
19528 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19529
19530         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19531           Select first track as master track. Not sure how else to handle
19532           that...
19533         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
19534           Discard discont events. Should fix #142962.
19535
19536 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19537
19538         * ext/alsa/Makefile.am:
19539         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
19540         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
19541         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
19542         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
19543         (gst_alsa_mixer_get_option):
19544         * ext/alsa/gstalsamixer.h:
19545         * ext/alsa/gstalsamixeroptions.c:
19546         (gst_alsa_mixer_options_get_type),
19547         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
19548         (gst_alsa_mixer_options_new):
19549         * ext/alsa/gstalsamixeroptions.h:
19550         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19551         * ext/alsa/gstalsamixertrack.h:
19552           Add enumerations (as GstMixerOptions). Make correct distinction
19553           between input/output tracks. Add capture/playback private flag.
19554           Use flag to decide on whether to set capture or playback volumes
19555           or switches. Use playback and record switches.
19556         * gst-libs/gst/mixer/Makefile.am:
19557         * gst-libs/gst/mixer/mixer-marshal.list:
19558         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
19559         (gst_mixer_set_option), (gst_mixer_get_option),
19560         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
19561         (gst_mixer_volume_changed), (gst_mixer_option_changed):
19562         * gst-libs/gst/mixer/mixer.h:
19563         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
19564         (gst_mixer_options_class_init), (gst_mixer_options_init),
19565         (gst_mixer_options_dispose):
19566         * gst-libs/gst/mixer/mixeroptions.h:
19567           Add GstMixerOptions.
19568         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19569           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
19570           broken device detection on computers with multiple OSS sound
19571           cards.
19572
19573 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19574
19575         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19576           fixate nicely even when the peer is not negotiating
19577
19578 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19579
19580         * gst/audioconvert/gstaudioconvert.c:
19581         (gst_audio_convert_parse_caps):
19582           make sure we don't allow depth > width
19583         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19584           fixate endianness to G_BYTE_ORDER as default
19585         * gst/audioscale/gstaudioscale.c:
19586           we don't handle another endianness as host-endianness
19587
19588 2004-05-25  David Schleef  <ds@schleef.org>
19589
19590         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
19591
19592 2004-05-24  Benjamin Otte  <otte@gnome.org>
19593
19594         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
19595         (gst_oggvorbisenc_setup):
19596           properly fail when we can't setup the vorbis encoder due to
19597           unsupported settings
19598         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
19599         (gst_vorbisenc_setup):
19600           same
19601         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19602           fix case where warnings occured when one pad was unlinked while the
19603           other's link function was called
19604
19605 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19606
19607         * gst/tcp/Makefile.am:
19608           use GST_ENABLE_NEW
19609
19610 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19611
19612         * gst-libs/gst/resample/private.h:
19613           don't use optimizations that are #if 0'ed
19614
19615 2004-05-24  Wim Taymans  <wim@fluendo.com>
19616
19617         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19618         Fix potential division by zero error and hopefully get
19619         the position query right to get correct timestamps on avi
19620         audio.
19621
19622 2004-05-24  Wim Taymans  <wim@fluendo.com>
19623
19624         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
19625         (gst_videoscale_scale_nearest_str2),
19626         (gst_videoscale_scale_nearest_str4),
19627         (gst_videoscale_scale_nearest_32bit),
19628         (gst_videoscale_scale_nearest_24bit),
19629         (gst_videoscale_scale_nearest_16bit):
19630         Fix the scaling algorithm and avoid a buffer overflow.
19631         removed the while loop in the scaling function as it
19632         was used for point sampling only.
19633
19634 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19635
19636         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19637         (gst_id3_tag_class_init), (gst_id3_tag_init),
19638         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
19639         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
19640         (gst_id3_tag_send_tag_event):
19641           lots of fixes to make id3mux work and id3demux work correctly
19642
19643 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19644
19645         * ext/Makefile.am:
19646           add rules to build shout2send (was removed by accident
19647           when this module was no more marked experimental/broken)
19648
19649 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19650
19651         * ext/shout2/gstshout2.c:
19652         * ext/shout2/gstshout2.h:
19653           adding a "connection problem" signal to shout2send
19654           (fixes #142954)
19655
19656 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19657
19658         * ext/kio/kioreceiver.cpp:
19659         * ext/kio/kioreceiver.h:
19660           fix sign comparison issues
19661
19662 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19663
19664         * gst/cdxaparse/gstcdxaparse.c:
19665         * gst/cdxaparse/gstcdxaparse.h:
19666           some renaming
19667           add some checks/sanity
19668           prepare for seek addition
19669
19670         * sys/sunaudio/gstsunaudio.c:
19671           remove exported dupe init function
19672
19673 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
19674
19675         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
19676         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
19677           Fix format conversion and position querying.
19678         * gst/debug/progressreport.c: (gst_progressreport_report):
19679           Don't output a bogus total value that we didn't query.
19680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19681           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
19682           only a blank window after xine has been used.
19683
19684 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19685
19686         * m4/as-arts.m4:
19687           sync with upstream version to fix test on FC2
19688           readd with -ko to preserve Id header
19689
19690 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19691
19692         * configure.ac:
19693           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
19694         * gst/tcp/gsttcpclientsrc.c: idem
19695         * gst/tcp/gsttcpserversink.c: idem
19696         * gst/tcp/gsttcpserversrc.c: idem
19697         * m4/gst-fionread.m4: idem
19698
19699         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
19700
19701         * configure.ac: enable speex plugin for speex 1.1.5+
19702         * ext/speex/gstspeexenc.c: fix cast warning
19703
19704         * ext/esd/README: fix typo
19705
19706 2004-05-20  David Schleef  <ds@schleef.org>
19707
19708         * configure.ac: Minor cosmetic change to convince the buildbot to
19709         reautogen.
19710         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
19711         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
19712         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
19713         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
19714         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
19715         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
19716         More hacking.  Plays audio now.
19717
19718 2004-05-20  David Schleef  <ds@schleef.org>
19719
19720         * configure.ac:
19721         * sys/Makefile.am:
19722
19723 2004-05-20  David Schleef  <ds@schleef.org>
19724
19725         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
19726         * sys/osxaudio/gstosxaudio.c:
19727         * sys/osxaudio/gstosxaudioelement.c:
19728         * sys/osxaudio/gstosxaudioelement.h:
19729         * sys/osxaudio/gstosxaudiosink.c:
19730         * sys/osxaudio/gstosxaudiosink.h:
19731         * sys/osxaudio/gstosxaudiosrc.c:
19732         * sys/osxaudio/gstosxaudiosrc.h:
19733
19734 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19735
19736         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
19737         (gst_vorbisenc_chain):
19738           put the codec headers on the caps as streamheader as well as
19739           pushing them out
19740
19741 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19742
19743         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
19744         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
19745         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
19746         split up push_packet into two functions
19747
19748 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19749
19750         * gst/tcp/.cvsignore:
19751           ignore enums
19752         * gst/tcp/Makefile.am:
19753         * gst/tcp/README:
19754         * gst/tcp/gsttcp.c:
19755         * gst/tcp/gsttcp.h:
19756         * gst/tcp/gsttcpclientsink.c:
19757         * gst/tcp/gsttcpclientsink.h:
19758         * gst/tcp/gsttcpclientsrc.c:
19759         * gst/tcp/gsttcpclientsrc.h:
19760         * gst/tcp/gsttcpplugin.c:
19761         * gst/tcp/gsttcpserversink.c:
19762         * gst/tcp/gsttcpserversink.h:
19763         * gst/tcp/gsttcpserversrc.c:
19764         * gst/tcp/gsttcpserversrc.h:
19765           add new tcp elements
19766
19767 2004-05-19  Wim Taymans  <wim@fluendo.com>
19768
19769         * gst/law/mulaw-conversion.c: (mulaw_encode):
19770         Fix overflow bug in ulaw encoding.
19771
19772 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19773
19774         * ext/mad/gstmad.c: (gst_mad_handle_event):
19775           don't unref the event twice
19776
19777 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19778
19779         * configure.ac:
19780           remove -Wno-sign-compare
19781
19782 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19783
19784         * configure.ac:
19785           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
19786           if you want to work against glib 2.2 and 2.4
19787
19788 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19789
19790         * gst/tcp/Makefile.am:
19791         * gst/tcp/gsttcp.c:
19792         * gst/tcp/gsttcp.h:
19793         * gst/tcp/gsttcpsink.h:
19794         * gst/tcp/gsttcpsrc.h:
19795           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
19796
19797 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19798
19799         * gst/debug/tests.c: (md5_get_value):
19800           fix segfault on gst-inspect
19801
19802 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19803
19804         * gst/debug/testplugin.c:
19805         * gst/debug/tests.c:
19806         * gst/debug/tests.h:
19807           add new extensible and configurable testing element. Current tests
19808           include buffer count, stream length, timestamp/duration matching and
19809           md5.
19810         * gst/debug/Makefile.am:
19811         * gst/debug/gstdebug.c: (plugin_init):
19812           add infrastructure for new element
19813
19814 2004-05-19  Johan Dahlin  <johan@gnome.org>
19815
19816         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
19817         ending of the array. Fixes gst-inspect segfault on ppc.
19818
19819 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19820
19821         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
19822
19823         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
19824
19825 2004-05-18  David Schleef  <ds@schleef.org>
19826
19827         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
19828         warnings (bugs, actually) noticed by gcc but not forte.
19829
19830 2004-05-18  David Schleef  <ds@schleef.org>
19831
19832         * sys/sunaudio/Makefile.am:
19833         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
19834
19835 2004-05-18  David Schleef  <ds@schleef.org>
19836
19837         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19838         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
19839         to allow qtdemux to use non-seekable streams. (bug #142272)
19840
19841 2004-05-18  David Schleef  <ds@schleef.org>
19842
19843         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
19844         (gst_resample_sinc_ft_float): Remove use of static temporary
19845         buffer.  This code was obviously not supposed to last long, but
19846         it's stuck in our ABI, so it required a little hack to make it
19847         ABI-compatible.  Fixes #142585.
19848         * gst-libs/gst/resample/resample.h: same.
19849
19850 2004-05-18  David Schleef  <ds@schleef.org>
19851
19852         * configure.ac: Add sunaudio
19853         * examples/Makefile.am: make gstplay depend on gconf
19854         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
19855         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
19856         (convert_table_lookup), (img_convert): remove c99-isms
19857         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
19858           unsigned, to fix a warning on Solaris
19859         * gst/mpeg1sys/systems.c: bcopy->memcpy
19860         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
19861         * sys/Makefile.am: Add sunaudio
19862
19863 2004-05-18  Wim Taymans  <wim@fluendo.com>
19864
19865         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
19866         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
19867         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
19868         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
19869         (gst_ogg_mux_loop):
19870         Fix an ugly memleak where the muxer didn't flush enough ogg
19871         pages. This also resulted in badly muxed ogg files.
19872
19873 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19874
19875         * gst/asfdemux/asfheaders.c :
19876         * gst/asfdemux/asfheaders.h :
19877         * gst/asfdemux/gstasfdemux.c :
19878           - fix ASF_OBJ_PADDING guid
19879           - add 3 new object guids (language list, metadata,
19880             extended stream properties)
19881           - add a function to parse extended header objects
19882
19883 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19884
19885         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19886           remove leftover debugging g_print
19887
19888 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19889
19890         * ext/mad/gstmad.c: (gst_mad_handle_event):
19891           Fix for when the first format in a discont event is not a
19892           byte-based one. Should fix #137710.
19893
19894 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19895
19896         * m4/a52.m4 : fix compilation with -Wall -Werror
19897         * m4/libfame.m4 : idem
19898         * m4/libmikmod.m4 : idem
19899
19900 2004-05-17  Benjamin Otte  <otte@gnome.org>
19901
19902         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19903           signal the new tags before giving up the reference
19904
19905 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19906
19907         * ext/shout2/gstshout2.c:
19908           use application/ogg instead of application/x-ogg (patch by Patrick
19909           Guimond, fixes #142432)
19910         * sys/oss/gstosselement.c: (gst_osselement_reset),
19911         (gst_osselement_sync_parms):
19912           don't set fragment size unless specified (fixes #142493)
19913
19914 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19915
19916         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
19917           fixes #142664
19918
19919 2004-05-17  Benjamin Otte  <otte@gnome.org>
19920
19921         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19922           compute offsets correctly for internal buffers so timestamps are set
19923           correctly when we can't seek. Also handle cases where there are no
19924           offsets. (based on a patch by David Moore, fixes #142507)
19925
19926 2004-05-17  Benjamin Otte  <otte@gnome.org>
19927
19928         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19929           use correct variable when determining amount of data to skip so we
19930           don't skip into the void and segfault
19931
19932 2004-05-16  Benjamin Otte  <otte@gnome.org>
19933
19934         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19935           Hi, I'm a memleak
19936
19937 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19938
19939         * gst/asfdemux/gstasfdemux.c:
19940           - fix a mem leak and always propagate tags
19941           - add WMV3 to known video codecs (but no decoder yet)
19942           - replace "surplus data" at end of audio header for what
19943             it is : codec specific data
19944           - fix a typo
19945
19946 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
19947
19948         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
19949
19950         * gst-libs/gst/audio/audioclock.c:
19951           Fix wrong return type (#142205).
19952
19953 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19954
19955         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
19956           Ignore CRCs by default (fixes #142566).
19957
19958 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19959
19960         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
19961         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
19962         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
19963         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
19964         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19965         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
19966           Fix for cases where we fail to attach to a mixer.
19967
19968 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19969
19970         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
19971           Don't touch events after not owning them anymore.
19972         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19973         (gst_wavparse_fmt), (gst_wavparse_other),
19974         (gst_wavparse_handle_seek), (gst_wavparse_loop),
19975         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19976         (gst_wavparse_srcpad_event):
19977         * gst/wavparse/gstwavparse.h:
19978           Add seeking, fix querying.
19979
19980 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19981
19982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19983           - process comments even if they don't end with \0\0
19984             g_convert would ignore them if present and works well without them
19985
19986 2004-05-16  Benjamin Otte  <otte@gnome.org>
19987
19988         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
19989           simplify caps
19990
19991 2004-05-16  Benjamin Otte  <otte@gnome.org>
19992
19993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19994           don't write to memory we might not write to - g_convert does that
19995           for us anyway (fixes #142613)
19996         (gst_asf_demux_audio_caps):
19997           comment out gst_util_dump_mem
19998
19999 2004-05-16  Benjamin Otte  <otte@gnome.org>
20000
20001         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20002           compute correct expected timestamps after seek (broken since
20003           last commit)
20004         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
20005           rename element and debugging category to gdkpixbufscale
20006
20007 2004-05-16  Benjamin Otte  <otte@gnome.org>
20008
20009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20010           add error checking to snd_pcm_delay and remove duplicate call to
20011           snd_pcm_delay that caused issues (see inline code comments)
20012         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20013           make more readable and fix return value when snd_pcm_delay fails
20014         (fixes #142586)
20015
20016 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
20017         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
20018         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
20019         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
20020         (gst_pixbufscale_link), (gst_pixbufscale_init),
20021         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
20022         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
20023         (gst_pixbufscale_get_property), (pixbufscale_init):
20024         * ext/gdk_pixbuf/pixbufscale.h:
20025         Add these files I forgot earlier
20026
20027 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
20028         * ext/gdk_pixbuf/Makefile.am:
20029         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20030         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20031         Add new pixbufscale element to scale RGB video
20032         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
20033         and HYPER interpolation correctly.
20034         * ext/theora/theoraenc.c: (theora_enc_chain),
20035         Discard buffer and return if explicit caps could not be set
20036         (theora_enc_get_property):
20037         Make _get return kbps for the bitrate consistent with
20038         the _set function.
20039
20040
20041 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20042
20043         * ext/libvisual/visual.c: (gst_visual_chain):
20044           add missing visual_audio_analyze
20045
20046 2004-05-14  David Schleef  <ds@schleef.org>
20047
20048         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
20049         is killed while we're playing.
20050         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
20051         gst_element_no_more_pads().
20052
20053 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20054
20055         * gst-libs/gst/riff/riff-read.c :
20056           - fix INFO tag extraction in RIFF/AVI files
20057             because gst_event_unref (event) also freed taglist
20058           - avoid a mem leak
20059
20060 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20061
20062         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
20063         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
20064
20065         * gst/auparse/gstauparse.c :
20066           - add code (commented for now) to support audio/x-adpcm on src pad
20067             (we have no decoder for those layout yet)
20068
20069         * gst/cdxaparse/gstcdxaparse.c :
20070         * gst/cdxaparse/gstcdxaparse.h :
20071           - partial rewrite using RiffRead (ripped iain's wavparse code)
20072
20073         * gst/rtp/gstrtpL16enc.c : typo
20074         * gst/rtp/gstrtpgsmenc.c : typo
20075
20076 2004-05-13  Benjamin Otte  <otte@gnome.org>
20077
20078         * configure.ac:
20079           check for exact version of libvisual, it's not supposed to be
20080           API/ABI stable yet
20081
20082 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20083
20084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
20085           signal no-more-pads
20086
20087 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20088
20089         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
20090         Report which format was used for GST_FORMAT_DEFAULT
20091         * gst/debug/Makefile.am:
20092         * gst/debug/gstdebug.c: (plugin_init):
20093         * gst/debug/progressreport.c: (gst_progressreport_base_init),
20094         (gst_progressreport_class_init), (gst_progressreport_init),
20095         (gst_progressreport_report), (gst_progressreport_set_property),
20096         (gst_progressreport_get_property), (gst_progressreport_chain),
20097         (gst_progressreport_plugin_init):
20098         Add progressreport element for testing.
20099
20100 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20101
20102         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
20103         * sys/v4l/gstv4lsrc.h:
20104         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20105         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20106         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
20107         (gst_v4lsrc_grab_frame):
20108           add more debugging
20109           send a discont at start
20110
20111 2004-05-12  Colin Walters  <walters@redhat.com>
20112
20113         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
20114         inflooping if we can't find a chunk.  Or in other words, don't blow
20115         chunks if we don't have a chunk to blow.
20116
20117 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20118         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
20119         Remove old debug output
20120         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
20121         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
20122         (gst_dvdec_set_property), (gst_dvdec_get_property):
20123         Change the quality setting to an enum, so it works from gst-launch
20124         Don't renegotiate a non-linked pad. Allows audio only decoding.
20125         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
20126         (gst_deinterlace_link), (gst_deinterlace_init):
20127         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20128         (gst_videodrop_link):
20129         Some caps negotiation fixes
20130
20131 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20132
20133         * ext/tarkin/gsttarkin.c :
20134           - Change RANK from NONE to PRIMARY
20135         * ext/gdk_pixbuf/gstgdkpixbuf.c :
20136           - Change RANK from NONE to MARGINAL
20137         * ext/divx/gstdivxenc.c :
20138           - Change RANK from PRIMARY to NONE (encoder/spider issue)
20139
20140 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20141
20142         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20143         (gst_vorbisenc_push_packet):
20144           copy a function that was added between 1.0 and 1.0.1 until we
20145           depend on worthwhile features of post-1.0
20146
20147 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20148
20149         * configure.ac:
20150           enable shout2 by default
20151         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
20152         (gst_shout2send_base_init), (gst_shout2send_init),
20153         (gst_shout2send_connect), (gst_shout2send_change_state):
20154         * ext/shout2/gstshout2.h:
20155           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
20156           #142262)
20157         * ext/theora/theora.c: (plugin_init):
20158           don't set rank on encoders
20159
20160 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
20161
20162         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20163           Use codec_data property instead of flag1 and flag2 for wma
20164
20165 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20166
20167         * gst/cdxaparse/gstcdxaparse.c :
20168           - Add mpegversion to CAPS to make it link
20169           - Rank is as GST_RANK_SECONDARY instead of NONE
20170         * gst/auparse/gstauparse.c :
20171           - Document all audio encoding we can encounter from Solaris 9
20172             headers and libsndfile information.
20173           - Increase max. rate from 48000 to 192000 (to match other elements)
20174           - Don't try to play junk data between header and samples
20175
20176 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20177
20178         * ext/libvisual/visual.c: (gst_visual_getcaps):
20179           use the right caps depending on endianness (I hope)
20180         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
20181           use GST_RANK_NONE for all non-decoding elements or spider gets
20182           mighty confused
20183
20184 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20185
20186         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20187           Fix some odd cases and fix BE metadata parsing of unicode16 text.
20188
20189 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20190
20191         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20192         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20193         (gst_switch_loop), (gst_switch_get_type):
20194           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
20195           HEADERS. Had to be said.
20196
20197 2004-05-10  David Schleef  <ds@schleef.org>
20198
20199         * configure.ac: Add prototype Dirac support.
20200         * ext/Makefile.am:
20201         * ext/dirac/Makefile.am:
20202         * ext/dirac/gstdirac.cc:
20203         * ext/dirac/gstdiracdec.cc:
20204
20205 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20206
20207         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20208         (gst_auparse_init), (gst_auparse_chain),
20209         (gst_auparse_change_state):
20210           Hack around spider. Remove me some day please.
20211
20212 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20213
20214         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20215           Fix for some uninitialized variables in previous patch, also
20216           makes it work. Fixes #142286 while we're at it.
20217
20218 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20219
20220         * gst/auparse/gstauparse.c:
20221                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20222                 only unsupported formats are ADPCM/CCITT G.72x
20223                 reviewed by Ronald
20224         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20225
20226 2004-05-10  Wim Taymans  <wim@fluendo.com>
20227
20228         * ext/vorbis/Makefile.am:
20229         * ext/vorbis/README:
20230         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20231         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20232         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20233         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20234         (gst_oggvorbisenc_convert_sink),
20235         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20236         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20237         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20238         (get_constraints_string), (update_start_message),
20239         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20240         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20241         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20242         * ext/vorbis/oggvorbisenc.h:
20243         * ext/vorbis/vorbis.c: (plugin_init):
20244         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20245         (raw_caps_factory), (gst_vorbisenc_class_init),
20246         (gst_vorbisenc_init), (gst_vorbisenc_setup),
20247         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20248         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20249         * ext/vorbis/vorbisenc.h:
20250         Added a raw vorbis encoder to be used with the oggmuxer.
20251         We still need the old encoder for some gnome applications,
20252         read the README to find out how that works.
20253         The raw encoder is called "rawvorbisenc" until 0.9.
20254
20255 2004-05-10  Wim Taymans  <wim@fluendo.com>
20256
20257         * ext/ogg/gstogg.c: (plugin_init):
20258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20259         (gst_ogg_print):
20260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20261         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20262         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20263         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20264         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20265         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20266         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20267         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20268         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20269         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20270         Added an ogg muxer.
20271         Small typo fixes in the demuxer.
20272
20273 2004-05-10  Wim Taymans  <wim@fluendo.com>
20274
20275         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20276         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20277         (theora_enc_change_state), (theora_enc_set_property),
20278         (theora_enc_get_property):
20279         Mark the last packet with an EOS flag which is not really needed
20280         in gstreamer.
20281         Do some better video framerate initialisation.
20282         Update the buffer timestamp.
20283
20284 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
20285
20286         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20287         Return the result of the parent state change call
20288
20289 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20290
20291         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20292         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20293         * gst/law/alaw-encode.c : (idem)
20294         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20295         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20296         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20297
20298 2004-05-09  Benjamin Otte  <otte@gnome.org>
20299
20300         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20301           don't use a fixed buffer size when writing variable length data to
20302           it. Fixes memory corruption and makes alsasrc work
20303
20304 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20305
20306         * ext/gnomevfs/gstgnomevfssink.c:
20307         (_gst_boolean_allow_overwrite_accumulator),
20308         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20309           Run glib's default signal handler (??) in RUN_CLEANUP rather than
20310           RUN_LAST, and don't use that to set the accumulator value because
20311           then it's always FALSE.
20312
20313 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20314
20315         * gst-libs/gst/riff/riff-media.c:
20316         (gst_riff_create_video_caps_with_data),
20317         (gst_riff_create_audio_caps),
20318         (gst_riff_create_audio_template_caps):
20319         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20320           Fix for unaligned RIFF files (i.e. where all the chunks together
20321           in a LIST chunk are not of the same size as the size given in
20322           the LIST chunk header). Fixes several odd WAVE files. Also fix
20323           ADPCM (block_align property) in audio, so that wavparse based
20324           on this works now as it used to stand-alone.
20325
20326 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
20327
20328         reviewed by Benjamin Otte  <otte@gnome.org>
20329
20330         * ext/a52dec/gsta52dec.c:
20331         * ext/divx/gstdivxdec.c:
20332         * ext/divx/gstdivxenc.c:
20333         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20334         * ext/faac/gstfaac.c: (gst_faac_base_init):
20335         * ext/faad/gstfaad.c: (gst_faad_base_init):
20336         * ext/ivorbis/vorbisfile.c:
20337         * ext/lame/gstlame.c:
20338         * ext/libfame/gstlibfame.c:
20339         * ext/mpeg2enc/gstmpeg2enc.cc:
20340         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20341         * ext/sidplay/gstsiddec.cc:
20342         * ext/speex/gstspeexdec.c:
20343         * ext/speex/gstspeexenc.c:
20344         * ext/xvid/gstxviddec.c:
20345         * ext/xvid/gstxvidenc.c:
20346           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20347           (fixes #142193)
20348
20349 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20350
20351         * ext/alsa/gstalsa.c: (device_list),
20352         (gst_alsa_class_probe_devices):
20353         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20354           Fix alsa oddness in mixer after the combination of using mixer
20355           in source/sink elements and using hw:x,y instead of just hw:x.
20356
20357 2004-05-09  Benjamin Otte  <otte@gnome.org>
20358
20359         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20360         (gst_wavparse_create_sourcepad):
20361           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20362           sourcepads
20363
20364 2004-05-09  Benjamin Otte  <otte@gnome.org>
20365
20366         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20367           allow discont events before caps nego
20368
20369 2004-05-08  Benjamin Otte  <otte@gnome.org>
20370
20371         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20372           don't leak events
20373
20374 2004-05-08  Benjamin Otte  <otte@gnome.org>
20375
20376         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20377         (gst_level_change_state), (gst_level_init):
20378         * gst/level/gstlevel.h:
20379           figure out if we're initialized directly instead of keeping a
20380           variable that's wrong in 90% of cases
20381           don't initialize pads and then leak them and use a new unitialized
20382           pad. (fixes #142084)
20383           these were bugs so n00bish I didn't find them for an hour :/
20384
20385 2004-05-08 Iain <iain@prettypeople.org>
20386
20387         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20388         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20389         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20390         return the length that was read.
20391         (gst_riff_read_strf_auds): Allow fmt tags as well.
20392
20393 2004-05-07  David Schleef  <ds@schleef.org>
20394
20395         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20396         signed char assumption in faad.h.
20397
20398 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20399
20400         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20401           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20402
20403 2004-05-07  Colin Walters  <walters@redhat.com>
20404
20405         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20406         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20407         function.
20408         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20409         Add dispose function.
20410
20411 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
20412         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20413           Fix caps nego and pad templates. RGB mode caps should
20414           work now.
20415         * ext/dvdnav/gst-dvd:
20416           Move mpeg2dec inside the thread because otherwise the
20417           queue rejects cap changes mid-stream
20418         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20419         (gst_mpeg2dec_flush_decoder):
20420           For mpeg2dec > 0.4.0, call the flush function instead of
20421           manually extracting all in-flight frames.
20422         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20423         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20424           Change mime type video/dv go video/x-dv to match the
20425           rest of gst-plugins
20426
20427 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20428
20429         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20430         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20431         (gst_alsa_sink_class_init):
20432         * ext/alsa/gstalsasink.h:
20433         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20434         (gst_alsa_src_class_init):
20435         * ext/alsa/gstalsasrc.h:
20436           Make alsasink/src a subclass of alsamixer so that mixer stuff
20437           shows up in gst-rec. Needs some finetuning.
20438
20439 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20440
20441         * ext/lame/gstlame.c: (gst_lame_chain):
20442           simplify
20443         * ext/mad/gstmad.c: (gst_mad_handle_event):
20444           fix event leak
20445         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20446           be able to detect mp3 files < 4096 bytes
20447
20448 2004-05-06  Wim Taymans  <wim@fluendo.com>
20449
20450         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20451         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20452         (theora_enc_set_property), (theora_enc_get_property):
20453         Also encode the first frame, cleanup some code.
20454
20455 2004-05-06  Wim Taymans  <wim@fluendo.com>
20456
20457         * ext/mpeg2enc/gstmpeg2enc.cc:
20458         Forward events first before deciding that negotiation was
20459         not performed.
20460
20461 2004-05-06  Wim Taymans  <wim@fluendo.com>
20462
20463         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20464         First process the events before deciding that negotiation
20465         was not performed.
20466
20467 2004-05-06  Wim Taymans  <wim@fluendo.com>
20468
20469         * ext/theora/Makefile.am:
20470         * ext/theora/theora.c: (plugin_init):
20471         * ext/theora/theoradec.c: (theora_dec_change_state):
20472         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20473         (gst_theora_enc_class_init), (gst_theora_enc_init),
20474         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20475         (theora_enc_chain), (theora_enc_change_state),
20476         (theora_enc_set_property), (theora_enc_get_property):
20477         Added a theora encoder, grouped the encoder and decoder into the
20478         same plugin.
20479
20480 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20481
20482         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20483         (gst_jpegenc_chain):
20484         fix DURATION on outgoing buffers
20485         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20486         debug using time formats
20487         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20489         (gst_xvimagesink_sink_link):
20490         windows with width/height 0 generate X errors, so don't allow them
20491
20492 2004-05-05  Wim Taymans  <wim@fluendo.com>
20493
20494         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20495         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20496         (gst_mpeg2dec_negotiate_format):
20497         * ext/mpeg2dec/gstmpeg2dec.h:
20498           removed the static pad template so that we can add the
20499           more accurate framerate value to the caps.
20500
20501
20502 2004-05-04  Benjamin Otte  <otte@gnome.org>
20503
20504         * configure.ac:
20505           check for kdemacros.h, too (should fix #141821)
20506         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20507           don't crash if no header was sent, but nicely error out (fixes part
20508           of #141554)
20509
20510 2004-05-04  Wim Taymans  <wim@fluendo.com>
20511
20512         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
20513         parent dispose function to avoid segfault on destroy.
20514
20515 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20516
20517         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20518         (plugin_init):
20519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20520         (gst_xvimagesink_sink_link):
20521         clean up debugging caps
20522         also recreate xvimage when format has changed
20523
20524 2004-05-04  Benjamin Otte  <otte@gnome.org>
20525
20526         * ext/libvisual/Makefile.am:
20527         * ext/libvisual/visual.c: (gst_visual_class_init),
20528         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
20529         (gst_visual_srclink), (gst_visual_chain),
20530         (gst_visual_change_state), (plugin_init):
20531           use a GstAdapter to correctly adapt buffer sizes - allows using a
20532           framerate
20533
20534 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20535
20536         * sys/v4l/gstv4lelement.h:
20537         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20538         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
20539         (gst_v4lsrc_buffer_free):
20540         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
20541         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20542         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
20543         (gst_v4lsrc_requeue_frame):
20544         move some debugging categories around
20545         query for fps index and set accordingly if found
20546
20547 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20548
20549         * ext/lame/gstlame.c:
20550         correct defaults that lame_init puts out of range
20551
20552 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20553
20554         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
20555         (gst_divxenc_class_init):
20556         fix range since -1 is the default
20557         * gst/mpeg1sys/gstmpeg1systemencode.c:
20558         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
20559         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
20560         (gst_rtjpegdec_chain):
20561         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
20562         (gst_rtjpegenc_chain):
20563         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
20564         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
20565         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
20566         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
20567         * sys/v4l/gstv4lsrc.c:
20568         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20569         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20570         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20571         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
20572         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
20573           remove gst_info calls
20574
20575 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20576
20577         * Makefile.am:
20578         * po/af.po:
20579         * po/az.po:
20580         * po/en_GB.po:
20581         * po/nl.po:
20582         * po/sr.po:
20583         * po/sv.po:
20584           Updated translations
20585
20586 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20587
20588         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20589           refactor/comment code
20590
20591 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20592
20593         * gst/asfdemux/Makefile.am:
20594         * gst/asfdemux/asfheaders.c:
20595         * gst/asfdemux/asfheaders.h:
20596         * gst/asfdemux/gstasf.c: (plugin_init):
20597         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
20598         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
20599         (gst_asf_demux_setup_pad):
20600         * gst/asfdemux/gstasfdemux.h:
20601         * gst/asfdemux/gstasfmux.c:
20602         * gst/asfdemux/gstasfmux.h:
20603           Add tagging support to demuxer, split out registration in its own
20604           file instead of in demux (hacky), and prevent having some tables
20605           in our memory multiple times (in asfheaders.h).
20606
20607 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20608
20609         * gst/matroska/matroska-demux.c:
20610         (gst_matroska_demux_parse_metadata):
20611         * gst/matroska/matroska-ids.h:
20612           Basic tag reading support.
20613
20614 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20615
20616         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20617           Really detect ac-3 audio.
20618         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
20619           really detect matroska files (off-by-1).
20620
20621 2004-04-30  David Schleef  <ds@schleef.org>
20622
20623         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20624         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
20625         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
20626         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
20627         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
20628         hackage -- parse a lot more atoms, extract a few tags.  One might even
20629         mistake this for tag support.  Maybe it is.
20630         * gst/qtdemux/qtdemux.h:
20631
20632 2004-04-30  Colin Walters  <walters@verbum.org>
20633
20634         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
20635
20636 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20637
20638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20639         (gst_ffmpegcolorspace_getcaps):
20640           remove broken nego fix
20641
20642 2004-04-30  Benjamin Otte  <otte@gnome.org>
20643
20644         * configure.ac:
20645         * ext/Makefile.am:
20646         * ext/libvisual/Makefile.am:
20647         * ext/libvisual/visual.c:
20648           add initial support for libvisual (http://libvisual.sourceforge.net)
20649           libvisual is still quite alpha, so expect crashes in there :)
20650
20651 2004-04-29  David Schleef  <ds@schleef.org>
20652
20653         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
20654         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
20655         up qtdemux to make it spit out codec_data.  Do _not_ look at this
20656         code; you will no longer respect me.
20657
20658 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20659
20660         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
20661         * ext/alsa/gstalsa.h :
20662         change alsa pcm device discovery to find more than 1 device
20663         per card. code review by Ronald.
20664
20665 2004-04-29  David Schleef  <ds@schleef.org>
20666
20667         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
20668         Add a check for a driver bug on FreeBSD.  (bug #140565)
20669
20670 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20671
20672         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
20673         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20674         (gst_jpegenc_getcaps):
20675           move format setting to inner loop
20676         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20677         (gst_ffmpegcolorspace_getcaps):
20678           use GST_PAD_CAPS if available so that we use already negotiated
20679           caps
20680         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20681         (qtdemux_parse_moov), (qtdemux_parse):
20682           extra debugging
20683         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
20684         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
20685           move hardcoded path to DEFINE
20686
20687 2004-04-28  David Schleef  <ds@schleef.org>
20688
20689         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
20690         (bug #140064)
20691
20692 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20693
20694         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20695           Don't probe for playback device if we're a source element. Fixes
20696           #139658.
20697
20698 2004-04-29  Benjamin Otte  <otte@gnome.org>
20699
20700         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20701         (gst_id3_tag_chain):
20702           rewrite buffer offset
20703
20704 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20705
20706         * configure.ac:
20707         * ext/Makefile.am:
20708         * ext/dts/Makefile.am:
20709         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
20710         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
20711         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
20712         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
20713         (gst_dtsdec_loop), (gst_dtsdec_change_state),
20714         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
20715         (plugin_init):
20716         * ext/dts/gstdtsdec.h:
20717           New DTS decoder.
20718         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
20719         (gst_faad_srcconnect):
20720           Add ESDS atom handling (.m4a).
20721
20722 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20723
20724         * ext/divx/gstdivxdec.c: (plugin_init):
20725           Remove comment that makes no sense.
20726         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
20727           Fix for obvious typo that resulted in warnings during gst-register.
20728         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
20729         (gst_xviddec_sink_link):
20730           Fix caps negotiation a bit better.
20731         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20732           We call this 'codec_data', not 'esds'.
20733
20734 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20735
20736         * gst/monoscope/gstmonoscope.c:
20737           make sure we only provide 256x128
20738         * gst/monoscope/monoscope.c: (monoscope_init):
20739           assert size of 256x128
20740
20741 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20742
20743         * Makefile.am:
20744         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
20745         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
20746           fixate to max width and height of device
20747
20748 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20749
20750         * Makefile.am:
20751         * sys/v4l/gstv4l.c:
20752         * sys/v4l/gstv4lsrc.c:
20753         * sys/v4l/v4l_calls.c:
20754         * sys/v4l/v4lsrc_calls.c:
20755           fix for qc-usb driver which fakes having more than one buffer
20756           by handing the same buffer twice, which confused GStreamer's/v4lsrc
20757           buffer_free override
20758           add debugging
20759
20760 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20761
20762         * Makefile.am:
20763         * gst/videotestsrc/gstvideotestsrc.c:
20764         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
20765         (gst_videotestsrc_init), (gst_videotestsrc_get),
20766         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
20767         * gst/videotestsrc/gstvideotestsrc.h:
20768           add num-buffers property
20769
20770         2004-04-26  Benjamin Otte  <otte@gnome.org>
20771
20772         * ext/mad/gstid3tag.c: (plugin_init):
20773           set id3mux rank to NONE so it doesn't confuse spider
20774           require audio/mpeg,mpegversion=1 in id3mux
20775
20776 2004-04-26  Benjamin Otte  <otte@gnome.org>
20777
20778         * configure.ac:
20779           detect faad correctly as non-working if it's indeed non-working
20780
20781 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20782
20783         * Makefile.am:
20784         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20785         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
20786         fix _getcaps so it only negotiates to its supported format
20787
20788 2004-04-25  Benjamin Otte  <otte@gnome.org>
20789
20790         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20791           fix memleak
20792
20793 2004-04-23  Benjamin Otte  <otte@gnome.org>
20794
20795         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20796           audio/x-raw-int with height rules! not. Now it's depth.
20797
20798 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20799
20800         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
20801         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20802         (gst_wavparse_loop):
20803           Missing variable initialization. Add handling of DVI ADPCM. Fix
20804           mis-parsing of LIST chunks. This works around a bug where we mis-
20805           parse non-aligning LIST chunks (so LIST chunks where the contents
20806           don't align with the actual LIST size). The correct fix is to use
20807           rifflib, I'm not going to fix wavparse - too much work. All this
20808           fixes #104878.
20809
20810 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20811
20812         reviewed by Benjamin Otte  <otte@gnome.org>
20813
20814         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20815           fix shoutcast not working (fixes #140844)
20816
20817 2004-04-22  Benjamin Otte  <otte@gnome.org>
20818
20819         * ext/hermes/gsthermescolorspace.c:
20820         (gst_hermes_colorspace_caps_remove_format_info):
20821         * gst/colorspace/gstcolorspace.c:
20822         (gst_colorspace_caps_remove_format_info):
20823         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20824         (gst_ffmpegcolorspace_caps_remove_format_info):
20825           s/gst_caps_simplify/gst_caps_do_simplify/
20826
20827 2004-04-22  Benjamin Otte  <otte@gnome.org>
20828
20829         * gst-libs/gst/riff/riff-media.c:
20830         (gst_riff_create_video_caps_with_data):
20831           mpegversion is an int
20832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
20833           don't try to create pad templates with NULL caps, use any caps
20834           instead.
20835
20836 2004-04-20  David Schleef  <ds@schleef.org>
20837
20838         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
20839         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
20840         (bug #140384)
20841
20842 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
20843
20844         reviewed by David Schleef
20845
20846         * ext/mad/gstid3tag.c: Add stdlib.h
20847         * gst/rtp/gstrtpgsmenc.c: same
20848         * gst/tags/gstid3tag.c: same
20849         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
20850         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
20851         GST_DISABLE_LOADSAVE use.
20852         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
20853         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
20854         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
20855         atol(3)).
20856         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
20857         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
20858         strtoul(3)).
20859         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
20860         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
20861         $(ID3_CFLAGS).
20862         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
20863         $(LIBFAME_CFLAGS).
20864
20865 2004-04-20  David Schleef  <ds@schleef.org>
20866
20867         * gst/realmedia/rmdemux.c:  This was supposed to part of the
20868         last checkin.  Same idea.
20869
20870 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
20871
20872         reviewed by David Schleef
20873
20874         * configure.ac: bump required gstreamer version to 0.8.1.1
20875         because of following changes [--ds]
20876
20877         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
20878         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
20879         (gst_riff_read_header):  Use GST_READ_UINT*
20880         macros to access possibly unaligned memory.
20881
20882         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
20883         (mp3_type_find):  Use GST_READ_UINT*
20884         macros to access possibly unaligned memory.
20885         (mp3_type_find, mpeg1_parse_header, qt_type_find)
20886         (speex_type_find): Likewise
20887
20888         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
20889
20890         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
20891         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
20892         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
20893         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
20894         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
20895         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
20896         macros to access possibly unaligned memory.
20897
20898         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
20899         Likewise.
20900
20901         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
20902         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
20903
20904         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20905         Likewise.
20906
20907         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
20908         (gst_mpeg2subt_chain_subtitle): Likewise.
20909
20910         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
20911         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
20912         Likewise.
20913
20914         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
20915         Likewise.
20916
20917         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
20918         Likewise.
20919
20920         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
20921         Likewise.
20922
20923 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20924
20925         * configure.ac:
20926           update required version of GStreamer because of GST_TIME_FORMAT
20927
20928 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20929
20930         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
20931           remove leftover g_print
20932         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20933           don't try setting only a subset of the caps. We don't want to kill
20934           autoplugging on purpose
20935
20936 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20937
20938         * sys/ximage/ximagesink.c: (plugin_init):
20939         * sys/xvimage/xvimagesink.c: (plugin_init):
20940           add debugging categories
20941
20942 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20943
20944         * po/en_GB.po:
20945         * po/LINGUAS:
20946           Adding en_GB translation (Gareth Owen)
20947
20948 2004-04-20  David Schleef  <ds@schleef.org>
20949
20950         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20951         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
20952         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
20953         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
20954         A number of new features and hacks to extract the esds atom and
20955         put it into the caps.  (bug #137724)
20956
20957 2004-04-19  David Schleef  <ds@schleef.org>
20958
20959         * gconf/Makefile.am: Fix for non-GNU make
20960         * gst-libs/gst/Makefile.am: Change directory order to handle
20961         GstPlay linking with gstinterfaces
20962         * gst-libs/gst/audio/make_filter: make use of tr portable
20963         * gst-libs/gst/play/Makefile.am: Add intended \
20964         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20965         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
20966         function prototype instead of void *.
20967         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
20968         macro.
20969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20970         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
20971         * gst/videofilter/make_filter: make use of tr portable
20972         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
20973
20974 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20975
20976         * po/LINGUAS:
20977         * po/uk.po:
20978           Added Ukrainian translation (Maxim V. Dziumanenko)
20979
20980 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20981
20982         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
20983         (gst_gsmdec_link), (gst_gsmdec_chain):
20984           Fix capsnego, simplify chain function slightly.
20985         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20986           Add GSM.
20987
20988 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20989
20990         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20991         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
20992         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
20993           Hack to make wavparse work with spider (always -> sometimes pad).
20994           Fixes #135862 && #140411.
20995
20996 2004-04-18  Benjamin Otte  <otte@gnome.org>
20997
20998         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20999         (gst_osselement_rate_probe_check),
21000         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
21001           get rid of \n in debug output
21002
21003 2004-04-17  Iain <iain@prettypeople.org>
21004
21005         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
21006         not just EOS.
21007
21008 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21009
21010         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21011         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
21012         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
21013         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
21014         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21015         (gst_id3_tag_change_state), (plugin_init):
21016           deprecate id3tag element and replace with id3demux/id3mux.
21017           great side effect: this ugly file is now even uglier, yay!
21018         * ext/mad/gstmad.h:
21019           remove non-available function
21020           update for new get_type
21021
21022 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21023
21024         * configure.ac:
21025           require mpeg2dec >= 0.4.0
21026
21027 2004-04-17  Benjamin Otte  <otte@gnome.org>
21028
21029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21030         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21031         (gst_xvimagesink_set_xwindow_id):
21032           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
21033           assorted cleanup fixes.
21034
21035 2004-04-16  David Schleef  <ds@schleef.org>
21036
21037         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
21038         * sys/xvimage/xvimagesink.h: same
21039
21040 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21041
21042         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21043           Fix GST_ELEMENT_ERROR with (NULL)
21044
21045 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21046
21047         * gst-libs/gst/riff/riff-media.c:
21048         (gst_riff_create_video_caps_with_data):
21049           Add div[3456] as fourccs for DivX 3 (fixes #140137).
21050
21051 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21052
21053         * gst-libs/gst/riff/riff-media.c:
21054         (gst_riff_create_video_caps_with_data),
21055         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
21056         (gst_riff_create_video_template_caps),
21057         (gst_riff_create_audio_template_caps):
21058         * gst-libs/gst/riff/riff-media.h:
21059         * gst-libs/gst/riff/riff-read.c:
21060         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
21061         * gst-libs/gst/riff/riff-read.h:
21062         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21063           Add MS RLE support. I added some functions to read out strf chunks
21064           into strf chunks and the data behind it. This is usually color
21065           palettes (as in RLE, but also in 8-bit RGB). Also use those during
21066           caps creation. Lastly, add ADPCM (similar to wavparse - which
21067           should eventually be rifflib based).
21068         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
21069         (gst_matroska_demux_init), (gst_matroska_demux_reset):
21070         * gst/matroska/matroska-demux.h:
21071           Remove placeholders for some prehistoric tagging system. Didn't add
21072           support for any tag system really anyway.
21073         * gst/qtdemux/qtdemux.c:
21074           Add support for audio/x-m4a (MPEG-4) through spider.
21075         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21076         (gst_wavparse_loop):
21077           ADPCM support (#135862). Increase max. buffer size because we
21078           cannot split buffers for ADPCM (screws references) and I've seen
21079           files with 2048 byte chunks. 4096 seems safe for now.
21080
21081 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21082
21083         * configure.ac: bump nano to 1
21084
21085 === release 0.8.1 ===
21086
21087 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21088
21089         * configure.ac: releasing 0.8.1, "Comforting Sounds"
21090
21091 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21092
21093         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21094           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
21095           Fixes #140058
21096
21097 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21098
21099         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
21100           lower rank of dvddemux so that it's not used for mpeg playback.
21101
21102 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21103
21104         * configure.ac:
21105           save libs correctly when checking mad
21106
21107 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21108
21109         * ext/mad/gstid3tag.c: (plugin_init):
21110           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
21111
21112 2004-04-13  David Schleef  <ds@schleef.org>
21113
21114         * common/m4/gst-feature.m4: Call -config scripts with
21115         --plugin-libs if it is supported.
21116         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
21117         JPEG images are image/jpeg.
21118         * gst/debug/Makefile.am:
21119         * gst/debug/negotiation.c: (gst_negotiation_class_init),
21120         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
21121         (gst_negotiation_update_caps), (gst_negotiation_get_property),
21122         (gst_negotiation_plugin_init): Add a property that acts like
21123         filter caps.
21124         * testsuite/gst-lint:  Move license checking to be a standard
21125         test.
21126
21127 2004-04-13  David Schleef  <ds@schleef.org>
21128
21129         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
21130         patch from Sebastien Cote (bug #139958)
21131
21132 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21133
21134         * examples/gstplay/Makefile.am:
21135         * examples/gstplay/player.c: (main):
21136           make the commandline player example use gconf settings
21137
21138 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21139
21140         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21141         (gst_cacasink_sinkconnect), (gst_cacasink_init),
21142         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
21143           init/end library during state transition, not object
21144           creation/disposal.  get rid of custom dispose handler.
21145
21146
21147 2004-04-12  Christian Schaller <Uraeus@gnome.org>
21148
21149         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
21150         be a symlink
21151
21152 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21153
21154         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
21155           Handle JUNK chunks inside data section. Prevents warnings.
21156
21157 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21158
21159         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21160         (gst_riff_create_video_template_caps):
21161           Add MS video v1.
21162         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21163         (gst_avi_demux_stream_data):
21164           Add support for "rec-list" chunks.
21165
21166 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21167
21168         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21169           Fix another codecname mismatch.
21170
21171 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21172
21173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21174           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
21175           so that MJPEG plays back.
21176
21177 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21178
21179         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21180         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
21181         * gst/mpeg1videoparse/gstmp1videoparse.h:
21182           Fix for some slight mis-cuts in buffer parsing, and for some
21183           potential overflows or faults-causers. Adds disconts. Also fixes
21184           #139105 while we're at it.
21185
21186 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21187
21188         * configure.ac:
21189         * sys/v4l2/gstv4l2element.h:
21190           Workaround for missing struct v4l2_buffer declaration in Suse 9
21191           and Mandrake 10 linux/videodev2.h header file (#135919).
21192
21193 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21194
21195         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21196           Bail out if no filename was given.
21197
21198 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21199
21200         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21201         (gst_v4l2_fourcc_from_structure):
21202           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21203           Y41B somewhere).
21204
21205 2004-04-09  Benjamin Otte  <otte@gnome.org>
21206
21207         * ext/gnomevfs/gstgnomevfssink.c:
21208         (_gst_boolean_allow_overwrite_accumulator),
21209         (gst_gnomevfssink_class_init):
21210           fix erase signal - if any handler returns false the file will not be
21211           overwritten. If no handler is connected, the file will not be
21212           overwritten either.
21213           renamed signal to "allow-overwrite"
21214         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21215           free string when adding it to ID3 failed
21216         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21217           unref event when done
21218         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21219           free caps
21220         * gst/typefind/gsttypefindfunctions.c:
21221         (mpeg_video_stream_type_find):
21222           fix invalid read
21223
21224 2004-04-08  David Schleef  <ds@schleef.org>
21225
21226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21227         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21228
21229 2004-04-08  David Schleef  <ds@schleef.org>
21230
21231         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21232         we don't support (bug #139532)
21233
21234 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21235
21236         * ext/mad/gstmad.c: (gst_mad_handle_event),
21237         (gst_mad_check_caps_reset), (gst_mad_chain),
21238         (gst_mad_change_state):
21239           only set explicit caps if they haven't been set before for
21240           this stream.  MPEG-audio sample rate/channels aren't allowed
21241           to change in-stream.
21242           Fixes #139382
21243
21244 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21245
21246         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21247         (_gst_boolean_did_something_accumulator),
21248         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21249         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21250         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21251         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21252         (gst_gnomevfssink_change_state):
21253           Fix erase signal. Don't erase by default. Remove handoff signal.
21254           Remove erase property. Don't segfault. General cleanup.
21255
21256 2004-04-07  Benjamin Otte  <otte@gnome.org>
21257
21258         * gst-libs/gst/gconf/test-gconf.c: (main):
21259           add missing gst_init
21260
21261 2004-04-07  Benjamin Otte  <otte@gnome.org>
21262
21263         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21264           free the mutexes, too
21265
21266 2004-04-07  Benjamin Otte  <otte@gnome.org>
21267
21268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21269           actually free the URI string
21270         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21271           compute offset correctly when passing discont events
21272         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21273           don't leak discont events
21274         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21275           add some missing breaks so caps aren't copied randomly
21276         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21277           if we realloc memory, we better use it
21278
21279 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21280
21281         * ext/mad/gstmad.c: (normal_seek):
21282           fix GST_FORMAT_TIME usage
21283
21284 2004-04-05  David Schleef  <ds@schleef.org>
21285
21286         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
21287         a deprecated function (hack!)
21288
21289 2004-04-05  Benjamin Otte  <otte@gnome.org>
21290
21291         * ext/esd/esdmon.c: (gst_esdmon_get):
21292           fix nonterminated vararg and memleak
21293
21294 2004-04-05  Benjamin Otte  <otte@gnome.org>
21295
21296         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21297         (gst_ladspa_init), (gst_ladspa_force_src_caps),
21298         (gst_ladspa_set_property), (gst_ladspa_get_property),
21299         (gst_ladspa_instantiate), (gst_ladspa_activate),
21300         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21301           clean up debugging
21302
21303 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
21304
21305         reviewed by Benjamin Otte  <otte@gnome.org>
21306
21307         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21308           check for broken LADSPA parameters (fixes #138635)
21309
21310 2004-04-05  Benjamin Otte  <otte@gnome.org>
21311
21312         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21313           advertise buffer-frames correctly on sinkpads
21314
21315 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21316
21317         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21318         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21319         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21320         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21321         (gst_mad_check_caps_reset), (gst_mad_chain):
21322         add more debugging, only reset caps when we're not in error state
21323
21324 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21325
21326         * ext/mad/gstmad.c: add debugging category, comment + cleanups
21327
21328 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21329
21330         reviewed by Benjamin Otte  <otte@gnome.org>
21331
21332         * configure.ac:
21333           fix == in test(1) operator
21334
21335 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21336
21337         reviewed by Benjamin Otte  <otte@gnome.org>
21338
21339         * configure.ac:
21340           fix --export-symblos-regex to a working regex.
21341
21342 2004-04-04  Benjamin Otte  <otte@gnome.org>
21343
21344         * sys/oss/.cvsignore:
21345           add for oss_probe
21346
21347 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21348
21349         reviewed by Benjamin Otte  <otte@gnome.org>
21350
21351         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21352           add missing 'new_media' argument (fixes #138168)
21353         * gst/matroska/matroska-demux.c:
21354         (gst_matroska_demux_handle_seek_event):
21355           add vararg terminator (fixes #138169)
21356
21357 2004-04-02  David Schleef  <ds@schleef.org>
21358
21359         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
21360         disted (bug #138914)
21361
21362 2004-04-01  Benjamin Otte  <otte@gnome.org>
21363
21364         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21365         (gst_alsa_close_audio):
21366           handle case better where a soundcard can't pause
21367         * ext/ogg/gstoggdemux.c:
21368           don't crash when we get events but don't have pads yet
21369
21370 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21371
21372         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21373           throw an error if we couldn't probe any caps.
21374
21375 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21376
21377         * ext/dvdnav/gst-dvd:
21378         Add a really simple sample DVD player
21379
21380 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21381
21382         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21383         (gst_a52dec_push), (gst_a52dec_handle_event),
21384         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21385         (gst_a52dec_change_state):
21386         * ext/a52dec/gsta52dec.h:
21387           Use a debug category, Output timestamps correctly
21388           Emit tag info, Handle events, tell liba52dec about cpu
21389           capabilities so it can use MMX etc.
21390         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21391           Fix a crasher accessing invalid memory
21392         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21393         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21394         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21395         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21396         (dvdnavsrc_query):
21397           Some support for byte-format seeking.
21398           Small fixes for still frames and menu button overlays
21399         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21400         (gst_mpeg2dec_alloc_buffer):
21401           Use a debug category. Adjust the report level of several items to
21402           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21403           so it doesn't lose the GstBuffer pointer
21404         * gst/debug/Makefile.am:
21405         * gst/debug/gstdebug.c: (plugin_init):
21406         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21407         (gst_navseek_base_init), (gst_navseek_class_init),
21408         (gst_navseek_init), (gst_navseek_seek),
21409         (gst_navseek_handle_src_event), (gst_navseek_set_property),
21410         (gst_navseek_get_property), (gst_navseek_chain),
21411         (gst_navseek_plugin_init):
21412         * gst/debug/gstnavseek.h:
21413           Add the navseek debug element for seeking back and forth in a
21414           video stream using arrow keys.
21415         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21416         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21417         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21418         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21419         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21420         (gst_mpeg2subt_parse_header), (gst_get_nibble),
21421         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21422         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21423         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21424         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21425         * gst/mpeg2sub/gstmpeg2subt.h:
21426           Pretty much a complete rewrite. Now a loopbased element. May still
21427           require work to properly synchronise subtitle buffers.
21428         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21429         (gst_dvd_demux_send_subbuffer):
21430         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21431           Don't attempt to create subbuffers of size 0
21432           Reduce a couple of error outputs to warnings.
21433         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21434         (gst_y4mencode_chain):
21435         Output the y4m frame header correctly.
21436
21437 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21438
21439         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21440           throw errors instead of allowing SIGFPE
21441
21442 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21443
21444         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21445         (gst_gconf_render_bin_from_key):
21446           leak plugging and style fixing
21447
21448 2004-03-31  David Schleef  <ds@schleef.org>
21449
21450         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21451         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21452         (bug #138225)
21453         * gst/debug/Makefile.am:
21454         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21455         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
21456         plugin.
21457         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21458         (gst_negotiation_base_init), (gst_negotiation_class_init),
21459         (gst_negotiation_init), (gst_negotiation_getcaps),
21460         (gst_negotiation_pad_link), (gst_negotiation_chain),
21461         (gst_negotiation_set_property), (gst_negotiation_get_property),
21462         (gst_negotiation_plugin_init):  New element to talk about random
21463         negotiation things happening in a pipeline.
21464
21465 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21466
21467         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21468           fix integer addition with help of Stefan Kost
21469
21470 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21471
21472         * po/nl.po: updated Dutch translation (Elros Cyriatan)
21473
21474 2004-03-30  David Schleef  <ds@schleef.org>
21475
21476         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21477         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
21478         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21479         (bug #137504)
21480         * ext/mpeg2dec/gstmpeg2dec.h:
21481
21482 2004-03-30  David Schleef  <ds@schleef.org>
21483
21484         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21485
21486 2004-03-30  David Schleef  <ds@schleef.org>
21487
21488         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
21489         Michael Petullo) to handle .mov
21490
21491 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21492
21493         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21494         (gst_osselement_rate_check_rate):
21495           probe caps correctly for sound cards that only support one format
21496
21497 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21498
21499         * ext/kio/kiosrc.cpp: (process_events):
21500           update handling event processing if inside KDE - untested
21501
21502 2004-03-29  David Schleef  <ds@schleef.org>
21503
21504         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
21505         by 2 to not interfere with other colorspaces.
21506         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
21507         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
21508         one to not interfere with ffmpeg_colorspace.
21509
21510 2004-03-29  David Schleef  <ds@schleef.org>
21511
21512         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
21513         aren't in the caps.
21514         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
21515         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
21516
21517 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21518
21519         * gst-libs/gst/riff/riff-media.c:
21520           fail on error, don't try to set stuff on NULL caps
21521
21522 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21523
21524         * configure.ac:
21525         * ext/Makefile.am:
21526         * ext/kio/Makefile.am:
21527         * ext/kio/kioreceiver.cpp:
21528         * ext/kio/kioreceiver.h:
21529         * ext/kio/kiosrc.cpp:
21530         * ext/kio/kiosrc.h:
21531           add experimental kiosrc plugin
21532         * ext/alsa/gstalsaplugin.c: (plugin_init):
21533           initialize debugging category only when we're sure registering the
21534           plugins worked.
21535
21536 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21537
21538         * examples/gstplay/player.c: (main):
21539         * gst-libs/gst/play/play.c: (gst_play_class_init),
21540         (gst_play_set_location), (gst_play_set_data_src),
21541         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21542         (gst_play_set_visualization), (gst_play_connect_visualization):
21543           check return values of element_set_state and return FALSE where
21544           failed
21545
21546 2004-03-29  Benjamin Otte  <otte@gnome.org>
21547
21548         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21549           try harder to check if an event is really a discont
21550
21551 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21552
21553         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
21554         * po/az.po:
21555
21556 2004-03-28  Benjamin Otte  <otte@gnome.org>
21557
21558         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
21559         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21560         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21561           get rid of non-standard "..." ranges in case statements.
21562
21563 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
21564
21565         * gst/mpegstream/gstmpegdemux.c:
21566         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
21567         specific functionality split to the new dvddemux element.
21568         * gst/mpegstream/gstdvddemux.c:
21569         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
21570         streams, derived from mpegdemux.
21571         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
21572         up. SCR based timestamp rewriting can be turned off (will probably
21573         completely disappear soon).
21574         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
21575         hacking. General cleanup. All printf statements replaced by
21576         debugging messages. Almost complete libdvdnav support.
21577         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
21578         by events. New properties for audio and subpicture languages.
21579         (dvdnavsrc_update_highlight): Now uses events.
21580         (dvdnavsrc_user_op): Cleaned up.
21581         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
21582         based). Lots of cleanup, and propper support for most libdvdnav
21583         events.
21584         (dvdnavsrc_make_dvd_event): New function.
21585         (dvdnavsrc_make_dvd_nav_packet_event): New function.
21586         (dvdnavsrc_make_clut_change_event): New function.
21587
21588 2004-03-26  Benjamin Otte  <otte@gnome.org>
21589
21590         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
21591           fix bug where typefinding would claim it's theora whenever less then
21592           7 bytes of data were available
21593
21594 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21595
21596         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
21597         (gst_alawdec_base_init), (gst_alawdec_class_init),
21598         (gst_alawdec_init), (gst_alawdec_chain):
21599         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
21600         (gst_alawenc_base_init), (gst_alawenc_class_init),
21601         (gst_alawenc_init), (gst_alawenc_chain):
21602         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
21603         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
21604         (gst_mulawdec_init), (gst_mulawdec_chain):
21605         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
21606         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
21607         (gst_mulawenc_init), (gst_mulawenc_chain):
21608           Fix capsnego in all four, remove the unused property functions and
21609           simplify the chain functions slightly. I guess we could use macros
21610           or something similar for those, since the code is so similar, but
21611           I'm currently too lazy...
21612
21613 2004-03-24  David Schleef  <ds@schleef.org>
21614
21615         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21616         (gst_osselement_close_audio), (gst_osselement_probe_caps),
21617         (gst_osselement_get_format_structure),
21618         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
21619         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
21620         (gst_osselement_rate_int_compare): Add code to handle rate probing
21621         (bug #120883)
21622         * sys/oss/gstosselement.h: same
21623         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
21624         Use rate probing provided by osselement.
21625         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
21626
21627 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21628
21629         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
21630         (gst_xvidenc_get_property):
21631           ulong/int mess-up.
21632
21633 2004-03-24  David Schleef  <ds@schleef.org>
21634
21635         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
21636         (gst_speexdec_init):
21637         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
21638         (gst_speexenc_init):  Create the pad template correctly (from
21639         the static pad template, not a NULL pointer.)
21640
21641 2004-03-25  Benjamin Otte  <otte@gnome.org>
21642
21643         * gst/debug/Makefile.am:
21644         * gst/debug/breakmydata.c:
21645           add element that quasi-randomly changes bytes in the stream.
21646           Intended use is robustness checking of demuxers and decoders in
21647           media tests.
21648
21649 2004-03-24  Benjamin Otte  <otte@gnome.org>
21650
21651         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21652         (gst_alsa_probe_hw_params):
21653         * ext/alsa/gstalsa.h:
21654           debugging output fixes
21655
21656 2004-03-24  Benjamin Otte  <otte@gnome.org>
21657
21658         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
21659           don't g_return_if_fail if element is PLAYING, fail silently as every
21660           other element.
21661         * gst/effectv/gstquark.c: (gst_quarktv_chain):
21662           only fix needed for cast lvalue issues in gst-plugins
21663         * gst/volenv/gstvolenv.c: (gst_volenv_init):
21664           add proxy_getcaps
21665
21666 2004-03-24  Benjamin Otte  <otte@gnome.org>
21667
21668         * gst/level/gstlevel.c: (gst_level_init):
21669           add proxying getcaps function, so level doesn't advertise impossible
21670           caps
21671
21672 2004-03-24  David Schleef  <ds@schleef.org>
21673
21674         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21675         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
21676         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
21677         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
21678         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
21679         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
21680         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
21681         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
21682         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
21683         messages.  Divide the chunk size by the compression ratio
21684         (needed for MACE audio)
21685
21686 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21687
21688         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21689           Fix buffer overflow read error.
21690
21691 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21692
21693         * ext/alsa/gstalsa.h:
21694           Remove unused entry.
21695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21696           Add cinepak.
21697         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
21698         (gst_videodrop_link), (gst_videodrop_chain):
21699           Fix, sort of. Was horribly broken with new capsnego. Bah...
21700
21701 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
21702
21703         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
21704         (plugin_init):
21705         Add a monkeysaudio typefind function
21706
21707 2004-03-23  Johan Dahlin  <johan@gnome.org>
21708
21709         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
21710         (gst_play_video_fixate): Check so the structure has the field
21711         before trying to fixate them, this makes it possible to have
21712         fakesinks for video and audio output without printing errors on
21713         the output console.
21714
21715 2004-03-22  David Schleef  <ds@schleef.org>
21716
21717         * sys/oss/Makefile.am:
21718         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
21719         (check_rate), (add_rate):  Rate probing test app.
21720
21721 2004-03-21  Benjamin Otte  <otte@gnome.org>
21722
21723         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21724         (_fixate_caps_to_int), (gst_audio_convert_fixate):
21725           add a fixation function that pretty much does the right thing (fixes
21726           #137556)
21727
21728 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
21729
21730         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
21731
21732 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21733
21734         reviewed by: Benjamin Otte  <otte@gnome.org>
21735
21736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21737           terminate gst_event_new_discontinuous correctly (fixes parts of
21738           #137711)
21739
21740 2004-03-19  David Schleef  <ds@schleef.org>
21741
21742         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
21743         since it doesn't depend on X, and it's part of our ABI.
21744
21745 2004-03-19  Iain <iain@prettypeople.org>
21746
21747         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
21748         is_int in the structure, not the local variable.
21749
21750 2004-03-19  David Schleef  <ds@schleef.org>
21751
21752         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
21753         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
21754         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
21755         Improvements in caps negotiation.
21756
21757 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21758
21759         * po/LINGUAS:
21760         * po/af.po:
21761           adding Afrikaans (Petri Jooste)
21762
21763 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21764
21765         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21766         (gst_ffmpegcolorspace_chain):
21767         throw error instead of g_critical (#137588)
21768
21769 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21770
21771         * Makefile.am:
21772         * configure.ac:
21773           dist common and m4 correctly
21774         * po/sv.po:
21775
21776 2004-03-17  David Schleef  <ds@schleef.org>
21777
21778         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
21779         (bug #137348)
21780
21781 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21782
21783         * po/LINGUAS:
21784         * po/sv.po:
21785           adding Swedish translation (Christian Rose)
21786
21787 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21788
21789         * Makefile.am: use release.mak
21790
21791 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21792
21793         * common/ChangeLog:
21794         * common/gst-autogen.sh:
21795           add some explanation about the version detection
21796         * configure.ac:
21797           fix X check
21798
21799 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21800
21801         * configure.ac: bump nano to 1
21802
21803 === release 0.8.0 ===
21804
21805 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21806
21807         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
21808
21809 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21810
21811         * configure.ac:
21812           update libtool version
21813         * gst-libs/gst/media-info/Makefile.am:
21814           actually use libtool version
21815
21816 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21817
21818         * configure.ac: fix speex detection to work with 1.0 but not 1.1
21819
21820 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21821
21822         * configure.ac:
21823         * gst-plugins.spec.in:
21824         * pkgconfig/Makefile.am:
21825         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
21826         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21827         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21828         * pkgconfig/gstreamer-libs.pc.in:
21829         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
21830         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21831         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
21832         * pkgconfig/gstreamer-plugins.pc.in:
21833           remove @VERSION@ from some of the pc files since core and plugins
21834           are decoupled.
21835           created gstreamer-plugins.pc as it's a better name, but keeping
21836           -libs around for now to get fixes upstream done first.
21837
21838 2004-03-15  Julien MOUTTE <julien@moutte.net>
21839
21840         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
21841         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
21842         * gst-libs/gst/play/play.h:
21843
21844 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21845
21846         * *.c, *.cc: don't mix tabs and spaces
21847
21848 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21849
21850         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21851           use the new ffmpegcolorspace
21852         * gst-plugins.spec.in:
21853           package new colorspace and media-info
21854         * configure.ac:
21855         * pkgconfig/Makefile.am:
21856           fix some more disting issues
21857         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
21858         * pkgconfig/gstreamer-media-info.pc.in:
21859           generate media-info pc files
21860
21861 2004-03-15  Johan Dahlin  <johan@gnome.org>
21862
21863         * *.h: Revert indenting
21864
21865 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21866
21867         * configure.ac:
21868           adding ffmpegcolorspace element
21869         * gst/ffmpegcolorspace/Makefile.am:
21870         * gst/ffmpegcolorspace/avcodec.h:
21871         * gst/ffmpegcolorspace/common.h:
21872         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
21873         * gst/ffmpegcolorspace/dsputil.h:
21874         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
21875         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21876         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
21877         (gst_ffmpeg_caps_to_pix_fmt):
21878         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
21879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21880         (gst_ffmpegcolorspace_caps_remove_format_info),
21881         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
21882         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
21883         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
21884         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
21885         (gst_ffmpegcolorspace_set_property),
21886         (gst_ffmpegcolorspace_get_property),
21887         (gst_ffmpegcolorspace_register):
21888         * gst/ffmpegcolorspace/imgconvert.c:
21889         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21890         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
21891         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
21892         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
21893         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
21894         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
21895         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
21896         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
21897         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
21898         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
21899         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
21900         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
21901         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
21902         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
21903         (img_get_alpha_info), (deinterlace_line),
21904         (deinterlace_line_inplace), (deinterlace_bottom_field),
21905         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
21906         * gst/ffmpegcolorspace/imgconvert_template.h:
21907         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
21908         * gst/ffmpegcolorspace/mmx.h:
21909         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
21910           adding ffmpegcolorspace element supplied by Ronald after cleaning
21911           up and pulling in the right bits of upstream source.
21912           I'm sure a better C/compiler wizard could do some cleaning up (for
21913           example use GLIB's malloc stuff), but as a first pass this
21914           works very well
21915
21916 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21917
21918         * ext/alsa/gstalsa.h:
21919           I assume Ronald forgot to commit the change to have cardname
21920           as a struct member.  Expect some public spanking at the next
21921           opportunity.
21922
21923 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21924
21925         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
21926         (gst_alsa_open_audio), (gst_alsa_close_audio):
21927         * ext/alsa/gstalsa.c:
21928           Don't open the device if we're a mixer (= padless).
21929         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
21930         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
21931         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
21932           Open mixer during state change rather than during object
21933           initialization. Also, get a device name. Currently in a somewhat
21934           hackish fashion, but I didn't really find something better.
21935
21936 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21937
21938         * *.c, *.h: run gst-indent
21939
21940 2004-03-14  Benjamin Otte  <otte@gnome.org>
21941
21942         * gst/modplug/gstmodplug.cc:
21943         * gst/modplug/gstmodplug.h:
21944           set correct timestamps on outgoing buffers
21945
21946 2004-03-14  Benjamin Otte  <otte@gnome.org>
21947
21948         * gst/modplug/gstmodplug.cc:
21949           handle events - don't do crap when a discont arrives that's not
21950           necessary
21951           This allows correct loading and playback of mods in Rhythmbox
21952
21953 2004-03-14  Benjamin Otte  <otte@gnome.org>
21954
21955         * configure.ac:
21956         * gst-libs/gst/gconf/Makefile.am:
21957         * pkgconfig/Makefile.am:
21958           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
21959           they get rebuilt properly
21960         * configure.ac:
21961           when checking for vorbis, try pkgconfig first.
21962         * gst/modplug/gstmodplug.cc:
21963           add fixate function
21964
21965 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21966
21967         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21968           Fix for obvious mistake, where we first shift the offset and then
21969           read a samplesize element assuming the old offset. Note that this
21970           part still has something weird, i.e. my movies containing those
21971           don't actually play well, but at least there's something that looks
21972           like sound now.
21973
21974 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
21975         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
21976         (plugin_init):
21977         Add a typefind function for speex format
21978
21979 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21980
21981         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
21982         (gst_asf_demux_setup_pad):
21983           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
21984           instead of 0. Reason is simple: some elements have a fps range
21985           of 1-max instead of 0-max. So now ASF video actually works.
21986
21987 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21988
21989         * po/LINGUAS:
21990         * po/sr.po:
21991           adding serbian as a language
21992
21993 2004-03-13  Benjamin Otte  <otte@gnome.org>
21994
21995         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21996           return taglist correctly from _get function, don't gst_pad_push it.
21997           (fixes #137042)
21998
21999 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22000         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22001
22002 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22003
22004         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
22005         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
22006         (gst_alsa_mixer_track_new):
22007         * ext/alsa/gstalsamixertrack.h:
22008           Fix ancient leftovers... MixerTrack is a GObject.
22009
22010 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22011
22012         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22013         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22014           Don't block during probing...
22015
22016 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22017
22018         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
22019         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
22020         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
22021         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
22022         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
22023         (gst_alsa_open_audio), (gst_alsa_close_audio):
22024         * ext/alsa/gstalsa.h:
22025           Add propertyprobe interface implementation, add some device-name
22026           property, all this so that it looks good in gnome-volume-control.
22027
22028 2004-03-12  David Schleef  <ds@schleef.org>
22029
22030         * configure.ac: the Hermes library controls hermescolorspace, not
22031         colorspace.
22032         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22033         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
22034         not /* */
22035         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
22036         * ext/sdl/sdlvideosink.h: ditto.
22037         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
22038
22039 2004-03-12  Benjamin Otte  <otte@gnome.org>
22040
22041         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
22042         (gst_x_overlay_got_xwindow_id):
22043         * gst-libs/gst/xoverlay/xoverlay.h:
22044           replace XID with unsigned long to get rid of the xlibs dependency in
22045           XOverlay (fixes #137004)
22046
22047 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22048         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
22049         (gst_agingtv_setup):
22050         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
22051         (gst_dicetv_base_init), (gst_dicetv_class_init),
22052         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
22053         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
22054         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
22055         (gst_edgetv_setup), (gst_edgetv_rgb32):
22056         * gst/effectv/gsteffectv.c:
22057         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
22058         (gst_quarktv_set_property):
22059         * gst/effectv/gstrev.c: (gst_revtv_get_type),
22060         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
22061         (gst_revtv_setup), (gst_revtv_rgb32):
22062         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
22063         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
22064         (gst_shagadelictv_init), (gst_shagadelictv_setup),
22065         (gst_shagadelictv_rgb32):
22066         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
22067         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
22068         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
22069         * gst/effectv/gstwarp.c:
22070         Port everything that can be ported to videofilter and fix up the caps.
22071         Can someone with a big-endian machine please check these?
22072
22073 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22074
22075         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
22076         (gst_osssink_chain), (gst_osssink_change_state):
22077           Latest fixes for A/V sync, audio playback and such. This is about
22078           all... MPEG playback issues are mostly related to the async build-
22079           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
22080
22081 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22082
22083         patch from: Stephane Loeuillet
22084
22085         * configure.ac:
22086           use pkg-config for some libraries, falling back to the old .m4 way
22087           (fixes #131270)
22088         * m4/libdv.m4:
22089           removed
22090
22091 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22092
22093         * configure.ac:
22094         * tools/Makefile.am:
22095         * tools/Makefile.in:
22096         * tools/gst-launch-ext-m.m:
22097         * tools/gst-launch-ext.1.in:
22098         * tools/gst-visualise-m.m:
22099         * tools/gst-visualise.1:
22100         * tools/gst-visualise.1.in:
22101           reorganizing generation of script tools
22102
22103 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22104
22105         * ext/divx/gstdivxdec.c:
22106           Downgrade priority. We prefer ffdec_mpeg4.
22107         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
22108         (gst_faad_chain), (gst_faad_change_state):
22109           Fix capsnego. Doesn't work for some sounds because we don't have
22110           a 5:1 to stereo element.
22111         * ext/xvid/gstxvid.c: (plugin_init):
22112           Add priority.
22113         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22114         (gst_osssink_change_state):
22115           Add discont handling.
22116
22117 2004-03-09  Colin Walters  <walters@verbum.org>
22118
22119         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
22120         conversion.
22121
22122 2004-03-09  Benjamin Otte  <otte@gnome.org>
22123
22124         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22125           the signals take 2 arguments
22126
22127 2004-03-09  David Schleef  <ds@schleef.org>
22128
22129         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
22130         (gst_alsa_fixate): Add fixate function.  (bug #136686)
22131         * ext/alsa/gstalsa.h:
22132         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
22133
22134 2004-03-09  Benjamin Otte  <otte@gnome.org>
22135
22136         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
22137         (gst_mikmod_change_state):
22138         * ext/mikmod/gstmikmod.h:
22139           make mikmod's loop function not loop infinitely and call
22140           gst_element_yield anymore
22141         * gst/modplug/gstmodplug.cc:
22142           fix pad negotiation (fixes #136590)
22143
22144 2004-03-09  David Schleef  <ds@schleef.org>
22145
22146         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
22147         doesn't conflict with the internal colorspace plugin.
22148         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
22149         satisfy the crappy-ass shell shipped by a certain vendor.
22150         * gst/videofilter/make_filter: same (bug #135299)
22151
22152 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22153
22154         * configure.ac: bump nano to 1
22155
22156 === release 0.7.6 ===
22157
22158 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22159
22160         * configure.in: releasing 0.7.6, "There"
22161
22162 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22163
22164         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22165         * pkgconfig/gstreamer-play.pc.in:
22166           synchronize the two
22167
22168 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22169
22170         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
22171         (cdparanoia_open), (cdparanoia_event):
22172           fix/add error handling
22173         * po/POTFILES.in:
22174           add cdparanoia source
22175         * tools/Makefile.am:
22176           make scripts executable
22177
22178 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22179
22180         * configure.ac:
22181         * ext/vorbis/Makefile.am:
22182         * sys/Makefile.am:
22183           remove id3types, vorbisfile and xvideosink from the build (#133783)
22184
22185 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22186
22187         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22188           Fix metadata read crash (#136537).
22189
22190 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22191
22192         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22193         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
22194           adding mime types, fixing the one-stop function
22195
22196 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22197
22198         * ext/nas/nassink.c and /ext/nas/nassink.h:
22199         More NAS love from Arwed von Merkatz
22200         So lets all sing 'Can you feel the NAS tonight'
22201
22202 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22203
22204         * tools/gst-launch-ext.in:
22205         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22206
22207 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22208
22209         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22210         (gst_mpeg2dec_init):
22211         remove the user_data pad for now, because it is being used in
22212         fixating causing MPEG playback to fixate on 1000 Hz for playback.
22213         If someone knows how to fix this properly, please do.
22214
22215 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22216
22217         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22218         (gst_osssink_get_time):
22219         add a warning, IMO this won't get triggered anymore, remove later
22220
22221 2004-03-07  David Schleef  <ds@schleef.org>
22222
22223         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
22224         format (bug #136470)
22225
22226 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22227
22228         * gst-libs/Makefile.am:
22229         * gst-libs/gst/media-info/Makefile.am:
22230         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22231         (error_callback), (gst_media_info_error_create),
22232         (gst_media_info_error_element), (gmip_init), (gmip_reset),
22233         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22234         * gst-libs/gst/media-info/media-info-priv.h:
22235         * gst-libs/gst/media-info/media-info-test.c: (main):
22236         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22237         (gst_media_info_class_init), (gst_media_info_instance_init),
22238         (gst_media_info_set_source), (gst_media_info_read_with_idler),
22239         (gst_media_info_read_idler), (gst_media_info_read):
22240         * gst-libs/gst/media-info/media-info.h:
22241         fixed, should work now
22242
22243 2004-03-07  Christian Schaller <Uraeus@gnome.org>
22244
22245         * ext/nas/nassink.c:
22246         A bunch of NAS fixes from Arwed von Merkatz
22247
22248 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22249
22250         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22251         (qtdemux_parse_trak):
22252           Fix crash (j might be greater than n_samples, in which case we're
22253           writing outside the allocated space for the array) and memleak.
22254
22255 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22256
22257         * sys/oss/gstosssink.c: (gst_osssink_chain):
22258           And another caller that couldn't handle delay < 0 (unsigned
22259           integer overflow). Video now continues playing on an audio
22260           buffer underrun, and the clock continues working. Audio still
22261           stalls.
22262
22263 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22264
22265         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22266         (gst_osssink_get_time):
22267           get_delay() may return values lower than 0. In those cases, we
22268           should not actually cast to *unsigned* int64, that will break
22269           stuff horribly. In my case, it screwed up A/V sync in movies
22270           in totem rather badly.
22271
22272 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22273
22274         * ext/faac/gstfaac.c: (gst_faac_chain):
22275         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22276         * ext/libpng/gstpngenc.c: (user_write_data):
22277         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22278         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22279         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22280         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22281         Fix several misuse of gst_buffer_merge (it doesn't take ownership
22282         of any buffer), should fix some leaks. I hope I didn't unref buffers
22283         that shouldn't be...
22284
22285 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22286
22287         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22288         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22289         (error_callback), (gmi_reset), (gmi_seek_to_track),
22290         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22291         (gmip_find_type_post), (gmip_find_stream_post),
22292         (gmip_find_track_streaminfo_post):
22293         * gst-libs/gst/media-info/media-info-priv.h:
22294         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22295         (info_print), (main):
22296         * gst-libs/gst/media-info/media-info.c:
22297         (gst_media_info_error_create), (gst_media_info_error_element),
22298         (gst_media_info_instance_init), (gst_media_info_get_property),
22299         (gst_media_info_new), (gst_media_info_set_source),
22300         (gst_media_info_read_idler), (gst_media_info_read):
22301         * gst-libs/gst/media-info/media-info.h:
22302           first pass at making this work again.  This seems to work on
22303           tagged ogg/vorbis and mp3 files.
22304
22305 2004-03-06  Benjamin Otte  <otte@gnome.org>
22306
22307         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22308           fix huge leak: gst_buffer_merge doesn't unref the first argument
22309           itself.
22310
22311 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22312
22313         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22314           report layer/mode/emphasis
22315
22316 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22317
22318         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22319
22320 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22321
22322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22323           signal serial
22324
22325 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22326
22327         * ext/vorbis/vorbis.c: (plugin_init):
22328         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22329         (gst_vorbis_dec_init), (vorbis_dec_event):
22330         add debug category
22331         make vorbisdec handle _BYTE and _TIME queries
22332
22333 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22334
22335         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22336           from the xing header
22337
22338 2004-03-06  Benjamin Otte  <otte@gnome.org>
22339
22340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22341         (gst_audio_convert_link), (gst_audio_convert_change_state),
22342         (gst_audio_convert_buffer_from_default_format):
22343           do conversions from/to float correctly, fix some caps nego errors,
22344           export correct supported caps in template and getcaps, use correct
22345           caps in try_set_caps functions
22346
22347 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22348
22349         For some reason, I only committed a ChangeLog entry yesterday and
22350         not the corresponding code...
22351         * ext/mad/gstmad.c: Fix detection of Xing headers
22352         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22353
22354 2004-03-06  Benjamin Otte  <otte@gnome.org>
22355
22356         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22357         (gst_ogg_demux_src_query):
22358           make sure to handle the case where there's no current chain
22359           gracefully.
22360
22361 2004-03-05  David Schleef  <ds@schleef.org>
22362
22363         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22364         Add fixate function. (bug #131128)
22365         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22366         (gst_sdlvideosink_fixate):  Add fixate function.
22367         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22368         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22369         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22370         Fix missing break that was causing ulaw to be interpreted as
22371         raw int.
22372
22373 2004-03-05  David Schleef  <ds@schleef.org>
22374
22375         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22376         Fix code that ignores return value of gst_buffer_merge().
22377         (bug #114560)
22378         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22379         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22380         * testsuite/gst-lint:  Check for above.
22381
22382 2004-03-05  David Schleef  <ds@schleef.org>
22383
22384         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
22385         caps and throw an element error.  (bug #136334)
22386
22387 2004-03-05  David Schleef  <ds@schleef.org>
22388
22389         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22390         (gst_faad_chain): Fix negotiation.
22391         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22392         key and button events.
22393         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22394         dung heap of code.
22395         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22396         depends on gconf
22397         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22398         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22399         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22400         function to encourage better negotiation, particularly between
22401         audioconvert and osssink.
22402         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22403         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
22404         more important.
22405         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
22406         typefinding.
22407         * gst/vbidec/vbiscreen.c:  Add glib header
22408         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
22409
22410 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
22411
22412         * ext/mad/gstmad.c: Fix detection of Xing headers
22413         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22414
22415 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22416
22417         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22418         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22419           debug updates
22420
22421 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22422
22423         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22424         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22425         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22426         files, and report the parsed length as a GST_TAG_DURATION tag.
22427         * gst/tags/gstid3tag.c: support TLEN (duration) tag
22428
22429 2004-03-05  Benjamin Otte  <otte@gnome.org>
22430
22431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22432           convert channels correctly. convert correctly to unsigned.
22433
22434 2004-03-05  Julien MOUTTE <julien@moutte.net>
22435
22436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22437         we have a window before clearing it.
22438
22439 2004-03-05  Julien MOUTTE <julien@moutte.net>
22440
22441         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22442         have a window before clearing it.
22443
22444 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22445
22446         * gconf/gstreamer.schemas.in:
22447         * gst-libs/gst/gconf/Makefile.am:
22448           version installation path the same way as for 0.6
22449         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22450         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22451         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22452           remove comment that was fixed
22453
22454 2004-03-05  David Schleef  <ds@schleef.org>
22455
22456         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22457         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22458         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22459         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22460         Add prototype code for handling seeking and querying.
22461
22462 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22463
22464         * examples/gstplay/player.c: (main):
22465           Initialize variables to NULL. Prevents a segfault because the
22466           (uninitialized) variable is not NULL, resulting in a crash on
22467           trying to reach error->message.
22468
22469 2004-03-05  Benjamin Otte  <otte@gnome.org>
22470
22471         * gst/audioconvert/gstaudioconvert.c:
22472         (gst_audio_convert_buffer_to_default_format):
22473         make float=>int conversion work correctly even in cornercases.
22474
22475 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
22476
22477         * debian/README.Debian:
22478         * debian/build-deps:
22479         * debian/changelog:
22480         * debian/control:
22481         * debian/control.in:
22482         * debian/copyright:
22483         * debian/gstreamer-a52dec.files:
22484         * debian/gstreamer-aa.files:
22485         * debian/gstreamer-alsa.files:
22486         * debian/gstreamer-alsa.manpages:
22487         * debian/gstreamer-arts.files:
22488         * debian/gstreamer-artsd.files:
22489         * debian/gstreamer-audiofile.files:
22490         * debian/gstreamer-avifile.files:
22491         * debian/gstreamer-cdparanoia.files:
22492         * debian/gstreamer-colorspace.files:
22493         * debian/gstreamer-doc.files:
22494         * debian/gstreamer-dv.files:
22495         * debian/gstreamer-dvd.files:
22496         * debian/gstreamer-esd.files:
22497         * debian/gstreamer-festival.files:
22498         * debian/gstreamer-flac.files:
22499         * debian/gstreamer-gconf.conffiles:
22500         * debian/gstreamer-gconf.files:
22501         * debian/gstreamer-gconf.postinst:
22502         * debian/gstreamer-gnomevfs.files:
22503         * debian/gstreamer-gsm.files:
22504         * debian/gstreamer-http.files:
22505         * debian/gstreamer-jack.files:
22506         * debian/gstreamer-jpeg.files:
22507         * debian/gstreamer-mad.files:
22508         * debian/gstreamer-mikmod.files:
22509         * debian/gstreamer-misc.files:
22510         * debian/gstreamer-mpeg2dec.files:
22511         * debian/gstreamer-oss.files:
22512         * debian/gstreamer-plugin-apps.files:
22513         * debian/gstreamer-plugin-apps.manpages:
22514         * debian/gstreamer-plugin-libs-dev.files:
22515         * debian/gstreamer-plugin-libs.files:
22516         * debian/gstreamer-plugin-template.postinst:
22517         * debian/gstreamer-plugin-template.postrm:
22518         * debian/gstreamer-sdl.files:
22519         * debian/gstreamer-sid.files:
22520         * debian/gstreamer-vorbis.files:
22521         * debian/gstreamer-x.files:
22522         * debian/mk.control:
22523         * debian/rules:
22524         Debian package info not maintained here.
22525
22526 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22527
22528         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
22529         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
22530         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
22531         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
22532         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
22533         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
22534         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
22535         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
22536         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
22537         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
22538         * gst-libs/gst/colorbalance/colorbalance.c:
22539         (gst_color_balance_class_init):
22540         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22541         (gst_color_balance_channel_class_init):
22542         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22543         * gst-libs/gst/play/play.c: (gst_play_class_init):
22544         * gst-libs/gst/propertyprobe/propertyprobe.c:
22545         (gst_property_probe_iface_init):
22546         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
22547         * gst-libs/gst/tuner/tunerchannel.c:
22548         (gst_tuner_channel_class_init):
22549         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
22550         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
22551         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
22552         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
22553         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
22554         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
22555         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
22556         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
22557         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
22558           fix signals to use - instead of _
22559         * ext/libcaca/gstcacasink.h:
22560         * ext/sdl/sdlvideosink.h:
22561           fix header rename
22562
22563 2004-03-04  David Schleef  <ds@schleef.org>
22564
22565         * testsuite/gst-lint:  Add a check for bad signal names.
22566
22567 2004-03-04  <kost@imn.htwk-leipzig.de>
22568
22569         reviewed by David Schleef
22570
22571         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
22572         modified the alpha channel and caused a warning. (bug #136192)
22573
22574 2004-04-03  Christian Schaller <Uraeus@gnome.org>
22575
22576         * gst-plugins.spec.in:
22577         Change names of plugins to actually be correct. Try to keep things
22578         alphabetical to avoid getting beat up by Thomas
22579
22580 2004-03-03  Julien MOUTTE <julien@moutte.net>
22581
22582         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
22583         Using ximagesink as a default if no gconf key found. We should
22584         probably consider using alsasink instead of osssink for the audio
22585         part.
22586
22587 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22588
22589         * configure.ac:
22590           fix --with-plugins, don't think it ever worked before
22591         * gst-plugins.spec.in:
22592           even more updates
22593
22594 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22595
22596         * ext/sdl/sdlvideosink.h:
22597         * sys/ximage/ximagesink.h:
22598         * sys/xvideo/xvideosink.h:
22599         * sys/xvimage/xvimagesink.h:
22600           Fix for move of gstvideosink.h -> videosink.h.
22601
22602 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22603
22604         * gst-libs/gst/xwindowlistener/Makefile.am:
22605           this is a plugin library, not a library
22606
22607 2004-03-01  David Schleef  <ds@schleef.org>
22608
22609         * AUTHORS:  Added some names.  Add yourself if you're still
22610         missing.
22611
22612 2004-03-01  David Schleef  <ds@schleef.org>
22613
22614         * MAINTAINERS: Add
22615
22616 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22617
22618         * gst-plugins.spec.in: clean up spec file
22619
22620 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22621
22622         * gst-libs/gst/video/Makefile.am:
22623         * gst-libs/gst/video/gstvideosink.c:
22624         * gst-libs/gst/video/gstvideosink.h:
22625           rename gstvideosink.h to videosink.h to match other headers
22626         * gst/mixmatrix/Makefile.am:
22627           fix plugin filename
22628         * gst/tags/Makefile.am: fix plugin filename
22629
22630 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22631
22632         * gst/tags/Makefile.am: fix plugin filename
22633
22634 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22635
22636         * examples/gstplay/player.c: (got_time_tick), (main):
22637           add error handler
22638           display time_tick more readably
22639         * gst/mixmatrix/Makefile.am:
22640           fix plugin file name
22641
22642 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
22643
22644         * sys/oss/gstosselement.c: (gst_osselement_probe),
22645         (device_combination_append), (gst_osselement_class_probe_devices):
22646         * sys/oss/gstosselement.h:
22647           Reworked enumeration of oss dsps and mixers so that gst-mixer works
22648           on my system using alsa oss emulation, fixes bug #135597
22649
22650 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22651
22652         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
22653         (gst_videodrop_chain), (gst_videodrop_change_state):
22654         * gst/videodrop/gstvideodrop.h:
22655           Work based on timestamp of input data, not based on the expected
22656           framerate from the input. The consequence is that this element now
22657           not only scales framerates, but also functions as a framerate
22658           corrector or framerate stabilizer/constantizer.
22659
22660 2004-02-27  David Schleef  <ds@schleef.org>
22661
22662         patches from jmmv@menta.net (Julio M. Merino Vidal)
22663
22664         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
22665         GST_ELEMENT_ERROR call (bug #135634)
22666         * gst/interleave/interleave.c: (interleave_buffered_loop),
22667         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
22668         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
22669         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22670         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
22671         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
22672         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
22673         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
22674         Fix GST_ELEMENT_ERROR call.
22675         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
22676         GST_ELEMENT_ERROR call.
22677
22678 2004-02-27  Benjamin Otte  <otte@gnome.org>
22679
22680         * gst-libs/gst/audio/audio.h:
22681           add macro to make sure header isn't included twice
22682         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22683           don't use gst_buffer_free
22684         * gst/playondemand/filter.func:
22685           don't use gst_data_free. Free data only once.
22686
22687 2004-02-26  David Schleef  <ds@schleef.org>
22688
22689         * gst-libs/gst/colorbalance/Makefile.am:
22690         * gst-libs/gst/mixer/Makefile.am:
22691         * gst-libs/gst/tuner/Makefile.am:
22692         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
22693         should not be disted, -marshal.h files should not be installed,
22694         and -enum.h files _should_ be installed.  Fix to make this the
22695         case.
22696
22697 === release 0.7.5 ===
22698
22699 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22700
22701         * configure.ac: release 0.7.5, "Under The Sea"
22702
22703 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22704
22705         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22706         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
22707         * gst/videoscale/gstvideoscale.c:
22708         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22709           assorted debug/warning fixes
22710
22711 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22712
22713         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
22714         (gst_videoscale_init), (gst_videoscale_chain),
22715         (gst_videoscale_set_property), (plugin_init):
22716         * gst/videoscale/gstvideoscale.h:
22717         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22718         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
22719         (gst_videoscale_planar400), (gst_videoscale_packed422),
22720         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
22721         (gst_videoscale_24bit), (gst_videoscale_16bit),
22722         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
22723         (gst_videoscale_scale_plane_slow),
22724         (gst_videoscale_scale_point_sample),
22725         (gst_videoscale_scale_nearest),
22726         (gst_videoscale_scale_nearest_str2),
22727         (gst_videoscale_scale_nearest_str4),
22728         (gst_videoscale_scale_nearest_32bit),
22729         (gst_videoscale_scale_nearest_24bit),
22730         (gst_videoscale_scale_nearest_16bit):
22731         add debugging category and use it properly
22732         fix use of GST_PTR_FORMAT
22733
22734 2004-02-25  Andy Wingo  <wingo@pobox.com>
22735
22736         * gst/interleave/interleave.c (interleave_buffered_loop): Always
22737         push only when channel->buffer is NULL. Prevents segfaults doing
22738         the state change after a nonlocal exit, like a scheme exception.
22739
22740         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
22741         Handle the case where the intersected caps is empty.
22742
22743 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22744
22745         * gst/law/mulaw-decode.c: (mulawdec_link):
22746         * gst/law/mulaw.c: (plugin_init):
22747           fix mulawdec so it actually works again
22748
22749 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
22750
22751         reviewed by: David Schleef  <ds@schleef.org>
22752
22753         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
22754         (gst_gamma_init), (gst_gamma_set_property),
22755         (gst_gamma_get_property), (gst_gamma_calculate_tables),
22756         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
22757         for RGB, with separate r g and b correction factors. (#131167)
22758
22759 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22760
22761         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22762           only signal tags for bitrate if they're > 0 (#134894)
22763
22764 2004-02-24  David Schleef  <ds@schleef.org>
22765
22766         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
22767         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
22768         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
22769         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
22770         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
22771         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
22772         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
22773         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
22774         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
22775         category.  Attempt to fix timestamp calculation.
22776
22777 2004-02-24  Johan Dahlin  <johan@gnome.org>
22778
22779         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
22780
22781 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22782
22783         * configure.ac:
22784         * gconf/Makefile.am:
22785         * gconf/gstreamer.schemas:
22786         * gst-libs/gst/gconf/Makefile.am:
22787         * gst-libs/gst/gconf/gconf.c:
22788           version gconf schemas and install locations
22789
22790 2004-02-23  Benjamin Otte  <otte@gnome.org>
22791
22792         * ext/xine/xineinput.c: (gst_xine_input_dispose):
22793         (gst_xine_input_subclass_init):
22794           call parent dispose.
22795           change pad template for CD reader correctly
22796         * ext/xine/Makefile.am:
22797         * ext/xine/gstxine.h:
22798         * ext/xine/xine.c: (plugin_init):
22799         * ext/xine/xineaudiosink.c:
22800           wrap audio sinks, too
22801         * gst-libs/gst/resample/private.h:
22802         * gst-libs/gst/resample/resample.c: (gst_resample_init),
22803         (gst_resample_reinit), (gst_resample_scale),
22804         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
22805         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
22806         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
22807         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
22808         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
22809         * gst-libs/gst/resample/resample.h:
22810         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
22811         (gst_audioscale_class_init), (gst_audioscale_link),
22812         (gst_audioscale_get_buffer), (gst_audioscale_init),
22813         (gst_audioscale_chain), (gst_audioscale_set_property),
22814         (gst_audioscale_get_property):
22815         * gst/audioscale/gstaudioscale.h:
22816           s/resample_*/gst_resample_*/i to not clobber namespaces
22817
22818 2004-02-23  Julien MOUTTE  <julien@moutte.net>
22819
22820         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
22821         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
22822         (gst_riff_create_video_template_caps),
22823         (gst_riff_create_audio_template_caps),
22824         (gst_riff_create_iavs_template_caps):
22825         * gst-libs/gst/riff/riff-media.h:
22826         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
22827         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
22828         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
22829         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
22830         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
22831         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
22832         (gst_matroska_demux_plugin_init): First batch implementing audio and
22833         video codec tags in demuxers.
22834
22835 2004-02-22  Benjamin Otte  <otte@gnome.org>
22836
22837         * ext/xine/Makefile.am:
22838         * ext/xine/gstxine.h:
22839         * ext/xine/xine.c: (plugin_init):
22840         * ext/xine/xineinput.c:
22841           add input plugin wrapper. Playback from files, http, mms and cdda
22842           works.
22843         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22844           remove leftover G_GNUC_UNUSED
22845         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
22846         (gst_asf_demux_identify_guid):
22847           improve debugging output
22848
22849 2004-02-22  Benjamin Otte  <otte@gnome.org>
22850
22851         reported by: Padraig O'Briain <padraig.obriain@sun.com>
22852
22853         * autogen.sh:
22854           replace test -e with test -x for mkinstalldirs to be more portable.
22855           (fixes #134816)
22856
22857 2004-02-22  Benjamin Otte  <otte@gnome.org>
22858
22859         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
22860
22861         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
22862           set rank to PRIMARY
22863         * gst/volume/gstvolume.c: (plugin_init):
22864           set rank to NONE
22865         fixes #134960
22866
22867 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
22868
22869         reviewed by Benjamin Otte  <otte@gnome.org>
22870
22871         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22872           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
22873
22874 2004-02-22  Benjamin Otte  <otte@gnome.org>
22875
22876         * configure.ac:
22877           export [_]*{gst,Gst,GST}.* symbols from plugins
22878
22879 2004-02-22  Christophe Fergeau <teuf@gnome.org>
22880
22881         reviewed by: Benjamin Otte  <otte@gnome.org>
22882
22883         * ext/lame/gstlame.c: (add_one_tag):
22884         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22885         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
22886         (gst_vorbisenc_metadata_set1):
22887         * gst/tags/gstid3tag.c:
22888         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
22889           apply fixes from bugs #135042 (lame can't write tags) and #133817
22890           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
22891
22892 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
22893
22894         * configure.ac: Export only gst_plugin_desc from plugins.
22895          Note that this change only makes any effect with Linux using libtool
22896          1.5.2 or higher. Otherwise it is silently ignored, but it would build
22897          fine. And don't try to have several versions of libtool in different
22898          directories.
22899
22900 2004-02-20  Andy Wingo  <wingo@pobox.com>
22901
22902         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
22903         interleave respectively.
22904
22905         * gst/interleave/deinterleave.c: New plugin: deinterleave
22906         (replaces on oneton).
22907         * gst/interleave/interleave.c: New plugin: interleave.
22908         * gst/interleave/plugin.h: Support file.
22909         * gst/interleave/plugin.c: Support file.
22910
22911         * configure.ac: Remove intfloat and oneton, add interleave.
22912
22913         * ext/sndfile/gstsf.c: Handle events better.
22914
22915         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
22916         and float2int operation. int2float has scheduling problems as
22917         noted in in2float_chain.
22918
22919 2004-02-20  Benjamin Otte  <otte@gnome.org>
22920
22921         * ext/xine/Makefile.am:
22922         * ext/xine/gstxine.h:
22923         * ext/xine/xine.c:
22924         * ext/xine/xineaudiodec.c:
22925         * ext/xine/xinecaps.c:
22926           add first version of xine plugin wrapper. Currently only wraps the
22927           QDM2 win32 DLL, and even that only in proof-of-concept quality.
22928         * configure.ac:
22929         * ext/Makefile.am:
22930           add xine plugin wrapper, disabled by default. Use --enable-xine to
22931           build. Note that it'll segfault on gst-register if you don't remove
22932           the goom and tvtime post plugins from xine.
22933         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22934         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
22935           add extradata parsing for QDM2.
22936           change around debugging prints.
22937
22938 2004-02-19  Benjamin Otte  <otte@gnome.org>
22939
22940         * ext/lame/gstlame.c: (gst_lame_chain):
22941         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22942           use gst_tag_list_insert when you want to insert tags
22943
22944 2004-02-18  David Schleef  <ds@schleef.org>
22945
22946         * configure.ac:  Move massink to gst-rotten
22947         * ext/Makefile.am:
22948         * ext/mas/Makefile.am:
22949         * ext/mas/massink.c:
22950         * ext/mas/massink.h:
22951
22952 2004-02-18  David Schleef  <ds@schleef.org>
22953
22954         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
22955         typefinding, since it seems to be worse than nothing.
22956         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
22957         atom to recognize .mp4 and .m4a files as video/quicktime.
22958
22959 2004-02-18  David Schleef  <ds@schleef.org>
22960
22961         * gst/sine/demo-dparams.c: (quit_live),
22962         (dynparm_log_value_changed), (dynparm_value_changed), (main):
22963         Use double dparams, not float.
22964         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22965         (gst_sinesrc_init): Change sync default to FALSE, since multiple
22966         sync'd elements don't really work correctly.
22967         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
22968         (volume_update_volume), (volume_get_property):  Change dparam
22969         to double.
22970
22971 2004-02-18  Julien MOUTTE  <julien@moutte.net>
22972
22973         * sys/ximage/ximagesink.c:
22974         (gst_ximagesink_xwindow_update_geometry),
22975         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22976         (gst_ximagesink_change_state), (gst_ximagesink_expose),
22977         (gst_ximagesink_init): Rework the way software video scaling works. So
22978         now we check on each chain call if the video frames are feeling the
22979         window. If not we try to renegotiate caps. On failure we memorize that
22980         and we won't try again for that PLAYING sessions.
22981         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
22982         failure.
22983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
22984         synchronous flag.
22985
22986 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22987
22988         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22989           break up _link so we can give a better debug message for errors
22990
22991 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22992
22993         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22994           set up debug category
22995
22996 2004-02-18  Julien MOUTTE <julien@moutte.net>
22997
22998         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22999         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
23000         the way renegotiation work. The event handling function is not taking
23001         care of external windows and renegotiate method check for pad flags
23002         NEGOTIATING. Should fix : #133209
23003
23004 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23005
23006         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
23007         pad is negotiating before trying renegotiation.
23008
23009 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23010
23011         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23012           pass on all possible mime types as typefind hints
23013
23014 2004-02-17  Julien MOUTTE <julien@moutte.net>
23015
23016         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
23018         possible SHM leak if we crash. All other apps using XShm are doing
23019         that.
23020
23021 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23022
23023         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23024         (gst_ximagesink_expose): Renegotiate size on expose.
23025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
23026         size on expose.
23027
23028 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23029
23030         * testsuite/alsa/sinesrc.c:
23031           cosmetic fix to fix compile issue with gcc 2.95.4
23032
23033 2004-02-16  Julien MOUTTE <julien@moutte.net>
23034
23035         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23036         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
23037         failed opening the audio device.
23038         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23039         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
23040         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
23041         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
23042         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23043         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
23044         (gst_ximagesink_change_state), (gst_ximagesink_chain),
23045         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
23046         Removing some useless g_return_if_fail like wingo suggested.
23047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23048         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
23049         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23050         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
23051         (gst_xvimagesink_update_colorbalance),
23052         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
23053         (gst_xvimagesink_xcontext_clear),
23054         (gst_xvimagesink_get_fourcc_from_caps),
23055         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23056         (gst_xvimagesink_set_xwindow_id),
23057         (gst_xvimagesink_colorbalance_list_channels),
23058         (gst_xvimagesink_colorbalance_set_value),
23059         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
23060         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
23061
23062 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23063
23064         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23065           throw error when not negotiated instead of asserting
23066
23067 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23068
23069         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
23070         correct data refcounting.
23071
23072 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23073
23074         * gst/switch/gstswitch.c: (gst_switch_change_state),
23075         (gst_switch_class_init): Cleaning the sinkpads correctly on state
23076         change, mostly the EOS flag.
23077
23078 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23079
23080         * examples/gstplay/player.c: (got_eos), (main): Adding some
23081         output for debugging.
23082         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
23083         timeouts if we go to any state different from PLAYING.
23084         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
23085         more EOS bugs in riff lib.
23086
23087 2004-02-14  Julien MOUTTE  <julien@moutte.net>
23088
23089         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
23090         visualization until i find a way to fix switch correctly.
23091         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
23092         EOS arrives.
23093         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23094         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
23095         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
23096         Reworked switch to get a more correct behaviour with events and refing
23097         of data stored in sinkpads.
23098         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
23099         we don't pull from a pad in EOS.
23100
23101 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23102
23103         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23104           remove v1 tag even if we can't read it (makes sure we don't detect
23105           it again)
23106
23107 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23108
23109         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
23110         (gst_alsa_xrun_recovery):
23111         * ext/alsa/gstalsa.h:
23112           try xrun recovery when wait failed. Make xrun recovery function
23113           return TRUE/FALSE to indicate success. (might fix #134354)
23114
23115 2004-02-13  David Schleef  <ds@schleef.org>
23116
23117         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
23118         (dynparm_value_changed), (main): Convert from float to double.
23119         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
23120
23121 2004-02-13  David Schleef  <ds@schleef.org>
23122
23123         * gst/silence/gstsilence.c: (gst_silence_class_init),
23124         (gst_silence_set_clock), (gst_silence_get),
23125         (gst_silence_set_property), (gst_silence_get_property):
23126         * gst/silence/gstsilence.h: Add sync property.
23127         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23128         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
23129         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
23130         * gst/sine/gstsinesrc.h: Add sync property.
23131
23132 2004-02-13  David Schleef  <ds@schleef.org>
23133
23134         * gst/intfloat/gstint2float.c: (conv_f32_s16),
23135         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
23136
23137 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23138
23139         * configure.ac:
23140         * ext/Makefile.am:
23141         * gst-libs/ext/Makefile.am:
23142           move ffmpeg plugin to gst-ffmpeg module
23143
23144 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23145
23146         * configure.ac: use GST_ARCH to detect architecture
23147
23148 2004-02-12  Julien MOUTTE  <julien@moutte.net>
23149
23150         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
23151
23152 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23153
23154         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23155           classify LADSPA plugins based on number of src/sink pads
23156           (#133663, Stefan Kost)
23157         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
23158           fix dparams registration
23159           (#133528, Stefan Kost)
23160         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
23161           fix use of isprint and use g_ascii_isprint instead
23162           (#133316, Stefan Kost)
23163
23164 2004-02-11  David Schleef  <ds@schleef.org>
23165
23166         Convert a few inner loops to use liboil.  This is currently
23167         optional, and is only enabled if liboil is present (duh!).
23168         * configure.ac: Check for liboil-0.1
23169         * gst/intfloat/Makefile.am:
23170         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
23171         (gst_int2float_chain_gint16):
23172         * gst/videofilter/Makefile.am:
23173         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
23174         (tablelookup_u8), (gst_videobalance_planar411):
23175         * gst/videotestsrc/Makefile.am:
23176         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
23177         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
23178         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
23179         (paint_hline_RGB565), (paint_hline_xRGB1555):
23180
23181 2004-02-11  David Schleef  <ds@schleef.org>
23182
23183         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
23184         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
23185         (gst_colorspace_getcaps), (gst_colorspace_link),
23186         (gst_colorspace_base_init), (gst_colorspace_init),
23187         (gst_colorspace_chain), (gst_colorspace_change_state),
23188         (plugin_init): Merge Ronald's patch (bug #117897) and update
23189         for new caps and negotiation.  Seems to work, although it
23190         shows off bugs in lcs.
23191
23192 2004-02-11  David Schleef  <ds@schleef.org>
23193
23194         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
23195         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
23196
23197 2004-02-11  David Schleef  <ds@schleef.org>
23198
23199         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23200         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23201         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23202         Add server and port properties
23203
23204 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23205
23206         * m4/a52.m4:
23207         * m4/aalib.m4:
23208         * m4/as-ffmpeg.m4:
23209         * m4/as-liblame.m4:
23210         * m4/as-slurp-ffmpeg.m4:
23211         * m4/check-libheader.m4:
23212         * m4/esd.m4:
23213         * m4/freetype2.m4:
23214         * m4/gconf-2.m4:
23215         * m4/glib.m4:
23216         * m4/gst-alsa.m4:
23217         * m4/gst-artsc.m4:
23218         * m4/gst-ivorbis.m4:
23219         * m4/gst-matroska.m4:
23220         * m4/gst-sdl.m4:
23221         * m4/gst-shout2.m4:
23222         * m4/gst-sid.m4:
23223         * m4/gtk.m4:
23224         * m4/libdv.m4:
23225         * m4/libfame.m4:
23226         * m4/libmikmod.m4:
23227         * m4/ogg.m4:
23228         * m4/vorbis.m4:
23229           fix underquotedness of macros (#133800)
23230         * m4/as-avifile.m4:
23231         * m4/xmms.m4:
23232           removed because no longer used
23233
23234 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23235
23236         * configure.ac:
23237           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23238           by autopoint (fixes #132996)
23239
23240 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23241
23242         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23243         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23244         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23245         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23246           fix memleaks
23247
23248 2004-02-11  David Schleef  <ds@schleef.org>
23249
23250         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23251         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23252         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23253         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23254         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23255         (gst_jpegenc_class_init), (gst_jpegenc_init),
23256         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23257         (gst_jpegenc_chain), (gst_jpegenc_set_property),
23258         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
23259         * ext/jpeg/gstjpegenc.h: Fix negotiation.
23260
23261 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23262
23263         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23264         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23265         * ext/mikmod/gstmikmod.h:
23266           fix caps negotiation in mikmod
23267         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23268           output debug information
23269
23270 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23271
23272         * gst-libs/gst/colorbalance/Makefile.am:
23273         * gst-libs/gst/navigation/Makefile.am:
23274         * gst-libs/gst/xoverlay/Makefile.am:
23275           remove unused GST_OPT_CFLAGS from Makefiles
23276           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23277
23278 2004-02-07  David Schleef  <ds@schleef.org>
23279
23280         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23281         push events to pads that haven't been created (#133508)
23282
23283 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
23284
23285         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23286         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23287         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23288         (gst_dvdec_loop), (gst_dvdec_change_state):
23289         Second attempt at committing a working dvdec element.
23290
23291 2004-02-06  David Schleef  <ds@schleef.org>
23292
23293         Build fixes for OS X: (see #129600)
23294         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23295         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23296         (gst_riff_read_strf_iavs):
23297         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23298         (gst_avi_demux_stream_odml):
23299         * gst/playondemand/Makefile.am:
23300         * gst/rtp/rtp-packet.c:
23301
23302 2004-02-05  David Schleef  <ds@schleef.org>
23303
23304         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23305         last change, because it Just Doesn't Compile.
23306
23307 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23308
23309         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23310           skip undecodable id3v2 tag instead of keeping it
23311
23312 2004-02-05  David Schleef  <ds@schleef.org>
23313
23314         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23315         Unref leaked buffer.  (Noticed by Ronald)
23316
23317 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
23318
23319         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23320         Sync requires with other checks.  >= vs =.
23321
23322 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
23323
23324         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23325         (gst_dvdec_video_link), (gst_dvdec_loop):
23326         * ext/dv/gstdvdec.h:
23327           rework the caps negotiation so that dvdec works again instead
23328           of just segfaulting.
23329
23330 === release 0.7.4 ===
23331
23332 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23333
23334         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23335         * configure.ac: changed for release
23336
23337 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23338
23339         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23340         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23341         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23342         * pkgconfig/gstreamer-play-uninstalled.pc.in:
23343           reworked patch by David Lehn to fix libdir and includedir for
23344           uninstalled libraries
23345           removed play and gconf from gstreamer-libs since they have their
23346           own pkgconfig files
23347
23348 2004-02-04  David Schleef  <ds@schleef.org>
23349
23350         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23351         memleak.
23352
23353 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23354
23355         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23356           use correct GST_TAG_ENCODER tag
23357
23358 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23359
23360         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23361           be sure to stop the clock when going to paused
23362         * sys/oss/gstosssink.c: (gst_osssink_change_state):
23363           reset number of transmitted when going to ready.
23364         fixes #132935
23365
23366 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
23367
23368         reviewed by Benjamin Otte
23369
23370         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23371           extract track count (fixes #133410)
23372
23373 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23374
23375         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23376           that should be !=, not == (fixes #132519)
23377
23378 2004-02-04  David Schleef  <ds@schleef.org>
23379
23380         Make sure set_explicit_caps() is called before adding pad.
23381         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23382         * gst/id3/gstid3types.c: (gst_id3types_loop):
23383         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23384         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23385
23386 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23387
23388         * configure.ac:
23389           bump nano to 2, first prerelease
23390           put back AM_PROG_LIBTOOL
23391
23392 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23393
23394         * testsuite/alsa/Makefile.am:
23395           these are user test apps, not automatic testsuite tests
23396
23397 2004-02-04  David Schleef  <ds@schleef.org>
23398
23399         Convert GST_DEBUG_CAPS() to GST_DEBUG():
23400         * gst/mpeg1videoparse/gstmp1videoparse.c:
23401         (mp1videoparse_parse_seq):
23402         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23403         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23404         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23405         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23406         (gst_xvideosink_getcaps):
23407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23408         * testsuite/gst-lint: more tests
23409
23410 2004-02-04  David Schleef  <ds@schleef.org>
23411
23412         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23413         with the code that they would expand to.
23414         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23415         (gst_flacdec_get_src_query_types),
23416         (gst_flacdec_get_src_event_masks):
23417         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23418         (gst_gnomevfssrc_get_query_types),
23419         (gst_gnomevfssrc_get_event_mask):
23420
23421 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23422
23423         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23424         (gst_sinesrc_dispose):
23425           fix memleak by properly disposing sinesrc
23426
23427 2004-02-04  Julien MOUTTE  <julien@moutte.net>
23428
23429         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23430         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23431         an overlay to redraw the image because it has been exposed.
23432         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23433         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23434         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23435         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23436         interface
23437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23438         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23439         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23440         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23441         interface
23442
23443 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23444
23445         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23446           more memleak fixage
23447
23448 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23449
23450         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23451         * gst/typefind/gsttypefindfunctions.c:
23452           fix memleaks shown by gst-typefind
23453
23454 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23455
23456         * common/glib-gen.mak:
23457           add hack rule to touch .Plo files
23458         * gst-libs/gst/colorbalance/Makefile.am:
23459         * gst-libs/gst/mixer/Makefile.am:
23460         * gst-libs/gst/play/Makefile.am:
23461         * gst-libs/gst/tuner/Makefile.am:
23462           remove glib_root variable
23463
23464 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23465
23466         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23467           set explicit caps before adding the element, so the autopluggers can
23468           plug correctly.
23469         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23470         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23471         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23472         (dv_type_find):
23473           fix memleaks in typefind functions. gst_type_find_suggest takes a const
23474           argument.
23475
23476 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23477
23478         * gst-libs/gst/colorbalance/Makefile.am:
23479         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23480         * gst-libs/gst/colorbalance/colorbalance.c:
23481         * gst-libs/gst/colorbalance/colorbalance.h:
23482         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23483         * gst-libs/gst/mixer/Makefile.am:
23484         * gst-libs/gst/mixer/mixer-marshal.list:
23485         * gst-libs/gst/mixer/mixer.c:
23486         * gst-libs/gst/mixer/mixer.h:
23487         * gst-libs/gst/mixer/mixermarshal.list:
23488         * gst-libs/gst/play/Makefile.am:
23489         * gst-libs/gst/play/play.h:
23490         * gst-libs/gst/tuner/Makefile.am:
23491         * gst-libs/gst/tuner/tuner-marshal.list:
23492         * gst-libs/gst/tuner/tuner.c:
23493         * gst-libs/gst/tuner/tuner.h:
23494         * gst-libs/gst/tuner/tunermarshal.list:
23495           use new glib-gen.mak snippet to clean up Makefile.am
23496           fix various bugs in Makefile.am's
23497
23498 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23499
23500         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23501           handle chain parsing correctly in the multichain case
23502         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
23503         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
23504         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23505         (theora_dec_chain):
23506           handle events and queries correctly
23507
23508 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23509
23510         * .cvsignore:
23511         Ignore generated file _stdint.h.
23512
23513 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23514
23515         * gst-libs/gst/colorbalance/Makefile.am:
23516         * gst-libs/gst/colorbalance/colorbalance.h:
23517         * gst-libs/gst/mixer/Makefile.am:
23518         * gst-libs/gst/mixer/mixer.h:
23519         * gst-libs/gst/play/Makefile.am:
23520         * gst-libs/gst/play/play.h:
23521         * gst-libs/gst/tuner/Makefile.am:
23522         * gst-libs/gst/tuner/tuner.h:
23523         Generate enum type code with glib-mkenums.
23524         * gst-libs/gst/colorbalance/.cvsignore:
23525         * gst-libs/gst/mixer/.cvsignore:
23526         * gst-libs/gst/play/.cvsignore:
23527         * gst-libs/gst/tuner/.cvsignore:
23528         Ignore generated files.
23529
23530 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23531
23532         * gst-libs/gst/audio/.cvsignore:
23533         Ignore generated file.
23534         * gst-libs/gst/audio/Makefile.am:
23535         Do not install example filter.
23536
23537 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23538
23539         * examples/switch/.cvsignore:
23540         Ignore generated file.
23541
23542 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23543
23544         * common/m4/ax_create_stdint_h.m4:
23545         * configure.ac:
23546           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
23547           _stdint.h.
23548         * Makefile.am:
23549           remove generated _stdint.h in DISTCLEANFILES
23550         * ext/a52dec/gsta52dec.c:
23551           include _stdint.h for a52dec. (should fix #133064)
23552
23553 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
23554
23555         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
23556         (gst_tag_to_vorbis_comments):
23557         Add replaygain support to vorbistag
23558
23559 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
23560         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23561         (gst_ffmpeg_caps_to_extradata):
23562           Fix SVQ3 caps flag properties
23563           Use glib macro for bytes swap
23564
23565 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23566
23567         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23568         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23569         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23570         * ext/sndfile/gstsf.c: (plugin_init):
23571         * gst/avi/gstavi.c: (plugin_init):
23572         * sys/dxr3/dxr3init.c: (plugin_init):
23573         * sys/oss/gstossaudio.c: (plugin_init):
23574         * sys/v4l/gstv4l.c: (plugin_init):
23575         * sys/v4l2/gstv4l2.c: (plugin_init):
23576           remove textdomain calls
23577         * po/nl.po:
23578           update Dutch translation
23579
23580 2004-02-02  Julien MOUTTE  <julien@moutte.net>
23581
23582         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23583         (gst_play_set_audio_sink): Moving volume in the audio thread for
23584         instantaneous volume change. Maybe i will add another volume in front
23585         of visualization later, not sure yet though.
23586
23587 2004-02-02  Julien MOUTTE  <julien@moutte.net>
23588
23589         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23590         (gst_ximagesink_handle_xevents): Better X events handling, only take
23591         the latest events for configure and motion.
23592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
23593
23594 2004-02-02  Jon Trowbridge  <trow@gnu.org>
23595
23596         reviewed by: David Schleef  <ds@schleef.org>
23597
23598         Fix memory leaks:
23599         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
23600         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
23601
23602 2004-02-02  David Schleef  <ds@schleef.org>
23603
23604         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
23605         of lines.
23606         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
23607         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23608         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
23609         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23610         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
23611         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
23612         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
23613         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
23614         (gst_float2_2_int_link):
23615         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
23616         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
23617         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
23618         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
23619         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
23620         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
23621         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
23622         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
23623         * testsuite/gst-lint: Add tests for bzero and ;;
23624
23625 2004-02-02  David Schleef  <ds@schleef.org>
23626
23627         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
23628
23629 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23630
23631         * ext/aalib/gstaasink.c: (gst_aasink_open):
23632         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23633         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23634         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23635         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23636         (gst_afsink_close_file):
23637         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23638         (gst_afsrc_close_file):
23639         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23640         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23641         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23642         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23643         * ext/esd/esdmon.c: (gst_esdmon_get):
23644         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
23645         * ext/faac/gstfaac.c: (gst_faac_chain):
23646         * ext/faad/gstfaad.c: (gst_faad_chain):
23647         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23648         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23649         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23650         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23651         (gst_flacdec_loop):
23652         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23653         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23654         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23655         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23656         (gst_gnomevfssink_close_file):
23657         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23658         (gst_gnomevfssrc_open_file):
23659         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23660         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23661         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23662         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23663         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23664         * ext/mad/gstmad.c: (gst_mad_chain):
23665         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23666         * ext/mpeg2dec/gstmpeg2dec.c:
23667         * ext/mpeg2enc/gstmpeg2enc.cc:
23668         * ext/mplex/gstmplex.cc:
23669         * ext/mplex/gstmplexibitstream.cc:
23670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23671         (gst_ogg_demux_push):
23672         * ext/raw1394/gstdv1394src.c:
23673         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23674         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23675         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23676         (gst_sf_loop):
23677         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23678         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
23679         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23680         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23681         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23682         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23683         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23684         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23685         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23686         (gst_riff_read_element_data), (gst_riff_read_seek),
23687         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23688         * gst/adder/gstadder.c: (gst_adder_loop):
23689         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23690         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23691         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23692         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23693         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23694         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23695         * gst/goom/gstgoom.c: (gst_goom_chain):
23696         * gst/id3/gstid3types.c: (gst_id3types_loop):
23697         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
23698         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23699         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23700         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23701         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23702         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23703         (gst_ebml_read_float), (gst_ebml_read_header):
23704         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23705         (gst_matroska_demux_parse_blockgroup):
23706         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23707         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23708         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23709         * gst/silence/gstsilence.c: (gst_silence_get):
23710         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23711         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23712         * gst/speed/gstspeed.c: (speed_loop):
23713         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23714         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23715         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23716         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23717         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23718         (gst_wavparse_loop):
23719         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23720         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23721         (dxr3audiosink_close):
23722         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23723         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23724         (dxr3videosink_close), (dxr3videosink_write_data):
23725         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23726         * sys/oss/gstosssink.c: (gst_osssink_chain):
23727         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23728         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23729         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23730         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23731         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23732         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23733         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23734         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23735         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23736         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23737         (gst_v4l_set_audio):
23738         * sys/v4l/v4l_calls.h:
23739         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23740         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23741         (gst_v4lmjpegsink_playback_init),
23742         (gst_v4lmjpegsink_playback_start):
23743         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
23744         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23745         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23746         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23747         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23748         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23749         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23750         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23751         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23752         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23753         (gst_v4l2_get_output), (gst_v4l2_set_output),
23754         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23755         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23756         (gst_v4l2_set_attribute):
23757         * sys/v4l2/v4l2_calls.h:
23758         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23759         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23760         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23761         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23762         (gst_v4l2src_capture_stop):
23763         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23764         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23765         (gst_ximagesink_chain):
23766         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23767         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23768         (gst_xvideosink_xwindow_new):
23769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23770         (gst_xvimagesink_chain):
23771
23772 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23773
23774         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23775         (gst_volume_get_volume), (volume_class_init), (volume_init),
23776         (volume_chain_int16), (volume_update_volume):
23777         * gst/volume/gstvolume.h:
23778           make code more readable by removing magic numbers
23779           make mixer interface export 0-100 range
23780           make it internally map to 0.0-1.0 range so users don't distort
23781           output by putting the sliders at full volume
23782
23783 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23784
23785         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
23786         (gst_play_state_change), (gst_play_seek_to_time):
23787         block the tick callback for 0.5 secs after doing a seek
23788
23789 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23790
23791         * gst-libs/gst/play/play.c: (gst_play_new):
23792           check for GError
23793
23794 2004-02-01  Julien MOUTTE  <julien@moutte.net>
23795
23796         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
23797         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
23798         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23799         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
23800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23801         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
23802
23803 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23804
23805         * configure.ac:
23806         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23807           check for a function added in vorbis 1.1
23808
23809 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23810
23811         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23812         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
23813           really start/stop clock only on PLAYING <=> PAUSED
23814         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23815           remove \n from debugging lines
23816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23817           make it work when seeking does not
23818         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23819           reset on DISCONT
23820
23821 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23822
23823         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
23824           start clock on PAUSED=>PLAYING, not later
23825         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23826           extract correct time for different discont formats
23827         (gst_alsa_sink_get_time):
23828           don't segfault when no format is negotiated yet, just return 0
23829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23830         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
23831         (gst_ogg_pad_push):
23832           handle flush and discont events correctly
23833         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
23834           handle discont events correctly
23835
23836 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23837
23838         * gst-libs/gst/play/play.c: (gst_play_error_quark),
23839         (gst_play_error_create), (gst_play_error_plugin),
23840         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
23841         * gst-libs/gst/play/play.h:
23842           add error handling during creation
23843         * examples/gstplay/player.c: (main):
23844           use new gst_play_new
23845
23846
23847 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23848
23849         * ext/theora/theoradec.c: (theora_dec_chain):
23850           make comments work
23851         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23852         (vorbis_dec_src_event), (vorbis_dec_chain):
23853           add encoder tag, fix tag reading to be more error tolerant, change
23854           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
23855           gst_pad_event_default.
23856         * gst/tags/gstvorbistag.c:
23857         (gst_tag_list_from_vorbiscomment_buffer):
23858           undefine function specific define at end of function
23859
23860 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
23861
23862         * ext/flac/gstflac.c: (plugin_init):
23863         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
23864         * ext/flac/gstflacdec.h:
23865         * ext/flac/gstflacenc.h:
23866           Fix typos
23867
23868 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
23869
23870         * examples/gstplay/player.c: s/gstplay.h/play.h/
23871
23872 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23873
23874         * gst-libs/gst/play/Makefile.am:
23875         * gst-libs/gst/play/gstplay.c:
23876         * gst-libs/gst/play/gstplay.h:
23877         * gst-libs/gst/play/play.c:
23878           more surgery, operation complete
23879
23880 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23881
23882         * gst-libs/gst/play/play.old.c:
23883         * gst-libs/gst/play/play.old.h:
23884           after CVS surgery by moving, remove
23885         * gst-libs/gst/play/playpipelines.c:
23886           remove
23887
23888         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
23889           add negotiation error
23890
23891 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23892
23893         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23894         (gst_ogg_demux_push):
23895           add some seeking debug info
23896           send a flush when seeking
23897
23898 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23899
23900         * configure.ac:
23901           use AC_C_INLINE
23902         * configure.ac:
23903         * ext/Makefile.am:
23904         * ext/theora/Makefile.am:
23905         * ext/theora/theoradec.c:
23906           add theora video decoder. Does just do simple decoding for now and
23907           has been tested against Theora cvs only. It only works when theora
23908           is compiled with --enable-static.
23909         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23910           always reset packetno on DISCONT
23911
23912 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23913
23914         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23915           Fix audio.
23916
23917 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23918
23919         * gst/mpegaudioparse/gstmpegaudioparse.c:
23920         (mp3_type_frame_length_from_header):
23921           Fix header parsing - stolen from ffmpeg (thank you! :) ).
23922
23923 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23924
23925         * ext/esd/esdsink.c: (gst_esdsink_init):
23926           Since we have static pad template caps, we don't need to negotiate;
23927           either the core errors out or we know the format.
23928
23929 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23930
23931         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23932         (gst_riff_read_seek):
23933         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23934         (gst_ebml_read_seek):
23935           Fix event handling.
23936
23937 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23938
23939         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23940           removee video/x-theora from vp3 decoder, it doesn't handle raw
23941           theora streams
23942         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
23943           fix bug with finalizing element that never went to PAUSED
23944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23945           length and position queries were swapped
23946         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23947         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
23948         (vorbis_dec_src_event):
23949           implement querying time and bytes
23950
23951 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23952
23953         * just about every source file:
23954           gst_element_error -> GST_ELEMENT_ERROR
23955
23956 2004-01-29  Julien MOUTTE  <julien@moutte.net>
23957
23958         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
23959         emiting FLUSH and even before DISCONT.
23960         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
23961         get the best instant seeking as possible yay!
23962
23963 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23964
23965         * gst/mpeg1videoparse/gstmp1videoparse.c:
23966         (gst_mp1videoparse_real_chain):
23967           Committed wrong version last week... Grr... Didn't notice until now.
23968
23969 2004-01-29  Julien MOUTTE <julien@moutte.net>
23970
23971         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
23972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
23973         have_xwindow_id signal in xwindow_create.
23974
23975 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23976
23977         * ext/ogg/gstoggdemux.c:
23978           lots of changes - mainly support for chained bitstreams, seeking,
23979           querying and bugfixes of course
23980         * ext/vorbis/Makefile.am:
23981         * ext/vorbis/vorbisdec.c:
23982         * ext/vorbis/vorbisdec.h:
23983           add vorbisdec raw vorbis decoder
23984         * ext/vorbis/vorbis.c: (plugin_init):
23985           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
23986         * gst/intfloat/Makefile.am:
23987         * gst/intfloat/float22int.c:
23988         * gst/intfloat/float22int.h:
23989         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
23990           add float2intnew plugin. It converts multichannel interleaved float to
23991           multichannel interleaved int. The name should probably be changed.
23992         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
23993         (plugin_init):
23994           add typefinding for raw theora video so oggdemux can detect it.
23995
23996 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23997
23998         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
23999         sink element first.
24000         * gst/videoscale/gstvideoscale.c:
24001         (gst_videoscale_handle_src_event): Fixing src event handler.
24002
24003 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24004
24005         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24006         (gst_v4lsrc_open), (gst_v4lsrc_close),
24007         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
24008         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
24009         * sys/v4l/gstv4lsrc.h:
24010         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
24011         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
24012           Implement resizing... Hack. But that's why v4l is b0rked...
24013
24014 2004-01-28  Julien MOUTTE <julien@moutte.net>
24015
24016         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24017         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24018         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
24019         (gst_ximagesink_xwindow_destroy):
24020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24021         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24022         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
24023         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
24024         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
24025         correctly cleaning the image created to check xshm calls on succes,
24026         added a lot of XSync calls in X11 functions, and fixed a segfault when
24027         no image format was defined before negotiation happened.
24028
24029 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24030
24031         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
24032           use gst_element_get_time to get correct time
24033
24034 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24035
24036         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
24037         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
24038         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
24039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
24040         (gst_xvimagesink_check_xshm_calls),
24041         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
24042         X plugins are now able to detect that XShm calls will fail even if the
24043         server claims that it has XShm support (remote displays most of the
24044         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
24045         so that we use non XShm functions. This feature is almost useless for
24046         xvimagesink as Xv is not supported on remote displays anyway, but
24047         it might happen than even on the local display XShm calls fail.
24048
24049 2004-01-27  David Schleef  <ds@schleef.org>
24050
24051         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
24052         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
24053         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
24054         changed esdsink to only use 44100,16,2, since esd sucks at rate
24055         conversion and esdsink has had difficulty negotiating.
24056
24057 2004-01-27  Julien MOUTTE <julien@moutte.net>
24058
24059         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
24060         (gst_play_seek_to_time): Fixing the way to get current position.
24061
24062 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24063
24064         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
24065           use gst_element_get_time to get correct time
24066
24067 2004-01-27  Julien MOUTTE <julien@moutte.net>
24068
24069         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
24070         fix ever... Inverting 2 lines of code make spider autoplug correctly
24071         tagged mp3 !
24072
24073 2004-01-27  David Schleef  <ds@schleef.org>
24074
24075         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24076         Use gst_pad_try_set_caps_nonfixed().
24077
24078 2004-01-27  David Schleef  <ds@schleef.org>
24079
24080         * gst/ac3parse/gstac3parse.c: update to checklist 5
24081         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
24082         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
24083         * gst/audioscale/gstaudioscale.c: same
24084         * gst/auparse/gstauparse.c: same
24085         * gst/avi/gstavidemux.c: same
24086
24087 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24088
24089         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24090           stop processing after EOS
24091
24092 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24093
24094         * gst/asfdemux/asfheaders.h:
24095         * gst/asfdemux/gstasfdemux.c:
24096         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
24097         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
24098         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
24099           lot's of fixes to make data extraction simpler and get the code
24100           architecture and compiler independant. Add debugging category
24101         * gst/goom/gstgoom.c: (gst_goom_change_state):
24102           reset channel count on PAUSED=>READY, not READY=>PAUSED
24103
24104 2004-01-26  Colin Walters  <walters@verbum.org>
24105
24106         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
24107         code to pull a bigger buffer in iradio mode.  This as a side effect
24108         makes typefinding work.
24109
24110 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24111
24112         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24113         Fix SVQ3 decoding on PPC
24114
24115 2004-01-26  Julien MOUTTE <julien@moutte.net>
24116
24117         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
24118         that one managed to stay there... Fixed.
24119
24120 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24121
24122         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24123         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
24124         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
24125         (qtdemux_video_caps):
24126         * gst/qtdemux/qtdemux.h:
24127         Add SVQ3 specific flags to qtdemux and ffmpeg
24128
24129 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24130
24131         * gst-libs/gst/audio/audio.h:
24132           remove buffer-frames from audio caps
24133         * gst/audioconvert/gstaudioconvert.c:
24134           fix plugin to really work.
24135
24136 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24137
24138         * gst-libs/gst/mixer/mixer.c:
24139         * gst-libs/gst/propertyprobe/propertyprobe.c:
24140         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
24141         (gst_tuner_find_channel_by_name):
24142         * gst-libs/gst/tuner/tuner.h:
24143           Add gtk-doc style comments. Also fix a function name.
24144
24145 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24146
24147         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
24148         (gst_divxdec_negotiate):
24149           Fix for new capsnego - also fixes gst-player with divxdec.
24150
24151 2004-01-25  Julien MOUTTE  <julien@moutte.net>
24152
24153         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24154         (gst_play_identity_handoff), (gst_play_set_location),
24155         (gst_play_set_visualization), (gst_play_connect_visualization): Another
24156         try in visualization implementation. Still have an issue with switch
24157         blocking when pulling from video_queue and only audio comes out of
24158         spider.
24159         * gst/switch/gstswitch.c: (gst_switch_release_pad),
24160         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
24161         release method. And check if the pad is usable before pulling.
24162
24163 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24164
24165         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
24166         (gst_videobalance_init),
24167         (gst_videobalance_colorbalance_list_channels),
24168         (gst_videobalance_colorbalance_set_value),
24169         (gst_videobalance_colorbalance_get_value),
24170         (gst_videobalance_update_properties),
24171         (gst_videobalance_update_tables_planar411),
24172         (gst_videobalance_planar411):
24173         * gst/videofilter/gstvideobalance.h:
24174           Implement lookup-tables. +/- 10x faster.
24175
24176 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24177
24178         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24179         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24180           The index reading was broken. The rest worked fine, but the whole
24181           goal of my rewrite was to make avidemux readable, and this was
24182           not at all readable. Please use typed variables.
24183
24184 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24185
24186         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24187           Additional pad usability check.
24188         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24189         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
24190         (gst_mp1videoparse_real_chain):
24191           Fix MPEG video stream parsing. The original plugin had several
24192           issues, including not timestamping streams where the source was
24193           not timestamped (this happens with PTS values in mpeg system
24194           streams, but MPEG video is also a valid stream on its own so
24195           that needs timestamps too). We use the display time code for that
24196           for now. Also, if one incoming buffer contains multiple valid
24197           frames, we push them all on correctly now, including proper EOS
24198           handling. Lastly, several potential segfaults were fixed, and we
24199           properly sync on new sequence/gop headers to include them in next,
24200           not previous frames (since they're header for the next frame, not
24201           the previous). Also see #119206.
24202         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24203         (bpf_from_header):
24204           Move caps setting so we only do it after finding several valid
24205           MPEG-1 fraes sequentially, not right after the first one (which
24206           might be coincidental).
24207         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24208         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24209         (plugin_init):
24210           Add unsynced MPEG video stream typefinding, and change some
24211           probability values so we detect streams rightly. The idea is as
24212           follows: I can have an unsynced system stream which contains
24213           video. In the current code, I would randomly get a type for either
24214           system or video stream type found, because the probabilities are
24215           being calculated rather randomly. I now use fixed values, so we
24216           always prefer system stream if that was found (and that is how it
24217           should be). If no system stream was found, we can still identity                the stream as video-only.
24218
24219 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24220
24221         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24222         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24223           don't write to buffer. Extract data without the need of
24224           __attribute__ ((packed))
24225
24226 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24227
24228         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24229         (mpeg1_sys_type_find):
24230           Fix MPEG-1 stream typefinding.
24231
24232 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24233
24234         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24235           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24236
24237 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24238
24239         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24240         * ext/esd/gstesd.c: (plugin_init):
24241           private debugging, better error reporting
24242
24243 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24244
24245         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24246         (gst_riff_read_init), (gst_riff_read_change_state):
24247         * gst-libs/gst/riff/riff-read.h:
24248           Remove stuff fromold metadata system.
24249
24250 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24251
24252         * ext/ogg/gstoggdemux.c:
24253           Fix wrong file comment.
24254         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24255         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24256           Add metadata reading properly.
24257
24258 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24259
24260         * ext/Makefile.am:
24261           Fix nas DIST_SUBDIRS
24262           Uraeus:
24263           Fix bug where make distcheck doesn't get run on adding stuff to
24264           the build.
24265
24266 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24267
24268         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24269         * ext/divx/gstdivxdec.h:
24270           Fix divx3 ("msmpeg4") playback using divxdec.
24271
24272 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24273
24274         * gst/typefind/gsttypefindfunctions.c:
24275         (mp3_type_frame_length_from_header): fix bug in length computation
24276         (mp3_type_find): improve debugging output
24277
24278 2004-01-23  Julien MOUTTE  <julien@moutte.net>
24279
24280         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24281         (gst_play_set_location), (gst_play_seek_to_time),
24282         (gst_play_set_audio_sink), (gst_play_set_visualization),
24283         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24284         the pipeline from scratch. Visualization is back and switch went out as
24285         i realized it was not possible to use the way i wanted.
24286         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24287         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24288         clearing in state change from READY to NULL. So that one can clean the
24289         X ressources keeping the element.
24290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24291         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24292         (gst_xvimagesink_colorbalance_set_value),
24293         (gst_xvimagesink_colorbalance_get_value),
24294         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24295         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24296         change from READY to NULL and fixed some stupid bugs in colorbalance
24297         get/set values. Also added the following feature : when nobody tries to
24298         set some values to the colorbalance levels before the xcontext is
24299         grabbed, then when creating channels list from Xv attributes we set the
24300         internal values to the Xv defaults. This way we handle buggy Xv drivers
24301         that set default hue values far from the middle of the range (Thanks
24302         to Jon Trowbridge for pointing that issue).
24303         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24304         colorbalance levels have been set before xcontext is grabbed.
24305
24306 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24307
24308         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24309           Fix the ossmixer case where we shouldn't open /dev/dsp* because
24310           it might block operations (which is bad for a mixer).
24311
24312 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24313
24314         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24315         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24316         (gmip_find_type_pre):
24317         * gst-libs/gst/media-info/media-info-priv.h:
24318         * gst-libs/gst/media-info/media-info.c:
24319         (gst_media_info_instance_init), (gst_media_info_read_idler):
24320         add fakesink to get caps on decoder src pad again
24321         fix callback prototype to match new have_type signal signature
24322
24323 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24324
24325         * gst/adder/gstadder.c: (gst_adder_link):
24326           fix non-compile and cut-n-paste code
24327
24328 2004-01-21  David Schleef  <ds@schleef.org>
24329
24330         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24331         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24332         (gst_swfdec_init), (gst_swfdec_change_state):
24333         * ext/swfdec/gstswfdec.h:
24334         Fix negotiation.
24335         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24336         (gst_adder_request_new_pad): Fix negotiation.
24337         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24338         Add a fixate function.
24339         * gst/intfloat/gstfloat2int.c:
24340         * gst/intfloat/gstfloat2int.h:
24341         * gst/intfloat/gstint2float.c:
24342         * gst/intfloat/gstint2float.h:
24343         Completely rewrite the negotiation.  Doesn't quite work yet,
24344         due to some buffer-frames problem.
24345
24346 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24347
24348         * ext/gnomevfs/gstgnomevfssrc.c:
24349         * sys/v4l2/v4l2_calls.h:
24350           fix includes for distcheck
24351
24352 2004-01-21  Christian Schaller <uraeus@gnome.org>
24353
24354         * ext/nas/
24355         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24356         based on earlier patch from Laurent Vivier
24357
24358 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
24359
24360         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24361         Fix wma caps property
24362         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24363         Fix typo (flags1 and flags2)
24364
24365 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24366
24367         * gst-libs/gst/media-info/media-info-priv.c:
24368         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24369         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24370         (gmip_find_stream), (gmip_find_track_metadata),
24371         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24372         (gmip_find_track_format):
24373         * gst-libs/gst/media-info/media-info-priv.h:
24374         * gst-libs/gst/media-info/media-info-test.c: (main):
24375         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24376         (gst_media_info_read_idler), (gst_media_info_read):
24377         * gst-libs/gst/media-info/media-info.h:
24378           register debugging category and use it for debugging
24379
24380 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24381
24382         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24383         (gst_vorbisfile_new_link):
24384           signal streaminfo through tags
24385
24386 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24387
24388         * ext/mplex/gstmplex.cc:
24389         * ext/mplex/gstmplexibitstream.cc:
24390           g++ doesn't like NULL in our i18n/error macros, should be
24391           either (NULL) or ("").
24392
24393 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24394
24395         * sys/dxr3/dxr3audiosink.c:
24396         * sys/dxr3/dxr3init.c:
24397         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24398         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24399           Fix more error error error errors (missing includes here).
24400
24401 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24402
24403         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24404           fix thomas' error errors.
24405
24406 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24407
24408         * ext/mpeg2enc/gstmpeg2enc.cc:
24409           fix error errors.
24410
24411 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24412
24413         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24414         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24415           Fix for new error system.
24416
24417 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24418
24419         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24420           fix for new error reporting
24421
24422 2004-01-20  David Schleef  <ds@schleef.org>
24423
24424         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24425         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24426         (gst_ximagesink_set_xwindow_id): Change to using a framerate
24427         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24428         and neither is 100+, most likely.
24429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24430         (gst_xvimagesink_getcaps): same
24431
24432 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24433
24434         * configure.ac:
24435           Up version requirement to 2.0.3 (not yet released) to avoid symbol
24436           clashes with ffmpeg.
24437
24438 2004-01-20  Julien MOUTTE  <julien@moutte.net>
24439
24440         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24441         (gst_switch_init): Fixed switch element : proxying link and setting
24442         caps from src to sink on request.
24443
24444 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24445
24446         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24447         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24448         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24449         fix element_error
24450
24451 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24452
24453         * sys/v4l/v4l_calls.h:
24454         * sys/v4l2/v4l2_calls.h:
24455           element_error fixes
24456
24457 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24458
24459         * gst-libs/gst/gst-i18n-plugin.h:
24460           add locale.h
24461           remove config.h inclusion
24462
24463 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24464
24465         * autogen.sh:
24466           adding autopoint invocation
24467         * Makefile.am:
24468         * configure.ac:
24469         * gst-libs/gst/gettext.h:
24470           adding gettext bits
24471         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24472         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24473         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24474         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24475         (gst_gnomevfssink_close_file):
24476         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24477         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24478         * gst-libs/gst/gst-i18n-plugin.h:
24479         * gst/avi/gstavi.c: (plugin_init):
24480         * sys/dxr3/dxr3init.c: (plugin_init):
24481         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24482         * sys/oss/gstossaudio.c: (plugin_init):
24483         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24484         * sys/v4l/gstv4l.c: (plugin_init):
24485         * sys/v4l/v4l_calls.c: (gst_v4l_open):
24486         * sys/v4l2/gstv4l2.c: (plugin_init):
24487         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24488         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24489         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24490         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24491         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24492         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24493           make sure locale and translation domain are set
24494           fix translated strings
24495         * po/.cvsignore:
24496         * po/LINGUAS:
24497         * po/Makevars:
24498         * po/POTFILES.in:
24499         * po/nl.po:
24500           put translation files into place
24501         * sys/xvideo/imagetest.c: (main):
24502         * ext/dv/demo-play.c: (main):
24503           fix unnecessary translations
24504
24505 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24506
24507         * ext/sndfile/gstsf.c:
24508         * gst/avi/gstavimux.c:
24509         * ext/audiofile/gstafsink.c:
24510         * ext/audiofile/gstafsrc.c:
24511         * ext/gnomevfs/gstgnomevfssink.c:
24512         * ext/gnomevfs/gstgnomevfssrc.c:
24513         * sys/oss/gstosselement.c:
24514         * sys/v4l/v4l_calls.h:
24515           fix i18n include
24516
24517 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24518
24519         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24520         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24521         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24522         (gst_v4l2_get_output), (gst_v4l2_set_output),
24523         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24524         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24525         (gst_v4l2_set_attribute):
24526         update to new error handling
24527
24528 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24529
24530         * ext/sidplay/gstsiddec.cc:
24531         * gst/modplug/gstmodplug.cc:
24532           parenthese NULL because C++ seems angry about it
24533
24534 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24535
24536         * gst-libs/gst/gst-i18n-plugin.h:
24537           add skeleton i18n stuff, but needs to be further implemented
24538
24539 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24540
24541         * examples/gstplay/player.c: (main):
24542         * ext/aalib/gstaasink.c: (gst_aasink_open):
24543         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24544         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24545         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24546         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24547         (gst_afsink_close_file):
24548         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24549         (gst_afsrc_close_file):
24550         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24551         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24552         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24553         * ext/esd/esdmon.c: (gst_esdmon_get):
24554         * ext/esd/esdsink.c: (gst_esdsink_chain):
24555         * ext/faac/gstfaac.c: (gst_faac_chain):
24556         * ext/faad/gstfaad.c: (gst_faad_chain):
24557         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24558         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24559         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24560         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24561         (gst_flacdec_loop):
24562         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24563         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24564         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24565         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24566         (gst_gnomevfssink_close_file):
24567         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24568         (gst_gnomevfssrc_open_file):
24569         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24570         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24571         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24572         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24573         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24574         * ext/mad/gstmad.c: (gst_mad_chain):
24575         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24576         * ext/mpeg2dec/gstmpeg2dec.c:
24577         * ext/mpeg2enc/gstmpeg2enc.cc:
24578         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24579         * ext/mplex/gstmplex.cc:
24580         * ext/mplex/gstmplexibitstream.cc:
24581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24582         (gst_ogg_demux_push), (gst_ogg_pad_push):
24583         * ext/raw1394/gstdv1394src.c:
24584         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24585         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24586         * ext/sidplay/gstsiddec.cc:
24587         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24588         (gst_sf_loop):
24589         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24590         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24591         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24592         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24593         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24594         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24595         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24596         * gst-libs/gst/Makefile.am:
24597         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24598         (gst_riff_read_element_data), (gst_riff_read_seek),
24599         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24600         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
24601         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24602         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24603         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24604         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24605         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24606         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24607         * gst/goom/gstgoom.c: (gst_goom_chain):
24608         * gst/id3/gstid3types.c: (gst_id3types_loop):
24609         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24610         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24611         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24612         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24613         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24614         (gst_ebml_read_float), (gst_ebml_read_header):
24615         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24616         (gst_matroska_demux_parse_blockgroup):
24617         * gst/modplug/gstmodplug.cc:
24618         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24619         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24620         * gst/oneton/gstoneton.c: (gst_oneton_chain):
24621         * gst/silence/gstsilence.c: (gst_silence_get):
24622         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24623         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24624         * gst/speed/gstspeed.c: (speed_loop):
24625         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24626         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24627         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24628         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24629         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24630         (gst_wavparse_loop):
24631         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24632         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24633         (dxr3audiosink_close):
24634         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24635         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24636         (dxr3videosink_close), (dxr3videosink_write_data):
24637         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24638         * sys/oss/gstosselement.h:
24639         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
24640         (gst_osssink_chain):
24641         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24642         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24643         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24644         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24645         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
24646         (gst_v4l_enable_overlay):
24647         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24648         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24649         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24650         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24651         (gst_v4l_set_audio):
24652         * sys/v4l/v4l_calls.h:
24653         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24654         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24655         (gst_v4lmjpegsink_playback_init),
24656         (gst_v4lmjpegsink_playback_start):
24657         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24658         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
24659         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
24660         (gst_v4lmjpegsrc_requeue_frame):
24661         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24662         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24663         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24664         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24665         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24666         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24667         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24668         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24669         (gst_v4l2src_capture_stop):
24670         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24671         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24672         (gst_ximagesink_chain):
24673         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24674         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24675         (gst_xvideosink_xwindow_new):
24676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24677         (gst_xvimagesink_chain):
24678         use new error signal, function and categories
24679
24680 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
24681
24682         * configure.ac:
24683         * ext/Makefile.am:
24684         * ext/musicbrainz/gsttrm.c:
24685         * ext/musicbrainz/gsttrm.h:
24686         * ext/musicbrainz/Makefile.am:
24687         Add a trm plugin
24688
24689 2004-01-18  Julien MOUTTE  <julien@moutte.net>
24690
24691         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
24692         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
24693         synchronous property for debugging.
24694         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
24695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24696         (gst_xvimagesink_set_property): Moving a pointer declaration to a
24697         smaller block, fixing indent.
24698
24699 2004-01-16  David Schleef  <ds@schleef.org>
24700
24701         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
24702         property affects the video stream.
24703         * sys/xvimage/xvimagesink.c:
24704         * sys/xvimage/xvimagesink.h:
24705         Add synchronous property for debugging.  Should probably be
24706         disabled in non-CVS builds.  Make sure that the Xv attribute
24707         exists before we set it (crash!).  Fix a silly float bug that
24708         caused colorbalance to just not work.
24709
24710 2004-01-17  Christian Schaller <Uraeus@gnome.org>
24711
24712         * tools/gst-launch-ext.in - update for new plugins
24713
24714 2004-01-16  David Schleef  <ds@schleef.org>
24715
24716         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
24717         already-freed caps.
24718
24719 2994-01-16  Christian Schaller <Uraeus@gnome.org>
24720
24721         * Update spec for new colorspace plugin and libcaca plugin
24722         * Fix compilation of libcaca plugin (clock -> id)
24723
24724 2004-01-16  Julien MOUTTE <julien@moutte.net>
24725
24726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
24727         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
24728         (gst_xvimagesink_set_xwindow_id),
24729         (gst_xvimagesink_colorbalance_set_value),
24730         (gst_xvimagesink_colorbalance_get_value),
24731         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24732         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
24733         correct colorbalance properties. They can now be set when the element
24734         is still in NULL state. The values will be committed to the Xv Port
24735         when xcontext is initialized.
24736         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
24737         brightness int values in the GstXvImagesink structure.
24738
24739 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24740
24741         * gst-libs/gst/Makefile.am:
24742           restructure so having local patches works easier.
24743
24744 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24745
24746         * ext/mpeg2enc/Makefile.am:
24747         * ext/mpeg2enc/gstmpeg2enc.cc:
24748         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24749           Bugfix with respect to EOS handling.
24750
24751 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24752
24753         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24754           Link with right caps (else, it segfaults).
24755         * ext/mplex/gstmplexjob.cc:
24756           Fix for slight API change in 1.6.1.93 release of mjpegtools.
24757
24758 2004-01-15  David Schleef  <ds@schleef.org>
24759
24760         * gst-libs/gst/audio/Makefile.am:
24761         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
24762         from the template.
24763         * gst-libs/gst/audio/gstaudiofilter.c:
24764         * gst-libs/gst/audio/gstaudiofilter.h:
24765         Add bytes_per_sample and size and n_samples calculation.
24766         * gst-libs/gst/audio/gstaudiofilterexample.c:
24767         Remove, now autogenerated.
24768         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24769         Moved from gstaudiofilterexample, object name changed, code added
24770         so that it actually works.
24771         * gst-libs/gst/audio/make_filter:
24772         Script to build an audiofilter subclass from the template.
24773         * gst/colorspace/Makefile.am:
24774         * gst/colorspace/yuv2yuv.c:
24775         Remove file, since it's GPL, and we don't use it.
24776
24777 2004-01-15  Julien MOUTTE  <julien@moutte.net>
24778
24779         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
24781         them use the buffer free function to test how the buffer was allocated.
24782
24783 2004-01-15  David Schleef  <ds@schleef.org>
24784
24785         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
24786         that handles osssink fallback.
24787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24788         (gst_audio_convert_getcaps):
24789         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24790         Add audio/x-qdm2 for QDM2 audio.
24791         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24792         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
24793         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
24794         Decrease minimum size to 16x16.
24795         * gst/wavparse/gstwavparse.c:
24796         Convert disabled pad template caps to new caps.
24797         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24799         (gst_xvimagesink_chain): Throw element error when display cannot
24800         be opened.  Increase minimum framerate to 1.0.  Check the data
24801         free function on a buffer to make sure it is the type we expect
24802         before manipulating it.
24803
24804 2004-01-15  Julien MOUTTE <julien@moutte.net>
24805
24806         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
24807         (gst_videobalance_colorbalance_set_value): Implement passthru if
24808         settings are in the middle.
24809         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
24810
24811 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24812
24813         * gst/videofilter/Makefile.am:
24814         * gst/volume/Makefile.am:
24815           Since we use videofilter symbols, link to it.
24816
24817 2004-01-15  Julien MOUTTE <julien@moutte.net>
24818
24819         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
24820         mixer interface type to HARDWARE.
24821         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
24822         type to SOFTWARE.
24823         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
24824         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
24825         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
24826         (gst_volume_interface_init), (gst_volume_list_tracks),
24827         (gst_volume_set_volume), (gst_volume_get_volume),
24828         (gst_volume_set_mute), (gst_volume_mixer_init),
24829         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
24830         (volume_init): Implementing mixer interface.
24831         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
24832         * sys/oss/gstosselement.c: (gst_osselement_get_type),
24833         (gst_osselement_change_state): Removing some trailing commas in
24834         structures.
24835         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
24836         interface type to HARDWARE.
24837         * sys/v4l/gstv4lcolorbalance.c:
24838         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
24839         type to HARDWARE.
24840         * sys/v4l2/gstv4l2colorbalance.c:
24841         (gst_v4l2_color_balance_interface_init): Setting colorbalance
24842         interface type to HARDWARE.
24843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
24844         same code than ximagesink for event handling.
24845
24846 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24847
24848         * ext/snapshot/Makefile.am:
24849         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
24850         (gst_snapshot_chain):
24851         * ext/snapshot/gstsnapshot.h:
24852           This has to be a joke... Snapshot should be connected to a tee,
24853           colorspace element before it and EOS after that, where the other
24854           src of the tee receives normal data.
24855           The current way is *wrong*.
24856
24857 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24858
24859         * ext/hermes/gsthermescolorspace.c:
24860           Fix another compile error. Same as below.
24861
24862 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24863
24864         * gst/colorspace/gstcolorspace.c:
24865         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
24866         (gst_colorspace_i420_to_yv12):
24867           Fix compiling... Didn't test if it actually works.
24868
24869 2004-01-15  David Schleef  <ds@schleef.org>
24870
24871         * configure.ac:
24872         * gst/colorspace/Makefile.am:
24873         * gst/colorspace/gstcolorspace.c:
24874         * gst/colorspace/gstcolorspace.h:
24875         * gst/colorspace/yuv2rgb.c:
24876         * gst/colorspace/yuv2rgb.h:
24877         Duplicate the ext/hermes colorspace plugin, and remove Hermes
24878         code and GPL code.  Fix for new caps negotiation.  Rewrite
24879         much of the format handling code, and some of the conversion
24880         code.  Basically, rewrote almost everything.  This element
24881         handles I420, YV12 to RGB conversions.
24882         * ext/hermes/Makefile.am:
24883         * ext/hermes/gsthermescolorspace.c:
24884         Rename colorspace to hermescolorspace.  Fix negotiation issues.
24885         Remove non-Hermes related code.  This element handles lots of
24886         RGB to RGB conversions, but no YUV.
24887         * ext/hermes/gstcolorspace.c:
24888         * ext/hermes/gstcolorspace.h:
24889         * ext/hermes/rgb2yuv.c:
24890         * ext/hermes/yuv2rgb.c:
24891         * ext/hermes/yuv2rgb.h:
24892         * ext/hermes/yuv2rgb_mmx16.s:
24893         * ext/hermes/yuv2yuv.c:
24894         * ext/hermes/yuv2yuv.h:
24895         Remove old code.
24896
24897 2004-01-14  Colin Walters  <walters@verbum.org>
24898
24899         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
24900         they've already been.
24901
24902 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24903
24904         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
24905           assume tag mode when pad is not connected
24906
24907 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24908
24909         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24910           Don't update the time of the clock
24911         (gst_alsa_sink_loop):
24912           sync to the clock given to alsasink, not the own clock
24913         * sys/oss/gstosssink.c: (gst_osssink_chain):
24914           sync to the clock
24915         (gst_osssink_change_state):
24916           activate the clock
24917         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24919           remove bogus code that made DISCONT events unhandled
24920         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
24921           explicitly case to double in _set_simple. (fixes 2nd warning in bug
24922           #131502)
24923         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
24924         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
24925         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
24926           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
24927           2nd warning in bug #131502)
24928
24929 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24930
24931         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
24932         (gst_videobalance_colorbalance_set_value),
24933         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
24934         for colorbalance interface implementation.
24935         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24936         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24937         (gst_ximagesink_dispose), (gst_ximagesink_init),
24938         (gst_ximagesink_class_init): Adding DISPLAY property.
24939         * sys/ximage/ximagesink.h: Adding display_name to store display.
24940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24941         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24942         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
24943         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
24944         properties (they still need polishing though for gst-launch use : no
24945         xcontext yet, i ll do that tomorrow).
24946         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
24947
24948 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24949
24950         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24951         (gst_play_set_location), (gst_play_set_visualization): Preparing
24952         switch integration, adding videobalance in the pipeline.
24953
24954 2004-01-14  Julien MOUTTE <julien@moutte.net>
24955
24956         * gst-libs/gst/colorbalance/colorbalance.c:
24957         (gst_color_balance_class_init): Adding a default type.
24958         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
24959         the type.
24960         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
24961         (gst_videobalance_dispose), (gst_videobalance_class_init),
24962         (gst_videobalance_init), (gst_videobalance_interface_supported),
24963         (gst_videobalance_interface_init),
24964         (gst_videobalance_colorbalance_list_channels),
24965         (gst_videobalance_colorbalance_set_value),
24966         (gst_videobalance_colorbalance_get_value),
24967         (gst_videobalance_colorbalance_init): Implementing colorbalance
24968         interface.
24969         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
24970         list.
24971         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
24972         bug which was triggering a BadAccess X error when setting an overlay
24973         before pad was really negotiated.
24974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
24975         Using the colorbalance type macro.
24976
24977 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24978
24979         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
24980         (gst_flacenc_chain):
24981           handle tags correctly
24982         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24983           extract ID3v1 tags correctly
24984
24985 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24986
24987         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
24988         (plugin_init):
24989           Improve matroska typefinding for odd-typed headers...
24990
24991 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24992
24993         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24994           Fix for using incremental number on padnames.
24995
24996 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24997
24998         * ext/divx/gstdivxdec.c:
24999         * ext/divx/gstdivxenc.c:
25000           Set category to divx4linux instead of divx (too generic).
25001         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25002         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25003         (gst_wavparse_loop), (gst_wavparse_change_state):
25004         * gst/wavparse/gstwavparse.h:
25005           fix parsing of WAV files with non-standard fmt-tag size and fix
25006           skipping of unrecognized chunks... Someone please fix this thing
25007           to use rifflib so all this is automated.
25008         * sys/v4l/Makefile.am:
25009         * sys/v4l2/Makefile.am:
25010           Add X_CFLAGS because we depend on X (for overlay).
25011
25012 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
25013
25014         * ext/mpeg2dec/gstmpeg2dec.c:
25015           Don't issue a timestamp unless we tagged the frame
25016           with a PTS.
25017
25018 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25019
25020         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
25021           Query the audio element to get the time, not the clock. We're
25022           interested in the element's time here.
25023
25024 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25025
25026         * ext/aalib/gstaasink.c: (gst_aasink_chain):
25027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25028         * ext/esd/esdsink.c: (gst_esdsink_chain):
25029         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
25030         * ext/mas/massink.c: (gst_massink_chain):
25031         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
25032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
25033         (gst_matroska_demux_parse_metadata):
25034         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
25035         (gst_mpeg_parse_release_locks):
25036         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
25037         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
25038         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25039         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25040         (gst_osssink_change_state):
25041         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25042         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25043         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
25044         (gst_xvideosink_release_locks):
25045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25046           use element time.
25047         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
25048         (gst_alsa_clock_stop):
25049         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
25050         (gst_audio_clock_get_internal_time):
25051           simplify for use with new clocking code.
25052         * testsuite/alsa/Makefile.am:
25053         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
25054           fix testsuite for new caps system
25055
25056 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25057
25058         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25059         * ext/flac/gstflacenc.c: (add_one_tag):
25060           length is already host endian, no need to convert. Fixes playback of
25061           tagged files on PPC. (bug #128384)
25062
25063 2004-01-13  Julien MOUTTE <julien@moutte.net>
25064
25065         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
25066         colorbalance interface stating if it is hardware based or software
25067         based.
25068         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
25069         Removing a trailing comma.
25070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25071         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
25072         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
25073         the documentation seems to be wrong on the -1000 to 1000 interval.
25074
25075 2004-01-12  David Schleef  <ds@schleef.org>
25076
25077         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
25078         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
25079         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
25080         Fix negotiation.  Add a bufferalloc function for the sink pad,
25081         and generally clean up some of the code.
25082
25083 2004-01-12  Julien MOUTTE <julien@moutte.net>
25084
25085         * gst-libs/gst/colorbalance/colorbalancechannel.c:
25086         (gst_color_balance_channel_dispose): Adding safety check in dispose
25087         method.
25088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25089         (gst_xvimagesink_xcontext_clear),
25090         (gst_xvimagesink_interface_supported),
25091         (gst_xvimagesink_colorbalance_list_channels),
25092         (gst_xvimagesink_colorbalance_set_value),
25093         (gst_xvimagesink_colorbalance_get_value),
25094         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
25095         Adding colorbalance interface support to set XV parameters such as
25096         HUE, BRIGHTNESS, CONTRAST, SATURATION.
25097         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
25098         interface.
25099
25100 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25101
25102         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
25103         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
25104         (gst_audio_convert_init), (gst_audio_convert_set_property),
25105         (gst_audio_convert_get_property), (gst_audio_convert_chain),
25106         (gst_audio_convert_link),
25107         (gst_audio_convert_buffer_to_default_format),
25108         (gst_audio_convert_buffer_from_default_format), (plugin_init):
25109           - implement _getcaps and use it
25110           - improve linking
25111           - remove float caps since no float conversion is actually done
25112           - remove properties and arguments that were to be used for rate
25113             conversion
25114
25115 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25116
25117         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
25118         (gst_audio_structure_set_int):
25119         * gst-libs/gst/audio/audio.h:
25120           add helper functions for _getcaps matching the standard audio
25121           templates
25122
25123 2004-01-12  David Schleef  <ds@schleef.org>
25124
25125         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25126         Test that pad is negotiated before getting its caps.
25127
25128 2004-01-12  Julien MOUTTE <julien@moutte.net>
25129
25130         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
25131         analyzing the pads of an element the bin is mostly in READY state so
25132         no caps were negotiated. This helper function needs to work with
25133         _get_caps directly then. I was not freeing them though, added that to
25134         fix the mem leak.
25135
25136 2004-01-12  Julien MOUTTE <julien@moutte.net>
25137
25138         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
25140         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
25141         than the free_func.
25142
25143 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25144
25145         * sys/oss/gstossaudio.c: (plugin_init):
25146         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25147         * sys/oss/gstosselement.h:
25148           make an oss debugging category
25149           make failure more descriptive
25150
25151 2004-01-11  David Schleef  <ds@schleef.org>
25152
25153         * ext/ffmpeg/gstffmpeg.c:
25154         * ext/ffmpeg/gstffmpegcodecmap.c:
25155         * ext/ffmpeg/gstffmpegdec.c:
25156         * ext/ffmpeg/gstffmpegenc.c:
25157         * ext/ffmpeg/gstffmpegprotocol.c:
25158         * ext/gdk_pixbuf/gstgdkanimation.c:
25159         * ext/jpeg/gstjpeg.c:
25160         * ext/libpng/gstpng.c:
25161         * ext/mpeg2dec/perftest.c:
25162         * ext/speex/gstspeex.c:
25163         * gst-libs/gst/resample/dtos.c:
25164         * gst/intfloat/gstintfloatconvert.c:
25165         * gst/oneton/gstoneton.c:
25166         * gst/rtjpeg/RTjpeg.c:
25167         * gst/rtp/gstrtp.c:
25168         * sys/dxr3/dxr3init.c:
25169         * sys/glsink/gstgl_nvimage.c:
25170         * sys/glsink/gstgl_pdrimage.c:
25171         * sys/glsink/gstglsink.c:
25172         * testsuite/gst-lint:
25173         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
25174
25175 2004-01-11  David Schleef  <ds@schleef.org>
25176
25177         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
25178         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
25179         * ext/gdk_pixbuf/gstgdkanimation.c:
25180         (gst_gdk_animation_iter_create_pixbuf):
25181         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25182         (gst_gdk_pixbuf_chain):
25183         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25184         * ext/jack/gstjack.c: (gst_jack_change_state):
25185         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
25186         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
25187         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25188         * gst/videofilter/gstvideofilter.c:
25189         (gst_videofilter_set_output_size):
25190         Remove all usage of gst_pad_get_caps(), and replace it with
25191         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
25192
25193 2004-01-11  David Schleef  <ds@schleef.org>
25194
25195         * configure.ac:
25196         * ext/Makefile.am: Fixes to make ext/libcaca compile.
25197         * ext/divx/gstdivxdec.c:
25198         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25199         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25200         handle images that span multiple buffers.  Now work with both
25201         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25202         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25203         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25204         video/video.h changes
25205         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25206         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25207         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25208         of GstData free function.
25209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25210         same.
25211
25212 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25213
25214         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25215         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25216         (gst_v4l2element_get_property):
25217         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25218           add norm, channel and frequency properties.
25219         * sys/v4l2/gstv4l2tuner.c:
25220           fixes for tuner interface changes
25221         * sys/v4l2/gstv4l2element.h:
25222         * sys/v4l2/gstv4l2src.c:
25223         * sys/v4l2/gstv4l2src.h:
25224         * sys/v4l2/v4l2src_calls.c:
25225         * sys/v4l2/v4l2src_calls.h:
25226           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25227
25228 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25229
25230         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25231         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25232         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25233         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25234         * gst-libs/gst/tuner/tuner.h:
25235           GObjects aren't const.
25236           Add find_by_name functions.
25237           Add checks to _changed functions.
25238         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25239         (gst_v4l_tuner_get_norm):
25240           Fixes for above.
25241
25242 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25243
25244         * gst-libs/gst/video/video.h:
25245           Fix caps template names to be understandable.
25246           Prefix everything with GST_VIDEO.
25247         * ext/aalib/gstaasink.c:
25248         * ext/divx/gstdivxdec.c:
25249         * ext/divx/gstdivxenc.c:
25250         * ext/gdk_pixbuf/gstgdkpixbuf.c:
25251         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25252         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25253         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25254         * ext/libcaca/gstcacasink.c:
25255         * ext/libpng/gstpngenc.c: (raw_caps_factory):
25256         * ext/snapshot/gstsnapshot.c:
25257         * ext/swfdec/gstswfdec.c:
25258         * ext/xvid/gstxviddec.c:
25259         * ext/xvid/gstxvidenc.c:
25260         * gst/chart/gstchart.c:
25261         * gst/deinterlace/gstdeinterlace.c:
25262         * gst/effectv/gsteffectv.c:
25263         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25264         * gst/goom/gstgoom.c:
25265         * gst/median/gstmedian.c:
25266         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25267         (gst_monoscope_srcconnect), (gst_monoscope_chain):
25268         * gst/overlay/gstoverlay.c:
25269         * gst/smooth/gstsmooth.c:
25270         * gst/smpte/gstsmpte.c:
25271         * gst/synaesthesia/gstsynaesthesia.c:
25272         * gst/videocrop/gstvideocrop.c:
25273         * gst/videodrop/gstvideodrop.c:
25274         * gst/y4m/gsty4mencode.c:
25275         * sys/qcam/gstqcamsrc.c:
25276         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25277           Make them work with new video.h file.
25278         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25279         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25281         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25282           Make it work with new buffer allocation system.
25283
25284 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25285
25286         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25287         pad_alloc_buffer implementation to use ->srcpad
25288         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25289         pad_alloc_buffer implementation to use ->srcpad
25290         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
25291         pad_alloc_buffer implementation to use ->srcpad
25292         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25293         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25294         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25295         a reference to everything we need.
25296         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25298         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25299         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25300         a reference to everything we need.
25301         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25302
25303 2004-01-11  David Schleef  <ds@schleef.org>
25304
25305         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25306         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25307         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25308         structure members.
25309         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25310         value during a resize/renegotiation.
25311         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25312         gst_pad_alloc_buffer();
25313         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25314         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25315         structure members.
25316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25317         Fix for rename of buffer private structure members.
25318         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25319         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25320         Fix for rename of buffer private structure members.
25321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25322         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25323         Fix for rename of buffer private structure members.
25324
25325 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
25326
25327         reviewed by: David Schleef <ds@schleef.org>
25328
25329         * gst/videofilter/Makefile.am:
25330         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
25331         from the patch by ds to fit in with recent make_filter changes.
25332
25333 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25334
25335         * configure.ac: Adding examples/switch/Makefile
25336         * examples/Makefile.am: Adding examples/switch
25337         * examples/switch/Makefile.am: Adding switcher example.
25338         * examples/switch/switcher.c: (got_eos), (idle_iterate),
25339         (switch_timer), (main): Adding an example demonstrating switch usage
25340         with 2 videotestsrc showing different patterns.
25341         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25342         (gst_switch_init): Fixing switch with the new caps system.
25343
25344 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25345
25346         * gst-libs/gst/video/video.h:
25347           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25348           They should probably be like
25349           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25350
25351 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25352
25353         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25354         (qtdemux_parse_trak):
25355           fix audio chunk size/timestamp calculation
25356
25357 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25358
25359         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25360           fix SVQ3 caps
25361
25362 2004-01-11  Steve Baker  <steve@stevebaker.org>
25363
25364         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25365         (gst_agingtv_base_init), (gst_agingtv_class_init),
25366         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25367         (gst_agingtv_set_property), (gst_agingtv_get_property):
25368         Port agingTV to videofilter
25369
25370 2004-01-09  Julien MOUTTE <julien@moutte.net>
25371
25372         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25373         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25374
25375 2004-01-09  Julien MOUTTE <julien@moutte.net>
25376
25377         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25378         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25379         * gst-libs/gst/xoverlay/xoverlay.c:
25380         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25381         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25382         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25383         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25384         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25385         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25386         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25387         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25388         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25389         interface implementation to handle xid being 0 and fix some bugs
25390         triggered by Benjamin's testcase.
25391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25392         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25393         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25394         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25395         interface implementation to handle xid being 0 and fix some bugs
25396         triggered by Benjamin's testcase.
25397
25398 2004-01-09  David Schleef  <ds@schleef.org>
25399
25400         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
25401         mouse pointer events.  It works.
25402
25403 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25404
25405         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25406           Use explicit caps - fix capsnego.
25407         * ext/xvid/gstxviddec.c:
25408         * ext/xvid/gstxvidenc.c:
25409           Remove macro-inside-macro which caused compile errors.
25410         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25411           Error out if it's not a RIFF file. Else we error out without
25412           gst_element_error() which is not good...
25413
25414 2004-01-08  David Schleef  <ds@schleef.org>
25415
25416         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25417         Fix pad_link function to handle formats that ffmpeg returns
25418         as multiple caps structures.
25419         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25420         Only complain if source buffer is _smaller_ than expected.
25421         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25422         (gst_videoscale_handle_src_event): Resize navigation events
25423         when passing them upstream.
25424         * gst/videotestsrc/gstvideotestsrc.c:
25425         * gst/videotestsrc/gstvideotestsrc.h:
25426         * gst/videotestsrc/videotestsrc.c:
25427         * gst/videotestsrc/videotestsrc.h:
25428         Rewrite many of the buffer painting functions to handle odd
25429         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
25430         been verified to work with my video card.
25431         * testsuite/gst-lint:  Add check for elements calling
25432         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25433
25434 2004-01-08  David Schleef  <ds@schleef.org>
25435
25436         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25437         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25438
25439 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25440
25441         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25442         configure event is not emiting the desired size signal. That fixes
25443         aspect ratio issues with gst-player.
25444
25445 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25446
25447         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25448           Fix capsnego.
25449
25450 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25451
25452         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25453         public method to fire size signal.
25454
25455 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25456
25457         * examples/gstplay/Makefile.am: Adding the interface library.
25458         * gst-libs/gst/play/Makefile.am: Adding the interface library.
25459         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
25460         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25461         GST_IS_X_OVERLAY before signal connect.
25462         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25463         Removing the have_video_size signal.
25464         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25465         and associated public method.
25466         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25467         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25468         signal.
25469         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25470         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25471         signal.
25472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25473         Using XOverlay public method to fire size signal.
25474
25475 2004-01-07  David Schleef  <ds@schleef.org>
25476
25477         * gst/videofilter/Makefile.am:
25478         * gst/videofilter/gstvideotemplate.c:
25479         * gst/videofilter/make_filter:
25480         Create gstvideoexample.c in a srcdir!=builddir friendly way.
25481         Convert make_filter to /bin/sh script.
25482
25483 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
25484
25485         * gst/modplug/gstmodplug.cc: fix element description
25486
25487 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25488
25489         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25490         (got_video_size): Adding some new lines in g_print calls.
25491         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25492         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25493         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25494         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25495         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25496         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25497         Complete code review, reverting some stuff i disagree with, adding
25498         some fixes : time synchronization on invalid timestamps, renegotiation
25499         of private window.
25500         * sys/ximage/ximagesink.h:
25501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
25502         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
25503         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
25504         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
25505         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25506         (gst_xvimagesink_buffer_new),
25507         (gst_xvimagesink_navigation_send_event),
25508         (gst_xvimagesink_set_xwindow_id),
25509         (gst_xvimagesink_get_desired_size),
25510         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
25511         stuff i disagree with, adding some fixes : Renegotiation of private
25512         window, implementing get_desired_size.
25513
25514 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25515
25516         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
25517         (gst_afsink_handle_event):
25518         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
25519         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
25520         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
25521         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
25522         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
25523           Fix for instantiate-test (see core). Also remove dead code from
25524           jpegenc (which still needs fixing, but that's lower on my TODO
25525           list...).
25526         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25527           Never return NULL as caps.
25528
25529 2004-01-07  David Schleef  <ds@schleef.org>
25530
25531         * configure.ac:
25532         * ext/Makefile.am:
25533         * ext/librfb/Makefile.am:
25534         * ext/librfb/gstrfbsrc.c:
25535         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
25536         is the protocol used by VNC.
25537
25538 2004-01-07  David Schleef  <ds@schleef.org>
25539
25540         * gst/videofilter/gstvideotemplate.c:
25541         * gst/videofilter/gstvideotemplate.h:
25542         * gst/videofilter/make_filter:
25543         Merge videotemplate header into source file.
25544         * gst/effectv/Makefile.am:
25545         * gst/effectv/gsteffectv.c: (plugin_init):
25546         * gst/effectv/gstwarp.c:
25547         Make warpTV a subclass of videofilter.
25548
25549 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25550
25551         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25552           Add guard against invalid utf-8 conversions in mad. Just in case.
25553
25554 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25555
25556         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
25557           Fix for bug shown by poisoning
25558
25559 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25560
25561         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25562         (gst_v4lmjpegsrc_buffer_free):
25563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
25564         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
25565         (gst_v4lsrc_buffer_free):
25566           Fix for removed bufferpools.
25567
25568 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
25569
25570         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25571         Fix caps negotiation.
25572
25573         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
25574         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
25575         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
25576         (dvdnavsrc_event):
25577         * ext/mpeg2dec/gstmpeg2dec.c:
25578         * gst-libs/gst/navigation/navigation.c:
25579         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
25580         * gst-libs/gst/navigation/navigation.h:
25581         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
25582         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
25583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
25584         Super-simple first version of mouse and keyboard events. Clicking
25585         on a DVD menu now works, although it may not take you where you
25586         expected.
25587
25588         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
25589         * gst/videotestsrc/gstvideotestsrc.c:
25590         (gst_videotestsrc_src_fixate):
25591         These fixate functions were broken - they never actually
25592         fixated :)
25593
25594 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25595
25596         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
25597         (gst_icecastsend_init):
25598           fix for new caps system.
25599         * gst-libs/gst/mixer/mixertrack.h:
25600         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
25601           Add 'master track' flag (for tools like ACME that only want to
25602           change the main volume).
25603
25604 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
25605
25606         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
25607         (gst_xvid_csp_to_caps):
25608         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
25609         * ext/xvid/gstxvidenc.c:
25610         ifdef out ARGB type when it isn't available
25611         in xvidcore 1.0.0beta2
25612
25613 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25614
25615         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25616           When we have received a new SCR right in the first buffer after
25617           a seek (so in the same cycle that handles the discont), we should
25618           handle the buffer instead of unreffing it, else we lose data.
25619
25620 2004-01-06  Iain <iain@prettypeople.org>
25621
25622         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
25623           buffer-frames caps too.
25624
25625         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
25626           caps that we need, don't destroy them all and rebuild them. And when
25627           creating src pads, use the src pad template rather than the sink...
25628
25629 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25630
25631         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
25632           Add pad to element *after* setting functions such as event handler.
25633           Without this, the scheduler (opt) will link pads, set the event
25634           handler from the default event function (dispatcher in gstpad.c)
25635           and *after* that, we will set our own event function, which will
25636           thus never be used (and thus mpegdemux doesn't handle events).
25637
25638 2004-01-04  David Schleef  <ds@schleef.org>
25639
25640         Fix the fixate functions to handle new prototype:
25641         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
25642         * gst/videotestsrc/gstvideotestsrc.c:
25643         (gst_videotestsrc_src_fixate):
25644         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
25645         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
25646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
25647
25648 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25649
25650         * sys/ximage/ximagesink.h:
25651         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25652         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
25653         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
25654         (gst_ximagesink_xoverlay_init):
25655           assorted fixes to make (re)embedding work
25656         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
25657         (gst_ximagesink_get_desired_size):
25658           implement desired size additions to XOverlay
25659
25660 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25661
25662         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
25663         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
25664         (gst_x_overlay_got_desired_size):
25665         * gst-libs/gst/xoverlay/xoverlay.h:
25666           Add optional "desired size" signal and querying.
25667
25668 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25669
25670         * gst/matroska/matroska-demux.c:
25671         (gst_matroska_demux_parse_blockgroup):
25672           Fix EBML-laced block parsing. Diffs are relative to previous
25673           lace, not the first lace. Thanks to Mosu from the Matroska
25674           team for detecting this.
25675         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25676         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
25677         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
25678         (gst_wavparse_change_state):
25679         * gst/wavparse/gstwavparse.h:
25680           Quickfix for capsnego.
25681
25682 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25683
25684         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
25685           Fix indenting, fix pad creation.
25686
25687 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25688
25689         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
25690         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
25691         (gst_xviddec_sink_link):
25692           Implement src_getcaps() so proper size caps is negotiated.
25693
25694 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25695
25696         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
25697           Finish flac decoder on EOS. See #116178.
25698
25699 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25700
25701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
25702         (gst_matroska_demux_add_stream):
25703         * gst/matroska/matroska-ids.h:
25704           Add getcaps() function to fix capsnego...
25705
25706 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25707
25708         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25709         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
25710         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25711           Fix more integer overflows. Again, see #126967.
25712
25713 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25714
25715         * ext/mpeg2dec/gstmpeg2dec.c:
25716           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
25717           #130416.
25718
25719 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25720
25721         * configure.ac:
25722         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
25723         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
25724         * ext/xvid/gstxvid.h:
25725         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
25726         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
25727         (gst_xviddec_src_link), (gst_xviddec_sink_link),
25728         (gst_xviddec_change_state):
25729         * ext/xvid/gstxviddec.h:
25730         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
25731         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
25732         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
25733         (gst_xvidenc_link), (gst_xvidenc_set_property),
25734         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
25735         * ext/xvid/gstxvidenc.h:
25736           Update xvid plugin to latest xvid (1.0.0-beta3) API.
25737
25738 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25739
25740         * gst/rtp/rtp-packet.c:
25741           Add sys/types.h include, since OS X doesn't define in_addr_t
25742           in netinet/in.h, like it does on Linux (see #129600).
25743
25744 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
25745
25746         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25747
25748         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
25749           Correct logic of dispose function (see #129306).
25750
25751 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25752
25753         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
25754         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25755         (gst_mpeg_parse_init):
25756         * gst/mpegstream/gstmpegparse.h:
25757           Remove clock (which was never provided, i.e. dead code), and
25758           also fix integer overflows at high PTS values (see #126967).
25759
25760 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25761
25762         * ext/flac/gstflacdec.c:
25763         * ext/libpng/gstpngenc.h:
25764         * ext/mikmod/gstmikmod.h:
25765           OS X fixes (see #126628).
25766
25767 2004-01-02  David Schleef  <ds@schleef.org>
25768
25769         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
25770         (gst_alsa_src_base_init): Remove bogus "src" request pad.
25771         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
25772         (gst_mpeg_parse_class_init): Move pad template registration
25773         to class_init, since the derived class (mpegdemux) doesn't
25774         want them.
25775
25776 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25777
25778         * sys/ximage/Makefile.am:
25779         * sys/xvideo/Makefile.am:
25780         * sys/xvimage/Makefile.am:
25781           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
25782           after installation (see #127664).
25783
25784 2004-01-02  David Schleef  <ds@schleef.org>
25785
25786         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
25787         (gst_ffmpegenc_connect):  Negotiation fixes.
25788         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
25789         Remove inappropriate gst_caps_free().
25790         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25791         Reenable Ronald's internal resize code, since the core handles
25792         it correctly now.
25793
25794 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25795
25796         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
25797         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
25798         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
25799           Fix pad template stuff.
25800
25801 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25802
25803         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
25804         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
25805           fix signed integer reading/writing.
25806
25807 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25808
25809         * ext/alsa/README:
25810           Remove outdated document
25811
25812 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
25813
25814         * gst/cutter/gstcutter.c: (gst_cutter_init):
25815           src pad was being created twice - oops.
25816
25817 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25818
25819         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25820           Comment out internal resize. It doesn't handle the resulting
25821           XEvent internally, does another try_set_caps() which leads to
25822           a really nice loop.
25823           Real fix will come when Julien and Dave are awake. ;).
25824
25825 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25826
25827         * ext/mpeg2enc/gstmpeg2enc.cc:
25828           fix const/nonconst compile issue.
25829
25830 2004-01-02  David Schleef  <ds@schleef.org>
25831
25832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
25833         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
25834         Add fixate function and a check for bad formats.
25835
25836 2004-01-01  David Schleef  <ds@schleef.org>
25837
25838         Negotiation fixes:
25839         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25840         (gst_audiofilter_init):
25841         * gst/debug/efence.c: (gst_efence_init):
25842         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
25843         (gst_deinterlace_init):
25844         * gst/volume/gstvolume.c: (volume_connect):
25845
25846 2004-01-01  David Schleef  <ds@schleef.org>
25847
25848         Convert elements to use gst_pad_use_explicit_caps() where
25849         appropriate:
25850         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
25851         * ext/audiofile/gstafparse.c: (gst_afparse_init),
25852         (gst_afparse_open_file):
25853         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
25854         (gst_afsrc_open_file):
25855         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
25856         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
25857         (gst_ffmpegdec_chain):
25858         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25859         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
25860         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
25861         (gst_gdk_pixbuf_chain):
25862         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
25863         (gst_jpegdec_chain):
25864         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
25865         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
25866         (gst_mikmod_negotiate):
25867         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25868         (gst_mpeg2dec_negotiate_format):
25869         * ext/mpeg2enc/gstmpeg2enc.cc:
25870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25871         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
25872         (gst_speexdec_sinkconnect):
25873         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
25874         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
25875         (gst_vorbisfile_new_link):
25876         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
25877         (gst_ac3parse_chain):
25878         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
25879         (gst_asf_demux_setup_pad):
25880         * gst/auparse/gstauparse.c: (gst_auparse_init),
25881         (gst_auparse_chain):
25882         * gst/id3/gstid3types.c: (gst_id3types_loop):
25883         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25884         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
25885         (mp1videoparse_parse_seq):
25886         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
25887         (bpf_from_header):
25888         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25889         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
25890         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
25891         (gst_mpeg_parse_send_data):
25892         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25893         (gst_qtdemux_add_stream):
25894         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
25895         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25896         (gst_wavparse_parse_fmt):
25897
25898 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25899
25900         * configure.ac:
25901           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
25902           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
25903           it therefore uses the wrong include paths. Too bad... Note
25904           that 1.6.1.93 is not release yet. ;).
25905           Also add a check for mplex, which is now using the lib'ified
25906           mplex from mjpegtools, too.
25907         * ext/ffmpeg/gstffmpegcodecmap.c:
25908           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
25909           issues. I don't think ffmpeg handles 3ivx correctly, so this
25910           probably won't work. But it won't hurt either.
25911         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
25912         (gst_ffmpegdec_chain):
25913         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
25914         (gst_ffmpegenc_chain_audio):
25915           Fix memleak in audio encoding. Close codec if open fails, this
25916           calls the cleanup routines so we can re-use the context.
25917         * ext/mpeg2enc/gstmpeg2enc.cc:
25918           Fix pad template names/types, fix memory issue with getcaps().
25919         * ext/mpeg2enc/gstmpeg2encoder.cc:
25920         * ext/mpeg2enc/gstmpeg2encoder.hh:
25921           Fix compile issue with new caps system (const thingy).
25922         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25923         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
25924           We read a first frame right on initing, so that we have a caps
25925           when we init the output. This caps is cached in padprivate and
25926           read as first frame.
25927         * ext/mplex/Makefile.am:
25928         * ext/mplex/gstmplex.cc:
25929         * ext/mplex/gstmplex.h:
25930         * ext/mplex/gstmplex.hh:
25931         * ext/mplex/gstmplexibitstream.cc:
25932         * ext/mplex/gstmplexibitstream.hh:
25933         * ext/mplex/gstmplexjob.cc:
25934         * ext/mplex/gstmplexjob.hh:
25935         * ext/mplex/gstmplexoutputstream.cc:
25936         * ext/mplex/gstmplexoutputstream.hh:
25937           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
25938           had issues, didn't do capsnego, supported only a subset of the
25939           mplex features and required a mplex fork in our local CVS. Plus
25940           that it worked agaist a very old mplex version. Rewriting was
25941           faster than updating it.
25942         * gst-libs/ext/Makefile.am:
25943         * gst-libs/ext/mplex/INSTRUCT:
25944         * gst-libs/ext/mplex/Makefile.am:
25945         * gst-libs/ext/mplex/README:
25946         * gst-libs/ext/mplex/TODO:
25947         * gst-libs/ext/mplex/ac3strm_in.cc:
25948         * gst-libs/ext/mplex/audiostrm.hh:
25949         * gst-libs/ext/mplex/audiostrm_out.cc:
25950         * gst-libs/ext/mplex/aunit.hh:
25951         * gst-libs/ext/mplex/bits.cc:
25952         * gst-libs/ext/mplex/bits.hh:
25953         * gst-libs/ext/mplex/buffer.cc:
25954         * gst-libs/ext/mplex/buffer.hh:
25955         * gst-libs/ext/mplex/fastintfns.h:
25956         * gst-libs/ext/mplex/format_codes.h:
25957         * gst-libs/ext/mplex/inputstrm.cc:
25958         * gst-libs/ext/mplex/inputstrm.hh:
25959         * gst-libs/ext/mplex/lpcmstrm_in.cc:
25960         * gst-libs/ext/mplex/mjpeg_logging.cc:
25961         * gst-libs/ext/mplex/mjpeg_logging.h:
25962         * gst-libs/ext/mplex/mjpeg_types.h:
25963         * gst-libs/ext/mplex/mpastrm_in.cc:
25964         * gst-libs/ext/mplex/mpegconsts.cc:
25965         * gst-libs/ext/mplex/mpegconsts.h:
25966         * gst-libs/ext/mplex/mplexconsts.hh:
25967         * gst-libs/ext/mplex/multplex.cc:
25968         * gst-libs/ext/mplex/outputstream.hh:
25969         * gst-libs/ext/mplex/padstrm.cc:
25970         * gst-libs/ext/mplex/padstrm.hh:
25971         * gst-libs/ext/mplex/stillsstream.cc:
25972         * gst-libs/ext/mplex/stillsstream.hh:
25973         * gst-libs/ext/mplex/systems.cc:
25974         * gst-libs/ext/mplex/systems.hh:
25975         * gst-libs/ext/mplex/vector.cc:
25976         * gst-libs/ext/mplex/vector.hh:
25977         * gst-libs/ext/mplex/videostrm.hh:
25978         * gst-libs/ext/mplex/videostrm_in.cc:
25979         * gst-libs/ext/mplex/videostrm_out.cc:
25980         * gst-libs/ext/mplex/yuv4mpeg.cc:
25981         * gst-libs/ext/mplex/yuv4mpeg.h:
25982         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
25983         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
25984           We don't fork mjpegtools' mplex in our CVS anymore.
25985         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
25986         (gst_avi_demux_add_stream):
25987         * gst/avi/gstavidemux.h:
25988           Add getcaps() function for proper caps nego. This makes some
25989           parts of AVI playback/reading work.
25990         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25991           Resize window on new capsnego. This is probably wrong, but
25992           I'm still committing it because with current capsnego, the
25993           first successfull capsnego is auto-fixated, therefore rounded
25994           down to the lowest values in the caps. this results in a 16x16
25995           XWindow that is not reized when real capsnego finishes.
25996           Dave, I see more cases of this, do you know a proper solution?
25997         * tools/gst-launch-ext.in:
25998           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
25999
26000 2003-12-31  David Schleef  <ds@schleef.org>
26001
26002         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
26003         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
26004           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
26005
26006 2003-12-30  David Schleef  <ds@schleef.org>
26007
26008         * ext/ffmpeg/gstffmpegcolorspace.c:
26009         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26010         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
26011         (gst_ffmpegcsp_chain): Negotiation fixes
26012         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
26013         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26014         (gst_audio_convert_link), (gst_audio_convert_channels):
26015         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
26016         (gst_audioscale_link), (gst_audioscale_get_buffer),
26017         (gst_audioscale_chain): Negotiation fixes
26018         * gst/audioscale/gstaudioscale.h:
26019         * gst/videofilter/gstvideofilter.c:
26020         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
26021         (gst_videofilter_link), (gst_videofilter_init),
26022         (gst_videofilter_set_output_size), (gst_videofilter_setup),
26023         (gst_videofilter_find_format_by_structure):
26024         * gst/videofilter/gstvideofilter.h: Negotiation fixes
26025         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
26026         (gst_videoscale_link):
26027         * gst/videoscale/videoscale.c: (videoscale_get_structure),
26028         (videoscale_find_by_structure), (gst_videoscale_setup):
26029         * gst/videoscale/videoscale.h: Negotiation fixes
26030         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26031         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
26032         function, restrict resizing to a multiple of 4 (hack until
26033         everyone supports odd sizes correctly).
26034
26035 2003-12-29  Colin Walters  <walters@verbum.org>
26036
26037         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
26038         signed.
26039
26040 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
26041
26042         * ext/sndfile/gstsf.c: (gst_sf_loop):
26043           Fix warning about discarding const qualifier
26044
26045 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
26046
26047         * gst/cutter/gstcutter.c:
26048         * gst/videoscale/gstvideoscale.c:
26049         * gst/volenv/gstvolenv.c:
26050         * gst-libs/gst/audio/audio.c:
26051         * gst-libs/gst/video/video.c:
26052           Fix warnings
26053
26054 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26055
26056         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26057           Don't send ALSA debugging to stderr.
26058         * ext/alsa/gstalsa.h:
26059           Use GST_WARNING instead of g_warning when ALSA functions fail.
26060
26061 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26062
26063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26064           Free XVAdapterInfo correctly.
26065
26066 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26067
26068         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26069         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
26070           Make id3tag use correct caps nego.
26071
26072 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
26073
26074         * ext/ivorbis/vorbis.c:
26075         * ext/ivorbis/vorbisenc.h:
26076         * ext/ivorbis/vorbisfile.c:
26077           Modify so that it uses the new caps things
26078
26079 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26080
26081         * testsuite/spider/spider1.c: (main):
26082         * testsuite/spider/spider2.c: (main):
26083         * testsuite/spider/spider3.c: (main):
26084           Make tests compile again. They probably don't work.
26085
26086 2003-12-24  Colin Walters  <walters@verbum.org>
26087
26088         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
26089         we can't fixate the caps anymore.
26090
26091 2003-12-23  David Schleef  <ds@schleef.org>
26092
26093         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
26094         * sys/oss/gstosssink.c: (gst_osssink_init),
26095         (gst_osssink_sink_fixate): Add fixate function.
26096
26097 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26098
26099         * ext/ffmpeg/gstffmpegcodecmap.c:
26100         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
26101         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
26102         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
26103         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26104         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26105         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26106         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
26107           fix typo in RGB masks, and move back to "old" colorspace
26108           capsnego code until whoever wrote this new crap has actually
26109           tested it so that it works.
26110           And yes, this works, keep it that way please.
26111
26112 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26113
26114         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
26115         (gst_divxdec_init), (gst_divxdec_negotiate):
26116         * ext/divx/gstdivxdec.h:
26117         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
26118         (gst_divxenc_init):
26119         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
26120         (gst_faac_sinkconnect), (gst_faac_srcconnect):
26121         * ext/mpeg2enc/gstmpeg2enc.cc:
26122         * ext/mpeg2enc/gstmpeg2encoder.cc:
26123         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26124         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
26125         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
26126         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
26127         (dxr3spusink_init):
26128         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
26129         (dxr3videosink_init):
26130           Fix caps breakage after Dave's caps branch merge.
26131
26132 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26133
26134         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26135           Fix for 24bpp display.
26136
26137 2003-12-23  Colin Walters  <walters@verbum.org>
26138
26139         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
26140         a GnomeVFSHandle directly.
26141
26142 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26143
26144         * gst/volume/Makefile.am:
26145         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
26146         (volume_base_init), (volume_init):
26147           Reenable volume element and fix to work with new caps stuff.
26148           Rhythmbox needs this.
26149
26150 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26151
26152         * gst/qtdemux/qtdemux.c: (plugin_init):
26153           qtdemux requires bytestream
26154
26155 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26156
26157         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
26158           Fix remaining caps handling errors due to CAPS merge.
26159
26160 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26161
26162         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
26163         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
26164         (gst_faad_srcconnect):
26165           Port to new caps system.
26166
26167 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26168
26169         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
26170         (got_video_size), (main): using g_print instead of g_message.
26171         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
26172         signal which was not emitted because of "switch" element added to the
26173         bin but not connected. (Removing from the bin temporarily)
26174
26175 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26176
26177         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
26178         find X development files. I don't understand the previous tests and
26179         they fail on my debian/ppc unstable. This one works.
26180         * examples/gstplay/player.c: (main): Set the pipeline to READY before
26181         exiting.
26182         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
26183         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26184         (gst_play_set_visualization): Add some safety checks in set_ methods
26185         and state_change. This was throwing some ugly CRITICAL messages when
26186         pipeline was getting disposed and casts were failing.
26187
26188 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26189
26190         * configure.ac:
26191           Improve mpeg2enc detection. This is for distributions that do
26192           ship mjpegtools, but without mpeg2enc. Also does object check
26193           for might there ever be ABI incompatibility.
26194         * ext/mpeg2enc/gstmpeg2enc.cc:
26195           Add Andrew as second maintainer (he's helping me), and also add
26196           an error if no caps was set. This happens if I pull before capsnego
26197           and that's something I should solve sometime else.
26198         * gst/matroska/matroska-demux.c:
26199         (gst_matroska_demux_parse_blockgroup):
26200           Fix time parsing.
26201         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26202         (gst_matroska_mux_track_header):
26203           Add caps to templates.
26204         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26205           Add mpegversion=1 to prevent confusion with MPEG/AAC.
26206         * gst/mpegstream/gstmpegdemux.c:
26207           Remove layer since it causes warnings about unfixed caps.
26208         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26209           Fix obvious typo (we error out if caps were set, we should of
26210           course error out if *no* caps were set).
26211         * sys/oss/gstosselement.c: (gst_osselement_convert):
26212           Fix format conversion, we confused bits/bytes.
26213         * sys/oss/gstosselement.h:
26214           Improve documentation for 'bps'.
26215         * sys/v4l/TODO:
26216           Remove stuff about plugins that need removing - this was done
26217           ages ago.
26218         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26219         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26221         (gst_v4lsrc_src_query):
26222         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26223         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26224           Add get_query_types(), get_formats() and query() functions.
26225
26226 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26227
26228         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26229           * moved CVS to freedesktop.org