1 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3 * tests/check/Makefile.am:
4 Random variation in Makefile line to see if it makes the
5 gen64-base-full bot any happier.
7 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
9 * tests/check/pipelines/oggmux.c: (oggmux_suite):
10 Disable test that fails at the moment (killed after timeout).
12 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
14 Patch by: James Livingston <doclivingston at gmail.com>
16 * tests/check/Makefile.am:
17 * tests/check/pipelines/.cvsignore:
18 * tests/check/pipelines/oggmux.c: (get_page_codec),
19 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
20 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
21 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
22 (test_theora_vorbis), (oggmux_suite):
23 Add simple unit test for oggmux from #337026 with checking for the
24 EOS flags disabled for the time being.
26 2006-09-04 Wim Taymans <wim@fluendo.com>
28 patch by: Alessandro Dessina <alessandro nnva org>
30 * ext/ogg/gstoggmux.c:
31 Add cmml caps to oggmux. Fixes #353912
33 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
35 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
36 Returning a return value often helps. In this case, we
37 don't need the return value anyway, so just get rid of it.
38 Should make build bots much happier.
40 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
42 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
43 (paint_get_structure), (gst_video_test_src_get_size),
44 (gst_video_test_src_smpte), (gst_video_test_src_snow),
45 (gst_video_test_src_unicolor), (paint_setup_AYUV),
46 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
47 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
48 * gst/videotestsrc/videotestsrc.h:
49 Add support for AYUV and the various RGBA formats. Initialise
50 fields of paintinfo structs allocated on the stack.
52 * tests/check/elements/videotestsrc.c: (right_shift_colour),
53 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
54 (check_rgb_buf), (videotestsrc_suite):
55 Add unit tests for videotestsrc's RGB output.
57 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
59 * gst/videotestsrc/gstvideotestsrc.c:
60 (gst_video_test_src_pattern_get_type),
61 (gst_video_test_src_set_pattern):
62 * gst/videotestsrc/gstvideotestsrc.h:
63 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
64 (gst_video_test_src_black), (gst_video_test_src_white),
65 (gst_video_test_src_red), (gst_video_test_src_green),
66 (gst_video_test_src_blue):
67 * gst/videotestsrc/videotestsrc.h:
68 Add more uni-colour patterns ("white", "red", "green", and "blue").
70 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
72 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
73 Fix stride for YVYU, should be word-aligned (#353658).
75 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
77 * gst/adder/gstadder.c: (gst_adder_src_event):
80 2006-08-31 Edward Hervey <edward@fluendo.com>
82 * gst/adder/gstadder.c: (forward_event_func),
83 (gst_adder_src_event), (gst_adder_collected),
84 (gst_adder_change_state):
85 * gst/adder/gstadder.h:
86 Remember the start position asked in the incoming seeks, so we can
87 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
88 of assuming it will always be 0).
90 2006-08-31 Edward Hervey <edward@fluendo.com>
92 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
93 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
95 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
97 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
99 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
100 (gst_ffmpegcsp_get_unit_size):
101 Return FALSE instead of returning a random false unit
102 size when the format isn't known/supported (even if
103 this shouldn't happen under normal circumstances).
105 2006-08-29 Wim Taymans <wim@fluendo.com>
107 Patch by: Tim-Philipp Müller <tim at centricular dot net>
109 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
110 (gst_gnome_vfs_src_start):
111 Try harder to get the size from a uri by using _info_uri() when
112 _info_from_handle() does not give us enough info.
113 Also follow symlinks when getting the size.
114 Partially Fixes #332864.
116 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
118 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
120 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
121 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
122 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
123 (gst_alsa_mixer_set_record):
124 * ext/alsa/gstalsamixertrack.c:
125 (gst_alsa_mixer_track_update_alsa_capabilities),
126 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
127 (gst_alsa_mixer_track_update):
128 * ext/alsa/gstalsamixertrack.h:
129 Improve and fix mixer track handling, in particular better handling
130 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create separate
131 track objects for tracks that have both capture and playback volume
132 (and label them differently as well so they're not mistakenly
133 assumed to be duplicates); classify mixer tracks that only affect
134 the audible volume of something (rather than the capture volume)
135 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
136 for capture tracks to correspond to alsa-pswitch alsa-cswitch
137 (following the meaning documented in the mixer interface header
138 file); add support for alsa's exclusive cswitch groups; update/sync
139 state/flags better if mixer settings are changed by another
140 application. Fixes #336075.
142 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
144 * gst/playback/gstplaybin.c:
145 Improve docs: add section about BUFFERING messages sent by playbin.
147 2006-08-29 Michael Smith <msmith@fluendo.com>
149 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
150 (gst_vorbis_enc_buffer_check_discontinuous),
151 (gst_vorbis_enc_chain):
152 Ignore explicit DISCONT marked on buffers (which is often spurious,
153 particularly when using multiple segments), in favour of solely
154 using the timestamps/durations.
156 2006-08-29 Edward Hervey <edward@fluendo.com>
158 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
159 Don't rely on incoming buffers offset anymore, since it is completely
160 broken when using multiple segments.
161 Instead convert the incoming buffers timestamp to running time, and
162 then convert that value to the offsets.
163 Also inform GstSegment of the last outputted stop position, which is
164 needed if we received several segments with an unknown stop value.
166 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
168 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
169 fix buffer unreffing on a header push failure
171 2006-08-28 Wim Taymans <wim@fluendo.com>
173 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
174 (gst_audio_rate_chain):
175 Make the metadata of the buffer writable before changing its
178 2006-08-28 Wim Taymans <wim@fluendo.com>
180 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
181 (gst_audio_rate_setcaps), (gst_audio_rate_init),
182 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
183 (gst_audio_rate_chain), (gst_audio_rate_change_state):
184 Fix audiorate some more.
185 Reset and resync counters on flush and READY.
186 Handle the DISCONT flag correctly.
187 Use GstSegment to track position.
188 Fail when not negotiated.
191 2006-08-25 Michael Smith <msmith@fluendo.com>
193 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
195 Remove accidently included debug line.
197 2006-08-25 Wim Taymans <wim@fluendo.com>
199 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
201 If a buffer is received with no caps, make the buffer metadata
202 writable and set the caps, making sure that we don't screw up the
205 2006-08-25 Michael Smith <msmith@fluendo.com>
207 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
208 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
209 Fix memory leaks and misleading debug messages, add a couple of
212 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
213 (gst_multi_fd_sink_render):
214 Do not use gst_buffer_make_writable() in a basesink render method,
215 as it may incorrectly unref the buffer. Instead, use convoluted
216 dance to avoid copying the buffer except when we need to.
218 2006-08-25 Michael Smith <msmith@fluendo.com>
220 * ext/vorbis/vorbisenc.c:
221 (gst_vorbis_enc_buffer_check_discontinuous):
222 Allow very small discontinuities in the timestamps. These we can't
223 do anything useful with anyway (because vorbis's timestamps have
224 only sample granularity), and are commonly produced by elements with
225 minor bugs. Allow up to 1/2 a sample out.
228 2006-08-24 Wim Taymans <wim@fluendo.com>
230 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
231 (play_scrub_toggle_cb), (main):
232 Add a checkbox to enable play scrubbing. Makes it possible to disable
235 2006-08-23 Stefan Kost <ensonic@users.sf.net>
237 * tests/check/elements/.cvsignore:
240 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
242 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
243 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
244 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
245 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
246 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
247 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
248 (gst_ogm_text_parse_strip_trailing_zeroes),
249 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
250 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
251 Refactor ogm parse, do better input checking, misc. clean-ups.
252 Cache incoming events and push them once the source pad has
253 been created. Don't pass unterminated strings to sscanf().
254 Strip trailing zeroes from subtitle text output, since they
255 are not valid UTF-8. Don't push vorbiscomment packets on
256 the subtitle text pad. Output perfect streams if possible.
258 2006-08-23 Wim Taymans <wim@fluendo.com>
260 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
261 Waits for tasks to settle down so that we clean up correctly for
264 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
266 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
267 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
268 actually return return value in taglists_are_equal.
270 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
272 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
273 Fix crash due to broken bitstream parsing on x86-64: can't make
274 any assumptions about sizeof(struct) due to alignment/packing
275 differences on different architectures. Fixes #351790.
277 2006-08-22 Wim Taymans <wim@fluendo.com>
279 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
280 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
281 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
282 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
283 (gst_riff_parse_info):
284 Protect public functions against bad input.
288 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
290 * gst-libs/gst/riff/riff-ids.h:
291 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
292 Add voxware audio IDs (even if we can't play it) (#351795).
294 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
296 * gst-libs/gst/riff/riff-media.c:
297 (gst_riff_create_video_template_caps),
298 (gst_riff_create_audio_template_caps),
299 (gst_riff_create_iavs_template_caps):
300 Const-ify some arrays and use G_N_ELEMENTS instead
301 of wasting oodles of RAM on terminator bits.
303 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
305 * gst-libs/gst/tag/gstvorbistag.c:
306 (gst_tag_list_to_vorbiscomment_buffer):
307 * tests/check/libs/tag.c: (GST_START_TEST):
308 And the same for _to_vorbiscomment_buffer(): allow
309 id_data_len == 0 for speex.
311 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
314 * docs/plugins/Makefile.am:
315 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
316 * docs/plugins/gst-plugins-base-plugins-sections.txt:
317 * docs/plugins/inspect/plugin-gdp.xml:
318 * gst/gdp/Makefile.am:
319 * tests/check/Makefile.am:
320 Move GDP plugin to -base from -bad. Closes #347783.
322 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
324 * gst-libs/gst/tag/gstvorbistag.c:
325 (gst_tag_list_from_vorbiscomment_buffer):
326 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
327 Also add some checks to make sure we don't memcmp() beyond the end of
328 vorbiscomment buffer if the ID to check for is larger than the buffer.
330 * tests/check/libs/tag.c: (GST_START_TEST):
331 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
333 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
335 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
336 (gst_vorbis_enc_set_metadata):
337 Use vorbis comment utility functions from libgsttag
338 instead of re-inventing the wheel (partially fixes #347091).
340 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
342 * tests/check/elements/audioconvert.c: (GST_START_TEST):
343 Fix leaks. Wait for state transitions that might happen ASYNC, as well
346 2006-08-21 Wim Taymans <wim@fluendo.com>
348 * docs/libs/Makefile.am:
349 * docs/libs/gst-plugins-base-libs-sections.txt:
350 * docs/libs/gst-plugins-base-libs.types:
351 Don't try to GObject scan the netbuffer as it's not a GObject.
354 * gst-libs/gst/netbuffer/gstnetbuffer.c:
355 * gst-libs/gst/netbuffer/gstnetbuffer.h:
356 Document GstNetBuffer.
358 2006-08-21 Stefan Kost <ensonic@users.sf.net>
360 * tests/check/elements/audioconvert.c: (GST_START_TEST),
361 (audioconvert_suite):
362 Add testcase for caps-size-explosion
364 2006-08-20 Stefan Kost <ensonic@users.sf.net>
366 * gst/audioconvert/gstaudioconvert.c:
367 (gst_audio_convert_get_unit_size), (set_structure_widths):
368 Lower debug, use g_assert in _get_unit_size
370 * gst/audioresample/gstaudioresample.c:
371 (audioresample_get_unit_size):
372 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
373 (gst_ffmpegcsp_get_unit_size):
374 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
375 use g_assert in _get_unit_size
377 2006-08-18 Wim Taymans <wim@fluendo.com>
379 * docs/libs/gst-plugins-base-libs-sections.txt:
380 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
381 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
382 (gst_rtp_buffer_get_payload_buffer):
383 * gst-libs/gst/rtp/gstrtpbuffer.h:
384 Document GstRTPBuffer.
385 Added function to efficiently strip payload headers.
386 API: gst_rtp_buffer_get_payload_subbuffer()
388 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
390 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
391 (gst_tag_to_vorbis_comments):
392 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
393 tags and deserialise them properly as well (#347091).
394 Add some more gtk-doc blurbs and also some g_return_if_fail().
396 * tests/check/libs/tag.c: (GST_START_TEST),
397 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
400 2006-08-17 Wim Taymans <wim@fluendo.com>
402 * ext/ogg/Makefile.am:
403 * ext/ogg/gstogg.c: (plugin_init):
404 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
405 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
406 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
407 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
408 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
409 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
410 Added ogg-in-avi parser element. Fixes #140139.
412 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
413 Fixed a bug in oggdemux debug code.
415 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
416 (gst_riff_create_audio_template_caps):
417 Recognise Ogg in the AVI extensible wave format.
419 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
421 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
422 Make buffer durations add up (duration should be next_ts-ts for
423 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
426 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
427 (test_buffer_timestamps), (cddabasesrc_suite):
428 Add unit test for the above.
430 * tests/check/Makefile.am:
431 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
434 2006-08-16 Wim Taymans <wim@fluendo.com>
436 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
438 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
440 Avoid setting and using a NULL device name.
441 Print more info when we fail to open a device.
443 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
445 * docs/libs/gst-plugins-base-libs-sections.txt:
446 * gst-libs/gst/tag/tag.h:
447 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
448 API: add gst_tag_parse_extended_comment() (#351426).
450 * tests/check/Makefile.am:
451 * tests/check/libs/.cvsignore:
452 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
453 Add unit test for gst_tag_parse_extended_comment().
455 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
457 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
458 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
461 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
463 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
464 * docs/plugins/gst-plugins-base-plugins-sections.txt:
465 * docs/plugins/gst-plugins-base-plugins.args:
466 * gst/playback/gstplaybin.c:
469 * docs/plugins/inspect/plugin-adder.xml:
470 * docs/plugins/inspect/plugin-alsa.xml:
471 * docs/plugins/inspect/plugin-audioconvert.xml:
472 * docs/plugins/inspect/plugin-audiorate.xml:
473 * docs/plugins/inspect/plugin-audioresample.xml:
474 * docs/plugins/inspect/plugin-audiotestsrc.xml:
475 * docs/plugins/inspect/plugin-cdparanoia.xml:
476 * docs/plugins/inspect/plugin-decodebin.xml:
477 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
478 * docs/plugins/inspect/plugin-gnomevfs.xml:
479 * docs/plugins/inspect/plugin-ogg.xml:
480 * docs/plugins/inspect/plugin-pango.xml:
481 * docs/plugins/inspect/plugin-playbin.xml:
482 * docs/plugins/inspect/plugin-subparse.xml:
483 * docs/plugins/inspect/plugin-tcp.xml:
484 * docs/plugins/inspect/plugin-theora.xml:
485 * docs/plugins/inspect/plugin-typefindfunctions.xml:
486 * docs/plugins/inspect/plugin-video4linux.xml:
487 * docs/plugins/inspect/plugin-videorate.xml:
488 * docs/plugins/inspect/plugin-videoscale.xml:
489 * docs/plugins/inspect/plugin-videotestsrc.xml:
490 * docs/plugins/inspect/plugin-volume.xml:
491 * docs/plugins/inspect/plugin-vorbis.xml:
492 * docs/plugins/inspect/plugin-ximagesink.xml:
493 * docs/plugins/inspect/plugin-xvimagesink.xml:
494 Update to CVS version.
496 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
498 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
499 (gst_play_bin_set_property), (gst_play_bin_get_property),
500 (value_list_append_structure_list),
501 (gst_play_bin_handle_redirect_message),
502 (gst_play_bin_handle_message):
503 Add "connection-speed" property; re-order redirect messages with
504 multiple redirect locations depending on the minimum bitrate if
505 that information is available and a connection speed is set
508 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
510 * gst/playback/gstplaybin.c:
511 Update max volume to the same value that the volume element uses.
513 2006-08-14 Wim Taymans <wim@fluendo.com>
515 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
518 2006-08-14 Wim Taymans <wim@fluendo.com>
520 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
521 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
522 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
523 Add some more debug info.
524 Don't crash when a seek failed.
525 Actually return the result of the seek instead of TRUE.
526 Ignore multiple BOS pages with the same serial so that we don't create
527 the same stream multiple times.
528 Post an error when we fail to do the initial seek.
530 2006-08-13 Wim Taymans <wim@fluendo.com>
532 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
533 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
536 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
537 (gst_alsa_mixer_new):
538 Remove hack that always set the device to hw:0*.
539 Properly find the card name for whatever device was configured.
540 Do some better debugging.
543 * ext/alsa/gstalsamixerelement.c:
544 (gst_alsa_mixer_element_set_property),
545 (gst_alsa_mixer_element_change_state):
547 Handle setting of a NULL device name better.
549 2006-08-11 Wim Taymans <wim@fluendo.com>
551 * gst/adder/gstadder.c:
552 Don't clip float values. Fixes #350900.
554 2006-08-11 Andy Wingo <wingo@pobox.com>
556 * gst/tcp/gsttcp.c: Really fix the build?
558 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
561 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
563 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
564 Float caps shouldn't have a "signed" field.
566 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
568 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
569 Implement SEEKING query in its most basic form, so that we can
570 at least check if we're seekable or not (#350655).
572 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
574 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
575 The checks here are not even close to anything that would
576 justify MAXIMUM probability, lowering to POSSIBLE until someone
577 fixes the checks (case at hand: quicktime redirection files
578 might start with 00 00 01 XX and pass the checks here just
581 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
583 Patch by: Sjoerd Simons <sjoerd at luon net>
585 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
586 Better detection for multipart/x-mixed-replace: accept leading
587 whitespaces before the boundary marker as well (as our very own
588 multipartmux used to produce) (#349068).
590 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
592 Patch by: Young-Ho Cha <ganadist at chollian net>
594 * gst-libs/gst/riff/riff-ids.h:
595 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
596 (gst_riff_create_audio_template_caps):
597 Detect DTS audio streams (#350157).
599 2006-08-05 Andy Wingo <wingo@pobox.com>
601 * ext/theora/gsttheoraparse.h:
602 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
603 (theora_parse_dispose, theora_parse_set_property)
604 (theora_parse_get_property, theora_parse_munge_granulepos)
605 (theora_parse_push_buffer, theora_parse_change_state): Add a
606 property 'synchronization-points' to fix badly synchronized oggs.
608 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
610 * tests/check/Makefile.am:
611 * tests/check/libs/.cvsignore:
612 * tests/check/libs/audio.c: (structure_contains_channel_positions),
613 (fixed_caps_have_channel_positions), (GST_START_TEST),
614 (audio_suite), (main):
615 Add a few tests for the channel position stuff in libgstaudio.
617 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
619 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
620 (gst_alsa_detect_channels):
621 * ext/alsa/gstalsasink.c:
622 Add support for cards that (only) do more than 8 channels,
623 like the Delta 44 (#345188).
625 * gst-libs/gst/audio/multichannel.c:
626 (gst_audio_check_channel_positions):
627 * gst-libs/gst/audio/multichannel.h:
628 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
629 unspecified channel position and cannot be combined with any
630 of the other audio channel positions; adjust position layout
631 checks accordingly (#345188).
633 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
635 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
636 Recognise ancient RealAudio files (see #349779).
638 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
640 Patch by: Jens Granseuer <jensgr at gmx net>
642 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
643 Add typefinder for Interplay's MVE format (#348973).
645 2006-08-02 Wim Taymans <wim@fluendo.com>
647 Patch by: Marcel Moreaux <marcelm at luon dot net>
649 * gst-libs/gst/rtp/gstbasertpdepayload.c:
650 (gst_base_rtp_depayload_add_to_queue):
651 * gst-libs/gst/rtp/gstbasertpdepayload.h:
652 Handle RTP sequence number rollover.
653 Disable jitterbuffer by default.
655 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
657 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
658 (audioresample_set_caps):
659 Don't leak references to the incoming caps. Clean them up when
662 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
663 (gst_video_scale_finalize):
664 Don't leak our temporary pixel buffer.
666 * tests/check/Makefile.am:
667 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
668 (GST_START_TEST), (simple_launch_lines_suite):
670 Fix leaks and re-enable the test for valgrind checking.
672 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
674 Patch by: Sjoerd Simons <sjoerd at luon net>
676 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
678 Add typefind function for multipart/x-mixed-replace (#348916).
680 2006-07-28 Wim Taymans <wim@fluendo.com>
682 * gst/adder/gstadder.c: (gst_adder_setcaps),
683 (gst_adder_query_duration):
684 Fix leak in duration query.
685 Reflow some docs and notes.
687 2006-07-28 Michael Smith <msmith@fluendo.com>
689 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
691 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
694 2006-07-28 Michael Smith <msmith@fluendo.com>
696 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
697 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
698 (gst_vorbis_enc_push_buffer),
699 (gst_vorbis_enc_buffer_check_discontinuous),
700 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
701 * ext/vorbis/vorbisenc.h:
702 Handle discontinuities in the input vorbis stream correctly,
703 so that the output is properly timestamped (and has good granulepos
704 values). Needs some oggmux fixes too.
706 2006-07-27 Wim Taymans <wim@fluendo.com>
708 patch by: Kai Vehmanen <kv2004 eca cx>
710 * gst-libs/gst/rtp/gstbasertpdepayload.c:
711 (gst_base_rtp_depayload_chain),
712 (gst_base_rtp_depayload_handle_sink_event),
713 (gst_base_rtp_depayload_change_state):
714 Don't send multiple newsegments with different formats.
717 2006-07-26 Wim Taymans <wim@fluendo.com>
719 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
720 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
721 Make seeking in ogg more accurate again by doing the more correct
722 granuletime to stream time conversion.
724 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
726 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_new_client):
729 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
731 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
732 (gst_multi_fd_sink_new_client):
733 debug a little more understandably
734 do not use goto as a substitute for break, especially if
735 break is also being used
737 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
739 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
740 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
741 Remove GLib-2.6 compatibility cruft.
743 2006-07-24 Wim Taymans <wim@fluendo.com>
745 * gst-libs/gst/audio/gstbaseaudiosink.c:
746 (gst_base_audio_sink_render):
747 Don't try to align a sample to an unknown value.
749 2006-07-24 Wim Taymans <wim@fluendo.com>
751 * gst-libs/gst/audio/gstbaseaudiosink.c:
752 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
753 When the audio clock is slaved to another clock, never try to align
754 samples but trust the rate interpolation algorithm.
756 2006-07-24 Wim Taymans <wim@fluendo.com>
758 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
759 Don't try to calculate silence samples, base class does this much
762 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
763 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
764 (gst_ring_buffer_acquire):
765 Calculate silence samples correctly.
767 * gst-libs/gst/audio/gstringbuffer.h:
770 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
772 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
773 Limit search for the first markup tag to the first few kB of
774 the file. If we don't find one there, it's highly unlikely that
775 this is an XML(-ish) file.
777 2006-07-21 Andy Wingo <wingo@pobox.com>
779 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
780 test to the one in vorbisenc. Also commented out.
782 * tests/check/pipelines/vorbisenc.c:
783 (test_discontinuity): New test, commented out until Mike lands
784 some elite vorbisenc patches.
786 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
787 Bufferstraw was actually factored out of these tests. Now we share
790 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
791 for bufferstraw addition to gstcheck.
793 2006-07-21 Wim Taymans <wim@fluendo.com>
795 * ext/theora/theoradec.c: (clip_buffer):
798 2006-07-21 Wim Taymans <wim@fluendo.com>
800 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
801 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
802 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
804 Avoid type casting when we can.
806 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
809 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
811 * ext/alsa/gstalsamixerelement.c:
812 (gst_alsa_mixer_element_change_state):
813 Make state change fail if the specified device can't be opened
816 2006-07-20 Wim Taymans <wim@fluendo.com>
818 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
820 Example of a small audio/video player using decodebin.
822 2006-07-20 Stefan Kost <ensonic@users.sf.net>
824 * gst-libs/gst/riff/riff-ids.h:
827 2006-07-19 Wim Taymans <wim@fluendo.com>
829 * gst-libs/gst/rtp/gstbasertpdepayload.c:
830 (gst_base_rtp_depayload_chain),
831 (gst_base_rtp_depayload_change_state):
832 Don't assert when not negotiated but post a meaningfull
833 error message. Fixes #347918.
835 * gst-libs/gst/rtp/gstbasertppayload.c:
836 Add comment about better default MTU size.
838 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
839 Small cleanups, start docs.
841 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
843 Patch by: Martin Szulecki
845 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
846 If "device-name" is requested and the device is not
847 open, try to temporarily open it to obtain this
848 information (#342494).
850 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
852 * gst-libs/gst/tag/gstid3tag.c:
853 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
855 * gst-libs/gst/tag/gsttageditingprivate.h:
856 * gst-libs/gst/tag/gstvorbistag.c:
857 Some more random const-ifications.
859 2006-07-18 Stefan Kost <ensonic@users.sf.net>
861 * gst-libs/gst/riff/riff-ids.h:
862 * gst-libs/gst/riff/riff-media.c:
863 (gst_riff_create_video_template_caps):
864 Add more FOURCCs (sort list to make stuff easier to find),
865 add comment what those 16 bytes in struct _gst_riff_strh according to
868 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
870 * gst-libs/gst/audio/multichannel.c:
871 (gst_audio_check_channel_positions),
872 (gst_audio_fixate_channel_positions):
873 Const-ify two arrays.
875 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
877 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
878 Fix typo, so that alsasink also advertises 8 channels
879 if that's supported (tags: can, worms, open, alsa, ph34r).
881 2006-07-17 Wim Taymans <wim@fluendo.com>
883 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
884 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
885 *sigh*, when is the compiler going to warn when the comments
886 are out-of-sync with the code.. Refix case of busted theora
887 headers with 0 granule pos.
889 2006-07-14 Wim Taymans <wim@fluendo.com>
891 * gst-libs/gst/rtp/gstbasertpdepayload.c:
892 (gst_base_rtp_depayload_wait),
893 (gst_base_rtp_depayload_change_state),
894 (gst_base_rtp_depayload_set_property),
895 (gst_base_rtp_depayload_get_property):
896 Fix 99% cpu load by waiting for absolute times on the
897 clock. Fixes #347300.
899 2006-07-14 Andy Wingo <wingo@pobox.com>
901 * ext/theora/gsttheoraparse.h:
902 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
903 (theora_parse_push_headers, theora_parse_clear_queue)
904 (theora_parse_drain_queue_prematurely, )
905 (theora_parse_sink_event, theora_parse_change_state): Queue events
906 until we initialized our state, like in vorbisparse.
908 * ext/vorbis/vorbisparse.h:
909 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
910 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
911 (vorbis_parse_drain_queue_prematurely, )
912 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
913 until we have initialized our state. Fixes seeking after an
916 2006-07-14 Andy Wingo <wingo@pobox.com>
918 Patch by: Iain * <iaingnome@gmail.com>
920 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
922 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
925 Bump nano back to CVS
927 === release 0.10.9 ===
929 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
932 releasing 0.10.9, "I walk the line"
934 2006-07-14 Michael Smith <msmith@fluendo.com>
936 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
937 Move a g_cond_signal to earlier to avoid sometimes deadlocking
938 (commonly happens when running this test under valgrind) when trying
939 to remove the buffer probe.
941 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
943 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
944 Fix missing g_unlock from the previous commit
946 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
948 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
949 (gst_ximagesink_change_state):
950 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
951 (gst_xvimagesink_change_state):
952 Implement a locking order to ensure we always take the object lock
953 before the x_lock and never vice-versa.
955 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
957 * gst/playback/gstdecodebin.c: (find_compatibles):
958 Fix a caps leak when linking (#347304)
960 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
961 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
962 (gst_ximagesink_change_state):
963 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
964 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
965 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
966 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
967 Don't leak shared memory resources. Use the object lock to protect
968 against the xcontext disappearing while returning a buffer from the
971 2006-07-12 Edward Hervey <edward@fluendo.com>
973 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
974 (vorbis_handle_comment_packet):
975 gst_tag_list_merge() returns a new object. Take that into account when
976 using it. This avoids memleak.
977 Revert previous commit which is not needed.
979 2006-07-12 Edward Hervey <edward@fluendo.com>
981 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
982 Reset the decoder in finalize so that all fields get cleared.
984 2006-07-12 Wim Taymans <wim@fluendo.com>
986 * gst-libs/gst/audio/gstbaseaudiosrc.c:
987 (gst_base_audio_src_set_clock),
988 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
989 Don't try to post an error message when setting the clock fails
990 as this can happen when adding an element to a bin which will then
991 deadlock. Fixes #347296.
993 2006-07-12 Edward Hervey <edward@fluendo.com>
995 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
996 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
997 (vorbis_handle_type_packet):
998 Post tag messages on the bus even if we're not initialized.
999 If we're not initialized, we still postpone the event pushing of tags.
1001 2006-07-12 Wim Taymans <wim@fluendo.com>
1003 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
1004 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1005 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
1006 Revert last two changes that broke the freeze.
1008 2006-07-12 Wim Taymans <wim@fluendo.com>
1010 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
1011 basesink calculates silence sample correctly for us.
1013 2006-07-12 Wim Taymans <wim@fluendo.com>
1015 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1016 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
1017 Calculate correct silence samples so we don't fill our ringbuffer
1020 2006-07-12 Edward Hervey <edward@fluendo.com>
1022 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1023 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
1024 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
1025 * ext/vorbis/vorbisdec.h:
1026 Delay sending events (newsegment, tags) until the decoder is properly
1030 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
1032 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
1033 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
1034 Patch from #347221 adding a test for audioconvert
1037 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
1039 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1040 (gst_ssa_parse_parse_line):
1041 Don't include the terminating NUL in the buffer size,
1042 it's only there for extra paranoia (would add random
1043 '*' characters at the end of each subtitle since the
1044 terminator itself is not valid UTF-8 technically).
1045 Also fix indenting after boilerplate macro.
1047 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
1049 * gst/playback/gstdecodebin.c: (close_pad_link):
1050 Also emit 'unknown-type' signal (which should really be
1051 called unhandled-type) if we found potential decoders/demuxers
1052 in the registry but none of them worked in the end (as in the
1053 case where the plugins don't exist any longer but are still
1054 listed in the registry). Fixes #329798.
1056 2006-07-08 Andy Wingo <wingo@pobox.com>
1058 * theoraparse.c (theora_parse_push_buffer)
1059 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
1060 Add some more debugging. Fix granulepos reconstruction in the face
1063 2006-07-06 Wim Taymans <wim@fluendo.com>
1065 * gst-libs/gst/audio/gstbaseaudiosink.c:
1066 (gst_base_audio_sink_class_init),
1067 (gst_base_audio_sink_provide_clock):
1068 Use gobject_class instead of G_OBJECT_CLASS (klass)
1070 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1071 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1072 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
1073 (gst_base_audio_src_get_time),
1074 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
1075 (gst_base_audio_src_create_ringbuffer):
1076 Fix latency and buffer-time constants and properties ala basesink.
1077 Implement pull based scheduling. Fixes #346527.
1078 Set default blocksize in GstBaseSrc to 0, we default to pushing out
1080 Refuse slaving to another clock instead of silently not working.
1081 Only provide a clock when we are actually able to do so.
1082 Various small cleanups and compiler hints.
1084 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
1086 Patch by: Lutz Mueller <lutz at topfrose de>
1088 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
1090 Add typefinding for text/html (#346581).
1092 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
1094 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1095 (xml_check_first_element), (xml_type_find), (smil_type_find):
1096 Fix SMIL typefinding, make xml_check_first_element() more
1099 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
1101 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1102 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
1103 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
1104 * gst/playback/gstplaybasebin.h:
1105 Protect list of elements with a subtitle-encoding property and
1106 the subtitle encoding member itself with a lock of their own
1107 instead of using the object lock. This prevents a dead-lock in
1108 the element-remove callback in some circumstances when shutting
1111 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
1113 * win32/common/libgsttag.def:
1114 Export some new functions.
1115 * win32/vs6/libgstogg.dsp:
1116 Add a link to libgsttag-0.10.lib.
1118 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
1120 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1121 Some const-ification.
1123 2006-07-04 Wim Taymans <wim@fluendo.com>
1125 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
1126 Improve checking if we are dealing with a stream. Added some
1127 more uris that need buffering.
1129 2006-07-03 Edward Hervey <edward@fluendo.com>
1131 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
1132 Remove unused variable.
1134 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
1139 add GCOV_LIBS to GST_LIBS
1141 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
1143 Patch by: Michael Sheldon <webmaster at mikeasoft com>
1145 * ext/alsa/gstalsasrc.c:
1146 Add 32 bps to template caps and increase channels range
1147 from [1,2] to [1,MAX]. See #346326.
1149 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
1151 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1152 Recognise 'WMVA' video codec fourcc (#345879).
1154 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
1156 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1157 Fixed nasty memory leak
1159 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
1161 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
1162 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
1165 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
1167 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1168 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
1169 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
1170 Protect remove_fakesink using a mutex, so that we don't try and
1171 remove the fakesink simultaneously from multiple threads.
1173 When going from READY to PAUSED, restore the fakesink, so that
1174 it is there when decodebin gets reused.
1176 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
1178 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1179 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1180 * gst-libs/gst/rtp/gstbasertppayload.c:
1181 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1182 * gst/tcp/gstmultifdsink.c:
1183 * gst/tcp/gsttcpclientsink.c:
1184 * gst/tcp/gsttcpclientsrc.c:
1185 * gst/tcp/gsttcpserversink.c:
1186 * gst/tcp/gsttcpserversrc.c:
1187 * gst/videorate/gstvideorate.c:
1188 * gst/videotestsrc/gstvideotestsrc.c:
1189 * sys/v4l/gstv4ljpegsrc.c:
1190 * sys/v4l/gstv4lmjpegsink.c:
1191 * sys/v4l/gstv4lsrc.c:
1192 * tests/examples/seek/scrubby.c:
1193 * tests/examples/seek/seek.c:
1194 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
1196 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
1198 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1199 Second field in GEnumValue shouldn't be a description,
1200 but a stringified version of the enum value.
1202 2006-06-22 Wim Taymans <wim@fluendo.com>
1204 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1205 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
1206 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
1207 Avoid type checking in buffer casts.
1208 Avoid caps copy in buffer_alloc when we can.
1209 Use pad_peer_accept.
1211 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
1213 * gst-libs/gst/tag/tag.h:
1214 Oops, make that 'Since: 0.10.9'.
1216 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
1218 * docs/libs/gst-plugins-base-libs-sections.txt:
1219 * gst-libs/gst/tag/tag.h:
1220 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1221 (gst_tag_image_type_get_type):
1222 API: add GstTagImageType enum to describe images contained
1223 in image tags (#345641).
1225 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
1227 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1228 Fix warnings with gst-inspect: "buffers-min" property
1229 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
1230 typo in property description.
1232 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
1234 Patch by: Cody Russell <bratsche at gnome org>
1236 * gst/audioresample/gstaudioresample.c:
1237 (gst_audioresample_class_init):
1238 * gst/playback/gststreamselector.c:
1239 (gst_stream_selector_class_init):
1240 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1241 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1242 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1243 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
1244 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
1245 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
1246 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
1247 * gst/videotestsrc/gstvideotestsrc.c:
1248 (gst_video_test_src_class_init):
1249 * gst/volume/gstvolume.c: (gst_volume_class_init):
1250 Avoid unnecessary class cast check in class_init
1251 functions (#337747).
1253 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
1255 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
1256 (gst_text_overlay_video_chain):
1257 g_markup_escape_text() REALLY doesn't like non-UTF8 input
1258 and doesn't validate its input either (and neither did
1259 textoverlay it seems). Let's do that then and fix #345206.
1261 2006-06-19 Wim Taymans <wim@fluendo.com>
1263 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
1264 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
1265 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
1266 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
1267 (find_syncframe), (find_limits), (assign_value),
1268 (count_burst_unit), (gst_multi_fd_sink_new_client),
1269 (gst_multi_fd_sink_handle_client_write),
1270 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
1271 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
1272 (gst_multi_fd_sink_change_state):
1273 * gst/tcp/gstmultifdsink.h:
1274 Added shiny new burst-on-connect methods.
1275 Add properties to control the minimal amount of data queued.
1277 API: bytes-min property
1278 API: time-min property
1279 API: buffers-min property
1280 API: burst-unit property
1281 API: burst-value property
1282 API: add-full signal
1284 * gst/tcp/gsttcp-marshal.list:
1285 Added new marshaller code for the new signal.
1287 * tests/check/elements/multifdsink.c: (GST_START_TEST),
1288 (multifdsink_suite):
1289 Added testcases for new burst methods.
1291 2006-06-19 Edward Hervey <edward@fluendo.com>
1293 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
1294 Implement clipping for accurate seeking.
1297 2006-06-19 Wim Taymans <wim@fluendo.com>
1299 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
1301 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
1302 (gst_video_scale_transform):
1303 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
1305 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
1308 Fix --disable-external (can't set conditionals conditionally,
1311 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
1313 * tests/check/elements/audioresample.c: (test_reuse),
1314 (audioresample_suite):
1315 Add test case for bug #342789 fixed below.
1317 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
1319 * gst/audioresample/gstaudioresample.c:
1320 (gst_audioresample_class_init), (gst_audioresample_init),
1321 (audioresample_start), (audioresample_stop),
1322 (gst_audioresample_set_property), (gst_audioresample_get_property):
1323 Implement GstBaseTransform::start and ::stop so that audioresample
1324 can clear its internal state properly and be reused instead of
1325 causing non-negotiated errors with playbin under some circumstances
1328 * tests/check/elements/audioresample.c: (setup_audioresample),
1329 (cleanup_audioresample):
1330 Need to set element state here so that ::start and ::stop are
1333 2006-06-16 Wim Taymans <wim@fluendo.com>
1335 Patch by: Young-Ho Cha <ganadist at chollian dot net>
1337 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
1338 Parse extra data better, apparently it's right behind
1339 the normal strf header size. Fixes #343500.
1341 2006-06-16 Wim Taymans <wim@fluendo.com>
1343 * ext/alsa/gstalsasink.c: (set_hwparams):
1344 If we fail to set the buffer_time and period_time alsa
1345 parameters, post a warning and leave alsa select a
1346 default instead of failing. Fixes #342085
1348 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
1350 * docs/libs/gst-plugins-base-libs-sections.txt:
1351 * gst-libs/gst/cdda/gstcddabasesrc.h:
1352 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
1353 out in the header file and shouldn't be listed in the docs.
1355 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
1356 Must dereference pointer to fourcc in the debug statement.
1358 2006-06-16 Stefan Kost <ensonic@users.sf.net>
1360 * docs/libs/Makefile.am:
1361 * docs/libs/gst-plugins-base-libs-docs.sgml:
1362 * docs/libs/gst-plugins-base-libs-sections.txt:
1363 * docs/libs/gst-plugins-base-libs.types:
1364 add remaining symbols into correct setions
1366 * gst-libs/gst/audio/gstringbuffer.c:
1369 * gst-libs/gst/audio/gstringbuffer.h:
1370 comment out not yet implemented function
1373 * gst-libs/gst/floatcast/floatcast.h:
1374 * gst-libs/gst/netbuffer/gstnetbuffer.c:
1375 add short descriptions
1378 * gst-libs/gst/interfaces/propertyprobe.c:
1379 fix return value docs
1381 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
1382 simplify debug logging
1384 * gst-libs/gst/riff/riff-read.h:
1385 sync function prototype and docs
1387 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1388 remove left over symbol
1390 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
1395 Use GST_PLUGIN_DOCS macro in configure.ac, add
1396 --enable-plugin-docs default to autogen.sh and use
1397 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
1399 2006-06-15 Wim Taymans <wim@fluendo.com>
1401 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1402 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
1403 (gst_ogg_demux_loop):
1404 Combine GstFlowReturn from the source pads to give a
1405 meaningfull result to the upstream peer or to stop the
1406 processing task in case of errors.
1408 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
1410 * gst/playback/gststreaminfo.c: (cb_probe):
1411 Try GST_TAG_CODEC as fallback when extracting the
1412 codec name; more debug info.
1414 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
1416 * ext/ogg/Makefile.am:
1417 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1418 Extract language tags from ogm subtitle streams, so that
1419 the subtitle menu choices are labelled correctly in
1420 Totem (fixes #344708).
1422 2006-06-14 Wim Taymans <wim@fluendo.com>
1424 Patch by: Alessandro Decina <alessandro at nnva dot org>
1426 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
1427 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
1428 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
1429 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1430 Fix various leaks. Fixes #343699.
1431 Add x-smoke mime type.
1433 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
1435 * gst-libs/gst/riff/riff-ids.h:
1436 Add IDs for 'bext' chunks (see #343837).
1438 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
1440 Patch by: Young-Ho Cha <ganadist at chollian net>
1442 * gst/subparse/samiparse.c: (sami_context_pop_state),
1443 (handle_start_font), (end_sami_element):
1444 Honour font face tags in SAMI subtitles (#344503).
1446 2006-06-11 Stefan Kost <ensonic@users.sf.net>
1449 add missing files containing translatable strings
1451 2006-06-11 Stefan Kost <ensonic@users.sf.net>
1453 * docs/libs/tmpl/.cvsignore:
1454 we don't want those *.sgml files in CVS either
1456 2006-06-11 Stefan Kost <ensonic@users.sf.net>
1458 * docs/libs/.cvsignore:
1459 * tests/check/elements/.cvsignore:
1460 * tests/check/libs/.cvsignore:
1463 2006-06-11 Stefan Kost <ensonic@users.sf.net>
1465 * docs/libs/Makefile.am:
1466 also commiting the changed Makefile.am (added more libs to the
1469 2006-06-11 Stefan Kost <ensonic@users.sf.net>
1471 * docs/libs/gst-plugins-base-libs-docs.sgml:
1472 * docs/libs/gst-plugins-base-libs-sections.txt:
1473 * docs/libs/gst-plugins-base-libs.types:
1474 first batch of reordering things, add index & hierarchy
1476 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
1479 use GST_PKG_CHECK_MODULES, cleans up output
1481 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
1483 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1484 Add support for burn:// URIs (#343385); const-ify things a bit,
1485 use G_N_ELEMENTS instead of hard-coded array size.
1487 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
1489 Patch by: Young-Ho Cha <ganadist at chollian net>
1491 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
1492 Fix up broken entities before passing them to libxml *sigh*.
1495 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
1500 === release 0.10.8 ===
1502 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
1505 releasing 0.10.8, "Moar gij ziet mij nie"
1507 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
1524 * win32/common/config.h:
1527 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
1529 * docs/libs/tmpl/gstaudio.sgml:
1530 * docs/libs/tmpl/gstcolorbalance.sgml:
1531 * docs/libs/tmpl/gstmixer.sgml:
1532 * docs/libs/tmpl/gstringbuffer.sgml:
1533 * docs/libs/tmpl/gsttuner.sgml:
1534 * docs/libs/tmpl/gstxoverlay.sgml:
1535 * gst-libs/gst/audio/audio.c:
1536 * gst-libs/gst/audio/gstringbuffer.c:
1537 * gst-libs/gst/interfaces/colorbalance.c:
1538 * gst-libs/gst/interfaces/mixer.c:
1539 * gst-libs/gst/interfaces/tuner.c:
1540 * gst-libs/gst/interfaces/xoverlay.c:
1541 move last template doc snippets to source code and delete them
1543 2006-06-06 Michael Smith <msmith@fluendo.com>
1545 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
1546 (theora_parse_drain_queue):
1547 Mark DELTA_UNIT on non-keyframes.
1549 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
1551 * gst-libs/gst/audio/gstbaseaudiosink.c:
1552 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
1553 * gst-libs/gst/audio/gstbaseaudiosink.h:
1554 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
1555 (gst_ring_buffer_samples_done):
1556 * gst-libs/gst/audio/gstringbuffer.h:
1557 Document better the fact that latency_time and buffer_time are values
1558 stored in microseconds, and not the usual GStreamer nanoseconds.
1559 Change the variables (compatibly) that store them from GstClockTime
1560 to guint64 to make it more clear that they're not storing clock times.
1561 Also, remove the bogus property description that says the user can
1562 specify -1 to get the default value, since that's never been the case.
1564 When computing the default segment size for the ring buffer, make it
1565 an integer number of samples.
1567 When the sub-class indicates a delay greater than the number of
1568 samples we've written return 0 from the audio sink get_time method.
1570 2006-06-02 Michael Smith <msmith@fluendo.com>
1572 * tests/check/elements/audioconvert.c: (set_channel_positions),
1573 (get_float_mc_caps), (get_int_mc_caps):
1574 * tests/check/elements/audioresample.c:
1575 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
1576 * tests/check/elements/videorate.c:
1577 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
1578 * tests/check/elements/volume.c:
1579 * tests/check/elements/vorbisdec.c:
1580 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
1581 Don't busy-wait in tests; this was causing test timeouts very
1582 frequently when running under valgrind.
1584 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
1587 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
1588 (gst_multi_fd_sink_remove_client_link),
1589 (gst_multi_fd_sink_client_queue_caps),
1590 (gst_multi_fd_sink_client_queue_buffer),
1591 (gst_multi_fd_sink_handle_client_write),
1592 (gst_multi_fd_sink_render):
1593 * gst/tcp/gstmultifdsink.h:
1594 make multifdsink properly deal with streamheader:
1595 - streamheader is taken from caps
1596 - buffers marked with IN_CAPS are not sent
1597 - streamheaders are sent, on connection, from the caps of the
1598 buffer where the client gets positioned to
1599 - further streamheader changes are done every time the client
1600 will receive a buffer with different caps
1601 * tests/check/elements/multifdsink.c: (GST_START_TEST),
1602 (gst_multifdsink_create_streamheader):
1605 2006-06-02 Michael Smith <msmith@fluendo.com>
1607 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1608 Reinstate limit on channel count. Vorbis does not define the meaning
1609 of > 6 channels, so they're just independent channels. Gstreamer
1610 currently has no mechanism to represent N independent channels.
1612 2006-06-02 Michael Smith <msmith@fluendo.com>
1614 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1615 Don't arbitrarily restrict channel counts and rate in vorbis.
1616 In terms of effects likely on real-world files, this fixes 96kHz
1619 2006-06-02 Michael Smith <msmith@fluendo.com>
1621 * gst/audioconvert/audioconvert.c: (float):
1622 More correct float->int conversion.
1624 2006-06-02 Michael Smith <msmith@fluendo.com>
1626 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
1627 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
1628 value. Fixes g-critical on trying to play back ogg containing
1631 2006-06-02 Wim Taymans <wim@fluendo.com>
1633 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
1635 * gst/playback/gstplaybasebin.h:
1636 Make the subtitle detection work from any thread so we don't
1637 deadlock. Fixes #343397.
1639 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
1641 * gst/volume/Makefile.am:
1642 Seriously, it's not *that* hard to get compilation right. Even
1643 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
1645 2006-06-01 Stefan Kost <ensonic@users.sf.net>
1647 * gst/volume/gstvolume.c: (volume_choose_func),
1648 (volume_update_real_volume), (gst_volume_class_init),
1649 (gst_volume_init), (volume_process_float), (volume_process_int16),
1650 (volume_process_int16_clamp), (volume_set_caps),
1651 (volume_transform_ip), (plugin_init):
1652 * gst/volume/gstvolume.h:
1653 rewrite the passthrough check, split _int16 and _int16_clamp, fix
1654 another property desc., remove unused param from process function
1656 * tests/check/elements/volume.c: (volume_suite):
1657 reactivate the passthrough test
1659 2006-06-01 Stefan Kost <ensonic@users.sf.net>
1661 * ext/alsa/gstalsamixerelement.h:
1662 * ext/alsa/gstalsamixeroptions.h:
1663 * ext/alsa/gstalsamixertrack.h:
1664 * ext/gnomevfs/gstgnomevfssink.h:
1665 * ext/gnomevfs/gstgnomevfssrc.h:
1666 * ext/theora/gsttheoradec.h:
1667 * ext/theora/gsttheoraenc.h:
1668 * ext/theora/gsttheoraparse.h:
1669 * ext/vorbis/vorbisparse.h:
1670 * gst-libs/gst/audio/gstaudioclock.h:
1671 * gst-libs/gst/audio/gstaudiofilter.h:
1672 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1673 * gst/audioconvert/gstaudioconvert.h:
1674 * gst/audioresample/gstaudioresample.h:
1675 * gst/audiotestsrc/gstaudiotestsrc.h:
1676 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1677 * gst/playback/gststreamselector.h:
1678 * gst/tcp/gstmultifdsink.h:
1679 * gst/tcp/gsttcpclientsink.h:
1680 * gst/tcp/gsttcpclientsrc.h:
1681 * gst/tcp/gsttcpserversink.h:
1682 * gst/tcp/gsttcpserversrc.h:
1683 * gst/videorate/gstvideorate.h:
1684 * gst/videoscale/gstvideoscale.h:
1685 * gst/videotestsrc/gstvideotestsrc.h:
1686 * gst/volume/gstvolume.h:
1687 * sys/v4l/gstv4ljpegsrc.h:
1688 * sys/v4l/gstv4lmjpegsink.h:
1689 * sys/v4l/gstv4lmjpegsrc.h:
1690 * sys/v4l/gstv4lsrc.h:
1691 * sys/ximage/ximagesink.h:
1692 * sys/xvimage/xvimagesink.h:
1693 * tests/old/testsuite/alsa/sinesrc.h:
1694 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
1696 2006-05-31 Wim Taymans <wim@fluendo.com>
1698 * ext/libvisual/visual.c: (gst_visual_reset),
1699 (gst_visual_sink_setcaps), (gst_visual_sink_event),
1700 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
1702 Use running time before doing QoS.
1705 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
1707 * docs/libs/Makefile.am:
1708 set a magic variable to indicate we know the docs are incomplete
1710 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
1712 * win32/common/libgstvideo.def:
1713 export gst_video_calculate_display_ratio
1714 * win32/vs6/libgstvideoscale.dsp:
1715 add link to libgstvideo-0.10.lib
1717 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
1719 * gst/playback/gstplaybasebin.c: (gen_source_element):
1720 Throw a more comprehensible error for rtsp:// URIs (rather
1721 than erroring out with a negotiation error later on) until
1722 we fix playbin to handle rtspsrc etc.
1724 2006-05-30 Wim Taymans <wim@fluendo.com>
1726 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1727 (gst_text_overlay_text_event):
1730 2006-05-30 Wim Taymans <wim@fluendo.com>
1732 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
1733 (gst_adder_request_new_pad), (gst_adder_release_pad):
1734 * gst/adder/gstadder.h:
1735 Implement release_request_pad.
1736 Make padcounter atomic.
1738 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
1739 Added check for release_pad in adder.
1741 2006-05-30 Wim Taymans <wim@fluendo.com>
1743 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
1746 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
1748 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1749 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
1750 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1751 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
1752 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
1753 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
1754 (gst_ogg_demux_bisect_forward_serialno),
1755 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
1756 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
1758 clean up printf formats for granulepos and serialno
1760 2006-05-30 Michael Smith <msmith@fluendo.com>
1762 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
1763 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
1764 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
1765 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
1766 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1767 * ext/vorbis/vorbisenc.h:
1768 Multi-channel caps negotiation, so we can do proper multichannel
1769 vorbis encoding, negotiated through audioconvert.
1771 2006-05-30 Wim Taymans <wim@fluendo.com>
1773 * tests/check/elements/adder.c: (test_event_message_received),
1774 (test_play_twice_message_received), (GST_START_TEST),
1776 Added check to show that #339935 is fixed with ongoing
1777 adder and collectpads fixes.
1779 2006-05-29 Wim Taymans <wim@fluendo.com>
1781 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
1782 Don't leak pad name.
1784 2006-05-29 Wim Taymans <wim@fluendo.com>
1786 * gst/adder/gstadder.c: (gst_adder_query_duration),
1787 (forward_event_func), (forward_event), (gst_adder_src_event):
1789 Make query/seeking code threadsafe.
1791 * tests/check/Makefile.am:
1792 * tests/check/elements/adder.c: (test_event_message_received),
1793 (GST_START_TEST), (test_play_twice_message_received):
1794 Fix adder test case.
1796 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
1798 Patch by: Young-Ho Cha <ganadist at chollian net>
1800 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1801 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
1802 (set_encoding_element), (decodebin_element_added_cb),
1803 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
1804 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
1805 * gst/playback/gstplaybasebin.h:
1806 Add 'subtitle-encoding' property to playbin, so applications can
1807 force a subtitle encoding for non-UTF8 subtitles (#342268).
1809 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
1810 (gst_sub_parse_set_property):
1811 Rename recently-added 'encoding' property to 'subtitle-encoding'
1812 (so it can be proxied by playbin/decodebin in a generic way
1813 with less danger of false positives).
1815 2006-05-29 Michael Smith <msmith@fluendo.com>
1817 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
1818 (append_with_other_format), (set_structure_widths),
1819 (gst_audio_convert_transform_caps):
1820 Patch from #341562: give more specific audio caps in get_caps, so
1821 that basetransform can make better decisions on what caps to
1824 2006-05-28 Stefan Kost <ensonic@users.sf.net>
1826 * tests/check/elements/volume.c:
1827 make it compile again
1829 2006-05-28 Stefan Kost <ensonic@users.sf.net>
1831 * tests/check/elements/volume.c: (volume_suite):
1832 disable test until #343196 gets resolved
1834 2006-05-28 Stefan Kost <ensonic@users.sf.net>
1836 * gst/adder/gstadder.c: (gst_adder_get_type):
1837 Make it easier to copy&paste
1839 * gst/volume/Makefile.am:
1840 * gst/volume/gstvolume.c: (volume_update_real_volume),
1841 (gst_volume_set_volume), (gst_volume_set_mute),
1842 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
1843 (volume_transform_ip), (volume_update_mute),
1844 (volume_update_volume):
1845 * gst/volume/gstvolume.h:
1846 Add own debug category, move duplicate code to helper function, fix
1847 property texts, add more comments and prepare ffor liboil-goodness
1849 * tests/check/Makefile.am:
1850 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1851 add test for mute and passtrough case, be a bit more verbose to track
1854 * tests/check/generic/states.c: (GST_START_TEST):
1855 catch elements that fail to instantiate
1857 2006-05-28 Edward Hervey <edward@fluendo.com>
1859 * tests/check/pipelines/simple-launch-lines.c:
1860 * tests/check/pipelines/theoraenc.c:
1861 * tests/check/pipelines/vorbisenc.c:
1862 Comment out tests using parse_launch() if core was built without
1863 parsing capabilities.
1865 2006-05-27 Edward Hervey <edward@fluendo.com>
1867 * tests/check/Makefile.am:
1868 Extra bonus points for whoever explains to ensonic that you are meant
1869 to test unit tests thoroughly before commiting them, especially if
1870 you know it's going to break.
1871 De-activated element/adder tests.
1873 2006-05-27 Edward Hervey <edward@fluendo.com>
1875 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1876 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
1877 Marking caps conversion issues as GST_WARNING is way too verbose,
1878 Moving them to GST_LOG.
1880 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
1883 Replace current README (containing the release notes from
1884 some 0.9.x version) with a proper README taken from the core.
1886 2006-05-26 Wim Taymans <wim@fluendo.com>
1888 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1889 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
1890 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
1891 (vorbis_dec_change_state):
1894 Clip output samples to segment boundaries.
1896 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
1898 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1899 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
1900 Improve the errors produced on bad output, including some human
1901 readable description strings.
1902 Handle the (theoretical for ximagesink) case where the XServer
1903 has a different idea about the size required for a particular
1904 frame and gives us too small a memory allocation.
1906 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
1908 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1909 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
1910 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
1911 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
1912 Improve the errors produced on bad output, including some human
1913 readable description strings.
1914 Handle RGB Xv formats properly by transforming them into our
1915 big-endian caps description.
1916 Use gst_caps_truncate to ensure that we never try and choose a
1917 non-fixed caps in buffer_alloc.
1918 Handle the case where the XServer has a different idea about the size
1919 required for a particular frame and gives us too small a memory
1921 Use -1 to indicate 'no image format', because 0 is a valid XServer
1922 image format number.
1923 Put RGB Xv formats at the end of the caps, so that we always prefer
1925 Iterate the available Xv Encodings to determine the maximum width and
1926 height, and then return that in our caps.
1927 (Closes #315312, #337544)
1929 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
1931 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
1932 When there is only one unfinished pad and it receives an event that
1933 doesn't match our requirements, we need to set alldone=FALSE so that
1934 the fakesink is not removed yet.
1936 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
1938 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1939 Use gst_type_find_helper_for_buffer() to find the type
1940 of stream from the first packet.
1943 Bump requirements to core CVS (needed for vorbis
1944 typefinding to work).
1946 2006-05-24 Edward Hervey <edward@fluendo.com>
1948 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1949 Added the 'prfl' atom type which MQV (no, it's not a typo) files
1950 contain. Else they play perfectly fine with qtdemux.
1952 2006-05-23 Stefan Kost <ensonic@users.sf.net>
1954 * ext/theora/theoradec.c:
1955 * ext/theora/theoraenc.c:
1956 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
1957 * gst/audiorate/gstaudiorate.c:
1958 make more debug catagories static
1960 * tests/check/Makefile.am:
1961 * tests/check/elements/adder.c: (message_received),
1962 (test_event_message_received), (GST_START_TEST),
1963 (test_play_twice_message_received), (adder_suite):
1964 added test case for using element twice, extra bonus points for anyone
1965 who can make these test run reliably
1967 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
1969 * ext/theora/theoradec.c: (theora_dec_chain):
1970 Make work with time-stamped input buffers that do not
1971 have a granulepos in BUFFER_OFFSET_END (like theora
1972 buffers coming from matroskademux). Fixes #342448.
1974 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
1976 Patch by: Peter Kjellerstedt <pkj at axis com>
1978 * gst/tcp/Makefile.am:
1979 fdstresstest doesn't need Gtk+, fix compilation if
1980 gtk is not available (#342566).
1982 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
1984 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1986 Removed redundant floor()
1988 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
1990 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
1991 On second thought, just skip JUNK chunks automatically, so
1992 the caller doesn't have to handle this. Fixes #342345.
1993 Also, return GST_FLOW_UNEXPECTED if we get a short read,
1996 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
1998 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
1999 Don't bail out on JUNK chunks with a size of 0 (would try to
2000 pull_range 0 bytes before, which sources don't like too much).
2003 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
2005 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
2006 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2007 Use the gstutil scaling function to preserve 64 bits while calculating
2008 output width and height from the display-aspect-ratio. (A continuation
2011 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
2013 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
2014 (gst_xvimagesink_buffer_alloc):
2015 * sys/xvimage/xvimagesink.h:
2016 When performing buffer allocations, remember the caps and image format
2017 we return so that if the same caps are asked for next time we can
2018 return them immediately without doing any caps intersections.
2020 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
2022 * gst-libs/gst/rtp/README:
2023 Some new documentation
2024 * gst-libs/gst/rtp/gstrtpbuffer.h:
2025 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
2026 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2027 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2028 New RTP audio base payloader class. Supports frame or sample based
2029 codecs. Not enabled in Makefile.am until approved.
2031 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
2033 * tests/check/elements/alsa.c: (test_device_property_probe):
2034 Fix test case: don't try to free NULL GValueArray when there
2037 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
2039 * tests/check/Makefile.am:
2040 * tests/check/elements/alsa.c: (test_device_property_probe),
2041 (alsa_suite), (main):
2042 Add simple test that runs a device property probe on alsasrc,
2043 alsasink and alsamixer. Disable valgrind check for now (too
2044 many leaks in libasound, and valgrind ignored my suppressions
2047 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
2049 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
2050 (gst_alsa_device_property_probe_probe_property),
2051 (gst_alsa_device_property_probe_needs_probe),
2052 (gst_alsa_device_property_probe_get_values),
2053 (gst_alsa_type_add_device_property_probe_interface):
2054 * ext/alsa/gstalsadeviceprobe.h:
2055 * ext/alsa/gstalsamixerelement.c:
2056 (gst_alsa_mixer_element_init_interfaces):
2057 * ext/alsa/gstalsamixerelement.h:
2058 Clean up and simplify alsa device probing. Make it actually work
2059 for multiple classes. Don't cache results any longer.
2061 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
2062 (gst_alsasink_init):
2063 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
2064 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
2065 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
2066 Make alsasink and alsasrc implement the GstPropertyProbe interface
2067 for device probing (#342181).
2068 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
2070 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
2072 * gst/subparse/samiparse.c: (handle_start_font):
2073 Don't ignore return value of strtol (++compiler_happiness).
2075 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
2077 Patch by: Young-Ho Cha <ganadist chollian net>
2079 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2080 (gst_sub_parse_class_init), (gst_sub_parse_init),
2081 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
2083 * gst/subparse/gstsubparse.h:
2084 Add 'encoding' property (#341681).
2086 * gst/subparse/samiparse.c: (characters_sami):
2087 Output is pango markup, so we need to escape text
2088 between tags (#342143).
2090 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
2092 * gst-libs/gst/audio/multichannel.c:
2093 (gst_audio_check_channel_positions):
2094 It's okay to have caps with channels=1 and a channel position
2095 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
2096 (deinterleavers might want to keep the position in the caps,
2097 so that they can be re-interleaved again properly later).
2098 Leave check for unexpected 2-channel layouts intact for now.
2100 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2102 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
2103 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
2104 basesrc can do its job correctly.
2106 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
2108 * ext/alsa/Makefile.am:
2109 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
2110 (gst_alsa_detect_formats), (get_channel_free_structure),
2111 (caps_add_channel_configuration), (gst_alsa_detect_channels),
2112 (gst_alsa_probe_supported_formats):
2113 * ext/alsa/gstalsa.h:
2114 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2115 Refactor and improve caps probing code: probe signedness
2116 when we probe the supported formats/widths; set endianness
2117 to the one we actually probed for (ie. cpu endianness).
2119 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
2120 (gst_alsasrc_close):
2121 * ext/alsa/gstalsasrc.h:
2122 Implement caps probing for alsasrc.
2124 2006-05-15 Wim Taymans <wim@fluendo.com>
2126 * ext/theora/theoradec.c: (gst_theora_dec_reset),
2127 (theora_dec_src_query), (theora_dec_src_event),
2128 (theora_dec_sink_event), (theora_handle_comment_packet),
2129 (theora_handle_data_packet), (theora_dec_change_state):
2130 Cleanups, add some G_LIKELY.
2131 Use segment helpers instead of our own wrong code.
2132 Clear queued buffers on seek and READY.
2134 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2135 (vorbis_dec_convert), (vorbis_dec_src_query),
2136 (vorbis_dec_src_event), (vorbis_dec_sink_event),
2137 (vorbis_handle_comment_packet), (vorbis_dec_push),
2138 (vorbis_handle_data_packet), (vorbis_dec_chain),
2139 (vorbis_dec_change_state):
2140 * ext/vorbis/vorbisdec.h:
2141 Remove old useless packetno variable.
2142 Do position query properly.
2144 Do cleanup of queued buffers in new helper function
2147 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
2149 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2150 Query supported sample rates. Fixes #341732.
2152 2006-05-15 Julien MOUTTE <julien@moutte.net>
2154 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
2155 (gst_decode_bin_change_state): Make decodebin reusable
2156 when going from PAUSE_TO_READY and then back to PAUSED.
2159 2006-05-15 Wim Taymans <wim@fluendo.com>
2161 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
2162 (vorbis_dec_convert), (vorbis_dec_src_query),
2163 (vorbis_dec_sink_query), (vorbis_dec_src_event),
2164 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
2165 (vorbis_dec_clean_queued), (vorbis_dec_push),
2166 (vorbis_handle_data_packet), (vorbis_dec_change_state):
2167 Cleanups. Use refcounting and DEBUG_OBJECT.
2168 Reset segment on flush, use code methods instead of our
2170 Fix potential memleak.
2172 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
2174 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2175 (gst_alsasink_init):
2176 * ext/alsa/gstalsasink.h:
2177 Don't leak allocated snd_output_t structure if there's
2178 more than one alsasink instance at a time (#341873).
2179 Also fix GObject macros in header file.
2181 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
2183 * gst/subparse/gstsubparse.c:
2184 (gst_sub_parse_data_format_autodetect):
2185 Don't use libxml functions in the typefinding code.
2187 2006-05-15 Wim Taymans <wim@fluendo.com>
2189 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2190 Fix seeking performance in the case where a non-header
2191 packet has a 0 granulepos (busted theora case).
2193 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
2194 the first place, you limelight stealer you)
2196 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
2198 * gst/subparse/gstsubparse.c:
2199 (gst_sub_parse_data_format_autodetect):
2200 Improve SAMI typefinding: handle case where there are
2201 whitespaces or newlines in front of the first <SAMI>
2204 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
2207 Build video4linux plugin even if there's no XVIDEO, just
2208 without implementing the GstXOverlay interface (#334002).
2210 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
2213 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
2215 Add tentative support for libvisual-0.4 (#336881).
2217 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
2219 Patch by: Young-Ho Cha <ganadist at chollian net>
2221 * gst/subparse/samiparse.c: (handle_start_font):
2222 Need to map "silver" colour explicitly (#169936).
2224 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
2226 Patch by: Young-Ho Cha <ganadist at chollian net>
2228 * gst/subparse/Makefile.am:
2229 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2230 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
2231 (gst_sub_parse_format_autodetect), (feed_textbuf),
2232 (gst_subparse_type_find), (plugin_init):
2233 * gst/subparse/gstsubparse.h:
2234 * gst/subparse/samiparse.c:
2235 * gst/subparse/samiparse.h:
2236 Add support for SAMI subtitles (#169936).
2238 2006-05-14 Michael Smith <msmith@fluendo.com>
2240 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2241 Fix #341696: crash when mixing L+R+C to mono or stereo.
2242 * tests/check/Makefile.am:
2243 * tests/check/elements/audioconvert.c: (set_channel_positions),
2244 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
2245 (audioconvert_suite):
2246 Add test for the above, including some generic framework bits for
2247 testing multichannel things.
2249 === release 0.10.7 ===
2251 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
2254 releasing 0.10.7, "Leave the gun"
2256 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
2258 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
2259 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2262 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
2264 * docs/libs/gst-plugins-base-libs-docs.sgml:
2265 * docs/libs/gst-plugins-base-libs-sections.txt:
2266 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
2267 * gst-libs/gst/video/video.h:
2268 * gst/videoscale/Makefile.am:
2269 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
2270 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2271 * tests/check/Makefile.am:
2272 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
2274 Fix integer overflow problem with pixel-aspect-ratio calculations
2275 in videoscale and xvimagesink (#341542)
2277 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
2279 * gst-libs/gst/tag/gstid3tag.c:
2280 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
2282 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
2285 update win32 files listing
2287 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
2289 patch by: Sjoerd Simons (sjoerd@luon.net)
2291 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2292 (group_create), (group_destroy), (add_stream),
2293 (gst_play_base_bin_get_property),
2294 (gst_play_base_bin_get_streaminfo_value_array):
2295 * gst/playback/gstplaybasebin.h:
2296 API: GstPlayBaseBin::stream-info-value-array property
2297 use a more bindings-friendly way of exposing streaminfo
2298 using a GValueArray. Tested in ipython.
2301 2006-05-11 Wim Taymans <wim@fluendo.com>
2303 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
2304 (queue_underrun_cb), (queue_filled_cb):
2305 Also catch queue underruns but don't do anything yet.
2306 Refactor and comment queue enlarging code a bit.
2308 * gst/playback/gstplaybasebin.c: (queue_overrun),
2309 (queue_threshold_reached), (queue_out_of_data),
2310 (gen_preroll_element):
2311 If a queue over/underruns check that we don't create nasty
2312 deadlocks when the min-threshold is not reached but the
2313 max-bytes is. In those cases disable max-bytes when we
2314 know that the queue is fed timed data.
2317 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
2319 * gst/playback/gstplaybin.c: (gen_audio_element):
2320 Make playbin automatically plug an 'audioresample'
2321 element before the audio sink as well. This solves
2322 problems with sinks that only accept a very specific
2323 sample rate, like esdsink (e.g. #340379).
2325 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
2327 * gst/playback/gstplaybasebin.c: (gen_source_element):
2328 Make http sources send special headers so that we receive
2329 icecast metadata if the http stream is an icecast stream
2330 (otherwise the server will just ignore them). This also
2331 means that from now on users will need the 'icydemux'
2332 element from gst-plugins-good installed if they want to
2333 listen to icecast radio streams. (#341432, #333657).
2335 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
2337 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
2338 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
2339 remove stupid example from docs - it should come with a simple
2342 * tests/check/elements/multifdsink.c: (wait_bytes_served),
2343 (fail_if_can_read), (GST_START_TEST),
2344 (gst_multifdsink_create_streamheader), (multifdsink_suite):
2345 add a test for changing streamheader which exposes a bug in
2348 2006-05-11 Michael Smith <msmith@fluendo.com>
2350 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2351 (gst_gnome_vfs_src_received_headers_callback):
2352 * ext/gnomevfs/gstgnomevfssrc.h:
2353 Don't set icy-caps unless we have a sane interval value. Move
2354 interval to a local variable; we never use it outside this function.
2356 2006-05-11 Wim Taymans <wim@fluendo.com>
2358 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2359 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2360 Register special buffer types along with the objects so
2361 that they are not registered at runtime from N different
2362 streaming threads since they are not threadsafe.
2364 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
2366 * tests/check/elements/multifdsink.c: (wait_bytes_served),
2367 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
2368 add two more tests, one doing streamheader
2370 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
2372 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
2373 clean up the bufqueue when shutting down
2374 * tests/check/Makefile.am:
2375 * tests/check/elements/multifdsink.c: (setup_multifdsink),
2376 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
2378 add a test for the leak that was just fixed
2380 2006-05-10 Wim Taymans <wim@fluendo.com>
2382 * gst/adder/gstadder.c: (gst_adder_setcaps),
2383 (gst_adder_query_duration), (gst_adder_query), (forward_event),
2384 (gst_adder_src_event), (gst_adder_sink_event),
2385 (gst_adder_class_init), (gst_adder_finalize),
2386 (gst_adder_request_new_pad), (gst_adder_collected):
2387 * gst/adder/gstadder.h:
2388 Updated some docs. Added comments and FIXMEs all over the place.
2389 Improve debugging info.
2390 Fix leak on finalize by not calling the parent.
2391 Implement duration query.
2392 Make event forwarding threadsafe.
2393 Correctly send NEWSEGMENT at start and after flush.
2394 Handle EOS correctly.
2395 Post error when not negotiated.
2397 * tests/check/elements/adder.c: (GST_START_TEST):
2398 Added FIXME in the test.
2400 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
2402 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2403 (gst_text_overlay_halign_get_type),
2404 (gst_text_overlay_wrap_mode_get_type):
2405 * ext/theora/theoradec.c: (theora_handle_type_packet),
2406 (theora_handle_data_packet):
2407 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2408 (theora_enc_sink_setcaps), (theora_enc_chain):
2409 * gst-libs/gst/cdda/gstcddabasesrc.c:
2410 (gst_cdda_base_src_mode_get_type):
2411 * gst/audiotestsrc/gstaudiotestsrc.c:
2412 (gst_audiostestsrc_wave_get_type):
2413 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
2414 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2415 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2416 (gst_sync_method_get_type), (gst_unit_type_get_type),
2417 (gst_client_status_get_type):
2418 * gst/videoscale/gstvideoscale.c:
2419 (gst_video_scale_method_get_type):
2420 * gst/videotestsrc/gstvideotestsrc.c:
2421 (gst_video_test_src_pattern_get_type):
2422 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
2423 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
2424 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
2425 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
2426 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
2427 (paint_setup_RGB565), (paint_setup_xRGB1555):
2428 Const-ify GEnumValue and GFlagsValue arrays. Use
2429 GST_ROUND_UP_* macros instead of home-made ones.
2431 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
2434 Require core CVS for the new newsegment stuff.
2436 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
2438 Patch by: Sjoerd Simons <sjoerd at luon net>
2440 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
2441 Register nick for enum value (#341160).
2443 2006-05-09 Stefan Kost <ensonic@users.sf.net>
2445 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
2447 backout typefind patch #340375
2449 * tests/check/elements/adder.c: (message_received),
2450 (GST_START_TEST), (adder_suite):
2451 redo, signal-handling of test
2453 2006-05-09 Wim Taymans <wim@fluendo.com>
2455 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
2456 (gst_adder_collected):
2457 * gst/adder/gstadder.h:
2458 Remove bogus segment merging and forwarding, we don't
2459 care about timestamps anyway and we just produce a
2461 Also create a nice NEWSEGMENT event when we start.
2462 Use _scale_int some more.
2464 2006-05-09 Edward Hervey <edward@fluendo.com>
2466 * tests/icles/stress-xoverlay.c:
2467 Fix if core was built without parsing support.
2469 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
2471 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2472 Add SEDG (Samsung MPEG-4) fourcc.
2474 2006-05-09 Edward Hervey <edward@fluendo.com>
2476 * tests/icles/stress-xoverlay.c:
2477 * tests/examples/volume/volume.c:
2478 Fix if core was built without parsing support.
2480 * tests/examples/seek/seek.c:
2481 Disable the parse_launch example if core was built without parsing
2484 2006-05-08 Edward Hervey <edward@fluendo.com>
2486 * autogen.sh: (CONFIGURE_DEF_OPT):
2487 libtoolize on Darwin/MacOSX is called glibtoolize
2489 2006-05-07 Stefan Kost <ensonic@users.sf.net>
2491 * tests/check/Makefile.am:
2492 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
2493 Disable the adder test, until the build-slaves posses the kindness to
2494 either like it or to give valid reason for not doing so
2496 2006-05-07 Stefan Kost <ensonic@users.sf.net>
2498 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
2500 Shuffle NULL state change around and raise timeout more
2502 2006-05-07 Stefan Kost <ensonic@users.sf.net>
2504 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
2505 (mp4_type_find), (plugin_init):
2506 Add typefind to distinguish between "audio/x-m4a" and new type
2507 "video/mp4". Fixes #340375
2509 * tests/check/elements/adder.c: (adder_suite):
2510 Raise timeout to make buildbot happy
2512 2006-05-07 Stefan Kost <ensonic@users.sf.net>
2514 * gst/adder/gstadder.c: (gst_adder_sink_event),
2515 (gst_adder_request_new_pad), (gst_adder_change_state):
2516 * gst/adder/gstadder.h:
2517 * tests/check/Makefile.am:
2518 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
2519 (adder_suite), (main):
2520 Add sink-event handling to adder. It tries to merge incomming
2521 newsegment-events. Added test to check if segment_done is comming
2522 through. Fixes #340060
2524 2006-05-05 Andy Wingo <wingo@pobox.com>
2526 * ext/theora/theoraparse.c (gst_theora_parse_init)
2527 (theora_parse_src_convert, theora_parse_src_query):
2528 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
2529 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
2530 query functions on the source pads of the theora and vorbis parse
2531 elements. Fixes position querying when doing a remux.
2533 2006-05-05 Michael Smith <msmith@fluendo.com>
2535 * ext/theora/theoraparse.c: (parse_granulepos),
2536 (theora_parse_drain_queue_prematurely),
2537 (theora_parse_queue_buffer), (theora_parse_sink_event):
2539 Fix invalid granulepos outputs when starting with a non-keyframe.
2541 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
2543 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
2544 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
2545 Rearrange MPEG system stream detection, fixing some memleaks in the
2547 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
2548 they clean up their data correctly.
2549 Remove unused ogganx caps and move the 'is_annodex' check to inside
2550 the 'is_ogg' if statement.
2552 2006-05-05 Wim Taymans <wim@fluendo.com>
2554 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
2555 Properly remove ghostpads. Fixes #340392
2557 2006-05-04 David Schleef <ds@schleef.org>
2559 * gst/typefind/gsttypefindfunctions.c:
2561 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
2563 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2564 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
2566 When typefinding an MP3 in push-based mode, don't penalise the
2567 probability down to 74% when we found 5 valid frames just because we
2568 can't peek the end of the file.
2570 Make the probability for detecting MPEG Transport Streams based on the
2571 number of sequential headers we successfully detected.
2573 2006-05-03 Wim Taymans <wim@fluendo.com>
2575 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2576 (vorbis_dec_push), (vorbis_dec_chain):
2577 Still produce an error when we receive an empty packet.
2579 2006-05-03 Wim Taymans <wim@fluendo.com>
2581 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
2582 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
2583 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
2584 Mark buffers with DISCONT after seek and after activating new
2587 * ext/theora/gsttheoradec.h:
2588 * ext/theora/theoradec.c: (gst_theora_dec_reset),
2589 (theora_get_query_types), (theora_dec_sink_event),
2590 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
2591 (theora_dec_change_state):
2593 Detect and mark DISCONT buffers.
2595 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2596 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
2597 (vorbis_dec_change_state):
2598 * ext/vorbis/vorbisdec.h:
2600 Detect and mark DISCONT buffers.
2601 Don't crash on 0 sized buffers.
2603 2006-05-03 Wim Taymans <wim@fluendo.com>
2605 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
2606 (volume_transform_ip):
2607 Increase "volume" property to 10.0. Fixes #340369.
2608 Set the process function to NULL when capsnego fails so that
2609 we properly error out.
2611 2006-05-02 Stefan Kost <ensonic@users.sf.net>
2613 * gst/playback/gstplaybin.c: (add_sink):
2614 * gst/playback/test.c: (main):
2615 * gst/playback/test5.c: (dump_element_stats):
2616 * gst/playback/test6.c: (main):
2617 free cpas using gst_caps_unref, don't leak caps-strings
2619 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
2621 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2623 Refine musepack typefinding a bit. Return MAXIMUM
2624 probability when we detect stream version 7 to make
2625 sure the mpeg audio typefinder doesn't trump us.
2627 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
2629 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2630 Protect against unexpected NULL strf_data buffer.
2632 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
2634 * tests/check/elements/audioconvert.c: (verify_convert),
2636 interpret the out[] buffer in the order the bytes are actually
2637 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
2638 Other tests should use BYTE_ORDER since the array is filled in
2641 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
2643 * tests/check/elements/audioconvert.c: (verify_convert),
2645 when a test fails, give an indication of which it is
2647 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
2649 * gst-libs/gst/cdda/gstcddabasesrc.c:
2650 compile fix; strtol() needs <stdlib.h>
2652 2006-04-28 Stefan Kost <ensonic@users.sf.net>
2654 * ext/alsa/gstalsamixerelement.c:
2655 * ext/alsa/gstalsasrc.c:
2656 * ext/cdparanoia/gstcdparanoiasrc.c:
2657 * ext/gnomevfs/gstgnomevfssink.c:
2658 * ext/gnomevfs/gstgnomevfssrc.c:
2659 * ext/ogg/gstoggdemux.c:
2660 * ext/ogg/gstoggmux.c:
2661 * ext/ogg/gstoggparse.c:
2662 * ext/ogg/gstogmparse.c:
2663 * ext/pango/gstclockoverlay.c:
2664 * ext/pango/gsttextoverlay.c:
2665 * ext/pango/gsttextrender.c:
2666 * ext/pango/gsttimeoverlay.c:
2667 * ext/theora/theoradec.c:
2668 * ext/theora/theoraenc.c:
2669 * ext/vorbis/vorbisdec.c:
2670 * ext/vorbis/vorbisenc.c:
2671 * gst-libs/gst/audio/gstaudiofilter.c:
2672 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2673 * gst/audioconvert/gstaudioconvert.c:
2674 * gst/audiorate/gstaudiorate.c:
2675 * gst/audioresample/gstaudioresample.c:
2676 * gst/audiotestsrc/gstaudiotestsrc.c:
2677 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2678 * gst/playback/gstdecodebin.c:
2679 * gst/playback/gstplaybin.c:
2680 * gst/playback/gststreamselector.c:
2681 * gst/subparse/gstsubparse.c:
2682 * gst/tcp/gstmultifdsink.c:
2683 * gst/tcp/gsttcpclientsink.c:
2684 * gst/tcp/gsttcpclientsrc.c:
2685 * gst/tcp/gsttcpserversink.c:
2686 * gst/tcp/gsttcpserversrc.c:
2687 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2688 * gst/videorate/gstvideorate.c:
2689 * gst/videoscale/gstvideoscale.c:
2690 * gst/videotestsrc/gstvideotestsrc.c:
2691 * gst/volume/gstvolume.c:
2692 * sys/v4l/gstv4ljpegsrc.c:
2693 * sys/v4l/gstv4lmjpegsink.c:
2694 * sys/v4l/gstv4lmjpegsrc.c:
2695 * sys/v4l/gstv4lsrc.c:
2696 * sys/ximage/ximagesink.c:
2697 * sys/xvimage/xvimagesink.c:
2698 * tests/check/libs/cddabasesrc.c:
2699 make GstElementDetails const
2701 2006-04-28 Stefan Kost <ensonic@users.sf.net>
2703 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2705 send events from src-pad to all sink-pads fixes #338657
2707 2006-04-28 Stefan Kost <ensonic@users.sf.net>
2709 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
2710 (alsasink_parse_spec):
2711 query width capabilities from alsa, fixes #338919
2713 2006-04-28 Wim Taymans <wim@fluendo.com>
2715 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2716 (gst_multi_fd_sink_remove_client_link):
2717 * gst/tcp/gstmultifdsink.h:
2718 Fix race condition in multifdsink that can lead to spurious
2719 duplicate clients. this patch adds a new signal that is fired when
2720 multifdsink has removed all references to the fd.
2722 Updated documentation.
2723 API: client-fd-removed signal added
2725 2006-04-28 Michael Smith <msmith@fluendo.com>
2727 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
2728 When asking g_value_array_new to prealloc elements, we may as well
2729 ask for the right number of elements.
2731 2006-04-28 Wim Taymans <wim@fluendo.com>
2733 * gst-libs/gst/audio/gstbaseaudiosink.c:
2734 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
2735 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2736 patch to make timestamp checking more tollerant to rounding
2737 errors given that real discontinuities are to be marked on
2738 buffers. Fixes some asf files and #338778.
2739 Also avoid some crashers when we receive an event in the
2742 2006-04-28 Michael Smith <msmith@fluendo.com>
2744 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
2745 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2746 (gst_gnome_vfs_src_get_property),
2747 (gst_gnome_vfs_src_send_additional_headers_callback),
2748 (gst_gnome_vfs_src_received_headers_callback),
2749 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
2750 (gst_gnome_vfs_src_stop):
2751 * ext/gnomevfs/gstgnomevfssrc.h:
2752 Remove ICY handling (mostly) from gnomevfssrc, in favour of
2753 proper shared support within icydemux.
2755 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
2757 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2758 (gst_video_rate_swap_prev), (gst_video_rate_chain):
2760 fix a leak when no caps negotiated
2761 fix counting of input frames
2762 * tests/check/elements/.cvsignore:
2763 * tests/check/elements/videorate.c: (assert_videorate_stats),
2764 (GST_START_TEST), (videorate_suite):
2767 2006-04-28 Wim Taymans <wim@fluendo.com>
2769 * gst-libs/gst/audio/gstringbuffer.c:
2770 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
2771 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
2772 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2773 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2774 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2775 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2776 (gst_ring_buffer_commit), (gst_ring_buffer_read),
2777 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
2778 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
2779 Check arguments passed to public functions instead of
2782 2006-04-28 Wim Taymans <wim@fluendo.com>
2784 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2785 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2786 GstBaseAudioSrc must be live or it does not work.
2788 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
2789 Don't set live to TRUE as this is the default in the parentclass.
2791 2006-04-28 Wim Taymans <wim@fluendo.com>
2793 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
2794 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
2795 Videoscale doesn't pass on pixel-aspect ratio. Handle all
2796 fixation cases better. Fixes #338991
2798 2006-04-28 Wim Taymans <wim@fluendo.com>
2800 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2801 Handle 0/1 framerate correctly Fixes #331901.
2803 2006-04-28 Wim Taymans <wim@fluendo.com>
2805 * tests/check/elements/audioconvert.c: (get_float_caps),
2806 (GST_START_TEST), (audioconvert_suite):
2807 Added check for correct clipping when doing float samples
2810 2006-04-28 Wim Taymans <wim@fluendo.com>
2812 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
2813 (gst_video_rate_chain):
2814 Print more debugging info.
2816 2006-04-28 Wim Taymans <wim@fluendo.com>
2818 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2819 (resample_set_state_from_caps):
2820 Add support for other formats audioresample can handle such as
2821 32 bits in and float and 64 bits float. Fixes #301759
2823 2006-04-28 Wim Taymans <wim@fluendo.com>
2825 * gst/audioconvert/audioconvert.c: (float):
2826 correctly clip float samples > 1.0. Fixes #338718
2828 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
2830 Patch by: Young-Ho Cha <ganadist at chollian net>
2832 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2833 (gst_text_overlay_render_text):
2834 Don't strip newlines from the text. Also, center lines
2835 within multi-line paragraphs (#339405).
2837 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
2839 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
2840 Fix wavpack typefinding to work in more cases (don't peek
2841 for chunks of multiple hundred kBs at once, but process
2842 things step-by-step in smaller units). Fixes #339786.
2844 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
2849 === release 0.10.6 ===
2851 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
2854 releasing 0.10.6, "Chao"
2856 2006-04-26 David Schleef <ds@schleef.org>
2858 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
2861 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
2864 * win32/common/config.h:
2867 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
2869 patch by: Wim Taymans
2871 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2872 (gst_ogg_demux_perform_seek):
2873 make sure correct newsegments are sent, so that the decoder
2874 and the demuxer agree on timestamps. Fixes playback of a lot
2875 of Ogg files that do not start from 0. Fixes #339833.
2877 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
2879 Patch by: Edward Hervey <edward@fluendo.com>
2881 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2882 * tests/check/Makefile.am:
2883 * tests/check/elements/videorate.c: (assert_videorate_stats),
2884 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
2885 (videorate_suite), (main):
2886 Fix an infinite loop if frames are passed in with wrongly ordered
2887 timestamps. Fixes #339013.
2889 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
2891 Patch by: Tim-Philipp Müller <tim at centricular dot net>
2893 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2894 fix typefinding on some ISO files. Fixes #339212.
2896 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
2898 Patch by: Tim-Philipp Müller <tim at centricular dot net>
2900 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2901 add another H264 fourcc. Fixes #339047.
2903 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
2905 Patch by: Jan Schmidt
2907 * gst/playback/gststreamselector.c:
2908 (gst_stream_selector_bufferalloc):
2909 Restore old StreamSelector behaviour.
2912 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
2915 * win32/common/config.h:
2918 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
2920 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2922 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2923 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
2924 Fix some memory leaks: on finalize, free buffers left in the queue
2925 before destroying the queue; in _push(), unref rtp_buf even if
2926 the process vfunc returned a NULL buffer as output buffer (#337548);
2927 demote some recuring debug messages to LOG level.
2929 2006-04-11 Wim Taymans <wim@fluendo.com>
2931 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2932 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2933 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
2934 (gst_ogg_demux_loop):
2936 Respect segment stop when emiting EOS or SEGMENT_DONE.
2939 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
2941 * gst/playback/gststreamselector.c:
2942 (gst_stream_selector_get_property):
2943 Don't leak pad name.
2945 2006-04-10 Michael Smith <msmith@fluendo.com>
2947 * tests/check/Makefile.am:
2948 * tests/check/gst-plugins-base.supp:
2949 Suppress an old libtheora bug (fixed in more recent versions), so
2950 that FC4 buildslaves can pass.
2952 2006-04-10 Wim Taymans <wim@fluendo.com>
2954 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2955 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
2956 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
2957 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
2958 (gst_ogg_demux_loop):
2960 Remember what error we got when finding chains, if we
2961 were shutdown, that would not be an error.
2963 2006-04-10 Wim Taymans <wim@fluendo.com>
2965 * gst-libs/gst/audio/gstbaseaudiosink.c:
2966 (gst_base_audio_sink_event):
2967 Starting the ringbuffer when we did not acquire it can cause
2968 a deadlock, is pointless and causes nasty things for
2970 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
2972 2006-04-10 Wim Taymans <wim@fluendo.com>
2974 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2975 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
2976 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2977 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
2978 (gst_ogg_demux_deactivate_current_chain),
2979 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2980 (gst_ogg_demux_bisect_forward_serialno),
2981 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
2982 Add some more debugging.
2984 2006-04-10 Wim Taymans <wim@fluendo.com>
2986 * ext/theora/theoradec.c: (theora_dec_src_event),
2987 (theora_handle_data_packet):
2988 Some more debug info.
2990 * tests/examples/seek/seek.c: (start_seek), (main):
2991 Print element messages too.
2993 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
2995 * gst/audioresample/debug.h:
2996 replace debug macros with variable number of parameters
2997 by a simple alias to gstreamer standard debug macros
2998 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
2999 supported by MSVC 6.0 and 7.1)
3000 * gst/audioresample/resample.h:
3001 define M_PI and rint for WIN32
3002 * win32/common/libgstaudio.def:
3003 * win32/common/libgstriff.def:
3004 * win32/common/libgsttag.def:
3005 * win32/common/libgstvideo.def:
3006 add new exported functions
3008 update project files
3010 2006-04-08 Stefan Kost <ensonic@users.sf.net>
3012 * ext/alsa/gstalsamixeroptions.c:
3013 (gst_alsa_mixer_options_class_init):
3014 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
3015 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
3016 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3017 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
3018 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
3019 * gst-libs/gst/audio/gstaudiofilter.c:
3020 (gst_audio_filter_class_init):
3021 * gst-libs/gst/audio/gstaudiosink.c:
3022 (gst_audioringbuffer_class_init):
3023 * gst-libs/gst/audio/gstaudiosrc.c:
3024 (gst_audioringbuffer_class_init):
3025 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
3026 * gst-libs/gst/interfaces/colorbalancechannel.c:
3027 (gst_color_balance_channel_class_init):
3028 * gst-libs/gst/interfaces/mixeroptions.c:
3029 (gst_mixer_options_class_init):
3030 * gst-libs/gst/interfaces/mixertrack.c:
3031 (gst_mixer_track_class_init):
3032 * gst-libs/gst/interfaces/tunerchannel.c:
3033 (gst_tuner_channel_class_init):
3034 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
3035 * gst-libs/gst/netbuffer/gstnetbuffer.c:
3036 (gst_netbuffer_class_init):
3037 * gst-libs/gst/rtp/gstbasertppayload.c:
3038 (gst_basertppayload_class_init):
3039 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3040 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
3041 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3042 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3043 * gst/playback/gststreamselector.c:
3044 (gst_stream_selector_class_init):
3045 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3046 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3047 * sys/v4l/gstv4lcolorbalance.c:
3048 (gst_v4l_color_balance_channel_class_init):
3049 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
3050 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3051 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3052 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
3053 (gst_v4l_tuner_norm_class_init):
3054 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3055 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3056 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
3057 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
3059 2006-04-08 Stefan Kost <ensonic@users.sf.net>
3061 * ext/pango/gsttextrender.h:
3062 * gst-libs/gst/audio/gstaudiosink.h:
3063 * gst-libs/gst/audio/gstaudiosrc.h:
3064 * gst-libs/gst/audio/gstbaseaudiosink.h:
3065 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3066 * gst-libs/gst/audio/gstringbuffer.h:
3067 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3068 * gst-libs/gst/rtp/gstbasertppayload.h:
3069 * gst-libs/gst/video/gstvideofilter.h:
3070 * gst-libs/gst/video/gstvideosink.h:
3071 * gst/playback/gstplaybasebin.h:
3072 * gst/tcp/gstmultifdsink.h:
3073 * sys/v4l/gstv4lelement.h:
3074 Fix broken GObject macros
3076 2006-04-08 Stefan Kost <ensonic@users.sf.net>
3078 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
3079 More debug to trace why my USB headset is not working with gst
3081 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
3083 * gst/playback/gstplaybasebin.c: (group_destroy):
3084 Clean up our group elements properly in the case where it never
3085 got committed - it still got added unconditionally to the bin.
3087 2006-04-07 Wim Taymans <wim@fluendo.com>
3089 * ext/theora/theoradec.c: (theora_dec_sink_event),
3090 (theora_handle_data_packet), (theora_dec_chain):
3091 Unref unhandled events.
3092 Protect against empty buffers.
3093 Perform QoS on running time.
3095 2006-04-07 Michael Smith <msmith@fluendo.com>
3097 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
3098 (gst_vorbis_enc_chain):
3099 Remove leaks from vorbisenc.
3100 Mostly minor changes, the only significant one is that now the
3101 buffers we set as 'streamheader' on the caps are copies of the
3102 original buffers, to avoid circular refcounting problems.
3104 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
3106 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
3107 Don't remove our mute-probe if someone else already did so.
3108 Don't set a 2nd one if there is already one pending on the pad.
3110 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
3112 When a seek fails, ensure that playbin is still set back to playing.
3114 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
3115 (mpeg_ts_type_find), (plugin_init):
3116 Add a typefind function for mpeg-ts streams. (Closes: #336617)
3118 2006-04-06 Andy Wingo <wingo@pobox.com>
3120 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
3121 (gst_video_rate_init): Caps-related parameters should not be reset
3122 by a flush -- move their inits to the instance init function.
3123 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
3124 is not OK, just return the result.
3126 * gst/audiotestsrc/gstaudiotestsrc.c
3127 (gst_audio_test_src_class_init)
3128 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
3129 broken by Stefan's commit on 24 March.
3131 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
3132 buffers being pushed out. Fixes oggmux ! multifdsink.
3134 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
3136 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
3137 (gst_vorbis_dec_init), (vorbis_dec_finalize):
3138 * ext/vorbis/vorbisdec.h:
3139 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
3140 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
3141 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
3142 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
3143 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
3144 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
3145 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
3146 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
3147 (gst_vorbis_enc_buffer_from_packet),
3148 (gst_vorbis_enc_buffer_from_header_packet),
3149 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
3150 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
3151 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
3152 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
3153 (gst_vorbis_enc_change_state):
3154 * ext/vorbis/vorbisenc.h:
3155 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
3156 vorbisenc adhere to the official nomenclature; use boilerplate
3159 2006-04-04 Andy Wingo <wingo@pobox.com>
3161 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
3162 Whoops, fix bug introduced. Bad hacker!
3164 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
3165 Properly handle the case where you get EOS before any buffers are
3166 received. Use gst_buffer_make_metadata_writable where appropriate.
3168 * ext/theora/theoradec.c (theora_handle_data_packet): This value
3169 is often negative -- make it signed so as not to wrap around.
3170 Fixes segfaults introduced on 9 March.
3172 2006-04-03 Wim Taymans <wim@fluendo.com>
3174 * ext/theora/gsttheoradec.h:
3175 * ext/theora/theoradec.c: (theora_dec_src_event):
3176 Don't try to store a gdouble in a gboolean.
3179 2006-04-03 Michael Smith <msmith@fluendo.com>
3181 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
3183 Make it suck slightly less by writing out the final page.
3184 Still can't encode a vorbis-in-ogg file correctly, though.
3186 2006-04-03 Andy Wingo <wingo@pobox.com>
3188 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
3191 * ext/theora/theora.c (plugin_init): Register theoraparse.
3193 * ext/theora/gsttheoraparse.h:
3194 * ext/theora/theoraparse.c: New files implementing a theora
3195 parser. Now we can properly remux ogg/theora+vorbis, yay.
3197 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
3199 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
3201 * gst/audiotestsrc/gstaudiotestsrc.c:
3202 Fixed the sample pipeline (see #323798)
3204 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
3207 * win32/common/config.h:
3208 * win32/common/config.h.in:
3209 use AS_VERSION and AS_NANO
3212 2006-03-31 Andy Wingo <wingo@pobox.com>
3214 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
3215 uninitialized variable return that would happen.
3217 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
3218 uninitialized variable return that would never happen.
3220 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
3221 (vorbis_parse_sink_event): Add an event function to flush our
3222 state on a seek, and to drain buffers on a premature EOS.
3223 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3224 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
3225 (vorbis_parse_chain, vorbis_parse_queue_buffer)
3226 (vorbis_parse_drain_queue): Queue up buffers until we can set
3227 their timestamps and granulepos values.
3229 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
3230 and keep track of data needed for deriving granulepos and
3231 timestamps for buffers.
3233 2006-03-29 Wim Taymans <wim@fluendo.com>
3235 Patch by: j^ <j at bootlab dot org>
3237 * ext/alsa/gstalsamixerelement.c:
3238 (gst_alsa_mixer_element_class_init):
3239 * ext/alsa/gstalsasink.c:
3240 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3241 * ext/ogg/gstoggdemux.c:
3242 * ext/ogg/gstoggmux.c:
3243 * ext/ogg/gstoggparse.c:
3244 * ext/pango/gstclockoverlay.c:
3245 * ext/pango/gsttextoverlay.c:
3246 * ext/pango/gsttextrender.c:
3247 * ext/pango/gsttimeoverlay.c:
3248 * ext/theora/theoradec.c:
3249 * ext/theora/theoraenc.c:
3250 * ext/vorbis/vorbisdec.c:
3251 * ext/vorbis/vorbisenc.c:
3252 * gst/audioconvert/gstaudioconvert.c:
3253 * gst/subparse/gstsubparse.c:
3254 * gst/tcp/gstmultifdsink.c:
3255 * gst/tcp/gsttcpclientsink.c:
3256 * gst/tcp/gsttcpclientsrc.c:
3257 * gst/tcp/gsttcpserversink.c:
3258 * gst/tcp/gsttcpserversrc.c:
3259 better/unified long descriptions
3262 2006-03-29 Wim Taymans <wim@fluendo.com>
3264 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
3266 Don't let double and triple clicks mess up our state.
3268 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
3270 * gst/playback/gstplaybin.c: (gen_video_element),
3271 (gen_text_element), (gen_audio_element), (gen_vis_element):
3272 Error out gracefully when we can't create any of the usual
3273 conversion elements for some reason. Also, don't try to
3274 create an audioscale (sic) element that's not used anyway.
3276 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
3278 * gst/playback/gstplaybasebin.c: (setup_source):
3279 Don't post RESOURCE_NOT_FOUND error when we can't find a source
3280 element for a particular protocol, that's confusing for users.
3281 Instead, post a RESOURCE_FAILED error, so that our own error
3282 message is actually shown in totem etc. (#336303).
3284 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
3286 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3288 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
3289 (gst_gnome_vfs_src_get_icy_metadata):
3290 Fix some minor memory leaks (#336194).
3292 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
3294 * ext/gnomevfs/gstgnomevfs.c:
3295 (gst_gnome_vfs_location_to_uri_string):
3296 * ext/gnomevfs/gstgnomevfs.h:
3297 * ext/gnomevfs/gstgnomevfssink.c:
3298 (gst_gnome_vfs_sink_set_property):
3299 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
3300 Make gnomevfssink accept filenames as well as URIs for the
3301 "location" property, just like gnomevfssrc does (and
3302 filesrc/filesink do) (#336190).
3304 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
3306 * tests/check/generic/clock-selection.c: (GST_START_TEST):
3307 set to NULL before unreffing, fixes a valgrind leak.
3308 Why was this not triggering the error that an object needs to
3309 be NULL before unreffing ?
3310 * win32/common/config.h:
3313 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
3315 * gst/subparse/gstsubparse.c: (convert_encoding),
3316 (gst_sub_parse_change_state):
3317 * gst/subparse/gstsubparse.h:
3318 Text subtitle files may or may not be UTF-8. If it's not, we
3319 don't really want to see '?' characters in place of non-ASCII
3320 characters like accented characters. So let's assume the input
3321 is UTF-8 until we come across text that is clearly not. If it's
3322 not UTF-8, we don't really know what it is, so try the following:
3323 (a) see whether the GST_SUBTITLE_ENCODING environment variable
3324 is set; if not, check (b) if the current locale encoding is
3325 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
3326 the current locale encoding is UTF-8 and the environment variable
3327 was not set to any particular encoding. Not perfect, but better
3328 than nothing (and better than before, I think) (fixes #172848).
3330 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
3333 update core requirement to 0.10.4.1 because of async_playback
3334 vmethod on GstBaseSink
3336 2006-03-24 Stefan Kost <ensonic@users.sf.net>
3338 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
3339 * gst/adder/gstadder.c: (gst_adder_init):
3340 use DEBUG_FUNCPTR for collectpads
3342 2006-03-24 Stefan Kost <ensonic@users.sf.net>
3344 * docs/plugins/Makefile.am:
3345 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3346 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3347 * ext/cdparanoia/gstcdparanoiasrc.c:
3348 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
3349 (gst_gnome_vfs_sink_class_init):
3350 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
3351 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
3352 * ext/ogg/gstoggmux.c:
3353 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
3354 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3355 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
3356 * ext/pango/gsttextoverlay.c:
3357 * ext/pango/gsttextrender.c:
3358 * ext/theora/theoradec.c:
3359 * ext/theora/theoraenc.c:
3360 * ext/vorbis/vorbisdec.c:
3361 * ext/vorbis/vorbisenc.c:
3362 * gst-libs/gst/audio/gstaudiofilter.c:
3363 (gst_audio_filter_base_init):
3364 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3365 (gst_audio_filter_template_base_init):
3366 * gst/adder/gstadder.c: (gst_adder_get_type):
3367 * gst/adder/gstadder.h:
3368 * gst/audioconvert/gstaudioconvert.c:
3369 * gst/audiotestsrc/gstaudiotestsrc.c:
3370 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
3371 (gst_audio_test_src_create):
3372 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3373 * gst/playback/gstdecodebin.c:
3374 * gst/playback/gstplaybin.c:
3375 * gst/playback/gststreamselector.c:
3376 (gst_stream_selector_base_init):
3377 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
3378 * gst/volume/gstvolume.c:
3379 * sys/v4l/gstv4lmjpegsink.c:
3380 * sys/v4l/gstv4lmjpegsrc.c:
3381 * tests/check/libs/cddabasesrc.c:
3382 * tests/old/examples/gob/gst-identity2.gob:
3383 Add docs for adder, use GST_ELEMENT_DETAILS macro,
3384 define GstElementDetails at the top
3386 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
3388 * win32/common/libgstinterfaces.def:
3389 Add a lot of export functions for gst-python
3390 * win32/vs6/libgstinterfaces.dsp:
3391 Add a missing include folder in the project configuration
3393 2006-03-23 Wim Taymans <wim@fluendo.com>
3395 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3396 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
3397 (gst_base_audio_src_change_state):
3398 Fix audio sources, forgot to make the ringbuffer
3401 2006-03-23 Wim Taymans <wim@fluendo.com>
3403 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3404 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
3405 (gst_base_audio_src_change_state):
3406 unparent instead of unref the ringbuffer.
3408 2006-03-23 Wim Taymans <wim@fluendo.com>
3410 * gst-libs/gst/audio/gstbaseaudiosink.c:
3411 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
3412 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
3413 Implement new async_play vmethod to start slaving and allow
3414 playback start in case of async PLAY state changes.
3416 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
3417 Enable QoS with new method in base class.
3419 2006-03-23 Wim Taymans <wim@fluendo.com>
3421 Patch by: Julien MOUTTE <julien at moutte dot net>
3423 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
3424 (gst_video_test_src_do_seek), (gst_video_test_src_create):
3425 Partially handle 0 framerate, only EOS after the first frame
3428 2006-03-23 Wim Taymans <wim@fluendo.com>
3430 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
3432 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3433 (gst_riff_create_video_template_caps):
3434 * gst/ffmpegcolorspace/avcodec.h:
3435 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3436 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3437 (gst_ffmpegcsp_avpicture_fill):
3438 * gst/ffmpegcolorspace/imgconvert.c:
3439 Patch for support of YVU9 AVI files (#334822)
3441 2006-03-22 Edward Hervey <edward@fluendo.com>
3443 * docs/design/design-decodebin.txt:
3444 Added design document for new decodebin
3445 (Target Caps): text/x-pango-markup is also a default target caps.
3447 2006-03-22 Wim Taymans <wim@fluendo.com>
3449 * gst-libs/gst/audio/gstbaseaudiosink.c:
3450 (gst_base_audio_sink_dispose):
3451 Since we _parent the ringbuffer, we also need to
3452 _unparent instead of a plain _unref.
3454 2006-03-22 Wim Taymans <wim@fluendo.com>
3456 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
3457 (stop_seek), (scrub_toggle_cb), (main):
3460 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
3462 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
3463 (gst_ogg_parse_chain):
3464 Fix very inefficient usage of linked lists (#335365).
3466 2006-03-21 Edward Hervey <edward@fluendo.com>
3468 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3469 * gst/playback/gstplaybin.c: (handoff):
3470 * gst/playback/gststreamselector.c:
3471 (gst_stream_selector_set_property):
3472 gcc 4.1 unreferenced pointer fixes.
3473 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
3474 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3475 gst_buffer_ref() now takes a GstBuffer*.
3477 2006-03-20 Julien MOUTTE <julien@moutte.net>
3479 * sys/xvimage/xvimagesink.c:
3480 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
3483 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
3485 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
3486 (id3v1_type_find), (apetag_type_find), (plugin_init):
3487 Can't do tag preferences via probability, as tags would then
3488 lose against types that are recognised with MAXIMUM probability
3489 (like .wav); so let all tag typefinders return MAXIMUM themselves
3490 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
3491 that we can prefer APE to ID3v1 (fixes #335028).
3493 2006-03-17 Wim Taymans <wim@fluendo.com>
3495 * gst-libs/gst/audio/gstbaseaudiosink.c:
3496 (gst_base_audio_sink_change_state):
3497 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
3498 (gst_ring_buffer_may_start):
3499 * gst-libs/gst/audio/gstringbuffer.h:
3500 Only start playback if we are playing.
3503 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
3505 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
3506 * win32/common/config.h:
3507 Revert accidental commits to these files.
3509 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
3511 Patch by: Michal Benes <michal dot benes at xeris dot cz>
3513 * tests/Makefile.am:
3514 Don't try to build tests in tests/icles if we
3515 don't have X (#323852)
3517 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
3519 * gst-libs/gst/tag/gstid3tag.c:
3520 Add TXXX frame identifiers for replaygain stuff as used
3521 by some taggers (see #323721).
3523 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
3525 * gst/playback/gststreamselector.c:
3526 (gst_stream_selector_set_property),
3527 (gst_stream_selector_bufferalloc):
3528 Preserve the existing buggy streamselector behaviour by performing
3529 a fallback buffer allocation when downstream isn't linked yet.
3530 This should really be fixed in playbin by blocking pads until it's
3532 Also, use gst_pad_alloc_buffer instead of
3533 gst_pad_alloc_buffer_and_set.
3535 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
3537 * gst-libs/gst/tag/gstid3tag.c:
3538 Don't crash on unknown ID3v2 TXXX frames.
3540 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
3542 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
3543 Chain up to the parent finalize method.
3544 Add 32-bit sample size to the template caps.
3546 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3547 (gst_riff_create_video_template_caps):
3548 Add the fourcc that the VMWare codec uses.
3550 * gst/playback/gststreamselector.c:
3551 (gst_stream_selector_set_property),
3552 (gst_stream_selector_bufferalloc),
3553 (gst_stream_selector_request_new_pad):
3554 For the active pad, forward buffer-alloc requests, otherwise
3555 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
3556 having to memcpy every frame when used by playbin.
3558 * gst/tcp/gstmultifdsink.c:
3559 (gst_multi_fd_sink_handle_client_write):
3560 Get negotiated caps from the sink pad, rather than the sink
3563 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
3565 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3567 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
3568 Don't forget to set src->callbacks_pushed to FALSE again when
3569 popping them, otherwise re-activation in a different mode won't
3572 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
3574 Patch by: Sebastien Moutte <sebastien moutte net>
3576 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
3577 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
3578 (gst_ffmpeg_smpfmt_to_caps):
3579 Replace __VA_ARGS__ caps creation macros with varargs functions.
3580 Makes things compile on MSVC (#320765), looks nicer, and we can
3581 tell the compiler to check for the NULL terminator.
3583 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
3585 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
3587 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3588 Make sure the buffer we copy into is really always big
3589 enough, this time for real (#333488).
3591 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
3593 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3594 Add support for 24bpp DIB (#305279).
3596 2006-03-14 Wim Taymans <wim@fluendo.com>
3598 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
3599 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
3600 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
3601 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3602 (gst_video_scale_init), (gst_video_scale_src_event):
3603 Re-enable QoS after the release.
3604 Rework videoscale to use the base class src_event handler.
3606 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
3611 === release 0.10.5 ===
3613 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
3616 releasing 0.10.5, "Net"
3618 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
3620 * docs/plugins/Makefile.am:
3621 Part of previous cdparanoiasrc docs fixes, forgot to commit.
3623 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
3625 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3626 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3627 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3628 Add cdparanoiasrc to docs.
3630 * gst-libs/gst/cdda/gstcddabasesrc.c:
3631 More GstCddaBaseSrc docs.
3633 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
3635 * docs/libs/gst-plugins-base-libs-sections.txt:
3636 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
3637 * gst-libs/gst/tag/tag.h:
3638 API: libgsttag: new method gst_tag_from_id3_user_tag().
3640 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
3642 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3643 NULL-terminate array of mpeg4 video file extensions.
3644 Fixes crash on PPC (#334226).
3646 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
3648 * ext/gnomevfs/gstgnomevfssrc.c:
3649 (gst_gnome_vfs_src_check_get_range):
3650 gnome_vfs_uri_is_local() alone is not a good indicator
3651 whether we can operate in pull-mode with a specific URI,
3652 as it returns FALSE for file:// URIs that point to an
3653 NFS-mounted path. Be more conservative here: whitelist
3654 local files, blacklist http URIs and use the old
3655 mechanism for anything else (fixes #334216).
3657 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
3662 === release 0.10.4 ===
3664 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
3667 releasing 0.10.4, "Power"
3669 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
3671 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
3672 Disable max-lateness by setting it to -1 for now, so that
3673 we can bed QoS stuff in thoroughly between now and the next
3676 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
3678 Patch by: Fabrizio Gennari
3680 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3681 Make sure we don't read beyond the palette buffer in case of
3682 broken or manipulated files (#333488)
3684 2006-03-10 Edward Hervey <edward@fluendo.com>
3686 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
3687 Fix for variable not initialized.
3689 2006-03-09 Wim Taymans <wim@fluendo.com>
3691 * ext/libvisual/visual.c: (gst_visual_get_type),
3692 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
3696 * ext/theora/gsttheoradec.h:
3697 * ext/theora/theoradec.c: (gst_theora_dec_init),
3698 (gst_theora_dec_reset), (_theora_granule_time),
3699 (theora_dec_src_convert), (theora_dec_sink_convert),
3700 (theora_dec_src_query), (theora_dec_src_event),
3701 (theora_dec_sink_event), (theora_handle_comment_packet),
3702 (theora_handle_header_packet), (theora_dec_push),
3703 (theora_handle_data_packet), (theora_dec_chain),
3704 (theora_dec_change_state):
3707 2006-03-09 Wim Taymans <wim@fluendo.com>
3709 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3710 (audiocast_register_listener), (gst_gnome_vfs_src_start):
3713 2006-03-09 Wim Taymans <wim@fluendo.com>
3715 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
3716 Don't try to activate NULL chains.
3718 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
3720 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
3721 Fix invalid memory access to region before peek'd data (#332964).
3723 2006-03-09 Wim Taymans <wim@fluendo.com>
3725 Patch by: Christophe Fergeau
3727 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
3728 * ext/pango/gsttextrender.c: (gst_text_render_init):
3729 * gst/adder/gstadder.c: (gst_adder_init):
3730 Don't leak padtemplates, closes #333510.
3732 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
3734 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
3735 Fix invalid memory access: make sure string passed to
3736 regexec() is NUL-termianted.
3738 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
3740 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3742 Refactor mpeg/audio typefinding to make it more maintainable
3743 and easier to fine-tune. Make probing into middle of the file
3744 work properly (fixes #333900, also see #152688).
3746 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
3748 * gst/typefind/gsttypefindfunctions.c:
3749 (utf8_type_find_have_valid_utf8_at_offset):
3750 Remove part from previous commit that was bogus:
3751 g_utf8_validate() does in fact not accept embedded
3752 zeroes, so we don't need to check for those (thanks
3753 to Mike for the hint).
3755 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
3757 * gst/typefind/gsttypefindfunctions.c:
3758 (utf8_type_find_count_embedded_zeroes),
3759 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
3760 Make plain/text typefinder more conservative: firstly, check
3761 for embedded zeroes, which are perfectly valid UTF-8 characters,
3762 but also a fairly good sign that something is not a plain text
3763 file; secondly, probe into the middle of the file if possible.
3764 If we can't probe into the middle, limit the probability value
3765 to be returned to TYPE_FIND_POSSIBLE (see #333900).
3767 2006-03-08 Michael Smith <msmith@fluendo.com>
3769 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3770 Make typefind function name for mpeg4 video unique.
3772 2006-03-08 Wim Taymans <wim@fluendo.com>
3774 * ext/libvisual/visual.c: (gst_visual_init),
3775 (gst_visual_clear_actors), (gst_visual_dispose),
3776 (gst_visual_reset), (gst_visual_src_setcaps),
3777 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
3778 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
3779 (gst_visual_chain), (gst_visual_change_state):
3780 Cleanups, post nice errors.
3781 Handle sink and src events.
3782 Implement simple QoS.
3784 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
3785 Use new basesink methods to configure max-lateness.
3788 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3789 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
3790 Debug statement cleanups.
3792 * gst/volume/gstvolume.c: (gst_volume_class_init):
3795 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
3797 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3798 (gst_text_overlay_init), (gst_text_overlay_set_property),
3799 (gst_text_overlay_get_property):
3800 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
3801 as string type properties, but mark them deprecated. Add
3802 'halignment' and 'valignment' properties that use enums
3805 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
3807 Patch by: Fabrizio Gennari
3809 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3810 Allow palettes with less than 256 colours in AVI files
3813 2006-03-07 Julien MOUTTE <julien@moutte.net>
3815 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
3816 (gst_text_overlay_video_event): Fix wrong EOS handling on text
3817 pad. We were releasing the queued text buffer when we should keep
3818 it until video pad gets EOS or discard the text buffer because it's
3819 too old. That was eating the last subtitle buffer. Add some more
3822 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
3824 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
3825 (gst_text_overlay_video_chain):
3826 Fix invalid memory access (we can't access a buffer after it's been
3827 pushed downstream without taking a reference); fix memory leak (if
3828 there's no text to render, bail out before allocating stuff).
3830 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
3832 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3833 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
3834 * ext/pango/gsttextoverlay.h:
3835 If input is plain text, escape it before passing it to
3836 pango_layout_set_markup().
3838 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
3840 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
3841 Don't ignore flow return from gst_pad_push().
3843 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
3845 Patch by: Fabrizio Gennari
3847 * ext/libvisual/visual.c: (gst_visual_getcaps),
3848 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
3849 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
3850 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
3851 (gst_vorbisenc_convert_sink):
3852 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3853 (gst_audio_duration_from_pad_buffer):
3854 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
3855 (gst_audio_filter_chain):
3856 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3857 (gst_base_rtp_depayload_setcaps):
3858 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
3859 (gst_video_get_size):
3860 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
3861 Don't leak references returned by gst_pad_get_parent()
3864 2006-03-06 Stefan Kost <ensonic@users.sf.net>
3866 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3867 change location param details
3868 * gst/volume/gstvolume.c: (plugin_init):
3869 correct plugin description
3871 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
3873 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
3874 (gst_gnome_vfs_src_check_get_range):
3875 Override GstBaseSrc::check_get_range() in order to avoid opening
3876 the resource just to check whether we can operate in pull-mode or
3877 not - we can predict that pretty well from the URI alone. Should
3878 fix problems with last.fm (#331690). (Requires latest core CVS).
3880 2006-03-06 Wim Taymans <wim@fluendo.com>
3882 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3883 (gst_video_sink_class_init):
3884 Throw away frames that are later than 20 ms.
3886 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
3888 Patch by: Fabrizio Gennari
3890 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3891 Set depth on WMA caps (#333545)
3893 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
3895 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
3896 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3897 put Theora BOS pages before others. This hardcodes
3898 the Ogg/Theora I profile, but hey.
3900 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
3903 updated with some examples
3904 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
3905 (granulepos_add), (theora_buffer_from_packet):
3906 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
3907 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
3908 (gst_vorbisenc_chain):
3909 implement strategy from ext/ogg/README
3910 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
3911 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3912 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
3913 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
3914 Fix muxer so that oggz-validate is happy with all streams;
3915 except for no eos mark, and the BOS page ordering
3916 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
3917 (check_buffer_granulepos):
3918 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
3919 update tests to check for OFFSET being set as requested
3920 fixed type of granulepos, it's not a ClockTime
3922 2006-03-05 Julien MOUTTE <julien@moutte.net>
3924 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3925 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
3926 Check that the xvimage we are creating has a correct size
3927 before returning it. (#314897)
3929 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
3931 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3932 Give id3 and ape tag typefinders a rank slightly higher
3933 than PRIMARY to ensure they're always run before any of
3934 the other typefinders (in particular wav and mp3) (#324186).
3936 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
3938 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3939 Add support for '3IVD' fourcc (#333403).
3941 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
3944 Bump requirements to GStreamer CVS for the new error enum.
3946 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
3947 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
3948 space left on the device (fixes #333352).
3950 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
3953 add a project file for libgstvolume
3954 update the workspace
3956 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
3958 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3959 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
3961 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
3962 Set IN_CAPS on header buffers
3964 2006-03-02 Wim Taymans <wim@fluendo.com>
3966 * docs/plugins/Makefile.am:
3967 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3968 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3969 Add audioresample to docs.
3971 * gst/audioconvert/gstaudioconvert.c:
3974 * gst/audioresample/gstaudioresample.c:
3975 (gst_audioresample_base_init), (gst_audioresample_class_init),
3976 (gst_audioresample_init), (gst_audioresample_dispose),
3977 (audioresample_get_unit_size), (audioresample_transform_caps),
3978 (resample_set_state_from_caps), (audioresample_transform_size),
3979 (audioresample_set_caps), (audioresample_event),
3980 (audioresample_do_output), (audioresample_transform),
3981 (audioresample_pushthrough), (gst_audioresample_set_property),
3982 (gst_audioresample_get_property), (plugin_init):
3983 * gst/audioresample/gstaudioresample.h:
3985 Small code cleanups.
3987 2006-03-02 Wim Taymans <wim@fluendo.com>
3989 * docs/plugins/Makefile.am:
3990 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3991 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3992 Added videoscale to docs.
3994 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3995 (gst_video_rate_swap_prev), (gst_video_rate_event),
3996 (gst_video_rate_chain):
3999 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4000 (gst_video_scale_init), (gst_video_scale_prepare_size),
4001 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4002 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
4003 * gst/videoscale/gstvideoscale.h:
4004 Added docs, examples.
4006 Post errors instead of g_warning.
4008 2006-03-02 Wim Taymans <wim@fluendo.com>
4010 * docs/libs/gst-plugins-base-libs-docs.sgml:
4011 * docs/libs/gst-plugins-base-libs-sections.txt:
4012 * docs/libs/gst-plugins-base-libs.types:
4013 * docs/plugins/Makefile.am:
4014 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4015 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4016 Added some more docs to libs and plugins.
4018 * gst-libs/gst/audio/gstringbuffer.c:
4019 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
4020 * gst-libs/gst/audio/gstringbuffer.h:
4021 Document ringbuffer some more.
4023 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
4024 (gst_video_rate_setcaps), (gst_video_rate_reset),
4025 (gst_video_rate_init), (gst_video_rate_flush_prev),
4026 (gst_video_rate_swap_prev), (gst_video_rate_event),
4027 (gst_video_rate_chain), (gst_video_rate_change_state):
4028 * gst/videorate/gstvideorate.h:
4029 Fix videorate to use segments.
4030 Make it work with 0/1 framerates (closes #331903)
4031 Handle EOS correctly.
4034 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
4036 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
4037 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
4038 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
4039 In state change function, first chain up to parent class,
4040 then handle downwards state change stuff. Remove some
4041 commented out cruft from 0.8 code.
4043 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
4045 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4046 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4047 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
4048 (gst_ogm_parse_chain):
4049 Don't remove/re-add source pad if the new caps are the same as
4050 the old caps anyway (#333042). When removing source pad, don't
4051 unref it afterwards - we didn't ref it when adding. Sprinkle some
4052 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
4053 after using gst_pad_get_parent(). Return downstream flow return
4054 value in chain function.
4056 2006-03-02 Wim Taymans <wim@fluendo.com>
4058 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4059 * docs/plugins/gst-plugins-base-plugins.args:
4060 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4061 * docs/plugins/gst-plugins-base-plugins.interfaces:
4062 * docs/plugins/gst-plugins-base-plugins.signals:
4063 Fix hierarchy, added some more elements to the docs.
4065 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4066 (gst_ffmpegcsp_get_type):
4067 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4068 Fix docs for ffmpegcolorspace.
4070 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
4072 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
4073 (apetag_type_find), (ape_type_find), (plugin_init):
4074 Some typefinding fine-tuning:
4075 - rank ID3/APE tags in order of preference via probabilities, so that
4076 ID3v2 > APEv2 > APEv1 > ID3v1.
4077 - three or four bytes don't really justify MAXIMUM probability,
4078 change those to 'very likely' (musepack and monkeysaudio).
4080 2006-03-01 Wim Taymans <wim@fluendo.com>
4082 * docs/plugins/Makefile.am:
4083 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4084 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4085 * ext/alsa/gstalsamixer.c:
4086 * ext/alsa/gstalsamixer.h:
4087 * ext/alsa/gstalsamixerelement.c:
4088 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
4089 * ext/alsa/gstalsamixerelement.h:
4090 * ext/alsa/gstalsasink.c:
4091 * ext/alsa/gstalsasink.h:
4092 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4094 * ext/alsa/gstalsasrc.h:
4096 Small code cleanups.
4098 2006-03-01 Wim Taymans <wim@fluendo.com>
4100 * ext/theora/Makefile.am:
4101 Dist new header too,
4103 2006-03-01 Wim Taymans <wim@fluendo.com>
4105 * docs/plugins/Makefile.am:
4106 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4107 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4108 * ext/gnomevfs/gstgnomevfssink.h:
4109 * ext/gnomevfs/gstgnomevfssrc.h:
4110 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4111 * ext/vorbis/vorbisdec.h:
4112 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
4113 * ext/vorbis/vorbisenc.h:
4114 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
4115 (vorbis_parse_chain), (vorbis_parse_change_state):
4116 * ext/vorbis/vorbisparse.h:
4117 * gst/audioconvert/gstaudioconvert.h:
4118 * gst/tcp/gsttcpserversink.h:
4119 * gst/videotestsrc/gstvideotestsrc.c:
4120 * gst/videotestsrc/gstvideotestsrc.h:
4121 * gst/volume/gstvolume.c:
4122 * gst/volume/gstvolume.h:
4124 Added docs for vorbisdec and vorbisparse.
4127 2006-03-01 Wim Taymans <wim@fluendo.com>
4129 * docs/plugins/Makefile.am:
4130 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4131 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4132 * ext/pango/gstclockoverlay.h:
4133 * ext/pango/gsttextoverlay.h:
4134 * ext/pango/gsttextrender.h:
4135 * ext/pango/gsttimeoverlay.h:
4136 * ext/theora/gsttheoradec.h:
4137 * ext/theora/gsttheoraenc.h:
4138 * ext/theora/theoradec.c:
4139 * ext/theora/theoraenc.c:
4140 * gst/audioconvert/gstaudioconvert.h:
4141 * gst/audiotestsrc/gstaudiotestsrc.h:
4142 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4143 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4144 * gst/tcp/gstmultifdsink.h:
4145 Updated/added documentation.
4147 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
4148 (gst_text_overlay_halign_get_type),
4149 (gst_text_overlay_wrap_mode_get_type),
4150 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
4151 (gst_text_overlay_init), (gst_text_overlay_set_property),
4152 (gst_text_overlay_get_property):
4153 Fix up properties to be enums instead of string to make bindings,
4154 introspection and automatic GUI creation possible.
4155 Add getters for the properties.
4157 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
4159 * gst/audiotestsrc/gstaudiotestsrc.c:
4160 added defines of M_PI and M_PI_2
4161 * gst/ffmpegcolorspace/avcodec.h:
4162 removed #include "stdint.h" for win32 as _stdint.h is
4163 autogenerated to win32/common
4164 * win32/common/libgstaudio.def:
4165 * win32/common/libgsttag.def:
4168 some project files bugs corrected
4170 project files are reset to the default vs7 configuration
4171 (they link to msvcr71.dll using default optimizations)
4173 2006-02-28 Wim Taymans <wim@fluendo.com>
4175 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4178 2006-02-28 Edward Hervey <edward@fluendo.com>
4180 * ext/alsa/gstalsasrc.c:
4181 Set proper class on the ElementDetails:
4182 Source/Audio instead of Src/Audio/
4184 2006-02-28 Edward Hervey <edward@fluendo.com>
4186 * gst/videoscale/vs_scanline.c:
4187 (vs_scanline_resample_nearest_RGBA):
4188 Revert optimization in videoscale. It should go in liboil and have
4189 an appropriate liboil function.
4191 2006-02-28 Wim Taymans <wim@fluendo.com>
4193 * gst-libs/gst/audio/gstbaseaudiosink.c:
4194 (gst_base_audio_sink_provide_clock):
4195 Don't try to provide a clock in the NULL state.
4197 2006-02-28 Wim Taymans <wim@fluendo.com>
4199 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4200 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
4201 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4202 (gst_ogg_demux_deactivate_current_chain),
4203 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
4204 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
4205 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
4206 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4207 Use GstSegment infrastructure to remove duplicated code
4208 and handle more seek cases correctly.
4210 2006-02-28 Wim Taymans <wim@fluendo.com>
4212 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4213 (gst_ffmpegcsp_transform):
4214 Don't ignore return code from ffmpeg convert function.
4216 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
4217 Split out some long statements to ease debugging.
4219 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
4221 * ext/libvisual/visual.c: (gst_visual_init),
4222 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
4223 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
4224 being able to renegotiate the size. Instead, use the negotiation
4225 algorithm from the goom plugin to pick an initial output caps.
4227 Also, allow theoretical libvisual plugins that might support non-GL
4228 output even if they also do GL.
4230 2006-02-26 Julien MOUTTE <julien@moutte.net>
4232 * ext/libvisual/visual.c: (gst_visual_init),
4233 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
4234 (plugin_init): Load only non GL plugins. Fix some memleaks and
4235 possible negotiation issues.
4237 2006-02-25 Julien MOUTTE <julien@moutte.net>
4239 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
4241 2006-02-24 Michael Smith <msmith@fluendo.com>
4243 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
4244 (cmml_type_find), (plugin_init):
4245 Fix CMML type find function to not require a specific minor version
4248 Add an MPEG4 video elementary stream typefind function.
4250 2006-02-04 Michael Smith <msmith@fluendo.com>
4252 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
4253 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
4254 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4255 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4256 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
4257 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
4258 Annodex support in ogg demuxer. Doesn't do very much without the
4259 other annodex patches (to come).
4261 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
4263 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
4265 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4266 Pick up palette for MS video v1 (#327028)
4268 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
4270 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4271 (gst_ffmpegcsp_caps_remove_format_info),
4272 (gst_ffmpegcsp_get_unit_size):
4273 The 'palette_data' field from incoming RGB caps shouldn't be
4274 proxied on outgoing YUV caps; also, restrict unit size
4275 adjustment in case of paletted data only to the unit that
4276 actually has a palette. Fixes #330711.
4278 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
4280 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4281 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
4282 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
4283 (gst_ffmpegcsp_get_unit_size):
4284 Plug some memory leaks.
4286 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
4288 * sys/ximage/Makefile.am:
4289 * sys/xvimage/Makefile.am:
4290 Add some _CFLAGS and _LIBS that seem to be missing
4291 and/or required for Cygwin (see #317048).
4293 2006-02-22 Wim Taymans <wim@fluendo.com>
4295 * ext/alsa/gstalsasrc.c:
4296 Fix description as pointed out by caugier.
4298 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
4300 Reviewed by : Edward Hervey <edward@fluendo.com>
4302 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
4304 Better 3gp typefinding (#331526).
4306 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
4308 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
4309 Don't send EOS event here, the base class will send one for us.
4311 * gst/playback/gstplaybasebin.c: (prepare_output):
4312 Subpictures without video stream aren't allowed either.
4314 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
4315 Fix debug statement copy'n'paste-o.
4317 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
4319 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
4320 Fix issues with mixer keeping state when muting/unmuting
4321 and when changing the volume whilst muted (see #331763
4324 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
4326 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
4327 (parse_subrip), (gst_sub_parse_format_autodetect):
4328 Set right caps given that we send escaped text. Also,
4329 honour <i></i>, <b></b> and <u></u> markers that can be found
4330 in .srt files (fixes #310202).
4332 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
4334 * gst-libs/gst/audio/mixerutils.c:
4335 (element_factory_rank_compare_func):
4336 Make order in which elements are tried more determinable.
4338 2006-02-20 Julien MOUTTE <julien@moutte.net>
4340 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
4341 (remove_element_chain), (cleanup_decodebin),
4342 (gst_decode_bin_change_state): Make decodebin reusable by
4343 fixing remove_element_chain first and then introduce a
4344 cleaner in state change to ->NULL. (Closes #331678)
4346 2006-02-19 Wim Taymans <wim@fluendo.com>
4348 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
4349 use 0666 mask when creating files so umask gets applied
4350 correctly. Fixes #331295.
4352 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
4354 * gst/subparse/Makefile.am:
4355 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4356 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
4357 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
4358 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
4359 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
4360 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
4361 * gst/subparse/gstssaparse.h:
4362 * gst/subparse/gstsubparse.c: (plugin_init):
4363 Add very basic parser for SSA subtitle streams (as often
4364 found in matroska files).
4366 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
4368 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
4369 That should be text/x-pango-markup, not text/x-pango-layout.
4371 2006-02-19 Julien MOUTTE <julien@moutte.net>
4373 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
4376 2006-02-19 Julien MOUTTE <julien@moutte.net>
4378 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
4379 (gst_text_overlay_finalize), (gst_text_overlay_init),
4380 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
4381 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
4382 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4383 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
4384 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
4385 Fix state change deadlock.
4387 2006-02-19 Julien MOUTTE <julien@moutte.net>
4389 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
4390 (gst_text_overlay_finalize), (gst_text_overlay_init),
4391 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
4392 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
4393 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4394 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
4395 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
4396 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
4397 and subtitles files.
4399 2006-02-19 Julien MOUTTE <julien@moutte.net>
4401 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
4402 should be considered as raw.
4404 2006-02-19 Julien MOUTTE <julien@moutte.net>
4406 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4408 * gst/playback/gststreaminfo.h: Introduce language informations.
4410 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
4412 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4413 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
4414 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4415 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
4416 Set shared memory segments to be deleted as soon as we have attached,
4417 that way they get cleaned up automatically if we crash.
4419 2006-02-18 Julien MOUTTE <julien@moutte.net>
4421 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
4422 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
4423 functions are called with lock held.
4425 2006-02-18 Julien MOUTTE <julien@moutte.net>
4427 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
4428 (gst_text_overlay_finalize), (gst_text_overlay_init),
4429 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
4430 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
4431 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4432 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4433 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4434 (gst_text_overlay_change_state): Refactoring of textoverlay
4435 without collectpads. This now supports sparse subtitles coming
4436 from a demuxer instead of a sub file. Seeking is still broken
4437 though. Need to discuss with wtay some more on how to handle
4439 * ext/pango/gsttextoverlay.h:
4440 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
4441 subtitles coming from the demuxer.
4443 2006-02-17 Wim Taymans <wim@fluendo.com>
4445 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
4446 (gst_vorbisenc_convert_sink):
4447 Use some more scaling functions.
4449 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
4451 * ext/cdparanoia/gstcdparanoiasrc.c:
4452 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
4453 (gst_cd_paranoia_paranoia_callback),
4454 (gst_cd_paranoia_src_signal_is_being_watched),
4455 (gst_cd_paranoia_src_read_sector):
4456 * ext/cdparanoia/gstcdparanoiasrc.h:
4457 Add back 'transport-error' and 'uncorrected-error' signals and
4458 make them actually be fired when bad stuff happens (#319340).
4460 2006-02-17 Wim Taymans <wim@fluendo.com>
4462 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
4463 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4464 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
4465 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
4466 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
4467 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
4468 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
4469 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4470 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
4471 (gst_ring_buffer_clear):
4473 Added some G_LIKELY.
4475 2006-02-17 Wim Taymans <wim@fluendo.com>
4477 * gst-libs/gst/audio/TODO:
4480 * gst-libs/gst/audio/gstbaseaudiosink.c:
4481 (gst_base_audio_sink_get_offset):
4482 When trying to play samples ASAP and we don't have a
4483 previous sample, try to play at position 0 instead of
4484 an invalid position.
4486 2006-02-17 Wim Taymans <wim@fluendo.com>
4488 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
4489 (gst_alsasink_reset):
4490 Also release lock when we get an error in _reset();
4491 fix an error message.
4493 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
4495 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4496 (gst_alsasink_init), (get_channel_free_structure),
4497 (caps_add_channel_configuration), (gst_alsasink_getcaps),
4498 (gst_alsasink_close):
4499 * ext/alsa/gstalsasink.h:
4500 Add support for more than 2 channels (#326720).
4502 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
4504 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4505 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
4506 with 4 or 6 channels, assume a default channel layout to make things
4507 work (not sure there's anything else we can do in those cases).
4509 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
4511 * gst-libs/gst/audio/multichannel.c:
4514 * gst-libs/gst/riff/Makefile.am:
4515 * gst-libs/gst/riff/riff-ids.h:
4516 * gst-libs/gst/riff/riff-media.c:
4517 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
4518 Add support for WAVEFORMATEX, eg. PCM audio with more than two
4519 channels and a channel layout map.
4521 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
4523 Reviewed by Edward Hervey <edward@fluendo.com>
4525 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
4526 C-level optimization of the RGBA nearest neighbour function.
4527 Eventually this might end up in liboil with vectorized versions.
4529 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
4531 * gst-libs/gst/audio/multichannel.c:
4532 (gst_audio_get_channel_positions):
4533 When we have more than 2 channels, but no channel layout is
4534 specified in the caps, return some default channel layout
4535 to the caller and warn about about a possibly buggy element
4536 (could be buggy filtercaps as well of course) (#317038).
4538 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
4540 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4541 Add gst-libs/gst/cdda to list of lib search paths.
4543 2006-02-15 Andy Wingo <wingo@pobox.com>
4545 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
4546 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
4547 to the Lord Jesus that I do not have to touch the ogg muxer ever
4550 2006-02-15 Edward Hervey <edward@fluendo.com>
4552 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
4553 quicktime movie files can also contain 'uuid' atoms.
4555 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
4557 * gst/audioconvert/plugin.c: (plugin_init):
4558 Register the GstAudioChannelPosition enum type with the type
4559 system in the plugin_init function, so that it is known before
4560 any element actually makes use of multi-channel stuff. This is
4561 required for example if one wants to be able to deserialise/use
4562 a caps string with channel positions before any pipeline has
4563 been setup and started, like with gst-launch.
4565 2006-02-14 Wim Taymans <wim@fluendo.com>
4567 * gst-libs/gst/audio/gstringbuffer.c:
4568 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
4569 (gst_ring_buffer_samples_done), (wait_segment),
4570 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
4571 Add some compiler G_(UN_)LIKELY help.
4572 SIGNAL the ringbuffer waiters when going to PAUSED as well to
4573 make sure they can exit their functions. Should fix #330748
4575 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
4580 * win32/common/_stdint.h:
4581 Windows does not have long long; copy the generated _stdint.h
4582 * win32/common/interfaces-enumtypes.c:
4583 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4584 (gst_mixer_track_flags_get_type),
4585 (gst_tuner_channel_flags_get_type):
4586 * win32/common/multichannel-enumtypes.c:
4587 (gst_audio_channel_position_get_type):
4590 2006-02-13 Wim Taymans <wim@fluendo.com>
4592 * gst-libs/gst/audio/gstbaseaudiosink.c:
4593 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
4594 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4595 Always sync on first sample we receive when starting.
4597 2006-02-13 Wim Taymans <wim@fluendo.com>
4599 * gst/playback/gstplaybin.c: (gen_vis_element):
4600 Update vis bin docs.
4601 Move queue after tee so we don't queue video buffers but
4602 audio samples instead. Fixes problems where the video queue
4603 is filled and the audio queue empty.
4605 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
4607 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4608 No need to push an EOS event here, GstBaseSrc will do that for us
4609 when we return FLOW_UNEXPECTED.
4611 2006-02-12 Wim Taymans <wim@fluendo.com>
4613 * gst-libs/gst/audio/gstbaseaudiosink.c:
4614 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
4615 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
4616 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4617 Use scale functions when possible.
4619 Free clockid when after waiting for EOS.
4620 Use G_(UN_)LIKLY when it makes sense.
4621 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
4623 2006-02-12 Edward Hervey <edward@fluendo.com>
4625 * gst/playback/gstplaybasebin.c: (prepare_output):
4626 Remove stray semi-colon (fixes #330888).
4628 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
4630 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
4631 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
4632 Fix up the XShm call testing so that we catch errors, and don't
4633 cause new ones by attempting to detach from a segment we failed
4634 to attach to. Fixes #312439.
4636 2006-02-10 Edward Hervey <edward@fluendo.com>
4638 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4639 Added flv file typefind (video/x-flv).
4641 2006-02-10 Edward Hervey <edward@fluendo.com>
4643 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4644 (gst_riff_create_video_template_caps):
4645 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
4646 Also added the caps to the default set of riff video caps.
4648 2006-02-09 Andy Wingo <wingo@pobox.com>
4650 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
4651 time and the end time of the last packet in the page.
4652 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
4653 on the pages in our queue, set the duration as well. Reflow a
4655 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
4656 Fixes bad muxing order.
4658 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
4660 * gst-libs/gst/rtp/gstbasertppayload.c:
4661 (gst_basertppayload_setcaps), (gst_basertppayload_push):
4662 update seqnum before setting it on the packet; this makes sure
4663 that the timestamp and seqnum properties match after pushing
4666 2006-02-09 Andy Wingo <wingo@pobox.com>
4668 * gst-libs/gst/audio/gstringbuffer.c
4669 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
4670 overflow after 13.5 hours of recording. Kapow!
4672 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
4673 the buffer size -- we don't care about underrun/overrun reporting
4674 right now, just need to return a useful value.
4676 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
4681 === release 0.10.3 ===
4683 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
4686 releasing 0.10.3, "Under Pressure"
4688 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
4691 Drat. Bump libtool version number for new API.
4692 Prelease 0.10.2.3 (of 0.10.3)
4694 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
4697 * win32/common/config.h:
4698 0.10.2.2 prerelease (of 0.10.3).
4700 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
4702 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
4703 Revert Andy's newsegment change pending a more correct
4706 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
4708 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
4709 (qt_type_find), (plugin_init):
4710 detect more files as 3gp
4711 group and reorder the iso file formats
4713 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
4715 * ext/vorbis/vorbis.c: (plugin_init):
4716 Register musicbrainz tags, so apps don't have to.
4718 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
4720 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
4721 (gst_tag_to_vorbis_tag):
4722 Make sure we called gst_tag_register_musicbrainz_tags()
4723 before possibly mapping a vorbiscomment string from/to a
4726 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
4728 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
4729 In case we can't find the required number of consecutive
4730 mpeg audio frames to positively identify an MPEG audio
4731 stream, check if there's at least a valid mpeg audio
4732 frame right at offset 0 and if so suggest mpeg/audio
4733 caps with a very low probability (#153004).
4735 2006-02-07 Andy Wingo <wingo@pobox.com>
4737 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
4738 a TIME segment if we get timestamped buffers. Requires recent
4739 fixes in core to work properly.
4741 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
4743 * gst/playback/gstplaybasebin.c: (prepare_output):
4744 Don't print the URI as part of the error message, it
4745 makes error dialogs look rather ugly, especially if
4746 the URI is very long or has characters in it that
4749 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
4751 * gst/playback/gstplaybasebin.c: (prepare_output):
4752 Error out if we have only text or subtitles, but nothing
4753 else. Also error out if we have subtitles but no video
4756 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
4758 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
4759 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
4760 Post an error message on the bus when we encounter an
4761 error, which will hopefully be more meaningful than the
4762 'Internal Flow Error' message users get to see if we
4763 just return GST_FLOW_ERROR.
4765 2006-02-07 Andy Wingo <wingo@pobox.com>
4767 * configure.ac (GST_MAJORMINOR): Update core version req to
4768 0.10.2.2, for the collectpads API addition (#330244).
4770 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
4772 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4773 Return FALSE from plugin_init() when GnomeVFS can't
4774 be initialised for some reason (#328423).
4776 2006-02-06 Julien MOUTTE <julien@moutte.net>
4778 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
4779 Stick to seeking theory until i find the bug.
4780 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
4782 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
4784 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4785 (theora_enc_finalize), (theora_enc_sink_setcaps),
4786 (theora_set_header_on_caps), (theora_enc_chain),
4787 (theora_enc_change_state):
4788 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
4789 Make theoraenc and the tests leak free. Like, really.
4791 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
4793 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4794 (theora_enc_finalize), (theora_enc_sink_setcaps):
4795 Add a finalize method to ensure we clean up state even if
4796 someone omitted the state change back to NULL.
4798 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
4799 (gst_vorbisenc_chain):
4800 Free some more leaked bits.
4802 * tests/check/pipelines/theoraenc.c: (start_pipeline),
4804 Wait for state changes to happen if they're ASYNC.
4806 This ought to teach those fancy pants buildbots a lesson.
4808 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
4810 * gst-libs/gst/tag/gstid3tag.c:
4811 Add mapping for ID3 International Standard Recording Code
4814 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
4816 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
4817 Don't leak tag names.
4819 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
4821 * docs/libs/gst-plugins-base-libs-docs.sgml:
4822 * docs/libs/gst-plugins-base-libs-sections.txt:
4823 * gst-libs/gst/tag/gstid3tag.c:
4824 * gst-libs/gst/tag/gstvorbistag.c:
4825 * gst-libs/gst/tag/tags.c:
4826 Split libgsttag docs into multiple sections.
4828 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
4830 * docs/libs/Makefile.am:
4831 * docs/libs/gst-plugins-base-libs-docs.sgml:
4832 * docs/libs/gst-plugins-base-libs-sections.txt:
4833 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
4834 * gst-libs/gst/tag/gstvorbistag.c:
4835 * gst-libs/gst/tag/tag.h:
4836 * gst-libs/gst/tag/tags.c:
4837 Add libgsttag to the docs.
4839 2006-02-05 Julien MOUTTE <julien@moutte.net>
4841 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
4842 (gst_text_overlay_init), (gst_text_overlay_src_event),
4843 (gst_text_overlay_collected): Fix clockoverlay.
4845 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
4847 * docs/libs/compiling.sgml:
4848 Fix typo: it's pkg-config, not pkg-gconfig
4850 * docs/libs/gst-plugins-base-libs-docs.sgml:
4851 * docs/libs/gst-plugins-base-libs-sections.txt:
4852 * docs/libs/tmpl/gstgconf.sgml:
4853 There is no libgstgconf in 0.10, remove it
4856 2006-02-05 Julien MOUTTE <julien@moutte.net>
4858 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
4859 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4860 (gst_text_overlay_src_event), (gst_text_overlay_collected):
4861 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4862 (gst_sub_parse_class_init), (gst_sub_parse_init),
4863 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
4864 (parse_mpsub), (parser_state_init), (handle_buffer),
4865 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
4866 * gst/subparse/gstsubparse.h: Introduce seeking code.
4868 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
4870 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4871 Add comment about LANGUAGE tag inconsistency (we want
4872 ISO-639-1, but extract three-letter identifiers?)
4875 Add two translatable files.
4877 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
4879 * gst-libs/gst/tag/Makefile.am:
4880 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4881 * gst-libs/gst/tag/tag.h:
4882 * gst-libs/gst/tag/tags.c:
4883 (gst_tag_register_musicbrainz_tags_internal),
4884 (gst_tag_register_musicbrainz_tags):
4885 Forward-port some tags stuff from the 0.8 branch. This is
4886 mostly the addition of musicbrainz tags and their mapping
4887 to vorbistags, and a vorbistag mapping of the language tag.
4889 2006-02-05 Julien MOUTTE <julien@moutte.net>
4891 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
4894 2006-02-04 David Schleef <ds@schleef.org>
4896 * ext/ogg/gstoggmux.c:
4897 * gst/typefind/gsttypefindfunctions.c:
4898 Add Dirac typefinding and add dirac format to oggmux.
4900 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
4902 * gst/playback/gstdecodebin.c: (try_to_link_1):
4903 Don't put essential function call into
4904 g_return_*() macro, otherwise it'll all be
4905 replaced by NOOPs when compiling with
4906 G_DISABLE_CHECKS defined.
4908 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
4910 * ext/ogg/gstoggdemux.c:
4911 * ext/ogg/gstoggparse.c:
4912 * gst/tcp/gsttcpserversink.c:
4913 * sys/v4l/v4lsrc_calls.c:
4914 * sys/v4l/v4lsrc_calls.h:
4915 Just make it compile with --disable-gst-debug.
4917 2006-02-03 Wim Taymans <wim@fluendo.com>
4919 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
4920 (gst_alsasink_class_init), (gst_alsasink_init),
4921 (gst_alsasink_write), (gst_alsasink_reset):
4922 * ext/alsa/gstalsasink.h:
4923 Add lock to protect alsa calls.
4924 Implement reset to flush samples ASAP, does not work
4927 2006-02-02 Wim Taymans <wim@fluendo.com>
4929 * gst-libs/gst/audio/gstbaseaudiosink.c:
4930 (gst_base_audio_sink_provide_clock):
4931 Ugh.. getting late I guess...
4933 2006-02-02 Wim Taymans <wim@fluendo.com>
4935 * gst-libs/gst/audio/gstbaseaudiosink.c:
4936 (gst_base_audio_sink_provide_clock),
4937 (gst_base_audio_sink_set_property),
4938 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
4939 Don't try to provide a clock when we are not negotiated since
4940 we might not be able to make it run.
4942 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
4944 * gst/playback/gstdecodebin.c: (try_to_link_1):
4945 Unlinking two source pads is ... hard.
4947 2006-02-02 Wim Taymans <wim@fluendo.com>
4949 * gst-libs/gst/audio/TODO:
4952 * gst-libs/gst/audio/gstbaseaudiosink.c:
4953 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
4954 On EOS, wait till the last sample is played before posting EOS.
4956 2006-02-01 Philippe Kalaf <burger at speedy dot org>
4958 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4959 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
4960 setting queue_delay to zero. Also avoid thread being started if
4961 queue_delay is zero.
4963 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
4965 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
4966 Make test work again by connecting fakesinks to each decoded pad,
4967 which makes the pipeline wait until each fakesink has a buffer
4968 queued before going to PAUSED state. At that point we know the
4969 decodebin pads are negotiated.
4971 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
4973 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
4974 (gst_cdda_base_src_handle_event):
4975 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
4976 Pass unhandled queries to the parent class's query function.
4978 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
4980 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
4981 (gst_ogg_pad_src_query):
4982 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4983 * ext/theora/theoradec.c: (theora_dec_src_query),
4984 (theora_dec_sink_query):
4985 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4986 (vorbis_dec_sink_query):
4987 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4988 (gst_vorbisenc_sink_query):
4989 * gst/adder/gstadder.c: (gst_adder_query):
4990 Pass unhandled queries upstream instead of just
4991 dropping them (#326447). Also, fix supported
4992 query types list for some elements.
4994 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
4996 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
4997 (paris_type_find), (ilbc_type_find), (plugin_init):
4998 Fix typefinding for audio/x-au, audio/x-paris and
4999 audio/iLBC-sh. We cannot use the START_WITH macros
5000 here, because there can only be one typefind factory
5001 with the same name (caps), so the second one would
5002 replace the first one and the first one would never
5003 be called when doing typefinding (see #161712).
5006 2006-01-31 Wim Taymans <wim@fluendo.com>
5008 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5009 (vorbis_handle_header_packet), (vorbis_dec_push),
5010 (vorbis_handle_data_packet):
5011 Use scale_int when we can, add some more scaling.
5012 Check packettype before parsing it.
5014 2006-01-31 Wim Taymans <wim@fluendo.com>
5016 * ext/theora/theoradec.c: (_theora_granule_time),
5017 (theora_dec_src_convert), (theora_dec_sink_convert):
5018 Call right _scale functions.
5019 Use parameter instead of some other random value.
5021 2006-01-31 Wim Taymans <wim@fluendo.com>
5023 * ext/theora/theoradec.c: (_theora_granule_frame),
5024 (_theora_granule_time), (_inc_granulepos),
5025 (theora_dec_src_convert), (theora_dec_sink_convert),
5026 (theora_handle_type_packet), (theora_handle_data_packet),
5028 Use higher precision timestamps calculation.
5029 Convert some other conversions to _scale.
5031 2006-01-31 Stefan Kost <ensonic@users.sf.net>
5033 * gst/audiotestsrc/gstaudiotestsrc.c:
5034 (gst_audio_test_src_create_sine_table), (plugin_init):
5035 * gst/volume/gstvolume.c: (plugin_init):
5036 initialize gst_controller before using
5038 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
5040 * tests/check/pipelines/theoraenc.c:
5041 * tests/check/pipelines/vorbisenc.c:
5042 Define constant using G_GINT64_CONSTANT to avoid errors when
5043 passing it around - otherwise it gets truncated to 32 bits.
5045 Fixes failing tests.
5047 2006-01-31 Andy Wingo <wingo@pobox.com>
5049 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
5050 caps being set doesn't have a framerate value. Basically a stopgap
5053 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
5054 technically correct enough to put into core though.
5055 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
5056 DURATION. Fixes theoraenc ! oggmux.
5058 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
5059 fraction, not double.
5061 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
5064 add vs7 project files created by Sergey Scobich
5066 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
5069 add vs8 project files created by Sergey Scobich
5071 2006-01-30 Andy Wingo <wingo@pobox.com>
5073 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
5074 timestamp + duration, not just timestamp -- ogg pages should be
5075 ordered by stop time. Necessary fix given the change in vorbis
5078 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
5079 (gst_theora_enc_init): Pull the granule shift out of the encoder.
5080 (granulepos_add): New function, handles the messiness of adjusting
5082 (theora_buffer_from_packet):
5084 (theora_enc_sink_event): Use granulepos_add, not +.
5086 * tests/check/pipelines/theoraenc.c
5087 (check_buffer_granulepos_from_starttime): Just check the frame
5088 count, not the actual granulepos -- we can't dictate to the
5089 encoder when it should be placing keyframes.
5091 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
5093 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5094 SERVICE_NOT_AVAILABLE happens for example when you're trying to
5095 play an http:// stream from a server that's not serving
5097 2006-01-30 Andy Wingo <wingo@pobox.com>
5099 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
5100 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
5101 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
5104 * ext/theora/gsttheoraenc.h:
5105 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
5106 although theoraenc was timestamping correctly. Added handling of
5107 streams that start with nonzero timestamps.
5109 * tests/check/Makefile.am:
5110 * tests/check/pipelines/theoraenc.c: New file, basically does same
5113 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
5115 2006-01-30 Wim Taymans <wim@fluendo.com>
5117 * gst-libs/gst/audio/gstaudiosink.c:
5118 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
5119 (gst_audioringbuffer_pause):
5120 Implement pause that does not wait for completion.
5122 * gst-libs/gst/audio/gstbaseaudiosink.c:
5123 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5124 Don't drop buffers when going to PAUSED but perform preroll on
5125 remaining samples now that core base class supports this.
5127 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
5128 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
5129 (gst_ring_buffer_commit):
5130 Pause should not signal waiters.
5131 Implement return value of _commit correctly.
5133 2006-01-30 Andy Wingo <wingo@pobox.com>
5135 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
5137 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
5138 updated to timestamp from the first sample, not the last.
5139 (gst_vorbisenc_buffer_from_header_packet): New function, takes
5140 special care of granulepos and timestamp for header packets.
5141 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
5142 when the first buffer has a nonzero timestamp.
5144 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
5145 (GstVorbisEnc.subgranule_offset): New members. Take care of the
5146 case when the first audio buffer we get has a nonzero timestamp.
5147 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
5148 properly timestamp vorbis buffers with the time of the first
5149 sample, not the last.
5151 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
5152 vorbis_granule_time_copy -- now it takes the granule/subgranule
5153 offset into account.
5155 * tests/check/pipelines/vorbisenc.c: New test for correctness of
5156 timestamps, durations, and granulepos on buffers produced by
5159 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
5161 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5162 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5163 Patch from Eric Jonas to support conversions to/from UYVY
5166 2006-01-30 Julien MOUTTE <julien@moutte.net>
5168 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
5169 (setup_subtitle), (setup_source), (set_active_source):
5170 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
5171 (gen_text_element), (gen_audio_element), (gen_vis_element),
5172 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
5174 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
5176 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
5177 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
5178 use gst_guint64_to_gdouble to be compliant with vs6
5179 * gst/playback/gstdecodebin.c: (try_to_link_1)
5180 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
5181 use G_GINT64_CONSTANT for int64 constants
5182 * win32/common/libgstinterfaces.def:
5183 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
5185 update and add new project files
5187 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
5191 * win32/common/interfaces-enumtypes.c:
5192 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5193 (gst_mixer_track_flags_get_type),
5194 (gst_tuner_channel_flags_get_type):
5195 * win32/common/interfaces-enumtypes.h:
5196 * win32/common/multichannel-enumtypes.c:
5197 (gst_audio_channel_position_get_type):
5198 * win32/common/multichannel-enumtypes.h:
5199 add a win32-update rule like in core, and copy over enumtypes files
5201 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
5204 * win32/common/config.h:
5205 * win32/common/config.h.in:
5206 add config files just like in core
5208 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
5210 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
5211 Make gcc-4.1 happy (part of #327357).
5213 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5215 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
5216 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
5217 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
5218 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
5219 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
5220 (gst_alsasrc_unprepare), (gst_alsasrc_read):
5221 Update all error messages. All of them should either use
5222 the default translated message, or actually provide a
5223 translatable string.
5224 Make the string for channel count problems meaningful.
5226 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5228 * sys/v4l/v4l_calls.c: (gst_v4l_open):
5229 check for and throw RESOURCE_BUSY
5231 2006-01-27 David Schleef <ds@schleef.org>
5233 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
5234 checked in this change -- it requires liboil features not
5235 in 0.3.6. Revert parts.
5237 2006-01-27 David Schleef <ds@schleef.org>
5240 * configure.ac: update liboil requirement to 0.3.6
5241 * gst/videoscale/Makefile.am:
5242 * gst/videoscale/vs_scanline.c: liboilify
5244 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
5246 * ext/libvisual/visual.c: (get_buffer):
5247 When pad_alloc returns a GstFlowReturn other
5248 than GST_FLOW_OK, make sure it is passed upstream.
5250 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
5252 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5253 (gst_alsasink_class_init):
5254 Free the device name string.
5256 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5257 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
5258 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
5259 Don't remove a pad from the collectpads structure until it
5260 is released - it's a request pad, and may receive data again
5261 if the element gets moved back to PLAYING state.
5263 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5264 Ensure we turn on double buffering on the Xv port, and
5265 set the colour key to something dark and mysterious that
5268 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
5270 * ext/alsa/gstalsaplugin.c: (plugin_init):
5271 * ext/cdparanoia/gstcdparanoiasrc.c:
5272 (gst_cd_paranoia_src_base_init), (plugin_init):
5273 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5274 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
5275 - a library should not call setlocale. see "Libraries" node in
5277 - make sure all plugins that use translation do bindtextdomain
5278 to point to the localedir
5279 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
5280 (setup_sinks), (plugin_init):
5281 all this, and check for NULL when creating sinks
5283 2006-01-27 Julien MOUTTE <julien@moutte.net>
5285 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
5286 (plugin_init): Make typefinding of subtitles work again.
5288 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
5290 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5291 (mp3_type_frame_length_from_header), (mp3_type_find),
5292 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
5294 Backport a bunch of typefinding fixes from the 0.8 branch.
5295 Also, improve wavpack typefinding: if we can't peek the
5296 entire wavpack block, try to parse the bits we can get and
5297 see if we find what we're looking for in those.
5299 2006-01-26 Julien MOUTTE <julien@moutte.net>
5301 * sys/ximage/ximagesink.c:
5302 (gst_ximagesink_calculate_pixel_aspect_ratio):
5303 * sys/xvimage/xvimagesink.c:
5304 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
5305 more cases of pixel aspect ratio.
5307 2006-01-26 Edward Hervey <edward@fluendo.com>
5309 * gst/playback/gstdecodebin.c: (pad_probe):
5310 Also consider the flush-start and tag events as unblockers
5313 2006-01-26 Julien MOUTTE <julien@moutte.net>
5315 * gst/playback/gstplaybin.c: (gst_play_bin_init),
5316 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
5317 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
5318 On the fly visualisation switch, works disabling, enabling as
5319 well but it won't be able to enable vis in a playbin that was
5320 created with no visualisation.
5322 2006-01-25 Wim Taymans <wim@fluendo.com>
5324 * gst-libs/gst/audio/gstbaseaudiosink.c:
5325 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5326 Undo previous commit that returned WRONG_STATE sooner, it breaks
5329 2006-01-25 Wim Taymans <wim@fluendo.com>
5331 * gst-libs/gst/audio/gstbaseaudiosink.c:
5332 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
5333 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
5335 Post error when caps cannot be parsed.
5336 Resync on discontinuity in the stream.
5337 Clip samples to segment boundaries.
5338 return WRONG_STATE sooner when we are flushing.
5340 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5341 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5342 Make audiosrc operate in TIME.
5343 Set TIMESTAMP and DURATION on buffers.
5345 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
5347 * tests/examples/seek/seek.c: (main):
5348 Output tag messages as well.
5350 2006-01-23 Edward Hervey <edward@fluendo.com>
5352 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5353 (free_pad_probes), (remove_fakesink), (pad_probe),
5354 (close_pad_link), (gst_decode_bin_change_state):
5355 Replace GstPadBlockCallback with pad probes that detect
5356 first buffer AND eos before removing fakesink.
5357 Fixes hang with demuxers doing EOS while pre-rolling.
5360 2006-01-23 Andy Wingo <wingo@pobox.com>
5362 * ext/alsa/gstalsasink.c:
5363 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5364 (gst_base_rtp_depayload_setcaps),
5365 (gst_base_rtp_depayload_add_to_queue),
5366 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
5368 Patch by: Jens Granseuer <jensgr at gmx dot net>
5370 2006-01-22 Julien MOUTTE <julien@moutte.net>
5372 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
5373 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5374 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
5375 frames. We might get a frame destroyed after changing state to
5376 NULL, adding a safety check on xcontext.
5378 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
5380 * gst-libs/gst/interfaces/xoverlay.c:
5381 Fix prepare-xwindow-id code example in the docs - we need to
5382 ignore all messages that aren't element messages as well.
5384 2006-01-21 Julien MOUTTE <julien@moutte.net>
5386 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
5387 I think one day i'll completely undestand how caps negotiation
5388 is supposed to work. This refactoring handles buffer_alloc
5389 called with caps we can't handle. We definitely don't want a
5390 set_caps with those caps, so we define and allocate a buffer
5391 we would like to receive.
5393 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
5395 * gst/playback/gstplaybasebin.c: (setup_source):
5396 Free iterator when done.
5398 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
5400 * gst-libs/gst/audio/gstbaseaudiosink.c:
5401 (gst_base_audio_sink_render):
5402 Fix playback of non-synchronised streams by assuming a rate
5403 of 1.0 instead of a random one.
5405 Makes this work again:
5407 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
5408 endianness=(int)4321, signed=(boolean)true, width=(int)16,
5409 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
5410 audioresample ! alsasink
5412 === release 0.10.2 ===
5414 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
5417 releasing 0.10.2, "Then the devil is six"
5419 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
5421 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5422 * gst/playback/gststreamselector.c:
5423 (gst_stream_selector_set_property):
5424 Comment out broken code that connects to the state-changed signal.
5425 At this point, changing current stream selection is broken, but
5426 stuff like gst-launch playbin current-audio=1 works and filters
5427 to the chosen stream.
5429 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
5431 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5432 Fix #327216 (null dereference in vorbisdec)
5434 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
5436 * ext/theora/theoradec.c: (theora_handle_comment_packet):
5437 Post taglist actually on bus instead of just freeing it
5438 (fixes #327114 and totem bug #327080).
5440 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
5441 Use gst_element_found_tags_for_pad(), so that the tags
5442 are sent downstream as an event as well.
5444 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
5446 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5447 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
5448 (gst_ximagesink_buffer_alloc):
5449 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
5450 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
5451 (gst_xvimagesink_buffer_alloc):
5452 move all regularly occurring messages to GST_LOG level
5453 add some more object logs
5455 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
5457 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
5458 fix a silly segfault
5460 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
5462 * docs/libs/gst-plugins-base-libs-docs.sgml:
5463 * docs/libs/gst-plugins-base-libs-sections.txt:
5464 * gst-libs/gst/audio/mixerutils.c:
5465 * gst-libs/gst/audio/mixerutils.h:
5466 Add docs for mixerutils stuff.
5468 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
5470 * gst/playback/gstplaybasebin.c: (setup_source):
5471 Fix playback for sources that emit raw audio or
5472 raw video streams (e.g.: cd audio sources) (#325984).
5474 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
5476 * gst-libs/gst/audio/mixerutils.c:
5477 (gst_audio_mixer_filter_do_filter):
5478 actually save the element we create
5480 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
5482 * gst-libs/gst/cdda/gstcddabasesrc.c:
5483 (gst_cdda_base_src_handle_track_seek):
5484 No need to post a tag message on the bus when seeking
5485 within the same track, only post it when the current
5488 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
5490 * gst/playback/gstplaybasebin.c: (group_destroy),
5491 (probe_triggered), (new_decoded_pad), (mute_group_type),
5492 (set_active_source):
5493 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5494 * gst/playback/gststreamselector.c:
5495 (gst_stream_selector_base_init),
5496 (gst_stream_selector_set_property),
5497 (gst_stream_selector_request_new_pad):
5498 Reenable stream selection. These mechanisms need a complete overhaul
5499 in the face of 0.8->0.10 changes though.
5501 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
5503 * ext/ogg/gstoggdemux.c:
5504 Change the pad template to src_%d to match the pads that
5505 are created from it. decodebin needs this information in order
5506 to decide that oggdemux is capable of producing multiple pads
5507 (and hence needs queues inserted).
5509 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5510 (gst_ogg_mux_collected):
5511 Make debug output more useful by using GST_PTR_FORMAT.
5513 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5515 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
5517 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
5518 Set depth and width for alaw/mulaw (fixes #326601).
5520 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
5522 * tests/icles/Makefile.am:
5523 don't build the tests if we don't have the libs
5525 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
5527 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
5528 (gst_cd_paranoia_paranoia_callback):
5529 Don't try to free NULL pointers.
5531 2006-01-10 Edward Hervey <edward@fluendo.com>
5533 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
5534 (gst_audio_rate_change_state), (plugin_init):
5535 Add debugging category.
5537 Add case for incoming buffers without valid offset/offset_end.
5539 2006-01-10 Michael Smith <msmith@fluendo.com>
5541 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
5542 Don't leak GCond in audio sources.
5544 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
5546 * gst/playback/gstplaybin.c: (gen_audio_element):
5547 Don't leak an autoaudiosink/alsasink when we generate
5548 a new audio element. (old code, I guess)
5550 2006-01-10 Michael Smith <msmith@fluendo.com>
5552 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
5553 Support float audio in audiorate.
5554 Use width rather than depth for selecting sample width.
5556 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
5558 * gst/videotestsrc/videotestsrc.h:
5559 Use GLib types here (that way we don't have to include the
5560 generated _stdint.h header, which makes life easier for win32
5561 folks that don't use autotools for the build) (#325990, patch
5562 by: Sergey Scobich).
5564 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
5566 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5567 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5568 (gst_ring_buffer_pause), (wait_segment):
5569 * gst-libs/gst/audio/gstringbuffer.h:
5570 Name (private) union, makes Forte compiler happy (this time
5571 for real) (#324900).
5573 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
5575 * gst-libs/gst/audio/Makefile.am:
5576 Link against libgstinterfaces, needed for mixer
5577 and property probe stuff.
5579 2006-01-09 Edward Hervey <edward@fluendo.com>
5581 * gst-libs/gst/Makefile.am:
5583 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
5585 * gst-libs/gst/audio/Makefile.am:
5586 * gst-libs/gst/audio/mixerutils.c:
5587 (gst_audio_mixer_filter_do_filter),
5588 (gst_audio_mixer_filter_check_element),
5589 (gst_audio_mixer_filter_probe_feature),
5590 (element_factory_rank_compare_func),
5591 (gst_audio_default_registry_mixer_filter):
5592 * gst-libs/gst/audio/mixerutils.h:
5593 Add gst_audio_default_registry_mixer_filter() utility
5596 2006-01-03 Michael Smith <msmith@fluendo.com>
5598 * gst/audioresample/resample.h:
5599 As before, but for o_buf
5601 2006-01-03 Michael Smith <msmith@fluendo.com>
5603 * gst/audioresample/resample.h:
5604 Declare struct _ResampleState.buffer as unsigned char *, not void *,
5605 since we do arithmetic on it.
5607 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
5609 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5610 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5611 (gst_ring_buffer_pause), (wait_segment):
5612 * gst-libs/gst/audio/gstringbuffer.h:
5613 Sun's Forte compiler doesn't seem to like anonymous structs,
5614 so use same setup as in GstBaseSrc (fixes #324900).
5616 2005-12-30 Stefan Kost <ensonic@users.sf.net>
5619 * gst/volume/Makefile.am:
5620 * gst/volume/demo.c:
5621 move old example to tests/examples/volume/volune.c
5622 * tests/examples/Makefile.am:
5623 * tests/examples/seek/seek.c: (main):
5624 change window-close event from "delete-event" to "destroy"
5625 * tests/examples/volume/Makefile.am:
5626 * tests/examples/volume/volume.c: (value_changed_callback),
5627 (setup_gui), (message_received), (eos_message_received), (main):
5628 fix event handling and bus usage
5630 2005-12-29 Stefan Kost <ensonic@users.sf.net>
5632 * gst/audiotestsrc/gstaudiotestsrc.c:
5633 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
5634 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
5635 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
5636 (gst_audio_test_src_create_square),
5637 (gst_audio_test_src_create_saw),
5638 (gst_audio_test_src_create_triangle),
5639 (gst_audio_test_src_create_silence),
5640 (gst_audio_test_src_create_white_noise),
5641 (gst_audio_test_src_create_pink_noise),
5642 (gst_audio_test_src_init_sine_table),
5643 (gst_audio_test_src_create_sine_table),
5644 (gst_audio_test_src_change_wave),
5645 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
5646 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
5647 * gst/audiotestsrc/gstaudiotestsrc.h:
5648 update to basesrc changes, implement segmented seeking and eos
5649 handling, add a 'sine-tab' waveform for performance critical playback
5651 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
5654 ... and this time the other modified file that I missed last time.
5656 2005-12-29 Michael Smith <msmith@fluendo.com>
5658 * gst/playback/gstdecodebin.c: (new_pad):
5659 Fix non-C89 variable declaration not at the start of a block. Should
5660 help some compilers.
5662 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
5664 * tests/check/Makefile.am:
5665 And now fix 'make distcheck' (builddir != srcdir)
5667 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
5670 * ext/cdparanoia/Makefile.am:
5671 * ext/cdparanoia/gstcdparanoia.c:
5672 * ext/cdparanoia/gstcdparanoia.h:
5673 * ext/cdparanoia/gstcdparanoiasrc.c:
5674 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
5675 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
5676 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
5677 (gst_cd_paranoia_paranoia_callback),
5678 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
5679 (gst_cd_paranoia_src_set_property),
5680 (gst_cd_paranoia_src_get_property), (plugin_init):
5681 * ext/cdparanoia/gstcdparanoiasrc.h:
5682 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
5683 plugin again (there are still fixes required to playbin to make
5684 cdda:// uris work there).
5686 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
5688 * tests/check/Makefile.am:
5689 Fix test case compilation.
5691 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
5693 * gst-libs/gst/cdda/gstcddabasesrc.c:
5694 (gst_cdda_base_src_update_duration),
5695 (gst_cdda_base_src_calculate_cddb_id):
5696 An integer is not a string. Fix access to uninitialised variable.
5698 * tests/check/Makefile.am:
5699 Add cddabasesrc unit test; also actually enable the vorbis test.
5701 * tests/check/generic/states.c:
5702 Blacklist new cd audio elements as well.
5704 * tests/check/libs/cddabasesrc.c:
5705 Unit test for GstCddaBaseSrc (discid calculation mostly).
5707 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
5709 * docs/libs/Makefile.am:
5710 * docs/libs/gst-plugins-base-libs-docs.sgml:
5711 * docs/libs/gst-plugins-base-libs-sections.txt:
5712 * docs/libs/gst-plugins-base-libs.types:
5713 Add docs for libgstcdda/GstCddaBaseSrc.
5715 * gst-libs/gst/interfaces/mixertrack.h:
5716 Do one struct member per line with a semicolon at the end, that way
5717 even gtk-doc might parse it without complaining.
5719 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
5722 * gst-libs/gst/Makefile.am:
5723 * gst-libs/gst/cdda/Makefile.am:
5724 * gst-libs/gst/cdda/base64.c:
5725 * gst-libs/gst/cdda/base64.h:
5726 * gst-libs/gst/cdda/gstcddabasesrc.c:
5727 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
5728 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
5729 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
5730 (gst_cdda_base_src_get_property),
5731 (gst_cdda_base_src_get_track_from_sector),
5732 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
5733 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
5734 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
5735 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
5736 (gst_cdda_base_src_uri_get_protocols),
5737 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
5738 (gst_cdda_base_src_uri_handler_init),
5739 (gst_cdda_base_src_setup_interfaces),
5740 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
5741 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
5742 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
5743 (gst_cdda_base_src_add_tags),
5744 (gst_cdda_base_src_add_index_associations),
5745 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
5746 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
5747 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
5748 (gst_cdda_base_src_create):
5749 * gst-libs/gst/cdda/gstcddabasesrc.h:
5750 * gst-libs/gst/cdda/sha1.c:
5751 * gst-libs/gst/cdda/sha1.h:
5752 Add new libgstcdda with GstCddaBaseSrc class.
5754 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
5756 * ext/gnomevfs/gstgnomevfssink.h:
5757 Use GstBaseSinkClass as parent_class member for class struct, not
5760 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
5762 Patch by: Michael Benes
5764 * gst/videotestsrc/gstvideotestsrc.c:
5765 (gst_video_test_src_class_init), (gst_video_test_src_start):
5766 Add start method to reset running time and number of frames sent
5767 when starting up (fixes #324696)
5769 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
5771 * docs/plugins/Makefile.am:
5772 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5773 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5774 * docs/plugins/gst-plugins-base-plugins.args:
5775 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5776 * docs/plugins/gst-plugins-base-plugins.signals:
5777 Add docs stuff for gnomevfssrc and gnomevfssink.
5779 * ext/gnomevfs/gstgnomevfssrc.c:
5780 Fix example pipeline in gtk-doc blurb.
5782 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
5784 * ext/gnomevfs/Makefile.am:
5785 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
5786 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
5787 (gst_gnome_vfs_handle_get_type), (plugin_init):
5788 * ext/gnomevfs/gstgnomevfs.h:
5789 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
5790 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
5791 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
5792 (gst_gnome_vfs_sink_set_property),
5793 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
5794 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
5795 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
5796 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
5797 (gst_gnome_vfs_sink_uri_get_type),
5798 (gst_gnome_vfs_sink_uri_get_protocols),
5799 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
5800 (gst_gnome_vfs_sink_uri_handler_init):
5801 * ext/gnomevfs/gstgnomevfssink.h:
5802 Port gnomevfssink; add gtk-doc blurb.
5804 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
5805 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
5806 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5807 (gst_gnome_vfs_src_uri_get_type),
5808 (gst_gnome_vfs_src_uri_get_protocols),
5809 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
5810 (gst_gnome_vfs_src_uri_handler_init),
5811 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
5812 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
5813 (gst_gnome_vfs_src_send_additional_headers_callback),
5814 (gst_gnome_vfs_src_received_headers_callback),
5815 (gst_gnome_vfs_src_push_callbacks),
5816 (gst_gnome_vfs_src_pop_callbacks),
5817 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
5818 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
5819 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
5820 * ext/gnomevfs/gstgnomevfssrc.h:
5821 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
5822 file; add gtk-doc blurb with example pipelines.
5824 === release 0.10.1 ===
5826 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
5829 releasing 0.10.1, "Dobro Dedek"
5831 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
5833 * gst/typefind/gsttypefindfunctions.c:
5834 iLBC30 and iLBC20 added to typefind.
5836 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
5838 * gst-libs/gst/audio/gstbaseaudiosink.c:
5839 (gst_base_audio_sink_class_init):
5840 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5841 (gst_base_audio_src_class_init):
5842 update strings, values are in microseconds
5843 change the default sink buffer time to something that is smaller
5844 (to help software volume mixing have a slightly lower delay) but
5845 still be acceptable on Wim's laptop
5847 2005-12-20 Edward Hervey <edward@fluendo.com>
5849 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
5850 Made a quack, forgot to add DUCK to the riff video template.
5852 2005-12-19 Edward Hervey <edward@fluendo.com>
5854 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
5855 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
5856 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5857 (gst_ogm_parse_chain):
5858 Make sure pads are initialized correctly.
5859 * gst-libs/gst/riff/riff-ids.h:
5860 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5861 (gst_riff_create_video_template_caps):
5862 Add a whole bunch of FOURCC <=> MimeType.
5863 Extend the riff video pad template to support the newly added fourcc.
5865 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
5867 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
5868 (gst_ogg_demux_activate_chain):
5869 Extra debug output when activating/deactivating chains.
5871 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5872 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
5874 Remove a queue from our list when it becomes unlinked.
5875 Don't add queues to elements in class 'Demux' if they
5876 can only produce one pad
5878 2005-12-18 Julien MOUTTE <julien@moutte.net>
5880 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
5881 (gst_video_sink_get_type): Add a debug category.
5883 2005-12-17 Philippe Khalaf <burger@speedy.org>
5885 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5886 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
5887 Handle downstream newsegment by sending our own newsegment before the
5888 next buffer to be released. (#323900)
5890 2005-12-17 Philippe Khalaf <burger@speedy.org>
5892 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5893 (gst_base_rtp_depayload_set_gst_timestamp):
5894 add queue delay to new segment as well (as opposed to just the first
5895 buffer). (bug #322347)
5897 2005-12-16 Stefan Kost <ensonic@users.sf.net>
5899 * ext/libvisual/visual.c: (make_valid_name):
5900 change some char* into char[]
5901 * gst/audiotestsrc/gstaudiotestsrc.c:
5902 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
5903 (gst_audio_test_src_create):
5904 * gst/audiotestsrc/gstaudiotestsrc.h:
5905 prepare to handle EOS and SEGMENT_DONE
5907 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
5909 * tests/check/generic/states.c: (GST_START_TEST):
5910 Blacklist cdparanoia element in state test.
5912 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
5914 Patch by: Benjamin Pineau
5917 * gst/tcp/gsttcpclientsink.c:
5918 * gst/tcp/gsttcpserversink.c:
5919 * gst/tcp/gsttcpserversrc.c:
5920 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
5922 2005-12-15 Michael Smith <msmith@fluendo.com>
5924 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
5925 (gst_video_rate_chain):
5926 Fix timestamping for videorate when the first buffer it sees has a
5927 non-zero timestamp. Fix some misleading debug output.
5929 2005-12-15 Michael Smith <msmith@fluendo.com>
5931 * gst/audioresample/gstaudioresample.c:
5932 Don't leak all input buffers to audioresample.
5934 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
5936 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
5937 Don't operate on empty text buffers. Strip newlines and
5938 tabs only from the end of the text, but leave them intact
5939 in the middle. Fix typo in gtk-doc description.
5941 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
5943 * gst/playback/gstplaybasebin.c:
5944 * gst/playback/gstplaybin.c: (handoff):
5945 Make sure the video frame buffer we return to apps via the
5946 "frame" property always has caps set on it. Modify
5947 _gst_gvalue_set_object() macro to handle NULL objects
5950 2005-12-14 Stefan Kost <ensonic@users.sf.net>
5952 * gst/audiotestsrc/gstaudiotestsrc.c:
5953 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
5954 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
5955 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
5956 (gst_audio_test_src_create):
5957 * gst/audiotestsrc/gstaudiotestsrc.h:
5958 Adjust to some recent api changes and add wtays new cool seeking
5961 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
5963 * ext/alsa/Makefile.am:
5964 * ext/alsa/gstalsadeviceprobe.c:
5965 * ext/alsa/gstalsadeviceprobe.h:
5966 Helper functions to add device probing via the GstPropertyProbe
5967 interface to a class.
5969 * ext/alsa/gstalsamixer.h:
5970 Comment out GST_ALSA_MIXER, it returns a struct that's not
5973 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
5974 Add some debug info.
5976 * ext/alsa/gstalsamixerelement.c:
5977 (gst_alsa_mixer_element_interface_supported),
5978 (gst_implements_interface_init),
5979 (gst_alsa_mixer_element_init_interfaces),
5980 (gst_alsa_mixer_element_class_init),
5981 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
5982 (gst_alsa_mixer_element_set_property),
5983 (gst_alsa_mixer_element_get_property),
5984 (gst_alsa_mixer_element_change_state):
5985 * ext/alsa/gstalsamixerelement.h:
5986 Add 'device' and 'device-name' properties. Add GstPropertyProbe
5987 for device handling (gnome-volume-control will need that).
5989 2005-12-12 Christian Schaller <uraeus@gnome.org>
5991 * ext/Makefile.am: fix cdparanoia entry
5992 * gst-plugins-base.spec.in: add cdparanoia
5994 2005-12-12 Michael Smith <msmith@fluendo.com>
5996 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
5997 Use the correct function to free list of typefind factories.
5999 2005-12-12 Wim Taymans <wim@fluendo.com>
6001 * gst/videotestsrc/gstvideotestsrc.c:
6002 (gst_video_test_src_class_init), (gst_video_test_src_init),
6003 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
6004 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
6005 (gst_video_test_src_create):
6006 * gst/videotestsrc/gstvideotestsrc.h:
6007 Implement seeking in videotestsrc.
6010 2005-12-12 Wim Taymans <wim@fluendo.com>
6012 * ext/cdparanoia/Makefile.am:
6013 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
6014 (gst_paranoia_endian_get_type), (_do_init),
6015 (cdparanoia_class_init), (cdparanoia_init),
6016 (cdparanoia_set_property), (cdparanoia_get_property),
6017 (cdparanoia_do_seek), (cdparanoia_is_seekable),
6018 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
6019 (cdparanoia_convert), (cdparanoia_get_query_types),
6020 (cdparanoia_query), (cdparanoia_set_index),
6021 (cdparanoia_uri_set_uri):
6022 * ext/cdparanoia/gstcdparanoia.h:
6023 Partially ported cdparanoia now that basesrc can support a
6026 2005-12-12 Wim Taymans <wim@fluendo.com>
6028 * tests/examples/seek/scrubby.c: (main):
6029 Set higher priority for bus events so they don't get reordered with
6032 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
6033 (flush_toggle_cb), (main):
6034 Added checkbox to disable flushing seeks.
6035 Disable scrubbing when doing non flushing seeks.
6037 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
6039 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
6040 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
6041 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
6042 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
6043 Implement some sort of event handling that doesn't rely on
6044 g_return_if_fail; make sure we always push the last chunk of an
6045 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
6046 state change function; remove some old cruft. Seeking is still
6047 rather unlikely to work though.
6052 2005-12-11 Julien MOUTTE <julien@moutte.net>
6054 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6055 Fixed a leak of the current image reference when cleaning up.
6056 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
6058 2005-12-09 Michael Smith <msmith@fluendo.com>
6060 * tools/Makefile.am:
6061 * tools/gst-launch-ext-m.m:
6062 Remove gst-launch-ext. It doesn't work, and is no longer
6063 particularly useful.
6065 2005-12-08 Luca Ognibene <luogni@tin.it>
6067 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6068 don't pass random values to ogmparse convert function.
6069 Make seeking possible in the exile1.ogm file.
6071 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
6073 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6074 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6075 Work around refcount problem with g_value_set_object() that occur
6076 if the core has been compiled against GLib-2.6 (g_value_set_object()
6077 will only g_object_ref() the element, but the caller will
6078 gst_object_unref() it and bad things will happen due to the way
6079 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
6080 totem for people on FC4 using Thomas's 0.10 RPMs.
6082 2005-12-07 Edward Hervey <edward@fluendo.com>
6084 Time to welcome ogm to 0.10 :)
6086 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
6087 (gst_ogg_pad_typefind):
6088 Oggdemux can now properly typefind elements with dynamic pads.
6089 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6090 Properly set caps on src pad, and set caps on outgoing buffers.
6092 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
6094 * ext/alsa/gstalsamixer.h:
6095 * ext/alsa/gstalsamixerelement.h:
6096 * ext/alsa/gstalsamixeroptions.h:
6097 * ext/alsa/gstalsamixertrack.h:
6098 * ext/alsa/gstalsasink.c:
6099 * ext/alsa/gstalsasink.h:
6100 * ext/alsa/gstalsasrc.c:
6101 * ext/alsa/gstalsasrc.h:
6102 * ext/cdparanoia/gstcdparanoia.h:
6103 * ext/gnomevfs/gstgnomevfsuri.h:
6104 * ext/ogg/gstoggdemux.c:
6105 * ext/ogg/gstoggmux.c:
6106 * ext/pango/gsttextoverlay.h:
6107 * ext/theora/theoradec.c:
6108 * ext/theora/theoraenc.c:
6109 * ext/vorbis/vorbisdec.h:
6110 * ext/vorbis/vorbisenc.c:
6111 * ext/vorbis/vorbisenc.h:
6112 * ext/vorbis/vorbisparse.h:
6113 * gst-libs/gst/audio/gstaudioclock.h:
6114 * gst-libs/gst/audio/gstaudiosink.c:
6115 * gst-libs/gst/audio/gstaudiosink.h:
6116 * gst-libs/gst/audio/gstaudiosrc.c:
6117 * gst-libs/gst/audio/gstaudiosrc.h:
6118 * gst-libs/gst/audio/gstbaseaudiosink.c:
6119 * gst-libs/gst/audio/gstbaseaudiosink.h:
6120 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6121 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6122 * gst-libs/gst/audio/gstringbuffer.h:
6123 * gst-libs/gst/audio/multichannel.h:
6124 * gst-libs/gst/floatcast/floatcast.h:
6125 * gst-libs/gst/interfaces/colorbalance.c:
6126 * gst-libs/gst/interfaces/colorbalance.h:
6127 * gst-libs/gst/interfaces/colorbalancechannel.h:
6128 * gst-libs/gst/interfaces/mixer.h:
6129 * gst-libs/gst/interfaces/mixeroptions.h:
6130 * gst-libs/gst/interfaces/mixertrack.h:
6131 * gst-libs/gst/interfaces/navigation.h:
6132 * gst-libs/gst/interfaces/propertyprobe.h:
6133 * gst-libs/gst/interfaces/tuner.h:
6134 * gst-libs/gst/interfaces/tunerchannel.h:
6135 * gst-libs/gst/interfaces/tunernorm.h:
6136 * gst-libs/gst/interfaces/xoverlay.h:
6137 * gst-libs/gst/netbuffer/gstnetbuffer.h:
6138 * gst-libs/gst/riff/riff-ids.h:
6139 * gst-libs/gst/riff/riff-media.h:
6140 * gst-libs/gst/riff/riff-read.h:
6141 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6142 * gst-libs/gst/rtp/gstbasertppayload.c:
6143 * gst-libs/gst/rtp/gstbasertppayload.h:
6144 * gst-libs/gst/rtp/gstrtpbuffer.c:
6145 * gst-libs/gst/rtp/gstrtpbuffer.h:
6146 * gst-libs/gst/tag/gsttageditingprivate.h:
6147 * gst-libs/gst/tag/gstvorbistag.c:
6148 (gst_tag_list_from_vorbiscomment_buffer):
6149 * gst-libs/gst/tag/tag.h:
6150 * gst-libs/gst/video/video.h:
6151 * gst/adder/gstadder.c:
6152 * gst/adder/gstadder.h:
6153 * gst/audioconvert/audioconvert.c:
6154 * gst/audioconvert/audioconvert.h:
6155 * gst/audioconvert/gstaudioconvert.c:
6156 * gst/audioconvert/gstchannelmix.c:
6157 * gst/audioconvert/gstchannelmix.h:
6158 * gst/audiorate/gstaudiorate.c:
6159 * gst/audioresample/buffer.h:
6160 * gst/audioresample/functable.h:
6161 * gst/audioresample/gstaudioresample.c:
6162 * gst/audioresample/resample.h:
6163 * gst/ffmpegcolorspace/avcodec.h:
6164 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6165 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
6166 * gst/ffmpegcolorspace/imgconvert.c:
6167 * gst/ffmpegcolorspace/imgconvert_template.h:
6168 * gst/playback/gstdecodebin.c:
6169 * gst/playback/gstplaybasebin.h:
6170 * gst/playback/gstplaybin.c:
6171 * gst/playback/gststreaminfo.h:
6172 * gst/tcp/gstfdset.c:
6173 * gst/tcp/gstfdset.h:
6174 * gst/tcp/gstmultifdsink.c:
6175 * gst/tcp/gstmultifdsink.h:
6177 * gst/tcp/gsttcpclientsrc.c:
6178 * gst/tcp/gsttcpclientsrc.h:
6179 * gst/tcp/gsttcpplugin.h:
6180 * gst/tcp/gsttcpserversink.c:
6181 * gst/tcp/gsttcpserversrc.c:
6182 * gst/typefind/gsttypefindfunctions.c:
6183 * gst/videorate/gstvideorate.c:
6184 * gst/videotestsrc/gstvideotestsrc.h:
6185 * gst/videotestsrc/videotestsrc.h:
6186 * sys/v4l/gstv4lcolorbalance.h:
6187 * sys/v4l/gstv4ltuner.h:
6188 * sys/v4l/gstv4lxoverlay.h:
6189 * sys/v4l/v4l_calls.h:
6190 * sys/v4l/videodev_mjpeg.h:
6191 * tests/check/elements/audioconvert.c:
6192 * tests/check/elements/audioresample.c:
6193 * tests/check/elements/audiotestsrc.c:
6194 * tests/check/elements/videotestsrc.c:
6195 * tests/check/elements/volume.c:
6196 * tests/examples/seek/scrubby.c:
6197 * tests/examples/seek/seek.c:
6200 === release 0.10.0 ===
6202 2005-12-05 <thomas (at) apestaart (dot) org>
6205 releasing 0.10.0, "Mont-d'or"
6207 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
6209 * tests/examples/seek/Makefile.am:
6210 Build fix for when gtk is not available.
6212 2005-12-05 Andy Wingo <wingo@pobox.com>
6214 * ext/libvisual/visual.c: (get_buffer):
6215 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
6216 * ext/pango/gsttextrender.c: (gst_text_render_chain):
6217 * ext/theora/theoradec.c: (theora_handle_data_packet):
6218 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6220 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6221 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6222 Update for alloc_buffer changes.
6224 2005-12-05 Andy Wingo <wingo@pobox.com>
6226 patch by: Kai Vehmanen <kv2004 eca cx>
6228 * gst-libs/gst/rtp/gstbasertpdepayload.c
6229 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
6231 2005-12-04 Andy Wingo <wingo@pobox.com>
6233 patch by: Sebastien Cote <sebas642 yahoo ca>
6235 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
6238 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
6240 * docs/plugins/Makefile.am:
6241 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6242 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6243 * docs/plugins/gst-plugins-base-plugins.hierarchy:
6244 * ext/pango/gstclockoverlay.c:
6245 * ext/pango/gsttextoverlay.c:
6246 * ext/pango/gsttextrender.c:
6247 * ext/pango/gsttimeoverlay.c:
6248 Add gtk-doc blurbs to pango elements.
6250 2005-12-02 Wim Taymans <wim@fluendo.com>
6252 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
6253 * gst/audioresample/buffer.h:
6254 * gst/audioresample/gstaudioresample.c:
6255 * gst/audioresample/gstaudioresample.h:
6256 * gst/audioresample/resample.c: (resample_input_flush),
6257 (resample_input_pushthrough), (resample_input_eos),
6258 (resample_get_output_size_for_input),
6259 (resample_get_input_size_for_output), (resample_get_output_size),
6260 (resample_get_output_data):
6261 * gst/audioresample/resample.h:
6262 * gst/audioresample/resample_ref.c: (resample_scale_ref):
6263 Fix audioresample, seek torture, new segments, reverse negotiation
6266 2005-12-02 Wim Taymans <wim@fluendo.com>
6268 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6271 2005-12-02 Wim Taymans <wim@fluendo.com>
6273 * gst/audioconvert/gstaudioconvert.c:
6274 (gst_audio_convert_transform):
6277 === release 0.9.7 ===
6279 2005-12-01 <thomas (at) apestaart (dot) org>
6282 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
6284 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
6290 add win32 MANIFEST file
6291 do something to the hungarian translation
6293 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
6296 Add $(PANGO_DIR) to SUBDIRS
6298 * ext/pango/gstclockoverlay.c:
6299 * ext/pango/gsttimeoverlay.c:
6300 Fix and improve element descriptions.
6302 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
6304 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6305 * docs/plugins/inspect/plugin-libvisual.xml:
6306 * docs/plugins/inspect/plugin-pango.xml:
6307 add pango plugin to docs
6309 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
6315 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
6318 * tests/Makefile.am:
6319 * tests/icles/.cvsignore:
6320 * tests/icles/Makefile.am:
6321 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
6322 (close_display), (resize_window), (move_window), (create_window),
6323 (terminate_playback), (pause_playback), (start_playback), (main):
6324 add stress test for xoverlay from Julien
6326 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
6328 * docs/libs/tmpl/gstcolorbalance.sgml:
6329 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6330 * gst-libs/gst/rtp/gstbasertppayload.c:
6331 * gst-libs/gst/rtp/gstrtpbuffer.c:
6332 * gst-libs/gst/rtp/gstrtpbuffer.h:
6333 Do burger's rename for rtp payloaders and depayloaders
6335 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
6338 add Visual Studio 6 build files
6340 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
6342 * docs/libs/gst-plugins-base-libs-docs.sgml:
6343 * docs/libs/gst-plugins-base-libs-sections.txt:
6344 * docs/libs/tmpl/gstaudio.sgml:
6345 * docs/libs/tmpl/gstringbuffer.sgml:
6346 * gst-libs/gst/interfaces/xoverlay.c:
6347 * gst-libs/gst/video/gstvideofilter.c:
6348 * gst-libs/gst/video/gstvideosink.c:
6349 update documentation
6351 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
6353 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
6354 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
6355 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
6356 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
6357 (gst_multi_fd_sink_get_stats),
6358 (gst_multi_fd_sink_remove_client_link),
6359 (gst_multi_fd_sink_handle_client_read),
6360 (gst_multi_fd_sink_client_queue_data),
6361 (gst_multi_fd_sink_client_queue_caps),
6362 (gst_multi_fd_sink_client_queue_buffer),
6363 (gst_multi_fd_sink_new_client),
6364 (gst_multi_fd_sink_handle_client_write),
6365 (gst_multi_fd_sink_recover_client),
6366 (gst_multi_fd_sink_queue_buffer),
6367 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
6368 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
6369 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
6370 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
6371 * gst/tcp/gstmultifdsink.h:
6372 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
6373 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
6374 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
6375 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
6376 (gst_tcp_client_sink_set_property),
6377 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
6378 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
6379 * gst/tcp/gsttcpclientsink.h:
6380 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
6381 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
6382 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
6383 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
6384 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
6385 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
6386 * gst/tcp/gsttcpclientsrc.h:
6387 * gst/tcp/gsttcpplugin.c: (plugin_init):
6388 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
6389 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
6390 (gst_tcp_server_sink_finalize),
6391 (gst_tcp_server_sink_handle_server_read),
6392 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
6393 (gst_tcp_server_sink_set_property),
6394 (gst_tcp_server_sink_get_property),
6395 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
6396 * gst/tcp/gsttcpserversink.h:
6397 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
6398 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
6399 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
6400 (gst_tcp_server_src_set_property),
6401 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
6402 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
6403 * gst/tcp/gsttcpserversrc.h:
6406 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
6408 * docs/plugins/Makefile.am:
6409 * docs/plugins/gst-plugins-base-plugins.args:
6410 * docs/plugins/inspect/plugin-libvisual.xml:
6411 * gst/audioconvert/plugin.h:
6412 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
6413 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
6414 (gst_audio_rate_setcaps), (gst_audio_rate_init),
6415 (gst_audio_rate_chain), (gst_audio_rate_set_property),
6416 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
6418 * gst/audiotestsrc/gstaudiotestsrc.c:
6419 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
6420 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
6421 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
6422 (gst_audio_test_src_get_query_types),
6423 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
6424 (gst_audio_test_src_create_square),
6425 (gst_audio_test_src_create_saw),
6426 (gst_audio_test_src_create_triangle),
6427 (gst_audio_test_src_create_silence),
6428 (gst_audio_test_src_create_white_noise),
6429 (gst_audio_test_src_init_pink_noise),
6430 (gst_audio_test_src_generate_pink_noise_value),
6431 (gst_audio_test_src_create_pink_noise),
6432 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
6433 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
6434 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
6436 * gst/audiotestsrc/gstaudiotestsrc.h:
6437 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
6438 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
6439 (gst_sub_parse_init), (gst_sub_parse_formats),
6440 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
6441 (convert_encoding), (get_next_line),
6442 (gst_sub_parse_data_format_autodetect),
6443 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
6444 (gst_sub_parse_loop), (gst_sub_parse_chain),
6445 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
6447 * gst/subparse/gstsubparse.h:
6448 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
6449 (gst_video_rate_base_init), (gst_video_rate_class_init),
6450 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
6451 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
6452 (gst_video_rate_init), (gst_video_rate_event),
6453 (gst_video_rate_chain), (gst_video_rate_set_property),
6454 (gst_video_rate_get_property), (gst_video_rate_change_state),
6456 * gst/videoscale/gstvideoscale.c:
6457 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
6458 (gst_video_scale_src_template_factory),
6459 (gst_video_scale_sink_template_factory),
6460 (gst_video_scale_get_type), (gst_video_scale_base_init),
6461 (gst_video_scale_class_init), (gst_video_scale_init),
6462 (gst_video_scale_set_property), (gst_video_scale_get_property),
6463 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
6464 (gst_video_scale_prepare_size), (parse_caps),
6465 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6466 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
6467 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
6469 * gst/videoscale/gstvideoscale.h:
6470 * gst/videotestsrc/gstvideotestsrc.c:
6471 (gst_video_test_src_pattern_get_type),
6472 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
6473 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
6474 (gst_video_test_src_set_pattern),
6475 (gst_video_test_src_set_property),
6476 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
6477 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
6478 (gst_video_test_src_event), (gst_video_test_src_get_times),
6479 (gst_video_test_src_create), (plugin_init):
6480 * gst/videotestsrc/gstvideotestsrc.h:
6481 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
6482 (gst_video_test_src_smpte), (gst_video_test_src_snow),
6483 (gst_video_test_src_black):
6484 * gst/videotestsrc/videotestsrc.h:
6486 clean up docs a little
6488 2005-11-30 Wim Taymans <wim@fluendo.com>
6490 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6491 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6492 (gst_basertppayload_event), (gst_basertppayload_push),
6493 (gst_basertppayload_change_state):
6494 * gst-libs/gst/rtp/gstbasertppayload.h:
6497 2005-11-30 Julien MOUTTE <julien@moutte.net>
6499 * docs/libs/gst-plugins-base-libs-docs.sgml:
6500 * docs/libs/gst-plugins-base-libs-sections.txt:
6501 * gst-libs/gst/video/gstvideofilter.c:
6502 * gst-libs/gst/video/gstvideosink.c:
6503 * gst-libs/gst/video/gstvideosink.h: Adding docs.
6505 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
6525 * scripts/autoplugins.sh:
6528 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
6532 * examples/Makefile.am:
6533 * examples/capsfilter/Makefile.am:
6534 * examples/capsfilter/capsfilter1.c:
6535 * examples/gob/Makefile.am:
6536 * examples/gob/gst-identity2.gob:
6537 * examples/indexing/.cvsignore:
6538 * examples/indexing/Makefile.am:
6539 * examples/indexing/indexmpeg.c:
6540 * examples/seeking/.cvsignore:
6541 * examples/seeking/Makefile.am:
6542 * examples/seeking/cdparanoia.c:
6543 * examples/seeking/cdplayer.c:
6544 * examples/seeking/chained.c:
6545 * examples/seeking/scrubby.c:
6546 * examples/seeking/seek.c:
6547 * examples/stats/Makefile.am:
6548 * examples/stats/mp2ogg.c:
6549 * examples/switch/.cvsignore:
6550 * examples/switch/Makefile.am:
6551 * examples/switch/switcher.c:
6552 * tests/Makefile.am:
6553 * tests/check/generic/.cvsignore:
6554 * tests/check/pipelines/.cvsignore:
6555 * tests/examples/Makefile.am:
6556 * tests/examples/seek/Makefile.am:
6557 reorganize stuff under tests/
6559 2005-11-30 Edward Hervey <edward@fluendo.com>
6561 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
6562 Go away you stupid GstStaticPadTemplate memleak.
6564 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
6566 * gst-libs/gst/net/Makefile.am:
6567 * gst-libs/gst/net/README:
6568 * gst-libs/gst/net/gstnetbuffer.c:
6569 * gst-libs/gst/net/gstnetbuffer.h:
6570 this was moved to "netbuffer"
6572 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
6574 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
6575 (gst_video_filter_class_init), (gst_video_filter_init):
6576 * gst-libs/gst/video/gstvideofilter.h:
6577 borgify name to bring in line with other classes
6579 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
6581 * gst/audioscale/.cvsignore:
6582 * gst/audioscale/Makefile.am:
6583 * gst/audioscale/README:
6584 * gst/audioscale/audioscale.vcproj:
6585 * gst/audioscale/dtof.c:
6586 * gst/audioscale/dtos.c:
6587 * gst/audioscale/functable.c:
6588 * gst/audioscale/gstaudioscale.c:
6589 * gst/audioscale/gstaudioscale.h:
6590 * gst/audioscale/private.h:
6591 * gst/audioscale/resample.c:
6592 * gst/audioscale/resample.h:
6593 * gst/audioscale/test.c:
6596 2005-11-30 Edward Hervey <edward@fluendo.com>
6598 * gst-libs/gst/netbuffer/Makefile.am:
6599 really, really tired
6601 2005-11-30 Edward Hervey <edward@fluendo.com>
6603 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6604 Update for new GstTypeFindFactory _register()
6606 2005-11-30 Edward Hervey <edward@fluendo.com>
6608 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
6609 Let's not override libgstnet from core for no reason...
6610 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
6611 Ok, maybe not so quick next time.
6613 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
6616 * gst-libs/gst/Makefile.am:
6617 moved gst-libs/gst/net to netbuffer through CVS surgery
6618 remove old directory
6619 updating build to accomodate
6622 2005-11-29 Andy Wingo <wingo@pobox.com>
6624 * pkgconfig/gstreamer-plugins-base.pc.in:
6625 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6626 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
6629 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
6631 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
6632 3rd time's the charm. Correct ref-counting for discarded buffers.
6634 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
6636 * gst/playback/gststreamselector.c:
6637 (gst_stream_selector_class_init),
6638 (gst_stream_selector_set_property),
6639 (gst_stream_selector_get_property),
6640 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6643 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
6645 * gst/subparse/gstsubparse.c: (feed_textbuf):
6646 Don't access already unref'ed buffer.
6648 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
6650 * gst/playback/gststreamselector.c:
6651 (gst_stream_selector_class_init), (gst_stream_selector_init),
6652 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
6653 (gst_stream_selector_get_property),
6654 (gst_stream_selector_get_linked_pad),
6655 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6656 * gst/playback/gststreamselector.h:
6657 Add the active-pad property for playbin to use shortly. Ignore buffers
6658 from any other pad, returning GST_FLOW_NOT_LINKED
6660 2005-11-29 Julien MOUTTE <julien@moutte.net>
6662 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
6663 patch from bug #322704 (Alessandro Decina).
6665 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
6667 * gst-libs/gst/audio/Makefile.am:
6668 folded audiofilter into the audio library
6670 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
6672 * gst/videoscale/gstvideoscale.h:
6673 * gst/videoscale/gstvideoscale.c:
6674 remove unimplemented scale methods
6676 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
6678 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
6681 2005-11-28 Julien MOUTTE <julien@moutte.net>
6683 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6684 (gst_ximagesink_setcaps):
6685 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6686 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
6687 happens (only visible on ximagesink but bug is in xv too) set_caps was
6688 destroying the internal x[v]image used to memcpy non locally alloced
6689 buffers so that it got renewed on next _chain. The issue is that
6690 _expose will try to put that image as it reffed it in _put.
6691 Using gst_buffer_unref instead of destroy fixes it !
6693 2005-11-28 Edward Hervey <edward@fluendo.com>
6695 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6696 (try_to_link_1), (queue_filled_cb):
6697 Better use of the queues. Start with a small size queue and only increase
6698 the size of the queues when the other queues are empty.
6700 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
6702 * gst-libs/gst/video/Makefile.am:
6703 compile in copied-over videofilter into the video library
6704 * gst-libs/gst/video/videosink.h:
6705 rename the header to gstvideosink.h since it's a base GstObject class
6706 * sys/ximage/ximagesink.h:
6707 * sys/xvimage/xvimagesink.h:
6710 2005-11-28 Wim Taymans <wim@fluendo.com>
6712 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
6713 * gst/playback/gstplaybasebin.h:
6714 Prepare to handle errors betters.
6716 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
6717 Set sinks to PAUSED first before adding and linking them so that
6718 we don't interrupt dataflow.
6720 2005-11-28 Wim Taymans <wim@fluendo.com>
6722 * gst-libs/gst/audio/TODO:
6725 * gst-libs/gst/audio/gstaudiosink.c:
6726 (gst_audioringbuffer_open_device),
6727 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
6728 (gst_audioringbuffer_release):
6731 * gst-libs/gst/audio/gstbaseaudiosink.c:
6732 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
6733 (gst_base_audio_sink_change_state):
6734 Slave to the master clock when going to PLAYING and unslave when
6737 * gst-libs/gst/audio/gstringbuffer.c:
6738 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6739 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6740 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
6741 (gst_ring_buffer_clear_all), (wait_segment),
6742 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6743 (gst_ring_buffer_advance):
6744 * gst-libs/gst/audio/gstringbuffer.h:
6745 Add some docs and cleanups.
6747 2005-11-28 Julien MOUTTE <julien@moutte.net>
6749 * sys/xvimage/xvimagesink.c:
6750 (gst_xvimagesink_navigation_send_event): Fix navigation events
6751 coordinates translation with pixel aspect ratios.
6753 2005-11-28 Julien MOUTTE <julien@moutte.net>
6755 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6756 Use calculated video geometry from _setcaps instead of buffer
6757 caps to respect pixel aspect ratio. (fixes #322388)
6759 2005-11-28 Julien MOUTTE <julien@moutte.net>
6761 * docs/libs/tmpl/gstcolorbalance.sgml:
6762 * docs/libs/tmpl/gstmixer.sgml:
6763 * docs/libs/tmpl/gstxoverlay.sgml:
6764 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
6767 2005-11-28 Julien MOUTTE <julien@moutte.net>
6769 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6770 Refuse to create an XvImage if we can't find the format.
6772 2005-11-28 Edward Hervey <edward@fluendo.com>
6774 * gst-libs/gst/riff/riff-media.c:
6775 (gst_riff_create_audio_template_caps):
6776 Add ATRAC3 to the list of riff-possible audio caps.
6777 I know we still don't have a plugin for atrac3, but it's saner to output
6778 that than a cryptic mimetype.
6780 2005-11-27 Edward Hervey <edward@fluendo.com>
6782 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
6783 Don't try to create a zero-sized subbuffer.
6785 2005-11-27 Julien MOUTTE <julien@moutte.net>
6787 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
6788 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
6789 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
6790 (gst_ximagesink_expose): Fixed a tricky race.
6791 * sys/ximage/ximagesink.h:
6792 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6793 (gst_xvimagesink_expose): Fixed a tricky race.
6794 * sys/xvimage/xvimagesink.h:
6796 2005-11-27 Edward Hervey <edward@fluendo.com>
6798 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6799 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
6800 Remove unused properties, and add queues between demuxers and decoders
6801 so that a lot more files can preroll properly.
6803 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
6805 * gst-libs/gst/net/Makefile.am:
6806 * gst-libs/gst/rtp/Makefile.am:
6807 * gst-libs/gst/tag/Makefile.am:
6808 remove silly include
6809 * gst/tags/Makefile.am:
6810 * gst/tags/gsttagediting.c:
6811 * gst/tags/gsttageditingprivate.h:
6812 * gst/tags/tagedit.vcproj:
6813 remove directory, is as good as empty
6815 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
6818 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
6819 * gst-libs/Makefile.am:
6820 * gst-libs/gst/audio/Makefile.am:
6821 * gst-libs/gst/interfaces/Makefile.am:
6822 * gst-libs/gst/net/Makefile.am:
6823 * gst-libs/gst/riff/Makefile.am:
6824 * gst-libs/gst/rtp/Makefile.am:
6825 * gst-libs/gst/tag/Makefile.am:
6826 * gst-libs/gst/video/Makefile.am:
6829 2005-11-27 Julien MOUTTE <julien@moutte.net>
6831 * docs/libs/tmpl/gstcolorbalance.sgml:
6832 * docs/libs/tmpl/gstmixer.sgml:
6833 * docs/libs/tmpl/gstxoverlay.sgml:
6834 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
6835 * sys/ximage/ximagesink.h:
6836 * sys/xvimage/xvimagesink.h: More and more documentation.
6838 2005-11-26 Julien MOUTTE <julien@moutte.net>
6840 * docs/libs/gst-plugins-base-libs-docs.sgml:
6841 * docs/libs/gst-plugins-base-libs-sections.txt:
6842 * docs/libs/tmpl/gstcolorbalance.sgml:
6843 * docs/libs/tmpl/gstmixer.sgml:
6844 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
6847 2005-11-26 Julien MOUTTE <julien@moutte.net>
6849 * docs/plugins/Makefile.am:
6850 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6851 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6852 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
6854 2005-11-26 Julien MOUTTE <julien@moutte.net>
6856 * docs/plugins/Makefile.am:
6857 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6858 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6859 * docs/plugins/inspect/plugin-adder.xml:
6860 * docs/plugins/inspect/plugin-alsa.xml:
6861 * docs/plugins/inspect/plugin-audioconvert.xml:
6862 * docs/plugins/inspect/plugin-audiorate.xml:
6863 * docs/plugins/inspect/plugin-audioresample.xml:
6864 * docs/plugins/inspect/plugin-audiotestsrc.xml:
6865 * docs/plugins/inspect/plugin-decodebin.xml:
6866 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6867 * docs/plugins/inspect/plugin-gnomevfs.xml:
6868 * docs/plugins/inspect/plugin-ogg.xml:
6869 * docs/plugins/inspect/plugin-playbin.xml:
6870 * docs/plugins/inspect/plugin-subparse.xml:
6871 * docs/plugins/inspect/plugin-tcp.xml:
6872 * docs/plugins/inspect/plugin-theora.xml:
6873 * docs/plugins/inspect/plugin-typefindfunctions.xml:
6874 * docs/plugins/inspect/plugin-video4linux.xml:
6875 * docs/plugins/inspect/plugin-videorate.xml:
6876 * docs/plugins/inspect/plugin-videoscale.xml:
6877 * docs/plugins/inspect/plugin-videotestsrc.xml:
6878 * docs/plugins/inspect/plugin-volume.xml:
6879 * docs/plugins/inspect/plugin-vorbis.xml:
6880 * docs/plugins/inspect/plugin-ximagesink.xml:
6881 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
6882 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
6884 2005-11-26 Edward Hervey <edward@fluendo.com>
6886 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
6887 Properly return GstFlowReturn from gst_pad_push in chain functions.
6889 2005-11-25 Michael Smith <msmith@fluendo.com>
6891 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
6892 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
6893 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6894 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
6895 Handle various conditions better when we don't understand a stream.
6896 Removes a heap of CRITICALs on ogg streams containing unknown data.
6898 2005-11-24 Andy Wingo <wingo@pobox.com>
6900 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
6903 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
6905 * configure.ac: back to HEAD
6907 === release 0.9.6 ===
6909 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
6912 releasing 0.9.6, "White Eight"
6914 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
6916 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6917 * docs/plugins/inspect/plugin-sine.xml:
6918 remove sinesrc some more
6920 2005-11-23 Wim Taymans <wim@fluendo.com>
6922 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
6923 If we are reading too slowly, jump forward in the ringbuffer
6924 instead of blocking.
6926 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
6928 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
6930 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
6931 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
6932 (gst_videorate_chain):
6933 * gst/videotestsrc/gstvideotestsrc.c:
6934 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
6935 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
6936 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
6937 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
6938 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
6939 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
6940 Updates for API changes
6942 2005-11-23 Wim Taymans <wim@fluendo.com>
6944 * gst-libs/gst/audio/gstbaseaudiosink.c:
6945 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
6946 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6947 Fix for calibration API change.
6949 2005-11-23 Michael Smith <msmith@fluendo.com>
6951 * gst-libs/gst/audio/multichannel.c:
6952 (gst_audio_get_channel_positions),
6953 (gst_audio_set_channel_positions),
6954 (gst_audio_set_structure_channel_positions_list),
6955 (gst_audio_fixate_channel_positions):
6956 Use gst_value_array_*() functions on value arrays, not
6959 2005-11-23 Edward Hervey <edward@fluendo.com>
6962 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
6965 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
6967 * check/Makefile.am:
6968 * check/elements/videotestsrc.c: (setup_videotestsrc),
6969 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
6971 add a test for videotestsrc
6973 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
6975 * gst/sine/.cvsignore:
6976 * gst/sine/Makefile.am:
6977 * gst/sine/gstsinesrc.c:
6978 * gst/sine/gstsinesrc.h:
6979 * gst/sine/sinesrc.vcproj:
6980 and remove sinesrc from the repository. Closes #321446
6982 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
6985 * gst-plugins-base.spec.in:
6986 remove sinesrc from the build
6988 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
6990 * check/Makefile.am:
6991 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
6992 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
6994 add a test for audiotestsrc, testing all waves. Even seems
6995 leak-free at first glance, nice job Stefan
6997 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
7013 Translation string updates
7015 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
7016 (gst_v4lsrc_set_caps):
7017 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
7018 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
7019 * sys/v4l/v4lsrc_calls.h:
7020 Improve v4lsrc, by making it work again.
7022 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
7024 * ext/libvisual/visual.c: (gst_visual_chain):
7025 Fix the fps calculations.
7027 * gst/ffmpegcolorspace/avcodec.h:
7028 Move structure element for clarity
7030 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
7031 * gst-libs/gst/interfaces/tunernorm.h:
7032 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
7033 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
7034 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
7035 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
7036 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
7037 (gst_v4lmjpegsrc_getcaps):
7038 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
7039 (gst_v4lsrc_set_caps):
7040 * sys/v4l/gstv4lsrc.h:
7041 * sys/v4l/v4l_calls.c: (gst_v4l_open):
7042 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
7043 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
7044 * sys/v4l/v4lsrc_calls.h:
7045 Fractional framerates...
7047 2005-11-22 Wim Taymans <wim@fluendo.com>
7049 * gst-libs/gst/audio/gstbaseaudiosink.c:
7050 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
7051 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7052 And we provide a clock by default, of course...
7054 2005-11-22 Wim Taymans <wim@fluendo.com>
7056 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
7057 This clock can be slaved to a master clock now.
7059 * gst-libs/gst/audio/gstbaseaudiosink.c:
7060 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
7061 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
7062 (gst_base_audio_sink_set_clock),
7063 (gst_base_audio_sink_set_property),
7064 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
7065 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7066 * gst-libs/gst/audio/gstbaseaudiosink.h:
7067 Handle slaving the internal clock to the clock selected in the
7069 Add property to make the basesink not provide a clock.
7071 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7072 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
7073 (gst_base_rtp_depayload_wait):
7074 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7075 We can use the clock in GstElement, no need to store it ourselves.
7077 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
7079 * docs/libs/tmpl/gstaudio.sgml:
7081 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
7082 (gst_paranoia_endian_get_type):
7083 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
7084 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7085 * gst/audiotestsrc/gstaudiotestsrc.c:
7086 (gst_audiostestsrc_wave_get_type):
7087 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
7088 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7089 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7090 (gst_sync_method_get_type), (gst_unit_type_get_type),
7091 (gst_client_status_get_type), (gst_multifdsink_class_init),
7092 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
7093 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
7094 (gst_multifdsink_get_property):
7095 * gst/tcp/gstmultifdsink.h:
7096 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
7097 * gst/videotestsrc/gstvideotestsrc.c:
7098 (gst_videotestsrc_pattern_get_type):
7099 remove deprecated properties
7100 fix up enums to correctly have short lowercase dashed nicks
7102 2005-11-22 Michael Smith <msmith@fluendo.com>
7104 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
7105 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7108 2005-11-22 Michael Smith <msmith@fluendo.com>
7110 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
7111 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7112 Use utility method for scaling clocktime for fractional framerates.
7114 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
7116 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
7118 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7119 * ext/theora/theoradec.c: (theora_handle_type_packet):
7120 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7122 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7123 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
7124 * gst-libs/gst/video/video.h:
7125 * gst/ffmpegcolorspace/avcodec.h:
7126 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7127 (gst_ffmpeg_caps_to_pixfmt):
7128 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7129 (gst_ffmpegcsp_set_caps):
7130 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7131 (gst_videorate_setcaps), (gst_videorate_blank_data),
7132 (gst_videorate_chain):
7133 * gst/videotestsrc/gstvideotestsrc.c:
7134 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
7135 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
7136 (gst_videotestsrc_event), (gst_videotestsrc_create):
7137 * gst/videotestsrc/gstvideotestsrc.h:
7138 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7139 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
7140 (gst_ximagesink_get_times), (gst_ximagesink_init):
7141 * sys/ximage/ximagesink.h:
7142 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7143 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7144 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
7145 * sys/xvimage/xvimagesink.h:
7146 Convert elements to use fractions for their framerate.
7147 V4L elements to come later tonight.
7149 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
7151 * gst-libs/gst/audio/audio.c:
7152 * gst-libs/gst/audio/audio.h:
7153 remove some deprecated functions
7155 2005-11-22 Andy Wingo <wingo@pobox.com>
7157 * Update for gst_tag_setter API changes.
7159 2005-11-22 Andy Wingo <wingo@pobox.com>
7161 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
7162 (gst_ogg_demux_perform_seek):
7163 * ext/theora/theoradec.c (theora_dec_sink_event):
7164 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
7167 2005-11-22 Wim Taymans <wim@fluendo.com>
7169 * examples/seeking/seek.c: (main):
7170 Give higher priority to bus signals than the gtk events
7171 to fix a race condition in the segment looping.
7173 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
7175 * ext/theora/Makefile.am:
7176 * ext/vorbis/Makefile.am:
7177 * gst-libs/gst/tag/Makefile.am:
7178 * gst-plugins-base.spec.in:
7179 Rename libgsttagedit to libgsttag (#322117).
7181 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
7183 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
7184 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7185 Call gst_x_overlay_prepare_xwindow_id() to give applications
7186 a final chance to set their own xwindow id before the video
7187 sink creates its own window.
7189 2005-11-22 Julien MOUTTE <julien@moutte.net>
7191 * sys/xvimage/xvimagesink.c:
7192 (gst_xvimagesink_navigation_send_event): Handle navigation
7193 events correcly with borders if applicable.
7195 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
7197 Patch by: Luca Ognibene
7199 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7200 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7201 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7202 (gst_ffmpegcsp_caps_remove_format_info):
7203 * gst/ffmpegcolorspace/imgconvert.c:
7204 * gst/ffmpegcolorspace/imgconvert_template.h:
7205 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
7206 #318353); use gst_structure_has_name().
7208 2005-11-22 Julien MOUTTE <julien@moutte.net>
7210 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
7211 (gst_ximagesink_class_init): Add debug macros on functions.
7212 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7213 (gst_xvimagesink_xwindow_draw_borders),
7214 (gst_xvimagesink_xvimage_put),
7215 (gst_xvimagesink_xwindow_update_geometry),
7216 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
7217 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
7218 (gst_xvimagesink_xcontext_clear),
7219 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7220 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
7221 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
7222 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
7223 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
7224 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7225 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
7226 expose while being PAUSED, out of data flow navigation events, etc..
7228 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
7230 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
7231 * gst-libs/gst/audio/audio.h:
7232 fix prototype - wondering why the test worked regardless
7234 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
7236 * check/Makefile.am:
7237 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
7238 * gst-libs/gst/audio/audio.h:
7239 add a method that returns a proper GstClockTime
7241 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
7243 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
7244 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
7245 * gst-libs/gst/interfaces/xoverlay.h:
7246 Remove everything having to do with the desired size; add
7247 gst_x_overlay_prepare_xwindow_id() function; remove the
7248 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
7249 post a message on the bus instead (#321816).
7251 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
7252 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
7253 (gst_xvimagesink_xoverlay_init):
7254 Remove desired size stuff (#321816).
7256 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
7258 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
7259 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
7260 (mpeg_video_type_find), (mpeg_video_stream_type_find):
7261 Terminate vararg functions with NULL instead of 0 to
7264 2005-11-21 Andy Wingo <wingo@pobox.com>
7266 patch by: Sebastien Cote <sebas642@yahoo.ca>
7268 * gst-libs/gst/rtp/gstrtpbuffer.h:
7269 * gst-libs/gst/rtp/gstrtpbuffer.c
7270 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
7272 2005-11-21 Andy Wingo <wingo@pobox.com>
7274 * gst/playback/gstplaybin.c (gen_audio_element)
7275 (gen_video_element): Use the new MISSING_PLUGIN core error
7276 category. Closes #320060.
7278 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
7279 * gst/videorate/gstvideorate.c (gst_videorate_event):
7280 * ext/theora/theoradec.c (theora_dec_sink_event):
7281 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
7284 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
7285 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
7286 stream lock changes.
7288 2005-11-21 Wim Taymans <wim@fluendo.com>
7290 * gst-libs/gst/audio/gstbaseaudiosink.c:
7291 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
7292 (gst_base_audio_sink_provide_clock),
7293 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
7294 (gst_base_audio_sink_change_state):
7295 * gst/audioresample/gstaudioresample.c:
7298 2005-11-21 Andy Wingo <wingo@pobox.com>
7301 * *.c: Ran scripts/update-macros. Oh yes.
7303 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
7305 * sys/ximage/Makefile.am:
7306 * sys/ximage/ximage.c:
7307 Rename ximage plugin to ximagesink (#321426) (Don't forget to
7308 remove your old libgstximage.* manually if necessary).
7310 2005-11-21 Michael Smith <msmith@fluendo.com>
7312 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
7313 Minimal fix for bug #320200: set the min/max bitrate in the correct
7314 units. A better fix would be to upgrade to the RATEMANAGE2
7315 interface, rather than using the deprecated interface used here, but
7316 that would require an update in our libvorbis dependency (to 1.1),
7317 which is probably undesirable.
7319 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
7321 * ext/libvisual/visual.c: (get_buffer):
7322 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7323 (gst_base_audio_src_fixate):
7324 * gst/audioconvert/gstaudioconvert.c:
7325 (gst_audio_convert_fixate_caps):
7326 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
7327 * gst/audiotestsrc/gstaudiotestsrc.c:
7328 (gst_audiotestsrc_src_fixate):
7329 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
7330 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
7331 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
7332 * gst/videotestsrc/gstvideotestsrc.c:
7333 (gst_videotestsrc_src_fixate):
7334 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
7335 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
7336 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
7340 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
7342 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7343 (gst_riff_create_iavs_caps):
7344 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
7345 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
7346 (gst_riff_parse_info):
7347 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
7348 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
7349 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7350 Fixes for GST_FOURCC_FORMAT API change.
7352 2005-11-21 Andy Wingo <wingo@pobox.com>
7354 patch by: Alessandro Dessina <alessandro nnva org>
7356 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
7357 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
7358 (gst_ogg_parse_chain):
7359 * ext/theora/theoraenc.c (theora_set_header_on_caps):
7360 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
7361 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
7362 gst_value_list calls on arrays. Fixes #321962.
7364 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
7366 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7367 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
7368 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7369 * gst/adder/gstadder.c: (gst_adder_init),
7370 (gst_adder_request_new_pad), (gst_adder_collected),
7371 (gst_adder_change_state):
7372 Update for gst_collectpads_foo() to gst_collect_pads_foo()
7375 2005-11-21 Michael Smith <msmith@fluendo.com>
7377 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
7378 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
7379 Properly handle pad_push return values.
7381 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
7383 * gst-libs/gst/tag/Makefile.am:
7384 * gst-libs/gst/tag/gstvorbistag.c:
7385 (gst_tag_list_to_vorbiscomment_buffer):
7386 Remove obsolete vorbistag element and debug category.
7388 * gst/playback/gstplaybasebin.c: (check_queue):
7389 Don't divide by 0 when queue-threshold is 0.
7391 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
7392 Don't modify an existing pixel-aspect-ratio if we fail to read
7395 2005-11-20 Wim Taymans <wim@fluendo.com>
7397 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
7398 (gst_vorbisenc_push_packet):
7399 GST_PAD_IS_USABLE is gone, use the return value of
7400 the push or pad_alloc_buffer instead.
7402 2005-11-18 Julien MOUTTE <julien@moutte.net>
7404 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7405 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
7406 (gst_ximagesink_ximage_destroy),
7407 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
7408 (gst_ximagesink_xwindow_new),
7409 (gst_ximagesink_xwindow_update_geometry),
7410 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
7411 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
7412 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
7413 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
7414 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
7415 (gst_ximagesink_navigation_send_event),
7416 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
7417 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7418 (gst_ximagesink_finalize), (gst_ximagesink_init),
7419 (gst_ximagesink_class_init):
7420 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
7421 This new version brings correct software scaling, non flickering
7422 window while resizing, pixel aspect ratio handling, usage of
7423 hardware buffer pools, out of data flow event thread for
7424 navigation and handling of expose events even when being PAUSED,
7425 a new property to keep video aspect ratio when resizing, etc...
7427 2005-11-18 Julien MOUTTE <julien@moutte.net>
7429 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7430 (gst_videoscale_fixate_caps): Introduce back caps fixate with
7433 2005-11-18 <bilboed@dvdsrc.fluendo.com>
7435 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7436 Unsetting IS_SINK flag from the fakesink, so decodebin
7437 never behaves as a sink.
7439 2005-11-17 Wim Taymans <wim@fluendo.com>
7441 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7442 (gst_base_audio_src_change_state):
7443 Fix the audiosrc base class again, we did not unflush.
7445 2005-11-17 Julien MOUTTE <julien@moutte.net>
7447 * examples/seeking/seek.c: (make_dv_pipeline),
7448 (make_vorbis_theora_pipeline), (make_avi_pipeline),
7449 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
7450 to ogg/vorbis/theora pipeline.
7452 2005-11-17 Wim Taymans <wim@fluendo.com>
7454 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7455 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7456 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7457 Fix EOS on multiple streams.
7460 2005-11-16 Wim Taymans <wim@fluendo.com>
7462 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
7463 (gst_ogg_demux_perform_seek):
7464 Segment done must include stream time.
7466 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
7467 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
7468 (gst_ogg_mux_change_state):
7469 Fix ogg muxer again.
7471 2005-11-16 Wim Taymans <wim@fluendo.com>
7473 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
7476 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
7478 * ext/libvisual/visual.c: (gst_visual_init):
7479 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
7480 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
7481 (gst_ogg_parse_chain):
7482 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7483 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
7484 * ext/theora/theoradec.c: (gst_theora_dec_init):
7485 * ext/theora/theoraenc.c: (gst_theora_enc_init):
7486 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
7487 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
7488 * gst/adder/gstadder.c: (gst_adder_class_init),
7489 (gst_adder_dispose):
7490 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7491 * gst/subparse/gstsubparse.c: (gst_subparse_init):
7492 * gst/videorate/gstvideorate.c: (gst_videorate_init):
7493 Fix a whole set of pad template leaks
7495 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
7497 * check/generic/states.c: (GST_START_TEST):
7498 fix the test so that it only checks for elements that are part of
7501 2005-11-16 Michael Smith <msmith@fluendo.com>
7503 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
7504 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
7505 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7506 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
7507 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
7508 (gst_ogg_mux_change_state):
7509 Fix leaking collectpads.
7511 2005-11-16 Edward Hervey <edward@fluendo.com>
7513 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7514 (gst_videorate_event), (gst_videorate_chain):
7515 Handle segment seeks
7517 2005-11-16 Wim Taymans <wim@fluendo.com>
7519 * gst-libs/gst/audio/gstbaseaudiosink.c:
7520 (gst_base_audio_sink_provide_clock),
7521 (gst_base_audio_sink_change_state):
7522 Set ringbuffer to non-flushing when going to PAUSED, set to
7523 flushing again when going to READY.
7525 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
7526 (gst_ring_buffer_stop):
7527 Start in flushing mode by default.
7528 Don't set flushing in the _stop method, let the app call
7531 2005-11-16 Julien MOUTTE <julien@moutte.net>
7533 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
7534 * gst-libs/gst/video/videosink.h: Add helper function needed
7537 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
7539 * gst/videoscale/gstvideoscale.c:
7540 (gst_videoscale_handle_src_event):
7541 Don't leak reference to pad parent.
7543 2005-11-16 Wim Taymans <wim@fluendo.com>
7545 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
7546 Set ringbuffer to flushing when stopping so that we don't
7547 block on wait_segment anymore and livelock.
7549 2005-11-16 Wim Taymans <wim@fluendo.com>
7551 * examples/seeking/seek.c: (send_event), (do_seek),
7552 (loop_toggle_cb), (segment_done), (main):
7553 Added looping checkbox.
7555 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
7557 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7558 (gst_ogg_demux_init):
7559 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
7560 (gst_vorbis_dec_init):
7561 revert unrefs, they don't pass make check
7563 2005-11-15 Johan Dahlin <johan@gnome.org>
7565 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7566 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
7567 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
7568 (gst_vorbis_dec_init):
7569 Fix pad template leaks.
7571 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
7573 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
7574 Make state change function thread safe.
7576 2005-11-15 Edward Hervey <edward@fluendo.com>
7578 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7579 (gst_ogg_demux_class_init):
7580 Implement GstElement::send_event, so we can send seek events
7583 2005-11-14 Julien MOUTTE <julien@moutte.net>
7585 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
7586 Discovered how to take away flickering while resizing the
7587 window. Please don't put that in ximagesink, refactoring in
7590 2005-11-14 Michael Smith <msmith@fluendo.com>
7592 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
7593 (gst_multifdsink_render):
7594 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
7596 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
7598 * gst/playback/gstplaybin.c: (gen_audio_element):
7599 Use autoaudiosink, it tends to be more widely available than
7602 2005-11-14 Andy Wingo <wingo@pobox.com>
7604 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
7605 as well if it is available. Fixes #316442.
7607 2005-11-14 Michael Smith <msmith@fluendo.com>
7609 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
7610 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
7611 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7612 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
7613 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
7614 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7615 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
7616 (gst_vorbisenc_change_state):
7617 Fix a small memory leak in vorbisenc.
7618 Fix large memory leaks in oggmux, also fix lots of state change
7621 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
7623 * gst/videotestsrc/gstvideotestsrc.c:
7624 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
7625 (gst_videotestsrc_src_fixate):
7626 move fixation to a fixate function
7627 remove negotiate function, basesrc's is good enough
7628 fixes a bug for check when using the element alone
7630 2005-11-13 Edward Hervey <edward@fluendo.com>
7632 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
7633 (key_toggle_cb), (main):
7634 Added checkboxes for adding/removing the accurate and key_unit seek
7637 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
7639 * configure.ac: back to HEAD
7641 === release 0.9.5 ===
7643 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
7646 releasing 0.9.5, "No No Kia"
7648 2005-11-11 Edward Hervey <edward@fluendo.com>
7650 * examples/seeking/seek.c: (make_parselaunch_pipeline):
7651 Added parse-launch syntax seeking mode for the seeking example.
7652 This should help stress-test even more cases.
7653 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
7655 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
7657 * sys/xvimage/xvimagesink.c:
7658 (gst_xvimagesink_navigation_send_event):
7659 Check whether peer pad exists before sending navigation events
7662 2005-11-11 Michael Smith <msmith@fluendo.com>
7664 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
7665 (gst_vorbisenc_buffer_from_packet):
7666 * ext/vorbis/vorbisenc.h:
7667 Set duration on encoded buffers. This allows oggmux's
7668 max_page_delay parameter to actually work.
7670 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
7672 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7673 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
7674 (gst_ffmpegcsp_avpicture_fill):
7675 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7676 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
7677 Make palettes work again (see #132341). Use our own macros
7680 2005-11-10 Andy Wingo <wingo@pobox.com>
7682 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
7685 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
7687 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7688 (gst_ffmpegcsp_transform_caps):
7689 Prefer passthrough in transform_caps
7691 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
7693 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7694 check for ALSA errors properly, instead of relying on ALSA's
7695 error strings to serve to the user.
7697 2005-11-10 Wim Taymans <wim@fluendo.com>
7699 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
7700 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
7701 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7702 Modernise the seek code.
7704 2005-11-10 Michael Smith <msmith@fluendo.com>
7706 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
7707 (setup_substreams), (set_active_source):
7708 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
7709 trying to go to NULL if we failed to read a file.
7711 2005-11-10 Wim Taymans <wim@fluendo.com>
7713 * gst/audiotestsrc/gstaudiotestsrc.c:
7714 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
7715 (gst_audiotestsrc_create):
7716 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7717 (gst_sinesrc_get_times), (gst_sinesrc_create):
7718 * gst/videotestsrc/gstvideotestsrc.c:
7719 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
7720 (gst_videotestsrc_create):
7721 The base class can now sync for us.
7723 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
7725 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
7726 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
7727 name=source autoprobe=false autoprobe-fps=false copy-mode=1
7728 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
7729 format=(fourcc)I420" ! xvimagesink
7731 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
7733 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7734 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
7735 (gst_sinesrc_newsegment):
7736 Send newsegment event in TIME format, set duration if
7737 num-buffers is set, fix duration querying.
7739 2005-11-10 Michael Smith <msmith@fluendo.com>
7741 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7742 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7743 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
7744 (gst_ogg_mux_collected):
7745 Fix EOS handling, partially. Now forwarding an EOS event once we have
7746 EOS on all pads works correctly. However, we still don't properly set
7747 EOS on the actual ogg stream pages.
7749 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
7751 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
7752 Set elements to NULL state before disposing of them.
7754 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
7756 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
7758 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7759 (gst_base_rtp_depayload_init),
7760 (gst_base_rtp_depayload_set_gst_timestamp):
7761 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7762 We need to send a newsegment event for each instance, not
7763 just for the first instance of this class (get rid of
7764 static variable in function). (#321011).
7766 2005-11-08 Michael Smith <msmith@fluendo.com>
7768 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7769 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
7770 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
7771 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7772 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
7773 This makes us mux things correctly according to the ogg muxing
7774 rules. Still not handling EOS correctly right now, though.
7776 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
7778 * gst/audioconvert/gstaudioconvert.c:
7781 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
7783 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7784 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
7785 Initialise segment_stop to GST_CLOCK_TIME_NONE when
7786 creating a new chain; should fix live streaming. Also
7787 add more debug output and fix a typo.
7789 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
7791 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
7793 * gst/volume/gstvolume.c: (volume_set_caps):
7794 Fix compilation on Solaris with Forte. (#320923)
7796 2005-11-08 Wim Taymans <wim@fluendo.com>
7798 * gst-libs/gst/audio/gstbaseaudiosink.c:
7799 (gst_base_audio_sink_render):
7800 No need to do a typecheck.
7802 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
7804 * ext/alsa/gstalsa.h:
7805 We register a debug category, so let's use it.
7807 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
7809 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7810 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
7811 Fixed a small problem.
7813 2005-11-04 Wim Taymans <wim@fluendo.com>
7815 * examples/seeking/Makefile.am:
7816 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
7817 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
7818 (make_playerbin_pipeline), (format_value), (update_scale),
7819 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
7820 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
7821 (print_usage), (main):
7822 Added app for playback speed testing.
7824 * examples/seeking/seek.c: (dynamic_link),
7825 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
7826 (make_mpeg_pipeline), (do_seek), (set_update_scale),
7827 (message_received), (main):
7828 Updated seek example.
7830 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
7832 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7833 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
7834 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
7835 (gst_base_rtp_depayload_set_clock):
7836 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7837 Don't sleep on the bench (system clock) when you have a nice
7838 comfortable bed (Gstreamer clock) to sleep on.
7840 2005-11-03 Wim Taymans <wim@fluendo.com>
7842 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7843 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
7844 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
7845 Handle the case where a pad_block failed.
7847 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
7849 reviewed by: Zeeshan Ali <zeenix@gmail.com>
7851 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7852 (gst_base_rtp_depayload_add_to_queue),
7853 (gst_base_rtp_depayload_push),
7854 (gst_base_rtp_depayload_set_gst_timestamp),
7855 (gst_base_rtp_depayload_queue_release):
7856 Fixes some bugs in the depayloader's queuing/de-queueing code.
7858 2005-10-31 Michael Smith <msmith@fluendo.com>
7860 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
7861 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7862 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
7863 Patch from Alessandro Decina <alessandro@nnva.org>.
7864 Make oggdemux only find the final time in a chain, not per-pad,
7865 since the per-pad information can be very expensive to locate, and
7866 it isn't used anywhere. This makes reading a file containing
7867 OggSkeleton reasonably fast.
7868 Also, make chain finding work when there are logical bitstreams that
7869 can't be decoded. Fixes #319110.
7871 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
7873 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7874 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
7875 (gst_base_rtp_depayload_chain),
7876 (gst_base_rtp_depayload_add_to_queue),
7877 (gst_base_rtp_depayload_push),
7878 (gst_base_rtp_depayload_set_gst_timestamp),
7879 (gst_base_rtp_depayload_queue_release),
7880 (gst_base_rtp_depayload_start_thread),
7881 (gst_base_rtp_depayload_set_property),
7882 (gst_base_rtp_depayload_get_property):
7883 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7884 Some random fixes, to fullfill the desires of thomas.
7886 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
7888 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7889 (gst_base_rtp_depayload_add_to_queue),
7890 (gst_base_rtp_depayload_push):
7891 Fixed the queueing algorithm.
7893 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
7895 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7896 (gst_base_rtp_depayload_push):
7899 2005-10-31 Wim Taymans <wim@fluendo.com>
7901 * gst-libs/gst/audio/gstringbuffer.h:
7904 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7905 (gst_ffmpeg_caps_to_pixfmt):
7906 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7907 (gst_ffmpegcsp_set_caps):
7909 Handle missing required caps fields better.
7911 2005-10-31 Wim Taymans <wim@fluendo.com>
7913 * gst-libs/gst/audio/gstbaseaudiosink.c:
7914 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
7915 (gst_base_audio_sink_render):
7916 * gst-libs/gst/audio/gstringbuffer.c:
7917 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7918 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
7919 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
7920 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
7921 (gst_ring_buffer_read):
7922 * gst-libs/gst/audio/gstringbuffer.h:
7923 Add flushing mode to the ringbuffer so that it in all cases does
7924 not try to handle more audio. This makes sure it does not try to
7925 block anymore when flushing and fixes a livelock.
7927 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
7929 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
7930 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
7931 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
7932 Explicitly check for -1 values before doing a conversion
7933 and always map them to -1. (#315545)
7935 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
7937 * gst/playback/gstplaybin.c: (gen_video_element):
7938 first try autovideosink, then xvimagesink, then error out
7940 add translatable file
7957 2005-10-27 Philippe Khalaf <burger at speedy dot org>
7959 * gst-libs/gst/rtp/gstbasedepayload.c:
7960 * gst-libs/gst/rtp/gstbasedepayload.h:
7963 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
7965 * gst/playback/.cvsignore:
7966 * gst/playback/decodetest.c:
7967 * gst/playback/test3.c:
7968 Port these two tests as well.
7970 2005-10-27 Wim Taymans <wim@fluendo.com>
7972 * ext/theora/theoradec.c: (theora_dec_src_query),
7973 (theora_dec_sink_event):
7974 * ext/theora/theoraenc.c: (theora_enc_sink_event),
7975 (theora_enc_change_state):
7976 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7977 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
7978 Take proper locks when handling events.
7980 2005-10-27 Wim Taymans <wim@fluendo.com>
7982 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
7983 (gst_adder_change_state):
7984 Fix timestamps and fix deadlock when stopping the collectpads.
7986 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
7988 * gst-libs/gst/rtp/gstrtpbuffer.h:
7989 Declaring the payload types as strings too so that they can be used
7990 in the padtemplate inialization.
7992 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
7994 reviewed by: Zeeshan Ali <zeenix@gmail.com>
7996 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7997 (gst_base_rtp_depayload_class_init):
7998 Fixes a small but nasty bug. The derived elements no longer segfaults
8001 2005-10-26 Michael Smith <msmith@fluendo.com>
8003 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
8004 When clearing an audioconvert context, set tmpbufsize to zero, so
8005 we'll allocate it again later if required.
8006 This fixes audioconvert re-negotiating formats, which previously
8007 segfaulted with a NULL destination buffer.
8009 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
8011 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8012 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
8013 (gst_base_rtp_depayload_set_gst_timestamp),
8014 (gst_base_rtp_depayload_queue_release):
8015 Fixed a smalll memleak.
8017 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
8018 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8019 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
8020 (gst_base_rtp_depayload_finalize),
8021 (gst_base_rtp_depayload_setcaps),
8022 (gst_base_rtp_depayload_add_to_queue),
8023 (gst_base_rtp_depayload_push),
8024 (gst_base_rtp_depayload_set_gst_timestamp),
8025 (gst_base_rtp_depayload_queue_release),
8026 (gst_base_rtp_depayload_thread),
8027 (gst_base_rtp_depayload_change_state):
8028 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8029 Changed the C++ comments to C comments
8031 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
8033 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
8034 * gst/tcp/gsttcpclientsrc.h:
8035 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
8036 * gst/tcp/gsttcpserversrc.h:
8037 Remove unused 'curoffset' structure member.
8039 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
8041 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8042 (gst_base_rtp_depayload_base_init),
8043 (gst_base_rtp_depayload_finalize):
8044 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8045 * gst-libs/gst/rtp/gstbasertppayload.h:
8046 The pad-template on the sinkpad should be set by the derived classes.
8047 Also added some useful macros.
8049 2005-10-24 Wim Taymans <wim@fluendo.com>
8051 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8052 Correctly flush decoder samples even if we could not
8053 copy them to an output buffer. Fixes #319618.
8055 2005-10-24 Julien MOUTTE <julien@moutte.net>
8057 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
8058 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
8059 the caps against our xcontext caps.
8061 2005-10-24 Wim Taymans <wim@fluendo.com>
8063 * gst-libs/gst/audio/gstbaseaudiosink.c:
8064 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
8066 Use sync property from baseclass to disable sync.
8068 2005-10-24 Wim Taymans <wim@fluendo.com>
8070 * gst-libs/gst/audio/gstbaseaudiosink.c:
8071 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
8072 Buffers with no timestamps get aligned with previous buffers or
8073 on underrun, played ASAP.
8075 2005-10-24 Julien MOUTTE <julien@moutte.net>
8077 * gst-libs/gst/video/video.h:
8078 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8079 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8080 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
8081 here comes my change on caps for framerate and geometry range.
8082 We are now accepting 1 to MAXINT for width and height, and from
8083 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
8084 to be blended correctly in videomixer.
8086 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
8091 === release 0.9.4 ===
8093 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
8098 releasing 0.9.4, "Velociraptor"
8100 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
8102 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
8106 2005-10-21 Wim Taymans <wim@fluendo.com>
8108 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8109 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
8110 (pad_blocked), (close_pad_link), (new_pad):
8111 Don't try to remove elements twice.
8113 2005-10-21 Wim Taymans <wim@fluendo.com>
8115 * ext/theora/theoradec.c: (theora_dec_src_query),
8116 (theora_dec_sink_event):
8117 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8118 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8119 (vorbis_handle_data_packet):
8120 * ext/vorbis/vorbisdec.h:
8123 * gst-libs/gst/audio/gstbaseaudiosink.c:
8124 (gst_base_audio_sink_render):
8125 Don't try to sync on buffers without a timestamp.
8127 2005-10-21 Wim Taymans <wim@fluendo.com>
8129 * ext/theora/theoradec.c: (theora_dec_src_query),
8130 (theora_dec_sink_event):
8131 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8132 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8133 (vorbis_handle_data_packet):
8134 * ext/vorbis/vorbisdec.h:
8137 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
8139 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
8140 (gst_vorbisenc_src_query):
8141 Implement position and duration queries.
8143 * gst/playback/test3.c: (update_scale), (main):
8144 Fix for async state changes and print nicer output.
8146 2005-10-20 Wim Taymans <wim@fluendo.com>
8148 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8149 (dump_element_stats), (main):
8150 * gst/playback/test6.c: (main):
8153 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
8155 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
8156 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8157 Don't use functions for position queries when handling
8160 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
8162 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8163 (vorbis_handle_data_packet), (vorbis_dec_chain),
8164 (vorbis_dec_change_state):
8165 * ext/vorbis/vorbisdec.h:
8166 Vorbis streams can be embedded in other container formats
8167 than ogg, container formats where the demuxer might set
8168 timestamps on encoded vorbis buffers instead of those silly
8169 granulepos thingies. In short: make vorbisdec handle
8170 timestamps on incoming buffers as well.
8172 2005-10-20 Wim Taymans <wim@fluendo.com>
8174 * gst/playback/gstplaybasebin.c: (group_destroy),
8175 (gst_play_base_bin_change_state):
8177 Handle case where playbasebin is now ASYNC because
8180 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
8182 * gst/audioconvert/Makefile.am:
8183 * gst/audioconvert/bufferframesconvert.c:
8184 * gst/audioconvert/plugin.c: (plugin_init):
8185 * gst/audioconvert/plugin.h:
8186 And bye bye buffer-frames-convert
8188 2005-10-19 Wim Taymans <wim@fluendo.com>
8190 * check/elements/audioconvert.c:
8191 * docs/libs/tmpl/gstaudio.sgml:
8192 * docs/libs/tmpl/gstcolorbalance.sgml:
8193 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8194 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
8195 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8196 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
8197 * gst-libs/gst/audio/audio.h:
8198 * gst/audioconvert/audioconvert.h:
8199 * gst/audioconvert/gstaudioconvert.c:
8200 (gst_audio_convert_parse_caps):
8201 * gst/volume/gstvolume.c:
8202 Bye bye buffer-frames.
8204 2005-10-19 Wim Taymans <wim@fluendo.com>
8206 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
8207 (query_positions_elems), (query_positions_pads), (update_scale),
8208 (do_seek), (set_update_scale), (message_received), (main):
8209 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8210 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
8211 (gst_ogg_demux_loop):
8212 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8213 * ext/theora/theoradec.c: (theora_dec_src_query),
8214 (theora_dec_sink_event):
8215 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8216 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
8217 * gst/adder/gstadder.c: (gst_adder_query):
8218 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
8219 * gst/playback/test3.c: (update_scale):
8220 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8221 (dump_element_stats), (main):
8222 * gst/playback/test6.c: (main):
8223 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8226 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
8228 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
8229 (xml_check_first_element), (xml_type_find), (smil_type_find),
8231 Add typefinding for SMIL and for generic XML. Based on patch by
8232 Akos Maroy (#308663).
8234 2005-10-18 Wim Taymans <wim@fluendo.com>
8236 * gst/playback/Makefile.am:
8237 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8238 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
8239 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
8240 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
8241 (gst_decode_bin_change_state):
8242 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8243 (gst_play_bin_send_event_to_sink):
8244 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8245 (dump_element_stats), (main):
8246 * gst/playback/test6.c: (main):
8247 Make playbin async, it'll commit state to paused when all streams
8250 Added test6.c to show async behaviour.
8252 2005-10-18 Wim Taymans <wim@fluendo.com>
8254 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8255 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
8256 Fix for segment-start/stop API change.
8258 2005-10-18 Wim Taymans <wim@fluendo.com>
8260 * check/Makefile.am:
8261 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
8263 Add future test for clock selection.
8265 2005-10-18 Wim Taymans <wim@fluendo.com>
8267 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
8268 (gst_alsasink_close):
8271 * gst-libs/gst/audio/gstringbuffer.c:
8272 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8273 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
8274 (gst_ring_buffer_start), (gst_ring_buffer_pause),
8275 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
8276 (gst_ring_buffer_read):
8279 2005-10-17 Stefan Kost <ensonic@users.sf.net>
8281 * gst/audiotestsrc/Makefile.am:
8282 * gst/sine/Makefile.am:
8283 * gst/volume/Makefile.am:
8284 fix broken build of controllerized plugins
8286 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
8288 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8290 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8291 (gst_riff_create_video_template_caps):
8292 Add support for Indeo-3 (IV32).
8294 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
8299 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
8301 * gst-libs/gst/video/video.c: (gst_video_get_size):
8302 * gst/audiotestsrc/gstaudiotestsrc.c:
8305 2005-10-17 Andy Wingo <wingo@pobox.com>
8307 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
8308 with the collectpads change.
8309 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
8311 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
8313 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
8315 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
8316 alloc_buffer flow return to callers.
8317 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
8318 change. Fix some memleaks in theoraenc.
8320 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
8321 in strange circumstance.
8323 2005-10-17 Julien MOUTTE <julien@moutte.net>
8325 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8326 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
8327 from caps, let's use the caps...
8329 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
8332 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
8334 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
8336 * gst-libs/gst/interfaces/Makefile.am:
8339 2005-10-16 Andy Wingo <wingo@pobox.com>
8341 * gst/playback/gstdecodebin.c
8342 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
8344 (try_to_link_1): Increase kraziness level.
8346 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
8349 restructure like the core one
8350 * gst-libs/gst/audio/Makefile.am:
8351 * gst-libs/gst/interfaces/Makefile.am:
8352 * gst-libs/gst/net/Makefile.am:
8353 * gst-libs/gst/riff/Makefile.am:
8354 * gst-libs/gst/rtp/Makefile.am:
8355 * gst-libs/gst/tag/Makefile.am:
8356 * gst-libs/gst/video/Makefile.am:
8357 use correct linker flags, now the libs are properly versioned
8358 * check/elements/audioconvert.c: (verify_convert):
8359 * ext/alsa/gstalsaplugin.c:
8360 * ext/cdparanoia/gstcdparanoia.c:
8361 * ext/gnomevfs/gstgnomevfs.c:
8362 * ext/libvisual/visual.c:
8364 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
8365 * ext/theora/theora.c:
8366 * ext/vorbis/vorbis.c:
8367 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8368 * gst-libs/gst/tag/gsttagediting.c:
8369 * gst-libs/gst/video/video.c:
8370 * gst/adder/gstadder.c:
8371 * gst/audioconvert/plugin.c:
8372 * gst/audiorate/gstaudiorate.c:
8373 * gst/audioresample/gstaudioresample.c:
8374 * gst/audioresample/resample_ref.c: (resample_scale_ref):
8375 * gst/audioscale/gstaudioscale.c:
8376 * gst/audioscale/resample.c:
8377 * gst/audiotestsrc/gstaudiotestsrc.c:
8378 * gst/ffmpegcolorspace/gstffmpeg.c:
8379 * gst/playback/gstdecodebin.c: (close_pad_link):
8380 * gst/playback/gstplaybin.c: (gen_video_element),
8381 (gen_audio_element):
8382 * gst/sine/gstsinesrc.c:
8383 * gst/subparse/gstsubparse.c:
8384 * gst/tags/gsttagediting.c:
8385 * gst/tcp/gsttcpplugin.c:
8386 * gst/typefind/gsttypefindfunctions.c:
8387 * gst/videorate/gstvideorate.c:
8388 * gst/videoscale/gstvideoscale.c:
8389 * gst/videotestsrc/gstvideotestsrc.c:
8390 * gst/volume/gstvolume.c:
8392 * sys/ximage/ximage.c:
8393 * sys/xvimage/xvimagesink.c:
8396 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
8398 * ext/vorbis/vorbisenc.c:
8399 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8400 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
8401 (gst_tag_to_vorbis_comments):
8402 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
8404 2005-10-13 Stefan Kost <ensonic@users.sf.net>
8406 * examples/stats/mp2ogg.c:
8407 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8410 2005-10-13 Michael Smith <msmith@fluendo.com>
8412 * ext/ogg/gstoggmux.c:
8413 Use magic glib macros to define constants as 64 bit, to ensure
8414 appropriate vararg passing.
8416 2005-10-13 Michael Smith <msmith@fluendo.com>
8418 * ext/ogg/gstoggmux.c:
8419 * gst/audioconvert/audioconvert.c: (float):
8420 Don't use LL suffix, as it's not portable, and neither of these
8421 uses required it anyway.
8423 2005-10-12 Stefan Kost <ensonic@users.sf.net>
8425 * examples/indexing/indexmpeg.c: (main):
8426 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
8427 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
8428 (cdparanoia_convert), (cdparanoia_query):
8429 * ext/cdparanoia/gstcdparanoia.h:
8430 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
8431 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
8432 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
8433 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
8434 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
8435 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
8436 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8437 (gst_multifdsink_render), (gst_multifdsink_start),
8438 (gst_multifdsink_stop):
8439 * gst/tcp/gstmultifdsink.h:
8440 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
8441 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
8442 (gst_tcpclientsink_stop):
8443 * gst/tcp/gsttcpclientsink.h:
8444 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
8445 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
8446 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
8447 * gst/tcp/gsttcpclientsrc.h:
8448 * gst/tcp/gsttcpserversink.h:
8449 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
8450 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
8451 (gst_tcpserversrc_stop):
8452 * gst/tcp/gsttcpserversrc.h:
8453 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
8454 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
8455 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
8456 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
8457 moved bitshift from macro to enum definition
8459 2005-10-12 Wim Taymans <wim@fluendo.com>
8461 * examples/seeking/Makefile.am:
8464 2005-10-12 Wim Taymans <wim@fluendo.com>
8466 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
8467 (gst_ring_buffer_read), (gst_ring_buffer_clear):
8468 Don't assert on normal stuff.
8470 * gst/playback/gstplaybin.c: (do_playbin_seek):
8473 2005-10-12 Wim Taymans <wim@fluendo.com>
8475 * check/pipelines/simple_launch_lines.c: (run_pipeline):
8476 * examples/seeking/Makefile.am:
8477 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
8478 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
8479 (do_seek), (set_update_scale), (message_received), (main):
8480 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
8481 (gst_ring_buffer_read), (gst_ring_buffer_clear):
8482 Update for _get_state() API change.
8484 2005-10-11 Wim Taymans <wim@fluendo.com>
8486 * gst-libs/gst/audio/gstbaseaudiosink.c:
8487 (gst_base_audio_sink_render):
8488 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8489 (gst_base_audio_src_create):
8490 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
8491 (gst_ring_buffer_read):
8493 Commit and read from ringbuffer in samples rather than bytes.
8495 2005-10-11 Wim Taymans <wim@fluendo.com>
8497 * gst-libs/gst/audio/gstbaseaudiosink.c:
8498 (gst_base_audio_sink_render):
8499 Respect segment rate and accum when scheduling samples.
8501 2005-10-11 Julien MOUTTE <julien@moutte.net>
8503 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8504 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
8505 EOS correctly, that needs more work.
8507 2005-10-11 Wim Taymans <wim@fluendo.com>
8509 * check/generic/states.c: (GST_START_TEST):
8510 remove old property.
8512 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8513 (gst_ogg_demux_perform_seek):
8514 * ext/theora/theoradec.c: (theora_dec_sink_event):
8515 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8516 (vorbis_handle_data_packet):
8517 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8518 (gst_base_rtp_depayload_set_gst_timestamp):
8519 * gst/videorate/gstvideorate.c: (gst_videorate_event):
8520 Update for newsegment API change.
8522 2005-10-11 Michael Smith <msmith@fluendo.com>
8524 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
8525 (do_playbin_seek), (gst_play_bin_send_event):
8526 Override send_event differently, so that we can takes bits of
8527 functionality from GstPipeline (special handling for seeks,
8528 including pausing/resuming, and resetting stream time) and still get
8529 the appropriate behaviour of only forwarding event to a single sink,
8530 rather than all of them.
8531 Unfortunately requires a lot of code duplication, but the
8532 alternatives are equally ugly in the end.
8534 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
8536 * check/elements/audioconvert.c: (setup_audioconvert),
8537 (cleanup_audioconvert), (get_int_caps), (verify_convert),
8538 (GST_START_TEST), (audioconvert_suite):
8539 clean up tests a little, fix some leaks.
8541 2005-10-10 Wim Taymans <wim@fluendo.com>
8543 * ext/alsa/gstalsasink.c:
8544 Also allow unsigned int.
8546 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8547 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
8550 2005-10-10 Wim Taymans <wim@fluendo.com>
8552 * check/pipelines/simple_launch_lines.c: (run_pipeline):
8553 Small update, use API as stated in design docs.
8555 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
8556 (update_scale), (do_seek), (seek_cb), (set_update_scale),
8557 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
8558 (message_received), (main):
8559 Updated seek example for GOption. Some usability improvements.
8561 2005-10-10 Wim Taymans <wim@fluendo.com>
8563 * gst/audioconvert/audioconvert.h:
8564 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
8565 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
8566 Alloc temp storage somewhere else where we can do it more
8569 2005-10-10 Wim Taymans <wim@fluendo.com>
8571 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
8572 (gst_tcpserversrc_start):
8573 Don't block in accept while doing the state change, move
8574 to poll and make cancellable.
8576 2005-10-09 Philippe Khalaf <burger@speedy.org>
8578 * gst-libs/gst/rtp/rtpbasedepayload.c:
8579 Set timestamp and add queue delay to timestamp
8580 * gst-libs/gst/rtp/rtpbuffer.h:
8581 Set correct payload type for h263
8583 2005-10-09 Stefan Kost <ensonic@users.sf.net>
8585 * gst/audiotestsrc/gstaudiotestsrc.c:
8586 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
8587 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
8588 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
8589 (gst_audiotestsrc_create_triangle),
8590 (gst_audiotestsrc_create_silence),
8591 (gst_audiotestsrc_create_white_noise),
8592 (gst_audiotestsrc_init_pink_noise),
8593 (gst_audiotestsrc_generate_pink_noise_value),
8594 (gst_audiotestsrc_create_pink_noise),
8595 (gst_audiotestsrc_change_wave):
8596 * gst/audiotestsrc/gstaudiotestsrc.h:
8597 fixed typo, added pink noise
8599 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
8601 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
8603 Add wavpack and spc typefind functions from 0.8 branch.
8605 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
8607 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
8608 (ar_type_find), (msdos_type_find), (plugin_init):
8609 Add typefind functions for tar archives, ar archives,
8610 RAR archives, and msdos-executables (dlls, exe, etc.).
8611 Some of those would be wrongly identified as mpeg
8612 streams of some sort before (#315550).
8614 2005-10-09 Stefan Kost <ensonic@users.sf.net>
8617 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8618 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8619 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
8620 * gst/audiotestsrc/Makefile.am:
8621 * gst/audiotestsrc/gstaudiotestsrc.c:
8622 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
8623 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
8624 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
8625 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
8626 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
8627 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
8628 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
8629 (gst_audiotestsrc_create_silence),
8630 (gst_audiotestsrc_create_white_noise),
8631 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
8632 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
8633 (gst_audiotestsrc_start), (plugin_init):
8634 * gst/audiotestsrc/gstaudiotestsrc.h:
8635 add new plugin and element
8636 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
8639 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
8641 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
8642 (gst_adder_init), (gst_adder_request_new_pad),
8643 (gst_adder_change_state):
8644 Add query function to source pad, so adder reports the correct
8645 time/sample position when queried (#315457); fix state change
8646 function; use GST_DEBUG_FUNCPTR() for pad functions.
8648 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
8650 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
8651 Fix leaks in typefind registration
8652 Clean up the gratuitous commenting and whitespacing a little
8654 2005-10-08 Wim Taymans <wim@fluendo.com>
8656 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
8657 Only actually wait for the thread to be stopped if it's
8660 2005-10-08 Wim Taymans <wim@fluendo.com>
8662 * gst-libs/gst/audio/gstbaseaudiosink.c:
8663 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8664 If we receive EOS we can start playback of what we had.
8666 2005-10-08 Wim Taymans <wim@fluendo.com>
8668 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8669 (gst_multifdsink_finalize), (multifdsink_hash_remove),
8670 (gst_multifdsink_stop):
8671 Fix crasher when going to NULL multiple times.
8673 2005-10-06 Wim Taymans <wim@fluendo.com>
8675 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
8676 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
8677 * gst-libs/gst/audio/gstbaseaudiosrc.h:
8678 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
8679 patch from Edgard Lima <edgard.lima@indt.org.br>
8680 Fixed gstbaseaudiosrc adding ring buffer sync to it.
8682 2005-10-06 Wim Taymans <wim@fluendo.com>
8684 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
8685 Report the FLOW_RETURN as string in the error message.
8687 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
8688 Don't assert when clearing an unnegotiated buffer.
8690 2005-10-04 Michael Smith <msmith@fluendo.com>
8692 * gst/playback/gstplaybasebin.c: (group_destroy),
8693 (gen_preroll_element), (remove_groups), (setup_source):
8694 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
8695 (setup_sinks), (gst_play_bin_send_event),
8696 (gst_play_bin_change_state):
8697 Set state to NULL before removing from bin. Fix refcounting.
8699 2005-10-04 Michael Smith <msmith@fluendo.com>
8701 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
8702 Correct refcounting in send_event() function. Previously was wrong
8703 if the first sink was unable to handle the event.
8705 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
8710 === release 0.9.3 ===
8712 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
8715 Releasing 0.9.3, "De Facto"
8717 2005-10-03 Andy Wingo <wingo@pobox.com>
8719 * gst/playback/gstdecodebin.c (try_to_link_1)
8720 (remove_element_chain): set element to NULL before removing it.
8722 2005-10-02 Johan Dahlin <johan@gnome.org>
8724 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
8725 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
8728 2005-10-02 Andy Wingo <wingo@pobox.com>
8730 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
8731 (gst_ring_buffer_prepare_read):
8732 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
8735 2005-09-29 Wim Taymans <wim@fluendo.com>
8737 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
8738 * ext/theora/theoradec.c: (theora_handle_data_packet):
8739 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8740 Propagate error codes from alloc_buffer too.
8742 2005-09-29 Wim Taymans <wim@fluendo.com>
8744 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
8747 * gst/playback/Makefile.am:
8748 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8749 (dump_element_stats), (main):
8750 Added example stream introspection code.
8752 2005-09-28 Stefan Kost <ensonic@users.sf.net>
8754 * gst/adder/gstadder.c: (gst_adder_collected):
8755 fix adder for float elements
8757 2005-09-28 Wim Taymans <wim@fluendo.com>
8759 * gst-libs/gst/audio/gstbaseaudiosink.c:
8760 (gst_base_audio_sink_class_init),
8761 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
8762 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8763 (gst_base_audio_src_class_init),
8764 (gst_base_audio_src_provide_clock):
8765 get_clock -> provide_clock
8767 2005-09-28 Andy Wingo <wingo@pobox.com>
8769 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
8772 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
8775 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
8776 Actually add the pad template.
8777 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
8779 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
8782 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
8783 from fdsrc. Get caps in create() instead of start() so it can be
8784 interrupted. Interruption somewhat untested.
8786 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
8787 Proper EOS handling.
8789 2005-09-27 Andy Wingo <wingo@pobox.com>
8791 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
8793 * gst/tcp/gsttcpserversrc.c: Cleaned up.
8795 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
8798 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
8799 out of tcpclientsrc.c. Cancellable.
8800 (gst_tcp_socket_read): Made private, cancellable, with better
8801 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
8802 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
8803 whole buffer, and better diagnostics.
8804 (gst_tcp_gdp_read_caps): Same.
8806 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
8808 2005-09-26 Andy Wingo <wingo@pobox.com>
8810 * gst/sine/gstsinesrc.h:
8811 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
8812 change the 'sync' property to 'is-live' and implement it halfway,
8813 update for controller api change.
8815 * gst/volume/gstvolume.c (volume_transform_ip): Update for
8816 controller api change.
8818 2005-09-24 Wim Taymans <wim@fluendo.com>
8820 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
8821 * gst-libs/gst/audio/gstaudiosink.c:
8822 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
8823 (gst_audioringbuffer_stop):
8824 * gst-libs/gst/audio/gstbaseaudiosink.c:
8825 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8826 (gst_base_audio_sink_change_state):
8827 * gst-libs/gst/audio/gstbaseaudiosink.h:
8828 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
8829 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8830 (gst_ring_buffer_commit), (gst_ring_buffer_read):
8831 * gst-libs/gst/audio/gstringbuffer.h:
8832 Fix sync again. Moved sample alignment to basesink.
8834 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
8836 * docs/plugins/Makefile.am:
8837 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8838 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8839 * gst/volume/gstvolume.c:
8841 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
8842 * gst-libs/gst/audio/audio.h:
8843 add conversion macros for frames <-> clocktime
8845 2005-09-23 David Schleef <ds@schleef.org>
8847 * gst/audioresample/Makefile.am:
8848 * gst/audioresample/debug.h:
8849 * gst/audioresample/gstaudioresample.c:
8850 * gst/audioresample/resample.c: Convert to using gst debugging
8852 2005-09-22 Wim Taymans <wim@fluendo.com>
8854 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8855 (gst_play_bin_send_event):
8856 Only seek on one sink, the first one that succeeds.
8858 2005-09-22 Michael Smith <msmith@fluendo.com>
8860 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
8861 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
8862 Don't flush encoder state unless we have an initialised encoder.
8863 Clear out encoder state on PAUSED_TO_READY.
8865 2005-09-22 Wim Taymans <wim@fluendo.com>
8867 * gst-libs/gst/rtp/gstbasertppayload.c:
8868 (gst_basertppayload_class_init), (gst_basertppayload_init),
8869 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
8870 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
8871 (gst_basertppayload_is_filled), (gst_basertppayload_push),
8872 (gst_basertppayload_set_property),
8873 (gst_basertppayload_get_property),
8874 (gst_basertppayload_change_state):
8875 * gst-libs/gst/rtp/gstbasertppayload.h:
8876 Added max-ptime to control amount of data in the rtp packets.
8878 2005-09-21 Andy Wingo <wingo@pobox.com>
8880 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
8883 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
8884 can be called multiple times, dogs.
8886 2005-09-21 Wim Taymans <wim@fluendo.com>
8888 * gst-libs/gst/rtp/gstbasertppayload.c:
8889 (gst_basertppayload_class_init), (gst_basertppayload_init),
8890 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
8891 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
8892 (gst_basertppayload_push), (gst_basertppayload_get_property),
8893 (gst_basertppayload_change_state):
8896 2005-09-21 Stefan Kost <ensonic@users.sf.net>
8898 * docs/libs/compiling.sgml:
8901 2005-09-20 Wim Taymans <wim@fluendo.com>
8903 * gst-libs/gst/rtp/gstbasertppayload.c:
8904 (gst_basertppayload_class_init), (gst_basertppayload_init),
8905 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
8906 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
8907 (gst_basertppayload_push), (gst_basertppayload_set_property),
8908 (gst_basertppayload_get_property),
8909 (gst_basertppayload_change_state):
8910 * gst-libs/gst/rtp/gstbasertppayload.h:
8911 Added property to configure sequence number offsets.
8913 2005-09-20 Wim Taymans <wim@fluendo.com>
8915 * gst-libs/gst/rtp/gstbasertppayload.c:
8916 (gst_basertppayload_class_init), (gst_basertppayload_init),
8917 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
8918 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
8919 (gst_basertppayload_push), (gst_basertppayload_set_property),
8920 (gst_basertppayload_get_property),
8921 (gst_basertppayload_change_state):
8922 * gst-libs/gst/rtp/gstbasertppayload.h:
8923 Make timestamp offset configurable.
8925 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
8927 * check/pipelines/simple_launch_lines.c: (run_pipeline):
8930 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
8932 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8934 * gst-libs/gst/interfaces/propertyprobe.c:
8935 (gst_property_probe_probe_property_name),
8936 (gst_property_probe_needs_probe_name),
8937 (gst_property_probe_get_values_name),
8938 (gst_property_probe_probe_and_get_values_name):
8939 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
8940 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
8942 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
8944 * check/Makefile.am:
8945 have some tests be disabled for valgrinding
8946 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
8948 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
8949 Fix A Leak. Chain To Parent Finalize.
8951 2005-09-19 Wim Taymans <wim@fluendo.com>
8953 * examples/seeking/seek.c: (make_wav_pipeline), (main):
8956 2005-09-19 Wim Taymans <wim@fluendo.com>
8958 * gst-libs/gst/rtp/gstbasertppayload.c:
8959 (gst_basertppayload_class_init), (gst_basertppayload_init),
8960 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
8961 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
8962 (gst_basertppayload_push), (gst_basertppayload_get_property),
8963 (gst_basertppayload_change_state):
8964 Posting ERROR and WARNING messages is good.
8966 2005-09-19 Wim Taymans <wim@fluendo.com>
8968 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8969 (gst_base_rtp_depayload_add_to_queue),
8970 (gst_base_rtp_depayload_push),
8971 (gst_base_rtp_depayload_set_gst_timestamp),
8972 (gst_base_rtp_depayload_queue_release):
8973 This one was not supposed to go in.
8975 2005-09-19 Wim Taymans <wim@fluendo.com>
8977 * check/pipelines/simple_launch_lines.c: (run_pipeline):
8980 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8981 (gst_base_rtp_depayload_chain),
8982 (gst_base_rtp_depayload_add_to_queue),
8983 (gst_base_rtp_depayload_push),
8984 (gst_base_rtp_depayload_set_gst_timestamp),
8985 (gst_base_rtp_depayload_queue_release):
8988 * gst-libs/gst/rtp/gstbasertppayload.c:
8989 (gst_basertppayload_class_init), (gst_basertppayload_init),
8990 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
8991 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
8992 (gst_basertppayload_get_property),
8993 (gst_basertppayload_change_state):
8994 Added debugging category.
8996 2005-09-18 David Schleef <ds@schleef.org>
8998 * gst/playback/gstdecodebin.c: free plugin list correctly
8999 * gst/playback/gstplaybin.c: emit warning if autovideosink
9000 and autoaudiosink can't be found (instead of segfaulting)
9002 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
9004 * check/elements/audioconvert.c: (GST_START_TEST):
9005 try out 24 bit conversion
9007 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
9009 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9010 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9011 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
9012 * ext/vorbis/vorbisenc.h:
9013 Fix EOS handling. Still needs a fix in the ogg muxer to
9014 mark the last page as eos.
9016 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
9018 * common/gtk-doc-plugins.mak:
9019 * docs/plugins/Makefile.am:
9020 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9021 * gst/ffmpegcolorspace/Makefile.am:
9022 * gst/ffmpegcolorspace/avcodec.h:
9023 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9024 * gst/tcp/gstmultifdsink.c:
9025 fix up ffmpegcolorspace docs; extract header
9027 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
9029 * common/gtk-doc-plugins.mak:
9030 * docs/plugins/Makefile.am:
9031 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9032 * ext/theora/Makefile.am:
9033 * ext/theora/gsttheoraenc.h:
9034 * ext/theora/theoraenc.c:
9035 * ext/vorbis/vorbisenc.c:
9036 pick up signals and args for vorbis; add some docs for vorbis
9038 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
9040 * common/gstdoc-scangobj:
9041 * common/gtk-doc-plugins.mak:
9042 * docs/libs/Makefile.am:
9043 * docs/plugins/gst-plugins-base-plugins.args:
9044 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9045 * docs/plugins/gst-plugins-base-plugins.interfaces:
9046 * docs/plugins/gst-plugins-base-plugins.prerequisites:
9047 * docs/plugins/gst-plugins-base-plugins.signals:
9048 only scanobj stuff from our source module. Not sure yet
9049 if that's correct, given the hierarchy stuff :)
9051 2005-09-15 Wim Taymans <wim@fluendo.com>
9053 * gst/audioconvert/gstaudioconvert.c:
9054 And enable 24 bits mode as well..
9056 2005-09-15 Wim Taymans <wim@fluendo.com>
9058 * gst-libs/gst/rtp/Makefile.am:
9059 * gst-libs/gst/rtp/gstbasertppayload.c:
9060 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
9061 (gst_basertppayload_class_init), (gst_basertppayload_init),
9062 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
9063 (gst_basertppayload_chain), (gst_basertppayload_set_options),
9064 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
9065 (gst_basertppayload_set_property),
9066 (gst_basertppayload_get_property),
9067 (gst_basertppayload_change_state):
9068 * gst-libs/gst/rtp/gstbasertppayload.h:
9069 Added rtp payloader base class.
9071 2005-09-15 Andy Wingo <wingo@pobox.com>
9073 * configure.ac (plugindir): Remove the EOL matcher from the
9074 regexp, as it causes me problems. Libtool? Make? Who knows?
9076 2005-09-14 David Schleef <ds@schleef.org>
9078 * check/generic/states.c:
9079 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9080 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9081 Fixes for changes in registry API.
9083 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
9084 to GST_PLUGIN_LDFLAGS.
9085 * ext/libvisual/visual.c: Make the library shut up.
9086 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
9087 * gst-libs/gst/audio/gstaudiofilter.c: same
9089 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
9091 * docs/plugins/Makefile.am:
9092 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9093 * docs/plugins/inspect/plugin-libvisual.xml:
9094 * docs/plugins/tmpl/element-tcpserversink.sgml:
9095 * ext/theora/theoraenc.c:
9096 add libvisual plugin and theoraenc element to docs
9098 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
9100 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9101 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9102 * ext/theora/theoraenc.c:
9105 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
9107 * gst/audioconvert/Makefile.am:
9108 Audioconvert derives from GstBaseTransform and should
9109 link to the library with our base elements to avoid
9110 unresolved symbols. Makes things work with MinGW (#316160)
9112 * gst/playback/test4.c: (main):
9113 Fix MinGW build problem and use g_usleep() instead of
9116 2005-09-12 Wim Taymans <wim@fluendo.com>
9118 * gst/audioconvert/audioconvert.c: (float),
9119 (audio_convert_prepare_context), (audio_convert_convert):
9120 * gst/audioconvert/audioconvert.h:
9121 Cleanups, speedups, simplifications, added back support
9124 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
9126 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9127 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9128 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9129 * docs/plugins/tmpl/element-tcpserversink.sgml:
9130 * gst/ffmpegcolorspace/gstffmpeg.c:
9131 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9132 * gst/videotestsrc/gstvideotestsrc.c:
9133 * gst/volume/gstvolume.c:
9134 add more elements to the docs
9136 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
9138 * check/Makefile.am:
9139 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
9140 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
9141 Add extra tests for basetransform based components.
9142 Comment out the test_element_negotiation test until we decide
9143 if it's testing correct behaviour.
9144 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
9145 (gst_visual_chain), (gst_visual_change_state):
9146 Slightly more correct but still bogus timestamping.
9147 Fix state change function.
9148 * gst/audioconvert/gstaudioconvert.c:
9149 (gst_audio_convert_class_init):
9150 * gst/audioresample/gstaudioresample.c:
9151 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9152 (gst_ffmpegcsp_class_init):
9153 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
9154 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
9155 (gst_videoscale_prepare_image):
9156 * gst/volume/gstvolume.c: (gst_volume_class_init),
9157 (volume_transform_ip):
9158 Basetransform updates. Enable passthrough modes.
9159 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9160 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
9161 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9162 Negotiation fix that allows the window to return to the original
9163 size and renegotiate passthrough upstream. Extra debug output.
9165 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
9167 * gst/sine/gstsinesrc.c:
9168 * gst/volume/gstvolume.c:
9169 fix up header include
9171 2005-09-09 Stefan Kost <ensonic@users.sf.net>
9173 * gst-libs/gst/audio/gstbaseaudiosink.c:
9174 (gst_base_audio_sink_render):
9175 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
9176 * gst/volume/gstvolume.c: (gst_volume_class_init),
9178 fixing lost sync, some more debugging
9180 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
9182 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9183 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
9184 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
9185 (gst_xvimagesink_check_xshm_calls):
9186 Fix compilation when XShm is not available.
9188 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
9190 * ext/libvisual/visual.c: (gst_visual_dispose),
9191 (gst_visual_getcaps), (gst_visual_src_setcaps),
9192 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
9193 (gst_visual_change_state):
9194 Finish fixing up libvisual plugin so that it runs.
9196 2005-09-07 Stefan Kost <ensonic@users.sf.net>
9198 * ext/vorbis/vorbisenc.c:
9199 * gst-libs/gst/tag/gstvorbistag.c:
9200 gsttaginterface.h -> gsttagsetter.h
9202 2005-09-07 Stefan Kost <ensonic@users.sf.net>
9204 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9205 added another test that failes for me (test is not active by default)
9207 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9210 v4l2 is no longer in gst-plugins-base
9212 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
9215 In the output at the end, don't show the first plugin on the same
9216 line as "Core plug-ins, always built:".
9217 Indent the output as for other plugin categories
9218 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9219 #define that can be used to not use peer buffer_alloc functions for
9221 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9222 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
9223 (gst_ximagesink_show_frame):
9224 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
9225 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
9226 (gst_xvimagesink_show_frame):
9227 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
9228 fails gracefully instead of XError aborting or deadlocking.
9230 2005-09-07 Stefan Kost <ensonic@users.sf.net>
9232 * ext/libvisual/Makefile.am:
9233 link against gst-base-libs
9235 2005-09-06 David Schleef <ds@schleef.org>
9237 * configure.ac: Enable libvisual plugin.
9238 * ext/libvisual/Makefile.am:
9239 * ext/libvisual/visual.c: Fixes to make it compile.
9241 === release 0.9.2 ===
9243 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
9248 * docs/random/ChangeLog-0.8:
9249 releasing 0.9.2, "Spoon"
9251 2005-09-05 Michael Smith <msmith@fluendo.com>
9253 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9254 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
9255 that in the vorbisenc element.
9257 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
9259 * common/gtk-doc-plugins.mak:
9260 * docs/plugins/Makefile.am:
9262 * gst/audioresample/resample.c:
9265 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
9267 * common/gst-xmlinspect.py:
9268 * common/gtk-doc-plugins.mak:
9269 only inspect plugins for this given package
9270 require gst-python 0.9
9272 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
9276 * common/gst-xmlinspect.py:
9279 * docs/plugins/inspect/plugin-alsa.xml:
9280 * docs/plugins/inspect/plugin-audioresample.xml:
9281 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9282 * docs/plugins/inspect/plugin-ogg.xml:
9283 * docs/plugins/tmpl/element-gnomevfssink.sgml:
9284 * docs/plugins/tmpl/element-multifdsink.sgml:
9285 * docs/plugins/tmpl/element-tcpserversink.sgml:
9286 * docs/plugins/tmpl/element-vorbisenc.sgml:
9287 * gst-plugins-base.spec.in:
9288 various doc-related updates
9290 2005-08-31 Wim Taymans <wim@fluendo.com>
9292 * gst-libs/gst/audio/gstbaseaudiosink.c:
9293 (gst_base_audio_sink_render):
9294 Resync if the buffer timestamps drift more than a 10th
9297 2005-08-31 Tim-Philipp M??ller <tim at centricular dot net>
9299 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
9300 (gst_v4lsrc_get_property):
9301 The 'timestamp-offset' property is registered as an int64, so
9302 let's use g_value_{set|get}_int64() in our setter and getter
9303 functions (makes it work and fixes warnings with gst-inspect).
9305 2005-08-30 Wim Taymans <wim@fluendo.com>
9307 * check/elements/audioconvert.c: (setup_audioconvert):
9308 * check/elements/audioresample.c: (setup_audioresample):
9309 * check/elements/volume.c: (setup_volume):
9312 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
9314 * common/gtk-doc-plugins.mak:
9315 * common/plugins.xsl:
9316 * docs/plugins/Makefile.am:
9319 2005-08-30 Stefan Kost <ensonic@users.sf.net>
9321 * examples/seeking/seek.c: (make_mp3_pipeline),
9322 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
9323 (play_cb), (pause_cb), (stop_cb):
9326 2005-08-30 Stefan Kost <ensonic@users.sf.net>
9328 * gst/volume/gstvolume.c: (gst_volume_class_init),
9330 do not update controlled params, if buffer has no timestamp
9332 2005-08-29 Stefan Kost <ensonic@users.sf.net>
9335 * gst/sine/Makefile.am:
9336 * gst/volume/Makefile.am:
9337 controllerized elements also need to link against controller-libs ;)
9339 2005-08-29 Stefan Kost <ensonic@users.sf.net>
9341 * docs/libs/tmpl/gstcolorbalance.sgml:
9342 * docs/libs/tmpl/gstgconf.sgml:
9343 * docs/libs/tmpl/gstmixer.sgml:
9344 * docs/libs/tmpl/gstringbuffer.sgml:
9345 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9346 (gst_sinesrc_create):
9347 * gst/volume/gstvolume.c: (gst_volume_class_init),
9349 controllerized two audio plugins
9351 2005-08-29 Andy Wingo <wingo@pobox.com>
9353 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
9354 (vorbis_handle_data_packet): Fix some int overflow errors.
9356 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
9358 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
9360 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
9361 if it's valid. Fixed streaming-mode playback.
9363 * check/elements/volume.c (cleanup_volume): Fix for running
9366 * check/elements/audioconvert.c: Convert from native endian, not
9369 2005-08-29 Michael Smith <msmith@fluendo.com>
9371 * ext/ogg/Makefile.am:
9372 * ext/ogg/gstogg.c: (plugin_init):
9373 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
9374 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
9375 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
9376 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
9377 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
9378 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
9379 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
9380 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
9381 Add an ogg parser element.
9383 2005-08-28 Andy Wingo <wingo@pobox.com>
9385 * Updates for two-arg init from GST_BOILERPLATE_FULL.
9387 2005-08-26 Wim Taymans <wim@fluendo.com>
9389 * gst/audioconvert/audioconvert.c: (if), (float),
9390 (audio_convert_get_func_index), (check_default),
9391 (audio_convert_clean_fmt), (audio_convert_prepare_context),
9392 (audio_convert_clean_context), (audio_convert_get_sizes),
9393 (audio_convert_convert):
9396 2005-08-26 Wim Taymans <wim@fluendo.com>
9398 * gst/audioconvert/audioconvert.c: (if), (float),
9399 (audio_convert_get_func_index), (check_default),
9400 (audio_convert_clean_fmt), (audio_convert_prepare_context),
9401 (audio_convert_clean_context), (audio_convert_get_sizes),
9402 (audio_convert_convert):
9403 More elegant and working temp buffer selection algo.
9405 2005-08-26 Wim Taymans <wim@fluendo.com>
9407 * gst/audioconvert/audioconvert.c: (if), (float),
9408 (audio_convert_get_func_index), (check_default),
9409 (audio_convert_clean_fmt), (audio_convert_prepare_context),
9410 (audio_convert_clean_context), (audio_convert_get_sizes),
9411 (get_temp_buffer), (audio_convert_convert):
9412 Use realloc else we lose our original data.
9414 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
9416 * gst/audioresample/gstaudioresample.c:
9417 use base class' newsegment to properly timestamp
9419 2005-08-26 Wim Taymans <wim@fluendo.com>
9421 * gst/audioconvert/audioconvert.c: (if), (float),
9422 (audio_convert_get_func_index), (check_default),
9423 (audio_convert_clean_fmt), (audio_convert_prepare_context),
9424 (audio_convert_clean_context), (audio_convert_get_sizes),
9425 (get_temp_buffer), (audio_convert_convert):
9426 * gst/audioconvert/gstaudioconvert.c:
9427 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
9428 (gst_audio_convert_transform_caps),
9429 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
9430 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
9431 Oops, allocate enough space to perform the channel mix.
9433 2005-08-26 Wim Taymans <wim@fluendo.com>
9435 * gst/audioconvert/Makefile.am:
9436 * gst/audioconvert/audioconvert.c: (if), (float),
9437 (audio_convert_get_func_index), (check_default),
9438 (audio_convert_clean_fmt), (audio_convert_prepare_context),
9439 (audio_convert_clean_context), (audio_convert_get_sizes),
9440 (get_temp_buffer), (audio_convert_convert):
9441 * gst/audioconvert/audioconvert.h:
9442 * gst/audioconvert/gstaudioconvert.c:
9443 (gst_audio_convert_class_init), (gst_audio_convert_init),
9444 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
9445 (gst_audio_convert_get_unit_size),
9446 (gst_audio_convert_transform_caps),
9447 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
9448 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
9449 * gst/audioconvert/gstaudioconvert.h:
9450 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
9451 (gst_channel_mix_fill_identical),
9452 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
9453 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
9454 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
9455 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
9456 (gst_channel_mix_mix):
9457 * gst/audioconvert/gstchannelmix.h:
9458 Cleanups, librarify a bit, optimize, better negotiation and more.
9460 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
9462 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
9464 During typefinding, don't support negative offsets
9465 (offsets from the end of the stream) in our typefind->peek() function
9466 - nothing embedded in ogg ever needs them. However, we need to recognise
9467 those requests and reject them, otherwise we return invalid pointers.
9469 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
9471 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9472 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9473 (vorbisdec_finalize), (vorbis_handle_type_packet):
9474 Big shout-out to MikeS for fixing this giant memory leak.
9477 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
9479 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
9480 (audio_convert_get_unit_size):
9483 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
9485 * check/Makefile.am:
9486 * check/elements/audioconvert.c: (setup_audioconvert),
9487 (cleanup_audioconvert), (get_int_caps), (verify_convert),
9488 (GST_START_TEST), (audioconvert_suite), (main):
9489 add a test for audioconvert
9490 * gst/audioresample/gstaudioresample.c:
9491 * gst/audioresample/gstaudioresample.h:
9492 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
9493 note that for buffers of 1/3 sec this means DURATION(c) is
9494 one nanosecond more than for a and b
9496 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
9498 * check/Makefile.am:
9499 * check/elements/audioresample.c: (setup_audioresample),
9500 (cleanup_audioresample), (fail_unless_perfect_stream),
9501 (test_perfect_stream_instance), (GST_START_TEST),
9502 add a check for audioresample
9503 (audioresample_suite), (main):
9504 * check/elements/volume.c: (GST_START_TEST):
9505 remove unused method
9506 * gst/audioresample/gstaudioresample.c:
9507 set correct buffer parameters since we're changing them
9508 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9511 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
9513 * gst/audioresample/debug.c:
9514 * gst/audioresample/gstaudioresample.c:
9515 add room for extra overlap samples when asked to transform size
9516 protect against possible mem corruption and check for discrepancies
9517 between written size and outbuffer's size so we can warn for
9519 * gst/audioresample/resample.c: (resample_init),
9520 (resample_get_output_size_for_input), (resample_get_output_size),
9521 (resample_set_n_channels), (resample_set_format):
9522 set debug level based on RESAMPLE_DEBUG env var
9523 make sure that get_output_size* returns a whole number of
9525 set sample_size each time either channel or format is set
9526 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
9527 * gst/audioresample/resample_functable.c:
9528 (resample_scale_functable):
9529 * gst/audioresample/resample_ref.c: (resample_scale_ref):
9530 remove r->sample_size, it's done in resample.c now
9531 add some debugging to the ref implementation
9532 make sure we only give back bytes that are wholes of the sample
9535 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
9536 * gst/playback/gstplaybasebin.c: (fill_buffer):
9537 Revert unpopular change for GST_MESSAGE_SRC to GObject.
9539 2005-08-25 Stefan Kost <ensonic@users.sf.net>
9541 * gst/volume/gstvolume.c:
9542 made set_caps function static
9544 2005-08-24 Wim Taymans <wim@fluendo.com>
9546 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9547 (gst_vorbisenc_change_state):
9548 Stop leaking taglists.
9550 2005-08-24 Wim Taymans <wim@fluendo.com>
9552 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9553 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
9554 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
9555 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
9556 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
9557 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
9558 Parse seeking events better.
9560 Generate correct newsegment events, fixes seeking in live oggs.
9562 * ext/theora/theoradec.c: (theora_dec_src_query),
9563 (theora_dec_src_event), (theora_dec_src_getcaps),
9564 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
9565 Use newsegment values to report correct play time.
9567 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9568 (vorbis_dec_src_event), (vorbis_dec_sink_event):
9569 * ext/vorbis/vorbisdec.h:
9570 Parse and use newsegment values to report correct play time.
9572 * gst-libs/gst/audio/gstbaseaudiosink.c:
9573 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
9574 Clear ringbuffer on flush.
9575 Use newsegment values to calculate playback time.
9577 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
9578 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
9579 Basesink does newsegment calculations for us now.
9581 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
9583 * check/Makefile.am:
9585 add core's plugins to the mix so that playbin works
9586 * check/generic/states.c: (GST_START_TEST):
9587 set a 0 timeout on pipelines, so they don't force the next
9589 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
9590 (gst_play_base_bin_change_state):
9591 remove the crappy error handling and do GST error handling
9593 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
9595 * check/Makefile.am:
9596 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
9597 add same test as to core, it bitches out on playbin atm.
9599 2005-08-24 Wim Taymans <wim@fluendo.com>
9604 2005-08-24 Wim Taymans <wim@fluendo.com>
9606 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
9607 (gst_videoscale_prepare_size), (parse_caps),
9608 (gst_videoscale_set_caps), (gst_videoscale_get_size),
9609 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
9610 (gst_videoscale_transform):
9611 * gst/videoscale/gstvideoscale.h:
9612 Refactor, make use of BaseTranform really well.
9614 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
9617 compile audioresample
9618 * gst/audioresample/Makefile.am:
9619 * gst/audioresample/buffer.c:
9620 * gst/audioresample/functable.c:
9621 * gst/audioresample/gstaudioresample.c:
9622 * gst/audioresample/gstaudioresample.h:
9623 * gst/audioresample/resample.c:
9624 (resample_get_output_size_for_input):
9625 * gst/audioresample/resample.h:
9626 * gst/audioresample/resample_chunk.c:
9627 * gst/audioresample/resample_functable.c:
9628 * gst/audioresample/resample_ref.c:
9629 port to use basetransform; doesn't work in all cases yet
9631 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
9633 * gst/audioconvert/gstaudioconvert.c:
9634 (gst_audio_convert_class_init), (gst_audio_convert_init),
9635 (audio_convert_get_unit_size), (audio_convert_transform_caps),
9636 (audio_convert_fixate_caps), (audio_convert_set_caps),
9637 (audio_convert_transform),
9638 (gst_audio_convert_buffer_to_default_format),
9639 (gst_audio_convert_buffer_from_default_format),
9640 (gst_audio_convert_channels):
9641 * gst/audioconvert/gstchannelmix.c:
9642 * gst/audioconvert/gstchannelmix.h:
9643 port to basetransform
9644 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9645 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
9646 (gst_ffmpegcsp_get_unit_size):
9647 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
9648 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
9649 fix for basetransform changes
9651 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
9653 * check/Makefile.am:
9654 Add CHECK_CFLAGS and LDFLAGS
9656 * gst/playback/gstplaybasebin.c: (fill_buffer):
9657 GST_MESSAGE_SRC became a GObject
9659 2005-08-24 Wim Taymans <wim@fluendo.com>
9661 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
9662 (gst_ring_buffer_clear_all):
9663 * gst-libs/gst/audio/gstringbuffer.h:
9664 Added function to clear the ringbuffer.
9666 2005-08-24 Andy Wingo <wingo@pobox.com>
9668 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
9669 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
9670 of _open and _close.
9672 * sys/v4l/gstv4lxoverlay.h:
9673 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
9674 an Xv connection here, instead of all the time. Make Xv only be
9675 loaded if you axe for it. Kindof a workaround for buggy behaviour
9676 of Xv when using remote xservers (XvQueryExtension would block).
9677 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
9678 replace the _open and _close public API. Only start the xv
9679 connection if necessary.
9680 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
9682 2005-08-23 David Schleef <ds@schleef.org>
9684 * gst/audioresample/Makefile.am: Leet audioresampling code
9685 * gst/audioresample/buffer.c:
9686 * gst/audioresample/buffer.h:
9687 * gst/audioresample/debug.c:
9688 * gst/audioresample/debug.h:
9689 * gst/audioresample/functable.c:
9690 * gst/audioresample/functable.h:
9691 * gst/audioresample/gstaudioresample.c:
9692 * gst/audioresample/gstaudioresample.h:
9693 * gst/audioresample/resample.c:
9694 * gst/audioresample/resample.h:
9695 * gst/audioresample/resample_chunk.c:
9696 * gst/audioresample/resample_functable.c:
9697 * gst/audioresample/resample_ref.c:
9699 2005-08-23 Wim Taymans <wim@fluendo.com>
9701 * examples/seeking/seek.c: (make_vorbis_pipeline),
9702 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
9705 2005-08-23 Andy Wingo <wingo@pobox.com>
9707 * gst-libs/gst/audio/gstbaseaudiosrc.c
9708 (gst_base_audio_src_fixate): Only fixate endianness if it is
9709 present in the caps.
9711 2005-08-22 Andy Wingo <wingo@pobox.com>
9713 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
9714 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
9715 device-name property.
9717 * gst-libs/gst/audio/gstaudiosrc.h:
9718 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
9719 close_device in the ring buffer, like gstaudiosink.
9721 * ext/alsa/gstalsamixer.h:
9722 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
9723 macro to implement the interface without much code. Cleanups.
9725 * ext/alsa/gstalsasrc.h:
9726 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
9729 * ext/alsa/Makefile.am: Add new files.
9730 * ext/alsa/gstalsamixerelement.c:
9731 * ext/alsa/gstalsamixerelement.c: Split element code out from
9732 mixer code so that alsasrc can be a mixer too.
9734 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
9736 * check/elements/volume.c: (setup_volume), (cleanup_volume),
9738 * check/elements/vorbisdec.c: (setup_vorbisdec),
9739 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
9740 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9741 (vorbis_handle_identification_packet),
9742 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
9743 (vorbis_handle_header_packet), (vorbis_dec_push),
9745 use the setup/teardown methods to save code. save code is good.
9747 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
9749 * check/Makefile.am:
9750 add ext dir for plugins
9751 add vorbisdec test conditionally
9752 * check/elements/volume.c: (setup_volume), (cleanup_volume),
9753 (GST_START_TEST), (volume_suite):
9754 add a test with wrong caps
9755 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
9756 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
9757 add a vorbisdec test
9758 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
9759 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
9760 clean up debug output
9761 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9762 yay, fix a segfault/security issue in vorbisdec
9763 gst-launch fakesrc ! vorbisdec wasn't happy
9764 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
9765 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
9766 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
9767 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
9768 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
9769 (gst_vorbisenc_set_metadata), (get_constraints_string),
9770 (update_start_message), (gst_vorbisenc_setup),
9771 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9772 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
9773 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
9774 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
9775 * ext/vorbis/vorbisenc.h:
9777 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9778 (gst_ffmpegcsp_transform):
9779 have the kow come home
9780 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
9782 * gst/volume/gstvolume.c: (volume_set_caps):
9785 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
9789 * check/Makefile.am:
9790 * check/elements/.cvsignore:
9791 * check/elements/volume.c: (chain_func), (event_func),
9792 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
9795 add unit test structure for gst-plugins-base
9796 add a test for volume
9797 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
9798 (gst_volume_set_volume), (gst_volume_get_volume),
9799 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
9800 (volume_funcfind), (volume_process_float), (volume_process_int16),
9801 (volume_set_caps), (volume_transform), (volume_update_mute),
9802 (volume_update_volume), (volume_set_property),
9803 (volume_get_property):
9804 document a little; use basetransform vmethod _set_caps
9806 2005-08-19 Andy Wingo <wingo@pobox.com>
9808 * ext/alsa/gstalsamixertrack.h:
9809 * ext/alsa/gstalsamixertrack.c:
9810 * ext/alsa/gstalsamixeroptions.h:
9811 * ext/alsa/gstalsamixeroptions.c:
9812 * ext/alsa/gstalsamixer.h:
9813 * ext/alsa/gstalsamixer.c: Port to 0.9.
9815 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
9816 Remove gstalsa.c and alsaclock. No more cruft here.
9818 2005-08-18 Wim Taymans <wim@fluendo.com>
9820 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9821 (gst_base_rtp_depayload_chain),
9822 (gst_base_rtp_depayload_add_to_queue),
9823 (gst_base_rtp_depayload_push),
9824 (gst_base_rtp_depayload_queue_release):
9825 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9826 Fix for RTPBuffer changes.
9828 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
9829 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
9830 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
9831 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
9832 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
9833 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
9834 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
9835 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
9836 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
9837 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
9838 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
9839 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
9840 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
9841 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
9842 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
9843 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
9844 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
9845 (gst_rtpbuffer_get_payload):
9846 * gst-libs/gst/rtp/gstrtpbuffer.h:
9847 Don't subclass GstBuffer but add methods and helper functions
9848 to construct and manipulate RTP packets in regular GstBuffers.
9850 2005-08-18 Stefan Kost <ensonic@users.sf.net>
9852 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
9853 moved statement below switch
9854 * gst/volume/gstvolume.c: (gst_volume_class_init):
9857 2005-08-16 Wim Taymans <wim@fluendo.com>
9859 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9860 (gst_base_audio_src_change_state):
9861 Open and close device in READY<->NULL state change.
9863 2005-08-16 Andy Wingo <wingo@pobox.com>
9865 * examples/seeking/Makefile.am: Don't compile non-compiling
9866 compiled objects with the compiler.
9868 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
9871 2005-08-12 Philippe Khalaf <burger@speedy.org>
9872 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9873 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9874 Made a thread to release the queue.
9875 Removed timestamp conversion for now.
9877 2005-08-10 Philippe Khalaf <burger@speedy.org>
9878 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9879 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9880 Added rtp timestamp -> gst timestamp conversion.
9881 Fixed several problems with queue.
9883 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
9885 * gst-libs/gst/audio/gstaudioclock.h:
9886 * gst-libs/gst/audio/gstaudiofilter.h:
9887 * gst-libs/gst/audio/gstaudiosink.h:
9888 * gst-libs/gst/audio/gstaudiosrc.h:
9889 * gst-libs/gst/audio/gstbaseaudiosink.h:
9890 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9891 * gst-libs/gst/audio/gstringbuffer.h:
9892 * gst-libs/gst/net/gstnetbuffer.h:
9893 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9894 * gst-libs/gst/rtp/gstrtpbuffer.h:
9895 Add padding (you will need to rebuild gst-plugins-base,
9896 gst-plugins and all applications afterwards!)
9898 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
9900 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9901 (gst_riff_parse_chunk):
9902 Fix bug in debug message and add some more debug messages.
9904 2005-08-08 Edward Hervey <edward@fluendo.com>
9906 * gst-libs/gst/riff/riff-media.c:
9907 backported updates since branch
9909 2005-08-08 Andy Wingo <wingo@pobox.com>
9911 * gst-libs/gst/audio/gstbaseaudiosink.c
9912 (gst_base_audio_sink_change_state): Open the device in NULL->READY
9913 like good elements should. Close on READY->NULL too.
9915 * gst-libs/gst/audio/gstaudiosink.c
9916 (gst_audioringbuffer_open_device,
9917 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
9918 (gst_audioringbuffer_release): Updates for new ring buffer API,
9919 hook into the new audio sink api.
9921 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
9922 (GstAudioSinkClass.close): Just open and close the device -- no
9923 resource allocation or configuration.
9924 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
9925 vmethods, handle device setup and resource allocation.
9927 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
9928 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
9931 * gst-libs/gst/audio/gstringbuffer.h
9932 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
9935 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
9936 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
9937 New API functions. The device should be opened before acquiring
9938 and closed after releasing.
9940 2005-08-08 Tim-Philipp M??ller <tim at centricular dot net>
9942 * gst-libs/gst/interfaces/mixer.h:
9943 Reset padding to GST_PADDING.
9945 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9947 * gst/playback/gstplaybin.c: (remove_sinks):
9948 Remove visualization from parent explicitely; works around some
9949 apparent refcount issue that I haven't tracked down yet.
9951 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9953 * ext/alsa/gstalsasink.c: (set_hwparams):
9954 Assign debug category, add negotiation debug msgs.
9956 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9958 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
9959 Fix error code for file-not-found to NOT_FOUND.
9961 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
9963 * common/gtk-doc-plugins.mak:
9964 * docs/plugins/Makefile.am:
9965 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9966 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9967 renamed to actual element names, so much nicer to look at
9968 * docs/plugins/tmpl/gstmultifdsink.sgml:
9970 * docs/plugins/tmpl/multifdsink.sgml:
9971 * docs/plugins/tmpl/tcpserversink.sgml:
9973 * ext/alsa/gstalsa.c:
9974 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
9975 * ext/ogg/gstoggmux.c:
9976 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
9977 * gst/playback/gstdecodebin.c:
9978 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
9979 * gst/tcp/gsttcpserversink.c:
9980 various fixes and documentation additions
9982 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
9984 * common/Makefile.am:
9985 * common/gstdoc-scangobj:
9986 * common/gtk-doc-plugins.mak:
9987 * common/gtk-doc.mak:
9988 add a custom scangobj that uses the registry
9989 add a custom gtk-doc-plugins.mak that uses it
9990 some doc build fixes
9993 * docs/plugins/Makefile.am:
9994 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9995 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9996 * docs/plugins/gst-plugins-base-plugins.types:
9997 * docs/plugins/tmpl/gstmultifdsink.sgml:
9998 add docs for one element, multifdsink
9999 * gst/adder/gstadder.h:
10000 * gst/volume/gstvolume.h:
10001 don't privatize enum
10002 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10003 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10004 (gst_sync_method_get_type), (gst_client_status_get_type),
10005 (gst_multifdsink_class_init),
10006 (gst_multifdsink_client_queue_buffer),
10007 (gst_multifdsink_handle_client_write):
10008 * gst/tcp/gstmultifdsink.h:
10009 * gst/tcp/gsttcp.h:
10010 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10011 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
10012 (gst_tcpclientsink_render):
10013 * gst/tcp/gsttcpclientsink.h:
10014 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10015 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
10016 (gst_tcpclientsrc_start):
10017 * gst/tcp/gsttcpclientsrc.h:
10018 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10019 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
10020 * gst/tcp/gsttcpserversrc.h:
10021 * gst/typefind/gsttypefindfunctions.c:
10022 remove superfluous Type stuff
10024 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10026 * gst/playback/gstplaybin.c: (gen_video_element):
10029 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10031 * gst-libs/gst/gconf/gconf.c:
10032 * gst-libs/gst/gconf/gconf.h:
10033 Fix some Andy Problem [tm].
10035 2005-08-04 Andy Wingo <wingo@pobox.com>
10037 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
10038 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
10039 (gst_ffmpegcsp_get_size): Adapt to API changes.
10041 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
10042 Implement an in-place do-nothing transform.
10044 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10046 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10047 (gst_ximagesink_renegotiate_size):
10048 Do not set new window sizes yet if we prepare a new buffer size
10049 for upstream renegotiation (software scaling) at some point in the
10050 future, because this new size waqs not actually accepted yet. Once
10051 accepted, renegotiation later on will set the new sizes just fine.
10052 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
10053 embedding testcase.
10055 2005-08-03 Andy Wingo <wingo@pobox.com>
10057 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
10058 (gst_ximagesink_buffer_alloc):
10059 Protect the height, width, and desired_caps with the pool_lock.
10060 Fixes videotestsrc ! queue ! ximagesink.
10062 2005-08-02 Edward Hervey <edward@fluendo.com>
10064 * gst/volume/gstvolume.c:
10065 include left from controller cleanup
10067 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
10068 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
10069 Stop collectpads before calling the parent state
10070 change function on PAUSED->READY.
10072 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
10074 When testing for X libs, use the X CFlags
10075 * gst/adder/gstadder.c: (gst_adder_change_state):
10076 Stop the collectpads before calling parent state change function
10077 on PAUSED->READY, otherwise we deadlock deactivating pads.
10079 2005-08-01 Stefan Kost <ensonic@users.sf.net>
10082 * docs/libs/tmpl/gstcolorbalance.sgml:
10083 * docs/libs/tmpl/gstmixer.sgml:
10084 * examples/Makefile.am:
10085 * gst/sine/Makefile.am:
10086 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
10087 (gst_sinesrc_set_property), (plugin_init):
10088 * gst/sine/gstsinesrc.h:
10089 * gst/volume/Makefile.am:
10090 * gst/volume/gstvolume.c: (gst_volume_set_volume),
10091 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
10092 (volume_process_float), (volume_process_int16),
10093 (volume_set_property), (plugin_init):
10094 * gst/volume/gstvolume.h:
10095 deactivate and remove dparams (libgstcontrol)
10097 2005-07-29 Wim Taymans <wim@fluendo.com>
10099 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
10100 Convert me to BaseTransform!! help..
10102 2005-07-29 Andy Wingo <wingo@pobox.com>
10104 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
10107 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
10108 support of both endiannesses.
10110 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
10112 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10113 Fix confusing debug message (s/event/query/)
10115 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
10117 * gst/videotestsrc/videotestsrc.h:
10118 Use "_stdint.h" instead of <stdint.h>
10120 2005-07-27 Wim Taymans <wim@fluendo.com>
10122 * ext/vorbis/Makefile.am:
10123 Revert wrong commit.
10125 2005-07-27 Wim Taymans <wim@fluendo.com>
10127 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
10128 More compilation fixen.
10130 2005-07-27 Wim Taymans <wim@fluendo.com>
10132 * gst-libs/gst/audio/gstbaseaudiosink.c:
10133 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
10134 (gst_base_audio_sink_create_ringbuffer),
10135 (gst_base_audio_sink_change_state):
10138 2005-07-27 Wim Taymans <wim@fluendo.com>
10140 * examples/seeking/seek.c: (setup_dynamic_link),
10141 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
10142 (query_positions_elems), (query_positions_pads), (do_seek):
10143 Update seek example.
10145 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
10146 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
10147 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
10148 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10149 (gst_ogg_demux_handle_event),
10150 (gst_ogg_demux_deactivate_current_chain),
10151 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10152 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
10153 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
10154 (gst_ogg_demux_loop):
10155 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
10156 * ext/theora/theoradec.c: (theora_dec_src_event),
10157 (theora_dec_src_getcaps), (theora_dec_sink_event),
10158 (theora_dec_push), (theora_dec_chain):
10159 * ext/vorbis/Makefile.am:
10160 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
10161 (vorbis_dec_sink_event), (vorbis_dec_push),
10162 (vorbis_handle_data_packet):
10163 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
10164 (gst_vorbisenc_chain):
10165 * gst/playback/gststreaminfo.c: (cb_probe):
10166 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
10167 * gst/videorate/gstvideorate.c: (gst_videorate_event):
10168 * gst/videoscale/gstvideoscale.c:
10169 (gst_videoscale_handle_src_event):
10170 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
10171 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
10172 (gst_ximagesink_navigation_send_event):
10173 * sys/xvimage/xvimagesink.c:
10174 (gst_xvimagesink_navigation_send_event):
10175 Various event updates and cleanups
10177 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10179 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
10180 Fix segfault for I420/YV12.
10182 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10184 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
10187 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10189 * gst/playback/gstplaybin.c: (gen_video_element),
10190 (gen_audio_element):
10191 Switch to auto*sink elements as default sinks; add volume element
10192 so that volume control in totem works.
10194 2005-07-21 Wim Taymans <wim@fluendo.com>
10196 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
10197 * gst/playback/gstplaybin.c: (setup_sinks),
10198 (gst_play_bin_change_state):
10199 Refcount fix and more comments.
10201 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10203 * sys/ximage/Makefile.am:
10204 * sys/ximage/ximage.c: (plugin_init):
10205 * sys/ximage/ximagesink.c:
10206 Prepare for adding ximagesrc, rename of plugin to ximage etc.
10209 2005-07-21 Wim Taymans <wim@fluendo.com>
10211 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
10212 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10213 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
10214 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10215 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
10216 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
10217 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
10218 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
10219 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10220 Generate correct disconts for live chained oggs.
10222 * gst-libs/gst/audio/gstbaseaudiosink.c:
10223 (gst_base_audio_sink_render),
10224 (gst_base_audio_sink_create_ringbuffer),
10225 (gst_base_audio_sink_change_state):
10226 Handle discont math correctly.
10228 * gst/playback/gstplaybin.c: (add_sink):
10229 Some small debug cleanup.
10231 2005-07-21 Wim Taymans <wim@fluendo.com>
10233 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
10234 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10235 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
10236 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10237 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
10238 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
10239 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10240 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
10241 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
10242 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10243 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
10244 (gst_ogg_demux_change_state), (gst_ogg_print):
10245 Reorganize code to send the right disconts when in streaming
10248 2005-07-20 Andy Wingo <wingo@pobox.com>
10250 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
10251 fix (?), fixes a seggie mcfalterson (#310894).
10253 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10255 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
10256 (gst_ogg_mux_set_header_on_caps):
10257 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10258 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
10259 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
10260 * gst-libs/gst/audio/multichannel.c:
10261 (gst_audio_set_channel_positions),
10262 (gst_audio_set_structure_channel_positions_list):
10263 * gst/playback/gstdecodebin.c: (dynamic_create):
10264 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
10265 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
10266 Fixes for API changes in core.
10268 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10270 * gst/playback/gstplaybasebin.c: (fill_buffer):
10271 Use _new_custom() so we can set custom message types for buffering
10274 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10277 * gst-libs/gst/Makefile.am:
10278 * gst-libs/gst/gconf/.cvsignore:
10279 * gst-libs/gst/gconf/Makefile.am:
10280 * gst-libs/gst/gconf/test-gconf.c:
10281 * pkgconfig/Makefile.am:
10282 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
10283 * pkgconfig/gstreamer-gconf.pc.in:
10284 Remove gconf stuff, use gconf elements instead from now on.
10286 2005-07-20 Wim Taymans <wim@fluendo.com>
10288 * gst-libs/gst/audio/TODO:
10289 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10290 (gst_audio_clock_get_internal_time):
10291 * gst-libs/gst/audio/gstaudioclock.h:
10292 * gst-libs/gst/audio/gstbaseaudiosink.c:
10293 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
10294 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
10295 (gst_base_audio_sink_render),
10296 (gst_base_audio_sink_create_ringbuffer),
10297 (gst_base_audio_sink_change_state):
10298 Make sure the audio clock always returns an increasing value.
10300 2005-07-19 Andy Wingo <wingo@pobox.com>
10302 * gst/videotestsrc/: Cleanups.
10304 2005-07-19 Wim Taymans <wim@fluendo.com>
10306 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
10309 2005-07-19 Wim Taymans <wim@fluendo.com>
10311 * examples/seeking/seek.c: (make_dv_pipeline),
10312 (make_vorbis_theora_pipeline), (query_rates),
10313 (query_positions_elems), (query_positions_pads), (do_seek):
10314 Make correct DV pipeline.
10316 2005-07-18 Andy Wingo <wingo@pobox.com>
10318 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
10319 default. Also because it's the only thing that really works. (This
10320 is used in the GConf elements).
10321 Use AS_LIBTOOL_TAGS.
10323 2005-07-18 Wim Taymans <wim@fluendo.com>
10325 * gst/playback/gstdecodebin.c: (remove_element_chain):
10326 * gst/playback/gstplaybin.c: (add_sink):
10327 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10328 (gst_stream_info_set_mute):
10329 * gst/playback/gststreamselector.c:
10330 (gst_stream_selector_get_linked_pad),
10331 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
10332 More leak and compile fixes.
10334 2005-07-18 Wim Taymans <wim@fluendo.com>
10336 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
10337 (query_rates), (query_positions_elems), (query_positions_pads),
10338 (do_seek), (seek_cb), (stop_seek):
10339 Updated seek example.
10341 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
10342 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
10343 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
10344 * gst/playback/gstplaybin.c: (add_sink):
10345 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10346 (gst_stream_info_set_mute):
10347 Some refcount leak fixes.
10349 2005-07-16 Wim Taymans <wim@fluendo.com>
10351 * gst-libs/gst/audio/gstbaseaudiosink.c:
10352 (gst_base_audio_sink_render):
10353 Align samples even if we have roundoff errors in the
10354 timestamp conversion.
10356 2005-07-16 Wim Taymans <wim@fluendo.com>
10358 * docs/libs/tmpl/gstringbuffer.sgml:
10359 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
10360 (query_rates), (query_positions_elems), (query_positions_pads),
10361 (update_scale), (do_seek):
10362 Updated seek example.
10364 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
10365 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
10366 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
10367 (gst_ogg_demux_loop):
10368 Push out correct discont values.
10370 * ext/theora/theoradec.c: (theora_dec_src_convert),
10371 (theora_dec_sink_convert), (theora_dec_src_getcaps),
10372 (theora_dec_sink_event), (theora_handle_type_packet),
10373 (theora_handle_header_packet), (theora_dec_push),
10374 (theora_handle_data_packet), (theora_dec_chain),
10375 (theora_dec_change_state):
10376 Better timestamping.
10378 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10379 (vorbis_dec_sink_event), (vorbis_dec_push),
10380 (vorbis_handle_data_packet), (vorbis_dec_chain):
10381 * ext/vorbis/vorbisdec.h:
10382 Better timestamping.
10384 * gst-libs/gst/audio/gstbaseaudiosink.c:
10385 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
10386 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10387 Handle syncing on timestamps instead of sample offsets. Make
10388 use of DISCONT values as described in design docs.
10390 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10391 (gst_base_audio_src_get_time):
10392 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
10393 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
10394 (gst_ring_buffer_read):
10395 * gst-libs/gst/audio/gstringbuffer.h:
10396 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
10397 (gst_ximagesink_show_frame):
10398 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
10399 Correcly convert buffer timestamp to stream time.
10401 2005-07-16 Wim Taymans <wim@fluendo.com>
10403 * gst/audioconvert/gstaudioconvert.c:
10404 (gst_audio_convert_get_buffer):
10405 Timestamp buffers correctly.
10407 * gst/playback/gstplaybin.c: (gen_video_element):
10408 Make internal fakesink silent.
10410 2005-07-15 Wim Taymans <wim@fluendo.com>
10412 * gst/ffmpegcolorspace/Makefile.am:
10413 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10414 (gst_ffmpegcsp_caps_remove_format_info),
10415 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10416 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
10417 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
10418 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
10419 Ported ffmpegcolorspace to basetransform.
10421 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
10422 * gst/volume/gstvolume.c: (volume_transform):
10425 2005-07-14 Wim Taymans <wim@fluendo.com>
10427 * gst/videotestsrc/Makefile.am:
10428 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
10429 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
10430 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
10431 (gst_videotestsrc_init), (gst_videotestsrc_event),
10432 (gst_videotestsrc_create), (gst_videotestsrc_start),
10433 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
10434 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
10435 (gst_videotestsrc_get_property):
10436 * gst/videotestsrc/gstvideotestsrc.h:
10437 Make videotestsrc a pushsrc.
10439 2005-07-14 Wim Taymans <wim@fluendo.com>
10441 * gst/tcp/gstfdset.c: (gst_fdset_free):
10442 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
10443 (gst_multifdsink_add), (gst_multifdsink_remove),
10444 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
10445 (gst_multifdsink_remove_client_link),
10446 (gst_multifdsink_client_queue_data),
10447 (gst_multifdsink_client_queue_caps),
10448 (gst_multifdsink_client_queue_buffer),
10449 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
10450 (gst_multifdsink_stop):
10451 * gst/tcp/gstmultifdsink.h:
10454 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
10455 Also draw image when not from a pool.
10457 2005-07-14 Wim Taymans <wim@fluendo.com>
10459 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
10460 (mute_stream), (silence_stream):
10461 Small debug additions.
10463 2005-07-14 Wim Taymans <wim@fluendo.com>
10465 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
10466 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10467 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
10468 Better error recovery, ignore unconnected pads and
10471 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
10473 * docs/libs/tmpl/gstaudio.sgml:
10474 * docs/libs/tmpl/gstcolorbalance.sgml:
10475 * docs/libs/tmpl/gstgconf.sgml:
10476 * docs/libs/tmpl/gstmixer.sgml:
10477 * docs/libs/tmpl/gstringbuffer.sgml:
10478 * docs/libs/tmpl/gsttuner.sgml:
10479 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10480 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
10481 (gst_tcpclientsrc_class_init):
10482 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
10483 (gst_tcpserversrc_class_init):
10484 * sys/v4l/gstv4lelement.c:
10485 more autistic cleanliness in functions/names/defines
10487 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
10490 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
10491 added manually to each Makefile.am so we are sure it goes
10492 *last* and doesn't add -L flags before linking in libs of our
10493 own, like, say, internal .la libs, that then accidentally pick
10494 up the installed copy.
10495 * docs/libs/Makefile.am:
10496 * ext/alsa/Makefile.am:
10497 * ext/cdparanoia/Makefile.am:
10498 * ext/gnomevfs/Makefile.am:
10499 * ext/libvisual/Makefile.am:
10500 * ext/ogg/Makefile.am:
10501 * ext/theora/Makefile.am:
10502 * ext/vorbis/Makefile.am:
10503 * gst-libs/gst/video/Makefile.am:
10504 * gst/adder/Makefile.am:
10505 * gst/audioconvert/Makefile.am:
10506 * gst/audiorate/Makefile.am:
10507 * gst/audioscale/Makefile.am:
10508 * gst/ffmpegcolorspace/Makefile.am:
10509 * gst/playback/Makefile.am:
10510 * gst/sine/Makefile.am:
10511 * gst/subparse/Makefile.am:
10512 * gst/tags/Makefile.am:
10513 * gst/tcp/Makefile.am:
10514 * gst/typefind/Makefile.am:
10515 * gst/videorate/Makefile.am:
10516 * gst/videoscale/Makefile.am:
10517 * gst/videotestsrc/Makefile.am:
10518 * gst/volume/Makefile.am:
10519 * sys/v4l/Makefile.am:
10520 * sys/ximage/Makefile.am:
10521 * sys/xvimage/Makefile.am:
10522 adapt properly to this change. This should make sure that
10523 plugins and libs properly link to the as-yet-uninstalled
10524 copies of stuff like libgstinterfaces and libgstvideo
10526 2005-07-13 Andy Wingo <wingo@pobox.com>
10528 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
10529 (gst_v4lsrc_fixate): Fixate on format as well.
10531 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
10532 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
10533 buffer points to it.
10534 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
10535 rather just doing X calls ourselves. Also fixes a memleak.
10537 2005-07-12 Andy Wingo <wingo@pobox.com>
10539 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
10540 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
10541 (gst_v4lsrc_create): Re-add the copy-mode property, default to
10542 TRUE to avoid deadlocks if an element holds on to our buffers.
10544 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
10546 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10547 (gst_sinesrc_init), (gst_sinesrc_create),
10548 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
10549 (gst_sinesrc_start):
10550 * gst/sine/gstsinesrc.h:
10551 removing num-buffers property before moving it
10553 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
10556 use overridable ERROR_CFLAGS
10557 * docs/libs/gst-plugins-base-libs.types:
10558 * docs/libs/tmpl/gstringbuffer.sgml:
10559 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10560 (gst_alsasink_class_init):
10561 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
10562 (gst_alsasrc_class_init):
10563 * gst-libs/gst/audio/audio.h:
10564 * gst-libs/gst/audio/gstaudioclock.h:
10565 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10566 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
10567 (gst_audio_filter_link), (gst_audio_filter_init),
10568 (gst_audio_filter_chain), (gst_audio_filter_set_property),
10569 (gst_audio_filter_get_property),
10570 (gst_audio_filter_class_add_pad_templates):
10571 * gst-libs/gst/audio/gstaudiofilter.h:
10572 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10573 (gst_audio_filter_template_get_type),
10574 (gst_audio_filter_template_base_init),
10575 (gst_audio_filter_template_class_init),
10576 (gst_audio_filter_template_init),
10577 (gst_audio_filter_template_set_property),
10578 (gst_audio_filter_template_get_property), (plugin_init),
10579 (gst_audio_filter_template_setup),
10580 (gst_audio_filter_template_filter),
10581 (gst_audio_filter_template_filter_inplace):
10582 * gst-libs/gst/audio/gstaudiosink.c:
10583 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10584 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
10585 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
10586 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
10587 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
10588 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
10589 * gst-libs/gst/audio/gstaudiosink.h:
10590 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
10591 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
10592 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10593 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
10594 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
10595 (gst_audio_src_class_init), (gst_audio_src_init),
10596 (gst_audio_src_create_ringbuffer):
10597 * gst-libs/gst/audio/gstaudiosrc.h:
10598 * gst-libs/gst/audio/gstbaseaudiosink.c:
10599 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
10600 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
10601 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
10602 (gst_base_audio_sink_set_property),
10603 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
10604 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
10605 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
10606 (gst_base_audio_sink_create_ringbuffer),
10607 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
10608 * gst-libs/gst/audio/gstbaseaudiosink.h:
10609 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10610 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
10611 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
10612 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
10613 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
10614 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
10615 (gst_base_audio_src_event), (gst_base_audio_src_create),
10616 (gst_base_audio_src_create_ringbuffer),
10617 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
10618 * gst-libs/gst/audio/gstbaseaudiosrc.h:
10619 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10620 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
10621 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
10622 (gst_ring_buffer_debug_spec_caps),
10623 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
10624 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
10625 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
10626 (gst_ring_buffer_start), (gst_ring_buffer_pause),
10627 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
10628 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10629 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
10630 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
10631 (gst_ring_buffer_clear):
10632 * gst-libs/gst/audio/gstringbuffer.h:
10633 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10634 (gst_video_sink_class_init), (gst_video_sink_get_type):
10635 * gst-libs/gst/video/videosink.h:
10636 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
10637 (gst_multifdsink_class_init),
10638 (gst_multifdsink_handle_client_write),
10639 (gst_multifdsink_change_state):
10640 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10641 (gst_tcpclientsink_setcaps):
10642 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10643 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
10644 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
10645 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
10646 (gst_ximagesink_send_pending_navigation),
10647 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
10648 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
10649 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10650 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10651 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
10652 (gst_xvimagesink_send_pending_navigation),
10653 (gst_xvimagesink_navigation_send_event),
10654 (gst_xvimagesink_set_xwindow_id),
10655 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
10656 (gst_xvimagesink_get_type):
10657 more macro splitting
10659 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
10661 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
10662 plug a memleak, allows me to import 1479 albums in one go
10664 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10665 (vorbis_handle_type_packet), (vorbis_dec_chain),
10666 (vorbis_dec_change_state):
10667 fix some format strings
10669 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
10671 * docs/libs/tmpl/gstcolorbalance.sgml:
10672 * docs/libs/tmpl/gstmixer.sgml:
10673 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10674 (gst_alsasink_set_property), (gst_alsasink_get_property):
10675 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10676 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
10677 add device property
10679 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
10681 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10682 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10683 (audiocast_register_listener), (audiocast_thread_run),
10684 (gst_gnomevfssrc_send_additional_headers_callback),
10685 (gst_gnomevfssrc_received_headers_callback),
10686 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
10687 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
10688 (gst_gnomevfssrc_get_size):
10689 add/clean up debugging
10690 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10693 2005-07-07 Andy Wingo <wingo@pobox.com>
10695 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
10696 framerate. Need to get a handle on when exactly this function is
10699 * sys/v4l/v4lsrc_calls.h:
10700 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
10701 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
10702 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
10704 * sys/v4l/v4l_calls.h: Cast to V4lElement.
10705 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
10706 v4lelements are sources.
10708 * sys/v4l/gstv4lxoverlay.h:
10709 * sys/v4l/gstv4lxoverlay.c:
10710 * sys/v4l/gstv4ltuner.h:
10711 * sys/v4l/gstv4ltuner.c: Header loc fixen.
10713 * sys/v4l/gstv4lsrc.h:
10714 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
10715 PushSrc/BaseSrc. Removed most sync-related properties, videorate
10716 or something should handle that. Made a live source.
10718 * sys/v4l/gstv4lelement.h:
10719 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
10720 signals. Some cleanups.
10722 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
10724 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
10727 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
10730 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
10732 2005-07-07 Wim Taymans <wim@fluendo.com>
10734 * ext/theora/theoradec.c: (theora_get_query_types),
10735 (theora_dec_src_getcaps), (theora_dec_push):
10736 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
10737 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
10738 Remove deprecated/unused query types.
10740 2005-07-06 Wim Taymans <wim@fluendo.com>
10742 * ext/alsa/Makefile.am:
10743 * ext/alsa/gstalsaplugin.c: (plugin_init):
10744 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10745 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
10746 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
10747 (gst_alsasrc_class_init), (gst_alsasrc_init),
10748 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
10749 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
10750 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
10751 (gst_alsasrc_reset):
10752 * ext/alsa/gstalsasrc.h:
10753 * gst-libs/gst/audio/Makefile.am:
10754 * gst-libs/gst/audio/gstaudiosink.c:
10755 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10756 (gst_audioringbuffer_start):
10757 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
10758 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
10759 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
10760 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
10761 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
10762 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
10763 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
10764 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
10765 * gst-libs/gst/audio/gstaudiosrc.h:
10766 * gst-libs/gst/audio/gstbaseaudiosink.c:
10767 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
10768 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
10769 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
10770 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10771 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
10772 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
10773 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
10774 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
10775 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
10776 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
10777 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
10778 (gst_baseaudiosrc_change_state):
10779 * gst-libs/gst/audio/gstbaseaudiosrc.h:
10780 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
10781 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
10782 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
10783 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10784 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
10785 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
10786 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
10787 * gst-libs/gst/audio/gstringbuffer.h:
10788 Added audiosource base classes.
10789 Ported alsasrc, still very basic.
10791 2005-07-06 Wim Taymans <wim@fluendo.com>
10793 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
10794 (theora_dec_push), (theora_handle_data_packet):
10795 Prepare for better timestamp fix later.
10797 * gst/audioconvert/gstaudioconvert.c:
10798 List most accurate caps first
10800 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
10801 Use proper pad task function.
10803 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10804 (gst_xvimagesink_show_frame):
10805 Fix deadlock when alloc failed.
10807 2005-07-05 Andy Wingo <wingo@pobox.com>
10809 * ext/gnomevfs/gstgnomevfssrc.c:
10810 * gst/sine/gstsinesrc.c:
10811 * gst/tcp/gsttcpserversrc.c:
10812 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
10814 * sys/v4l/: Port from 0.8.
10816 * Many files: Null if we got it....
10818 2005-07-05 Andy Wingo <wingo@pobox.com>
10820 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
10821 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
10824 2005-07-05 Wim Taymans <wim@fluendo.com>
10827 * gst/tcp/Makefile.am:
10829 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
10830 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
10831 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
10832 (is_sync_frame), (gst_multifdsink_handle_client_write),
10833 (gst_multifdsink_render), (gst_multifdsink_start),
10834 (gst_multifdsink_stop), (gst_multifdsink_change_state):
10835 * gst/tcp/gstmultifdsink.h:
10836 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
10837 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
10838 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
10839 * gst/tcp/gsttcp.h:
10840 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10841 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
10842 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
10843 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
10844 * gst/tcp/gsttcpclientsink.h:
10845 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
10846 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
10847 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
10848 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
10849 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
10850 * gst/tcp/gsttcpclientsrc.h:
10851 * gst/tcp/gsttcpplugin.c: (plugin_init):
10852 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
10853 * gst/tcp/gsttcpserversink.h:
10854 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
10855 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
10856 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
10857 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
10858 (gst_tcpserversrc_stop):
10859 * gst/tcp/gsttcpserversrc.h:
10860 * gst/tcp/gsttcpsink.c:
10861 * gst/tcp/gsttcpsink.h:
10862 * gst/tcp/gsttcpsrc.c:
10863 * gst/tcp/gsttcpsrc.h:
10864 Ported tcp plugins to 0.9.
10867 2005-07-05 Andy Wingo <wingo@pobox.com>
10869 * gst/playback/gstplaybasebin.c (fill_buffer):
10870 message_new_application fixen.
10872 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
10875 2005-07-04 Wim Taymans <wim@fluendo.com>
10877 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10878 Set caps on output buffer.
10880 2005-07-04 Andy Wingo <wingo@pobox.com>
10882 * ext/gnomevfs/gstgnomevfssrc.c
10883 (gst_gnomevfssrc_received_headers_callback)
10884 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
10887 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
10888 No refcount leakage.
10890 * configure.ac: Enable -Werror.
10892 * ext/theora/theoradec.c (theora_dec_src_getcaps):
10893 * gst/audioconvert/bufferframesconvert.c
10894 (buffer_frames_convert_fixate):
10895 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
10896 (gst_audio_convert_fixate):
10897 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
10898 (gst_sinesrc_create): Fixate func changes.
10900 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10901 (gst_ximagesink_buffer_alloc): Unused var.
10903 2005-07-01 Andy Wingo <wingo@pobox.com>
10905 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
10906 getcaps to do explicit caps. Needs to be done in all decoders,
10907 possibly via a base class.
10909 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
10911 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
10912 caps on the sink pad, just rely on the pad template. Also, setting
10913 ANY caps on a pad is not valid because the caps are not fixed.
10915 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
10916 caps on the buffer, and get the width from the desired_caps if
10918 (gst_ximagesink_renegotiate_size): Implement via setting the
10919 desired_caps on the ximagesink.
10920 (gst_ximagesink_setcaps): Only reset the width of the player if it
10921 wasn't already set. Not sure if this is right.
10922 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
10924 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
10925 that the user wants. NULL unless the window has been resized.
10927 * gst/volume/gstvolume.c (volume_transform): Adapt to
10928 basetransform refcount changes.
10930 2005-07-01 Andy Wingo <wingo@pobox.com>
10932 * gst/videoscale/gstvideoscale.c:
10933 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
10934 from BaseTransform, implements a transform_caps. Removed dead code
10935 including some PAR stuff that was never reached -- should probably
10936 be added back somehow.
10938 2005-07-01 Andy Wingo <wingo@pobox.com>
10940 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
10943 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
10946 * docs/libs/Makefile.am:
10947 * docs/libs/gst-plugins-libs.types:
10948 * ext/alsa/Makefile.am:
10949 * ext/alsa/gstalsamixer.h:
10950 * ext/alsa/gstalsamixeroptions.h:
10951 * ext/alsa/gstalsamixertrack.h:
10952 * gst-libs/gst/Makefile.am:
10953 * gst-libs/gst/colorbalance/.cvsignore:
10954 * gst-libs/gst/colorbalance/Makefile.am:
10955 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
10956 * gst-libs/gst/colorbalance/colorbalance.c:
10957 * gst-libs/gst/colorbalance/colorbalance.h:
10958 * gst-libs/gst/colorbalance/colorbalance.vcproj:
10959 * gst-libs/gst/colorbalance/colorbalancechannel.c:
10960 * gst-libs/gst/colorbalance/colorbalancechannel.h:
10961 * gst-libs/gst/interfaces/Makefile.am:
10962 * gst-libs/gst/interfaces/colorbalance.c:
10963 (gst_color_balance_class_init):
10964 * gst-libs/gst/interfaces/colorbalance.h:
10965 * gst-libs/gst/interfaces/interfaces-marshal.list:
10966 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
10967 * gst-libs/gst/interfaces/mixer.h:
10968 * gst-libs/gst/interfaces/mixeroptions.h:
10969 * gst-libs/gst/interfaces/navigation.c:
10970 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
10971 * gst-libs/gst/interfaces/tuner.h:
10972 * gst/volume/Makefile.am:
10973 * gst/volume/gstvolume.c:
10974 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
10975 * sys/ximage/Makefile.am:
10976 * sys/ximage/ximagesink.c:
10977 * sys/xvimage/Makefile.am:
10978 * sys/xvimage/xvimagesink.c:
10979 fold in all interfaces into an interfaces dir, preserving CVS
10982 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10984 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10985 Fix build after riff changes.
10987 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10989 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10990 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
10991 (gst_riff_create_video_template_caps),
10992 (gst_riff_create_audio_template_caps),
10993 (gst_riff_create_iavs_template_caps):
10994 * gst-libs/gst/riff/riff-media.h:
10995 * gst-libs/gst/riff/riff-read.h:
10996 * gst-libs/gst/riff/riff.c: (gst_riff_init):
10997 Add gst_riff_init() to initialize the debug category, instead
10998 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
11000 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11002 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
11003 Oops, I shouldn't apply hacks.
11005 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11007 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
11008 Remove pad_loop function which doesn't work.
11010 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11012 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
11013 Send EOS when deactivating.
11014 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11015 (check_queue), (queue_threshold_reached), (queue_out_of_data),
11016 (gen_preroll_element), (probe_triggered), (mute_stream),
11017 (silence_stream), (new_decoded_pad), (setup_substreams),
11018 (set_active_source):
11019 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
11020 (remove_sinks), (add_sink):
11021 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
11022 Change for new probe API.
11024 2005-06-29 Wim Taymans <wim@fluendo.com>
11026 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
11027 * gst-libs/gst/audio/gstbaseaudiosink.c:
11028 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
11029 (gst_baseaudiosink_change_state):
11030 * gst-libs/gst/audio/gstbaseaudiosink.h:
11031 * gst-libs/gst/audio/gstringbuffer.c:
11032 (gst_ringbuffer_set_callback):
11033 Fix compilation error.
11034 Ringbuffer starts out as not running.
11035 Free our clock in dispose.
11036 When releasing the ringbuffer we need to renegotiate so
11037 clear the pad caps.
11039 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
11043 * docs/Makefile.am:
11044 * docs/libs/Makefile.am:
11045 * docs/libs/gst-plugins-libs-docs.sgml:
11046 * docs/libs/gst-plugins-libs-sections.txt:
11047 * docs/libs/gst-plugins-libs.types:
11048 * docs/libs/tmpl/gstaudio.sgml:
11049 * docs/libs/tmpl/gstcolorbalance.sgml:
11050 * docs/libs/tmpl/gstringbuffer.sgml:
11051 * gst-libs/gst/audio/gstringbuffer.c:
11052 (gst_ringbuffer_set_callback):
11053 reinstate gtk-doc docs for plugin libs
11055 2005-06-28 Wim Taymans <wim@fluendo.com>
11057 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11058 (gst_ogg_demux_init):
11059 Removed pad loop function.
11061 2005-06-28 Wim Taymans <wim@fluendo.com>
11063 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
11064 If we're building a chain we are not in an error case
11065 when we queue a buffer.
11067 2005-06-28 Andy Wingo <wingo@pobox.com>
11069 * *.c: Don't cast to GstObject before reffing/unreffing.
11071 2005-06-27 Andy Wingo <wingo@pobox.com>
11073 * gst/videotestsrc/gstvideotestsrc.c
11074 (gst_videotestsrc_activate_push): Activation API changes.
11076 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
11077 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
11078 they have refs on the decodebin.
11080 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
11082 (gst_ogg_pad_typefind): Don't leak a pad ref.
11083 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
11084 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
11085 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
11087 2005-06-27 Edward Hervey <edward@fluendo.com>
11089 * ext/theora/theoradec.c: (theora_dec_change_state):
11090 re-arranged call to parent's state change in order to avoid locks (or
11093 2005-06-26 Edward Hervey <edward@fluendo.com>
11095 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11096 2nd argument of 'unknow-type' signal is a GstCaps and not a
11099 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
11100 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
11101 Set the worker thread's running flag to TRUE before starting the
11103 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11104 Catch a failure to add typefind to the bin.
11106 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
11108 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11109 (gst_sinesrc_init), (gst_sinesrc_create),
11110 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
11111 (gst_sinesrc_start):
11112 * gst/sine/gstsinesrc.h:
11113 add num-buffers and timestamp-offset properties
11114 * gst/videotestsrc/gstvideotestsrc.c:
11115 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
11116 (gst_videotestsrc_get_property):
11117 add timestamp-offset property
11119 2005-06-23 Christian Schaller <uraeus@gnome.org>
11121 * configure.ac: add videorate
11122 * gst-plugins-base.spec.in: add videorate
11124 2005-06-23 Wim Taymans <wim@fluendo.com>
11126 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
11127 (gst_videorate_getcaps), (gst_videorate_setcaps),
11128 (gst_videorate_event), (gst_videorate_chain):
11129 Fixed videorate, fixating an already fixated caps is not
11132 2005-06-23 Wim Taymans <wim@fluendo.com>
11135 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
11136 Buffer on caps is not boxed anymore.
11138 2005-06-22 Wim Taymans <wim@fluendo.com>
11140 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11141 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
11142 Set buffers on caps as miniobjects and not as boxed.
11144 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
11149 === release 0.9.1 ===
11151 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
11172 updates for release
11174 2005-06-09 Andy Wingo <wingo@pobox.com>
11176 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
11178 2005-06-09 Andy Wingo <wingo@pobox.com>
11181 * gst-libs/gst/Makefile.am:
11182 * gst-libs/gst/net/Makefile.am:
11183 Add gstnet to build.
11185 2005-06-09 Andy Wingo <wingo@pobox.com>
11187 * gst-libs/gst/gconf/gconf.c:
11188 * gst/playback/test.c:
11189 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
11192 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
11194 * ext/theora/theoraenc.c (theora_enc_chain):
11195 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
11197 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
11200 2005-06-02 Wim Taymans <wim@fluendo.com>
11202 * gst-libs/gst/net/Makefile.am:
11203 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
11204 * pkgconfig/gstreamer-libs.pc.in:
11205 Added net stuff, version net lib.
11207 2005-06-02 Wim Taymans <wim@fluendo.com>
11209 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
11210 (query_rates), (query_positions_elems), (query_positions_pads),
11212 Updated seek example.
11214 2005-06-02 Andy Wingo <wingo@pobox.com>
11216 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
11217 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
11220 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
11221 remove the typefind, the bin dispose will do it for us. When it's
11222 removed and unreffed, the signal handler will be disconnected,
11224 (unlinked): It's too difficult to disconnect from unlinked
11225 handlers, as they are on pads not elements. Just punt if the pads
11226 aren't grandkids of the bin.
11228 2005-06-02 Wim Taymans <wim@fluendo.com>
11231 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11232 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
11233 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
11234 * ext/theora/theoradec.c: (theora_dec_src_query),
11235 (theora_handle_data_packet):
11236 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11237 (theora_enc_chain):
11238 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11239 (vorbis_handle_data_packet):
11240 * gst/audioconvert/bufferframesconvert.c:
11241 (buffer_frames_convert_chain):
11242 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11243 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11244 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
11245 (gst_ffmpegcsp_chain):
11246 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
11247 (gst_videorate_getcaps), (gst_videorate_setcaps),
11248 (gst_videorate_event), (gst_videorate_chain):
11249 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
11250 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
11251 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11252 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
11253 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11254 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
11255 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
11256 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11257 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
11258 Cleanups and buffer alloc.
11260 2005-05-31 Wim Taymans <wim@fluendo.com>
11262 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
11263 Don't try to call the delay method when the device is not
11266 2005-05-31 Wim Taymans <wim@fluendo.com>
11268 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
11269 Get actual segment size and buffer size after opening
11272 2005-05-30 Wim Taymans <wim@fluendo.com>
11274 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
11275 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
11276 Also FLUSH upstream, makes the loop function exit faster.
11278 * ext/theora/theoradec.c: (theora_dec_src_query):
11279 Some more debug info in the query.
11281 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11282 (gst_ximagesink_setcaps):
11283 Release lock on par error, better error reporting.
11285 2005-05-26 Wim Taymans <wim@fluendo.com>
11287 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11288 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
11289 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
11290 Clear chains in READY
11291 Queue packets until the chain is activated.
11293 2005-05-25 Wim Taymans <wim@fluendo.com>
11295 * gst-libs/gst/audio/gstaudiosink.c:
11296 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11297 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
11298 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
11299 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
11300 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
11301 (gst_audiosink_create_ringbuffer):
11302 * gst-libs/gst/audio/gstbaseaudiosink.c:
11303 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
11304 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
11305 (gst_baseaudiosink_set_property), (build_linear_format),
11306 (debug_spec_caps), (debug_spec_buffer),
11307 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
11308 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
11309 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
11310 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
11311 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
11312 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
11313 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
11314 (gst_ringbuffer_play), (gst_ringbuffer_pause),
11315 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
11316 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
11317 (wait_segment), (gst_ringbuffer_commit),
11318 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
11319 (gst_ringbuffer_clear):
11320 Various small cleanups.
11322 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11323 (gst_audio_convert_change_state):
11324 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
11325 No need to take the locks anymore.
11327 2005-05-25 Wim Taymans <wim@fluendo.com>
11329 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11330 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
11331 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
11333 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
11334 (group_destroy), (group_commit), (queue_overrun),
11335 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
11336 (mute_stream), (new_decoded_pad), (setup_substreams),
11337 (setup_source), (mute_group_type), (set_active_source),
11338 (gst_play_base_bin_change_state):
11339 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11340 (gen_video_element), (gen_text_element), (gen_audio_element),
11341 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
11342 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
11343 (gst_stream_info_dispose), (gst_stream_info_set_mute):
11344 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
11345 Some playbin cleanups mostly refcounting sloppyness.
11347 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11349 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
11350 Work with streaming input.
11352 2005-05-25 Wim Taymans <wim@fluendo.com>
11354 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11355 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11356 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
11357 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
11358 No need to take the STREAM lock anymore.
11360 2005-05-25 Wim Taymans <wim@fluendo.com>
11362 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
11363 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
11364 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
11365 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
11366 (gst_ogg_demux_sink_activate):
11367 * ext/theora/theoradec.c: (theora_dec_src_event),
11368 (theora_handle_comment_packet), (theora_dec_chain),
11369 (theora_dec_change_state):
11370 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11371 (vorbis_handle_data_packet), (vorbis_dec_chain),
11372 (vorbis_dec_change_state):
11373 Remove STREAM locks as they are taken in core now.
11374 Never set bogus granulepos on vorbis/theora.
11375 Fix leaks in theoradec tag parsing.
11377 2005-05-25 Wim Taymans <wim@fluendo.com>
11379 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
11380 Fix memleaks, GST_BUFFER_DATA() is not freed.
11382 2005-05-25 Wim Taymans <wim@fluendo.com>
11384 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11385 Open non-blocking, set to blocking mode afterwards to avoid
11386 lockups when audio device is busy.
11388 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11390 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
11391 This can't be good.
11393 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11395 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11396 (gst_audio_convert_chain), (gst_audio_convert_link_src),
11397 (gst_audio_convert_setcaps):
11398 Implement instant setup switching.
11400 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11402 * gst/playback/gstplaybasebin.c: (probe_triggered):
11403 Fix missing unlock.
11404 * gst/playback/gstplaybin.c: (add_sink):
11405 First add, then link (otherwise pad link fails).
11407 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11409 * examples/Makefile.am:
11410 fix buildbot (make distcheck)
11412 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11414 * gst/playback/gstplaybin.c: (gen_vis_element):
11415 Remove some wrong code. Doesn't work yet.
11417 2005-05-19 Wim Taymans <wim@fluendo.com>
11419 * gst-libs/gst/net/Makefile.am:
11420 * gst-libs/gst/net/README:
11421 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
11422 (gst_netbuffer_class_init), (gst_netbuffer_init),
11423 (gst_netbuffer_finalize), (gst_netbuffer_copy),
11424 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
11425 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
11426 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
11427 * gst-libs/gst/net/gstnetbuffer.h:
11428 Added buffer subclass to store extra to/from addresses for
11429 network sources/sinks.
11431 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11433 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
11434 Don't lock an unassigned variable.
11436 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11438 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
11439 Increase buffer for video, decrease buffer for other media types.
11440 * gst/playback/gstplaybin.c: (gen_video_element),
11441 (gen_audio_element):
11442 Change names for debugging purposes.
11444 2005-05-18 Wim Taymans <wim@fluendo.com>
11446 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11447 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11448 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
11449 (gst_ffmpegcsp_chain):
11450 Enable buffer alloc passthrough if the source and dest
11451 formats are the same.
11453 2005-05-17 Wim Taymans <wim@fluendo.com>
11455 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11456 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
11457 (gst_ogg_demux_chain_unlocked):
11458 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11459 (gst_audio_convert_caps_remove_format_info),
11460 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
11461 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
11462 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11463 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11464 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
11465 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
11466 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11467 (gst_ffmpegcsp_get_property):
11468 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11469 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
11470 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
11471 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11472 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
11473 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
11474 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
11475 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
11476 Leak fixes in oggdemux.
11477 Some cleanups in audioconvert.
11478 Make passthrough work along with buffer_alloc etc.
11479 Make buffer_alloc and buffer recycling actually work in
11482 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
11484 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
11485 make the compiler happy
11487 2005-05-17 Wim Taymans <wim@fluendo.com>
11489 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
11490 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11491 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
11492 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
11493 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11494 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
11495 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
11496 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11497 (gst_xvimagesink_set_xwindow_id):
11498 * sys/xvimage/xvimagesink.h:
11499 Port xvimagesink to new MiniObject.
11501 2005-05-17 Wim Taymans <wim@fluendo.com>
11503 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11504 (gst_audiofilter_chain):
11505 * gst-libs/gst/audio/gstaudiosink.c:
11506 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11507 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
11508 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
11509 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
11510 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
11511 (gst_audiosink_create_ringbuffer):
11512 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11513 (gst_audio_convert_caps_remove_format_info),
11514 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
11515 (gst_audio_convert_fixate), (gst_audio_convert_channels):
11516 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11517 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11518 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
11519 Fix passthrough in ffmpegcolorspace.
11520 Fix memset in audiosink on wrong memory.
11522 2005-05-16 David Schleef <ds@schleef.org>
11524 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
11527 2005-05-16 David Schleef <ds@schleef.org>
11529 Port from GstData to GstMiniObject.
11530 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11531 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11532 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
11533 (gst_ogg_mux_collected):
11534 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11535 * ext/theora/theoradec.c: (theora_handle_comment_packet),
11536 (theora_handle_data_packet):
11537 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11538 (theora_set_header_on_caps), (theora_enc_chain):
11539 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11540 (vorbis_handle_comment_packet):
11541 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
11542 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
11543 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
11544 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
11545 * gst/audioconvert/gstaudioconvert.c:
11546 (gst_audio_convert_get_buffer):
11547 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11548 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
11549 (mute_stream), (silence_stream):
11550 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
11551 * gst/volume/gstvolume.c: (volume_transform):
11552 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11553 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
11554 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
11555 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
11556 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
11557 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
11558 (gst_ximagesink_buffer_alloc):
11559 * sys/ximage/ximagesink.h:
11561 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11563 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11564 (fill_buffer), (check_queue), (queue_threshold_reached),
11565 (queue_out_of_data):
11566 * gst/playback/gstplaybasebin.h:
11567 Post buffer-fullness on the bus.
11569 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11571 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11573 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11574 (group_commit), (probe_triggered), (setup_source),
11575 (gst_play_base_bin_change_state):
11576 * gst/playback/gstplaybasebin.h:
11577 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11578 (gst_play_bin_init), (remove_sinks), (setup_sinks),
11579 (gst_play_bin_change_state):
11580 Move setup_output_pads into a virtual function, remove
11581 group-switch (no longer needed) and redirect (handled by bus
11584 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11586 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11587 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
11588 (get_active_group), (get_building_group), (group_destroy),
11589 (group_commit), (check_queue), (queue_overrun),
11590 (queue_threshold_reached), (queue_out_of_data),
11591 (gen_preroll_element), (remove_groups), (unknown_type),
11592 (add_element_stream), (no_more_pads), (probe_triggered),
11593 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
11594 (setup_substreams), (setup_source), (finish_source),
11595 (prepare_output), (muted_group_change_state),
11596 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11597 (gst_play_base_bin_change_state):
11598 * gst/playback/gstplaybasebin.h:
11599 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11600 (gst_play_bin_init), (gst_play_bin_set_property),
11601 (gen_video_element), (gen_text_element), (gen_audio_element),
11602 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
11603 (gst_play_bin_change_state):
11604 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11605 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
11606 (stream_info_change_state), (gst_stream_info_set_mute),
11607 (gst_stream_info_get_property):
11608 * gst/playback/gststreaminfo.h:
11609 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11610 (gst_stream_selector_get_linked_pad),
11611 (gst_stream_selector_getcaps),
11612 (gst_stream_selector_get_linked_pads),
11613 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
11614 * gst/playback/gststreamselector.h:
11615 Rough port of playbin. Needs some more work, but is mostly done,
11616 and uses a few locks in important places, which should make stuff
11617 like chain-switches clean. Still uses GST_STATE() in a few places,
11618 which isn't all that good an idea, subtitles/elements disabled
11619 because no elements to test with and thus probably broken, query
11620 and event handling moved to GstBin, internal thread removed
11621 alltogether because the pipeline does that for us now. Can play
11622 Ogg/Vorbis files. Haven't tested anything else yet.
11624 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11626 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
11627 Do no-more-pads (needed for autoplugging).
11629 2005-05-10 Andy Wingo <wingo@pobox.com>
11631 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
11632 message to the bus with the tags. Still not sent downstream tho.
11634 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
11636 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
11637 avoid refcounting hassles.
11639 2005-05-09 Andy Wingo <wingo@pobox.com>
11641 * gst/volume/Makefile.am:
11642 * gst/volume/demo.c
11643 * gst/volume/gstvolume.h
11644 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
11645 basetransform. Probably need an audio filter base class.
11647 2005-05-09 Wim Taymans <wim@fluendo.com>
11649 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
11650 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
11651 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
11652 (gst_vorbisenc_chain):
11653 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11654 (gst_audio_convert_caps_remove_format_info),
11655 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
11656 (gst_audio_convert_fixate), (gst_audio_convert_channels):
11657 Make caps writable before writing to it.
11658 Fix negotiation in audioconvert some more.
11660 2005-05-09 Wim Taymans <wim@fluendo.com>
11662 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
11663 (gst_videorate_getcaps), (gst_videorate_setcaps),
11664 (gst_videorate_event), (gst_videorate_chain):
11665 Better negotiation.
11667 2005-05-09 Wim Taymans <wim@fluendo.com>
11669 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11670 (gst_videorate_getcaps), (gst_videorate_setcaps),
11671 (gst_videorate_blank_data), (gst_videorate_init),
11672 (gst_videorate_event), (gst_videorate_chain),
11673 (gst_videorate_change_state):
11674 Port videorate, do a better job at negotiation while we're at
11677 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
11682 * examples/Makefile.am:
11683 * gst-libs/gst/audio/Makefile.am:
11684 * gst-libs/gst/riff/Makefile.am:
11685 * gst-libs/gst/tag/Makefile.am:
11686 * gst-libs/gst/video/Makefile.am:
11687 Fixups for missing variables.
11689 2005-05-09 Wim Taymans <wim@fluendo.com>
11691 * examples/seeking/seek.c: (make_theora_pipeline),
11692 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
11693 (query_rates), (query_positions_elems), (query_positions_pads),
11694 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
11695 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11696 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
11697 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
11698 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
11699 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
11700 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11701 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11702 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
11703 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11704 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11705 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11706 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11707 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
11708 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
11709 (theora_dec_src_convert), (theora_dec_sink_convert),
11710 (theora_dec_src_query), (theora_dec_sink_query),
11711 (theora_dec_src_event), (theora_dec_sink_event),
11712 (theora_handle_comment_packet), (theora_handle_type_packet),
11713 (theora_handle_header_packet), (theora_handle_data_packet),
11714 (theora_dec_chain):
11715 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11716 (vorbis_dec_convert), (vorbis_dec_src_query),
11717 (vorbis_dec_sink_query), (vorbis_dec_src_event),
11718 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
11719 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
11720 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
11721 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11722 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
11723 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
11724 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11725 (gst_play_bin_query):
11726 * gst/playback/test3.c: (update_scale):
11727 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
11728 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
11729 * gst/subparse/gstsubparse.c: (gst_subparse_init):
11730 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
11731 (gst_videotestsrc_src_query):
11732 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
11733 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
11734 (paint_hline_YUV9):
11735 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
11736 Port to new query API.
11738 Cleanups in x[v]imagesink
11740 2005-05-09 Andy Wingo <wingo@pobox.com>
11742 * ext/alsa/gstalsasink.h:
11743 * ext/gnomevfs/gstgnomevfssrc.c:
11744 (gst_gnomevfssrc_get_icy_metadata):
11745 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
11746 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
11747 * ext/theora/theoradec.c (theora_dec_src_query)
11748 (theora_dec_src_event, theora_dec_sink_event)
11749 (theora_handle_comment_packet, theora_handle_data_packet):
11750 * ext/theora/theoraenc.c (theora_enc_chain):
11751 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
11752 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
11753 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
11754 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
11756 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
11757 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
11758 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
11759 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
11760 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
11761 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
11762 (paint_setup_xBGR8888, paint_setup_RGBx8888)
11763 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
11764 (paint_setup_RGB565, paint_setup_xRGB1555):
11765 * gst/videotestsrc/videotestsrc.h:
11766 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
11767 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
11768 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
11771 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
11772 gst_pad_query_position. Fixes oggdemux.
11774 2005-05-08 David Schleef <ds@schleef.org>
11776 * configure.ac: Require liboil.
11777 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
11779 * gst/videotestsrc/videotestsrc.c:
11780 * gst/videotestsrc/videotestsrc.h:
11782 2005-05-06 Wim Taymans <wim@fluendo.com>
11784 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11785 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11786 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
11787 Well, unreffing a buffer right before pushing it is asking
11790 2005-05-06 Christian Schaller <uraeus@gnome.org>
11792 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
11794 2005-05-06 Wim Taymans <wim@fluendo.com>
11796 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11797 (gst_audio_convert_caps_remove_format_info),
11798 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
11799 (gst_audio_convert_fixate), (gst_audio_convert_channels):
11800 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11801 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11802 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
11803 * gst/sine/Makefile.am:
11804 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
11805 (gst_sinesrc_class_init), (gst_sinesrc_init),
11806 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
11807 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
11808 (gst_sinesrc_update_freq):
11809 * gst/sine/gstsinesrc.h:
11810 * gst/tcp/gstmultifdsink.c:
11811 * sys/xvimage/xvimagesink.c:
11812 Fixed negotiation wrt _peer_get_caps()
11816 2005-05-06 Wim Taymans <wim@fluendo.com>
11818 * gst-libs/gst/audio/gstaudiosink.c:
11819 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11820 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
11821 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
11822 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
11823 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
11824 (gst_audiosink_create_ringbuffer):
11825 * gst-libs/gst/audio/gstbaseaudiosink.c:
11826 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
11827 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
11828 (gst_baseaudiosink_set_property), (build_linear_format),
11829 (debug_spec_caps), (debug_spec_buffer),
11830 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
11831 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
11832 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
11833 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
11834 * gst-libs/gst/audio/gstbaseaudiosink.h:
11835 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
11836 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
11837 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
11838 (gst_ringbuffer_play), (gst_ringbuffer_pause),
11839 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
11840 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
11841 (wait_segment), (gst_ringbuffer_commit),
11842 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
11843 (gst_ringbuffer_clear):
11844 * gst-libs/gst/audio/gstringbuffer.h:
11845 Make the base audiosink return an error when there is no
11846 audiobuffer negotiated.
11848 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11851 Disable cdparanoia until someone ports it!
11853 2005-05-06 Wim Taymans <wim@fluendo.com>
11855 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11856 (gst_ogg_demux_sink_activate):
11857 And revert after wingo's revert.. sigh..
11859 2005-05-05 Andy Wingo <wingo@pobox.com>
11861 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
11863 * configure.ac: Return audiorate and subparse from the ghetto.
11864 Re-enable -Wall -Werror.
11865 * gst/subparse/gstsubparse.c:
11866 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
11867 or chain-based. Cleaned up a bit. Not tested.
11869 2005-05-05 Christian Schaller <christian@fluendo.com>
11871 * Makefile.am: remove stuff that is not building
11872 * configure.ac: remove stuff that is not building
11873 * examples/Makefile.am: remove stuff that is not building
11874 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
11875 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
11876 * sys/Makefile.am: remove stuff that is not building
11877 * testsuite/Makefile.am: remove stuff that is not building
11879 2005-05-05 Andy Wingo <wingo@pobox.com>
11881 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11882 * gst-libs/gst/tag/gstvorbistag.c:
11883 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
11884 * gst/adder/gstadder.h:
11885 * gst/audioconvert/gstchannelmix.c:
11886 (gst_audio_convert_fill_one_other):
11887 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
11888 (gst_audiorate_init), (gst_audiorate_chain):
11889 * gst/playback/gstplaybasebin.c: (setup_source):
11890 * gst/playback/test3.c: (update_scale):
11908 2005-05-05 Wim Taymans <wim@fluendo.com>
11910 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11911 (gst_audio_convert_caps_remove_format_info),
11912 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
11913 (gst_audio_convert_change_state), (gst_audio_convert_channels):
11914 * gst/videotestsrc/gstvideotestsrc.c:
11915 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
11916 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
11917 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
11918 (gst_videotestsrc_init), (gst_videotestsrc_loop):
11919 Don't ignore _push() return values.
11920 Make sure no processing is done when shutting down.
11921 Videotestsrc pad activation fix.
11923 2005-05-05 Wim Taymans <wim@fluendo.com>
11925 * gst/adder/Makefile.am:
11926 * gst/adder/gstadder.c: (gst_adder_setcaps),
11927 (gst_adder_class_init), (gst_adder_init),
11928 (gst_adder_request_new_pad), (gst_adder_collected),
11929 (gst_adder_change_state):
11930 * gst/adder/gstadder.h:
11931 Ported adder as an example of a mixer element using
11932 collect pads. Needs more negotiation work.
11934 2005-05-05 Wim Taymans <wim@fluendo.com>
11936 * ext/theora/theoradec.c: (_inc_granulepos),
11937 (theora_dec_src_event), (theora_dec_sink_event),
11938 (theora_handle_comment_packet), (theora_handle_type_packet),
11939 (theora_handle_header_packet), (theora_handle_data_packet),
11940 (theora_dec_chain):
11941 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11942 (gst_theora_enc_init), (theora_enc_sink_setcaps),
11943 (theora_push_buffer), (theora_push_packet),
11944 (theora_enc_sink_event), (theora_enc_chain),
11945 (theora_enc_change_state), (theora_enc_set_property),
11946 (theora_enc_get_property):
11947 Added stream lock to decoder so that we can serialize
11949 More theoraenc porting, recover from errors, do clean
11952 2005-05-05 Wim Taymans <wim@fluendo.com>
11954 * ext/ogg/Makefile.am:
11956 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11957 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
11959 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11960 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11961 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
11962 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11963 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
11964 (gst_ogg_mux_change_state):
11967 2005-05-05 Wim Taymans <wim@fluendo.com>
11969 * docs/design-audiosinks.txt:
11970 * gst-libs/gst/audio/TODO:
11971 * gst-libs/gst/audio/gstaudiosink.c:
11972 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11973 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
11974 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
11975 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
11976 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
11977 (gst_audiosink_create_ringbuffer):
11978 * gst-libs/gst/audio/gstbaseaudiosink.c:
11979 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
11980 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
11981 (gst_baseaudiosink_set_property), (build_linear_format),
11982 (debug_spec_caps), (debug_spec_buffer),
11983 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
11984 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
11985 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
11986 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
11987 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
11988 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
11989 (gst_ringbuffer_release), (gst_ringbuffer_play),
11990 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
11991 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
11992 (gst_ringbuffer_set_sample), (wait_segment),
11993 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
11994 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
11995 More work on the audiosink, mostly debugging and a race in
11998 2005-04-28 Wim Taymans <wim@fluendo.com>
12000 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
12001 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
12002 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
12003 (vorbis_dec_src_query), (vorbis_dec_src_event),
12004 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12005 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
12006 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
12007 Don't crap out when seeking back to position 0.
12009 2005-04-28 Wim Taymans <wim@fluendo.com>
12011 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
12012 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
12013 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
12014 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
12015 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
12016 Make audio sink configurable, use alsasink as default.
12018 2005-04-28 Wim Taymans <wim@fluendo.com>
12020 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12021 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12022 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
12023 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
12024 (vorbis_dec_change_state):
12025 * ext/vorbis/vorbisdec.h:
12026 Refactor, use STREAM_LOCK.
12028 2005-04-28 Wim Taymans <wim@fluendo.com>
12030 * ext/theora/theoradec.c: (_inc_granulepos),
12031 (theora_dec_sink_event), (theora_handle_comment_packet),
12032 (theora_handle_type_packet), (theora_handle_header_packet),
12033 (theora_handle_data_packet), (theora_dec_chain),
12034 (theora_dec_change_state):
12035 Refactor a bit, use STREAM_LOCK.
12037 2005-04-28 Wim Taymans <wim@fluendo.com>
12039 * ext/alsa/Makefile.am:
12040 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
12041 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
12042 (gst_alsa_link), (gst_alsa_close_audio):
12043 * ext/alsa/gstalsaplugin.c: (plugin_init):
12044 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
12045 (gst_alsasink_dispose), (gst_alsasink_base_init),
12046 (gst_alsasink_class_init), (gst_alsasink_init),
12047 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
12048 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
12049 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
12050 (gst_alsasink_reset):
12051 * ext/alsa/gstalsasink.h:
12052 Implement alsasink with simple open/write/close API.
12053 Make alsa dir build by disabling compilation of code.
12055 2005-04-28 Wim Taymans <wim@fluendo.com>
12057 * gst-libs/gst/audio/Makefile.am:
12058 * gst-libs/gst/audio/audio.h:
12059 * gst-libs/gst/audio/audioclock.c:
12060 * gst-libs/gst/audio/audioclock.h:
12061 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
12062 (gst_audio_clock_class_init), (gst_audio_clock_init),
12063 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
12064 * gst-libs/gst/audio/gstaudioclock.h:
12065 * gst-libs/gst/audio/gstaudiosink.c:
12066 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12067 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12068 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12069 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12070 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12071 (gst_audiosink_create_ringbuffer):
12072 * gst-libs/gst/audio/gstbaseaudiosink.c:
12073 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
12074 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
12075 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
12076 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
12077 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
12078 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
12079 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
12080 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12081 * gst-libs/gst/audio/gstbaseaudiosink.h:
12082 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12083 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
12084 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12085 (gst_ringbuffer_release), (gst_ringbuffer_play),
12086 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
12087 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
12088 (gst_ringbuffer_set_sample), (wait_segment),
12089 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
12090 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
12091 * gst-libs/gst/audio/gstringbuffer.h:
12092 Make ringbuffer faster and more simple by removing the locks
12093 in the playback thread.
12094 Add sample accurate playback based on buffer sample offsets.
12095 Make the baseaudiosink provide a clock.
12096 Parse caps in the base class.
12097 Correctly handle seeking, flushing and state changes.
12099 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
12102 * gst/audioconvert/Makefile.am:
12103 * gst/audioscale/Makefile.am:
12104 Fix part of the build. Come on guys, autogen didn't even work :)
12106 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12109 * gst-libs/gst/Makefile.am:
12110 * gst-libs/gst/media-info/.cvsignore:
12111 * gst-libs/gst/media-info/Makefile.am:
12112 * gst-libs/gst/media-info/README:
12113 * gst-libs/gst/media-info/media-info-priv.c:
12114 * gst-libs/gst/media-info/media-info-priv.h:
12115 * gst-libs/gst/media-info/media-info-test.c:
12116 * gst-libs/gst/media-info/media-info.c:
12117 * gst-libs/gst/media-info/media-info.h:
12118 * gst-libs/gst/media-info/media-info.vcproj:
12119 * pkgconfig/Makefile.am:
12120 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
12121 * pkgconfig/gstreamer-media-info.pc.in:
12122 Remove media-info, which is also successed by playbin (see Totem
12125 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12128 * examples/Makefile.am:
12129 * examples/gstplay/.cvsignore:
12130 * examples/gstplay/Makefile.am:
12131 * examples/gstplay/player.c:
12132 * gst-libs/gst/Makefile.am:
12133 * gst-libs/gst/play/.cvsignore:
12134 * gst-libs/gst/play/Makefile.am:
12135 * gst-libs/gst/play/play.c:
12136 * gst-libs/gst/play/play.h:
12137 * gst-libs/gst/play/play.vcproj:
12138 * pkgconfig/Makefile.am:
12139 * pkgconfig/gstreamer-play-uninstalled.pc.in:
12140 * pkgconfig/gstreamer-play.pc.in:
12141 Remove libgstplay, playbin is now the official successor.
12143 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12146 * gst-libs/gst/Makefile.am:
12147 * gst-libs/gst/xwindowlistener/Makefile.am:
12148 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12149 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
12150 Remove deprecated xwindowlistener (I've moved xwindowlistening
12151 in the v4l/v4l2 plugins over to serverside).
12153 2005-04-25 David Schleef <ds@schleef.org>
12155 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
12156 to examples/dynparams. Examples do not belong interspersed with
12158 * examples/dynparams/demo-dparams.c:
12159 * gst/sine/Makefile.am:
12160 * gst/sine/demo-dparams.c:
12162 2005-04-25 David Schleef <ds@schleef.org>
12164 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
12165 * gst-libs/gst/audio/Makefile.am:
12166 * gst-libs/gst/riff/Makefile.am:
12167 * gst-libs/gst/tag/Makefile.am:
12168 * gst-libs/gst/video/Makefile.am:
12169 * gst-libs/gst/xwindowlistener/Makefile.am:
12171 Convert to 0.9 API, seems to work:
12172 * sys/ximage/Makefile.am:
12173 * sys/ximage/ximagesink.c:
12175 2005-04-24 David Schleef <ds@schleef.org>
12177 Link plugins against libraries:
12178 * ext/alsa/Makefile.am:
12179 * gst/tcp/Makefile.am:
12181 Remove asm code that should be in liboil
12182 * gst/videoscale/Makefile.am:
12183 * gst/videoscale/videoscale_x86_asm.s:
12185 gettext wants these checked in:
12201 2005-04-24 David Schleef <ds@schleef.org>
12203 Convert gst_main() to g_main_loop_run()
12204 * gst/playback/decodetest.c: (main):
12205 * gst/playback/test2.c: (main):
12206 * gst/playback/test3.c: (main):
12207 * gst/playback/test4.c: (main):
12209 Link plugins against libraries:
12210 * ext/libvisual/Makefile.am:
12211 * sys/xvimage/Makefile.am:
12213 2005-04-24 David Schleef <ds@schleef.org>
12215 * configure.ac: Remove idct and resample libs
12216 * gst-libs/gst/Makefile.am: same
12218 Remove usage of gst_library_load():
12219 * ext/alsa/gstalsaplugin.c: (plugin_init):
12220 * ext/libvisual/visual.c: (plugin_init):
12221 * ext/ogg/gstogg.c: (plugin_init):
12222 * ext/theora/theora.c: (plugin_init):
12223 * ext/vorbis/vorbis.c: (plugin_init):
12224 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
12225 * gst/audioscale/gstaudioscale.c:
12226 * gst/adder/gstadder.c: (plugin_init):
12227 * gst/audioconvert/plugin.c: (plugin_init):
12228 * sys/ximage/ximagesink.c: (plugin_init):
12229 * sys/xvimage/xvimagesink.c: (plugin_init):
12230 * gst/tcp/gsttcpplugin.c: (plugin_init):
12232 Link plugins against libraries:
12233 * ext/ogg/Makefile.am:
12234 * ext/theora/Makefile.am:
12235 * ext/vorbis/Makefile.am:
12236 * gst/audioconvert/Makefile.am:
12238 Create proper libraries:
12239 * gst-libs/gst/riff/Makefile.am:
12240 * gst-libs/gst/audio/Makefile.am:
12241 * gst-libs/gst/video/Makefile.am:
12243 Move resample library to audioscale plugin directory:
12244 * gst-libs/gst/resample/Makefile.am:
12245 * gst-libs/gst/resample/README:
12246 * gst-libs/gst/resample/dtof.c:
12247 * gst-libs/gst/resample/dtos.c:
12248 * gst-libs/gst/resample/functable.c:
12249 * gst-libs/gst/resample/private.h:
12250 * gst-libs/gst/resample/resample.c:
12251 * gst-libs/gst/resample/resample.h:
12252 * gst-libs/gst/resample/resample.vcproj:
12253 * gst-libs/gst/resample/test.c:
12254 * gst/audioscale/Makefile.am:
12255 * gst/audioscale/README:
12256 * gst/audioscale/dtof.c:
12257 * gst/audioscale/dtos.c:
12258 * gst/audioscale/functable.c:
12259 * gst/audioscale/private.h:
12260 * gst/audioscale/resample.c:
12261 * gst/audioscale/resample.h:
12262 * gst/audioscale/test.c:
12264 Move tagedit library to gst-libs:
12265 * gst-libs/gst/tag/Makefile.am:
12266 * gst-libs/gst/tag/gstid3tag.c:
12267 * gst-libs/gst/tag/gsttagediting.c:
12268 * gst-libs/gst/tag/gsttageditingprivate.h:
12269 * gst-libs/gst/tag/gstvorbistag.c:
12270 * gst/tags/Makefile.am:
12271 * gst/tags/gstid3tag.c:
12272 * gst/tags/gstvorbistag.c:
12274 Fix for core changes:
12275 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12276 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
12277 (gst_sinesrc_getrange):
12279 2005-04-23 David Schleef <ds@schleef.org>
12281 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
12282 in gst-plugins in a long time, and properly belongs in liboil.
12283 * gst-libs/gst/idct/Makefile.am:
12284 * gst-libs/gst/idct/README:
12285 * gst-libs/gst/idct/dct.h:
12286 * gst-libs/gst/idct/doieee:
12287 * gst-libs/gst/idct/fastintidct.c:
12288 * gst-libs/gst/idct/floatidct.c:
12289 * gst-libs/gst/idct/idct.c:
12290 * gst-libs/gst/idct/idct.h:
12291 * gst-libs/gst/idct/idtc.vcproj:
12292 * gst-libs/gst/idct/ieeetest.c:
12293 * gst-libs/gst/idct/intidct.c:
12295 2005-04-20 Wim Taymans <wim@fluendo.com>
12297 * docs/design-audiosinks.txt:
12298 * gst-libs/gst/audio/Makefile.am:
12299 * gst-libs/gst/audio/TODO:
12300 * gst-libs/gst/audio/gstaudiosink.c:
12301 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12302 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12303 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
12304 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12305 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12306 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
12307 (gst_audiosink_class_init), (gst_audiosink_init),
12308 (gst_audiosink_create_ringbuffer):
12309 * gst-libs/gst/audio/gstaudiosink.h:
12310 * gst-libs/gst/audio/gstbaseaudiosink.c:
12311 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
12312 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
12313 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
12314 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
12315 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
12316 (gst_baseaudiosink_create_ringbuffer),
12317 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12318 * gst-libs/gst/audio/gstbaseaudiosink.h:
12319 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12320 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
12321 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
12322 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12323 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
12324 (gst_ringbuffer_play), (gst_ringbuffer_pause),
12325 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
12326 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
12327 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
12328 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
12329 * gst-libs/gst/audio/gstringbuffer.h:
12330 An attempt at a set of audio base classes together with some
12333 2005-04-20 Wim Taymans <wim@fluendo.com>
12335 * gst/audioconvert/Makefile.am:
12336 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12337 (gst_audio_convert_caps_remove_format_info),
12338 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
12339 (gst_audio_convert_channels):
12340 Link against audio libs.
12341 Fix audio convert plugin.
12343 2005-04-20 Wim Taymans <wim@fluendo.com>
12345 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
12346 (gst_ogg_demux_sink_activate):
12347 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
12348 (theora_set_header_on_caps), (theora_enc_sink_event),
12349 (theora_enc_chain):
12350 Fix theora encoder.
12352 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12354 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
12355 * gst/playback/gstdecodebin.c: (find_compatibles):
12356 Work with staticpadtemplates in elementfactories.
12358 2005-04-12 Wim Taymans <wim@fluendo.com>
12360 * gst/playback/README:
12361 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12362 (compare_ranks), (print_feature), (gst_decode_bin_init),
12363 (dynamic_create), (dynamic_free), (find_compatibles),
12364 (mimetype_is_raw), (close_pad_link), (got_redirect),
12365 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12366 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
12367 (gst_decode_bin_change_state):
12368 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12369 (gst_play_base_bin_init), (group_destroy), (group_commit),
12370 (check_queue), (queue_overrun), (queue_threshold_reached),
12371 (queue_out_of_data), (gen_preroll_element), (unknown_type),
12372 (new_decoded_pad), (setup_subtitle), (gen_source_element),
12373 (got_redirect), (setup_source), (play_base_eos),
12374 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12375 (gst_play_base_bin_remove_element):
12376 * gst/playback/gstplaybasebin.h:
12377 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12378 (gst_play_bin_init), (gst_play_bin_dispose),
12379 (gst_play_bin_set_property), (gen_video_element),
12380 (gen_text_element), (gen_audio_element), (remove_sinks),
12381 (gst_play_bin_send_event):
12382 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
12383 (stream_info_change_state), (gst_stream_info_set_mute):
12384 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
12385 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
12386 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
12387 (gst_stream_selector_chain):
12388 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12390 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
12391 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
12392 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
12393 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
12394 Raw and crude port of decodebin.
12395 Make playbin compile.
12397 2005-04-06 Wim Taymans <wim@fluendo.com>
12399 * ext/gnomevfs/Makefile.am:
12400 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
12401 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
12402 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
12403 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
12404 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
12405 (gst_gnomevfssrc_stop):
12406 * ext/ogg/Makefile.am:
12407 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
12408 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
12409 * ext/theora/Makefile.am:
12410 * ext/theora/theoradec.c: (_inc_granulepos),
12411 (theora_dec_sink_event), (theora_dec_chain):
12412 * ext/vorbis/Makefile.am:
12413 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12414 (vorbis_dec_sink_event), (vorbis_dec_chain):
12415 * gst-libs/gst/audio/Makefile.am:
12416 * sys/xvimage/Makefile.am:
12417 Make gnomevfssrc extend the source base class.
12418 Fix linking against libs in various plugins.
12420 2005-04-06 Andy Wingo <wingo@pobox.com>
12422 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
12425 * configure.ac: Add check and AC_SUBST for libgstbase.
12427 2005-03-31 Wim Taymans <wim@fluendo.com>
12429 * examples/seeking/Makefile.am:
12430 * examples/seeking/cdparanoia.c: (main):
12431 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
12432 (play_cb), (pause_cb), (stop_cb), (main):
12433 * examples/seeking/playbin.c:
12434 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
12435 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
12436 (make_sid_pipeline), (make_vorbis_pipeline),
12437 (make_theora_pipeline), (make_vorbis_theora_pipeline),
12438 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
12439 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
12440 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
12441 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
12443 * examples/seeking/spider_seek.c:
12444 * examples/seeking/vorbisfile.c:
12445 * ext/gnomevfs/Makefile.am:
12446 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12447 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
12448 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
12449 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
12450 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
12451 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
12452 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
12453 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12455 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
12456 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
12457 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
12458 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
12459 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
12460 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
12461 (gst_ogg_pad_event), (gst_ogg_pad_reset),
12462 (gst_ogg_demux_factory_filter), (compare_ranks),
12463 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
12464 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
12465 (gst_ogg_chain_new), (gst_ogg_chain_free),
12466 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
12467 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
12468 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
12469 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
12470 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
12471 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
12472 (gst_ogg_demux_get_prev_page),
12473 (gst_ogg_demux_deactivate_current_chain),
12474 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
12475 (gst_ogg_demux_bisect_forward_serialno),
12476 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12477 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
12478 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
12479 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
12480 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
12481 (gst_ogg_demux_change_state), (gst_ogg_print):
12482 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
12483 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
12484 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
12485 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
12486 (gst_ogg_mux_loop):
12487 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12488 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
12489 (theora_dec_src_convert), (theora_dec_sink_convert),
12490 (theora_dec_src_query), (theora_dec_src_event),
12491 (theora_dec_sink_event), (theora_dec_chain),
12492 (theora_dec_change_state):
12493 * ext/theora/theoraenc.c: (gst_theora_enc_init),
12494 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
12495 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
12496 (theora_enc_change_state):
12497 * ext/vorbis/Makefile.am:
12498 * ext/vorbis/oggvorbisenc.c:
12499 * ext/vorbis/oggvorbisenc.h:
12500 * ext/vorbis/vorbis.c: (plugin_init):
12501 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
12502 (vorbis_dec_src_query), (vorbis_dec_src_event),
12503 (vorbis_dec_sink_event), (vorbis_dec_chain),
12504 (vorbis_dec_change_state):
12505 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
12506 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
12507 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12508 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12509 (gst_vorbisenc_change_state):
12510 * ext/vorbis/vorbisenc.h:
12511 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
12512 * gst-libs/gst/audio/audioclock.c:
12513 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
12514 (gst_audiofilter_init), (gst_audiofilter_chain):
12515 * gst-libs/gst/audio/testchannels.c: (main):
12516 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
12517 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
12518 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
12519 (gmip_find_track_streaminfo), (gmip_find_track_format):
12520 * gst-libs/gst/media-info/media-info.c:
12521 (gst_media_info_read_idler):
12522 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
12523 (gst_play_get_all_by_interface):
12524 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12525 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12526 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12527 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12528 (gst_riff_parse_info):
12529 * gst-libs/gst/riff/riff-read.h:
12530 * gst-libs/gst/riff/riff.c: (plugin_init):
12531 * gst-libs/gst/video/Makefile.am:
12532 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
12533 (gst_videosink_class_init), (gst_videosink_get_type):
12534 * gst-libs/gst/video/videosink.h:
12535 * gst/audioconvert/bufferframesconvert.c:
12536 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
12537 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
12538 * gst/audioconvert/channelmixtest.c: (main):
12539 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12540 (gst_audio_convert_chain),
12541 (gst_audio_convert_caps_remove_format_info),
12542 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
12543 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
12544 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
12545 (gst_audio_convert_buffer_to_default_format),
12546 (gst_audio_convert_buffer_from_default_format),
12547 (gst_audio_convert_channels):
12548 * gst/audioconvert/gstchannelmix.h:
12549 * gst/ffmpegcolorspace/avcodec.h:
12550 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12551 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12552 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
12553 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
12554 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
12555 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12556 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12557 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
12558 (mpeg_video_type_find), (mpeg_video_stream_type_find),
12560 * gst/videotestsrc/gstvideotestsrc.c:
12561 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
12562 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
12563 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
12564 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
12565 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
12566 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
12567 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
12568 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12569 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
12570 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
12571 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
12572 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
12573 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
12574 (gst_xvimagesink_navigation_send_event),
12575 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
12576 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
12577 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12578 * sys/xvimage/xvimagesink.h:
12579 Plugin port to 0.9, ogg/theora playback should work in the seek
12581 Removed old examples.
12582 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
12583 explained in 0.9 TODO doc.
12586 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
12608 * testsuite/Makefile.am:
12609 remove a whole bunch of plugins. This module now contains a set
12610 of free reference plugins/elements as agreed.
12612 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
12615 hunting season on 0.9 is now OPEN
12617 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12619 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
12620 Kick the hell out of gcc for not warning me about a symbol conflict.
12622 2005-02-22 Luca Ognibene <luogni@tin.it>
12624 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
12626 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
12627 Don't leak caps string (fixes #168134)
12629 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
12630 (gst_jpegenc_init), (gst_jpegenc_finalize),
12631 (gst_jpegenc_change_state):
12632 Don't leak line buffers and context struct (fixes #168133).
12634 2005-02-21 Tim-Philipp M??ller <tim at centricular dot net>
12637 * ext/dirac/gstdiracdec.cc:
12638 (gst_diracdec_chain):
12639 Since dirac 0.5.0 the framerate in dirac is expressed as a
12640 rational number. Fix build and up requirement to 0.5.0, and
12641 also pass parameters to gst_diracdec_link in the right order
12644 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
12646 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
12647 * ext/faad/gstfaad.h:
12648 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
12649 certain invalid muxed streams, where some packets will contain
12650 junk after decoder data. Partially fixes #149158.
12652 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
12653 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
12654 Make sure we only write to writable buffers
12656 2005-02-20 Tim-Philipp M??ller <tim at centricular dot net>
12658 * gst-libs/gst/riff/riff-media.c:
12659 (gst_riff_create_audio_caps_with_data):
12660 Do actually fix invalid RIFF fmt header values for alaw
12661 and mulaw audio instead of just saying so.
12663 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12664 Give gst_riff_create_audio_caps_with_data() a chance to
12665 fix up broken format header fields before extracting any
12666 parameters from the header. (fixes #167633)
12668 2005-02-19 Martin Holters <martin.holters@gmx.de>
12670 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
12672 * gst/audioconvert/bufferframesconvert.c:
12673 (buffer_frames_convert_link):
12674 Don't leak othercaps. (fixes #167878)
12676 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
12679 * ext/libvisual/visual.c: (gst_visual_srclink),
12680 (gst_visual_change_state):
12681 Support libvisual 0.2.0.
12683 2005-02-18 Tim-Philipp M??ller <tim at centricular dot net>
12685 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
12686 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
12687 Use same rowstrides for I420 as used everywhere else.
12689 2005-02-17 Tim-Philipp M??ller <tim at centricular dot net>
12691 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12692 Declare variables at beginning of block and make gcc-2.95 happy
12693 (fixes # 167482, patch by Gergely Nagy).
12695 * gst/tcp/gsttcpclientsrc.c:
12696 * gst/tcp/gsttcpclientsrc.h:
12697 Move some includes into the header, so that struct sockaddr_in is
12698 defined when it should be defined on FreeBSD as well (fixes
12701 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
12702 Don't pass uninitialised values to setsockopt() here either.
12704 2005-02-17 Luca Ognibene <luogni at tin dot it>
12706 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
12708 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
12709 Don't pass uninitialised values to setsockopt(). (fixes #167704)
12711 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12713 * gst/playback/gstplaybin.c: (add_sink):
12714 Invert bin_add/link order to workaround deadlock in opt.
12716 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12718 * gst/modplug/gstmodplug.cc:
12719 Add missing break causing position queries to fail.
12721 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12723 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
12724 Granpos can apparently be -1, which screws up calculations...
12726 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
12728 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12729 (gst_ximagesink_send_pending_navigation),
12730 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
12731 (gst_ximagesink_init):
12732 * sys/ximage/ximagesink.h:
12733 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12734 (gst_xvimagesink_send_pending_navigation),
12735 (gst_xvimagesink_navigation_send_event),
12736 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
12737 * sys/xvimage/xvimagesink.h:
12738 Use a mutex protected list to marshal navigation
12739 events into the stream thread from whichever thread
12742 2005-02-15 Tim-Philipp M??ller <tim at centricular dot net>
12744 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
12745 Display current position and track length; misc. clean-ups.
12747 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
12748 (speed_init), (speed_chain):
12749 Add query function, so that the stream length and current position
12750 get adjusted when queried (note that current position queries may
12751 still be wrong if the audio sink returns values based on buffer
12752 timestamps instead of passing on the query).
12754 2005-02-13 Benjamin Otte <otte@gnome.org>
12756 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
12757 (gst_audio_convert_channels):
12758 create channel conversion matrix when linking
12759 * gst/audioconvert/.cvsignore:
12760 * gst/audioconvert/Makefile.am:
12761 * gst/audioconvert/channelmixtest.c: (main):
12762 add (ugly) test that ensures stereo <=> mono conversion works
12765 2005-02-13 Benjamin Otte <otte@gnome.org>
12767 * gst/audioconvert/gstchannelmix.h:
12768 include missing header file
12769 * gst/audioconvert/gstchannelmix.c:
12770 (gst_audio_convert_fill_compatible):
12771 use same sign for both channels when converting to/from compatible
12772 channel. Previously used different signs made the signals cancel
12773 each other out and appear like silence. (fixes #167269)
12775 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
12777 * gst/ffmpegcolorspace/avcodec.h:
12778 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12779 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12780 (gst_ffmpegcsp_avpicture_fill):
12781 * gst/ffmpegcolorspace/imgconvert.c:
12782 Convert to and from YV12 (fixes #156379).
12784 2005-02-12 Julien MOUTTE <julien@moutte.net>
12786 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
12787 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12788 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12789 (gst_ximagesink_expose), (gst_ximagesink_set_property),
12790 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
12791 methods from chain and negotiation and vice versa (Fixes #166142).
12792 * sys/ximage/ximagesink.h: Add stream_lock.
12793 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12794 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12795 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
12796 (gst_xvimagesink_expose): Check for xcontext before trying to link.
12798 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
12800 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
12801 Don't send "Hey! You gave me a NULL pointer you naughty person" as
12802 error message when we can't open the DVD device (when dvdnav_open()
12803 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
12804 the above). Send something more useful instead (fixes #167117).
12806 2005-02-11 Julien MOUTTE <julien@moutte.net>
12808 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12809 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
12810 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12811 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
12812 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
12813 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
12814 methods from chain and negotiation and vice versa (Fixes #166142).
12815 Fix a possible bug of images in the buffer pool being discarded because
12816 we are looking at the wrong geometry.
12817 * sys/xvimage/xvimagesink.h: Add stream_lock.
12819 2005-02-11 David Schleef <ds@schleef.org>
12821 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
12822 unsigned int. (fixes #167128)
12824 2005-02-11 David Schleef <ds@schleef.org>
12826 * gst/librfb/Makefile.am: Testing stuff before committing is
12827 for wimps... and people with fast machines. Fix stupid
12830 2005-02-11 David Schleef <ds@schleef.org>
12832 * configure.ac: Pull in librfb from my CVS tree, because it is
12833 too small and annoying to be separate. Move rfbsrc plugin
12836 * ext/librfb/Makefile.am:
12837 * ext/librfb/gstrfbsrc.c:
12838 * gst/librfb/Makefile.am:
12839 * gst/librfb/gstrfbsrc.c:
12840 * gst/librfb/rfb.c:
12841 * gst/librfb/rfb.h:
12842 * gst/librfb/rfbbuffer.c:
12843 * gst/librfb/rfbbuffer.h:
12844 * gst/librfb/rfbbytestream.c:
12845 * gst/librfb/rfbbytestream.h:
12846 * gst/librfb/rfbcontext.h:
12847 * gst/librfb/rfbdecoder.c:
12848 * gst/librfb/rfbdecoder.h:
12849 * gst/librfb/rfbutil.h:
12851 2005-02-10 Tim-Philipp M??ller <tim at centricular dot net>
12853 * gst/speed/Makefile.am:
12854 * gst/speed/demo-mp3.c: (main):
12855 * gst/speed/filter.func:
12856 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
12857 (speed_class_init), (speed_init), (speed_chain_int16),
12858 (speed_chain_float32), (speed_chain), (speed_set_property),
12859 (speed_get_property), (speed_change_state):
12860 * gst/speed/gstspeed.h:
12861 Fix speed element and make it chain-based (fixes #156467),
12862 and make it handle more than one channel.
12864 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
12866 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
12867 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
12868 (gst_dtsdec_chain), (gst_dtsdec_change_state):
12869 * ext/dts/gstdtsdec.h:
12870 Don't clobber the stack constructing the channels array.
12871 Make the element chain-based. DTS tracks can now be played.
12873 2005-02-09 Tim-Philipp M??ller <tim at centricular dot net>
12875 * gst-libs/gst/audio/multichannel.h:
12876 * gst-libs/gst/gconf/gconf.h:
12877 * gst-libs/gst/idct/idct.h:
12878 * gst-libs/gst/media-info/media-info-priv.h:
12879 * gst-libs/gst/play/play.h:
12880 * gst-libs/gst/resample/private.h:
12881 * gst-libs/gst/resample/resample.h:
12882 * gst-libs/gst/riff/riff-ids.h:
12883 * gst-libs/gst/video/video.h:
12884 * gst-libs/gst/video/videosink.h:
12885 Add G_BEGIN_DECLS and G_END_DECLS around headers where
12886 missing, so that they work when included from C++ code.
12888 2005-02-09 David Schleef <ds@schleef.org>
12890 * testsuite/gst-lint: Check for non-statically scoped
12891 parent_class variables. This won't be a problem once
12892 plugins are loaded with RTLD_LOCAL.
12894 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12896 * ext/mplex/gstmplexibitstream.cc:
12899 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12901 * ext/ogg/gstogmparse.c:
12902 * gst/debug/gstnavigationtest.c:
12903 Die, thou faulty symbol pollutors (non-static parent_class).
12905 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12907 * ext/mplex/gstmplexibitstream.cc:
12908 Fix event handling (#165525).
12910 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12912 * ext/mikmod/gstmikmod.c:
12913 * gst/modplug/gstmodplug.cc:
12914 Add missing endianness to template (fixes #165509).
12916 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12918 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
12919 Fix wrong order of reading of optional bytes (#165290).
12921 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12923 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12924 Implement FILLER event awareness.
12926 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12928 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
12929 Fix track calculations (#166208).
12931 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
12933 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12935 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
12936 * ext/libpng/gstpngenc.c:
12937 Fix byte-order, use proper fixed caps. Fixes #164197.
12939 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
12944 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
12945 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
12946 Don't push buffers if the src pad isn't negotiated yet.
12948 * gst/audioconvert/gstaudioconvert.c:
12949 (gst_audio_convert_buffer_to_default_format),
12950 (gst_audio_convert_buffer_from_default_format):
12951 Add support for 24-bit width.
12953 * gst/dvdlpcmdec/.cvsignore:
12954 * gst/dvdlpcmdec/Makefile.am:
12955 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
12956 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
12957 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
12958 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
12960 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
12961 New decoder for rearranging DVD LPCM into our audio/x-raw-int
12962 format. Needs support for the channels maps if someone can find
12963 a DVD LPCM track with > 2 channels.
12965 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
12966 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
12967 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
12968 * gst/mpegstream/gstdvddemux.h:
12969 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
12970 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
12971 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
12972 * gst/mpegstream/gstmpegdemux.h:
12973 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
12974 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
12975 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
12976 (gst_mpeg_parse_handle_src_query),
12977 (gst_mpeg_parse_handle_src_event):
12978 Use audio/x-dvd-lpcm for LPCM output.
12981 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
12983 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12985 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
12986 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
12987 Add BGRA handling (#165736).
12989 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
12991 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12993 * gst/law/alaw-decode.c: (alawdec_link):
12994 * gst/law/alaw-encode.c: (alawenc_link):
12995 * gst/law/mulaw-decode.c: (mulawdec_link):
12996 * gst/law/mulaw-encode.c: (mulawenc_link):
12997 Fix caps memleaks (#166600).
12999 2005-02-08 Tim-Philipp M??ller <tim at centricular dot net>
13001 * ext/tarkin/mem.h:
13002 * ext/tarkin/wavelet.h:
13003 * ext/tarkin/yuv.h:
13004 * gst/ffmpegcolorspace/avcodec.h:
13005 Include "_stdint.h" instead of <stdint.h>. Fixes build on
13006 systems that don't have stdint.h, like Solaris9 (fixes #166631).
13008 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13010 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
13011 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
13012 (gst_xvimagesink_change_state):
13013 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
13014 Xv video (and thereby regenerate Xv colourkey) in clear() so
13015 that PLAY -> READY -> PLAY works (fixes #162504).
13017 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13019 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
13020 Switch to list instead of range, since MJPEG-devices really just
13021 support decimations, not any size.
13023 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
13024 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
13025 (gst_mpeg2dec_reset), (free_all_buffers),
13026 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
13027 * ext/mpeg2dec/gstmpeg2dec.h:
13028 The libmpeg2 user-allocated buffer management is awkward,
13029 to say the least. Hopefully this fixes things.
13031 2005-02-04 Andy Wingo <wingo@pobox.com>
13033 * gst/audioconvert/bufferframesconvert.c
13034 (buffer_frames_convert_fixate): New function, fixates to 256
13035 frames per buffer by default. (Much better than 1.)
13036 (buffer_frames_convert_init): Set the fixate function for both src
13038 (buffer_frames_convert_link): After success setting nonfixed caps,
13039 get the negotiated caps so we can know how many buffer-frames it
13040 will be. No idea how this worked at all before.
13042 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
13044 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
13045 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
13046 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
13047 (handle_sequence), (handle_picture):
13048 * ext/mpeg2dec/gstmpeg2dec.h:
13049 Rearrange buffer tracking and refcounting and refactor
13050 a little for readability.
13052 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
13053 * sys/v4l/gstv4l.c: (plugin_init):
13054 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
13055 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
13056 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
13057 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
13058 * sys/v4l/gstv4ljpegsrc.h:
13059 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
13060 * sys/v4l/v4l_calls.h:
13061 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
13062 (gst_v4lsrc_get_fps):
13063 * sys/v4l/v4lsrc_calls.h:
13064 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
13065 you jpeg inside rgb frames" driver.
13066 Don't error in the v4lsrc link function, just return
13069 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13071 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
13072 (gst_qcamsrc_open):
13073 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
13075 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13077 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
13078 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
13080 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13082 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
13083 Reset negotiated state on PAUSED->READY.
13085 2005-02-02 David Schleef <ds@schleef.org>
13087 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
13088 whereever possible. (Fixes #165997)
13089 * examples/capsfilter/capsfilter1.c: (main):
13090 * examples/dynparams/filter.c: (create_ui):
13091 * examples/seeking/cdparanoia.c: (get_track_info), (main):
13092 * examples/seeking/chained.c: (main):
13093 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
13094 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
13095 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
13096 (make_mpeg_pipeline), (make_mpegnt_pipeline):
13097 * examples/seeking/spider_seek.c: (make_spider_pipeline):
13098 * examples/switch/switcher.c: (main):
13099 * ext/dv/demo-play.c: (main):
13100 * ext/faad/gstfaad.c: (gst_faad_change_state):
13101 * ext/mad/gstmad.c: (gst_mad_chain):
13102 * ext/smoothwave/demo-osssrc.c: (main):
13103 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
13104 (gst_gconf_render_bin_from_description),
13105 (gst_gconf_get_default_audio_sink),
13106 (gst_gconf_get_default_video_sink),
13107 (gst_gconf_get_default_audio_src),
13108 (gst_gconf_get_default_video_src),
13109 (gst_gconf_get_default_visualization_element):
13110 * gst/level/demo.c: (main):
13111 * gst/level/plot.c: (main):
13112 * gst/playback/gstplaybin.c: (gen_video_element),
13113 (gen_audio_element):
13114 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
13115 * gst/playondemand/demo-mp3.c: (setup_pipeline):
13116 * gst/sine/demo-dparams.c: (main):
13117 * gst/spectrum/demo-osssrc.c: (main):
13118 * gst/speed/demo-mp3.c: (main):
13119 * gst/volume/demo.c: (main):
13120 * testsuite/embed/embed.c: (main):
13122 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
13124 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13125 (gst_tcpclientsink_finalize):
13126 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13127 (gst_tcpclientsrc_finalize):
13128 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13129 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
13130 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13131 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
13132 Don't leak the hostname when shutting down.
13133 In tcpserversrc, take a copy of the default hostname.
13135 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13137 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
13138 Set caps to systemstream=TRUE.
13140 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13142 * testsuite/Makefile.am:
13143 Fix more OSX buildbots.
13145 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
13147 * ext/mpeg2dec/gstmpeg2dec.c:
13148 Don't send things to NULL PAD_PEERs
13150 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
13151 Copy-on-write the incoming buffer.
13153 * gst/mpegstream/gstdvddemux.h:
13154 * gst/mpegstream/gstmpegclock.h:
13155 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
13156 (normal_seek), (gst_mpeg_demux_handle_src_event):
13157 * gst/mpegstream/gstmpegdemux.h:
13158 * gst/mpegstream/gstmpegpacketize.h:
13159 * gst/mpegstream/gstmpegparse.c:
13160 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
13161 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
13162 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
13163 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
13164 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
13165 * gst/mpegstream/gstmpegparse.h:
13166 * gst/mpegstream/gstrfc2250enc.h:
13167 Various changes to the way time is computed that make seeking and
13168 total time estimation much better here.
13169 Use G_BEGIN/END_DECLS instead of __cplusplus
13171 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
13172 Use gst_buffer_stamp instead of only copying the TIMESTAMP
13174 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13176 * gst/subparse/gstsubparse.c:
13179 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
13181 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13182 (theora_enc_chain), (theora_enc_change_state):
13183 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13184 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
13185 (gst_vorbisenc_change_state):
13186 * ext/vorbis/vorbisenc.h:
13187 Set granulepos and timestamp correctly for streams not
13188 starting at 0, taking into account the initial delay.
13190 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
13192 * gst/mpegstream/gstdvddemux.c:
13193 Add audio/x-dts to audio pad template caps
13195 2005-01-30 David Schleef <ds@schleef.org>
13197 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
13198 (create_context), (gst_polypsink_link): Fix silly endianness
13199 bug. Add some debugging. Remove float from caps; it doesn't
13200 work. Attempt to get remote audio working.
13202 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13204 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
13207 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13209 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
13210 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
13211 (gst_avi_demux_stream_data):
13212 * gst/avi/gstavidemux.h:
13213 Invert DIB images. Fixes #132341.
13215 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13217 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13218 (gst_ffmpegcsp_chain):
13219 D'oh, reference the palette data, not the palette structure.
13220 Fixes color distortion in #132341.
13222 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13224 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13225 PAR can be non-fixed when not provided as argument (#162626).
13227 2005-01-29 David Moore <dcm@acm.org>
13229 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13231 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13232 (gst_qtdemux_loop_header):
13233 Re-apply patch from #142272 that allows non-seekable sources,
13234 re-proposed by Daniel Drake <dsd@gentoo.org>.
13236 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13238 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
13239 Use the src template for creating the src pad (#162330).
13241 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13244 * ext/musepack/Makefile.am:
13245 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
13246 (gst_musepackdec_init), (gst_musepackdec_dispose),
13247 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
13248 (gst_musepack_stream_init), (gst_musepackdec_loop),
13249 (gst_musepackdec_change_state):
13250 * ext/musepack/gstmusepackdec.cpp:
13251 * ext/musepack/gstmusepackdec.h:
13252 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
13253 (gst_musepack_reader_read), (gst_musepack_reader_seek),
13254 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
13255 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
13256 * ext/musepack/gstmusepackreader.cpp:
13257 * ext/musepack/gstmusepackreader.h:
13258 Update to 1.1 API (#165446).
13260 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13265 2005-01-28 Andy Wingo <wingo@pobox.com>
13267 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
13268 to reflect a different dubious internet source. Add a reference
13269 and some commentary.
13271 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13273 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
13274 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
13275 * gst/playback/gststreamselector.h:
13276 Be more selective when we're redoing caps negotiation from
13277 within the chain function on a stream change.
13279 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13283 * ext/amrnb/Makefile.am:
13284 * ext/amrnb/amrnb.c: (plugin_init):
13285 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
13286 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
13287 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
13288 (gst_amrnbdec_state_change):
13289 * ext/amrnb/amrnbdec.h:
13290 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
13291 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
13292 (gst_amrnbparse_init), (gst_amrnbparse_formats),
13293 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
13294 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
13295 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
13296 * ext/amrnb/amrnbparse.h:
13297 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
13298 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13299 Add AMR-NB/-WB raw formats.
13300 * ext/alsa/gstalsa.c: (gst_alsa_link):
13301 Keep valid time when changing format.
13302 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13303 (qtdemux_parse_trak):
13304 Add some more format-specific options (#140141, #143555, #155163).
13306 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13308 * gst/matroska/matroska-demux.c:
13309 (gst_matroska_demux_parse_blockgroup):
13310 Fix logic error in timing of subtitle stream synchronization.
13311 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13312 Add skip-chunk, which is found in kodak-camera streams.
13314 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
13318 Adding Vietnamese translation (submitted by Clytie Siddall)
13320 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13322 * gst/playback/gstdecodebin.c: (try_to_link_1):
13323 Use realpad for signal.
13325 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13327 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
13328 Fix category so decodebin picks it up.
13330 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13332 * ext/mad/Makefile.am:
13333 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
13334 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
13335 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
13336 (found_type), (gst_id3demux_bin_change_state):
13337 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
13338 (gst_id3_tag_init), (gst_id3_tag_handle_event),
13339 (gst_id3_tag_src_link), (gst_id3_tag_chain),
13340 (gst_id3_tag_change_state), (plugin_init):
13341 * ext/mad/gstmad.h:
13342 Add id3demuxbin (which is a simple bin consisting of id3demux
13343 and typefind), take over rank from id3demux, remove typefind
13344 code from id3demux. Makes all broken mp3s that I know of work,
13345 and thereby fixes #152688.
13347 2005-01-27 Edward Hervey <bilboed@bilboed.com>
13349 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13351 * ext/mad/gstmad.c: (gst_mad_src_event):
13352 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13353 Allow seeks on audio pad, make mad forward those (#164826).
13354 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
13355 Set duration (#165335).
13357 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13359 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
13360 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
13361 (gst_asf_demux_process_ext_content_desc),
13362 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
13363 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
13364 * gst/asfdemux/gstasfdemux.h:
13365 Improve metadata display, e.g. if the metadata comes before the
13366 streams are loaded (which is perfectly valid).
13368 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13370 * tools/gst-launch-ext-m.m:
13371 Fix AVI/ASF pipelines (#165340).
13373 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
13374 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
13375 build failure on amd64
13377 2005-01-26 Tim-Philipp M??ller <tim at centricular dot net>
13379 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
13380 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
13381 Check environment variables GST_ID3V2_TAG_ENCODING,
13382 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
13383 list of character encodings to force interpretation of non-unicode
13384 strings stored in an ID3v2 tag to a particular encoding. If none
13385 is specified, try to use current locale's encoding, then fall back
13386 to ISO-8859-1 (which will always succeed). (Resolves #149274)
13387 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
13388 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
13389 Check environment variables GST_ID3V1_TAG_ENCODING,
13390 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
13391 list of character encodings to use in case a string encountered
13392 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
13393 specified, try to use the current locale's encoding, then fall
13394 back to ISO-8859-1 (which will always succeed).
13396 2005-01-25 Benjamin Otte <otte@gnome.org>
13398 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13399 - on half framerate, compute the rate in advance so the comparisons
13400 don't compare wrong values
13401 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
13403 - don't use mad_header_decode anymore, mad_frame_decode does that
13405 - when getting rid of consumed bytes, reset the stream's skiplen
13408 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
13410 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
13411 Use 1/2 a second for default max_discont, as PES streams from DVB
13412 seem to have larger spacings in the SCR.
13415 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13417 * gst/playback/gstplaybasebin.c: (group_commit):
13418 Notify delayed stream-info availability.
13420 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
13421 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
13422 (gst_a52dec_handle_event), (gst_a52dec_chain):
13423 Add some debug output. Check that a discont has a valid
13425 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13426 (gst_alsa_sink_loop):
13427 Ignore TAG events. A little extra debug for broken timestamps.
13428 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
13429 (dvdnavsrc_change_state):
13430 Ensure we send a discont to engage the link before we send any
13432 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
13433 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
13434 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
13435 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
13436 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
13437 dvd://title works in totem because typefinding sends a seek that ends
13438 up going back to chapter 1 regardless.
13439 * ext/mpeg2dec/gstmpeg2dec.c:
13440 * ext/mpeg2dec/gstmpeg2dec.h:
13441 Output correct timestamps and handle disconts.
13442 * ext/ogg/gstoggdemux.c: (get_relative):
13443 Small guard against a null dereference.
13444 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
13445 (gst_textoverlay_set_property):
13446 Free memory when done. Don't call gst_event_filler_get_duration on
13447 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
13449 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
13450 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
13451 (gst_sw_srclink), (gst_smoothwave_chain):
13452 Draw solid lines, prettier colours.
13453 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
13454 Add a default palette that'll work for some movies.
13455 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
13456 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
13457 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
13458 * gst/mpegstream/gstdvddemux.h:
13459 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
13460 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
13461 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
13462 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
13463 * gst/mpegstream/gstmpegparse.h:
13464 Use PTM/NAV events when for timestamp adjustment when connected to
13465 dvdnavsrc. Don't use many discont events where one suffices.
13466 * gst/playback/gstplaybasebin.c: (group_destroy),
13467 (gen_preroll_element), (gst_play_base_bin_add_element):
13468 * gst/playback/gstplaybasebin.h:
13469 Make sure we remove subtitles from the same bin we put them in.
13470 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
13471 (gst_subparse_buffer_format_autodetect),
13472 (gst_subparse_change_state):
13473 Fix some memleaks and invalid accesses.
13474 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
13475 (oggskel_type_find), (cmml_type_find), (plugin_init):
13476 Some typefind functions for Annodex v3.0 files
13477 * gst/wavparse/gstwavparse.h:
13478 GstRiffReadClass is the correct parent class.
13480 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13482 * gst-libs/gst/riff/riff-media.c:
13483 (gst_riff_create_video_caps_with_data):
13484 Add extradata to huffyuv (fixes #165013).
13485 * gst-libs/gst/riff/riff-read.c:
13486 (gst_riff_read_strf_vids_with_data):
13487 Fix extradata extraction if it is in the chunk size.
13489 2005-01-25 Edward Hervey <bilboed@bilboed.com>
13491 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13493 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
13494 (gst_quarktv_change_state), (gst_quarktv_dispose):
13495 Memory free'ing location fix (#164708).
13497 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13499 * gst/playback/gstplaybasebin.c: (group_commit),
13500 (gen_preroll_element), (probe_triggered), (gen_source_element),
13501 (setup_source), (gst_play_base_bin_change_state),
13502 (gst_play_base_bin_add_element):
13503 Don't block for streams.
13504 * gst/playback/gststreaminfo.c: (stream_info_change_state),
13505 (gst_stream_info_set_mute):
13506 Use gst_pad_set_active_recursive.
13508 2005-01-25 Andy Wingo <wingo@pobox.com>
13510 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
13511 for #ifndef HAVE_XVIDEO.
13513 2005-01-24 Jeffrey C. Ollie
13515 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
13517 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
13518 * ext/gsm/gstgsmdec.h:
13519 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
13520 * ext/gsm/gstgsmenc.h:
13521 Fix rate to 8kHz as per spec, removes obscure errors when no rate
13522 was given by property. Add proper buffer timestamps and offsets.
13524 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13526 * gst-libs/gst/riff/riff-media.c:
13527 (gst_riff_create_audio_caps_with_data):
13528 Audio can be <8000Hz.
13530 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13532 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13533 Explicit state change to workaround refcount bugs.
13535 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13537 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
13538 (gst_avimux_riff_get_avi_header):
13541 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13543 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
13544 (gst_riff_read_element_data):
13545 * gst-libs/gst/riff/riff-read.h:
13546 Add _peek version (req'ed in CDXA).
13547 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
13548 (gst_cdxaparse_loop):
13549 Fix parsing in playbin.
13550 * gst/playback/gstdecodebin.c: (close_pad_link):
13551 Ignore current_ pads, they cause major annoyance.
13553 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13555 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13558 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13560 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
13563 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13565 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
13566 Allow for 0-sized buffers. Fixes length query problems in
13567 starwars.mkv from the testsuite.
13569 2005-01-19 Tim-Philipp M??ller <tim at centricular dot net>
13571 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
13572 (gst_video_box_i420), (gst_video_box_chain):
13573 Fix row strides for I420 (fixes #163159)
13575 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13577 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
13578 MPEG2 has a useful rate property, so we can actually use that.
13579 For MPEG-1, continue using the bytes/time properties.
13581 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13583 * gst-libs/gst/riff/riff-media.c:
13584 (gst_riff_create_video_caps_with_data),
13585 (gst_riff_create_video_template_caps):
13588 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13590 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13591 Fail if caps negotiation fails. Should fix #162184, and should
13592 definately be in there regardless of it fixing the actual bug.
13593 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
13594 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
13595 (gst_avimux_riff_get_avix_header),
13596 (gst_avimux_riff_get_video_header),
13597 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
13598 (gst_avimux_start_file), (gst_avimux_handle_event),
13599 (gst_avimux_change_state):
13600 * gst/avi/gstavimux.h:
13601 Refactor structure writing to use GST_WRITE_UINT macros, add
13602 metadata writing support.
13604 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13606 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
13607 Elements may already be destroyed when this function is called.
13609 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13611 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13612 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
13613 More memory leak fixes (#149162).
13615 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13617 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13618 (gst_qtdemux_add_stream):
13621 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13623 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
13626 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13628 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
13629 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
13630 when fixating to six channels in Totem.
13632 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
13634 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
13635 Fix compile warnings on Solaris 10 buildbot
13637 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
13639 * ext/dvdread/dvdreadsrc.c: (_read):
13640 Don't read beyond the last cell in a chapter (fixes
13641 invalid memory access)
13643 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
13645 * ext/dvdread/stream_labels.c:
13646 (dvdreadsrc_get_audio_stream_labels):
13647 Use NULL for an empty GList instead of g_list_alloc(); fix
13648 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
13649 of GString (easier to bulk free later)
13651 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
13653 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13655 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13656 (gst_ffmpeg_pixfmt_to_caps):
13657 Fix BGRA32 caps (#164209).
13659 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
13661 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13663 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13664 (gst_ffmpeg_caps_to_pixfmt):
13665 alpha_mask can be RGBA/ABGR. Fixes #164265.
13667 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
13669 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13671 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
13672 (gst_mpeg2dec_alloc_buffer):
13673 * ext/mpeg2dec/gstmpeg2dec.h:
13674 Crop if decoding size is not the actual image size (#163676).
13676 2005-01-17 Steve Baker <steve@stevebaker.org>
13678 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13680 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
13681 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
13682 Add libsndfile typefind functions (#163309).
13684 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13686 * tools/gst-launch-ext-m.m:
13687 Add .aac, fix .m1v/.m2v (#163891).
13689 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13691 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
13692 Sanity check, don't wait endlessly since the clock might not
13693 actually run at this point (which is a deadlock). Fixes #164069.
13695 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13697 * gst/playback/gstplaybasebin.c: (probe_triggered):
13698 Of course, only pause if group is done...
13700 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13702 * gst/playback/gstplaybasebin.c: (probe_triggered):
13705 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
13707 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
13708 Don't return state change success when the parent
13711 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13713 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
13714 Free events (fix memleak in #162905).
13716 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
13718 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13720 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13721 (gst_ffmpeg_caps_to_pixfmt):
13722 Fix for depth = 15. Fixes #161675.
13724 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13726 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13727 Set FPS correctly, even for webcams and the like.
13728 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
13729 Don error on setting while capturing.
13731 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
13733 * ext/dv/gstdvdec.c:
13734 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
13735 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
13736 I'm a bad boy. using /1001. to force C to do float division
13737 and not integer division (as it did in my last commit)
13738 Thanks to David I. Lehn for pointing this mistake.
13740 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13742 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13743 Revert Johan??s 1.35->1.36 since it breaks compat.
13745 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
13747 * ext/dv/gstdvdec.c:
13748 * ext/libfame/gstlibfame.c:
13749 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
13750 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
13751 replace framerate aproximations by their real value
13752 (24000/1001, 30000/1001, 60000/1001)
13753 Finish fixing bug #164049
13755 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
13757 * ext/ogg/gstoggmux.c:
13759 * gst/tcp/gstmultifdsink.c:
13760 * gst/tcp/gstmultifdsink.h:
13761 * gst/tcp/gsttcp.c:
13762 * gst/tcp/gsttcp.h:
13763 * gst/tcp/gsttcpclientsink.c:
13764 * gst/tcp/gsttcpclientsrc.c:
13765 * gst/tcp/gsttcpserversink.c:
13766 * gst/tcp/gsttcpserversrc.c:
13767 improve reusability of elements after state changes and errors
13768 make multifdsink throw away streamheaders when receiving new ones
13770 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13772 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
13773 Fix for if items are already in list...
13775 2005-01-12 Benjamin Otte <otte@gnome.org>
13777 * gst/adder/gstadder.c: (gst_adder_loop):
13778 fix adder a bit so it doesn't screw up with events as much anymore
13780 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
13782 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
13783 (pixbufscale_scale), (gst_pixbufscale_chain):
13784 * ext/gdk_pixbuf/pixbufscale.h:
13785 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
13786 to ensure rowstrides are calculated the same way as
13788 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
13789 that we pick up duration and offset also.
13791 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13793 * gst/avi/gstavimux.c: (gst_avimux_class_init),
13794 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
13797 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13799 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13800 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13801 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13802 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13803 Update flags when requested.
13805 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13807 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
13810 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13812 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13813 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
13814 (probe_triggered), (new_decoded_pad), (gen_source_element),
13815 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
13816 * gst/playback/gstplaybasebin.h:
13817 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13818 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
13819 (gst_play_bin_change_state):
13820 Implement group-switch signal for use in apps to clear metadata
13821 cache, clean up subtitle, add suburi property instead of # hack,
13822 some error-out fixes.
13824 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13826 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13828 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
13829 If we got a state change in the _get handler, don't return success.
13831 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
13833 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
13834 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
13835 Make jpegdec quiet on MJPEG decoding
13836 * gst/asfdemux/README:
13837 Fix mimetypes for MJPEG and H263
13839 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13841 * ext/theora/theoradec.c: (theora_dec_chain):
13842 Fix broken code generation by gcc by swapping arguments.
13843 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13846 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
13849 delete this file, it is by far outdated
13850 * ext/alsa/gstalsa.1: remove
13851 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
13852 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
13853 (gst_alsa_get_caps):
13854 Add HW probing for supported sample rates. Fixes #161704
13856 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13858 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
13859 Don't crash, biatch! :).
13861 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13863 * ext/musepack/gstmusepackreader.cpp:
13864 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
13865 Some work on tags - still doesn't work in playbin...
13866 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
13869 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13871 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
13872 Also shove tags on kid pads.
13874 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13876 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13877 Don't bail on unknown events.
13878 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
13879 Don't crash on events before negotiation.
13880 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13881 Send tags on pads, too.
13882 * gst/playback/gststreamselector.c:
13883 (gst_stream_selector_request_new_pad):
13884 Forward events on first pad if no input was selected yet.
13886 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13888 * gst/playback/gstplaybasebin.c: (setup_substreams):
13889 Don't disable streamtype if the stream doesn't exist, since
13890 then playing a video after audio will disable both and nothing
13891 will happen. Fixes the testsuite.
13893 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13895 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
13896 (gst_v4l_xoverlay_set_xwindow_id):
13897 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
13898 (gst_v4l2_xoverlay_set_xwindow_id):
13899 Add debug categories, fix overlay disabling.
13901 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
13903 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
13904 * ext/alsa/gstalsa.h:
13905 Add HW probing for period_count/size and buffer_size MIX/MAX
13906 Adjust default/user defined value if out of bounds
13907 Should fix bug #162024
13909 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13911 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
13912 Fix warning (#161191).
13914 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
13916 * ext/dvdread/stream_labels.c:
13917 (dvdreadsrc_get_audio_stream_labels):
13918 Fix warning (init the good variable in switch default)
13920 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
13922 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13924 * gst/tta/gstttaparse.c: (gst_tta_src_event):
13925 Fix gcc-2.95 compile (#163485).
13927 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13930 * ext/flac/gstflacenc.c: (gst_flacenc_init),
13931 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
13932 (gst_flacenc_tell_callback), (gst_flacenc_chain),
13933 (gst_flacenc_change_state):
13934 * ext/flac/gstflacenc.h:
13935 Update for API change in flac-1.1.1. Update requirement in
13936 configure.ac. Fixes #162974.
13938 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13940 * gst/playback/gstplaybasebin.c: (group_destroy):
13941 Remove hack to get rid of assert and get rid of unlinked
13944 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13946 * gst/playback/gstplaybasebin.c: (setup_source):
13947 Set source to NULL so that resources are free'ed. Fixes issues
13948 with playback of CDDA and similar device-accessing things.
13950 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13952 * testsuite/embed/Makefile.am:
13953 test->noinst, fix make test in buildbot.
13955 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
13957 * ext/dvdread/stream_labels.c: new file
13958 * ext/dvdread/stream_labels.h: new file
13959 * ext/dvdread/Makefile.am:
13960 * ext/dvdread/dvdreadsrc.c: (_seek_title):
13961 Extract audio stream label from DVD IFO files.
13962 It only dump them on the console for now, still have to
13963 make playbin aware of them.
13965 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13967 * gst/playback/gstplaybasebin.c: (setup_source):
13970 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13972 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13973 (gen_preroll_element), (remove_groups), (setup_subtitle),
13974 (gen_source_element), (setup_source):
13975 * gst/playback/gstplaybasebin.h:
13976 Multiple .sub files is just a stupid idea... Fix some threading
13977 mistakes. Interestingly, external .sub files cause playbin to
13978 hang, I don't know why... Parsing fixes contributed by Fran??ois
13979 Kooman <fkooman@tuxed.net>.
13981 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13983 * testsuite/embed/Makefile.am:
13986 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
13988 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13990 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13991 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
13992 (gst_pngenc_set_property):
13993 * ext/libpng/gstpngenc.h:
13994 Add compression level property (#163323).
13996 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13999 * examples/capsfilter/capsfilter1.c: (main):
14000 * examples/seeking/spider_seek.c: (make_spider_pipeline):
14001 * ext/dvdread/Makefile.am:
14002 * ext/dvdread/demo-play:
14003 * ext/dvdread/demo-play.c:
14004 * gconf/gstreamer.schemas.in:
14005 * gst-libs/gst/gconf/gconf.c:
14007 * testsuite/Makefile.am:
14008 * testsuite/embed/Makefile.am:
14009 * testsuite/embed/embed.c: (cb_expose), (main):
14010 Remove all references to xvideosink, fix examples (#140845).
14011 * gst/playback/gstplaybasebin.c: (group_destroy):
14012 Apparently, disposal does not unlink - so do explicitely.
14013 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14016 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
14018 * README: fix PKG_CONFIG_PATH instructions, what was there
14019 previously was breaking default search path, not nice.
14022 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14024 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
14025 (gst_audioscale_chain):
14026 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
14027 when resampling - how the ^@$^!@^! is this possible?!?
14029 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14031 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14032 Reset variables on READY.
14033 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
14034 (gst_matroska_mux_loop):
14035 Require data before writing header.
14037 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
14039 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14041 * ext/mad/gstmad.c: (gst_mad_chain):
14042 Don't call mad_stream_sync() directly after recovering sync.
14045 2005-01-09 Martin Eikermann <meiker@upb.de>
14047 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14049 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
14050 (snapshot_handler), (gst_snapshot_sinkconnect),
14051 (gst_snapshot_chain):
14052 Allocate resources when required, fix recursive signal emission
14053 and fix caps. Fixes #161667.
14055 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
14057 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14059 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
14060 (gst_pngdec_chain):
14061 Handle only 8-bppc (bits-per-pixel-component) images, better
14062 error handling and correct strides. Fixes #163177.
14063 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
14064 (gst_pngenc_chain):
14065 Better error handling. Fixes #163348.
14067 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14069 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
14070 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
14071 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
14072 (dvdnavsrc_uri_handler_init):
14073 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
14074 * gst/playback/gstplaybasebin.c: (gen_source_element):
14075 Add MMS to streaming URIs.
14077 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14079 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
14080 * sys/xvimage/xvimagesink.c:
14081 (gst_xvimagesink_navigation_send_event):
14082 Check for pad availability before sending event.
14084 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14086 * gst-plugins.spec.in:
14089 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14092 Since we use functions from CVS, up requirement.
14094 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14096 * gst/playback/Makefile.am:
14097 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14098 (group_destroy), (group_commit), (group_is_muted),
14099 (gen_preroll_element), (add_stream), (unknown_type),
14100 (probe_triggered), (preroll_unlinked), (mute_stream),
14101 (silence_stream), (new_decoded_pad), (setup_substreams),
14102 (setup_source), (get_active_source), (mute_group_type),
14103 (muted_group_change_state), (set_active_source),
14104 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14105 (play_base_eos), (gst_play_base_bin_change_state):
14106 * gst/playback/gstplaybasebin.h:
14107 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
14108 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14109 (gst_stream_info_dispose), (stream_info_mute_pad),
14110 (stream_info_change_state), (gst_stream_info_set_mute):
14111 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
14112 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
14113 (gst_stream_selector_init), (gst_stream_selector_dispose),
14114 (gst_stream_selector_get_linked_pad),
14115 (gst_stream_selector_get_caps), (gst_stream_selector_link),
14116 (gst_stream_selector_get_linked_pads),
14117 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14118 * gst/playback/gststreamselector.h:
14119 Adding stream selection support plus required properties for
14120 applications to use this. Fully fixes #100931.
14122 2005-01-08 Benjamin Otte <otte@gnome.org>
14124 * gst/games/gstpuzzle.c: (nav_event_handler):
14125 - handle nav events differently: forward every event no matter if it
14126 was handled or not.
14128 You can now cheat by using navigationtest ! puzzle and moving the
14129 mouse close to the edge of a tile. ;)
14131 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14134 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
14135 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
14136 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
14137 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
14138 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
14139 (gst_ogm_parse_plugin_init):
14140 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
14141 (gst_textoverlay_link), (gst_textoverlay_getcaps),
14142 (gst_textoverlay_event), (gst_textoverlay_video_chain),
14143 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
14144 * ext/pango/gsttextoverlay.h:
14145 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14146 (gst_matroska_demux_handle_seek_event),
14147 (gst_matroska_demux_sync_streams),
14148 (gst_matroska_demux_parse_blockgroup),
14149 (gst_matroska_demux_subtitle_caps),
14150 (gst_matroska_demux_plugin_init):
14151 * gst/matroska/matroska-ids.h:
14152 * gst/playback/gstdecodebin.c: (close_pad_link):
14153 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14154 (gen_preroll_element), (remove_groups), (add_stream),
14155 (new_decoded_pad), (setup_subtitles), (gen_source_element),
14157 * gst/playback/gstplaybasebin.h:
14158 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
14159 * gst/subparse/Makefile.am:
14160 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
14161 (gst_subparse_base_init), (gst_subparse_class_init),
14162 (gst_subparse_init), (gst_subparse_formats),
14163 (gst_subparse_eventmask), (gst_subparse_event),
14164 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
14165 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
14166 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
14167 (parse_mpsub_deinit), (parse_mpsub_init),
14168 (gst_subparse_buffer_format_autodetect),
14169 (gst_subparse_format_autodetect), (gst_subparse_loop),
14170 (gst_subparse_change_state), (gst_subparse_type_find),
14172 * gst/subparse/gstsubparse.h:
14173 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
14175 Add subtitle support, .sub parser (supports SRT and MPsub),
14176 OGM text support, Matroska UTF-8 text support, deadlock fixes
14177 all over the place, subtitle awareness in decodebin/playbin
14178 and some fixes to textoverlay to handle subtitles in a stream
14179 correctly. Fixes #100931.
14181 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14183 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14184 Check for pad availability before doing a query on it.
14186 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
14188 * ext/dv/gstdvdec.c:
14189 really fix bpp24/32 dvdec caps (classic rgba indeed)
14190 * gst/asfdemux/gstasfdemux.c:
14191 (gst_asf_demux_process_ext_content_desc):
14192 don't send text tags if they are empty (bis repetita)
14194 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
14196 * ext/dv/gstdvdec.c:
14197 remove unneeded comment from dvdec
14198 (related to DV 4CC codes in AVI files)
14199 moved them in gstreamer/docs/random/mimetypes
14200 * gst/asfdemux/gstasfdemux.c:
14201 (gst_asf_demux_process_ext_content_desc):
14202 don't send text tags if they are empty
14203 fix mem leak on error path
14204 * gst/ffmpegcolorspace/avcodec.h:
14205 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14206 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14207 (gst_ffmpegcsp_avpicture_fill):
14208 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
14209 * gst/ffmpegcolorspace/imgconvert_template.h:
14210 adds BGR32 and BGRA32 to ffmpegcolorspace
14211 (still bad colors, fixing it on next commit)
14212 helps with dvdec outputing BGR32
14214 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
14216 * ext/dv/gstdvdec.c:
14217 Fix audio caps i just broke (missing ',')
14218 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
14219 (gst_matroska_mux_reset):
14220 Fix typo + add FIXME about old "x-gst-metadata" crap
14222 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
14224 * ext/dv/demo-play.c: (main):
14225 xvideosink -> xvimagesink
14226 * ext/dv/gstdvdec.c:
14227 change rgb 32/32 caps to 24/32 (no alpha)
14228 change nb of channels to be a list (2 or 4, not 2)
14229 change sample rate to be a list (32, 44.1, 48 kHz) not a range
14230 * gst/asfdemux/gstasfdemux.c:
14231 (gst_asf_demux_process_ext_content_desc):
14232 Add 'date/year' to extracted metadata list
14234 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14236 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14237 The return value of fixate_to does not imply that the requested
14238 value was set, so don't assume.
14240 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
14242 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14244 * ext/libpng/gstpngdec.c:
14245 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
14246 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
14247 * ext/libpng/gstpngenc.h:
14248 Alpha support (encoder; #163161), mime fixage.
14250 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
14252 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14254 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
14255 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
14256 (gst_faac_set_property), (gst_faac_get_property):
14257 * ext/faac/gstfaac.h:
14258 Allow for ADTS output (#153434).
14260 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14262 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
14263 Fix against template (#150576).
14265 2005-01-06 Benjamin Otte <otte@gnome.org>
14267 * gst/games/gstpuzzle.c: (draw_puzzle):
14268 don't draw a puzzle if either width or height of tiles would be 0.
14270 2005-01-06 Benjamin Otte <otte@gnome.org>
14272 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
14273 (gst_puzzle_class_init), (gst_puzzle_finalize):
14274 no memleaks, please
14275 (gst_puzzle_create), (gst_puzzle_init),
14276 (gst_puzzle_set_property), (gst_puzzle_setup):
14277 change initialization code around so we don't reshuffle on resize
14279 fix another stupid typo
14281 2005-01-06 Benjamin Otte <otte@gnome.org>
14283 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
14284 fix stupid typo that borked copying on YUY2
14286 2005-01-06 Benjamin Otte <otte@gnome.org>
14288 * gst/games/gstpuzzle.c: (draw_puzzle):
14289 fix edges when image sizes aren't multiples of tile sizes
14291 2005-01-06 Benjamin Otte <otte@gnome.org>
14293 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
14294 make RGB endianness work correctly
14295 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
14296 refactor and fix race with initial shuffling
14297 (nav_event_handler):
14298 allow using the mouse to puzzle
14300 insist on tiles having width and height as multiples of 4 to get
14301 clean YUV image handling
14302 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14303 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
14304 s/DEBUG/LOG/ for common messages
14305 (gst_xvimagesink_navigation_send_event):
14306 fix mouse event translation to not include screen PAR
14307 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
14308 fix mouse event translation to actually work
14310 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
14312 * gst/asfdemux/gstasfdemux.c:
14313 (gst_asf_demux_process_ext_content_desc):
14314 Extract TrackNumber metadata + clean up code
14315 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
14316 Hope this is the good fix (var used unitialised)
14318 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14320 * ext/faad/gstfaad.c: (gst_faad_chain):
14321 Only increment timestamp if it's valid. Fixes raw AAC streams.
14323 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
14326 * gst/games/Makefile.am:
14327 * gst/games/gstpuzzle.c:
14328 add a puzzle game with...
14329 * gst/games/gstvideoimage.c:
14330 * gst/games/gstvideoimage.h:
14331 ... full colorspace support (that includes YUV9 and RGB16)) stolen
14332 from videotestsrc and made into something that would be a nice
14333 library for a lot of other plugins.
14335 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
14338 don't compile faad plugin if a RC of 2.0 is found
14339 Fixes #155346 (and FC1 buildbot)
14340 * gst/asfdemux/gstasfdemux.c:
14341 (gst_asf_demux_process_ext_content_desc):
14342 try to make Solaris compiler happier
14344 2005-01-06 Paul Jack <pjack@sfaf.org>
14346 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14348 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
14349 Fix segfault (#161667).
14351 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14353 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
14354 Fix framerate reporting.
14356 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
14358 * gst-libs/gst/riff/riff-ids.h:
14359 * gst/wavenc/riff.h:
14360 Add AMR (VBR and CBR) ids to riff.h audio codec list
14361 * gst/asfdemux/gstasfdemux.c:
14362 (gst_asf_demux_process_ext_content_desc),
14363 (gst_asf_demux_process_object):
14364 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
14366 2005-01-05 Martin Eikermann <meiker@upb.de>
14368 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14370 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14371 (gst_dvd_demux_handle_discont):
14372 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
14373 (gst_mpeg_demux_handle_discont):
14374 Recreate pads on new-media (#160730).
14375 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
14376 Send discont even if manager changes timestamps (#161929).
14378 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
14380 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14382 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
14383 Fix invalid memory access (#159211).
14385 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14387 * examples/gstplay/player.c: (main):
14389 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
14390 Add visualizations.
14391 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
14392 (gst_a52dec_handle_frame):
14394 * ext/dvdnav/gst-dvd:
14395 Add audioconvert. Fixes #161325.
14396 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
14397 Explicitely case to gint64. Possible valgrind error.
14398 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
14399 (gst_play_tick_callback), (gst_play_change_state),
14400 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
14401 (gst_play_set_location), (gst_play_get_location),
14402 (gst_play_seek_to_time), (gst_play_set_data_src),
14403 (gst_play_set_video_sink), (gst_play_set_audio_sink),
14404 (gst_play_set_visualization), (gst_play_connect_visualization),
14405 (gst_play_get_framerate), (gst_play_get_all_by_interface),
14407 Use playbin. Fixes #139749 and #147744.
14408 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
14410 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
14411 (audioscale_get_type), (gst_audioscale_base_init),
14412 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
14413 (gst_audioscale_getcaps), (gst_audioscale_fixate),
14414 (gst_audioscale_link), (gst_audioscale_get_buffer),
14415 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
14416 (gst_audioscale_init), (gst_audioscale_dispose),
14417 (gst_audioscale_chain), (gst_audioscale_set_property),
14418 (gst_audioscale_get_property), (plugin_init):
14420 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
14422 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
14423 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14424 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
14425 Add more metadata (fixes #162656).
14427 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
14432 === release 0.8.7 ===
14434 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
14439 releasing 0.8.7, "Hyperspace"
14441 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
14443 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
14445 * gst/playback/gstplaybasebin.c:
14446 Fix for #162924 - free caps after use, not before
14448 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
14450 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14452 * gst/playback/gstplaybasebin.c:
14453 * gst/wavparse/gstwavparse.c:
14454 Fix for #154773 - fixes playback of small .wav files
14456 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
14458 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14460 * gst/audioscale/gstaudioscale.c:
14461 Fix for #162819 - make audioscale reusable
14462 Fixes playback of more than one file with playbin/totem
14464 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
14466 * gst/ffmpegcolorspace/avcodec.h:
14467 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14468 * gst/ffmpegcolorspace/imgconvert.c:
14469 clean up the mess that made me cry and avoid needless duplication
14471 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
14473 * gst/ffmpegcolorspace/imgconvert.c:
14474 give some indication of why we're segfaulting
14476 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14479 Fix indentation, fix v4l2 plugin detection.
14481 Fix libmms location (Maciej, use diff -u!).
14482 * ext/alsa/gstalsa.c: (gst_alsa_init):
14483 Initialize caps cache to NULL.
14484 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14485 Only change state on audiosink if it exists.
14487 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
14489 * gst/matroska/matroska-demux.c:
14490 * gst/matroska/matroska-ids.h:
14491 * gst/matroska/matroska-demux.h:
14492 Fix Vorbis streams failing to decode in some files, where cluster_time
14493 isn't 0, because then it doesn't send codec_priv before actual data.
14494 Remove time-based test and replace it with marker set on beginning of
14497 2004-12-28 David Schleef <ds@schleef.org>
14499 Merge patch from Ronald fixing problems with streaming
14501 * ext/cairo/gstcairo.c: (plugin_init):
14502 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
14503 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14504 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
14505 (gst_textoverlay_font_init), (gst_textoverlay_init),
14506 (gst_textoverlay_set_property):
14507 * ext/cairo/gsttextoverlay.h:
14509 2004-12-27 David Schleef <ds@schleef.org>
14511 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
14512 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14513 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
14514 (gst_textoverlay_font_init), (gst_textoverlay_init),
14515 (gst_textoverlay_set_property): Improvements to actually
14516 render text as white on black outline on video, including
14517 font selection and horizontal/vertical alignment. (Ronald's
14519 * ext/cairo/gsttextoverlay.h:
14521 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14523 * ext/ogg/gstogg.c:
14524 * ext/ogg/gstogmparse.c:
14525 fix ogm[audio/video]parse plugin registration
14526 (riff won't load if bytestream is already loaded)
14528 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
14530 * gst/audioconvert/gstchannelmix.c:
14533 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
14537 disable docs again until it actually passes make distcheck.
14539 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14541 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
14542 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
14544 Add 3GP (variables name Q3GP because they can't start with a
14545 number). Add samr audio fourcc (used in .3gp files), decoder
14546 is work in progress. Also do a GST_WARNING instead of ERROR
14547 in case of unknown nodes, to decrease output.
14549 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
14554 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
14557 * ext/speex/gstspeexdec.h:
14558 * ext/speex/gstspeexenc.h:
14559 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
14560 Fix detection code in configure.ac
14562 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14564 * gst/matroska/matroska-demux.c:
14565 (gst_matroska_demux_parse_blockgroup):
14566 Save position, so that queries give proper return values. Don't
14567 know how this could ever have worked before...
14569 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
14572 Put additional LAME check inside the conditional. Fixes #152339
14574 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14576 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14577 (gst_avi_demux_stream_scan):
14578 Add some more debug. Fix logic error when setting movi offset
14579 while reading index.
14581 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14583 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14584 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
14585 (gst_avi_demux_process_next_entry):
14586 Add some debugging. Better detection of broken indexes and the
14587 accompanying index recovery. No infinite loops on state changes
14588 when we're still in our loopfunction.
14590 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14595 2004-12-22 Archana Shah <archana.shah@wipro.com>
14597 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14599 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
14600 Normalizing the value before setting
14601 (gst_sunaudiomixer_get_volume):
14602 Normalizing the value after getting. Fixes bug# 161980
14604 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
14606 * Makefile.am: Make sure docs gets disted
14607 * docs/Makefile.am: Make sure all needed files get disted
14608 * gst-plugins.spec.in: latest updates
14610 2004-12-22 Wim Taymans <wim@fluendo.com>
14612 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14613 Revert patch 1.38 as clock distribution over schedulers does
14614 not work correcly in the core yet.
14616 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14618 * sys/oss/README: remove this file, which predates my birth
14619 (and which content is by far outdated)
14621 2004-12-20 Stefan Kost <ensonic@users.sf.net>
14625 * docs/Makefile.am:
14626 * docs/libs/Makefile.am:
14627 * docs/libs/gst-plugins-libs-docs.sgml:
14628 * docs/libs/gst-plugins-libs-sections.txt:
14629 * docs/libs/tmpl/gstgconf.sgml:
14631 * docs/version.entities.in:
14632 Added boilerplate gtk-doc files for plugin-libs documentation.
14634 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14636 * gst/auparse/gstauparse.c: fix int and float audio caps
14638 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14640 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14641 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
14642 g_assert() can be a macro, don't use #ifdef inside it.
14644 2004-12-19 Edward Hervey <bilboed@bilboed.com>
14646 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14648 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
14649 (gst_videorate_init), (gst_videorate_chain),
14650 (gst_videorate_change_state):
14651 Event handling (fixes #159986).
14653 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14655 * gst-libs/gst/riff/riff-media.c:
14656 (gst_riff_create_video_caps_with_data):
14657 Add BLZ0 (Blizzard's version of DivX) fourcc.
14659 2004-12-18 David Schleef <ds@schleef.org>
14661 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
14664 2004-12-18 David Schleef <ds@schleef.org>
14666 * gst/tta/ttadec.h: Disable some header code that isn't used
14667 and clearly isn't portable.
14669 2004-12-18 David Schleef <ds@schleef.org>
14671 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
14672 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14673 (avcodec_get_pix_fmt), (avpicture_layout),
14674 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
14675 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
14676 Fix code to not use GCC extensions (and c99 extensions that
14677 Forte does not like.)
14679 2004-12-19 Tim-Philipp M??ller <t.i.m@zen.co.uk>
14681 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14683 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
14684 (gst_deinterlace_chain):
14685 Rowstride fixes. Fixes #161039.
14686 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
14687 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
14688 (gst_video_crop_getcaps), (gst_video_crop_link),
14689 (gst_video_crop_i420), (gst_video_crop_chain),
14690 (gst_video_crop_change_state):
14691 Rework of negotiation. Actually works now. Fixes #158650.
14693 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14695 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
14696 That was very stupid.
14698 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14700 * gst/matroska/matroska-demux.c:
14701 (gst_matroska_demux_parse_blockgroup):
14702 Fix possible crasher.
14704 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14706 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
14707 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
14708 Lace sizes can be zero.
14710 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14712 * ext/musepack/gstmusepackdec.cpp:
14713 Fetch error return values. Fixes #161624.
14714 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
14717 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14719 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
14720 Work for truncated (unfinished download etc.) files. Fixes #160514.
14722 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14724 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14725 Fix for integer overflow. Makes #156001 not crash. Probably masks
14728 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14730 * gst/ac3parse/gstac3parse.c: (plugin_init):
14731 Parsers never have ranks. Fixes #159651.
14733 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
14735 * gst/playback/gstdecodebin.c: (compare_ranks):
14736 make sure the facotries are ordered the same every time even if they
14737 have the same rank by using the name
14738 * gst/playback/gstdecodebin.c: (find_compatibles):
14739 make sure we don't add factories to the list twice
14741 2004-12-16 David Schleef <ds@schleef.org>
14743 * configure.ac: look for musepack headers as musepack/*.h
14745 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
14746 * ext/musepack/gstmusepackreader.h: same
14748 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14750 * gst-libs/gst/riff/riff-read.c:
14751 (gst_riff_read_strf_auds_with_data):
14752 Read extradata correctly (fixes #155879).
14754 2004-12-16 David Schleef <ds@schleef.org>
14756 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
14757 audio. does _not_ attempt or allow conversion unless channels
14760 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
14762 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
14764 2004-12-16 David Schleef <ds@schleef.org>
14766 * gst/audioscale/gstaudioscale.c: the resample library only
14767 handles 1 or 2 channels. Change caps to compensate.
14769 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14771 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
14772 (gst_matroska_demux_audio_caps):
14773 Some MPEG-AAC hacks, because else it doesn't work...
14775 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14777 * gst-libs/gst/riff/riff-media.c:
14778 (gst_riff_create_video_caps_with_data),
14779 (gst_riff_create_video_template_caps):
14782 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14784 * gst-libs/gst/audio/Makefile.am:
14785 Try to fix buildbot.
14787 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
14789 * gst/tcp/gstmultifdsink.c:
14790 Clean up and uniformize debugging.
14792 2004-12-16 Edward Hervey <bilboed@bilboed.com>
14794 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14796 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14797 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
14798 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
14799 (gst_mpeg_demux_change_state):
14800 Reset on ready. Fixes 160276.
14802 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
14804 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14806 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14807 (gst_ffmpegcsp_pad_link):
14808 Fix memleak (#154815).
14810 2004-12-16 James Bowes <bowes@cs.dal.ca>
14812 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14814 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
14815 (gst_musicbrainz_init), (gst_musicbrainz_chain),
14816 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
14817 * ext/musicbrainz/gsttrm.h:
14818 Add support for using a proxy server when getting a trm id from
14819 the MusicBrainz database (#149613).
14821 2004-12-16 Christophe Fergeau <teuf@gnome.org>
14823 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14825 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
14826 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14827 Fix memleaks (#157233).
14829 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
14831 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14833 * gst-libs/gst/resample/resample.c: (gst_resample_close):
14834 * gst-libs/gst/resample/resample.h:
14835 * gst/audioscale/gstaudioscale.c:
14836 Fix memleak (#159215).
14838 2004-12-16 Toni Willberg <toniw@iki.fi>
14840 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14842 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
14843 * sys/oss/oss_probe.c: (main):
14844 Check for mono/stereo support (similar to samplerate probing),
14845 fixes #159433. Also add missing copyright header to oss_probe.c.
14847 2004-12-15 David Schleef <ds@schleef.org>
14849 * configure.ac: add audioresample and cairo plugins. Remove
14850 HAVE_MMX stuff, because it's not used.
14851 * ext/Makefile.am: same
14852 * ext/audioresample/Makefile.am: You are not ready for an
14853 audio resampling element based on audioresample.
14854 * ext/audioresample/gstaudioresample.c:
14855 * ext/audioresample/gstaudioresample.h:
14856 * ext/cairo/Makefile.am: You are not ready for overlay elements
14857 based on cairo. Don't look too closely, these elements kinda
14859 * ext/cairo/gstcairo.c: new
14860 * ext/cairo/gsttextoverlay.c: new
14861 * ext/cairo/gsttextoverlay.h: new
14862 * ext/cairo/gsttimeoverlay.c: new
14863 * ext/cairo/gsttimeoverlay.h: new
14864 * gst-libs/gst/media-info/media-info-priv.h: fix compile
14865 problem with compilers that don't support variadic macros.
14867 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
14869 Reviewed by: David Schleef <ds@schleef.org>
14871 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
14872 Bala, registering sunaudiosrc (oops!), and cleaning up code a
14873 bit. Also ran indent-gst.
14874 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
14875 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
14876 (gst_sunaudiosrc_setparams):
14878 2004-12-14 David Schleef <ds@schleef.org>
14880 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
14881 output rate to 16000. Should fix #160235.
14883 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14885 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14886 Add typefinding for mpeg2 pes streams
14888 2004-12-13 David Schleef <ds@schleef.org>
14890 * configure.ac: Applied patch from bug #143659, making default
14891 sources and sinks OS-dependent (for Solaris), and added code
14893 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
14895 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14897 * gst-libs/gst/riff/riff-media.c:
14898 forgot to add h2.64 to avidemux template caps
14900 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14902 * gst/wavenc/riff.h:
14903 * gst-libs/gst/riff/riff-media.c:
14904 * gst-libs/gst/riff/riff-ids.h:
14905 * gst/avi/gstavimux.c
14906 add 4CC code for VideoSoft h264 in AVI (VSSH)
14908 remove s323 from riff, it's quicktime specific :(
14910 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14912 * gst/asfdemux/README
14913 * gst/wavenc/riff.h
14914 * gst-libs/gst/riff/riff-ids.h
14915 * gst-libs/gst/riff/riff-media.c
14916 * gst/qtdemux/qtdemux.c:
14917 add new 4CC codes for h263 related codecs
14918 fixes partially bug #155163
14920 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
14922 * configure.ac: Update polyaudio requirement to 0.7
14923 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
14925 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14927 * gst/interleave/deinterleave.c:
14928 fix my name's spelling! :)
14930 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14932 * AUTHORS ChangeLog
14933 * gst/auparse/gstauparse.c
14934 * gst/interleave/deinterleave.c
14936 alaw-decode.c alaw-encode.c
14937 mulaw-decode.c mulaw-encode.c
14938 * gst/oneton/gstoneton.c
14940 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
14942 cocoawindow.h cocoawindow.m
14943 osxvideosink.h osxvideosink.m
14945 put the same mail address for Zaheer Abbas Merali everywhere
14947 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14949 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
14950 Align by packetsize, and assert that we a packet available before
14951 playing. The first makes webstreams work (they often include
14952 trailing padding data in a packet), the second allows pausing a
14953 ASF stream in totem without getting demux errors afterwards.
14955 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14957 * ext/ogg/gstoggdemux.c: (get_relative):
14958 Check for non-NULL before accessing member (end-of-chain).
14960 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14962 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14963 (cdparanoia_set_property), (cdparanoia_get_property):
14964 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
14965 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
14966 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14967 (dvdreadsrc_init), (dvdreadsrc_set_property),
14968 (dvdreadsrc_get_property):
14969 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
14970 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
14971 Synchronize property names where not yet the case. Devices are
14972 now device=X, other versions are deprecated (but still exist).
14973 Also use g_free() unconditionally.
14974 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14975 (setup_source), (gst_play_base_bin_get_property):
14978 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
14980 * configure.ac: move GCONF macro outside conditional for the am
14981 conditional. Fixes #160439
14983 2004-12-08 David Schleef <ds@schleef.org>
14985 * tools/gst-visualise-m.m: Switch to elements that currently
14988 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14990 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14991 We love wrong commas.
14993 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14995 * gst/matroska/matroska-demux.c:
14996 (gst_matroska_demux_handle_src_query):
14997 Don't set DEFAULT, unsupported - makes length display incorrectly
15000 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
15002 * gst/monoscope/README: remove blurb about files being GPL
15003 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
15004 * gst/monoscope/monoscope.c: Change license to BSD with explanation
15005 monoscope is now effectively LGPL licensed
15007 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
15009 * gst/monoscope/README: Update information to be more correct
15010 * gst/monoscope/convolve.c: Relicense to LGPL
15011 * gst/monoscope/convolve.h: Relicense to LGPL
15013 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
15015 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15016 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
15017 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
15018 set default_duration for mpeg1 audio
15020 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
15022 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
15023 * ext/alsa/gstalsa.h:
15024 refactor big chunks of the core caps negotiation code to make it
15025 a lot faster, because people claim it's really slow
15026 (actually, just cache the getcaps when the device is opened)
15028 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15030 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
15031 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
15032 (gst_a52dec_handle_frame), (gst_a52dec_chain),
15033 (gst_a52dec_change_state), (plugin_init):
15034 * ext/a52dec/gsta52dec.h:
15035 Do something useful with timestamps. Make chain-based (since
15036 there's really no reason to be loopbased).
15037 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
15038 Update current_byte/frame correctly.
15040 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15042 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
15043 (gst_ape_demux_stream_init):
15046 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15048 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
15049 Let's make sure we're done typefinding when detecting tags.
15051 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15053 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
15054 (gst_ebml_read_init), (gst_ebml_read_use_event),
15055 (gst_ebml_read_element_id), (gst_ebml_peek_id),
15056 (gst_ebml_read_seek), (gst_ebml_read_skip),
15057 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
15058 (gst_ebml_read_master):
15059 * gst/matroska/ebml-read.h:
15060 * gst/matroska/matroska-demux.c:
15061 (gst_matroska_demux_parse_contents),
15062 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
15063 Disgustingly evil hack for working around INTERRUPT events and
15064 their extremely annoying habit of being a pain in the ass. We
15065 simply peek a cluster before reading any of it.
15067 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15069 * ext/musepack/gstmusepackdec.cpp:
15070 There's also floating point libmusepacks.
15072 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15074 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
15075 (gst_faad_chanpos_to_gst), (gst_faad_chain):
15076 Set DURATION even if source buffer didn't. Also use increasing
15078 * gst-libs/gst/riff/riff-media.c:
15079 (gst_riff_create_audio_caps_with_data):
15080 Block_align can have larger values than 8192.
15082 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15084 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
15085 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
15086 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
15087 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
15090 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15092 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
15095 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15097 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
15100 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15102 * ext/esd/esdsink.c: (gst_esdsink_chain):
15103 Make error actually say something useful (fixes #156798).
15104 * gst-libs/gst/riff/riff-media.c:
15105 (gst_riff_create_video_caps_with_data),
15106 (gst_riff_create_video_template_caps):
15107 Add Intel Video 5.0 fourcc (IV50).
15109 2004-12-01 Christophe Fergeau <teuf@gnome.org>
15111 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
15112 detection on mono and stereo mp3 files.
15114 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15116 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15117 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
15118 the contained stream).
15120 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15122 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
15123 Oops, remove debug.
15125 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
15127 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15129 * gst/law/alaw-decode.c: (alawdec_getcaps):
15130 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15131 Prevent warnings when negotiating caps (fixes #159338).
15133 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15135 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15136 (gst_ffmpegcsp_chain):
15137 Remove old leftover that shouldn't be there...
15139 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
15141 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15143 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
15144 Don't forward DISCONT events (fixes #159684).
15146 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15148 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
15149 Unlink manually since sometimes bin disposal (and therefore
15150 pad unlinking) is delayed, which will cause a new media file
15151 to not be able to start playing instantly.
15153 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15155 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
15156 On mute of an unlinked stream, check for pad availability so
15157 we don't crash on unlinked pad.
15159 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15161 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15162 (gst_avi_demux_massage_index):
15163 Fix quite humiliating bug in omitting 0-sized index chunks but
15164 forgetting to count them for timestamps.
15166 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15168 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
15169 Actually leave the loop if we failed to sync. Don't crash.
15171 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15173 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
15174 (gst_dvd_demux_process_private):
15175 * gst/mpegstream/gstdvddemux.h:
15176 Fix crash (#159759). Doesn't work, though. :-(.
15178 2004-11-28 Benjamin Otte <otte@gnome.org>
15180 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
15181 more overwriting protection due to modifying channels one by one
15182 instead of all at once
15184 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15186 * gst/audioconvert/gstchannelmix.c:
15187 (gst_audio_convert_fill_normalize):
15188 Normalize using absolute values.
15190 2004-11-28 Julien MOUTTE <julien@moutte.net>
15194 * ext/directfb/Makefile.am:
15195 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
15196 (gst_directfbvideosink_get_pixel_format),
15197 (gst_directfbvideosink_get_format_from_fourcc),
15198 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
15199 (gst_directfbvideosink_sink_link),
15200 (gst_directfbvideosink_change_state),
15201 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
15202 (gst_directfbvideosink_buffer_alloc),
15203 (gst_directfbvideosink_interface_supported),
15204 (gst_directfbvideosink_interface_init),
15205 (gst_directfbvideosink_navigation_send_event),
15206 (gst_directfbvideosink_navigation_init),
15207 (gst_directfbvideosink_set_property),
15208 (gst_directfbvideosink_get_property),
15209 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
15210 (gst_directfbvideosink_base_init),
15211 (gst_directfbvideosink_class_init),
15212 (gst_directfbvideosink_get_type), (plugin_init):
15213 * ext/directfb/directfbvideosink.h: Adding a first version of
15215 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
15218 2004-11-28 Benjamin Otte <otte@gnome.org>
15220 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
15221 walk the samples backwards if out_channels > in_channels so we don't
15224 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15226 * gst/audioconvert/Makefile.am:
15227 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15228 (gst_audio_convert_link), (gst_audio_convert_change_state),
15229 (gst_audio_convert_channels):
15230 * gst/audioconvert/gstchannelmix.c:
15231 (gst_audio_convert_unset_matrix),
15232 (gst_audio_convert_fill_identical),
15233 (gst_audio_convert_fill_compatible),
15234 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
15235 (gst_audio_convert_fill_others),
15236 (gst_audio_convert_fill_normalize),
15237 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
15238 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
15239 * gst/audioconvert/gstchannelmix.h:
15240 Implement a channel mixer.
15242 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
15244 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
15245 * ext/alsa/gstalsa.h:
15246 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
15247 Make alsasink actually honor gst_element_set_clock and use that
15248 clock instead of its internal one.
15250 2004-11-27 Christophe Fergeau <teuf@gnome.org>
15252 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
15253 (gst_play_base_bin_change_state): nullify source and decoder when
15254 going from READY to NULL so that we don't try to do weird stuff with
15255 them when going from NULL to READY
15256 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
15257 instead of g_object_unref
15258 (gen_video_element), (gen_audio_element): more refcounting fixes, now
15259 it should be correct
15260 (gst_play_bin_change_state): don't call remove_sinks if we are
15261 currently disposing the object
15263 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15265 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
15266 Don't forget bass if it's there. Else left channel is silent...
15268 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15270 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
15271 (gst_a52dec_change_state):
15272 Don't do sample adjusting anymore, we use float audio now.
15273 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15274 Don't fixate to non-existing properties.
15276 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15278 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
15279 (gst_a52dec_change_state):
15280 Advertise that we can do surround sound.
15282 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15284 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
15285 Add buffer-frames=0.
15286 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
15287 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
15288 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
15289 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
15290 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
15291 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
15292 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
15293 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
15294 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
15295 * ext/dvdread/dvdreadsrc.h:
15296 Add seeking, querying for bytes, sectors, title, angle and
15297 chapter. Handle multiple chapters. Relicense to LGPL because
15298 Billy agreed on that (thanks Billy!).
15300 2004-11-27 Christophe Fergeau <teuf@gnome.org>
15302 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
15303 call parent dispose method
15305 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
15307 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
15308 (gst_audio_clock_get_internal_time):
15309 Fix active <-> inactive transitions: ensure time value always
15310 grows and avoid abrupt value changes.
15312 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
15315 * gst/tta/Makefile.am:
15317 * gst/tta/filters.h:
15318 * gst/tta/gsttta.c:
15319 * gst/tta/gstttadec.c:
15320 * gst/tta/gstttadec.h:
15321 * gst/tta/gstttaparse.c:
15322 * gst/tta/gstttaparse.h:
15323 * gst/tta/ttadec.h:
15324 added TTA parser and decoder
15326 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15328 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15329 (probe_triggered), (check_queue), (buffer_underrun),
15330 (buffer_running), (buffer_overrun), (gen_source_element),
15332 * gst/playback/gstplaybasebin.h:
15333 Implement buffering. Needs some more work.
15335 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15337 * ext/theora/theoradec.c: (theora_dec_chain):
15338 Fix ilog mask range overflow.
15340 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15342 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
15343 Don't omit the last (which in case of dmix is the only :) )
15344 channel count. Don't set channels if <= 2.
15346 2004-11-26 Christophe Fergeau <teuf@gnome.org>
15348 * gst/playback/gstplaybin.c: (gen_video_element),
15349 (gen_audio_element): Removed 2 obsolete comments
15351 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15353 * ext/vorbis/oggvorbisenc.c
15354 * ext/vorbis/vorbisenc.c :
15355 change description fields of those plugins to differentiate them
15356 (pitivi show Encoders by description, they had the same one)
15358 2004-11-25 Christophe Fergeau <teuf@gnome.org>
15360 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15362 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15363 (gst_play_bin_set_property), (gen_video_element),
15364 (gen_audio_element):
15365 Refcounting fixes for provided audio-/videosinks.
15367 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15369 * gst/playback/gstplaybin.c: (gen_video_element),
15370 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
15371 Don't reference all sinks, but only the video- and audiosinks.
15372 The vis. element should be disposed when we're done with it.
15373 We don't have any reason to keep it around. This fixes warnings
15374 when reusing playbin for playing multiple audio files with
15375 vis. enabled. Also release audio device on pause - idea stolen
15378 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15380 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
15381 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
15382 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
15383 * ext/alsa/gstalsaplugin.c: (plugin_init):
15384 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
15385 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
15386 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
15387 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
15388 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
15389 (gst_faad_change_state), (plugin_init):
15390 * ext/faad/gstfaad.h:
15391 * ext/vorbis/vorbis.c: (plugin_init):
15392 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15393 * gst-libs/gst/audio/Makefile.am:
15394 * gst-libs/gst/audio/audio.c: (plugin_init):
15395 * gst-libs/gst/audio/multichannel.c:
15396 (gst_audio_check_channel_positions),
15397 (gst_audio_get_channel_positions),
15398 (gst_audio_set_channel_positions),
15399 (gst_audio_set_structure_channel_positions_list),
15400 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
15401 (gst_audio_fixate_channel_positions):
15402 * gst-libs/gst/audio/multichannel.h:
15403 * gst-libs/gst/audio/testchannels.c: (main):
15404 * gst/audioconvert/gstaudioconvert.c:
15405 (gst_audio_convert_class_init), (gst_audio_convert_init),
15406 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
15407 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
15408 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15409 * gst/audioconvert/plugin.c: (plugin_init):
15410 Surround sound support.
15412 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15414 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15415 Fix position for discont if we're close as well. Nitpicking, but
15416 saves a few milliseconds of extra waiting or skipping.
15418 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15420 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
15421 We sometimes need parsers for playback, so add those too.
15423 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15426 * gst/apetag/Makefile.am:
15427 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
15428 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
15429 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
15430 (gst_ape_demux_get_src_query_types),
15431 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
15432 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
15433 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
15434 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
15435 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
15436 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
15437 (gst_ape_demux_change_state):
15438 * gst/apetag/apedemux.h:
15439 * gst/apetag/apetag.c: (plugin_init):
15440 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
15442 APE v1/2 tag reader plus typefind function.
15444 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15447 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
15448 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15449 Remove hacks for older core. Require newer core version
15452 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15454 * gst/cdxaparse/Makefile.am:
15455 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
15456 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
15457 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
15458 * gst/cdxaparse/gstcdxaparse.h:
15459 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
15460 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
15461 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
15462 (gst_cdxastrip_get_src_query_types),
15463 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
15464 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
15465 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
15466 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
15467 * gst/cdxaparse/gstcdxastrip.h:
15468 SVCD/VCD header stripping separated from CDXA image parsing.
15469 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15471 Add VCD/SVCD header typefinding for VCD/SVCD.
15472 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
15473 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
15474 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
15475 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
15476 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
15477 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
15478 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
15479 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
15480 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
15481 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
15482 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
15483 * sys/vcd/vcdsrc.h:
15484 Fix up, add seeking, querying, URI interface. Works in totem now.
15486 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
15491 === release 0.8.6 ===
15493 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
15511 releasing 0.8.6, "IOU Love"
15513 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
15515 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
15517 * gst/playback/gstplaybasebin.c:
15518 Fix unplayable files error handling. Fixes #158365
15520 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
15522 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
15524 * gst/typefind/gsttypefindfunctions.c:
15525 Fix broken mp3 typefinding. Fixes #158375
15527 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
15529 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
15531 * ext/ogg/gstoggdemux.c:
15532 Fix sync on broken files. Fixes #158976
15534 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
15536 patch by: Edward Hervey <bilboed@bilboed.com>
15538 * ext/libpng/gstpngenc.c:
15539 Copy over buffer properties. Fixes #158832
15541 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
15543 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
15545 * ext/dvdread/dvdreadsrc.c:
15546 Fixes invalid reads (#158462)
15548 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
15550 * sys/v4l/gstv4lsrc.c:
15551 * sys/v4l/gstv4lsrc.h:
15552 * sys/v4l/v4lsrc_calls.c:
15553 Probe less and cache it. Fixes #159187.
15555 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
15557 * gst/videorate/gstvideorate.c:
15558 Handle all video formats. Fixes #159186.
15560 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
15561 * gst/synaesthesia/gstsynaesthesia.c:
15562 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
15563 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
15564 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
15565 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
15566 (gst_synaesthesia_change_state), (plugin_init):
15567 Fix up synaesthesia to work under different samplerates/ buffer sizes.
15568 Force 320x200 output, as that's the only thing the underlying
15569 synaesthesia implementation supports. Still needs to be made
15572 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15575 Fix mpeg2enc configure check (similar to mplex check below).
15577 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
15579 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15581 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15582 Fix for gcc-2.95 (fixes #158221).
15584 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15586 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
15587 Re-add clock distribution hack (until new core is released).
15590 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
15592 fix mplex configure check segfaulting on some systems (bug #140994)
15594 2004-11-13 Benjamin Otte <otte@gnome.org>
15596 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
15598 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15599 do a wait when we enter the loop func with no data available to
15600 write instead of getting into an 100% CPU loop by just returning and
15601 being called again by the scheduler
15603 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
15606 * ext/libvisual/visual.c: (gst_visual_get_type),
15607 (libvisual_log_handler), (gst_visual_getcaps),
15608 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
15610 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
15611 * ext/smoothwave/Makefile.am:
15612 * ext/smoothwave/demo-osssrc.c: (main):
15613 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
15614 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
15615 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
15617 * ext/smoothwave/gstsmoothwave.h:
15618 Make gstsmoothwave a working element in the 20th century.
15620 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
15621 Fix incorrect link function
15623 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15625 * gst/volume/gstvolume.c:
15626 Allow buffer-frames=0.
15628 2004-11-12 Iain <iaingnome@gmail.com>
15630 * configure.ac: Check for polypaudio
15632 * ext/Makefile.am: Build the polyp dir
15634 * ext/polyp: The polypsink sources.
15636 2004-10-30 Iain <iaingnome@gmail.com>
15638 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
15639 caps to reflect the new number of channels.
15641 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15643 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15644 Fix for negotiation order problem. This would show when the
15645 ALSA loopfuction was called before any other function. ALSA
15646 wouldn't do anything because we're not negotiated yet, leading
15647 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
15649 2004-11-11 Tim-Philipp M??ller <t.i.m@zen.co.uk>
15651 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15653 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
15654 No warnings (#157986).
15656 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15658 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15659 Prefer apev1/2 and id3v1 (at end of file) over musepack.
15661 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15663 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
15664 Signal no-more-pads (so it works in playbin).
15666 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15668 * ext/musepack/gstmusepackreader.cpp:
15669 Workaround for older core.
15671 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15673 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
15674 Actually test for odd width/height rather than testing whether
15675 a temporary variable that was 0 before we subtracted 1 is now
15676 not equal to zero (which it always is).
15678 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15680 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
15681 Fix compilation if HAVE_XVIDEO is not defined
15683 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15685 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
15686 Fix compilation if HAVE_XVIDEO is not defined
15688 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
15690 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15691 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
15692 (gst_goom_change_state), (plugin_init):
15693 Use the bytestream adapter so goom doesn't depend on the input
15695 Add a debug category
15697 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15699 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15700 Only set hardware parameters *after* negotiation. Before
15701 negotiation, it will set ANY and that seems to cause crashes
15702 (see e.g. #151288, #153227).
15704 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15706 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15707 This seems to be antique leftover. It needs to pass error
15709 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
15710 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
15711 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
15712 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
15713 Fix GstXOverlay implementation (#151059).
15715 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15717 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15718 Don't assert (#157853).
15720 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15722 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15723 Fix bytes/samples confustion.
15724 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
15725 Fix for underrun (#144389).
15727 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15729 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15730 Disable halfway-seek for pending release (since it needs a new
15733 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
15735 * sys/v4l/gstv4lsrc.c:
15736 * sys/v4l/gstv4lsrc.h:
15737 * sys/v4l/v4lsrc_calls.c:
15738 add autoprobe-fps property so we can separate autoprobing parts
15740 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
15742 * sys/v4l/gstv4lsrc.c:
15743 * sys/v4l/v4lsrc_calls.c:
15744 initialise fourcc to catch unset fourcc's, and debug
15746 2004-11-09 Wim Taymans <wim@fluendo.com>
15748 * gst/playback/README:
15749 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
15750 * gst/playback/gstplaybin.c: (gst_play_bin_init),
15751 (gst_play_bin_dispose), (gst_play_bin_set_property),
15752 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
15753 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
15754 (gst_play_bin_get_formats), (gst_play_bin_convert),
15755 (gst_play_bin_get_query_types), (gst_play_bin_query):
15756 Cleanups and some more documentation.
15758 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
15760 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
15761 (gst_cacasink_init), (gst_cacasink_chain):
15762 * ext/libcaca/gstcacasink.h:
15763 Cacasink inherits from VideoSink, so let that store the clock.
15765 2004-11-09 Wim Taymans <wim@fluendo.com>
15767 * gst/playback/README:
15768 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
15769 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
15770 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
15771 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
15772 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
15774 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
15775 (gst_stream_info_is_mute), (gst_stream_info_set_property):
15776 * gst/playback/gststreaminfo.h:
15778 Only switch groups if all streams have muted (EOSed).
15779 Send Tags in sync with the stream playback instead of in
15780 the playback/preroll phase.
15781 Some cleanups, free the fakesrc elements.
15783 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
15785 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
15786 buffer-frames property was missing
15787 * ext/arts/gst_arts.c:
15788 rate missing from sinkcaps
15789 * ext/audiofile/gstafparse.c:
15790 * ext/audiofile/gstafsink.c:
15791 * ext/audiofile/gstafsrc.c:
15792 * ext/swfdec/gstswfdec.c:
15793 int audio doesn't know buffer-frames
15794 * ext/cdparanoia/gstcdparanoia.c:
15795 int audio doesn't know chunksize either
15796 * ext/nas/nassink.c:
15797 it's endianness, not endianess
15798 * gst-libs/gst/audio/audio.h:
15799 make float standard pad template caps really describe float
15800 * gst/law/mulaw.c: (linear_factory):
15801 signed only, please
15802 * gst/mpegstream/gstdvddemux.c:
15803 widths of 20 are not valid
15805 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
15807 Submitted by: Luca Ferretti <elle.uca@infinito.it>
15813 2004-11-08 Wim Taymans <wim@fluendo.com>
15815 * gst/playback/README:
15816 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
15817 * gst/playback/gstplaybasebin.c: (probe_triggered),
15818 (gst_play_base_bin_change_state):
15819 Updated README, added more comments for fixmes etc..
15821 2004-11-08 Wim Taymans <wim@fluendo.com>
15823 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
15824 We can remove this hack now.
15826 2004-11-08 Wim Taymans <wim@fluendo.com>
15828 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
15829 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
15830 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
15831 Only mix AYUV for maximum quality.
15833 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15835 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
15836 (gst_ogg_demux_push), (gst_ogg_pad_push):
15837 Let's act as if we're synchronized now! :).
15838 * ext/theora/theoradec.c: (theora_dec_chain):
15841 2004-11-08 Wim Taymans <wim@fluendo.com>
15843 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
15844 (gst_alpha_set_property), (gst_alpha_sink_link),
15845 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
15846 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
15847 (gst_alpha_init_params), (gst_alpha_chain):
15848 Implement alpha functions for AYUV too, this increases
15849 accuracy quite a bit.
15851 2004-11-08 Wim Taymans <wim@fluendo.com>
15853 * gst/ffmpegcolorspace/avcodec.h:
15854 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15855 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15856 (gst_ffmpegcsp_avpicture_fill):
15857 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15858 (gst_ffmpegcsp_caps_remove_format_info):
15859 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
15860 (shrink12), (img_get_alpha_info), (deinterlace_line),
15861 (deinterlace_line_inplace):
15862 * gst/ffmpegcolorspace/imgconvert_template.h:
15863 Added AYUV colorspace and handle RGBA a bit more respectful.
15865 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15867 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15868 Actually always send a discont (cornercase when resending the
15869 same serial-tagged chain twice).
15871 2004-11-08 Julien MOUTTE <julien@moutte.net>
15873 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
15874 (gst_ximagesink_finalize):
15875 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15876 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
15878 2004-11-08 Wim Taymans <wim@fluendo.com>
15880 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
15881 Don't segfault on NULL data.
15883 2004-11-08 Wim Taymans <wim@fluendo.com>
15885 * gst/playback/gstdecodebin.c: (unlinked):
15886 * gst/playback/gstplay-marshal.list:
15887 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15888 (gst_play_base_bin_init), (group_create), (get_active_group),
15889 (get_building_group), (group_destroy), (group_commit),
15890 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
15891 (add_element_stream), (no_more_pads), (probe_triggered),
15892 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
15893 (state_change), (setup_source), (gst_play_base_bin_get_property),
15894 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15895 (gst_play_base_bin_link_stream),
15896 (gst_play_base_bin_get_streaminfo):
15897 * gst/playback/gstplaybasebin.h:
15898 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15899 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
15900 Add support for chained ogg files. Prepare for playlist
15901 support. This patch introduces the concept of pad groups, which
15902 together compose one playable media file.
15904 2004-11-07 David Schleef <ds@schleef.org>
15906 * testsuite/gst-lint: Check for pad templates that aren't statically
15909 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15913 * ext/musepack/Makefile.am:
15914 * ext/musepack/gstmusepackdec.cpp:
15915 * ext/musepack/gstmusepackdec.h:
15916 * ext/musepack/gstmusepackreader.cpp:
15917 * ext/musepack/gstmusepackreader.h:
15918 Add musepack decoder.
15919 * ext/faad/gstfaad.c: (gst_faad_base_init):
15920 Make pad templates static.
15921 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15923 Add musepack typefinder, make mp3 typefinding work halfway stream,
15924 which doesn't actually work yet because id3demux doesn't implement
15927 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15929 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15930 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
15931 Fix interrupt event handling (#144436).
15933 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15935 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
15938 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
15940 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15942 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
15943 Fix weird caps (#157548).
15945 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
15947 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15949 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
15950 Add missing NULL terminator (#157543).
15952 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
15954 * gst/tcp/gsttcp.h:
15955 * gst/tcp/gsttcpclientsink.c:
15956 * gst/tcp/gsttcpclientsrc.c:
15957 * gst/tcp/gsttcpserversink.c:
15958 * gst/tcp/gsttcpserversrc.c:
15959 ports can go up to 65535. Move common defines to gsttcp.h
15961 2004-11-05 Wim Taymans <wim@fluendo.com>
15963 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
15964 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
15965 Added two more colorspaces.
15967 2004-11-05 Wim Taymans <wim@fluendo.com>
15969 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15970 (gst_ffmpegcsp_avpicture_fill):
15971 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
15972 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
15973 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
15976 2004-11-05 Wim Taymans <wim@fluendo.com>
15978 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
15979 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
15980 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
15981 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
15982 (gst_videomixer_loop):
15985 2004-11-05 Benjamin Otte <otte@gnome.org>
15987 * ext/mad/gstmad.c: (gst_mad_chain):
15988 don't overflow data buffer. Flush not needed sync data when syncing
15991 2004-11-04 Wim Taymans <wim@fluendo.com>
15993 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
15994 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
15995 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
15996 (gst_alpha_init_params), (gst_alpha_chain),
15997 (gst_alpha_change_state):
15998 Updated the chroma keying algorithm with something more
16001 2004-11-03 Wim Taymans <wim@fluendo.com>
16003 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
16004 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16005 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
16006 Fix stride issues. Does not completely work for odd
16009 2004-11-03 Wim Taymans <wim@fluendo.com>
16011 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16012 (gst_alpha_chroma_key), (gst_alpha_chain):
16013 Fix stride issues. Does not completely work for odd
16016 2004-11-03 Christophe Fergeau <teuf@gnome.org>
16018 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
16019 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
16022 2004-11-03 Wim Taymans <wim@fluendo.com>
16024 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16025 (gst_ffmpegcsp_avpicture_fill):
16026 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
16028 * gst/ffmpegcolorspace/imgconvert_template.h:
16029 Use correct _fill function to get correct strides.
16031 2004-11-02 David Schleef <ds@schleef.org>
16033 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16034 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
16035 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
16036 Change all g_print()s to debugging. Add a bunch of consistency
16039 2004-11-02 Wim Taymans <wim@fluendo.com>
16041 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16042 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16043 (unlinked), (no_more_pads), (close_link):
16044 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16045 (unknown_type), (add_element_stream), (new_decoded_pad),
16046 (removed_decoded_pad), (setup_source):
16047 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
16048 (gst_stream_info_class_init), (gst_stream_info_init),
16049 (gst_stream_info_new), (gst_stream_info_dispose),
16050 (stream_info_mute_pad), (gst_stream_info_set_property),
16051 (gst_stream_info_get_property):
16052 * gst/playback/gststreaminfo.h:
16053 Fix playback of multiple files.
16054 a slightly different approach to handling dynamic pad removals.
16055 This one only looks at pads that we have linked.
16057 2004-11-01 Christophe Fergeau <teuf@gnome.org>
16059 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
16060 free" warning from libc.
16062 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16064 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16065 (get_unconnected_element), (remove_starting_from), (pad_removed),
16067 Implement support for dynamic pad changing. We listen to "live"
16068 pad removals (i.e. while playing) and re-setup autoplugging
16069 after that. Playbasebin/playbin need some more work for this
16070 to finally work, but decodebin supports (and replugs) chained
16073 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
16075 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
16076 (gst_alsa_finalize):
16077 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
16078 (gst_cdaudio_finalize):
16079 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
16080 (cdparanoia_finalize):
16081 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
16082 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
16083 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
16084 (dvdreadsrc_finalize):
16085 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16086 (gst_flacdec_finalize):
16087 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
16088 (gst_flacenc_finalize):
16089 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
16090 (gst_gnomevfssink_finalize):
16091 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
16092 (gst_gnomevfssrc_finalize):
16093 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
16094 (gst_fameenc_finalize):
16095 * ext/nas/nassink.c: (gst_nassink_class_init),
16096 (gst_nassink_finalize):
16097 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
16098 (gst_sdlvideosink_class_init):
16099 * ext/sndfile/gstsf.c: (gst_sf_dispose):
16100 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
16101 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
16102 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
16103 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16104 (gst_x_window_listener_dispose):
16105 * gst/audioscale/gstaudioscale.c:
16106 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
16107 (play_on_demand_finalize):
16108 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
16109 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
16110 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
16111 (cdplayer_finalize):
16112 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
16113 (gst_glimagesink_class_init):
16114 * sys/oss/gstosselement.c: (gst_osselement_class_init),
16115 (gst_osselement_finalize):
16116 * sys/oss/gstosssink.c: (gst_osssink_dispose):
16117 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
16118 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
16119 Fixes a bunch of problems with finalize and dispose functions,
16120 either assumptions that dispose is only called once, or not calling
16121 the parent class dispose/finalize function
16123 2004-11-01 Stefan Kost <ensonic@users.sf.net>
16125 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
16126 added two api precondition guards
16127 use g_strdup with getenv to fix crash when using ENVVAR
16129 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
16130 * ext/esd/esdsink.c: (gst_esdsink_class_init),
16131 (gst_esdsink_finalize):
16132 Use a finalize function, not dispose, and more importantly,
16133 call the parent class finalize function too
16135 2004-11-01 Johan Dahlin <johan@gnome.org>
16137 * ext/ogg/gstoggdemux.c:
16138 * gst/tags/gstvorbistag.c:
16141 2004-10-31 Benjamin Otte <otte@gnome.org>
16143 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16144 lotsa memleaks today. But they're all small...
16146 2004-10-31 Benjamin Otte <otte@gnome.org>
16148 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16149 another memleak crushed
16151 2004-10-31 Benjamin Otte <otte@gnome.org>
16153 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
16156 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16158 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16159 Hack to prevent crash when going to READY inside signal handler
16160 while this function is active.
16162 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16164 * gst/ffmpegcolorspace/Makefile.am:
16165 * gst/ffmpegcolorspace/avcodec.h:
16166 * gst/ffmpegcolorspace/common.h:
16167 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16168 * gst/ffmpegcolorspace/dsputil.h:
16169 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16170 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16171 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
16172 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
16173 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
16174 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
16175 (gst_ffmpegcsp_avpicture_fill):
16176 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16177 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16178 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16179 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
16180 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
16181 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
16182 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
16183 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
16184 * gst/ffmpegcolorspace/imgconvert.c:
16185 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16186 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16187 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16188 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16189 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16190 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
16191 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
16192 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
16193 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
16194 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
16195 (grow21), (grow22), (grow41), (grow44), (conv411),
16196 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
16197 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
16198 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
16199 (avpicture_free), (is_yuv_planar), (img_convert),
16200 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
16201 (deinterlace_line_inplace), (deinterlace_bottom_field),
16202 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16203 * gst/ffmpegcolorspace/imgconvert_template.h:
16204 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16205 * gst/ffmpegcolorspace/mmx.h:
16206 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
16207 (av_fast_realloc), (av_mallocz_static), (av_free_static),
16208 (av_freep), (avcodec_get_context_defaults),
16209 (avcodec_alloc_context), (avcodec_init):
16210 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
16211 handling plus update from ffmpeg CVS. Large clean-up.
16213 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16215 * gst/playback/Makefile.am:
16216 We need the marshallers for decodebin, too.
16218 2004-10-30 David Schleef <ds@schleef.org>
16220 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
16221 quicktime typefinding work with 64-bit offsets.
16223 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
16225 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
16226 Set EOS on the element when processing an EOS event.
16227 * ext/speex/gstspeexdec.h:
16228 * ext/speex/gstspeexenc.h:
16229 Only keep a const ptr to the mode
16230 * gst-libs/gst/riff/riff-media.c:
16231 (gst_riff_create_audio_caps_with_data),
16232 (gst_riff_create_audio_template_caps):
16233 Allow WMAV3, with up to 6 channels.
16234 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
16235 Don't call gst_pad_set_event_function on a sink pad.
16236 * gst/mpegstream/gstdvddemux.c:
16237 (gst_dvd_demux_get_subpicture_stream),
16238 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
16239 Copy the explicit caps that were set across to the cur_* pads,
16240 instead of trying to use a possibly non-existent negotiated caps.
16241 Reset the type of subpicture pads to UNKNOWN after calling
16242 init_stream, so that the caps get set.
16244 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
16246 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16248 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
16249 Don't touch buffer if it is of size 0 (fixes #151064).
16251 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16253 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
16254 Synchronized discont handling.
16256 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16258 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16259 (gst_ogg_demux_push):
16260 Make seeking sort-of exact again (fixes #156387).
16262 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16264 * gst/playback/gstplaybasebin.c: (unknown_type),
16265 (add_element_stream), (new_decoded_pad),
16266 (gst_play_base_bin_change_state):
16267 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
16268 (gst_stream_info_init), (gst_stream_info_new),
16269 (gst_stream_info_dispose), (gst_stream_info_get_property):
16270 * gst/playback/gststreaminfo.h:
16271 Make caps explicitely available. Makes testing for unsupported
16272 types possible. Improves error reporting.
16274 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16276 * gst/audioconvert/gstaudioconvert.c:
16277 (gst_audio_convert_buffer_to_default_format):
16278 Really don't touch read-only buffers (#156563).
16280 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
16282 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16284 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16285 Fix memleak (#155223).
16287 2004-10-29 Wim Taymans <wim@fluendo.com>
16289 * gst/tcp/.cvsignore:
16290 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
16291 (gst_multifdsink_class_init), (gst_multifdsink_init),
16292 (gst_multifdsink_add), (gst_multifdsink_remove),
16293 (gst_multifdsink_remove_client_link), (is_sync_frame),
16294 (gst_multifdsink_new_client),
16295 (gst_multifdsink_handle_client_write),
16296 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16297 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16298 (gst_multifdsink_get_property):
16299 * gst/tcp/gstmultifdsink.h:
16300 Added burst on connect sync_method, deprecated sync_clients,
16301 streamlined the sync code some more.
16303 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16305 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
16306 (gst_play_base_bin_change_state):
16307 Improve error reporting.
16309 2004-10-28 Wim Taymans <wim@fluendo.com>
16311 * gst/tcp/Makefile.am:
16312 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
16313 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
16314 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
16315 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16316 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16317 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16319 Added more locks around fdset structures. Fixed/reworked
16320 the poll array resizing code.
16321 Added stress test for fdset.
16323 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16325 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
16328 2004-10-28 Benjamin Otte <otte@gnome.org>
16330 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
16331 fix link function to always query channels and query width for
16335 * gst/equalizer/Makefile.am:
16336 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
16337 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
16338 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
16339 (arg_to_scale), (setup_filter),
16340 (gst_iir_equalizer_compute_frequencies),
16341 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
16342 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
16346 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
16348 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
16352 Added Norwegian Bokmaal translation
16354 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16356 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16357 Don't break on options (fixes #156488).
16359 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
16362 * ext/cdaudio/Makefile.am:
16364 fix build on older automake
16366 2004-10-26 Wim Taymans <wim@fluendo.com>
16368 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
16369 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
16370 Allow a little margin when negotiating the framerate.
16372 2004-10-26 Stefan Kost <ensonic@users.sf.net>
16374 * gst/level/gstlevel.c:
16375 synchonised naming of pads and pad-templates
16377 2004-10-26 Wim Taymans <wim@fluendo.com>
16379 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16380 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
16381 (_find_streams_check), (gst_ogg_demux_push):
16382 Fix EOS again. Needs to be done in a better way. We should not
16383 remove the pad if there is no new chained stream.
16385 2004-10-26 Iain <iaingnome@gmail.com>
16387 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
16388 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
16390 * gst/interleave/interleave.c (interleave_class_init): Hook up release
16392 (interleave_release_pad): Remove the pad.
16393 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
16394 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
16396 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
16398 (gst_xvimagesink_xcontext_clear): Free the xcontext.
16399 (gst_xvimagesink_finalize): Free the par.
16401 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16403 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
16404 (gst_avimux_stop_file):
16405 First calculate the rate, and only then use it. Hdr.rate is a
16406 multiple and not a derivative of hdr.scale. Scale is not the
16407 same as blockalign but is solely related to rate.
16409 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16411 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
16412 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
16415 2004-10-25 James Henstridge <james@jamesh.id.au>
16417 Reviewed by: David Schleef <ds@schleef.org>
16419 * examples/gstplay/player.c: (got_stream_length), (main):
16420 * examples/seeking/cdplayer.c: (update_scale):
16421 * examples/seeking/seek.c: (format_value), (update_scale):
16422 * examples/seeking/spider_seek.c: (format_value), (update_scale),
16424 Build fixes on AMD64.
16426 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16428 reviewed by: Ronald Bultje <rbultje at gnome dot org>
16430 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
16431 Fix for some v4l cards which hang in v4lsrc
16433 2004-10-25 Wim Taymans <wim@fluendo.com>
16435 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
16436 (gst_ogg_demux_push), (gst_ogg_chains_clear):
16437 Make sure to remove the pad when a new chain is
16438 encountered. Set some vars to NULL so we don't try
16439 to reference freed memory.
16441 2004-10-25 Wim Taymans <wim@fluendo.com>
16443 * examples/seeking/Makefile.am:
16444 * examples/seeking/cdplayer.c: (update_scale):
16445 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
16446 * examples/seeking/playbin.c: (make_playerbin_pipeline),
16447 (format_value), (update_scale), (iterate), (start_seek),
16448 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
16449 (print_usage), (main):
16450 Added some more examples, update others.
16452 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16454 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
16455 * ext/speex/gstspeexdec.c: (speex_dec_chain):
16456 * ext/theora/theoradec.c: (theora_dec_chain):
16457 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16458 Add codec-name metadata.
16460 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
16462 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16464 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16465 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16466 * ext/alsa/gstalsamixertrack.h:
16468 ALSA mixer track label internationalization (#154054).
16470 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16472 * ext/theora/theoradec.c: (theora_dec_chain):
16473 Export bitrate as metadata.
16475 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16477 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16478 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16479 * ext/alsa/gstalsamixertrack.h:
16480 Fix names, fix loop.
16482 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16484 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
16485 (speex_dec_convert):
16486 sinkconvert function so oggdemux can get the file length (totem).
16488 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
16490 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16492 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
16493 Don't push incomplete packets.
16494 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
16495 Fix MPEG-4 audio typefinding.
16497 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16499 * sys/v4l/Makefile.am:
16500 * sys/v4l/gstv4l.c: (plugin_init):
16501 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
16502 (gst_v4lelement_init), (gst_v4lelement_dispose),
16503 (gst_v4lelement_change_state):
16504 * sys/v4l/gstv4lelement.h:
16505 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
16506 (gst_v4l_xoverlay_close), (idle_refresh),
16507 (gst_v4l_xoverlay_set_xwindow_id):
16508 * sys/v4l/gstv4lxoverlay.h:
16509 * sys/v4l/v4l-overlay_calls.c:
16510 * sys/v4l/v4l_calls.h:
16511 * sys/v4l2/Makefile.am:
16512 * sys/v4l2/gstv4l2.c: (plugin_init):
16513 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
16514 (gst_v4l2element_init), (gst_v4l2element_dispose),
16515 (gst_v4l2element_change_state):
16516 * sys/v4l2/gstv4l2element.h:
16517 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
16518 (gst_v4l2_xoverlay_close), (idle_refresh),
16519 (gst_v4l2_xoverlay_set_xwindow_id):
16520 * sys/v4l2/gstv4l2xoverlay.h:
16521 * sys/v4l2/v4l2-overlay_calls.c:
16522 * sys/v4l2/v4l2_calls.h:
16523 Remove client-side overlay handling, use the X-server v4l plugin
16524 for that. Nicer overlay, less code. Also make the plugin
16525 compileable without X (but then without overlay, obviously).
16526 Makes xwindowlistener obsolete, should we remove that?
16528 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16530 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
16531 (gst_osssrc_src_query):
16532 * sys/oss/gstosssrc.h:
16533 OK, so people want offset in DEFAULT. This time, actually fix all
16535 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
16538 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16540 * gst/asfdemux/gstasfmux.c:
16541 * gst/avi/gstavimux.c:
16544 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16546 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
16547 Fix properties (channel, norm, frequency).
16549 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16551 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
16553 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
16556 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16558 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
16561 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16563 * sys/v4l2/gstv4l2element.h:
16564 Yet Another Hack (tm) for kernel header borkedness.
16565 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
16566 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
16567 (gst_v4l2src_link), (gst_v4l2src_getcaps),
16568 (gst_v4l2src_change_state):
16569 * sys/v4l2/gstv4l2src.h:
16570 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
16571 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
16572 Fix caps, keep track of state, work.
16574 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16576 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16579 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16581 * sys/oss/gstosssrc.c: (gst_osssrc_get):
16582 Don't mix bytes and samples.
16584 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16586 * ext/ogg/gstoggmux.c:
16587 Basic pad template which accepts OGM tracks, speex, flac, vorbis
16588 and theora. Any is incorrect.
16589 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
16591 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
16592 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
16593 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
16594 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
16595 * sys/v4l/gstv4lmjpegsrc.h:
16596 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16597 (gst_v4lsrc_change_state):
16598 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
16599 (gst_v4lmjpegsrc_capture_stop):
16600 Fix caps. Keep track of internal state. Work.
16602 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16605 Fix the build fixes.
16607 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16609 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16610 (gst_ogg_demux_src_event), (_find_chain_seek),
16611 (gst_ogg_pad_push):
16612 Check for pad availability before using it.
16613 * ext/ogg/gstoggdemux.c: (_find_chain_process):
16614 Fix parsing of chained ogg. Needs more work on the decoder side.
16616 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
16618 * gst/spectrum/Makefile.am:
16619 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
16621 Fix demo and reenable it. Yes, I'm currently playing with audio
16624 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16626 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16627 We love it if files that start at zero work too...
16629 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16631 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
16632 Handle files with missing EOS headers.
16634 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16636 * gst/tcp/gsttcpserversink.c:
16637 (gst_tcpserversink_handle_server_read),
16638 (gst_tcpserversink_init_send):
16639 Zero some variables first (need for accept not to return EINVAL)
16641 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16643 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16644 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
16645 * ext/theora/theoradec.c: (theora_dec_sink_convert),
16646 (theora_dec_chain):
16647 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16648 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
16649 Seeking and querying finetune.
16651 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
16655 * ext/raw1394/Makefile.am:
16658 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16660 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
16662 * gst/playback/Makefile.am:
16663 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16664 * gst/playback/gstplay-marshal.list:
16665 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16668 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16670 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
16673 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16675 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16676 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
16677 (gst_ogg_pad_push):
16678 Yay for non-lineair granulepos in theora.
16680 2004-10-18 Wim Taymans <wim@fluendo.com>
16682 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
16683 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
16684 * ext/dv/gstdvdec.h:
16685 Make sure we renegotiate aspect ratio when the camera switches.
16687 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16689 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16690 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
16692 * ext/theora/theoradec.c: (theora_dec_chain):
16693 Skip headers. Bad idea for chained ogg, but fixes seeking.
16695 2004-10-18 Wim Taymans <wim@fluendo.com>
16698 I swear, this is the last time I touch this.
16700 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16702 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16703 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
16704 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
16706 * ext/theora/theoradec.c: (theora_dec_sink_convert):
16707 Time-to-default conversion.
16708 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16709 Don't error on unknown packets, just skip. We should probably
16710 read them if we want to support chained ogg.
16712 2004-10-18 Wim Taymans <wim@fluendo.com>
16715 Added cdaudio to wrong list.
16717 2004-10-18 Wim Taymans <wim@fluendo.com>
16722 2004-10-18 Wim Taymans <wim@fluendo.com>
16724 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
16725 (gst_dvdec_video_link), (gst_dvdec_push):
16726 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
16727 (gst_smokeenc_resync), (gst_smokeenc_chain):
16728 Fix mimetype on smoke encoder.
16729 Add aspect ratio to dvdec. Not sure if these
16730 values are correct though....
16732 2004-10-18 Wim Taymans <wim@fluendo.com>
16734 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
16735 Fix vorbis property descriptions and ranges.
16737 2004-10-18 Wim Taymans <wim@fluendo.com>
16739 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
16740 Really do nothing when no data is available.
16741 Go to the playing state when the stream is not seekable
16742 instead of failing.
16744 2004-10-18 Wim Taymans <wim@fluendo.com>
16746 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
16747 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
16748 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
16749 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
16750 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
16751 Added uri handler for cd://
16754 2004-10-18 Wim Taymans <wim@fluendo.com>
16756 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16757 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
16758 (try_to_link_1), (no_more_pads), (close_link), (type_found):
16759 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
16760 (remove_prerolls), (unknown_type), (add_element_stream),
16761 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
16762 (gst_play_base_bin_remove_element),
16763 (gst_play_base_bin_link_stream):
16764 * gst/playback/gstplaybin.c: (gen_video_element),
16765 (gen_vis_element), (remove_sinks), (setup_sinks):
16766 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16767 (gst_stream_info_get_type), (gst_stream_info_class_init),
16768 (gst_stream_info_init), (gst_stream_info_new),
16769 (gst_stream_info_dispose), (stream_info_mute_pad),
16770 (gst_stream_info_set_property), (gst_stream_info_get_property):
16771 * gst/playback/gststreaminfo.h:
16772 Add sink padtemplate to decodebin.
16773 Added some more comments.
16774 Make queue size configurable in playbasebin.
16775 Added possibility to use elements as sinks (ex cdaudio).
16777 2004-10-15 Wim Taymans <wim@fluendo.com>
16779 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16780 (gst_speexenc_chain):
16781 Fix speex timestamps so that it gets muxed properly.
16783 2004-10-15 Wim Taymans <wim@fluendo.com>
16785 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
16786 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
16787 (gst_dv1394src_init), (gst_dv1394src_dispose),
16788 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
16789 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
16790 (gst_dv1394src_event), (gst_dv1394src_get_formats),
16791 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
16792 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
16793 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
16794 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
16795 * ext/raw1394/gstdv1394src.h:
16796 Added conversion/query functions.
16797 Update buffer timestamps,
16799 Added uri dv:// so it might play from the firewire in playbin.
16800 Fix a possible leak.
16803 2004-10-15 Wim Taymans <wim@fluendo.com>
16805 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
16806 (gst_dv1394src_init), (gst_dv1394src_set_property),
16807 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
16808 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
16809 * ext/raw1394/gstdv1394src.h:
16810 Added AV/C VTR control support needed for some cameras.
16811 Added automatic port detection.
16812 Added properties for selecting the channel.
16813 The configure.ac script is not yet updated to reflect the
16814 new libavc1394 and librom1394 dependencies.
16816 2004-10-15 Wim Taymans <wim@fluendo.com>
16818 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16819 (qtdemux_parse), (gst_qtdemux_handle_esds):
16820 An esds box is not a container.
16821 Fix parsing of mp4v boxes.
16822 Do not try to renegotiate fps for each frame. Need to
16823 find a better method. This should fix mp4 playback.
16825 2004-10-14 David Schleef <ds@schleef.org>
16827 * configure.ac: update for swfdec-0.3 and liboil-0.2
16828 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
16829 * ext/swfdec/gstswfdec.h: same
16830 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
16831 * gst/videotestsrc/videotestsrc.c: same
16833 2004-10-14 Wim Taymans <wim@fluendo.com>
16835 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16836 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
16837 (is_sync_frame), (gst_multifdsink_new_client),
16838 (gst_multifdsink_handle_client_write),
16839 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16840 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
16841 Turn warnings into info.
16842 Don't allow a state change in the streaming thread.
16844 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
16846 * ext/vorbis/oggvorbisenc.c:
16847 * ext/vorbis/vorbisdec.c:
16848 fix template sample rate
16850 2004-10-13 Wim Taymans <wim@fluendo.com>
16852 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16853 Decoding the header first fixes some problems in resyncing
16856 2004-10-12 Wim Taymans <wim@fluendo.com>
16858 * gst/playback/gstplaybin.c: (gen_video_element),
16859 (gen_vis_element), (remove_sinks), (setup_sinks):
16860 Added vis plugin support, need to configure the vis
16861 element to activate it.
16863 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16865 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
16866 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16868 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16869 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
16870 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
16871 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
16872 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
16873 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
16874 * gst/avi/gstavidemux.h:
16875 Support for openDML-2.0 indx/ix## chunks. Support for broken index
16876 recovery (where, if part of the index is broken, we will still read
16877 the rest of the index and recover the broken part by stream
16878 scanning). More broken media support. EOS workarounds. General AVI
16879 braindamage headache recovery. Aspirin included.
16881 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16883 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
16884 (cdparanoia_event), (cdparanoia_query):
16885 Get rid of hideous lead-in.
16887 2004-10-11 Wim Taymans <wim@fluendo.com>
16889 * gst/playback/gstplaybasebin.c: (setup_source):
16890 Wrong var used to get g_list_next.
16892 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16894 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
16895 (cdparanoia_get), (cdparanoia_open):
16896 Report discid as metadata, add duration.
16898 2004-10-11 Wim Taymans <wim@fluendo.com>
16900 * gst/playback/gstplaybasebin.c: (setup_source):
16901 Cleanup the previous pipeline a little earlier for the
16902 case that a source element provides raw data.
16904 2004-10-11 Benjamin Otte <otte@gnome.org>
16906 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16907 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
16908 consuming the last 128 bytes, even though it was valid mp3 data.
16910 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16912 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
16913 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16914 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16915 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
16917 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16919 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
16920 Fix for webcams that support only specific width or height
16922 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
16924 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16926 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
16927 Fix wrong discont event setup (fixes #154967).
16929 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
16931 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16933 * gst/auparse/gstauparse.c: (gst_auparse_chain):
16934 Error out on invalid data (fixes #154807).
16936 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
16938 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16940 * ext/dvdread/dvdreadsrc.c: (_read):
16941 Make titles > 0 work again (fixes #154834).
16943 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16945 * gst-libs/gst/riff/riff-media.c:
16946 (gst_riff_create_video_template_caps):
16947 WMV3 missing in template caps.
16949 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16951 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
16952 OK, so the original code was too strict. It makes random AVI files
16953 hang for seconds upon opening, which is unacceptable and is far
16954 beyond the original goal of getting multiple chunks for one-chunk
16955 sounc stream files. So now do just that.
16957 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16959 * gst/playback/gstplaybasebin.c: (setup_source),
16960 (gst_play_base_bin_change_state):
16961 Actually clean up streaminfo if output fails. This would trigger
16962 if, for example, there was no CD in the drive. No preroll, so
16963 a streaminfo structure is created, but the subsequent state change
16964 of the thread fails.
16965 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16966 Don't change state if parent failed.
16968 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16970 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16971 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
16972 (gen_video_element), (remove_sinks):
16973 Add small bits of code for screenshot handling.
16975 2004-10-08 Wim Taymans <wim@fluendo.com>
16977 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
16978 (gen_video_element), (gen_audio_element), (setup_sinks):
16979 Don't assume the user provided sinks are named "sink"...
16981 2004-10-08 Wim Taymans <wim@fluendo.com>
16983 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
16984 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
16985 (gst_play_base_bin_link_stream):
16986 Do not try to autoplug sources that generate raw streams like
16988 disconnect the preroll overrun signal when we don't need it anymore.
16990 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
16992 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
16993 Added reworked patch from #154903 from milosz derezynski (deadchip).
16995 2004-10-08 Wim Taymans <wim@fluendo.com>
16997 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
16998 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
16999 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
17000 (cdparanoia_convert), (cdparanoia_uri_get_type),
17001 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
17002 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
17003 * ext/cdparanoia/gstcdparanoia.h:
17004 This adds the cdda://<tracknum> uri.
17006 2004-10-08 Wim Taymans <wim@fluendo.com>
17008 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17009 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
17010 (try_to_link_1), (no_more_pads), (close_link), (type_found):
17011 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17012 (unknown_type), (gst_play_base_bin_remove_element),
17013 (gst_play_base_bin_link_stream):
17014 * gst/playback/gstplaybasebin.h:
17015 * gst/playback/gstplaybin.c: (gst_play_bin_init),
17016 (gst_play_bin_set_property), (gen_video_element),
17017 (gen_audio_element), (setup_sinks):
17018 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17019 (gst_stream_info_get_type), (gst_stream_info_class_init),
17020 (gst_stream_info_init), (gst_stream_info_new),
17021 (gst_stream_info_dispose), (stream_info_mute_pad),
17022 (gst_stream_info_set_property), (gst_stream_info_get_property):
17023 * gst/playback/gststreaminfo.h:
17024 Reuse the audio and video bins.
17025 Some internal cleanups in the stream selection code.
17027 2004-10-08 Julien MOUTTE <julien@moutte.net>
17029 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17030 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
17031 * sys/ximage/ximagesink.h:
17032 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
17033 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
17034 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
17035 not coming from those elements. Moreover these elements should not keep
17036 the xid they have been given when in NULL state.
17038 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17040 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17041 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
17042 * sys/ximage/ximagesink.h:
17043 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
17044 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
17045 * sys/xvimage/xvimagesink.h:
17046 Actually only create a new toplevel window if we're not gonna
17047 embed it right after.
17049 2004-10-07 Wim Taymans <wim@fluendo.com>
17051 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
17052 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
17053 * gst/playback/gstplaybin.c: (setup_sinks):
17054 Implement muting/unmuting of streams, mute streams that are not
17057 2004-10-07 Wim Taymans <wim@fluendo.com>
17059 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
17061 Added lame audio/x-ac3 typefind function.
17063 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17068 === release 0.8.5 ===
17070 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17075 releasing 0.8.5, "Take You On"
17077 2004-10-06 Wim Taymans <wim@fluendo.com>
17079 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17080 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17081 (no_more_pads), (close_link), (type_found):
17082 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17083 * gst/playback/gstplaybin.c: (gen_video_element):
17084 Do not signal the no_more_pads after the first pad when
17085 we are plugging a non dynamic element with multiple
17086 output pads (like swfdec, dvdec, ...).
17088 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
17091 bump for prerelease
17093 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17095 * gst/wavparse/gstwavparse.c:
17096 add ATRAC3 to STATIC CAPS to fix a warning
17098 * gst/matroska/ebml-read.c:
17099 * gst-libs/gst/riff/riff-read.c:
17102 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17104 * gst-libs/gst/riff/riff-media.c:
17105 generate caps for ATRAC3 audio streams
17107 * gst/realmedia/rmdemux.c:
17108 generate caps for ATRAC3 audio streams
17110 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17112 * gst/wavparse/Makefile.am
17113 * gst/wavparse/riff.h
17114 * gst/wavparse/wavparse.vcproj
17115 riff.h removal (unused and duplication with riff-ids.h)
17117 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17119 * gst/wavparse/gstwavparse.h
17120 remove duplicated defines for audio codec codes
17122 * gst-libs/gst/riff/riff-ids.h
17123 * gst/wavenc/riff.h:
17124 add "4CC" code for ATRAC3 audio streams
17125 add "4CC" code for ITU_G721_ADPCM (unused for now)
17127 2004-10-06 Wim Taymans <wim@fluendo.com>
17129 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
17130 Actually _do_ negotiation. Pass gdouble as arg instead
17131 of guint64 for the framerate.
17133 2004-10-06 Wim Taymans <wim@fluendo.com>
17135 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17136 (find_compatibles), (close_pad_link), (try_to_link_1),
17137 (no_more_pads), (close_link), (type_found):
17138 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17139 * gst/playback/gstplaybin.c: (gen_video_element),
17140 (gen_audio_element):
17141 Set state on newly added element to READY so that negotiation
17143 Addes some more debug info.
17144 Do not try to plug pads with multiple caps structures or ANY
17145 because it is too dangerous since we do not do dynamic
17148 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
17150 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
17154 add Oriya translation
17156 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17158 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17159 Prevent overwrite of size member. Makes audio sound crappy.
17161 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17163 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17164 Add rmvb to the list of known RealMedia extensions
17166 2004-10-05 Wim Taymans <wim@fluendo.com>
17168 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
17169 (mngdec_openstream), (mngdec_closestream),
17170 (mngdec_handle_sink_event), (mngdec_readdata),
17171 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
17172 (mngdec_getcanvasline), (mngdec_refresh),
17173 (gst_mngdec_change_state):
17174 Set the framerate correctly.
17176 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17178 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17179 There was something wrong with the index massaging.
17181 2004-10-04 Wim Taymans <wim@fluendo.com>
17183 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
17184 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17185 (gst_smokedec_chain):
17186 * ext/jpeg/gstsmokedec.h:
17187 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
17188 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
17189 * ext/jpeg/gstsmokeenc.h:
17190 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
17191 (smokecodec_decode_new), (smokecodec_info_free),
17192 (smokecodec_set_quality), (smokecodec_get_quality),
17193 (smokecodec_set_threshold), (smokecodec_get_threshold),
17194 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17195 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
17196 (smokecodec_encode), (smokecodec_parse_id),
17197 (smokecodec_parse_header), (smokecodec_decode):
17198 * ext/jpeg/smokecodec.h:
17199 * ext/jpeg/smokeformat.h:
17200 Updated smoke, new bitstream, allows embedding in ogg.
17202 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17204 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17205 Fix seeking in some files. All this code is no longer needed (and
17206 actually breaks stuff) because we now synchronize the full index
17207 right when reading the header.
17209 2004-10-04 Wim Taymans <wim@fluendo.com>
17212 configure update for libmng.
17214 2004-10-04 Wim Taymans <wim@fluendo.com>
17216 * ext/libmng/Makefile.am:
17217 * ext/libmng/gstmng.c: (plugin_init):
17218 * ext/libmng/gstmng.h:
17219 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
17220 (gst_mngdec_base_init), (gst_mngdec_class_init),
17221 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
17222 (gst_mngdec_loop), (gst_mngdec_get_property),
17223 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
17224 (mngdec_closestream), (mngdec_handle_sink_event),
17225 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
17226 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
17227 (gst_mngdec_change_state):
17228 * ext/libmng/gstmngdec.h:
17229 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
17230 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
17231 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
17232 (gst_mngenc_chain), (gst_mngenc_get_property),
17233 (gst_mngenc_set_property):
17234 * ext/libmng/gstmngenc.h:
17235 Added basic MNG decoder. Needs more work. The encoder does
17238 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17240 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
17241 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
17242 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
17243 Don't hang on length=0 chunks. Some negotiation fixes. Signal
17246 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
17249 you need at least 1.0.4 of speex
17251 2004-10-04 Iain <iaingnome@gmail.com>
17253 * ext/speex/gstspeexdec.h: Revert the includes changes.
17255 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
17257 2004-09-30 Iain <iaingnome@gmail.com>
17259 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
17260 found during init or set as a property instead of hardcoding /dev/audio
17262 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17264 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
17265 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
17266 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
17267 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
17268 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
17269 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
17270 (gst_rmdemux_dump_data):
17271 Use debug category, fix EOS handling. filesrc ! rmdemux now
17274 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17276 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17277 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
17278 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
17279 Improve allocation, cutting and sorting of the index. How takes a
17280 few seconds instead of minutes.
17282 2004-10-03 Christophe Fergeau <teuf@gnome.org>
17284 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
17287 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17289 * gst-libs/gst/riff/riff-media.c:
17290 (gst_riff_create_video_caps_with_data),
17291 (gst_riff_create_video_template_caps):
17292 Add wing commander format mimetype/fourccs.
17293 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17294 Don't crash if some value is 0.
17296 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17298 * gst-libs/gst/riff/riff-media.c:
17299 (gst_riff_create_video_caps_with_data),
17300 (gst_riff_create_video_template_caps):
17301 Add DIB fourcc (raw, palettized 8-bit RGB).
17302 * gst-libs/gst/riff/riff-read.c:
17303 (gst_riff_read_strf_vids_with_data):
17304 Oops, fix strf_data reading bug.
17305 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17306 Use a non-NULL tag.
17307 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17308 Time for hacks. Sorry Dave. At least one quicktime movie (a
17309 trailer) that I've encountered contains multiple video tracks.
17310 One of those is the actual video track, the other are one-frame
17311 tracks (images). Unfortunately, the number of frames according
17312 to the trak header is 1 for each, so that doesn't help. So
17313 instead, I look at the duration and discard tracks with a
17314 duration shorter than 20% of the length of the stream. Better
17317 2004-10-01 Christian Schaller <christian@fluendo.com>
17319 * ext/ivorbis/vorbis.c:
17320 Patch from Phil Blundell (Bug 152341)
17322 2004-10-01 Wim Taymans <wim@fluendo.com>
17324 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17325 (speex_dec_get_formats), (speex_dec_convert),
17326 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
17327 (speex_dec_chain), (gst_speexdec_get_property),
17328 (gst_speexdec_set_property):
17331 2004-10-01 Wim Taymans <wim@fluendo.com>
17333 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17334 (gst_wavparse_stream_init), (gst_wavparse_fmt),
17335 (gst_wavparse_other), (gst_wavparse_loop),
17336 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17337 (gst_wavparse_srcpad_event):
17338 * gst/wavparse/gstwavparse.h:
17339 Added some more debugging info.
17340 Fix the case where the length of the file is 0.
17341 Make sure we seek to sample borders.
17343 2004-10-01 Wim Taymans <wim@fluendo.com>
17345 * gst/playback/README:
17346 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
17347 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
17348 (try_to_link_1), (no_more_pads), (close_link), (type_found):
17349 Add some debug info to decodebin, update README
17351 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17353 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
17354 Don't use g_print(); use GST_DEBUG().
17356 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17358 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17359 (gst_ogg_mux_queue_pads):
17360 Handle EOS properly.
17362 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
17364 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17366 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
17367 (gst_faad_chain), (gst_faad_change_state):
17368 * ext/faad/gstfaad.h:
17369 Allow playback of raw (unframed) MPEG AAC files (#148993).
17371 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
17373 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17375 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
17376 Throw error if we didn't recognize the stream. Fixes #152289.
17378 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17380 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
17383 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
17385 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17387 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
17390 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
17392 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17394 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
17396 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
17399 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17401 * gst-libs/gst/riff/riff-media.c:
17402 (gst_riff_create_video_caps_with_data),
17403 (gst_riff_create_audio_caps_with_data):
17404 Add codec_data handling (like asfdemux used to do).
17405 * gst/asfdemux/gstasf.c: (plugin_init):
17406 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17407 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
17408 Use riff-media for caps creation instead of our own (mostly
17409 broken) copy of its functions.
17411 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17413 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
17414 Don't actually error out if we get another return value than
17415 -EINVAL. Opposite to what I first thought, drivers have random
17416 return values for this, although -EINVAL is the expected return
17417 value. Since this is not fatal, we shouldn't use
17418 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
17420 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17422 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17423 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
17424 (dvdreadsrc_get_property), (_open), (_seek), (_read),
17425 (dvdreadsrc_get), (dvdreadsrc_open_file),
17426 (dvdreadsrc_change_state):
17427 Fix. Don't do one big huge loop around the whole DVD, that will
17428 cache all data and thus eat sizeof(dvd) (several GB) before we
17430 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17431 Actually NULL'ify event after using it.
17432 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
17433 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
17434 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
17435 (gst_ebml_read_seek), (gst_ebml_read_skip):
17437 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
17438 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
17439 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
17440 Fix timing (this will probably break if I seek using menus, but
17441 I didn't get there yet). VOBs and normal DVDs should now work.
17442 Add a mpeg2-only pad with high rank so this get autoplugged for
17444 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
17445 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
17446 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
17447 (gst_mpeg_demux_get_audio_stream),
17448 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
17449 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
17450 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
17451 MPEG-1 but use dvddemux for MPEG-2.
17452 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
17453 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
17454 (gst_mpeg_parse_parse_packhead):
17455 Timing. Only add pad template if it exists. Add sink template from
17456 class and not from ourselves. This means we will always use the
17457 correct sink template even if it is not the one defined in this
17460 2004-09-29 Wim Taymans <wim@fluendo.com>
17462 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
17463 (gst_mpeg_demux_parse_pes):
17464 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17465 Fix playback of mpeg again, timestamps where screwed up by
17468 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17470 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
17471 Only return true if we actually filled something in. Prevents
17472 player applications from showing a random length for flac files.
17473 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
17474 (gst_riff_read_use_event), (gst_riff_read_handle_event),
17475 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
17476 (gst_riff_read_strf_vids_with_data),
17477 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
17478 OK, ok, so I implemented event handling. Apparently it's normal
17479 that we receive random events at random points without asking
17481 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17482 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
17483 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
17484 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
17485 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
17486 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
17487 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
17488 * gst/avi/gstavidemux.h:
17489 Implement non-lineair chunk handling and subchunk processing.
17490 The first solves playback of AVI files where the audio and video
17491 data of individual buffers that we read are not synchronized.
17492 This should not happen according to the wonderful AVI specs, but
17493 of course it does happen in reality. It is also a prerequisite for
17494 the second. Subchunk processing allows us to cut chunks in small
17495 pieces and process each of these pieces separately. This is
17496 required because I've seen several AVI files with incredibly large
17497 audio chunks, even some files with only one audio chunk for the
17498 whole file. This allows for proper playback including seeking.
17499 This patch is supposed to fix all AVI A/V sync issues.
17500 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
17501 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
17503 * gst/modplug/gstmodplug.cc:
17504 Proper return value setting for the query() function.
17505 * gst/playback/gstplaybasebin.c: (setup_source):
17506 Being in non-playing state (after, e.g., EOS) is not necessarily
17507 a bad thing. Allow for that. This fixes playback of short files.
17508 They don't actually playback fully now, because the clock already
17509 runs. This means that small files (<500kB) with a small length
17510 (<2sec) will still not or barely play. Other files, such as mod
17511 or flx, will work correctly, however.
17513 2004-09-28 Wim Taymans <wim@fluendo.com>
17515 * ext/speex/gstspeex.c: (plugin_init):
17516 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
17517 (gst_speex_dec_class_init), (speex_dec_get_formats),
17518 (speex_get_event_masks), (speex_get_query_types),
17519 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
17520 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
17521 (gst_speexdec_get_property), (gst_speexdec_set_property),
17522 (speex_dec_change_state):
17523 * ext/speex/gstspeexdec.h:
17524 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
17525 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
17526 (gst_speexenc_base_init), (gst_speexenc_class_init),
17527 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
17528 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
17529 (gst_speexenc_src_query), (gst_speexenc_init),
17530 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
17531 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
17532 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
17533 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
17534 (gst_speexenc_chain), (gst_speexenc_get_property),
17535 (gst_speexenc_set_property), (gst_speexenc_change_state):
17536 * ext/speex/gstspeexenc.h:
17537 Rewrote speex encoder, make sure it can be embedded in ogg.
17538 Implemented speex decoder.
17540 2004-09-28 Christian Schaller <christian@fluendo.com>
17543 Remove kioslave plugin. Markey is brewing a new working one
17544 * ext/Makefile.am: Remove kioslave plugin
17546 * gst-plugins.spec.in: remove kio plugin from spec
17548 2004-09-27 Wim Taymans <wim@fluendo.com>
17550 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
17551 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
17552 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
17553 (gst_multifdsink_new_client),
17554 (gst_multifdsink_handle_client_write),
17555 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17556 (gst_multifdsink_handle_clients):
17557 * gst/tcp/gstmultifdsink.h:
17558 Make syncing to keyframes actually work for new clients and lagging
17561 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
17563 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
17564 (gst_navigationtest_handle_src_event), (draw_box_planar411),
17565 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
17566 * gst/debug/gstnavigationtest.h:
17567 make navigationtest display button-press and button-release events
17569 2004-09-26 Iain <iaingnome@gmail.com>
17571 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
17572 the channels have received a new media event.
17573 (interleave_buffered_loop): Compresses a new media event on all
17576 2004-09-26 Iain <iaingnome@gmail.com>
17578 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
17579 call the sinkpad's default event handler and not the srcpads. He also
17580 says this is confusing :)
17581 (gst_wavenc_stop_file): Company says that seek events only go upstream
17582 we should send a discontinuous downstream instead.
17584 2004-09-25 Christian Schaller <christian@fluendo.com>
17586 * Update SPEC file to be usable in conjunction with Fedora Core,
17587 Fedora.us and freshrpms packages
17588 * Fix typo in multifilesrc test Makefile
17590 2004-09-24 Wim Taymans <wim@fluendo.com>
17592 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17593 Only signal the no_more_pads signal when we have
17594 added the stream to our list.
17596 2004-09-24 Wim Taymans <wim@fluendo.com>
17598 * gst/playback/gstplaybasebin.c: (remove_prerolls),
17600 * gst/playback/gstplaybasebin.h:
17601 * gst/playback/gstplaybin.c: (setup_sinks):
17602 Don't try to preroll or decode more than one audio/video
17605 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17607 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17608 Throw error if we failed to find a suitable output. This should
17609 throw an error if we successfully set up a pipeline (e.g. because
17610 we recognized a media file) but found no decodable streams in it
17611 (e.g. because it contains only media stream types for which we
17612 have no decoders, or because it's not a media type).
17614 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17616 * ext/dirac/Makefile.am:
17617 * ext/dirac/gstdirac.cc:
17618 * ext/dirac/gstdiracdec.cc:
17619 * ext/dirac/gstdiracdec.h:
17620 Do something. Don't actually know if this works because I don't
17621 have a demuxer yet.
17622 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
17623 Add channels=1 to caps returned from _getcaps().
17624 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
17625 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
17626 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
17627 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17628 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
17629 (gst_ogm_parse_change_state):
17630 Separate between audio/video so ogmaudioparse actually uses the
17631 audio pad templates. Both audio and video work now, including
17632 autoplugging. Also use sometimes-srcpad hack.
17633 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17634 Handle events better. Don't hang on infinite loops.
17635 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
17636 (gst_avi_demux_init), (gst_avi_demux_reset),
17637 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
17638 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
17639 (gst_avi_demux_change_state):
17640 * gst/avi/gstavidemux.h:
17641 Improve A/V sync. Still not perfect.
17642 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
17643 (gst_ebml_read_skip):
17644 Handle events better.
17645 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17646 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
17647 (qtdemux_audio_caps):
17648 Add IMA4. Improve event handling. Save offset after a seek when
17649 the headers are at the end of the file so that we don't end up in
17651 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17652 Add low-priority typefind support for files with no length.
17654 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17656 * testsuite/multifilesink/Makefile.am:
17659 2004-09-22 Julien MOUTTE <julien@moutte.net>
17661 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17662 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
17663 mistakes from thaytan's patches.
17665 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
17667 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17668 For completeness, XSync in the destroy function as xvimage does.
17670 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
17672 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
17673 Correct caps negotiation
17674 * gst/volume/gstvolume.c: (volume_chain_float),
17675 (volume_chain_int16):
17676 Modify debug output to be little more informative
17677 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17678 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17679 (gst_xvimagesink_xvimage_destroy):
17680 Add XSync calls after detaching from the shared memory segment to
17683 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17685 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17686 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
17687 * ext/vorbis/vorbis.c: (plugin_init):
17688 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17689 (gst_vorbisenc_chain):
17690 * ext/vorbis/vorbisenc.h:
17691 remove explicit newmedia support from oggmux and vorbisenc
17692 add debug category to vorbisenc
17693 * gst/multifilesink/gstmultifilesink.c:
17694 (gst_multifilesink_class_init), (gst_multifilesink_init),
17695 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
17696 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
17697 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
17699 * gst/multifilesink/gstmultifilesink.h:
17700 add support for streamheader in multifilesink
17702 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17704 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
17705 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
17706 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
17707 Prevent infinite loops. More correct error reporting.
17708 * gst/auparse/gstauparse.c: (gst_auparse_chain):
17709 Error out if negotiation fails.
17710 * gst/playback/gstplaybasebin.c: (setup_source),
17711 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
17712 (gst_play_base_bin_found_tag):
17713 Error/tag forwarding. Pre-roll fixes for source errors on state
17714 changes (e.g. "file does not exist") to prevent hangs.
17716 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17718 * testsuite/multifilesink/Makefile.am:
17719 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
17720 (gst_newmedia_class_init), (gst_newmedia_init),
17721 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17722 (newfile_signal), (test_signal), (main):
17723 * testsuite/multifilesink/multifilesrc_test.c: (main):
17724 * testsuite/multifilesink/oggtheora_test.c:
17725 (gst_newmedia_base_init), (gst_newmedia_class_init),
17726 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
17727 (test_format), (newfile_signal), (test_signal), (main):
17728 * testsuite/multifilesink/oggvorbis_test.c:
17729 (gst_newmedia_base_init), (gst_newmedia_class_init),
17730 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
17731 (test_format), (newfile_signal), (test_signal), (main):
17732 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
17733 (gst_newmedia_class_init), (gst_newmedia_init),
17734 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17735 (newfile_signal), (test_signal), (main):
17738 2004-09-20 Christian Schaller <christian@fluendo.com>
17740 * Fix mikmod license to LGPL as they have relicensed
17741 * Move Dirac and Effectv into LGPL section of README_license
17743 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17745 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
17746 (gst_mad_change_state):
17747 Allow for mp3 rate/channels changes. However, only very
17748 conservatively. Reason that we *have* to enable this is smiply
17749 because the mad find_sync() function is not good enough, it will
17750 regularly sync on random data as valid frames and therefore make
17751 us provide random caps as *final* caps of the stream. The best fix
17752 I could think of is to simply require several of the same stream
17753 changes in a row before we change caps.
17754 The actual testcase that works now is #
17755 * ext/ogg/Makefile.am:
17756 * ext/ogg/gstogg.c: (plugin_init):
17757 * ext/ogg/gstogmparse.c:
17758 OGM support (video only for now; I need an audio sample file).
17759 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17760 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
17761 (gst_asf_demux_add_video_stream):
17763 * gst/playback/gstplaybasebin.c: (unknown_type):
17764 Don't error out on single unknown-types after all. It's wrong.
17765 If we found type of video and audio but not of a subtitle stream,
17766 it will still error out (which is unwanted). Will find a better fix
17768 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
17769 (ogmaudio_type_find), (plugin_init):
17772 2004-09-20 Johan Dahlin <johan@gnome.org>
17774 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
17775 after setting caps.
17777 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17779 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
17780 * gst/wavenc/gstwavenc.h:
17781 Added newmedia support to wavenc
17783 2004-09-17 Wim Taymans <wim@fluendo.com>
17785 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
17786 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
17787 (gst_fdset_fd_can_write), (gst_fdset_wait):
17788 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
17789 (gst_multifdsink_init), (gst_multifdsink_add),
17790 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
17791 (gst_multifdsink_remove_client_link),
17792 (gst_multifdsink_client_queue_buffer),
17793 (gst_multifdsink_handle_client_write),
17794 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
17795 (gst_multifdsink_close), (gst_multifdsink_change_state):
17796 * gst/tcp/gstmultifdsink.h:
17797 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17798 (gst_tcpserversink_removed):
17799 Small cleanups in fdset.c
17800 Use a hastable to map fd to the client structure for faster
17801 lookup in _remove and get_stats.
17802 Added virtual function to close the fds.
17803 Handle clients even when the select/poll call was unblocked because
17805 Implement syncing to keyframe in the recovery procedure.
17807 2004-09-16 Iain <iaingnome@gmail.com>
17809 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
17812 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17814 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
17815 Caps are only set if the type of the stream is unknown, but this
17816 is initialized in ->init_stream(), so set to UNKNOWN after calling
17817 ->init_stream() so that capsnego starts.
17819 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17821 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17822 (gst_avi_demux_stream_data):
17823 Just hardcode for raw audio then. AVI audio sucks.
17825 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
17827 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
17828 * gst/matroska/matroska-mux.c: (audiosink_templ),
17829 (gst_matroska_mux_audio_pad_link):
17830 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
17831 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
17833 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17835 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17836 (gst_avi_demux_stream_data):
17837 Try to fix a/v sync issues.
17839 2004-09-15 David Schleef <ds@schleef.org>
17841 * configure.ac: remove NASM check, since we don't use it. Update
17843 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
17844 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17845 Initialized variables.
17846 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17847 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
17848 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
17851 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17853 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17854 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
17855 * gst/avi/gstavidemux.h:
17856 Fix for compressed audio (mp3) timestamp generation. How did this
17859 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17861 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
17862 Volume is a double not a float.
17864 2004-09-15 Wim Taymans <wim@fluendo.com>
17866 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
17867 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
17868 Don't close the fd in multifdsink as we didn't open it in the
17869 first place. Some cleanups.
17871 2004-09-15 Wim Taymans <wim@fluendo.com>
17873 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17874 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17875 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17876 Fix the case where the muxer would mark pages as delta
17877 frames when they are not (vorbis only ogg).
17879 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17881 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
17882 (gst_play_base_bin_change_state):
17883 Handle the case where we failed to setup a clear pipeline. This
17884 will throw an error (or EOS, another nice case) and if you don't
17885 catch that, the app will wait for the signal forever (and thus
17888 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17890 * ext/gnomevfs/gstgnomevfssink.c:
17891 (gst_gnomevfssink_uri_get_protocols):
17892 * ext/gnomevfs/gstgnomevfssrc.c:
17893 (gst_gnomevfssrc_uri_get_protocols):
17894 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
17895 * ext/gnomevfs/gstgnomevfsuri.h:
17896 Use _uri_new() instead of _open(), so it doesn't take as long and
17897 Christophe's computer won't hang.
17898 * gst/playback/gstplaybasebin.c: (unknown_type):
17899 Throw error on unknown media type, so apps actually display it.
17901 2004-09-14 Brian Cameron <brian.cameron@sun.com
17903 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
17904 this script to work on Solaris since bash shell handles echo
17905 differenly than bash.
17907 2004-09-17 Wim Taymans <wim@fluendo.com>
17909 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
17910 (setup_source), (gst_play_base_bin_set_property),
17911 (gst_play_base_bin_add_element):
17912 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
17913 Some more work on making sure seeking pauses the pipeline and
17914 that changing the uri actually does something.
17916 2004-09-17 Wim Taymans <wim@fluendo.com>
17918 * gst/tcp/gstfdset.c: (gst_fdset_wait):
17919 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
17920 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
17921 (gst_tcpserversink_close):
17922 Be a bit more paranoid when freeing memory.
17924 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17926 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17927 (qtdemux_parse_trak):
17928 Don't crash by dividing by zero (see sample movie in #126922).
17930 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17932 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
17933 Don't touch non-existing data (fixes crash on file in #140147).
17935 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17937 * gst/playback/gstplaybasebin.c:
17938 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
17939 Handle double disposals, and proper change of URIs.
17941 2004-09-13 Martin Eikermann <meiker@upb.de>
17943 * gst/mpegstream/gstmpegparse.c:
17944 fix synchronistation for streams recorded from digital PCR
17947 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17949 * ext/gnomevfs/Makefile.am:
17950 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17951 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
17952 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
17953 (gst_gnomevfssink_uri_get_type),
17954 (gst_gnomevfssink_uri_get_protocols),
17955 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
17956 (gst_gnomevfssink_uri_handler_init),
17957 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
17958 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
17959 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
17960 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
17961 (gst_gnomevfssrc_uri_get_type),
17962 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
17963 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
17964 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
17965 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
17966 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
17967 * ext/gnomevfs/gstgnomevfsuri.h:
17968 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
17969 of fake URIs to see which this version of Gnome-VFS likes, and
17970 uses that for the Gst-URI interface. Makes playbin support http://
17971 streams. Also fix up some stupid behaviour in gnomevfssrc.
17973 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17975 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17976 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17977 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17978 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17979 Update mixer (to sync with other sessions) if we try to obtain
17980 a new value. This makes alsamixer work accross applications.
17981 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17982 Only call sync functions if we're running, else alsalib asserts.
17983 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
17984 Sometimes fails to compile. Possibly a gcc bug.
17985 * gst/playback/gstplaybin.c: (gen_video_element),
17986 (gen_audio_element):
17987 Add a reference to an application-provided object, because we lose
17988 this same reference if we add it to the bin. If we don't do this,
17989 we can only use this object once and thus crash if we go from
17990 ready to playing, back to ready and back to playing again.
17991 Also add an audioscale element because several cheap soundcards -
17992 like mine - don't support all samplerates.
17993 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17994 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
17995 Fix wrong order or PAR calls. Makes automatically obtained PAR
17996 from the X server atually being used.
17998 2004-09-12 David Schleef <ds@schleef.org>
18000 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
18001 #151887, #152102, #152247.
18002 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
18003 * examples/seeking/cdparanoia.c: same
18004 * examples/seeking/cdplayer.c: same
18005 * examples/seeking/seek.c: same
18006 * examples/seeking/spider_seek.c: same
18007 * examples/seeking/vorbisfile.c: same
18008 * examples/stats/mp2ogg.c: same
18009 * ext/esd/esdsink.c: (gst_esdsink_class_init),
18010 (gst_esdsink_dispose): Dispose of element properly.
18011 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
18013 * ext/nas/nassink.c: (gst_nassink_class_init),
18014 (gst_nassink_dispose): Dispose of element correctly.
18015 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
18016 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18017 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18018 Fix 64-bit warning.
18019 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18020 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18021 Fix 64-bit warning.
18023 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18025 * configure.ac : change speex detection as 1.1.6 now uses
18026 .pc/pkg-config and they changed their headers location.
18028 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
18030 * gst/matroska/matroska-mux.h:
18031 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
18032 (gst_matroska_mux_start), (gst_matroska_mux_finish),
18033 (gst_matroska_mux_write_data):
18034 Write multiple blocks/frames per cluster.
18035 Write meta-seek information (seek heads).
18037 2004-09-09 Scott Wheeler <wheeler@kde.org>
18039 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
18040 (gst_play_bin_set_property), (gst_play_bin_get_property),
18041 (gen_audio_element), (gen_audio_element):
18042 Add a volume element / property to the pipeline.
18044 2004-09-07 Wim Taymans <wim@fluendo.com>
18046 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
18047 Copy timestamps from the master pad to the output buffers.
18049 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
18051 * ext/raw1394/gstdv1394src.c:
18052 throw errors when applicable
18054 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
18056 * gst/matroska/ebml-ids.h:
18057 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
18058 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
18059 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
18060 automatically convert unix time <-> ebml time when reading/writing
18061 a date, use gst_ebml_write_uint to write CUETIME,
18062 not gst_ebml_write_date.
18063 * gst/matroska/matroska-ids.h:
18064 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
18065 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
18066 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
18067 (gst_matroska_mux_write_data):
18068 Write track and segment UIDs, write muxing date, write
18069 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
18070 Create cues for audio only files.
18072 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18074 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18075 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18076 Re-commit ALSA switches.
18077 * gst/adder/gstadder.c: (gst_adder_loop):
18078 64-bit fix (#151416).
18079 * gst/debug/progressreport.c: (gst_progressreport_report):
18080 64-bit fix (#151419).
18081 * gst/matroska/matroska-demux.c:
18082 (gst_matroska_demux_parse_contents):
18083 64-bit fix (#151420).
18084 * gst/playback/test3.c: (update_scale):
18085 64-bit fix (#151421).
18087 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
18092 === release 0.8.4 ===
18094 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
18096 * configure.ac: releasing 0.8.4, "Alias"
18098 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
18100 * ext/theora/Makefile.am:
18101 fix makefile. Fixes #151462.
18103 2004-08-30 Wim Taymans <wim@fluendo.com>
18105 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
18106 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
18107 (gst_multifdsink_remove_client_link),
18108 (gst_multifdsink_client_queue_buffer),
18109 (gst_multifdsink_handle_client_write):
18110 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18111 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18112 Fix some memory leaks.
18114 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
18116 Patch by: David Schleef
18120 rename our detection macro for V4L2. Fixes #151236.
18122 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
18124 Patch by: David Schleef
18127 check to define LAMEPRESET. Fixes #151232.
18129 2004-08-27 David Schleef <ds@schleef.org>
18131 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
18132 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
18133 (gst_glimagesink_fixate): Move local variable declarations to
18134 make gcc-2.95 happy.
18136 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
18139 bump nano for prerelease
18141 2004-08-27 David Schleef <ds@schleef.org>
18143 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
18144 * sys/sunaudio/gstsunaudiosrc.c:
18145 * sys/sunaudio/gstsunaudiosrc.h:
18147 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18149 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
18150 handle EOS correctly
18151 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
18152 * gst/matroska/matroska-mux.h:
18153 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
18154 VFW compatibility mode
18156 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
18158 patch by: Zaheer Abbas Merali
18160 * ext/ogg/gstoggmux.c:
18161 * ext/vorbis/vorbisenc.c:
18162 * ext/vorbis/vorbisenc.h:
18165 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
18167 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
18168 fix byte order reversion on little endian machines.
18169 * gst/matroska/matroska-mux.c: (audiosink_templ),
18170 (gst_matroska_mux_audio_pad_link):
18171 add TTA codec to the list of supported codecs.
18172 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
18173 (gst_matroska_mux_start), (gst_matroska_mux_finish),
18174 (gst_matroska_mux_write_data):
18175 * gst/matroska/matroska-mux.h:
18176 write segment duration correctly, write muxing app string, fixes bugs
18177 #140897 and #140898.
18178 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
18179 wait for all pads to be negotiated before starting to mux.
18181 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18183 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
18184 * ext/lame/gstlame.h:
18185 Added new media support to lame
18187 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
18189 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
18190 send vorbis headers at the beginning of a stream, fixes bug #141554.
18191 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
18193 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
18194 (gst_matroska_demux_plugin_init):
18195 * gst/matroska/matroska-ids.h:
18196 enable demuxing of TTA audio streams, fixes bug #148951.
18197 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
18198 enable typefinding for TTA audio files, fixes bug #148711.
18199 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
18200 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
18201 fixes playback of packed bitstream and xvid with bframes, bug #135407.
18203 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
18205 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18206 (gst_riff_read_element_data), (gst_riff_read_seek),
18207 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
18208 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
18211 2004-08-23 Iain <iaingnome@gmail.com>
18213 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
18214 tags. They appear to be handled differently to normal.
18215 (tag_list_to_id3_tag_foreach): Ditto.
18217 2004-08-22 Wim Taymans <wim@fluendo.com>
18219 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18220 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18221 Make sure we never send -1 granulepos.
18223 2004-08-20 Wim Taymans <wim@fluendo.com>
18225 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18226 (gst_ogg_mux_loop):
18227 I will accept bitchslappings with non sharp objects.
18229 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18232 Clean up the test for lame presets
18234 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18237 * ext/lame/Makefile.am:
18238 * ext/lame/gstlame.c: (gst_lame_class_init),
18239 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
18240 Only enable lame presets if version of lame has presets in API
18242 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
18243 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
18244 * gst/udp/gstudpsrc.h:
18245 Don't call gst_pad_push in a get function. Fixes #150449
18247 2004-08-18 Wim Taymans <wim@fluendo.com>
18249 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
18250 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
18251 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
18252 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
18253 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
18255 * gst/tcp/gstfdset.h:
18256 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
18257 (gst_multifdsink_client_queue_buffer),
18258 (gst_multifdsink_handle_client_write):
18259 * gst/tcp/gstmultifdsink.h:
18260 Some extra checks in gstfdset.
18261 Only use send() when the fd is a socket. Don't try to
18262 read from write only fds.
18264 2004-08-18 Wim Taymans <wim@fluendo.com>
18266 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
18267 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
18268 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
18269 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
18271 Add more locking and bounds checking.
18273 2004-08-18 Wim Taymans <wim@fluendo.com>
18275 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
18276 Realloc test fdset in the lock and right before starting
18277 the poll call. Bump the limit to 4096.
18279 2004-08-17 David Schleef <ds@schleef.org>
18281 * sys/sunaudio/Makefile.am:
18282 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
18283 of rates and channels. Make debugging less obnoxious.
18285 Patch from Balamurali Viswanathan implementing a mixer for
18286 Sun audio. (bug #144091):
18287 * sys/sunaudio/gstsunelement.c:
18288 * sys/sunaudio/gstsunelement.h:
18289 * sys/sunaudio/gstsunmixer.c:
18290 * sys/sunaudio/gstsunmixer.h:
18292 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18294 * gst/audioscale/gstaudioscale.c:
18295 * gst/audioscale/gstaudioscale.h:
18296 made audioscale resample from any sample rate to any sample rate
18298 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
18300 * ext/libpng/gstpngdec.c:
18301 error out on unsupported types
18303 2004-08-17 Iain <iaingnome@gmail.com>
18305 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
18306 mid_side and loose_mid_side properties if its a stereo stream.
18308 2004-08-17 Wim Taymans <wim@fluendo.com>
18310 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18311 (theora_get_formats), (theora_dec_src_convert),
18312 (theora_dec_sink_convert), (theora_dec_src_query),
18313 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
18316 2004-08-17 Wim Taymans <wim@fluendo.com>
18318 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
18319 (gst_ogg_pad_push):
18320 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18321 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18322 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
18323 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18324 Mark delta units in the muxer.
18325 Try to decode the packet after an out-of-sync error from
18328 2004-08-17 Wim Taymans <wim@fluendo.com>
18330 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18331 (gst_multifdsink_init), (gst_multifdsink_add),
18332 (gst_multifdsink_client_queue_buffer),
18333 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
18334 * gst/tcp/gstmultifdsink.h:
18335 Added option to send a keyframe to clients as the first buffer.
18336 Make timeout property writable.
18338 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
18340 patch by: Wim Taymans
18342 * gst/tcp/gstfdset.c:
18343 * gst/tcp/gstmultifdsink.c:
18344 fix index comparison, should include 0
18346 2004-08-16 Wim Taymans <wim@fluendo.com>
18348 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
18349 (gst_fdset_add_fd), (gst_fdset_remove_fd),
18350 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
18351 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
18353 copy when reallocing for poll so the select arguments don't get
18354 changed during the call
18356 2004-08-16 Wim Taymans <wim@fluendo.com>
18358 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
18359 (gst_theora_enc_class_init), (theora_enc_sink_link),
18360 (theora_buffer_from_packet), (theora_enc_chain):
18361 Fix bug where buffers were not marked as keyframes
18364 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18366 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
18367 (gst_lame_preset_get_type), (gst_lame_class_init):
18368 describe the enum values for vbr mode and presets more verbosely
18370 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18372 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
18373 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
18374 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
18375 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
18376 * ext/lame/gstlame.h:
18377 add preset property to lame so it can use lame presets
18379 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18381 * ext/lame/gstlame.c: (gst_lame_get_property):
18382 whoops forgot break, thanks teuf
18384 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18386 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
18387 (gst_lame_class_init), (gst_lame_src_getcaps),
18388 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
18389 (gst_lame_get_property), (gst_lame_setup):
18390 * ext/lame/gstlame.h:
18391 fix lame's broken vbr stuff, allow it to resample if need be, and also
18392 make xing header optional
18394 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18396 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
18397 added getcaps function so samplerate doesnt get fixated to silly values
18399 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18401 * ext/lame/gstlame.c: (gst_lame_src_link):
18402 revert previous fix
18404 2004-08-12 Johan Dahlin <johan@gnome.org>
18406 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
18407 checks. Doesn't matter what state we are in. Interfaces are a
18408 compile time thing, not runtime. It also broke the python bindings.
18410 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18412 * ext/lame/gstlame.c: (gst_lame_src_link):
18413 made source pad link function check if sinkpad is ok..fixes the problem
18414 where core fixates the output rate of lame stupidly
18416 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18418 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
18419 * sys/v4l/v4l_calls.c:
18420 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
18421 fix fixate function to handle nonsimple caps.
18422 remove bogus check in _link
18425 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18427 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
18428 set default compression ratio parameter to 0.0 so bitrate parameter
18431 2004-08-11 David Schleef <ds@schleef.org>
18433 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
18435 2004-08-11 David Schleef <ds@schleef.org>
18437 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
18440 2004-08-11 David Schleef <ds@schleef.org>
18442 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
18444 2004-08-11 David Schleef <ds@schleef.org>
18446 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
18448 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
18449 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
18451 * gst/auparse/gstauparse.c: Fix plugin license field.
18452 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
18453 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
18454 * gst/rtp/gstrtp.c: Fix plugin license field.
18456 2004-08-11 Wim Taymans <wim@fluendo.com>
18458 * gst/tcp/Makefile.am:
18459 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
18460 (ensure_size), (gst_fdset_new), (gst_fdset_free),
18461 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
18462 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
18463 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
18464 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
18465 (gst_fdset_fd_can_write), (gst_fdset_wait):
18466 * gst/tcp/gstfdset.h:
18467 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
18468 (gst_multifdsink_class_init), (gst_multifdsink_init),
18469 (gst_multifdsink_add), (gst_multifdsink_remove),
18470 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18471 (gst_multifdsink_remove_client_link),
18472 (gst_multifdsink_handle_client_read),
18473 (gst_multifdsink_client_queue_data),
18474 (gst_multifdsink_client_queue_caps),
18475 (gst_multifdsink_client_queue_buffer),
18476 (gst_multifdsink_handle_client_write),
18477 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18478 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
18479 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18480 (gst_multifdsink_close):
18481 * gst/tcp/gstmultifdsink.h:
18482 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18483 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18484 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
18485 (gst_tcpserversink_close):
18486 * gst/tcp/gsttcpserversink.h:
18487 Abstracted away the select call, implemented poll (yes we ran into
18488 the 1024 limit in production).
18490 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
18492 * gst/tcp/gsttcp.c:
18493 * gst/tcp/gsttcpplugin.c:
18494 improve debuggging, remove assert
18496 2004-08-10 Wim Taymans <wim@fluendo.com>
18498 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
18499 (gst_client_status_get_type), (gst_multifdsink_class_init),
18500 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
18501 (gst_multifdsink_handle_client_read),
18502 (gst_multifdsink_handle_client_write),
18503 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18504 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
18505 (gst_multifdsink_get_property):
18506 * gst/tcp/gstmultifdsink.h:
18507 * gst/tcp/gsttcp-marshal.list:
18508 Starting to prepare for specifying buffer time in other units
18509 than buffers. Expose remove reason in signal.
18511 2004-08-10 Wim Taymans <wim@fluendo.com>
18513 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
18514 (gst_multifdsink_remove), (gst_multifdsink_clear),
18515 (gst_multifdsink_remove_client_link),
18516 (gst_multifdsink_handle_client_read),
18517 (gst_multifdsink_client_queue_data),
18518 (gst_multifdsink_client_queue_buffer),
18519 (gst_multifdsink_handle_client_write),
18520 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
18521 (gst_multifdsink_chain), (gst_multifdsink_close):
18522 * gst/tcp/gstmultifdsink.h:
18523 Added more debugging info. Changed the way clients are
18524 removed from the lists. Fixed a bug where a bad file descriptor
18525 could cause many clients to be removed.
18527 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18529 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
18530 allow all pixel-aspect-ratios, not just 1:1
18532 2004-08-09 David Schleef <ds@schleef.org>
18534 * sys/glsink/ARB_multitexture.h: Remove old files.
18535 * sys/glsink/EXT_paletted_texture.h:
18536 * sys/glsink/NV_register_combiners.h:
18537 * sys/glsink/gstgl_nvimage.c:
18538 * sys/glsink/gstgl_pdrimage.c:
18539 * sys/glsink/gstgl_rgbimage.c:
18540 * sys/glsink/gstglsink.c:
18541 * sys/glsink/gstglsink.h:
18542 * sys/glsink/gstglxwindow.c:
18543 * sys/glsink/regcomb_yuvrgb.c:
18545 2004-08-09 David Schleef <ds@schleef.org>
18547 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
18548 GL sink plugin. (Bug #147302)
18550 * configure.ac: Test for OpenGL
18551 * sys/Makefile.am: Use test for OpenGL
18552 * sys/glsink/Makefile.am:
18553 * sys/glsink/glimagesink.c: rewrite
18554 * sys/glsink/glimagesink.h: rewrite
18556 2004-08-09 David Schleef <ds@schleef.org>
18558 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
18560 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
18561 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
18562 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
18564 2004-08-09 Wim Taymans <wim@fluendo.com>
18566 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18567 (gst_multifdsink_add), (gst_multifdsink_get_stats),
18568 (gst_multifdsink_client_remove),
18569 (gst_multifdsink_handle_client_read),
18570 (gst_multifdsink_handle_client_write),
18571 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
18572 Do a bit more logging, make the client_read code more robust.
18574 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
18576 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
18577 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
18578 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
18579 (gst_jpegdec_init), (gst_jpegdec_chain):
18580 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
18581 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
18582 cleanups, debugging fixes and memleak plugging
18584 2004-08-09 Wim Taymans <wim@fluendo.com>
18586 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18587 (theora_get_formats), (theora_dec_src_convert),
18588 (theora_dec_sink_convert), (theora_dec_src_query),
18589 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
18590 (theora_dec_change_state):
18591 Don't crash on missing header packets.
18593 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
18597 Added Albanian translation (Laurent Dhima)
18601 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
18603 * ext/lame/gstlame.c:
18606 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
18608 * sys/ximage/ximagesink.c:
18609 * sys/xvimage/xvimagesink.c:
18610 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
18612 2004-08-06 Wim Taymans <wim@fluendo.com>
18614 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18615 (gst_multifdsink_add), (gst_multifdsink_get_stats),
18616 (gst_multifdsink_client_remove),
18617 (gst_multifdsink_handle_client_read),
18618 (gst_multifdsink_handle_client_write),
18619 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
18620 Make sure we don't try to read more from a client that what
18621 ioctl says us or we deadlock.
18623 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
18625 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
18626 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
18627 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
18628 decouple running_time and n_frames so it can handle changing
18629 framerate while running
18631 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
18635 updated translations
18637 2004-08-04 Benjamin Otte <otte@gnome.org>
18639 * gst/videotestsrc/gstvideotestsrc.c:
18640 (gst_videotestsrc_get_capslist), (generate_capslist),
18642 generate the list of supported caps at startup and reuse it instead
18643 of always generating it
18645 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
18647 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
18648 whoops, last checkin broke normal build
18650 2004-08-03 Benjamin Otte <otte@gnome.org>
18652 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
18653 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18654 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18655 (gst_alsa_mixer_get_option):
18656 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
18657 (dvdnavsrc_print_event):
18658 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
18659 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
18660 (gst_ogg_mux_pad_unlink):
18661 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
18662 (gst_multipart_mux_pad_unlink):
18663 * gst/videofilter/gstvideobalance.c:
18664 (gst_videobalance_colorbalance_set_value):
18665 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
18666 (gst_videomixer_pad_unlink):
18668 * sys/oss/gstossmixer.c:
18669 * sys/v4l/gstv4lcolorbalance.c:
18670 * sys/v4l/gstv4ltuner.c:
18671 * sys/v4l/v4lsrc_calls.c:
18672 * sys/v4l2/gstv4l2colorbalance.c:
18673 * sys/v4l2/gstv4l2tuner.c:
18674 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
18676 2004-08-03 Benjamin Otte <otte@gnome.org>
18678 * examples/dynparams/filter.c: (ui_control_create):
18679 * examples/gstplay/player.c: (print_tag):
18680 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
18681 * ext/gdk_pixbuf/gstgdkanimation.c:
18682 (gst_gdk_animation_iter_may_advance):
18683 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
18684 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
18685 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
18686 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
18687 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
18688 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18689 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
18690 * gst/sine/demo-dparams.c: (main):
18691 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
18692 * testsuite/alsa/formats.c: (create_pipeline):
18693 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
18694 fixes for G_DISABLE_ASSERT and friends
18695 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18696 (mp3_type_frame_length_from_header), (mp3_type_find),
18698 require mp3 typefinding to have at least MIN_HEADERS valid headers
18699 add typefinding for AAC adts files
18701 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
18703 * sys/ximage/ximagesink.c:
18704 (gst_ximagesink_calculate_pixel_aspect_ratio):
18705 * sys/xvimage/xvimagesink.c:
18706 (gst_xvimagesink_calculate_pixel_aspect_ratio):
18707 Make sure we calculate pixel-aspect-ratio using floating point maths
18709 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
18712 updated translation
18714 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
18716 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18717 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
18718 add debugging for display PAR calculation
18720 2004-08-02 David Schleef <ds@schleef.org>
18722 * configure.ac: Fix mikmod CFLAGS.
18724 2004-07-27 Benjamin Otte <otte@gnome.org>
18726 * gst/audioscale/gstaudioscale.c:
18727 - fix templates to only support S16, it's the only format that works
18728 - make caps nego code use try_set_caps_nonfixed and fixation instead
18729 of try_set_caps twice, which is not nice for autopluggers
18730 - change rank to secondary, so autopluggers can pick it up after
18733 2004-08-02 Iain <iain@prettypeople.org>
18735 * gst/interleave/interleave.c (interleave_init),
18736 (interleave_request_new_pad),
18737 (interleave_pad_removed),
18738 (interleave_buffered_loop): Use the real pad count, not the artificial
18741 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
18743 * configure.ac: bump nano back to development
18745 === release 0.8.3 ===
18747 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
18749 * configure.ac: releasing 0.8.3, "Water"
18751 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
18753 * sys/xvimage/xvimagesink.c:
18754 (gst_xvimagesink_calculate_pixel_aspect_ratio),
18755 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
18756 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
18757 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
18758 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18759 * sys/xvimage/xvimagesink.h:
18760 apply similar PAR fixes as to ximagesink
18762 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
18764 patch from: Benjamin Otte
18766 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
18767 add link function to lame. Fixes #148986.
18769 2004-08-02 Johan Dahlin <johan@gnome.org>
18771 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
18774 2004-07-30 David Schleef <ds@schleef.org>
18776 * gst/videomixer/Makefile.am: Fix things that should have been
18777 fixed in the last checkin.
18779 2004-07-30 David Schleef <ds@schleef.org>
18781 * gst/multipart/Makefile.am: Fix things that should have been
18782 fixed in the last checkin.
18784 2004-07-30 David Schleef <ds@schleef.org>
18786 * testsuite/multifilesink/Makefile.am: Fix unused variable.
18788 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
18791 bump nano for prerelease
18803 2004-07-30 Wim Taymans <wim@fluendo.com>
18805 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18806 (gst_multifdsink_add), (gst_multifdsink_remove),
18807 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18808 (gst_multifdsink_client_remove),
18809 (gst_multifdsink_handle_client_write),
18810 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
18811 * gst/tcp/gstmultifdsink.h:
18812 Recover from a select with a bad file descriptor by removing
18815 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
18818 fix requirement of core
18819 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
18820 (gst_play_pipeline_setup):
18821 don't use colorspace element. do use hermescolorspace element.
18822 make macro to get a colorspace element.
18823 mark strings for translation.
18835 update translations
18837 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18839 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
18840 fix default for newmedia flag
18842 2004-07-30 Wim Taymans <wim@fluendo.com>
18844 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18845 (gst_theora_dec_init), (theora_get_formats),
18846 (theora_dec_src_convert), (theora_dec_sink_convert),
18847 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18848 (theora_dec_chain), (theora_dec_set_property),
18849 (theora_dec_get_property):
18850 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
18851 (gst_theora_enc_class_init), (gst_theora_enc_init),
18852 (theora_enc_sink_link), (theora_enc_chain),
18853 (theora_enc_set_property), (theora_enc_get_property):
18854 Added cropping option to theora decoder.
18855 Added border option to theora encoder.
18857 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18859 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
18860 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
18861 (gst_pngenc_set_property):
18862 * ext/libpng/gstpngenc.h:
18863 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
18865 2004-07-30 Wim Taymans <wim@fluendo.com>
18867 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18868 (theora_enc_sink_link), (theora_enc_chain),
18869 (theora_enc_set_property), (theora_enc_get_property):
18870 Fix encoding of non-multiple-of-16 video.
18872 2004-07-29 David Schleef <ds@schleef.org>
18874 * configure.ac: make test for audiofile more strict
18876 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
18878 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18879 give different names to typefind functions
18881 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
18883 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18884 (gst_ximagesink_calculate_pixel_aspect_ratio),
18885 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
18886 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18887 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
18888 (gst_ximagesink_get_property), (gst_ximagesink_init):
18889 * sys/ximage/ximagesink.h:
18890 allocate PAR's dynamically.
18891 use autodetected PAR if no object-set PAR is given.
18892 add workaround for directfb's X not setting physical size.
18893 fix to xvimagesink will follow tomorrow.
18895 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18897 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
18898 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18899 (gst_shout2send_get_type), (gst_shout2send_set_clock),
18900 (gst_shout2send_class_init), (gst_shout2send_init),
18901 (set_shout_metadata), (gst_shout2send_set_metadata),
18902 (gst_shout2send_chain), (gst_shout2send_set_property),
18903 (gst_shout2send_get_property), (gst_shout2send_connect),
18904 (gst_shout2send_change_state):
18905 * ext/shout2/gstshout2.h:
18906 - fix for sending mp3 audio to icecast2 server, if pad link function not
18907 called before PAUSED state
18908 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
18909 - added tagging support for mp3 audio broadcasted
18910 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
18913 2004-07-28 Wim Taymans <wim@fluendo.com>
18915 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
18916 (gst_ogg_demux_push):
18917 Return query failure when we don't know the length of
18918 an ogg stream insteda of returning TRUE with a bogus value.
18920 2004-07-28 Wim Taymans <wim@fluendo.com>
18922 * ext/theora/theoradec.c: (theora_get_formats),
18923 (theora_dec_src_convert), (theora_dec_sink_convert),
18924 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18925 (theora_dec_chain):
18926 Don't screw up the 1 Chroma for 1 luma sample situation when we
18927 have an odd offset/width by adding a black border in those cases.
18929 2004-07-28 Wim Taymans <wim@fluendo.com>
18931 * ext/theora/theoradec.c: (theora_get_formats),
18932 (theora_dec_src_convert), (theora_dec_sink_convert),
18933 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18934 (theora_dec_chain):
18935 * ext/theora/theoraenc.c: (theora_enc_sink_link):
18936 Added first attempt at cropping of the image as required by the
18937 theora spec. We need more properties in the caps (offset_x,
18938 offset_y,stride) to implement this correctly.
18940 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
18942 * ext/dvdnav/README:
18943 Update the README to use dvddemux
18944 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
18945 Ensure getcaps returns a subset of the template caps
18946 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
18947 (gst_mpeg2subt_init):
18948 Ensure getcaps returns a subset of the template caps
18949 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18950 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
18951 (gst_dvd_demux_get_subpicture_stream),
18952 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
18953 * gst/mpegstream/gstdvddemux.h:
18954 Set the explicit caps on the current_video pad before pushing
18956 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
18957 (gst_mpeg_demux_get_audio_stream):
18958 Free caps used to gst_pad_set_explicit_caps, which takes a const
18961 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
18963 * configure.ac: update GStreamer requirement to 0.8.4 because of
18966 2004-07-28 Wim Taymans <wim@fluendo.com>
18968 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
18969 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
18970 Add the pad to the element after setting up the caps. This
18971 makes it a lot easier to autoplug.
18973 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
18975 * gst/median/gstmedian.c:
18976 * gst/mpeg2subt/gstmpeg2subt.c:
18977 * gst/mpegaudioparse/gstmpegaudioparse.c:
18978 * gst/mpegstream/gstdvddemux.c:
18979 * gst/mpegstream/gstmpegdemux.c:
18980 * gst/mpegstream/gstmpegpacketize.c:
18981 * gst/rtjpeg/gstrtjpeg.c:
18982 * gst/rtjpeg/gstrtjpegdec.c:
18983 * gst/rtjpeg/gstrtjpegenc.c:
18984 * gst/sine/gstsinesrc.c:
18985 * gst/smooth/gstsmooth.c:
18986 * gst/smpte/gstsmpte.c:
18987 * gst/smpte/gstsmpte.h:
18988 * gst/stereo/gststereo.c:
18989 * gst/videofilter/gstgamma.c:
18990 * gst/videofilter/gstvideobalance.c:
18991 * gst/videofilter/gstvideofilter.c:
18992 * gst/videofilter/gstvideoflip.c:
18993 * gst/videoscale/gstvideoscale.c:
18994 * gst/videoscale/videoscale.c:
18995 * gst/videotestsrc/gstvideotestsrc.c:
18996 * gst/videotestsrc/videotestsrc.c:
18997 * gst/wavenc/gstwavenc.c:
18998 * gst/wavparse/gstwavparse.c:
18999 fix local includes and 64 bits constants
19001 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
19004 * gst-libs/gst/*/*.vcproj:
19006 more working plugins
19008 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19010 * testsuite/alsa/Makefile.am:
19011 * testsuite/alsa/srcstate.c:
19012 add test for alsasrc changing state
19014 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19016 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
19018 * gst/silence/gstsilence.h:
19019 fix silence generation for 16bit raw audio
19021 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
19023 * gst/matroska/matroska-demux.c:
19024 (gst_matroska_demux_parse_metadata),
19025 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
19026 * gst/mpegaudio/common.c:
19027 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
19028 (gst_videoscale_getcaps), (gst_videoscale_link),
19029 (gst_videoscale_src_fixate), (gst_videoscale_init),
19030 (gst_videoscale_finalize):
19031 * gst/videoscale/gstvideoscale.h:
19032 * gst/videotestsrc/gstvideotestsrc.c:
19033 (gst_videotestsrc_get_capslist):
19034 * gst/wavenc/gstwavenc.c:
19035 * sys/oss/gstossmixer.c: (fill_labels):
19036 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19037 (gst_ximagesink_handle_xevents),
19038 (gst_ximagesink_calculate_pixel_aspect_ratio),
19039 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
19040 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
19041 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19042 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19043 (gst_ximagesink_init), (gst_ximagesink_class_init):
19044 * sys/ximage/ximagesink.h:
19045 * sys/xvimage/xvimagesink.c:
19046 (gst_xvimagesink_calculate_pixel_aspect_ratio),
19047 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
19048 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
19049 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19050 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19051 * sys/xvimage/xvimagesink.h:
19052 first batch of pixel aspect ratio commits.
19054 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
19056 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19057 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
19058 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
19059 handle stride, needs work if we want to move stride handling
19060 upstream, but works correctly for our purposes.
19062 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
19064 * gst/videoscale/README:
19065 add testing examples
19066 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
19067 (gst_videoscale_chain):
19068 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19069 (gst_videoscale_get_size):
19070 add get_size function that handles stride like videotestsrc.
19071 fixes conversion for YUV formats for as much as I can test them.
19073 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
19075 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19076 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
19077 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19078 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19079 (gst_xvimagesink_xvimage_put):
19080 further cleanups, logging, error handling and synchronizing
19082 2004-07-27 Wim Taymans <wim@fluendo.com>
19084 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19085 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
19086 (gst_videomixer_pad_set_property),
19087 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
19088 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19089 (gst_videomixer_class_init), (gst_videomixer_init),
19090 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
19091 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
19092 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
19093 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19094 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19095 (gst_videomixer_loop), (plugin_init):
19096 Be a nicer negotiation citizen and provide a getcaps function on
19097 the srcpad. This also fixes a crash when resizing.
19099 2004-07-27 Julien MOUTTE <julien@moutte.net>
19101 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19102 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
19104 2004-07-27 Wim Taymans <wim@fluendo.com>
19106 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
19107 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19108 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19109 (gst_pngenc_set_property):
19110 * ext/libpng/gstpngenc.h:
19111 Added snapshot property to pngenc.
19112 removed g_print from pngdec
19114 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
19116 * gst/ac3parse/ac3parse.vcproj
19117 * gst/adder/adder.vcproj
19118 * gst/alpha/alpha.vcproj
19119 * gst/alpha/alphacolor.vcproj
19120 * gst/asfdemux/asf.vcproj
19121 * gst/audioconvert/audioconvert.vcproj
19122 * gst/audiorate/audiorate.vcproj
19123 * gst/audioscale/audioscale.vcproj
19124 * gst/auparse/auparse.vcproj
19125 * gst/avi/avi.vcproj
19126 * gst/cdxaparse/cdxaparse.vcproj
19127 * gst/chart/chart.vcproj
19128 * gst/colorspace/colorspace.vcproj
19129 * gst/cutter/cutter.vcproj
19130 * gst/debug/debug.vcproj
19131 * gst/debug/efence.vcproj
19132 * gst/debug/navigationtest.vcproj
19133 * gst/deinterlace/deinterlace.vcproj
19134 * gst/effectv/effectv.vcproj
19135 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
19136 * gst/filter/filter.vcproj
19137 * gst/flx/flxdec.vcproj
19138 * gst/goom/goom.vcproj
19139 * gst/interleave/interleave.vcproj
19140 * gst/law/alaw.vcproj
19141 * gst/law/mulaw.vcproj
19142 * gst/matroska/matroska.vcproj
19143 * gst/median/median.vcproj
19144 * gst/mixmatrix/mixmatrix.vcproj
19145 * gst/mpeg1sys/mpeg1systemencode.vcproj
19146 * gst/mpeg1videoparse/mp1videoparse.vcproj
19147 * gst/mpeg2sub/mpeg2subt.vcproj
19148 * gst/mpegaudio/mpegaudio.vcproj
19149 * gst/mpegaudioparse/mpegaudioparse.vcproj
19150 * gst/mpegstream/mpegstream.vcproj
19151 * gst/multifilesink/multifilesink.vcproj
19152 * gst/multipart/multipart.vcproj
19153 * gst/oneton/oneton.vcproj
19154 * gst/overlay/overlay.vcproj
19155 * gst/passthrough/passthrough.vcproj
19156 * gst/qtdemux/qtdemux.vcproj
19157 * gst/realmedia/rmdemux.vcproj
19158 * gst/rtjpeg/rtjpeg.vcproj
19159 * gst/rtp/rtp.vcproj
19160 * gst/silence/silence.vcproj
19161 * gst/sine/sinesrc.vcproj
19162 * gst/smooth/smooth.vcproj
19163 * gst/smpte/smpte.vcproj
19164 * gst/spectrum/spectrum.vcproj
19165 * gst/speed/speed.vcproj
19166 * gst/stereo/stereo.vcproj
19167 * gst/switch/switch.vcproj
19168 * gst/tags/tagedit.vcproj
19169 * gst/tcp/tcp.vcproj
19170 * gst/typefind/typefindfunctions.vcproj
19171 * gst/udp/udp.vcproj
19172 * gst/videobox/videobox.vcproj
19173 * gst/videocrop/videocrop.vcproj
19174 * gst/videodrop/videodrop.vcproj
19175 * gst/videofilter/gamma.vcproj
19176 * gst/videofilter/videobalance.vcproj
19177 * gst/videofilter/videofilter.vcproj
19178 * gst/videofilter/videoflip.vcproj
19179 * gst/videoflip/videoflip.vcproj
19180 * gst/videomixer/videomixer.vcproj
19181 * gst/videorate/videorate.vcproj
19182 * gst/videoscale/videoscale.vcproj
19183 * gst/videotestsrc/videotestsrc.vcproj
19184 * gst/virtualdub/virtualdub.vcproj
19185 * gst/volenv/volenv.vcproj
19186 * gst/volume/volume.vcproj
19187 * gst/wavenc/wavenc.vcproj
19188 * gst/wavparse/wavparse.vcproj
19189 * gst/y4m/y4menc.vcproj
19190 * gst-libs/gst/audio/audio.vcproj
19191 * gst-libs/gst/audio/audiofilter.vcproj
19192 * gst-libs/gst/colorbalance/colorbalance.vcproj
19193 * gst-libs/gst/idct/idtc.vcproj
19194 * gst-libs/gst/media-info/media-info.vcproj
19195 * gst-libs/gst/mixer/mixer.vcproj
19196 * gst-libs/gst/navigation/navigation.vcproj
19197 * gst-libs/gst/play/play.vcproj
19198 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
19199 * gst-libs/gst/resample/resample.vcproj
19200 * gst-libs/gst/riff/riff.vcproj
19201 * gst-libs/gst/tuner/tuner.vcproj
19202 * gst-libs/gst/video/video.vcproj
19203 * gst-libs/gst/xoverlay/xoverlay.vcproj
19204 avoid problems with math.h, fix release dependancy
19205 rename GStreamer-0.8.lib to libgstreamer.lib
19207 2004-07-27 Julien MOUTTE <julien@moutte.net>
19209 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
19210 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
19211 the atom is not available we have to unlock the mutex. Fixes #148023
19213 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
19215 * gst-libs/gst/media-info/media-info.h:
19216 issue for a vararg macro with MSVC
19218 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
19220 * gst/effectv/effectv.vcproj
19221 * gst-libs/gst/idct/idct.vcproj:
19222 * gst-libs/gst/media-info/media-info.vcproj:
19223 * gst-libs/gst/navigation/navigation.vcproj:
19224 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
19225 * gst-libs/gst/video/video.vcproj:
19226 * gst-libs/gst/xoverlay/xoverlay.vcproj:
19227 fixes for build problems
19229 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
19231 * gst-libs/gst/audio/audio.def:
19232 * gst-libs/gst/audio/riff.def:
19233 add some definitions needed by plugins
19235 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
19237 * gst/asfdemux/gstasfmux.c
19238 Fix some 64 bits constants to be glib friendly
19240 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
19242 * gst/ac3parse/gstac3parse.c
19243 * gst/audioscale/gstaudioscale.c
19244 * gst/auparse/gstauparse.c
19245 * gst/colorspace/gstcolorspace.c
19246 * gst/colorspace/yuv2rgb.h
19247 local include fixes
19249 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
19252 add more plugins to the build
19254 2004-07-26 Julien MOUTTE <julien@moutte.net>
19256 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19257 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
19259 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
19261 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19262 (gst_level_set_property), (gst_level_get_property),
19263 (gst_level_base_init), (gst_level_class_init):
19264 add debugging categories. cleanups.
19266 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
19268 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19269 (gst_videoscale_planar411), (gst_videoscale_planar400),
19270 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
19271 (gst_videoscale_scale_nearest_str1),
19272 (gst_videoscale_scale_nearest_str2),
19273 (gst_videoscale_scale_nearest_str4),
19274 (gst_videoscale_scale_nearest_16bit),
19275 (gst_videoscale_scale_nearest_24bit):
19276 fixed stride issues
19277 tested with 320x240 -> 321, 322, 324 x240
19278 tested with YV12, I420, YUY2, UYVY
19279 fixed packed422rev (don't think it could have worked before)
19280 by testing with UYVY
19282 2004-07-26 Benjamin Otte <otte@gnome.org>
19284 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
19285 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
19287 add debugging category, add error checks like checking return values
19288 of setup calls, make sure it still works after
19289 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
19291 2004-07-26 Wim Taymans <wim@fluendo.com>
19293 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
19294 (gst_mpeg_demux_get_audio_stream),
19295 (gst_mpeg_demux_process_private):
19296 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
19297 Check for error codes from the negotiation functions. Make sure
19298 we really set the pad caps when a new pad is created.
19300 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
19302 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19303 (gst_ffmpeg_caps_to_pix_fmt):
19304 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19305 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19306 (gst_ffmpegcolorspace_pad_link):
19307 don't make function do two things at the same time without reason.
19309 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
19311 * gst/ac3parse/ac3parse.vcproj
19312 * gst/adder/adder.vcproj
19313 * gst/alpha/alpha.vcproj
19314 * gst/alpha/alphacolor.vcproj
19315 * gst/asfdemux/asf.vcproj
19316 * gst/audioconvert/audioconvert.vcproj
19317 * gst/audiorate/audiorate.vcproj
19318 * gst/audioscale/audioscale.vcproj
19319 * gst/auparse/auparse.vcproj
19320 * gst/avi/avi.vcproj
19321 * gst/cdxaparse/cdxaparse.vcproj
19322 * gst/chart/chart.vcproj
19323 * gst/colorspace/colorspace.vcproj
19324 * gst/cutter/cutter.vcproj
19325 * gst/debug/debug.vcproj
19326 * gst/debug/efence.vcproj
19327 * gst/debug/navigationtest.vcproj
19328 * gst/deinterlace/deinterlace.vcproj
19329 * gst/effectv/effectv.vcproj
19330 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
19331 * gst/filter/filter.vcproj
19332 * gst/flx/flxdec.vcproj
19333 * gst/goom/goom.vcproj
19334 * gst/interleave/interleave.vcproj
19335 * gst/law/alaw.vcproj
19336 * gst/law/mulaw.vcproj
19337 * gst/matroska/matroska.vcproj
19338 * gst/median/median.vcproj
19339 * gst/mixmatrix/mixmatrix.vcproj
19340 * gst/mpeg1sys/mpeg1systemencode.vcproj
19341 * gst/mpeg1videoparse/mp1videoparse.vcproj
19342 * gst/mpeg2sub/mpeg2subt.vcproj
19343 * gst/mpegaudio/mpegaudio.vcproj
19344 * gst/mpegaudioparse/mpegaudioparse.vcproj
19345 * gst/mpegstream/mpegstream.vcproj
19346 * gst/multifilesink/multifilesink.vcproj
19347 * gst/multipart/multipart.vcproj
19348 * gst/oneton/oneton.vcproj
19349 * gst/overlay/overlay.vcproj
19350 * gst/passthrough/passthrough.vcproj
19351 * gst/qtdemux/qtdemux.vcproj
19352 * gst/realmedia/rmdemux.vcproj
19353 * gst/rtjpeg/rtjpeg.vcproj
19354 * gst/rtp/rtp.vcproj
19355 * gst/silence/silence.vcproj
19356 * gst/sine/sinesrc.vcproj
19357 * gst/smooth/smooth.vcproj
19358 * gst/smpte/smpte.vcproj
19359 * gst/spectrum/spectrum.vcproj
19360 * gst/speed/speed.vcproj
19361 * gst/stereo/stereo.vcproj
19362 * gst/switch/switch.vcproj
19363 * gst/tags/tagedit.vcproj
19364 * gst/tcp/tcp.vcproj
19365 * gst/typefind/typefindfunctions.vcproj
19366 * gst/udp/udp.vcproj
19367 * gst/videobox/videobox.vcproj
19368 * gst/videocrop/videocrop.vcproj
19369 * gst/videodrop/videodrop.vcproj
19370 * gst/videofilter/gamma.vcproj
19371 * gst/videofilter/videobalance.vcproj
19372 * gst/videofilter/videofilter.vcproj
19373 * gst/videofilter/videoflip.vcproj
19374 * gst/videoflip/videoflip.vcproj
19375 * gst/videomixer/videomixer.vcproj
19376 * gst/videorate/videorate.vcproj
19377 * gst/videoscale/videoscale.vcproj
19378 * gst/videotestsrc/videotestsrc.vcproj
19379 * gst/virtualdub/virtualdub.vcproj
19380 * gst/volenv/volenv.vcproj
19381 * gst/volume/volume.vcproj
19382 * gst/wavenc/wavenc.vcproj
19383 * gst/wavparse/wavparse.vcproj
19384 * gst/y4m/y4menc.vcproj
19385 more plugins supported under windows
19387 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
19389 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19390 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
19391 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
19392 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19393 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
19394 Add debugging statements. Use the sizes as returned by the
19395 *CreateImage calls.
19397 2004-07-26 Johan Dahlin <johan@gnome.org>
19399 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
19400 the pad is negotiated.
19402 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
19404 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
19406 * gst-libs/gst/colorbalance/colorbalance.vcproj:
19407 * gst-libs/gst/idct/idct.vcproj:
19408 * gst-libs/gst/media-info/media-info.vcproj:
19409 * gst-libs/gst/mixer/mixer.vcproj:
19410 * gst-libs/gst/navigation/navigation.vcproj:
19411 * gst-libs/gst/play/play.vcproj:
19412 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
19413 * gst-libs/gst/resample/resample.vcproj:
19414 * gst-libs/gst/tuner/tuner.vcproj:
19415 * gst-libs/gst/video/video.vcproj:
19416 * gst-libs/gst/xoverlay/xoverlay.vcproj:
19417 more plugins supported under windows
19419 2004-07-25 Iain <iain@prettypeople.org>
19421 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
19422 pad now rather than when the pad is created because state changes wipe
19423 explicit caps (fixes #148043).
19425 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
19427 reviewed by Benjamin Otte <otte@gnome.org>
19429 * ext/mad/gstmad.c:
19430 fix mad plugin crashing on Sun (fixes #148289)
19432 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
19435 * gst/avi/avi.vcproj:
19436 * gst/matroska/matroska.def:
19437 * gst/matroska/matroska.vcproj:
19438 remove unused .def files
19440 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
19442 * gst-libs/gst/audio/gstaudiofilter.c:
19443 Clean the local include
19445 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
19448 * gst-libs/gst/audio/audio.def:
19449 * gst-libs/gst/audio/audio.vcproj:
19450 * gst-libs/gst/audio/audiofilter.vcproj:
19451 * gst-libs/gst/audio/riff.def:
19452 * gst-libs/gst/audio/riff.vcproj:
19453 * gst-libs/gst/gst-libs.def:
19454 * gst-libs/gst/gst-libs.vcproj:
19455 * gst/avi/avi.vcproj:
19456 * gst/avi/avi.vcproj:
19457 Copy the files where needed after building, cleaner projects
19459 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
19461 * gst/matroska/ebml-write.c:
19462 Fix some 64 bits constants to be glib friendly
19464 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
19467 * gst-libs/gst/gst-libs.def:
19468 * gst-libs/gst/gst-libs.vcproj:
19469 * gst/matroska/matroska.def:
19470 * gst/matroska/matroska.vcproj:
19471 Add the preliminary canvas to build plugins on Win32
19473 2004-07-23 Benjamin Otte <otte@gnome.org>
19475 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19476 don't enfore negotiation from source side, it breaks
19477 sinesrc ! audioconvert ! osssink
19479 2004-07-22 David Schleef <ds@schleef.org>
19481 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
19482 for ELF files, since they can easily be recognized as audio/mpeg.
19485 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
19487 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19488 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
19489 (gst_videoscale_scale_nearest_24bit),
19490 (gst_videoscale_scale_nearest_16bit):
19491 fix 16bit and 24bit for stride (24bit might need testing)
19492 don't pretend we do more than one algorithm
19494 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19498 * gst/multifilesink/Makefile.am:
19499 * gst/multifilesink/gstmultifilesink.c:
19500 (gst_multifilesink_get_formats),
19501 (gst_multifilesink_get_query_types), (_do_init),
19502 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
19503 (gst_multifilesink_init), (gst_multifilesink_dispose),
19504 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
19505 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
19506 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19507 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19508 (gst_multifilesink_chain), (gst_multifilesink_change_state),
19509 (gst_multifilesink_uri_get_type),
19510 (gst_multifilesink_uri_get_protocols),
19511 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
19512 (gst_multifilesink_uri_handler_init), (plugin_init):
19513 * gst/multifilesink/gstmultifilesink.h:
19514 * testsuite/Makefile.am:
19515 * testsuite/multifilesink/Makefile.am:
19516 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
19517 (gst_newmedia_class_init), (gst_newmedia_init),
19518 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
19519 (newfile_signal), (test_signal), (main):
19520 multifilesink plugin for creating new files every time a new media
19521 discontinuity event occurs
19523 2004-07-22 Wim Taymans <wim@fluendo.com>
19525 * gst/alpha/Makefile.am:
19526 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
19527 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
19528 (gst_alpha_color_init), (gst_alpha_color_set_property),
19529 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
19530 (transform), (gst_alpha_color_chain),
19531 (gst_alpha_color_change_state), (plugin_init):
19532 Stupid plugin to to RGBA to AYUV conversion because none of
19533 the colorspace plugins can handle that yet.
19535 2004-07-22 Wim Taymans <wim@fluendo.com>
19537 * examples/seeking/seek.c: (update_scale), (main):
19538 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
19539 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
19540 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
19541 (gst_decode_bin_init), (gst_decode_bin_dispose),
19542 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19543 (no_more_pads), (close_link), (type_found),
19544 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
19546 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19547 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
19548 (gst_play_base_bin_dispose), (queue_overrun),
19549 (gen_preroll_element), (remove_prerolls), (unknown_type),
19550 (no_more_pads), (new_stream), (setup_source),
19551 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19552 (play_base_eos), (gst_play_base_bin_change_state),
19553 (gst_play_base_bin_add_element),
19554 (gst_play_base_bin_remove_element),
19555 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
19556 (gst_play_base_bin_unlink_stream),
19557 (gst_play_base_bin_get_streaminfo):
19558 * gst/playback/gstplaybin.c: (gen_video_element),
19559 (gen_audio_element):
19560 * gst/playback/gststreaminfo.h:
19561 More playback updates, attempt to fix things after the state change
19564 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
19566 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
19567 (gst_videoscale_scale_nearest_16bit):
19570 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
19572 * gst/videotestsrc/gstvideotestsrc.c:
19573 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
19574 (gst_videotestsrc_init), (gst_videotestsrc_get),
19575 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
19576 (gst_videotestsrc_get_property):
19577 * gst/videotestsrc/gstvideotestsrc.h:
19578 * gst/videotestsrc/videotestsrc.c:
19579 * gst/videotestsrc/videotestsrc.h:
19580 cleanup and commenting
19582 2004-07-21 Wim Taymans <wim@fluendo.com>
19584 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
19585 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
19586 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
19587 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
19588 (_find_chain_get_unknown_part), (_find_streams_check),
19589 (gst_ogg_demux_push), (gst_ogg_pad_push):
19590 * ext/theora/theoradec.c: (theora_get_formats),
19591 (theora_dec_src_convert), (theora_dec_sink_convert),
19592 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19593 (theora_dec_chain):
19594 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19595 (vorbis_dec_convert), (vorbis_dec_src_query),
19596 (vorbis_dec_src_event), (vorbis_dec_event):
19597 More seeking fixes, oggdemux now supports seeking to time and
19598 uses the downstream element to convert granulepos to time.
19599 Seeking in theora-only ogg files now works.
19601 2004-07-21 Wim Taymans <wim@fluendo.com>
19603 * ext/theora/theoradec.c: (gst_theora_dec_init),
19604 (theora_get_formats), (theora_get_event_masks),
19605 (theora_get_query_types), (theora_dec_src_convert),
19606 (theora_dec_sink_convert), (theora_dec_src_query),
19607 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
19608 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19609 (vorbis_get_event_masks), (vorbis_get_query_types),
19610 (gst_vorbis_dec_init), (vorbis_dec_convert),
19611 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
19612 Added query/convert/formats functions to vorbis and theora decoders
19613 so that the outside world can use them too. Fixed seeking on an
19614 ogg/theora/vorbis file by disabling the seeking seeking on the
19617 2004-07-21 Julien MOUTTE <julien@moutte.net>
19619 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19620 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
19621 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
19622 images creation for both elements. We don't create the image on caps
19623 nego or renego, we just destroy the internal one if present if it does
19624 not match the needs. The chain function takes care of creating a new
19626 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19627 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
19628 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
19629 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
19630 the image format information. The buffer pool checks for the context
19631 image format and discard images with different formats.
19632 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
19634 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
19636 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19637 (gst_ffmpegcolorspace_chain):
19638 no point in doing any chaining if the pad we want to push from
19641 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
19643 * gst-libs/gst/riff/riff-media.c:
19644 (gst_riff_create_audio_caps_with_data):
19645 Fix double end-to-native symbol conversion (#148021).
19647 2004-07-20 David Schleef <ds@schleef.org>
19649 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
19650 Don't use an Atom that doesn't exist.
19652 2004-07-20 Wim Taymans <wim@fluendo.com>
19654 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19655 (gst_multifdsink_add), (gst_multifdsink_get_stats),
19656 (gst_multifdsink_client_remove),
19657 (gst_multifdsink_handle_client_write),
19658 (gst_multifdsink_queue_buffer):
19659 * gst/tcp/gstmultifdsink.h:
19660 More multifdsink stats. Avoid deadlock by releasing locks
19661 before sending out a signal.
19663 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
19667 added Hungarian translation (Laszlo Dvornik)
19669 2004-07-20 Wim Taymans <wim@fluendo.com>
19671 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19672 (gst_multifdsink_add), (gst_multifdsink_client_remove),
19673 (gst_multifdsink_handle_client_write),
19674 (gst_multifdsink_queue_buffer):
19675 * gst/tcp/gsttcp-marshal.list:
19676 Fixed the stupid marshal definition.
19678 2004-07-20 Wim Taymans <wim@fluendo.com>
19680 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19681 (gst_multifdsink_init), (gst_multifdsink_add),
19682 (gst_multifdsink_client_remove),
19683 (gst_multifdsink_handle_client_write),
19684 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
19685 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
19686 (gst_multifdsink_init_send):
19687 * gst/tcp/gstmultifdsink.h:
19688 Added more stats, added timeout for a client, fixed some typos
19689 and added some comments.
19691 2004-07-20 Wim Taymans <wim@fluendo.com>
19693 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19694 (gst_multifdsink_add), (gst_multifdsink_get_stats),
19695 (gst_multifdsink_client_remove),
19696 (gst_multifdsink_handle_client_write):
19697 * gst/tcp/gstmultifdsink.h:
19698 * gst/tcp/gsttcp-marshal.list:
19699 Added get_stats method that returns a GValueArray of
19702 2004-07-19 Benjamin Otte <otte@gnome.org>
19704 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
19705 make sure longname, description and author are valid UTF-8
19707 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
19709 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
19710 (gst_ximagesink_set_property):
19711 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
19712 (gst_xvimagesink_set_property):
19713 make sure SYNCHRONOUS is respected after getting the X context
19715 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
19717 * gst/matroska/matroska-demux.c:
19718 (gst_matroska_demux_handle_src_event),
19719 (gst_matroska_demux_parse_blockgroup):
19720 * gst/matroska/matroska-ids.h:
19721 add BlockReference tag and ignore it to clear out log.
19722 ignore NAVIGATION events to clear out log.
19724 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
19726 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19727 (gst_matroska_demux_add_stream):
19728 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
19729 add debug categories
19731 2004-07-16 Wim Taymans <wim@fluendo.com>
19733 * ext/libpng/Makefile.am:
19734 * ext/libpng/gstpng.c: (plugin_init):
19735 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
19736 (gst_pngdec_get_type), (gst_pngdec_base_init),
19737 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
19738 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
19739 * ext/libpng/gstpngdec.h:
19742 2004-07-16 Julien MOUTTE <julien@moutte.net>
19744 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19745 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
19746 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
19747 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
19748 (gst_ximagesink_buffer_alloc):
19749 * sys/ximage/ximagesink.h:
19750 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19751 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19752 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19753 (gst_xvimagesink_buffer_alloc):
19754 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
19755 again. Using internal data pointer of the x(v)image to store image's
19756 data to be coherent with the buffer alloc mechanism. Investigated the
19757 image destruction code to be sure that everything gets freed correctly.
19759 2004-07-16 Wim Taymans <wim@fluendo.com>
19761 * gst-libs/gst/riff/riff-read.c:
19762 (gst_riff_read_strf_vids_with_data),
19763 (gst_riff_read_strf_auds_with_data):
19764 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
19765 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19766 Make sure we don't create 0 sized subbuffers in riff-read.
19767 Signal the no more pads signal after reading the avi header.
19769 2004-07-16 Wim Taymans <wim@fluendo.com>
19771 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
19772 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
19773 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
19774 (gst_decode_bin_init), (gst_decode_bin_dispose),
19775 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19776 (no_more_pads), (close_link), (type_found),
19777 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
19778 (gst_decode_bin_change_state), (plugin_init):
19779 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19780 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
19781 (gst_play_base_bin_dispose), (queue_overrun),
19782 (gen_preroll_element), (remove_prerolls), (unknown_type),
19783 (no_more_pads), (new_stream), (setup_source),
19784 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19785 (play_base_eos), (gst_play_base_bin_change_state),
19786 (gst_play_base_bin_add_element),
19787 (gst_play_base_bin_remove_element),
19788 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
19789 (gst_play_base_bin_unlink_stream),
19790 (gst_play_base_bin_get_streaminfo):
19791 * gst/playback/gstplaybasebin.h:
19792 Better error recovery. Added configurable preroll queue size. Faster
19793 detection of no-more-pads.
19795 2004-07-16 Wim Taymans <wim@fluendo.com>
19797 * gst-libs/gst/video/video.h:
19798 Added 32 bits RGBA. Not sure if we should use another mime-type
19799 for alpha rgb. Currently the presence of the alpha_mask property
19800 signals an alpha channel.
19802 2004-07-16 Wim Taymans <wim@fluendo.com>
19804 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19805 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19806 FPS seems to be 0.0 to MAX everywhere else.
19808 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
19810 * gst-libs/gst/riff/riff-media.c:
19811 (gst_riff_create_video_caps_with_data):
19812 mp42/mp43 (no caps) exist too.
19813 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19814 Set pixel_width/height; we've got them in-caps.
19815 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19816 * gst/wavparse/gstwavparse.c: (plugin_init):
19817 Both are valid primary.
19818 * sys/oss/gstossmixer.c:
19819 Remove i18n hack and enable translations.
19821 2004-07-15 Benjamin Otte <otte@gnome.org>
19823 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19824 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
19825 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
19827 2004-07-15 Benjamin Otte <otte@gnome.org>
19829 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19830 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
19831 (gst_alsa_close_audio):
19832 disable some of the debugging code for now. Writing debugging to a
19833 buffer is broken in current alsalib releases.
19835 2004-07-12 Benjamin Otte <otte@gnome.org>
19837 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
19840 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
19842 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
19843 (theora_dec_src_query), (theora_dec_event):
19844 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
19845 add debugging categories. Remove \n's.
19847 2004-07-13 Johan Dahlin <johan@gnome.org>
19849 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
19850 (gst_play_bin_get_property): Impl.
19852 2004-07-13 Wim Taymans <wim@fluendo.com>
19854 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
19855 When trying to find the stream length, seek back N pages
19856 instead of just one, where N is the number of streams in
19859 2004-07-13 Wim Taymans <wim@fluendo.com>
19861 * gst-libs/gst/riff/riff-media.c:
19862 (gst_riff_create_audio_caps_with_data),
19863 (gst_riff_create_audio_caps),
19864 (gst_riff_create_audio_template_caps):
19865 * gst-libs/gst/riff/riff-media.h:
19866 * gst-libs/gst/riff/riff-read.c:
19867 (gst_riff_read_strf_vids_with_data),
19868 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
19869 * gst-libs/gst/riff/riff-read.h:
19870 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
19871 (gst_avi_demux_add_stream):
19872 Set codec_data on caps for avidemuxer.
19874 2004-07-12 David Schleef <ds@schleef.org>
19876 * configure.ac: Fix test for Objective C
19878 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
19879 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
19880 (gst_gdk_pixbuf_chain):
19881 Add svg and pcx to template caps, and ensure that getcaps returns a
19882 subset of the template caps.
19883 Copy each row manually for output, as gdkpixbuf may pad the
19884 rowstride to a 32-bit word boundary.
19886 2004-07-12 Wim Taymans <wim@fluendo.com>
19888 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
19889 (gst_riff_create_video_template_caps):
19890 Fix the template caps to include some more media types.
19892 2004-07-12 Wim Taymans <wim@fluendo.com>
19894 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
19895 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
19896 (compare_ranks), (print_feature), (gst_decode_bin_init),
19897 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
19898 (try_to_link_1), (new_pad), (close_link), (type_found),
19899 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
19900 (gst_decode_bin_change_state), (plugin_init):
19901 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19902 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
19903 (gst_play_base_bin_dispose), (queue_overrun),
19904 (gen_preroll_element), (remove_prerolls), (no_more_pads),
19905 (new_stream), (setup_source), (gst_play_base_bin_set_property),
19906 (gst_play_base_bin_get_property), (play_base_eos),
19907 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19908 (gst_play_base_bin_remove_element),
19909 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
19910 (gst_play_base_bin_unlink_stream),
19911 (gst_play_base_bin_get_streaminfo):
19912 * gst/playback/gstplaybasebin.h:
19913 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
19914 (gst_play_bin_class_init), (gst_play_bin_init),
19915 (gst_play_bin_dispose), (gst_play_bin_set_property),
19916 (gst_play_bin_get_property), (gen_video_element),
19917 (gen_audio_element), (remove_sinks), (setup_sinks),
19918 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
19919 (gst_play_bin_send_event), (gst_play_bin_get_formats),
19920 (gst_play_bin_convert), (gst_play_bin_get_query_types),
19921 (gst_play_bin_query), (plugin_init):
19922 * gst/playback/test4.c: (main):
19923 More fixes on reusing of the element.
19925 2004-07-11 Benjamin Otte <otte@gnome.org>
19927 * ext/mad/gstmad.c: (normal_seek):
19928 allow seeking for other methods than just SET
19930 2004-07-11 Andy Wingo <wingo@pobox.com>
19932 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
19933 float, "any" caps -> buffer_frames=[0,MAX].
19935 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
19936 doesn't intersect our caps with the template any more. Do it
19938 (interleave_buffered_loop): Use g_newa instead of malloc/free.
19940 2004-07-09 Wim Taymans <wim@fluendo.com>
19942 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
19943 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
19944 (compare_ranks), (print_feature), (gst_decode_bin_init),
19945 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
19946 (try_to_link_1), (new_pad), (close_link), (type_found),
19947 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
19948 (gst_decode_bin_change_state), (plugin_init):
19949 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19950 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
19951 (gst_play_base_bin_dispose), (queue_overrun),
19952 (gen_preroll_element), (remove_prerolls), (no_more_pads),
19953 (new_stream), (setup_source), (gst_play_base_bin_set_property),
19954 (gst_play_base_bin_get_property), (play_base_eos),
19955 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19956 (gst_play_base_bin_remove_element),
19957 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
19958 (gst_play_base_bin_unlink_stream),
19959 (gst_play_base_bin_get_streaminfo):
19960 * gst/playback/gstplaybasebin.h:
19961 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
19962 (gst_play_bin_class_init), (gst_play_bin_init),
19963 (gst_play_bin_dispose), (gst_play_bin_set_property),
19964 (gst_play_bin_get_property), (gen_video_element),
19965 (gen_audio_element), (remove_sinks), (setup_sinks),
19966 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
19967 (gst_play_bin_send_event), (gst_play_bin_get_formats),
19968 (gst_play_bin_convert), (gst_play_bin_get_query_types),
19969 (gst_play_bin_query), (plugin_init):
19970 * gst/playback/test4.c: (main):
19971 Work on object reuse and seeking.
19973 2004-07-09 Wim Taymans <wim@fluendo.com>
19975 * examples/seeking/seek.c: (iterate):
19976 Don't consume all CPU in the idle loop.
19978 2004-07-09 Wim Taymans <wim@fluendo.com>
19980 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
19981 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
19982 Add pad to element *after* setting the pad functions so that
19983 the scheduler can use the correct ones.
19985 2004-07-09 Wim Taymans <wim@fluendo.com>
19987 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
19988 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
19989 Sync to keyframe after seek
19991 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19993 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19994 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19995 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
19996 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
19997 * ext/libvisual/visual.c: (gst_visual_change_state):
19998 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
19999 * ext/theora/theoradec.c: (theora_dec_change_state):
20000 * ext/theora/theoraenc.c: (theora_enc_change_state):
20001 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
20002 * gst-libs/gst/navigation/navigation.c:
20003 * gst/adder/gstadder.c: (gst_adder_change_state):
20004 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20005 (gst_audio_convert_get_buffer):
20006 * gst/multipart/multipartdemux.c:
20007 (gst_multipart_demux_change_state):
20008 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
20009 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20010 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20011 * gst/videoscale/gstvideoscale.c:
20012 (gst_videoscale_handle_src_event):
20013 * gst/volume/gstvolume.c: (volume_chain_int16):
20014 don't assert in state change, this should be done by the base
20016 various debugging fixes.
20018 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20021 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20022 (gst_play_dispose), (gst_play_set_location),
20023 (gst_play_set_data_src), (gst_play_set_video_sink),
20024 (gst_play_set_audio_sink), (gst_play_set_visualization),
20025 (gst_play_connect_visualization), (gst_play_get_sink_element),
20026 (gst_play_get_all_by_interface):
20027 * gst-libs/gst/play/play.h:
20028 add new method to get elements implementing an interface.
20029 add various error logging
20031 2004-07-08 Wim Taymans <wim@fluendo.com>
20033 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
20034 (make_mpeg_pipeline), (make_mpegnt_pipeline),
20035 (make_playerbin_pipeline), (query_durations_elems),
20036 (query_durations_pads), (query_positions_elems),
20037 (query_positions_pads), (update_scale), (iterate), (stop_seek),
20039 Added playbin seeking example.
20041 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20043 * gst-libs/gst/play/play.c: (gst_play_set_location),
20044 (gst_play_set_data_src), (gst_play_set_video_sink),
20045 (gst_play_set_audio_sink), (gst_play_set_visualization),
20046 (gst_play_connect_visualization), (gst_play_get_framerate):
20047 use a macro to look up elements from hash table
20049 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20051 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20052 (gst_play_get_length_callback), (gst_play_set_location),
20053 (gst_play_seek_to_time), (gst_play_set_data_src),
20054 (gst_play_set_video_sink), (gst_play_set_audio_sink),
20055 (gst_play_set_visualization), (gst_play_connect_visualization),
20056 (gst_play_get_sink_element):
20057 - add debugging info
20058 - fix looking up sink elements by iterating over complete caps
20059 - put everything except for source and autoplugger in a complete bin
20061 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20063 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
20064 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
20065 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
20066 (gst_alsa_sink_write), (gst_alsa_sink_loop):
20067 * ext/alsa/gstalsasink.h:
20068 - add debugging info
20069 - clean up schizophrenia of data/buffer/event
20070 - fix double event unref error
20072 2004-07-08 Wim Taymans <wim@fluendo.com>
20074 * gst/playback/Makefile.am:
20075 Add headers to noinst
20077 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20079 * tools/gst-launch-ext-m.m:
20080 * tools/gst-launch-ext.1.in:
20081 convert to the third millenium
20083 2004-07-07 David Schleef <ds@schleef.org>
20085 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
20087 2004-07-07 Wim Taymans <wim@fluendo.com>
20089 * gst/playback/Makefile.am:
20090 * gst/playback/README:
20091 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20092 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20093 (compare_ranks), (print_feature), (gst_decode_bin_init),
20094 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
20095 (try_to_link_1), (new_pad), (close_link), (type_found),
20096 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20098 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20099 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20100 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
20101 (gen_preroll_element), (no_more_pads), (new_stream),
20102 (setup_source), (gst_play_base_bin_set_property),
20103 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
20104 (gst_play_base_bin_add_element),
20105 (gst_play_base_bin_remove_element),
20106 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20107 (gst_play_base_bin_unlink_stream),
20108 (gst_play_base_bin_get_streaminfo):
20109 * gst/playback/gstplaybasebin.h:
20110 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20111 (gst_play_bin_class_init), (gst_play_bin_init),
20112 (gst_play_bin_dispose), (gst_play_bin_set_property),
20113 (gst_play_bin_get_property), (gen_video_element),
20114 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
20115 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
20116 (gst_play_bin_get_formats), (gst_play_bin_convert),
20117 (gst_play_bin_get_query_types), (gst_play_bin_query),
20119 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20120 (gst_stream_info_get_type), (gst_stream_info_class_init),
20121 (gst_stream_info_init), (gst_stream_info_new),
20122 (gst_stream_info_dispose), (gst_stream_info_set_property),
20123 (gst_stream_info_get_property):
20124 * gst/playback/gststreaminfo.h:
20125 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20127 * gst/playback/test2.c: (main):
20128 * gst/playback/test3.c: (update_scale), (main):
20129 More playbin fixes. Added README. Do better element filtering.
20130 Added base class to preroll media. Added test apps.
20132 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20134 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
20135 * ext/mpeg2dec/gstmpeg2dec.h:
20136 various debugging improvements. Reset stream to next picture
20137 instead of sequence header, otherwise seeks cannot work.
20139 2004-07-07 Wim Taymans <wim@fluendo.com>
20141 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
20142 (gst_video_box_class_init), (gst_video_box_set_property),
20143 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
20144 Use pad_alloc where possible.
20146 2004-07-07 Wim Taymans <wim@fluendo.com>
20148 * sys/oss/gstosselement.c: (gst_osselement_reset),
20149 (gst_osselement_parse_caps):
20150 * sys/oss/gstosselement.h:
20151 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20152 Fix offset on osssrc.
20154 2004-07-07 Wim Taymans <wim@fluendo.com>
20156 * ext/theora/theora.c: (plugin_init):
20157 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
20158 (theora_dec_src_query), (theora_dec_chain):
20159 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20160 (theora_enc_sink_link), (theora_buffer_from_packet),
20161 (theora_push_packet), (theora_enc_chain):
20162 Fix theora granulepos calculation.
20163 Fix overflow in duration/position calculation.
20164 Bump rank to PRIMARY for theoradec.
20165 Use granulepos of last packet to calculate position.
20166 Set keyframe flag on buffers when needed.
20168 2004-07-06 David Schleef <ds@schleef.org>
20170 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
20171 serious? (Fixed, obviously.)
20173 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
20177 added Czech translation (Miloslav Trmac)
20179 2004-07-05 Wim Taymans <wim@fluendo.com>
20181 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20182 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20183 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
20184 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20185 (close_link), (type_found), (gst_decode_bin_set_property),
20186 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
20187 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
20188 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
20189 (gst_decode_bin_query), (plugin_init):
20190 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20191 (gst_play_bin_class_init), (gst_play_bin_init),
20192 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
20193 (get_video_element), (new_pad), (setup_source),
20194 (gst_play_bin_set_property), (gst_play_bin_get_property),
20195 (gst_play_bin_change_state), (gst_play_bin_add_element),
20196 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
20197 (gst_play_bin_send_event), (gst_play_bin_get_formats),
20198 (gst_play_bin_convert), (gst_play_bin_get_query_types),
20199 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
20200 * gst/playback/test.c: (main):
20201 More fixes, cleaned up playbin, make it use decodebin. Added
20202 threaded property to playbin.
20204 2004-07-05 Wim Taymans <wim@fluendo.com>
20207 * gst/playback/Makefile.am:
20208 * gst/playback/decodetest.c: (main):
20209 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20210 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20211 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
20212 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20213 (close_link), (type_found), (gst_decode_bin_set_property),
20214 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
20215 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
20216 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
20217 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
20219 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20220 (gst_play_bin_class_init), (gst_play_bin_init),
20221 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
20222 (collect_sink_pads), (find_compatibles), (close_pad_link),
20223 (try_to_link_1), (new_pad), (close_link), (type_found),
20224 (setup_source), (gst_play_bin_set_property),
20225 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
20226 (compare_ranks), (gst_play_bin_collect_factories),
20227 (gst_play_bin_change_state), (gst_play_bin_add_element),
20228 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
20229 (gst_play_bin_send_event), (gst_play_bin_get_formats),
20230 (gst_play_bin_convert), (gst_play_bin_get_query_types),
20231 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
20232 * gst/playback/test.c: (main):
20233 Added some playback helper elements and some test apps, very alpha
20236 2004-07-04 Benjamin Otte <otte@gnome.org>
20238 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
20239 only restart audio when we indeed have an xrun to fix repeated
20240 xruns. Fix suggested by Giuliano Pochini.
20242 2004-07-03 David Schleef <ds@schleef.org>
20244 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
20245 call to gst_debug_log() if debugging is disabled (bug #145118)
20247 2004-07-03 Benjamin Otte <otte@gnome.org>
20249 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
20250 use our own functions for restarting the alsa device.
20251 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20252 I should apply patches myself - use MIN for the third argument, not
20253 the second, this fixes seeking
20255 2004-07-02 David Schleef <ds@schleef.org>
20257 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
20258 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
20261 2004-07-02 David Schleef <ds@schleef.org>
20263 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
20264 output buffers. Fix logic mistake. (bug #144866)
20266 2004-07-02 David Schleef <ds@schleef.org>
20268 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
20269 on X. (bug #144753)
20271 2004-07-02 David Schleef <ds@schleef.org>
20273 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
20274 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
20276 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20277 (gst_osselement_rate_probe_check): Add another workaround for
20278 buggy drivers (bug #145336)
20280 2004-07-02 David Schleef <ds@schleef.org>
20282 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
20283 Most systems don't have MSG_NOSIGNAL.
20285 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
20288 * gst-libs/gst/colorbalance/Makefile.am:
20289 * gst-libs/gst/mixer/Makefile.am:
20290 * gst-libs/gst/play/Makefile.am:
20291 * gst-libs/gst/tuner/Makefile.am:
20292 (hopefully) fix both install and dist and make error message useful.
20293 needs testing across automakes.
20295 2004-07-02 Benjamin Otte <otte@gnome.org>
20297 * ext/ogg/gstogg.c: (plugin_init):
20298 we require bytestream now
20299 * ext/ogg/gstoggdemux.c:
20300 huge diff to implement chain setup in a fast and generic way. This
20301 improves tag reading and startup of huge files (read: Theora videos)
20302 quite a bit. It probably contains bugs, too, so please test.
20303 Seeking is not improved to the fast method.
20305 2004-06-29 Wim Taymans <wim@fluendo.com>
20307 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20308 * ext/ogg/gstoggmux.c:
20309 Fix memleak in oggdemux when running unconnected pads.
20310 doc update in mux, start working on keyframe mode.
20312 2004-06-29 Benjamin Otte <otte@gnome.org>
20314 * sys/oss/gstosssink.c:
20315 * sys/oss/gstosssrc.c:
20316 advertise correct template caps - we indeed do non-native endianness
20317 and 8bit audio has no endianness
20318 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
20319 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
20320 avoid (wrong) duplications in getcaps function and return
20323 2004-06-29 Wim Taymans <wim@fluendo.com>
20325 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20326 (gst_multifdsink_class_init), (gst_multifdsink_add),
20327 (gst_multifdsink_remove), (gst_multifdsink_clear),
20328 (gst_multifdsink_client_remove),
20329 (gst_multifdsink_handle_client_read),
20330 (gst_multifdsink_client_queue_data),
20331 (gst_multifdsink_client_queue_caps),
20332 (gst_multifdsink_client_queue_buffer),
20333 (gst_multifdsink_handle_client_write),
20334 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20335 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
20336 (gst_multifdsink_init_send), (gst_multifdsink_close):
20337 Fix wrong GList iteration that could crash the server when
20338 more then 2 clients disconnect at the same time. Read all the
20339 pending commands in one batch to recover from command storms under
20342 2004-06-28 Wim Taymans <wim@fluendo.com>
20344 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20345 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
20346 (gst_videomixer_pad_set_property),
20347 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
20348 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
20349 (gst_videomixer_class_init), (gst_videomixer_init),
20350 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
20351 (pad_zorder_compare), (gst_videomixer_sort_pads),
20352 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
20353 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
20354 (gst_videomixer_update_queues), (gst_videomixer_loop),
20356 Avoid divide by zero, choose masterpad as the pad with the highest
20359 2004-06-27 Julien Moutte <julien@moutte.net>
20361 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
20362 (gst_ximagesink_xwindow_new):
20363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
20364 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
20365 function directly. We might want to call it from somewhere else one day.
20367 2004-06-27 Julien Moutte <julien@moutte.net>
20369 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
20370 (gst_ximagesink_xwindow_new):
20371 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
20372 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
20373 window decorations.
20375 2004-06-27 Wim Taymans <wim@fluendo.com>
20377 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
20378 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
20379 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
20380 (gst_dvdec_set_property), (gst_dvdec_get_property):
20381 * ext/dv/gstdvdec.h:
20382 Implement drop_factor property to lower the framerate with
20385 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
20387 * gst-libs/gst/colorbalance/Makefile.am:
20388 * gst-libs/gst/mixer/Makefile.am:
20389 * gst-libs/gst/play/Makefile.am:
20390 * gst-libs/gst/tuner/Makefile.am:
20391 unbreak Company's fix that didn't install the -enum.h files
20393 2004-06-27 Wim Taymans <wim@fluendo.com>
20395 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
20396 (gst_dvdec_change_state):
20397 * ext/dv/gstdvdec.h:
20398 Fix timestamp, duration and offset of the buffers.
20400 2004-06-27 Wim Taymans <wim@fluendo.com>
20402 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20403 (gst_multifdsink_class_init), (gst_multifdsink_add),
20404 (gst_multifdsink_remove), (gst_multifdsink_clear),
20405 (gst_multifdsink_client_remove),
20406 (gst_multifdsink_handle_client_read),
20407 (gst_multifdsink_client_queue_data),
20408 (gst_multifdsink_client_queue_caps),
20409 (gst_multifdsink_client_queue_buffer),
20410 (gst_multifdsink_handle_client_write),
20411 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20412 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
20413 (gst_multifdsink_init_send), (gst_multifdsink_close):
20414 * gst/tcp/gstmultifdsink.h:
20415 * gst/tcp/gsttcpserversink.c:
20416 (gst_tcpserversink_handle_server_read),
20417 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
20418 More multifdsink fixes, more recovery policy fixes.
20419 Removed stupid g_print
20421 2004-06-26 Wim Taymans <wim@fluendo.com>
20423 * gst/tcp/Makefile.am:
20424 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20425 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
20426 (gst_multifdsink_class_init), (gst_multifdsink_init),
20427 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
20428 (gst_multifdsink_handle_client_read),
20429 (gst_multifdsink_client_queue_data),
20430 (gst_multifdsink_client_queue_caps),
20431 (gst_multifdsink_client_queue_buffer),
20432 (gst_multifdsink_handle_client_write),
20433 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20434 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
20435 (gst_multifdsink_chain), (gst_multifdsink_set_property),
20436 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
20437 (gst_multifdsink_close), (gst_multifdsink_change_state):
20438 * gst/tcp/gstmultifdsink.h:
20439 * gst/tcp/gsttcpplugin.c: (plugin_init):
20440 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
20441 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
20442 (gst_tcpserversink_handle_server_read),
20443 (gst_tcpserversink_handle_select),
20444 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
20445 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
20446 * gst/tcp/gsttcpserversink.h:
20447 Added multifdsink, made tcpserversink a subclass of fdsink, removed
20448 one of the locks, added recovery policy to multifdsink.
20450 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
20452 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20453 fix decision for when getting frames with same timestamp
20454 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
20455 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
20456 (gst_v4lsrc_get_property):
20457 * sys/v4l/gstv4lsrc.h:
20458 add latency offset property
20460 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
20462 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
20464 fix debugging. add category.
20466 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
20468 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20471 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
20473 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
20474 (gst_alsa_src_get_time), (gst_alsa_src_loop),
20475 (gst_alsa_src_change_state):
20476 return a time that is in sync with the element's processing
20478 2004-06-25 Wim Taymans <wim@fluendo.com>
20480 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20481 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
20482 (gst_tcpserversink_client_remove),
20483 (gst_tcpserversink_handle_client_read),
20484 (gst_tcpserversink_client_queue_data),
20485 (gst_tcpserversink_client_queue_caps),
20486 (gst_tcpserversink_client_queue_buffer),
20487 (gst_tcpserversink_handle_client_write),
20488 (gst_tcpserversink_queue_buffer),
20489 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
20490 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
20491 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
20492 (gst_tcpserversink_close):
20493 * gst/tcp/gsttcpserversink.h:
20494 Serversink rewrite. Really do non blocking writes to clients and
20495 maintain an internal queue to handle slower clients while not
20496 disturbing fast clients.
20498 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
20500 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
20501 better debug, don't override OFFSET and OFFSET_END
20503 2004-06-25 Iain <iain@prettypeople.org>
20505 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
20506 name=source for the wavparse pipeline.
20508 2004-06-24 Johan Dahlin <johan@gnome.org>
20510 * ext/theora/theoraenc.c (theora_enc_chain): Call
20511 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
20512 streamheader caps are set correctly.
20514 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
20516 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
20517 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
20518 respect minimum bitrate; same could be done for max bitrate
20520 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
20522 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
20523 (gst_vorbisenc_setup):
20524 fix sample rate range
20526 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
20528 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
20529 (gst_oggvorbisenc_setup):
20530 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20531 (gst_vorbisenc_setup):
20532 resolve ambiguities in code and description
20534 2004-06-24 Wim Taymans <wim@fluendo.com>
20536 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
20537 * ext/alsa/gstalsa.h:
20538 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
20539 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
20540 Use alsa trigger_tstamp to get the timestamp of the first
20541 sample in the buffer for more precise sync. Some cleanups.
20543 2004-06-24 Wim Taymans <wim@fluendo.com>
20545 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
20546 (gst_audiorate_init), (gst_audiorate_chain),
20547 (gst_audiorate_set_property), (gst_audiorate_get_property):
20548 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
20549 (gst_videorate_chain):
20550 Added some logging, fixed an overflow bug in videorate.
20552 2004-06-24 Benjamin Otte <otte@gnome.org>
20554 * ext/kio/Makefile.am:
20555 fix for builddir != srcdir and distcheck
20557 2004-06-24 Benjamin Otte <otte@gnome.org>
20559 * gst-libs/gst/colorbalance/Makefile.am:
20560 * gst-libs/gst/mixer/Makefile.am:
20561 * gst-libs/gst/play/Makefile.am:
20562 * gst-libs/gst/tuner/Makefile.am:
20563 * gst/tcp/Makefile.am:
20564 * sys/dxr3/Makefile.am:
20565 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
20567 Also add all *.list files that were missing.
20569 add a distcheck hook to ensure the above doesn't happen again.
20571 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
20573 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
20575 2004-06-23 Colin Walters <walters@redhat.com>
20577 * m4/Makefile.am: Distribute gst-fionread.m4.
20579 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
20581 * configure.ac: back to dev
20583 2004-06-23 Wim Taymans <wim@fluendo.com>
20585 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
20586 (gst_alsa_xrun_recovery):
20587 * ext/alsa/gstalsa.h:
20588 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
20589 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
20590 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
20591 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
20592 (gst_alsa_src_loop):
20593 Add clock to alsasrc. Take new capture timestamp when
20594 restarting after an overrun. Split up some functions between
20595 alsasrc and alsasink.
20597 === release 0.8.2 ===
20599 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
20601 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
20602 (gst_alsa_change_state), (gst_alsa_update_avail),
20603 (gst_alsa_xrun_recovery):
20604 * ext/alsa/gstalsa.h:
20605 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20606 merge back changes from release
20608 2004-06-23 Wim Taymans <wim@fluendo.com>
20610 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
20611 (gst_audiorate_init), (gst_audiorate_chain),
20612 (gst_audiorate_set_property), (gst_audiorate_get_property):
20613 Implement sample dropping and notify
20615 2004-06-22 Wim Taymans <wim@fluendo.com>
20617 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20618 (theora_enc_sink_link), (theora_buffer_from_packet),
20619 (theora_push_packet), (theora_enc_chain):
20620 Some cleanups, make sure the timestamps are correct.
20622 2004-06-22 Wim Taymans <wim@fluendo.com>
20624 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
20625 (gst_alsa_change_state), (gst_alsa_update_avail),
20626 (gst_alsa_xrun_recovery):
20627 * ext/alsa/gstalsa.h:
20628 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20629 Cleanups, take queued samples into account when reporting
20632 2004-06-22 Wim Taymans <wim@fluendo.com>
20634 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
20635 (gst_videorate_init):
20636 Initialize the property as well.
20638 2004-06-22 Wim Taymans <wim@fluendo.com>
20640 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
20641 (gst_videorate_init), (gst_videorate_chain),
20642 (gst_videorate_set_property), (gst_videorate_get_property):
20643 Add property to make videorate silent.
20644 Add property to prefer new frames over old ones.
20646 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20648 * sys/osxvideo/Makefile.am:
20649 Workaround so that the osxvideo .so file gets linked with the
20650 Cocoa, OpenGL and QuickTime frameworks
20652 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20654 * sys/osxaudio/Makefile.am:
20655 Workaround so that the osxaudio .so file gets linked with the
20656 CoreAudio framework
20658 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20661 Whoops, my fault...fixed build issues
20663 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20666 Add objective-c support if running in Darwin/Mac OS X
20669 * sys/osxvideo/Makefile.am:
20670 * sys/osxvideo/osxvideosink.h:
20671 * sys/osxvideo/osxvideosink.m:
20672 * sys/osxvideo/cocoawindow.h:
20673 * sys/osxvideo/cocoawindow.m:
20674 Add osxvideosink, a cocoa-based osx video sink
20677 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
20678 * ext/dvdnav/gst-dvd:
20679 Grab the gconf key from the right spot
20680 * gst/debug/gstnavseek.c: (gst_navseek_init),
20681 (gst_navseek_segseek), (gst_navseek_handle_src_event),
20682 (gst_navseek_chain):
20683 * gst/debug/gstnavseek.h:
20684 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
20685 and loop parameters of a segment seek.
20686 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
20687 (gst_videotestsrc_get_event_masks),
20688 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
20689 * gst/videotestsrc/gstvideotestsrc.h:
20690 Add seeking support to videotestsrc
20691 Initialise the timestamp_offset variable.
20693 2004-06-18 Wim Taymans <wim@fluendo.com>
20695 * ext/sidplay/gstsiddec.cc:
20696 Fix negotiation and set correct end offset.
20698 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
20700 * configure.ac: branch and prerelease
20702 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
20704 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
20705 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
20706 (gst_tcpclientsrc_init_receive):
20707 * gst/tcp/gsttcpclientsrc.h:
20708 read caps when connecting to server for GDP so we set them correctly
20710 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
20712 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20713 notify drops and duplicates
20714 * gst/videoscale/videoscale.c: (videoscale_get_structure):
20715 no good reason to limit ourselves to 100x100
20717 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
20719 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
20720 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20721 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
20722 (gst_v4lsrc_get_property):
20723 * sys/v4l/gstv4lsrc.h:
20724 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
20725 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
20726 (gst_v4l_set_audio):
20727 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
20728 (gst_v4lsrc_try_capture):
20729 * sys/v4l/v4lsrc_calls.h:
20730 change try_palette to more general try_capture
20731 add autoprobe option so we can turn off autoprobing
20734 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
20738 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
20739 (gst_ximagesink_class_init):
20740 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
20741 (gst_xvimagesink_class_init):
20742 run them as finalize, not dispose, since dispose can be invoked
20745 2004-06-17 Wim Taymans <wim@fluendo.com>
20747 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
20748 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
20749 * ext/alsa/gstalsa.h:
20750 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
20751 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
20752 (gst_alsa_src_change_state):
20753 * ext/alsa/gstalsasrc.h:
20754 Make the xrun code timestamp and offset the buffers correctly.
20755 moved the clock to the base class, use alsa methods to get time.
20756 Do correct timestamping on outgoing buffers.
20758 2004-06-17 Wim Taymans <wim@fluendo.com>
20760 * gst/audiorate/Makefile.am:
20761 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
20762 (gst_audiorate_base_init), (gst_audiorate_class_init),
20763 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
20764 (gst_audiorate_set_property), (gst_audiorate_get_property),
20765 (gst_audiorate_change_state), (plugin_init):
20766 Added an audiorate converter that fills in gaps.
20768 2004-06-17 Johan Dahlin <johan@gnome.org>
20770 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
20772 2004-06-16 Wim Taymans <wim@fluendo.com>
20774 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
20775 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
20776 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
20777 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
20778 (gst_v4lsrc_get_property):
20779 * sys/v4l/gstv4lsrc.h:
20780 Added a copy mode to v4lsrc where it will output a copied version
20781 of its internal hardware buffer.
20782 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
20785 2004-06-16 Wim Taymans <wim@fluendo.com>
20787 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20790 2004-06-16 Wim Taymans <wim@fluendo.com>
20792 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
20793 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
20794 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
20795 (gst_v4lsrc_get_property):
20796 * sys/v4l/gstv4lsrc.h:
20797 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20798 Added a sync mode enum property to control v4lsrc timestamp method
20799 Removed the use-fixed-fps property and moved functionality in
20801 Don't error on an error value from v4l-conf, it might not always
20804 2004-06-16 Wim Taymans <wim@fluendo.com>
20806 * gst/videorate/Makefile.am:
20807 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
20808 (gst_videorate_base_init), (gst_videorate_class_init),
20809 (gst_videorate_getcaps), (gst_videorate_link),
20810 (gst_videorate_init), (gst_videorate_chain),
20811 (gst_videorate_set_property), (gst_videorate_get_property),
20812 (gst_videorate_change_state), (plugin_init):
20813 Added a video timestamp corrector.
20815 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20817 fixed a potential leak with previous commit
20819 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20821 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20823 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20824 Added missing refcount, fixes bug #144425
20825 Cheers Tim for finding the bug
20827 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
20829 * sys/v4l/gstv4l.c: (plugin_init):
20830 * sys/v4l/gstv4lcolorbalance.c:
20831 * sys/v4l/gstv4lcolorbalance.h:
20832 * sys/v4l/gstv4lelement.c:
20833 * sys/v4l/gstv4lelement.h:
20834 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
20835 * sys/v4l/gstv4lmjpegsink.h:
20836 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20837 * sys/v4l/gstv4lmjpegsrc.h:
20838 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
20839 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
20840 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20841 * sys/v4l/gstv4lsrc.h:
20842 * sys/v4l/gstv4ltuner.c:
20843 * sys/v4l/gstv4ltuner.h:
20844 * sys/v4l/gstv4lxoverlay.c:
20845 * sys/v4l/gstv4lxoverlay.h:
20846 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
20847 (gst_v4l_set_window), (gst_v4l_enable_overlay):
20848 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
20849 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
20850 (gst_v4l_set_audio):
20851 * sys/v4l/v4l_calls.h:
20852 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20853 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
20854 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
20855 (gst_v4lmjpegsink_playback_init),
20856 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
20857 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
20858 (gst_v4lmjpegsink_playback_stop),
20859 (gst_v4lmjpegsink_playback_deinit):
20860 * sys/v4l/v4lmjpegsink_calls.h:
20861 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20862 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
20863 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
20864 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
20865 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
20866 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
20867 * sys/v4l/v4lmjpegsrc_calls.h:
20868 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20869 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
20870 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
20871 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
20872 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
20873 (gst_v4lsrc_try_palette):
20874 * sys/v4l/v4lsrc_calls.h:
20875 bunch of paranoia cleanups
20877 2004-06-14 David Schleef <ds@schleef.org>
20879 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
20880 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
20881 Send discont events and change timestamps appropriately when
20882 we get a seek event. (bug #144240)
20883 * ext/cdparanoia/gstcdparanoia.h:
20885 2004-06-14 Benjamin Otte <otte@gnome.org>
20887 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
20888 snd_pcm_hw_params_set_rate since the latter fails for no good
20889 reason on some setups.
20891 2004-06-14 David Schleef <ds@schleef.org>
20893 * gst/volume/demo.c: (value_changed_callback): exp10() is not
20894 standard. Thank you for playing.
20896 2004-06-14 Wim Taymans <wim@fluendo.com>
20898 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
20899 Patch 1.3 broke the ordering of the colorspace info and
20900 made the plugin basically work by coincidence, reordered
20903 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
20905 * ext/lame/gstlame.c:
20906 * ext/mad/gstmad.c:
20907 sync caps. Make sure mad can only output a list of rates, not
20908 a full range. In the future, have three caps lists for each of the
20909 mpeg versions. Change mpegversion to a double as well.
20911 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
20913 * gst/volume/.cvsignore:
20914 * gst/volume/Makefile.am:
20915 * gst/volume/demo.c: (value_changed_callback), (idler),
20916 (setup_gui), (main):
20917 added small demo app
20919 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
20920 * ext/esd/esdsink.c: (gst_esdsink_change_state):
20921 * ext/esd/esdsink.h:
20922 Close the esd connection on pause, because esd will just wait -
20923 blocking all other esd clients indefinitely.
20925 2004-06-12 Christophe Fergeau <teuf@gnome.org>
20927 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
20928 previous commit with GST_DEBUG
20930 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
20933 add a header check for a dvdread header in dvdnav. Fixes #133002
20935 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20937 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
20938 * gst/tcp/gsttcpclientsink.h:
20939 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
20940 * gst/tcp/gsttcpclientsrc.h:
20941 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
20942 (gst_tcpserversink_handle_server_read),
20943 (gst_tcpserversink_init_send):
20944 * gst/tcp/gsttcpserversink.h:
20945 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
20946 * gst/tcp/gsttcpserversrc.h:
20947 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
20950 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20953 Added ogg library so that OSX detects libtheora properly
20955 2004-06-11 Wim Taymans <wim@fluendo.com>
20957 * ext/theora/theoradec.c: (theora_dec_chain),
20958 (theora_dec_change_state):
20959 Don't try to decode frames before we received a keyframe.
20961 2004-06-11 Wim Taymans <wim@fluendo.com>
20963 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20964 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
20965 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
20966 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
20967 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
20968 Added property to set the maximum delay of a page.
20970 2004-06-10 Wim Taymans <wim@fluendo.com>
20972 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20973 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
20974 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
20975 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
20976 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
20977 Added max-delay property to control the maximum amount
20978 of data to put in one page.
20980 2004-06-10 Wim Taymans <wim@fluendo.com>
20982 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20983 (gst_theora_enc_init), (theora_enc_sink_link),
20984 (theora_buffer_from_packet), (theora_enc_set_property),
20985 (theora_enc_get_property):
20986 Set duration on encoded buffer, added some more properties
20988 2004-06-10 Wim Taymans <wim@fluendo.com>
20990 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20991 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
20992 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20993 * ext/theora/theoraenc.c: (theora_enc_chain):
20994 Fix refcounting bugs
20996 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
20998 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
20999 (gst_asf_demux_loop), (gst_asf_demux_process_file),
21000 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
21001 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
21002 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
21003 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
21004 (gst_asf_demux_change_state):
21005 * gst/asfdemux/gstasfdemux.h:
21006 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
21007 feels like. I think we should set a new requirement for demuxers
21008 from now on to implement sane loop functions, data loops, query
21009 and seek functions before first commit into CVS. And this commit
21010 fixes all of the above.
21012 2004-06-10 Christophe Fergeau <teuf@gnome.org>
21014 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
21015 vorbis comments are properly encoded in UTF-8 before adding them
21018 2004-06-09 Benjamin Otte <otte@gnome.org>
21020 * ext/alsa/gstalsa.c: (add_channels):
21021 handle min <= max correctly
21022 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
21023 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
21024 add fixation functions so we fixate correctly. No preferring of alaw
21025 anymore because it's the first structure.
21026 * ext/alsa/gstalsa.h:
21027 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
21028 (gst_alsa_hw_params_dump):
21029 add functions to ease debugging in alsalib
21030 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
21031 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
21032 (gst_alsa_start_audio):
21033 only specify hw params if we really setup a format (fixes #134007 -
21034 or at least works around it)
21036 2004-06-09 Wim Taymans <wim@fluendo.com>
21038 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21039 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
21040 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
21041 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
21042 (gst_ogg_mux_loop):
21043 Use stream caps to setup the initial pages in the ogg stream.
21044 Correctly set the streamheader caps on the srcpad.
21046 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
21048 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
21049 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
21050 (gst_v4lsrc_getcaps):
21051 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
21052 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
21053 add querying of fps lists for webcams. Negotiating to a framerate
21056 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
21058 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21059 (theora_push_buffer), (theora_push_packet),
21060 (theora_set_header_on_caps), (theora_enc_chain):
21061 mark buffers and put on streamheader, raw theora streaming
21062 now works too, whee
21064 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
21066 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
21067 (gst_tcp_gdp_read_caps):
21068 do a looping read for caps and GDP headers too
21070 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
21072 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21073 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
21074 return EOS instead of NULL in _get
21076 2004-06-08 Wim Taymans <wim@fluendo.com>
21078 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
21079 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
21080 (gst_tcp_gdp_write_caps):
21081 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21082 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
21083 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
21086 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
21088 * ext/vorbis/Makefile.am:
21089 * ext/vorbis/vorbis.c: (plugin_init):
21090 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
21091 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
21092 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
21093 (vorbis_parse_change_state):
21094 * ext/vorbis/vorbisparse.h:
21095 adding a vorbisparse element that marks the buffers, streaming
21096 raw vorbis using GDP now works, whee
21098 2004-06-08 Wim Taymans <wim@fluendo.com>
21100 * ext/jpeg/Makefile.am:
21102 * ext/jpeg/gstjpeg.c: (plugin_init):
21103 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
21104 (gst_smokedec_base_init), (gst_smokedec_class_init),
21105 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
21106 * ext/jpeg/gstsmokedec.h:
21107 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
21108 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
21109 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
21110 (gst_smokeenc_resync), (gst_smokeenc_chain),
21111 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
21112 * ext/jpeg/gstsmokeenc.h:
21113 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
21114 (smokecodec_flush_destination), (smokecodec_term_destination),
21115 (smokecodec_init_source), (smokecodec_fill_input_buffer),
21116 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
21117 (smokecodec_term_source), (smokecodec_encode_new),
21118 (smokecodec_decode_new), (smokecodec_info_free),
21119 (smokecodec_set_quality), (smokecodec_get_quality),
21120 (smokecodec_set_threshold), (smokecodec_get_threshold),
21121 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
21122 (find_best_size), (abs_diff), (put), (smokecodec_encode),
21123 (smokecodec_parse_header), (smokecodec_decode):
21124 * ext/jpeg/smokecodec.h:
21125 Added a new simple jpeg based codec
21127 2004-06-08 Wim Taymans <wim@fluendo.com>
21129 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21130 (gst_multipart_mux_loop):
21133 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
21135 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21136 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
21137 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
21138 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
21139 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
21140 * gst/tcp/gsttcpserversink.h:
21141 take streamheader into account
21143 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
21145 * gst/level/Makefile.am:
21146 * gst/level/gstlevel.c: (gst_level_class_init):
21147 clean up marshal generation
21149 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
21151 * gst/tcp/Makefile.am:
21152 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
21153 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
21154 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
21155 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21156 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
21157 (gst_tcpclientsrc_get_property):
21158 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21159 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21160 (gst_tcpserversink_handle_client_read),
21161 (gst_tcpserversink_handle_client_write),
21162 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
21163 * gst/tcp/gsttcpserversink.h:
21164 add signals client-added and client-removed
21165 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21166 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
21167 (gst_tcpserversrc_get_property):
21168 uniformized, change default protocol to NONE
21169 * gst/tcp/gsttcp-marshal.list: added
21170 2004-06-07 Benjamin Otte <otte@gnome.org>
21172 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21173 handle discont events if they happen before caps nego
21175 2004-06-07 Wim Taymans <wim@fluendo.com>
21177 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
21178 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
21179 (gst_multipart_demux_plugin_init):
21180 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21181 (gst_multipart_mux_init), (gst_multipart_mux_loop),
21182 (gst_multipart_mux_change_state):
21183 Small updates, fix a memleak
21185 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21187 * configure.ac: OSS portability
21188 * ext/arts/gst_arts.c: idem
21189 * sys/oss/gstosselement.c: idem
21190 * sys/oss/gstossmixer.c: idem
21191 * sys/oss/gstosssink.c: idem
21192 * sys/oss/gstosssrc.c: idem
21193 * sys/oss/oss_probe.c: idem
21194 - check for soundcard.h in different places for some BSD
21196 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
21199 Add me to the authors file
21201 Increase the libdv requirement to >= version 0.100
21202 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21203 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
21204 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
21205 * ext/dv/gstdvdec.h:
21206 Add support for the new_media flag when sending DISCONT events
21207 Make the querying work when video pad is not linked
21209 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
21211 reviewed by Benjamin Otte <otte@gnome.org>
21213 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
21214 create a NULL-initialized array of pads, so we don't think they
21215 exist already. (fixes #143130)
21217 2004-06-07 Benjamin Otte <otte@gnome.org>
21219 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
21220 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
21221 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
21222 don't use // coments
21224 2004-06-07 Benjamin Otte <otte@gnome.org>
21226 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
21227 cast to GstClockTime to get higher granularity
21228 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21229 use gst_element_set_time_delay to get the exact time
21230 * ext/mad/gstmad.c: (gst_mad_chain):
21231 use the negotiated rate instead of the current frame's rate which
21232 might be wrong because of bit errors. This avoids emitting totally
21233 bogus timestamps and screwing sync.
21236 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
21238 reviewed by Benjamin Otte <otte@gnome.org>
21240 * gst/adder/gstadder.c: (gst_adder_loop):
21241 properly error out when no negotiation has happened yet. (fixes
21244 2004-06-06 Benjamin Otte <otte@gnome.org>
21246 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21247 forward correctly transformed offset in discont events. Based on
21248 patch by Arwed v. Merkatz. (fixes #142851)
21250 2004-06-06 David Schleef <ds@schleef.org>
21252 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
21253 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
21254 problems on several systems.
21256 2004-06-06 Benjamin Otte <otte@gnome.org>
21258 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21259 use explicit caps on the srcpad
21260 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21261 properly error out if caps couldn't be set (fixes #142764)
21263 2004-06-06 Benjamin Otte <otte@gnome.org>
21265 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
21266 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
21267 (gst_alsa_start_audio):
21268 - don't call set_periods_integer anymore, it breaks the
21269 configuration randomly
21270 - call snd_pcm_hw_params_set_access directly instead of using masks
21271 - don't fail if the sw_params can't be set, just use the default
21272 params and hope it works. Alsalib has weird issues when you touch
21273 sw_params and does no proper error reporting about what failed.
21274 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21275 (gst_alsa_close_audio):
21276 make our alsa debugging go via gst debugging and not conditionally
21278 * ext/alsa/gstalsa.h:
21279 add ALSA_DEBUG_FLUSH macro
21280 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
21282 wrap alsa errors to be printed via the gst debugging system and not
21285 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
21287 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
21288 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
21289 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
21290 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
21291 (qtdemux_parse_trak):
21292 * gst/qtdemux/qtdemux.h:
21293 Bitch. Also known as seeking, querying & co.
21294 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21295 (gst_osssink_change_state):
21296 * sys/oss/gstosssink.h:
21297 Resyncing is for weenies, this hack is no longer needed and was
21298 broken anyway (since it - unintendedly - always leaves resync to
21301 2004-06-05 Andrew Turner <zxombie@hotpop.com>
21303 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
21304 * gst/tcp/gsttcpclientsrc.h: idem
21305 - define MSG_NOSIGNAL if not done
21306 - include unistd.h for off_t
21309 2004-06-05 Benjamin Otte <otte@gnome.org>
21312 * ext/kio/Makefile.am:
21313 check for qt's moc preprocessor explicitly and use it
21315 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21317 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
21318 don't get a signal for EPIPE on socket writes
21319 (somebody check if this works on other platforms)
21321 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
21323 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
21324 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21325 check error condition on available samples correctly
21327 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
21329 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
21331 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
21332 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
21333 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
21334 (gst_tcpserversrc_gdp_read_header):
21335 use ssize_t over size_t since the former is signed and thus the
21336 check for error codes can work
21338 2004-06-02 Wim Taymans <wim@fluendo.com>
21342 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21343 (gst_multipart_mux_loop):
21346 2004-06-02 Wim Taymans <wim@fluendo.com>
21348 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21349 (gst_multipart_mux_init), (gst_multipart_mux_loop),
21350 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
21351 (gst_multipart_mux_change_state):
21352 Added configurable boundary specifier, added the value as a
21353 caps field as well.
21355 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21357 * gst/tcp/gsttcp.c:
21358 * gst/tcp/gsttcpclientsrc.c:
21359 * gst/tcp/gsttcpclientsrc.h:
21360 * gst/tcp/gsttcpserversrc.c:
21361 - portability fix, to compile on OSX
21364 * sys/osxaudio/gstosxaudioelement.c:
21365 * sys/osxaudio/gstosxaudiosink.c:
21366 * sys/osxaudio/gstosxaudiosrc.c:
21367 - compilation warnings on OSX
21370 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21372 * ext/vorbis/vorbisdec.c : sign warning fixes
21374 * gst-libs/gst/mixer/mixertrack.c :
21375 do no use defines which are glib 2.4 specific
21377 2004-06-01 Christophe Fergeau <teuf@gnome.org>
21379 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
21380 buffer since libflac doesn't expect it (reports a sync error when
21381 it encounters that)
21384 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
21386 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
21387 * gst-libs/gst/mixer/mixertrack.c:
21388 (gst_mixer_track_get_property), (get_mixer_track_init),
21389 (get_mixer_track_get_property): Added property accessors
21390 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
21391 * gst-libs/gst/mixer/mixeroptions.c:
21392 (gst_mixer_options_get_values): Added
21393 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
21394 * gst-libs/gst/mixer/mixer.c: Fixed comment
21397 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21399 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21400 improve error messages on open
21403 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
21405 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
21406 check if v4l-conf is in path
21408 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
21410 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21411 change assert to a more readable error message
21413 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21415 * gst-libs/gst/tuner/tunerchannel.h:
21416 - add a freq_multiplicator field to make the conversion
21417 between internal frequency unit and Hz
21418 * sys/v4l/gstv4lelement.c:
21419 * sys/v4l2/gstv4l2element.c:
21420 - change default video device to /dev/video0
21421 * sys/v4l/v4l_calls.c:
21422 * sys/v4l2/v4l2_calls.c:
21423 - we only expose frequency to the user in Hz instead of
21424 bastard v4lX unit (either 62.5kHz or 62.5Hz)
21426 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
21427 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21428 Initialise b_o_s and e_o_s variables
21429 * gst-libs/gst/riff/riff-media.c:
21430 (gst_riff_create_video_caps_with_data):
21431 Add some unusual fourcc's from mplayer avi's
21432 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
21433 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
21436 2004-05-28 Wim Taymans <wim@fluendo.com>
21439 * gst/alpha/Makefile.am:
21440 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21441 (gst_alpha_get_type), (gst_alpha_base_init),
21442 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
21443 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
21444 (gst_alpha_chroma_key), (gst_alpha_chain),
21445 (gst_alpha_change_state), (plugin_init):
21446 A plugin to add an alpha channel to I420 video. Can optionally do
21448 * gst/multipart/Makefile.am:
21449 * gst/multipart/multipart.c: (plugin_init):
21450 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
21451 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
21452 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
21453 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
21454 (gst_multipart_demux_change_state),
21455 (gst_multipart_demux_plugin_init):
21456 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
21457 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
21458 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
21459 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
21460 (gst_multipart_mux_pad_unlink),
21461 (gst_multipart_mux_request_new_pad),
21462 (gst_multipart_mux_handle_src_event),
21463 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
21464 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
21465 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
21466 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
21467 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
21468 send multipart jpeg images to a browser.
21469 * gst/videobox/Makefile.am:
21470 * gst/videobox/README:
21471 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
21472 (gst_video_box_get_type), (gst_video_box_base_init),
21473 (gst_video_box_class_init), (gst_video_box_init),
21474 (gst_video_box_set_property), (gst_video_box_get_property),
21475 (gst_video_box_sink_link), (gst_video_box_i420),
21476 (gst_video_box_ayuv), (gst_video_box_chain),
21477 (gst_video_box_change_state), (plugin_init):
21478 Crops or adds borders around an image. can do alpha channel
21480 * gst/videomixer/Makefile.am:
21481 * gst/videomixer/README:
21482 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21483 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
21484 (gst_videomixer_pad_get_sink_event_masks),
21485 (gst_videomixer_pad_get_property),
21486 (gst_videomixer_pad_set_property),
21487 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
21488 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
21489 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
21490 (gst_videomixer_base_init), (gst_videomixer_class_init),
21491 (gst_videomixer_init), (gst_videomixer_request_new_pad),
21492 (gst_videomixer_handle_src_event),
21493 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
21494 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
21495 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21496 (gst_videomixer_loop), (gst_videomixer_get_property),
21497 (gst_videomixer_set_property), (gst_videomixer_change_state),
21499 Generic video mixer plugin, can handle multiple inputs all with
21500 different framerates and video sizes. Is fully alpha channel
21503 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
21505 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21506 Select first track as master track. Not sure how else to handle
21508 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
21509 Discard discont events. Should fix #142962.
21511 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
21513 * ext/alsa/Makefile.am:
21514 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
21515 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
21516 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21517 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21518 (gst_alsa_mixer_get_option):
21519 * ext/alsa/gstalsamixer.h:
21520 * ext/alsa/gstalsamixeroptions.c:
21521 (gst_alsa_mixer_options_get_type),
21522 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
21523 (gst_alsa_mixer_options_new):
21524 * ext/alsa/gstalsamixeroptions.h:
21525 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21526 * ext/alsa/gstalsamixertrack.h:
21527 Add enumerations (as GstMixerOptions). Make correct distinction
21528 between input/output tracks. Add capture/playback private flag.
21529 Use flag to decide on whether to set capture or playback volumes
21530 or switches. Use playback and record switches.
21531 * gst-libs/gst/mixer/Makefile.am:
21532 * gst-libs/gst/mixer/mixer-marshal.list:
21533 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
21534 (gst_mixer_set_option), (gst_mixer_get_option),
21535 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
21536 (gst_mixer_volume_changed), (gst_mixer_option_changed):
21537 * gst-libs/gst/mixer/mixer.h:
21538 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
21539 (gst_mixer_options_class_init), (gst_mixer_options_init),
21540 (gst_mixer_options_dispose):
21541 * gst-libs/gst/mixer/mixeroptions.h:
21542 Add GstMixerOptions.
21543 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21544 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
21545 broken device detection on computers with multiple OSS sound
21548 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21550 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21551 fixate nicely even when the peer is not negotiating
21553 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
21555 * gst/audioconvert/gstaudioconvert.c:
21556 (gst_audio_convert_parse_caps):
21557 make sure we don't allow depth > width
21558 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21559 fixate endianness to G_BYTE_ORDER as default
21560 * gst/audioscale/gstaudioscale.c:
21561 we don't handle another endianness as host-endianness
21563 2004-05-25 David Schleef <ds@schleef.org>
21565 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
21567 2004-05-24 Benjamin Otte <otte@gnome.org>
21569 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
21570 (gst_oggvorbisenc_setup):
21571 properly fail when we can't setup the vorbis encoder due to
21572 unsupported settings
21573 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
21574 (gst_vorbisenc_setup):
21576 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21577 fix case where warnings occured when one pad was unlinked while the
21578 other's link function was called
21580 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
21582 * gst/tcp/Makefile.am:
21585 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
21587 * gst-libs/gst/resample/private.h:
21588 don't use optimizations that are #if 0'ed
21590 2004-05-24 Wim Taymans <wim@fluendo.com>
21592 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21593 Fix potential division by zero error and hopefully get
21594 the position query right to get correct timestamps on avi
21597 2004-05-24 Wim Taymans <wim@fluendo.com>
21599 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
21600 (gst_videoscale_scale_nearest_str2),
21601 (gst_videoscale_scale_nearest_str4),
21602 (gst_videoscale_scale_nearest_32bit),
21603 (gst_videoscale_scale_nearest_24bit),
21604 (gst_videoscale_scale_nearest_16bit):
21605 Fix the scaling algorithm and avoid a buffer overflow.
21606 removed the while loop in the scaling function as it
21607 was used for point sampling only.
21609 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
21611 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21612 (gst_id3_tag_class_init), (gst_id3_tag_init),
21613 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
21614 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
21615 (gst_id3_tag_send_tag_event):
21616 lots of fixes to make id3mux work and id3demux work correctly
21618 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21621 add rules to build shout2send (was removed by accident
21622 when this module was no more marked experimental/broken)
21624 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21626 * ext/shout2/gstshout2.c:
21627 * ext/shout2/gstshout2.h:
21628 adding a "connection problem" signal to shout2send
21631 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
21633 * ext/kio/kioreceiver.cpp:
21634 * ext/kio/kioreceiver.h:
21635 fix sign comparison issues
21637 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21639 * gst/cdxaparse/gstcdxaparse.c:
21640 * gst/cdxaparse/gstcdxaparse.h:
21642 add some checks/sanity
21643 prepare for seek addition
21645 * sys/sunaudio/gstsunaudio.c:
21646 remove exported dupe init function
21648 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
21650 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
21651 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
21652 Fix format conversion and position querying.
21653 * gst/debug/progressreport.c: (gst_progressreport_report):
21654 Don't output a bogus total value that we didn't query.
21655 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21656 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
21657 only a blank window after xine has been used.
21659 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
21662 sync with upstream version to fix test on FC2
21663 readd with -ko to preserve Id header
21665 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21668 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
21669 * gst/tcp/gsttcpclientsrc.c: idem
21670 * gst/tcp/gsttcpserversink.c: idem
21671 * gst/tcp/gsttcpserversrc.c: idem
21672 * m4/gst-fionread.m4: idem
21674 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
21676 * configure.ac: enable speex plugin for speex 1.1.5+
21677 * ext/speex/gstspeexenc.c: fix cast warning
21679 * ext/esd/README: fix typo
21681 2004-05-20 David Schleef <ds@schleef.org>
21683 * configure.ac: Minor cosmetic change to convince the buildbot to
21685 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
21686 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
21687 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
21688 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
21689 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
21690 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
21691 More hacking. Plays audio now.
21693 2004-05-20 David Schleef <ds@schleef.org>
21698 2004-05-20 David Schleef <ds@schleef.org>
21700 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
21701 * sys/osxaudio/gstosxaudio.c:
21702 * sys/osxaudio/gstosxaudioelement.c:
21703 * sys/osxaudio/gstosxaudioelement.h:
21704 * sys/osxaudio/gstosxaudiosink.c:
21705 * sys/osxaudio/gstosxaudiosink.h:
21706 * sys/osxaudio/gstosxaudiosrc.c:
21707 * sys/osxaudio/gstosxaudiosrc.h:
21709 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
21711 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
21712 (gst_vorbisenc_chain):
21713 put the codec headers on the caps as streamheader as well as
21716 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
21718 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
21719 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
21720 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
21721 split up push_packet into two functions
21723 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
21725 * gst/tcp/.cvsignore:
21727 * gst/tcp/Makefile.am:
21729 * gst/tcp/gsttcp.c:
21730 * gst/tcp/gsttcp.h:
21731 * gst/tcp/gsttcpclientsink.c:
21732 * gst/tcp/gsttcpclientsink.h:
21733 * gst/tcp/gsttcpclientsrc.c:
21734 * gst/tcp/gsttcpclientsrc.h:
21735 * gst/tcp/gsttcpplugin.c:
21736 * gst/tcp/gsttcpserversink.c:
21737 * gst/tcp/gsttcpserversink.h:
21738 * gst/tcp/gsttcpserversrc.c:
21739 * gst/tcp/gsttcpserversrc.h:
21740 add new tcp elements
21742 2004-05-19 Wim Taymans <wim@fluendo.com>
21744 * gst/law/mulaw-conversion.c: (mulaw_encode):
21745 Fix overflow bug in ulaw encoding.
21747 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
21749 * ext/mad/gstmad.c: (gst_mad_handle_event):
21750 don't unref the event twice
21752 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
21755 remove -Wno-sign-compare
21757 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
21760 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
21761 if you want to work against glib 2.2 and 2.4
21763 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
21765 * gst/tcp/Makefile.am:
21766 * gst/tcp/gsttcp.c:
21767 * gst/tcp/gsttcp.h:
21768 * gst/tcp/gsttcpsink.h:
21769 * gst/tcp/gsttcpsrc.h:
21770 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
21772 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
21774 * gst/debug/tests.c: (md5_get_value):
21775 fix segfault on gst-inspect
21777 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
21779 * gst/debug/testplugin.c:
21780 * gst/debug/tests.c:
21781 * gst/debug/tests.h:
21782 add new extensible and configurable testing element. Current tests
21783 include buffer count, stream length, timestamp/duration matching and
21785 * gst/debug/Makefile.am:
21786 * gst/debug/gstdebug.c: (plugin_init):
21787 add infrastructure for new element
21789 2004-05-19 Johan Dahlin <johan@gnome.org>
21791 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
21792 ending of the array. Fixes gst-inspect segfault on ppc.
21794 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21796 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
21798 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
21800 2004-05-18 David Schleef <ds@schleef.org>
21802 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
21803 warnings (bugs, actually) noticed by gcc but not forte.
21805 2004-05-18 David Schleef <ds@schleef.org>
21807 * sys/sunaudio/Makefile.am:
21808 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
21810 2004-05-18 David Schleef <ds@schleef.org>
21812 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21813 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
21814 to allow qtdemux to use non-seekable streams. (bug #142272)
21816 2004-05-18 David Schleef <ds@schleef.org>
21818 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
21819 (gst_resample_sinc_ft_float): Remove use of static temporary
21820 buffer. This code was obviously not supposed to last long, but
21821 it's stuck in our ABI, so it required a little hack to make it
21822 ABI-compatible. Fixes #142585.
21823 * gst-libs/gst/resample/resample.h: same.
21825 2004-05-18 David Schleef <ds@schleef.org>
21827 * configure.ac: Add sunaudio
21828 * examples/Makefile.am: make gstplay depend on gconf
21829 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
21830 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
21831 (convert_table_lookup), (img_convert): remove c99-isms
21832 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
21833 unsigned, to fix a warning on Solaris
21834 * gst/mpeg1sys/systems.c: bcopy->memcpy
21835 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
21836 * sys/Makefile.am: Add sunaudio
21838 2004-05-18 Wim Taymans <wim@fluendo.com>
21840 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
21841 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21842 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
21843 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
21844 (gst_ogg_mux_loop):
21845 Fix an ugly memleak where the muxer didn't flush enough ogg
21846 pages. This also resulted in badly muxed ogg files.
21848 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21850 * gst/asfdemux/asfheaders.c :
21851 * gst/asfdemux/asfheaders.h :
21852 * gst/asfdemux/gstasfdemux.c :
21853 - fix ASF_OBJ_PADDING guid
21854 - add 3 new object guids (language list, metadata,
21855 extended stream properties)
21856 - add a function to parse extended header objects
21858 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
21860 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21861 remove leftover debugging g_print
21863 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
21865 * ext/mad/gstmad.c: (gst_mad_handle_event):
21866 Fix for when the first format in a discont event is not a
21867 byte-based one. Should fix #137710.
21869 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21871 * m4/a52.m4 : fix compilation with -Wall -Werror
21872 * m4/libfame.m4 : idem
21873 * m4/libmikmod.m4 : idem
21875 2004-05-17 Benjamin Otte <otte@gnome.org>
21877 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
21878 signal the new tags before giving up the reference
21880 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
21882 * ext/shout2/gstshout2.c:
21883 use application/ogg instead of application/x-ogg (patch by Patrick
21884 Guimond, fixes #142432)
21885 * sys/oss/gstosselement.c: (gst_osselement_reset),
21886 (gst_osselement_sync_parms):
21887 don't set fragment size unless specified (fixes #142493)
21889 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21891 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
21894 2004-05-17 Benjamin Otte <otte@gnome.org>
21896 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21897 compute offsets correctly for internal buffers so timestamps are set
21898 correctly when we can't seek. Also handle cases where there are no
21899 offsets. (based on a patch by David Moore, fixes #142507)
21901 2004-05-17 Benjamin Otte <otte@gnome.org>
21903 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21904 use correct variable when determining amount of data to skip so we
21905 don't skip into the void and segfault
21907 2004-05-16 Benjamin Otte <otte@gnome.org>
21909 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
21912 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21914 * gst/asfdemux/gstasfdemux.c:
21915 - fix a mem leak and always propagate tags
21916 - add WMV3 to known video codecs (but no decoder yet)
21917 - replace "surplus data" at end of audio header for what
21918 it is : codec specific data
21921 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
21923 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21925 * gst-libs/gst/audio/audioclock.c:
21926 Fix wrong return type (#142205).
21928 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
21930 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
21931 Ignore CRCs by default (fixes #142566).
21933 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
21935 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
21936 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
21937 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
21938 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
21939 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21940 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
21941 Fix for cases where we fail to attach to a mixer.
21943 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
21945 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21946 Don't touch events after not owning them anymore.
21947 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
21948 (gst_wavparse_fmt), (gst_wavparse_other),
21949 (gst_wavparse_handle_seek), (gst_wavparse_loop),
21950 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21951 (gst_wavparse_srcpad_event):
21952 * gst/wavparse/gstwavparse.h:
21953 Add seeking, fix querying.
21955 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21957 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
21958 - process comments even if they don't end with \0\0
21959 g_convert would ignore them if present and works well without them
21961 2004-05-16 Benjamin Otte <otte@gnome.org>
21963 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
21966 2004-05-16 Benjamin Otte <otte@gnome.org>
21968 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
21969 don't write to memory we might not write to - g_convert does that
21970 for us anyway (fixes #142613)
21971 (gst_asf_demux_audio_caps):
21972 comment out gst_util_dump_mem
21974 2004-05-16 Benjamin Otte <otte@gnome.org>
21976 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21977 compute correct expected timestamps after seek (broken since
21979 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
21980 rename element and debugging category to gdkpixbufscale
21982 2004-05-16 Benjamin Otte <otte@gnome.org>
21984 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21985 add error checking to snd_pcm_delay and remove duplicate call to
21986 snd_pcm_delay that caused issues (see inline code comments)
21987 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21988 make more readable and fix return value when snd_pcm_delay fails
21991 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
21992 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
21993 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
21994 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
21995 (gst_pixbufscale_link), (gst_pixbufscale_init),
21996 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
21997 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
21998 (gst_pixbufscale_get_property), (pixbufscale_init):
21999 * ext/gdk_pixbuf/pixbufscale.h:
22000 Add these files I forgot earlier
22002 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
22003 * ext/gdk_pixbuf/Makefile.am:
22004 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22005 * ext/gdk_pixbuf/gstgdkpixbuf.h:
22006 Add new pixbufscale element to scale RGB video
22007 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
22008 and HYPER interpolation correctly.
22009 * ext/theora/theoraenc.c: (theora_enc_chain),
22010 Discard buffer and return if explicit caps could not be set
22011 (theora_enc_get_property):
22012 Make _get return kbps for the bitrate consistent with
22016 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
22018 * ext/libvisual/visual.c: (gst_visual_chain):
22019 add missing visual_audio_analyze
22021 2004-05-14 David Schleef <ds@schleef.org>
22023 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
22024 is killed while we're playing.
22025 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
22026 gst_element_no_more_pads().
22028 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22030 * gst-libs/gst/riff/riff-read.c :
22031 - fix INFO tag extraction in RIFF/AVI files
22032 because gst_event_unref (event) also freed taglist
22035 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22037 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
22038 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
22040 * gst/auparse/gstauparse.c :
22041 - add code (commented for now) to support audio/x-adpcm on src pad
22042 (we have no decoder for those layout yet)
22044 * gst/cdxaparse/gstcdxaparse.c :
22045 * gst/cdxaparse/gstcdxaparse.h :
22046 - partial rewrite using RiffRead (ripped iain's wavparse code)
22048 * gst/rtp/gstrtpL16enc.c : typo
22049 * gst/rtp/gstrtpgsmenc.c : typo
22051 2004-05-13 Benjamin Otte <otte@gnome.org>
22054 check for exact version of libvisual, it's not supposed to be
22057 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
22059 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
22060 signal no-more-pads
22062 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
22064 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
22065 Report which format was used for GST_FORMAT_DEFAULT
22066 * gst/debug/Makefile.am:
22067 * gst/debug/gstdebug.c: (plugin_init):
22068 * gst/debug/progressreport.c: (gst_progressreport_base_init),
22069 (gst_progressreport_class_init), (gst_progressreport_init),
22070 (gst_progressreport_report), (gst_progressreport_set_property),
22071 (gst_progressreport_get_property), (gst_progressreport_chain),
22072 (gst_progressreport_plugin_init):
22073 Add progressreport element for testing.
22075 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
22077 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
22078 * sys/v4l/gstv4lsrc.h:
22079 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
22080 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
22081 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
22082 (gst_v4lsrc_grab_frame):
22084 send a discont at start
22086 2004-05-12 Colin Walters <walters@redhat.com>
22088 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
22089 inflooping if we can't find a chunk. Or in other words, don't blow
22090 chunks if we don't have a chunk to blow.
22092 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
22093 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
22094 Remove old debug output
22095 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
22096 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
22097 (gst_dvdec_set_property), (gst_dvdec_get_property):
22098 Change the quality setting to an enum, so it works from gst-launch
22099 Don't renegotiate a non-linked pad. Allows audio only decoding.
22100 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
22101 (gst_deinterlace_link), (gst_deinterlace_init):
22102 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22103 (gst_videodrop_link):
22104 Some caps negotiation fixes
22106 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22108 * ext/tarkin/gsttarkin.c :
22109 - Change RANK from NONE to PRIMARY
22110 * ext/gdk_pixbuf/gstgdkpixbuf.c :
22111 - Change RANK from NONE to MARGINAL
22112 * ext/divx/gstdivxenc.c :
22113 - Change RANK from PRIMARY to NONE (encoder/spider issue)
22115 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
22117 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
22118 (gst_vorbisenc_push_packet):
22119 copy a function that was added between 1.0 and 1.0.1 until we
22120 depend on worthwhile features of post-1.0
22122 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
22125 enable shout2 by default
22126 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22127 (gst_shout2send_base_init), (gst_shout2send_init),
22128 (gst_shout2send_connect), (gst_shout2send_change_state):
22129 * ext/shout2/gstshout2.h:
22130 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
22132 * ext/theora/theora.c: (plugin_init):
22133 don't set rank on encoders
22135 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
22137 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22138 Use codec_data property instead of flag1 and flag2 for wma
22140 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22142 * gst/cdxaparse/gstcdxaparse.c :
22143 - Add mpegversion to CAPS to make it link
22144 - Rank is as GST_RANK_SECONDARY instead of NONE
22145 * gst/auparse/gstauparse.c :
22146 - Document all audio encoding we can encounter from Solaris 9
22147 headers and libsndfile information.
22148 - Increase max. rate from 48000 to 192000 (to match other elements)
22149 - Don't try to play junk data between header and samples
22151 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
22153 * ext/libvisual/visual.c: (gst_visual_getcaps):
22154 use the right caps depending on endianness (I hope)
22155 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
22156 use GST_RANK_NONE for all non-decoding elements or spider gets
22159 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
22161 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
22162 Fix some odd cases and fix BE metadata parsing of unicode16 text.
22164 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
22166 * gst/switch/gstswitch.c: (gst_switch_release_pad),
22167 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22168 (gst_switch_loop), (gst_switch_get_type):
22169 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
22170 HEADERS. Had to be said.
22172 2004-05-10 David Schleef <ds@schleef.org>
22174 * configure.ac: Add prototype Dirac support.
22176 * ext/dirac/Makefile.am:
22177 * ext/dirac/gstdirac.cc:
22178 * ext/dirac/gstdiracdec.cc:
22180 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
22182 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
22183 (gst_auparse_init), (gst_auparse_chain),
22184 (gst_auparse_change_state):
22185 Hack around spider. Remove me some day please.
22187 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
22189 * gst/auparse/gstauparse.c: (gst_auparse_chain):
22190 Fix for some uninitialized variables in previous patch, also
22191 makes it work. Fixes #142286 while we're at it.
22193 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22195 * gst/auparse/gstauparse.c:
22196 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
22197 only unsupported formats are ADPCM/CCITT G.72x
22199 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
22201 2004-05-10 Wim Taymans <wim@fluendo.com>
22203 * ext/vorbis/Makefile.am:
22204 * ext/vorbis/README:
22205 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
22206 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
22207 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
22208 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
22209 (gst_oggvorbisenc_convert_sink),
22210 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
22211 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
22212 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
22213 (get_constraints_string), (update_start_message),
22214 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
22215 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
22216 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
22217 * ext/vorbis/oggvorbisenc.h:
22218 * ext/vorbis/vorbis.c: (plugin_init):
22219 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
22220 (raw_caps_factory), (gst_vorbisenc_class_init),
22221 (gst_vorbisenc_init), (gst_vorbisenc_setup),
22222 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
22223 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
22224 * ext/vorbis/vorbisenc.h:
22225 Added a raw vorbis encoder to be used with the oggmuxer.
22226 We still need the old encoder for some gnome applications,
22227 read the README to find out how that works.
22228 The raw encoder is called "rawvorbisenc" until 0.9.
22230 2004-05-10 Wim Taymans <wim@fluendo.com>
22232 * ext/ogg/gstogg.c: (plugin_init):
22233 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
22235 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
22236 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
22237 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
22238 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
22239 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
22240 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
22241 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
22242 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
22243 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
22244 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
22245 Added an ogg muxer.
22246 Small typo fixes in the demuxer.
22248 2004-05-10 Wim Taymans <wim@fluendo.com>
22250 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22251 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
22252 (theora_enc_change_state), (theora_enc_set_property),
22253 (theora_enc_get_property):
22254 Mark the last packet with an EOS flag which is not really needed
22256 Do some better video framerate initialisation.
22257 Update the buffer timestamp.
22259 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
22261 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
22262 Return the result of the parent state change call
22264 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22266 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
22267 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
22268 * gst/law/alaw-encode.c : (idem)
22269 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
22270 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
22271 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
22273 2004-05-09 Benjamin Otte <otte@gnome.org>
22275 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22276 don't use a fixed buffer size when writing variable length data to
22277 it. Fixes memory corruption and makes alsasrc work
22279 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
22281 * ext/gnomevfs/gstgnomevfssink.c:
22282 (_gst_boolean_allow_overwrite_accumulator),
22283 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
22284 Run glib's default signal handler (??) in RUN_CLEANUP rather than
22285 RUN_LAST, and don't use that to set the accumulator value because
22286 then it's always FALSE.
22288 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
22290 * gst-libs/gst/riff/riff-media.c:
22291 (gst_riff_create_video_caps_with_data),
22292 (gst_riff_create_audio_caps),
22293 (gst_riff_create_audio_template_caps):
22294 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
22295 Fix for unaligned RIFF files (i.e. where all the chunks together
22296 in a LIST chunk are not of the same size as the size given in
22297 the LIST chunk header). Fixes several odd WAVE files. Also fix
22298 ADPCM (block_align property) in audio, so that wavparse based
22299 on this works now as it used to stand-alone.
22301 2004-05-09 Edward Hervey <bilboed@bilboed.com>
22303 reviewed by Benjamin Otte <otte@gnome.org>
22305 * ext/a52dec/gsta52dec.c:
22306 * ext/divx/gstdivxdec.c:
22307 * ext/divx/gstdivxenc.c:
22308 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
22309 * ext/faac/gstfaac.c: (gst_faac_base_init):
22310 * ext/faad/gstfaad.c: (gst_faad_base_init):
22311 * ext/ivorbis/vorbisfile.c:
22312 * ext/lame/gstlame.c:
22313 * ext/libfame/gstlibfame.c:
22314 * ext/mpeg2enc/gstmpeg2enc.cc:
22315 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
22316 * ext/sidplay/gstsiddec.cc:
22317 * ext/speex/gstspeexdec.c:
22318 * ext/speex/gstspeexenc.c:
22319 * ext/xvid/gstxviddec.c:
22320 * ext/xvid/gstxvidenc.c:
22321 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
22324 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
22326 * ext/alsa/gstalsa.c: (device_list),
22327 (gst_alsa_class_probe_devices):
22328 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
22329 Fix alsa oddness in mixer after the combination of using mixer
22330 in source/sink elements and using hw:x,y instead of just hw:x.
22332 2004-05-09 Benjamin Otte <otte@gnome.org>
22334 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
22335 (gst_wavparse_create_sourcepad):
22336 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
22339 2004-05-09 Benjamin Otte <otte@gnome.org>
22341 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22342 allow discont events before caps nego
22344 2004-05-08 Benjamin Otte <otte@gnome.org>
22346 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22349 2004-05-08 Benjamin Otte <otte@gnome.org>
22351 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22352 (gst_level_change_state), (gst_level_init):
22353 * gst/level/gstlevel.h:
22354 figure out if we're initialized directly instead of keeping a
22355 variable that's wrong in 90% of cases
22356 don't initialize pads and then leak them and use a new unitialized
22357 pad. (fixes #142084)
22358 these were bugs so n00bish I didn't find them for an hour :/
22360 2004-05-08 Iain <iain@prettypeople.org>
22362 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
22363 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
22364 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
22365 return the length that was read.
22366 (gst_riff_read_strf_auds): Allow fmt tags as well.
22368 2004-05-07 David Schleef <ds@schleef.org>
22370 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
22371 signed char assumption in faad.h.
22373 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
22375 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
22376 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
22378 2004-05-07 Colin Walters <walters@redhat.com>
22380 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
22381 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
22383 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
22384 Add dispose function.
22386 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
22387 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
22388 Fix caps nego and pad templates. RGB mode caps should
22390 * ext/dvdnav/gst-dvd:
22391 Move mpeg2dec inside the thread because otherwise the
22392 queue rejects cap changes mid-stream
22393 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
22394 (gst_mpeg2dec_flush_decoder):
22395 For mpeg2dec > 0.4.0, call the flush function instead of
22396 manually extracting all in-flight frames.
22397 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
22398 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
22399 Change mime type video/dv go video/x-dv to match the
22400 rest of gst-plugins
22402 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
22404 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22405 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
22406 (gst_alsa_sink_class_init):
22407 * ext/alsa/gstalsasink.h:
22408 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
22409 (gst_alsa_src_class_init):
22410 * ext/alsa/gstalsasrc.h:
22411 Make alsasink/src a subclass of alsamixer so that mixer stuff
22412 shows up in gst-rec. Needs some finetuning.
22414 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
22416 * ext/lame/gstlame.c: (gst_lame_chain):
22418 * ext/mad/gstmad.c: (gst_mad_handle_event):
22420 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22421 be able to detect mp3 files < 4096 bytes
22423 2004-05-06 Wim Taymans <wim@fluendo.com>
22425 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22426 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
22427 (theora_enc_set_property), (theora_enc_get_property):
22428 Also encode the first frame, cleanup some code.
22430 2004-05-06 Wim Taymans <wim@fluendo.com>
22432 * ext/mpeg2enc/gstmpeg2enc.cc:
22433 Forward events first before deciding that negotiation was
22436 2004-05-06 Wim Taymans <wim@fluendo.com>
22438 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22439 First process the events before deciding that negotiation
22442 2004-05-06 Wim Taymans <wim@fluendo.com>
22444 * ext/theora/Makefile.am:
22445 * ext/theora/theora.c: (plugin_init):
22446 * ext/theora/theoradec.c: (theora_dec_change_state):
22447 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
22448 (gst_theora_enc_class_init), (gst_theora_enc_init),
22449 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
22450 (theora_enc_chain), (theora_enc_change_state),
22451 (theora_enc_set_property), (theora_enc_get_property):
22452 Added a theora encoder, grouped the encoder and decoder into the
22455 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
22457 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
22458 (gst_jpegenc_chain):
22459 fix DURATION on outgoing buffers
22460 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22461 debug using time formats
22462 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22463 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22464 (gst_xvimagesink_sink_link):
22465 windows with width/height 0 generate X errors, so don't allow them
22467 2004-05-05 Wim Taymans <wim@fluendo.com>
22469 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
22470 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
22471 (gst_mpeg2dec_negotiate_format):
22472 * ext/mpeg2dec/gstmpeg2dec.h:
22473 removed the static pad template so that we can add the
22474 more accurate framerate value to the caps.
22477 2004-05-04 Benjamin Otte <otte@gnome.org>
22480 check for kdemacros.h, too (should fix #141821)
22481 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22482 don't crash if no header was sent, but nicely error out (fixes part
22485 2004-05-04 Wim Taymans <wim@fluendo.com>
22487 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
22488 parent dispose function to avoid segfault on destroy.
22490 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
22492 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22494 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22495 (gst_xvimagesink_sink_link):
22496 clean up debugging caps
22497 also recreate xvimage when format has changed
22499 2004-05-04 Benjamin Otte <otte@gnome.org>
22501 * ext/libvisual/Makefile.am:
22502 * ext/libvisual/visual.c: (gst_visual_class_init),
22503 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
22504 (gst_visual_srclink), (gst_visual_chain),
22505 (gst_visual_change_state), (plugin_init):
22506 use a GstAdapter to correctly adapt buffer sizes - allows using a
22509 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
22511 * sys/v4l/gstv4lelement.h:
22512 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
22513 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
22514 (gst_v4lsrc_buffer_free):
22515 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
22516 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22517 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
22518 (gst_v4lsrc_requeue_frame):
22519 move some debugging categories around
22520 query for fps index and set accordingly if found
22522 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22524 * ext/lame/gstlame.c:
22525 correct defaults that lame_init puts out of range
22527 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
22529 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
22530 (gst_divxenc_class_init):
22531 fix range since -1 is the default
22532 * gst/mpeg1sys/gstmpeg1systemencode.c:
22533 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
22534 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
22535 (gst_rtjpegdec_chain):
22536 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
22537 (gst_rtjpegenc_chain):
22538 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
22539 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
22540 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
22541 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
22542 * sys/v4l/gstv4lsrc.c:
22543 * sys/v4l/v4l_calls.c: (gst_v4l_open):
22544 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
22545 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
22546 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
22547 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
22548 remove gst_info calls
22550 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
22559 Updated translations
22561 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
22563 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
22564 refactor/comment code
22566 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
22568 * gst/asfdemux/Makefile.am:
22569 * gst/asfdemux/asfheaders.c:
22570 * gst/asfdemux/asfheaders.h:
22571 * gst/asfdemux/gstasf.c: (plugin_init):
22572 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
22573 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
22574 (gst_asf_demux_setup_pad):
22575 * gst/asfdemux/gstasfdemux.h:
22576 * gst/asfdemux/gstasfmux.c:
22577 * gst/asfdemux/gstasfmux.h:
22578 Add tagging support to demuxer, split out registration in its own
22579 file instead of in demux (hacky), and prevent having some tables
22580 in our memory multiple times (in asfheaders.h).
22582 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
22584 * gst/matroska/matroska-demux.c:
22585 (gst_matroska_demux_parse_metadata):
22586 * gst/matroska/matroska-ids.h:
22587 Basic tag reading support.
22589 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
22591 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
22592 Really detect ac-3 audio.
22593 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
22594 really detect matroska files (off-by-1).
22596 2004-04-30 David Schleef <ds@schleef.org>
22598 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22599 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
22600 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
22601 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
22602 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
22603 hackage -- parse a lot more atoms, extract a few tags. One might even
22604 mistake this for tag support. Maybe it is.
22605 * gst/qtdemux/qtdemux.h:
22607 2004-04-30 Colin Walters <walters@verbum.org>
22609 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
22611 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
22613 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22614 (gst_ffmpegcolorspace_getcaps):
22615 remove broken nego fix
22617 2004-04-30 Benjamin Otte <otte@gnome.org>
22621 * ext/libvisual/Makefile.am:
22622 * ext/libvisual/visual.c:
22623 add initial support for libvisual (http://libvisual.sourceforge.net)
22624 libvisual is still quite alpha, so expect crashes in there :)
22626 2004-04-29 David Schleef <ds@schleef.org>
22628 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
22629 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
22630 up qtdemux to make it spit out codec_data. Do _not_ look at this
22631 code; you will no longer respect me.
22633 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22635 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
22636 * ext/alsa/gstalsa.h :
22637 change alsa pcm device discovery to find more than 1 device
22638 per card. code review by Ronald.
22640 2004-04-29 David Schleef <ds@schleef.org>
22642 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
22643 Add a check for a driver bug on FreeBSD. (bug #140565)
22645 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
22647 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
22648 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
22649 (gst_jpegenc_getcaps):
22650 move format setting to inner loop
22651 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22652 (gst_ffmpegcolorspace_getcaps):
22653 use GST_PAD_CAPS if available so that we use already negotiated
22655 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22656 (qtdemux_parse_moov), (qtdemux_parse):
22658 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
22659 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
22660 move hardcoded path to DEFINE
22662 2004-04-28 David Schleef <ds@schleef.org>
22664 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
22667 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
22669 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22670 Don't probe for playback device if we're a source element. Fixes
22673 2004-04-29 Benjamin Otte <otte@gnome.org>
22675 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22676 (gst_id3_tag_chain):
22677 rewrite buffer offset
22679 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
22683 * ext/dts/Makefile.am:
22684 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
22685 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
22686 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
22687 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
22688 (gst_dtsdec_loop), (gst_dtsdec_change_state),
22689 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
22691 * ext/dts/gstdtsdec.h:
22693 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
22694 (gst_faad_srcconnect):
22695 Add ESDS atom handling (.m4a).
22697 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
22699 * ext/divx/gstdivxdec.c: (plugin_init):
22700 Remove comment that makes no sense.
22701 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
22702 Fix for obvious typo that resulted in warnings during gst-register.
22703 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
22704 (gst_xviddec_sink_link):
22705 Fix caps negotiation a bit better.
22706 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22707 We call this 'codec_data', not 'esds'.
22709 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
22711 * gst/monoscope/gstmonoscope.c:
22712 make sure we only provide 256x128
22713 * gst/monoscope/monoscope.c: (monoscope_init):
22714 assert size of 256x128
22716 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
22719 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
22720 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
22721 fixate to max width and height of device
22723 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
22726 * sys/v4l/gstv4l.c:
22727 * sys/v4l/gstv4lsrc.c:
22728 * sys/v4l/v4l_calls.c:
22729 * sys/v4l/v4lsrc_calls.c:
22730 fix for qc-usb driver which fakes having more than one buffer
22731 by handing the same buffer twice, which confused GStreamer's/v4lsrc
22732 buffer_free override
22735 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
22738 * gst/videotestsrc/gstvideotestsrc.c:
22739 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
22740 (gst_videotestsrc_init), (gst_videotestsrc_get),
22741 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
22742 * gst/videotestsrc/gstvideotestsrc.h:
22743 add num-buffers property
22745 2004-04-26 Benjamin Otte <otte@gnome.org>
22747 * ext/mad/gstid3tag.c: (plugin_init):
22748 set id3mux rank to NONE so it doesn't confuse spider
22749 require audio/mpeg,mpegversion=1 in id3mux
22751 2004-04-26 Benjamin Otte <otte@gnome.org>
22754 detect faad correctly as non-working if it's indeed non-working
22756 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
22759 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
22760 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
22761 fix _getcaps so it only negotiates to its supported format
22763 2004-04-25 Benjamin Otte <otte@gnome.org>
22765 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
22768 2004-04-23 Benjamin Otte <otte@gnome.org>
22770 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
22771 audio/x-raw-int with height rules! not. Now it's depth.
22773 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
22775 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
22776 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22777 (gst_wavparse_loop):
22778 Missing variable initialization. Add handling of DVI ADPCM. Fix
22779 mis-parsing of LIST chunks. This works around a bug where we mis-
22780 parse non-aligning LIST chunks (so LIST chunks where the contents
22781 don't align with the actual LIST size). The correct fix is to use
22782 rifflib, I'm not going to fix wavparse - too much work. All this
22785 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22787 reviewed by Benjamin Otte <otte@gnome.org>
22789 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
22790 fix shoutcast not working (fixes #140844)
22792 2004-04-22 Benjamin Otte <otte@gnome.org>
22794 * ext/hermes/gsthermescolorspace.c:
22795 (gst_hermes_colorspace_caps_remove_format_info):
22796 * gst/colorspace/gstcolorspace.c:
22797 (gst_colorspace_caps_remove_format_info):
22798 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22799 (gst_ffmpegcolorspace_caps_remove_format_info):
22800 s/gst_caps_simplify/gst_caps_do_simplify/
22802 2004-04-22 Benjamin Otte <otte@gnome.org>
22804 * gst-libs/gst/riff/riff-media.c:
22805 (gst_riff_create_video_caps_with_data):
22806 mpegversion is an int
22807 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
22808 don't try to create pad templates with NULL caps, use any caps
22811 2004-04-20 David Schleef <ds@schleef.org>
22813 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
22814 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
22817 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
22819 reviewed by David Schleef
22821 * ext/mad/gstid3tag.c: Add stdlib.h
22822 * gst/rtp/gstrtpgsmenc.c: same
22823 * gst/tags/gstid3tag.c: same
22824 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
22825 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
22826 GST_DISABLE_LOADSAVE use.
22827 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
22828 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
22829 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
22831 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
22832 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
22834 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
22835 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
22837 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
22840 2004-04-20 David Schleef <ds@schleef.org>
22842 * gst/realmedia/rmdemux.c: This was supposed to part of the
22843 last checkin. Same idea.
22845 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
22847 reviewed by David Schleef
22849 * configure.ac: bump required gstreamer version to 0.8.1.1
22850 because of following changes [--ds]
22852 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
22853 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
22854 (gst_riff_read_header): Use GST_READ_UINT*
22855 macros to access possibly unaligned memory.
22857 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
22858 (mp3_type_find): Use GST_READ_UINT*
22859 macros to access possibly unaligned memory.
22860 (mp3_type_find, mpeg1_parse_header, qt_type_find)
22861 (speex_type_find): Likewise
22863 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
22865 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
22866 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
22867 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
22868 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
22869 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
22870 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
22871 macros to access possibly unaligned memory.
22873 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
22876 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
22877 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
22879 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22882 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
22883 (gst_mpeg2subt_chain_subtitle): Likewise.
22885 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
22886 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
22889 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
22892 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
22895 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
22898 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
22901 update required version of GStreamer because of GST_TIME_FORMAT
22903 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
22905 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
22906 remove leftover g_print
22907 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22908 don't try setting only a subset of the caps. We don't want to kill
22909 autoplugging on purpose
22911 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
22913 * sys/ximage/ximagesink.c: (plugin_init):
22914 * sys/xvimage/xvimagesink.c: (plugin_init):
22915 add debugging categories
22917 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
22921 Adding en_GB translation (Gareth Owen)
22923 2004-04-20 David Schleef <ds@schleef.org>
22925 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22926 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
22927 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
22928 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
22929 A number of new features and hacks to extract the esds atom and
22930 put it into the caps. (bug #137724)
22932 2004-04-19 David Schleef <ds@schleef.org>
22934 * gconf/Makefile.am: Fix for non-GNU make
22935 * gst-libs/gst/Makefile.am: Change directory order to handle
22936 GstPlay linking with gstinterfaces
22937 * gst-libs/gst/audio/make_filter: make use of tr portable
22938 * gst-libs/gst/play/Makefile.am: Add intended \
22939 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22940 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
22941 function prototype instead of void *.
22942 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
22944 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22945 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
22946 * gst/videofilter/make_filter: make use of tr portable
22947 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
22949 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
22953 Added Ukrainian translation (Maxim V. Dziumanenko)
22955 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
22957 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
22958 (gst_gsmdec_link), (gst_gsmdec_chain):
22959 Fix capsnego, simplify chain function slightly.
22960 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22963 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
22965 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22966 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
22967 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
22968 Hack to make wavparse work with spider (always -> sometimes pad).
22969 Fixes #135862 && #140411.
22971 2004-04-18 Benjamin Otte <otte@gnome.org>
22973 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
22974 (gst_osselement_rate_probe_check),
22975 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
22976 get rid of \n in debug output
22978 2004-04-17 Iain <iain@prettypeople.org>
22980 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
22983 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
22985 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
22986 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
22987 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
22988 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
22989 (gst_id3_tag_src_link), (gst_id3_tag_chain),
22990 (gst_id3_tag_change_state), (plugin_init):
22991 deprecate id3tag element and replace with id3demux/id3mux.
22992 great side effect: this ugly file is now even uglier, yay!
22993 * ext/mad/gstmad.h:
22994 remove non-available function
22995 update for new get_type
22997 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
23000 require mpeg2dec >= 0.4.0
23002 2004-04-17 Benjamin Otte <otte@gnome.org>
23004 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23005 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23006 (gst_xvimagesink_set_xwindow_id):
23007 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
23008 assorted cleanup fixes.
23010 2004-04-16 David Schleef <ds@schleef.org>
23012 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
23013 * sys/xvimage/xvimagesink.h: same
23015 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
23017 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
23018 Fix GST_ELEMENT_ERROR with (NULL)
23020 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23022 * gst-libs/gst/riff/riff-media.c:
23023 (gst_riff_create_video_caps_with_data):
23024 Add div[3456] as fourccs for DivX 3 (fixes #140137).
23026 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23028 * gst-libs/gst/riff/riff-media.c:
23029 (gst_riff_create_video_caps_with_data),
23030 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
23031 (gst_riff_create_video_template_caps),
23032 (gst_riff_create_audio_template_caps):
23033 * gst-libs/gst/riff/riff-media.h:
23034 * gst-libs/gst/riff/riff-read.c:
23035 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
23036 * gst-libs/gst/riff/riff-read.h:
23037 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23038 Add MS RLE support. I added some functions to read out strf chunks
23039 into strf chunks and the data behind it. This is usually color
23040 palettes (as in RLE, but also in 8-bit RGB). Also use those during
23041 caps creation. Lastly, add ADPCM (similar to wavparse - which
23042 should eventually be rifflib based).
23043 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23044 (gst_matroska_demux_init), (gst_matroska_demux_reset):
23045 * gst/matroska/matroska-demux.h:
23046 Remove placeholders for some prehistoric tagging system. Didn't add
23047 support for any tag system really anyway.
23048 * gst/qtdemux/qtdemux.c:
23049 Add support for audio/x-m4a (MPEG-4) through spider.
23050 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23051 (gst_wavparse_loop):
23052 ADPCM support (#135862). Increase max. buffer size because we
23053 cannot split buffers for ADPCM (screws references) and I've seen
23054 files with 2048 byte chunks. 4096 seems safe for now.
23056 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
23058 * configure.ac: bump nano to 1
23060 === release 0.8.1 ===
23062 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
23064 * configure.ac: releasing 0.8.1, "Comforting Sounds"
23066 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
23068 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
23069 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
23072 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
23074 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
23075 lower rank of dvddemux so that it's not used for mpeg playback.
23077 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23080 save libs correctly when checking mad
23082 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
23084 * ext/mad/gstid3tag.c: (plugin_init):
23085 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
23087 2004-04-13 David Schleef <ds@schleef.org>
23089 * common/m4/gst-feature.m4: Call -config scripts with
23090 --plugin-libs if it is supported.
23091 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
23092 JPEG images are image/jpeg.
23093 * gst/debug/Makefile.am:
23094 * gst/debug/negotiation.c: (gst_negotiation_class_init),
23095 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
23096 (gst_negotiation_update_caps), (gst_negotiation_get_property),
23097 (gst_negotiation_plugin_init): Add a property that acts like
23099 * testsuite/gst-lint: Move license checking to be a standard
23102 2004-04-13 David Schleef <ds@schleef.org>
23104 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
23105 patch from Sebastien Cote (bug #139958)
23107 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
23109 * examples/gstplay/Makefile.am:
23110 * examples/gstplay/player.c: (main):
23111 make the commandline player example use gconf settings
23113 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
23115 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
23116 (gst_cacasink_sinkconnect), (gst_cacasink_init),
23117 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
23118 init/end library during state transition, not object
23119 creation/disposal. get rid of custom dispose handler.
23122 2004-04-12 Christian Schaller <Uraeus@gnome.org>
23124 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
23127 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
23129 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
23130 Handle JUNK chunks inside data section. Prevents warnings.
23132 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
23134 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23135 (gst_riff_create_video_template_caps):
23137 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23138 (gst_avi_demux_stream_data):
23139 Add support for "rec-list" chunks.
23141 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
23143 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
23144 Fix another codecname mismatch.
23146 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
23148 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
23149 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
23150 so that MJPEG plays back.
23152 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
23154 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23155 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
23156 * gst/mpeg1videoparse/gstmp1videoparse.h:
23157 Fix for some slight mis-cuts in buffer parsing, and for some
23158 potential overflows or faults-causers. Adds disconts. Also fixes
23159 #139105 while we're at it.
23161 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
23164 * sys/v4l2/gstv4l2element.h:
23165 Workaround for missing struct v4l2_buffer declaration in Suse 9
23166 and Mandrake 10 linux/videodev2.h header file (#135919).
23168 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
23170 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
23171 Bail out if no filename was given.
23173 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
23175 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
23176 (gst_v4l2_fourcc_from_structure):
23177 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
23180 2004-04-09 Benjamin Otte <otte@gnome.org>
23182 * ext/gnomevfs/gstgnomevfssink.c:
23183 (_gst_boolean_allow_overwrite_accumulator),
23184 (gst_gnomevfssink_class_init):
23185 fix erase signal - if any handler returns false the file will not be
23186 overwritten. If no handler is connected, the file will not be
23187 overwritten either.
23188 renamed signal to "allow-overwrite"
23189 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
23190 free string when adding it to ID3 failed
23191 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23192 unref event when done
23193 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
23195 * gst/typefind/gsttypefindfunctions.c:
23196 (mpeg_video_stream_type_find):
23199 2004-04-08 David Schleef <ds@schleef.org>
23201 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23202 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
23204 2004-04-08 David Schleef <ds@schleef.org>
23206 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
23207 we don't support (bug #139532)
23209 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
23211 * ext/mad/gstmad.c: (gst_mad_handle_event),
23212 (gst_mad_check_caps_reset), (gst_mad_chain),
23213 (gst_mad_change_state):
23214 only set explicit caps if they haven't been set before for
23215 this stream. MPEG-audio sample rate/channels aren't allowed
23216 to change in-stream.
23219 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
23221 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
23222 (_gst_boolean_did_something_accumulator),
23223 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
23224 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
23225 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
23226 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
23227 (gst_gnomevfssink_change_state):
23228 Fix erase signal. Don't erase by default. Remove handoff signal.
23229 Remove erase property. Don't segfault. General cleanup.
23231 2004-04-07 Benjamin Otte <otte@gnome.org>
23233 * gst-libs/gst/gconf/test-gconf.c: (main):
23234 add missing gst_init
23236 2004-04-07 Benjamin Otte <otte@gnome.org>
23238 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
23239 free the mutexes, too
23241 2004-04-07 Benjamin Otte <otte@gnome.org>
23243 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
23244 actually free the URI string
23245 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
23246 compute offset correctly when passing discont events
23247 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
23248 don't leak discont events
23249 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23250 add some missing breaks so caps aren't copied randomly
23251 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
23252 if we realloc memory, we better use it
23254 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
23256 * ext/mad/gstmad.c: (normal_seek):
23257 fix GST_FORMAT_TIME usage
23259 2004-04-05 David Schleef <ds@schleef.org>
23261 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
23262 a deprecated function (hack!)
23264 2004-04-05 Benjamin Otte <otte@gnome.org>
23266 * ext/esd/esdmon.c: (gst_esdmon_get):
23267 fix nonterminated vararg and memleak
23269 2004-04-05 Benjamin Otte <otte@gnome.org>
23271 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
23272 (gst_ladspa_init), (gst_ladspa_force_src_caps),
23273 (gst_ladspa_set_property), (gst_ladspa_get_property),
23274 (gst_ladspa_instantiate), (gst_ladspa_activate),
23275 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
23278 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
23280 reviewed by Benjamin Otte <otte@gnome.org>
23282 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
23283 check for broken LADSPA parameters (fixes #138635)
23285 2004-04-05 Benjamin Otte <otte@gnome.org>
23287 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
23288 advertise buffer-frames correctly on sinkpads
23290 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
23292 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
23293 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
23294 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
23295 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
23296 (gst_mad_check_caps_reset), (gst_mad_chain):
23297 add more debugging, only reset caps when we're not in error state
23299 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
23301 * ext/mad/gstmad.c: add debugging category, comment + cleanups
23303 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
23305 reviewed by Benjamin Otte <otte@gnome.org>
23308 fix == in test(1) operator
23310 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
23312 reviewed by Benjamin Otte <otte@gnome.org>
23315 fix --export-symblos-regex to a working regex.
23317 2004-04-04 Benjamin Otte <otte@gnome.org>
23319 * sys/oss/.cvsignore:
23322 2004-04-03 Tim-Phillip M??ller <t.i.m@zen.co.uk>
23324 reviewed by Benjamin Otte <otte@gnome.org>
23326 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
23327 add missing 'new_media' argument (fixes #138168)
23328 * gst/matroska/matroska-demux.c:
23329 (gst_matroska_demux_handle_seek_event):
23330 add vararg terminator (fixes #138169)
23332 2004-04-02 David Schleef <ds@schleef.org>
23334 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
23335 disted (bug #138914)
23337 2004-04-01 Benjamin Otte <otte@gnome.org>
23339 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
23340 (gst_alsa_close_audio):
23341 handle case better where a soundcard can't pause
23342 * ext/ogg/gstoggdemux.c:
23343 don't crash when we get events but don't have pads yet
23345 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
23347 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
23348 throw an error if we couldn't probe any caps.
23350 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
23352 * ext/dvdnav/gst-dvd:
23353 Add a really simple sample DVD player
23355 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
23357 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
23358 (gst_a52dec_push), (gst_a52dec_handle_event),
23359 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
23360 (gst_a52dec_change_state):
23361 * ext/a52dec/gsta52dec.h:
23362 Use a debug category, Output timestamps correctly
23363 Emit tag info, Handle events, tell liba52dec about cpu
23364 capabilities so it can use MMX etc.
23365 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
23366 Fix a crasher accessing invalid memory
23367 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
23368 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
23369 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
23370 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
23372 Some support for byte-format seeking.
23373 Small fixes for still frames and menu button overlays
23374 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
23375 (gst_mpeg2dec_alloc_buffer):
23376 Use a debug category. Adjust the report level of several items to
23377 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
23378 so it doesn't lose the GstBuffer pointer
23379 * gst/debug/Makefile.am:
23380 * gst/debug/gstdebug.c: (plugin_init):
23381 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
23382 (gst_navseek_base_init), (gst_navseek_class_init),
23383 (gst_navseek_init), (gst_navseek_seek),
23384 (gst_navseek_handle_src_event), (gst_navseek_set_property),
23385 (gst_navseek_get_property), (gst_navseek_chain),
23386 (gst_navseek_plugin_init):
23387 * gst/debug/gstnavseek.h:
23388 Add the navseek debug element for seeking back and forth in a
23389 video stream using arrow keys.
23390 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
23391 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
23392 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
23393 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
23394 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
23395 (gst_mpeg2subt_parse_header), (gst_get_nibble),
23396 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
23397 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
23398 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
23399 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
23400 * gst/mpeg2sub/gstmpeg2subt.h:
23401 Pretty much a complete rewrite. Now a loopbased element. May still
23402 require work to properly synchronise subtitle buffers.
23403 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
23404 (gst_dvd_demux_send_subbuffer):
23405 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
23406 Don't attempt to create subbuffers of size 0
23407 Reduce a couple of error outputs to warnings.
23408 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
23409 (gst_y4mencode_chain):
23410 Output the y4m frame header correctly.
23412 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
23414 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
23415 throw errors instead of allowing SIGFPE
23417 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
23419 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
23420 (gst_gconf_render_bin_from_key):
23421 leak plugging and style fixing
23423 2004-03-31 David Schleef <ds@schleef.org>
23425 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
23426 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
23428 * gst/debug/Makefile.am:
23429 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
23430 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
23432 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
23433 (gst_negotiation_base_init), (gst_negotiation_class_init),
23434 (gst_negotiation_init), (gst_negotiation_getcaps),
23435 (gst_negotiation_pad_link), (gst_negotiation_chain),
23436 (gst_negotiation_set_property), (gst_negotiation_get_property),
23437 (gst_negotiation_plugin_init): New element to talk about random
23438 negotiation things happening in a pipeline.
23440 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
23442 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
23443 fix integer addition with help of Stefan Kost
23445 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
23447 * po/nl.po: updated Dutch translation (Elros Cyriatan)
23449 2004-03-30 David Schleef <ds@schleef.org>
23451 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
23452 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
23453 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
23455 * ext/mpeg2dec/gstmpeg2dec.h:
23457 2004-03-30 David Schleef <ds@schleef.org>
23459 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
23461 2004-03-30 David Schleef <ds@schleef.org>
23463 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
23464 Michael Petullo) to handle .mov
23466 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
23468 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23469 (gst_osselement_rate_check_rate):
23470 probe caps correctly for sound cards that only support one format
23472 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
23474 * ext/kio/kiosrc.cpp: (process_events):
23475 update handling event processing if inside KDE - untested
23477 2004-03-29 David Schleef <ds@schleef.org>
23479 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
23480 by 2 to not interfere with other colorspaces.
23481 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
23482 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
23483 one to not interfere with ffmpeg_colorspace.
23485 2004-03-29 David Schleef <ds@schleef.org>
23487 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
23488 aren't in the caps.
23489 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
23490 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
23492 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
23494 * gst-libs/gst/riff/riff-media.c:
23495 fail on error, don't try to set stuff on NULL caps
23497 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
23501 * ext/kio/Makefile.am:
23502 * ext/kio/kioreceiver.cpp:
23503 * ext/kio/kioreceiver.h:
23504 * ext/kio/kiosrc.cpp:
23505 * ext/kio/kiosrc.h:
23506 add experimental kiosrc plugin
23507 * ext/alsa/gstalsaplugin.c: (plugin_init):
23508 initialize debugging category only when we're sure registering the
23511 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
23513 * examples/gstplay/player.c: (main):
23514 * gst-libs/gst/play/play.c: (gst_play_class_init),
23515 (gst_play_set_location), (gst_play_set_data_src),
23516 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23517 (gst_play_set_visualization), (gst_play_connect_visualization):
23518 check return values of element_set_state and return FALSE where
23521 2004-03-29 Benjamin Otte <otte@gnome.org>
23523 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
23524 try harder to check if an event is really a discont
23526 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
23528 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
23531 2004-03-28 Benjamin Otte <otte@gnome.org>
23533 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
23534 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23535 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
23536 get rid of non-standard "..." ranges in case statements.
23538 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
23540 * gst/mpegstream/gstmpegdemux.c:
23541 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
23542 specific functionality split to the new dvddemux element.
23543 * gst/mpegstream/gstdvddemux.c:
23544 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
23545 streams, derived from mpegdemux.
23546 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
23547 up. SCR based timestamp rewriting can be turned off (will probably
23548 completely disappear soon).
23549 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
23550 hacking. General cleanup. All printf statements replaced by
23551 debugging messages. Almost complete libdvdnav support.
23552 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
23553 by events. New properties for audio and subpicture languages.
23554 (dvdnavsrc_update_highlight): Now uses events.
23555 (dvdnavsrc_user_op): Cleaned up.
23556 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
23557 based). Lots of cleanup, and propper support for most libdvdnav
23559 (dvdnavsrc_make_dvd_event): New function.
23560 (dvdnavsrc_make_dvd_nav_packet_event): New function.
23561 (dvdnavsrc_make_clut_change_event): New function.
23563 2004-03-26 Benjamin Otte <otte@gnome.org>
23565 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
23566 fix bug where typefinding would claim it's theora whenever less then
23567 7 bytes of data were available
23569 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
23571 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
23572 (gst_alawdec_base_init), (gst_alawdec_class_init),
23573 (gst_alawdec_init), (gst_alawdec_chain):
23574 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
23575 (gst_alawenc_base_init), (gst_alawenc_class_init),
23576 (gst_alawenc_init), (gst_alawenc_chain):
23577 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
23578 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
23579 (gst_mulawdec_init), (gst_mulawdec_chain):
23580 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
23581 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
23582 (gst_mulawenc_init), (gst_mulawenc_chain):
23583 Fix capsnego in all four, remove the unused property functions and
23584 simplify the chain functions slightly. I guess we could use macros
23585 or something similar for those, since the code is so similar, but
23586 I'm currently too lazy...
23588 2004-03-24 David Schleef <ds@schleef.org>
23590 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
23591 (gst_osselement_close_audio), (gst_osselement_probe_caps),
23592 (gst_osselement_get_format_structure),
23593 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
23594 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
23595 (gst_osselement_rate_int_compare): Add code to handle rate probing
23597 * sys/oss/gstosselement.h: same
23598 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
23599 Use rate probing provided by osselement.
23600 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
23602 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
23604 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
23605 (gst_xvidenc_get_property):
23608 2004-03-24 David Schleef <ds@schleef.org>
23610 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
23611 (gst_speexdec_init):
23612 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
23613 (gst_speexenc_init): Create the pad template correctly (from
23614 the static pad template, not a NULL pointer.)
23616 2004-03-25 Benjamin Otte <otte@gnome.org>
23618 * gst/debug/Makefile.am:
23619 * gst/debug/breakmydata.c:
23620 add element that quasi-randomly changes bytes in the stream.
23621 Intended use is robustness checking of demuxers and decoders in
23624 2004-03-24 Benjamin Otte <otte@gnome.org>
23626 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23627 (gst_alsa_probe_hw_params):
23628 * ext/alsa/gstalsa.h:
23629 debugging output fixes
23631 2004-03-24 Benjamin Otte <otte@gnome.org>
23633 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
23634 don't g_return_if_fail if element is PLAYING, fail silently as every
23636 * gst/effectv/gstquark.c: (gst_quarktv_chain):
23637 only fix needed for cast lvalue issues in gst-plugins
23638 * gst/volenv/gstvolenv.c: (gst_volenv_init):
23641 2004-03-24 Benjamin Otte <otte@gnome.org>
23643 * gst/level/gstlevel.c: (gst_level_init):
23644 add proxying getcaps function, so level doesn't advertise impossible
23647 2004-03-24 David Schleef <ds@schleef.org>
23649 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23650 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
23651 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
23652 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
23653 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
23654 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
23655 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
23656 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
23657 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
23658 messages. Divide the chunk size by the compression ratio
23659 (needed for MACE audio)
23661 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
23663 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23664 Fix buffer overflow read error.
23666 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
23668 * ext/alsa/gstalsa.h:
23669 Remove unused entry.
23670 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
23672 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23673 (gst_videodrop_link), (gst_videodrop_chain):
23674 Fix, sort of. Was horribly broken with new capsnego. Bah...
23676 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
23678 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
23680 Add a monkeysaudio typefind function
23682 2004-03-23 Johan Dahlin <johan@gnome.org>
23684 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
23685 (gst_play_video_fixate): Check so the structure has the field
23686 before trying to fixate them, this makes it possible to have
23687 fakesinks for video and audio output without printing errors on
23688 the output console.
23690 2004-03-22 David Schleef <ds@schleef.org>
23692 * sys/oss/Makefile.am:
23693 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
23694 (check_rate), (add_rate): Rate probing test app.
23696 2004-03-21 Benjamin Otte <otte@gnome.org>
23698 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
23699 (_fixate_caps_to_int), (gst_audio_convert_fixate):
23700 add a fixation function that pretty much does the right thing (fixes
23703 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
23705 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
23707 2004-03-20 Tim-Phillip M??ller <t.i.m@zen.co.uk>
23709 reviewed by: Benjamin Otte <otte@gnome.org>
23711 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23712 terminate gst_event_new_discontinuous correctly (fixes parts of
23715 2004-03-19 David Schleef <ds@schleef.org>
23717 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
23718 since it doesn't depend on X, and it's part of our ABI.
23720 2004-03-19 Iain <iain@prettypeople.org>
23722 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
23723 is_int in the structure, not the local variable.
23725 2004-03-19 David Schleef <ds@schleef.org>
23727 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
23728 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
23729 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
23730 Improvements in caps negotiation.
23732 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
23736 adding Afrikaans (Petri Jooste)
23738 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
23740 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23741 (gst_ffmpegcolorspace_chain):
23742 throw error instead of g_critical (#137588)
23744 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
23748 dist common and m4 correctly
23751 2004-03-17 David Schleef <ds@schleef.org>
23753 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
23756 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
23760 adding Swedish translation (Christian Rose)
23762 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
23764 * Makefile.am: use release.mak
23766 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
23768 * common/ChangeLog:
23769 * common/gst-autogen.sh:
23770 add some explanation about the version detection
23774 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
23776 * configure.ac: bump nano to 1
23778 === release 0.8.0 ===
23780 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
23782 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
23784 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
23787 update libtool version
23788 * gst-libs/gst/media-info/Makefile.am:
23789 actually use libtool version
23791 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
23793 * configure.ac: fix speex detection to work with 1.0 but not 1.1
23795 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
23798 * gst-plugins.spec.in:
23799 * pkgconfig/Makefile.am:
23800 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23801 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23802 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23803 * pkgconfig/gstreamer-libs.pc.in:
23804 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
23805 * pkgconfig/gstreamer-play-uninstalled.pc.in:
23806 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
23807 * pkgconfig/gstreamer-plugins.pc.in:
23808 remove @VERSION@ from some of the pc files since core and plugins
23810 created gstreamer-plugins.pc as it's a better name, but keeping
23811 -libs around for now to get fixes upstream done first.
23813 2004-03-15 Julien MOUTTE <julien@moutte.net>
23815 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
23816 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
23817 * gst-libs/gst/play/play.h:
23819 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
23821 * *.c, *.cc: don't mix tabs and spaces
23823 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
23825 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
23826 use the new ffmpegcolorspace
23827 * gst-plugins.spec.in:
23828 package new colorspace and media-info
23830 * pkgconfig/Makefile.am:
23831 fix some more disting issues
23832 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
23833 * pkgconfig/gstreamer-media-info.pc.in:
23834 generate media-info pc files
23836 2004-03-15 Johan Dahlin <johan@gnome.org>
23838 * *.h: Revert indenting
23840 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
23843 adding ffmpegcolorspace element
23844 * gst/ffmpegcolorspace/Makefile.am:
23845 * gst/ffmpegcolorspace/avcodec.h:
23846 * gst/ffmpegcolorspace/common.h:
23847 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
23848 * gst/ffmpegcolorspace/dsputil.h:
23849 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
23850 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23851 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
23852 (gst_ffmpeg_caps_to_pix_fmt):
23853 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23854 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23855 (gst_ffmpegcolorspace_caps_remove_format_info),
23856 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
23857 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
23858 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
23859 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
23860 (gst_ffmpegcolorspace_set_property),
23861 (gst_ffmpegcolorspace_get_property),
23862 (gst_ffmpegcolorspace_register):
23863 * gst/ffmpegcolorspace/imgconvert.c:
23864 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
23865 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
23866 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
23867 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
23868 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
23869 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
23870 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
23871 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
23872 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
23873 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
23874 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
23875 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
23876 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
23877 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
23878 (img_get_alpha_info), (deinterlace_line),
23879 (deinterlace_line_inplace), (deinterlace_bottom_field),
23880 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
23881 * gst/ffmpegcolorspace/imgconvert_template.h:
23882 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
23883 * gst/ffmpegcolorspace/mmx.h:
23884 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
23885 adding ffmpegcolorspace element supplied by Ronald after cleaning
23886 up and pulling in the right bits of upstream source.
23887 I'm sure a better C/compiler wizard could do some cleaning up (for
23888 example use GLIB's malloc stuff), but as a first pass this
23891 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
23893 * ext/alsa/gstalsa.h:
23894 I assume Ronald forgot to commit the change to have cardname
23895 as a struct member. Expect some public spanking at the next
23898 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23900 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
23901 (gst_alsa_open_audio), (gst_alsa_close_audio):
23902 * ext/alsa/gstalsa.c:
23903 Don't open the device if we're a mixer (= padless).
23904 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
23905 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
23906 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
23907 Open mixer during state change rather than during object
23908 initialization. Also, get a device name. Currently in a somewhat
23909 hackish fashion, but I didn't really find something better.
23911 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
23913 * *.c, *.h: run gst-indent
23915 2004-03-14 Benjamin Otte <otte@gnome.org>
23917 * gst/modplug/gstmodplug.cc:
23918 * gst/modplug/gstmodplug.h:
23919 set correct timestamps on outgoing buffers
23921 2004-03-14 Benjamin Otte <otte@gnome.org>
23923 * gst/modplug/gstmodplug.cc:
23924 handle events - don't do crap when a discont arrives that's not
23926 This allows correct loading and playback of mods in Rhythmbox
23928 2004-03-14 Benjamin Otte <otte@gnome.org>
23931 * gst-libs/gst/gconf/Makefile.am:
23932 * pkgconfig/Makefile.am:
23933 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
23934 they get rebuilt properly
23936 when checking for vorbis, try pkgconfig first.
23937 * gst/modplug/gstmodplug.cc:
23938 add fixate function
23940 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
23942 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23943 Fix for obvious mistake, where we first shift the offset and then
23944 read a samplesize element assuming the old offset. Note that this
23945 part still has something weird, i.e. my movies containing those
23946 don't actually play well, but at least there's something that looks
23949 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
23950 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
23952 Add a typefind function for speex format
23954 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
23956 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
23957 (gst_asf_demux_setup_pad):
23958 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
23959 instead of 0. Reason is simple: some elements have a fps range
23960 of 1-max instead of 0-max. So now ASF video actually works.
23962 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
23966 adding serbian as a language
23968 2004-03-13 Benjamin Otte <otte@gnome.org>
23970 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23971 return taglist correctly from _get function, don't gst_pad_push it.
23974 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
23975 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
23977 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
23979 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
23980 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
23981 (gst_alsa_mixer_track_new):
23982 * ext/alsa/gstalsamixertrack.h:
23983 Fix ancient leftovers... MixerTrack is a GObject.
23985 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
23987 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
23988 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23989 Don't block during probing...
23991 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
23993 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
23994 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
23995 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
23996 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
23997 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
23998 (gst_alsa_open_audio), (gst_alsa_close_audio):
23999 * ext/alsa/gstalsa.h:
24000 Add propertyprobe interface implementation, add some device-name
24001 property, all this so that it looks good in gnome-volume-control.
24003 2004-03-12 David Schleef <ds@schleef.org>
24005 * configure.ac: the Hermes library controls hermescolorspace, not
24007 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
24008 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
24010 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
24011 * ext/sdl/sdlvideosink.h: ditto.
24012 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
24014 2004-03-12 Benjamin Otte <otte@gnome.org>
24016 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
24017 (gst_x_overlay_got_xwindow_id):
24018 * gst-libs/gst/xoverlay/xoverlay.h:
24019 replace XID with unsigned long to get rid of the xlibs dependency in
24020 XOverlay (fixes #137004)
24022 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
24023 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
24024 (gst_agingtv_setup):
24025 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
24026 (gst_dicetv_base_init), (gst_dicetv_class_init),
24027 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
24028 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
24029 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
24030 (gst_edgetv_setup), (gst_edgetv_rgb32):
24031 * gst/effectv/gsteffectv.c:
24032 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
24033 (gst_quarktv_set_property):
24034 * gst/effectv/gstrev.c: (gst_revtv_get_type),
24035 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
24036 (gst_revtv_setup), (gst_revtv_rgb32):
24037 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
24038 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
24039 (gst_shagadelictv_init), (gst_shagadelictv_setup),
24040 (gst_shagadelictv_rgb32):
24041 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
24042 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
24043 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
24044 * gst/effectv/gstwarp.c:
24045 Port everything that can be ported to videofilter and fix up the caps.
24046 Can someone with a big-endian machine please check these?
24048 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24050 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
24051 (gst_osssink_chain), (gst_osssink_change_state):
24052 Latest fixes for A/V sync, audio playback and such. This is about
24053 all... MPEG playback issues are mostly related to the async build-
24054 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
24056 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
24058 patch from: Stephane Loeuillet
24061 use pkg-config for some libraries, falling back to the old .m4 way
24066 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
24069 * tools/Makefile.am:
24070 * tools/Makefile.in:
24071 * tools/gst-launch-ext-m.m:
24072 * tools/gst-launch-ext.1.in:
24073 * tools/gst-visualise-m.m:
24074 * tools/gst-visualise.1:
24075 * tools/gst-visualise.1.in:
24076 reorganizing generation of script tools
24078 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24080 * ext/divx/gstdivxdec.c:
24081 Downgrade priority. We prefer ffdec_mpeg4.
24082 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
24083 (gst_faad_chain), (gst_faad_change_state):
24084 Fix capsnego. Doesn't work for some sounds because we don't have
24085 a 5:1 to stereo element.
24086 * ext/xvid/gstxvid.c: (plugin_init):
24088 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24089 (gst_osssink_change_state):
24090 Add discont handling.
24092 2004-03-09 Colin Walters <walters@verbum.org>
24094 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
24097 2004-03-09 Benjamin Otte <otte@gnome.org>
24099 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
24100 the signals take 2 arguments
24102 2004-03-09 David Schleef <ds@schleef.org>
24104 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
24105 (gst_alsa_fixate): Add fixate function. (bug #136686)
24106 * ext/alsa/gstalsa.h:
24107 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
24109 2004-03-09 Benjamin Otte <otte@gnome.org>
24111 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
24112 (gst_mikmod_change_state):
24113 * ext/mikmod/gstmikmod.h:
24114 make mikmod's loop function not loop infinitely and call
24115 gst_element_yield anymore
24116 * gst/modplug/gstmodplug.cc:
24117 fix pad negotiation (fixes #136590)
24119 2004-03-09 David Schleef <ds@schleef.org>
24121 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
24122 doesn't conflict with the internal colorspace plugin.
24123 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
24124 satisfy the crappy-ass shell shipped by a certain vendor.
24125 * gst/videofilter/make_filter: same (bug #135299)
24127 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
24129 * configure.ac: bump nano to 1
24131 === release 0.7.6 ===
24133 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
24135 * configure.in: releasing 0.7.6, "There"
24137 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
24139 * pkgconfig/gstreamer-play-uninstalled.pc.in:
24140 * pkgconfig/gstreamer-play.pc.in:
24141 synchronize the two
24143 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
24145 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
24146 (cdparanoia_open), (cdparanoia_event):
24147 fix/add error handling
24149 add cdparanoia source
24150 * tools/Makefile.am:
24151 make scripts executable
24153 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
24156 * ext/vorbis/Makefile.am:
24158 remove id3types, vorbisfile and xvideosink from the build (#133783)
24160 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
24162 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24163 Fix metadata read crash (#136537).
24165 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
24167 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24168 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
24169 adding mime types, fixing the one-stop function
24171 2004-03-08 Christian Schaller <Uraeus@gnome.org>
24173 * ext/nas/nassink.c and /ext/nas/nassink.h:
24174 More NAS love from Arwed von Merkatz
24175 So lets all sing 'Can you feel the NAS tonight'
24177 2004-03-08 Christian Schaller <Uraeus@gnome.org>
24179 * tools/gst-launch-ext.in:
24180 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
24182 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
24184 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
24185 (gst_mpeg2dec_init):
24186 remove the user_data pad for now, because it is being used in
24187 fixating causing MPEG playback to fixate on 1000 Hz for playback.
24188 If someone knows how to fix this properly, please do.
24190 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
24192 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
24193 (gst_osssink_get_time):
24194 add a warning, IMO this won't get triggered anymore, remove later
24196 2004-03-07 David Schleef <ds@schleef.org>
24198 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
24199 format (bug #136470)
24201 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
24203 * gst-libs/Makefile.am:
24204 * gst-libs/gst/media-info/Makefile.am:
24205 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
24206 (error_callback), (gst_media_info_error_create),
24207 (gst_media_info_error_element), (gmip_init), (gmip_reset),
24208 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
24209 * gst-libs/gst/media-info/media-info-priv.h:
24210 * gst-libs/gst/media-info/media-info-test.c: (main):
24211 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24212 (gst_media_info_class_init), (gst_media_info_instance_init),
24213 (gst_media_info_set_source), (gst_media_info_read_with_idler),
24214 (gst_media_info_read_idler), (gst_media_info_read):
24215 * gst-libs/gst/media-info/media-info.h:
24216 fixed, should work now
24218 2004-03-07 Christian Schaller <Uraeus@gnome.org>
24220 * ext/nas/nassink.c:
24221 A bunch of NAS fixes from Arwed von Merkatz
24223 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
24225 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24226 (qtdemux_parse_trak):
24227 Fix crash (j might be greater than n_samples, in which case we're
24228 writing outside the allocated space for the array) and memleak.
24230 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
24232 * sys/oss/gstosssink.c: (gst_osssink_chain):
24233 And another caller that couldn't handle delay < 0 (unsigned
24234 integer overflow). Video now continues playing on an audio
24235 buffer underrun, and the clock continues working. Audio still
24238 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
24240 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
24241 (gst_osssink_get_time):
24242 get_delay() may return values lower than 0. In those cases, we
24243 should not actually cast to *unsigned* int64, that will break
24244 stuff horribly. In my case, it screwed up A/V sync in movies
24245 in totem rather badly.
24247 2004-03-06 Christophe Fergeau <teuf@gnome.org>
24249 * ext/faac/gstfaac.c: (gst_faac_chain):
24250 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24251 * ext/libpng/gstpngenc.c: (user_write_data):
24252 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24253 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
24254 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
24255 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
24256 Fix several misuse of gst_buffer_merge (it doesn't take ownership
24257 of any buffer), should fix some leaks. I hope I didn't unref buffers
24258 that shouldn't be...
24260 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
24262 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24263 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
24264 (error_callback), (gmi_reset), (gmi_seek_to_track),
24265 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
24266 (gmip_find_type_post), (gmip_find_stream_post),
24267 (gmip_find_track_streaminfo_post):
24268 * gst-libs/gst/media-info/media-info-priv.h:
24269 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
24270 (info_print), (main):
24271 * gst-libs/gst/media-info/media-info.c:
24272 (gst_media_info_error_create), (gst_media_info_error_element),
24273 (gst_media_info_instance_init), (gst_media_info_get_property),
24274 (gst_media_info_new), (gst_media_info_set_source),
24275 (gst_media_info_read_idler), (gst_media_info_read):
24276 * gst-libs/gst/media-info/media-info.h:
24277 first pass at making this work again. This seems to work on
24278 tagged ogg/vorbis and mp3 files.
24280 2004-03-06 Benjamin Otte <otte@gnome.org>
24282 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24283 fix huge leak: gst_buffer_merge doesn't unref the first argument
24286 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
24288 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
24289 report layer/mode/emphasis
24291 2004-03-06 Christophe Fergeau <teuf@gnome.org>
24293 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
24295 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
24297 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
24300 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
24302 * ext/vorbis/vorbis.c: (plugin_init):
24303 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
24304 (gst_vorbis_dec_init), (vorbis_dec_event):
24306 make vorbisdec handle _BYTE and _TIME queries
24308 2004-03-06 Christophe Fergeau <teuf@gnome.org>
24310 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
24311 from the xing header
24313 2004-03-06 Benjamin Otte <otte@gnome.org>
24315 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
24316 (gst_audio_convert_link), (gst_audio_convert_change_state),
24317 (gst_audio_convert_buffer_from_default_format):
24318 do conversions from/to float correctly, fix some caps nego errors,
24319 export correct supported caps in template and getcaps, use correct
24320 caps in try_set_caps functions
24322 2004-03-06 Christophe Fergeau <teuf@gnome.org>
24324 For some reason, I only committed a ChangeLog entry yesterday and
24325 not the corresponding code...
24326 * ext/mad/gstmad.c: Fix detection of Xing headers
24327 * gst/tags/gstid3tag.c: Changes to support TLEN tags
24329 2004-03-06 Benjamin Otte <otte@gnome.org>
24331 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
24332 (gst_ogg_demux_src_query):
24333 make sure to handle the case where there's no current chain
24336 2004-03-05 David Schleef <ds@schleef.org>
24338 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
24339 Add fixate function. (bug #131128)
24340 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
24341 (gst_sdlvideosink_fixate): Add fixate function.
24342 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24343 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
24344 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
24345 Fix missing break that was causing ulaw to be interpreted as
24348 2004-03-05 David Schleef <ds@schleef.org>
24350 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
24351 Fix code that ignores return value of gst_buffer_merge().
24353 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
24354 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
24355 * testsuite/gst-lint: Check for above.
24357 2004-03-05 David Schleef <ds@schleef.org>
24359 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
24360 caps and throw an element error. (bug #136334)
24362 2004-03-05 David Schleef <ds@schleef.org>
24364 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
24365 (gst_faad_chain): Fix negotiation.
24366 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
24367 key and button events.
24368 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
24370 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
24372 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
24373 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
24374 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
24375 function to encourage better negotiation, particularly between
24376 audioconvert and osssink.
24377 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
24378 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
24380 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
24382 * gst/vbidec/vbiscreen.c: Add glib header
24383 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
24385 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
24387 * ext/mad/gstmad.c: Fix detection of Xing headers
24388 * gst/tags/gstid3tag.c: Changes to support TLEN tags
24390 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
24392 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24393 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
24396 2004-03-06 Christophe Fergeau <teuf@gnome.org>
24398 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24399 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
24400 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
24401 files, and report the parsed length as a GST_TAG_DURATION tag.
24402 * gst/tags/gstid3tag.c: support TLEN (duration) tag
24404 2004-03-05 Benjamin Otte <otte@gnome.org>
24406 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
24407 convert channels correctly. convert correctly to unsigned.
24409 2004-03-05 Julien MOUTTE <julien@moutte.net>
24411 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
24412 we have a window before clearing it.
24414 2004-03-05 Julien MOUTTE <julien@moutte.net>
24416 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
24417 have a window before clearing it.
24419 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
24421 * gconf/gstreamer.schemas.in:
24422 * gst-libs/gst/gconf/Makefile.am:
24423 version installation path the same way as for 0.6
24424 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24425 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24426 * pkgconfig/gstreamer-play-uninstalled.pc.in:
24427 remove comment that was fixed
24429 2004-03-05 David Schleef <ds@schleef.org>
24431 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
24432 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
24433 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
24434 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
24435 Add prototype code for handling seeking and querying.
24437 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
24439 * examples/gstplay/player.c: (main):
24440 Initialize variables to NULL. Prevents a segfault because the
24441 (uninitialized) variable is not NULL, resulting in a crash on
24442 trying to reach error->message.
24444 2004-03-05 Benjamin Otte <otte@gnome.org>
24446 * gst/audioconvert/gstaudioconvert.c:
24447 (gst_audio_convert_buffer_to_default_format):
24448 make float=>int conversion work correctly even in cornercases.
24450 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
24452 * debian/README.Debian:
24453 * debian/build-deps:
24454 * debian/changelog:
24456 * debian/control.in:
24457 * debian/copyright:
24458 * debian/gstreamer-a52dec.files:
24459 * debian/gstreamer-aa.files:
24460 * debian/gstreamer-alsa.files:
24461 * debian/gstreamer-alsa.manpages:
24462 * debian/gstreamer-arts.files:
24463 * debian/gstreamer-artsd.files:
24464 * debian/gstreamer-audiofile.files:
24465 * debian/gstreamer-avifile.files:
24466 * debian/gstreamer-cdparanoia.files:
24467 * debian/gstreamer-colorspace.files:
24468 * debian/gstreamer-doc.files:
24469 * debian/gstreamer-dv.files:
24470 * debian/gstreamer-dvd.files:
24471 * debian/gstreamer-esd.files:
24472 * debian/gstreamer-festival.files:
24473 * debian/gstreamer-flac.files:
24474 * debian/gstreamer-gconf.conffiles:
24475 * debian/gstreamer-gconf.files:
24476 * debian/gstreamer-gconf.postinst:
24477 * debian/gstreamer-gnomevfs.files:
24478 * debian/gstreamer-gsm.files:
24479 * debian/gstreamer-http.files:
24480 * debian/gstreamer-jack.files:
24481 * debian/gstreamer-jpeg.files:
24482 * debian/gstreamer-mad.files:
24483 * debian/gstreamer-mikmod.files:
24484 * debian/gstreamer-misc.files:
24485 * debian/gstreamer-mpeg2dec.files:
24486 * debian/gstreamer-oss.files:
24487 * debian/gstreamer-plugin-apps.files:
24488 * debian/gstreamer-plugin-apps.manpages:
24489 * debian/gstreamer-plugin-libs-dev.files:
24490 * debian/gstreamer-plugin-libs.files:
24491 * debian/gstreamer-plugin-template.postinst:
24492 * debian/gstreamer-plugin-template.postrm:
24493 * debian/gstreamer-sdl.files:
24494 * debian/gstreamer-sid.files:
24495 * debian/gstreamer-vorbis.files:
24496 * debian/gstreamer-x.files:
24497 * debian/mk.control:
24499 Debian package info not maintained here.
24501 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
24503 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
24504 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
24505 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
24506 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
24507 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
24508 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
24509 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
24510 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
24511 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
24512 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
24513 * gst-libs/gst/colorbalance/colorbalance.c:
24514 (gst_color_balance_class_init):
24515 * gst-libs/gst/colorbalance/colorbalancechannel.c:
24516 (gst_color_balance_channel_class_init):
24517 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
24518 * gst-libs/gst/play/play.c: (gst_play_class_init):
24519 * gst-libs/gst/propertyprobe/propertyprobe.c:
24520 (gst_property_probe_iface_init):
24521 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
24522 * gst-libs/gst/tuner/tunerchannel.c:
24523 (gst_tuner_channel_class_init):
24524 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
24525 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
24526 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
24527 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
24528 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
24529 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24530 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24531 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
24532 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
24533 fix signals to use - instead of _
24534 * ext/libcaca/gstcacasink.h:
24535 * ext/sdl/sdlvideosink.h:
24538 2004-03-04 David Schleef <ds@schleef.org>
24540 * testsuite/gst-lint: Add a check for bad signal names.
24542 2004-03-04 <kost@imn.htwk-leipzig.de>
24544 reviewed by David Schleef
24546 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
24547 modified the alpha channel and caused a warning. (bug #136192)
24549 2004-04-03 Christian Schaller <Uraeus@gnome.org>
24551 * gst-plugins.spec.in:
24552 Change names of plugins to actually be correct. Try to keep things
24553 alphabetical to avoid getting beat up by Thomas
24555 2004-03-03 Julien MOUTTE <julien@moutte.net>
24557 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
24558 Using ximagesink as a default if no gconf key found. We should
24559 probably consider using alsasink instead of osssink for the audio
24562 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
24565 fix --with-plugins, don't think it ever worked before
24566 * gst-plugins.spec.in:
24569 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
24571 * ext/sdl/sdlvideosink.h:
24572 * sys/ximage/ximagesink.h:
24573 * sys/xvideo/xvideosink.h:
24574 * sys/xvimage/xvimagesink.h:
24575 Fix for move of gstvideosink.h -> videosink.h.
24577 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
24579 * gst-libs/gst/xwindowlistener/Makefile.am:
24580 this is a plugin library, not a library
24582 2004-03-01 David Schleef <ds@schleef.org>
24584 * AUTHORS: Added some names. Add yourself if you're still
24587 2004-03-01 David Schleef <ds@schleef.org>
24591 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
24593 * gst-plugins.spec.in: clean up spec file
24595 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
24597 * gst-libs/gst/video/Makefile.am:
24598 * gst-libs/gst/video/gstvideosink.c:
24599 * gst-libs/gst/video/gstvideosink.h:
24600 rename gstvideosink.h to videosink.h to match other headers
24601 * gst/mixmatrix/Makefile.am:
24602 fix plugin filename
24603 * gst/tags/Makefile.am: fix plugin filename
24605 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
24607 * gst/tags/Makefile.am: fix plugin filename
24609 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
24611 * examples/gstplay/player.c: (got_time_tick), (main):
24613 display time_tick more readably
24614 * gst/mixmatrix/Makefile.am:
24615 fix plugin file name
24617 2004-02-29 Christophe Fergeau <teuf@gnome.org>
24619 * sys/oss/gstosselement.c: (gst_osselement_probe),
24620 (device_combination_append), (gst_osselement_class_probe_devices):
24621 * sys/oss/gstosselement.h:
24622 Reworked enumeration of oss dsps and mixers so that gst-mixer works
24623 on my system using alsa oss emulation, fixes bug #135597
24625 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
24627 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
24628 (gst_videodrop_chain), (gst_videodrop_change_state):
24629 * gst/videodrop/gstvideodrop.h:
24630 Work based on timestamp of input data, not based on the expected
24631 framerate from the input. The consequence is that this element now
24632 not only scales framerates, but also functions as a framerate
24633 corrector or framerate stabilizer/constantizer.
24635 2004-02-27 David Schleef <ds@schleef.org>
24637 patches from jmmv@menta.net (Julio M. Merino Vidal)
24639 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
24640 GST_ELEMENT_ERROR call (bug #135634)
24641 * gst/interleave/interleave.c: (interleave_buffered_loop),
24642 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
24643 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
24644 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
24645 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
24646 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
24647 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24648 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
24649 Fix GST_ELEMENT_ERROR call.
24650 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
24651 GST_ELEMENT_ERROR call.
24653 2004-02-27 Benjamin Otte <otte@gnome.org>
24655 * gst-libs/gst/audio/audio.h:
24656 add macro to make sure header isn't included twice
24657 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24658 don't use gst_buffer_free
24659 * gst/playondemand/filter.func:
24660 don't use gst_data_free. Free data only once.
24662 2004-02-26 David Schleef <ds@schleef.org>
24664 * gst-libs/gst/colorbalance/Makefile.am:
24665 * gst-libs/gst/mixer/Makefile.am:
24666 * gst-libs/gst/tuner/Makefile.am:
24667 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
24668 should not be disted, -marshal.h files should not be installed,
24669 and -enum.h files _should_ be installed. Fix to make this the
24672 === release 0.7.5 ===
24674 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
24676 * configure.ac: release 0.7.5, "Under The Sea"
24678 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
24680 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
24681 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
24682 * gst/videoscale/gstvideoscale.c:
24683 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24684 assorted debug/warning fixes
24686 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
24688 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24689 (gst_videoscale_init), (gst_videoscale_chain),
24690 (gst_videoscale_set_property), (plugin_init):
24691 * gst/videoscale/gstvideoscale.h:
24692 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24693 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
24694 (gst_videoscale_planar400), (gst_videoscale_packed422),
24695 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
24696 (gst_videoscale_24bit), (gst_videoscale_16bit),
24697 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
24698 (gst_videoscale_scale_plane_slow),
24699 (gst_videoscale_scale_point_sample),
24700 (gst_videoscale_scale_nearest),
24701 (gst_videoscale_scale_nearest_str2),
24702 (gst_videoscale_scale_nearest_str4),
24703 (gst_videoscale_scale_nearest_32bit),
24704 (gst_videoscale_scale_nearest_24bit),
24705 (gst_videoscale_scale_nearest_16bit):
24706 add debugging category and use it properly
24707 fix use of GST_PTR_FORMAT
24709 2004-02-25 Andy Wingo <wingo@pobox.com>
24711 * gst/interleave/interleave.c (interleave_buffered_loop): Always
24712 push only when channel->buffer is NULL. Prevents segfaults doing
24713 the state change after a nonlocal exit, like a scheme exception.
24715 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24716 Handle the case where the intersected caps is empty.
24718 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
24720 * gst/law/mulaw-decode.c: (mulawdec_link):
24721 * gst/law/mulaw.c: (plugin_init):
24722 fix mulawdec so it actually works again
24724 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
24726 reviewed by: David Schleef <ds@schleef.org>
24728 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
24729 (gst_gamma_init), (gst_gamma_set_property),
24730 (gst_gamma_get_property), (gst_gamma_calculate_tables),
24731 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
24732 for RGB, with separate r g and b correction factors. (#131167)
24734 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
24736 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24737 only signal tags for bitrate if they're > 0 (#134894)
24739 2004-02-24 David Schleef <ds@schleef.org>
24741 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
24742 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
24743 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
24744 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
24745 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
24746 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
24747 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
24748 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
24749 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
24750 category. Attempt to fix timestamp calculation.
24752 2004-02-24 Johan Dahlin <johan@gnome.org>
24754 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
24756 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
24759 * gconf/Makefile.am:
24760 * gconf/gstreamer.schemas:
24761 * gst-libs/gst/gconf/Makefile.am:
24762 * gst-libs/gst/gconf/gconf.c:
24763 version gconf schemas and install locations
24765 2004-02-23 Benjamin Otte <otte@gnome.org>
24767 * ext/xine/xineinput.c: (gst_xine_input_dispose):
24768 (gst_xine_input_subclass_init):
24769 call parent dispose.
24770 change pad template for CD reader correctly
24771 * ext/xine/Makefile.am:
24772 * ext/xine/gstxine.h:
24773 * ext/xine/xine.c: (plugin_init):
24774 * ext/xine/xineaudiosink.c:
24775 wrap audio sinks, too
24776 * gst-libs/gst/resample/private.h:
24777 * gst-libs/gst/resample/resample.c: (gst_resample_init),
24778 (gst_resample_reinit), (gst_resample_scale),
24779 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
24780 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
24781 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
24782 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
24783 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
24784 * gst-libs/gst/resample/resample.h:
24785 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
24786 (gst_audioscale_class_init), (gst_audioscale_link),
24787 (gst_audioscale_get_buffer), (gst_audioscale_init),
24788 (gst_audioscale_chain), (gst_audioscale_set_property),
24789 (gst_audioscale_get_property):
24790 * gst/audioscale/gstaudioscale.h:
24791 s/resample_*/gst_resample_*/i to not clobber namespaces
24793 2004-02-23 Julien MOUTTE <julien@moutte.net>
24795 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24796 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24797 (gst_riff_create_video_template_caps),
24798 (gst_riff_create_audio_template_caps),
24799 (gst_riff_create_iavs_template_caps):
24800 * gst-libs/gst/riff/riff-media.h:
24801 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24802 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
24803 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
24804 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
24805 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
24806 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
24807 (gst_matroska_demux_plugin_init): First batch implementing audio and
24808 video codec tags in demuxers.
24810 2004-02-22 Benjamin Otte <otte@gnome.org>
24812 * ext/xine/Makefile.am:
24813 * ext/xine/gstxine.h:
24814 * ext/xine/xine.c: (plugin_init):
24815 * ext/xine/xineinput.c:
24816 add input plugin wrapper. Playback from files, http, mms and cdda
24818 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24819 remove leftover G_GNUC_UNUSED
24820 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
24821 (gst_asf_demux_identify_guid):
24822 improve debugging output
24824 2004-02-22 Benjamin Otte <otte@gnome.org>
24826 reported by: Padraig O'Briain <padraig.obriain@sun.com>
24829 replace test -e with test -x for mkinstalldirs to be more portable.
24832 2004-02-22 Benjamin Otte <otte@gnome.org>
24834 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
24836 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
24837 set rank to PRIMARY
24838 * gst/volume/gstvolume.c: (plugin_init):
24842 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
24844 reviewed by Benjamin Otte <otte@gnome.org>
24846 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24847 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
24849 2004-02-22 Benjamin Otte <otte@gnome.org>
24852 export [_]*{gst,Gst,GST}.* symbols from plugins
24854 2004-02-22 Christophe Fergeau <teuf@gnome.org>
24856 reviewed by: Benjamin Otte <otte@gnome.org>
24858 * ext/lame/gstlame.c: (add_one_tag):
24859 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24860 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
24861 (gst_vorbisenc_metadata_set1):
24862 * gst/tags/gstid3tag.c:
24863 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
24864 apply fixes from bugs #135042 (lame can't write tags) and #133817
24865 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
24867 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
24869 * configure.ac: Export only gst_plugin_desc from plugins.
24870 Note that this change only makes any effect with Linux using libtool
24871 1.5.2 or higher. Otherwise it is silently ignored, but it would build
24872 fine. And don't try to have several versions of libtool in different
24875 2004-02-20 Andy Wingo <wingo@pobox.com>
24877 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
24878 interleave respectively.
24880 * gst/interleave/deinterleave.c: New plugin: deinterleave
24881 (replaces on oneton).
24882 * gst/interleave/interleave.c: New plugin: interleave.
24883 * gst/interleave/plugin.h: Support file.
24884 * gst/interleave/plugin.c: Support file.
24886 * configure.ac: Remove intfloat and oneton, add interleave.
24888 * ext/sndfile/gstsf.c: Handle events better.
24890 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
24891 and float2int operation. int2float has scheduling problems as
24892 noted in in2float_chain.
24894 2004-02-20 Benjamin Otte <otte@gnome.org>
24896 * ext/xine/Makefile.am:
24897 * ext/xine/gstxine.h:
24899 * ext/xine/xineaudiodec.c:
24900 * ext/xine/xinecaps.c:
24901 add first version of xine plugin wrapper. Currently only wraps the
24902 QDM2 win32 DLL, and even that only in proof-of-concept quality.
24905 add xine plugin wrapper, disabled by default. Use --enable-xine to
24906 build. Note that it'll segfault on gst-register if you don't remove
24907 the goom and tvtime post plugins from xine.
24908 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
24909 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
24910 add extradata parsing for QDM2.
24911 change around debugging prints.
24913 2004-02-19 Benjamin Otte <otte@gnome.org>
24915 * ext/lame/gstlame.c: (gst_lame_chain):
24916 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24917 use gst_tag_list_insert when you want to insert tags
24919 2004-02-18 David Schleef <ds@schleef.org>
24921 * configure.ac: Move massink to gst-rotten
24923 * ext/mas/Makefile.am:
24924 * ext/mas/massink.c:
24925 * ext/mas/massink.h:
24927 2004-02-18 David Schleef <ds@schleef.org>
24929 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
24930 typefinding, since it seems to be worse than nothing.
24931 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
24932 atom to recognize .mp4 and .m4a files as video/quicktime.
24934 2004-02-18 David Schleef <ds@schleef.org>
24936 * gst/sine/demo-dparams.c: (quit_live),
24937 (dynparm_log_value_changed), (dynparm_value_changed), (main):
24938 Use double dparams, not float.
24939 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24940 (gst_sinesrc_init): Change sync default to FALSE, since multiple
24941 sync'd elements don't really work correctly.
24942 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
24943 (volume_update_volume), (volume_get_property): Change dparam
24946 2004-02-18 Julien MOUTTE <julien@moutte.net>
24948 * sys/ximage/ximagesink.c:
24949 (gst_ximagesink_xwindow_update_geometry),
24950 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
24951 (gst_ximagesink_change_state), (gst_ximagesink_expose),
24952 (gst_ximagesink_init): Rework the way software video scaling works. So
24953 now we check on each chain call if the video frames are feeling the
24954 window. If not we try to renegotiate caps. On failure we memorize that
24955 and we won't try again for that PLAYING sessions.
24956 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
24958 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
24961 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
24963 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
24964 break up _link so we can give a better debug message for errors
24966 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
24968 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24969 set up debug category
24971 2004-02-18 Julien MOUTTE <julien@moutte.net>
24973 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24974 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
24975 the way renegotiation work. The event handling function is not taking
24976 care of external windows and renegotiate method check for pad flags
24977 NEGOTIATING. Should fix : #133209
24979 2004-02-17 Julien MOUTTE <julien@moutte.net>
24981 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
24982 pad is negotiating before trying renegotiation.
24984 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
24986 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
24987 pass on all possible mime types as typefind hints
24989 2004-02-17 Julien MOUTTE <julien@moutte.net>
24991 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24992 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
24993 possible SHM leak if we crash. All other apps using XShm are doing
24996 2004-02-17 Julien MOUTTE <julien@moutte.net>
24998 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24999 (gst_ximagesink_expose): Renegotiate size on expose.
25000 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
25003 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
25005 * testsuite/alsa/sinesrc.c:
25006 cosmetic fix to fix compile issue with gcc 2.95.4
25008 2004-02-16 Julien MOUTTE <julien@moutte.net>
25010 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25011 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
25012 failed opening the audio device.
25013 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25014 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
25015 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
25016 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
25017 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
25018 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
25019 (gst_ximagesink_change_state), (gst_ximagesink_chain),
25020 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
25021 Removing some useless g_return_if_fail like wingo suggested.
25022 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25023 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
25024 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
25025 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
25026 (gst_xvimagesink_update_colorbalance),
25027 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
25028 (gst_xvimagesink_xcontext_clear),
25029 (gst_xvimagesink_get_fourcc_from_caps),
25030 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25031 (gst_xvimagesink_set_xwindow_id),
25032 (gst_xvimagesink_colorbalance_list_channels),
25033 (gst_xvimagesink_colorbalance_set_value),
25034 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
25035 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
25037 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
25039 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
25040 throw error when not negotiated instead of asserting
25042 2004-02-15 Julien MOUTTE <julien@moutte.net>
25044 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
25045 correct data refcounting.
25047 2004-02-15 Julien MOUTTE <julien@moutte.net>
25049 * gst/switch/gstswitch.c: (gst_switch_change_state),
25050 (gst_switch_class_init): Cleaning the sinkpads correctly on state
25051 change, mostly the EOS flag.
25053 2004-02-15 Julien MOUTTE <julien@moutte.net>
25055 * examples/gstplay/player.c: (got_eos), (main): Adding some
25056 output for debugging.
25057 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
25058 timeouts if we go to any state different from PLAYING.
25059 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
25060 more EOS bugs in riff lib.
25062 2004-02-14 Julien MOUTTE <julien@moutte.net>
25064 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
25065 visualization until i find a way to fix switch correctly.
25066 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
25068 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25069 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25070 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
25071 Reworked switch to get a more correct behaviour with events and refing
25072 of data stored in sinkpads.
25073 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
25074 we don't pull from a pad in EOS.
25076 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25078 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25079 remove v1 tag even if we can't read it (makes sure we don't detect
25082 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25084 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
25085 (gst_alsa_xrun_recovery):
25086 * ext/alsa/gstalsa.h:
25087 try xrun recovery when wait failed. Make xrun recovery function
25088 return TRUE/FALSE to indicate success. (might fix #134354)
25090 2004-02-13 David Schleef <ds@schleef.org>
25092 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
25093 (dynparm_value_changed), (main): Convert from float to double.
25094 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
25096 2004-02-13 David Schleef <ds@schleef.org>
25098 * gst/silence/gstsilence.c: (gst_silence_class_init),
25099 (gst_silence_set_clock), (gst_silence_get),
25100 (gst_silence_set_property), (gst_silence_get_property):
25101 * gst/silence/gstsilence.h: Add sync property.
25102 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25103 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
25104 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
25105 * gst/sine/gstsinesrc.h: Add sync property.
25107 2004-02-13 David Schleef <ds@schleef.org>
25109 * gst/intfloat/gstint2float.c: (conv_f32_s16),
25110 (gst_int2float_chain_gint16): Change stdint usage to glib types.
25112 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
25116 * gst-libs/ext/Makefile.am:
25117 move ffmpeg plugin to gst-ffmpeg module
25119 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
25121 * configure.ac: use GST_ARCH to detect architecture
25123 2004-02-12 Julien MOUTTE <julien@moutte.net>
25125 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
25127 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
25129 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25130 classify LADSPA plugins based on number of src/sink pads
25131 (#133663, Stefan Kost)
25132 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
25133 fix dparams registration
25134 (#133528, Stefan Kost)
25135 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
25136 fix use of isprint and use g_ascii_isprint instead
25137 (#133316, Stefan Kost)
25139 2004-02-11 David Schleef <ds@schleef.org>
25141 Convert a few inner loops to use liboil. This is currently
25142 optional, and is only enabled if liboil is present (duh!).
25143 * configure.ac: Check for liboil-0.1
25144 * gst/intfloat/Makefile.am:
25145 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
25146 (gst_int2float_chain_gint16):
25147 * gst/videofilter/Makefile.am:
25148 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
25149 (tablelookup_u8), (gst_videobalance_planar411):
25150 * gst/videotestsrc/Makefile.am:
25151 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
25152 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
25153 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
25154 (paint_hline_RGB565), (paint_hline_xRGB1555):
25156 2004-02-11 David Schleef <ds@schleef.org>
25158 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
25159 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
25160 (gst_colorspace_getcaps), (gst_colorspace_link),
25161 (gst_colorspace_base_init), (gst_colorspace_init),
25162 (gst_colorspace_chain), (gst_colorspace_change_state),
25163 (plugin_init): Merge Ronald's patch (bug #117897) and update
25164 for new caps and negotiation. Seems to work, although it
25165 shows off bugs in lcs.
25167 2004-02-11 David Schleef <ds@schleef.org>
25169 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
25170 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
25172 2004-02-11 David Schleef <ds@schleef.org>
25174 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
25175 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
25176 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
25177 Add server and port properties
25179 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
25184 * m4/as-liblame.m4:
25185 * m4/as-slurp-ffmpeg.m4:
25186 * m4/check-libheader.m4:
25193 * m4/gst-ivorbis.m4:
25194 * m4/gst-matroska.m4:
25196 * m4/gst-shout2.m4:
25204 fix underquotedness of macros (#133800)
25205 * m4/as-avifile.m4:
25207 removed because no longer used
25209 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
25212 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
25213 by autopoint (fixes #132996)
25215 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25217 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
25218 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
25219 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
25220 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
25223 2004-02-11 David Schleef <ds@schleef.org>
25225 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25226 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
25227 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
25228 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
25229 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
25230 (gst_jpegenc_class_init), (gst_jpegenc_init),
25231 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
25232 (gst_jpegenc_chain), (gst_jpegenc_set_property),
25233 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
25234 * ext/jpeg/gstjpegenc.h: Fix negotiation.
25236 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
25238 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
25239 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
25240 * ext/mikmod/gstmikmod.h:
25241 fix caps negotiation in mikmod
25242 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
25243 output debug information
25245 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
25247 * gst-libs/gst/colorbalance/Makefile.am:
25248 * gst-libs/gst/navigation/Makefile.am:
25249 * gst-libs/gst/xoverlay/Makefile.am:
25250 remove unused GST_OPT_CFLAGS from Makefiles
25251 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
25253 2004-02-07 David Schleef <ds@schleef.org>
25255 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
25256 push events to pads that haven't been created (#133508)
25258 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
25260 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
25261 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
25262 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
25263 (gst_dvdec_loop), (gst_dvdec_change_state):
25264 Second attempt at committing a working dvdec element.
25266 2004-02-06 David Schleef <ds@schleef.org>
25268 Build fixes for OS X: (see #129600)
25269 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
25270 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
25271 (gst_riff_read_strf_iavs):
25272 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
25273 (gst_avi_demux_stream_odml):
25274 * gst/playondemand/Makefile.am:
25275 * gst/rtp/rtp-packet.c:
25277 2004-02-05 David Schleef <ds@schleef.org>
25279 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
25280 last change, because it Just Doesn't Compile.
25282 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25284 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25285 skip undecodable id3v2 tag instead of keeping it
25287 2004-02-05 David Schleef <ds@schleef.org>
25289 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25290 Unref leaked buffer. (Noticed by Ronald)
25292 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
25294 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
25295 Sync requires with other checks. >= vs =.
25297 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
25299 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
25300 (gst_dvdec_video_link), (gst_dvdec_loop):
25301 * ext/dv/gstdvdec.h:
25302 rework the caps negotiation so that dvdec works again instead
25303 of just segfaulting.
25305 === release 0.7.4 ===
25307 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
25309 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
25310 * configure.ac: changed for release
25312 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
25314 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
25315 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
25316 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
25317 * pkgconfig/gstreamer-play-uninstalled.pc.in:
25318 reworked patch by David Lehn to fix libdir and includedir for
25319 uninstalled libraries
25320 removed play and gconf from gstreamer-libs since they have their
25321 own pkgconfig files
25323 2004-02-04 David Schleef <ds@schleef.org>
25325 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
25328 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25330 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
25331 use correct GST_TAG_ENCODER tag
25333 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
25335 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25336 be sure to stop the clock when going to paused
25337 * sys/oss/gstosssink.c: (gst_osssink_change_state):
25338 reset number of transmitted when going to ready.
25341 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
25343 reviewed by Benjamin Otte
25345 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25346 extract track count (fixes #133410)
25348 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
25350 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
25351 that should be !=, not == (fixes #132519)
25353 2004-02-04 David Schleef <ds@schleef.org>
25355 Make sure set_explicit_caps() is called before adding pad.
25356 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25357 * gst/id3/gstid3types.c: (gst_id3types_loop):
25358 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
25359 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
25361 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
25364 bump nano to 2, first prerelease
25365 put back AM_PROG_LIBTOOL
25367 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
25369 * testsuite/alsa/Makefile.am:
25370 these are user test apps, not automatic testsuite tests
25372 2004-02-04 David Schleef <ds@schleef.org>
25374 Convert GST_DEBUG_CAPS() to GST_DEBUG():
25375 * gst/mpeg1videoparse/gstmp1videoparse.c:
25376 (mp1videoparse_parse_seq):
25377 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
25378 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
25379 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
25380 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25381 (gst_xvideosink_getcaps):
25382 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25383 * testsuite/gst-lint: more tests
25385 2004-02-04 David Schleef <ds@schleef.org>
25387 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
25388 with the code that they would expand to.
25389 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
25390 (gst_flacdec_get_src_query_types),
25391 (gst_flacdec_get_src_event_masks):
25392 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
25393 (gst_gnomevfssrc_get_query_types),
25394 (gst_gnomevfssrc_get_event_mask):
25396 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
25398 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25399 (gst_sinesrc_dispose):
25400 fix memleak by properly disposing sinesrc
25402 2004-02-04 Julien MOUTTE <julien@moutte.net>
25404 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
25405 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
25406 an overlay to redraw the image because it has been exposed.
25407 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
25408 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
25409 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
25410 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
25412 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
25413 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
25414 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
25415 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
25418 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
25420 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
25421 more memleak fixage
25423 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
25425 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25426 * gst/typefind/gsttypefindfunctions.c:
25427 fix memleaks shown by gst-typefind
25429 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
25431 * common/glib-gen.mak:
25432 add hack rule to touch .Plo files
25433 * gst-libs/gst/colorbalance/Makefile.am:
25434 * gst-libs/gst/mixer/Makefile.am:
25435 * gst-libs/gst/play/Makefile.am:
25436 * gst-libs/gst/tuner/Makefile.am:
25437 remove glib_root variable
25439 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
25441 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
25442 set explicit caps before adding the element, so the autopluggers can
25444 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
25445 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25446 (mpeg_video_type_find), (mpeg_video_stream_type_find),
25448 fix memleaks in typefind functions. gst_type_find_suggest takes a const
25451 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
25453 * gst-libs/gst/colorbalance/Makefile.am:
25454 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
25455 * gst-libs/gst/colorbalance/colorbalance.c:
25456 * gst-libs/gst/colorbalance/colorbalance.h:
25457 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
25458 * gst-libs/gst/mixer/Makefile.am:
25459 * gst-libs/gst/mixer/mixer-marshal.list:
25460 * gst-libs/gst/mixer/mixer.c:
25461 * gst-libs/gst/mixer/mixer.h:
25462 * gst-libs/gst/mixer/mixermarshal.list:
25463 * gst-libs/gst/play/Makefile.am:
25464 * gst-libs/gst/play/play.h:
25465 * gst-libs/gst/tuner/Makefile.am:
25466 * gst-libs/gst/tuner/tuner-marshal.list:
25467 * gst-libs/gst/tuner/tuner.c:
25468 * gst-libs/gst/tuner/tuner.h:
25469 * gst-libs/gst/tuner/tunermarshal.list:
25470 use new glib-gen.mak snippet to clean up Makefile.am
25471 fix various bugs in Makefile.am's
25473 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
25475 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
25476 handle chain parsing correctly in the multichain case
25477 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
25478 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
25479 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25480 (theora_dec_chain):
25481 handle events and queries correctly
25483 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
25486 Ignore generated file _stdint.h.
25488 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
25490 * gst-libs/gst/colorbalance/Makefile.am:
25491 * gst-libs/gst/colorbalance/colorbalance.h:
25492 * gst-libs/gst/mixer/Makefile.am:
25493 * gst-libs/gst/mixer/mixer.h:
25494 * gst-libs/gst/play/Makefile.am:
25495 * gst-libs/gst/play/play.h:
25496 * gst-libs/gst/tuner/Makefile.am:
25497 * gst-libs/gst/tuner/tuner.h:
25498 Generate enum type code with glib-mkenums.
25499 * gst-libs/gst/colorbalance/.cvsignore:
25500 * gst-libs/gst/mixer/.cvsignore:
25501 * gst-libs/gst/play/.cvsignore:
25502 * gst-libs/gst/tuner/.cvsignore:
25503 Ignore generated files.
25505 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
25507 * gst-libs/gst/audio/.cvsignore:
25508 Ignore generated file.
25509 * gst-libs/gst/audio/Makefile.am:
25510 Do not install example filter.
25512 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
25514 * examples/switch/.cvsignore:
25515 Ignore generated file.
25517 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
25519 * common/m4/ax_create_stdint_h.m4:
25521 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
25524 remove generated _stdint.h in DISTCLEANFILES
25525 * ext/a52dec/gsta52dec.c:
25526 include _stdint.h for a52dec. (should fix #133064)
25528 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
25530 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
25531 (gst_tag_to_vorbis_comments):
25532 Add replaygain support to vorbistag
25534 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
25535 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
25536 (gst_ffmpeg_caps_to_extradata):
25537 Fix SVQ3 caps flag properties
25538 Use glib macro for bytes swap
25540 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
25542 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
25543 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
25544 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25545 * ext/sndfile/gstsf.c: (plugin_init):
25546 * gst/avi/gstavi.c: (plugin_init):
25547 * sys/dxr3/dxr3init.c: (plugin_init):
25548 * sys/oss/gstossaudio.c: (plugin_init):
25549 * sys/v4l/gstv4l.c: (plugin_init):
25550 * sys/v4l2/gstv4l2.c: (plugin_init):
25551 remove textdomain calls
25553 update Dutch translation
25555 2004-02-02 Julien MOUTTE <julien@moutte.net>
25557 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25558 (gst_play_set_audio_sink): Moving volume in the audio thread for
25559 instantaneous volume change. Maybe i will add another volume in front
25560 of visualization later, not sure yet though.
25562 2004-02-02 Julien MOUTTE <julien@moutte.net>
25564 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25565 (gst_ximagesink_handle_xevents): Better X events handling, only take
25566 the latest events for configure and motion.
25567 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
25569 2004-02-02 Jon Trowbridge <trow@gnu.org>
25571 reviewed by: David Schleef <ds@schleef.org>
25574 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
25575 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
25577 2004-02-02 David Schleef <ds@schleef.org>
25579 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
25581 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
25582 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25583 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
25584 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25585 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
25586 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
25587 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
25588 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
25589 (gst_float2_2_int_link):
25590 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
25591 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
25592 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
25593 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
25594 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
25595 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
25596 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
25597 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
25598 * testsuite/gst-lint: Add tests for bzero and ;;
25600 2004-02-02 David Schleef <ds@schleef.org>
25602 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
25604 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
25606 * ext/aalib/gstaasink.c: (gst_aasink_open):
25607 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
25608 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25609 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25610 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
25611 (gst_afsink_close_file):
25612 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
25613 (gst_afsrc_close_file):
25614 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
25615 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
25616 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25617 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
25618 * ext/esd/esdmon.c: (gst_esdmon_get):
25619 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
25620 * ext/faac/gstfaac.c: (gst_faac_chain):
25621 * ext/faad/gstfaad.c: (gst_faad_chain):
25622 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
25623 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25624 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
25625 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
25626 (gst_flacdec_loop):
25627 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
25628 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25629 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
25630 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
25631 (gst_gnomevfssink_close_file):
25632 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
25633 (gst_gnomevfssrc_open_file):
25634 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
25635 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
25636 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
25637 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25638 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
25639 * ext/mad/gstmad.c: (gst_mad_chain):
25640 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
25641 * ext/mpeg2dec/gstmpeg2dec.c:
25642 * ext/mpeg2enc/gstmpeg2enc.cc:
25643 * ext/mplex/gstmplex.cc:
25644 * ext/mplex/gstmplexibitstream.cc:
25645 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
25646 (gst_ogg_demux_push):
25647 * ext/raw1394/gstdv1394src.c:
25648 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
25649 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
25650 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
25652 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
25653 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
25654 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
25655 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
25656 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
25657 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
25658 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
25659 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
25660 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25661 (gst_riff_read_element_data), (gst_riff_read_seek),
25662 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
25663 * gst/adder/gstadder.c: (gst_adder_loop):
25664 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
25665 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
25666 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
25667 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25668 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
25669 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25670 * gst/goom/gstgoom.c: (gst_goom_chain):
25671 * gst/id3/gstid3types.c: (gst_id3types_loop):
25672 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
25673 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
25674 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
25675 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25676 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25677 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
25678 (gst_ebml_read_float), (gst_ebml_read_header):
25679 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
25680 (gst_matroska_demux_parse_blockgroup):
25681 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
25682 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25683 * gst/oneton/gstoneton.c: (gst_oneton_chain):
25684 * gst/silence/gstsilence.c: (gst_silence_get):
25685 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25686 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
25687 * gst/speed/gstspeed.c: (speed_loop):
25688 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25689 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25690 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
25691 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25692 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25693 (gst_wavparse_loop):
25694 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
25695 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
25696 (dxr3audiosink_close):
25697 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
25698 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
25699 (dxr3videosink_close), (dxr3videosink_write_data):
25700 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
25701 * sys/oss/gstosssink.c: (gst_osssink_chain):
25702 * sys/oss/gstosssrc.c: (gst_osssrc_get):
25703 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25704 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
25705 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
25706 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
25707 (gst_v4l_set_window), (gst_v4l_enable_overlay):
25708 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
25709 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
25710 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
25711 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
25712 (gst_v4l_set_audio):
25713 * sys/v4l/v4l_calls.h:
25714 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
25715 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
25716 (gst_v4lmjpegsink_playback_init),
25717 (gst_v4lmjpegsink_playback_start):
25718 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
25719 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25720 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
25721 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
25722 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
25723 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
25724 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
25725 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
25726 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
25727 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
25728 (gst_v4l2_get_output), (gst_v4l2_set_output),
25729 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
25730 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
25731 (gst_v4l2_set_attribute):
25732 * sys/v4l2/v4l2_calls.h:
25733 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
25734 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
25735 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
25736 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
25737 (gst_v4l2src_capture_stop):
25738 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
25739 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25740 (gst_ximagesink_chain):
25741 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
25742 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
25743 (gst_xvideosink_xwindow_new):
25744 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25745 (gst_xvimagesink_chain):
25747 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
25749 * gst/volume/gstvolume.c: (gst_volume_set_volume),
25750 (gst_volume_get_volume), (volume_class_init), (volume_init),
25751 (volume_chain_int16), (volume_update_volume):
25752 * gst/volume/gstvolume.h:
25753 make code more readable by removing magic numbers
25754 make mixer interface export 0-100 range
25755 make it internally map to 0.0-1.0 range so users don't distort
25756 output by putting the sliders at full volume
25758 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
25760 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
25761 (gst_play_state_change), (gst_play_seek_to_time):
25762 block the tick callback for 0.5 secs after doing a seek
25764 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
25766 * gst-libs/gst/play/play.c: (gst_play_new):
25769 2004-02-01 Julien MOUTTE <julien@moutte.net>
25771 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
25772 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
25773 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25774 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
25775 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25776 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
25778 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
25781 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25782 check for a function added in vorbis 1.1
25784 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
25786 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
25787 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
25788 really start/stop clock only on PLAYING <=> PAUSED
25789 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25790 remove \n from debugging lines
25791 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
25792 make it work when seeking does not
25793 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25796 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
25798 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
25799 start clock on PAUSED=>PLAYING, not later
25800 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25801 extract correct time for different discont formats
25802 (gst_alsa_sink_get_time):
25803 don't segfault when no format is negotiated yet, just return 0
25804 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
25805 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
25806 (gst_ogg_pad_push):
25807 handle flush and discont events correctly
25808 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25809 handle discont events correctly
25811 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
25813 * gst-libs/gst/play/play.c: (gst_play_error_quark),
25814 (gst_play_error_create), (gst_play_error_plugin),
25815 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
25816 * gst-libs/gst/play/play.h:
25817 add error handling during creation
25818 * examples/gstplay/player.c: (main):
25819 use new gst_play_new
25822 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
25824 * ext/theora/theoradec.c: (theora_dec_chain):
25826 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25827 (vorbis_dec_src_event), (vorbis_dec_chain):
25828 add encoder tag, fix tag reading to be more error tolerant, change
25829 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
25830 gst_pad_event_default.
25831 * gst/tags/gstvorbistag.c:
25832 (gst_tag_list_from_vorbiscomment_buffer):
25833 undefine function specific define at end of function
25835 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
25837 * ext/flac/gstflac.c: (plugin_init):
25838 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
25839 * ext/flac/gstflacdec.h:
25840 * ext/flac/gstflacenc.h:
25843 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
25845 * examples/gstplay/player.c: s/gstplay.h/play.h/
25847 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
25849 * gst-libs/gst/play/Makefile.am:
25850 * gst-libs/gst/play/gstplay.c:
25851 * gst-libs/gst/play/gstplay.h:
25852 * gst-libs/gst/play/play.c:
25853 more surgery, operation complete
25855 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
25857 * gst-libs/gst/play/play.old.c:
25858 * gst-libs/gst/play/play.old.h:
25859 after CVS surgery by moving, remove
25860 * gst-libs/gst/play/playpipelines.c:
25863 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
25864 add negotiation error
25866 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
25868 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
25869 (gst_ogg_demux_push):
25870 add some seeking debug info
25871 send a flush when seeking
25873 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
25879 * ext/theora/Makefile.am:
25880 * ext/theora/theoradec.c:
25881 add theora video decoder. Does just do simple decoding for now and
25882 has been tested against Theora cvs only. It only works when theora
25883 is compiled with --enable-static.
25884 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25885 always reset packetno on DISCONT
25887 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25889 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
25892 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25894 * gst/mpegaudioparse/gstmpegaudioparse.c:
25895 (mp3_type_frame_length_from_header):
25896 Fix header parsing - stolen from ffmpeg (thank you! :) ).
25898 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25900 * ext/esd/esdsink.c: (gst_esdsink_init):
25901 Since we have static pad template caps, we don't need to negotiate;
25902 either the core errors out or we know the format.
25904 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
25906 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25907 (gst_riff_read_seek):
25908 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25909 (gst_ebml_read_seek):
25910 Fix event handling.
25912 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
25914 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25915 removee video/x-theora from vp3 decoder, it doesn't handle raw
25917 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
25918 fix bug with finalizing element that never went to PAUSED
25919 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
25920 length and position queries were swapped
25921 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25922 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
25923 (vorbis_dec_src_event):
25924 implement querying time and bytes
25926 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
25928 * just about every source file:
25929 gst_element_error -> GST_ELEMENT_ERROR
25931 2004-01-29 Julien MOUTTE <julien@moutte.net>
25933 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
25934 emiting FLUSH and even before DISCONT.
25935 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
25936 get the best instant seeking as possible yay!
25938 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
25940 * gst/mpeg1videoparse/gstmp1videoparse.c:
25941 (gst_mp1videoparse_real_chain):
25942 Committed wrong version last week... Grr... Didn't notice until now.
25944 2004-01-29 Julien MOUTTE <julien@moutte.net>
25946 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
25947 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
25948 have_xwindow_id signal in xwindow_create.
25950 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
25952 * ext/ogg/gstoggdemux.c:
25953 lots of changes - mainly support for chained bitstreams, seeking,
25954 querying and bugfixes of course
25955 * ext/vorbis/Makefile.am:
25956 * ext/vorbis/vorbisdec.c:
25957 * ext/vorbis/vorbisdec.h:
25958 add vorbisdec raw vorbis decoder
25959 * ext/vorbis/vorbis.c: (plugin_init):
25960 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
25961 * gst/intfloat/Makefile.am:
25962 * gst/intfloat/float22int.c:
25963 * gst/intfloat/float22int.h:
25964 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
25965 add float2intnew plugin. It converts multichannel interleaved float to
25966 multichannel interleaved int. The name should probably be changed.
25967 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
25969 add typefinding for raw theora video so oggdemux can detect it.
25971 2004-01-28 Julien MOUTTE <julien@moutte.net>
25973 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
25974 sink element first.
25975 * gst/videoscale/gstvideoscale.c:
25976 (gst_videoscale_handle_src_event): Fixing src event handler.
25978 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
25980 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
25981 (gst_v4lsrc_open), (gst_v4lsrc_close),
25982 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
25983 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
25984 * sys/v4l/gstv4lsrc.h:
25985 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
25986 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
25987 Implement resizing... Hack. But that's why v4l is b0rked...
25989 2004-01-28 Julien MOUTTE <julien@moutte.net>
25991 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25992 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25993 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
25994 (gst_ximagesink_xwindow_destroy):
25995 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25996 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25997 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
25998 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
25999 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
26000 correctly cleaning the image created to check xshm calls on succes,
26001 added a lot of XSync calls in X11 functions, and fixed a segfault when
26002 no image format was defined before negotiation happened.
26004 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
26006 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
26007 use gst_element_get_time to get correct time
26009 2004-01-28 Julien MOUTTE <julien@moutte.net>
26011 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26012 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
26013 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
26014 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
26015 (gst_xvimagesink_check_xshm_calls),
26016 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
26017 X plugins are now able to detect that XShm calls will fail even if the
26018 server claims that it has XShm support (remote displays most of the
26019 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
26020 so that we use non XShm functions. This feature is almost useless for
26021 xvimagesink as Xv is not supported on remote displays anyway, but
26022 it might happen than even on the local display XShm calls fail.
26024 2004-01-27 David Schleef <ds@schleef.org>
26026 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
26027 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
26028 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
26029 changed esdsink to only use 44100,16,2, since esd sucks at rate
26030 conversion and esdsink has had difficulty negotiating.
26032 2004-01-27 Julien MOUTTE <julien@moutte.net>
26034 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
26035 (gst_play_seek_to_time): Fixing the way to get current position.
26037 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26039 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
26040 use gst_element_get_time to get correct time
26042 2004-01-27 Julien MOUTTE <julien@moutte.net>
26044 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
26045 fix ever... Inverting 2 lines of code make spider autoplug correctly
26048 2004-01-27 David Schleef <ds@schleef.org>
26050 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26051 Use gst_pad_try_set_caps_nonfixed().
26053 2004-01-27 David Schleef <ds@schleef.org>
26055 * gst/ac3parse/gstac3parse.c: update to checklist 5
26056 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
26057 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
26058 * gst/audioscale/gstaudioscale.c: same
26059 * gst/auparse/gstauparse.c: same
26060 * gst/avi/gstavidemux.c: same
26062 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26064 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26065 stop processing after EOS
26067 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26069 * gst/asfdemux/asfheaders.h:
26070 * gst/asfdemux/gstasfdemux.c:
26071 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
26072 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
26073 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
26074 lot's of fixes to make data extraction simpler and get the code
26075 architecture and compiler independant. Add debugging category
26076 * gst/goom/gstgoom.c: (gst_goom_change_state):
26077 reset channel count on PAUSED=>READY, not READY=>PAUSED
26079 2004-01-26 Colin Walters <walters@verbum.org>
26081 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
26082 code to pull a bigger buffer in iradio mode. This as a side effect
26083 makes typefinding work.
26085 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
26087 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
26088 Fix SVQ3 decoding on PPC
26090 2004-01-26 Julien MOUTTE <julien@moutte.net>
26092 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
26093 that one managed to stay there... Fixed.
26095 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
26097 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
26098 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
26099 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
26100 (qtdemux_video_caps):
26101 * gst/qtdemux/qtdemux.h:
26102 Add SVQ3 specific flags to qtdemux and ffmpeg
26104 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
26106 * gst-libs/gst/audio/audio.h:
26107 remove buffer-frames from audio caps
26108 * gst/audioconvert/gstaudioconvert.c:
26109 fix plugin to really work.
26111 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26113 * gst-libs/gst/mixer/mixer.c:
26114 * gst-libs/gst/propertyprobe/propertyprobe.c:
26115 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
26116 (gst_tuner_find_channel_by_name):
26117 * gst-libs/gst/tuner/tuner.h:
26118 Add gtk-doc style comments. Also fix a function name.
26120 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26122 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
26123 (gst_divxdec_negotiate):
26124 Fix for new capsnego - also fixes gst-player with divxdec.
26126 2004-01-25 Julien MOUTTE <julien@moutte.net>
26128 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
26129 (gst_play_identity_handoff), (gst_play_set_location),
26130 (gst_play_set_visualization), (gst_play_connect_visualization): Another
26131 try in visualization implementation. Still have an issue with switch
26132 blocking when pulling from video_queue and only audio comes out of
26134 * gst/switch/gstswitch.c: (gst_switch_release_pad),
26135 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
26136 release method. And check if the pad is usable before pulling.
26138 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26140 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
26141 (gst_videobalance_init),
26142 (gst_videobalance_colorbalance_list_channels),
26143 (gst_videobalance_colorbalance_set_value),
26144 (gst_videobalance_colorbalance_get_value),
26145 (gst_videobalance_update_properties),
26146 (gst_videobalance_update_tables_planar411),
26147 (gst_videobalance_planar411):
26148 * gst/videofilter/gstvideobalance.h:
26149 Implement lookup-tables. +/- 10x faster.
26151 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26153 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
26154 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
26155 The index reading was broken. The rest worked fine, but the whole
26156 goal of my rewrite was to make avidemux readable, and this was
26157 not at all readable. Please use typed variables.
26159 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
26161 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
26162 Additional pad usability check.
26163 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26164 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
26165 (gst_mp1videoparse_real_chain):
26166 Fix MPEG video stream parsing. The original plugin had several
26167 issues, including not timestamping streams where the source was
26168 not timestamped (this happens with PTS values in mpeg system
26169 streams, but MPEG video is also a valid stream on its own so
26170 that needs timestamps too). We use the display time code for that
26171 for now. Also, if one incoming buffer contains multiple valid
26172 frames, we push them all on correctly now, including proper EOS
26173 handling. Lastly, several potential segfaults were fixed, and we
26174 properly sync on new sequence/gop headers to include them in next,
26175 not previous frames (since they're header for the next frame, not
26176 the previous). Also see #119206.
26177 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
26179 Move caps setting so we only do it after finding several valid
26180 MPEG-1 fraes sequentially, not right after the first one (which
26181 might be coincidental).
26182 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
26183 (mpeg_video_type_find), (mpeg_video_stream_type_find),
26185 Add unsynced MPEG video stream typefinding, and change some
26186 probability values so we detect streams rightly. The idea is as
26187 follows: I can have an unsynced system stream which contains
26188 video. In the current code, I would randomly get a type for either
26189 system or video stream type found, because the probabilities are
26190 being calculated rather randomly. I now use fixed values, so we
26191 always prefer system stream if that was found (and that is how it
26192 should be). If no system stream was found, we can still identity the stream as video-only.
26194 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
26196 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
26197 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
26198 don't write to buffer. Extract data without the need of
26199 __attribute__ ((packed))
26201 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26203 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
26204 (mpeg1_sys_type_find):
26205 Fix MPEG-1 stream typefinding.
26207 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26209 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
26210 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
26212 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
26214 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
26215 * ext/esd/gstesd.c: (plugin_init):
26216 private debugging, better error reporting
26218 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26220 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
26221 (gst_riff_read_init), (gst_riff_read_change_state):
26222 * gst-libs/gst/riff/riff-read.h:
26223 Remove stuff fromold metadata system.
26225 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26227 * ext/ogg/gstoggdemux.c:
26228 Fix wrong file comment.
26229 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
26230 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
26231 Add metadata reading properly.
26233 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
26236 Fix nas DIST_SUBDIRS
26238 Fix bug where make distcheck doesn't get run on adding stuff to
26241 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26243 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
26244 * ext/divx/gstdivxdec.h:
26245 Fix divx3 ("msmpeg4") playback using divxdec.
26247 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
26249 * gst/typefind/gsttypefindfunctions.c:
26250 (mp3_type_frame_length_from_header): fix bug in length computation
26251 (mp3_type_find): improve debugging output
26253 2004-01-23 Julien MOUTTE <julien@moutte.net>
26255 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
26256 (gst_play_set_location), (gst_play_seek_to_time),
26257 (gst_play_set_audio_sink), (gst_play_set_visualization),
26258 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
26259 the pipeline from scratch. Visualization is back and switch went out as
26260 i realized it was not possible to use the way i wanted.
26261 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
26262 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
26263 clearing in state change from READY to NULL. So that one can clean the
26264 X ressources keeping the element.
26265 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26266 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
26267 (gst_xvimagesink_colorbalance_set_value),
26268 (gst_xvimagesink_colorbalance_get_value),
26269 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
26270 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
26271 change from READY to NULL and fixed some stupid bugs in colorbalance
26272 get/set values. Also added the following feature : when nobody tries to
26273 set some values to the colorbalance levels before the xcontext is
26274 grabbed, then when creating channels list from Xv attributes we set the
26275 internal values to the Xv defaults. This way we handle buggy Xv drivers
26276 that set default hue values far from the middle of the range (Thanks
26277 to Jon Trowbridge for pointing that issue).
26278 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
26279 colorbalance levels have been set before xcontext is grabbed.
26281 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26283 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26284 Fix the ossmixer case where we shouldn't open /dev/dsp* because
26285 it might block operations (which is bad for a mixer).
26287 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
26289 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
26290 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
26291 (gmip_find_type_pre):
26292 * gst-libs/gst/media-info/media-info-priv.h:
26293 * gst-libs/gst/media-info/media-info.c:
26294 (gst_media_info_instance_init), (gst_media_info_read_idler):
26295 add fakesink to get caps on decoder src pad again
26296 fix callback prototype to match new have_type signal signature
26298 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
26300 * gst/adder/gstadder.c: (gst_adder_link):
26301 fix non-compile and cut-n-paste code
26303 2004-01-21 David Schleef <ds@schleef.org>
26305 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
26306 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
26307 (gst_swfdec_init), (gst_swfdec_change_state):
26308 * ext/swfdec/gstswfdec.h:
26310 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
26311 (gst_adder_request_new_pad): Fix negotiation.
26312 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
26313 Add a fixate function.
26314 * gst/intfloat/gstfloat2int.c:
26315 * gst/intfloat/gstfloat2int.h:
26316 * gst/intfloat/gstint2float.c:
26317 * gst/intfloat/gstint2float.h:
26318 Completely rewrite the negotiation. Doesn't quite work yet,
26319 due to some buffer-frames problem.
26321 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
26323 * ext/gnomevfs/gstgnomevfssrc.c:
26324 * sys/v4l2/v4l2_calls.h:
26325 fix includes for distcheck
26327 2004-01-21 Christian Schaller <uraeus@gnome.org>
26330 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
26331 based on earlier patch from Laurent Vivier
26333 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
26335 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
26336 Fix wma caps property
26337 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
26338 Fix typo (flags1 and flags2)
26340 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
26342 * gst-libs/gst/media-info/media-info-priv.c:
26343 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
26344 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
26345 (gmip_find_stream), (gmip_find_track_metadata),
26346 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
26347 (gmip_find_track_format):
26348 * gst-libs/gst/media-info/media-info-priv.h:
26349 * gst-libs/gst/media-info/media-info-test.c: (main):
26350 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
26351 (gst_media_info_read_idler), (gst_media_info_read):
26352 * gst-libs/gst/media-info/media-info.h:
26353 register debugging category and use it for debugging
26355 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
26357 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
26358 (gst_vorbisfile_new_link):
26359 signal streaminfo through tags
26361 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
26363 * ext/mplex/gstmplex.cc:
26364 * ext/mplex/gstmplexibitstream.cc:
26365 g++ doesn't like NULL in our i18n/error macros, should be
26366 either (NULL) or ("").
26368 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
26370 * sys/dxr3/dxr3audiosink.c:
26371 * sys/dxr3/dxr3init.c:
26372 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
26373 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
26374 Fix more error error error errors (missing includes here).
26376 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
26378 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26379 fix thomas' error errors.
26381 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
26383 * ext/mpeg2enc/gstmpeg2enc.cc:
26386 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
26388 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
26389 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
26390 Fix for new error system.
26392 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
26394 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
26395 fix for new error reporting
26397 2004-01-20 David Schleef <ds@schleef.org>
26399 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26400 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
26401 (gst_ximagesink_set_xwindow_id): Change to using a framerate
26402 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
26403 and neither is 100+, most likely.
26404 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26405 (gst_xvimagesink_getcaps): same
26407 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
26410 Up version requirement to 2.0.3 (not yet released) to avoid symbol
26411 clashes with ffmpeg.
26413 2004-01-20 Julien MOUTTE <julien@moutte.net>
26415 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
26416 (gst_switch_init): Fixed switch element : proxying link and setting
26417 caps from src to sink on request.
26419 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
26421 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26422 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
26423 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
26426 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
26428 * sys/v4l/v4l_calls.h:
26429 * sys/v4l2/v4l2_calls.h:
26430 element_error fixes
26432 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
26434 * gst-libs/gst/gst-i18n-plugin.h:
26436 remove config.h inclusion
26438 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
26441 adding autopoint invocation
26444 * gst-libs/gst/gettext.h:
26445 adding gettext bits
26446 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
26447 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
26448 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26449 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
26450 (gst_gnomevfssink_close_file):
26451 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
26452 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
26453 * gst-libs/gst/gst-i18n-plugin.h:
26454 * gst/avi/gstavi.c: (plugin_init):
26455 * sys/dxr3/dxr3init.c: (plugin_init):
26456 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
26457 * sys/oss/gstossaudio.c: (plugin_init):
26458 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
26459 * sys/v4l/gstv4l.c: (plugin_init):
26460 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26461 * sys/v4l2/gstv4l2.c: (plugin_init):
26462 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
26463 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
26464 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
26465 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
26466 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
26467 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
26468 make sure locale and translation domain are set
26469 fix translated strings
26475 put translation files into place
26476 * sys/xvideo/imagetest.c: (main):
26477 * ext/dv/demo-play.c: (main):
26478 fix unnecessary translations
26480 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
26482 * ext/sndfile/gstsf.c:
26483 * gst/avi/gstavimux.c:
26484 * ext/audiofile/gstafsink.c:
26485 * ext/audiofile/gstafsrc.c:
26486 * ext/gnomevfs/gstgnomevfssink.c:
26487 * ext/gnomevfs/gstgnomevfssrc.c:
26488 * sys/oss/gstosselement.c:
26489 * sys/v4l/v4l_calls.h:
26492 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
26494 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
26495 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
26496 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
26497 (gst_v4l2_get_output), (gst_v4l2_set_output),
26498 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
26499 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
26500 (gst_v4l2_set_attribute):
26501 update to new error handling
26503 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
26505 * ext/sidplay/gstsiddec.cc:
26506 * gst/modplug/gstmodplug.cc:
26507 parenthese NULL because C++ seems angry about it
26509 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
26511 * gst-libs/gst/gst-i18n-plugin.h:
26512 add skeleton i18n stuff, but needs to be further implemented
26514 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
26516 * examples/gstplay/player.c: (main):
26517 * ext/aalib/gstaasink.c: (gst_aasink_open):
26518 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
26519 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26520 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26521 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
26522 (gst_afsink_close_file):
26523 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
26524 (gst_afsrc_close_file):
26525 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
26526 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
26527 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
26528 * ext/esd/esdmon.c: (gst_esdmon_get):
26529 * ext/esd/esdsink.c: (gst_esdsink_chain):
26530 * ext/faac/gstfaac.c: (gst_faac_chain):
26531 * ext/faad/gstfaad.c: (gst_faad_chain):
26532 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
26533 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26534 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
26535 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
26536 (gst_flacdec_loop):
26537 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
26538 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
26539 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
26540 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
26541 (gst_gnomevfssink_close_file):
26542 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
26543 (gst_gnomevfssrc_open_file):
26544 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
26545 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
26546 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
26547 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26548 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
26549 * ext/mad/gstmad.c: (gst_mad_chain):
26550 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
26551 * ext/mpeg2dec/gstmpeg2dec.c:
26552 * ext/mpeg2enc/gstmpeg2enc.cc:
26553 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26554 * ext/mplex/gstmplex.cc:
26555 * ext/mplex/gstmplexibitstream.cc:
26556 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
26557 (gst_ogg_demux_push), (gst_ogg_pad_push):
26558 * ext/raw1394/gstdv1394src.c:
26559 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
26560 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
26561 * ext/sidplay/gstsiddec.cc:
26562 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
26564 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
26565 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
26566 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
26567 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
26568 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
26569 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
26570 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
26571 * gst-libs/gst/Makefile.am:
26572 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26573 (gst_riff_read_element_data), (gst_riff_read_seek),
26574 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
26575 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
26576 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
26577 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
26578 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
26579 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26580 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
26581 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
26582 * gst/goom/gstgoom.c: (gst_goom_chain):
26583 * gst/id3/gstid3types.c: (gst_id3types_loop):
26584 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
26585 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
26586 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
26587 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
26588 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
26589 (gst_ebml_read_float), (gst_ebml_read_header):
26590 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
26591 (gst_matroska_demux_parse_blockgroup):
26592 * gst/modplug/gstmodplug.cc:
26593 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
26594 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26595 * gst/oneton/gstoneton.c: (gst_oneton_chain):
26596 * gst/silence/gstsilence.c: (gst_silence_get):
26597 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26598 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
26599 * gst/speed/gstspeed.c: (speed_loop):
26600 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26601 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26602 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
26603 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26604 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26605 (gst_wavparse_loop):
26606 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
26607 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
26608 (dxr3audiosink_close):
26609 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
26610 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
26611 (dxr3videosink_close), (dxr3videosink_write_data):
26612 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
26613 * sys/oss/gstosselement.h:
26614 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
26615 (gst_osssink_chain):
26616 * sys/oss/gstosssrc.c: (gst_osssrc_get):
26617 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
26618 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
26619 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
26620 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
26621 (gst_v4l_enable_overlay):
26622 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
26623 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
26624 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
26625 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
26626 (gst_v4l_set_audio):
26627 * sys/v4l/v4l_calls.h:
26628 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26629 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
26630 (gst_v4lmjpegsink_playback_init),
26631 (gst_v4lmjpegsink_playback_start):
26632 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26633 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
26634 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
26635 (gst_v4lmjpegsrc_requeue_frame):
26636 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26637 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
26638 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
26639 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
26640 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
26641 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
26642 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
26643 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
26644 (gst_v4l2src_capture_stop):
26645 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
26646 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
26647 (gst_ximagesink_chain):
26648 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
26649 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
26650 (gst_xvideosink_xwindow_new):
26651 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26652 (gst_xvimagesink_chain):
26653 use new error signal, function and categories
26655 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
26659 * ext/musicbrainz/gsttrm.c:
26660 * ext/musicbrainz/gsttrm.h:
26661 * ext/musicbrainz/Makefile.am:
26664 2004-01-18 Julien MOUTTE <julien@moutte.net>
26666 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
26667 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
26668 synchronous property for debugging.
26669 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
26670 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26671 (gst_xvimagesink_set_property): Moving a pointer declaration to a
26672 smaller block, fixing indent.
26674 2004-01-16 David Schleef <ds@schleef.org>
26676 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
26677 property affects the video stream.
26678 * sys/xvimage/xvimagesink.c:
26679 * sys/xvimage/xvimagesink.h:
26680 Add synchronous property for debugging. Should probably be
26681 disabled in non-CVS builds. Make sure that the Xv attribute
26682 exists before we set it (crash!). Fix a silly float bug that
26683 caused colorbalance to just not work.
26685 2004-01-17 Christian Schaller <Uraeus@gnome.org>
26687 * tools/gst-launch-ext.in - update for new plugins
26689 2004-01-16 David Schleef <ds@schleef.org>
26691 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
26692 already-freed caps.
26694 2994-01-16 Christian Schaller <Uraeus@gnome.org>
26696 * Update spec for new colorspace plugin and libcaca plugin
26697 * Fix compilation of libcaca plugin (clock -> id)
26699 2004-01-16 Julien MOUTTE <julien@moutte.net>
26701 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
26702 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26703 (gst_xvimagesink_set_xwindow_id),
26704 (gst_xvimagesink_colorbalance_set_value),
26705 (gst_xvimagesink_colorbalance_get_value),
26706 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26707 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
26708 correct colorbalance properties. They can now be set when the element
26709 is still in NULL state. The values will be committed to the Xv Port
26710 when xcontext is initialized.
26711 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
26712 brightness int values in the GstXvImagesink structure.
26714 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
26716 * gst-libs/gst/Makefile.am:
26717 restructure so having local patches works easier.
26719 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
26721 * ext/mpeg2enc/Makefile.am:
26722 * ext/mpeg2enc/gstmpeg2enc.cc:
26723 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26724 Bugfix with respect to EOS handling.
26726 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
26728 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
26729 Link with right caps (else, it segfaults).
26730 * ext/mplex/gstmplexjob.cc:
26731 Fix for slight API change in 1.6.1.93 release of mjpegtools.
26733 2004-01-15 David Schleef <ds@schleef.org>
26735 * gst-libs/gst/audio/Makefile.am:
26736 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
26738 * gst-libs/gst/audio/gstaudiofilter.c:
26739 * gst-libs/gst/audio/gstaudiofilter.h:
26740 Add bytes_per_sample and size and n_samples calculation.
26741 * gst-libs/gst/audio/gstaudiofilterexample.c:
26742 Remove, now autogenerated.
26743 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
26744 Moved from gstaudiofilterexample, object name changed, code added
26745 so that it actually works.
26746 * gst-libs/gst/audio/make_filter:
26747 Script to build an audiofilter subclass from the template.
26748 * gst/colorspace/Makefile.am:
26749 * gst/colorspace/yuv2yuv.c:
26750 Remove file, since it's GPL, and we don't use it.
26752 2004-01-15 Julien MOUTTE <julien@moutte.net>
26754 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
26755 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
26756 them use the buffer free function to test how the buffer was allocated.
26758 2004-01-15 David Schleef <ds@schleef.org>
26760 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
26761 that handles osssink fallback.
26762 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26763 (gst_audio_convert_getcaps):
26764 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26765 Add audio/x-qdm2 for QDM2 audio.
26766 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26767 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
26768 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
26769 Decrease minimum size to 16x16.
26770 * gst/wavparse/gstwavparse.c:
26771 Convert disabled pad template caps to new caps.
26772 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26773 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26774 (gst_xvimagesink_chain): Throw element error when display cannot
26775 be opened. Increase minimum framerate to 1.0. Check the data
26776 free function on a buffer to make sure it is the type we expect
26777 before manipulating it.
26779 2004-01-15 Julien MOUTTE <julien@moutte.net>
26781 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
26782 (gst_videobalance_colorbalance_set_value): Implement passthru if
26783 settings are in the middle.
26784 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
26786 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26788 * gst/videofilter/Makefile.am:
26789 * gst/volume/Makefile.am:
26790 Since we use videofilter symbols, link to it.
26792 2004-01-15 Julien MOUTTE <julien@moutte.net>
26794 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
26795 mixer interface type to HARDWARE.
26796 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
26798 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
26799 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
26800 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
26801 (gst_volume_interface_init), (gst_volume_list_tracks),
26802 (gst_volume_set_volume), (gst_volume_get_volume),
26803 (gst_volume_set_mute), (gst_volume_mixer_init),
26804 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
26805 (volume_init): Implementing mixer interface.
26806 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
26807 * sys/oss/gstosselement.c: (gst_osselement_get_type),
26808 (gst_osselement_change_state): Removing some trailing commas in
26810 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
26811 interface type to HARDWARE.
26812 * sys/v4l/gstv4lcolorbalance.c:
26813 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
26815 * sys/v4l2/gstv4l2colorbalance.c:
26816 (gst_v4l2_color_balance_interface_init): Setting colorbalance
26817 interface type to HARDWARE.
26818 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
26819 same code than ximagesink for event handling.
26821 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26823 * ext/snapshot/Makefile.am:
26824 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
26825 (gst_snapshot_chain):
26826 * ext/snapshot/gstsnapshot.h:
26827 This has to be a joke... Snapshot should be connected to a tee,
26828 colorspace element before it and EOS after that, where the other
26829 src of the tee receives normal data.
26830 The current way is *wrong*.
26832 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26834 * ext/hermes/gsthermescolorspace.c:
26835 Fix another compile error. Same as below.
26837 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26839 * gst/colorspace/gstcolorspace.c:
26840 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
26841 (gst_colorspace_i420_to_yv12):
26842 Fix compiling... Didn't test if it actually works.
26844 2004-01-15 David Schleef <ds@schleef.org>
26847 * gst/colorspace/Makefile.am:
26848 * gst/colorspace/gstcolorspace.c:
26849 * gst/colorspace/gstcolorspace.h:
26850 * gst/colorspace/yuv2rgb.c:
26851 * gst/colorspace/yuv2rgb.h:
26852 Duplicate the ext/hermes colorspace plugin, and remove Hermes
26853 code and GPL code. Fix for new caps negotiation. Rewrite
26854 much of the format handling code, and some of the conversion
26855 code. Basically, rewrote almost everything. This element
26856 handles I420, YV12 to RGB conversions.
26857 * ext/hermes/Makefile.am:
26858 * ext/hermes/gsthermescolorspace.c:
26859 Rename colorspace to hermescolorspace. Fix negotiation issues.
26860 Remove non-Hermes related code. This element handles lots of
26861 RGB to RGB conversions, but no YUV.
26862 * ext/hermes/gstcolorspace.c:
26863 * ext/hermes/gstcolorspace.h:
26864 * ext/hermes/rgb2yuv.c:
26865 * ext/hermes/yuv2rgb.c:
26866 * ext/hermes/yuv2rgb.h:
26867 * ext/hermes/yuv2rgb_mmx16.s:
26868 * ext/hermes/yuv2yuv.c:
26869 * ext/hermes/yuv2yuv.h:
26872 2004-01-14 Colin Walters <walters@verbum.org>
26874 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
26875 they've already been.
26877 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
26879 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
26880 assume tag mode when pad is not connected
26882 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
26884 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26885 Don't update the time of the clock
26886 (gst_alsa_sink_loop):
26887 sync to the clock given to alsasink, not the own clock
26888 * sys/oss/gstosssink.c: (gst_osssink_chain):
26890 (gst_osssink_change_state):
26892 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
26893 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
26894 remove bogus code that made DISCONT events unhandled
26895 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26896 explicitly case to double in _set_simple. (fixes 2nd warning in bug
26898 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
26899 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
26900 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
26901 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
26902 2nd warning in bug #131502)
26904 2004-01-14 Julien MOUTTE <julien@moutte.net>
26906 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
26907 (gst_videobalance_colorbalance_set_value),
26908 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
26909 for colorbalance interface implementation.
26910 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
26911 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
26912 (gst_ximagesink_dispose), (gst_ximagesink_init),
26913 (gst_ximagesink_class_init): Adding DISPLAY property.
26914 * sys/ximage/ximagesink.h: Adding display_name to store display.
26915 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26916 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26917 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
26918 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
26919 properties (they still need polishing though for gst-launch use : no
26920 xcontext yet, i ll do that tomorrow).
26921 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
26923 2004-01-14 Julien MOUTTE <julien@moutte.net>
26925 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
26926 (gst_play_set_location), (gst_play_set_visualization): Preparing
26927 switch integration, adding videobalance in the pipeline.
26929 2004-01-14 Julien MOUTTE <julien@moutte.net>
26931 * gst-libs/gst/colorbalance/colorbalance.c:
26932 (gst_color_balance_class_init): Adding a default type.
26933 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
26935 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
26936 (gst_videobalance_dispose), (gst_videobalance_class_init),
26937 (gst_videobalance_init), (gst_videobalance_interface_supported),
26938 (gst_videobalance_interface_init),
26939 (gst_videobalance_colorbalance_list_channels),
26940 (gst_videobalance_colorbalance_set_value),
26941 (gst_videobalance_colorbalance_get_value),
26942 (gst_videobalance_colorbalance_init): Implementing colorbalance
26944 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
26946 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
26947 bug which was triggering a BadAccess X error when setting an overlay
26948 before pad was really negotiated.
26949 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
26950 Using the colorbalance type macro.
26952 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26954 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
26955 (gst_flacenc_chain):
26956 handle tags correctly
26957 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
26958 extract ID3v1 tags correctly
26960 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26962 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
26964 Improve matroska typefinding for odd-typed headers...
26966 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26968 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
26969 Fix for using incremental number on padnames.
26971 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26973 * ext/divx/gstdivxdec.c:
26974 * ext/divx/gstdivxenc.c:
26975 Set category to divx4linux instead of divx (too generic).
26976 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26977 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26978 (gst_wavparse_loop), (gst_wavparse_change_state):
26979 * gst/wavparse/gstwavparse.h:
26980 fix parsing of WAV files with non-standard fmt-tag size and fix
26981 skipping of unrecognized chunks... Someone please fix this thing
26982 to use rifflib so all this is automated.
26983 * sys/v4l/Makefile.am:
26984 * sys/v4l2/Makefile.am:
26985 Add X_CFLAGS because we depend on X (for overlay).
26987 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
26989 * ext/mpeg2dec/gstmpeg2dec.c:
26990 Don't issue a timestamp unless we tagged the frame
26993 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26995 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
26996 Query the audio element to get the time, not the clock. We're
26997 interested in the element's time here.
26999 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
27001 * ext/aalib/gstaasink.c: (gst_aasink_chain):
27002 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27003 * ext/esd/esdsink.c: (gst_esdsink_chain):
27004 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
27005 * ext/mas/massink.c: (gst_massink_chain):
27006 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
27007 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
27008 (gst_matroska_demux_parse_metadata):
27009 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
27010 (gst_mpeg_parse_release_locks):
27011 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
27012 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
27013 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
27014 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27015 (gst_osssink_change_state):
27016 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
27017 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27018 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
27019 (gst_xvideosink_release_locks):
27020 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
27022 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
27023 (gst_alsa_clock_stop):
27024 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
27025 (gst_audio_clock_get_internal_time):
27026 simplify for use with new clocking code.
27027 * testsuite/alsa/Makefile.am:
27028 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
27029 fix testsuite for new caps system
27031 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
27033 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
27034 * ext/flac/gstflacenc.c: (add_one_tag):
27035 length is already host endian, no need to convert. Fixes playback of
27036 tagged files on PPC. (bug #128384)
27038 2004-01-13 Julien MOUTTE <julien@moutte.net>
27040 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
27041 colorbalance interface stating if it is hardware based or software
27043 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
27044 Removing a trailing comma.
27045 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27046 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
27047 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
27048 the documentation seems to be wrong on the -1000 to 1000 interval.
27050 2004-01-12 David Schleef <ds@schleef.org>
27052 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
27053 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
27054 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
27055 Fix negotiation. Add a bufferalloc function for the sink pad,
27056 and generally clean up some of the code.
27058 2004-01-12 Julien MOUTTE <julien@moutte.net>
27060 * gst-libs/gst/colorbalance/colorbalancechannel.c:
27061 (gst_color_balance_channel_dispose): Adding safety check in dispose
27063 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27064 (gst_xvimagesink_xcontext_clear),
27065 (gst_xvimagesink_interface_supported),
27066 (gst_xvimagesink_colorbalance_list_channels),
27067 (gst_xvimagesink_colorbalance_set_value),
27068 (gst_xvimagesink_colorbalance_get_value),
27069 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
27070 Adding colorbalance interface support to set XV parameters such as
27071 HUE, BRIGHTNESS, CONTRAST, SATURATION.
27072 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
27075 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
27077 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
27078 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
27079 (gst_audio_convert_init), (gst_audio_convert_set_property),
27080 (gst_audio_convert_get_property), (gst_audio_convert_chain),
27081 (gst_audio_convert_link),
27082 (gst_audio_convert_buffer_to_default_format),
27083 (gst_audio_convert_buffer_from_default_format), (plugin_init):
27084 - implement _getcaps and use it
27086 - remove float caps since no float conversion is actually done
27087 - remove properties and arguments that were to be used for rate
27090 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
27092 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
27093 (gst_audio_structure_set_int):
27094 * gst-libs/gst/audio/audio.h:
27095 add helper functions for _getcaps matching the standard audio
27098 2004-01-12 David Schleef <ds@schleef.org>
27100 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27101 Test that pad is negotiated before getting its caps.
27103 2004-01-12 Julien MOUTTE <julien@moutte.net>
27105 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
27106 analyzing the pads of an element the bin is mostly in READY state so
27107 no caps were negotiated. This helper function needs to work with
27108 _get_caps directly then. I was not freeing them though, added that to
27111 2004-01-12 Julien MOUTTE <julien@moutte.net>
27113 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27114 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
27115 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
27116 than the free_func.
27118 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
27120 * sys/oss/gstossaudio.c: (plugin_init):
27121 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27122 * sys/oss/gstosselement.h:
27123 make an oss debugging category
27124 make failure more descriptive
27126 2004-01-11 David Schleef <ds@schleef.org>
27128 * ext/ffmpeg/gstffmpeg.c:
27129 * ext/ffmpeg/gstffmpegcodecmap.c:
27130 * ext/ffmpeg/gstffmpegdec.c:
27131 * ext/ffmpeg/gstffmpegenc.c:
27132 * ext/ffmpeg/gstffmpegprotocol.c:
27133 * ext/gdk_pixbuf/gstgdkanimation.c:
27134 * ext/jpeg/gstjpeg.c:
27135 * ext/libpng/gstpng.c:
27136 * ext/mpeg2dec/perftest.c:
27137 * ext/speex/gstspeex.c:
27138 * gst-libs/gst/resample/dtos.c:
27139 * gst/intfloat/gstintfloatconvert.c:
27140 * gst/oneton/gstoneton.c:
27141 * gst/rtjpeg/RTjpeg.c:
27142 * gst/rtp/gstrtp.c:
27143 * sys/dxr3/dxr3init.c:
27144 * sys/glsink/gstgl_nvimage.c:
27145 * sys/glsink/gstgl_pdrimage.c:
27146 * sys/glsink/gstglsink.c:
27147 * testsuite/gst-lint:
27148 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
27150 2004-01-11 David Schleef <ds@schleef.org>
27152 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
27153 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
27154 * ext/gdk_pixbuf/gstgdkanimation.c:
27155 (gst_gdk_animation_iter_create_pixbuf):
27156 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
27157 (gst_gdk_pixbuf_chain):
27158 * ext/gdk_pixbuf/gstgdkpixbuf.h:
27159 * ext/jack/gstjack.c: (gst_jack_change_state):
27160 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
27161 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
27162 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
27163 * gst/videofilter/gstvideofilter.c:
27164 (gst_videofilter_set_output_size):
27165 Remove all usage of gst_pad_get_caps(), and replace it with
27166 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
27168 2004-01-11 David Schleef <ds@schleef.org>
27171 * ext/Makefile.am: Fixes to make ext/libcaca compile.
27172 * ext/divx/gstdivxdec.c:
27173 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
27174 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
27175 handle images that span multiple buffers. Now work with both
27176 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
27177 * ext/gdk_pixbuf/gstgdkpixbuf.h:
27178 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
27179 video/video.h changes
27180 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
27181 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
27182 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
27183 of GstData free function.
27184 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
27187 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
27189 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
27190 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
27191 (gst_v4l2element_get_property):
27192 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
27193 add norm, channel and frequency properties.
27194 * sys/v4l2/gstv4l2tuner.c:
27195 fixes for tuner interface changes
27196 * sys/v4l2/gstv4l2element.h:
27197 * sys/v4l2/gstv4l2src.c:
27198 * sys/v4l2/gstv4l2src.h:
27199 * sys/v4l2/v4l2src_calls.c:
27200 * sys/v4l2/v4l2src_calls.h:
27201 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
27203 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
27205 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
27206 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
27207 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
27208 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
27209 * gst-libs/gst/tuner/tuner.h:
27210 GObjects aren't const.
27211 Add find_by_name functions.
27212 Add checks to _changed functions.
27213 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
27214 (gst_v4l_tuner_get_norm):
27217 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
27219 * gst-libs/gst/video/video.h:
27220 Fix caps template names to be understandable.
27221 Prefix everything with GST_VIDEO.
27222 * ext/aalib/gstaasink.c:
27223 * ext/divx/gstdivxdec.c:
27224 * ext/divx/gstdivxenc.c:
27225 * ext/gdk_pixbuf/gstgdkpixbuf.c:
27226 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
27227 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
27228 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
27229 * ext/libcaca/gstcacasink.c:
27230 * ext/libpng/gstpngenc.c: (raw_caps_factory):
27231 * ext/snapshot/gstsnapshot.c:
27232 * ext/swfdec/gstswfdec.c:
27233 * ext/xvid/gstxviddec.c:
27234 * ext/xvid/gstxvidenc.c:
27235 * gst/chart/gstchart.c:
27236 * gst/deinterlace/gstdeinterlace.c:
27237 * gst/effectv/gsteffectv.c:
27238 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
27239 * gst/goom/gstgoom.c:
27240 * gst/median/gstmedian.c:
27241 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
27242 (gst_monoscope_srcconnect), (gst_monoscope_chain):
27243 * gst/overlay/gstoverlay.c:
27244 * gst/smooth/gstsmooth.c:
27245 * gst/smpte/gstsmpte.c:
27246 * gst/synaesthesia/gstsynaesthesia.c:
27247 * gst/videocrop/gstvideocrop.c:
27248 * gst/videodrop/gstvideodrop.c:
27249 * gst/y4m/gsty4mencode.c:
27250 * sys/qcam/gstqcamsrc.c:
27251 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
27252 Make them work with new video.h file.
27253 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
27254 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
27255 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
27256 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
27257 Make it work with new buffer allocation system.
27259 2004-01-11 Julien MOUTTE <julien@moutte.net>
27261 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
27262 pad_alloc_buffer implementation to use ->srcpad
27263 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
27264 pad_alloc_buffer implementation to use ->srcpad
27265 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
27266 pad_alloc_buffer implementation to use ->srcpad
27267 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27268 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
27269 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
27270 a reference to everything we need.
27271 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
27272 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27273 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
27274 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
27275 a reference to everything we need.
27276 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
27278 2004-01-11 David Schleef <ds@schleef.org>
27280 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
27281 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
27282 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
27284 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
27285 value during a resize/renegotiation.
27286 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
27287 gst_pad_alloc_buffer();
27288 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
27289 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
27291 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
27292 Fix for rename of buffer private structure members.
27293 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
27294 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
27295 Fix for rename of buffer private structure members.
27296 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
27297 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
27298 Fix for rename of buffer private structure members.
27300 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
27302 reviewed by: David Schleef <ds@schleef.org>
27304 * gst/videofilter/Makefile.am:
27305 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
27306 from the patch by ds to fit in with recent make_filter changes.
27308 2004-01-11 Julien MOUTTE <julien@moutte.net>
27310 * configure.ac: Adding examples/switch/Makefile
27311 * examples/Makefile.am: Adding examples/switch
27312 * examples/switch/Makefile.am: Adding switcher example.
27313 * examples/switch/switcher.c: (got_eos), (idle_iterate),
27314 (switch_timer), (main): Adding an example demonstrating switch usage
27315 with 2 videotestsrc showing different patterns.
27316 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
27317 (gst_switch_init): Fixing switch with the new caps system.
27319 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
27321 * gst-libs/gst/video/video.h:
27322 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
27323 They should probably be like
27324 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
27326 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
27328 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
27329 (qtdemux_parse_trak):
27330 fix audio chunk size/timestamp calculation
27332 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
27334 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
27337 2004-01-11 Steve Baker <steve@stevebaker.org>
27339 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
27340 (gst_agingtv_base_init), (gst_agingtv_class_init),
27341 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
27342 (gst_agingtv_set_property), (gst_agingtv_get_property):
27343 Port agingTV to videofilter
27345 2004-01-09 Julien MOUTTE <julien@moutte.net>
27347 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
27348 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
27350 2004-01-09 Julien MOUTTE <julien@moutte.net>
27352 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
27353 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
27354 * gst-libs/gst/xoverlay/xoverlay.c:
27355 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
27356 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
27357 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
27358 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
27359 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
27360 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
27361 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
27362 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
27363 the bufferalloc_function to replace bufferpools, fixing the XOverlay
27364 interface implementation to handle xid being 0 and fix some bugs
27365 triggered by Benjamin's testcase.
27366 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
27367 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
27368 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
27369 the bufferalloc_function to replace bufferpools, fixing the XOverlay
27370 interface implementation to handle xid being 0 and fix some bugs
27371 triggered by Benjamin's testcase.
27373 2004-01-09 David Schleef <ds@schleef.org>
27375 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
27376 mouse pointer events. It works.
27378 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
27380 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
27381 Use explicit caps - fix capsnego.
27382 * ext/xvid/gstxviddec.c:
27383 * ext/xvid/gstxvidenc.c:
27384 Remove macro-inside-macro which caused compile errors.
27385 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
27386 Error out if it's not a RIFF file. Else we error out without
27387 gst_element_error() which is not good...
27389 2004-01-08 David Schleef <ds@schleef.org>
27391 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
27392 Fix pad_link function to handle formats that ffmpeg returns
27393 as multiple caps structures.
27394 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
27395 Only complain if source buffer is _smaller_ than expected.
27396 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
27397 (gst_videoscale_handle_src_event): Resize navigation events
27398 when passing them upstream.
27399 * gst/videotestsrc/gstvideotestsrc.c:
27400 * gst/videotestsrc/gstvideotestsrc.h:
27401 * gst/videotestsrc/videotestsrc.c:
27402 * gst/videotestsrc/videotestsrc.h:
27403 Rewrite many of the buffer painting functions to handle odd
27404 sizes (for many formats, size%4!=0 or size%8!=0). Most have
27405 been verified to work with my video card.
27406 * testsuite/gst-lint: Add check for elements calling
27407 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
27409 2004-01-08 David Schleef <ds@schleef.org>
27411 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27412 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
27414 2004-01-08 Julien MOUTTE <julien@moutte.net>
27416 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
27417 configure event is not emiting the desired size signal. That fixes
27418 aspect ratio issues with gst-player.
27420 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27422 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
27425 2004-01-08 Julien MOUTTE <julien@moutte.net>
27427 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
27428 public method to fire size signal.
27430 2004-01-07 Julien MOUTTE <julien@moutte.net>
27432 * examples/gstplay/Makefile.am: Adding the interface library.
27433 * gst-libs/gst/play/Makefile.am: Adding the interface library.
27434 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
27435 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
27436 GST_IS_X_OVERLAY before signal connect.
27437 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
27438 Removing the have_video_size signal.
27439 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
27440 and associated public method.
27441 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
27442 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
27444 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
27445 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
27447 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
27448 Using XOverlay public method to fire size signal.
27450 2004-01-07 David Schleef <ds@schleef.org>
27452 * gst/videofilter/Makefile.am:
27453 * gst/videofilter/gstvideotemplate.c:
27454 * gst/videofilter/make_filter:
27455 Create gstvideoexample.c in a srcdir!=builddir friendly way.
27456 Convert make_filter to /bin/sh script.
27458 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
27460 * gst/modplug/gstmodplug.cc: fix element description
27462 2004-01-07 Julien MOUTTE <julien@moutte.net>
27464 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
27465 (got_video_size): Adding some new lines in g_print calls.
27466 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
27467 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
27468 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
27469 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
27470 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
27471 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
27472 Complete code review, reverting some stuff i disagree with, adding
27473 some fixes : time synchronization on invalid timestamps, renegotiation
27475 * sys/ximage/ximagesink.h:
27476 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
27477 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
27478 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
27479 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
27480 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27481 (gst_xvimagesink_buffer_new),
27482 (gst_xvimagesink_navigation_send_event),
27483 (gst_xvimagesink_set_xwindow_id),
27484 (gst_xvimagesink_get_desired_size),
27485 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
27486 stuff i disagree with, adding some fixes : Renegotiation of private
27487 window, implementing get_desired_size.
27489 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
27491 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
27492 (gst_afsink_handle_event):
27493 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
27494 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
27495 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
27496 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
27497 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
27498 Fix for instantiate-test (see core). Also remove dead code from
27499 jpegenc (which still needs fixing, but that's lower on my TODO
27501 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27502 Never return NULL as caps.
27504 2004-01-07 David Schleef <ds@schleef.org>
27508 * ext/librfb/Makefile.am:
27509 * ext/librfb/gstrfbsrc.c:
27510 New source plugin based on librfb-0.1. RFB (remote framebuffer)
27511 is the protocol used by VNC.
27513 2004-01-07 David Schleef <ds@schleef.org>
27515 * gst/videofilter/gstvideotemplate.c:
27516 * gst/videofilter/gstvideotemplate.h:
27517 * gst/videofilter/make_filter:
27518 Merge videotemplate header into source file.
27519 * gst/effectv/Makefile.am:
27520 * gst/effectv/gsteffectv.c: (plugin_init):
27521 * gst/effectv/gstwarp.c:
27522 Make warpTV a subclass of videofilter.
27524 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
27526 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27527 Add guard against invalid utf-8 conversions in mad. Just in case.
27529 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
27531 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
27532 Fix for bug shown by poisoning
27534 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27536 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
27537 (gst_v4lmjpegsrc_buffer_free):
27538 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
27539 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
27540 (gst_v4lsrc_buffer_free):
27541 Fix for removed bufferpools.
27543 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
27545 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
27546 Fix caps negotiation.
27548 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27549 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
27550 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27552 * ext/mpeg2dec/gstmpeg2dec.c:
27553 * gst-libs/gst/navigation/navigation.c:
27554 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
27555 * gst-libs/gst/navigation/navigation.h:
27556 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
27557 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
27558 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
27559 Super-simple first version of mouse and keyboard events. Clicking
27560 on a DVD menu now works, although it may not take you where you
27563 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
27564 * gst/videotestsrc/gstvideotestsrc.c:
27565 (gst_videotestsrc_src_fixate):
27566 These fixate functions were broken - they never actually
27569 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27571 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
27572 (gst_icecastsend_init):
27573 fix for new caps system.
27574 * gst-libs/gst/mixer/mixertrack.h:
27575 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
27576 Add 'master track' flag (for tools like ACME that only want to
27577 change the main volume).
27579 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
27581 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
27582 (gst_xvid_csp_to_caps):
27583 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
27584 * ext/xvid/gstxvidenc.c:
27585 ifdef out ARGB type when it isn't available
27586 in xvidcore 1.0.0beta2
27588 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27590 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
27591 When we have received a new SCR right in the first buffer after
27592 a seek (so in the same cycle that handles the discont), we should
27593 handle the buffer instead of unreffing it, else we lose data.
27595 2004-01-06 Iain <iain@prettypeople.org>
27597 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
27598 buffer-frames caps too.
27600 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
27601 caps that we need, don't destroy them all and rebuild them. And when
27602 creating src pads, use the src pad template rather than the sink...
27604 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
27606 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
27607 Add pad to element *after* setting functions such as event handler.
27608 Without this, the scheduler (opt) will link pads, set the event
27609 handler from the default event function (dispatcher in gstpad.c)
27610 and *after* that, we will set our own event function, which will
27611 thus never be used (and thus mpegdemux doesn't handle events).
27613 2004-01-04 David Schleef <ds@schleef.org>
27615 Fix the fixate functions to handle new prototype:
27616 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
27617 * gst/videotestsrc/gstvideotestsrc.c:
27618 (gst_videotestsrc_src_fixate):
27619 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
27620 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
27621 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
27623 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
27625 * sys/ximage/ximagesink.h:
27626 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
27627 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
27628 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
27629 (gst_ximagesink_xoverlay_init):
27630 assorted fixes to make (re)embedding work
27631 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
27632 (gst_ximagesink_get_desired_size):
27633 implement desired size additions to XOverlay
27635 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
27637 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
27638 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
27639 (gst_x_overlay_got_desired_size):
27640 * gst-libs/gst/xoverlay/xoverlay.h:
27641 Add optional "desired size" signal and querying.
27643 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27645 * gst/matroska/matroska-demux.c:
27646 (gst_matroska_demux_parse_blockgroup):
27647 Fix EBML-laced block parsing. Diffs are relative to previous
27648 lace, not the first lace. Thanks to Mosu from the Matroska
27649 team for detecting this.
27650 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
27651 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
27652 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
27653 (gst_wavparse_change_state):
27654 * gst/wavparse/gstwavparse.h:
27655 Quickfix for capsnego.
27657 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27659 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
27660 Fix indenting, fix pad creation.
27662 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27664 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
27665 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
27666 (gst_xviddec_sink_link):
27667 Implement src_getcaps() so proper size caps is negotiated.
27669 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27671 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
27672 Finish flac decoder on EOS. See #116178.
27674 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27676 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
27677 (gst_matroska_demux_add_stream):
27678 * gst/matroska/matroska-ids.h:
27679 Add getcaps() function to fix capsnego...
27681 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
27683 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27684 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27685 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27686 Fix more integer overflows. Again, see #126967.
27688 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
27690 * ext/mpeg2dec/gstmpeg2dec.c:
27691 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
27694 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
27697 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
27698 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
27699 * ext/xvid/gstxvid.h:
27700 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
27701 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
27702 (gst_xviddec_src_link), (gst_xviddec_sink_link),
27703 (gst_xviddec_change_state):
27704 * ext/xvid/gstxviddec.h:
27705 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
27706 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
27707 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
27708 (gst_xvidenc_link), (gst_xvidenc_set_property),
27709 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
27710 * ext/xvid/gstxvidenc.h:
27711 Update xvid plugin to latest xvid (1.0.0-beta3) API.
27713 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
27715 * gst/rtp/rtp-packet.c:
27716 Add sys/types.h include, since OS X doesn't define in_addr_t
27717 in netinet/in.h, like it does on Linux (see #129600).
27719 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
27721 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27723 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
27724 Correct logic of dispose function (see #129306).
27726 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
27728 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
27729 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
27730 (gst_mpeg_parse_init):
27731 * gst/mpegstream/gstmpegparse.h:
27732 Remove clock (which was never provided, i.e. dead code), and
27733 also fix integer overflows at high PTS values (see #126967).
27735 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
27737 * ext/flac/gstflacdec.c:
27738 * ext/libpng/gstpngenc.h:
27739 * ext/mikmod/gstmikmod.h:
27740 OS X fixes (see #126628).
27742 2004-01-02 David Schleef <ds@schleef.org>
27744 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
27745 (gst_alsa_src_base_init): Remove bogus "src" request pad.
27746 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
27747 (gst_mpeg_parse_class_init): Move pad template registration
27748 to class_init, since the derived class (mpegdemux) doesn't
27751 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
27753 * sys/ximage/Makefile.am:
27754 * sys/xvideo/Makefile.am:
27755 * sys/xvimage/Makefile.am:
27756 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
27757 after installation (see #127664).
27759 2004-01-02 David Schleef <ds@schleef.org>
27761 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
27762 (gst_ffmpegenc_connect): Negotiation fixes.
27763 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
27764 Remove inappropriate gst_caps_free().
27765 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
27766 Reenable Ronald's internal resize code, since the core handles
27769 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
27771 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
27772 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
27773 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
27774 Fix pad template stuff.
27776 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
27778 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
27779 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
27780 fix signed integer reading/writing.
27782 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
27785 Remove outdated document
27787 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
27789 * gst/cutter/gstcutter.c: (gst_cutter_init):
27790 src pad was being created twice - oops.
27792 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
27794 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
27795 Comment out internal resize. It doesn't handle the resulting
27796 XEvent internally, does another try_set_caps() which leads to
27797 a really nice loop.
27798 Real fix will come when Julien and Dave are awake. ;).
27800 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
27802 * ext/mpeg2enc/gstmpeg2enc.cc:
27803 fix const/nonconst compile issue.
27805 2004-01-02 David Schleef <ds@schleef.org>
27807 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
27808 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
27809 Add fixate function and a check for bad formats.
27811 2004-01-01 David Schleef <ds@schleef.org>
27814 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
27815 (gst_audiofilter_init):
27816 * gst/debug/efence.c: (gst_efence_init):
27817 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27818 (gst_deinterlace_init):
27819 * gst/volume/gstvolume.c: (volume_connect):
27821 2004-01-01 David Schleef <ds@schleef.org>
27823 Convert elements to use gst_pad_use_explicit_caps() where
27825 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
27826 * ext/audiofile/gstafparse.c: (gst_afparse_init),
27827 (gst_afparse_open_file):
27828 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
27829 (gst_afsrc_open_file):
27830 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
27831 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
27832 (gst_ffmpegdec_chain):
27833 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
27834 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
27835 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
27836 (gst_gdk_pixbuf_chain):
27837 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
27838 (gst_jpegdec_chain):
27839 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
27840 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
27841 (gst_mikmod_negotiate):
27842 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
27843 (gst_mpeg2dec_negotiate_format):
27844 * ext/mpeg2enc/gstmpeg2enc.cc:
27845 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27846 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
27847 (gst_speexdec_sinkconnect):
27848 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
27849 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
27850 (gst_vorbisfile_new_link):
27851 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
27852 (gst_ac3parse_chain):
27853 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
27854 (gst_asf_demux_setup_pad):
27855 * gst/auparse/gstauparse.c: (gst_auparse_init),
27856 (gst_auparse_chain):
27857 * gst/id3/gstid3types.c: (gst_id3types_loop):
27858 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
27859 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
27860 (mp1videoparse_parse_seq):
27861 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
27863 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27864 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
27865 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27866 (gst_mpeg_parse_send_data):
27867 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
27868 (gst_qtdemux_add_stream):
27869 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
27870 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
27871 (gst_wavparse_parse_fmt):
27873 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
27876 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
27877 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
27878 it therefore uses the wrong include paths. Too bad... Note
27879 that 1.6.1.93 is not release yet. ;).
27880 Also add a check for mplex, which is now using the lib'ified
27881 mplex from mjpegtools, too.
27882 * ext/ffmpeg/gstffmpegcodecmap.c:
27883 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
27884 issues. I don't think ffmpeg handles 3ivx correctly, so this
27885 probably won't work. But it won't hurt either.
27886 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
27887 (gst_ffmpegdec_chain):
27888 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
27889 (gst_ffmpegenc_chain_audio):
27890 Fix memleak in audio encoding. Close codec if open fails, this
27891 calls the cleanup routines so we can re-use the context.
27892 * ext/mpeg2enc/gstmpeg2enc.cc:
27893 Fix pad template names/types, fix memory issue with getcaps().
27894 * ext/mpeg2enc/gstmpeg2encoder.cc:
27895 * ext/mpeg2enc/gstmpeg2encoder.hh:
27896 Fix compile issue with new caps system (const thingy).
27897 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
27898 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
27899 We read a first frame right on initing, so that we have a caps
27900 when we init the output. This caps is cached in padprivate and
27901 read as first frame.
27902 * ext/mplex/Makefile.am:
27903 * ext/mplex/gstmplex.cc:
27904 * ext/mplex/gstmplex.h:
27905 * ext/mplex/gstmplex.hh:
27906 * ext/mplex/gstmplexibitstream.cc:
27907 * ext/mplex/gstmplexibitstream.hh:
27908 * ext/mplex/gstmplexjob.cc:
27909 * ext/mplex/gstmplexjob.hh:
27910 * ext/mplex/gstmplexoutputstream.cc:
27911 * ext/mplex/gstmplexoutputstream.hh:
27912 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
27913 had issues, didn't do capsnego, supported only a subset of the
27914 mplex features and required a mplex fork in our local CVS. Plus
27915 that it worked agaist a very old mplex version. Rewriting was
27916 faster than updating it.
27917 * gst-libs/ext/Makefile.am:
27918 * gst-libs/ext/mplex/INSTRUCT:
27919 * gst-libs/ext/mplex/Makefile.am:
27920 * gst-libs/ext/mplex/README:
27921 * gst-libs/ext/mplex/TODO:
27922 * gst-libs/ext/mplex/ac3strm_in.cc:
27923 * gst-libs/ext/mplex/audiostrm.hh:
27924 * gst-libs/ext/mplex/audiostrm_out.cc:
27925 * gst-libs/ext/mplex/aunit.hh:
27926 * gst-libs/ext/mplex/bits.cc:
27927 * gst-libs/ext/mplex/bits.hh:
27928 * gst-libs/ext/mplex/buffer.cc:
27929 * gst-libs/ext/mplex/buffer.hh:
27930 * gst-libs/ext/mplex/fastintfns.h:
27931 * gst-libs/ext/mplex/format_codes.h:
27932 * gst-libs/ext/mplex/inputstrm.cc:
27933 * gst-libs/ext/mplex/inputstrm.hh:
27934 * gst-libs/ext/mplex/lpcmstrm_in.cc:
27935 * gst-libs/ext/mplex/mjpeg_logging.cc:
27936 * gst-libs/ext/mplex/mjpeg_logging.h:
27937 * gst-libs/ext/mplex/mjpeg_types.h:
27938 * gst-libs/ext/mplex/mpastrm_in.cc:
27939 * gst-libs/ext/mplex/mpegconsts.cc:
27940 * gst-libs/ext/mplex/mpegconsts.h:
27941 * gst-libs/ext/mplex/mplexconsts.hh:
27942 * gst-libs/ext/mplex/multplex.cc:
27943 * gst-libs/ext/mplex/outputstream.hh:
27944 * gst-libs/ext/mplex/padstrm.cc:
27945 * gst-libs/ext/mplex/padstrm.hh:
27946 * gst-libs/ext/mplex/stillsstream.cc:
27947 * gst-libs/ext/mplex/stillsstream.hh:
27948 * gst-libs/ext/mplex/systems.cc:
27949 * gst-libs/ext/mplex/systems.hh:
27950 * gst-libs/ext/mplex/vector.cc:
27951 * gst-libs/ext/mplex/vector.hh:
27952 * gst-libs/ext/mplex/videostrm.hh:
27953 * gst-libs/ext/mplex/videostrm_in.cc:
27954 * gst-libs/ext/mplex/videostrm_out.cc:
27955 * gst-libs/ext/mplex/yuv4mpeg.cc:
27956 * gst-libs/ext/mplex/yuv4mpeg.h:
27957 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
27958 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
27959 We don't fork mjpegtools' mplex in our CVS anymore.
27960 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
27961 (gst_avi_demux_add_stream):
27962 * gst/avi/gstavidemux.h:
27963 Add getcaps() function for proper caps nego. This makes some
27964 parts of AVI playback/reading work.
27965 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
27966 Resize window on new capsnego. This is probably wrong, but
27967 I'm still committing it because with current capsnego, the
27968 first successfull capsnego is auto-fixated, therefore rounded
27969 down to the lowest values in the caps. this results in a 16x16
27970 XWindow that is not reized when real capsnego finishes.
27971 Dave, I see more cases of this, do you know a proper solution?
27972 * tools/gst-launch-ext.in:
27973 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
27975 2003-12-31 David Schleef <ds@schleef.org>
27977 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
27978 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
27979 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
27981 2003-12-30 David Schleef <ds@schleef.org>
27983 * ext/ffmpeg/gstffmpegcolorspace.c:
27984 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
27985 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
27986 (gst_ffmpegcsp_chain): Negotiation fixes
27987 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
27988 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
27989 (gst_audio_convert_link), (gst_audio_convert_channels):
27990 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
27991 (gst_audioscale_link), (gst_audioscale_get_buffer),
27992 (gst_audioscale_chain): Negotiation fixes
27993 * gst/audioscale/gstaudioscale.h:
27994 * gst/videofilter/gstvideofilter.c:
27995 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
27996 (gst_videofilter_link), (gst_videofilter_init),
27997 (gst_videofilter_set_output_size), (gst_videofilter_setup),
27998 (gst_videofilter_find_format_by_structure):
27999 * gst/videofilter/gstvideofilter.h: Negotiation fixes
28000 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28001 (gst_videoscale_link):
28002 * gst/videoscale/videoscale.c: (videoscale_get_structure),
28003 (videoscale_find_by_structure), (gst_videoscale_setup):
28004 * gst/videoscale/videoscale.h: Negotiation fixes
28005 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
28006 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
28007 function, restrict resizing to a multiple of 4 (hack until
28008 everyone supports odd sizes correctly).
28010 2003-12-29 Colin Walters <walters@verbum.org>
28012 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
28015 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
28017 * ext/sndfile/gstsf.c: (gst_sf_loop):
28018 Fix warning about discarding const qualifier
28020 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
28022 * gst/cutter/gstcutter.c:
28023 * gst/videoscale/gstvideoscale.c:
28024 * gst/volenv/gstvolenv.c:
28025 * gst-libs/gst/audio/audio.c:
28026 * gst-libs/gst/video/video.c:
28029 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
28031 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
28032 Don't send ALSA debugging to stderr.
28033 * ext/alsa/gstalsa.h:
28034 Use GST_WARNING instead of g_warning when ALSA functions fail.
28036 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
28038 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28039 Free XVAdapterInfo correctly.
28041 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
28043 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
28044 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
28045 Make id3tag use correct caps nego.
28047 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
28049 * ext/ivorbis/vorbis.c:
28050 * ext/ivorbis/vorbisenc.h:
28051 * ext/ivorbis/vorbisfile.c:
28052 Modify so that it uses the new caps things
28054 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
28056 * testsuite/spider/spider1.c: (main):
28057 * testsuite/spider/spider2.c: (main):
28058 * testsuite/spider/spider3.c: (main):
28059 Make tests compile again. They probably don't work.
28061 2003-12-24 Colin Walters <walters@verbum.org>
28063 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
28064 we can't fixate the caps anymore.
28066 2003-12-23 David Schleef <ds@schleef.org>
28068 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
28069 * sys/oss/gstosssink.c: (gst_osssink_init),
28070 (gst_osssink_sink_fixate): Add fixate function.
28072 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
28074 * ext/ffmpeg/gstffmpegcodecmap.c:
28075 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
28076 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
28077 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
28078 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28079 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28080 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28081 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
28082 fix typo in RGB masks, and move back to "old" colorspace
28083 capsnego code until whoever wrote this new crap has actually
28084 tested it so that it works.
28085 And yes, this works, keep it that way please.
28087 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
28089 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
28090 (gst_divxdec_init), (gst_divxdec_negotiate):
28091 * ext/divx/gstdivxdec.h:
28092 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
28093 (gst_divxenc_init):
28094 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
28095 (gst_faac_sinkconnect), (gst_faac_srcconnect):
28096 * ext/mpeg2enc/gstmpeg2enc.cc:
28097 * ext/mpeg2enc/gstmpeg2encoder.cc:
28098 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
28099 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
28100 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
28101 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
28102 (dxr3spusink_init):
28103 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
28104 (dxr3videosink_init):
28105 Fix caps breakage after Dave's caps branch merge.
28107 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
28109 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28110 Fix for 24bpp display.
28112 2003-12-23 Colin Walters <walters@verbum.org>
28114 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
28115 a GnomeVFSHandle directly.
28117 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
28119 * gst/volume/Makefile.am:
28120 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
28121 (volume_base_init), (volume_init):
28122 Reenable volume element and fix to work with new caps stuff.
28123 Rhythmbox needs this.
28125 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
28127 * gst/qtdemux/qtdemux.c: (plugin_init):
28128 qtdemux requires bytestream
28130 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
28132 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
28133 Fix remaining caps handling errors due to CAPS merge.
28135 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
28137 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
28138 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
28139 (gst_faad_srcconnect):
28140 Port to new caps system.
28142 2003-12-21 Julien MOUTTE <julien@moutte.net>
28144 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
28145 (got_video_size), (main): using g_print instead of g_message.
28146 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
28147 signal which was not emitted because of "switch" element added to the
28148 bin but not connected. (Removing from the bin temporarily)
28150 2003-12-21 Julien MOUTTE <julien@moutte.net>
28152 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
28153 find X development files. I don't understand the previous tests and
28154 they fail on my debian/ppc unstable. This one works.
28155 * examples/gstplay/player.c: (main): Set the pipeline to READY before
28157 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
28158 (gst_play_set_video_sink), (gst_play_set_audio_sink),
28159 (gst_play_set_visualization): Add some safety checks in set_ methods
28160 and state_change. This was throwing some ugly CRITICAL messages when
28161 pipeline was getting disposed and casts were failing.
28163 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
28166 Improve mpeg2enc detection. This is for distributions that do
28167 ship mjpegtools, but without mpeg2enc. Also does object check
28168 for might there ever be ABI incompatibility.
28169 * ext/mpeg2enc/gstmpeg2enc.cc:
28170 Add Andrew as second maintainer (he's helping me), and also add
28171 an error if no caps was set. This happens if I pull before capsnego
28172 and that's something I should solve sometime else.
28173 * gst/matroska/matroska-demux.c:
28174 (gst_matroska_demux_parse_blockgroup):
28176 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
28177 (gst_matroska_mux_track_header):
28178 Add caps to templates.
28179 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
28180 Add mpegversion=1 to prevent confusion with MPEG/AAC.
28181 * gst/mpegstream/gstmpegdemux.c:
28182 Remove layer since it causes warnings about unfixed caps.
28183 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28184 Fix obvious typo (we error out if caps were set, we should of
28185 course error out if *no* caps were set).
28186 * sys/oss/gstosselement.c: (gst_osselement_convert):
28187 Fix format conversion, we confused bits/bytes.
28188 * sys/oss/gstosselement.h:
28189 Improve documentation for 'bps'.
28191 Remove stuff about plugins that need removing - this was done
28193 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
28194 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
28195 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
28196 (gst_v4lsrc_src_query):
28197 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
28198 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
28199 Add get_query_types(), get_formats() and query() functions.
28201 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
28203 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
28204 * moved CVS to freedesktop.org