1 2008-06-20 Michael Smith <msmith@songbirdnest.com>
3 * gst/playback/gstplay-marshal.list:
4 * gst/playback/gstplaybin2.c:
5 Add get-video-pad, get-audio-pad, get-text-pad action signals to
6 playbin2. This allows the user to get to the selector's sinkpads, and
7 thus inspect a range of things - caps, tags, etc.
9 2008-06-20 Michael Smith <msmith@songbirdnest.com>
11 * gst/playback/gstplaybin2.c:
12 Use a different constant for the convert-frame signal id.
15 2008-06-20 Michael Smith <msmith@songbirdnest.com>
17 * gst/playback/gstplaybin2.c:
18 * gst/playback/gstplaysink.c:
19 Fix a whole bunch of typos in comments and log statements.
21 2008-06-20 Michael Smith <msmith@songbirdnest.com>
23 * sys/xvimage/xvimagesink.c:
24 Don't set colour balance values on the Xv port if the user hasn't
25 changed them (via properties or the interface). Avoids accumulating
26 rounding errors for the common case.
27 Partial fix for bug #537889.
29 2008-06-20 Michael Smith <msmith@songbirdnest.com>
31 * gst/playback/gstdecodebin2.c:
32 Ensure decodebin2 emits 'drained' signal once, and only once, when all
35 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
37 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
38 (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
39 Report the encoder latency. Fixes #538232.
41 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
43 * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
44 (notify_source), (activate_group):
45 Implement the source property, emit notify when it changes in the
46 underlying uridecodebin.
48 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
50 * tests/examples/seek/seek.c: (stop_cb):
51 Free and clear the seek element list so that we don't use invalid
52 references when seeking after recreating a gst-launch line.
54 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
56 * gst-libs/gst/audio/gstbaseaudiosink.c:
57 (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
58 (gst_base_audio_sink_render):
59 Report latency even if we are not live instead of hiding it.
60 Take ts-offset and render-delay of the basesink into account when
62 Rework the clipping code so that we can take the various offsets into
63 account and still do correct clipping.
65 2008-06-20 Jan Schmidt <jan.schmidt@sun.com>
68 Bump verion back to devel -> 0.10.20.1
70 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
72 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
73 Don't increase the size of non-string image buffers by one as this
74 might in theory confuse decoders. Still increase it by one for string
75 image buffers to append '\0'.
77 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
79 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
81 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
82 Fix a buffer memleak and remove a confusing and wrong debug output.
85 === release 0.10.20 ===
87 2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
90 releasing 0.10.20, "Here I Go Again"
92 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
97 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
99 * gst-libs/gst/rtsp/gstrtspconnection.c:
101 Patch By: David Schleef <ds@schleef.org>
104 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
106 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
107 (gst_gio_base_src_create):
108 * ext/gio/gstgiobasesrc.h:
109 Try to read the requested number of bytes, even if the first
110 read returns less than requested, until nothing is read anymore
111 or we have the requested amount of bytes. This fixes playback of
112 files via Samba as Samba only allows to read 64k at once.
114 Implement a caching algorithm that makes sure that we read at
115 least 4k of data every time. Some elements will try to read a few
116 bytes, then seek, read again a few bytes and so on and this is
117 painfully slow as every operation has to go over DBus if GVfs is
120 Fixes bug #536849 and #536848.
122 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
123 (gst_gio_src_check_get_range):
124 Override check_get_range() to blacklist http/https URIs
125 and whitelist file URIs. More to be added on demand.
127 2008-06-05 Jan Schmidt <jan.schmidt@sun.com>
130 0.10.19.2 pre-release
132 2008-06-04 Jan Schmidt <jan.schmidt@sun.com>
134 * win32/common/libgstrtsp.def:
135 * win32/common/libgsttag.def:
136 Add new API functions to the dll exports
138 2008-06-04 Michael Smith <msmith@songbirdnest.com>
140 * gst/playback/gstplaybasebin.c:
141 Disconnect signals from decodebins we created before we remove it from
142 playbin, to avoid crashes if the decodebin is eventually disposed after
143 the playbin itself (possible if the app takes a reference on the
147 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
149 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
150 (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
151 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
152 (h264_video_type_find), (mpeg_video_stream_type_find),
153 (dv_type_find), (mmsh_type_find):
154 Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
155 copy caps for no good reason (this may be desirable to make it easier
156 to detect leaks, but then it should probably be done for all caps
157 in the typefinder somewhere).
159 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
161 * tests/check/Makefile.am:
162 Do not try to run the check tests for subparse unless it has been
165 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
167 * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
168 (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
169 Do not try to run a test which requires vorbisenc unless we have
172 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
174 * gst-libs/gst/rtsp/gstrtspconnection.c:
175 (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
176 (gst_rtsp_connection_clear_auth_params),
177 (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
178 * gst-libs/gst/rtsp/gstrtspconnection.h:
179 Add a couple of missing argument guards.
180 Add a way of setting the DSCP for an RTSP connection.
181 Add an accessor method for the ip member of GstRTSPConnection as all
182 members are supposed to be private.
184 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
186 * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
187 Fixed accidental use of IPv4 options for all IPv6 addresses.
189 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
191 * gst-libs/gst/interfaces/mixertrack.h:
192 Document mixer track flags.
194 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
196 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
198 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
199 Don't set caps on the buffers that contain a copy of the buffer
200 including the caps of them resulting in an always increasing refcount
201 of the caps and insanely large caps. Instead include a buffer without
202 caps in the new caps. Fixes bug #536475.
204 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
206 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
207 Transform a given PAR to a range on the struct with the generic
208 height/width instead of the struct with the possibly restricted
211 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
213 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
214 Prefer the given format if it contains something stricter than [1,MAX]
215 for height or width and only put a structure that requires rescaling
216 as second. This makes it possible to use videoscale in pipelines where
217 the source can actually produce the wanted height/width but usually
218 selects a different one from the requested.
220 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
222 Based on patch by: John Millikin <jmillikin gmail com>
224 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
225 (gst_vorbis_tag_add_coverart):
226 Retrieve COVERART tags from vorbis comments (#512333)
228 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
230 * gst-libs/gst/tag/tag.h:
231 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
232 Don't forget to add new enum value here too (should probably use
233 glib-mkenums here...).
235 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
237 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
238 * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
239 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
240 (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
241 (gst_tag_image_data_to_image_buffer):
242 Add two utility functions to avoid code duplication (#512333):
243 API: add gst_tag_image_data_to_image_buffer()
244 API: add gst_tag_list_add_id3_image()
245 API: add GST_TAG_IMAGE_TYPE_NONE enum value
247 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
249 * win32/common/libgstaudio.def:
250 Add gst_audio_check_channel_positions() to the exported symbols.
252 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
254 * docs/libs/gst-plugins-base-libs-sections.txt:
255 * gst-libs/gst/audio/multichannel.c:
256 (gst_audio_check_channel_positions):
257 * gst-libs/gst/audio/multichannel.h:
258 API: Make gst_audio_check_channel_positions() public.
260 * tests/check/libs/audio.c: (GST_START_TEST):
261 Add some simple checks for gst_audio_check_channel_positions().
263 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
265 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
266 minrange and maxrange are scaled according to the frequency
269 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
271 * ext/pango/Makefile.am:
272 * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
273 (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
274 Use gstvideo functions to calculate strides and plane offsets. Fixes
275 rendering issue ('ghost' images of the text on the chroma planes)
276 with widths or heights that are not multiples of 8 (#506659 and
277 probably also #485729).
279 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
281 Test with odd height/width too.
283 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
285 * gst/adder/gstadder.c: (gst_adder_query_duration),
286 (gst_adder_query_latency):
287 When using gst_element_iterate_pads() one has to unref every pad
290 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
292 * gst-libs/gst/audio/gstbaseaudiosrc.c:
293 (gst_base_audio_src_class_init):
294 Add a gtk-doc chunk for the new properties to have a Since: indication.
296 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
298 * gst-libs/gst/audio/gstbaseaudiosrc.c:
299 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
300 (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
301 (gst_base_audio_src_change_state):
302 Provide readable actual-buffer-time and actual-latency-time properties
303 that reflect the configured ringbuffer values. Fixes #524724.
304 API: GstBaseAudioSrc:actual-buffer-time
305 API: GstBaseAudioSrc:actual-latency-time
307 2008-05-30 Wim Taymans <wim.taymans@collabora.co.uk>
309 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
310 (gst_basertppayload_change_state):
311 Simply converting the running time into an RTP timestamp by scaling it
312 based on the clock-rate is good enough for making an RTP timestamp. This
313 has the added benefit that we can later on expose a property with the
314 RTP timestamp of running time 0, as is needed for RTSP servers to
315 generate the response of the PLAY request.
317 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
319 * gst/audioconvert/gstaudioconvert.c:
320 (structure_has_fixed_channel_positions),
321 (gst_audio_convert_transform_caps):
322 Allow up to 11 positioned channels now that audioconvert can handle
323 this but add no default positions for > 8 channels.
325 * tests/check/elements/audioconvert.c: (GST_START_TEST):
326 Add some unit tests for the above change: Test conversion of
327 11 positioned channels to stereo and the other way around, test
328 conversion of 15 unpositioned channels in different ways.
330 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
332 * win32/common/libgstaudio.def:
333 Add gst_audio_clock_reset to the list of exported symbols.
335 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
337 * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
338 Remove wrong_channels_identification_header unit test as we now
339 support 7 (and more channels).
341 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
343 * gst/audioconvert/gstchannelmix.c:
344 (gst_channel_mix_fill_one_other):
345 If mixing left or right to center (or the other way around) only take
346 the complete value if we don't already have the original position in
349 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
351 * gst-libs/gst/audio/multichannel.c:
352 (gst_audio_check_channel_positions),
353 (gst_audio_set_structure_channel_positions_list),
354 (gst_audio_fixate_channel_positions):
355 Allow rear center together with rear left/right and other previously
356 conflicting channel positions. The reason why they weren't allowed
357 was the channel mixing implementation in audioconvert.
358 Also take this into account when fixing channel layouts.
360 Allow setting channel positions for 1/2 channels when using
361 gst_audio_set_structure_channel_position().
363 * gst/audioconvert/gstchannelmix.c:
364 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
365 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
366 (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
367 Major rewrite of the channel mixing.
369 We now allow previously conflicting channel positions to appear
370 together (rear center and rear left/right for example).
373 Rework the way channels are mixed together to take more possible
374 channel positions into account, properly mix from/to side channels
375 and don't assume that either center, left&right or nothing of a
376 specific position is available anymore.
378 * tests/check/elements/audioconvert.c: (GST_START_TEST):
379 Adjust unit tests with non-standard 1/2 channel layouts to the more
380 correct new behaviour.
382 Add a unit test for 5.1->Stereo downmixing.
384 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
386 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
387 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
388 Add sane defaults for the 7 and 8 channel layouts as those are
389 undefined in the Vorbis spec. Use NONE channel layouts when decoding
390 more than 8 channels instead of erroring out. Fixes bug #535356.
392 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
394 * docs/plugins/Makefile.am:
395 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
396 * docs/plugins/gst-plugins-base-plugins-sections.txt:
397 * ext/theora/theoraparse.c:
398 Add theoraparse to the docs and fix some docs.
400 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
402 * gst-libs/gst/cdda/gstcddabasesrc.c:
403 (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
404 Fix EOS condition and track addition check, the track.end sector is
405 included in the track. Fixes #533265.
407 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
409 Patch by: Mark Nauwelaerts <manauw at skynet be>
411 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
412 (gst_video_rate_flush_prev), (gst_video_rate_event),
413 (gst_video_rate_chain):
414 * gst/videorate/gstvideorate.h:
415 React (more) to NEWSEGMENT
416 Small adjustment in timestamp calculation to prevent mismatches
419 2008-05-28 Tim-Philipp Müller <tim.muller at collabora co uk>
421 * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
422 Initialise error to NULL as we should.
424 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
426 * gst/adder/gstadder.c: (gst_adder_query_duration),
427 (gst_adder_query_latency), (gst_adder_query):
428 Implement latency query.
430 2008-05-27 Sebastian Dröge <slomo@circular-chaos.org>
432 * gst/adder/gstadder.c: (gst_adder_query_duration):
433 Correctly resync the iterator if gst_iterator_next() returns
436 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
438 * win32/vs6/libgstpbutils.dsp:
439 Add pbutils-enumtypes.c to sources (#518037).
441 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
443 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
444 (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
445 * gst-libs/gst/audio/gstaudioclock.h:
446 Add method to inform the clock that the time starts from 0 again. We use
447 this info to calculate a clock offset so that the time we report in
448 internal_time is monotonically increasing, as required by the clock base
449 class. Fixes #521761.
450 API: GstAudioClock::gst_audio_clock_reset()
452 * gst-libs/gst/audio/gstbaseaudiosink.c:
453 (gst_base_audio_sink_skew_slaving),
454 (gst_base_audio_sink_change_state):
455 * gst-libs/gst/audio/gstbaseaudiosrc.c:
456 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
457 Reset reported time when we (re)create the ringbuffer.
459 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
461 * ext/alsa/gstalsamixertrack.c:
462 (gst_alsa_mixer_track_update_alsa_capabilities):
463 Make sure playback volumes aren't accidentally overwritten by
464 capture volumes if an alsa mixer track has both playback and
465 capture capabilities: we create two GstMixerTracks in that
466 case, so make sure we query only the alsa capabilities that
467 refer to the type of GstMixerTrack we created from the dual
468 capability alsa element. Should fix issues with Audigy2 sound
471 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
473 * tests/check/pipelines/oggmux.c: (test_pipeline):
474 Don't use deprecated function.
476 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
478 * gst/playback/gstdecodebin2.c:
479 (gst_decode_group_control_source_pad), (gst_decode_group_expose):
480 Check for NULL cases and log them, creating ghostpads can, for example,
481 fail when the pad returns wrong caps.
483 * gst/playback/gstplaybin2.c: (perform_eos):
484 When pushing out the EOS event, collect the return value and warn when
487 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
489 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
490 (gst_riff_create_video_template_caps):
491 Add support for DVCPRO.
493 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
495 * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
496 Change default scaling method from nearest-neighbour to bilinear.
498 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
500 * tests/check/libs/video.c:
503 2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk>
505 * gst/subparse/gstsubparse.c: (parser_state_init),
506 (gst_sub_parse_format_autodetect), (handle_buffer):
507 * gst/subparse/gstsubparse.h:
508 * tests/check/elements/subparse.c: (test_tmplayer_style3b):
509 Limit duration to a maximum of five seconds for tmplayer format where
510 we can guess the duration only from the timestamp of the next line of
511 text. We don't want to show a text for eternities just because nothing
512 else is being said for a while.
514 2008-05-23 Wim Taymans <wim.taymans@collabora.co.uk>
516 * gst-libs/gst/rtp/gstbasertpdepayload.c:
517 (gst_base_rtp_depayload_chain),
518 (gst_base_rtp_depayload_handle_sink_event),
519 (gst_base_rtp_depayload_push_full),
520 (gst_base_rtp_depayload_change_state):
521 Check sequence numbers, mark input buffers with a discont flag for the
522 subclass when we detected a gap, drop duplicate buffers. We do this
523 because one can use the element without a jitterbuffer in front and we
524 don't want to feed the subclasses invalid or reordered data.
525 Do an error when the subclass did not provide a process function instead
527 Some other small cleanups.
529 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
531 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
532 May just as well use the precalculated uvstride here.
534 2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
536 * docs/plugins/Makefile.am:
537 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
538 * docs/plugins/gst-plugins-base-plugins-sections.txt:
539 * docs/plugins/gst-plugins-base-plugins.args:
540 * docs/plugins/gst-plugins-base-plugins.hierarchy:
541 * docs/plugins/gst-plugins-base-plugins.interfaces:
542 * docs/plugins/gst-plugins-base-plugins.prerequisites:
543 * docs/plugins/inspect/plugin-adder.xml:
544 * docs/plugins/inspect/plugin-alsa.xml:
545 * docs/plugins/inspect/plugin-audioconvert.xml:
546 * docs/plugins/inspect/plugin-audiorate.xml:
547 * docs/plugins/inspect/plugin-audioresample.xml:
548 * docs/plugins/inspect/plugin-audiotestsrc.xml:
549 * docs/plugins/inspect/plugin-cdparanoia.xml:
550 * docs/plugins/inspect/plugin-decodebin.xml:
551 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
552 * docs/plugins/inspect/plugin-gdp.xml:
553 * docs/plugins/inspect/plugin-gio.xml:
554 * docs/plugins/inspect/plugin-gnomevfs.xml:
555 * docs/plugins/inspect/plugin-libvisual.xml:
556 * docs/plugins/inspect/plugin-ogg.xml:
557 * docs/plugins/inspect/plugin-pango.xml:
558 * docs/plugins/inspect/plugin-playback.xml:
559 * docs/plugins/inspect/plugin-queue2.xml:
560 * docs/plugins/inspect/plugin-subparse.xml:
561 * docs/plugins/inspect/plugin-tcp.xml:
562 * docs/plugins/inspect/plugin-theora.xml:
563 * docs/plugins/inspect/plugin-typefindfunctions.xml:
564 * docs/plugins/inspect/plugin-uridecodebin.xml:
565 * docs/plugins/inspect/plugin-video4linux.xml:
566 * docs/plugins/inspect/plugin-videorate.xml:
567 * docs/plugins/inspect/plugin-videoscale.xml:
568 * docs/plugins/inspect/plugin-videotestsrc.xml:
569 * docs/plugins/inspect/plugin-volume.xml:
570 * docs/plugins/inspect/plugin-vorbis.xml:
571 * docs/plugins/inspect/plugin-ximagesink.xml:
572 * docs/plugins/inspect/plugin-xvimagesink.xml:
573 * ext/cdparanoia/gstcdparanoiasrc.c:
574 * ext/ogg/gstoggdemux.c:
575 * ext/ogg/gstoggdemux.h:
576 * ext/ogg/gstoggmux.c:
577 * ext/ogg/gstoggmux.h:
578 * gst/audioconvert/audioconvert.c:
579 * gst/audioconvert/audioconvert.h:
580 * gst/audioconvert/gstaudioconvert.h:
581 * gst/gdp/gstgdpdepay.h:
582 * gst/gdp/gstgdppay.h:
583 * gst/playback/gstdecodebin.c:
584 * gst/playback/gstdecodebin2.c:
585 * gst/playback/gstplaybin.c:
586 * gst/playback/gstplaybin2.c:
587 * gst/playback/gsturidecodebin.c:
588 * gst/tcp/gstmultifdsink.c:
589 * gst/tcp/gstmultifdsink.h:
592 Add some documentation comments, and some new headers to be scanned.
593 Rename some internal enum declarations (audioconvert's DitherType and
594 NoiseShapingType, GstUnitType from the TCP elements) to match the
595 documented GObject type names so that the docs pick them up.
596 Name the playbin2 docs markups properly so they get picked up. They'll
597 need renaming back when/if playbin2 becomes playbin.
599 100% symbol coverage for the plugin docs, booya.
601 2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
603 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
605 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
606 Fix generation of NV12/NV21 frames. Fixes bug #532454.
608 2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
610 Patch by: Sjoerd Simons <sjoerd at luon dot net>
612 * gst/playback/gstdecodebin.c: (remove_fakesink):
613 Lock the fakesink before setting the state to NULL and removing it from
614 the bin so that a concurrent state change cannot interfere.
617 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
620 Fix installing plugin documentation when gtk-doc is disabled.
622 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
624 * gst-libs/gst/rtsp/Makefile.am:
625 Distribute, don't install md5.h
627 2008-05-21 Julien Moutte <julien@fluendo.com>
629 * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
630 instead of SOL_IP, works on more platforms.
631 * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
634 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
636 * ext/vorbis/vorbisdec.c:
637 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
638 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
639 Some debug and comment fixes.
641 * tests/examples/dynamic/addstream.c: (main):
644 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
646 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
647 * gst/playback/decodetest.c: (new_decoded_pad_cb):
648 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
649 (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
651 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
652 (connect_element), (gst_decode_group_control_demuxer_pad):
653 * gst/playback/gstplaybasebin.c: (queue_remove_probe),
654 (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
656 * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
657 (gst_play_bin_set_property), (handoff), (gen_video_element),
658 (gen_text_element), (gen_audio_element), (gen_vis_element),
659 (remove_sinks), (add_sink), (setup_sinks):
660 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
661 * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
662 (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
663 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
664 (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
665 (gen_video_chain), (gen_text_chain), (gen_audio_chain),
666 (gen_vis_chain), (gst_play_sink_reconfigure),
667 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
668 (gst_play_sink_request_pad):
669 * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
670 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
672 * gst/playback/test6.c: (new_decoded_pad_cb):
673 * tests/check/elements/audioconvert.c: (GST_START_TEST):
674 * tests/check/elements/audiorate.c: (test_injector_chain),
675 (do_perfect_stream_test):
676 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
677 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
678 * tests/check/elements/gnomevfssink.c:
679 * tests/check/elements/textoverlay.c:
680 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
681 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
682 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
683 * tests/check/pipelines/oggmux.c: (test_pipeline):
684 * tests/check/pipelines/streamheader.c: (GST_START_TEST):
685 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
686 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
687 * tests/examples/seek/scrubby.c: (make_wav_pipeline):
688 * tests/examples/seek/seek.c: (make_mod_pipeline),
689 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
690 (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
691 (make_theora_pipeline), (make_vorbis_theora_pipeline),
692 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
693 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
694 (update_fill), (msg_buffering):
695 Don't use bad gst_element_get_pad().
697 2008-05-21 Stefan Kost <ensonic@users.sf.net>
699 * gst-libs/gst/riff/riff-media.c:
700 Fix wrong method name in docs. Fix calculation of strf fields for
703 * gst-libs/gst/riff/riff-read.c:
704 Whitespace fix and removing double ';'.
706 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
708 * docs/design/part-playbin2.txt:
709 Add some leftover doc.
711 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
713 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
714 Fix copy & paste error in last commit.
716 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
718 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
719 Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
720 other channel positions when source has SIDE channels and dest doesn't
721 or the other way around.
723 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
725 Patch by: Henrik Eriksson <henriken at axis dot com>
727 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
728 (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
729 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
730 (gst_multi_fd_sink_get_property):
731 * gst/tcp/gstmultifdsink.h:
732 Add support for DSCP QOS. Fixes #469933.
734 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
736 * tests/check/elements/audioconvert.c: (GST_START_TEST):
737 Add another test that checks if conversion between standard 1 and 2
738 channel layouts with and without positions set is working.
740 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
742 * gst-libs/gst/audio/multichannel.c:
743 (gst_audio_check_channel_positions):
744 Allow non-standard 2 channel layouts.
746 * tests/check/elements/audioconvert.c: (GST_START_TEST):
747 Add some tests for converting and remapping non-standard 1 and 2
750 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
752 * gst/audioconvert/gstchannelmix.c:
753 (gst_channel_mix_fill_normalize):
754 Prevent division by zero if the channel mix matrix contains only
757 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
759 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
761 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
762 Close a buffer memory leak. Fixes bug #534071.
764 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
766 * gst-libs/gst/rtsp/gstrtsptransport.h:
767 Make the GstRTSPTransport struct members public as there are no
768 setters/getters and it's supposed to be changed directly.
771 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
773 * gst/adder/gstadder.c:
774 Adder also doesn't support audio/x-raw-int with width!=depth so don't
775 claim this on the pad template caps.
777 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
779 * gst-libs/gst/audio/gstbaseaudiosink.c:
780 (gst_base_audio_sink_sync_latency):
781 We can only use our optimal calibration if we prerolled before the
784 2008-05-20 Tim-Philipp Müller <tim.muller at collabora co uk>
787 Require core CVS for GstBaseSrc buffer caps setting magic.
789 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
791 * gst/audioconvert/gstaudioconvert.c:
792 (gst_audio_convert_fixate_channels):
793 Fix logic in last commit.
795 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
797 * gst/audioconvert/gstaudioconvert.c:
798 (gst_audio_convert_fixate_channels):
799 Passthrough the channel positions if the number of output channels is
800 the same as the number of input channels, the input had a channel
801 layout and downstream requests no special one. We did this already for
802 > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
804 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
806 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
807 (gst_gnome_vfs_src_finalize),
808 (gst_gnome_vfs_src_received_headers_callback),
809 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
810 * ext/gnomevfs/gstgnomevfssrc.h:
811 Set the ICY caps on the srcpad from where they get picked up by the base
812 class now and set on the outgoing buffers.
814 * gst-libs/gst/audio/gstbaseaudiosrc.c:
815 (gst_base_audio_src_create):
816 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
817 BaseSrc now sets the caps on outgoing buffers automatically.
819 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
821 * gst-libs/gst/audio/gstbaseaudiosink.c:
822 (gst_base_audio_sink_resample_slaving),
823 (gst_base_audio_sink_skew_slaving),
824 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
825 (gst_base_audio_sink_async_play),
826 (gst_base_audio_sink_change_state):
827 Change the way in which the ringbuffer is started when dealing with a
828 slaved clock and latency. We now sync to the clock until we reach
829 upstream latency before starting the ringbuffer. This has the effect
830 that we can accurately align the master and slave clocks and let the
831 rate correction code take care of the initial drift or rounding errors
832 instead of leaving them uncorrected with the old approach.
834 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
836 * gst/audioconvert/gstaudioconvert.c:
837 (gst_audio_convert_fixate_channels):
838 Correctly set the default channel positions when converting to 8
841 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
844 Error out if we don't have the required version of core.
846 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
848 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
849 Use data scan helper in aac typefinder and stop scanning
850 for headers when we've found a type. Also fix potential invalid
851 memory access when calculating the frame length.
853 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
855 * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
856 (mpeg_sys_is_valid_pack):
857 Don't modify scan context when we return FALSE in ensure_data, so
858 it's possible to continue scanning, and we don't end up with a NULL
859 data pointer and a positive size, which might bite us the next time
860 we're called. Small constification.
862 2008-05-16 Sebastian Dröge <slomo@circular-chaos.org>
864 * gst/adder/gstadder.c:
865 Adder doesn't support 24 bit samples so don't claim it supports them
866 in the pad template caps.
868 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
870 * gst-libs/gst/rtp/gstbasertpdepayload.c:
871 (gst_base_rtp_depayload_chain):
872 Validate the RTP packet before further processing it. It's just too
873 dangerous to accept random packets and people are not forced to use a
874 jitterbuffer or session manager to filter out the bad packets.
876 * gst-libs/gst/rtp/gstrtpbuffer.c:
877 (gst_rtp_buffer_set_extension_data),
878 (gst_rtp_buffer_get_payload_subbuffer):
880 When setting extension data in a buffer that is too small, we fail and
881 we should not set the extension bit.
882 Change GST_WARNINGS into g_warning because they really are
885 * tests/check/libs/rtp.c: (GST_START_TEST):
886 Catch the g_warnings now in the unit tests and that fact that failing to
887 set extension data left the extension bit untouched.
889 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
891 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
892 Revert previous change which made basetransform handle buffer_alloc
893 and which breaks things badly in the non-passthrough case since it
894 returned buffers with a different (ie. sometimes smaller) size than
897 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
899 Patch by: Bernard B <b-gnome at largestprime dot net>
901 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
902 Fix seqnum compare function for bordercase values and fix the docs
903 again. Fixes #533075.
905 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
906 Add a testcase for seqnum compare function.
908 2008-05-14 Sebastian Dröge <slomo@circular-chaos.org>
910 * gst/adder/gstadder.c: (gst_adder_setcaps),
911 (gst_adder_class_init):
912 Correctly declare the supported endianness on the pad templates
913 and check for correct endianness in the set caps function. Adder
914 only supports native endianness.
915 Also use gst_element_class_set_details_simple().
917 2008-05-14 Stefan Kost <ensonic@users.sf.net>
919 * sys/xvimage/xvimagesink.c:
920 Better debug logging in port value handling. Merging separate port
921 value loops into one.
923 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
925 Patch by: Hannes Bistry <hannesb at gmx dot de>
927 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
928 * gst/tcp/gsttcpserversink.c:
929 (gst_tcp_server_sink_handle_server_read),
930 (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
931 Fix regression in clientsrc because we did not add the fd to the poll
932 set anymore. Fixes #532364.
933 Do some cleanups here and there.
935 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
937 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
938 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
939 * gst/playback/gstplay-marshal.list:
940 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
941 Use correct marshallers. GstCaps are a boxed type and no GObject
944 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
946 * win32/common/libgstrtsp.def:
947 Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
950 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
952 Patch by: Sjoerd Simons <sjoerd at luon dot net>
954 * tests/check/elements/audioresample.c:
955 (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
956 (live_switch_push), (GST_START_TEST):
957 Add unit test for the latest basetransform negotiation changes.
960 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
962 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
963 Fix nv12<->nv21 conversion if stride is larger than width.
965 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
967 Patch by: Jan Gerber <j at oil21 dot org>
969 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
970 (gst_ogg_pad_parse_skeleton_fisbone):
971 * ext/ogg/gstoggdemux.h:
972 Parse presentation time from skeleton streams and use it as offset
973 for the timestamps. Fixes bug #530068.
975 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
977 * gst-libs/gst/audio/gstbaseaudiosink.c:
978 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
979 Revert previous patch that attempted to more accurately calculate the
980 initial offset between master and slave clock. The best thing we can do
981 in general is take the time of both clocks as the diff since we don't
982 know when the actual preroll happened.
984 2008-05-11 Tim-Philipp Müller <tim.muller at collabora co uk>
986 * gst-libs/gst/pbutils/install-plugins.c:
987 Fix docs: type and missing word.
989 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
991 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
992 Don't do lots of 4-byte peeks, but use the 'new' data scan helper
993 for this instead; don't check if we've found enough markers after
994 each and every step, it's enough to do that only if we've actually
996 Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
998 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
1000 * gst/typefind/gsttypefindfunctions.c:
1001 (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
1002 (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
1003 (mpeg_video_stream_type_find):
1004 Move scan helper thingy to the beginning of the file so we can use
1005 it in other typefind functions. Rename it to something more
1006 generic. Also improve handling of things towards the end of the
1007 typefind data: peek as much as we can if we know the size of the
1008 data, rather than just min_size.
1010 2008-05-09 Jan Schmidt <jan.schmidt@sun.com>
1012 * docs/libs/gst-plugins-base-libs-sections.txt:
1013 * gst-libs/gst/interfaces/colorbalance.c:
1014 * gst-libs/gst/interfaces/colorbalance.h:
1015 * gst-libs/gst/interfaces/colorbalancechannel.c:
1016 * gst-libs/gst/interfaces/colorbalancechannel.h:
1017 * gst-libs/gst/interfaces/tuner.c:
1018 * gst-libs/gst/interfaces/tunerchannel.c:
1019 * gst-libs/gst/interfaces/tunerchannel.h:
1020 * gst-libs/gst/interfaces/tunernorm.c:
1021 * gst-libs/gst/interfaces/tunernorm.h:
1022 * gst-libs/gst/video/video.c:
1023 * gst-libs/gst/video/video.h:
1024 Document the GstTuner and GstColorBalance interfaces, and some
1025 other random API functions that needed it. 70% symbol coverage, woo.
1027 2008-05-09 Wim Taymans <wim.taymans@collabora.co.uk>
1029 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
1030 Choose to allocate one less segment but require one additional segment
1033 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
1034 No need to increment the number of segments in the source.
1036 * gst-libs/gst/audio/gstbaseaudiosink.c:
1037 (gst_base_audio_sink_get_time), (clock_convert_external),
1038 (gst_base_audio_sink_resample_slaving),
1039 (gst_base_audio_sink_skew_slaving),
1040 (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
1041 (gst_base_audio_sink_async_play):
1042 Remove adding latency when returning the internal time while subtracting
1043 it again when we use the value a little later.
1044 When calculating the end timestamp, we are making a rounding error
1045 with the current algorithm. Ensure that we don't accumulate these
1046 rounding errors when aligning samples by not resampling at all if we
1047 don't need to. Fixes #419351.
1048 Make the initial calibration of the clock slaving a little more
1049 predictable and accurate. Also handle the case where we don't do
1052 2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
1054 Based on a patch by:
1055 Björn Benderius <bjoern dot benderius at axis dot com>
1057 * gst/ffmpegcolorspace/avcodec.h:
1058 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1059 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1060 (gst_ffmpegcsp_avpicture_fill):
1061 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
1062 * gst/ffmpegcolorspace/imgconvert_template.h:
1063 Add conversions from/to NV12 and NV21 and conversions between those
1064 two formats. Fixes bug #532166.
1066 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
1068 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
1069 Abort the h264 typefinding as soon as _peek() doesn't return anything,
1070 which happens for example with files smaller than 128kb.
1072 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
1074 Patch by: Wouter Cloetens <zombie at e2big dot org>
1076 * gst-libs/gst/rtsp/Makefile.am:
1077 * gst-libs/gst/rtsp/gstrtspconnection.c:
1078 (gst_rtsp_connection_create), (md5_digest_to_hex_string),
1079 (auth_digest_compute_hex_urp), (auth_digest_compute_response),
1080 (add_auth_header), (gst_rtsp_connection_free),
1081 (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
1082 (gst_rtsp_connection_set_auth_param),
1083 (gst_rtsp_connection_clear_auth_params):
1084 * gst-libs/gst/rtsp/gstrtspconnection.h:
1085 Add Digest authorization support for RTSP connections. See #532065.
1087 * gst-libs/gst/rtsp/md5.c:
1088 * gst-libs/gst/rtsp/md5.h:
1089 Yeap, another md5 implementation until we can depend on a glib that has
1092 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
1094 Patch by: Sjoerd Simons <sjoerd at luon dot net>
1096 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1097 Let audioresample use the buffer allocation of basetransform instead
1100 * tests/check/elements/audioresample.c: (alloc_only_48000),
1101 (GST_START_TEST), (audioresample_suite):
1102 Add unit test for the recent basetransform bugfix, where upstream
1103 changes caps to something that can't be passed through anymore.
1105 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
1107 * win32/common/config.h.in:
1108 Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
1109 use the real thing than having "???" unconditionally.
1111 2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk>
1113 * gst-libs/gst/audio/gstbaseaudiosink.c:
1114 (gst_base_audio_sink_query):
1115 Report the latency with the new seglatency parameter.
1117 * gst-libs/gst/audio/gstringbuffer.c:
1118 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
1119 (gst_ring_buffer_acquire):
1120 * gst-libs/gst/audio/gstringbuffer.h:
1121 Add new field to the ringbufferspec to specify the expected latency
1122 between the underlying device read/write pointer, this is needed
1123 when writing sinks that sit a little closer to the hardware.
1124 Add some more docs for other fields.
1126 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
1128 * gst/volume/gstvolume.c: (volume_transform_ip):
1129 Return NOT_NEGOTIATED if we didn't set a process function yet for some
1130 reason instead of crashing later. Might fix bug #509125.
1132 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
1134 Based on a patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
1136 * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
1137 * gst/audioconvert/audioconvert.h:
1138 * gst/audioconvert/gstaudioconvert.c:
1139 (gst_audio_convert_parse_caps),
1140 (structure_has_fixed_channel_positions),
1141 (gst_audio_convert_transform_caps):
1142 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
1143 Add support for more than 8 channels and NONE channel layouts. For
1144 more than 8 channels no channel conversion is supported yet, only
1145 format conversions are supported. Fixes bug #398033.
1147 * tests/check/elements/audioconvert.c: (verify_convert),
1148 (GST_START_TEST), (audioconvert_suite):
1149 Add some unit tests by Tim for checking the NONE channel layouts
1150 and more than 8 channels and add some more unit tests for channel
1153 2008-05-06 Wim Taymans <wim.taymans@collabora.co.uk>
1155 * gst/playback/gstdecodebin2.c: (connect_pad):
1156 When autoplugging fails, set the element back to NULL before
1159 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
1161 * win32/common/libgstaudio.def:
1162 Add gst_base_audio_src_[sg]et_slave_method() to the exported
1165 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
1167 * gst/subparse/samiparse.c: (handle_start_sync),
1168 (end_sami_element), (characters_sami):
1169 Remove trailing, leading and double whitespaces.
1170 Correctly timestamp buffers and output the last buffer too.
1172 * tests/check/elements/subparse.c: (GST_START_TEST),
1174 Add a simple unit test for SAMI parsing.
1176 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
1178 Patch by: Young-Ho Cha <ganadist at chollian dot net>
1180 * gst/subparse/samiparse.c: (handle_start_sync),
1181 (start_sami_element), (end_sami_element), (characters_sami),
1182 (sami_context_reset):
1183 Only output characters inside the "sync" elements. There could be
1184 other elements like "style" that have some content but should
1185 not be printed. Fixes bug #467911.
1187 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
1189 * gst/playback/gstplaybasebin.c: (set_audio_mute),
1190 (set_active_source):
1191 * gst/playback/gstplaybasebin.h:
1192 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1193 (playbin_set_audio_mute):
1194 Allow setting -1 as current-audio to mute the current audio stream,
1195 similar to what is done for subtitles. Fixes bug #342294.
1197 2008-05-05 Edward Hervey <edward.hervey at collabora co uk>
1199 * gst-libs/gst/pbutils/descriptions.c: (formats):
1200 It's SorensOn and not SorensEn.
1202 2008-05-04 Tim-Philipp Müller <tim.muller at collabora co uk>
1204 * gst-libs/gst/pbutils/descriptions.c: (formats):
1205 Fix description of video/x-flash-video.
1207 2008-05-04 Sebastian Dröge <slomo@circular-chaos.org>
1209 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1210 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1211 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
1212 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
1213 Remove some unused code.
1215 * gst/audioconvert/gstaudioquantize.c:
1216 (gst_audio_quantize_free_noise_shaping):
1217 Don't return before freeing the noise shaping history.
1219 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1221 * tests/check/elements/subparse.c: (do_test),
1222 (test_tmplayer_style3b), (subparse_suite):
1223 Add unit test for the tmplayer variant from bug #530962.
1225 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1227 * gst/subparse/gstsubparse.c: (handle_buffer),
1228 (gst_sub_parse_sink_event):
1229 * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
1230 (tmplayer_parse_line):
1231 Fix parsing of tmplayer subtitle variant where every single line contains
1232 text and there isn't an empty line after each line to determine the
1233 duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
1234 making sure that we push out the last line of text without a duration if
1235 there's still text left in the buffer at the end.
1237 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1239 * gst/subparse/gstsubparse.c: (feed_textbuf):
1240 Fix detection of discontinuities based on the buffer offset (doesn't work
1241 so well if no buffer offset is set) and also check for the DISCONT buffer
1242 flag. This keeps the parser state from being reset after each buffer in
1245 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1247 * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
1248 Further fine-tuning: don't absolutely require sequence or GOP headers
1249 (as introduced in the previous commit), but adjust the typefind
1250 probabilities returned accordingly if we don't see them. Also make sure
1251 picture header and first slice are somewhat close to each other (which
1252 is not perfect but still better than requiring a fixed offset or having
1255 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
1257 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1258 (gst_basertppayload_sink_setcaps),
1259 (gst_basertppayload_sink_getcaps):
1260 Rename the setcaps/getcaps function internally to make it clear that
1261 they are called for the sink pad.
1263 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
1265 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1266 (gst_base_rtp_depayload_class_init),
1267 (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
1268 (gst_base_rtp_depayload_packet_lost),
1269 (gst_base_rtp_depayload_set_gst_timestamp):
1270 * gst-libs/gst/rtp/gstbasertpdepayload.h:
1271 Catch packet-lost events from the jitterbuffer and convert them into a
1272 vmethod call (lost-packet) so that depayloaders can do something smart.
1273 Also add a default packet-lost function that sends out a segment update
1276 2008-05-02 Stefan Kost <ensonic@users.sf.net>
1278 * gst/playback/test4.c:
1279 * gst/playback/test5.c:
1280 * gst/playback/test6.c:
1281 * gst/playback/test7.c:
1282 Also include config.h when relying on defines from it. Fixes the
1283 build. Its been a please to serve :)
1285 2008-05-02 Thijs Vermeir <thijsvermeir@gmail.com>
1287 * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
1288 (paint_setup_NV21), (paint_hline_NV12_NV21):
1289 Add support for NV12 and NV21 in videotestsrc
1291 2008-05-02 Sebastian Dröge <slomo@circular-chaos.org>
1293 * gst/videoscale/gstvideoscale.c:
1294 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1295 * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
1296 (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
1297 (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
1298 (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
1299 (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
1300 (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
1301 (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
1302 (vs_image_scale_linear_RGB555):
1303 Support 1x1 images as input and output as for example the BBC HQ new
1304 streams have 1x1 GIFs in the playlists for some reason.
1306 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
1308 * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
1310 If we can't activate one of the decoders we plugged in (such as,
1311 say, musepackdec) for some reason (it might not support push mode,
1312 for example), remove any pad probes that close_pad_link() might
1313 have set up. This makes sure we later don't try to remove a probe
1314 for a pad that doesn't exist any longer, and avoids nast warnings
1315 and probably other things too.
1317 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1319 * gst/typefind/gsttypefindfunctions.c:
1320 (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
1322 Rework mpeg video stream typefinding a bit more: make sure sequence,
1323 GOP, picture and slice headers appear in the order they should and
1324 that we've in fact at least had one of each; fix picture header
1325 detection; decouple picture and slice header check - don't assume
1326 they're at a fixed offset, there may be extra data in between. Also,
1327 announce varying degrees of probability depending on what we found
1328 exactly (multiple pictures, at least one picture, just sequence and
1329 GOP headers). Finally, in _ensure_data(), take into account that we
1330 might be typefinding smaller amounts of data, such as the first
1331 buffer of a stream, so fall back to the minimum size needed as long
1332 as that's available, instead of erroring out if there's less than
1333 2kB of data. Fixes #526173. Conveniently also doesn't recognise the
1334 fuzzed file from #399342 as valid.
1336 2008-04-30 Michael Smith <msmith@songbirdnest.com>
1338 * ext/theora/theoradec.c:
1339 Cool kids don't divide by zero.
1340 Treat PAR of x:0 as 1:1.
1343 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1345 * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
1346 (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
1347 (mpeg_video_stream_type_find):
1348 Refactor a bit: use context structure to track parsing offset and
1349 size of available data and make the code a bit clearer. Fixes bad
1350 memory access in #356937.
1352 2008-04-28 Michael Smith <msmith@songbirdnest.com>
1354 * gst/playback/test4.c:
1355 * gst/playback/test5.c:
1356 * gst/playback/test6.c:
1357 * gst/tcp/gstmultifdsink.c:
1358 Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
1361 2008-04-28 Wim Taymans <wim.taymans@collabora.co.uk>
1363 * gst-libs/gst/audio/gstbaseaudiosink.h:
1366 * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
1367 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1368 (gst_base_audio_src_set_slave_method),
1369 (gst_base_audio_src_get_slave_method),
1370 (gst_base_audio_src_set_property),
1371 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1372 * gst-libs/gst/audio/gstbaseaudiosrc.h:
1373 Add property and methods for selecting the clock slave method in the
1374 source, like in the sink.
1375 We only implement "none" and "re-timestamp" for now.
1376 API: gst_base_audio_src_set_slave_method()
1377 API: gst_base_audio_src_get_slave_method()
1379 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
1381 * gst-libs/gst/rtp/gstrtpbuffer.c:
1382 Fix the docs about the seqnum compare function, it returns a difference.
1384 2008-04-24 Edward Hervey <edward.hervey@collabora.co.uk>
1386 * ext/alsa/gstalsadeviceprobe.c:
1387 (gst_alsa_get_device_list): Don't return before freeing up
1388 the allocated structures.
1390 2008-04-24 Stefan Kost <ensonic@users.sf.net>
1392 * gst/playback/gstplaybin.c:
1393 Remove obsolete streaminfo code and fix a leak. Fixes #529546
1395 2008-04-23 Stefan Kost <ensonic@users.sf.net>
1397 * ext/ogg/gstoggdemux.c:
1398 Revert the event part, that should not go in.
1400 2008-04-23 Stefan Kost <ensonic@users.sf.net>
1402 * ext/ogg/gstoggdemux.c:
1403 Don't leak GstPluginFeatures when filtering.
1405 2008-04-23 Stefan Kost <ensonic@users.sf.net>
1407 * sys/xvimage/xvimagesink.c:
1408 Add some logging for cases when grabbing the xv failed.
1410 2008-04-21 David Schleef <ds@schleef.org>
1412 * ext/ogg/gstoggmux.c:
1413 Update Ogg/Dirac muxing. Removes the weird "KW-DIRAC" bos
1414 packet. Should conform to what we currently think is the
1415 final Ogg/Dirac muxing spec.
1417 2008-04-21 David Schleef <ds@schleef.org>
1419 * sys/xvimage/xvimagesink.c:
1420 Fix typo that causes the overlay keying color to bright green
1421 on a 16-bit display. Dark grey good. Bright green bad.
1423 2008-04-21 Stefan Kost <ensonic@users.sf.net>
1425 * ext/gnomevfs/gstgnomevfsuri.c:
1426 Add FIXME comment about using uri-list for source and sink.
1428 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
1430 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
1431 GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
1432 vaargs functions to gint. Otherwise the fractions will get 0 set
1433 instead of the correct value on big endian systems. Fixes bug #529018.
1435 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
1437 * ext/gnomevfs/gstgnomevfssink.c:
1438 (gst_gnome_vfs_sink_uri_get_protocols):
1439 * ext/gnomevfs/gstgnomevfssrc.c:
1440 (gst_gnome_vfs_src_uri_get_protocols):
1441 * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
1442 (gst_gnomevfs_get_supported_uris):
1443 Get the list of supported URI schemes in a threadsafe way and use the
1444 same list for the source and sink.
1446 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
1448 * ext/gio/gstgio.c: (_internal_get_supported_protocols),
1449 (gst_gio_get_supported_protocols):
1450 Don't generate a new supported protocols list on each call but cache
1451 it. It's supposed to be static anyway, this way we only leak it once
1454 * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
1455 (gst_gio_sink_class_init), (gst_gio_sink_finalize),
1456 (gst_gio_sink_set_property), (gst_gio_sink_get_property),
1457 (gst_gio_sink_start):
1458 * ext/gio/gstgiosink.h:
1459 * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
1460 (gst_gio_src_class_init), (gst_gio_src_finalize),
1461 (gst_gio_src_set_property), (gst_gio_src_get_property),
1462 (gst_gio_src_start):
1463 * ext/gio/gstgiosrc.h:
1464 API: Add "file" properties where one can set a GFile as
1467 Add locking to the properties and use
1468 gst_element_class_set_details_simple() instead of a static
1469 GstElementDetails struct.
1471 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
1473 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
1475 Add "mpp" and "mp+" as possible extensions for MusePack files.
1477 Add typefinding for MusePack StreamVersion 8 files and include the
1478 stream version in the caps.
1480 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
1482 * gst-libs/gst/rtp/gstrtppayloads.c:
1483 (gst_rtp_payload_info_for_name):
1484 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
1486 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
1489 Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
1490 (NB: this only affects compilation of some of the examples).
1491 Remove some configure.ac cruft that's not needed any longer.
1493 2008-04-18 Edward Hervey <edward.hervey@collabora.co.uk>
1495 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
1496 Don't validate the payload if there isn't any.
1499 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
1501 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
1502 Use g_atomic_int_set() instead of gst_atomic_int_set().
1504 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
1506 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
1507 Return NULL instead of a gchar * array with one NULL element if we
1508 don't get any supported URI schemes from GIO.
1510 2008-04-15 Stefan Kost <ensonic@users.sf.net>
1512 * gst/audiotestsrc/gstaudiotestsrc.c:
1513 Remove cpp style commented old code.
1515 2008-04-15 Stefan Kost <ensonic@users.sf.net>
1517 * gst/playback/gstdecodebin2.c:
1520 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
1522 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
1523 (gst_text_overlay_init):
1524 Fix textoverlay unit test again by making the supposed default
1525 value for the wait-text property the actual default value.
1526 Also fix Since: tag for new property.
1528 2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
1530 * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
1531 (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
1532 (gst_video_format_get_pixel_stride),
1533 (gst_video_format_get_component_width),
1534 (gst_video_format_get_component_height),
1535 (gst_video_format_get_component_offset), (gst_video_format_get_size),
1536 (gst_video_format_convert):
1537 Add guards to these functions to ensure sane input values.
1539 * tests/check/libs/video.c:
1540 Fix unit test not to create caps with width=0 and height=0.
1542 2008-04-11 Wim Taymans <wim.taymans@collabora.co.uk>
1544 * docs/design/draft-keyframe-force.txt:
1547 * gst/playback/gstqueue2.c: (update_buffering),
1548 (gst_queue_handle_src_query):
1549 Set buffering mode in the messages.
1550 Set buffering percent in the query.
1552 * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
1553 (do_stream_buffering), (do_download_buffering), (msg_buffering):
1554 Do some more fancy things based on the buffering method in use.
1556 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
1558 * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
1559 (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
1560 (msg_buffering), (main):
1561 Add basic download reports to seek using the new buffering API.
1563 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
1565 * gst/playback/gstqueue2.c: (update_buffering),
1566 (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
1567 (gst_queue_src_checkgetrange_function):
1568 Include extra buffering stats in the buffering message.
1569 Implement BUFFERING query.
1571 * gst/playback/gsturidecodebin.c: (do_async_start),
1572 (do_async_done), (type_found), (setup_streaming), (setup_source),
1573 (gst_uri_decode_bin_change_state):
1574 Only add decodebin2 when the type is found in streaming mode.
1575 Make uridecodebin async to PAUSED even when we don't have decodebin2
1578 2008-04-09 Sebastian Dröge <slomo@circular-chaos.org>
1580 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
1581 Filter cdda from the supported URI schemes. We can't support
1582 musicbrainz tags and everything else one expects from a cdda source
1583 with GIO. Fixes bug #526794.
1585 2008-04-07 Jan Schmidt <jan.schmidt@sun.com>
1587 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
1588 (gst_xvimagesink_buffer_alloc):
1589 Fix calculation of 'expected size' for YV12 buffers.
1590 Be a little more verbose in the debug output for buffer-alloc'ed
1591 buffers which turn out to have the wrong size.
1593 2008-04-07 Tim-Philipp Müller <tim at centricular dot net>
1597 * gst-plugins-base.doap:
1598 Merge other changes from 0.10.19 release branch.
1600 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
1602 * gst-libs/gst/audio/gstbaseaudiosink.c:
1603 (gst_base_audio_sink_class_init):
1604 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1605 (gst_base_audio_src_class_init):
1606 * gst/playback/gstplayback.c: (plugin_init):
1607 * gst/volume/gstvolume.c: (plugin_init):
1608 Work around missing bits of thread-safety on older GLibs some
1609 more to avoid assertions when starting up multiple playbin
1610 objects concurrently (see #512382).
1612 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
1614 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1615 Remove some more fields.
1617 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
1619 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1622 Actually build dlls when cross-compiling with mingw32.
1625 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
1628 Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
1630 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
1632 * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
1633 (msg_buffering), (connect_bus_signals), (main):
1635 Add buffering support with feedback in the statusbar.
1637 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
1639 * ext/ogg/gstoggmux.c:
1640 Fix sample pipeline description.
1642 2008-04-03 Stefan Kost <ensonic@users.sf.net>
1644 * docs/plugins/Makefile.am:
1645 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1646 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1647 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1648 Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
1650 * docs/plugins/gst-plugins-base-plugins.args:
1651 * docs/plugins/gst-plugins-base-plugins.hierarchy:
1652 * docs/plugins/gst-plugins-base-plugins.interfaces:
1653 * docs/plugins/gst-plugins-base-plugins.prerequisites:
1654 * docs/plugins/inspect/plugin-adder.xml:
1655 * docs/plugins/inspect/plugin-alsa.xml:
1656 * docs/plugins/inspect/plugin-audioconvert.xml:
1657 * docs/plugins/inspect/plugin-audiorate.xml:
1658 * docs/plugins/inspect/plugin-audioresample.xml:
1659 * docs/plugins/inspect/plugin-audiotestsrc.xml:
1660 * docs/plugins/inspect/plugin-cdparanoia.xml:
1661 * docs/plugins/inspect/plugin-decodebin.xml:
1662 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1663 * docs/plugins/inspect/plugin-gdp.xml:
1664 * docs/plugins/inspect/plugin-gnomevfs.xml:
1665 * docs/plugins/inspect/plugin-libvisual.xml:
1666 * docs/plugins/inspect/plugin-ogg.xml:
1667 * docs/plugins/inspect/plugin-pango.xml:
1668 * docs/plugins/inspect/plugin-playback.xml:
1669 * docs/plugins/inspect/plugin-queue2.xml:
1670 * docs/plugins/inspect/plugin-subparse.xml:
1671 * docs/plugins/inspect/plugin-tcp.xml:
1672 * docs/plugins/inspect/plugin-theora.xml:
1673 * docs/plugins/inspect/plugin-typefindfunctions.xml:
1674 * docs/plugins/inspect/plugin-uridecodebin.xml:
1675 * docs/plugins/inspect/plugin-video4linux.xml:
1676 * docs/plugins/inspect/plugin-videorate.xml:
1677 * docs/plugins/inspect/plugin-videoscale.xml:
1678 * docs/plugins/inspect/plugin-videotestsrc.xml:
1679 * docs/plugins/inspect/plugin-volume.xml:
1680 * docs/plugins/inspect/plugin-vorbis.xml:
1681 * docs/plugins/inspect/plugin-ximagesink.xml:
1682 * docs/plugins/inspect/plugin-xvimagesink.xml:
1683 Update introspection data.
1685 * ext/ogg/gstoggmux.c:
1688 * gst/playback/gstdecodebin2.c:
1689 Don't use gtk-doc style comment start for private stuff, but make it
1690 formatted like this for consistency.
1692 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
1694 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1695 (gst_decode_bin_init), (gst_decode_bin_dispose),
1696 (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
1697 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1698 (analyze_new_pad), (connect_pad), (expose_pad),
1699 (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
1700 (gst_decode_group_expose), (gst_decode_group_free),
1701 (do_async_start), (do_async_done), (gst_decode_bin_change_state):
1702 Remove fakesink hack, we can now implement this more elegantly.
1703 Added property to bypass typefinding.
1704 Removed underrun callback and demuxer pad probe, we now use the srcpad
1705 probe to expose groups.
1706 API::sink-caps property
1708 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
1709 Guard against multiple emissions of the no_more_pads signal, which
1710 happens when we are dealing with chained oggs.
1712 * gst/playback/gsturidecodebin.c: (remove_decoders),
1713 (make_decoder), (type_found), (setup_streaming), (source_new_pad),
1715 For streams, use our own typefind element and plug our queue after it.
1716 We will need this to determine the type of buffering to use for the
1719 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
1721 * gst-libs/gst/audio/gstbaseaudiosink.c:
1722 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
1723 Guard against over and underflows because of clock slaving.
1724 When we are using our own clock, still compensate for any calibrations
1725 that we might have done to our clock.
1727 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
1729 * ext/theora/theoradec.c: (theora_handle_type_packet),
1731 Don't try to do anything fancy with the return code from pushing an
1732 event, it does not have enough information to turn it into a
1735 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
1737 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
1738 (gst_ogg_demux_chain_elem_pad):
1739 Add small debug line.
1740 Pass return code from the internal decoder instead of the too generic
1743 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
1745 * gst-libs/gst/cdda/Makefile.am:
1746 * gst-libs/gst/cdda/base64.c:
1747 * gst-libs/gst/cdda/base64.h:
1748 * gst-libs/gst/cdda/gstcddabasesrc.c:
1749 (gst_cddabasesrc_calculate_musicbrainz_discid):
1750 Use GLib's base64 implementation instead of our own.
1752 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
1754 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
1755 (gst_ogg_demux_read_chain):
1756 Refix oggdemux, we only have a problem if we failed to find a chain and
1759 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
1761 Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
1763 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
1764 (gst_ogg_demux_read_chain):
1765 When we fail to find a BOS page and we and up with no chain, error out
1766 properly instead of segfaulting. Fixes #525665.
1768 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
1770 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
1771 (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
1772 The new-pad-group sequence is add-pads, no-more-pads, add-pads,
1775 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
1777 * gst/playback/gstqueue2.c: (update_out_rates),
1778 (gst_queue_open_temp_location_file),
1779 (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
1780 (gst_queue_handle_src_query), (gst_queue_set_property):
1781 Update the estimated input data when we push out a buffer.
1782 Add some debug info about the temp file.
1783 Only forward src events when we are not using a temp file.
1784 Don't block the duration query, we need to find something better.
1785 Don't leak the temp filename.
1787 2008-04-01 Sebastian Dröge <slomo@circular-chaos.org>
1790 Require GLib 2.12 and liboil 0.3.14.
1792 * gst/volume/gstvolume.c: (volume_process_double):
1793 Unconditionally use liboil 0.3.14 function.
1795 2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk>
1797 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1798 ms-gsm can have arbitrarty sample rates. See #481354.
1800 2008-03-28 Wim Taymans <wim.taymans@collabora.co.uk>
1802 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1803 MP4S is generic MPEG-4, not a microsoft variant.
1805 2008-03-27 Michael Smith <msmith@fluendo.com>
1807 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
1808 Check the body CRC (if set) when depayloading.
1811 2008-03-24 Tim-Philipp Müller <tim at centricular dot net>
1813 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
1814 Fix Since: version for new property.
1816 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
1818 * gst-libs/gst/rtsp/gstrtspconnection.c:
1819 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
1820 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
1821 Don't error when poll_wait returns EAGAIN.
1823 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
1825 * gst/playback/gstqueue2.c: (gst_queue_is_filled):
1826 The queue is never filled when there are no buffers in the queue at all.
1829 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
1831 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
1832 (init_group), (free_group), (gst_play_bin_init),
1833 (gst_play_bin_finalize), (gst_play_bin_set_uri),
1834 (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
1835 (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
1836 (gst_play_bin_set_current_video_stream),
1837 (gst_play_bin_set_current_audio_stream),
1838 (gst_play_bin_set_current_text_stream),
1839 (gst_play_bin_set_encoding), (gst_play_bin_set_property),
1840 (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
1841 (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
1842 (activate_group), (deactivate_group), (setup_next_source),
1843 (save_current_group), (gst_play_bin_change_state):
1845 Add new locks and conds to protect pipeline creation and group
1847 Implement the sub-uri property.
1848 Keep track of pending uridecodebin creation and configure the output
1849 pipeline after all streams are configured.
1850 Propagate subtitle encoding to the uridecodebins.
1851 Implement getting the video/audio/visualisation elements.
1852 Use input-selector for stream switching.
1853 If we are asked to do visualisation, prefer to autoplug raw sinks
1854 instead of sinks that accept encoded data.
1856 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
1858 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
1859 (gst_play_sink_init), (gst_play_sink_dispose),
1860 (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
1861 (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
1862 (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
1863 (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
1864 (gst_play_sink_set_volume), (gst_play_sink_get_volume),
1865 (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
1866 (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
1867 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1868 (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
1869 * gst/playback/gstplaysink.h:
1870 Add methods to get audio/video/vis elements.
1871 Add methods to set the font description for the overlay.
1872 Remove properties, we're using this element with its methods only.
1873 Add support for subtitles.
1874 Rearrange the locking a bit to not use the object lock for protecting
1875 the pipeline construction.
1876 Try to use the volume and mute property on the sink when its available.
1877 Implement the mute option with volume when the sink does not have a mute
1879 Only add volume element when the sink has no volume property.
1880 Only do visualisations with raw audio pads.
1882 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
1884 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
1885 (gst_text_overlay_init), (gst_text_overlay_set_property),
1886 (gst_text_overlay_get_property), (gst_text_overlay_src_event),
1887 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1888 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1889 (gst_text_overlay_change_state):
1890 * ext/pango/gsttextoverlay.h:
1891 Add property to configure waiting for text on the textpad or not, with
1892 the default behaviour being the old one (always wait for text before
1893 rendering the video). This default behaviour is usually not the best one
1894 because the text stream can very sparse and could require queueing a lot
1896 Fix the flushing and EOS handing so that we don't mix up their meaning.
1898 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
1900 * gst/playback/gsturidecodebin.c:
1901 (gst_uri_decode_bin_autoplug_factories),
1902 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1903 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
1904 (gst_uri_decode_bin_set_property),
1905 (gst_uri_decode_bin_get_property), (no_more_pads_full),
1906 (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
1907 (proxy_autoplug_factories_signal), (make_decoder),
1908 (source_new_pad), (setup_source):
1909 Add a readonly source property and notify.
1910 Add new lock for protecting the construction of the pipeline.
1911 Keep track of the decodebins we plugged.
1912 Correctly proxy the autoplug signal so that it actually continues.
1913 Proxy subtitle-encoding to the decodebins.
1915 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
1917 * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
1918 (text_toggle_cb), (update_streams), (main):
1919 Rearrange some buttons in playbin2 and make some other boxes insensitive
1921 Add language codes to subtitle selection boxes when we gind the right
1922 tags for the streams.
1924 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
1926 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
1927 (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
1928 (gst_decode_bin_set_subs_encoding),
1929 (gst_decode_bin_get_subs_encoding),
1930 (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
1931 (deactivate_free_recursive):
1932 Protect caps property with the object lock.
1933 Protect encoding property with the object lock.
1934 Keep list of elements we added that have the subtitle-encoding property.
1935 Distribute the subtitle-encoding to all of the elements when it
1938 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
1940 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
1941 Small debug improvement.
1943 * gst-libs/gst/audio/gstbaseaudiosink.c:
1944 (gst_base_audio_sink_render):
1945 Fix bug in determining the sample start/stop position, we want to base
1946 this decision on the fact that we are going forwards or backwards, not
1947 slower or faster. This fixes some ugly resync warnings when playing at
1950 2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
1952 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
1953 Correctly set the supported URI schemes and don't leave
1954 some schemes in the middle or at the start at NULL.
1956 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
1958 * tests/check/elements/gdpdepay.c:
1959 Make test compile without unused function/variable warnings on PPC.
1961 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
1964 * ext/alsa/gstalsamixerelement.c:
1965 (gst_alsa_mixer_element_class_init):
1966 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
1967 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1968 * ext/cdparanoia/gstcdparanoiasrc.c:
1969 (gst_cd_paranoia_src_class_init):
1970 * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
1971 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
1972 * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
1973 * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
1974 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1975 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
1976 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1977 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
1978 * ext/pango/gsttextrender.c: (gst_text_render_class_init):
1979 * ext/theora/theoradec.c: (gst_theora_dec_class_init):
1980 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
1981 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
1982 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
1983 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1984 (gst_audio_filter_template_class_init):
1985 * gst-libs/gst/audio/gstbaseaudiosink.c:
1986 (gst_base_audio_sink_class_init):
1987 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1988 (gst_base_audio_src_class_init):
1989 * gst-libs/gst/cdda/gstcddabasesrc.c:
1990 (gst_cdda_base_src_class_init):
1991 * gst-libs/gst/interfaces/mixertrack.c:
1992 (gst_mixer_track_class_init):
1993 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1994 (gst_base_rtp_depayload_class_init):
1995 * gst-libs/gst/rtp/gstbasertppayload.c:
1996 (gst_basertppayload_class_init):
1997 * gst/audioconvert/gstaudioconvert.c:
1998 (gst_audio_convert_class_init):
1999 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
2000 * gst/audioresample/gstaudioresample.c:
2001 (gst_audioresample_class_init):
2002 * gst/audiotestsrc/gstaudiotestsrc.c:
2003 (gst_audio_test_src_class_init):
2004 * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
2005 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2006 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2008 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2009 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
2010 * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
2011 * gst/playback/gstqueue2.c: (gst_queue_class_init):
2012 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
2013 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
2014 (gst_stream_selector_class_init):
2015 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2016 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
2017 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2018 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
2019 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
2020 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
2021 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
2022 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
2023 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
2024 * gst/videotestsrc/gstvideotestsrc.c:
2025 (gst_video_test_src_class_init):
2026 * gst/volume/gstvolume.c: (gst_volume_class_init):
2027 * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
2028 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2029 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2030 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
2031 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
2032 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
2033 Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
2034 static strings (i.e. all). This gives us less memory usage,
2035 fewer allocations and thus less memory defragmentation. Depend
2036 on core CVS for this. Fixes bug #523806.
2038 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
2040 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2041 Filter http and https protocols. GIO/GVfs handles them but it's
2042 impossible to implement iradio/icecast with it. Better use
2043 souphttpsrc or something else for this.
2045 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
2046 If getting the file informations by a query fails try it with the
2047 seek-to-end trick too.
2049 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
2051 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
2052 (gst_volume_base_init), (gst_volume_class_init),
2053 (volume_process_double), (volume_process_float),
2054 (volume_transform_ip), (plugin_init):
2055 memset buffers to zero if we get a GAP buffer. We usually see a
2056 buffer as one unit so let's handle it as one and don't care about
2057 volume changes while processing one buffer.
2058 Also clean up some stuff a bit.
2060 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
2062 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2063 (gst_audio_convert_create_silence_buffer),
2064 (gst_audio_convert_transform):
2065 Make audioconvert GAP-aware by outputting silence buffers when the
2066 input has the GAP flag set. This is up to 8x faster.
2067 Based on a patch by Stefan Kost. Fixes bug #517813.
2069 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
2071 * gst/volume/gstvolume.c: (volume_process_double):
2072 Use oil_scalarmultiply_f64_ns() for double processing when it's
2073 available at compile time.
2075 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
2078 Fix lrint/lrintf checks to actually work. These functions are
2079 in libm on Linux at least so try to link to it.
2081 2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
2084 Back to development - 0.10.18.1
2086 === release 0.10.18 ===
2088 2008-03-20 Jan Schmidt <jan.schmidt@sun.com>
2091 releasing 0.10.18, "I will follow"
2093 2008-03-18 Jan Schmidt <jan.schmidt@sun.com>
2096 * win32/common/config.h:
2097 0.10.17.4 pre-release
2099 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
2101 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
2102 Use GST_STR_NULL when trying to print strings that could be NULL because
2103 this might crash on some platforms. See #520808.
2105 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
2107 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
2109 * gst-libs/gst/rtsp/gstrtspconnection.c:
2110 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2111 (read_line), (gst_rtsp_connection_read_internal):
2112 Generic Windows fixes that makes libgstrtsp work on Windows when
2113 coupled with the new GstPoll API. See #520808.
2115 2008-03-17 Sebastian Dröge <slomo@circular-chaos.org>
2117 Patch by: Milosz Derezynski <internalerror at gmail dot com>
2119 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
2120 If seeking to a new position succeeds don't simply return from
2121 create() without creating a buffer. Do this only in the case
2122 seeking to the new position fails. Fixes bug #523054.
2124 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
2126 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
2127 (gst_video_format_from_rgba32_masks):
2128 Fix gst_video_format_parse_caps() for RGB caps with alpha channel
2131 * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
2132 Add unit test for the RGB caps parsing and creation, checking for
2133 internal consistency of the new API and consistency of the API with
2134 the old GST_VIDEO_CAPS_* defines.
2136 2008-03-14 David Schleef <ds@schleef.org>
2138 * gst/videotestsrc/videotestsrc.c: Oops, revert last change
2139 because -base is in freeze.
2141 2008-03-14 David Schleef <ds@schleef.org>
2143 Patch by: William M. Brack
2145 * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
2147 2008-03-14 Wim Taymans <wim.taymans@collabora.co.uk>
2149 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
2150 (gst_selector_pad_chain):
2151 * gst/playback/gststreamselector.h:
2152 Revert change that caused regression until a real fix is found.
2155 2008-03-12 Michael Smith <msmith@fluendo.com>
2157 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2158 * gst-libs/gst/audio/gstringbuffer.h:
2159 Rename recently added buffer types to make more sense.
2160 * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
2161 (gst_alsasink_write):
2162 Adapt for above API changes.
2165 2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
2167 * win32/common/libgstnetbuffer.def:
2168 Add new symbol gst_netaddress_equal. Fixes bug #521743.
2170 2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
2173 * win32/common/config.h:
2174 0.10.17.3 pre-release
2176 2008-03-10 Wim Taymans <wim.taymans@collabora.co.uk>
2178 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2179 (gst_base_audio_src_create):
2180 Fix duration when no clock was provided. Fixes #520300.
2182 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
2184 Patch by: Olivier Crete <tester at tester ca>
2186 * docs/libs/gst-plugins-base-libs-sections.txt:
2187 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
2188 * gst-libs/gst/netbuffer/gstnetbuffer.h:
2189 Add trivial function to compare GstNetAddress. See #520626.
2190 API: GstNetBuffer::gst_netaddress_equal
2192 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
2194 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2195 Update mode property docs, it's deprecated now.
2197 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
2199 * gst-libs/gst/rtsp/gstrtspconnection.c:
2200 (gst_rtsp_connection_create):
2201 * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
2202 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
2203 * gst/tcp/gstmultifdsink.h:
2204 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2205 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
2206 Remove GstPollMode from gstpoll constructor.
2208 2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
2211 * win32/common/config.h:
2212 0.10.17.2 pre-release
2214 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
2217 GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
2220 * win32/common/libgstinterfaces.def:
2221 * win32/common/libgstrtp.def:
2222 Add new API to the defs
2224 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
2226 Patch by: Mersad Jelacic <mersad at axis dot com>
2228 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2229 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2230 API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
2231 possible to specify the sample size in bits. (#509637)
2233 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
2235 * tests/check/libs/mixer.c:
2236 Add a few simple checks for the new message types.
2238 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
2240 * docs/libs/gst-plugins-base-libs-sections.txt:
2241 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
2242 (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
2243 (gst_mixer_message_get_type),
2244 (gst_mixer_message_parse_option_changed),
2245 (gst_mixer_message_parse_options_list_changed):
2246 * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
2247 (GST_MIXER_MESSAGE_OPTION_CHANGED),
2248 (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
2249 (GST_MIXER_MESSAGE_MIXER_CHANGED):
2250 API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
2251 and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
2253 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
2255 * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
2256 (gst_mixer_options_get_values):
2257 * gst-libs/gst/interfaces/mixeroptions.h:
2258 (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
2259 (_GstMixerOptions), (_GstMixerOptionsClass):
2260 API: add GstMixerOptions::get_values vfunc (#519906)
2262 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
2265 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
2266 plug-ins are included/excluded. (#498222)
2268 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
2270 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2271 Add typefinder for IMelody files, using audio/x-imelody.
2274 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
2276 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
2277 * ext/alsa/gstalsasink.c: (set_hwparams):
2278 * ext/alsa/gstalsasrc.c: (set_hwparams):
2279 * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
2280 * ext/ogg/gstoggmux.h:
2281 * ext/ogg/gstogmparse.c:
2282 * gst-libs/gst/audio/audio.c:
2283 * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
2284 * gst-libs/gst/pbutils/missing-plugins.c:
2285 (gst_missing_uri_sink_message_new),
2286 (gst_missing_element_message_new),
2287 (gst_missing_decoder_message_new),
2288 (gst_missing_encoder_message_new):
2289 * gst-libs/gst/rtp/gstbasertppayload.c:
2290 * gst-libs/gst/rtp/gstrtcpbuffer.c:
2291 (gst_rtcp_packet_bye_get_reason):
2292 * gst/audioconvert/gstaudioconvert.c:
2293 * gst/audioresample/gstaudioresample.c:
2294 * gst/ffmpegcolorspace/imgconvert.c:
2295 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
2296 * gst/typefind/gsttypefindfunctions.c:
2297 * gst/videoscale/vs_4tap.c:
2298 * gst/videoscale/vs_4tap.h:
2299 * sys/v4l/gstv4lelement.c:
2300 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
2301 * sys/v4l/v4l_calls.c:
2302 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
2303 (gst_v4lsrc_try_capture):
2304 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2305 (gst_ximagesink_ximage_new):
2306 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2307 (gst_xvimagesink_xvimage_new):
2308 * tests/check/elements/audioconvert.c:
2309 * tests/check/elements/audioresample.c:
2310 (fail_unless_perfect_stream):
2311 * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
2312 * tests/check/elements/decodebin.c:
2313 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
2314 (setup_gdpdepay_streamheader):
2315 * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
2316 (setup_gdppay_streamheader):
2317 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
2318 * tests/check/elements/multifdsink.c: (setup_multifdsink):
2319 * tests/check/elements/textoverlay.c:
2320 * tests/check/elements/videorate.c: (setup_videorate):
2321 * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
2322 * tests/check/elements/volume.c: (setup_volume):
2323 * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
2324 * tests/check/elements/vorbistag.c:
2325 * tests/check/generic/clock-selection.c:
2326 * tests/check/generic/states.c: (setup), (teardown):
2327 * tests/check/libs/cddabasesrc.c:
2328 * tests/check/libs/video.c:
2329 * tests/check/pipelines/gio.c:
2330 * tests/check/pipelines/oggmux.c:
2331 * tests/check/pipelines/simple-launch-lines.c:
2332 (simple_launch_lines_suite):
2333 * tests/check/pipelines/streamheader.c:
2334 * tests/check/pipelines/theoraenc.c:
2335 * tests/check/pipelines/vorbisdec.c:
2336 * tests/check/pipelines/vorbisenc.c:
2337 * tests/examples/seek/scrubby.c:
2338 * tests/examples/seek/seek.c: (query_positions_elems),
2339 (query_positions_pads):
2340 * tests/icles/stress-xoverlay.c: (myclock):
2341 Correct all relevant warnings found by the sparse semantic code
2342 analyzer. This include marking several symbols static, using
2343 NULL instead of 0 for pointers and using "foo (void)" instead
2344 of "foo ()" for declarations.
2346 * win32/common/libgstrtp.def:
2347 Add gst_rtp_buffer_set_extension_data to the symbol definition file.
2349 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
2351 Patch by: José Alburquerque <jaalburqu svn gnome org>
2353 * gst/playback/gstplaybin2.c:
2354 Make the function signature of the _get_*_tags() functions match
2355 the signature of the vfuncs they implement, ie. return a
2356 GstTagList rather than a GstStructure, which is more correct,
2357 even if one is typedef'ed to the other (#518940).
2359 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
2361 * gst-libs/gst/rtsp/gstrtspconnection.c:
2362 Don't include unix headers unconditionally (fixes #518037).
2364 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
2366 * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
2367 (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
2368 (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
2369 (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
2370 (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
2371 (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
2372 (gst_video_format_is_packed), (video_format_is_packed):
2373 Add unit test that makes sure that the strides, offsets and
2374 sizes returned for the various YUV formats by the new video API
2375 match the old reference implementation in videotestsrc.
2377 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
2379 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
2380 (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
2381 (gst_video_format_is_rgb), (gst_video_format_is_yuv),
2382 (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
2383 (gst_video_format_get_pixel_stride),
2384 (gst_video_format_get_component_width),
2385 (gst_video_format_get_component_height),
2386 (gst_video_format_get_component_offset), (gst_video_format_get_size):
2387 * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
2388 (GST_VIDEO_FORMAT_Y42B):
2389 API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
2391 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
2393 * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
2394 YV12 is I420 with swapped components 1 and 2, so the offset of
2395 component 1 for I420 should be the offset for component 2 for YV12
2398 2008-02-29 Rene Stadler <mail@renestadler.de>
2400 * sys/v4l/gstv4lelement.c:
2401 Add missing semicolon to fix indentation.
2403 2008-02-29 Julien Moutte <julien@fluendo.com>
2405 * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
2406 (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
2407 if we can do SPDIF output.
2408 * ext/alsa/gstalsa.h:
2409 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
2410 (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
2411 * ext/alsa/gstalsasink.h: Initial support for SPDIF.
2412 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2413 * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
2414 to support AC3, EC3 and IEC958 buffers.
2416 2008-02-29 Tim-Philipp Müller <tim at centricular dot net>
2418 * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
2419 (gst_mixer_message_parse_mute_toggled),
2420 (gst_mixer_message_parse_record_toggled),
2421 (gst_mixer_message_parse_volume_changed),
2422 (gst_mixer_message_parse_option_changed):
2423 De-cruft and fix message type assertions (NULL is not a really
2424 valid mixer message type string).
2426 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
2428 * ext/libvisual/visual.c: (gst_vis_src_negotiate):
2429 When negotiating, actually start from a format that we can support
2430 instead of from the too generic template.
2432 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
2434 * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
2437 * gst/playback/gstplaysink.c: (gst_play_sink_init),
2438 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
2439 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2441 Implement vis switching while playing.
2443 2008-02-28 David Schleef <ds@schleef.org>
2445 * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
2447 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
2449 Patch by: Peter Kjellerstedt <pkj at axis com>
2451 * gst/tcp/Makefile.am:
2452 * gst/tcp/fdsetstress.c:
2453 * gst/tcp/gstfdset.c:
2454 * gst/tcp/gstfdset.h:
2455 Removed fdset and stress test, they are now known as GstPoll in
2458 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2459 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
2460 (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
2461 (gst_multi_fd_sink_handle_client_write),
2462 (gst_multi_fd_sink_queue_buffer),
2463 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
2464 (gst_multi_fd_sink_stop):
2465 * gst/tcp/gstmultifdsink.h:
2466 * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
2467 (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
2468 (gst_tcp_gdp_read_caps):
2470 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
2471 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
2472 (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
2473 * gst/tcp/gsttcpclientsink.h:
2474 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
2475 (gst_tcp_client_src_create), (gst_tcp_client_src_start),
2476 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
2477 * gst/tcp/gsttcpclientsrc.h:
2478 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
2479 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2480 * gst/tcp/gsttcpserversink.h:
2481 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
2482 (gst_tcp_server_src_create), (gst_tcp_server_src_start),
2483 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2484 * gst/tcp/gsttcpserversrc.h:
2485 Port to GstPoll. See #505417.
2487 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
2489 Patch by: Peter Kjellerstedt <pkj at axis com>
2491 * gst-libs/gst/rtsp/gstrtspconnection.c:
2492 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
2493 (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
2494 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
2495 (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
2496 (gst_rtsp_connection_flush):
2497 * gst-libs/gst/rtsp/gstrtspconnection.h:
2498 Use GstPoll for the rtsp connection. See #505417.
2500 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
2502 * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
2503 (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
2504 Add combo box for visualisations, populate it with a factory list
2505 of all visualisation plugins, configure vis plugin instance in
2508 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
2510 * tests/check/libs/rtp.c: (GST_START_TEST):
2511 Add check for RTP buffer defaults, padding and marker bit API.
2513 2008-02-27 Sebastian Dröge <slomo@circular-chaos.org>
2515 * gst-libs/gst/cdda/sha1.c: (sha_transform):
2516 Use memcpy() instead of upcasting a byte array to long *. This
2517 fixes an unaligned memory access, resulting in SIGBUS on IA64.
2518 This should be ported to GCheckSum once we can use GLib 2.16.
2519 Partially fixes bug #500833.
2521 2008-02-27 Tim-Philipp Müller <tim at centricular dot net>
2523 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
2524 Push tag event after the newsegment event. Log the pointer of
2525 the buffer we're actually going to push rather than the buffer
2526 we're feeding to _make_metadata_writable().
2528 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
2530 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2531 Comment smoke typefinder for now. The smokedec plugin needs one
2532 frame per buffer but we have no parser yet, thus it simply crashes
2535 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
2537 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2538 Add typefinder for the smoke video codec. Copied from the jpeg plugin.
2540 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
2542 * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
2544 Add midi typefinder, copied from the timidity plugin.
2546 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
2548 Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
2550 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
2551 * tests/check/elements/subparse.c: (test_microdvd_with_italics),
2553 Forward slashes at the beginning and end of a line also signify
2554 italics (Fixes: #518162).
2556 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
2558 * tests/check/gst-plugins-base.supp:
2559 Add a suppression for a cached value in GIO that wasn't moved
2560 while moving gio from -bad to -base.
2562 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
2564 Patch by: Brian Cameron <brian dot cameron at sun dot com>
2567 Don't hardcode -Wall and -Werror for configure checks, this fails
2568 with non-GCC compilers. Fixes bug #517991.
2570 2008-02-21 Stefan Kost <ensonic@users.sf.net>
2572 * gst/audioconvert/gstaudioconvert.c:
2573 * gst/audioconvert/gstaudioquantize.c:
2574 * gst/audioconvert/gstaudioquantize.h:
2575 Make audioconvert gap aware. If noiseshaping is used, wait for
2576 noiseshaping to converge before marking as GAP. Fixes #517813.
2578 2008-02-21 Stefan Kost <ensonic@users.sf.net>
2580 * gst/audiotestsrc/gstaudiotestsrc.c:
2581 Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
2583 2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
2585 * ext/gnomevfs/gstgnomevfssink.c:
2586 (gst_gnome_vfs_sink_handle_event):
2587 Return FALSE when seeking for a new segment fails instead
2588 of silently ignoring the failure and appending every buffer
2589 that comes for the new segment.
2591 2008-02-20 Wim Taymans <wim.taymans@collabora.co.uk>
2593 * gst/playback/gstplaysink.c: (find_property),
2594 (gst_play_sink_find_property), (gen_video_chain),
2595 (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
2596 Recursively search the sink element for a last-frame property so that we
2597 can also find the property in autovideosink and friends that don't
2598 always proxy the internal sink properties.
2600 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
2602 * gst-libs/gst/audio/multichannel.c:
2603 (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
2604 (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
2605 (gst_audio_set_structure_channel_positions_list),
2606 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
2607 (gst_audio_fixate_channel_positions):
2608 Fix confusing terminology in docs and code: structure fields are
2609 'fields' and not 'properties'.
2611 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
2613 * gst-libs/gst/audio/multichannel.c:
2614 (gst_audio_check_channel_positions), (add_list_to_struct):
2615 Give more useful warning messages if one of the channel
2616 layout enums passed to us is invalid and if the "channels"
2617 field in the caps has a GType we don't expect.
2619 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
2621 * gst-libs/gst/audio/multichannel.c:
2622 Fix typo in docs blurb.
2624 2008-02-19 Julien Moutte <julien@fluendo.com>
2626 Patch by: Josep Torra Valles <josep@fluendo.com>
2628 * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
2629 typefind lookup to fix typefinding on HD clips.
2631 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
2633 * gst/playback/gstscreenshot.c:
2634 * gst/playback/gstscreenshot.h:
2635 Fix up copyright (I rewrote the GStreamer-0.10 code for
2636 this from scratch back in the days).
2638 2008-02-19 Wim Taymans <wim.taymans@collabora.co.uk>
2640 * gst/playback/Makefile.am:
2641 * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
2642 (create_element), (gst_play_frame_conv_convert):
2643 * gst/playback/gstscreenshot.h:
2644 Add screenshot conversion code from totem.
2646 * gst/playback/gstplay-marshal.list:
2647 * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
2648 (gst_play_bin_class_init), (gst_play_bin_convert_frame),
2649 (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
2650 Implement frame property to get a color-unconverted snapshot.
2651 Implement convert-frame action signal to get a converted snapshot image.
2652 Configure connection speed in uridecodebin.
2653 Document some more properties.
2655 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
2656 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
2657 (gst_play_sink_get_last_frame):
2658 * gst/playback/gstplaysink.h:
2659 Use last-buffer property of the video sink to get a video snapshot.
2661 * tests/examples/seek/seek.c: (shot_cb), (main):
2662 Add snapshot button for playbin2 and use the frame property to save the
2663 frame as a png in the current directory.
2665 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
2667 Patch by: Josep Torra Valles <josep at fluendo dot com>
2669 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
2671 Add typefinding support for h264 elementary streams.
2674 2008-02-18 Stefan Kost <ensonic@users.sf.net>
2677 Require CVS of core for new API in collectpads.
2679 * gst/adder/gstadder.c:
2680 Use new API to make adder sparse stream aware.
2682 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
2684 * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
2686 Get the object data correct so that we can remove our channels
2689 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
2690 (gen_vis_chain), (gst_play_sink_reconfigure),
2691 (gst_play_sink_request_pad):
2692 Add option to disable async behaviour in the sinks when possible. This
2693 makes it possible to avoid an audio queue when dealing with
2695 Add option to add a queue for the audio path.
2697 * tests/examples/seek/seek.c: (clear_streams), (update_streams),
2699 Disable the vis checkbox to match the defaults of playbin2.
2700 Only get the stream info when we need to.
2702 2008-02-17 Sebastian Dröge <slomo@circular-chaos.org>
2704 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
2705 (gst_gio_base_sink_set_stream):
2706 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
2707 (gst_gio_base_src_set_stream):
2708 * ext/gio/gstgiosink.c: (gst_gio_sink_start):
2709 * ext/gio/gstgiosrc.c: (gst_gio_src_start):
2710 Don't use async operations as they require a running main loop.
2711 This makes us block again when closing streams and unable
2712 to mount the enclosing volume of an URI if it isn't yet.
2714 2008-02-15 Wim Taymans <wim.taymans@collabora.co.uk>
2716 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
2717 (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
2718 (gen_vis_chain), (gst_play_sink_reconfigure),
2719 (gst_play_sink_request_pad):
2720 Move tee in front of the audio and vis pipelines.
2721 Add queue for audio for now.
2722 Add visualisation support.
2724 * tests/examples/seek/seek.c: (main):
2725 Visualisation is by default disabled.
2727 2008-02-15 Sebastian Dröge <slomo@circular-chaos.org>
2729 * ext/gio/gstgiobasesink.c: (close_stream_cb):
2730 * ext/gio/gstgiobasesrc.c: (close_stream_cb):
2731 Improve debugging a bit.
2733 * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
2734 * ext/gio/gstgiosink.h:
2735 * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
2736 * ext/gio/gstgiosrc.h:
2737 Try to mount the enclosing volume of a GFile if it isn't mounted
2738 yet. This requires us to wait for an async operation to finish, done
2739 with an nested GMainLoop. Authentication is not supported yet, will
2742 2008-02-14 Wim Taymans <wim.taymans@collabora.co.uk>
2744 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2745 (gst_play_bin_set_property), (gst_play_bin_get_property),
2746 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
2747 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
2748 (gst_play_sink_get_mute), (gen_audio_chain):
2749 * gst/playback/gstplaysink.h:
2752 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
2753 (gst_selector_pad_chain):
2754 * gst/playback/gststreamselector.h:
2755 Make sure we forward the event only once.
2757 * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
2758 Add and implement the mute button for playbin2.
2760 2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
2762 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2764 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
2765 Add some more debug info.
2766 Make sure we never return a negative delay. Fixes #516246.
2768 2008-02-12 Tim-Philipp Müller <tim at centricular dot net>
2770 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
2771 Revert patch that makes the sink hold the object lock when
2772 calling snd_pcm_delay(), since it breaks playback for me.
2774 2008-02-12 Julien Moutte <julien@fluendo.com>
2776 * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
2777 some seek flags when changing rate.
2779 2008-02-12 Wim Taymans <wim.taymans@collabora.co.uk>
2781 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2782 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2783 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2784 Fix potential leaks.
2786 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
2787 Fix leak when there is no function configured.
2789 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
2791 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
2792 (gst_v4lsrc_buffer_finalize):
2793 Correctly chain up the finalize method.
2795 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
2797 * ext/gio/gstgiostreamsink.c:
2798 * ext/gio/gstgiostreamsrc.c:
2799 Add documentation and example code for giostreamsink/giostreamsrc.
2801 * tests/check/pipelines/gio.c: (GST_START_TEST):
2802 Ask the GMemoryOutputStream for the data instead of assuming that
2803 the pointer to the data stayed the same. It could've been realloc'ed.
2805 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
2807 * ext/gio/gstgiosink.c:
2808 * ext/gio/gstgiosrc.c:
2809 Make the documentation of giosink/giosrc complete, large parts
2810 are based on the gnomevfssink/gnomevfssrc docs.
2812 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
2814 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2815 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2816 * docs/plugins/gst-plugins-base-plugins.args:
2817 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2818 * docs/plugins/gst-plugins-base-plugins.interfaces:
2819 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2820 * docs/plugins/gst-plugins-base-plugins.signals:
2821 * docs/plugins/inspect/plugin-adder.xml:
2822 * docs/plugins/inspect/plugin-audioconvert.xml:
2823 * docs/plugins/inspect/plugin-audiorate.xml:
2824 * docs/plugins/inspect/plugin-audioresample.xml:
2825 * docs/plugins/inspect/plugin-decodebin.xml:
2826 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2827 * docs/plugins/inspect/plugin-gdp.xml:
2828 * docs/plugins/inspect/plugin-gio.xml:
2829 * docs/plugins/inspect/plugin-gnomevfs.xml:
2830 * docs/plugins/inspect/plugin-libvisual.xml:
2831 * docs/plugins/inspect/plugin-ogg.xml:
2832 * docs/plugins/inspect/plugin-pango.xml:
2833 * docs/plugins/inspect/plugin-playback.xml:
2834 * docs/plugins/inspect/plugin-queue2.xml:
2835 * docs/plugins/inspect/plugin-subparse.xml:
2836 * docs/plugins/inspect/plugin-theora.xml:
2837 * docs/plugins/inspect/plugin-uridecodebin.xml:
2838 * docs/plugins/inspect/plugin-videorate.xml:
2839 * docs/plugins/inspect/plugin-videoscale.xml:
2840 * docs/plugins/inspect/plugin-volume.xml:
2841 * docs/plugins/inspect/plugin-vorbis.xml:
2842 Add the GIO documentation again and while at that run make update.
2844 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
2846 * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
2847 * ext/alsa/gstalsasink.c: (set_swparams):
2848 * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
2849 Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
2850 against libasound >= 1.0.16, since it's been deprecated in
2851 0.10.16, and alignment is always 1 then, apparently. (#512899)
2853 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
2855 * gst/playback/gstplaybin.c: (gen_audio_element):
2856 * gst/playback/gstplaysink.c: (gen_audio_chain):
2857 Handle case where we can't create the volume element a bit
2860 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
2862 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
2863 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2864 Add support for https protocol. Fixes #510229.
2866 2008-02-11 Julien Moutte <julien@fluendo.com>
2868 Patch by: Alan Peevers <peeves@pacbell.net>
2870 * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
2871 lock when calling alsa methods.
2873 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
2875 * gst/typefind/gsttypefindfunctions.c:
2876 Bump rank of jpeg and png typefinders, which will return maximum
2877 probability in the most common cases (thus short-circuiting more
2878 expensive typefinders like the mp3 one for these two quite common
2881 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
2883 * ext/theora/theoraparse.c:
2884 Fix long description of the theora parser to be more verbose than just
2887 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
2889 Patch by: Branko Čibej <brane at xbc dot nu>
2891 * sys/xvimage/xvimagesink.c:
2892 Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
2895 2008-02-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2897 * gst/playback/gstplaybasebin.c:
2898 Set is_dynamic as True if there are elements with both request
2899 and sometimes src pad templates instead of breaking out when it
2900 finds the first pad template that is a src.
2902 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
2904 * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
2905 (update_streams), (video_combo_cb), (audio_combo_cb),
2906 (text_combo_cb), (volume_spinbutton_changed_cb), (main):
2907 Add some stream switching and volume gui for playbin2.
2909 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
2911 * gst/playback/gstplay-marshal.list:
2912 Added marshal for streamselector Tags.
2914 * gst/playback/gstplaybasebin.c: (set_active_source):
2915 Streamselector now selects pads based on the pad object instead of its
2918 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2919 (init_group), (gst_play_bin_init), (get_group), (get_tags),
2920 (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
2921 (gst_play_bin_get_text_tags),
2922 (gst_play_bin_set_current_video_stream),
2923 (gst_play_bin_set_current_audio_stream),
2924 (gst_play_bin_set_current_text_stream),
2925 (gst_play_bin_set_property), (gst_play_bin_get_property),
2926 (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
2927 Remove option to mute streams with the current-a/v/t property, we have
2928 this functionality in the flags.
2929 Add signals to notify when the number of A/V/T channels changed.
2930 Add action signals to get tags for the A/V/T streams.
2931 Implement setting the current A/V/T stream.
2932 Rearrange some things to simplify stream selection.
2935 * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
2936 (gst_play_sink_get_volume), (gst_play_sink_set_property),
2937 (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
2938 (activate_vis), (gst_play_sink_reconfigure):
2939 * gst/playback/gstplaysink.h:
2940 Add and implement volume setting methods.
2942 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
2943 (gst_selector_pad_finalize), (gst_selector_pad_get_property),
2944 (gst_selector_pad_event), (gst_stream_selector_class_init),
2945 (gst_stream_selector_init), (gst_stream_selector_finalize),
2946 (gst_stream_selector_set_property),
2947 (gst_stream_selector_get_property),
2948 (gst_stream_selector_get_linked_pad),
2949 (gst_stream_selector_request_new_pad):
2950 * gst/playback/gststreamselector.h:
2951 Add pad properties for tags and status of pads.
2953 Make active pad selection based on pad object instead of name.
2955 2008-02-08 Stefan Kost <ensonic@users.sf.net>
2958 Revert last change as we now check in gtk-doc.m4 for sed.
2960 2008-02-08 Jan Schmidt <Jan.Schmidt@sun.com>
2963 Find and subst SED when building the docs.
2965 2008-02-08 Julien Moutte <julien@fluendo.com>
2967 * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
2968 (main): Make sure bus signals are reconnected when pressing STOP
2969 and then PLAY again for a parse launch pipeline. Fix a ref leak
2971 * win32/common/config.h: Updated.
2973 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
2976 Make DISABLE_DEPRECATED defined *only* during CVS, not during
2977 pre-releases or releases.
2979 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
2982 * ext/gio/Makefile.am:
2983 Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
2986 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
2988 * docs/plugins/Makefile.am:
2989 Add the headers which need scanning for the GIO plugin. The rest of
2990 the docs still need migrating.
2992 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
2995 * tests/check/Makefile.am:
2996 * tests/check/pipelines/.cvsignore:
2997 Add gio in a few more places.
2999 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
3003 * tests/check/Makefile.am:
3004 Move gio plugin from -bad and mark as experimental.
3006 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
3008 * gst-libs/gst/interfaces/mixeroptions.c:
3009 * gst-libs/gst/interfaces/mixertrack.c:
3010 Comment out a couple of other things which break the build when
3011 GST_DISABLE_DEPRECATED isn't on but -Werror is.
3013 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
3015 * docs/libs/gst-plugins-base-libs-sections.txt:
3018 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
3020 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
3021 Fix compiler warning.
3023 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
3025 Patch by: Peter Kjellerstedt <pkj at axis com>
3027 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
3028 Clear the addrinfo struct using memset. Fixes #514937.
3030 2008-02-06 Wim Taymans <wim.taymans@collabora.co.uk>
3032 * gst/tcp/gstfdset.h:
3033 Remove unused field to same some memory.
3035 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3036 Mark action signals as such.
3038 2008-02-06 Michael Smith <msmith@fluendo.com>
3040 * ext/theora/theoradec.c: (_theora_granule_frame),
3042 Increment granulepos for new-bitstream versions appropriately.
3045 2008-02-04 Wim Taymans <wim.taymans@collabora.co.uk>
3047 * tests/examples/seek/seek.c: (do_seek),
3048 (rate_spinbutton_changed_cb), (update_streams), (main):
3049 Remove obsolete stream_time reset after flushing seek, core does that
3051 Improve accuracy of speed spinbutton.
3052 Only do playbin2 stuff when we actually use it.
3054 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
3056 * tests/check/Makefile.am:
3057 Revert previous change of the test environment's GST_PLUGIN_PATH.
3058 The problem is not with the plugins, but with element factories
3059 and only occurs if elements are split out from existing plugins
3060 or if plugins change name (see #512740).
3062 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
3064 * tests/check/Makefile.am:
3065 Fix the tests environment's GST_PLUGIN_PATH: we want the directory
3066 with the core's plugins first and our local build directories last,
3067 since we might be building against an installed core, and that
3068 core's plugin directory may contain older or other versions of
3069 our own -base plugins, but we really do want to test our local
3070 ones (if there are multiple plugins or element factories with the
3071 same name, those inspected last will trump those read in earlier).
3072 Fixes #512740 for the most part.
3074 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
3077 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3078 Use gmtime_r if available as gmtime is not MT-safe.
3081 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
3083 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3084 Cast glong to time_t as time_t might have a different type on
3085 other platforms, like FreeBSD, and we get a compiler warning
3086 otherwise. Fixes bug #511825.
3088 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
3090 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3091 (get_group), (get_n_pads), (gst_play_bin_get_property),
3092 (pad_added_cb), (no_more_pads_cb), (perform_eos),
3093 (autoplug_select_cb), (deactivate_group):
3094 Remove stream-info, we going for something easier.
3095 Refactor getting the current group.
3096 Implement getting the number of audio/video/text streams.
3098 * gst/playback/gststreamselector.c:
3099 (gst_stream_selector_class_init), (gst_stream_selector_init),
3100 (gst_stream_selector_get_property),
3101 (gst_stream_selector_request_new_pad),
3102 (gst_stream_selector_release_pad):
3103 * gst/playback/gststreamselector.h:
3104 Add property for number of pads.
3106 * tests/examples/seek/seek.c: (set_scale), (update_flag),
3107 (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
3108 (text_toggle_cb), (update_streams), (msg_async_done),
3109 (msg_state_changed), (main):
3110 Block slider callback when updating the slider position.
3111 Add gui elements for controlling playbin2.
3112 Add callback for async_done that updates position/duration.
3114 2008-02-01 Stefan Kost <ensonic@users.sf.net>
3116 * docs/plugins/Makefile.am:
3117 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3118 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3119 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3120 * docs/plugins/gst-plugins-base-plugins.interfaces:
3121 * docs/plugins/gst-plugins-base-plugins.prerequisites:
3122 First round of plugin docs cleansups.
3124 * docs/plugins/inspect/plugin-adder.xml:
3125 * docs/plugins/inspect/plugin-alsa.xml:
3126 * docs/plugins/inspect/plugin-audioconvert.xml:
3127 * docs/plugins/inspect/plugin-audiorate.xml:
3128 * docs/plugins/inspect/plugin-audioresample.xml:
3129 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3130 * docs/plugins/inspect/plugin-cdparanoia.xml:
3131 * docs/plugins/inspect/plugin-decodebin.xml:
3132 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3133 * docs/plugins/inspect/plugin-gdp.xml:
3134 * docs/plugins/inspect/plugin-gnomevfs.xml:
3135 * docs/plugins/inspect/plugin-libvisual.xml:
3136 * docs/plugins/inspect/plugin-ogg.xml:
3137 * docs/plugins/inspect/plugin-pango.xml:
3138 * docs/plugins/inspect/plugin-subparse.xml:
3139 * docs/plugins/inspect/plugin-tcp.xml:
3140 * docs/plugins/inspect/plugin-theora.xml:
3141 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3142 * docs/plugins/inspect/plugin-video4linux.xml:
3143 * docs/plugins/inspect/plugin-videorate.xml:
3144 * docs/plugins/inspect/plugin-videoscale.xml:
3145 * docs/plugins/inspect/plugin-videotestsrc.xml:
3146 * docs/plugins/inspect/plugin-volume.xml:
3147 * docs/plugins/inspect/plugin-vorbis.xml:
3148 * docs/plugins/inspect/plugin-ximagesink.xml:
3149 * docs/plugins/inspect/plugin-xvimagesink.xml:
3152 * ext/ogg/Makefile.am:
3153 * ext/ogg/gstoggmux.c:
3154 * ext/ogg/gstoggmux.h:
3155 Add header for oggmux. the c-file needs a doc blob still.
3157 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
3159 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3161 * gst-libs/gst/rtp/gstrtpbuffer.c:
3162 (gst_rtp_buffer_set_extension_data):
3163 * gst-libs/gst/rtp/gstrtpbuffer.h:
3164 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3165 Add gst_rtp_buffer_set_extension_data()
3166 Add a unit test for this addition. Fixes #511478.
3167 API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
3169 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
3174 === release 0.10.17 ===
3176 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
3179 releasing 0.10.17, "Peanut Butter and Jelly"
3181 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
3183 * gst-libs/gst/interfaces/mixeroptions.c:
3184 * gst-libs/gst/interfaces/mixertrack.c:
3185 Also remove the conditional registration of the signals
3186 that disappeared with the ABI change in 0.10.14
3188 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
3190 * gst-libs/gst/rtsp/gstrtspconnection.c:
3191 Revert patch to gstrtspconnection.c for brown paper bag
3192 release of -base. Re-opens: #511825
3194 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
3196 * gst-libs/gst/interfaces/mixeroptions.h:
3197 * gst-libs/gst/interfaces/mixertrack.h:
3198 Change the way these deprecated function pointers are removed
3199 so that the compiled ABI is unconditionally smaller. This
3200 sets in stone an ABI break that actually occurred when the
3201 things were deprecated in 0.10.14, which seems to be the best
3202 fix as the only known users are oss-mixer and sunaudio-mixer in
3206 2008-01-30 Tim-Philipp Müller <tim at centricular dot net>
3208 * win32/common/libgstpbutils.def:
3209 Export the two new _get_type() functions which are needed
3210 by the python bindings.
3212 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
3214 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3215 Cast glong to time_t as time_t might have a different type on
3216 other platforms, like FreeBSD, and we get a compiler warning
3217 otherwise. Fixes bug #511825.
3219 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
3221 * gst-libs/gst/audio/gstaudiofilter.c:
3222 (gst_audio_filter_class_init):
3223 Initialize the GstRingerBuffer class to get it's debug category
3224 initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
3225 category and otherwise we get some g_critical(). Fixes bug #512334.
3227 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
3232 === release 0.10.16 ===
3234 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
3237 releasing 0.10.16, "Scheduled Interruption"
3239 2008-01-22 Wim Taymans <wim.taymans@collabora.co.uk>
3241 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3243 * gst-libs/gst/rtp/gstrtpbuffer.c:
3244 (gst_rtp_buffer_get_extension_data):
3245 Fix typos and wrong extension check. Fixes #511274.
3247 2008-01-18 Jan Schmidt <jan.schmidt@sun.com>
3250 Oops - add new sk.po mentioned in the LINGUAS I just committed
3252 2008-01-17 Jan Schmidt <jan.schmidt@sun.com>
3255 Add ca translation to the disted list.
3257 * win32/vs6/libgstsdp.dsp:
3258 Convert line endings to CRLF
3260 2008-01-17 Sebastien Moutte <sebastien@moutte.net>
3263 Add win32/vs6/libgstrtsp.dsp to MANIFEST
3265 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
3267 * win32/common/libgstsdp.def:
3268 * win32/common/libgstvideo.def:
3269 Add new API declarations
3271 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
3273 * ext/theora/gsttheoradec.h:
3274 * ext/theora/gsttheoraparse.h:
3275 * ext/theora/theoradec.c:
3276 * ext/theora/theoraparse.c:
3277 Take a 2nd stab at handling libtheora granulepos changes in the decoder
3278 and parser by inspecting the bitstream version of the incoming data.
3280 2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
3283 * pkgconfig/Makefile.am:
3284 * pkgconfig/gstreamer-audio-uninstalled.pc.in:
3285 * pkgconfig/gstreamer-audio.pc.in:
3286 * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
3287 * pkgconfig/gstreamer-cdda.pc.in:
3288 * pkgconfig/gstreamer-fft-uninstalled.pc.in:
3289 * pkgconfig/gstreamer-fft.pc.in:
3290 * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
3291 * pkgconfig/gstreamer-floatcast.pc.in:
3292 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3293 * pkgconfig/gstreamer-interfaces.pc.in:
3294 * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
3295 * pkgconfig/gstreamer-netbuffer.pc.in:
3296 * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
3297 * pkgconfig/gstreamer-pbutils.pc.in:
3298 * pkgconfig/gstreamer-riff-uninstalled.pc.in:
3299 * pkgconfig/gstreamer-riff.pc.in:
3300 * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
3301 * pkgconfig/gstreamer-rtp.pc.in:
3302 * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
3303 * pkgconfig/gstreamer-rtsp.pc.in:
3304 * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
3305 * pkgconfig/gstreamer-sdp.pc.in:
3306 * pkgconfig/gstreamer-tag-uninstalled.pc.in:
3307 * pkgconfig/gstreamer-tag.pc.in:
3308 * pkgconfig/gstreamer-video-uninstalled.pc.in:
3309 * pkgconfig/gstreamer-video.pc.in:
3310 Provide one pkg-config file for every gst-plugins-base library.
3311 This makes linking to those libraries much more intuitive and
3312 provides standard pkg-config behaviour for them. Fixes bug #499697.
3314 2008-01-13 David Schleef <ds@schleef.org>
3316 * gst/videoscale/vs_4tap.c:
3317 Fix valgrind error on 4tap scaling method.
3319 2008-01-13 Sebastien Moutte <sebastien@moutte.net>
3321 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
3322 Include Winsock2.h for VS6 and use a different way initialize
3323 hints structure so it can build with VS6.
3325 * win32/vs6/libgstsdp.dsp:
3326 * win32/common/libgstsdp.def:
3327 Add new files for libgstsdp.
3328 * win32/vs6/grammar.dsp:
3329 Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
3330 * win32/vs6/gst_plugins_base.dsw:
3331 * win32/vs6/libgstdecodebin.dsp:
3332 * win32/vs6/libgstdecodebin2.dsp:
3333 * win32/vs6/libgstplaybin.dsp:
3334 * win32/vs6/libgstvolume.dsp:
3335 Add new dependencies to the link list.
3337 2008-01-13 Julien Moutte <julien@fluendo.com>
3339 * win32/common/config.h:
3340 * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
3341 (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
3342 (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
3343 (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
3344 (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
3345 * win32/common/interfaces-enumtypes.c:
3346 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3347 (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
3348 (gst_mixer_track_flags_get_type),
3349 (gst_tuner_channel_flags_get_type):
3350 * win32/common/multichannel-enumtypes.c:
3351 (gst_audio_channel_position_get_type):
3352 * win32/common/pbutils-enumtypes.c:
3353 (gst_install_plugins_return_get_type):
3354 * win32/common/pbutils-enumtypes.h: Update/Add generated files
3355 in the win32 build directory.
3357 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
3359 * tests/check/Makefile.am:
3360 Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
3362 * tests/check/elements/audiorate.c: (do_perfect_stream_test):
3363 * tests/check/elements/playbin.c:
3364 * tests/check/libs/mixer.c: (test_element_interface_supported),
3365 (gst_implements_interface_init):
3366 * tests/check/libs/rtp.c: (GST_START_TEST):
3367 Fix various assignment type mismatches.
3369 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
3372 * gst-libs/gst/rtsp/Makefile.am:
3373 Add test to see if hstrerror is available or if we need libresolv
3374 (Solaris) for it, then use it in libgstrtsp.
3376 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
3378 * gst-libs/gst/tag/Makefile.am:
3379 Fix include path order
3381 2008-01-11 Edward Hervey <edward.hervey@collabora.co.uk>
3383 * gst-libs/gst/pbutils/install-plugins.c:
3384 (gst_install_plugins_context_copy),
3385 (gst_install_plugins_context_get_type):
3386 * gst-libs/gst/pbutils/install-plugins.h:
3387 Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
3390 2008-01-11 Michael Smith <msmith@fluendo.com>
3392 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3393 (_theora_granule_frame), (_theora_granule_start_time),
3394 (theora_dec_sink_convert), (theora_dec_decode_buffer):
3395 Adapt for post-alpha meaning of granulepos, when we
3396 have a newer version of libtheora.
3397 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3398 (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
3399 (theora_enc_is_discontinuous), (theora_enc_chain):
3401 * tests/check/Makefile.am:
3402 Link libtheora into theoraenc test so we can check which version of
3403 libtheora we're testing against.
3404 * tests/check/pipelines/theoraenc.c: (check_libtheora),
3405 (check_buffer_granulepos),
3406 (check_buffer_granulepos_from_starttime), (GST_START_TEST),
3408 Adapt tests to check the values that are now defined for theora; make
3409 the tests backwards-adapt the passed values if we're running against an
3413 2008-01-10 Tim-Philipp Müller <tim at centricular dot net>
3415 * gst-libs/gst/audio/gstbaseaudiosink.c:
3416 (gst_base_audio_sink_class_init):
3417 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3418 (gst_base_audio_src_class_init):
3419 Ref audio clock class from a thread-safe context to make sure
3420 we're not bit by GObjects lack of thread-safety here (#349410),
3421 however unlikely that may be in practice.
3423 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
3426 Add -Wno-portability to the automake parameters to stop warnings
3427 about GNU make extensions being used. We require GNU make in almost
3428 every Makefile anyway.
3431 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
3432 at the same time is required for per target flags.
3434 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
3436 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
3437 Post an error message if we can't pull as many bytes as we need
3438 for the tag. This makes sure the user gets to see a proper error
3439 message if a file with a partial ID3 tag is fed to decodebin, and
3440 not a 'no ID3 tag demuxer' error, which would be confusing
3443 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
3445 * gst-libs/gst/pbutils/descriptions.c: (formats):
3446 Add description strings for ID3, APE, and ICY tags.
3448 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
3450 * gst/playback/gstdecodebin.c: (try_to_link_1):
3451 Make sure we error out correctly if we can't activate one of
3452 the elements we've added. Fixes #508138.
3454 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
3456 Patch by: Bastien Nocera <hadess at hadess net>
3458 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
3459 (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
3460 Use snd_mixer_selem_set_{playback|capture}_volume_all() if
3461 the volume is the same for all channels. This works around
3462 some problem in alsa that leaves us with inconsistent state
3463 for some reason (#486840).
3465 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
3467 Patch by: Jerone Young <jerone at gmail com>
3469 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
3470 If there's no mixer track by the name of 'Master' or 'Front',
3471 check if there's one called 'PCM' before trying the generic
3472 fallback logic (fixes #506928, where we pick 'Mic' as master
3473 track for the AD1984 card in a Thinkpad T61/X61 laptop).
3475 2008-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
3477 * gst/playback/gstplay-enum.c:
3478 (register_gst_autoplug_select_result),
3479 (gst_autoplug_select_result_get_type), (register_gst_play_flags),
3480 (gst_play_flags_get_type):
3481 * gst/playback/gstplay-enum.h:
3482 Add enums for configuration flags.
3484 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3485 (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
3486 (gst_play_bin_get_property), (no_more_pads_cb),
3487 (autoplug_select_cb), (gst_play_bin_change_state):
3488 Merge mode with flags.
3489 Add more property getters/setters, defaults and docs.
3490 Add properties to get number of audio/video/text streams.
3491 Create sink object in _init so that we can always rely on it being
3494 * gst/playback/gstplaysink.c: (gst_play_sink_init),
3495 (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
3496 (activate_vis), (gst_play_sink_reconfigure),
3497 (gst_play_sink_set_flags), (gst_play_sink_get_flags),
3498 (gst_play_sink_change_state):
3499 * gst/playback/gstplaysink.h:
3500 Use flags to configure the sink pipelines.
3501 Add tee before audio pipeline so that we can use it for visualisations.
3502 Start working on integrating visualisations.
3503 Remove mode, we can do everything with the flags now.
3504 Add method to configue the sink pipeline.
3506 2008-01-06 Tim-Philipp Müller <tim at centricular dot net>
3508 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
3509 (check_buffer_timestamp), (check_buffer_duration):
3510 Turn these functions into macros so we can see right away
3511 where the failure occured.
3513 2008-01-05 Julien Moutte <julien@fluendo.com>
3515 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
3516 debugging information to understand how X calculates the stride
3519 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
3521 * gst/volume/Makefile.am:
3522 * gst/volume/gstvolume.c: (volume_choose_func),
3523 (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
3525 * gst/volume/gstvolume.h:
3526 Use GstAudioFilter as base class for the volume element instead of
3527 plain GstBaseTransform.
3529 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
3531 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
3532 Don't set element details for the abstract GstAudioFilter class.
3534 2008-01-02 Sebastian Dröge <slomo@circular-chaos.org>
3536 * gst-libs/gst/audio/gstaudiofilter.c:
3537 (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
3538 Implement get_unit_size() vmethod of GstBaseTransform.
3540 2008-01-01 Edward Hervey <edward.hervey@collabora.co.uk>
3542 * gst-libs/gst/pbutils/Makefile.am:
3543 * gst-libs/gst/pbutils/pbutils.h:
3544 Use glib-enum generator to have a proper enum GType for
3545 GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
3547 2007-12-31 David Schleef <ds@schleef.org>
3549 * tests/check/Makefile.am:
3550 * tests/check/pipelines/theoraenc.c:
3551 Reenable theoraenc test, which fails on the buildbot but
3554 2007-12-31 David Schleef <ds@schleef.org>
3556 * docs/libs/.cvsignore:
3557 * docs/plugins/.cvsignore:
3558 Add *-undeclared.txt to fix buildbot.
3560 2007-12-31 David Schleef <ds@schleef.org>
3562 * tests/check/Makefile.am:
3563 Second attempt at disabling theoraenc test long enough to
3564 get buildbot to compile -base.
3566 2007-12-31 David Schleef <ds@schleef.org>
3568 * tests/check/pipelines/theoraenc.c:
3569 Disable theoraenc test long enough to get the buildbot to
3570 compile a recent -base.
3572 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
3574 * tests/examples/seek/seek.c: (stop_cb):
3575 Make sure we reset the slider value to 0.0 without racing against a
3576 possible g_idle that sets it to something else.
3578 2007-12-31 Thijs Vermeir <thijsvermeir@gmail.com>
3580 * sys/ximage/ximagesink.c:
3583 2007-12-30 Wim Taymans <wim.taymans@collabora.co.uk>
3585 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
3586 * gst-libs/gst/rtsp/gstrtspdefs.h:
3587 Add Location header so that we can start implementing redirects.
3590 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
3592 * gst/subparse/gstssaparse.c:
3595 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
3597 * gst/subparse/gstssaparse.c:
3598 remove duplicate log message
3600 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
3602 * ext/libvisual/visual.c: (gst_visual_chain):
3603 Fix 'xyz may be used uninitialized' compiler warnings caused
3604 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
3605 abort() in any case but properly report the error.
3607 2007-12-28 Wim Taymans <wim.taymans@collabora.co.uk>
3609 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3610 (gst_play_bin_finalize), (gst_play_bin_set_uri),
3611 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
3612 (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
3613 (autoplug_select_cb), (activate_group), (deactivate_group),
3614 (setup_next_source), (save_current_group),
3615 (gst_play_bin_change_state):
3617 Remove next-uri, we can use the uri property just fine.
3619 Unref uridecodebin when switching.
3622 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3623 (gst_play_sink_init), (gst_play_sink_dispose),
3624 (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
3625 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
3626 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
3627 (gst_play_sink_set_property), (gst_play_sink_get_property),
3628 (gen_video_chain), (gen_text_element), (gen_audio_chain),
3629 (gen_vis_element), (gst_play_sink_get_mode),
3630 (gst_play_sink_set_mode), (gst_play_sink_set_flags),
3631 (gst_play_sink_get_flags), (gst_play_sink_request_pad),
3632 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
3633 (gst_play_sink_change_state):
3634 * gst/playback/gstplaysink.h:
3635 Add some locking to make things threadsafe.
3637 * gst/playback/test7.c: (about_to_finish_cb):
3640 2007-12-22 Tim-Philipp Müller <tim at centricular dot net>
3642 * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
3643 (gst_video_scale_get_property), (gst_video_scale_transform_caps),
3644 (gst_video_scale_transform):
3645 Don't claim to be able to handle/transform caps that can't really
3646 be handled by the currently selected scaling method (here: RGB or
3647 packed YUV with 4-tap method). Also add locking to method property.
3649 * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
3650 (test_basetransform_based):
3651 Some test pipelines for the above (not entirely valgrind clean yet
3654 2007-12-21 David Schleef <ds@schleef.org>
3656 * gst-libs/gst/video/video.c:
3657 * gst-libs/gst/video/video.h:
3658 Add additional RGBA and RGB-24 video formats.
3660 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
3662 * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
3663 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3664 (test_suburi_error_wrongproto), (test_missing_primary_decoder):
3665 * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
3666 (cddabasesrc_suite):
3667 Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
3668 deprecated in the future (see #498924).
3670 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
3672 * gst/playback/gststreamselector.c: (gst_selector_pad_event):
3675 2007-12-20 Thijs Vermeir <thijsvermeir@gmail.com>
3677 * gst-libs/gst/riff/riff-read.c:
3678 Use GST_ROUND_UP_2 macro
3680 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
3682 * gst/playback/.cvsignore:
3685 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
3687 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3688 * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
3689 (set_active_source):
3690 * gst/playback/gstplaybasebin.h:
3691 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3692 (setup_sinks), (playbin_set_subtitles_visible):
3693 Make switching off of subtitles work. To avoid all kind of
3694 problems with unlinking of the subtitle input, we just keep
3695 the subtitle inputs linked as they are and tell textoverlay
3696 not to render them. Fixes #373011.
3697 Other subtitle switching issues (esp. when there are both
3698 external and in-stream subtitles) remain. They'll be solved
3701 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
3703 * gst/playback/gststreamselector.c: (gst_selector_pad_init):
3704 Init the pad segment too.
3706 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
3708 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3709 (gst_audioringbuffer_open_device),
3710 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3711 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3712 (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
3713 (gst_audio_sink_create_ringbuffer):
3714 Improve debug output.
3716 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
3717 (gst_ring_buffer_pause), (gst_ring_buffer_delay):
3718 Prevent some functions from doing things and failing when the
3719 ringbuffer is not yet acquired.
3721 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
3723 * gst-libs/gst/interfaces/interfaces.h:
3724 Also remove interfaces.h from CVS as it is not needed anymore.
3726 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
3728 * gst-libs/gst/interfaces/Makefile.am:
3729 interfaces.h is not used anymore so remove it from the build
3732 2007-12-17 David Schleef <ds@schleef.org>
3734 * gst/videotestsrc/gstvideotestsrc.c:
3735 * gst/videotestsrc/gstvideotestsrc.h:
3736 Add a "blink" pattern. Turn on the pain. Apologies. It's useful
3737 for testing vertical refresh synchronization.
3739 2007-12-17 David Schleef <ds@schleef.org>
3741 * docs/libs/gst-plugins-base-libs-sections.txt:
3742 * gst-libs/gst/video/video.c:
3743 * gst-libs/gst/video/video.h:
3744 Add new GstVideFormat enum and write a bunch of helper functions
3747 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
3750 Use new common/win32.mak.
3752 2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
3754 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3755 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3757 When going from PLAYING to PAUSED, pause the ringbuffer before calling
3758 the parent state change function, just like the audiosink, because the
3759 parent waits for the element to finish its processing before completing
3760 the state change. This makes going to PAUSED a lot snappier.
3761 When going from READY to PAUSED, don't allow the ringbuffer to start
3764 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
3766 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3767 Yet another fix for broken software that produce files with an empty
3768 blockalign field. Instead of completely failing, make a second attempt
3769 at guessing the width/depth by looking at strf->size.
3771 2007-12-16 Tim-Philipp Müller <tim at centricular dot net>
3773 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
3774 (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
3775 * gst-libs/gst/pbutils/install-plugins.c:
3776 (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
3777 * gst-libs/gst/pbutils/missing-plugins.c:
3778 (gst_missing_plugin_message_get_installer_detail),
3779 (gst_missing_encoder_installer_detail_new):
3780 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
3781 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
3782 Turn a few g_assert_not_reached() into g_return_val_if_reached() to
3783 avoid compiler warnings (#503930).
3785 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
3787 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3788 Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
3789 for jpeg video streams.
3790 Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
3791 for the above modification.
3793 2007-12-15 Tim-Philipp Müller <tim at centricular dot net>
3795 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
3796 (gst_x_overlay_handle_events):
3797 More guards (we don't want klass to end up being NULL).
3799 2007-12-14 Sebastian Dröge <slomo@circular-chaos.org>
3802 * gst/volume/gstvolume.c: (gst_volume_init):
3803 Use new gst_base_transform_set_gap_aware() function as volume
3804 correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1
3807 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
3809 * tests/examples/seek/seek.c: (msg_segment_done), (main):
3810 Don't go to READY on EOS as this avoids testing of seeking and
3811 restarting after EOS, use the stop button when you want to READY.
3812 Don't try to do a flushing seek in segment-done, it does not make
3813 sense to use this for gapless playback and is not needed.
3815 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
3817 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
3818 (reset_rate_timer), (update_in_rates), (update_out_rates),
3819 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3820 (gst_queue_chain), (gst_queue_loop):
3821 Use separate timers for input and output rates.
3822 Pause measuring the output rate when we block for more data.
3825 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
3827 * gst/playback/gstqueue2.c: (gst_queue_chain):
3828 Pause the timer to measure the input rate when we block because the
3829 queue is filled. See #503262.
3831 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
3833 Patch by: Peter Kjellerstedt <pkj at axis com>
3835 * gst-libs/gst/rtsp/gstrtspconnection.c:
3836 (gst_rtsp_connection_free):
3837 Close control sockets. Fixes #503440.
3839 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
3841 * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
3842 Expose the right pad in the right place with the right element.
3844 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
3846 * gst-libs/gst/pbutils/descriptions.c: (formats):
3847 Add description for 'private' dts caps (who come up with that name?).
3849 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
3852 Add check-exports target and run it with 'make check'.
3855 Be stricter about what we export in our libraries: change regexp so that
3856 we only export _gst_foo(), but not __gst_foo().
3858 * gst-libs/gst/cdda/base64.h: (rfc822_binary):
3859 * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
3860 Change internal functions to __gst_foo so they dont' get exported.
3862 * win32/common/libgstaudio.def:
3863 Add missing symbols.
3865 2007-12-11 David Schleef <ds@schleef.org>
3867 * ChangeLog: remove conflict markers
3869 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
3871 * ext/gnomevfs/Makefile.am:
3872 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
3873 Use gst_tag_freeform_string_to_utf8() here, which also takes
3874 into account any character sets specified by the user via
3875 environment variables.
3877 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
3879 * gst/audioconvert/Makefile.am:
3882 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
3884 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3885 No need for floating point operations here. avoids having to link
3886 against the math library too.
3888 2007-12-10 Tim-Philipp Müller <tim at centricular dot net>
3890 * gst-libs/gst/pbutils/descriptions.c: (formats),
3891 (format_info_get_desc):
3892 * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
3894 Add one or two missing formats. Generate ADPCM description
3895 dynamically depending on layout/format.
3897 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
3900 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
3902 2007-12-08 Tim-Philipp Müller <tim at centricular dot net>
3904 Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
3906 * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
3907 Some .srt files start with chunk number 0 and not chunk number 1,
3908 recognise and accept those as well (fixes #502497).
3910 * tests/check/elements/subparse.c: (srt_input), (srt_input0),
3912 Add unit test for the above.
3914 2007-12-06 Wim Taymans <wim.taymans@gmail.com>
3916 * gst/playback/gstplay-enum.c:
3917 (register_gst_autoplug_select_result),
3918 (gst_autoplug_select_result_get_type):
3919 * gst/playback/gstplay-enum.h:
3922 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
3924 * gst/playback/Makefile.am:
3925 Group decodebin2 and uridecodebin into the same plugin so that they
3926 can share the GEnumType.
3928 * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
3929 (_gst_select_accumulator), (gst_decode_bin_class_init),
3930 (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
3931 (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
3932 (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
3933 Add signal to sort factories instead of the more awkward autoplug-select
3935 Modify autoplug_select so that we can try, skip or expose the
3936 autopluggin of an element on a pad.
3938 * gst/playback/gstfactorylists.c: (compare_ranks),
3939 (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
3940 (element_filter), (gst_factory_list_get_elements),
3941 (gst_factory_list_debug), (gst_factory_list_filter):
3942 * gst/playback/gstfactorylists.h:
3943 Simplify the API, allow getting elements based on mask.
3945 * gst/playback/gstplay-marshal.list:
3946 Add some more marshallers.
3948 * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
3949 (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
3950 (autoplug_select_cb), (activate_group):
3951 Add support for managing non-raw sinks by providing a custom element and
3952 sink list to decodebin2.
3953 Try to plug non-raw sinks when decodebin2 using autoplug-select of
3956 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
3957 (gst_play_sink_set_mode), (gst_play_sink_request_pad):
3958 * gst/playback/gstplaysink.h:
3959 Add support for raw and non-raw sinks.
3960 Add support to force sinks selected by playbin2.
3961 Don't plug raw converters for non-raw sinks.
3963 * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
3964 (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
3965 (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
3967 Use right accumulators.
3970 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
3972 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3973 Use runnning time as the base time instead of the timestamp.
3974 Spotted by Saur on IRC.
3976 2007-12-03 Edward Hervey <bilboed@bilboed.com>
3978 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3979 Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
3981 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
3983 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
3984 (gst_ogg_demux_read_chain):
3985 If we find a new serial number but it does not contain a BOS page, make
3986 sure we initialize the chain to NULL because else we will try to scan it
3987 and crash. Fixes #500763
3989 2007-11-30 Wim Taymans <wim.taymans@gmail.com>
3991 * gst/playback/Makefile.am:
3992 * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
3993 (get_feature_array), (decoders_filter), (sinks_filter),
3994 (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
3995 (gst_factory_list_filter):
3996 * gst/playback/gstfactorylists.h:
3997 Refactor some common code to filter factories and check caps compat.
3999 * gst/playback/gstdecodebin.c:
4000 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4001 (gst_decode_bin_init), (gst_decode_bin_dispose),
4002 (gst_decode_bin_autoplug_continue),
4003 (gst_decode_bin_autoplug_factories),
4004 (gst_decode_bin_autoplug_select), (analyze_new_pad),
4006 * gst/playback/gstplaybin.c:
4007 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4008 (gst_play_bin_init), (gst_play_bin_finalize),
4009 (autoplug_factories_cb), (activate_group):
4010 * gst/playback/gstqueue2.c:
4011 * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
4012 (proxy_autoplug_continue_signal),
4013 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
4014 (proxy_drained_signal):
4015 Add some more debug info and use factor filtering code.
4017 2007-11-26 Stefan Kost <ensonic@users.sf.net>
4019 * gst/audiotestsrc/gstaudiotestsrc.c:
4020 * gst/volume/gstvolume.c:
4021 * gst/volume/gstvolume.h:
4022 Add GAP-flag support.
4024 2007-11-24 Julien MOUTTE <julien@moutte.net>
4026 * tests/examples/seek/seek.c: (main): Increase the range of the
4027 rate selector as I would like to test QOS behavior at higher
4028 forward and reverse playback speed like say 64x.
4030 2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
4032 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4033 (audioresample_query), (audioresample_query_type),
4034 (gst_audioresample_set_property):
4035 Implement latency query.
4037 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
4039 * gst-libs/gst/audio/gstbaseaudiosink.c:
4040 (gst_base_audio_sink_drain):
4041 Our EOS time contains the base_time, _wait_eos() expects a running_time
4042 so we have to subtract the base_time again before calling the function.
4043 This fixes an EOS regression where the base_time was added twice and EOS
4044 took longer and longer in certain situations.
4047 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
4049 * docs/libs/gst-plugins-base-libs-sections.txt:
4050 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4051 (gst_base_audio_sink_set_provide_clock),
4052 (gst_base_audio_sink_get_provide_clock),
4053 (gst_base_audio_sink_set_slave_method),
4054 (gst_base_audio_sink_get_slave_method),
4055 (gst_base_audio_sink_set_property),
4056 (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
4057 (gst_base_audio_sink_none_slaving),
4058 (gst_base_audio_sink_handle_slaving):
4059 * gst-libs/gst/audio/gstbaseaudiosink.h:
4060 Expose methods for some object properties so that subclasses can more
4061 easily configure them.
4062 Added slave method none, that completely disables slaving to the
4064 API: gst_base_audio_sink_set_provide_clock()
4065 API: gst_base_audio_sink_get_provide_clock()
4066 API: gst_base_audio_sink_set_slave_method()
4067 API: gst_base_audio_sink_get_slave_method()
4069 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4070 (gst_base_audio_src_set_provide_clock),
4071 (gst_base_audio_src_get_provide_clock),
4072 (gst_base_audio_src_set_property),
4073 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
4074 * gst-libs/gst/audio/gstbaseaudiosrc.h:
4075 Expose methods for some object properties so that subclasses can more
4076 easily configure them.
4077 API: gst_base_audio_src_set_provide_clock()
4078 API: gst_base_audio_src_get_provide_clock()
4080 2007-11-20 Wim Taymans <wim.taymans@gmail.com>
4082 Patch by: Joe Peterson <lavajoe at gentoo dot org>
4084 * gst-libs/gst/sdp/gstsdpmessage.c:
4085 Fix compilation on FreeBSD (Gentoo). Fixes #498228.
4087 2007-11-19 Sebastian Dröge <slomo@circular-chaos.org>
4089 * tests/check/libs/fft.c: (GST_START_TEST):
4090 Fix scaling to really have dB instead of something else.
4092 2007-11-19 Julien MOUTTE <julien@moutte.net>
4094 * tests/examples/seek/seek.c: (main): There's a nice macro to check
4095 GTK version, use it.
4097 2007-11-19 Julien MOUTTE <julien@moutte.net>
4099 * tests/examples/seek/seek.c: (main): Try to support stable version
4102 2007-11-17 Stefan Kost <ensonic@users.sf.net>
4104 * gst/playback/README:
4105 * gst/playback/test7.c:
4106 Fix the build + little README update.
4108 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4110 * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
4111 Add playbin2 seek pipeline.
4113 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4115 * gst/playback/Makefile.am:
4116 * gst/playback/gstplayback.c: (plugin_init):
4117 * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
4118 (eos_cb), (about_to_finish_cb), (main):
4120 Added gapless playback example.
4122 * gst/playback/gstplaybasebin.c:
4123 * gst/playback/gstplaybasebin.h:
4124 * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
4125 * gst/playback/gstqueue2.c:
4126 * gst/playback/test.c:
4127 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4129 * gst/playback/gststreaminfo.h:
4132 * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
4133 (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
4134 (gst_play_bin_dispose), (gst_play_bin_set_uri),
4135 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4136 (gst_play_bin_get_property), (gst_play_bin_handle_message),
4137 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
4138 (drained_cb), (unlink_group), (activate_group),
4139 (setup_next_source), (gst_play_bin_change_state),
4140 (gst_play_bin2_plugin_init):
4141 Added raw first version of playbin2. Does chained oggs and gapless
4142 playback fine. No support for raw sinks yet. No visualisations or
4145 * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
4146 (gst_play_sink_class_init), (gst_play_sink_init),
4147 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4148 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4149 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4150 (gst_play_sink_set_property), (gst_play_sink_get_property),
4151 (post_missing_element_message), (free_chain), (add_chain),
4152 (activate_chain), (gen_video_chain), (gen_text_element),
4153 (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
4154 (gst_play_sink_set_mode), (gst_play_sink_request_pad),
4155 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4156 (gst_play_sink_send_event), (gst_play_sink_change_state):
4157 * gst/playback/gstplaysink.h:
4158 Added Element that abstracts the sinks and their pipelines for playbin2.
4160 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4162 * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
4163 (gst_selector_pad_class_init), (gst_selector_pad_init),
4164 (gst_selector_pad_finalize), (gst_selector_pad_reset),
4165 (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
4166 (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
4167 (gst_selector_pad_chain), (gst_stream_selector_get_type),
4168 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
4169 (gst_stream_selector_init), (gst_stream_selector_set_property),
4170 (gst_stream_selector_get_linked_pad),
4171 (gst_stream_selector_getcaps),
4172 (gst_stream_selector_is_active_sinkpad),
4173 (gst_stream_selector_activate_sinkpad),
4174 (gst_stream_selector_get_linked_pads),
4175 (gst_stream_selector_request_new_pad),
4176 (gst_stream_selector_release_pad):
4177 * gst/playback/gststreamselector.h:
4178 Improve streamselector, make it select and unselect the current pad more
4180 Subclass GstPad for the sinkpads of the selector.
4181 Handle segments more correctly.
4182 Fix caps negotiation.
4183 Implement release_pad.
4185 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4187 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4188 (gst_decode_group_check_if_drained), (source_pad_event_probe),
4190 Add drained signal fired when decodebin finishes decoding the data.
4191 Remove deprecated STATE_DIRTY message.
4193 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4194 (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
4195 (analyse_source), (proxy_drained_signal), (make_decoder),
4196 (source_new_pad), (value_list_append_structure_list),
4197 (handle_redirect_message), (handle_message):
4198 Proxy the new drained signal.
4199 Handle pad removed from decodebin.
4200 Handle redirect messages by sorting multiple redirections based on the
4203 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4205 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4207 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4208 Fix leaking headers. Fixes #496761.
4210 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4212 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4214 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4215 (gst_ximagesink_change_state):
4216 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
4217 Don't leak the PAR on errors. Fixes #496731.
4219 2007-11-16 Tim-Philipp Müller <tim at centricular dot net>
4221 * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
4222 (gst_tag_from_id3_user_tag):
4223 Add mapping for audio cd discid tags, so we can extract
4224 them from tags as well (see #347848). Also compare identifiers
4225 in ID3v2 TXXX frames in a case-insensitive way to increase
4226 compatibility when reading tags (discid vs. DiscID vs. DiscId).
4228 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
4230 * gst-plugins-base.doap:
4231 Oops, fix the release name.
4233 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
4235 * gst-plugins-base.doap:
4238 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
4243 === release 0.10.15 ===
4245 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
4248 releasing 0.10.15, "No need to argue"
4250 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
4252 * win32/vs6/libgstfft.dsp:
4253 Convert line endings to DOS.
4255 2007-11-15 Sebastien Moutte <sebastien@moutte.net>
4257 * win32/vs6/gst_plugins_base.dsw:
4258 * win32/vs6/libgstfft.dsp:
4260 Add a project file for fft plugin and remove socket
4261 based plugin which don't build from the workspace.
4262 * win32/vs6/libgstaudio.dsp:
4263 * win32/vs6/libgstrtp.dsp:
4264 * win32/vs6/libgsttag.dsp:
4265 Convert line endings back to DOS.
4268 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
4270 * win32/vs6/libgstinterfaces.dsp:
4271 * win32/vs6/libgstrtsp.dsp:
4272 Convert line endings back to DOS
4274 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
4276 * gst-libs/gst/fft/kiss_fft_f32.h:
4277 * gst-libs/gst/fft/kiss_fft_f64.h:
4278 * gst-libs/gst/fft/kiss_fft_s16.h:
4279 * gst-libs/gst/fft/kiss_fft_s32.h:
4280 Don't include malloc.h which doesn't exist on Mac OSX.
4281 Instead, pull in glib.h and use g_malloc/g_free for
4282 consistency. Fixes: #496548
4284 2007-11-09 Stefan Kost <ensonic@users.sf.net>
4286 * gst/playback/gstdecodebin2.c:
4287 Dont leak ghostpad. Fixes #475451.
4289 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
4291 * docs/design/design-decodebin.txt:
4292 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4293 Update some more docs and comments.
4295 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
4297 Patch by: Sebastien Moutte <sebastien moutte net>
4299 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
4300 (gst_rtcp_unix_to_ntp):
4301 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
4302 Fix some C99-isms and and a missing function that some versions of
4303 MSVC don't like too much (#494346).
4305 * win32/vs6/gst_plugins_base.dsw:
4306 * win32/vs6/libgstaudio.dsp:
4307 * win32/vs6/libgstrtp.dsp:
4308 * win32/vs6/libgsttag.dsp:
4309 Update vs6 projects files (#494346).
4311 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
4313 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4315 * win32/common/libgstaudio.def:
4316 * win32/common/libgstcdda.def:
4317 * win32/common/libgstinterfaces.def:
4318 * win32/common/libgstnetbuffer.def:
4319 * win32/common/libgstpbutils.def:
4320 * win32/common/libgstrtp.def:
4321 * win32/common/libgstrtsp.def:
4322 * win32/common/libgsttag.def:
4323 * win32/common/libgstvideo.def:
4324 More missing symbols to export (fixes #493986).
4326 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
4328 * docs/libs/gst-plugins-base-libs-sections.txt:
4329 * gst-libs/gst/fft/gstfftf32.c:
4330 * gst-libs/gst/fft/gstfftf32.h:
4331 * gst-libs/gst/fft/gstfftf64.c:
4332 * gst-libs/gst/fft/gstfftf64.h:
4333 * gst-libs/gst/fft/gstffts16.c:
4334 * gst-libs/gst/fft/gstffts16.h:
4335 * gst-libs/gst/fft/gstffts32.c:
4336 * gst-libs/gst/fft/gstffts32.h:
4337 * tests/check/libs/fft.c: (GST_START_TEST):
4338 Remove the magnitude and phase calculation functions as these have
4339 very special use cases and can't even be used for the spectrum
4340 element. Also adjust the docs to mention some properties of the used
4341 FFT implemention, i.e. how the values are scaled. Fixes #492098.
4343 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
4345 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
4347 Avoid crash when there are external subtitles (fixes #491722).
4349 2007-11-03 Tim-Philipp Müller <tim at centricular dot net>
4351 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4352 * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
4353 'Could not open resource for writing' is not an acceptable
4354 error message when we can't open the audio device (see #492334),
4355 even less so when we're trying to open it to record something.
4357 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
4359 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4361 * win32/common/libgstrtp.def:
4362 Add some more missing symbols (#492813).
4364 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
4366 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
4368 * tests/check/elements/audioconvert.c: (verify_convert):
4369 Add check to make sure that the out caps have a channel layout
4370 set on them where they should have one.
4372 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
4374 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4376 * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
4377 * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
4378 Include our own _stdint.h instead of sys/types.h, makes MingW happy
4381 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
4382 Use _pipe directly, GLib doesn't have a pipe() macro any longer
4383 (it disappeared in GLib 2.14.0) (#492306).
4385 * gst-libs/gst/sdp/Makefile.am:
4386 * gst-libs/gst/sdp/gstsdpmessage.c:
4387 Fix includes and LIBS for win32/Mingw (#492306).
4389 * tests/examples/dynamic/addstream.c (pause_play_stream):
4390 Use more portable g_usleep() instead of sleep() (#492306).
4392 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
4394 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4396 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4397 (gst_ring_buffer_parse_caps):
4398 Return NULL instead of an enum that happens to be 0, fixes warning
4401 * gst-libs/gst/audio/gstringbuffer.h:
4402 No trailing commas in enum list (for gcc-2.9x).
4404 * gst/videotestsrc/videotestsrc.c: (random_char):
4405 Make information loss explicit instead of implicitly truncating to
4406 eight bits via the return value. Fixes runtime error on MSVC when
4407 using the debug CRT (#492114).
4409 * win32/common/config.h.in:
4410 Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
4412 * win32/common/libgstinterfaces.def:
4413 * win32/common/libgstrtp.def:
4414 Export a few more symbols (#492114).
4416 2007-11-01 Stefan Kost <ensonic@users.sf.net>
4418 * gst-libs/gst/audio/audio.c:
4419 * gst-libs/gst/audio/audio.h:
4420 Readd the deprecation guards, but preserve compilability.
4422 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
4424 * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
4425 (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
4426 Preserve channel layout when fixating the number of channels in the
4427 output caps, or make sure there's a suitable channel position layout
4428 set on the caps if required. Fixes #430677.
4430 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
4432 * tests/check/elements/decodebin.c: (test_text_plain_streams):
4433 Make sure the pipeline really operates in push mode as it should
4436 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
4438 * gst-libs/gst/audio/audio.h:
4439 Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
4440 compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
4441 (ie. normal cvs builds) will fail.
4443 2007-10-31 Stefan Kost <ensonic@users.sf.net>
4445 * docs/libs/Makefile.am:
4446 * gst-libs/gst/audio/audio.c:
4447 * gst-libs/gst/audio/audio.h:
4448 * gst-libs/gst/interfaces/mixer.c:
4449 tell gtk-doc about the deprecation guard. Apply more doc fixes.
4451 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
4453 * tests/check/libs/audio.c: (init_value_to_channel_layout),
4454 (test_channel_layout_value_intersect), (audio_suite):
4455 Add simple unit test to make sure GstValue intersection
4456 of channel layouts works the way I think it does.
4458 2007-10-30 Stefan Kost <ensonic@users.sf.net>
4460 * docs/libs/gst-plugins-base-libs-sections.txt:
4461 * gst-libs/gst/audio/gstaudiofilter.h:
4462 * gst-libs/gst/interfaces/mixer.h:
4463 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4464 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4465 * gst-libs/gst/sdp/gstsdpmessage.c:
4466 Fix the docs according to what gtk-doc complained about.
4468 2007-10-30 Stefan Kost <ensonic@users.sf.net>
4470 * tests/icles/stress-playbin.c:
4473 2007-10-30 Tim-Philipp Müller <tim at centricular dot net>
4475 * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
4476 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4477 Post nice/more useful error message if we don't have a decoder for
4480 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
4482 * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
4483 Be a bit more useful, unblock the pads after we fired the no-more-pads
4484 signal so that we can use the signal to inspect and connect all pads
4485 without having to keep extra state outside of decodebin.
4487 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
4489 * gst/playback/gsturidecodebin.c:
4490 (gst_uri_decode_bin_autoplug_continue),
4491 (gst_uri_decode_bin_class_init), (no_more_pads_full):
4492 Implement default signal handler so that we return TRUE when nothing is
4495 2007-10-28 Sebastian Dröge <slomo@circular-chaos.org>
4497 * gst-libs/gst/riff/riff-media.c:
4498 (gst_riff_wavext_add_channel_layout),
4499 (gst_riff_wave_add_default_channel_layout),
4500 (gst_riff_wavext_get_default_channel_mask),
4501 (gst_riff_create_audio_caps):
4502 Use the ALSA channel layout as default for wav files without channel
4503 layout information. This fixes playback of chan-id.wav on 5.1 systems
4504 for example. Also refactor the channel layout setting a bit and add
4505 more default channel orders. Fixes #489010.
4507 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
4509 * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
4510 GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
4511 -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
4514 2007-10-25 Wim Taymans <wim.taymans@gmail.com>
4516 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4517 (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
4518 (gst_decode_bin_set_subs_encoding),
4519 (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
4520 (gst_decode_bin_get_property), (analyze_new_pad):
4521 Move subtitle encoding property to decodebin2 so that it can set the
4522 property value on all elements that it autoplugs and that require it.
4523 Make caps refcounting more consistent in get/set.
4525 * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
4526 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4527 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
4528 (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
4529 (proxy_autoplug_continue_signal),
4530 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
4532 Proxy properties and relevant signals from the internal decodebin.
4533 Make properties MT safe.
4535 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
4537 * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
4538 * gst-libs/gst/tag/tags.c:
4539 Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
4540 GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
4542 * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
4543 Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
4545 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
4546 (gst_tag_to_vorbis_comments):
4547 Map new SORTNAME tags (these tags aren't even semi-official, so I'm
4548 just mapping everything I found in the wild) (#414539).
4550 2007-10-24 Wim Taymans <wim.taymans@gmail.com>
4552 Inspired by patch of: René Stadler <mail at renestadler dot de>
4554 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4555 (gst_decode_bin_autoplug_continue),
4556 (gst_decode_bin_autoplug_factories),
4557 (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
4559 * gst/playback/gstplay-marshal.list:
4560 Remove the autoplug-sort signal and replace it with a binding friendly
4561 autoplug-select signal.
4562 Add an autoplug-factories signal that can be used to generate a list of
4563 factories to try to autoplug.
4564 Add the GstPad to the autoplugging signal args as it might be needed to
4565 make a good factory selection.
4566 Fix up the marshallers for this. Fixes #407282.
4568 2007-10-23 Tim-Philipp Müller <tim at centricular dot net>
4570 * gst-libs/gst/tag/gsttagdemux.c:
4571 Don't abort with an assertion if we receive a seek event with
4572 a start type of NONE (see launchpad bug #155878).
4574 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
4576 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4577 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4578 (gst_ximagesink_change_state), (gst_ximagesink_reset):
4579 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
4580 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
4581 (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
4582 Make sure that before we clean up the X resources, we shutdown and join
4584 Also make sure the event thread does not shut down immediatly after
4585 startup because the running variable is not yet correctly set.
4588 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
4590 * gst/playback/gstdecodebin.c: (new_pad), (type_found):
4591 Make the window for a race in typefind and shutting down smaller until
4592 we figure out the right locking here. Avoids #485753 usually.
4594 * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
4595 Remove unneeded lock causing a race in typefind and shutting down.
4598 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
4599 Also remove sinks when going to NULL because we might not complete the
4600 state change to PAUSED, causing the PAUSED->READY state change not to
4603 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
4605 * gst-libs/gst/audio/gstbaseaudiosink.c:
4606 (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
4607 Also explicitly release the ringbuffer when going to NULL because it
4608 is required in the setcaps function, before the state change to PAUSED
4611 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
4613 * tests/icles/.cvsignore:
4614 * tests/icles/Makefile.am:
4615 * tests/icles/stress-playbin.c:
4616 Does what it says on the tin.
4618 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
4620 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
4621 Fix queue negotiation. See #486758.
4623 2007-10-12 Jan Schmidt <Jan.Schmidt@sun.com>
4625 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4626 (gst_xvimagesink_xwindow_new),
4627 (gst_xvimagesink_update_colorbalance),
4628 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
4630 Fix handling of some of the X atoms. If the last parameter is True,
4631 XInternAtom won't create the atom if it doesn't exist, and therefore
4632 might return None. This causes X errors on Xv implementations that
4633 don't provide the colour balance attributes.
4635 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
4637 * gst-libs/gst/tag/gstvorbistag.c:
4638 * tests/check/libs/tag.c:
4639 Extract vorbis comment LICENSE tags correctly.
4641 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
4643 Patch by: Jason Kivlighn <jkivlighn gmail com>
4645 * gst-libs/gst/tag/gstid3tag.c:
4646 * tests/check/libs/tag.c:
4647 Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
4649 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
4651 * gst-libs/gst/tag/gsttagdemux.c:
4652 Don't error out when a buggy downstream element doesn't
4653 handle the newsegment event we send properly (especially
4654 not without posting a meaningful error message on the
4655 bus). See bug #471370 and launchpad bug #136264.
4657 2007-10-10 Wim Taymans <wim.taymans@gmail.com>
4659 * gst-libs/gst/audio/gstbaseaudiosink.c:
4660 (gst_base_audio_sink_drain):
4661 Use new basesink method to make our EOS drain interruptable.
4663 2007-10-10 Jan Schmidt <Jan.Schmidt@sun.com>
4665 * gst-libs/gst/rtp/gstrtppayloads.c:
4666 Fix silly search-replace oversight.
4668 2007-10-09 Wim Taymans <wim.taymans@gmail.com>
4670 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4672 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
4673 (gst_basertppayload_set_outcaps):
4674 Fix caps memleak. Fixes #484989.
4677 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
4679 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4680 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
4683 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
4685 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4686 (gst_base_audio_src_create):
4687 Also handle the case where there is no clock set on the audio source,
4688 like in the unit tests.
4690 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
4692 * gst-libs/gst/rtp/gstrtppayloads.c:
4693 Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
4694 to avoid compiler warnings
4696 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
4698 * gst/playback/gstdecodebin.c: (type_found),
4699 (gst_decode_bin_change_state):
4700 * gst/playback/gstdecodebin2.c: (type_found),
4701 (gst_decode_bin_change_state):
4702 Don't disconnect the have_type signal because we never reconnect it
4703 later on. Instead keep a variable to see if we already detected a type.
4705 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
4707 * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
4708 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
4710 Unlink the signal handler when we found the type, we're not going to do
4711 anything sensible with more type_found signals anyway.
4713 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
4715 * gst-libs/gst/tag/gsttagdemux.c:
4718 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
4720 * gst-libs/gst/tag/Makefile.am:
4721 * gst-libs/gst/tag/gsttagdemux.c:
4722 * gst-libs/gst/tag/gsttagdemux.h:
4723 API: add GstTagDemux base class for simple tag demuxers.
4725 * docs/libs/gst-plugins-base-libs-docs.sgml:
4726 * docs/libs/gst-plugins-base-libs-sections.txt:
4727 Add GstTagDemux to docs.
4729 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
4731 * gst-libs/gst/rtp/gstrtpbuffer.c:
4732 (gst_rtp_buffer_get_payload_subbuffer):
4733 Fix bug introduced with last commit which inverted the logic and
4734 caused all buffers to be dropped. Fixes #483620.
4735 Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
4737 2007-10-04 Stefan Kost <ensonic@users.sf.net>
4739 * gst-libs/gst/rtp/gstrtpbuffer.c:
4740 Replace g_return_if_val (as it could be disabled), with regular return
4743 2007-10-03 Stefan Kost <ensonic@users.sf.net>
4745 * tests/check/pipelines/simple-launch-lines.c:
4746 Print message name and not just number.
4748 2007-10-02 Wim Taymans <wim.taymans@gmail.com>
4750 * gst-libs/gst/audio/gstbaseaudiosink.c:
4751 (gst_base_audio_sink_async_play):
4752 When slaved to the clock, don't try to align a sample with the previous
4753 one when going to PLAYING again.
4755 2007-10-02 Stefan Kost <ensonic@users.sf.net>
4757 * tests/examples/snapshot/snapshot.c:
4760 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
4762 * gst-libs/gst/sdp/gstsdpmessage.h:
4763 Add RFC 3556 bandwidth modifiers.
4765 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
4767 * docs/libs/gst-plugins-base-libs-docs.sgml:
4768 * docs/libs/gst-plugins-base-libs-sections.txt:
4769 * gst-libs/gst/rtp/gstrtppayloads.c:
4770 Update documentation.
4772 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
4774 * gst-libs/gst/rtp/Makefile.am:
4775 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
4776 (gst_rtp_payload_info_for_name):
4777 * gst-libs/gst/rtp/gstrtppayloads.h:
4778 Added new file and header to deal with payload info.
4780 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
4781 (gst_rtp_buffer_default_clock_rate):
4782 * gst-libs/gst/rtp/gstrtpbuffer.h:
4783 Payload specific stuff is move to new headers.
4784 Implement _default_clock rate using the new payload function.
4786 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
4787 (gst_sdp_parse_line):
4788 * gst-libs/gst/sdp/gstsdpmessage.h:
4789 Add some more comments.
4791 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
4793 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4794 (sdp_check_header), (sdp_type_find), (plugin_init):
4795 Add typefind function for application/sdp.
4796 Remove some old dirac typefind code that was ifdeffed out.
4798 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
4800 * win32/common/libgstaudio.def:
4801 Add new exported functions.
4802 * win32/vs6/grammar.dsp:
4803 Add autogeneration and copy of some autegenerated files from win32/common
4805 * win32/vs6/libgstaudioconvert.dsp:
4806 Add gstaudioquantize.c to the build.
4807 * win32/vs6/libgstinterfaces.dsp:
4808 Add videoorientation.c to the build.
4809 * win32/vs6/libgstriff.dsp:
4810 Add libgsttag to the link libraries list.
4811 * win32/vs6/libgstvolume.dsp:
4812 Add liboil to the link.
4813 * win32/vs6/gst_plugins_base.dsw:
4814 * win32/vs6/libgstrtsp.dsp:
4815 * win32/common/libgstrtsp.def:
4816 Add files to build libgstrtsp library.
4818 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
4820 * tests/examples/snapshot/snapshot.c: (main):
4821 Print error when pipeline failed to construct.
4823 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
4826 * gst-libs/gst/tag/gstid3tag.c:
4827 * gst-libs/gst/tag/gstvorbistag.c:
4828 Add mappings for the new GST_TAG_COMPOSER for vorbis comments
4831 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
4833 * gst-libs/gst/floatcast/floatcast.h:
4834 Don't include config.h in an installed public header, this
4835 might break compilation of applications that don't have such
4836 a header and doesn't necessarily do what it's supposed to do
4837 anyway (ie. check for the lrint/lrintf defines) (#442065).
4838 Add docs for the various macros and document how this header
4839 has to be used (link against libm, etc.); add a few FIXMEs;
4840 include math.h for non-c99 code path. Based on patch by
4843 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
4846 Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
4847 of duplicating these macros in configure.ac.
4849 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
4854 Updated translations to 0.10.14
4856 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
4858 translated by: Jakub Bogusz <qboosh@pld-linux.org>
4861 Added Polish translation.
4863 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
4865 translated by: Ilkka Tuohela <hile@iki.fi>
4868 Added Finnish translation.
4870 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
4872 translated by: Jorge González González <aloriel@gmail.com>
4875 Added Spanish translation.
4877 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
4879 translated by: Mogens Jaeger <mogens@jaeger.tf>
4882 Added Danish translation.
4884 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
4886 translated by: Funda Wang <fundawang@linux.net.cn>
4889 Added Chinese (simplified) translation.
4891 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
4893 translated by: Alexander Shopov <ash@contact.bg>
4896 Added Bulgarian translation.
4898 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
4900 * gst/playback/gstqueue2.c: (gst_queue_push_one):
4901 Fix compilation wrt printf arguments.
4903 2007-09-20 Wim Taymans <wim.taymans@gmail.com>
4906 * tests/examples/Makefile.am:
4907 * tests/examples/snapshot/.cvsignore:
4908 * tests/examples/snapshot/Makefile.am:
4909 * tests/examples/snapshot/snapshot.c: (main):
4910 Add simple snapshot example program using appsink.
4912 2007-09-20 Stefan Kost <ensonic@users.sf.net>
4914 * tests/check/generic/states.c:
4915 Improved state change unit test.
4917 2007-09-19 Stefan Kost <ensonic@users.sf.net>
4919 * docs/plugins/.cvsignore:
4920 * tests/check/.cvsignore:
4921 Ignore registries in any format.
4923 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
4925 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4926 (gst_base_rtp_depayload_chain),
4927 (gst_base_rtp_depayload_set_gst_timestamp):
4928 Only copy timestamp on outgoing packets if the depayloader did not set
4930 Also copy duration on outgoing packets.
4932 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
4934 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
4935 (gst_basertppayload_set_outcaps):
4936 Fix compilation because of missing %d in printf.
4937 When fixating caps, fixate what we can and throw away all remaining
4938 unfixed caps, subclasses should do something smart if they need to.
4940 2007-09-19 Stefan Kost <ensonic@users.sf.net>
4942 * ext/gnomevfs/gstgnomevfssrc.c:
4943 Improve debug logs a bit and be more verbose if things go wrong.
4945 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
4947 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4948 (gst_text_overlay_set_property):
4949 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4950 * gst-libs/gst/audio/gstbaseaudiosink.c:
4951 (gst_base_audio_sink_render):
4952 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
4953 (gst_rtcp_unix_to_ntp):
4954 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
4955 * gst/playback/gstqueue2.c:
4956 * tests/examples/seek/seek.c: (set_scale):
4957 Fix a bunch of compile warnings shown with Forte.
4959 * gst/audiorate/gstaudiorate.c:
4960 Always pull in config.h before including any system headers.
4962 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
4964 * gst/playback/gstqueue2.c: (update_buffering),
4965 (gst_queue_locked_flush), (gst_queue_locked_enqueue),
4966 (gst_queue_handle_sink_event), (gst_queue_chain),
4967 (gst_queue_push_one), (gst_queue_sink_activate_push),
4968 (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
4969 Also fix #476514 for queue2.
4971 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
4973 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4974 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
4975 (gst_base_rtp_depayload_chain),
4976 (gst_base_rtp_depayload_handle_sink_event),
4977 (gst_base_rtp_depayload_push_full),
4978 (gst_base_rtp_depayload_set_gst_timestamp),
4979 (gst_base_rtp_depayload_change_state):
4980 Remove code to deal with RTP to GST time conversion, we now just copy
4981 the GST timestamp we receive to the outgoing buffers.
4982 Handle segment and flushes correctly.
4984 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
4985 When we have no valid input timestamp, use the previous rtp timestamp on
4986 the outgoing RTP packet instead of the RTP base time.
4988 2007-09-15 David Schleef <ds@schleef.org>
4990 * ext/alsa/gstalsa.c:
4991 * ext/alsa/gstalsadeviceprobe.c:
4992 * ext/alsa/gstalsamixer.c:
4993 * ext/alsa/gstalsasink.c:
4994 * ext/alsa/gstalsasrc.c:
4995 Change alsa alloca's to malloc to fix warnings on gcc-4.2.
4997 2007-09-15 Wim Taymans <wim.taymans@gmail.com>
4999 * gst-libs/gst/rtp/gstbasertppayload.c:
5000 (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
5001 Add some debug info when negotiating caps.
5003 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
5005 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
5006 A buffer with an empty payload is also a valid buffer.
5008 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
5010 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
5011 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5012 (gst_basertppayload_change_state):
5013 Make sure we start our RTP timestamp from the random base RTP
5014 timestamp even if the buffer timestamp starts from some random value.
5016 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
5019 * tests/examples/Makefile.am:
5020 * tests/examples/dynamic/.cvsignore:
5021 * tests/examples/dynamic/Makefile.am:
5022 * tests/examples/dynamic/addstream.c: (create_stream),
5023 (pause_play_stream), (message_received), (eos_message_received),
5024 (perform_step), (main):
5025 Add simple exmple app to demonstrate starting and pausing live and
5026 non-live bins in a PLAYING pipeline.
5028 2007-09-14 Julien MOUTTE <julien@moutte.net>
5030 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
5031 typefind for QCP files (RFC #3625)
5033 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
5035 * gst-libs/gst/audio/gstbaseaudiosink.c:
5036 (gst_base_audio_sink_init):
5037 Disable pull mode scheduling, we're not ready for it yet and it subtly
5038 breaks a lot of things.
5040 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
5042 * tests/check/elements/libvisual.c:
5043 Test all libvisual plugins, not just the first one; this reproduces
5044 bug #450336 quite easily. Looks like a problem with the 'jess'
5047 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
5049 * tests/check/Makefile.am:
5050 * tests/check/elements/.cvsignore:
5051 * tests/check/elements/libvisual.c:
5052 Add basic libvisual test case in an attempt to reproduce bug #450336.
5053 Doesn't reproduce that bug, but some other crasher instead (invalid
5054 free), at least with make elements/libvisual.forever and the bumscope
5055 plugin on x86-64/gutsy. Leaving test disabled for now.
5057 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
5059 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5061 * gst-libs/gst/rtsp/gstrtspconnection.c:
5062 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
5063 (read_body), (gst_rtsp_connection_receive):
5064 Make sure we can not cancel in the middle of receiving a message.
5067 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
5069 Patch by: Josep Torra Valles <josep@fluendo.com>
5071 * gst/playback/gstplaybasebin.c:
5072 Increase upper limit for audio queue a bit; fixes preroll problem
5073 with playbin and decodebin2 when playing a quicktime trailer with
5074 multichannel audio via http (#464666).
5076 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
5078 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5079 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
5080 (gst_base_audio_src_provide_clock),
5081 (gst_base_audio_src_set_property),
5082 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5083 * gst-libs/gst/audio/gstbaseaudiosrc.h:
5084 Allow othe clocks than the internal clock to be used for the pipeline.
5085 Add property to disable clock provide.
5086 API: GstBaseAudioSrc::provide-clock
5088 2007-09-10 Stefan Kost <ensonic@users.sf.net>
5090 * gst/playback/gstdecodebin2.c:
5091 Don't leak request pads. Fixes #475395.
5093 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
5095 Patch by: René Stadler <mail at renestadler dot de>
5097 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5098 (gst_ximage_buffer_class_init):
5099 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5100 (gst_xvimage_buffer_class_init):
5101 Correctly chain up finalize with the parent class to prevent
5102 memory leaks. Fixes #474880.
5104 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
5106 * gst/volume/gstvolume.c: (volume_choose_func):
5107 * tests/check/elements/volume.c: (GST_START_TEST):
5108 Revert the latest change: floating point samples are allowed to
5109 have any value, not only values in the range [-1,1]. Thanks to Andy
5111 Also fix processing of int32 samples with volumes > 4 by making the
5112 unity value smaller which prevents overflows.
5114 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
5116 * gst-libs/gst/rtp/gstrtpbuffer.c:
5117 * tests/check/libs/rtp.c:
5118 Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
5120 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
5122 Based on patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5124 * gst-libs/gst/rtp/gstrtpbuffer.c:
5125 Fix up GstRTPHeader helper struct so that compilers will not under
5126 any circumstances add padding in between our fields, as currently
5127 happens with MSVC on win32, because that would lead to us sending
5128 out RTP payloads with broken RTP headers (#471194).
5129 Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
5131 * tests/check/Makefile.am:
5132 * tests/check/libs/.cvsignore:
5133 * tests/check/libs/rtp.c:
5134 Add some simple unit tests for GstRTPBuffer. Some are disabled
5135 because the code tested still needs fixing (set_csrc() does not work).
5137 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
5140 * win32/common/gstrtsp-enumtypes.c:
5141 * win32/common/gstrtsp-enumtypes.h:
5142 * win32/common/interfaces-enumtypes.c:
5143 * win32/common/interfaces-enumtypes.h:
5144 * win32/common/multichannel-enumtypes.c:
5145 Add rtsp enumtypes (#474384) and update others.
5147 2007-09-06 Stefan Kost <ensonic@users.sf.net>
5150 Fix configure check for HAVE_LIBXML_HTML.
5152 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
5154 * tests/check/libs/.cvsignore:
5155 Ignore more, in case the build bots work again one day.
5157 2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
5159 Reviewed by: Stefan Kost <ensonic@users.sf.net>
5162 * gst-libs/gst/Makefile.am:
5163 * gst-libs/gst/fft/Makefile.am:
5164 * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
5165 * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
5166 * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
5167 * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
5168 * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
5169 * gst-libs/gst/fft/gstfft.h:
5170 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
5171 (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
5172 (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
5173 * gst-libs/gst/fft/gstfftf32.h:
5174 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
5175 (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
5176 (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
5177 * gst-libs/gst/fft/gstfftf64.h:
5178 * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
5179 (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
5180 (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
5181 * gst-libs/gst/fft/gstffts16.h:
5182 * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
5183 (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
5184 (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
5185 * gst-libs/gst/fft/gstffts32.h:
5186 * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
5187 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5188 (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
5189 (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
5190 * gst-libs/gst/fft/kiss_fft_f32.h:
5191 * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
5192 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5193 (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
5194 (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
5195 * gst-libs/gst/fft/kiss_fft_f64.h:
5196 * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
5197 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5198 (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
5199 (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
5200 * gst-libs/gst/fft/kiss_fft_s16.h:
5201 * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
5202 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5203 (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
5204 (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
5205 * gst-libs/gst/fft/kiss_fft_s32.h:
5206 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
5207 (kiss_fftr_f32), (kiss_fftri_f32):
5208 * gst-libs/gst/fft/kiss_fftr_f32.h:
5209 * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
5210 (kiss_fftr_f64), (kiss_fftri_f64):
5211 * gst-libs/gst/fft/kiss_fftr_f64.h:
5212 * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
5213 (kiss_fftr_s16), (kiss_fftri_s16):
5214 * gst-libs/gst/fft/kiss_fftr_s16.h:
5215 * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
5216 (kiss_fftr_s32), (kiss_fftri_s32):
5217 * gst-libs/gst/fft/kiss_fftr_s32.h:
5218 * gst-libs/gst/fft/kiss_version:
5219 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5220 * pkgconfig/gstreamer-plugins-base.pc.in:
5221 Add libgstfft, a FFT library based on Kiss FFT which is
5222 BSD licensed. Supported sample formats are int16, int32,
5223 float and double. For those formats a real FFT and IFFT
5224 can be done, different windowing functions can be applied
5225 and functions for extracting the magnitude and phase exist.
5228 * docs/libs/Makefile.am:
5229 * docs/libs/gst-plugins-base-libs-docs.sgml:
5230 * docs/libs/gst-plugins-base-libs-sections.txt:
5231 Integrate libgstfft into the docs.
5233 * tests/check/Makefile.am:
5234 * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
5235 Add unit tests for libgstfft, currently only testing the FFT.
5236 Unit tests for IFFT will follow soon.
5238 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
5240 Patch by: Peter Kjellerstedt <pkj at axis com>
5242 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
5243 (gst_sdp_message_init), (gst_sdp_message_uninit),
5244 (is_multicast_address), (gst_sdp_message_as_text),
5245 (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
5246 (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
5247 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
5248 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
5249 (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
5250 (gst_sdp_media_init), (gst_sdp_media_uninit),
5251 (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
5252 (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
5253 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
5254 (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
5255 (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
5256 * gst-libs/gst/sdp/gstsdpmessage.h:
5257 Separate INIT_ARRAY() and related macros into two versions, one for
5258 structures and one for pointers (e.g., INIT_ARRAY() and
5259 INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
5260 lists of emails and phone numbers.
5261 Add missing const as appropriate.
5262 Change all gint to guint since they all actually represent unsigned
5264 Do not use time as a variable name as it shadows the global time().
5265 Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
5266 Actually implement gst_sdp_message_add_time().
5267 Make gst_sdp_message_add_time() take repeat times as an argument.
5268 Store repeat times in GstSDPTime as a GArray rather than as gchar**.
5269 Corrected the definition of gst_sdp_media_get_bandwidth() (was
5270 misspelled as badwidth).
5271 gst-indented and a little clean up. Fixes #471067.
5273 2007-09-05 Sebastian Dröge <slomo@circular-chaos.org>
5275 * gst/volume/gstvolume.c: (volume_choose_func),
5276 (volume_process_double), (volume_process_double_clamp),
5277 (volume_process_float_clamp):
5278 Correctly clamp float/double samples in the [-1.0,1.0] range to
5279 prevent weird effects.
5280 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5281 Add unit tests for all samples types that had none before.
5283 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
5285 * gst-libs/gst/rtp/gstrtpbuffer.c:
5286 Need to include stdlib.h for abs() here too.
5288 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
5290 * gst/playback/gststreaminfo.c:
5293 2007-09-05 Stefan Kost <ensonic@users.sf.net>
5295 * gst/playback/gststreaminfo.c:
5296 Clean up some half-disabled code and comment.
5298 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
5300 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5302 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5303 (gst_base_rtp_payload_audio_handle_event):
5304 Return FALSE from the event handler to let the parent class handle the
5305 event. Fixes #446766.
5307 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5308 (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
5309 Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
5311 * gst-libs/gst/rtp/gstbasertppayload.c:
5312 Bump the MTU to 1400.
5314 2007-09-03 Johan Dahlin <jdahlin@async.com.br>
5316 * gst/typefind/gsttypefindfunctions.c (plugin_init):
5317 Add an audio/x-nsf typefind function for the nsfdec element.
5319 2007-09-03 Renato Filho <renato.filho@indt.org.br>
5320 * gst/playback/gstplaybasebin.c:
5321 Included "myth://" on stream_uris list for enable buffering to mythtv files
5323 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
5325 * docs/libs/gst-plugins-base-libs-sections.txt:
5326 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
5327 (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
5328 (gst_rtcp_unix_to_ntp):
5329 * gst-libs/gst/rtp/gstrtcpbuffer.h:
5330 Fix parsing of RB blocks.
5332 Added helper functions to convert to/from UNIX and NTP time.
5333 API: gst_rtcp_ntp_to_unix()
5334 API: gst_rtcp_unix_to_ntp()
5336 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
5337 (gst_rtp_buffer_get_header_len),
5338 (gst_rtp_buffer_get_extension_data),
5339 (gst_rtp_buffer_get_payload_subbuffer),
5340 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
5341 (gst_rtp_buffer_ext_timestamp):
5342 * gst-libs/gst/rtp/gstrtpbuffer.h:
5344 Implement handling of packets with extensions.
5345 Fix padding check in _validate().
5346 Added function to get extension data.
5347 API: gst_rtp_buffer_get_header_len()
5348 API: gst_rtp_buffer_get_extension_data()
5350 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
5352 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5353 (gst_base_rtp_depayload_class_init),
5354 (gst_base_rtp_depayload_set_gst_timestamp):
5355 Add some more docs for the queue-delay property and fix a typo in a
5358 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5361 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
5363 * gst-libs/gst/audio/gstbaseaudiosink.c:
5364 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
5365 (gst_base_audio_sink_change_state):
5366 When skew slaving, try to hover around the middle of a segment so that
5367 we at most drift by half a segment.
5368 If we are aligning in the oposite direction of the clock skew, we don't
5371 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
5373 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5374 (gst_base_rtp_depayload_setcaps),
5375 (gst_base_rtp_depayload_set_gst_timestamp):
5376 Be less silly with the segment start, just apply the clock-base to the
5379 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
5381 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5382 (gst_base_rtp_depayload_class_init),
5383 (gst_base_rtp_depayload_finalize),
5384 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5385 (gst_base_rtp_depayload_handle_sink_event),
5386 (gst_base_rtp_depayload_set_gst_timestamp),
5387 (gst_base_rtp_depayload_change_state):
5388 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5389 Deprecate the queue handling thread thing and remove the code.
5390 Use new method to calculate the extended timestamp.
5392 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
5394 * gst-libs/gst/rtp/gstrtcpbuffer.c:
5395 (gst_rtcp_packet_sdes_copy_entry):
5396 Use g_strndup which does exactly what we want.
5398 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
5399 (gst_rtp_buffer_ext_timestamp):
5400 * gst-libs/gst/rtp/gstrtpbuffer.h:
5401 Add helper function to compare seqnums.
5402 Add helper function to calculate extended timestamps.
5403 API: gst_rtp_buffer_compare_seqnum()
5404 API: gst_rtp_buffer_ext_timestamp()
5406 2007-08-30 Wim Taymans <wim.taymans@gmail.com>
5408 * gst-libs/gst/rtp/gstrtcpbuffer.c:
5409 (gst_rtcp_packet_sdes_get_entry),
5410 (gst_rtcp_packet_sdes_copy_entry):
5411 * gst-libs/gst/rtp/gstrtcpbuffer.h:
5412 Fix and document SDES item data function.
5413 Add new function that makes a proper copy of SDES item data.
5414 API: gst_rtcp_packet_sdes_copy_entry()
5416 2007-08-30 Stefan Kost <ensonic@users.sf.net>
5420 The tcp and subparse plugins are under gst, but not totaly free of
5421 dependencies. Handle selection inconfigure.ac, so that they show up
5422 on the final list of what is build and what is not. Maybe they should
5423 better be moved to ext.
5425 2007-08-30 Stefan Kost <ensonic@users.sf.net>
5427 Patch by: Daniel Díaz <yosoy@danieldiaz.org>
5431 Check if libxml provides HTML parser which subparse needs.
5434 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
5436 * ext/alsa/gstalsa.c:
5437 Fix typo and compilation on big endian systems.
5439 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
5441 * gst/subparse/gstssaparse.c:
5442 Convert SSA newline codes into actual newline characters (#470766).
5444 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
5446 * docs/libs/gst-plugins-base-libs-sections.txt:
5447 * gst-libs/gst/pbutils/install-plugins.c:
5448 * gst-libs/gst/pbutils/install-plugins.h:
5449 * tests/check/libs/pbutils.c:
5450 API: also add gst_install_plugins_supported() while we're at it
5453 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
5455 * docs/libs/gst-plugins-base-libs-sections.txt:
5456 * gst-libs/gst/pbutils/missing-plugins.c:
5457 * gst-libs/gst/pbutils/missing-plugins.h:
5458 * tests/check/libs/pbutils.c:
5459 API: add gst_missing_*_installer_detail_new() convenience API so
5460 that applications that know exactly what they're missing can request
5461 installer detail strings for those items directly instead of having
5462 to first create a dummy missing-plugin message and then get the
5463 installer detail string from that. Fixes #470456.
5465 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
5467 * gst/playback/gstdecodebin.c: (close_pad_link):
5468 We need to set up delayed-linking whenever the caps are non-fixed,
5469 not just when there are multiple types - use gst_pad_is_fixed()
5472 2007-08-26 Tim-Philipp Müller <tim at centricular dot net>
5474 * gst-libs/gst/pbutils/missing-plugins.c:
5475 (gst_missing_plugin_message_get_installer_detail):
5476 Add missing separator in PID fallback case.
5478 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
5480 * ext/alsa/Makefile.am:
5481 There is no GST_PLUGINS_BASE_LIBS defined.
5483 * ext/alsa/gstalsa.c:
5484 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5485 * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
5486 Add support for ALSA 24-bit formats.
5487 snd_pcm_delay can return an error code, especially
5488 during XRUNS. In that case, the best we can do is assume
5491 * gst/audioconvert/Makefile.am:
5492 Add flags from -base before any more-remote dependencies.
5494 2007-08-23 Sebastian Dröge <slomo@circular-chaos.org>
5496 Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
5498 * gst/volume/gstvolume.c: (volume_choose_func),
5499 (volume_update_real_volume), (gst_volume_set_volume),
5500 (gst_volume_init), (volume_process_int32),
5501 (volume_process_int32_clamp), (volume_process_int24),
5502 (volume_process_int24_clamp), (volume_process_int16),
5503 (volume_process_int16_clamp), (volume_process_int8),
5504 (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
5505 * gst/volume/gstvolume.h:
5506 Add support for int32, int24 and int8 to the volume element.
5509 2007-08-23 Tim-Philipp Müller <tim at centricular dot net>
5511 * tests/examples/Makefile.am:
5514 2007-08-23 Stefan Kost <ensonic@users.sf.net>
5517 * docs/libs/Makefile.am:
5518 * docs/libs/gst-plugins-base-libs-docs.sgml:
5519 * docs/libs/gst-plugins-base-libs-sections.txt:
5520 * ext/gnomevfs/gstgnomevfssrc.c:
5521 * ext/gnomevfs/gstgnomevfssrc.h:
5522 * gst-libs/gst/Makefile.am:
5523 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5524 * pkgconfig/gstreamer-plugins-base.pc.in:
5525 * sys/v4l/v4lsrc_calls.c:
5526 * tests/examples/Makefile.am:
5527 * win32/common/config.h:
5528 Revert unwanted commit. many thanks to moap. I want a fix for
5529 https://thomas.apestaart.org/moap/trac/ticket/239
5531 2007-08-23 Stefan Kost <ensonic@users.sf.net>
5533 * gst/volume/gstvolume.c:
5534 Move passthrough below gst_object_sync_values(). Fixes #442654.
5536 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
5538 * gst-libs/gst/audio/audio.c:
5539 Clarify the docs a little.
5541 2007-08-22 Stefan Kost <ensonic@users.sf.net>
5543 * gst/volume/gstvolume.c:
5544 Enable liboil for float and add more details about problems with
5547 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
5549 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
5550 Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
5552 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
5554 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
5555 When calculating the first timestamp of the buffers, don't go below 0
5556 and clip the samples because the offset was on the eos page.
5559 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
5561 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
5562 (gst_ogg_demux_collect_chain_info):
5563 Also submit the eos page when trying to find the first timestamp.
5566 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
5568 * gst-libs/gst/audio/audio.h:
5569 Use gst_util_uint64_scale() instead of doing the math
5570 with double for GST_FRAMES_TO_CLOCK_TIME() and
5571 GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
5572 prevents rounding errors. Fixes #467667.
5574 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
5576 * gst-libs/gst/rtsp/gstrtspconnection.c:
5577 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
5578 (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
5579 * gst-libs/gst/rtsp/gstrtspconnection.h:
5581 On shutdown, don't read the control socket yet.
5582 Set timeout value correctly in all cases.
5583 Add function to check if the server accepts reads or writes.
5584 API: gst_rtsp_connection_poll()
5586 * gst-libs/gst/rtsp/gstrtspdefs.h:
5587 Fix compilation with -pedantic.
5590 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
5592 Patch by: Olivier Crete <tester at tester ca>
5594 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5595 (gst_basertppayload_getcaps):
5596 * gst-libs/gst/rtp/gstbasertppayload.h:
5597 Add getcaps vfunc to basertppayload. See #465146.
5599 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
5601 * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
5602 Only post buffering messages when we are a stream.
5604 2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
5606 * gst-libs/gst/pbutils/install-plugins.c:
5607 * gst-libs/gst/pbutils/missing-plugins.c:
5608 Small docs fix and addition.
5610 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
5612 * tests/icles/.cvsignore:
5613 * tests/icles/Makefile.am:
5614 * tests/icles/test-textoverlay.c:
5615 Add a dumb little test for textoverlay alignments.
5617 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
5619 Patch by: Dan Williams <dcbw redhat com>
5621 * ext/pango/gsttextoverlay.c:
5622 * ext/pango/gsttextoverlay.h:
5623 API: add "line-alignment" property (#459334). Add gtk-doc blurb for
5624 "silent" property so there's a Since tag in the API reference.
5626 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
5628 * gst-libs/gst/rtp/gstbasertppayload.c:
5629 (gst_basertppayload_set_outcaps):
5630 * gst-libs/gst/rtp/gstbasertppayload.h:
5631 Improve caps negotiation so that downstream elements can confiure
5632 certain RTP properties by fixing them on the caps. See #465146.
5635 2007-08-11 Tim-Philipp Müller <tim at centricular dot net>
5637 * docs/libs/gst-plugins-base-libs-sections.txt:
5638 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5639 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5640 Mark as deprecated some macros which were presumably meant to be
5641 private API and accidentally exposed in the public header file.
5642 Also actually _init() lock (only works at the moment because the
5643 struct is zeroed out when created and the initial values in the
5644 mutex struct are zeroes too). (#459585)
5646 2007-08-10 Stefan Kost <ensonic@users.sf.net>
5648 * docs/libs/Makefile.am:
5649 Remove cruft and do some cleanups.
5651 * docs/libs/gst-plugins-base-libs-docs.sgml:
5652 Prepare for comming gtkdoc features (rebase against online docs).
5654 2007-08-10 Michael Smith <msmith@fluendo.com>
5656 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5658 * tests/check/elements/audiorate.c: (do_perfect_stream_test),
5660 Change the number of buffers used; 500 is too many and leads to
5663 2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
5665 * gst/playback/gstqueue2.c:
5666 * gst/videorate/gstvideorate.c:
5667 Printf format fixes (#465028).
5669 2007-08-09 Michael Smith <msmith@fluendo.com>
5671 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5672 If we have a large (> 1 second) discontinuity, push a series of
5673 smaller buffers rather than a single very large buffer. Avoids
5674 unreasonably large single buffer allocations when encountering a
5676 * tests/check/elements/audiorate.c: (GST_START_TEST),
5678 Add a test for this.
5680 2007-08-09 Jan Schmidt <thaytan@mad.scientist.com>
5682 * gst/playback/gstplaybasebin.c: (group_commit),
5683 (queue_remove_probe), (queue_threshold_reached):
5685 Patch by: Josep Torra Valles <josep@fluendo.com>
5687 Make sure we remove the check_queues buffer probe from the
5688 correct queue to avoid racily going back to "buffering 99%" when
5689 buffering is actually complete.
5691 Also, fix the spelling of Josep's surname in the ChangeLog.
5693 2007-08-09 Stefan Kost <ensonic@users.sf.net>
5695 * ext/ogg/gstoggmux.c:
5696 Do not leak oggmux instance.
5698 * ext/vorbis/vorbisenc.c:
5701 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
5708 Updated translations.
5710 2007-08-08 Stefan Kost <ensonic@users.sf.net>
5712 patch by: Yang Hong <hongyang@redflag-linux.com>
5714 * ext/pango/gsttextoverlay.c:
5715 * ext/pango/gsttextoverlay.h:
5716 Add 'silent' property to GstTimeOverlay. Fixes #462979
5718 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
5720 Patch by: Josep Torra Valles <josep@fluendo.com>
5722 * docs/plugins/gst-plugins-base-plugins.args:
5723 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5724 (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
5725 (gst_uri_decode_bin_get_property), (gen_source_element):
5726 Add connection-speed property. Fixes #464690.
5728 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
5730 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5733 * gst-libs/gst/rtsp/Makefile.am:
5734 * gst-libs/gst/rtsp/gstrtspconnection.c:
5735 (gst_rtsp_connection_connect):
5736 Fix compilation on windows. Fixes #464320.
5738 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
5740 Patch by: Josep Torra Valles <josep@fluendo.com>
5742 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5743 (gst_play_base_bin_init), (queue_threshold_reached),
5744 (gen_source_element), (setup_substreams),
5745 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5746 (gst_play_base_bin_get_streaminfo_value_array):
5747 * gst/playback/gstplaybasebin.h:
5748 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5749 (gst_play_bin_set_property), (gst_play_bin_get_property),
5750 (gst_play_bin_handle_redirect_message):
5751 Move connection-speed property from playbin to playbasebin so that we
5752 can also configure it in source elements that have the connection-speed
5753 property. Fixes #464028.
5754 Add some debug info here and there.
5756 2007-08-06 Sebastian Dröge <slomo@circular-chaos.org>
5758 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
5759 Properly respond to conversion queries. Fixes #464079.
5761 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
5763 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
5764 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
5765 (gst_audio_test_src_init_sine_table),
5766 (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
5767 * gst/audiotestsrc/gstaudiotestsrc.h:
5768 Add float/double and int32 support to audiotestsrc. Fixes #460422.
5769 Also set the default volume to the default value specified in the
5772 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
5774 Patch by: Jens Granseuer <jensgr at gmx dot net>
5776 * gst/audioconvert/gstaudioquantize.c:
5777 Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
5779 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
5781 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
5782 Add rdt manager for rdt transport.
5783 Fix parsing of RDT transport.
5785 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
5790 === release 0.10.14 ===
5792 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
5795 releasing 0.10.14, "Light Years Ahead"
5797 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
5799 * tests/check/libs/audio.c: (GST_START_TEST):
5800 Fix the test to reflect the behaviour of gst_audio_clip_buffer.
5802 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
5804 * gst-libs/gst/audio/audio.c:
5805 When clipping a buffer with no timestamp, assume it is
5806 within the segment without warnings.
5810 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
5812 * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
5813 Fire the signal on the object, not the interface.
5815 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
5817 * gst-libs/gst/rtsp/.cvsignore:
5818 Ber. Don't include the full path, idiot.
5820 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
5822 * gst-libs/gst/rtsp/.cvsignore:
5823 Ignore generated files.
5825 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
5827 * gst-libs/gst/interfaces/Makefile.am:
5828 * gst-libs/gst/interfaces/interfaces-marshal.list:
5829 * gst-libs/gst/interfaces/rtspextension.c:
5830 * gst-libs/gst/interfaces/rtspextension.h:
5831 * gst-libs/gst/rtsp/Makefile.am:
5832 * gst-libs/gst/rtsp/gstrtsp.h:
5833 * gst-libs/gst/rtsp/gstrtspextension.c:
5834 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
5835 (gst_rtsp_extension_detect_server),
5836 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
5837 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
5838 (gst_rtsp_extension_configure_stream),
5839 (gst_rtsp_extension_get_transports),
5840 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
5841 * gst-libs/gst/rtsp/gstrtspextension.h:
5842 * gst-libs/gst/rtsp/rtsp-marshal.list:
5843 Move the rtspextension.h interface into gstrtspextension.h
5844 as part of libgstrtsp instead of libgstinterfaces, because it's
5845 only for use within plugins, not applications.
5846 Add stuff to do the enum & marshal generation needed in libgstrtsp now.
5847 Use the GST_TYPE_RTSP_RESULT enum type for the return value of the
5848 signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
5851 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
5853 * gst-libs/gst/interfaces/Makefile.am:
5854 * gst-libs/gst/interfaces/interfaces-marshal.list:
5855 * gst-libs/gst/interfaces/rtspextension.c:
5856 (gst_rtsp_extension_iface_init),
5857 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
5858 * gst-libs/gst/interfaces/rtspextension.h:
5859 Fix marshaller for the send signal.
5860 Add URL to stream selection interface method.
5862 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
5864 * gst-libs/gst/riff/Makefile.am:
5865 Pull in our dependencies from -base before those from outside.
5867 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
5869 * docs/libs/gst-plugins-base-libs-sections.txt:
5870 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
5871 * gst-libs/gst/rtsp/gstrtspbase64.h:
5872 API: gst_rtsp_base64_decode_ip()
5873 Added function to decode Base64 in-place.
5875 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
5877 * tests/check/libs/.cvsignore:
5878 Ignore the mixer test binary.
5880 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
5882 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
5883 Gratuitous comment change to trigger a rebuild on the buildbots.
5885 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
5887 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
5888 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
5889 (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
5890 (gst_sdp_media_get_format), (gst_sdp_media_get_information),
5891 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
5892 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
5893 (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
5894 (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
5895 (gst_sdp_media_get_attribute_val):
5896 * gst-libs/gst/sdp/gstsdpmessage.h:
5897 Constify args where we can.
5899 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
5901 * gst-libs/gst/interfaces/Makefile.am:
5902 * gst-libs/gst/interfaces/rtspextension.c:
5903 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
5904 (gst_rtsp_extension_detect_server),
5905 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
5906 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
5907 (gst_rtsp_extension_configure_stream),
5908 (gst_rtsp_extension_get_transports),
5909 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
5910 * gst-libs/gst/interfaces/rtspextension.h:
5911 Move interface for RTSP extensions from -good to here.
5912 Added helper methods to invoke interface methods.
5914 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
5916 * docs/libs/gst-plugins-base-libs-sections.txt:
5917 * gst-libs/gst/rtsp/gstrtspdefs.h:
5918 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
5919 (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
5920 (gst_rtsp_message_init_response),
5921 (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
5922 (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
5923 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
5924 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
5925 (gst_rtsp_message_get_body), (dump_key_value):
5926 * gst-libs/gst/rtsp/gstrtspmessage.h:
5927 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
5928 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
5929 (gst_rtsp_range_parse):
5930 * gst-libs/gst/rtsp/gstrtsprange.h:
5931 * gst-libs/gst/rtsp/gstrtsptransport.c:
5932 * gst-libs/gst/rtsp/gstrtspurl.c:
5933 Fix some more RTSP docs.
5934 Add some missing methods for dealing with messages.
5936 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
5938 * docs/libs/gst-plugins-base-libs-docs.sgml:
5939 * docs/libs/gst-plugins-base-libs-sections.txt:
5940 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
5941 * gst-libs/gst/rtsp/gstrtspbase64.h:
5942 * gst-libs/gst/rtsp/gstrtspconnection.c:
5943 (gst_rtsp_connection_connect), (add_auth_header),
5944 (gst_rtsp_connection_write), (gst_rtsp_connection_send),
5945 (read_body), (gst_rtsp_connection_receive),
5946 (gst_rtsp_connection_next_timeout),
5947 (gst_rtsp_connection_reset_timeout),
5948 (gst_rtsp_connection_set_auth):
5949 * gst-libs/gst/rtsp/gstrtspconnection.h:
5950 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5951 * gst-libs/gst/rtsp/gstrtspdefs.h:
5952 * gst-libs/gst/rtsp/gstrtspmessage.h:
5953 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
5954 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
5955 (gst_rtsp_range_parse):
5956 * gst-libs/gst/rtsp/gstrtspurl.h:
5957 Added beginnings of RTSP documentation.
5959 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
5961 * docs/libs/Makefile.am:
5962 * docs/libs/gst-plugins-base-libs-docs.sgml:
5963 * docs/libs/gst-plugins-base-libs-sections.txt:
5964 * gst-libs/gst/sdp/gstsdp.h:
5965 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
5966 (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
5967 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
5968 (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
5969 (gst_sdp_message_get_attribute_val),
5970 (gst_sdp_message_add_attribute), (gst_sdp_media_new),
5971 (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
5972 (gst_sdp_media_get_media), (gst_sdp_media_set_media),
5973 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
5974 (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
5975 (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
5976 (gst_sdp_media_get_format), (gst_sdp_media_add_format),
5977 (gst_sdp_media_get_information), (gst_sdp_media_set_information),
5978 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
5979 (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
5980 (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
5981 (gst_sdp_media_set_key), (gst_sdp_media_get_key),
5982 (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
5983 (gst_sdp_media_get_attribute_val_n),
5984 (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
5985 (print_media), (gst_sdp_message_dump):
5986 * gst-libs/gst/sdp/gstsdpmessage.h:
5987 Document the SDP library.
5988 Add some of the missing SDPMedia methods.
5990 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
5993 * gst-libs/gst/Makefile.am:
5994 * gst-libs/gst/rtsp/Makefile.am:
5995 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
5996 * gst-libs/gst/rtsp/gstrtspbase64.h:
5997 * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
5998 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
5999 (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
6000 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
6001 (parse_response_status), (parse_request_line), (parse_line),
6002 (gst_rtsp_connection_read), (read_body),
6003 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
6004 (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
6005 (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
6006 (gst_rtsp_connection_set_auth):
6007 * gst-libs/gst/rtsp/gstrtspconnection.h:
6008 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
6009 (gst_rtsp_strresult), (gst_rtsp_method_as_text),
6010 (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
6011 (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
6012 (gst_rtsp_find_method):
6013 * gst-libs/gst/rtsp/gstrtspdefs.h:
6014 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
6015 (gst_rtsp_message_new), (gst_rtsp_message_init),
6016 (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
6017 (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
6018 (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
6019 (gst_rtsp_message_free), (gst_rtsp_message_add_header),
6020 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
6021 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
6022 (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
6023 (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
6024 (gst_rtsp_message_dump):
6025 * gst-libs/gst/rtsp/gstrtspmessage.h:
6026 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
6027 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
6028 (gst_rtsp_range_parse), (gst_rtsp_range_free):
6029 * gst-libs/gst/rtsp/gstrtsprange.h:
6030 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
6031 (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
6032 (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
6033 (range_as_text), (rtsp_transport_mode_as_text),
6034 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
6035 (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
6036 (gst_rtsp_transport_free):
6037 * gst-libs/gst/rtsp/gstrtsptransport.h:
6038 * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
6039 (gst_rtsp_url_free), (gst_rtsp_url_set_port),
6040 (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
6041 * gst-libs/gst/rtsp/gstrtspurl.h:
6042 * gst-libs/gst/sdp/Makefile.am:
6043 * gst-libs/gst/sdp/gstsdp.h:
6044 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
6045 (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
6046 (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
6047 (gst_sdp_attribute_init), (gst_sdp_message_new),
6048 (gst_sdp_message_init), (gst_sdp_message_uninit),
6049 (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
6050 (gst_sdp_media_uninit), (gst_sdp_media_free),
6051 (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
6052 (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
6053 (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
6054 (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
6055 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6056 (gst_sdp_message_get_attribute_val),
6057 (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
6058 (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
6059 (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
6060 (gst_sdp_media_get_attribute_val_n),
6061 (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
6062 (read_string), (read_string_del), (gst_sdp_parse_line),
6063 (gst_sdp_message_parse_buffer), (print_media),
6064 (gst_sdp_message_dump):
6065 * gst-libs/gst/sdp/gstsdpmessage.h:
6066 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6067 Move SDP and RTSP from helper objects in -good to a reusable library.
6068 Use a proper gst_ namespace.
6070 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
6072 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6073 (vorbis_dec_flush_decode):
6074 Use the new buffer clipping function from gstaudio here.
6076 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
6078 * docs/libs/gst-plugins-base-libs-sections.txt:
6079 * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
6080 * gst-libs/gst/audio/audio.h:
6081 * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
6082 API: Add buffer clipping function for raw audio buffers. Fixes #456656.
6083 Also add deprecation guards for gst_audio_structure_set_int() to the
6086 2007-07-23 Stefan Kost <ensonic@users.sf.net>
6088 * docs/libs/gst-plugins-base-libs-sections.txt:
6091 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
6093 Patch by: Dan Williams <dcbw at redhat dot com>
6095 * gst/playback/gstplaybasebin.c:
6096 (gst_play_base_bin_get_streaminfo_value_array):
6097 Don't return NULL when querying the stream info value array but instead
6098 return an empty array. Fixes #459204.
6100 2007-07-23 Tim-Philipp Müller <tim at centricular dot net>
6102 * gst/playback/gsturidecodebin.c:
6103 Init debug category before using it.
6105 2007-07-21 Jan Schmidt <thaytan@noraisin.net>
6107 * gst-libs/gst/interfaces/mixer.h:
6108 Add padding vars in place of the signal pointers
6109 when building with DISABLE_DEPRECATED so that the
6110 interface structure doesn't change size.
6112 2007-07-20 Jan Schmidt <thaytan@noraisin.net>
6114 * docs/libs/gst-plugins-base-libs-sections.txt:
6115 * ext/alsa/gstalsamixer.c:
6116 * ext/alsa/gstalsamixer.h:
6117 * ext/alsa/gstalsamixerelement.c:
6118 * ext/alsa/gstalsamixertrack.c:
6119 * gst-libs/gst/interfaces/mixer.c:
6120 * gst-libs/gst/interfaces/mixer.h:
6121 * gst-libs/gst/interfaces/mixeroptions.c:
6122 * gst-libs/gst/interfaces/mixeroptions.h:
6123 * gst-libs/gst/interfaces/mixertrack.c:
6124 * gst-libs/gst/interfaces/mixertrack.h:
6125 * tests/check/Makefile.am:
6126 * tests/check/libs/mixer.c:
6128 Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
6131 Add support for notifying mixer changes on the message bus, and
6132 implement it in alsamixer.
6134 API: gst_mixer_get_mixer_flags
6135 API: gst_mixer_message_parse_mute_toggled
6136 API: gst_mixer_message_parse_record_toggled
6137 API: gst_mixer_message_parse_volume_changed
6138 API: gst_mixer_message_parse_option_changed
6139 API: GstMixerMessageType
6142 2007-07-20 Michael Smith <msmith@fluendo.com>
6144 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6145 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
6146 xcontext->im_format is only for testing XShm support (as the header
6147 file comments document). Use xvimage->im_format for everything else.
6148 Avoids spurious warnings on buffer allocation before setcaps.
6150 2007-07-20 Stefan Kost <ensonic@users.sf.net>
6152 * tests/examples/volume/Makefile.am:
6153 * tests/icles/Makefile.am:
6154 We should use $(LIBM).
6156 2007-07-20 Stefan Kost <ensonic@users.sf.net>
6158 * tests/icles/Makefile.am:
6161 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
6163 * gst-libs/gst/rtp/gstbasertppayload.c:
6164 (gst_basertppayload_class_init), (gst_basertppayload_init),
6165 (gst_basertppayload_set_property),
6166 (gst_basertppayload_get_property):
6167 Don't break ABI, restore previous ranges. Keep the default random
6168 selection of timestamp and seqnum offset but as soon as the app sets a
6169 specific value, use that one.
6171 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
6173 Patch by: Bastien Nocera <hadess at hadess dot net>
6175 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6176 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6177 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6178 * sys/xvimage/xvimagesink.h:
6179 Add option to turn off double-buffering for debugging purposes.
6182 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
6184 Patch by: Jorn Baayen <jorn at openedhand dot com>
6186 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
6187 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
6188 (gst_ximagesink_init), (gst_ximagesink_class_init):
6189 * sys/ximage/ximagesink.h:
6190 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
6191 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6192 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6193 * sys/xvimage/xvimagesink.h:
6194 add 'handle-expose' property. Useful for video widgets which may want to
6195 be in control of Expose behaviour. Fixes #380625
6197 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
6199 * gst-libs/gst/rtp/gstbasertppayload.c:
6200 (gst_basertppayload_class_init), (gst_basertppayload_init),
6201 (gst_basertppayload_event), (gst_basertppayload_push),
6202 (gst_basertppayload_set_property),
6203 (gst_basertppayload_get_property),
6204 (gst_basertppayload_change_state):
6205 * gst-libs/gst/rtp/gstbasertppayload.h:
6206 Fix ranges of rtp payloader properties so that the full range can be
6207 used in addition to -1 (random).
6208 Fix wrong seqnum reporting in caps.
6211 2007-07-13 Wim Taymans <wim.taymans@gmail.com>
6213 * gst/videorate/gstvideorate.c: (gst_video_rate_init),
6214 (gst_video_rate_query):
6216 Add latency query, might not be perfect yet but already works a lot
6217 better. Fixes #442557.
6219 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
6221 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6222 (gst_xvimagesink_setcaps):
6223 * sys/xvimage/xvimagesink.h:
6224 After a caps change, redraw our borders to avoid garbage left there
6225 when the image format changes to a smaller size, like 16:9 -> 4:3
6226 Also, hold the flow_lock a bit longer in the set_caps while we're
6227 fiddling with the xcontext.
6229 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
6233 * tests/Makefile.am:
6234 Remove bogus check for libcheck, since we check for
6235 gstreamer-check and it pulls in the required info from there, and we
6236 weren't actually _using_ the information for libcheck ourselves
6239 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
6241 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6242 (gst_ffmpeg_caps_to_pixfmt):
6243 Fix the r_mask test for RGBA32 on little-endian.
6244 Fix a stupid typo that would have obviously broken
6245 compilation on big-endian, if anyone was testing.
6247 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
6249 * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
6251 * gst/videotestsrc/videotestsrc.h:
6252 Add alpha to the color struct.
6253 Use a default alpha value of 255 instead of 128.
6255 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
6257 * gst/playback/gstplaybasebin.c: (no_more_pads_full),
6259 Clear the dynamic pads counter when starting a new uri. This makes
6260 reusing playbin work again.
6263 2007-07-12 Stefan Kost <ensonic@users.sf.net>
6266 Use pkg-config to locate check.
6268 2007-07-12 Tim-Philipp Müller <tim at centricular dot net>
6271 * tests/check/elements/volume.c: (GST_START_TEST):
6272 Fix 'make check' build against core CVS.
6274 2007-07-10 Stefan Kost <ensonic@users.sf.net>
6276 * gst-libs/gst/interfaces/propertyprobe.c:
6277 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6278 * gst-libs/gst/tag/gstvorbistag.c:
6281 2007-07-08 Tim-Philipp Müller <tim at centricular dot net>
6283 * gst-libs/gst/audio/gstbaseaudiosink.c:
6284 (gst_base_audio_sink_callback):
6285 Quick hack to make audiosinks stop at EOS when operating in
6286 pull-mode; needs to be fixed properly some day.
6288 2007-07-06 Stefan Kost <ensonic@users.sf.net>
6290 * docs/libs/gst-plugins-base-libs-sections.txt:
6291 Fix location of includes in the docs.
6293 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
6295 * gst/ffmpegcolorspace/avcodec.h:
6296 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6297 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6298 (gst_ffmpegcsp_avpicture_fill):
6299 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
6300 (img_get_alpha_info):
6301 Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
6302 of the existing BGRA32 and RGBA32 formats with the alpha at the other
6303 end of the word. Partially fixes #451908
6305 2007-07-05 Stefan Kost <ensonic@users.sf.net>
6307 * docs/libs/Makefile.am:
6308 * docs/plugins/Makefile.am:
6309 Simplify --extra-dir as gtkdoc scans recursively.
6311 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
6313 * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
6314 (gst_adder_request_new_pad):
6315 Make getcaps more robust by not using the proxycaps function. This makes
6316 sure that we don't end up recursively calling getcaps upstream.
6319 2007-06-29 Wim Taymans <wim.taymans@gmail.com>
6321 * gst/audioconvert/audioconvert.c:
6322 Include math.h to fix compilation.
6324 2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
6326 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6327 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
6328 Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
6329 format, as produced by some dc1394 cameras like the iSight.
6330 See http://www.fourcc.org/yuv.php#IYU1
6332 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
6334 * gst/audioconvert/Makefile.am:
6335 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
6336 (check_default), (audio_convert_prepare_context),
6337 (audio_convert_clean_context), (audio_convert_convert):
6338 * gst/audioconvert/audioconvert.h:
6339 * gst/audioconvert/gstaudioconvert.c:
6340 (gst_audio_convert_dithering_get_type),
6341 (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
6342 (gst_audio_convert_init), (gst_audio_convert_set_caps),
6343 (gst_audio_convert_set_property), (gst_audio_convert_get_property):
6344 * gst/audioconvert/gstaudioconvert.h:
6345 * gst/audioconvert/gstaudioquantize.c:
6346 (gst_audio_quantize_setup_noise_shaping),
6347 (gst_audio_quantize_free_noise_shaping),
6348 (gst_audio_quantize_setup_dither),
6349 (gst_audio_quantize_free_dither),
6350 (gst_audio_quantize_setup_quantize_func),
6351 (gst_audio_quantize_setup), (gst_audio_quantize_free):
6352 * gst/audioconvert/gstaudioquantize.h:
6353 Implement dithering and noise shaping in audioconvert. By default now
6354 TPDF dithering (and no noise shaping) will be used when converting
6355 from a higher bit depth to 20 bit depth or smaller, otherwise
6356 everything will be as it is now.
6357 For the last audioconvert in a pipeline it would make sense to
6358 use some kind of noise shaping, enabling it by default for all
6359 conversions would give undesired results though. Fixes #360246.
6360 * tests/check/elements/audioconvert.c: (setup_audioconvert),
6362 Adjust unit test for the new audioconvert.
6364 2007-06-28 Wim Taymans <wim@fluendo.com>
6366 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
6367 Use other metrics as well when estimating the buffer level.
6369 2007-06-28 Wim Taymans <wim@fluendo.com>
6371 * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
6372 Small debug improvement.
6374 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
6376 Tweak the rate estimation period.
6377 When calculating the buffer filledness in rate estimation mode, don't
6378 mix it with other metrics.
6380 2007-06-28 Wim Taymans <wim@fluendo.com>
6382 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
6383 (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
6384 When creating the groups, allow for a 5 second, unlimited buffers
6385 preroll phase after which we expose the group.
6386 When the group is exposed, use a small number of buffers up to a 2
6387 second limit. Also disconnect the overrun signal from multiqueue when we
6388 exposed the group because it is not needed anymore.
6390 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
6392 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
6393 Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
6394 to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
6395 (#451707); also, output some debugging info when dealing with
6398 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
6399 Add unit test for the above.
6401 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
6403 * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
6404 Add description for Windows Media RTP caps.
6406 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
6407 Remove RTP fields that don't define the format from caps.
6409 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
6411 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
6412 Skip empty buffers, but not empty header buffers. That way the original
6413 vorbisdec unit test still passes (#451145); also, take into account
6414 that those empty packets might carry a granulepos.
6416 * tests/check/Makefile.am:
6417 * tests/check/elements/vorbisdec.c:
6418 (_create_codebook_header_buffer), (_create_audio_buffer),
6419 (GST_START_TEST), (vorbisdec_suite):
6420 Add unit test that sends an empty packet.
6422 2007-06-27 Wim Taymans <wim@fluendo.com>
6424 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
6425 Don't error out on 0-sized packets, just emit a warning because this is
6426 not a fatal error. Fixes #451145.
6428 2007-06-25 Stefan Kost <ensonic@users.sf.net>
6430 * docs/plugins/gst-plugins-base-plugins.args:
6431 * docs/plugins/gst-plugins-base-plugins.signals:
6432 * docs/plugins/inspect/plugin-adder.xml:
6433 * docs/plugins/inspect/plugin-alsa.xml:
6434 * docs/plugins/inspect/plugin-audioconvert.xml:
6435 * docs/plugins/inspect/plugin-audiorate.xml:
6436 * docs/plugins/inspect/plugin-audioresample.xml:
6437 * docs/plugins/inspect/plugin-audiotestsrc.xml:
6438 * docs/plugins/inspect/plugin-cdparanoia.xml:
6439 * docs/plugins/inspect/plugin-decodebin.xml:
6440 * docs/plugins/inspect/plugin-decodebin2.xml:
6441 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6442 * docs/plugins/inspect/plugin-gdp.xml:
6443 * docs/plugins/inspect/plugin-gnomevfs.xml:
6444 * docs/plugins/inspect/plugin-libvisual.xml:
6445 * docs/plugins/inspect/plugin-ogg.xml:
6446 * docs/plugins/inspect/plugin-pango.xml:
6447 * docs/plugins/inspect/plugin-playbin.xml:
6448 * docs/plugins/inspect/plugin-subparse.xml:
6449 * docs/plugins/inspect/plugin-tcp.xml:
6450 * docs/plugins/inspect/plugin-theora.xml:
6451 * docs/plugins/inspect/plugin-typefindfunctions.xml:
6452 * docs/plugins/inspect/plugin-video4linux.xml:
6453 * docs/plugins/inspect/plugin-videorate.xml:
6454 * docs/plugins/inspect/plugin-videoscale.xml:
6455 * docs/plugins/inspect/plugin-videotestsrc.xml:
6456 * docs/plugins/inspect/plugin-volume.xml:
6457 * docs/plugins/inspect/plugin-vorbis.xml:
6458 * docs/plugins/inspect/plugin-ximagesink.xml:
6459 * docs/plugins/inspect/plugin-xvimagesink.xml:
6460 Update docs with caps info.
6462 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
6465 Add more files with translatable strings (#450875).
6467 2007-06-23 Edward Hervey <edward@fluendo.com>
6469 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
6470 The chain should be freed if we error out here, else it will leak.
6471 * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
6472 (cleanup_decodebin):
6473 Don't forget to *properly* remove the signals, else it will leak.
6475 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
6478 Updating all the maintainers files
6480 2007-06-21 Stefan Kost <ensonic@users.sf.net>
6482 * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
6484 Destroy and recreate parse-launch based pipeline after stop to be able
6485 to play again. Reorder some code and add more comments.
6487 2007-06-20 Jan Schmidt <thaytan@mad.scientist.com>
6489 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6490 When handling a delayed-caps notification case, mark
6491 the group as dynamic so that the nbdynamic count is
6492 incremented and decremented correctly. Fixes: #449156
6493 Patch by: Wim Taymans <wim@fluendo.com>
6495 2007-06-19 Andy Wingo <wingo@pobox.com>
6497 * gst-libs/gst/audio/gstbaseaudiosink.c
6498 (gst_base_audio_sink_init): Enable pull-mode operation.
6500 2007-06-19 Michael Smith <msmith@fluendo.com>
6502 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6503 Change minimum rate back to 1000 to allow low-sample-rate wav files
6506 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
6509 Update translations.
6511 2007-06-15 David Schleef <ds@schleef.org>
6513 * gst/playback/gstqueue2.c:
6514 Fix compile error from ignored return value.
6516 2007-06-15 Michael Smith <msmith@fluendo.com>
6518 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
6519 Update tmpbuf for all neccesary rows, not just one, as is required
6523 2007-06-15 Michael Smith <msmith@fluendo.com>
6525 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
6527 Add a test that ensures we set DELTA_UNIT on all non-header,
6528 non-video buffers, if we have a video stream.
6529 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6530 (gst_ogg_mux_process_best_pad):
6531 Move setting delta_pad to earlier, where we inspect all pads, so
6532 that leading audio pages don't get DELTA_UNIT unset if they come
6533 before the first DELTA_UNIT from video pages. Fixes the newly-added
6534 test. Fixes #385527.
6536 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
6538 * tests/check/pipelines/streamheader.c: (streamheader_suite):
6539 Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
6540 fails on the p5-ppc64 build bot and the failure looks like it is due
6541 to the same issue as #348114, ie. a compiler bug.
6543 2007-06-13 Edward Hervey <edward@fluendo.com>
6545 * gst/playback/gstqueue2.c: (gst_queue_create_read):
6546 Fix build on MacOSX.
6548 2007-06-13 Wim Taymans <wim@fluendo.com>
6550 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6551 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
6552 Fix compilation on mingw. Fixes #446972.
6554 2007-06-12 Wim Taymans <wim@fluendo.com>
6556 Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
6558 * gst/playback/gstqueue2.c: (update_buffering),
6559 (gst_queue_locked_enqueue):
6560 Fix a division by zero when the max percent is <= 0. Fixes #446572.
6561 also update the buffering status when receiving events. Fixes #446551.
6563 2007-06-11 Wim Taymans <wim@fluendo.com>
6565 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
6567 * gst/playback/gstqueue2.c: (gst_queue_peer_query),
6568 (gst_queue_handle_src_query):
6569 Wait for preroll before attempting to forward a duration query upstream.
6572 2007-06-07 Sebastien Moutte <sebastien@moutte.net>
6574 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6575 (gst_base_rtp_depayload_set_gst_timestamp):
6576 Use G_GINT64_CONSTANT macro for int64 constant.
6577 * win32/common/libgstinterfaces.def:
6578 * win32/common/libgsttag.def:
6579 Add new exported functions.
6581 2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
6583 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
6584 The BOS page of the first Dirac video stream needs to come before
6585 the BOS page of any Vorbis streams or other audio streams, just like
6588 2007-06-07 Wim Taymans <wim@fluendo.com>
6590 * gst/playback/gstqueue2.c: (gst_queue_get_range):
6593 2007-06-06 Wim Taymans <wim@fluendo.com>
6595 Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
6597 * gst/playback/gstqueue2.c: (gst_queue_init),
6598 (gst_queue_handle_sink_event), (gst_queue_chain),
6599 (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
6600 (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
6601 (gst_queue_src_activate_pull):
6602 Add pull based scheduling and fix some deadlocks. Fixes #444523.
6603 Does not yet completely work because duration queries upstream won't
6606 2007-06-06 Wim Taymans <wim@fluendo.com>
6609 * gst/playback/gstqueue2.c: (gst_queue_create_read):
6610 Some more fseeko checks.
6612 2007-06-06 Wim Taymans <wim@fluendo.com>
6615 check for large file support.
6617 2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
6619 Based on a patch by Sven Arvidsson <sa at whiz dot se>:
6621 * gst/subparse/gstsubparse.c: (parse_subrip),
6622 (subviewer_unescape_newlines), (parse_subviewer),
6623 (gst_sub_parse_data_format_autodetect),
6624 (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
6625 * gst/subparse/gstsubparse.h:
6626 Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
6627 * tests/check/elements/subparse.c: (GST_START_TEST),
6629 Add a unit test for both SubViewer formats.
6631 2007-06-01 Michael Smith <msmith@fluendo.com>
6633 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
6634 Don't overflow intermediate values when seeking to large time values
6637 2007-06-05 Wim Taymans <wim@fluendo.com>
6639 * gst/playback/gstqueue2.c: (gst_queue_have_data),
6640 (gst_queue_create_read), (gst_queue_read_item_from_file),
6641 (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
6642 Include stdio to define fseeko.
6644 2007-06-05 Wim Taymans <wim@fluendo.com>
6646 Patch by: Edward Hervey <edward@fluendo.com>
6648 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
6650 Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
6652 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
6654 * gst-libs/gst/riff/Makefile.am:
6655 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
6656 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
6657 our own implementation.
6659 2007-06-05 Wim Taymans <wim@fluendo.com>
6661 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6662 (gst_base_rtp_depayload_setcaps),
6663 (gst_base_rtp_depayload_set_gst_timestamp),
6664 (gst_base_rtp_depayload_change_state):
6665 Handle timestamp wraparound.
6667 2007-06-05 Wim Taymans <wim@fluendo.com>
6669 * gst/playback/gsturidecodebin.c: (no_more_pads_full),
6670 (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
6671 (gst_uri_decode_bin_change_state):
6672 Make sure we name srcpads uniquely even when using different internal
6674 Signal no-more-pads when no more dynamic elements exist.
6675 Remove pads on cleanup.
6677 2007-06-05 Wim Taymans <wim@fluendo.com>
6679 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
6681 * gst/playback/gstqueue2.c: (gst_queue_class_init),
6682 (gst_queue_init), (gst_queue_finalize),
6683 (gst_queue_write_buffer_to_file), (gst_queue_have_data),
6684 (gst_queue_create_read), (gst_queue_read_item_from_file),
6685 (gst_queue_open_temp_location_file),
6686 (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
6687 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6688 (gst_queue_is_empty), (gst_queue_is_filled),
6689 (gst_queue_change_state), (gst_queue_set_temp_location),
6690 (gst_queue_set_property):
6691 Add support for filebased buffering. Fixes #441264.
6693 2007-06-05 Wim Taymans <wim@fluendo.com>
6695 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
6696 (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
6697 (caps_notify_group_cb), (gst_decode_group_new),
6698 (gst_decode_group_free):
6699 Add support for delayed caps fixation when autoplugging.
6700 Optimize cases where a multiqueue is not needed/wanted, like right after
6701 anything that is not a demuxer.
6703 2007-06-05 Wim Taymans <wim@fluendo.com>
6705 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
6706 (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
6707 (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
6708 consideratly speedup ogg chain detection by not trying to find a base
6709 timestamp for skeleton streams.
6711 2007-06-05 Wim Taymans <wim@fluendo.com>
6713 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
6714 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
6715 (gst_multi_fd_sink_remove_flush),
6716 (gst_multi_fd_sink_remove_client_link),
6717 (gst_multi_fd_sink_handle_client_write),
6718 (gst_multi_fd_sink_handle_clients):
6719 * gst/tcp/gstmultifdsink.h:
6720 Add support for remove_flush.
6722 2007-06-05 Wim Taymans <wim@fluendo.com>
6724 * docs/design/draft-keyframe-force.txt:
6725 * ext/theora/theoraenc.c: (theora_enc_sink_event),
6727 Add draft design for forcing keyframes in encoders and implement in
6730 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
6735 === release 0.10.13 ===
6737 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
6740 releasing 0.10.13, "What's Going on?"
6742 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
6744 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6745 In riff, the depth is stored in the size field but it just means that
6746 the least significant bits are cleared. We can therefore just play
6747 the sample as if it had a depth == width. Fixes: #440997
6749 Patch by: Wim Taymans <wim@fluendo.com>
6750 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
6752 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
6754 * gst-libs/gst/floatcast/floatcast.h:
6755 Define inline when needed on win32 builds. Fixes: #441295
6756 Patch by: Sebastien Moutte <sebastien@moutte.net>
6758 2007-05-29 Wim Taymans <wim@fluendo.com>
6760 * gst/playback/gstplaybasebin.c: (queue_overrun),
6761 (no_more_pads_full):
6762 Stop buffering when the group is commited because the queues filled up.
6765 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
6767 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6768 (gst_alsa_mixer_free), (gst_alsa_mixer_update),
6769 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6770 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6771 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6772 * ext/alsa/gstalsamixer.h:
6773 * ext/alsa/gstalsamixerelement.c:
6774 (gst_alsa_mixer_element_interface_supported),
6775 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
6776 (gst_alsa_mixer_element_set_property),
6777 (gst_alsa_mixer_element_get_property),
6778 (gst_alsa_mixer_element_change_state):
6779 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
6780 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
6781 (gst_mixer_option_changed):
6782 * gst-libs/gst/interfaces/mixer.h:
6783 Revert commits towards #152864 made so far. We'll pick it up again
6784 after the 0.10.13 release.
6786 2007-05-24 Wim Taymans <wim@fluendo.com>
6788 * gst-libs/gst/audio/gstbaseaudiosink.c:
6789 (gst_base_audio_sink_render):
6790 After an interrupt (PAUSED/flush) assume that the next sample should not
6791 be aligned to the previous sample. Fixes #417992.
6793 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
6795 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6796 Don't add channels and rate fields to the template caps for
6797 audio/x-dts, as wavparse might not always be able to set them,
6798 which would then lead to 'caps are not a real subset of the
6799 template caps' warnings.
6801 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
6803 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6804 Handle unknown or invalid pads without crashing, as might occur if
6805 a media file like an mp3 is specified as a subtitle file.
6808 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
6810 * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
6812 Block the subtitle bin output queue before ghosting it and linking,
6813 then unblock after. This avoids spurious not-linked errors caused
6814 by the queue starting up (because it gets linked when it is ghosted).
6817 2007-05-23 Jan Schmidt <thaytan@mad.scientist.com>
6819 * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
6820 Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
6821 file. Avoids flukes where the input gets typefound to some valid but
6824 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
6826 * tests/check/Makefile.am:
6827 * tests/check/elements/.cvsignore:
6828 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
6829 (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
6830 Add unit test for gnomevfssink seeking and position reporting for
6833 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
6835 Patch by: Mark Nauwelaerts <manauw at skynet be>
6837 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
6838 (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
6839 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
6840 * ext/gnomevfs/gstgnomevfssink.h:
6841 Fix position reporting, especially after a seek (from upstream),
6844 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
6846 * ext/cdparanoia/gstcdparanoiasrc.c:
6849 2007-05-22 Jan Schmidt <thaytan@mad.scientist.com>
6851 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6852 Specify the full valid range for MP3 samplerates. Fixes a regression
6853 caused by extra header checks since the last release.
6855 2007-05-21 Jan Schmidt <thaytan@mad.scientist.com>
6857 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6858 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6859 Fix a locking-order bug I introduced with my changes the other day.
6860 Patch by Mike Smith.
6862 2007-05-21 Michael Smith <msmith@fluendo.com>
6864 * ext/theora/theoradec.c: (theora_handle_data_packet):
6865 Don't look inside 0-length packets (which indicate duplicated
6868 2007-05-21 Wim Taymans <wim@fluendo.com>
6870 * ext/cdparanoia/gstcdparanoiasrc.c:
6871 (gst_cd_paranoia_src_read_sector):
6872 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6873 (gst_base_audio_src_create):
6876 * ext/theora/theoradec.c: (theora_dec_sink_event):
6879 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6880 (gst_base_rtp_depayload_set_gst_timestamp):
6883 * gst/playback/gstdecodebin.c: (queue_underrun_cb):
6884 And some debug info when a FIXME path is hit.
6886 2007-05-21 Wim Taymans <wim@fluendo.com>
6888 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6889 (gst_base_rtp_audio_payload_class_init),
6890 (gst_base_rtp_audio_payload_init),
6891 (gst_base_rtp_audio_payload_finalize),
6892 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
6893 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
6894 (gst_base_rtp_payload_audio_handle_event):
6895 Some cleanups, remove minptime property as it is now in the parent
6897 Override parent class event function.
6899 * gst-libs/gst/rtp/gstbasertppayload.c:
6900 (gst_basertppayload_class_init), (gst_basertppayload_init),
6901 (gst_basertppayload_event), (gst_basertppayload_set_property),
6902 (gst_basertppayload_get_property):
6903 * gst-libs/gst/rtp/gstbasertppayload.h:
6904 Add min-ptime property.
6905 Add handle-event vmethod. Fixes #415001.
6907 2007-05-18 Stefan Kost <ensonic@users.sf.net>
6909 * gst-libs/gst/audio/gstbaseaudiosink.c
6910 (gst_base_audio_sink_change_state):
6911 Fix typo in comment.
6913 * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
6914 free_dynamics, pad_probe, close_pad_link, try_to_link_1,
6915 get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
6917 * gst/playback/gstplaybin.c (gst_play_bin_set_property,
6918 gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
6919 Remove trailing whitespaces in comments.
6921 * gst/volume/Makefile.am:
6924 2007-05-18 Stefan Kost <ensonic@users.sf.net>
6926 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
6928 * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
6929 set_option, get_option, _gst_reserved):
6930 Revert reordering functions (keep ABI).
6932 2007-05-17 Jan Schmidt <thaytan@mad.scientist.com>
6934 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6935 (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
6936 (gst_ximagesink_show_frame):
6937 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6938 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
6939 (gst_xvimagesink_show_frame):
6940 When we create our own window, indicate that we handle the
6941 WM_DELETE client message from the window manager, so that it won't
6942 kill our window (and our app) along with it. Handle ClientMessage,
6943 post an error on the bus, and close the window. Further buffers
6944 arriving will result in a FlowError because the window has been
6949 Clean up the X event handling loop and make them the same for
6950 both xvimagesink and ximagesink while I'm at it.
6952 2007-05-17 Wim Taymans <wim@fluendo.com>
6954 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
6955 Make decodebin2 autoplug depayloaders too.
6957 * gst/playback/gsturidecodebin.c: (source_new_pad):
6958 Set the newly created decoder in a usable state when autoplugging a
6959 dynamic source such as RTSP.
6961 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
6963 * gst/playback/gststreaminfo.c: (cb_probe):
6964 Ignore video-codec tag for audio streams and ignore audio-codec tags
6965 for video streams. Should make codec name collection a bit more
6966 robust against sloppy demuxers that send tag events containing both
6969 2007-05-17 Wim Taymans <wim@fluendo.com>
6971 * gst/playback/gstqueue2.c: (update_rates):
6972 Tweak the buffering thresholds a little.
6973 Update the buffer size with the previously calculate rate instead of
6974 only when we calculate a new rate so that we get smoother buffering
6977 * gst/playback/Makefile.am:
6978 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
6979 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6980 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6981 (gst_uri_decode_bin_get_property), (unknown_type),
6982 (add_element_stream), (no_more_pads_full), (no_more_pads),
6983 (source_no_more_pads), (new_decoded_pad), (array_has_value),
6984 (gen_source_element), (has_all_raw_caps), (analyse_source),
6985 (remove_decoders), (make_decoder), (remove_source),
6986 (source_new_pad), (setup_source), (decoder_query_init),
6987 (decoder_query_duration_fold), (decoder_query_duration_done),
6988 (decoder_query_position_fold), (decoder_query_position_done),
6989 (decoder_query_latency_fold), (decoder_query_latency_done),
6990 (decoder_query_seeking_fold), (decoder_query_seeking_done),
6991 (decoder_query_generic_fold), (gst_uri_decode_bin_query),
6992 (gst_uri_decode_bin_change_state), (plugin_init):
6993 New element that intergrates a source, optional buffering element and
6996 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
6999 Bump libtheora requirement to 1.0alpha5 for the pixformat check
7000 (also has a .pc file, so we don't need the fallback check any
7001 longer). Fixes #438840.
7003 2007-05-17 Wim Taymans <wim@fluendo.com>
7005 * gst/playback/gstqueue2.c: (gst_queue_get_type),
7006 (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
7007 (apply_segment), (apply_buffer), (update_buffering),
7008 (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
7009 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7010 (gst_queue_handle_sink_event), (gst_queue_is_filled),
7011 (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
7015 2007-05-17 Wim Taymans <wim@fluendo.com>
7017 * gst/playback/Makefile.am:
7018 * gst/playback/gstqueue2.c: (gst_queue_get_type),
7019 (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
7020 (gst_queue_getcaps), (gst_queue_bufferalloc),
7021 (gst_queue_acceptcaps), (update_time_level), (apply_segment),
7022 (apply_buffer), (update_buffering), (reset_rate_timer),
7023 (update_rates), (gst_queue_locked_flush),
7024 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7025 (gst_queue_handle_sink_event), (gst_queue_is_empty),
7026 (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
7027 (gst_queue_loop), (gst_queue_handle_src_event),
7028 (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
7029 (gst_queue_src_activate_push), (gst_queue_change_state),
7030 (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
7031 On our way to playbin2 this is the new network queue that does buffering
7032 all by itself using high and low watermarks. It can also measure up and
7033 downstream bandwidth to optimally size the queue.
7035 2007-05-17 Michael Smith <msmith@fluendo.com>
7037 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7038 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
7039 Use the segment->last_stop value to calculate the next timestamp to
7040 generate after a seek; not the segment->start value.
7042 2007-05-15 David Schleef <ds@schleef.org>
7044 * docs/Makefile.am: Install docs even when --disable-gtk-doc
7045 is disabled. This matches the behavior of gtk+. Fixes #349099.
7047 2007-05-15 Wim Taymans <wim@fluendo.com>
7049 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7050 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
7051 Some more chained streaming ogg timestamp fixes.
7053 2007-05-15 Wim Taymans <wim@fluendo.com>
7055 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7056 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7057 (gst_ogg_demux_handle_page):
7059 Fix chain start/stop segment handling based on patch by
7060 <ahalda at cs dot mcgill dot ca> see #320984.
7062 2007-05-15 Michael Smith <msmith@fluendo.com>
7065 We don't require a C++ compiler. So don't require one.
7067 2007-05-15 Stefan Kost <ensonic@users.sf.net>
7069 * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
7070 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
7071 gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
7072 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
7073 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
7074 gst_alsa_mixer_update_track):
7075 Apply some of the cleanup Tim suggested in #152864 afterwards.
7077 2007-05-15 Stefan Kost <ensonic@users.sf.net>
7079 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7081 * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
7082 _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
7083 gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
7084 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
7085 gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
7086 gst_alsa_mixer_handle_source_callback,
7087 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
7088 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
7089 gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
7090 gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
7091 gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
7092 gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
7093 * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
7094 * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
7095 gst_alsa_mixer_element_interface_supported,
7096 gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
7097 gst_alsa_mixer_element_set_property,
7098 gst_alsa_mixer_element_get_property,
7099 gst_alsa_mixer_element_change_state):
7100 * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
7101 * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
7102 gst_mixer_option_changed):
7103 * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
7104 volume_changed, option_changed, _gst_reserved):
7105 Implement notification for alsamixer. Fixes #152864
7107 2007-05-14 David Schleef <ds@schleef.org>
7109 * gst/videotestsrc/videotestsrc.c:
7110 * gst/videotestsrc/videotestsrc.h:
7111 Add support for video/x-raw-bayer.
7113 2007-05-12 David Schleef <ds@schleef.org>
7115 * sys/xvimage/xvimagesink.c:
7116 Add some sanity checking for the XVImage size returned by X.
7119 2007-05-12 Wim Taymans <wim@fluendo.com>
7121 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7122 (gst_base_rtp_depayload_setcaps),
7123 (gst_base_rtp_depayload_set_gst_timestamp):
7124 Parse and use additional caps fields as described in updated
7125 application/x-rtp caps spec.
7127 2007-05-12 Wim Taymans <wim@fluendo.com>
7129 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7130 (gst_ogg_demux_collect_chain_info):
7131 If there is a stream in a chain without any data packets, ignore the
7132 stream in the total length calculations. Might be related to #436820.
7134 2007-05-11 Jan Schmidt <thaytan@mad.scientist.com>
7136 * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
7137 (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
7138 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
7139 (mpeg_video_type_find), (mpeg_video_stream_type_find),
7142 Consolidate and re-work our mpeg system stream detection to probe
7143 more packets and produce a higher confidence result. Fixes a
7144 regression caused by lowering the typefind probability last year
7145 - related to bug #397810. Remove the redundant MPEG-1 specific
7146 typefind function, as the new one detects both MPEG-1 & MPEG-2
7149 Also cleanup the MPEG elementary and MPEG-TS detection functions a
7152 Tested against my media test directory, with some improvements and
7155 2007-05-10 Wim Taymans <wim@fluendo.com>
7157 * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
7158 (queue_out_of_data):
7159 Connect to the new queue "pushing" signal instead of the broken
7162 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
7164 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7165 (gst_base_rtp_audio_payload_handle_frame_based_buffer):
7166 Move variable declaration before the first instruction.
7167 * gst/videotestsrc/videotestsrc.c:
7168 Define M_PI if it's not defined yet.
7169 * win32/common/libgstrtp.def:
7170 Add new exported functions.
7172 2007-05-09 Michael Smith <msmith@fluendo.com>
7174 * ext/theora/theoradec.c: (theora_handle_type_packet):
7175 gst_pad_push_event() does not return a GstFlowReturn!
7177 2007-05-09 Wim Taymans <wim@fluendo.com>
7179 * tests/examples/seek/scrubby.c: (stop_cb), (main):
7180 * tests/examples/seek/seek.c: (do_seek):
7181 Some small cosmetic changes.
7183 2007-05-08 Stefan Kost <ensonic@users.sf.net>
7185 * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
7186 gst_adder_change_state):
7187 * gst/adder/gstadder.h (bps, offset, collect_event, segment,
7188 segment_pending, segment_position, segment_rate):
7189 Handle playback-rate on adder.
7191 2007-05-07 Michael Smith <msmith@fluendo.com>
7193 * ext/theora/gsttheoradec.h:
7194 * ext/theora/theoradec.c: (gst_theora_dec_reset),
7195 (theora_dec_sink_event), (theora_handle_comment_packet),
7196 (theora_handle_type_packet), (theora_dec_change_state):
7197 Don't push events (newsegment, tags) before initialising the
7199 This is neccesary for seeking to work correctly in gnonlin.
7201 2007-05-04 Stefan Kost <ensonic@users.sf.net>
7203 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7204 * gst/adder/gstadder.c:
7205 * gst/audiotestsrc/gstaudiotestsrc.c
7206 (gst_audio_test_src_create_white_noise):
7207 * gst/videotestsrc/gstvideotestsrc.c:
7208 * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
7209 VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
7210 volume_sink_template, volume_src_template, gst_volume_init,
7211 volume_process_double, volume_process_int16,
7212 volume_process_int16_clamp):
7213 Doc fixes and formatting.
7215 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
7217 * tests/check/Makefile.am:
7218 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7219 Minimal check for volume's GstController usability; also another
7222 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
7224 * gst-libs/gst/cdda/gstcddabasesrc.c:
7225 (gst_cdda_base_src_add_track):
7226 Fix it so that it (a) makes sense and (b) doesn't break
7227 everything cdda-related including the unit test.
7229 2007-05-04 Stefan Kost <ensonic@users.sf.net>
7231 * gst-libs/gst/cdda/gstcddabasesrc.c:
7232 (gst_cdda_base_src_add_track):
7233 Fix build when disabling asserts.
7235 2007-05-03 Tim-Philipp Müller <tim at centricular dot net>
7237 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7238 When XShm is not available, we might get row strides that are not
7239 rounded up to multiples of four; this is bad, because virtually
7240 every RGB-processing element in GStreamer assumes rowstrides are
7241 rounded up to multiples of four, so let's allocate at least enough
7242 memory to avoid crashes in this case. The image will still be
7243 displayed distorted though if this happens, so that still needs
7244 fixing (maybe by allocating a bigger image with an 'even' width
7245 and then clipping it appropriately when rendering - something for
7246 Xlib aficionados in any case).
7248 2007-05-03 Michael Smith <msmith@fluendo.com>
7250 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7251 If a buffer doesn't have a timestamp, assume it's contiguous with
7252 the previous buffer, and synthesise timestamps appropriately.
7254 2007-05-03 Edward Hervey <edward@fluendo.com>
7256 * tests/check/elements/videorate.c: (GST_START_TEST):
7257 Set buffer timestamp to a valid value in order to test the buffer
7258 really does stay in videorate.
7260 2007-05-03 Edward Hervey <edward@fluendo.com>
7262 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
7263 There is no sensible way to handle incoming buffers which don't have a
7264 valid timestamp. We therefore discard them and wait for the next one.
7266 2007-05-01 Tim-Philipp Müller <tim at centricular dot net>
7268 * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
7269 * gst/playback/gstdecodebin2.c: (plugin_init):
7270 Better error message for text files.
7272 2007-04-29 Wim Taymans <wim@fluendo.com>
7274 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
7275 Fix offset bug in generation RR packets.
7277 2007-04-27 Julien MOUTTE <julien@moutte.net>
7279 * ext/theora/theoradec.c: (_theora_granule_time),
7280 (theora_dec_push_forward), (theora_handle_data_packet),
7281 (theora_dec_decode_buffer): Calculate buffer duration correctly
7282 to generate a perfect stream (#433888).
7283 * gst/audioresample/gstaudioresample.c:
7284 (audioresample_check_discont): Glib provides ABS.
7286 2007-04-27 Wim Taymans <wim@fluendo.com>
7288 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7289 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
7290 (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
7291 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
7292 (gst_rtcp_packet_bye_set_reason):
7293 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7294 Fix RB block parsing and writing.
7295 Add support for constructing BYE packets.
7297 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
7299 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
7300 (gst_base_audio_src_create):
7302 When posting a warning message because samples were dropped, post
7303 something more intelligible than he default error message for clock
7304 errors which is just confusing in this context (#432984).
7306 2007-04-25 Wim Taymans <wim@fluendo.com>
7308 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
7309 (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
7310 (read_packet_header), (gst_rtcp_packet_move_to_next),
7311 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
7312 (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
7313 (gst_rtcp_packet_sdes_get_item_count),
7314 (gst_rtcp_packet_sdes_first_item),
7315 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
7316 (gst_rtcp_packet_sdes_first_entry),
7317 (gst_rtcp_packet_sdes_next_entry),
7318 (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
7319 (gst_rtcp_packet_sdes_add_entry):
7320 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7321 Implement code to write SR, RR and SDES packets.
7323 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
7325 Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
7327 * sys/ximage/ximagesink.c:
7328 Fix build if XShm is not available (#432362).
7330 2007-04-24 Sebastian Dröge <slomo@circular-chaos.org>
7332 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
7333 Initalize the AudioConvertCtx with zeroes, otherwise it will contain
7334 pointers to random memory which are passed to g_free() when
7335 audio_convert_prepare_context() is called the first time.
7337 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
7339 Patch by: Dan Williams <dcbw redhat com>
7341 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
7342 Don't leak incoming buffer if gst_pad_push() returns a
7343 non-OK flow. Fixes #432755.
7345 * tests/check/elements/videorate.c: (GST_START_TEST),
7347 Unit test for the above by Yours Truly.
7349 2007-04-23 Stefan Kost <ensonic@users.sf.net>
7351 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
7352 (gst_adder_sink_event), (gst_adder_collected):
7353 Fix non-flushing segmented seeks, Fixes #340060 for me
7355 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
7357 Patch by: Olivier Crete <tester at tester ca>
7359 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7360 (gst_base_rtp_audio_payload_class_init),
7361 (gst_base_rtp_audio_payload_init),
7362 (gst_base_rtp_audio_payload_dispose):
7363 Chain up to parent class in dispose function; get rid of
7364 unnecessary 'diposed' flag in private structure (#415001).
7366 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
7368 * docs/libs/gst-plugins-base-libs.types:
7369 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7370 (gst_base_rtp_audio_payload_class_init):
7371 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7372 * gst-libs/gst/rtp/gstbasertppayload.c:
7373 Some minor docs fixes and additions; also add missing 'Since' bits.
7375 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
7377 Patch by: Zeeshan Ali <zeenix gmail com>
7379 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7380 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
7381 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
7382 (gst_base_rtp_audio_payload_push):
7383 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7384 The recently-added gst_base_rtp_audio_payload_push() should take an
7385 object of type GstBaseRTPAudioPayload as first argument (#431672).
7387 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
7389 * gst/audioresample/gstaudioresample.c:
7390 Make more functions static, just because we can.
7392 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
7394 * tests/check/elements/audioresample.c:
7395 Add unit test for audioresample shutdown crasher (#420106).
7397 2007-04-20 Stefan Kost <ensonic@users.sf.net>
7399 * gst/subparse/gstsubparse.c:
7400 * gst/subparse/samiparse.c:
7401 Use GST_DISABLE_XML here
7403 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7404 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
7405 (gst_xvimagesink_buffer_alloc),
7406 (gst_xvimagesink_navigation_send_event):
7407 * sys/xvimage/xvimagesink.h:
7408 Include stdlib.h when using atoi.
7410 * tests/check/elements/playbin.c: (playbin_suite):
7411 Use GST_DISABLE_REGISTRY here
7413 2007-04-19 Michael Smith <msmith@fluendo.com>
7415 * ext/theora/gsttheoraenc.h:
7416 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7417 (theora_enc_sink_event), (theora_enc_change_state):
7418 Track initialisation state; don't try to use encoder state if we're
7419 not initialised (it'll segfault).
7421 2007-04-18 Stefan Kost <ensonic@users.sf.net>
7423 * tests/check/pipelines/.cvsignore:
7426 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
7428 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7429 Allow random depths between 1 and 32 instead of only multiplies of 8.
7431 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
7433 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7434 Set the maximum number of channels for PCM and float in the correct
7435 place to have it also used when creating the template caps.
7437 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
7439 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7440 Correctly support 4, 6 and 8 channels with normal PCM and float
7443 Fix the depth and signedness calculation in extensible wav files and
7444 also handle 1, 2, 4, 6, 8 channels here when a file without channel
7447 Add support for float, alaw and mulaw in extensible wav files.
7449 This allows correct playback of all but 5 files from
7450 http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
7452 (gst_riff_create_audio_template_caps):
7453 Add voxware and float formats to the template caps.
7455 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
7457 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
7459 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
7460 Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
7462 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7463 * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
7464 Use the correct format strings for integer formats.
7466 2007-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
7468 * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
7469 Don't use pad_alloc_buffer_and_set_caps to create a small header
7470 packet, or, worse, to create a big temporary video buffer using the
7473 2007-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
7475 * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
7476 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
7477 GST_START_TEST, buffer_probe_cb, GST_START_TEST):
7478 Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
7480 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
7482 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
7483 GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
7484 streamheader_suite):
7485 Add another test set up for failure
7487 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
7489 * tests/check/Makefile.am:
7490 * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
7491 GST_START_TEST, streamheader_suite, main):
7492 Add a test for the streamheader bug Wim fixed.
7494 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
7496 * ext/theora/theoradec.c: (theora_dec_sink_event):
7497 Fix misleading comment.
7499 2007-04-13 Stefan Kost <ensonic@users.sf.net>
7501 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7502 More sanity checks for the header fields.
7504 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
7506 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7507 Try encodings from all environment variables, not just those in the
7508 first environment variable that is set.
7510 2007-04-12 Wim Taymans <wim@fluendo.com>
7512 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
7513 (gst_video_rate_chain):
7516 * tests/check/elements/videorate.c: (GST_START_TEST),
7518 Added check for videorate changing caps handling. Closes #421834.
7520 2007-04-12 Michael Smith <msmith@fluendo.com>
7522 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7523 Use scale functions to avoid overflow when calculating duration of
7526 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
7528 * docs/libs/gst-plugins-base-libs-sections.txt:
7529 * gst-libs/gst/tag/tag.h:
7530 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7531 API: add gst_tag_freeform_string_to_utf8() (#405072).
7533 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
7534 Use gst_tag_freeform_string_to_utf8() here.
7536 2007-04-12 Wim Taymans <wim@fluendo.com>
7538 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
7539 (gst_gdp_pay_sink_event):
7540 Make sure we set the IN_CAPS flag correctly.
7542 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
7543 Get the IN_CAPS flag before we call functions that mess with the flags.
7545 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
7547 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
7548 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
7549 Only stamp buffers with offset/offset_end right before they get
7550 pushed. This ensures offset continuity, which was not the case
7552 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
7554 2007-04-06 Wim Taymans <wim@fluendo.com>
7556 * gst/playback/gstplaybin.c: (add_sink),
7557 (gst_play_bin_change_state):
7558 Activate sync in playbin, we are ready to handle it for live streams.
7560 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
7562 * tests/check/elements/playbin.c:
7563 (test_sink_usage_video_only_stream), (playbin_suite):
7564 Add small test for stream-info-value-array code paths.
7566 2007-04-05 Wim Taymans <wim@fluendo.com>
7568 * gst-libs/gst/audio/gstbaseaudiosink.c:
7569 (gst_base_audio_sink_skew_slaving):
7570 Don't try to create invalid calibration parameters by making the
7571 internal time go backwards, instead make external time go forward.
7573 2007-04-05 Wim Taymans <wim@fluendo.com>
7575 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7577 * gst/playback/gstplaybasebin.c: (add_stream):
7578 Fix leak in add_stream(), when g_value_set_object() increases the
7579 refcount of streaminfo object. Fixes #426250.
7581 2007-04-03 David Schleef <ds@schleef.org>
7583 * gst/videotestsrc/gstvideotestsrc.c:
7584 * gst/videotestsrc/gstvideotestsrc.h:
7585 * gst/videotestsrc/videotestsrc.c:
7586 * gst/videotestsrc/videotestsrc.h:
7587 Add a test pattern called "circular", which has concentric
7588 rings with varying radial frequency. The main purpose of this
7589 pattern is to test fidelity loss in a filter or scaler element.
7590 Notably, this pattern is scale invariant, and is optimally viewed
7591 with a width (and height) of 400.
7593 2007-04-03 Wim Taymans <wim@fluendo.com>
7595 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7597 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
7598 (deactivate_free_recursive):
7599 Decodebin2 doesn't unref pads it obtains in some occasions:
7600 - multiqueue src pads, when either connecting further or exposing
7601 - sink pads of new autoplugged elements
7602 - peer pads when recursively freeing elements
7605 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
7607 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7608 Add audio/x-raw-float support, now that audioconvert support
7609 non-native endianness floats.
7611 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
7613 * docs/libs/gst-plugins-base-libs-docs.sgml:
7614 gstreamer-plugins-base.pc doesn't exist, it's
7615 gstreamer-plugins-base-0.10.pc.
7617 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
7619 Patch by: René Stadler <mail at renestadler dot de>
7620 with some minor changes
7622 * gst-libs/gst/floatcast/floatcast.h:
7623 Use more efficient float endianness conversion functions that don't
7624 involve 2 function calls per value.
7625 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7626 (check_default), (audio_convert_prepare_context):
7627 * gst/audioconvert/gstaudioconvert.c:
7628 (gst_audio_convert_parse_caps), (make_lossless_changes):
7629 Support non-native endianness floats as input and output.
7631 * tests/check/elements/audioconvert.c: (verify_convert),
7633 Add unit tests for the non-native endianness float conversions.
7635 2007-03-29 Wim Taymans <wim@fluendo.com>
7637 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7638 (gst_base_rtp_depayload_base_init),
7639 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
7640 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7641 (gst_base_rtp_depayload_set_gst_timestamp),
7642 (gst_base_rtp_depayload_change_state),
7643 (gst_base_rtp_depayload_set_property),
7644 (gst_base_rtp_depayload_get_property):
7645 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7646 Add Private structure.
7647 Bring element code to 2007.
7648 Parse clock-base caps param and use it when generating the
7650 Reset variables before going to PAUSED.
7653 2007-03-29 Wim Taymans <wim@fluendo.com>
7655 * docs/libs/gst-plugins-base-libs-docs.sgml:
7656 * docs/libs/gst-plugins-base-libs-sections.txt:
7657 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7658 (gst_base_rtp_audio_payload_get_adapter):
7662 * gst-libs/gst/rtp/Makefile.am:
7663 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7664 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
7665 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
7666 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
7667 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
7668 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
7669 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
7670 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
7671 (gst_rtcp_packet_sr_get_sender_info),
7672 (gst_rtcp_packet_sr_set_sender_info),
7673 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
7674 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
7675 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
7676 (gst_rtcp_packet_sdes_get_chunk_count),
7677 (gst_rtcp_packet_sdes_first_chunk),
7678 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
7679 (gst_rtcp_packet_sdes_first_item),
7680 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
7681 (gst_rtcp_packet_bye_get_ssrc_count),
7682 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
7683 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
7684 (gst_rtcp_packet_bye_get_reason_len),
7685 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
7686 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7687 Add new helper object for parsing and creating RTCP messages.
7689 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
7691 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7692 PCM samples with width=8 must be always unsigned, no matter what
7695 2007-03-29 Andy Wingo <wingo@pobox.com>
7697 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
7698 perfect offsets also, not just timestamps.
7700 * tests/check/elements/videorate.c (test_more): Test that given
7701 any incoming offsets, that videorate produces perfect offsets.
7703 2007-03-29 Wim Taymans <wim@fluendo.com>
7705 * gst-libs/gst/riff/riff-ids.h:
7706 Add some more RIFF formats.
7708 2007-03-29 Wim Taymans <wim@fluendo.com>
7710 * gst-libs/gst/rtp/gstrtpbuffer.c:
7711 (gst_rtp_buffer_default_clock_rate):
7712 * gst-libs/gst/rtp/gstrtpbuffer.h:
7713 Fix fixed payload names and docs.
7714 Added method to get the default clock rates of fixed payload types.
7715 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
7717 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7719 * tests/check/pipelines/.cvsignore:
7720 Add new vorbisdec test to cvsignore.
7722 2007-03-28 Wim Taymans <wim@fluendo.com>
7724 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
7725 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
7726 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
7727 (gst_base_audio_sink_set_property),
7728 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
7729 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
7730 (gst_base_audio_sink_skew_slaving),
7731 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
7732 (gst_base_audio_sink_async_play):
7733 * gst-libs/gst/audio/gstbaseaudiosink.h:
7734 Store private stuff in GstBaseAudioSinkPrivate.
7735 Add configurable clock slaving modes property.
7736 API:: GstBaseAudioSink::slave-method property
7737 Some more latency reporting tweaks.
7738 Added skew based clock slaving correction and make it the default until
7739 the resampling method is more robust.
7741 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
7743 * gst/audioconvert/audioconvert.c:
7744 Add docs to the integer pack functions and implement proper
7745 rounding. Before we had rounding towards negative infinity, i.e.
7746 always the smaller number was taken. Now we use natural rounding,
7747 i.e. rounding to the nearest integer and to the one with the largest
7748 absolute value for X.5. The old rounding introduced some minor
7749 distortions. Fixes #420079
7750 * tests/check/elements/audioconvert.c: (GST_START_TEST):
7751 Fix one unit test that assumed the old rounding and added unit tests
7752 for checking signed/unsigned int16 <-> signed/unsigned int16 with
7753 depth 8, one for signed int16 <-> unsigned int16 and one for the new
7754 rounding from signed int32 to signed/unsigned int16.
7756 2007-03-27 Michael Smith <msmith@fluendo.com>
7758 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
7759 (gst_audio_convert_transform_caps):
7760 Fix typo in debug line introduced recently, as pointed out on irc.
7762 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
7764 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7765 * tests/check/libs/tag.c: (GST_START_TEST):
7766 Make sure we parse floating-point numbers in vorbis comments
7767 correctly with either '.' or ',' as separator, no matter what
7768 the current locale is. Add unit test for this too.
7770 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
7772 Patch by: René Stadler <mail at renestadler de>
7774 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
7775 When writing out floating-point numbers to vorbis comment tags, always
7776 use the same character as separator no matter what the current locale is
7779 * tests/check/libs/tag.c: (GST_START_TEST):
7780 Add unit tests for replaygain tags in vorbis comments (closes #423055).
7782 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
7784 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
7785 vorbis_handle_data_packet):
7786 Correctly set DURATION to generate a timestamp-continuous stream.
7787 One bug left at the end; see
7788 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
7789 * tests/check/Makefile.am:
7790 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
7791 Add a test to check this. Without the above patch this test fails.
7793 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
7795 * gst-libs/gst/rtp/Makefile.am:
7796 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
7798 2007-03-23 Michael Smith <msmith@fluendo.com>
7800 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
7801 (gst_video_rate_reset), (gst_video_rate_chain):
7802 If videorate changes caps, we can no longer use the old buffer
7803 (which may have a different size, incompatible with our caps).
7804 So don't do that; just duplicate the new frame more times.
7806 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
7808 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
7809 Remove playbin's override of the set_clock vmethod. It's irrelevant
7810 after Wim's commit on the 19th.
7812 2007-03-22 Wim Taymans <wim@fluendo.com>
7814 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
7815 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
7816 * ext/gnomevfs/gstgnomevfssrc.h:
7817 Don't cache file sizes. Fixes #341078.
7819 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
7821 * gst/playback/gstplaybin.c: (add_sink):
7822 Use GST_PTR_FORMAT to log caps.
7824 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
7826 Patch by: Young-Ho Cha <ganadist at chollian net>
7828 * gst/subparse/samiparse.c: (handle_start_font):
7829 Special-case some more colour names that pango doesn't handle by
7830 default. Fixes #420578.
7832 2007-03-20 Michael Smith <msmith@fluendo.com>
7834 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
7835 If we get a zero-sized input buffer, don't pass it to libvorbis, as
7836 that marks EOS internally. After that, libvorbis will buffer all
7837 input data, and encode none of it, eventually leading to memory
7840 2007-03-19 Wim Taymans <wim@fluendo.com>
7842 * gst/playback/gstdecodebin.c: (remove_fakesink):
7843 Don't post STATE_DIRTY anymore.
7845 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
7846 (gst_play_bin_change_state):
7847 Remove stream_time reset in seek handling, core does that now.
7848 Disable clocking for live pipelines by forcing a NULL clock to the
7849 complete pipeline, core is too smart now for our previous hack.
7850 We can always autoplug in PAUSED now.
7852 2007-03-17 David Schleef <ds@schleef.org>
7854 * REQUIREMENTS: Update this file, change the formatting to make
7855 it more consistent, plus more machine readable.
7857 2007-03-16 Michael Smith <msmith@fluendo.com>
7859 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7860 (strip_width_64), (append_with_other_format):
7861 Previous fix was too simplistic, and broke the tests. Use a better
7862 approach; only strip 64 from widths for integer audio.
7864 2007-03-16 Michael Smith <msmith@fluendo.com>
7866 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7867 (gst_audio_convert_transform_caps):
7868 We don't support 64 bit integer audio, so don't try to claim we can.
7869 Stops us producing caps don't match our template caps.
7872 2007-03-15 Michael Smith <msmith@fluendo.com>
7874 * gst/audioresample/gstaudioresample.c:
7875 (audioresample_check_discont), (audioresample_transform):
7876 Don't trigger discontinuities for very small imperfections; a filter
7877 flush will sound bad, and many plugins have rounding errors leading
7880 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
7882 Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
7884 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7885 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7886 API: add "min-ptime" property to RTP base audio payloader.
7887 API: add gst_base_rtp_audio_payload_push().
7888 API: add gst_base_rtp_audio_payload_get_adapter().
7890 Indentation/whitespace/documentation fixes.
7892 2007-03-14 Julien MOUTTE <julien@moutte.net>
7894 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
7895 (audioresample_transform_size), (audioresample_do_output),
7896 (audioresample_transform), (audioresample_pushthrough): Handle
7897 discontinuous streams.
7898 * gst/audioresample/gstaudioresample.h:
7899 * tests/check/elements/audioresample.c:
7900 (test_discont_stream_instance), (GST_START_TEST),
7901 (audioresample_suite): Add a test for discontinuous streams.
7902 * win32/common/config.h: Updated.
7904 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
7919 Update translations from translation project.
7921 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
7923 * gst/audioresample/debug.h:
7924 * gst/audioresample/resample.c: (resample_init):
7925 Since I really am not interested in a debug line for each sample
7926 being processed, move the library's debugging to its own category,
7929 2007-03-13 Michael Smith <msmith@fluendo.com>
7931 * ext/theora/theoradec.c: (theora_handle_type_packet):
7932 Since the plugin doesn't support anything other than 4:2:0 right
7933 now, post an error and fail if we get something else. Won't matter
7934 until libtheora supports the other pixel formats, but hopefully
7937 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
7939 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
7940 Use gst_guint64_to_gdouble for conversion.
7942 Add new files to the win32 MANIFEST.
7943 * win32/common/libgstaudio.def:
7944 * win32/common/libgstpbutils.def:
7945 Add new exported functions.
7946 * win32/vs6/gst_plugins_base.dsw:
7947 * win32/vs6/libgstdecodebin.dsp:
7948 * win32/vs6/libgstplaybin.dsp:
7949 Change the link to libgstpbutils.lib.
7950 * win32/vs6/libgstdecodebin2.dsp:
7951 Add a new project for decodebin2.
7952 * win32/vs6/libgstpbutils.dsp:
7953 Add a new project for pbutils.
7955 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
7957 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7958 Also accept partial dates with only year and month,
7959 like 1999-12-00 (fixes #410396 even more).
7961 * tests/check/libs/tag.c: (GST_START_TEST):
7962 Add unit test for the above.
7964 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
7966 * tests/check/elements/subparse.c: (GST_START_TEST),
7968 Add unit test for MPL2 subtitle format (#413799).
7970 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
7972 Patch by: Kamil Pawlowski <kamilpe gmail com>
7974 * gst/subparse/Makefile.am:
7975 * gst/subparse/gstsubparse.c:
7976 (gst_sub_parse_data_format_autodetect),
7977 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
7978 (gst_subparse_type_find):
7979 * gst/subparse/gstsubparse.h:
7980 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
7981 * gst/subparse/mpl2parse.h:
7982 Add support for MPL2 subtitle format (#413799).
7984 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
7987 We require core CVS for the new buffer metadata copy functions.
7989 2007-03-09 Wim Taymans <wim@fluendo.com>
7991 * gst-libs/gst/tag/gstid3tag.c:
7992 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
7995 Patch by: Alex Lancaster <alexl at users sourceforge net>
7997 2007-03-09 Wim Taymans <wim@fluendo.com>
7999 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
8000 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
8001 Improve adapter usage and comments.
8003 2007-03-09 Wim Taymans <wim@fluendo.com>
8005 * ext/pango/gsttextrender.c: (gst_text_render_chain):
8006 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
8007 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
8008 Use new metadata copy function.
8010 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8011 (gst_ffmpegcsp_transform):
8012 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
8013 Basetransform copied the metadata for us.
8015 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
8017 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
8018 (gst_text_overlay_video_event):
8019 Some more logging. Only accept newsegment events in TIME format and
8020 send a WARNING message if they are not in TIME format.
8022 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8023 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
8024 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
8025 * gst/subparse/gstsubparse.h:
8026 No need to allocate GstSegment structure dynamically, just put it
8027 into the instance structure; ignore newsegment events in BYTE
8028 format and in particular don't let it overwrite our saved TIME
8029 segment from the last seek.
8031 2007-03-09 Michael Smith <msmith@fluendo.com>
8033 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
8034 Replace AC3 typefinder with one that isn't terrible, and actually
8037 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
8039 * gst/audioconvert/gstaudioconvert.c:
8040 (gst_audio_convert_transform):
8041 fix error category and translatable string
8044 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
8046 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8047 * pkgconfig/gstreamer-plugins-base.pc.in:
8048 Fix up utils => pbutils here too.
8050 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
8052 * gst/subparse/gstsubparse.c: (handle_buffer):
8053 Break out of loop in chain function as soon as possible if we get
8054 a non-OK flow return.
8056 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
8058 * tests/check/elements/alsa.c: (GST_START_TEST):
8059 Unref the mixer if the state change fails too (if the
8060 alsa devices are inaccessible, for example)
8062 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
8064 * tests/check/Makefile.am:
8065 Don't test libvisual elements in the states check, because libvisual
8066 seems to leak internally.
8068 Re-enable the alsa and states tests now that there's new suppressions
8071 * tests/check/elements/alsa.c: (GST_START_TEST):
8072 Don't leak the alsamixer we instantiated.
8074 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
8076 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8077 (gst_ximagesink_change_state), (gst_ximagesink_reset),
8078 (gst_ximagesink_finalize):
8079 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
8080 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
8081 Move some cleanup stuff from the state change handler into a _reset()
8082 function that can be called from _finalize(). This ensures that things
8083 get freed even if (for some reason) the NULL->READY state transition
8084 fails in the parent class.
8085 Even if a parent state change fails, process our downward state change
8086 logic instead of bailing out early.
8087 Free the correct xcontext pointer in ximagesink's xcontext_clear.
8089 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
8091 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8094 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
8095 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
8096 Use pango_font_description_set_family_static instead of
8097 pango_font_description_set_family to save a string copy (it was
8098 leaking due to the strdup anyway)
8100 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
8101 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
8102 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
8103 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
8104 Chain up in finalize.
8106 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
8108 * gst-libs/gst/interfaces/mixertrack.c:
8109 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
8110 (gst_mixer_track_set_property):
8111 API: add "untranslated-label" property which should be set by
8112 implementations at construct time (#414645).
8114 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
8115 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8116 Set "untranslated-label" when constructing mixer track objects.
8118 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
8119 Unit test to check the above.
8121 2007-03-07 Wim Taymans <wim@fluendo.com>
8123 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
8124 Fix confusing debug message.
8126 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
8128 * gst-plugins-base.doap:
8129 update doap file with new version
8131 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
8136 === release 0.10.12 ===
8138 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
8141 releasing 0.10.12, "Zombie Horde"
8143 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
8146 Bump version to 0.10.11.4 pre-release
8148 2007-03-06 Wim Taymans <wim@fluendo.com>
8150 * gst-libs/gst/audio/gstbaseaudiosink.c:
8151 (gst_base_audio_sink_async_play):
8152 Fix regression that made GStreamer skip the first samples of audio.
8155 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
8158 Bump version to 0.10.11.3 pre-release
8160 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
8163 Update paths for the rename from utils to pbutils to fix the build.
8165 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
8167 * gst-libs/gst/pbutils/Makefile.am:
8168 Change directory to install headers in from gst/utils to gst/pbutils
8171 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
8174 * docs/libs/gst-plugins-base-libs-docs.sgml:
8175 * docs/libs/gst-plugins-base-libs-sections.txt:
8176 * gst-libs/gst/Makefile.am:
8177 * gst-libs/gst/interfaces/mixer.c:
8178 * gst-libs/gst/pbutils/Makefile.am:
8179 * gst-libs/gst/pbutils/descriptions.c:
8180 (gst_pb_utils_get_source_description),
8181 (gst_pb_utils_get_sink_description),
8182 (gst_pb_utils_get_decoder_description),
8183 (gst_pb_utils_get_encoder_description),
8184 (gst_pb_utils_get_element_description),
8185 (gst_pb_utils_add_codec_description_to_tag_list),
8186 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
8187 * gst-libs/gst/pbutils/descriptions.h:
8188 * gst-libs/gst/pbutils/install-plugins.c:
8189 * gst-libs/gst/pbutils/install-plugins.h:
8190 * gst-libs/gst/pbutils/missing-plugins.c:
8191 (gst_missing_uri_source_message_new),
8192 (gst_missing_uri_sink_message_new),
8193 (gst_missing_element_message_new),
8194 (gst_missing_decoder_message_new),
8195 (gst_missing_encoder_message_new),
8196 (gst_missing_plugin_message_get_description):
8197 * gst-libs/gst/pbutils/missing-plugins.h:
8198 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
8199 * gst-libs/gst/pbutils/pbutils.h:
8200 * gst-libs/gst/utils/Makefile.am:
8201 * gst-libs/gst/utils/base-utils.c:
8202 * gst-libs/gst/utils/base-utils.h:
8203 * gst-libs/gst/utils/descriptions.c:
8204 * gst-libs/gst/utils/descriptions.h:
8205 * gst-libs/gst/utils/install-plugins.c:
8206 * gst-libs/gst/utils/install-plugins.h:
8207 * gst-libs/gst/utils/missing-plugins.c:
8208 * gst-libs/gst/utils/missing-plugins.h:
8209 * gst-plugins-base.spec.in:
8210 * gst/playback/Makefile.am:
8211 * gst/playback/gstdecodebin.c:
8212 * gst/playback/gstdecodebin2.c:
8213 * gst/playback/gstplaybasebin.c: (setup_subtitle),
8214 (gen_source_element):
8215 * gst/playback/gstplaybin.c: (plugin_init):
8216 * tests/check/Makefile.am:
8217 * tests/check/libs/pbutils.c: (GST_START_TEST),
8218 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
8219 * tests/check/libs/utils.c:
8220 rename utils to pbutils
8222 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
8224 * docs/plugins/Makefile.am:
8225 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8226 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8227 * docs/plugins/inspect/plugin-decodebin2.xml:
8228 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
8229 Add documentation for decodebin2 that indicates that the API
8232 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
8235 Update to 0.10.11.2 (0.10.12 pre-release)
8237 2007-03-01 Wim Taymans <wim@fluendo.com>
8239 * gst-libs/gst/audio/gstbaseaudiosink.c:
8240 (gst_base_audio_sink_async_play):
8241 base time is irrelevant here.
8243 2007-03-01 Wim Taymans <wim@fluendo.com>
8245 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
8246 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
8249 * gst-libs/gst/audio/gstbaseaudiosink.c:
8250 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
8251 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
8252 Improve latency and clock slaving calculations.
8253 Improve slave clock calibration.
8255 * gst-libs/gst/audio/gstringbuffer.c:
8256 (gst_ring_buffer_commit_full):
8257 When we are asked to render N sample to 0 bytes, return N.
8259 2007-03-01 Wim Taymans <wim@fluendo.com>
8261 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8262 (gst_alsasink_write), (gst_alsasink_reset):
8263 * ext/alsa/gstalsasink.h:
8264 Remove unused dispose function.
8265 Rename lock to not interfere with alsasrc lock.
8267 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
8268 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
8269 (gst_alsasrc_read), (gst_alsasrc_reset):
8270 * ext/alsa/gstalsasrc.h:
8271 Implement finalize function.
8272 Use lock to protect alsa access.
8274 Fine tune sw params.
8276 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
8279 Convert to new AG_GST style.
8281 2007-02-28 Wim Taymans <wim@fluendo.com>
8283 Patch by: Ed Catmur <ed at catmur dot co dot uk>
8285 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
8286 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8287 Fix race condition when rapidly switching visualisations in playbin.
8290 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
8292 * tests/check/Makefile.am:
8293 Include local stuff before system installed things in LDFLAGS and
8296 2007-02-28 Wim Taymans <wim@fluendo.com>
8298 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
8301 2007-02-28 Wim Taymans <wim@fluendo.com>
8303 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
8304 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
8305 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
8306 Fix duration and timestamping, taking latency into account.
8307 Implement latency query.
8309 2007-02-28 Wim Taymans <wim@fluendo.com>
8311 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8312 (gst_audio_clock_new):
8315 * gst-libs/gst/audio/gstbaseaudiosink.c:
8316 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
8317 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8318 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
8319 (gst_base_audio_src_create):
8320 Improve latency query code.
8321 Use proper clock names.
8323 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
8325 * tests/check/generic/states.c: (GST_START_TEST):
8326 Copy the states.c test from core again
8327 * tests/check/Makefile.am:
8328 ignore cdio and cdparanoiasrc
8330 2007-02-28 Stefan Kost <ensonic@users.sf.net>
8332 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
8333 (double_hq), (audio_convert_get_func_index), (check_default),
8334 (audio_convert_prepare_context), (audio_convert_convert):
8335 Also make valgrind happy and avoid copying data in some cases.
8337 2007-02-28 Stefan Kost <ensonic@users.sf.net>
8339 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
8340 (double_hq), (audio_convert_get_func_index),
8341 (audio_convert_prepare_context), (audio_convert_convert):
8342 * gst/audioconvert/gstaudioconvert.c:
8343 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
8344 (gst_audio_convert_transform_caps):
8345 * tests/check/elements/audioconvert.c: (GST_START_TEST),
8346 (audioconvert_suite):
8347 Don't run inplace if that overwrites source data as we go. Add more
8348 tests. Fixes #339837 even more.
8350 2007-02-27 Julien MOUTTE <julien@moutte.net>
8352 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
8353 (msg_segment_done): Fix various seeking bugs (Slider was not
8354 updating when doing a non flushing seek, Reverse playback
8355 on segment seek was wrong).
8357 2007-02-26 Wim Taymans <wim@fluendo.com>
8359 * tests/examples/seek/seek.c: (stop_seek):
8360 When we stop scrubbing, don't leave the pipeline PLAYING when we
8361 requested a PAUSED state.
8363 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
8365 Patch by: René Stadler <mail at renestadler de>
8367 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8368 Parse date strings in vorbis comments that have an invalid (zero)
8369 month or day (#410396).
8371 * tests/check/libs/tag.c: (GST_START_TEST):
8372 Test case for the above.
8374 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
8376 Patch by: Loïc Minier <lool+gnome at via ecp fr>
8379 * ext/alsa/Makefile.am:
8380 * gst/audiotestsrc/Makefile.am:
8381 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
8383 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
8385 * gst/playback/gstplaybin.c:
8386 Improve docs: point out that the application needs to assist playbin
8389 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
8391 * gst-libs/gst/utils/install-plugins.c:
8392 * gst-libs/gst/utils/missing-plugins.c:
8393 * tests/check/libs/utils.c: (missing_msg_check_getters):
8394 Change GStreamer marker prefix in detail string from 'gstreamer.net'
8395 to just 'gstreamer'. Document the caps string component of the
8396 decoder/encoder detail a bit better, since not everyone will be
8397 familiar with the GStreamer media type/caps system (but they better
8398 enjoy nested itemized lists).
8400 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
8402 * gst-libs/gst/netbuffer/gstnetbuffer.c:
8403 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
8404 Fix copying of GstNetBuffer (would crash before, or at least lead to
8405 invalid memory access, #410772), for now by copying the GstBuffer copy
8406 code from the core over here so we can copy the GstBuffer fields on a
8407 provided buffer instance (of type GstNetBuffer in this case). Would be
8408 better to fix this with some support by the core though (and in the long
8409 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
8411 * tests/check/Makefile.am:
8412 Enable unit test for GstNetBuffer.
8414 2007-02-22 Andy Wingo <wingo@pobox.com>
8416 * gst-libs/gst/audio/gstbaseaudiosink.c
8417 (gst_base_audio_sink_init): Disable pull-mode activation until we
8418 figure out how to make audio sinks go to PLAYING.
8420 2007-02-22 Stefan Kost <ensonic@users.sf.net>
8422 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
8423 (double_hq), (audio_convert_get_func_index),
8424 (audio_convert_prepare_context), (audio_convert_convert):
8425 * gst/audioconvert/audioconvert.h:
8426 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
8427 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
8428 * gst/audioconvert/gstchannelmix.h:
8429 * tests/check/elements/audioconvert.c: (GST_START_TEST):
8430 Add float as an intermediate format, as well as float mixing. Enable
8431 test that was failing before. Fixes #339837
8433 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
8435 * tests/examples/seek/seek.c: (do_seek):
8436 Undo the previous commit: -1 as a stop time implies that the stop
8437 time is the end of file, clearing any previously configured segment.
8439 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
8441 * tests/examples/seek/seek.c: (do_seek):
8442 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
8444 2007-02-21 Stefan Kost <ensonic@users.sf.net>
8446 * gst/volume/gstvolume.c: (volume_process_int16),
8447 (volume_process_int16_clamp), (volume_set_caps):
8448 Unbreak volume, value remains gint.
8450 2007-02-21 Stefan Kost <ensonic@users.sf.net>
8452 * gst/volume/gstvolume.c: (volume_choose_func),
8453 (volume_update_real_volume), (gst_volume_set_volume),
8454 (gst_volume_init), (volume_process_double), (volume_process_float),
8455 (volume_process_int16), (volume_process_int16_clamp),
8456 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
8457 * gst/volume/gstvolume.h:
8458 Extend float audio support (double) and some int->uint cleanups.
8460 2007-02-20 Edward Hervey <edward@fluendo.com>
8462 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
8463 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
8464 (sort_end_pads), (gst_decode_group_expose),
8465 (gst_decode_group_hide):
8466 Don't free groups from the streaming threads. Just put them aside and
8467 free them in dispose.
8469 2007-02-20 Edward Hervey <edward@fluendo.com>
8471 * gst/playback/gstdecodebin2.c: (connect_element),
8472 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
8473 (sort_end_pads), (gst_decode_group_expose):
8474 Handle dynamic pads within groups.
8475 Sort pads before exposing them in order to make playbin happy.
8476 There still is a race with the multiqueue filling up. This should be
8480 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
8482 * gst-libs/gst/utils/base-utils.c:
8483 * gst-libs/gst/utils/descriptions.c:
8484 * gst-libs/gst/utils/install-plugins.c:
8485 * gst-libs/gst/utils/missing-plugins.c:
8486 Some more docs (and descriptions for two subtitle formats).
8488 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
8490 * gst-libs/gst/audio/audio.c:
8493 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
8495 Patch by: Yves Lefebvre <ivanohe abacom com>
8497 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
8498 Don't leak caps. Fixes #408278.
8500 2007-02-15 Stefan Kost <ensonic@users.sf.net>
8502 * ext/cdparanoia/gstcdparanoiasrc.h:
8503 * ext/ogg/gstoggdemux.h:
8504 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
8505 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
8506 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
8507 * gst-libs/gst/audio/audio.h:
8508 * gst-libs/gst/audio/gstaudiofilter.h:
8509 * gst-libs/gst/interfaces/videoorientation.h:
8510 * gst/adder/gstadder.h:
8511 More docs coverage and some ChangeLog surgery (add missing names)
8513 2007-02-15 Wim Taymans <wim@fluendo.com>
8515 * sys/ximage/ximagesink.c:
8516 (gst_ximagesink_calculate_pixel_aspect_ratio):
8517 * sys/xvimage/xvimagesink.c:
8518 (gst_xvimagesink_calculate_pixel_aspect_ratio):
8519 Small constifications.
8521 2007-02-15 Wim Taymans <wim@fluendo.com>
8523 * gst-libs/gst/audio/gstbaseaudiosink.c:
8524 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
8525 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
8526 (gst_base_audio_sink_async_play),
8527 (gst_base_audio_sink_change_state):
8528 Answer latency query.
8529 Use configured latency when syncing.
8532 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8533 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
8534 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
8535 Fix possible memleak.
8536 Implement latency query.
8539 2007-02-15 Wim Taymans <wim@fluendo.com>
8541 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
8542 Ignore errors in reset, these are not fatal. They also grab the element
8543 lock which is already taking when this function is called. Fixes
8546 2007-02-13 Stefan Kost <ensonic@users.sf.net>
8549 Remove 'tests/examples/xerror/Makefile' from output files again.
8551 2007-02-13 Stefan Kost <ensonic@users.sf.net>
8554 * docs/plugins/Makefile.am:
8555 Also crossref against gst-plugins-base-libs.
8557 2007-02-12 Stefan Kost <ensonic@users.sf.net>
8560 * docs/libs/Makefile.am:
8561 * docs/plugins/Makefile.am:
8562 Add crossreferences to glib/gobject/gstream docs.
8564 * gst-libs/gst/audio/audio.h:
8567 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
8568 Add own debug category.
8570 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
8572 Patch by: René Stadler <mail at renestadler de>
8574 * gst-libs/gst/tag/gstvorbistag.c:
8575 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
8578 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
8580 * gst/playback/gstplaybasebin.c: (setup_source):
8581 When we have external subtitles and wait for the subtitle decodebin
8582 to get up and running, we set up a (sync) bus handler for the
8583 subtitle decodebin, so we can stop waiting when it posts an error
8584 message. However, we should do that before we set the subtitle
8585 decodebin's state to playing, otherwise things are racy and we might
8586 miss error messages posted before we had a chance to set up the bus.
8587 This should finally fix totem hanging on .txt pseudo-subtitle files.
8589 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
8591 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
8592 Use gst_gdouble_to_guint64 for conversions.
8593 * win32/common/config.h.in:
8594 Add a define for GST_INSTALL_PLUGINS_HELPER
8595 * win32/common/libgstaudio.def:
8596 * win32/common/libgstcdda.def:
8597 * win32/common/libgstnetbuffer.def:
8598 * win32/common/libgstrtp.def:
8599 * win32/common/libgutils.def:
8600 Add new exported functions.
8601 * win32/vs6/gst_plugins_base.dsw:
8602 * win32/vs6/libgstdecodebin.dsp:
8603 * win32/vs6/libgstnetbuffer.dsp:
8604 * win32/vs6/libgstplaybin.dsp:
8605 * win32/vs6/libgstrtp.dsp:
8606 * win32/vs6/libgstvorbis.dsp:
8607 * win32/vs6/libgstcdda.dsp:
8608 * win32/vs6/libgstgdp.dsp:
8609 * win32/vs6/libgstutils.dsp:
8610 Update and add new project files.
8612 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
8614 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
8615 (subrip_remove_unhandled_tags), (parse_subrip):
8616 For SubRip (.srt) subtitles, ignore all markup tags we don't
8617 handle (like font tags, for example).
8619 * tests/check/elements/subparse.c:
8622 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
8624 * gst/playback/gstdecodebin.c: (add_fakesink),
8625 (gst_decode_bin_change_state):
8626 * gst/playback/gstdecodebin2.c: (add_fakesink),
8627 (gst_decode_bin_change_state):
8628 Don't error out if there is no fakesink in the NULL to READY state
8629 change, since when decodebin is re-used, we're only adding the
8630 fakesink element in READY to PAUSED.
8632 * tests/check/elements/decodebin.c:
8633 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
8635 Minimal unit test to make sure we can use the same decodebin
8636 instance twice (at least with audiotestsrc input).
8638 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
8640 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
8641 Try to get devic-name from device string first, and from handle only
8642 as fallback (seems to yield better results and is more robust
8643 against buggy probing code on the application side).
8645 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
8647 Based on patch by: Julien Puydt <julien.puydt at laposte net>
8649 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
8650 (gst_alsa_find_device_name):
8651 * ext/alsa/gstalsa.h:
8652 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
8653 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
8654 Improve device-name detection a bit, especially in the case where
8655 the device is not actually open (#405020, #405024). Move common code
8656 into gstalsa.c instead of duplicating it.
8658 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
8660 * gst/audioconvert/gstaudioconvert.c:
8661 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
8663 2007-02-06 Julien MOUTTE <julien@moutte.net>
8665 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8666 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
8667 (gst_xvimagesink_interface_supported),
8668 (gst_xvimagesink_probe_get_properties),
8669 (gst_xvimagesink_probe_probe_property),
8670 (gst_xvimagesink_probe_needs_probe),
8671 (gst_xvimagesink_probe_get_values),
8672 (gst_xvimagesink_property_probe_interface_init),
8673 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8674 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
8675 (gst_xvimagesink_get_type):
8676 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
8677 for XVAdaptors so that one can choose the adaptor to use with
8678 gstreamer-properties.
8680 2007-02-06 Stefan Kost <ensonic@users.sf.net>
8682 * gst/audioconvert/gstaudioconvert.c:
8683 Also mention that a conversion from double to float is suboptimal still.
8685 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
8687 * gst-libs/gst/audio/gstaudiofilter.c:
8688 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
8689 Clear our formats structure and free the caps contained in it when
8692 2007-02-05 Andy Wingo <wingo@pobox.com>
8694 * gst-libs/gst/audio/gstbaseaudiosink.c
8695 (gst_base_audio_sink_callback): Update basesink->offset so that we
8696 pull monotonically increasing offsets instead of, um, seeking back
8697 to 0 each time. Fixes alsasrc ! alsasink!
8699 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
8701 * gst/videoscale/gstvideoscale.c:
8702 A width and height of 1 makes us crash, so increase minimum size to
8703 2x2 pixels until someone feels like fixing this (#404512).
8705 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
8707 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
8708 Add small test to make sure request pads are cleaned up properly
8709 even if oggmux never changes state out of NULL.
8711 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
8713 * tests/check/libs/utils.c: (GST_START_TEST):
8714 Fix unit test. Turns out things work much better when you
8715 NULL-terminate string arrays. Should make p5 build bot happy again.
8717 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
8719 * gst-libs/gst/audio/Makefile.am:
8720 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8721 (gst_audio_filter_template_base_init),
8722 (gst_audio_filter_template_class_init),
8723 (gst_audio_filter_template_init),
8724 (gst_audio_filter_template_set_property),
8725 (gst_audio_filter_template_get_property),
8726 (gst_audio_filter_template_setup),
8727 (gst_audio_filter_template_filter),
8728 (gst_audio_filter_template_filter_inplace), (plugin_init):
8729 Oops, forgot to commit fixed-up example.
8731 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
8733 * docs/libs/gst-plugins-base-libs-sections.txt:
8734 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
8735 (gst_audio_filter_class_init), (gst_audio_filter_init),
8736 (gst_audio_filter_set_caps),
8737 (gst_audio_filter_class_add_pad_templates):
8738 * gst-libs/gst/audio/gstaudiofilter.h:
8739 Port GstAudioFilter to 0.10. This change technically breaks
8740 API and ABI (and thus also every library developer's heart),
8741 but seems justifiable on the grounds that the base class was
8742 completely unusable before (ie. would crash immediately when
8743 actually used). Fixes #403963 (and eventually also #403572).
8744 Also document all of this a bit.
8746 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
8748 * gst-libs/gst/utils/install-plugins.c:
8749 (gst_install_plugins_spawn_child):
8750 * tests/check/libs/utils.c:
8751 (test_base_utils_install_plugins_do_callout):
8752 Lowering log level to see why things fail on the p5 build bot;
8753 fix some typos in unit test messages.
8755 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
8757 * tests/check/libs/utils.c:
8758 (test_base_utils_install_plugins_do_callout):
8759 Don't hard-code temp directory for test helper; use GLib functions
8760 to write out file and do error checking etc.
8762 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
8764 * gst-libs/gst/utils/Makefile.am:
8765 * gst-libs/gst/utils/base-utils.h:
8766 * gst-libs/gst/utils/install-plugins.c:
8767 (gst_install_plugins_context_set_xid),
8768 (gst_install_plugins_context_new),
8769 (gst_install_plugins_context_free),
8770 (gst_install_plugins_get_helper),
8771 (gst_install_plugins_spawn_child),
8772 (gst_install_plugins_return_from_status),
8773 (gst_install_plugins_installer_exited),
8774 (gst_install_plugins_async), (gst_install_plugins_sync),
8775 (gst_install_plugins_return_get_name),
8776 (gst_install_plugins_installation_in_progress):
8777 * gst-libs/gst/utils/install-plugins.h:
8778 API: add API for applications to initiate installation of missing
8779 plugins, ie. gst_install_plugins_async() primarily.
8780 Based on libgimme-codec by Ryan Lortie.
8783 Add --with-install-plugins-helper configure option so distros can specify
8784 the path of the helper script or program to call when plugin installation
8785 is requested (distros: please do any argument munging in this helper
8786 script instead of patching GStreamer to pass arguments differently
8787 to another program directly).
8789 * docs/libs/gst-plugins-base-libs-docs.sgml:
8790 * docs/libs/gst-plugins-base-libs-sections.txt:
8791 Build and document new API.
8793 * tests/check/libs/utils.c: (result_cb),
8794 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
8795 (libgstbaseutils_suite):
8796 Some simple checks for the new API.
8798 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
8800 * tests/check/elements/audioconvert.c: (test_float_conversion):
8801 Add small test for 32bit float <=> 64bit float conversion (works
8802 only one way so far, 32=>64 produces structured noise).
8804 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
8806 * gst/audioconvert/gstaudioconvert.c:
8807 (set_structure_widths_32_and_64), (make_lossless_changes):
8808 We don't support floats with a width of 40, 48 or 56 bits.
8810 2007-02-02 Stefan Kost <ensonic@users.sf.net>
8812 * gst/audioconvert/audioconvert.c: (float), (double),
8813 (audio_convert_get_func_index):
8814 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
8815 (make_lossless_changes):
8816 Support for 64-bit float audio in audioconvert (#339837)
8818 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
8820 Patch by: Holger Wansing <linux wansing-online de>
8824 Add German translation (#352069).
8826 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
8828 reviewed by: Wim Taymans <wim@fluendo.com>
8830 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
8831 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
8832 Use newly added GstCollectPads API to free the allocated resources in
8833 the GstOggPad structures (#402393).
8835 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8837 * gst/playback/gstplaybin.c: (gen_vis_element):
8838 Add audioresample+audioconvert in front of the visualisation
8839 element, so that elements like libvisual 0.4 that don't support all
8840 samplerates can work.
8844 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
8846 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
8847 (gst_play_base_bin_get_streaminfo_value_array):
8848 Take some locks and make a copy of the streaminfo value array we
8849 maintain while holding the lock, so that the application can
8850 retrieve the stream-info as a value array in a thread-safe way.
8852 2007-01-30 Wim Taymans <wim@fluendo.com>
8854 * gst/audioconvert/gstaudioconvert.c:
8855 Don't fail on 0 sized buffers. Fixes #396835.
8857 2007-01-29 David Schleef <ds@schleef.org>
8859 * gst/typefind/gsttypefindfunctions.c:
8860 Detect BBCD as video/x-dirac, so we can play raw dirac
8863 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
8865 * ext/theora/theoraenc.c: (theora_enc_chain):
8866 Check return value of theora_encode_header(), or we might try to
8867 allocate a random number of bytes. theora_encode_header() can fail
8868 if libtheora has been compiled with encoding support disabled.
8871 2007-01-29 Wim Taymans <wim@fluendo.com>
8873 * tests/check/gst/.cvsignore:
8874 Do as buildbot says.
8876 2007-01-29 Wim Taymans <wim@fluendo.com>
8878 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
8879 Fix strides in libvisual. Gst uses X strides.
8880 Inspired by: <ed at catmur dot co dot uk> and
8881 <tim at centricular dot net>
8884 2007-01-27 Wim Taymans <wim@fluendo.com>
8886 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
8887 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
8888 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
8889 (gst_ogg_demux_perform_seek),
8890 (gst_ogg_demux_bisect_forward_serialno),
8891 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8892 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
8893 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
8894 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
8895 * ext/ogg/gstoggdemux.h:
8896 Properly propagate streaming errors when we are scanning the file for
8897 chains so that we don't crash when shut down. Might fix some crashers
8898 when quickly switching oggs in RB such as #332503 and #378436.
8900 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
8902 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8903 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
8906 2007-01-25 Wim Taymans <wim@fluendo.com>
8908 * gst/playback/gstplaybasebin.c: (remove_source):
8909 Don't try to disconnect a signal from a finalized object.
8911 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
8913 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
8914 Cast lock macro parameters to make sure we're actually accessing the
8915 lock member at the right class level. Free list itself in _dispose()
8916 as well and NULL it in case dispose gets called multiple times.
8918 2007-01-25 Edward Hervey <edward@fluendo.com>
8920 * gst/playback/gstdecodebin2.c:
8921 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
8922 Free GstDecodeGroups no longer used.
8923 (gst_decode_group_expose):
8924 Don't unlock too many times !
8925 (deactivate_free_recursive):
8926 Free iterator once we're done with it.
8927 Fix for recursively deactivating elements (stop at ghostpads).
8929 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
8931 * gst/playback/gstplaybin.c: (handoff):
8932 Fix up caps on the frame buffer before we save it and potentially
8933 make it accessible to other threads via g_object_get; also use
8934 gst_buffer_replace() instead of gst_mini_object_replace().
8936 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
8938 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8939 Make getting the current frame thread-safe.
8941 2007-01-25 Edward Hervey <edward@fluendo.com>
8943 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
8944 (gst_decode_group_new), (gst_decode_group_free):
8945 Set queues to bigger sizes to cope with HD contents.
8946 Fix some mutex freeing and add comment about MT safe methods.
8948 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
8950 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
8951 (gst_text_overlay_text_event):
8952 Don't unnecessarily ref (and then leak) upstream events if the text
8953 pad is not linked. Fixes #399948.
8955 * tests/check/gst-plugins-base.supp:
8956 Add suppression for pango on edgy/x86 for textoverlay test.
8958 2007-01-24 Wim Taymans <wim@fluendo.com>
8960 * gst-libs/gst/rtp/gstrtpbuffer.h:
8961 Add some more fixed payloads.
8963 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
8965 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
8966 Error out properly if we get an error from libogg while reading the
8967 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
8969 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
8971 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
8974 * tests/check/elements/playbin.c:
8975 (test_sink_usage_video_only_stream),
8976 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
8977 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
8978 (test_missing_suburisource_handler),
8979 (test_missing_primary_decoder), (playbin_suite):
8980 Run all tests once with decodebin and once with decodebin2.
8981 One test does not pass yet with decodebin2.
8983 2007-01-23 Edward Hervey <edward@fluendo.com>
8985 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
8986 Fix the cases where oggmux doesn't properly figure out that all
8987 sinkpads have gone EOS, and therefore doesn't push out the remaining
8988 buffers and the final EOS event.
8991 2007-01-23 Julien MOUTTE <julien@moutte.net>
8993 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8994 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8995 Don't lock on navigation event push, just on keysym to string.
8996 Fixes #397673 again.
8998 2007-01-22 Edward Hervey <edward@fluendo.com>
9000 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
9001 (get_current_group), (group_demuxer_event_probe),
9002 (gst_decode_group_expose), (deactivate_free_recursive),
9003 (gst_decode_group_free):
9005 Don't forget to emit 'no-more-pads' once a group is exposed.
9006 Cleanup elements from a DecodeGroup once we remove it.
9007 Protect call to gst_decode_group_expose() with the decodebin lock.
9009 2007-01-22 Julien MOUTTE <julien@moutte.net>
9011 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9012 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9013 Looking at Xorg code i can't figure out if that XKeysymToString
9014 function is thread sensible or not. Lock it just in case as
9015 recommended by Radek Doulik <rodo at ximian dot com>.
9017 2007-01-22 Julien MOUTTE <julien@moutte.net>
9019 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9020 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9021 Lock that X Call as well. Fixes #397673.
9023 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
9025 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
9026 Don't go into an endless loop if the file starts with 00 00 01 2X,
9027 like quicktime redirect files might. Fixes #396042.
9029 * tests/check/Makefile.am:
9030 * tests/check/gst/.cvsignore:
9031 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
9032 (typefindfunctions_suite):
9033 Add unit test for the above.
9035 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
9037 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9038 On second thought, use "depth" field rather than "bpp" field.
9040 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
9042 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9043 Camtasia caps apparently need a bpp field (#398875).
9045 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
9047 * gst/playback/gstplaybasebin.c: (setup_subtitle),
9048 (gen_source_element), (gst_play_base_bin_change_state):
9049 Attempt at a better error message in case we don't have the required
9050 URI handler installed; post missing-plugin message also when we're
9051 missing an URI handler for the subtitle URI; clean up properly also
9052 when an error occurs and we never made it to PAUSED state.
9054 * tests/check/elements/playbin.c: (GST_START_TEST),
9056 Check that we're also getting a missing-plugin messsage for a
9057 missing subtitle URI handler (and clean up properly).
9059 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
9061 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
9062 Plug a few reference leaks.
9064 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
9066 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9067 Lower probability a bit if the marker isn't right at the start,
9068 to decrease the chance of false positives.
9070 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
9072 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9073 Small mpeg2 system stream typefinding improvement: make typefinder
9074 probe a bit into the stream instead of just looking for a marker
9075 at the beginning. Fixes #397810.
9077 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
9079 * gst/audioconvert/gstchannelmix.c:
9080 Remove compatibility cruft for prehistoric GLib versions.
9082 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
9084 * gst/playback/Makefile.am:
9085 * gst/playback/gstdecodebin.c: (close_pad_link):
9086 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
9087 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9088 (gst_play_base_bin_handle_message_func), (unknown_type):
9089 Let decodebin be the element to post missing-plugin messages for
9090 missing decoders (rather than playbin); make playbin implement
9091 GstBin::handle_message so we can suppress missing-plugin messages
9092 for types we're not handling on purpose (don't want to bring up an
9093 installer in those cases).
9095 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
9097 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9098 * gst-libs/gst/tag/gstvorbistag.c:
9099 (gst_tag_list_to_vorbiscomment_buffer):
9100 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
9101 Fix potentially unaligned access (#397207).
9103 2007-01-16 Stefan Kost <ensonic@users.sf.net>
9105 * tests/examples/seek/seek.c: (set_scale), (update_scale),
9106 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
9107 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
9109 Allow to toggle looping while it plays. Fix callback prototype. Clean
9110 up code a bit more. Add copyright header.
9112 2007-01-16 Stefan Kost <ensonic@users.sf.net>
9114 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9115 Red and blue mask was swapped (spotted by Dan Williams).
9117 2007-01-15 Stefan Kost <ensonic@users.sf.net>
9119 * gst-libs/gst/tag/gstid3tag.c:
9120 * gst-libs/gst/tag/gstvorbistag.c:
9121 Use new beats-per-minute tag from core.
9123 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
9126 Add new files with translatable strings, so they actually make it
9127 into the template file one day.
9129 2007-01-12 Andy Wingo <wingo@pobox.com>
9131 * gst-libs/gst/audio/gstbaseaudiosink.c
9132 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
9133 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
9134 stuff, as the base class handles this now. Actually tell the ring
9136 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
9137 How did this work before? Maybe I'm not as awesome a programmer as
9140 * gst-libs/gst/audio/gstbaseaudiosrc.c
9141 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
9144 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
9146 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
9147 Remove more fields so that the application can better blacklist
9148 formats that have been tried before.
9150 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
9152 * gst-libs/gst/audio/mixerutils.h:
9153 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
9154 used when compiling with c++ compilers as well.
9156 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
9158 * gst/typefind/gsttypefindfunctions.c:
9161 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
9163 * gst/playback/gstplaybin.c: (post_missing_element_message),
9164 (gen_video_element), (gen_text_element), (gen_audio_element),
9166 Post missing-plugin messages also when we error out because
9167 converters, textoverlay or auto*sinks are missing (#161922).
9169 2007-01-10 Wim Taymans <wim@fluendo.com>
9171 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
9172 (is_demuxer_element), (new_caps):
9173 * gst/playback/gstplaybasebin.c: (source_new_pad):
9174 Fix the case where we try to ref a NULL element when we delay a link
9175 because of unfixed caps.
9176 Set the state of autoplugged decodebins to PAUSED.
9177 RTSP now works in playbin, we can remove it from the blacklist.
9179 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
9181 * gst/playback/Makefile.am:
9182 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
9183 (unknown_type), (setup_subtitle), (gen_source_element):
9184 * gst/playback/gstplaybin.c: (plugin_init):
9185 Post missing-plugin messages on the bus for missing sources and
9186 missing decoders/demuxers/depayloaders; fix error code used when
9187 we're missing an URI handler source; for media types that we are not
9188 handling on purpose at the moment, don't print "don't know how to
9189 handle xyz" messages to the terminal or post missing-plugin
9190 messages on the bus.
9192 * tests/check/elements/playbin.c: (create_playbin),
9193 (GST_START_TEST), (gst_codec_src_uri_get_type),
9194 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
9195 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
9196 (gst_codec_src_init_type), (gst_codec_src_base_init),
9197 (gst_codec_src_create), (gst_codec_src_class_init),
9198 (gst_codec_src_init), (plugin_init), (playbin_suite):
9199 Add some tests for the missing-plugin stuff.
9201 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
9204 * gst-libs/gst/Makefile.am:
9205 * gst-libs/gst/utils/Makefile.am:
9206 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
9207 * gst-libs/gst/utils/base-utils.h:
9208 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
9209 (find_format_info), (caps_are_rtp_caps),
9210 (gst_base_utils_get_source_description),
9211 (gst_base_utils_get_sink_description),
9212 (gst_base_utils_get_decoder_description),
9213 (gst_base_utils_get_encoder_description),
9214 (gst_base_utils_get_element_description),
9215 (gst_base_utils_add_codec_description_to_tag_list),
9216 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
9217 * gst-libs/gst/utils/descriptions.h:
9218 * gst-libs/gst/utils/missing-plugins.c:
9219 (missing_structure_get_type), (copy_and_clean_caps),
9220 (gst_missing_uri_source_message_new),
9221 (gst_missing_uri_sink_message_new),
9222 (gst_missing_element_message_new),
9223 (gst_missing_decoder_message_new),
9224 (gst_missing_encoder_message_new),
9225 (missing_structure_get_string_detail),
9226 (missing_structure_get_caps_detail),
9227 (gst_missing_plugin_message_get_installer_detail),
9228 (gst_missing_plugin_message_get_description),
9229 (gst_is_missing_plugin_message):
9230 * gst-libs/gst/utils/missing-plugins.h:
9231 API: add new libgstbaseutils library with functions
9232 - to create and parse missing-plugins messages
9233 - that provide (translated) descriptions for caps/decoders/sources/etc.
9236 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9237 * pkgconfig/gstreamer-plugins-base.pc.in:
9240 * docs/libs/gst-plugins-base-libs-docs.sgml:
9241 * docs/libs/gst-plugins-base-libs-sections.txt:
9242 Generate docs for new lib and API.
9244 * tests/check/Makefile.am:
9245 * tests/check/libs/.cvsignore:
9246 * tests/check/libs/utils.c: (missing_msg_check_getters),
9247 (GST_START_TEST), (libgstbaseutils_suite):
9248 Add some basic unit tests.
9250 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
9252 * ext/ogg/Makefile.am:
9253 Dist gstoggdemux.h to fix 'make distcheck'.
9255 * sys/v4l/Makefile.am:
9256 Fix 'make distcheck' even more.
9258 2007-01-09 Wim Taymans <wim@fluendo.com>
9260 * docs/plugins/Makefile.am:
9261 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9262 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9263 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
9264 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
9265 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
9266 (gst_ogg_demux_perform_seek):
9267 * ext/ogg/gstoggdemux.h:
9269 Add some more comments.
9272 2007-01-09 Wim Taymans <wim@fluendo.com>
9274 * ext/theora/theoradec.c:
9275 * ext/vorbis/vorbisdec.c:
9276 * gst-libs/gst/audio/gstringbuffer.c:
9277 (gst_ring_buffer_commit_full):
9278 * gst-libs/gst/audio/gstringbuffer.h:
9279 * gst-libs/gst/rtp/gstrtpbuffer.c:
9280 * gst-libs/gst/tag/gstvorbistag.c:
9281 Small documentation updates/fixes
9283 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
9286 Require core CVS HEAD for Andy's basesrc/sink API additions.
9288 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
9290 Patch by: Günter Thelen <daedalus dot inc at gmx net>
9292 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
9294 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
9295 on flac.sf.net (there appear to be other versions of the first
9296 ogg page in the wild) (#391365).
9298 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
9301 Check if localtime_r() is available.
9303 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9304 If localtime_r() is not available, fall back to localtime(). Should
9305 fix build on MingW (#393310).
9307 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
9309 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9310 * gst/subparse/gstsubparse.h:
9311 Remove spurious 1000 subtrahend when calculating the timestamp from
9312 the frame number and the frame rate . Also, use the frames/second
9313 value specified in the first line of the file, if one is specified
9314 there. Should fix #357503.
9316 * tests/check/elements/subparse.c: (do_test),
9317 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
9319 Add some basic unit tests for the microdvd subtitle format.
9321 2007-01-07 Julien MOUTTE <julien@moutte.net>
9323 Patch by: Young-Ho Cha <ganadist at chollian dot net>
9325 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9326 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
9327 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
9328 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
9329 (gst_xvimagesink_set_xwindow_id),
9330 (gst_xvimagesink_set_event_handling),
9331 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9332 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9334 Add an adaptor property to select a specific XV adaptor.
9335 * sys/xvimage/xvimagesink.h:
9337 2007-01-07 Julien MOUTTE <julien@moutte.net>
9339 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9340 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
9341 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
9342 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
9343 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
9344 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
9345 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9346 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
9347 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9348 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
9349 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
9350 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
9351 Use flow_lock much more to protect every access to xwindow.
9352 Try to catch erros while creating images in case some drivers are
9353 just generating an XError when the requested image is too big.
9354 Should fix : #354698, #384008, #384060.
9355 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
9356 Implement some stress testing of setting window xid.
9358 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
9360 * win32/common/libgsaudio.def:
9361 Add new exported function.
9362 * win32/common/libgstogg.dsp:
9363 Add gstoggaviparse.c to the build.
9364 * win32/common/libgstvideoscale.dsp:
9365 Add vs_4tap.c to the build.
9366 * win32/common/libgstvorbis.dsp:
9367 Add vorbistag.c to the build.
9369 2007-01-06 Andy Wingo <wingo@pobox.com>
9371 * gst-libs/gst/audio/gstbaseaudiosink.c
9372 (gst_base_audio_sink_class_init)
9373 (gst_base_audio_sink_init):
9374 (gst_base_audio_sink_activate_pull): Add an activate_pull function
9375 to baseaudiosink, and tell basesink that we can work in pull mode.
9376 This way the ring buffer thread drives the pipeline directly, if
9377 pull mode is possible. There is some lingering nastiness regarding
9379 (gst_base_audio_sink_callback): Implement the callback to pull
9380 data. This interface is a bit light, though -- it should get a
9381 GstFlowReturn return value at least.
9383 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
9385 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
9386 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9387 * gst/playback/gstdecodebin2.c:
9388 (gst_decode_group_check_if_blocked):
9389 Printf format and missing argument fixes.
9391 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
9393 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
9394 (gst_ogm_parse_change_state):
9395 Activate pads before adding them to the element.
9397 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
9399 * tests/examples/seek/scrubby.c: (main):
9400 * tests/examples/seek/seek.c: (main):
9401 Call g_thread_init() first thing in main() (see #391278).
9403 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
9405 * tests/check/Makefile.am:
9406 * tests/check/libs/.cvsignore:
9407 * tests/check/libs/netbuffer.c: (GST_START_TEST),
9409 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
9410 for the time being, since it's broken, see #393099.
9412 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
9414 * tests/check/Makefile.am:
9415 Update to use GST_PLUGINS_BASE_CFLAGS as well.
9417 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
9420 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
9421 so that GST_BASE_CFLAGS can go inbetween them, making sure
9422 we use uninstalled gst-libs headers
9423 * docs/libs/Makefile.am:
9424 * ext/alsa/Makefile.am:
9425 * ext/cdparanoia/Makefile.am:
9426 * ext/gnomevfs/Makefile.am:
9427 * ext/libvisual/Makefile.am:
9428 * ext/ogg/Makefile.am:
9429 * ext/theora/Makefile.am:
9430 * ext/vorbis/Makefile.am:
9431 * gst-libs/gst/audio/Makefile.am:
9432 * gst-libs/gst/cdda/Makefile.am:
9433 * gst-libs/gst/interfaces/Makefile.am:
9434 * gst-libs/gst/riff/Makefile.am:
9435 * gst-libs/gst/rtp/Makefile.am:
9436 * gst-libs/gst/tag/Makefile.am:
9437 * gst/adder/Makefile.am:
9438 * gst/audioconvert/Makefile.am:
9439 * gst/audiorate/Makefile.am:
9440 * gst/audioresample/Makefile.am:
9441 * gst/playback/Makefile.am:
9442 * gst/tcp/Makefile.am:
9443 * gst/videoscale/Makefile.am:
9444 * gst/volume/Makefile.am:
9445 * sys/ximage/Makefile.am:
9446 * sys/xvimage/Makefile.am:
9447 * tests/icles/Makefile.am:
9450 2007-01-04 Julien MOUTTE <julien@moutte.net>
9452 * gst-libs/gst/interfaces/xoverlay.c:
9453 (gst_x_overlay_handle_events):
9454 * gst-libs/gst/interfaces/xoverlay.h:
9455 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9456 (gst_ximagesink_set_xwindow_id),
9457 (gst_ximagesink_set_event_handling),
9458 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
9459 (gst_ximagesink_get_property), (gst_ximagesink_init),
9460 (gst_ximagesink_class_init):
9461 * sys/ximage/ximagesink.h:
9462 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
9463 (gst_xvimagesink_set_xwindow_id),
9464 (gst_xvimagesink_set_event_handling),
9465 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
9466 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
9467 (gst_xvimagesink_class_init):
9468 * sys/xvimage/xvimagesink.h:
9469 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
9470 Add a method to the XOverlay interface to allow disabling of
9471 event handling in x[v]imagesink elements. This will let X events
9472 propagate to parent windows which can be usefull in some cases.
9473 Be carefull that the application is then responsible of pushing
9474 navigation events and expose events to the video sink.
9477 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
9479 * gst-libs/gst/tag/gstvorbistag.c:
9480 * tests/check/libs/tag.c: (GST_START_TEST):
9481 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
9484 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
9488 * docs/design/Makefile.am:
9491 2006-12-27 Julien MOUTTE <julien@moutte.net>
9493 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
9494 typo. Fixes: #390063.
9496 2006-12-27 Julien MOUTTE <julien@moutte.net>
9498 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
9499 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
9501 * win32/common/config.h: Updated.
9503 2006-12-22 Stefan Kost <ensonic@users.sf.net>
9505 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
9506 (setup_gdpdepay_streamheader):
9507 * tests/check/elements/gdppay.c: (cleanup_gdppay),
9508 (setup_gdppay_streamheader):
9509 Fix the dp tests, but activating the pads for the streamheader tests
9510 too and cleaning up conditionaly
9512 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
9514 * gst/ffmpegcolorspace/avcodec.h:
9515 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9516 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9517 (gst_ffmpegcsp_avpicture_fill):
9518 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
9519 (img_get_alpha_info):
9520 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
9521 other end of the word. Fixes: #387073.
9523 Add some inconsequential branch hints in a couple of places.
9525 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
9527 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9528 (gst_ffmpeg_caps_to_smpfmt):
9529 The "signed" field in raw audio caps is of boolean type, trying to
9530 extract the value with _get_int() will fail (fix to keep in sync with
9531 the copy in gst-ffmpeg)
9533 2006-12-21 Stefan Kost <ensonic@users.sf.net>
9535 * tests/check/elements/audioresample.c: (cleanup_audioresample):
9536 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
9537 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
9539 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
9540 * tests/check/elements/subparse.c: (teardown_subparse):
9541 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
9542 * tests/check/elements/videorate.c: (cleanup_videorate):
9543 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
9544 * tests/check/elements/volume.c: (cleanup_volume):
9545 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
9546 (cleanup_vorbisdec):
9547 * tests/check/elements/vorbistag.c: (setup_vorbistag),
9548 (cleanup_vorbistag):
9549 consistent pad (de)activation
9551 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
9553 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9554 Forgot to register the extensions.
9556 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
9558 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
9560 Add typefinder for VIVO files (my christmas present to the 90s).
9562 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
9564 * gst/playback/gstdecodebin.c: (type_found):
9565 Special-case the text/plain media type: we only want to recognise it
9566 as a 'raw' decoded media type if it comes from a demuxer or subtitle
9567 parser, but not if the entire stream is of text/plain type. If the
9568 entire stream is text/plain, we should just error out.
9570 This fixes playback of audio files with lyrics in totem. Totem can't
9571 distinguish between text files and subtitle files and passes any
9572 .txt file with the same basename as the main file to playbin as
9573 suburi, and playbin will then throw a 'subtitle found, but no video
9574 stream' error, which isn't entirely helpful. See #380342.
9576 Also, with this change we'll show a slightly more correct error
9577 message in case totem passes a playlist file to us (although a
9578 custom error message wording instead of the default text would
9579 probably not be a bad idea either).
9581 Same problem also needs to be fixed for playbin+decodebin2.
9583 * tests/check/Makefile.am:
9584 * tests/check/elements/decodebin.c: (src_handoff_cb),
9585 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
9587 Add simple unit test for decodebin for the above.
9589 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
9591 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
9592 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
9593 Refuse to change state to READY when we failed to create any of the
9594 required elements in our instance init function.
9596 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
9598 * docs/libs/gst-plugins-base-libs-sections.txt:
9599 Small docs fixes/updates.
9601 * gst-libs/gst/video/gstvideosink.h:
9602 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
9603 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
9604 removed from the base sink API between 0.9.6 and 0.9.7).
9605 API: add GST_VIDEO_SINK_CAST and use it for the height/width
9606 accessor macros, so we don't do a runtime GObject type check every
9609 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
9612 * gst-plugins-base.doap:
9613 * gst-plugins-base.spec.in:
9616 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
9618 Patch by: Jens Granseuer <jensgr at gmx net>
9620 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
9621 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9622 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9623 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
9624 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
9625 Declare variables at the beginning of a block. Fixes #383195.
9627 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
9630 Bump version nano - back to CVS.
9633 === release 0.10.11 ===
9635 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
9638 releasing 0.10.11, "Dumb things"
9640 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9642 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
9643 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
9644 Handle the case where an element has multiple pads with
9645 unfixed caps as well as still possibly producing more dynamic
9646 pads by storing each case as a distinct entry in the dynamic list.
9649 2006-12-04 Wim Taymans <wim@fluendo.com>
9651 * gst/playback/gstdecodebin.c: (close_pad_link):
9652 Fix #382223, add more dynamic caps handling.
9654 2006-12-04 Wim Taymans <wim@fluendo.com>
9656 * gst-libs/gst/audio/gstringbuffer.h:
9657 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
9658 (gst_netaddress_set_ip4_interface),
9659 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
9660 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
9661 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
9662 (gst_netaddress_get_ttl):
9663 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9664 * gst/playback/gstdecodebin.c: (close_pad_link):
9665 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
9666 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
9667 * win32/common/config.h:
9669 2006-12-01 Michael Smith <msmith@fluendo.com>
9671 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9672 Delete bad debug code.
9675 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
9677 * gst/videoscale/vs_4tap.c:
9679 * win32/common/config.h:
9680 * win32/vs8/libgstvideoscale.vcproj:
9681 Fix compilation on win32 under VS8
9682 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
9683 Partially fixes #381175
9685 2006-11-30 Michael Smith <msmith@fluendo.com>
9687 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
9689 It would be very bad if, after a discont buffer, we thought every
9690 single following buffer was also discont. So, add to the test to
9691 ensure that this isn't the case.
9693 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
9694 ... it was the case. So fix it.
9696 2006-11-28 Wim Taymans <wim@fluendo.com>
9698 * gst/playback/gstplaybasebin.c: (check_queue_event):
9701 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
9702 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
9703 padtemplate caps. Refixes #357577.
9705 2006-11-28 Wim Taymans <wim@fluendo.com>
9707 * gst/playback/gstplaybasebin.c: (check_queue_event),
9708 (queue_threshold_reached), (queue_out_of_data),
9709 (gen_preroll_element):
9710 Add event probe to see when EOS is in a queue and we can disable the
9711 underrun signals. Fixes #357577.
9713 2006-11-28 Edward Hervey <edward@fluendo.com>
9715 * gst/playback/Makefile.am:
9716 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
9717 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
9718 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
9719 (gst_decode_bin_init), (gst_decode_bin_dispose),
9720 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
9721 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
9722 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
9723 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
9724 (connect_element), (expose_pad), (type_found),
9725 (pad_added_group_cb), (pad_removed_group_cb),
9726 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
9727 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
9728 (are_raw_caps), (multi_queue_overrun_cb),
9729 (multi_queue_underrun_cb), (gst_decode_group_new),
9730 (get_current_group), (group_demuxer_event_probe),
9731 (gst_decode_group_control_demuxer_pad),
9732 (gst_decode_group_control_source_pad),
9733 (gst_decode_group_check_if_blocked),
9734 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
9735 (gst_decode_group_hide), (gst_decode_group_free),
9736 (gst_decode_group_set_complete), (source_pad_blocked_cb),
9737 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
9738 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
9740 New decodebin2 element.
9742 * gst/playback/gstplay-marshal.list:
9743 Added marshallers for new signals in decodebin2
9744 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
9745 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
9748 2006-11-28 Wim Taymans <wim@fluendo.com>
9750 * gst/playback/gstplaybasebin.c: (setup_source),
9751 (gst_play_base_bin_change_state):
9752 Disable rtsp:// uris for the release, it's not good enough yet.
9755 2006-11-26 Wim Taymans <wim@fluendo.com>
9757 * ext/theora/theoradec.c: (gst_theora_dec_reset),
9758 (theora_dec_push_forward), (theora_dec_push_reverse),
9759 (theora_handle_data_packet), (theora_dec_decode_buffer),
9760 (theora_dec_flush_decode), (theora_dec_chain_reverse),
9761 (theora_dec_chain_forward), (theora_dec_chain):
9762 Implement reverse playback.
9764 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
9765 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
9766 (vorbis_dec_chain_forward):
9767 Clear buffers used for reverse playback in _reset.
9768 No need to set the eos flag, we clip samples using the segment.
9770 2006-11-24 Wim Taymans <wim@fluendo.com>
9772 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
9773 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
9774 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
9775 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
9777 Handle continued pages in reverse mode.
9779 2006-11-24 Wim Taymans <wim@fluendo.com>
9781 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
9782 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
9783 (vorbis_dec_flush_decode):
9785 Don't try to add invalid timestamps.
9786 Clipping will unref the buffer.
9788 2006-11-24 Stefan Kost <ensonic@users.sf.net>
9790 * gst/adder/gstadder.h:
9791 * gst/audiotestsrc/gstaudiotestsrc.h:
9792 remove obsolete _factory_init protos
9794 2006-11-24 Stefan Kost <ensonic@users.sf.net>
9796 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9797 Fix spacing in debug message.
9799 2006-11-23 Wim Taymans <wim@fluendo.com>
9801 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
9802 (gst_ogg_demux_chain):
9803 Don't just ignore return values from _pad_push().
9804 Small debug improvements.
9806 2006-11-23 Michael Smith <msmith@fluendo.com>
9808 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
9809 If our incoming buffer is marked as DISCONT, then increment the page
9810 number (so that the discontinuity is marked in the final ogg
9811 bitstream) and flush the previous page.
9813 2006-11-22 Michael Smith <msmith@fluendo.com>
9815 * ext/theora/gsttheoraenc.h:
9816 * ext/theora/theoraenc.c: (gst_theora_enc_init),
9817 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
9818 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
9819 (theora_enc_chain), (theora_enc_change_state):
9820 Mark discontinuities of > 3/4 of a frame, reinit encoder.
9822 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
9823 (GST_START_TEST), (theoraenc_suite):
9824 Enable discontinuity test, fix it.
9826 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
9828 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9829 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
9830 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
9831 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
9832 (gst_text_overlay_change_state):
9833 * ext/pango/gsttextoverlay.h:
9834 Some textoverlay fixes: for one, in the video chain function,
9835 actually wait for a text buffer to come in if there is none at the
9836 moment and there should be one; also, deal more gracefully with
9837 incoming buffers that do not have a timestamp or duration; discard
9838 text buffer when not needed any longer. Fixes #341681.
9840 * tests/check/Makefile.am:
9841 * tests/check/elements/.cvsignore:
9842 * tests/check/elements/textoverlay.c:
9843 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
9844 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
9845 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
9846 (test_video_waits_for_text_send_text_newsegment_thread),
9847 (test_video_waits_for_text_shutdown_element),
9848 (test_render_continuity_push_video_buffers_thread),
9849 (textoverlay_suite):
9850 Add some unit tests for textoverlay.
9852 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
9854 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9855 Avoid integer underflow when the found probability for mp3 is
9856 smaller than the 'penalty' we subtract if there's not a clean
9857 mp3 header sync at offset 0.
9859 2006-11-21 Stefan Kost <ensonic@users.sf.net>
9861 * docs/libs/gst-plugins-base-libs-sections.txt:
9862 Add some new symbols to the docs
9864 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
9866 * tests/check/Makefile.am:
9867 * tests/check/elements/ffmpegcolorspace.c:
9868 (ffmpegcolorspace_suite):
9869 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
9870 (for now not for valgrinding though, since it takes too long).
9872 2006-11-20 Wim Taymans <wim@fluendo.com>
9874 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9875 (gst_ffmpeg_pixfmt_to_caps):
9876 Fix RGBA32 caps. Fixes #357038.
9878 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
9880 * gst-libs/gst/interfaces/mixertrack.h:
9881 Add FIXME so we can add some padding here in 0.11
9883 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
9885 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9886 Fix GstBaseRTPAudioPayload structure so the whole GObject
9887 inheritance business actually works (parent class instance structure
9888 must always come first in the derived class instance structure).
9890 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
9892 * gst/videotestsrc/Makefile.am:
9893 * tests/check/Makefile.am:
9894 Make sure our checks and the videotestsrc plugin link against the
9895 local uninstalled gst libs and not any installed gst libs that
9896 might happen to exist as well.
9898 * tests/check/elements/adder.c: (message_received),
9899 (test_event_message_received), (test_play_twice_message_received):
9900 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
9901 Fix compiler warnings when compiling against core with disabled
9904 2006-11-16 Michael Smith <msmith@fluendo.com>
9906 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
9907 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
9908 Fix audiorate, so that it accurately sets offsets and timestamps.
9909 Doesn't change the fundamental algorithmic decisions; so should be
9912 * tests/check/Makefile.am:
9913 Enable audiorate test now that it passes.
9915 2006-11-09 Stefan Kost <ensonic@users.sf.net>
9917 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9918 clear xv when going to NULL, remove // commented non-existant proto
9920 * tests/examples/seek/seek.c: (main):
9921 add missing tooltip description for scrub and play_scrub
9923 2006-11-14 David Schleef <ds@schleef.org>
9926 Bump liboil requirement to 0.3.8.
9927 * gst-libs/gst/riff/riff-media.c:
9929 * gst/videoscale/vs_image.h:
9930 * gst/videoscale/vs_scanline.h:
9931 Use liboil's stdint.h.
9932 * gst/videotestsrc/videotestsrc.c:
9933 Remove liboil related ifdef's, since they aren't needed now, and
9934 won't work with future versions.
9936 2006-11-14 David Schleef <ds@schleef.org>
9938 * gst/videoscale/Makefile.am:
9939 * gst/videoscale/gstvideoscale.c:
9940 * gst/videoscale/gstvideoscale.h:
9941 * gst/videoscale/vs_4tap.c:
9942 * gst/videoscale/vs_4tap.h:
9943 * gst/videoscale/vs_image.c:
9944 * gst/videoscale/vs_image.h:
9945 * gst/videoscale/vs_scanline.c:
9946 * gst/videoscale/vs_scanline.h:
9947 Add a 4-tap image scaler. Theoretically looks much prettier.
9948 The tap calculation could use some improvement.
9950 2006-11-14 Wim Taymans <wim@fluendo.com>
9952 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
9954 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
9955 (gst_riff_parse_strf_iavs):
9956 * gst/subparse/gstsubparse.c: (convert_encoding):
9957 * gst/tcp/gstmultifdsink.c:
9958 (gst_multi_fd_sink_handle_client_write):
9959 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
9960 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
9961 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
9962 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
9963 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9964 (gst_ximagesink_ximage_new):
9965 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9966 Various gsize and gssize printf fixes. Fixes #372507.
9968 2006-11-13 Wim Taymans <wim@fluendo.com>
9970 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9971 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
9972 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
9973 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
9974 (vorbis_dec_chain_forward), (vorbis_dec_chain):
9975 * ext/vorbis/vorbisdec.h:
9976 First stab at vorbis reverse playback.
9978 2006-11-13 Wim Taymans <wim@fluendo.com>
9980 * gst-libs/gst/audio/gstbaseaudiosink.c:
9981 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
9982 * gst-libs/gst/audio/gstbaseaudiosink.h:
9983 Make the clock sync code more accurate wrt resampling and playback
9986 * gst-libs/gst/audio/gstringbuffer.c:
9987 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
9988 * gst-libs/gst/audio/gstringbuffer.h:
9989 Use better algorithm to interpolate sample rates.
9991 2006-11-13 Michael Smith <msmith@fluendo.com>
9993 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
9994 Improve a debug line slightly.
9996 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
9997 Call gst_riff_init() in plugin_init, to avoid getting errors from
9998 the debug system (unrelated changes to another plugin made this turn
10001 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
10003 Patch by: Sergey Scobich <sergery.scobich at gmail com>
10005 * win32/common/libgsttag.def:
10006 Add missing symbol (#366492).
10008 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
10010 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
10011 Don't unref a NULL pad.
10013 2006-11-09 Wim Taymans <wim@fluendo.com>
10015 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
10016 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
10017 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
10018 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
10019 (gst_ogg_demux_loop):
10020 Implement first stab at reverse playback.
10022 2006-11-07 Stefan Kost <ensonic@users.sf.net>
10024 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10025 (gst_riff_create_video_template_caps):
10026 add h263/h264 variants to the caps, Fixes #363118
10028 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
10030 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10031 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10032 Use g_strerror instead of strerror so we get UTF-8.
10034 2006-11-03 David Schleef <ds@schleef.org>
10036 * ext/ogg/gstoggdemux.c:
10037 * ext/ogg/gstoggmux.c:
10038 Add/remove KW-DIRAC header here, since it is ogg-specific.
10040 2006-11-03 Michael Smith <msmith@fluendo.com>
10042 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10043 Recognise more mpeg4 elementary video streams.
10045 2006-11-02 Edward Hervey <edward@fluendo.com>
10047 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10048 Lower the probability of mp3 typefinding functions if we don't find a
10049 valid mp3 header at the start of the file.
10052 2006-11-02 Wim Taymans <wim@fluendo.com>
10054 * ext/theora/gsttheoradec.h:
10055 * ext/theora/theoradec.c: (gst_theora_dec_init),
10056 (theora_dec_sink_event), (theora_dec_chain_forward),
10057 (theora_dec_flush_decode), (theora_dec_chain_reverse),
10058 (theora_dec_chain):
10059 Document and partially implement an algorithm for doing reverse playback
10062 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
10064 Patch by: Sergey Scobich <sergey.scobich at gmail com>
10066 * win32/common/config.h:
10067 * win32/common/interfaces-enumtypes.c:
10068 * win32/common/libgsttag.def:
10069 * win32/vs8/gst-plugins-base.sln:
10070 * win32/vs8/libgstaudioresample.vcproj:
10071 * win32/vs8/libgstinterfaces.vcproj:
10072 * win32/vs8/libgstogg.vcproj:
10073 * win32/vs8/libgstriff.vcproj:
10074 * win32/vs8/libgsttag.vcproj:
10075 * win32/vs8/libgsttheora.vcproj:
10076 * win32/vs8/libgstvideoscale.vcproj:
10077 * win32/vs8/libgstvorbis.vcproj:
10078 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
10079 to libgsttag.def; add missing dependencies for some vs8 projects;
10080 re-arrange placement of .def files in vs8 projects (#366334).
10082 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
10084 * ext/ogg/gstogg.c:
10085 Remove unused variable.
10087 * ext/ogg/gstoggdemux.c:
10088 Fix Wim's surname in plugin description.
10090 2006-10-31 Wim Taymans <wim@fluendo.com>
10092 * gst-plugins-base.spec.in:
10093 spec new .h file. Fixes #368310.
10095 2006-10-31 Michael Smith <msmith@fluendo.com>
10097 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
10098 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10099 (gst_multi_fd_sink_get_stats),
10100 (gst_multi_fd_sink_remove_client_link),
10101 (gst_multi_fd_sink_queue_buffer),
10102 (gst_multi_fd_sink_handle_clients):
10103 * gst/tcp/gstmultifdsink.h:
10104 Make using the remove or clear signals threadsafe.
10105 Make calling get-stats with an invalid fd not segfault.
10108 2006-10-31 Wim Taymans <wim@fluendo.com>
10110 * gst-libs/gst/rtp/Makefile.am:
10111 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10112 (gst_base_rtp_audio_payload_init):
10113 Fix and activate base audio payloader.
10115 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
10117 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
10119 Add typefinder for QuickTime Image Files (see #366156).
10121 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
10123 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
10124 Another typo fix (#366212).
10126 2006-10-27 Wim Taymans <wim@fluendo.com>
10128 * gst/volume/gstvolume.c: (volume_transform_ip):
10129 Use stream time to synchronize volume property instead of rather random
10130 timestamps. This is needed when gnonlin does its time shifting.
10132 2006-10-27 Wim Taymans <wim@fluendo.com>
10134 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
10136 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
10137 Remove the pad from the element in release_pad. Fixes #364812.
10139 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
10141 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10142 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10143 Explicitly create our custom buffer classes at a thread-safe
10144 location as well, since g_type_class_ref() doesn't seem to be
10145 entirely thread-safe either (#365501; also see #349410).
10147 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
10149 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
10150 (gst_riff_parse_info):
10151 If strings in INFO chunk are not UTF-8, do something similar to
10152 what we do for ID3v1 tags: check a number of environment variables
10153 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
10154 character sets to try, otherwise try the current locale and/or fall
10155 back on ISO-8859-1. Fixes #360552.
10157 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
10159 * gst/videotestsrc/gstvideotestsrc.c:
10160 (gst_video_test_src_pattern_get_type),
10161 (gst_video_test_src_set_pattern):
10162 * gst/videotestsrc/gstvideotestsrc.h:
10163 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
10164 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
10165 (gst_video_test_src_checkers8):
10166 * gst/videotestsrc/videotestsrc.h:
10167 Add a bunch of exciting new checkers patterns.
10169 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
10171 * gst/subparse/Makefile.am:
10172 * gst/subparse/gstsubparse.c:
10173 (gst_sub_parse_data_format_autodetect),
10174 (gst_sub_parse_format_autodetect), (handle_buffer),
10175 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
10176 * gst/subparse/gstsubparse.h:
10177 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
10179 * gst/subparse/tmplayerparse.h:
10180 Add support for TMPlayer-type subtitles (#362845).
10182 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
10183 (GST_START_TEST), (subparse_suite):
10184 Add some basic unit tests for the above.
10186 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
10188 * tests/check/elements/audiorate.c: (test_injector_base_init),
10189 (test_injector_class_init), (test_injector_chain),
10190 (test_injector_init), (probe_cb), (do_perfect_stream_test),
10191 (GST_START_TEST), (audiorate_suite):
10192 More tests for audiorate: inject buffers to check behaviour when
10195 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
10197 * tests/check/Makefile.am:
10198 * tests/check/elements/.cvsignore:
10199 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
10200 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
10201 Add some basic unit tests for audiorate. Disabled at the moment
10202 since it doesn't pass yet (see bug #363119).
10204 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
10206 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
10207 (parse_subrip), (handle_buffer):
10208 Add missing closing tags for markup and fix broken markup,
10209 otherwise pango won't render anything (fixes #357531). Also,
10210 make sure the text we send out is always NUL-terminated
10211 (better safe than sorry etc.).
10213 * tests/check/elements/subparse.c: (test_srt_do_test),
10215 Some more tests for .srt incl. tests for the above stuff.
10217 2006-10-20 Julien MOUTTE <julien@moutte.net>
10219 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
10220 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10221 Patch by: Stefan Kost <ensonic@users.sf.net>
10222 Try to redraw borders only when needed. Apparently this consumes
10223 resources on small devices... :-O (#363607)
10225 2006-10-20 Michael Smith <msmith@fluendo.com>
10227 * gst/tcp/gstmultifdsink.c:
10228 (gst_multi_fd_sink_client_queue_buffer):
10229 If caps change, then update the client's idea of the caps so that we
10230 don't end up re-sending streamheaders for every single buffer after
10233 2006-10-20 Michael Smith <msmith@fluendo.com>
10235 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
10236 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
10237 Set caps on pushed buffers; fix up refcounting of caps objects.
10239 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
10241 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
10243 Typefind mmsh header data packet to application/x-mmsh (#362625).
10245 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
10247 * tests/check/Makefile.am:
10248 * tests/check/elements/.cvsignore:
10249 * tests/check/elements/subparse.c: (buffer_from_static_string),
10250 (setup_subparse), (teardown_subparse), (test_srt_do_test),
10251 (GST_START_TEST), (subparse_suite):
10252 Add very simple unit test for subparse.
10254 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
10256 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
10258 Strip trailing newlines from subtitle text output.
10260 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10262 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10263 (gst_sub_parse_change_state):
10264 Fix memleak; clear subparse->textbuf n state change function.
10266 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10268 * gst/subparse/gstsubparse.c:
10269 (gst_sub_parse_data_format_autodetect):
10270 Don't require subrip (.srt) files to start with a chunk number of 1.
10272 2006-10-18 Wim Taymans <wim@fluendo.com>
10274 * gst-libs/gst/audio/gstbaseaudiosink.c:
10275 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10276 * gst-libs/gst/audio/gstbaseaudiosink.h:
10277 Extract rate from the NEWSEGMENT event.
10278 Use commit_full to also take rate adjustment into account when writing
10279 samples to the ringbuffer.
10281 * gst-libs/gst/audio/gstringbuffer.c:
10282 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
10283 (gst_ring_buffer_read):
10284 * gst-libs/gst/audio/gstringbuffer.h:
10285 Added _commit_full() to also take rate into account.
10286 Use simple interpolation algorithm to resample audio.
10287 API: gst_ring_buffer_commit_full()
10289 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
10290 * tests/examples/seek/seek.c: (segment_done):
10291 Don't try to seek with 0.0 rate, just pause instead.
10292 Remove bogus debug line.
10294 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10296 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
10298 Catch async errors when starting up the subtitle bin, so we can
10299 stop waiting and continue with the main film instead of hanging
10300 forever. Fixes #339366.
10302 * tests/check/elements/playbin.c: (playbin_suite):
10303 Enable unit test for the above.
10305 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10307 * tests/check/Makefile.am:
10308 * tests/check/elements/.cvsignore:
10309 * tests/check/elements/playbin.c: (GST_START_TEST),
10310 (gst_red_video_src_uri_get_type),
10311 (gst_red_video_src_uri_get_protocols),
10312 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
10313 (gst_red_video_src_uri_handler_init),
10314 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
10315 (gst_red_video_src_create), (gst_red_video_src_class_init),
10316 (gst_red_video_src_init), (plugin_init), (playbin_suite):
10317 Some small and basic unit tests for playbin; not very useful yet,
10318 but at least a start.
10320 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10322 * gst/playback/gstplaybin.c: (setup_sinks):
10323 The old pad activation spiel.
10325 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10327 * gst/playback/gstplaybasebin.c: (setup_source):
10328 Don't hang forever if the subbin already fails to start up in
10329 the state change to PAUSED (#339366).
10331 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
10333 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
10334 (gst_tuner_set_channel), (gst_tuner_get_channel),
10335 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
10336 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
10337 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
10338 (gst_tuner_find_channel_by_name):
10339 Fix some function guards, add some more function guards.
10341 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
10343 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10344 (remove_element_chain):
10345 Don't return a pad from get_our_ghost_pad unless it is actually the
10347 Change a cast in remove_element_chain slightly.
10349 2006-10-13 Julien MOUTTE <julien@moutte.net>
10351 * tests/examples/seek/seek.c: (do_seek), (start_seek),
10352 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
10353 Segment seeking needs to use the rate and set stop to -1.
10355 2006-10-13 Wim Taymans <wim@fluendo.com>
10357 * gst-libs/gst/audio/gstbaseaudiosink.c:
10358 (gst_base_audio_sink_setcaps):
10359 Don't crash when ringbuffer is not yet created.
10360 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
10363 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
10364 * gst/playback/gststreamselector.c:
10365 (gst_stream_selector_request_new_pad):
10366 Activate pads befre adding them to running elements.
10368 2006-10-13 Julien MOUTTE <julien@moutte.net>
10370 * tests/examples/seek/seek.c: (do_seek), (start_seek),
10371 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
10372 updater when we start grabing the slider. Don't wait for the
10373 pipeline to be PAUSED.
10375 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
10377 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
10378 (gst_mixer_set_volume), (gst_mixer_get_volume),
10379 (gst_mixer_set_mute), (gst_mixer_set_option),
10380 (gst_mixer_get_option), (gst_mixer_mute_toggled),
10381 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
10382 (gst_mixer_option_changed):
10383 Guard mixer interface functions against bogus arguments.
10385 2006-10-12 Julien MOUTTE <julien@moutte.net>
10387 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
10388 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
10389 (msg_state_changed), (main): Use state-changed messages to trigger
10390 start/stop of scale update timer. Indeed the scale slider was
10391 jumping here and there because the update timer was activated
10392 before seek completed. This fixes instant applying of rate changes
10393 by pressing the spinbutton like a crazy man !
10395 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
10397 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
10399 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10400 (gst_basertppayload_finalize):
10401 Fix two small memory leaks (#361456).
10403 2006-10-10 Julien MOUTTE <julien@moutte.net>
10405 * tests/examples/seek/seek.c: (do_seek),
10406 (rate_spinbutton_changed_cb): When changing spinbutton we try
10407 to change the rate on the fly.
10409 2006-10-10 Wim Taymans <wim@fluendo.com>
10411 * gst-libs/gst/riff/riff-ids.h:
10412 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
10413 (gst_riff_create_audio_template_caps):
10416 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10418 Patch by: Josep Torra Valles <josep@fluendo.com>
10420 * ext/gnomevfs/gstgnomevfssink.c:
10421 * ext/gnomevfs/gstgnomevfssrc.c:
10422 Fix URI interface implementation return type.
10423 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
10424 Fix what looks like a copy/paste issue when assigning values.
10425 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10426 (gst_audio_filter_template_get_type):
10427 Cast to prevent Forte warnings.
10428 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10429 Fix URI interface implementation return type.
10430 gst_pad_query_position requires a signed integer pointer as
10431 3rd parameter, GstClockTime is unsigned.
10432 * gst/audioconvert/audioconvert.c:
10433 Fix integer overflow when treated as signed.
10434 * gst/audioresample/resample.c: (resample_add_input_data):
10435 Cast to prevent warnings on Forte.
10436 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
10437 Fix integer overflow when treated as signed.
10438 * gst/ffmpegcolorspace/imgconvert_template.h:
10439 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
10440 * gst/playback/gstdecodebin.c: (queue_filled_cb),
10441 (cleanup_decodebin):
10442 Who initialises a guint to -1!
10443 Cast function pointers to prevent warnings on Forte.
10444 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
10445 (queue_threshold_reached):
10446 Cast function pointers correctly to prevent warnings on Forte.
10447 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10448 Cast function pointers correctly to prevent warnings on Forte.
10449 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
10450 Obvious change to unsigned, 0xEF > max signed char.
10451 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
10452 GstClockTime is unsigned, initialise correctly.
10453 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
10454 Cast so pointer arithemetic doesn't cause warnings on Forte.
10455 * gst/videorate/gstvideorate.c:
10456 Use correct return value.
10457 * tests/examples/seek/scrubby.c:
10458 GstClockTime is unsigned, initialise correctly.
10460 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
10462 Patch by: Ferenc Gerlits <fgerlits at gmail com>
10464 * gst/typefind/gsttypefindfunctions.c:
10465 Recognise XML files and XML-like files shorter than 256 bytes as
10466 well (fixes #359237).
10468 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
10470 Patch by: Renato Filho <renato.filho@indt.org.br>
10472 * gst/typefind/gsttypefindfunctions.c:
10473 Added typefind functions to video/x-nuv media.
10475 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
10477 * gst-libs/gst/interfaces/xoverlay.c:
10478 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
10479 Some more guards against invalid input.
10481 2006-10-07 Julien MOUTTE <julien@moutte.net>
10483 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
10485 * tests/examples/seek/seek.c: (do_seek),
10486 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
10487 seek example to experiment with rates != 1.0 (reverse playback !)
10489 2006-10-06 Stefan Kost <ensonic@users.sf.net>
10491 * gst-libs/gst/interfaces/xoverlay.c:
10492 Unref message in doc-example (spotted by Robert McQueen)
10494 2006-10-06 Wim Taymans <wim@fluendo.com>
10496 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10497 (mpeg1_parse_header), (mpeg1_sys_type_find):
10500 2006-10-06 Wim Taymans <wim@fluendo.com>
10502 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10504 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
10505 Activate dynamic pads before adding them to the element.
10507 2006-10-06 Michael Smith <msmith@fluendo.com>
10509 * gst-libs/gst/floatcast/floatcast.h:
10510 Fix obviously-bogus macros; use the correct types.
10512 2006-10-06 Wim Taymans <wim@fluendo.com>
10514 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10515 (gst_base_rtp_depayload_change_state):
10516 Also call parent state change function to activate pads.
10518 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10519 (mpeg1_parse_header), (mpeg1_sys_type_find):
10520 Add some more debug info in mpeg typefinding.
10522 2006-10-06 Michael Smith <msmith@fluendo.com>
10524 * ext/theora/theoradec.c: (theora_dec_chain):
10525 Zero byte theora packets are valid and well-defined; don't warn on
10528 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
10530 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
10531 (gst_multi_fd_sink_get_stats), (find_limits),
10532 (gst_multi_fd_sink_queue_buffer):
10533 API: add dropped_buffers to the get-stats GValueArray
10535 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
10537 * ext/alsa/gstalsadeviceprobe.c:
10538 (gst_alsa_device_property_probe_get_values):
10539 * ext/alsa/gstalsasink.c: (set_hwparams):
10540 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
10541 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
10542 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
10543 (gst_ogg_mux_process_best_pad):
10544 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
10545 (gst_ogg_parse_chain):
10546 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
10547 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10548 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
10549 (gst_vorbis_enc_buffer_check_discontinuous):
10550 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
10551 * gst-libs/gst/audio/gstbaseaudiosink.c:
10552 (gst_base_audio_sink_render):
10553 * gst-libs/gst/cdda/gstcddabasesrc.c:
10554 (gst_cdda_base_src_handle_track_seek):
10555 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10556 (gst_base_rtp_depayload_push_full):
10557 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
10558 * gst/audioresample/resample.c: (resample_input_pushthrough):
10559 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
10560 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
10561 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10562 (wavpack_type_find):
10563 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10564 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10565 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10566 * tests/check/elements/volume.c: (GST_START_TEST):
10567 Printf format fixes.
10569 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
10571 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
10572 Fix a simple mistake (see the docs)
10575 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
10577 * docs/plugins/Makefile.am:
10578 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10579 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10580 * docs/plugins/gst-plugins-base-plugins.args:
10581 * docs/plugins/gst-plugins-base-plugins.hierarchy:
10582 * docs/plugins/inspect/plugin-adder.xml:
10583 * docs/plugins/inspect/plugin-alsa.xml:
10584 * docs/plugins/inspect/plugin-audioconvert.xml:
10585 * docs/plugins/inspect/plugin-audiorate.xml:
10586 * docs/plugins/inspect/plugin-audioresample.xml:
10587 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10588 * docs/plugins/inspect/plugin-cdparanoia.xml:
10589 * docs/plugins/inspect/plugin-decodebin.xml:
10590 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10591 * docs/plugins/inspect/plugin-gdp.xml:
10592 * docs/plugins/inspect/plugin-gnomevfs.xml:
10593 * docs/plugins/inspect/plugin-libvisual.xml:
10594 * docs/plugins/inspect/plugin-ogg.xml:
10595 * docs/plugins/inspect/plugin-pango.xml:
10596 * docs/plugins/inspect/plugin-playbin.xml:
10597 * docs/plugins/inspect/plugin-subparse.xml:
10598 * docs/plugins/inspect/plugin-tcp.xml:
10599 * docs/plugins/inspect/plugin-theora.xml:
10600 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10601 * docs/plugins/inspect/plugin-video4linux.xml:
10602 * docs/plugins/inspect/plugin-videorate.xml:
10603 * docs/plugins/inspect/plugin-videoscale.xml:
10604 * docs/plugins/inspect/plugin-videotestsrc.xml:
10605 * docs/plugins/inspect/plugin-volume.xml:
10606 * docs/plugins/inspect/plugin-vorbis.xml:
10607 * docs/plugins/inspect/plugin-ximagesink.xml:
10608 * docs/plugins/inspect/plugin-xvimagesink.xml:
10609 Add vorbistag element to docs; update version numbers to 0.10.10.1.
10611 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
10613 Patch by: James "Doc" Livingston <doclivingston at gmail com>
10615 * ext/vorbis/Makefile.am:
10616 * ext/vorbis/vorbis.c: (plugin_init):
10617 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
10618 (vorbis_parse_parse_packet), (vorbis_parse_chain):
10619 * ext/vorbis/vorbisparse.h:
10620 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
10621 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
10622 (gst_vorbis_tag_parse_packet):
10623 * ext/vorbis/vorbistag.h:
10624 Add new vorbistag element which derives from vorbisparse
10625 and is essentially the same as well, only that it implements
10626 the GstTagSetter interface and can modify the stream's
10627 vorbiscomment on the fly (#335635).
10629 * tests/check/Makefile.am:
10630 * tests/check/elements/.cvsignore:
10631 * tests/check/elements/vorbistag.c: (setup_vorbistag),
10632 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
10633 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
10634 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
10635 Add unit test for new vorbistag element.
10637 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
10639 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
10640 (vorbis_parse_push_headers), (vorbis_parse_chain):
10641 Set BOS flag in packet structure to fix 'jump depends
10642 on unitialized value' errors in valgrind; various minor
10645 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
10647 * gst/playback/gstdecodebin.c: (close_pad_link):
10648 Fix typo in a debug statement.
10650 * gst/playback/gstplaybasebin.c: (probe_triggered),
10651 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
10652 (gen_source_element), (source_new_pad), (analyse_source),
10654 When handling no_more_pads in new_decoded_pad, make sure to treat
10655 subtitle pads correctly. Fixes playback with subtitle files.
10657 Move a recurring message to LOG level.
10659 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10660 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
10661 which ends up as -1 when cast to an int. Make the logic handle the
10662 max value as an unsigned mask and only change the colorkey when it's
10663 a value we recognise.
10665 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
10667 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10668 Removed empty * between paragraphs
10670 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
10672 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10673 * gst-libs/gst/rtp/README:
10674 Moved some documentation into .c file
10676 2006-09-29 Wim Taymans <wim@fluendo.com>
10678 * gst/playback/gstdecodebin.c: (no_more_pads):
10681 2006-09-29 Wim Taymans <wim@fluendo.com>
10683 * gst/playback/gstdecodebin.c: (new_caps):
10686 * gst/playback/gstplaybin.c:
10689 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
10691 * tests/check/Makefile.am:
10692 Re-enable cddabasesrc test to see if it works again
10695 2006-09-29 Wim Taymans <wim@fluendo.com>
10697 * gst/playback/gstplaybasebin.c: (setup_subtitle),
10698 (gen_source_element):
10699 Handle invalid URIs a bit more gracefully.
10701 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
10703 * tests/check/pipelines/oggmux.c:
10704 Remove obsolete comment.
10706 2006-09-29 Michael Smith <msmith@fluendo.com>
10708 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10709 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
10710 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
10711 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
10712 (gst_ogg_mux_collected):
10713 Commit patch from James "Doc" Livingston, adds proper EOS handling
10714 in oggmux. GStreamer can, for the first time ever, create a valid
10717 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
10719 Reenable tests now that they pass.
10721 2006-09-29 Wim Taymans <wim@fluendo.com>
10723 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
10724 Stop reading commands when EOF (we read 0) as well.
10726 2006-09-28 Wim Taymans <wim@fluendo.com>
10728 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
10729 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
10730 (find_dynamic), (unlinked), (close_link):
10731 Implement delayed caps linking needed for element with a lot of
10732 different caps on the src pads that get fixed at runtime.
10733 Improve management of dynamic elements.
10735 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10736 (group_destroy), (group_commit), (check_queue), (queue_overrun),
10737 (gen_preroll_element), (remove_groups), (unknown_type),
10738 (add_element_stream), (no_more_pads_full), (no_more_pads),
10739 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
10740 (new_decoded_pad), (setup_subtitle), (array_has_value),
10741 (gen_source_element), (source_new_pad), (has_all_raw_caps),
10742 (analyse_source), (remove_decoders), (make_decoder),
10743 (remove_source), (setup_source), (finish_source), (prepare_output),
10744 (gst_play_base_bin_change_state):
10745 * gst/playback/gstplaybasebin.h:
10746 Use more _CAST instead of full type checking casts.
10747 Small cleanups, plug some leaks.
10748 Handle dynamic sources.
10749 Add some helper functions to create lists of strings used for
10750 blacklisting and other stuff.
10751 Refactor some code dealing with analysing the source.
10752 Re-enable sources without pads (like cd:// or other selfcontained
10755 2006-09-28 Wim Taymans <wim@fluendo.com>
10757 * gst-libs/gst/audio/gstbaseaudiosink.c:
10758 (gst_base_audio_sink_render):
10759 When we have a timestamp, we can still perform clipping.
10760 When we have no clock, we must play the sample ASAP.
10762 2006-09-28 Wim Taymans <wim@fluendo.com>
10764 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10765 Set caps on outgoing buffers.
10767 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10768 (gst_video_rate_event), (gst_video_rate_chain):
10769 * gst/videorate/gstvideorate.h:
10770 Fix videorate some more. Fixes #357977
10772 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
10774 * tests/check/elements/adder.c: (adder_suite):
10775 Don't set timeout to 6 seconds when we're running
10776 in valgrind ... (and how is 6 seconds longer than
10777 the default anyway?)
10779 2006-09-28 Wim Taymans <wim@fluendo.com>
10781 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
10782 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
10783 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
10784 Keep sink and src segment to keep track of time and support more
10786 Fix bogus next_offset and run_time calculation, don't understand how
10787 this could have worked before. Fixes #357976.
10788 Remove some unneeded vars.
10790 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
10792 * gst/playback/gstplaybin.c: (remove_sinks):
10793 Only remove visualisation from visbin if there is a visbin (or:
10794 don't throw warnings when closing totem without playing a file).
10796 2006-09-27 Wim Taymans <wim@fluendo.com>
10798 * gst-libs/gst/audio/gstbaseaudiosink.c:
10799 (gst_base_audio_sink_render):
10800 Add some more info in a WARNING.
10802 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10803 (gst_base_audio_src_create):
10804 Handle PAUSE in create function, use new -core addition to
10805 wait for playing. Fixes pausing and resuming capture from an
10808 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
10809 (gst_ring_buffer_read):
10810 Constify some more.
10811 Caller supports interrupted reads now.
10813 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
10815 * tests/check/Makefile.am:
10816 Another attempt to make the gen64 buildbot happy.
10818 2006-09-27 Stefan Kost <ensonic@users.sf.net>
10820 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
10822 * ext/libvisual/visual.c: (gst_visual_clear_actors),
10823 (gst_visual_chain), (gst_visual_change_state):
10824 Libvisual plugin was not passing audio data to libvisual 0.4.0
10825 correctly. Fixes #357800
10827 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
10829 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
10830 Add timeout to _get_state() so we see which pipeline it is
10831 that causes trouble on the gen64 build bot.
10833 2006-09-27 Wim Taymans <wim@fluendo.com>
10835 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10836 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
10837 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
10838 (gst_base_rtp_depayload_set_gst_timestamp):
10839 the source pad always uses fixed caps.
10841 2006-09-27 Wim Taymans <wim@fluendo.com>
10843 * docs/libs/gst-plugins-base-libs-docs.sgml:
10844 * docs/libs/gst-plugins-base-libs-sections.txt:
10845 * gst-libs/gst/audio/gstaudioclock.c:
10846 * gst-libs/gst/audio/gstaudioclock.h:
10847 * gst-libs/gst/audio/gstaudiosink.c:
10848 * gst-libs/gst/audio/gstaudiosink.h:
10849 * gst-libs/gst/audio/gstaudiosrc.c:
10850 * gst-libs/gst/audio/gstbaseaudiosink.c:
10851 (gst_base_audio_sink_render):
10852 * gst-libs/gst/audio/gstbaseaudiosink.h:
10853 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
10854 * gst-libs/gst/audio/gstbaseaudiosrc.h:
10855 * gst-libs/gst/audio/gstringbuffer.h:
10856 Added docs for the audio libs.
10858 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
10860 * tests/check/Makefile.am:
10861 Temporarily disable test that fails on the bots for unknown reasons.
10863 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
10865 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10866 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10867 Moved AudioCodecType into priv
10868 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
10870 2006-09-25 Wim Taymans <wim@fluendo.com>
10872 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10873 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
10874 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
10876 Cleanups and small leak fixes.
10877 Added Depayloaders to valid list of autopluggable elements.
10879 2006-09-25 Wim Taymans <wim@fluendo.com>
10881 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10882 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
10883 (gen_video_element), (gen_text_element), (gen_audio_element),
10884 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
10885 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
10886 Detect NO_PREROLL state change returns and disable clock distribution to
10887 the sinks so that sync is disabled.
10888 Avoid some type checking and do simple casts instead.
10889 Small cleanups, fix some FIXMEs.
10890 Be more robust when linking user specified elements, catch an report
10891 errors. Fixes #357404.
10892 Fix some leaks in the error paths.
10894 2006-09-25 Stefan Kost <ensonic@users.sf.net>
10897 ChangeLog surgery for missing bug-number
10899 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
10901 Patch by: Peter Kjellerstedt <pkj at axis com>
10903 * gst/playback/test.c:
10904 Fix compilation with uClibc and -Werror (#357591).
10906 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
10908 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10909 Parse dates that are followed by a time as well (#357532).
10911 * tests/check/libs/tag.c: (test_vorbis_tags):
10912 Add unit test for this.
10914 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
10916 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10917 (gst_audio_convert_transform_caps):
10918 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
10919 * gst/videotestsrc/videotestsrc.h:
10920 A few array const-ifications.
10922 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
10924 * tests/check/Makefile.am:
10925 See if this makes the build bots happy.
10927 * tests/check/libs/cddabasesrc.c:
10930 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
10932 Patch by: Young-Ho Cha <ganadist at chollian dot net>
10934 * gst/subparse/samiparse.c: (handle_start_font),
10935 (fix_invalid_entities):
10936 More case-insensitivity for certain tags; recognise entities with
10937 decimal codes as special entities as well (#357330).
10939 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
10941 * gst-libs/gst/Makefile.am:
10942 Need to build tag directory before cdda.
10944 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
10946 * docs/libs/gst-plugins-base-libs-sections.txt:
10947 * gst-libs/gst/cdda/Makefile.am:
10948 * gst-libs/gst/cdda/gstcddabasesrc.c:
10949 (gst_cdda_base_src_base_init):
10950 * gst-libs/gst/cdda/gstcddabasesrc.h:
10951 * gst-libs/gst/tag/tag.h:
10952 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
10953 (gst_tag_register_musicbrainz_tags):
10954 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
10955 depend on libgsttag. This is required so we can extract/read tags like
10956 DISCID without depending on libgstcddabasesrc (which used to register
10959 * gst-libs/gst/tag/gstvorbistag.c:
10960 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
10961 tags (also see #347848).
10963 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
10964 Log vorbis comments we are actually writing. Const-ify array.
10966 2006-09-23 Wim Taymans <wim@fluendo.com>
10968 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
10969 Improve buffering a bit by avoiding a deadlock because we cannot assume
10970 the underrun is always called.
10972 2006-09-23 Wim Taymans <wim@fluendo.com>
10974 Patch by: Young-Ho Cha <ganadist at chollian dot net>
10976 * gst-libs/gst/riff/riff-ids.h:
10977 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
10978 (gst_riff_create_audio_template_caps):
10979 Added MPEG-4 AAC and id and caps. Fixes #357289
10980 Added WMA9 Lossless id.
10982 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
10984 * ext/gnomevfs/gstgnomevfssrc.c:
10985 Fix misleading docs addition.
10987 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
10988 Get rid of compiler warning the right way.
10990 2006-09-22 Wim Taymans <wim@fluendo.com>
10992 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10993 (gst_base_rtp_depayload_finalize),
10994 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
10995 (gst_base_rtp_depayload_push_full),
10996 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
10997 (gst_base_rtp_depayload_process),
10998 (gst_base_rtp_depayload_set_gst_timestamp),
10999 (gst_base_rtp_depayload_queue_release):
11000 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11003 Refactored the process method and added methods to push from the process
11005 Use _scale functions.
11006 API: gst_base_rtp_depayload_push_ts
11007 API: gst_base_rtp_depayload_push
11009 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11010 timestamps are uint.
11012 2006-09-22 Stefan Kost <ensonic@users.sf.net>
11014 * gst-libs/gst/interfaces/xoverlay.c:
11015 Remove unused statement from doc example.
11017 2006-09-21 Stefan Kost <ensonic@users.sf.net>
11019 * gst-libs/gst/interfaces/videoorientation.c:
11020 (gst_video_orientation_iface_init),
11021 (gst_video_orientation_get_hflip),
11022 (gst_video_orientation_get_vflip),
11023 (gst_video_orientation_get_hcenter),
11024 (gst_video_orientation_get_vcenter),
11025 (gst_video_orientation_set_hflip),
11026 (gst_video_orientation_set_vflip),
11027 (gst_video_orientation_set_hcenter),
11028 (gst_video_orientation_set_vcenter):
11029 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
11032 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
11034 * tests/check/Makefile.am:
11035 * tests/check/elements/.cvsignore:
11036 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
11037 (create_rgb_conversions), (rgb_conversion_free),
11038 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
11039 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
11040 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
11041 but disable for now since it doesn't pass (something wrong with
11044 2006-09-21 Wim Taymans <wim@fluendo.com>
11046 * gst/playback/gstplaybasebin.c: (group_commit),
11047 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
11048 (queue_out_of_data), (gen_preroll_element),
11049 (preroll_remove_overrun), (probe_triggered):
11050 Refactor handling of overrun detection.
11051 Separate handling of group completion and deadlock detection when doing
11052 network buffering. This should fix some deadlocks that were not detected
11053 because the group was completed.
11054 Add more comments, improve debugging.
11056 2006-09-21 Wim Taymans <wim@fluendo.com>
11058 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
11059 * tests/check/libs/audio.c:
11060 Some more compilation fixes.
11062 2006-09-21 Wim Taymans <wim@fluendo.com>
11064 * gst-libs/gst/audio/gstringbuffer.c:
11065 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
11066 (gst_ring_buffer_read):
11067 Early morning compilation fix.
11069 2006-09-20 Wim Taymans <wim@fluendo.com>
11071 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
11072 * tests/check/elements/multifdsink.c: (GST_START_TEST):
11073 * tests/check/elements/videorate.c: (GST_START_TEST):
11074 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
11075 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
11078 2006-09-20 Stefan Kost <ensonic@users.sf.net>
11080 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11081 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11082 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
11083 Handcrafted merge to help CVS understanding what I changed and what
11086 2006-09-20 Stefan Kost <ensonic@users.sf.net>
11088 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11089 (gst_xvimagesink_get_times):
11090 change colorkey behaviour back according to #354773 comment 6/7
11092 2006-09-19 Michael Smith <msmith@fluendo.com>
11094 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11095 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
11096 (gst_multi_fd_sink_recover_client),
11097 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
11098 (gst_multi_fd_sink_get_property):
11099 * gst/tcp/gstmultifdsink.h:
11100 Implement stubbed out properties unit-type, units-soft-max,
11101 units-max, to allow specifying maximum sizes in units other than
11105 2006-09-19 Wim Taymans <wim@fluendo.com>
11107 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11108 (gst_riff_create_audio_template_caps):
11109 Reorder the audio formats a bit for clarity.
11110 Detect and create caps for MSGSM and MSN (WAV49).
11113 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11114 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11115 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
11116 Small cleanups, move error handling out of normal flow for clarity.
11118 2006-09-18 Stefan Kost <ensonic@users.sf.net>
11120 * docs/libs/gst-plugins-base-libs-docs.sgml:
11121 * docs/libs/gst-plugins-base-libs.types:
11122 * gst-libs/gst/interfaces/Makefile.am:
11123 * gst-libs/gst/interfaces/videoorientation.c:
11124 (gst_video_orientation_get_type),
11125 (gst_video_orientation_iface_init),
11126 (gst_video_orientation_get_hflip),
11127 (gst_video_orientation_get_vflip),
11128 (gst_video_orientation_get_hcenter),
11129 (gst_video_orientation_get_vcenter),
11130 (gst_video_orientation_set_hflip),
11131 (gst_video_orientation_set_vflip),
11132 (gst_video_orientation_set_hcenter),
11133 (gst_video_orientation_set_vcenter):
11134 * gst-libs/gst/interfaces/videoorientation.h:
11135 API: Add new interface to control video orientation (fixes #354908)
11137 2006-09-18 Stefan Kost <ensonic@users.sf.net>
11139 * gst/videotestsrc/gstvideotestsrc.c:
11140 Use G_UNLIKELY in _create and log one more detail.
11142 (gst_video_test_src_get_times), (gst_video_test_src_create):
11143 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
11144 Use gst_util_uint64_scale_int in _get_times().
11146 2006-09-18 Stefan Kost <ensonic@users.sf.net>
11148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
11149 Give better warning message (add object and detail).
11151 2006-09-18 Stefan Kost <ensonic@users.sf.net>
11153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11154 (gst_xvimagesink_get_times):
11155 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
11156 #354773), use gst_util_uint64_scale_int in _get_times()
11158 2006-09-18 Michael Smith <msmith@fluendo.com>
11160 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
11161 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
11162 always true, leading to dropping all timestamps.
11164 2006-09-18 Stefan Kost <ensonic@users.sf.net>
11166 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
11167 (gst_visual_chain), (gst_visual_change_state):
11168 update to work also with libvisual 0.4 API, fix double unref (#355914)
11170 * tools/gst-launch-ext.1.in:
11171 * tools/gst-visualise.1.in:
11172 remove references to old man-pages
11174 * tests/examples/seek/seek.c: (main):
11175 add real meadi-buttons, add tool-tips for the seek-options, arrange
11176 seek options in a table
11178 2006-09-18 Michael Smith <msmith@fluendo.com>
11180 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
11181 (gst_ogg_mux_push_buffer):
11182 Don't generate out-of-order timestamps from oggmux, instead clamp
11183 output timestamps to be >= the previously output ts.
11186 2006-09-18 Michael Smith <msmith@fluendo.com>
11188 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11189 (gst_multi_fd_sink_class_init):
11190 Updates, fixes, and typo corrections for multifdsink. No functional
11193 2006-09-17 Michael Smith <msmith@fluendo.com>
11195 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
11196 Don't crash on truncated files - check that we got an 8 byte buffer
11197 before trying to memcmp it.
11199 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
11201 * gst/playback/gstplaybasebin.c: (get_active_source):
11202 Make stream-switching appear instant to the application
11203 (ie. make sure that a g_object_get on 'current-foo' returns
11204 the stream previously set with g_object_set(). Totem needs
11205 this to update stream-related meta-info (like audio-codec)
11206 correctly when switching streams.
11208 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
11210 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
11211 (gst_alsa_mixer_ensure_track_list):
11212 Try harder to guess which mixer track is the master mixer
11213 track (instead of just taking the first one that has a pvolume).
11216 2006-09-17 Stefan Kost <ensonic@users.sf.net>
11218 reviewed by: <delete if not using a buddy>
11220 * gst-libs/gst/audio/audio.h:
11221 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
11223 2006-09-17 Stefan Kost <ensonic@users.sf.net>
11225 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11226 (gst_audio_convert_transform_caps):
11227 Get structure-name just once.
11229 2006-09-17 Stefan Kost <ensonic@users.sf.net>
11231 * tests/check/elements/audioresample.c: (GST_START_TEST):
11232 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
11233 * tests/check/elements/volume.c: (GST_START_TEST):
11234 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
11235 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
11236 (test_pipeline), (GST_START_TEST):
11237 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11238 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
11239 Fix big batch of compiler warnings.
11241 2006-09-17 Stefan Kost <ensonic@users.sf.net>
11243 * ext/gnomevfs/gstgnomevfssrc.c:
11244 Add docs about icydemux usage in connection with gnomevfssrc
11246 * ext/libvisual/visual.c:
11247 * ext/ogg/gstoggaviparse.c:
11248 * ext/ogg/gstoggdemux.c:
11249 * ext/ogg/gstoggmux.c:
11250 * ext/ogg/gstoggparse.c:
11251 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11252 * gst-libs/gst/audio/gstaudiosink.c:
11253 * gst-libs/gst/audio/gstaudiosrc.c:
11254 * gst/audiorate/gstaudiorate.c:
11255 More G_OBJECT macro fixing.
11257 * gst/audiotestsrc/gstaudiotestsrc.h:
11258 Fix wrong info in header due to copy & paste
11260 2006-09-15 Wim Taymans <wim@fluendo.com>
11262 * gst-libs/gst/audio/gstbaseaudiosink.c:
11263 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
11264 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11265 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
11266 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
11267 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11268 Do the delay calculation in the source/sink base classes as this is
11269 specific for the capture/playback mode.
11270 Try to fixate a bit better, like round depth up to a multiple of 8
11272 Handle underruns correctly by marking DISCONT on buffers and adjusting
11273 timestamps to handle the gap.
11274 Set offset/offset_end correctly on buffers.
11276 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
11277 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
11278 (gst_ring_buffer_read):
11279 Remove resync and underrun recovery from the ringbuffer.
11280 Fix ringbuffer read code on under/overrun.
11282 2006-09-15 Wim Taymans <wim@fluendo.com>
11284 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11285 (gst_play_base_bin_init), (fill_buffer), (check_queue),
11286 (queue_threshold_reached), (gst_play_base_bin_set_property),
11287 (gst_play_base_bin_get_property):
11288 * gst/playback/gstplaybasebin.h:
11289 Don't use a 0 low watermark when buffering, it is catching starvation
11290 way too late. Instead, use a 3 second queue with 30 and 95
11291 percent low/high watermarks.
11292 Added queue-min-threshold property to configure low watermark.
11293 Use new _buffering message API.
11294 Make queue_threshold variable big enough to store a uint64 time value.
11295 API: playbin::queue-min-threshold property.
11297 2006-09-15 Wim Taymans <wim@fluendo.com>
11300 We require 0.10.10.1 now because of _wait_preroll().
11302 * gst-libs/gst/audio/gstbaseaudiosink.c:
11303 (gst_base_audio_sink_render):
11304 Use gst_base_sink_wait_preroll().
11306 2006-09-15 Wim Taymans <wim@fluendo.com>
11308 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
11309 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
11310 Use DEBUG_OBJECT more.
11312 === release 0.10.10 ===
11314 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
11316 patch by: Michael Smith <msmith at fluendo dot com>
11318 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
11319 (gst_multi_fd_sink_client_queue_buffer),
11320 (gst_multi_fd_sink_new_client):
11321 * tests/check/elements/multifdsink.c: (GST_START_TEST),
11322 (multifdsink_suite):
11323 Fix implementation of sync-method 'next-keyframe'
11326 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
11328 patch by: Wim Taymans <wim at fluendo dot com>
11330 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11331 This patch removes the RANDOM flag that was incorrectly introduced with
11332 revision 1.91. Fixes #354590
11334 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
11336 * tests/check/Makefile.am:
11337 Random variation in Makefile line to see if it makes the
11338 gen64-base-full bot any happier.
11340 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
11342 * tests/check/pipelines/oggmux.c: (oggmux_suite):
11343 Disable test that fails at the moment (killed after timeout).
11345 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
11347 Patch by: James Livingston <doclivingston at gmail.com>
11349 * tests/check/Makefile.am:
11350 * tests/check/pipelines/.cvsignore:
11351 * tests/check/pipelines/oggmux.c: (get_page_codec),
11352 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
11353 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
11354 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
11355 (test_theora_vorbis), (oggmux_suite):
11356 Add simple unit test for oggmux from #337026 with checking for the
11357 EOS flags disabled for the time being.
11359 2006-09-04 Wim Taymans <wim@fluendo.com>
11361 patch by: Alessandro Dessina <alessandro nnva org>
11363 * ext/ogg/gstoggmux.c:
11364 Add cmml caps to oggmux. Fixes #353912
11366 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
11368 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
11369 Returning a return value often helps. In this case, we
11370 don't need the return value anyway, so just get rid of it.
11371 Should make build bots much happier.
11373 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
11375 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
11376 (paint_get_structure), (gst_video_test_src_get_size),
11377 (gst_video_test_src_smpte), (gst_video_test_src_snow),
11378 (gst_video_test_src_unicolor), (paint_setup_AYUV),
11379 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
11380 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
11381 * gst/videotestsrc/videotestsrc.h:
11382 Add support for AYUV and the various RGBA formats. Initialise
11383 fields of paintinfo structs allocated on the stack.
11385 * tests/check/elements/videotestsrc.c: (right_shift_colour),
11386 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
11387 (check_rgb_buf), (videotestsrc_suite):
11388 Add unit tests for videotestsrc's RGB output.
11390 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
11392 * gst/videotestsrc/gstvideotestsrc.c:
11393 (gst_video_test_src_pattern_get_type),
11394 (gst_video_test_src_set_pattern):
11395 * gst/videotestsrc/gstvideotestsrc.h:
11396 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
11397 (gst_video_test_src_black), (gst_video_test_src_white),
11398 (gst_video_test_src_red), (gst_video_test_src_green),
11399 (gst_video_test_src_blue):
11400 * gst/videotestsrc/videotestsrc.h:
11401 Add more uni-colour patterns ("white", "red", "green", and "blue").
11403 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
11405 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
11406 Fix stride for YVYU, should be word-aligned (#353658).
11408 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
11410 * gst/adder/gstadder.c: (gst_adder_src_event):
11413 2006-08-31 Edward Hervey <edward@fluendo.com>
11415 * gst/adder/gstadder.c: (forward_event_func),
11416 (gst_adder_src_event), (gst_adder_collected),
11417 (gst_adder_change_state):
11418 * gst/adder/gstadder.h:
11419 Remember the start position asked in the incoming seeks, so we can
11420 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
11421 of assuming it will always be 0).
11423 2006-08-31 Edward Hervey <edward@fluendo.com>
11425 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
11426 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
11427 (gst_ogg_demux_loop):
11428 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
11430 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
11432 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11433 (gst_ffmpegcsp_get_unit_size):
11434 Return FALSE instead of returning a random false unit
11435 size when the format isn't known/supported (even if
11436 this shouldn't happen under normal circumstances).
11438 2006-08-29 Wim Taymans <wim@fluendo.com>
11440 Patch by: Tim-Philipp Müller <tim at centricular dot net>
11442 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
11443 (gst_gnome_vfs_src_start):
11444 Try harder to get the size from a uri by using _info_uri() when
11445 _info_from_handle() does not give us enough info.
11446 Also follow symlinks when getting the size.
11447 Partially Fixes #332864.
11449 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
11451 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
11453 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
11454 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
11455 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11456 (gst_alsa_mixer_set_record):
11457 * ext/alsa/gstalsamixertrack.c:
11458 (gst_alsa_mixer_track_update_alsa_capabilities),
11459 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
11460 (gst_alsa_mixer_track_update):
11461 * ext/alsa/gstalsamixertrack.h:
11462 Improve and fix mixer track handling, in particular better handling
11463 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
11464 separate track objects for tracks that have both capture and playback
11465 volume (and label them differently as well so they're not mistakenly
11466 assumed to be duplicates); classify mixer tracks that only affect
11467 the audible volume of something (rather than the capture volume)
11468 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
11469 for capture tracks to correspond to alsa-pswitch alsa-cswitch
11470 (following the meaning documented in the mixer interface header
11471 file); add support for alsa's exclusive cswitch groups; update/sync
11472 state/flags better if mixer settings are changed by another
11473 application. Fixes #336075.
11475 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
11477 * gst/playback/gstplaybin.c:
11478 Improve docs: add section about BUFFERING messages sent by playbin.
11480 2006-08-29 Michael Smith <msmith@fluendo.com>
11482 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
11483 (gst_vorbis_enc_buffer_check_discontinuous),
11484 (gst_vorbis_enc_chain):
11485 Ignore explicit DISCONT marked on buffers (which is often spurious,
11486 particularly when using multiple segments), in favour of solely
11487 using the timestamps/durations.
11489 2006-08-29 Edward Hervey <edward@fluendo.com>
11491 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11492 Don't rely on incoming buffers offset anymore, since it is completely
11493 broken when using multiple segments.
11494 Instead convert the incoming buffers timestamp to running time, and
11495 then convert that value to the offsets.
11496 Also inform GstSegment of the last outputted stop position, which is
11497 needed if we received several segments with an unknown stop value.
11499 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
11501 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
11502 fix buffer unreffing on a header push failure
11504 2006-08-28 Wim Taymans <wim@fluendo.com>
11506 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
11507 (gst_audio_rate_chain):
11508 Make the metadata of the buffer writable before changing its
11511 2006-08-28 Wim Taymans <wim@fluendo.com>
11513 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11514 (gst_audio_rate_setcaps), (gst_audio_rate_init),
11515 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
11516 (gst_audio_rate_chain), (gst_audio_rate_change_state):
11517 Fix audiorate some more.
11518 Reset and resync counters on flush and READY.
11519 Handle the DISCONT flag correctly.
11520 Use GstSegment to track position.
11521 Fail when not negotiated.
11524 2006-08-25 Michael Smith <msmith@fluendo.com>
11526 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
11528 Remove accidently included debug line.
11530 2006-08-25 Wim Taymans <wim@fluendo.com>
11532 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
11534 If a buffer is received with no caps, make the buffer metadata
11535 writable and set the caps, making sure that we don't screw up the
11538 2006-08-25 Michael Smith <msmith@fluendo.com>
11540 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
11541 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
11542 Fix memory leaks and misleading debug messages, add a couple of
11545 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
11546 (gst_multi_fd_sink_render):
11547 Do not use gst_buffer_make_writable() in a basesink render method,
11548 as it may incorrectly unref the buffer. Instead, use convoluted
11549 dance to avoid copying the buffer except when we need to.
11551 2006-08-25 Michael Smith <msmith@fluendo.com>
11553 * ext/vorbis/vorbisenc.c:
11554 (gst_vorbis_enc_buffer_check_discontinuous):
11555 Allow very small discontinuities in the timestamps. These we can't
11556 do anything useful with anyway (because vorbis's timestamps have
11557 only sample granularity), and are commonly produced by elements with
11558 minor bugs. Allow up to 1/2 a sample out.
11561 2006-08-24 Wim Taymans <wim@fluendo.com>
11563 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
11564 (play_scrub_toggle_cb), (main):
11565 Add a checkbox to enable play scrubbing. Makes it possible to disable
11568 2006-08-23 Stefan Kost <ensonic@users.sf.net>
11570 * tests/check/elements/.cvsignore:
11571 make buildbot happy
11573 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
11575 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
11576 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
11577 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
11578 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11579 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11580 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
11581 (gst_ogm_text_parse_strip_trailing_zeroes),
11582 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
11583 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
11584 Refactor ogm parse, do better input checking, misc. clean-ups.
11585 Cache incoming events and push them once the source pad has
11586 been created. Don't pass unterminated strings to sscanf().
11587 Strip trailing zeroes from subtitle text output, since they
11588 are not valid UTF-8. Don't push vorbiscomment packets on
11589 the subtitle text pad. Output perfect streams if possible.
11591 2006-08-23 Wim Taymans <wim@fluendo.com>
11593 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
11594 Waits for tasks to settle down so that we clean up correctly for
11597 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
11599 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
11600 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
11601 actually return return value in taglists_are_equal.
11603 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
11605 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11606 Fix crash due to broken bitstream parsing on x86-64: can't make
11607 any assumptions about sizeof(struct) due to alignment/packing
11608 differences on different architectures. Fixes #351790.
11610 2006-08-22 Wim Taymans <wim@fluendo.com>
11612 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
11613 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
11614 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11615 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
11616 (gst_riff_parse_info):
11617 Protect public functions against bad input.
11621 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
11623 * gst-libs/gst/riff/riff-ids.h:
11624 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11625 Add voxware audio IDs (even if we can't play it) (#351795).
11627 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
11629 * gst-libs/gst/riff/riff-media.c:
11630 (gst_riff_create_video_template_caps),
11631 (gst_riff_create_audio_template_caps),
11632 (gst_riff_create_iavs_template_caps):
11633 Const-ify some arrays and use G_N_ELEMENTS instead
11634 of wasting oodles of RAM on terminator bits.
11636 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
11638 * gst-libs/gst/tag/gstvorbistag.c:
11639 (gst_tag_list_to_vorbiscomment_buffer):
11640 * tests/check/libs/tag.c: (GST_START_TEST):
11641 And the same for _to_vorbiscomment_buffer(): allow
11642 id_data_len == 0 for speex.
11644 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
11647 * docs/plugins/Makefile.am:
11648 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11649 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11650 * docs/plugins/inspect/plugin-gdp.xml:
11651 * gst/gdp/Makefile.am:
11652 * tests/check/Makefile.am:
11653 Move GDP plugin to -base from -bad. Closes #347783.
11655 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
11657 * gst-libs/gst/tag/gstvorbistag.c:
11658 (gst_tag_list_from_vorbiscomment_buffer):
11659 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
11660 Also add some checks to make sure we don't memcmp() beyond the end of
11661 vorbiscomment buffer if the ID to check for is larger than the buffer.
11663 * tests/check/libs/tag.c: (GST_START_TEST):
11664 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
11666 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
11668 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
11669 (gst_vorbis_enc_set_metadata):
11670 Use vorbis comment utility functions from libgsttag
11671 instead of re-inventing the wheel (partially fixes #347091).
11673 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
11675 * tests/check/elements/audioconvert.c: (GST_START_TEST):
11676 Fix leaks. Wait for state transitions that might happen ASYNC, as well
11677 as some that won't.
11679 2006-08-21 Wim Taymans <wim@fluendo.com>
11681 * docs/libs/Makefile.am:
11682 * docs/libs/gst-plugins-base-libs-sections.txt:
11683 * docs/libs/gst-plugins-base-libs.types:
11684 Don't try to GObject scan the netbuffer as it's not a GObject.
11687 * gst-libs/gst/netbuffer/gstnetbuffer.c:
11688 * gst-libs/gst/netbuffer/gstnetbuffer.h:
11689 Document GstNetBuffer.
11691 2006-08-21 Stefan Kost <ensonic@users.sf.net>
11693 * tests/check/elements/audioconvert.c: (GST_START_TEST),
11694 (audioconvert_suite):
11695 Add testcase for caps-size-explosion
11697 2006-08-20 Stefan Kost <ensonic@users.sf.net>
11699 * gst/audioconvert/gstaudioconvert.c:
11700 (gst_audio_convert_get_unit_size), (set_structure_widths):
11701 Lower debug, use g_assert in _get_unit_size
11703 * gst/audioresample/gstaudioresample.c:
11704 (audioresample_get_unit_size):
11705 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11706 (gst_ffmpegcsp_get_unit_size):
11707 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
11708 use g_assert in _get_unit_size
11710 2006-08-18 Wim Taymans <wim@fluendo.com>
11712 * docs/libs/gst-plugins-base-libs-sections.txt:
11713 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
11714 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
11715 (gst_rtp_buffer_get_payload_buffer):
11716 * gst-libs/gst/rtp/gstrtpbuffer.h:
11717 Document GstRTPBuffer.
11718 Added function to efficiently strip payload headers.
11719 API: gst_rtp_buffer_get_payload_subbuffer()
11721 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
11723 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11724 (gst_tag_to_vorbis_comments):
11725 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
11726 tags and deserialise them properly as well (#347091).
11727 Add some more gtk-doc blurbs and also some g_return_if_fail().
11729 * tests/check/libs/tag.c: (GST_START_TEST),
11730 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
11733 2006-08-17 Wim Taymans <wim@fluendo.com>
11735 * ext/ogg/Makefile.am:
11736 * ext/ogg/gstogg.c: (plugin_init):
11737 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
11738 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
11739 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
11740 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
11741 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
11742 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
11743 Added ogg-in-avi parser element. Fixes #140139.
11745 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
11746 Fixed a bug in oggdemux debug code.
11748 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11749 (gst_riff_create_audio_template_caps):
11750 Recognise Ogg in the AVI extensible wave format.
11752 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
11754 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11755 Make buffer durations add up (duration should be next_ts-ts for
11756 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
11759 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
11760 (test_buffer_timestamps), (cddabasesrc_suite):
11761 Add unit test for the above.
11763 * tests/check/Makefile.am:
11764 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
11765 to see what happens.
11767 2006-08-16 Wim Taymans <wim@fluendo.com>
11769 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
11770 (gst_alsasink_open):
11771 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
11772 (gst_alsasrc_open):
11773 Avoid setting and using a NULL device name.
11774 Print more info when we fail to open a device.
11776 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
11778 * docs/libs/gst-plugins-base-libs-sections.txt:
11779 * gst-libs/gst/tag/tag.h:
11780 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
11781 API: add gst_tag_parse_extended_comment() (#351426).
11783 * tests/check/Makefile.am:
11784 * tests/check/libs/.cvsignore:
11785 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
11786 Add unit test for gst_tag_parse_extended_comment().
11788 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
11790 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
11791 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
11792 Fix leak (#351502).
11794 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
11796 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11797 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11798 * docs/plugins/gst-plugins-base-plugins.args:
11799 * gst/playback/gstplaybin.c:
11802 * docs/plugins/inspect/plugin-adder.xml:
11803 * docs/plugins/inspect/plugin-alsa.xml:
11804 * docs/plugins/inspect/plugin-audioconvert.xml:
11805 * docs/plugins/inspect/plugin-audiorate.xml:
11806 * docs/plugins/inspect/plugin-audioresample.xml:
11807 * docs/plugins/inspect/plugin-audiotestsrc.xml:
11808 * docs/plugins/inspect/plugin-cdparanoia.xml:
11809 * docs/plugins/inspect/plugin-decodebin.xml:
11810 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11811 * docs/plugins/inspect/plugin-gnomevfs.xml:
11812 * docs/plugins/inspect/plugin-ogg.xml:
11813 * docs/plugins/inspect/plugin-pango.xml:
11814 * docs/plugins/inspect/plugin-playbin.xml:
11815 * docs/plugins/inspect/plugin-subparse.xml:
11816 * docs/plugins/inspect/plugin-tcp.xml:
11817 * docs/plugins/inspect/plugin-theora.xml:
11818 * docs/plugins/inspect/plugin-typefindfunctions.xml:
11819 * docs/plugins/inspect/plugin-video4linux.xml:
11820 * docs/plugins/inspect/plugin-videorate.xml:
11821 * docs/plugins/inspect/plugin-videoscale.xml:
11822 * docs/plugins/inspect/plugin-videotestsrc.xml:
11823 * docs/plugins/inspect/plugin-volume.xml:
11824 * docs/plugins/inspect/plugin-vorbis.xml:
11825 * docs/plugins/inspect/plugin-ximagesink.xml:
11826 * docs/plugins/inspect/plugin-xvimagesink.xml:
11827 Update to CVS version.
11829 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
11831 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11832 (gst_play_bin_set_property), (gst_play_bin_get_property),
11833 (value_list_append_structure_list),
11834 (gst_play_bin_handle_redirect_message),
11835 (gst_play_bin_handle_message):
11836 API: GstPlayBin::connection-speed
11837 Add "connection-speed" property; re-order redirect messages with
11838 multiple redirect locations depending on the minimum bitrate if
11839 that information is available and a connection speed is set
11842 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
11844 * gst/playback/gstplaybin.c:
11845 Update max volume to the same value that the volume element uses.
11847 2006-08-14 Wim Taymans <wim@fluendo.com>
11849 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11852 2006-08-14 Wim Taymans <wim@fluendo.com>
11854 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11855 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
11856 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
11857 Add some more debug info.
11858 Don't crash when a seek failed.
11859 Actually return the result of the seek instead of TRUE.
11860 Ignore multiple BOS pages with the same serial so that we don't create
11861 the same stream multiple times.
11862 Post an error when we fail to do the initial seek.
11864 2006-08-13 Wim Taymans <wim@fluendo.com>
11866 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
11867 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
11868 Small code cleanup.
11870 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
11871 (gst_alsa_mixer_new):
11872 Remove hack that always set the device to hw:0*.
11873 Properly find the card name for whatever device was configured.
11874 Do some better debugging.
11877 * ext/alsa/gstalsamixerelement.c:
11878 (gst_alsa_mixer_element_set_property),
11879 (gst_alsa_mixer_element_change_state):
11881 Handle setting of a NULL device name better.
11883 2006-08-11 Wim Taymans <wim@fluendo.com>
11885 * gst/adder/gstadder.c:
11886 Don't clip float values. Fixes #350900.
11888 2006-08-11 Andy Wingo <wingo@pobox.com>
11890 * gst/tcp/gsttcp.c: Really fix the build?
11892 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
11895 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
11897 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
11898 Float caps shouldn't have a "signed" field.
11900 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
11902 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
11903 Implement SEEKING query in its most basic form, so that we can
11904 at least check if we're seekable or not (#350655).
11906 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
11908 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11909 The checks here are not even close to anything that would
11910 justify MAXIMUM probability, lowering to POSSIBLE until someone
11911 fixes the checks (case at hand: quicktime redirection files
11912 might start with 00 00 01 XX and pass the checks here just
11913 fine, see #350399).
11915 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
11917 Patch by: Sjoerd Simons <sjoerd at luon net>
11919 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
11920 Better detection for multipart/x-mixed-replace: accept leading
11921 whitespaces before the boundary marker as well (as our very own
11922 multipartmux used to produce) (#349068).
11924 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
11926 Patch by: Young-Ho Cha <ganadist at chollian net>
11928 * gst-libs/gst/riff/riff-ids.h:
11929 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11930 (gst_riff_create_audio_template_caps):
11931 Detect DTS audio streams (#350157).
11933 2006-08-05 Andy Wingo <wingo@pobox.com>
11935 * ext/theora/gsttheoraparse.h:
11936 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
11937 (theora_parse_dispose, theora_parse_set_property)
11938 (theora_parse_get_property, theora_parse_munge_granulepos)
11939 (theora_parse_push_buffer, theora_parse_change_state):
11940 API: GstTheoraParse::synchronization-points
11941 Add a property 'synchronization-points' to fix badly synchronized oggs.
11943 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
11945 * tests/check/Makefile.am:
11946 * tests/check/libs/.cvsignore:
11947 * tests/check/libs/audio.c: (structure_contains_channel_positions),
11948 (fixed_caps_have_channel_positions), (GST_START_TEST),
11949 (audio_suite), (main):
11950 Add a few tests for the channel position stuff in libgstaudio.
11952 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
11954 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
11955 (gst_alsa_detect_channels):
11956 * ext/alsa/gstalsasink.c:
11957 Add support for cards that (only) do more than 8 channels,
11958 like the Delta 44 (#345188).
11960 * gst-libs/gst/audio/multichannel.c:
11961 (gst_audio_check_channel_positions):
11962 * gst-libs/gst/audio/multichannel.h:
11963 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
11964 unspecified channel position and cannot be combined with any
11965 of the other audio channel positions; adjust position layout
11966 checks accordingly (#345188).
11968 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
11970 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11971 Recognise ancient RealAudio files (see #349779).
11973 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
11975 Patch by: Jens Granseuer <jensgr at gmx net>
11977 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11978 Add typefinder for Interplay's MVE format (#348973).
11980 2006-08-02 Wim Taymans <wim@fluendo.com>
11982 Patch by: Marcel Moreaux <marcelm at luon dot net>
11984 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11985 (gst_base_rtp_depayload_add_to_queue):
11986 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11987 Handle RTP sequence number rollover.
11988 Disable jitterbuffer by default.
11990 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
11992 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
11993 (audioresample_set_caps):
11994 Don't leak references to the incoming caps. Clean them up when
11997 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11998 (gst_video_scale_finalize):
11999 Don't leak our temporary pixel buffer.
12001 * tests/check/Makefile.am:
12002 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
12003 (GST_START_TEST), (simple_launch_lines_suite):
12005 Fix leaks and re-enable the test for valgrind checking.
12007 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
12009 Patch by: Sjoerd Simons <sjoerd at luon net>
12011 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
12013 Add typefind function for multipart/x-mixed-replace (#348916).
12015 2006-07-28 Wim Taymans <wim@fluendo.com>
12017 * gst/adder/gstadder.c: (gst_adder_setcaps),
12018 (gst_adder_query_duration):
12019 Fix leak in duration query.
12020 Reflow some docs and notes.
12022 2006-07-28 Michael Smith <msmith@fluendo.com>
12024 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
12026 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
12029 2006-07-28 Michael Smith <msmith@fluendo.com>
12031 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
12032 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
12033 (gst_vorbis_enc_push_buffer),
12034 (gst_vorbis_enc_buffer_check_discontinuous),
12035 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
12036 * ext/vorbis/vorbisenc.h:
12037 Handle discontinuities in the input vorbis stream correctly,
12038 so that the output is properly timestamped (and has good granulepos
12039 values). Needs some oggmux fixes too.
12041 2006-07-27 Wim Taymans <wim@fluendo.com>
12043 patch by: Kai Vehmanen <kv2004 eca cx>
12045 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12046 (gst_base_rtp_depayload_chain),
12047 (gst_base_rtp_depayload_handle_sink_event),
12048 (gst_base_rtp_depayload_change_state):
12049 Don't send multiple newsegments with different formats.
12052 2006-07-26 Wim Taymans <wim@fluendo.com>
12054 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12055 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
12056 Make seeking in ogg more accurate again by doing the more correct
12057 granuletime to stream time conversion.
12059 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
12061 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12062 (gst_multi_fd_sink_new_client):
12063 debug a little more understandably
12064 do not use goto as a substitute for break, especially if
12065 break is also being used
12067 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
12069 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12070 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12071 Remove GLib-2.6 compatibility cruft.
12073 2006-07-24 Wim Taymans <wim@fluendo.com>
12075 * gst-libs/gst/audio/gstbaseaudiosink.c:
12076 (gst_base_audio_sink_render):
12077 Don't try to align a sample to an unknown value.
12079 2006-07-24 Wim Taymans <wim@fluendo.com>
12081 * gst-libs/gst/audio/gstbaseaudiosink.c:
12082 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12083 When the audio clock is slaved to another clock, never try to align
12084 samples but trust the rate interpolation algorithm.
12086 2006-07-24 Wim Taymans <wim@fluendo.com>
12088 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12089 Don't try to calculate silence samples, base class does this much
12092 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12093 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
12094 (gst_ring_buffer_acquire):
12095 Calculate silence samples correctly.
12097 * gst-libs/gst/audio/gstringbuffer.h:
12100 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
12102 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
12103 Limit search for the first markup tag to the first few kB of
12104 the file. If we don't find one there, it's highly unlikely that
12105 this is an XML(-ish) file.
12107 2006-07-21 Andy Wingo <wingo@pobox.com>
12109 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
12110 test to the one in vorbisenc. Also commented out.
12112 * tests/check/pipelines/vorbisenc.c:
12113 (test_discontinuity): New test, commented out until Mike lands
12114 some elite vorbisenc patches.
12116 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
12117 Bufferstraw was actually factored out of these tests. Now we share
12120 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
12121 for bufferstraw addition to gstcheck.
12123 2006-07-21 Wim Taymans <wim@fluendo.com>
12125 * ext/theora/theoradec.c: (clip_buffer):
12128 2006-07-21 Wim Taymans <wim@fluendo.com>
12130 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
12131 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
12132 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
12134 Avoid type casting when we can.
12136 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
12139 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
12141 * ext/alsa/gstalsamixerelement.c:
12142 (gst_alsa_mixer_element_change_state):
12143 Make state change fail if the specified device can't be opened
12146 2006-07-20 Wim Taymans <wim@fluendo.com>
12148 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12149 (cb_newpad), (main):
12150 Example of a small audio/video player using decodebin.
12152 2006-07-20 Stefan Kost <ensonic@users.sf.net>
12154 * gst-libs/gst/riff/riff-ids.h:
12155 Add 'fact' chunk id
12157 2006-07-19 Wim Taymans <wim@fluendo.com>
12159 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12160 (gst_base_rtp_depayload_chain),
12161 (gst_base_rtp_depayload_change_state):
12162 Don't assert when not negotiated but post a meaningfull
12163 error message. Fixes #347918.
12165 * gst-libs/gst/rtp/gstbasertppayload.c:
12166 Add comment about better default MTU size.
12168 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
12169 Small cleanups, start docs.
12171 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
12173 Patch by: Martin Szulecki
12175 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
12176 If "device-name" is requested and the device is not
12177 open, try to temporarily open it to obtain this
12178 information (#342494).
12180 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
12182 * gst-libs/gst/tag/gstid3tag.c:
12183 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
12185 * gst-libs/gst/tag/gsttageditingprivate.h:
12186 * gst-libs/gst/tag/gstvorbistag.c:
12187 Some more random const-ifications.
12189 2006-07-18 Stefan Kost <ensonic@users.sf.net>
12191 * gst-libs/gst/riff/riff-ids.h:
12192 * gst-libs/gst/riff/riff-media.c:
12193 (gst_riff_create_video_template_caps):
12194 Add more FOURCCs (sort list to make stuff easier to find),
12195 add comment what those 16 bytes in struct _gst_riff_strh according to
12198 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
12200 * gst-libs/gst/audio/multichannel.c:
12201 (gst_audio_check_channel_positions),
12202 (gst_audio_fixate_channel_positions):
12203 Const-ify two arrays.
12205 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
12207 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
12208 Fix typo, so that alsasink also advertises 8 channels
12209 if that's supported (tags: can, worms, open, alsa, ph34r).
12211 2006-07-17 Wim Taymans <wim@fluendo.com>
12213 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12214 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
12215 *sigh*, when is the compiler going to warn when the comments
12216 are out-of-sync with the code.. Refix case of busted theora
12217 headers with 0 granule pos.
12219 2006-07-14 Wim Taymans <wim@fluendo.com>
12221 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12222 (gst_base_rtp_depayload_wait),
12223 (gst_base_rtp_depayload_change_state),
12224 (gst_base_rtp_depayload_set_property),
12225 (gst_base_rtp_depayload_get_property):
12226 Fix 99% cpu load by waiting for absolute times on the
12227 clock. Fixes #347300.
12229 2006-07-14 Andy Wingo <wingo@pobox.com>
12231 * ext/theora/gsttheoraparse.h:
12232 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
12233 (theora_parse_push_headers, theora_parse_clear_queue)
12234 (theora_parse_drain_queue_prematurely, )
12235 (theora_parse_sink_event, theora_parse_change_state): Queue events
12236 until we initialized our state, like in vorbisparse.
12238 * ext/vorbis/vorbisparse.h:
12239 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
12240 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
12241 (vorbis_parse_drain_queue_prematurely, )
12242 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
12243 until we have initialized our state. Fixes seeking after an
12246 2006-07-14 Andy Wingo <wingo@pobox.com>
12248 Patch by: Iain Holmes <iaingnome@gmail.com>
12250 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
12252 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
12255 Bump nano back to CVS
12257 === release 0.10.9 ===
12259 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
12262 releasing 0.10.9, "I walk the line"
12264 2006-07-14 Michael Smith <msmith@fluendo.com>
12266 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
12267 Move a g_cond_signal to earlier to avoid sometimes deadlocking
12268 (commonly happens when running this test under valgrind) when trying
12269 to remove the buffer probe.
12271 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
12273 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12274 Fix missing g_unlock from the previous commit
12276 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
12278 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12279 (gst_ximagesink_change_state):
12280 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12281 (gst_xvimagesink_change_state):
12282 Implement a locking order to ensure we always take the object lock
12283 before the x_lock and never vice-versa.
12285 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
12287 * gst/playback/gstdecodebin.c: (find_compatibles):
12288 Fix a caps leak when linking (#347304)
12290 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
12291 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
12292 (gst_ximagesink_change_state):
12293 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12294 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
12295 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
12296 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
12297 Don't leak shared memory resources. Use the object lock to protect
12298 against the xcontext disappearing while returning a buffer from the
12299 pipeline. (#347304)
12301 2006-07-12 Edward Hervey <edward@fluendo.com>
12303 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
12304 (vorbis_handle_comment_packet):
12305 gst_tag_list_merge() returns a new object. Take that into account when
12306 using it. This avoids memleak.
12307 Revert previous commit which is not needed.
12309 2006-07-12 Edward Hervey <edward@fluendo.com>
12311 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
12312 Reset the decoder in finalize so that all fields get cleared.
12314 2006-07-12 Wim Taymans <wim@fluendo.com>
12316 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12317 (gst_base_audio_src_set_clock),
12318 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
12319 Don't try to post an error message when setting the clock fails
12320 as this can happen when adding an element to a bin which will then
12321 deadlock. Fixes #347296.
12323 2006-07-12 Edward Hervey <edward@fluendo.com>
12325 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12326 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12327 (vorbis_handle_type_packet):
12328 Post tag messages on the bus even if we're not initialized.
12329 If we're not initialized, we still postpone the event pushing of tags.
12331 2006-07-12 Wim Taymans <wim@fluendo.com>
12333 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12334 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12335 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
12336 Revert last two changes that broke the freeze.
12338 2006-07-12 Wim Taymans <wim@fluendo.com>
12340 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12341 basesink calculates silence sample correctly for us.
12343 2006-07-12 Wim Taymans <wim@fluendo.com>
12345 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12346 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
12347 Calculate correct silence samples so we don't fill our ringbuffer
12350 2006-07-12 Edward Hervey <edward@fluendo.com>
12352 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
12353 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
12354 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
12355 * ext/vorbis/vorbisdec.h:
12356 Delay sending events (newsegment, tags) until the decoder is properly
12360 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
12362 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
12363 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
12364 Patch from #347221 adding a test for audioconvert
12365 channel remappings.
12367 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
12369 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
12370 (gst_ssa_parse_parse_line):
12371 Don't include the terminating NUL in the buffer size,
12372 it's only there for extra paranoia (would add random
12373 '*' characters at the end of each subtitle since the
12374 terminator itself is not valid UTF-8 technically).
12375 Also fix indenting after boilerplate macro.
12377 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
12379 * gst/playback/gstdecodebin.c: (close_pad_link):
12380 Also emit 'unknown-type' signal (which should really be
12381 called unhandled-type) if we found potential decoders/demuxers
12382 in the registry but none of them worked in the end (as in the
12383 case where the plugins don't exist any longer but are still
12384 listed in the registry). Fixes #329798.
12386 2006-07-08 Andy Wingo <wingo@pobox.com>
12388 * theoraparse.c (theora_parse_push_buffer)
12389 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
12390 Add some more debugging. Fix granulepos reconstruction in the face
12391 of discontinuities.
12393 2006-07-06 Wim Taymans <wim@fluendo.com>
12395 * gst-libs/gst/audio/gstbaseaudiosink.c:
12396 (gst_base_audio_sink_class_init),
12397 (gst_base_audio_sink_provide_clock):
12398 Use gobject_class instead of G_OBJECT_CLASS (klass)
12400 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12401 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
12402 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
12403 (gst_base_audio_src_get_time),
12404 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
12405 (gst_base_audio_src_create_ringbuffer):
12406 Fix latency and buffer-time constants and properties ala basesink.
12407 Implement pull based scheduling. Fixes #346527.
12408 Set default blocksize in GstBaseSrc to 0, we default to pushing out
12410 Refuse slaving to another clock instead of silently not working.
12411 Only provide a clock when we are actually able to do so.
12412 Various small cleanups and compiler hints.
12414 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
12416 Patch by: Lutz Mueller <lutz at topfrose de>
12418 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
12420 Add typefinding for text/html (#346581).
12422 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
12424 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
12425 (xml_check_first_element), (xml_type_find), (smil_type_find):
12426 Fix SMIL typefinding, make xml_check_first_element() more
12429 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
12431 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12432 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
12433 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
12434 * gst/playback/gstplaybasebin.h:
12435 Protect list of elements with a subtitle-encoding property and
12436 the subtitle encoding member itself with a lock of their own
12437 instead of using the object lock. This prevents a dead-lock in
12438 the element-remove callback in some circumstances when shutting
12441 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
12443 * win32/common/libgsttag.def:
12444 Export some new functions.
12445 * win32/vs6/libgstogg.dsp:
12446 Add a link to libgsttag-0.10.lib.
12448 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
12450 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12451 Some const-ification.
12453 2006-07-04 Wim Taymans <wim@fluendo.com>
12455 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
12456 Improve checking if we are dealing with a stream. Added some
12457 more uris that need buffering.
12459 2006-07-03 Edward Hervey <edward@fluendo.com>
12461 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
12462 Remove unused variable.
12464 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
12469 add GCOV_LIBS to GST_LIBS
12471 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
12473 Patch by: Michael Sheldon <webmaster at mikeasoft com>
12475 * ext/alsa/gstalsasrc.c:
12476 Add 32 bps to template caps and increase channels range
12477 from [1,2] to [1,MAX]. See #346326.
12479 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
12481 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12482 Recognise 'WMVA' video codec fourcc (#345879).
12484 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12486 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12487 Fixed nasty memory leak
12489 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
12491 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
12492 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
12495 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
12497 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12498 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
12499 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
12500 Protect remove_fakesink using a mutex, so that we don't try and
12501 remove the fakesink simultaneously from multiple threads.
12503 When going from READY to PAUSED, restore the fakesink, so that
12504 it is there when decodebin gets reused.
12506 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
12508 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12509 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12510 * gst-libs/gst/rtp/gstbasertppayload.c:
12511 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12512 * gst/tcp/gstmultifdsink.c:
12513 * gst/tcp/gsttcpclientsink.c:
12514 * gst/tcp/gsttcpclientsrc.c:
12515 * gst/tcp/gsttcpserversink.c:
12516 * gst/tcp/gsttcpserversrc.c:
12517 * gst/videorate/gstvideorate.c:
12518 * gst/videotestsrc/gstvideotestsrc.c:
12519 * sys/v4l/gstv4ljpegsrc.c:
12520 * sys/v4l/gstv4lmjpegsink.c:
12521 * sys/v4l/gstv4lsrc.c:
12522 * tests/examples/seek/scrubby.c:
12523 * tests/examples/seek/seek.c:
12524 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
12526 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
12528 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
12529 Second field in GEnumValue shouldn't be a description,
12530 but a stringified version of the enum value.
12532 2006-06-22 Wim Taymans <wim@fluendo.com>
12534 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
12535 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
12536 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12537 Avoid type checking in buffer casts.
12538 Avoid caps copy in buffer_alloc when we can.
12539 Use pad_peer_accept.
12541 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
12543 * gst-libs/gst/tag/tag.h:
12544 Oops, make that 'Since: 0.10.9'.
12546 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
12548 * docs/libs/gst-plugins-base-libs-sections.txt:
12549 * gst-libs/gst/tag/tag.h:
12550 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
12551 (gst_tag_image_type_get_type):
12552 API: add GstTagImageType enum to describe images contained
12553 in image tags (#345641).
12555 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
12557 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
12558 Fix warnings with gst-inspect: "buffers-min" property
12559 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
12560 typo in property description.
12562 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
12564 Patch by: Cody Russell <bratsche at gnome org>
12566 * gst/audioresample/gstaudioresample.c:
12567 (gst_audioresample_class_init):
12568 * gst/playback/gststreamselector.c:
12569 (gst_stream_selector_class_init):
12570 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
12571 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
12572 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
12573 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
12574 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
12575 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
12576 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
12577 * gst/videotestsrc/gstvideotestsrc.c:
12578 (gst_video_test_src_class_init):
12579 * gst/volume/gstvolume.c: (gst_volume_class_init):
12580 Avoid unnecessary class cast check in class_init
12581 functions (#337747).
12583 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
12585 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
12586 (gst_text_overlay_video_chain):
12587 g_markup_escape_text() REALLY doesn't like non-UTF8 input
12588 and doesn't validate its input either (and neither did
12589 textoverlay it seems). Let's do that then and fix #345206.
12591 2006-06-19 Wim Taymans <wim@fluendo.com>
12593 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12594 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
12595 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
12596 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
12597 (find_syncframe), (find_limits), (assign_value),
12598 (count_burst_unit), (gst_multi_fd_sink_new_client),
12599 (gst_multi_fd_sink_handle_client_write),
12600 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
12601 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
12602 (gst_multi_fd_sink_change_state):
12603 * gst/tcp/gstmultifdsink.h:
12604 Added shiny new burst-on-connect methods.
12605 Add properties to control the minimal amount of data queued.
12607 API: bytes-min property
12608 API: time-min property
12609 API: buffers-min property
12610 API: burst-unit property
12611 API: burst-value property
12612 API: add-full signal
12614 * gst/tcp/gsttcp-marshal.list:
12615 Added new marshaller code for the new signal.
12617 * tests/check/elements/multifdsink.c: (GST_START_TEST),
12618 (multifdsink_suite):
12619 Added testcases for new burst methods.
12621 2006-06-19 Edward Hervey <edward@fluendo.com>
12623 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
12624 Implement clipping for accurate seeking.
12627 2006-06-19 Wim Taymans <wim@fluendo.com>
12629 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
12631 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
12632 (gst_video_scale_transform):
12633 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
12635 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
12638 Fix --disable-external (can't set conditionals conditionally,
12641 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
12643 * tests/check/elements/audioresample.c: (test_reuse),
12644 (audioresample_suite):
12645 Add test case for bug #342789 fixed below.
12647 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
12649 * gst/audioresample/gstaudioresample.c:
12650 (gst_audioresample_class_init), (gst_audioresample_init),
12651 (audioresample_start), (audioresample_stop),
12652 (gst_audioresample_set_property), (gst_audioresample_get_property):
12653 Implement GstBaseTransform::start and ::stop so that audioresample
12654 can clear its internal state properly and be reused instead of
12655 causing non-negotiated errors with playbin under some circumstances
12658 * tests/check/elements/audioresample.c: (setup_audioresample),
12659 (cleanup_audioresample):
12660 Need to set element state here so that ::start and ::stop are
12663 2006-06-16 Wim Taymans <wim@fluendo.com>
12665 Patch by: Young-Ho Cha <ganadist at chollian dot net>
12667 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
12668 Parse extra data better, apparently it's right behind
12669 the normal strf header size. Fixes #343500.
12671 2006-06-16 Wim Taymans <wim@fluendo.com>
12673 * ext/alsa/gstalsasink.c: (set_hwparams):
12674 If we fail to set the buffer_time and period_time alsa
12675 parameters, post a warning and leave alsa select a
12676 default instead of failing. Fixes #342085
12678 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
12680 * docs/libs/gst-plugins-base-libs-sections.txt:
12681 * gst-libs/gst/cdda/gstcddabasesrc.h:
12682 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
12683 out in the header file and shouldn't be listed in the docs.
12685 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
12686 Must dereference pointer to fourcc in the debug statement.
12688 2006-06-16 Stefan Kost <ensonic@users.sf.net>
12690 * docs/libs/Makefile.am:
12691 * docs/libs/gst-plugins-base-libs-docs.sgml:
12692 * docs/libs/gst-plugins-base-libs-sections.txt:
12693 * docs/libs/gst-plugins-base-libs.types:
12694 add remaining symbols into correct setions
12696 * gst-libs/gst/audio/gstringbuffer.c:
12697 fix incomplete docs
12699 * gst-libs/gst/audio/gstringbuffer.h:
12700 comment out not yet implemented function
12703 * gst-libs/gst/floatcast/floatcast.h:
12704 * gst-libs/gst/netbuffer/gstnetbuffer.c:
12705 add short descriptions
12708 * gst-libs/gst/interfaces/propertyprobe.c:
12709 fix return value docs
12711 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
12712 simplify debug logging
12714 * gst-libs/gst/riff/riff-read.h:
12715 sync function prototype and docs
12717 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12718 remove left over symbol
12720 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
12724 * docs/Makefile.am:
12725 Use GST_PLUGIN_DOCS macro in configure.ac, add
12726 --enable-plugin-docs default to autogen.sh and use
12727 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
12729 2006-06-15 Wim Taymans <wim@fluendo.com>
12731 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12732 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
12733 (gst_ogg_demux_loop):
12734 Combine GstFlowReturn from the source pads to give a
12735 meaningfull result to the upstream peer or to stop the
12736 processing task in case of errors.
12738 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
12740 * gst/playback/gststreaminfo.c: (cb_probe):
12741 Try GST_TAG_CODEC as fallback when extracting the
12742 codec name; more debug info.
12744 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
12746 * ext/ogg/Makefile.am:
12747 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12748 Extract language tags from ogm subtitle streams, so that
12749 the subtitle menu choices are labelled correctly in
12750 Totem (fixes #344708).
12752 2006-06-14 Wim Taymans <wim@fluendo.com>
12754 Patch by: Alessandro Decina <alessandro at nnva dot org>
12756 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
12757 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
12758 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
12759 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
12760 Fix various leaks. Fixes #343699.
12761 Add x-smoke mime type.
12763 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
12765 * gst-libs/gst/riff/riff-ids.h:
12766 Add IDs for 'bext' chunks (see #343837).
12768 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
12770 Patch by: Young-Ho Cha <ganadist at chollian net>
12772 * gst/subparse/samiparse.c: (sami_context_pop_state),
12773 (handle_start_font), (end_sami_element):
12774 Honour font face tags in SAMI subtitles (#344503).
12776 2006-06-11 Stefan Kost <ensonic@users.sf.net>
12779 add missing files containing translatable strings
12781 2006-06-11 Stefan Kost <ensonic@users.sf.net>
12783 * docs/libs/tmpl/.cvsignore:
12784 we don't want those *.sgml files in CVS either
12786 2006-06-11 Stefan Kost <ensonic@users.sf.net>
12788 * docs/libs/.cvsignore:
12789 * tests/check/elements/.cvsignore:
12790 * tests/check/libs/.cvsignore:
12793 2006-06-11 Stefan Kost <ensonic@users.sf.net>
12795 * docs/libs/Makefile.am:
12796 also commiting the changed Makefile.am (added more libs to the
12799 2006-06-11 Stefan Kost <ensonic@users.sf.net>
12801 * docs/libs/gst-plugins-base-libs-docs.sgml:
12802 * docs/libs/gst-plugins-base-libs-sections.txt:
12803 * docs/libs/gst-plugins-base-libs.types:
12804 first batch of reordering things, add index & hierarchy
12806 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
12809 use GST_PKG_CHECK_MODULES, cleans up output
12811 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
12813 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
12814 Add support for burn:// URIs (#343385); const-ify things a bit,
12815 use G_N_ELEMENTS instead of hard-coded array size.
12817 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
12819 Patch by: Young-Ho Cha <ganadist at chollian net>
12821 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
12822 Fix up broken entities before passing them to libxml *sigh*.
12825 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
12830 === release 0.10.8 ===
12832 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
12835 releasing 0.10.8, "Moar gij ziet mij nie"
12837 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
12854 * win32/common/config.h:
12855 0.10.7.2 prerelease
12857 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
12859 * docs/libs/tmpl/gstaudio.sgml:
12860 * docs/libs/tmpl/gstcolorbalance.sgml:
12861 * docs/libs/tmpl/gstmixer.sgml:
12862 * docs/libs/tmpl/gstringbuffer.sgml:
12863 * docs/libs/tmpl/gsttuner.sgml:
12864 * docs/libs/tmpl/gstxoverlay.sgml:
12865 * gst-libs/gst/audio/audio.c:
12866 * gst-libs/gst/audio/gstringbuffer.c:
12867 * gst-libs/gst/interfaces/colorbalance.c:
12868 * gst-libs/gst/interfaces/mixer.c:
12869 * gst-libs/gst/interfaces/tuner.c:
12870 * gst-libs/gst/interfaces/xoverlay.c:
12871 move last template doc snippets to source code and delete them
12873 2006-06-06 Michael Smith <msmith@fluendo.com>
12875 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
12876 (theora_parse_drain_queue):
12877 Mark DELTA_UNIT on non-keyframes.
12879 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
12881 * gst-libs/gst/audio/gstbaseaudiosink.c:
12882 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
12883 * gst-libs/gst/audio/gstbaseaudiosink.h:
12884 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
12885 (gst_ring_buffer_samples_done):
12886 * gst-libs/gst/audio/gstringbuffer.h:
12887 Document better the fact that latency_time and buffer_time are values
12888 stored in microseconds, and not the usual GStreamer nanoseconds.
12889 Change the variables (compatibly) that store them from GstClockTime
12890 to guint64 to make it more clear that they're not storing clock times.
12891 Also, remove the bogus property description that says the user can
12892 specify -1 to get the default value, since that's never been the case.
12894 When computing the default segment size for the ring buffer, make it
12895 an integer number of samples.
12897 When the sub-class indicates a delay greater than the number of
12898 samples we've written return 0 from the audio sink get_time method.
12900 2006-06-02 Michael Smith <msmith@fluendo.com>
12902 * tests/check/elements/audioconvert.c: (set_channel_positions),
12903 (get_float_mc_caps), (get_int_mc_caps):
12904 * tests/check/elements/audioresample.c:
12905 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
12906 * tests/check/elements/videorate.c:
12907 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
12908 * tests/check/elements/volume.c:
12909 * tests/check/elements/vorbisdec.c:
12910 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12911 Don't busy-wait in tests; this was causing test timeouts very
12912 frequently when running under valgrind.
12914 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
12917 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
12918 (gst_multi_fd_sink_remove_client_link),
12919 (gst_multi_fd_sink_client_queue_caps),
12920 (gst_multi_fd_sink_client_queue_buffer),
12921 (gst_multi_fd_sink_handle_client_write),
12922 (gst_multi_fd_sink_render):
12923 * gst/tcp/gstmultifdsink.h:
12924 make multifdsink properly deal with streamheader:
12925 - streamheader is taken from caps
12926 - buffers marked with IN_CAPS are not sent
12927 - streamheaders are sent, on connection, from the caps of the
12928 buffer where the client gets positioned to
12929 - further streamheader changes are done every time the client
12930 will receive a buffer with different caps
12931 * tests/check/elements/multifdsink.c: (GST_START_TEST),
12932 (gst_multifdsink_create_streamheader):
12935 2006-06-02 Michael Smith <msmith@fluendo.com>
12937 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
12938 Reinstate limit on channel count. Vorbis does not define the meaning
12939 of > 6 channels, so they're just independent channels. Gstreamer
12940 currently has no mechanism to represent N independent channels.
12942 2006-06-02 Michael Smith <msmith@fluendo.com>
12944 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
12945 Don't arbitrarily restrict channel counts and rate in vorbis.
12946 In terms of effects likely on real-world files, this fixes 96kHz
12947 playback of vorbis.
12949 2006-06-02 Michael Smith <msmith@fluendo.com>
12951 * gst/audioconvert/audioconvert.c: (float):
12952 More correct float->int conversion.
12954 2006-06-02 Michael Smith <msmith@fluendo.com>
12956 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
12957 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
12958 value. Fixes g-critical on trying to play back ogg containing
12961 2006-06-02 Wim Taymans <wim@fluendo.com>
12963 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
12965 * gst/playback/gstplaybasebin.h:
12966 Make the subtitle detection work from any thread so we don't
12967 deadlock. Fixes #343397.
12969 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
12971 * gst/volume/Makefile.am:
12972 Seriously, it's not *that* hard to get compilation right. Even
12973 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
12975 2006-06-01 Stefan Kost <ensonic@users.sf.net>
12977 * gst/volume/gstvolume.c: (volume_choose_func),
12978 (volume_update_real_volume), (gst_volume_class_init),
12979 (gst_volume_init), (volume_process_float), (volume_process_int16),
12980 (volume_process_int16_clamp), (volume_set_caps),
12981 (volume_transform_ip), (plugin_init):
12982 * gst/volume/gstvolume.h:
12983 rewrite the passthrough check, split _int16 and _int16_clamp, fix
12984 another property desc., remove unused param from process function
12986 * tests/check/elements/volume.c: (volume_suite):
12987 reactivate the passthrough test
12989 2006-06-01 Stefan Kost <ensonic@users.sf.net>
12991 * ext/alsa/gstalsamixerelement.h:
12992 * ext/alsa/gstalsamixeroptions.h:
12993 * ext/alsa/gstalsamixertrack.h:
12994 * ext/gnomevfs/gstgnomevfssink.h:
12995 * ext/gnomevfs/gstgnomevfssrc.h:
12996 * ext/theora/gsttheoradec.h:
12997 * ext/theora/gsttheoraenc.h:
12998 * ext/theora/gsttheoraparse.h:
12999 * ext/vorbis/vorbisparse.h:
13000 * gst-libs/gst/audio/gstaudioclock.h:
13001 * gst-libs/gst/audio/gstaudiofilter.h:
13002 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13003 * gst/audioconvert/gstaudioconvert.h:
13004 * gst/audioresample/gstaudioresample.h:
13005 * gst/audiotestsrc/gstaudiotestsrc.h:
13006 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
13007 * gst/playback/gststreamselector.h:
13008 * gst/tcp/gstmultifdsink.h:
13009 * gst/tcp/gsttcpclientsink.h:
13010 * gst/tcp/gsttcpclientsrc.h:
13011 * gst/tcp/gsttcpserversink.h:
13012 * gst/tcp/gsttcpserversrc.h:
13013 * gst/videorate/gstvideorate.h:
13014 * gst/videoscale/gstvideoscale.h:
13015 * gst/videotestsrc/gstvideotestsrc.h:
13016 * gst/volume/gstvolume.h:
13017 * sys/v4l/gstv4ljpegsrc.h:
13018 * sys/v4l/gstv4lmjpegsink.h:
13019 * sys/v4l/gstv4lmjpegsrc.h:
13020 * sys/v4l/gstv4lsrc.h:
13021 * sys/ximage/ximagesink.h:
13022 * sys/xvimage/xvimagesink.h:
13023 * tests/old/testsuite/alsa/sinesrc.h:
13024 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
13026 2006-05-31 Wim Taymans <wim@fluendo.com>
13028 * ext/libvisual/visual.c: (gst_visual_reset),
13029 (gst_visual_sink_setcaps), (gst_visual_sink_event),
13030 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
13032 Use running time before doing QoS.
13035 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
13037 * docs/libs/Makefile.am:
13038 set a magic variable to indicate we know the docs are incomplete
13040 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
13042 * win32/common/libgstvideo.def:
13043 export gst_video_calculate_display_ratio
13044 * win32/vs6/libgstvideoscale.dsp:
13045 add link to libgstvideo-0.10.lib
13047 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
13049 * gst/playback/gstplaybasebin.c: (gen_source_element):
13050 Throw a more comprehensible error for rtsp:// URIs (rather
13051 than erroring out with a negotiation error later on) until
13052 we fix playbin to handle rtspsrc etc.
13054 2006-05-30 Wim Taymans <wim@fluendo.com>
13056 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
13057 (gst_text_overlay_text_event):
13060 2006-05-30 Wim Taymans <wim@fluendo.com>
13062 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
13063 (gst_adder_request_new_pad), (gst_adder_release_pad):
13064 * gst/adder/gstadder.h:
13065 Implement release_request_pad.
13066 Make padcounter atomic.
13068 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
13069 Added check for release_pad in adder.
13071 2006-05-30 Wim Taymans <wim@fluendo.com>
13073 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
13076 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
13078 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13079 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13080 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13081 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
13082 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
13083 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
13084 (gst_ogg_demux_bisect_forward_serialno),
13085 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
13086 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13088 clean up printf formats for granulepos and serialno
13090 2006-05-30 Michael Smith <msmith@fluendo.com>
13092 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13093 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
13094 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
13095 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
13096 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13097 * ext/vorbis/vorbisenc.h:
13098 Multi-channel caps negotiation, so we can do proper multichannel
13099 vorbis encoding, negotiated through audioconvert.
13101 2006-05-30 Wim Taymans <wim@fluendo.com>
13103 * tests/check/elements/adder.c: (test_event_message_received),
13104 (test_play_twice_message_received), (GST_START_TEST),
13106 Added check to show that #339935 is fixed with ongoing
13107 adder and collectpads fixes.
13109 2006-05-29 Wim Taymans <wim@fluendo.com>
13111 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
13112 Don't leak pad name.
13114 2006-05-29 Wim Taymans <wim@fluendo.com>
13116 * gst/adder/gstadder.c: (gst_adder_query_duration),
13117 (forward_event_func), (forward_event), (gst_adder_src_event):
13119 Make query/seeking code threadsafe.
13121 * tests/check/Makefile.am:
13122 * tests/check/elements/adder.c: (test_event_message_received),
13123 (GST_START_TEST), (test_play_twice_message_received):
13124 Fix adder test case.
13126 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
13128 Patch by: Young-Ho Cha <ganadist at chollian net>
13130 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13131 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
13132 (set_encoding_element), (decodebin_element_added_cb),
13133 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
13134 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
13135 * gst/playback/gstplaybasebin.h:
13136 Add 'subtitle-encoding' property to playbin, so applications can
13137 force a subtitle encoding for non-UTF8 subtitles (#342268).
13139 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
13140 (gst_sub_parse_set_property):
13141 Rename recently-added 'encoding' property to 'subtitle-encoding'
13142 (so it can be proxied by playbin/decodebin in a generic way
13143 with less danger of false positives).
13145 2006-05-29 Michael Smith <msmith@fluendo.com>
13147 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13148 (append_with_other_format), (set_structure_widths),
13149 (gst_audio_convert_transform_caps):
13150 Patch from #341562: give more specific audio caps in get_caps, so
13151 that basetransform can make better decisions on what caps to
13154 2006-05-28 Stefan Kost <ensonic@users.sf.net>
13156 * tests/check/elements/volume.c:
13157 make it compile again
13159 2006-05-28 Stefan Kost <ensonic@users.sf.net>
13161 * tests/check/elements/volume.c: (volume_suite):
13162 disable test until #343196 gets resolved
13164 2006-05-28 Stefan Kost <ensonic@users.sf.net>
13166 * gst/adder/gstadder.c: (gst_adder_get_type):
13167 Make it easier to copy&paste
13169 * gst/volume/Makefile.am:
13170 * gst/volume/gstvolume.c: (volume_update_real_volume),
13171 (gst_volume_set_volume), (gst_volume_set_mute),
13172 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
13173 (volume_transform_ip), (volume_update_mute),
13174 (volume_update_volume):
13175 * gst/volume/gstvolume.h:
13176 Add own debug category, move duplicate code to helper function, fix
13177 property texts, add more comments and prepare ffor liboil-goodness
13179 * tests/check/Makefile.am:
13180 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
13181 add test for mute and passtrough case, be a bit more verbose to track
13184 * tests/check/generic/states.c: (GST_START_TEST):
13185 catch elements that fail to instantiate
13187 2006-05-28 Edward Hervey <edward@fluendo.com>
13189 * tests/check/pipelines/simple-launch-lines.c:
13190 * tests/check/pipelines/theoraenc.c:
13191 * tests/check/pipelines/vorbisenc.c:
13192 Comment out tests using parse_launch() if core was built without
13193 parsing capabilities.
13195 2006-05-27 Edward Hervey <edward@fluendo.com>
13197 * tests/check/Makefile.am:
13198 Extra bonus points for whoever explains to ensonic that you are meant
13199 to test unit tests thoroughly before commiting them, especially if
13200 you know it's going to break.
13201 De-activated element/adder tests.
13203 2006-05-27 Edward Hervey <edward@fluendo.com>
13205 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13206 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
13207 Marking caps conversion issues as GST_WARNING is way too verbose,
13208 Moving them to GST_LOG.
13210 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
13213 Replace current README (containing the release notes from
13214 some 0.9.x version) with a proper README taken from the core.
13216 2006-05-26 Wim Taymans <wim@fluendo.com>
13218 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13219 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
13220 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
13221 (vorbis_dec_change_state):
13224 Clip output samples to segment boundaries.
13226 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
13228 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13229 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
13230 Improve the errors produced on bad output, including some human
13231 readable description strings.
13232 Handle the (theoretical for ximagesink) case where the XServer
13233 has a different idea about the size required for a particular
13234 frame and gives us too small a memory allocation.
13236 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
13238 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13239 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
13240 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13241 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
13242 Improve the errors produced on bad output, including some human
13243 readable description strings.
13244 Handle RGB Xv formats properly by transforming them into our
13245 big-endian caps description.
13246 Use gst_caps_truncate to ensure that we never try and choose a
13247 non-fixed caps in buffer_alloc.
13248 Handle the case where the XServer has a different idea about the size
13249 required for a particular frame and gives us too small a memory
13251 Use -1 to indicate 'no image format', because 0 is a valid XServer
13252 image format number.
13253 Put RGB Xv formats at the end of the caps, so that we always prefer
13255 Iterate the available Xv Encodings to determine the maximum width and
13256 height, and then return that in our caps.
13257 (Closes #315312, #337544)
13259 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
13261 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
13262 When there is only one unfinished pad and it receives an event that
13263 doesn't match our requirements, we need to set alldone=FALSE so that
13264 the fakesink is not removed yet.
13266 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
13268 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
13269 Use gst_type_find_helper_for_buffer() to find the type
13270 of stream from the first packet.
13273 Bump requirements to core CVS (needed for vorbis
13274 typefinding to work).
13276 2006-05-24 Edward Hervey <edward@fluendo.com>
13278 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13279 Added the 'prfl' atom type which MQV (no, it's not a typo) files
13280 contain. Else they play perfectly fine with qtdemux.
13282 2006-05-23 Stefan Kost <ensonic@users.sf.net>
13284 * ext/theora/theoradec.c:
13285 * ext/theora/theoraenc.c:
13286 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
13287 * gst/audiorate/gstaudiorate.c:
13288 make more debug catagories static
13290 * tests/check/Makefile.am:
13291 * tests/check/elements/adder.c: (message_received),
13292 (test_event_message_received), (GST_START_TEST),
13293 (test_play_twice_message_received), (adder_suite):
13294 added test case for using element twice, extra bonus points for anyone
13295 who can make these test run reliably
13297 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
13299 * ext/theora/theoradec.c: (theora_dec_chain):
13300 Make work with time-stamped input buffers that do not
13301 have a granulepos in BUFFER_OFFSET_END (like theora
13302 buffers coming from matroskademux). Fixes #342448.
13304 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
13306 Patch by: Peter Kjellerstedt <pkj at axis com>
13308 * gst/tcp/Makefile.am:
13309 fdstresstest doesn't need Gtk+, fix compilation if
13310 gtk is not available (#342566).
13312 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
13314 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13316 Removed redundant floor()
13318 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
13320 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13321 On second thought, just skip JUNK chunks automatically, so
13322 the caller doesn't have to handle this. Fixes #342345.
13323 Also, return GST_FLOW_UNEXPECTED if we get a short read,
13324 not GST_FLOW_ERROR.
13326 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
13328 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13329 Don't bail out on JUNK chunks with a size of 0 (would try to
13330 pull_range 0 bytes before, which sources don't like too much).
13333 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
13335 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
13336 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13337 Use the gstutil scaling function to preserve 64 bits while calculating
13338 output width and height from the display-aspect-ratio. (A continuation
13341 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
13343 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
13344 (gst_xvimagesink_buffer_alloc):
13345 * sys/xvimage/xvimagesink.h:
13346 When performing buffer allocations, remember the caps and image format
13347 we return so that if the same caps are asked for next time we can
13348 return them immediately without doing any caps intersections.
13350 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
13352 * gst-libs/gst/rtp/README:
13353 Some new documentation
13354 * gst-libs/gst/rtp/gstrtpbuffer.h:
13355 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
13356 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13357 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13358 New RTP audio base payloader class. Supports frame or sample based
13359 codecs. Not enabled in Makefile.am until approved.
13361 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
13363 * tests/check/elements/alsa.c: (test_device_property_probe):
13364 Fix test case: don't try to free NULL GValueArray when there
13367 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
13369 * tests/check/Makefile.am:
13370 * tests/check/elements/alsa.c: (test_device_property_probe),
13371 (alsa_suite), (main):
13372 Add simple test that runs a device property probe on alsasrc,
13373 alsasink and alsamixer. Disable valgrind check for now (too
13374 many leaks in libasound, and valgrind ignored my suppressions
13377 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
13379 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
13380 (gst_alsa_device_property_probe_probe_property),
13381 (gst_alsa_device_property_probe_needs_probe),
13382 (gst_alsa_device_property_probe_get_values),
13383 (gst_alsa_type_add_device_property_probe_interface):
13384 * ext/alsa/gstalsadeviceprobe.h:
13385 * ext/alsa/gstalsamixerelement.c:
13386 (gst_alsa_mixer_element_init_interfaces):
13387 * ext/alsa/gstalsamixerelement.h:
13388 Clean up and simplify alsa device probing. Make it actually work
13389 for multiple classes. Don't cache results any longer.
13391 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
13392 (gst_alsasink_init):
13393 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
13394 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
13395 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
13396 Make alsasink and alsasrc implement the GstPropertyProbe interface
13397 for device probing (#342181).
13398 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
13400 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
13402 * gst/subparse/samiparse.c: (handle_start_font):
13403 Don't ignore return value of strtol (++compiler_happiness).
13405 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
13407 Patch by: Young-Ho Cha <ganadist chollian net>
13409 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
13410 (gst_sub_parse_class_init), (gst_sub_parse_init),
13411 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
13412 (convert_encoding):
13413 * gst/subparse/gstsubparse.h:
13414 Add 'encoding' property (#341681).
13416 * gst/subparse/samiparse.c: (characters_sami):
13417 Output is pango markup, so we need to escape text
13418 between tags (#342143).
13420 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
13422 * gst-libs/gst/audio/multichannel.c:
13423 (gst_audio_check_channel_positions):
13424 It's okay to have caps with channels=1 and a channel position
13425 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
13426 (deinterleavers might want to keep the position in the caps,
13427 so that they can be re-interleaved again properly later).
13428 Leave check for unexpected 2-channel layouts intact for now.
13430 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13432 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
13433 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
13434 basesrc can do its job correctly.
13436 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
13438 * ext/alsa/Makefile.am:
13439 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13440 (gst_alsa_detect_formats), (get_channel_free_structure),
13441 (caps_add_channel_configuration), (gst_alsa_detect_channels),
13442 (gst_alsa_probe_supported_formats):
13443 * ext/alsa/gstalsa.h:
13444 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
13445 Refactor and improve caps probing code: probe signedness
13446 when we probe the supported formats/widths; set endianness
13447 to the one we actually probed for (ie. cpu endianness).
13449 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
13450 (gst_alsasrc_close):
13451 * ext/alsa/gstalsasrc.h:
13452 Implement caps probing for alsasrc.
13454 2006-05-15 Wim Taymans <wim@fluendo.com>
13456 * ext/theora/theoradec.c: (gst_theora_dec_reset),
13457 (theora_dec_src_query), (theora_dec_src_event),
13458 (theora_dec_sink_event), (theora_handle_comment_packet),
13459 (theora_handle_data_packet), (theora_dec_change_state):
13460 Cleanups, add some G_LIKELY.
13461 Use segment helpers instead of our own wrong code.
13462 Clear queued buffers on seek and READY.
13464 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13465 (vorbis_dec_convert), (vorbis_dec_src_query),
13466 (vorbis_dec_src_event), (vorbis_dec_sink_event),
13467 (vorbis_handle_comment_packet), (vorbis_dec_push),
13468 (vorbis_handle_data_packet), (vorbis_dec_chain),
13469 (vorbis_dec_change_state):
13470 * ext/vorbis/vorbisdec.h:
13471 Remove old useless packetno variable.
13472 Do position query properly.
13474 Do cleanup of queued buffers in new helper function
13477 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
13479 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
13480 Query supported sample rates. Fixes #341732.
13482 2006-05-15 Julien MOUTTE <julien@moutte.net>
13484 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
13485 (gst_decode_bin_change_state): Make decodebin reusable
13486 when going from PAUSE_TO_READY and then back to PAUSED.
13489 2006-05-15 Wim Taymans <wim@fluendo.com>
13491 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
13492 (vorbis_dec_convert), (vorbis_dec_src_query),
13493 (vorbis_dec_sink_query), (vorbis_dec_src_event),
13494 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13495 (vorbis_dec_clean_queued), (vorbis_dec_push),
13496 (vorbis_handle_data_packet), (vorbis_dec_change_state):
13497 Cleanups. Use refcounting and DEBUG_OBJECT.
13498 Reset segment on flush, use code methods instead of our
13500 Fix potential memleak.
13502 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
13504 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13505 (gst_alsasink_init):
13506 * ext/alsa/gstalsasink.h:
13507 Don't leak allocated snd_output_t structure if there's
13508 more than one alsasink instance at a time (#341873).
13509 Also fix GObject macros in header file.
13511 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
13513 * gst/subparse/gstsubparse.c:
13514 (gst_sub_parse_data_format_autodetect):
13515 Don't use libxml functions in the typefinding code.
13517 2006-05-15 Wim Taymans <wim@fluendo.com>
13519 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13520 Fix seeking performance in the case where a non-header
13521 packet has a 0 granulepos (busted theora case).
13523 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
13524 the first place, you limelight stealer you)
13526 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
13528 * gst/subparse/gstsubparse.c:
13529 (gst_sub_parse_data_format_autodetect):
13530 Improve SAMI typefinding: handle case where there are
13531 whitespaces or newlines in front of the first <SAMI>
13534 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
13537 Build video4linux plugin even if there's no XVIDEO, just
13538 without implementing the GstXOverlay interface (#334002).
13540 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
13543 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
13545 Add tentative support for libvisual-0.4 (#336881).
13547 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
13549 Patch by: Young-Ho Cha <ganadist at chollian net>
13551 * gst/subparse/samiparse.c: (handle_start_font):
13552 Need to map "silver" colour explicitly (#169936).
13554 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
13556 Patch by: Young-Ho Cha <ganadist at chollian net>
13558 * gst/subparse/Makefile.am:
13559 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
13560 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
13561 (gst_sub_parse_format_autodetect), (feed_textbuf),
13562 (gst_subparse_type_find), (plugin_init):
13563 * gst/subparse/gstsubparse.h:
13564 * gst/subparse/samiparse.c:
13565 * gst/subparse/samiparse.h:
13566 Add support for SAMI subtitles (#169936).
13568 2006-05-14 Michael Smith <msmith@fluendo.com>
13570 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
13571 Fix #341696: crash when mixing L+R+C to mono or stereo.
13572 * tests/check/Makefile.am:
13573 * tests/check/elements/audioconvert.c: (set_channel_positions),
13574 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
13575 (audioconvert_suite):
13576 Add test for the above, including some generic framework bits for
13577 testing multichannel things.
13579 === release 0.10.7 ===
13581 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
13584 releasing 0.10.7, "Leave the gun"
13586 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
13588 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
13589 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13592 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
13594 * docs/libs/gst-plugins-base-libs-docs.sgml:
13595 * docs/libs/gst-plugins-base-libs-sections.txt:
13596 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
13597 * gst-libs/gst/video/video.h:
13598 * gst/videoscale/Makefile.am:
13599 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
13600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13601 * tests/check/Makefile.am:
13602 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
13604 Fix integer overflow problem with pixel-aspect-ratio calculations
13605 in videoscale and xvimagesink (#341542)
13607 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
13609 * gst-libs/gst/tag/gstid3tag.c:
13610 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
13612 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
13615 update win32 files listing
13617 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
13619 patch by: Sjoerd Simons (sjoerd@luon.net)
13621 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13622 (group_create), (group_destroy), (add_stream),
13623 (gst_play_base_bin_get_property),
13624 (gst_play_base_bin_get_streaminfo_value_array):
13625 * gst/playback/gstplaybasebin.h:
13626 API: GstPlayBaseBin::stream-info-value-array property
13627 use a more bindings-friendly way of exposing streaminfo
13628 using a GValueArray. Tested in ipython.
13631 2006-05-11 Wim Taymans <wim@fluendo.com>
13633 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
13634 (queue_underrun_cb), (queue_filled_cb):
13635 Also catch queue underruns but don't do anything yet.
13636 Refactor and comment queue enlarging code a bit.
13638 * gst/playback/gstplaybasebin.c: (queue_overrun),
13639 (queue_threshold_reached), (queue_out_of_data),
13640 (gen_preroll_element):
13641 If a queue over/underruns check that we don't create nasty
13642 deadlocks when the min-threshold is not reached but the
13643 max-bytes is. In those cases disable max-bytes when we
13644 know that the queue is fed timed data.
13647 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
13649 * gst/playback/gstplaybin.c: (gen_audio_element):
13650 Make playbin automatically plug an 'audioresample'
13651 element before the audio sink as well. This solves
13652 problems with sinks that only accept a very specific
13653 sample rate, like esdsink (e.g. #340379).
13655 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
13657 * gst/playback/gstplaybasebin.c: (gen_source_element):
13658 Make http sources send special headers so that we receive
13659 icecast metadata if the http stream is an icecast stream
13660 (otherwise the server will just ignore them). This also
13661 means that from now on users will need the 'icydemux'
13662 element from gst-plugins-good installed if they want to
13663 listen to icecast radio streams. (#341432, #333657).
13665 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
13667 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
13668 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
13669 remove stupid example from docs - it should come with a simple
13672 * tests/check/elements/multifdsink.c: (wait_bytes_served),
13673 (fail_if_can_read), (GST_START_TEST),
13674 (gst_multifdsink_create_streamheader), (multifdsink_suite):
13675 add a test for changing streamheader which exposes a bug in
13678 2006-05-11 Michael Smith <msmith@fluendo.com>
13680 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
13681 (gst_gnome_vfs_src_received_headers_callback):
13682 * ext/gnomevfs/gstgnomevfssrc.h:
13683 Don't set icy-caps unless we have a sane interval value. Move
13684 interval to a local variable; we never use it outside this function.
13686 2006-05-11 Wim Taymans <wim@fluendo.com>
13688 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
13689 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
13690 Register special buffer types along with the objects so
13691 that they are not registered at runtime from N different
13692 streaming threads since they are not threadsafe.
13694 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
13696 * tests/check/elements/multifdsink.c: (wait_bytes_served),
13697 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
13698 add two more tests, one doing streamheader
13700 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
13702 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
13703 clean up the bufqueue when shutting down
13704 * tests/check/Makefile.am:
13705 * tests/check/elements/multifdsink.c: (setup_multifdsink),
13706 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
13708 add a test for the leak that was just fixed
13710 2006-05-10 Wim Taymans <wim@fluendo.com>
13712 * gst/adder/gstadder.c: (gst_adder_setcaps),
13713 (gst_adder_query_duration), (gst_adder_query), (forward_event),
13714 (gst_adder_src_event), (gst_adder_sink_event),
13715 (gst_adder_class_init), (gst_adder_finalize),
13716 (gst_adder_request_new_pad), (gst_adder_collected):
13717 * gst/adder/gstadder.h:
13718 Updated some docs. Added comments and FIXMEs all over the place.
13719 Improve debugging info.
13720 Fix leak on finalize by not calling the parent.
13721 Implement duration query.
13722 Make event forwarding threadsafe.
13723 Correctly send NEWSEGMENT at start and after flush.
13724 Handle EOS correctly.
13725 Post error when not negotiated.
13727 * tests/check/elements/adder.c: (GST_START_TEST):
13728 Added FIXME in the test.
13730 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
13732 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
13733 (gst_text_overlay_halign_get_type),
13734 (gst_text_overlay_wrap_mode_get_type):
13735 * ext/theora/theoradec.c: (theora_handle_type_packet),
13736 (theora_handle_data_packet):
13737 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13738 (theora_enc_sink_setcaps), (theora_enc_chain):
13739 * gst-libs/gst/cdda/gstcddabasesrc.c:
13740 (gst_cdda_base_src_mode_get_type):
13741 * gst/audiotestsrc/gstaudiotestsrc.c:
13742 (gst_audiostestsrc_wave_get_type):
13743 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13744 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13745 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13746 (gst_sync_method_get_type), (gst_unit_type_get_type),
13747 (gst_client_status_get_type):
13748 * gst/videoscale/gstvideoscale.c:
13749 (gst_video_scale_method_get_type):
13750 * gst/videotestsrc/gstvideotestsrc.c:
13751 (gst_video_test_src_pattern_get_type):
13752 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
13753 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
13754 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
13755 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
13756 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
13757 (paint_setup_RGB565), (paint_setup_xRGB1555):
13758 Const-ify GEnumValue and GFlagsValue arrays. Use
13759 GST_ROUND_UP_* macros instead of home-made ones.
13761 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
13764 Require core CVS for the new newsegment stuff.
13766 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
13768 Patch by: Sjoerd Simons <sjoerd at luon net>
13770 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
13771 Register nick for enum value (#341160).
13773 2006-05-09 Stefan Kost <ensonic@users.sf.net>
13775 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
13777 backout typefind patch #340375
13779 * tests/check/elements/adder.c: (message_received),
13780 (GST_START_TEST), (adder_suite):
13781 redo, signal-handling of test
13783 2006-05-09 Wim Taymans <wim@fluendo.com>
13785 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
13786 (gst_adder_collected):
13787 * gst/adder/gstadder.h:
13788 Remove bogus segment merging and forwarding, we don't
13789 care about timestamps anyway and we just produce a
13791 Also create a nice NEWSEGMENT event when we start.
13792 Use _scale_int some more.
13794 2006-05-09 Edward Hervey <edward@fluendo.com>
13796 * tests/icles/stress-xoverlay.c:
13797 Fix if core was built without parsing support.
13799 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
13801 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13802 Add SEDG (Samsung MPEG-4) fourcc.
13804 2006-05-09 Edward Hervey <edward@fluendo.com>
13806 * tests/icles/stress-xoverlay.c:
13807 * tests/examples/volume/volume.c:
13808 Fix if core was built without parsing support.
13810 * tests/examples/seek/seek.c:
13811 Disable the parse_launch example if core was built without parsing
13814 2006-05-08 Edward Hervey <edward@fluendo.com>
13816 * autogen.sh: (CONFIGURE_DEF_OPT):
13817 libtoolize on Darwin/MacOSX is called glibtoolize
13819 2006-05-07 Stefan Kost <ensonic@users.sf.net>
13821 * tests/check/Makefile.am:
13822 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
13823 Disable the adder test, until the build-slaves posses the kindness to
13824 either like it or to give valid reason for not doing so
13826 2006-05-07 Stefan Kost <ensonic@users.sf.net>
13828 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
13830 Shuffle NULL state change around and raise timeout more
13832 2006-05-07 Stefan Kost <ensonic@users.sf.net>
13834 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
13835 (mp4_type_find), (plugin_init):
13836 Add typefind to distinguish between "audio/x-m4a" and new type
13837 "video/mp4". Fixes #340375
13839 * tests/check/elements/adder.c: (adder_suite):
13840 Raise timeout to make buildbot happy
13842 2006-05-07 Stefan Kost <ensonic@users.sf.net>
13844 * gst/adder/gstadder.c: (gst_adder_sink_event),
13845 (gst_adder_request_new_pad), (gst_adder_change_state):
13846 * gst/adder/gstadder.h:
13847 * tests/check/Makefile.am:
13848 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
13849 (adder_suite), (main):
13850 Add sink-event handling to adder. It tries to merge incomming
13851 newsegment-events. Added test to check if segment_done is comming
13852 through. Fixes #340060
13854 2006-05-05 Andy Wingo <wingo@pobox.com>
13856 * ext/theora/theoraparse.c (gst_theora_parse_init)
13857 (theora_parse_src_convert, theora_parse_src_query):
13858 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
13859 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
13860 query functions on the source pads of the theora and vorbis parse
13861 elements. Fixes position querying when doing a remux.
13863 2006-05-05 Michael Smith <msmith@fluendo.com>
13865 * ext/theora/theoraparse.c: (parse_granulepos),
13866 (theora_parse_drain_queue_prematurely),
13867 (theora_parse_queue_buffer), (theora_parse_sink_event):
13869 Fix invalid granulepos outputs when starting with a non-keyframe.
13871 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
13873 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
13874 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
13875 Rearrange MPEG system stream detection, fixing some memleaks in the
13877 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
13878 they clean up their data correctly.
13879 Remove unused ogganx caps and move the 'is_annodex' check to inside
13880 the 'is_ogg' if statement.
13882 2006-05-05 Wim Taymans <wim@fluendo.com>
13884 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
13885 Properly remove ghostpads. Fixes #340392
13887 2006-05-04 David Schleef <ds@schleef.org>
13889 * gst/typefind/gsttypefindfunctions.c:
13891 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
13893 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
13894 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
13896 When typefinding an MP3 in push-based mode, don't penalise the
13897 probability down to 74% when we found 5 valid frames just because we
13898 can't peek the end of the file.
13900 Make the probability for detecting MPEG Transport Streams based on the
13901 number of sequential headers we successfully detected.
13903 2006-05-03 Wim Taymans <wim@fluendo.com>
13905 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13906 (vorbis_dec_push), (vorbis_dec_chain):
13907 Still produce an error when we receive an empty packet.
13909 2006-05-03 Wim Taymans <wim@fluendo.com>
13911 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13912 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
13913 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
13914 Mark buffers with DISCONT after seek and after activating new
13917 * ext/theora/gsttheoradec.h:
13918 * ext/theora/theoradec.c: (gst_theora_dec_reset),
13919 (theora_get_query_types), (theora_dec_sink_event),
13920 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
13921 (theora_dec_change_state):
13923 Detect and mark DISCONT buffers.
13925 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13926 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
13927 (vorbis_dec_change_state):
13928 * ext/vorbis/vorbisdec.h:
13930 Detect and mark DISCONT buffers.
13931 Don't crash on 0 sized buffers.
13933 2006-05-03 Wim Taymans <wim@fluendo.com>
13935 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
13936 (volume_transform_ip):
13937 Increase "volume" property to 10.0. Fixes #340369.
13938 Set the process function to NULL when capsnego fails so that
13939 we properly error out.
13941 2006-05-02 Stefan Kost <ensonic@users.sf.net>
13943 * gst/playback/gstplaybin.c: (add_sink):
13944 * gst/playback/test.c: (main):
13945 * gst/playback/test5.c: (dump_element_stats):
13946 * gst/playback/test6.c: (main):
13947 free caps using gst_caps_unref, don't leak caps-strings
13949 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
13951 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
13953 Refine musepack typefinding a bit. Return MAXIMUM
13954 probability when we detect stream version 7 to make
13955 sure the mpeg audio typefinder doesn't trump us.
13957 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
13959 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13960 Protect against unexpected NULL strf_data buffer.
13962 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
13964 * tests/check/elements/audioconvert.c: (verify_convert),
13966 interpret the out[] buffer in the order the bytes are actually
13967 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
13968 Other tests should use BYTE_ORDER since the array is filled in
13971 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
13973 * tests/check/elements/audioconvert.c: (verify_convert),
13975 when a test fails, give an indication of which it is
13977 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
13979 * gst-libs/gst/cdda/gstcddabasesrc.c:
13980 compile fix; strtol() needs <stdlib.h>
13982 2006-04-28 Stefan Kost <ensonic@users.sf.net>
13984 * ext/alsa/gstalsamixerelement.c:
13985 * ext/alsa/gstalsasrc.c:
13986 * ext/cdparanoia/gstcdparanoiasrc.c:
13987 * ext/gnomevfs/gstgnomevfssink.c:
13988 * ext/gnomevfs/gstgnomevfssrc.c:
13989 * ext/ogg/gstoggdemux.c:
13990 * ext/ogg/gstoggmux.c:
13991 * ext/ogg/gstoggparse.c:
13992 * ext/ogg/gstogmparse.c:
13993 * ext/pango/gstclockoverlay.c:
13994 * ext/pango/gsttextoverlay.c:
13995 * ext/pango/gsttextrender.c:
13996 * ext/pango/gsttimeoverlay.c:
13997 * ext/theora/theoradec.c:
13998 * ext/theora/theoraenc.c:
13999 * ext/vorbis/vorbisdec.c:
14000 * ext/vorbis/vorbisenc.c:
14001 * gst-libs/gst/audio/gstaudiofilter.c:
14002 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14003 * gst/audioconvert/gstaudioconvert.c:
14004 * gst/audiorate/gstaudiorate.c:
14005 * gst/audioresample/gstaudioresample.c:
14006 * gst/audiotestsrc/gstaudiotestsrc.c:
14007 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14008 * gst/playback/gstdecodebin.c:
14009 * gst/playback/gstplaybin.c:
14010 * gst/playback/gststreamselector.c:
14011 * gst/subparse/gstsubparse.c:
14012 * gst/tcp/gstmultifdsink.c:
14013 * gst/tcp/gsttcpclientsink.c:
14014 * gst/tcp/gsttcpclientsrc.c:
14015 * gst/tcp/gsttcpserversink.c:
14016 * gst/tcp/gsttcpserversrc.c:
14017 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14018 * gst/videorate/gstvideorate.c:
14019 * gst/videoscale/gstvideoscale.c:
14020 * gst/videotestsrc/gstvideotestsrc.c:
14021 * gst/volume/gstvolume.c:
14022 * sys/v4l/gstv4ljpegsrc.c:
14023 * sys/v4l/gstv4lmjpegsink.c:
14024 * sys/v4l/gstv4lmjpegsrc.c:
14025 * sys/v4l/gstv4lsrc.c:
14026 * sys/ximage/ximagesink.c:
14027 * sys/xvimage/xvimagesink.c:
14028 * tests/check/libs/cddabasesrc.c:
14029 make GstElementDetails const
14031 2006-04-28 Stefan Kost <ensonic@users.sf.net>
14033 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
14035 send events from src-pad to all sink-pads fixes #338657
14037 2006-04-28 Stefan Kost <ensonic@users.sf.net>
14039 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
14040 (alsasink_parse_spec):
14041 query width capabilities from alsa, fixes #338919
14043 2006-04-28 Wim Taymans <wim@fluendo.com>
14045 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
14046 (gst_multi_fd_sink_remove_client_link):
14047 * gst/tcp/gstmultifdsink.h:
14048 Fix race condition in multifdsink that can lead to spurious
14049 duplicate clients. this patch adds a new signal that is fired when
14050 multifdsink has removed all references to the fd.
14052 Updated documentation.
14053 API: client-fd-removed signal added
14055 2006-04-28 Michael Smith <msmith@fluendo.com>
14057 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
14058 When asking g_value_array_new to prealloc elements, we may as well
14059 ask for the right number of elements.
14061 2006-04-28 Wim Taymans <wim@fluendo.com>
14063 * gst-libs/gst/audio/gstbaseaudiosink.c:
14064 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
14065 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14066 patch to make timestamp checking more tollerant to rounding
14067 errors given that real discontinuities are to be marked on
14068 buffers. Fixes some asf files and #338778.
14069 Also avoid some crashers when we receive an event in the
14072 2006-04-28 Michael Smith <msmith@fluendo.com>
14074 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
14075 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
14076 (gst_gnome_vfs_src_get_property),
14077 (gst_gnome_vfs_src_send_additional_headers_callback),
14078 (gst_gnome_vfs_src_received_headers_callback),
14079 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
14080 (gst_gnome_vfs_src_stop):
14081 * ext/gnomevfs/gstgnomevfssrc.h:
14082 Remove ICY handling (mostly) from gnomevfssrc, in favour of
14083 proper shared support within icydemux.
14085 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
14087 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
14088 (gst_video_rate_swap_prev), (gst_video_rate_chain):
14090 fix a leak when no caps negotiated
14091 fix counting of input frames
14092 * tests/check/elements/.cvsignore:
14093 * tests/check/elements/videorate.c: (assert_videorate_stats),
14094 (GST_START_TEST), (videorate_suite):
14095 add tests for these
14097 2006-04-28 Wim Taymans <wim@fluendo.com>
14099 * gst-libs/gst/audio/gstringbuffer.c:
14100 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14101 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14102 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14103 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
14104 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
14105 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14106 (gst_ring_buffer_commit), (gst_ring_buffer_read),
14107 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14108 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
14109 Check arguments passed to public functions instead of
14112 2006-04-28 Wim Taymans <wim@fluendo.com>
14114 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
14115 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
14116 GstBaseAudioSrc must be live or it does not work.
14118 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
14119 Don't set live to TRUE as this is the default in the parentclass.
14121 2006-04-28 Wim Taymans <wim@fluendo.com>
14123 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
14124 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
14125 Videoscale doesn't pass on pixel-aspect ratio. Handle all
14126 fixation cases better. Fixes #338991
14128 2006-04-28 Wim Taymans <wim@fluendo.com>
14130 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14131 Handle 0/1 framerate correctly Fixes #331901.
14133 2006-04-28 Wim Taymans <wim@fluendo.com>
14135 * tests/check/elements/audioconvert.c: (get_float_caps),
14136 (GST_START_TEST), (audioconvert_suite):
14137 Added check for correct clipping when doing float samples
14140 2006-04-28 Wim Taymans <wim@fluendo.com>
14142 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
14143 (gst_video_rate_chain):
14144 Print more debugging info.
14146 2006-04-28 Wim Taymans <wim@fluendo.com>
14148 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
14149 (resample_set_state_from_caps):
14150 Add support for other formats audioresample can handle such as
14151 32 bits in and float and 64 bits float. Fixes #301759
14153 2006-04-28 Wim Taymans <wim@fluendo.com>
14155 * gst/audioconvert/audioconvert.c: (float):
14156 correctly clip float samples > 1.0. Fixes #338718
14158 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
14160 Patch by: Young-Ho Cha <ganadist at chollian net>
14162 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
14163 (gst_text_overlay_render_text):
14164 Don't strip newlines from the text. Also, center lines
14165 within multi-line paragraphs (#339405).
14167 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
14169 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
14170 Fix wavpack typefinding to work in more cases (don't peek
14171 for chunks of multiple hundred kBs at once, but process
14172 things step-by-step in smaller units). Fixes #339786.
14174 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
14179 === release 0.10.6 ===
14181 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
14184 releasing 0.10.6, "Chao"
14186 2006-04-26 David Schleef <ds@schleef.org>
14188 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
14191 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
14194 * win32/common/config.h:
14197 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
14199 patch by: Wim Taymans
14201 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14202 (gst_ogg_demux_perform_seek):
14203 make sure correct newsegments are sent, so that the decoder
14204 and the demuxer agree on timestamps. Fixes playback of a lot
14205 of Ogg files that do not start from 0. Fixes #339833.
14207 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
14209 Patch by: Edward Hervey <edward@fluendo.com>
14211 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
14212 * tests/check/Makefile.am:
14213 * tests/check/elements/videorate.c: (assert_videorate_stats),
14214 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
14215 (videorate_suite), (main):
14216 Fix an infinite loop if frames are passed in with wrongly ordered
14217 timestamps. Fixes #339013.
14219 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
14221 Patch by: Tim-Philipp Müller <tim at centricular dot net>
14223 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14224 fix typefinding on some ISO files. Fixes #339212.
14226 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
14228 Patch by: Tim-Philipp Müller <tim at centricular dot net>
14230 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14231 add another H264 fourcc. Fixes #339047.
14233 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
14235 Patch by: Jan Schmidt
14237 * gst/playback/gststreamselector.c:
14238 (gst_stream_selector_bufferalloc):
14239 Restore old StreamSelector behaviour.
14242 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
14245 * win32/common/config.h:
14248 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
14250 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
14252 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14253 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
14254 Fix some memory leaks: on finalize, free buffers left in the queue
14255 before destroying the queue; in _push(), unref rtp_buf even if
14256 the process vfunc returned a NULL buffer as output buffer (#337548);
14257 demote some recuring debug messages to LOG level.
14259 2006-04-11 Wim Taymans <wim@fluendo.com>
14261 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14262 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14263 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
14264 (gst_ogg_demux_loop):
14266 Respect segment stop when emiting EOS or SEGMENT_DONE.
14269 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
14271 * gst/playback/gststreamselector.c:
14272 (gst_stream_selector_get_property):
14273 Don't leak pad name.
14275 2006-04-10 Michael Smith <msmith@fluendo.com>
14277 * tests/check/Makefile.am:
14278 * tests/check/gst-plugins-base.supp:
14279 Suppress an old libtheora bug (fixed in more recent versions), so
14280 that FC4 buildslaves can pass.
14282 2006-04-10 Wim Taymans <wim@fluendo.com>
14284 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14285 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
14286 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
14287 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
14288 (gst_ogg_demux_loop):
14290 Remember what error we got when finding chains, if we
14291 were shutdown, that would not be an error.
14293 2006-04-10 Wim Taymans <wim@fluendo.com>
14295 * gst-libs/gst/audio/gstbaseaudiosink.c:
14296 (gst_base_audio_sink_event):
14297 Starting the ringbuffer when we did not acquire it can cause
14298 a deadlock, is pointless and causes nasty things for
14300 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
14302 2006-04-10 Wim Taymans <wim@fluendo.com>
14304 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14305 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
14306 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14307 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14308 (gst_ogg_demux_deactivate_current_chain),
14309 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14310 (gst_ogg_demux_bisect_forward_serialno),
14311 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
14312 Add some more debugging.
14314 2006-04-10 Wim Taymans <wim@fluendo.com>
14316 * ext/theora/theoradec.c: (theora_dec_src_event),
14317 (theora_handle_data_packet):
14318 Some more debug info.
14320 * tests/examples/seek/seek.c: (start_seek), (main):
14321 Print element messages too.
14323 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
14325 * gst/audioresample/debug.h:
14326 replace debug macros with variable number of parameters
14327 by a simple alias to gstreamer standard debug macros
14328 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
14329 supported by MSVC 6.0 and 7.1)
14330 * gst/audioresample/resample.h:
14331 define M_PI and rint for WIN32
14332 * win32/common/libgstaudio.def:
14333 * win32/common/libgstriff.def:
14334 * win32/common/libgsttag.def:
14335 * win32/common/libgstvideo.def:
14336 add new exported functions
14338 update project files
14340 2006-04-08 Stefan Kost <ensonic@users.sf.net>
14342 * ext/alsa/gstalsamixeroptions.c:
14343 (gst_alsa_mixer_options_class_init):
14344 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
14345 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
14346 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
14347 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
14348 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
14349 * gst-libs/gst/audio/gstaudiofilter.c:
14350 (gst_audio_filter_class_init):
14351 * gst-libs/gst/audio/gstaudiosink.c:
14352 (gst_audioringbuffer_class_init):
14353 * gst-libs/gst/audio/gstaudiosrc.c:
14354 (gst_audioringbuffer_class_init):
14355 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
14356 * gst-libs/gst/interfaces/colorbalancechannel.c:
14357 (gst_color_balance_channel_class_init):
14358 * gst-libs/gst/interfaces/mixeroptions.c:
14359 (gst_mixer_options_class_init):
14360 * gst-libs/gst/interfaces/mixertrack.c:
14361 (gst_mixer_track_class_init):
14362 * gst-libs/gst/interfaces/tunerchannel.c:
14363 (gst_tuner_channel_class_init):
14364 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
14365 * gst-libs/gst/netbuffer/gstnetbuffer.c:
14366 (gst_netbuffer_class_init):
14367 * gst-libs/gst/rtp/gstbasertppayload.c:
14368 (gst_basertppayload_class_init):
14369 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14370 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
14371 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14372 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
14373 * gst/playback/gststreamselector.c:
14374 (gst_stream_selector_class_init):
14375 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14376 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14377 * sys/v4l/gstv4lcolorbalance.c:
14378 (gst_v4l_color_balance_channel_class_init):
14379 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
14380 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14381 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14382 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
14383 (gst_v4l_tuner_norm_class_init):
14384 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
14385 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
14386 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
14387 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
14389 2006-04-08 Stefan Kost <ensonic@users.sf.net>
14391 * ext/pango/gsttextrender.h:
14392 * gst-libs/gst/audio/gstaudiosink.h:
14393 * gst-libs/gst/audio/gstaudiosrc.h:
14394 * gst-libs/gst/audio/gstbaseaudiosink.h:
14395 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14396 * gst-libs/gst/audio/gstringbuffer.h:
14397 * gst-libs/gst/rtp/gstbasertpdepayload.h:
14398 * gst-libs/gst/rtp/gstbasertppayload.h:
14399 * gst-libs/gst/video/gstvideofilter.h:
14400 * gst-libs/gst/video/gstvideosink.h:
14401 * gst/playback/gstplaybasebin.h:
14402 * gst/tcp/gstmultifdsink.h:
14403 * sys/v4l/gstv4lelement.h:
14404 Fix broken GObject macros
14406 2006-04-08 Stefan Kost <ensonic@users.sf.net>
14408 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
14409 More debug to trace why my USB headset is not working with gst
14411 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
14413 * gst/playback/gstplaybasebin.c: (group_destroy):
14414 Clean up our group elements properly in the case where it never
14415 got committed - it still got added unconditionally to the bin.
14417 2006-04-07 Wim Taymans <wim@fluendo.com>
14419 * ext/theora/theoradec.c: (theora_dec_sink_event),
14420 (theora_handle_data_packet), (theora_dec_chain):
14421 Unref unhandled events.
14422 Protect against empty buffers.
14423 Perform QoS on running time.
14425 2006-04-07 Michael Smith <msmith@fluendo.com>
14427 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
14428 (gst_vorbis_enc_chain):
14429 Remove leaks from vorbisenc.
14430 Mostly minor changes, the only significant one is that now the
14431 buffers we set as 'streamheader' on the caps are copies of the
14432 original buffers, to avoid circular refcounting problems.
14434 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
14436 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
14437 Don't remove our mute-probe if someone else already did so.
14438 Don't set a 2nd one if there is already one pending on the pad.
14440 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14442 When a seek fails, ensure that playbin is still set back to playing.
14444 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
14445 (mpeg_ts_type_find), (plugin_init):
14446 Add a typefind function for mpeg-ts streams. (Closes: #336617)
14448 2006-04-06 Andy Wingo <wingo@pobox.com>
14450 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
14451 (gst_video_rate_init): Caps-related parameters should not be reset
14452 by a flush -- move their inits to the instance init function.
14453 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
14454 is not OK, just return the result.
14456 * gst/audiotestsrc/gstaudiotestsrc.c
14457 (gst_audio_test_src_class_init)
14458 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
14459 broken by Stefan's commit on 24 March.
14461 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
14462 buffers being pushed out. Fixes oggmux ! multifdsink.
14464 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
14466 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
14467 (gst_vorbis_dec_init), (vorbis_dec_finalize):
14468 * ext/vorbis/vorbisdec.h:
14469 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
14470 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
14471 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
14472 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
14473 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
14474 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
14475 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
14476 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
14477 (gst_vorbis_enc_buffer_from_packet),
14478 (gst_vorbis_enc_buffer_from_header_packet),
14479 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
14480 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
14481 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
14482 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
14483 (gst_vorbis_enc_change_state):
14484 * ext/vorbis/vorbisenc.h:
14485 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
14486 vorbisenc adhere to the official nomenclature; use boilerplate
14489 2006-04-04 Andy Wingo <wingo@pobox.com>
14491 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
14492 Whoops, fix bug introduced. Bad hacker!
14494 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
14495 Properly handle the case where you get EOS before any buffers are
14496 received. Use gst_buffer_make_metadata_writable where appropriate.
14498 * ext/theora/theoradec.c (theora_handle_data_packet): This value
14499 is often negative -- make it signed so as not to wrap around.
14500 Fixes segfaults introduced on 9 March.
14502 2006-04-03 Wim Taymans <wim@fluendo.com>
14504 * ext/theora/gsttheoradec.h:
14505 * ext/theora/theoradec.c: (theora_dec_src_event):
14506 Don't try to store a gdouble in a gboolean.
14509 2006-04-03 Michael Smith <msmith@fluendo.com>
14511 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
14513 Make it suck slightly less by writing out the final page.
14514 Still can't encode a vorbis-in-ogg file correctly, though.
14516 2006-04-03 Andy Wingo <wingo@pobox.com>
14518 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
14521 * ext/theora/theora.c (plugin_init): Register theoraparse.
14523 * ext/theora/gsttheoraparse.h:
14524 * ext/theora/theoraparse.c: New files implementing a theora
14525 parser. Now we can properly remux ogg/theora+vorbis, yay.
14527 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
14529 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
14531 * gst/audiotestsrc/gstaudiotestsrc.c:
14532 Fixed the sample pipeline (see #323798)
14534 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
14537 * win32/common/config.h:
14538 * win32/common/config.h.in:
14539 use AS_VERSION and AS_NANO
14542 2006-03-31 Andy Wingo <wingo@pobox.com>
14544 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
14545 uninitialized variable return that would happen.
14547 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
14548 uninitialized variable return that would never happen.
14550 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
14551 (vorbis_parse_sink_event): Add an event function to flush our
14552 state on a seek, and to drain buffers on a premature EOS.
14553 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14554 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
14555 (vorbis_parse_chain, vorbis_parse_queue_buffer)
14556 (vorbis_parse_drain_queue): Queue up buffers until we can set
14557 their timestamps and granulepos values.
14559 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
14560 and keep track of data needed for deriving granulepos and
14561 timestamps for buffers.
14563 2006-03-29 Wim Taymans <wim@fluendo.com>
14565 Patch by: j^ <j at bootlab dot org>
14567 * ext/alsa/gstalsamixerelement.c:
14568 (gst_alsa_mixer_element_class_init):
14569 * ext/alsa/gstalsasink.c:
14570 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
14571 * ext/ogg/gstoggdemux.c:
14572 * ext/ogg/gstoggmux.c:
14573 * ext/ogg/gstoggparse.c:
14574 * ext/pango/gstclockoverlay.c:
14575 * ext/pango/gsttextoverlay.c:
14576 * ext/pango/gsttextrender.c:
14577 * ext/pango/gsttimeoverlay.c:
14578 * ext/theora/theoradec.c:
14579 * ext/theora/theoraenc.c:
14580 * ext/vorbis/vorbisdec.c:
14581 * ext/vorbis/vorbisenc.c:
14582 * gst/audioconvert/gstaudioconvert.c:
14583 * gst/subparse/gstsubparse.c:
14584 * gst/tcp/gstmultifdsink.c:
14585 * gst/tcp/gsttcpclientsink.c:
14586 * gst/tcp/gsttcpclientsrc.c:
14587 * gst/tcp/gsttcpserversink.c:
14588 * gst/tcp/gsttcpserversrc.c:
14589 better/unified long descriptions
14592 2006-03-29 Wim Taymans <wim@fluendo.com>
14594 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
14596 Don't let double and triple clicks mess up our state.
14598 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
14600 * gst/playback/gstplaybin.c: (gen_video_element),
14601 (gen_text_element), (gen_audio_element), (gen_vis_element):
14602 Error out gracefully when we can't create any of the usual
14603 conversion elements for some reason. Also, don't try to
14604 create an audioscale (sic) element that's not used anyway.
14606 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
14608 * gst/playback/gstplaybasebin.c: (setup_source):
14609 Don't post RESOURCE_NOT_FOUND error when we can't find a source
14610 element for a particular protocol, that's confusing for users.
14611 Instead, post a RESOURCE_FAILED error, so that our own error
14612 message is actually shown in totem etc. (#336303).
14614 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
14616 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
14618 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
14619 (gst_gnome_vfs_src_get_icy_metadata):
14620 Fix some minor memory leaks (#336194).
14622 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
14624 * ext/gnomevfs/gstgnomevfs.c:
14625 (gst_gnome_vfs_location_to_uri_string):
14626 * ext/gnomevfs/gstgnomevfs.h:
14627 * ext/gnomevfs/gstgnomevfssink.c:
14628 (gst_gnome_vfs_sink_set_property):
14629 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
14630 Make gnomevfssink accept filenames as well as URIs for the
14631 "location" property, just like gnomevfssrc does (and
14632 filesrc/filesink do) (#336190).
14634 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
14636 * tests/check/generic/clock-selection.c: (GST_START_TEST):
14637 set to NULL before unreffing, fixes a valgrind leak.
14638 Why was this not triggering the error that an object needs to
14639 be NULL before unreffing ?
14640 * win32/common/config.h:
14643 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
14645 * gst/subparse/gstsubparse.c: (convert_encoding),
14646 (gst_sub_parse_change_state):
14647 * gst/subparse/gstsubparse.h:
14648 Text subtitle files may or may not be UTF-8. If it's not, we
14649 don't really want to see '?' characters in place of non-ASCII
14650 characters like accented characters. So let's assume the input
14651 is UTF-8 until we come across text that is clearly not. If it's
14652 not UTF-8, we don't really know what it is, so try the following:
14653 (a) see whether the GST_SUBTITLE_ENCODING environment variable
14654 is set; if not, check (b) if the current locale encoding is
14655 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
14656 the current locale encoding is UTF-8 and the environment variable
14657 was not set to any particular encoding. Not perfect, but better
14658 than nothing (and better than before, I think) (fixes #172848).
14660 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
14663 update core requirement to 0.10.4.1 because of async_playback
14664 vmethod on GstBaseSink
14666 2006-03-24 Stefan Kost <ensonic@users.sf.net>
14668 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14669 * gst/adder/gstadder.c: (gst_adder_init):
14670 use DEBUG_FUNCPTR for collectpads
14672 2006-03-24 Stefan Kost <ensonic@users.sf.net>
14674 * docs/plugins/Makefile.am:
14675 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14676 * docs/plugins/gst-plugins-base-plugins-sections.txt:
14677 * ext/cdparanoia/gstcdparanoiasrc.c:
14678 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
14679 (gst_gnome_vfs_sink_class_init):
14680 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
14681 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
14682 * ext/ogg/gstoggmux.c:
14683 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
14684 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
14685 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
14686 * ext/pango/gsttextoverlay.c:
14687 * ext/pango/gsttextrender.c:
14688 * ext/theora/theoradec.c:
14689 * ext/theora/theoraenc.c:
14690 * ext/vorbis/vorbisdec.c:
14691 * ext/vorbis/vorbisenc.c:
14692 * gst-libs/gst/audio/gstaudiofilter.c:
14693 (gst_audio_filter_base_init):
14694 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14695 (gst_audio_filter_template_base_init):
14696 * gst/adder/gstadder.c: (gst_adder_get_type):
14697 * gst/adder/gstadder.h:
14698 * gst/audioconvert/gstaudioconvert.c:
14699 * gst/audiotestsrc/gstaudiotestsrc.c:
14700 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
14701 (gst_audio_test_src_create):
14702 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14703 * gst/playback/gstdecodebin.c:
14704 * gst/playback/gstplaybin.c:
14705 * gst/playback/gststreamselector.c:
14706 (gst_stream_selector_base_init):
14707 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
14708 * gst/volume/gstvolume.c:
14709 * sys/v4l/gstv4lmjpegsink.c:
14710 * sys/v4l/gstv4lmjpegsrc.c:
14711 * tests/check/libs/cddabasesrc.c:
14712 * tests/old/examples/gob/gst-identity2.gob:
14713 Add docs for adder, use GST_ELEMENT_DETAILS macro,
14714 define GstElementDetails at the top
14716 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
14718 * win32/common/libgstinterfaces.def:
14719 Add a lot of export functions for gst-python
14720 * win32/vs6/libgstinterfaces.dsp:
14721 Add a missing include folder in the project configuration
14723 2006-03-23 Wim Taymans <wim@fluendo.com>
14725 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14726 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
14727 (gst_base_audio_src_change_state):
14728 Fix audio sources, forgot to make the ringbuffer
14731 2006-03-23 Wim Taymans <wim@fluendo.com>
14733 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14734 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
14735 (gst_base_audio_src_change_state):
14736 unparent instead of unref the ringbuffer.
14738 2006-03-23 Wim Taymans <wim@fluendo.com>
14740 * gst-libs/gst/audio/gstbaseaudiosink.c:
14741 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
14742 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
14743 Implement new async_play vmethod to start slaving and allow
14744 playback start in case of async PLAY state changes.
14746 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
14747 Enable QoS with new method in base class.
14749 2006-03-23 Wim Taymans <wim@fluendo.com>
14751 Patch by: Julien MOUTTE <julien at moutte dot net>
14753 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
14754 (gst_video_test_src_do_seek), (gst_video_test_src_create):
14755 Partially handle 0 framerate, only EOS after the first frame
14758 2006-03-23 Wim Taymans <wim@fluendo.com>
14760 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
14762 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14763 (gst_riff_create_video_template_caps):
14764 * gst/ffmpegcolorspace/avcodec.h:
14765 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14766 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14767 (gst_ffmpegcsp_avpicture_fill):
14768 * gst/ffmpegcolorspace/imgconvert.c:
14769 Patch for support of YVU9 AVI files (#334822)
14771 2006-03-22 Edward Hervey <edward@fluendo.com>
14773 * docs/design/design-decodebin.txt:
14774 Added design document for new decodebin
14775 (Target Caps): text/x-pango-markup is also a default target caps.
14777 2006-03-22 Wim Taymans <wim@fluendo.com>
14779 * gst-libs/gst/audio/gstbaseaudiosink.c:
14780 (gst_base_audio_sink_dispose):
14781 Since we _parent the ringbuffer, we also need to
14782 _unparent instead of a plain _unref.
14784 2006-03-22 Wim Taymans <wim@fluendo.com>
14786 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
14787 (stop_seek), (scrub_toggle_cb), (main):
14788 Add scrub checkbox.
14790 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
14792 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
14793 (gst_ogg_parse_chain):
14794 Fix very inefficient usage of linked lists (#335365).
14796 2006-03-21 Edward Hervey <edward@fluendo.com>
14798 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14799 * gst/playback/gstplaybin.c: (handoff):
14800 * gst/playback/gststreamselector.c:
14801 (gst_stream_selector_set_property):
14802 gcc 4.1 unreferenced pointer fixes.
14803 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
14804 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
14805 gst_buffer_ref() now takes a GstBuffer*.
14807 2006-03-20 Julien MOUTTE <julien@moutte.net>
14809 * sys/xvimage/xvimagesink.c:
14810 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
14813 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
14815 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
14816 (id3v1_type_find), (apetag_type_find), (plugin_init):
14817 Can't do tag preferences via probability, as tags would then
14818 lose against types that are recognised with MAXIMUM probability
14819 (like .wav); so let all tag typefinders return MAXIMUM themselves
14820 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
14821 that we can prefer APE to ID3v1 (fixes #335028).
14823 2006-03-17 Wim Taymans <wim@fluendo.com>
14825 * gst-libs/gst/audio/gstbaseaudiosink.c:
14826 (gst_base_audio_sink_change_state):
14827 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
14828 (gst_ring_buffer_may_start):
14829 * gst-libs/gst/audio/gstringbuffer.h:
14830 Only start playback if we are playing.
14831 should fix #330748.
14833 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
14835 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14836 * win32/common/config.h:
14837 Revert accidental commits to these files.
14839 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
14841 Patch by: Michal Benes <michal dot benes at xeris dot cz>
14843 * tests/Makefile.am:
14844 Don't try to build tests in tests/icles if we
14845 don't have X (#323852)
14847 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
14849 * gst-libs/gst/tag/gstid3tag.c:
14850 Add TXXX frame identifiers for replaygain stuff as used
14851 by some taggers (see #323721).
14853 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
14855 * gst/playback/gststreamselector.c:
14856 (gst_stream_selector_set_property),
14857 (gst_stream_selector_bufferalloc):
14858 Preserve the existing buggy streamselector behaviour by performing
14859 a fallback buffer allocation when downstream isn't linked yet.
14860 This should really be fixed in playbin by blocking pads until it's
14862 Also, use gst_pad_alloc_buffer instead of
14863 gst_pad_alloc_buffer_and_set.
14865 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
14867 * gst-libs/gst/tag/gstid3tag.c:
14868 Don't crash on unknown ID3v2 TXXX frames.
14870 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
14872 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
14873 Chain up to the parent finalize method.
14874 Add 32-bit sample size to the template caps.
14876 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14877 (gst_riff_create_video_template_caps):
14878 Add the fourcc that the VMWare codec uses.
14880 * gst/playback/gststreamselector.c:
14881 (gst_stream_selector_set_property),
14882 (gst_stream_selector_bufferalloc),
14883 (gst_stream_selector_request_new_pad):
14884 For the active pad, forward buffer-alloc requests, otherwise
14885 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
14886 having to memcpy every frame when used by playbin.
14888 * gst/tcp/gstmultifdsink.c:
14889 (gst_multi_fd_sink_handle_client_write):
14890 Get negotiated caps from the sink pad, rather than the sink
14893 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
14895 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
14897 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
14898 Don't forget to set src->callbacks_pushed to FALSE again when
14899 popping them, otherwise re-activation in a different mode won't
14902 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
14904 Patch by: Sebastien Moutte <sebastien moutte net>
14906 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
14907 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
14908 (gst_ffmpeg_smpfmt_to_caps):
14909 Replace __VA_ARGS__ caps creation macros with varargs functions.
14910 Makes things compile on MSVC (#320765), looks nicer, and we can
14911 tell the compiler to check for the NULL terminator.
14913 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
14915 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
14917 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14918 Make sure the buffer we copy into is really always big
14919 enough, this time for real (#333488).
14921 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
14923 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14924 Add support for 24bpp DIB (#305279).
14926 2006-03-14 Wim Taymans <wim@fluendo.com>
14928 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
14929 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
14930 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
14931 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14932 (gst_video_scale_init), (gst_video_scale_src_event):
14933 Re-enable QoS after the release.
14934 Rework videoscale to use the base class src_event handler.
14936 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
14941 === release 0.10.5 ===
14943 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
14946 releasing 0.10.5, "Net"
14948 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
14950 * docs/plugins/Makefile.am:
14951 Part of previous cdparanoiasrc docs fixes, forgot to commit.
14953 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
14955 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14956 * docs/plugins/gst-plugins-base-plugins-sections.txt:
14957 * docs/plugins/gst-plugins-base-plugins.hierarchy:
14958 Add cdparanoiasrc to docs.
14960 * gst-libs/gst/cdda/gstcddabasesrc.c:
14961 More GstCddaBaseSrc docs.
14963 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
14965 * docs/libs/gst-plugins-base-libs-sections.txt:
14966 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
14967 * gst-libs/gst/tag/tag.h:
14968 API: libgsttag: new method gst_tag_from_id3_user_tag().
14970 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
14972 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14973 NULL-terminate array of mpeg4 video file extensions.
14974 Fixes crash on PPC (#334226).
14976 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
14978 * ext/gnomevfs/gstgnomevfssrc.c:
14979 (gst_gnome_vfs_src_check_get_range):
14980 gnome_vfs_uri_is_local() alone is not a good indicator
14981 whether we can operate in pull-mode with a specific URI,
14982 as it returns FALSE for file:// URIs that point to an
14983 NFS-mounted path. Be more conservative here: whitelist
14984 local files, blacklist http URIs and use the old
14985 mechanism for anything else (fixes #334216).
14987 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
14992 === release 0.10.4 ===
14994 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
14997 releasing 0.10.4, "Power"
14999 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
15001 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15002 Disable max-lateness by setting it to -1 for now, so that
15003 we can bed QoS stuff in thoroughly between now and the next
15006 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
15008 Patch by: Fabrizio Gennari
15010 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15011 Make sure we don't read beyond the palette buffer in case of
15012 broken or manipulated files (#333488)
15014 2006-03-10 Edward Hervey <edward@fluendo.com>
15016 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
15017 Fix for variable not initialized.
15019 2006-03-09 Wim Taymans <wim@fluendo.com>
15021 * ext/libvisual/visual.c: (gst_visual_get_type),
15022 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
15023 (gst_visual_chain):
15026 * ext/theora/gsttheoradec.h:
15027 * ext/theora/theoradec.c: (gst_theora_dec_init),
15028 (gst_theora_dec_reset), (_theora_granule_time),
15029 (theora_dec_src_convert), (theora_dec_sink_convert),
15030 (theora_dec_src_query), (theora_dec_src_event),
15031 (theora_dec_sink_event), (theora_handle_comment_packet),
15032 (theora_handle_header_packet), (theora_dec_push),
15033 (theora_handle_data_packet), (theora_dec_chain),
15034 (theora_dec_change_state):
15037 2006-03-09 Wim Taymans <wim@fluendo.com>
15039 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
15040 (audiocast_register_listener), (gst_gnome_vfs_src_start):
15043 2006-03-09 Wim Taymans <wim@fluendo.com>
15045 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15046 Don't try to activate NULL chains.
15048 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
15050 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
15051 Fix invalid memory access to region before peek'd data (#332964).
15053 2006-03-09 Wim Taymans <wim@fluendo.com>
15055 Patch by: Christophe Fergeau
15057 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
15058 * ext/pango/gsttextrender.c: (gst_text_render_init):
15059 * gst/adder/gstadder.c: (gst_adder_init):
15060 Don't leak padtemplates, closes #333510.
15062 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
15064 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
15065 Fix invalid memory access: make sure string passed to
15066 regexec() is NUL-termianted.
15068 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
15070 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15072 Refactor mpeg/audio typefinding to make it more maintainable
15073 and easier to fine-tune. Make probing into middle of the file
15074 work properly (fixes #333900, also see #152688).
15076 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
15078 * gst/typefind/gsttypefindfunctions.c:
15079 (utf8_type_find_have_valid_utf8_at_offset):
15080 Remove part from previous commit that was bogus:
15081 g_utf8_validate() does in fact not accept embedded
15082 zeroes, so we don't need to check for those (thanks
15083 to Mike for the hint).
15085 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
15087 * gst/typefind/gsttypefindfunctions.c:
15088 (utf8_type_find_count_embedded_zeroes),
15089 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
15090 Make plain/text typefinder more conservative: firstly, check
15091 for embedded zeroes, which are perfectly valid UTF-8 characters,
15092 but also a fairly good sign that something is not a plain text
15093 file; secondly, probe into the middle of the file if possible.
15094 If we can't probe into the middle, limit the probability value
15095 to be returned to TYPE_FIND_POSSIBLE (see #333900).
15097 2006-03-08 Michael Smith <msmith@fluendo.com>
15099 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15100 Make typefind function name for mpeg4 video unique.
15102 2006-03-08 Wim Taymans <wim@fluendo.com>
15104 * ext/libvisual/visual.c: (gst_visual_init),
15105 (gst_visual_clear_actors), (gst_visual_dispose),
15106 (gst_visual_reset), (gst_visual_src_setcaps),
15107 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
15108 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
15109 (gst_visual_chain), (gst_visual_change_state):
15110 Cleanups, post nice errors.
15111 Handle sink and src events.
15112 Implement simple QoS.
15114 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15115 Use new basesink methods to configure max-lateness.
15118 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15119 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
15120 Debug statement cleanups.
15122 * gst/volume/gstvolume.c: (gst_volume_class_init):
15125 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
15127 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
15128 (gst_text_overlay_init), (gst_text_overlay_set_property),
15129 (gst_text_overlay_get_property):
15130 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
15131 as string type properties, but mark them deprecated. Add
15132 'halignment' and 'valignment' properties that use enums
15133 instead of strings.
15135 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
15137 Patch by: Fabrizio Gennari
15139 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15140 Allow palettes with less than 256 colours in AVI files
15143 2006-03-07 Julien MOUTTE <julien@moutte.net>
15145 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
15146 (gst_text_overlay_video_event): Fix wrong EOS handling on text
15147 pad. We were releasing the queued text buffer when we should keep
15148 it until video pad gets EOS or discard the text buffer because it's
15149 too old. That was eating the last subtitle buffer. Add some more
15152 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
15154 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
15155 (gst_text_overlay_video_chain):
15156 Fix invalid memory access (we can't access a buffer after it's been
15157 pushed downstream without taking a reference); fix memory leak (if
15158 there's no text to render, bail out before allocating stuff).
15160 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
15162 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15163 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
15164 * ext/pango/gsttextoverlay.h:
15165 If input is plain text, escape it before passing it to
15166 pango_layout_set_markup().
15168 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
15170 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
15171 Don't ignore flow return from gst_pad_push().
15173 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
15175 Patch by: Fabrizio Gennari
15177 * ext/libvisual/visual.c: (gst_visual_getcaps),
15178 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
15179 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
15180 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
15181 (gst_vorbisenc_convert_sink):
15182 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
15183 (gst_audio_duration_from_pad_buffer):
15184 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
15185 (gst_audio_filter_chain):
15186 * gst-libs/gst/rtp/gstbasertpdepayload.c:
15187 (gst_base_rtp_depayload_setcaps):
15188 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
15189 (gst_video_get_size):
15190 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
15191 Don't leak references returned by gst_pad_get_parent()
15194 2006-03-06 Stefan Kost <ensonic@users.sf.net>
15196 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
15197 change location param details
15198 * gst/volume/gstvolume.c: (plugin_init):
15199 correct plugin description
15201 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
15203 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15204 (gst_gnome_vfs_src_check_get_range):
15205 Override GstBaseSrc::check_get_range() in order to avoid opening
15206 the resource just to check whether we can operate in pull-mode or
15207 not - we can predict that pretty well from the URI alone. Should
15208 fix problems with last.fm (#331690). (Requires latest core CVS).
15210 2006-03-06 Wim Taymans <wim@fluendo.com>
15212 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
15213 (gst_video_sink_class_init):
15214 Throw away frames that are later than 20 ms.
15216 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
15218 Patch by: Fabrizio Gennari
15220 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15221 Set depth on WMA caps (#333545)
15223 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
15225 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15226 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
15227 put Theora BOS pages before others. This hardcodes
15228 the Ogg/Theora I profile, but hey.
15230 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
15233 updated with some examples
15234 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
15235 (granulepos_add), (theora_buffer_from_packet):
15236 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
15237 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
15238 (gst_vorbisenc_chain):
15239 implement strategy from ext/ogg/README
15240 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15241 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15242 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
15243 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
15244 Fix muxer so that oggz-validate is happy with all streams;
15245 except for no eos mark, and the BOS page ordering
15246 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
15247 (check_buffer_granulepos):
15248 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
15249 update tests to check for OFFSET being set as requested
15250 fixed type of granulepos, it's not a ClockTime
15252 2006-03-05 Julien MOUTTE <julien@moutte.net>
15254 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15255 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15256 Check that the xvimage we are creating has a correct size
15257 before returning it. (#314897)
15259 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
15261 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15262 Give id3 and ape tag typefinders a rank slightly higher
15263 than PRIMARY to ensure they're always run before any of
15264 the other typefinders (in particular wav and mp3) (#324186).
15266 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
15268 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15269 Add support for '3IVD' fourcc (#333403).
15271 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
15274 Bump requirements to GStreamer CVS for the new error enum.
15276 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
15277 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
15278 space left on the device (fixes #333352).
15280 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
15283 add a project file for libgstvolume
15284 update the workspace
15286 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
15288 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
15289 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
15291 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
15292 Set IN_CAPS on header buffers
15294 2006-03-02 Wim Taymans <wim@fluendo.com>
15296 * docs/plugins/Makefile.am:
15297 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15298 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15299 Add audioresample to docs.
15301 * gst/audioconvert/gstaudioconvert.c:
15304 * gst/audioresample/gstaudioresample.c:
15305 (gst_audioresample_base_init), (gst_audioresample_class_init),
15306 (gst_audioresample_init), (gst_audioresample_dispose),
15307 (audioresample_get_unit_size), (audioresample_transform_caps),
15308 (resample_set_state_from_caps), (audioresample_transform_size),
15309 (audioresample_set_caps), (audioresample_event),
15310 (audioresample_do_output), (audioresample_transform),
15311 (audioresample_pushthrough), (gst_audioresample_set_property),
15312 (gst_audioresample_get_property), (plugin_init):
15313 * gst/audioresample/gstaudioresample.h:
15315 Small code cleanups.
15317 2006-03-02 Wim Taymans <wim@fluendo.com>
15319 * docs/plugins/Makefile.am:
15320 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15321 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15322 Added videoscale to docs.
15324 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
15325 (gst_video_rate_swap_prev), (gst_video_rate_event),
15326 (gst_video_rate_chain):
15329 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
15330 (gst_video_scale_init), (gst_video_scale_prepare_size),
15331 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
15332 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
15333 * gst/videoscale/gstvideoscale.h:
15334 Added docs, examples.
15335 Some code cleanups.
15336 Post errors instead of g_warning.
15338 2006-03-02 Wim Taymans <wim@fluendo.com>
15340 * docs/libs/gst-plugins-base-libs-docs.sgml:
15341 * docs/libs/gst-plugins-base-libs-sections.txt:
15342 * docs/libs/gst-plugins-base-libs.types:
15343 * docs/plugins/Makefile.am:
15344 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15345 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15346 Added some more docs to libs and plugins.
15348 * gst-libs/gst/audio/gstringbuffer.c:
15349 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
15350 * gst-libs/gst/audio/gstringbuffer.h:
15351 Document ringbuffer some more.
15353 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
15354 (gst_video_rate_setcaps), (gst_video_rate_reset),
15355 (gst_video_rate_init), (gst_video_rate_flush_prev),
15356 (gst_video_rate_swap_prev), (gst_video_rate_event),
15357 (gst_video_rate_chain), (gst_video_rate_change_state):
15358 * gst/videorate/gstvideorate.h:
15359 Fix videorate to use segments.
15360 Make it work with 0/1 framerates (closes #331903)
15361 Handle EOS correctly.
15364 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
15366 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
15367 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
15368 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
15369 In state change function, first chain up to parent class,
15370 then handle downwards state change stuff. Remove some
15371 commented out cruft from 0.8 code.
15373 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
15375 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15376 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15377 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
15378 (gst_ogm_parse_chain):
15379 Don't remove/re-add source pad if the new caps are the same as
15380 the old caps anyway (#333042). When removing source pad, don't
15381 unref it afterwards - we didn't ref it when adding. Sprinkle some
15382 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
15383 after using gst_pad_get_parent(). Return downstream flow return
15384 value in chain function.
15386 2006-03-02 Wim Taymans <wim@fluendo.com>
15388 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15389 * docs/plugins/gst-plugins-base-plugins.args:
15390 * docs/plugins/gst-plugins-base-plugins.hierarchy:
15391 * docs/plugins/gst-plugins-base-plugins.interfaces:
15392 * docs/plugins/gst-plugins-base-plugins.signals:
15393 Fix hierarchy, added some more elements to the docs.
15395 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15396 (gst_ffmpegcsp_get_type):
15397 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15398 Fix docs for ffmpegcolorspace.
15400 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
15402 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
15403 (apetag_type_find), (ape_type_find), (plugin_init):
15404 Some typefinding fine-tuning:
15405 - rank ID3/APE tags in order of preference via probabilities, so that
15406 ID3v2 > APEv2 > APEv1 > ID3v1.
15407 - three or four bytes don't really justify MAXIMUM probability,
15408 change those to 'very likely' (musepack and monkeysaudio).
15410 2006-03-01 Wim Taymans <wim@fluendo.com>
15412 * docs/plugins/Makefile.am:
15413 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15414 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15415 * ext/alsa/gstalsamixer.c:
15416 * ext/alsa/gstalsamixer.h:
15417 * ext/alsa/gstalsamixerelement.c:
15418 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
15419 * ext/alsa/gstalsamixerelement.h:
15420 * ext/alsa/gstalsasink.c:
15421 * ext/alsa/gstalsasink.h:
15422 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
15423 (gst_alsasrc_init):
15424 * ext/alsa/gstalsasrc.h:
15426 Small code cleanups.
15428 2006-03-01 Wim Taymans <wim@fluendo.com>
15430 * ext/theora/Makefile.am:
15431 Dist new header too,
15433 2006-03-01 Wim Taymans <wim@fluendo.com>
15435 * docs/plugins/Makefile.am:
15436 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15437 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15438 * ext/gnomevfs/gstgnomevfssink.h:
15439 * ext/gnomevfs/gstgnomevfssrc.h:
15440 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15441 * ext/vorbis/vorbisdec.h:
15442 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
15443 * ext/vorbis/vorbisenc.h:
15444 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
15445 (vorbis_parse_chain), (vorbis_parse_change_state):
15446 * ext/vorbis/vorbisparse.h:
15447 * gst/audioconvert/gstaudioconvert.h:
15448 * gst/tcp/gsttcpserversink.h:
15449 * gst/videotestsrc/gstvideotestsrc.c:
15450 * gst/videotestsrc/gstvideotestsrc.h:
15451 * gst/volume/gstvolume.c:
15452 * gst/volume/gstvolume.h:
15453 Fix some more docs.
15454 Added docs for vorbisdec and vorbisparse.
15457 2006-03-01 Wim Taymans <wim@fluendo.com>
15459 * docs/plugins/Makefile.am:
15460 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15461 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15462 * ext/pango/gstclockoverlay.h:
15463 * ext/pango/gsttextoverlay.h:
15464 * ext/pango/gsttextrender.h:
15465 * ext/pango/gsttimeoverlay.h:
15466 * ext/theora/gsttheoradec.h:
15467 * ext/theora/gsttheoraenc.h:
15468 * ext/theora/theoradec.c:
15469 * ext/theora/theoraenc.c:
15470 * gst/audioconvert/gstaudioconvert.h:
15471 * gst/audiotestsrc/gstaudiotestsrc.h:
15472 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15473 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
15474 * gst/tcp/gstmultifdsink.h:
15475 Updated/added documentation.
15477 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15478 (gst_text_overlay_halign_get_type),
15479 (gst_text_overlay_wrap_mode_get_type),
15480 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
15481 (gst_text_overlay_init), (gst_text_overlay_set_property),
15482 (gst_text_overlay_get_property):
15483 Fix up properties to be enums instead of string to make bindings,
15484 introspection and automatic GUI creation possible.
15485 Add getters for the properties.
15487 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
15489 * gst/audiotestsrc/gstaudiotestsrc.c:
15490 added defines of M_PI and M_PI_2
15491 * gst/ffmpegcolorspace/avcodec.h:
15492 removed #include "stdint.h" for win32 as _stdint.h is
15493 autogenerated to win32/common
15494 * win32/common/libgstaudio.def:
15495 * win32/common/libgsttag.def:
15498 some project files bugs corrected
15500 project files are reset to the default vs7 configuration
15501 (they link to msvcr71.dll using default optimizations)
15503 2006-02-28 Wim Taymans <wim@fluendo.com>
15505 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
15508 2006-02-28 Edward Hervey <edward@fluendo.com>
15510 * ext/alsa/gstalsasrc.c:
15511 Set proper class on the ElementDetails:
15512 Source/Audio instead of Src/Audio/
15514 2006-02-28 Edward Hervey <edward@fluendo.com>
15516 * gst/videoscale/vs_scanline.c:
15517 (vs_scanline_resample_nearest_RGBA):
15518 Revert optimization in videoscale. It should go in liboil and have
15519 an appropriate liboil function.
15521 2006-02-28 Wim Taymans <wim@fluendo.com>
15523 * gst-libs/gst/audio/gstbaseaudiosink.c:
15524 (gst_base_audio_sink_provide_clock):
15525 Don't try to provide a clock in the NULL state.
15527 2006-02-28 Wim Taymans <wim@fluendo.com>
15529 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
15530 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
15531 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15532 (gst_ogg_demux_deactivate_current_chain),
15533 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
15534 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
15535 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
15536 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
15537 Use GstSegment infrastructure to remove duplicated code
15538 and handle more seek cases correctly.
15540 2006-02-28 Wim Taymans <wim@fluendo.com>
15542 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15543 (gst_ffmpegcsp_transform):
15544 Don't ignore return code from ffmpeg convert function.
15546 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
15547 Split out some long statements to ease debugging.
15549 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
15551 * ext/libvisual/visual.c: (gst_visual_init),
15552 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
15553 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
15554 being able to renegotiate the size. Instead, use the negotiation
15555 algorithm from the goom plugin to pick an initial output caps.
15557 Also, allow theoretical libvisual plugins that might support non-GL
15558 output even if they also do GL.
15560 2006-02-26 Julien MOUTTE <julien@moutte.net>
15562 * ext/libvisual/visual.c: (gst_visual_init),
15563 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
15564 (plugin_init): Load only non GL plugins. Fix some memleaks and
15565 possible negotiation issues.
15567 2006-02-25 Julien MOUTTE <julien@moutte.net>
15569 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
15571 2006-02-24 Michael Smith <msmith@fluendo.com>
15573 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
15574 (cmml_type_find), (plugin_init):
15575 Fix CMML type find function to not require a specific minor version
15576 of the CMML header.
15578 Add an MPEG4 video elementary stream typefind function.
15580 2006-02-04 Michael Smith <msmith@fluendo.com>
15582 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
15583 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
15584 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15585 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15586 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
15587 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
15588 Annodex support in ogg demuxer. Doesn't do very much without the
15589 other annodex patches (to come).
15591 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
15593 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
15595 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15596 Pick up palette for MS video v1 (#327028)
15598 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
15600 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15601 (gst_ffmpegcsp_caps_remove_format_info),
15602 (gst_ffmpegcsp_get_unit_size):
15603 The 'palette_data' field from incoming RGB caps shouldn't be
15604 proxied on outgoing YUV caps; also, restrict unit size
15605 adjustment in case of paletted data only to the unit that
15606 actually has a palette. Fixes #330711.
15608 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
15610 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15611 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
15612 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
15613 (gst_ffmpegcsp_get_unit_size):
15614 Plug some memory leaks.
15616 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
15618 * sys/ximage/Makefile.am:
15619 * sys/xvimage/Makefile.am:
15620 Add some _CFLAGS and _LIBS that seem to be missing
15621 and/or required for Cygwin (see #317048).
15623 2006-02-22 Wim Taymans <wim@fluendo.com>
15625 * ext/alsa/gstalsasrc.c:
15626 Fix description as pointed out by caugier.
15628 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
15630 Reviewed by : Edward Hervey <edward@fluendo.com>
15632 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
15634 Better 3gp typefinding (#331526).
15636 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
15638 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
15639 Don't send EOS event here, the base class will send one for us.
15641 * gst/playback/gstplaybasebin.c: (prepare_output):
15642 Subpictures without video stream aren't allowed either.
15644 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
15645 Fix debug statement copy'n'paste-o.
15647 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
15649 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
15650 Fix issues with mixer keeping state when muting/unmuting
15651 and when changing the volume whilst muted (see #331763
15654 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
15656 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
15657 (parse_subrip), (gst_sub_parse_format_autodetect):
15658 Set right caps given that we send escaped text. Also,
15659 honour <i></i>, <b></b> and <u></u> markers that can be found
15660 in .srt files (fixes #310202).
15662 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
15664 * gst-libs/gst/audio/mixerutils.c:
15665 (element_factory_rank_compare_func):
15666 Make order in which elements are tried more determinable.
15668 2006-02-20 Julien MOUTTE <julien@moutte.net>
15670 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
15671 (remove_element_chain), (cleanup_decodebin),
15672 (gst_decode_bin_change_state): Make decodebin reusable by
15673 fixing remove_element_chain first and then introduce a
15674 cleaner in state change to ->NULL. (Closes #331678)
15676 2006-02-19 Wim Taymans <wim@fluendo.com>
15678 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
15679 use 0666 mask when creating files so umask gets applied
15680 correctly. Fixes #331295.
15682 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
15684 * gst/subparse/Makefile.am:
15685 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
15686 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
15687 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
15688 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
15689 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
15690 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
15691 * gst/subparse/gstssaparse.h:
15692 * gst/subparse/gstsubparse.c: (plugin_init):
15693 Add very basic parser for SSA subtitle streams (as often
15694 found in matroska files).
15696 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
15698 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
15699 That should be text/x-pango-markup, not text/x-pango-layout.
15701 2006-02-19 Julien MOUTTE <julien@moutte.net>
15703 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
15706 2006-02-19 Julien MOUTTE <julien@moutte.net>
15708 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
15709 (gst_text_overlay_finalize), (gst_text_overlay_init),
15710 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
15711 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
15712 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
15713 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
15714 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
15715 Fix state change deadlock.
15717 2006-02-19 Julien MOUTTE <julien@moutte.net>
15719 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
15720 (gst_text_overlay_finalize), (gst_text_overlay_init),
15721 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
15722 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
15723 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
15724 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
15725 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
15726 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
15727 and subtitles files.
15729 2006-02-19 Julien MOUTTE <julien@moutte.net>
15731 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
15732 should be considered as raw.
15734 2006-02-19 Julien MOUTTE <julien@moutte.net>
15736 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15738 * gst/playback/gststreaminfo.h: Introduce language informations.
15740 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
15742 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15743 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15744 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15745 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
15746 Set shared memory segments to be deleted as soon as we have attached,
15747 that way they get cleaned up automatically if we crash.
15749 2006-02-18 Julien MOUTTE <julien@moutte.net>
15751 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
15752 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
15753 functions are called with lock held.
15755 2006-02-18 Julien MOUTTE <julien@moutte.net>
15757 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
15758 (gst_text_overlay_finalize), (gst_text_overlay_init),
15759 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
15760 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
15761 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
15762 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
15763 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
15764 (gst_text_overlay_change_state): Refactoring of textoverlay
15765 without collectpads. This now supports sparse subtitles coming
15766 from a demuxer instead of a sub file. Seeking is still broken
15767 though. Need to discuss with wtay some more on how to handle
15769 * ext/pango/gsttextoverlay.h:
15770 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
15771 subtitles coming from the demuxer.
15773 2006-02-17 Wim Taymans <wim@fluendo.com>
15775 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
15776 (gst_vorbisenc_convert_sink):
15777 Use some more scaling functions.
15779 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
15781 * ext/cdparanoia/gstcdparanoiasrc.c:
15782 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
15783 (gst_cd_paranoia_paranoia_callback),
15784 (gst_cd_paranoia_src_signal_is_being_watched),
15785 (gst_cd_paranoia_src_read_sector):
15786 * ext/cdparanoia/gstcdparanoiasrc.h:
15787 Add back 'transport-error' and 'uncorrected-error' signals and
15788 make them actually be fired when bad stuff happens (#319340).
15790 2006-02-17 Wim Taymans <wim@fluendo.com>
15792 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
15793 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15794 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
15795 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
15796 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
15797 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15798 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15799 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15800 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
15801 (gst_ring_buffer_clear):
15803 Added some G_LIKELY.
15805 2006-02-17 Wim Taymans <wim@fluendo.com>
15807 * gst-libs/gst/audio/TODO:
15810 * gst-libs/gst/audio/gstbaseaudiosink.c:
15811 (gst_base_audio_sink_get_offset):
15812 When trying to play samples ASAP and we don't have a
15813 previous sample, try to play at position 0 instead of
15814 an invalid position.
15816 2006-02-17 Wim Taymans <wim@fluendo.com>
15818 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
15819 (gst_alsasink_reset):
15820 Also release lock when we get an error in _reset();
15821 fix an error message.
15823 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
15825 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
15826 (gst_alsasink_init), (get_channel_free_structure),
15827 (caps_add_channel_configuration), (gst_alsasink_getcaps),
15828 (gst_alsasink_close):
15829 * ext/alsa/gstalsasink.h:
15830 Add support for more than 2 channels (#326720).
15832 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
15834 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15835 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
15836 with 4 or 6 channels, assume a default channel layout to make things
15837 work (not sure there's anything else we can do in those cases).
15839 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
15841 * gst-libs/gst/audio/multichannel.c:
15844 * gst-libs/gst/riff/Makefile.am:
15845 * gst-libs/gst/riff/riff-ids.h:
15846 * gst-libs/gst/riff/riff-media.c:
15847 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
15848 Add support for WAVEFORMATEX, eg. PCM audio with more than two
15849 channels and a channel layout map.
15851 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
15853 Reviewed by Edward Hervey <edward@fluendo.com>
15855 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
15856 C-level optimization of the RGBA nearest neighbour function.
15857 Eventually this might end up in liboil with vectorized versions.
15859 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
15861 * gst-libs/gst/audio/multichannel.c:
15862 (gst_audio_get_channel_positions):
15863 When we have more than 2 channels, but no channel layout is
15864 specified in the caps, return some default channel layout
15865 to the caller and warn about about a possibly buggy element
15866 (could be buggy filtercaps as well of course) (#317038).
15868 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
15870 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
15871 Add gst-libs/gst/cdda to list of lib search paths.
15873 2006-02-15 Andy Wingo <wingo@pobox.com>
15875 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
15876 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
15877 to the Lord Jesus that I do not have to touch the ogg muxer ever
15880 2006-02-15 Edward Hervey <edward@fluendo.com>
15882 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15883 quicktime movie files can also contain 'uuid' atoms.
15885 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
15887 * gst/audioconvert/plugin.c: (plugin_init):
15888 Register the GstAudioChannelPosition enum type with the type
15889 system in the plugin_init function, so that it is known before
15890 any element actually makes use of multi-channel stuff. This is
15891 required for example if one wants to be able to deserialise/use
15892 a caps string with channel positions before any pipeline has
15893 been setup and started, like with gst-launch.
15895 2006-02-14 Wim Taymans <wim@fluendo.com>
15897 * gst-libs/gst/audio/gstringbuffer.c:
15898 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
15899 (gst_ring_buffer_samples_done), (wait_segment),
15900 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
15901 Add some compiler G_(UN_)LIKELY help.
15902 SIGNAL the ringbuffer waiters when going to PAUSED as well to
15903 make sure they can exit their functions. Should fix #330748
15905 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
15910 * win32/common/_stdint.h:
15911 Windows does not have long long; copy the generated _stdint.h
15912 * win32/common/interfaces-enumtypes.c:
15913 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
15914 (gst_mixer_track_flags_get_type),
15915 (gst_tuner_channel_flags_get_type):
15916 * win32/common/multichannel-enumtypes.c:
15917 (gst_audio_channel_position_get_type):
15920 2006-02-13 Wim Taymans <wim@fluendo.com>
15922 * gst-libs/gst/audio/gstbaseaudiosink.c:
15923 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
15924 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15925 Always sync on first sample we receive when starting.
15927 2006-02-13 Wim Taymans <wim@fluendo.com>
15929 * gst/playback/gstplaybin.c: (gen_vis_element):
15930 Update vis bin docs.
15931 Move queue after tee so we don't queue video buffers but
15932 audio samples instead. Fixes problems where the video queue
15933 is filled and the audio queue empty.
15935 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
15937 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
15938 No need to push an EOS event here, GstBaseSrc will do that for us
15939 when we return FLOW_UNEXPECTED.
15941 2006-02-12 Wim Taymans <wim@fluendo.com>
15943 * gst-libs/gst/audio/gstbaseaudiosink.c:
15944 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
15945 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
15946 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15947 Use scale functions when possible.
15948 Fix error messages.
15949 Free clockid when after waiting for EOS.
15950 Use G_(UN_)LIKLY when it makes sense.
15951 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
15953 2006-02-12 Edward Hervey <edward@fluendo.com>
15955 * gst/playback/gstplaybasebin.c: (prepare_output):
15956 Remove stray semi-colon (fixes #330888).
15958 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
15960 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
15961 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
15962 Fix up the XShm call testing so that we catch errors, and don't
15963 cause new ones by attempting to detach from a segment we failed
15964 to attach to. Fixes #312439.
15966 2006-02-10 Edward Hervey <edward@fluendo.com>
15968 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15969 Added flv file typefind (video/x-flv).
15971 2006-02-10 Edward Hervey <edward@fluendo.com>
15973 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15974 (gst_riff_create_video_template_caps):
15975 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
15976 Also added the caps to the default set of riff video caps.
15978 2006-02-09 Andy Wingo <wingo@pobox.com>
15980 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
15981 time and the end time of the last packet in the page.
15982 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
15983 on the pages in our queue, set the duration as well. Reflow a
15985 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
15986 Fixes bad muxing order.
15988 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
15990 * gst-libs/gst/rtp/gstbasertppayload.c:
15991 (gst_basertppayload_setcaps), (gst_basertppayload_push):
15992 update seqnum before setting it on the packet; this makes sure
15993 that the timestamp and seqnum properties match after pushing
15996 2006-02-09 Andy Wingo <wingo@pobox.com>
15998 * gst-libs/gst/audio/gstringbuffer.c
15999 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
16000 overflow after 13.5 hours of recording. Kapow!
16002 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
16003 the buffer size -- we don't care about underrun/overrun reporting
16004 right now, just need to return a useful value.
16006 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
16011 === release 0.10.3 ===
16013 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
16016 releasing 0.10.3, "Under Pressure"
16018 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16021 Drat. Bump libtool version number for new API.
16022 Prelease 0.10.2.3 (of 0.10.3)
16024 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16027 * win32/common/config.h:
16028 0.10.2.2 prerelease (of 0.10.3).
16030 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16032 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
16033 Revert Andy's newsegment change pending a more correct
16036 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
16038 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16039 (qt_type_find), (plugin_init):
16040 detect more files as 3gp
16041 group and reorder the iso file formats
16043 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16045 * ext/vorbis/vorbis.c: (plugin_init):
16046 Register musicbrainz tags, so apps don't have to.
16048 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16050 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
16051 (gst_tag_to_vorbis_tag):
16052 Make sure we called gst_tag_register_musicbrainz_tags()
16053 before possibly mapping a vorbiscomment string from/to a
16056 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16058 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16059 In case we can't find the required number of consecutive
16060 mpeg audio frames to positively identify an MPEG audio
16061 stream, check if there's at least a valid mpeg audio
16062 frame right at offset 0 and if so suggest mpeg/audio
16063 caps with a very low probability (#153004).
16065 2006-02-07 Andy Wingo <wingo@pobox.com>
16067 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
16068 a TIME segment if we get timestamped buffers. Requires recent
16069 fixes in core to work properly.
16071 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16073 * gst/playback/gstplaybasebin.c: (prepare_output):
16074 Don't print the URI as part of the error message, it
16075 makes error dialogs look rather ugly, especially if
16076 the URI is very long or has characters in it that
16079 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16081 * gst/playback/gstplaybasebin.c: (prepare_output):
16082 Error out if we have only text or subtitles, but nothing
16083 else. Also error out if we have subtitles but no video
16086 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16088 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16089 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
16090 Post an error message on the bus when we encounter an
16091 error, which will hopefully be more meaningful than the
16092 'Internal Flow Error' message users get to see if we
16093 just return GST_FLOW_ERROR.
16095 2006-02-07 Andy Wingo <wingo@pobox.com>
16097 * configure.ac (GST_MAJORMINOR): Update core version req to
16098 0.10.2.2, for the collectpads API addition (#330244).
16100 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
16102 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16103 Return FALSE from plugin_init() when GnomeVFS can't
16104 be initialised for some reason (#328423).
16106 2006-02-06 Julien MOUTTE <julien@moutte.net>
16108 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
16109 Stick to seeking theory until i find the bug.
16110 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
16112 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
16114 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16115 (theora_enc_finalize), (theora_enc_sink_setcaps),
16116 (theora_set_header_on_caps), (theora_enc_chain),
16117 (theora_enc_change_state):
16118 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
16119 Make theoraenc and the tests leak free. Like, really.
16121 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
16123 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16124 (theora_enc_finalize), (theora_enc_sink_setcaps):
16125 Add a finalize method to ensure we clean up state even if
16126 someone omitted the state change back to NULL.
16128 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
16129 (gst_vorbisenc_chain):
16130 Free some more leaked bits.
16132 * tests/check/pipelines/theoraenc.c: (start_pipeline),
16134 Wait for state changes to happen if they're ASYNC.
16136 This ought to teach those fancy pants buildbots a lesson.
16138 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16140 * gst-libs/gst/tag/gstid3tag.c:
16141 Add mapping for ID3 International Standard Recording Code
16144 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16146 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
16147 Don't leak tag names.
16149 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
16151 * docs/libs/gst-plugins-base-libs-docs.sgml:
16152 * docs/libs/gst-plugins-base-libs-sections.txt:
16153 * gst-libs/gst/tag/gstid3tag.c:
16154 * gst-libs/gst/tag/gstvorbistag.c:
16155 * gst-libs/gst/tag/tags.c:
16156 Split libgsttag docs into multiple sections.
16158 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
16160 * docs/libs/Makefile.am:
16161 * docs/libs/gst-plugins-base-libs-docs.sgml:
16162 * docs/libs/gst-plugins-base-libs-sections.txt:
16163 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
16164 * gst-libs/gst/tag/gstvorbistag.c:
16165 * gst-libs/gst/tag/tag.h:
16166 * gst-libs/gst/tag/tags.c:
16167 Add libgsttag to the docs.
16169 2006-02-05 Julien MOUTTE <julien@moutte.net>
16171 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
16172 (gst_text_overlay_init), (gst_text_overlay_src_event),
16173 (gst_text_overlay_collected): Fix clockoverlay.
16175 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
16177 * docs/libs/compiling.sgml:
16178 Fix typo: it's pkg-config, not pkg-gconfig
16180 * docs/libs/gst-plugins-base-libs-docs.sgml:
16181 * docs/libs/gst-plugins-base-libs-sections.txt:
16182 * docs/libs/tmpl/gstgconf.sgml:
16183 There is no libgstgconf in 0.10, remove it
16186 2006-02-05 Julien MOUTTE <julien@moutte.net>
16188 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
16189 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16190 (gst_text_overlay_src_event), (gst_text_overlay_collected):
16191 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
16192 (gst_sub_parse_class_init), (gst_sub_parse_init),
16193 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
16194 (parse_mpsub), (parser_state_init), (handle_buffer),
16195 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
16196 * gst/subparse/gstsubparse.h: Introduce seeking code.
16198 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
16200 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
16201 Add comment about LANGUAGE tag inconsistency (we want
16202 ISO-639-1, but extract three-letter identifiers?)
16205 Add two translatable files.
16207 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
16209 * gst-libs/gst/tag/Makefile.am:
16210 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
16211 * gst-libs/gst/tag/tag.h:
16212 * gst-libs/gst/tag/tags.c:
16213 (gst_tag_register_musicbrainz_tags_internal),
16214 (gst_tag_register_musicbrainz_tags):
16215 Forward-port some tags stuff from the 0.8 branch. This is
16216 mostly the addition of musicbrainz tags and their mapping
16217 to vorbistags, and a vorbistag mapping of the language tag.
16219 2006-02-05 Julien MOUTTE <julien@moutte.net>
16221 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
16224 2006-02-04 David Schleef <ds@schleef.org>
16226 * ext/ogg/gstoggmux.c:
16227 * gst/typefind/gsttypefindfunctions.c:
16228 Add Dirac typefinding and add dirac format to oggmux.
16230 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
16232 * gst/playback/gstdecodebin.c: (try_to_link_1):
16233 Don't put essential function call into
16234 g_return_*() macro, otherwise it'll all be
16235 replaced by NOOPs when compiling with
16236 G_DISABLE_CHECKS defined.
16238 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
16240 * ext/ogg/gstoggdemux.c:
16241 * ext/ogg/gstoggparse.c:
16242 * gst/tcp/gsttcpserversink.c:
16243 * sys/v4l/v4lsrc_calls.c:
16244 * sys/v4l/v4lsrc_calls.h:
16245 Just make it compile with --disable-gst-debug.
16247 2006-02-03 Wim Taymans <wim@fluendo.com>
16249 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
16250 (gst_alsasink_class_init), (gst_alsasink_init),
16251 (gst_alsasink_write), (gst_alsasink_reset):
16252 * ext/alsa/gstalsasink.h:
16253 Add lock to protect alsa calls.
16254 Implement reset to flush samples ASAP, does not work
16257 2006-02-02 Wim Taymans <wim@fluendo.com>
16259 * gst-libs/gst/audio/gstbaseaudiosink.c:
16260 (gst_base_audio_sink_provide_clock):
16261 Ugh.. getting late I guess...
16263 2006-02-02 Wim Taymans <wim@fluendo.com>
16265 * gst-libs/gst/audio/gstbaseaudiosink.c:
16266 (gst_base_audio_sink_provide_clock),
16267 (gst_base_audio_sink_set_property),
16268 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
16269 Don't try to provide a clock when we are not negotiated since
16270 we might not be able to make it run.
16272 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
16274 * gst/playback/gstdecodebin.c: (try_to_link_1):
16275 Unlinking two source pads is ... hard.
16277 2006-02-02 Wim Taymans <wim@fluendo.com>
16279 * gst-libs/gst/audio/TODO:
16282 * gst-libs/gst/audio/gstbaseaudiosink.c:
16283 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
16284 On EOS, wait till the last sample is played before posting EOS.
16286 2006-02-01 Philippe Kalaf <burger at speedy dot org>
16288 Patch by: Kai Vehmanen
16289 * gst-libs/gst/rtp/gstbasertpdepayload.c:
16290 Adds ability to enable newsegment bypass by setting queue_delay to
16291 zero. Also avoid thread being started if queue_delay is zero.
16293 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
16295 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
16296 Make test work again by connecting fakesinks to each decoded pad,
16297 which makes the pipeline wait until each fakesink has a buffer
16298 queued before going to PAUSED state. At that point we know the
16299 decodebin pads are negotiated.
16301 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
16303 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
16304 (gst_cdda_base_src_handle_event):
16305 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
16306 Pass unhandled queries to the parent class's query function.
16308 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
16310 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
16311 (gst_ogg_pad_src_query):
16312 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
16313 * ext/theora/theoradec.c: (theora_dec_src_query),
16314 (theora_dec_sink_query):
16315 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16316 (vorbis_dec_sink_query):
16317 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
16318 (gst_vorbisenc_sink_query):
16319 * gst/adder/gstadder.c: (gst_adder_query):
16320 Pass unhandled queries upstream instead of just
16321 dropping them (#326447). Also, fix supported
16322 query types list for some elements.
16324 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
16326 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
16327 (paris_type_find), (ilbc_type_find), (plugin_init):
16328 Fix typefinding for audio/x-au, audio/x-paris and
16329 audio/iLBC-sh. We cannot use the START_WITH macros
16330 here, because there can only be one typefind factory
16331 with the same name (caps), so the second one would
16332 replace the first one and the first one would never
16333 be called when doing typefinding (see #161712).
16336 2006-01-31 Wim Taymans <wim@fluendo.com>
16338 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
16339 (vorbis_handle_header_packet), (vorbis_dec_push),
16340 (vorbis_handle_data_packet):
16341 Use scale_int when we can, add some more scaling.
16342 Check packettype before parsing it.
16344 2006-01-31 Wim Taymans <wim@fluendo.com>
16346 * ext/theora/theoradec.c: (_theora_granule_time),
16347 (theora_dec_src_convert), (theora_dec_sink_convert):
16348 Call right _scale functions.
16349 Use parameter instead of some other random value.
16351 2006-01-31 Wim Taymans <wim@fluendo.com>
16353 * ext/theora/theoradec.c: (_theora_granule_frame),
16354 (_theora_granule_time), (_inc_granulepos),
16355 (theora_dec_src_convert), (theora_dec_sink_convert),
16356 (theora_handle_type_packet), (theora_handle_data_packet),
16357 (theora_dec_chain):
16358 Use higher precision timestamps calculation.
16359 Convert some other conversions to _scale.
16361 2006-01-31 Stefan Kost <ensonic@users.sf.net>
16363 * gst/audiotestsrc/gstaudiotestsrc.c:
16364 (gst_audio_test_src_create_sine_table), (plugin_init):
16365 * gst/volume/gstvolume.c: (plugin_init):
16366 initialize gst_controller before using
16368 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
16370 * tests/check/pipelines/theoraenc.c:
16371 * tests/check/pipelines/vorbisenc.c:
16372 Define constant using G_GINT64_CONSTANT to avoid errors when
16373 passing it around - otherwise it gets truncated to 32 bits.
16375 Fixes failing tests.
16377 2006-01-31 Andy Wingo <wingo@pobox.com>
16379 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
16380 caps being set doesn't have a framerate value. Basically a stopgap
16383 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
16384 technically correct enough to put into core though.
16385 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
16386 DURATION. Fixes theoraenc ! oggmux.
16388 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
16389 fraction, not double.
16391 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
16394 add vs7 project files created by Sergey Scobich
16396 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
16399 add vs8 project files created by Sergey Scobich
16401 2006-01-30 Andy Wingo <wingo@pobox.com>
16403 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
16404 timestamp + duration, not just timestamp -- ogg pages should be
16405 ordered by stop time. Necessary fix given the change in vorbis
16408 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
16409 (gst_theora_enc_init): Pull the granule shift out of the encoder.
16410 (granulepos_add): New function, handles the messiness of adjusting
16412 (theora_buffer_from_packet):
16413 (theora_enc_chain):
16414 (theora_enc_sink_event): Use granulepos_add, not +.
16416 * tests/check/pipelines/theoraenc.c
16417 (check_buffer_granulepos_from_starttime): Just check the frame
16418 count, not the actual granulepos -- we can't dictate to the
16419 encoder when it should be placing keyframes.
16421 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
16423 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
16424 SERVICE_NOT_AVAILABLE happens for example when you're trying to
16425 play an http:// stream from a server that's not serving
16427 2006-01-30 Andy Wingo <wingo@pobox.com>
16429 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
16430 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
16431 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
16434 * ext/theora/gsttheoraenc.h:
16435 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
16436 although theoraenc was timestamping correctly. Added handling of
16437 streams that start with nonzero timestamps.
16439 * tests/check/Makefile.am:
16440 * tests/check/pipelines/theoraenc.c: New file, basically does same
16441 tests as vorbisenc.
16443 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
16445 2006-01-30 Wim Taymans <wim@fluendo.com>
16447 * gst-libs/gst/audio/gstaudiosink.c:
16448 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
16449 (gst_audioringbuffer_pause):
16450 Implement pause that does not wait for completion.
16452 * gst-libs/gst/audio/gstbaseaudiosink.c:
16453 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16454 Don't drop buffers when going to PAUSED but perform preroll on
16455 remaining samples now that core base class supports this.
16457 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
16458 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
16459 (gst_ring_buffer_commit):
16460 Pause should not signal waiters.
16461 Implement return value of _commit correctly.
16463 2006-01-30 Andy Wingo <wingo@pobox.com>
16465 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
16467 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
16468 updated to timestamp from the first sample, not the last.
16469 (gst_vorbisenc_buffer_from_header_packet): New function, takes
16470 special care of granulepos and timestamp for header packets.
16471 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
16472 when the first buffer has a nonzero timestamp.
16474 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
16475 (GstVorbisEnc.subgranule_offset): New members. Take care of the
16476 case when the first audio buffer we get has a nonzero timestamp.
16477 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
16478 properly timestamp vorbis buffers with the time of the first
16479 sample, not the last.
16481 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
16482 vorbis_granule_time_copy -- now it takes the granule/subgranule
16483 offset into account.
16485 * tests/check/pipelines/vorbisenc.c: New test for correctness of
16486 timestamps, durations, and granulepos on buffers produced by
16489 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
16491 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16492 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
16493 Patch from Eric Jonas to support conversions to/from UYVY
16496 2006-01-30 Julien MOUTTE <julien@moutte.net>
16498 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
16499 (setup_subtitle), (setup_source), (set_active_source):
16500 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
16501 (gen_text_element), (gen_audio_element), (gen_vis_element),
16502 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
16504 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
16506 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
16507 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
16508 use gst_guint64_to_gdouble to be compliant with vs6
16509 * gst/playback/gstdecodebin.c: (try_to_link_1)
16510 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
16511 use G_GINT64_CONSTANT for int64 constants
16512 * win32/common/libgstinterfaces.def:
16513 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
16515 update and add new project files
16517 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
16521 * win32/common/interfaces-enumtypes.c:
16522 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
16523 (gst_mixer_track_flags_get_type),
16524 (gst_tuner_channel_flags_get_type):
16525 * win32/common/interfaces-enumtypes.h:
16526 * win32/common/multichannel-enumtypes.c:
16527 (gst_audio_channel_position_get_type):
16528 * win32/common/multichannel-enumtypes.h:
16529 add a win32-update rule like in core, and copy over enumtypes files
16531 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
16534 * win32/common/config.h:
16535 * win32/common/config.h.in:
16536 add config files just like in core
16538 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
16540 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
16541 Make gcc-4.1 happy (part of #327357).
16543 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
16545 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
16546 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
16547 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
16548 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
16549 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
16550 (gst_alsasrc_unprepare), (gst_alsasrc_read):
16551 Update all error messages. All of them should either use
16552 the default translated message, or actually provide a
16553 translatable string.
16554 Make the string for channel count problems meaningful.
16556 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
16558 * sys/v4l/v4l_calls.c: (gst_v4l_open):
16559 check for and throw RESOURCE_BUSY
16561 2006-01-27 David Schleef <ds@schleef.org>
16563 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
16564 checked in this change -- it requires liboil features not
16565 in 0.3.6. Revert parts.
16567 2006-01-27 David Schleef <ds@schleef.org>
16570 * configure.ac: update liboil requirement to 0.3.6
16571 * gst/videoscale/Makefile.am:
16572 * gst/videoscale/vs_scanline.c: liboilify
16574 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
16576 * ext/libvisual/visual.c: (get_buffer):
16577 When pad_alloc returns a GstFlowReturn other
16578 than GST_FLOW_OK, make sure it is passed upstream.
16580 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
16582 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
16583 (gst_alsasink_class_init):
16584 Free the device name string.
16586 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16587 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
16588 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
16589 Don't remove a pad from the collectpads structure until it
16590 is released - it's a request pad, and may receive data again
16591 if the element gets moved back to PLAYING state.
16593 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16594 Ensure we turn on double buffering on the Xv port, and
16595 set the colour key to something dark and mysterious that
16598 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
16600 * ext/alsa/gstalsaplugin.c: (plugin_init):
16601 * ext/cdparanoia/gstcdparanoiasrc.c:
16602 (gst_cd_paranoia_src_base_init), (plugin_init):
16603 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16604 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
16605 - a library should not call setlocale. see "Libraries" node in
16607 - make sure all plugins that use translation do bindtextdomain
16608 to point to the localedir
16609 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
16610 (setup_sinks), (plugin_init):
16611 all this, and check for NULL when creating sinks
16613 2006-01-27 Julien MOUTTE <julien@moutte.net>
16615 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
16616 (plugin_init): Make typefinding of subtitles work again.
16618 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
16620 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16621 (mp3_type_frame_length_from_header), (mp3_type_find),
16622 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
16624 Backport a bunch of typefinding fixes from the 0.8 branch.
16625 Also, improve wavpack typefinding: if we can't peek the
16626 entire wavpack block, try to parse the bits we can get and
16627 see if we find what we're looking for in those.
16629 2006-01-26 Julien MOUTTE <julien@moutte.net>
16631 * sys/ximage/ximagesink.c:
16632 (gst_ximagesink_calculate_pixel_aspect_ratio):
16633 * sys/xvimage/xvimagesink.c:
16634 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
16635 more cases of pixel aspect ratio.
16637 2006-01-26 Edward Hervey <edward@fluendo.com>
16639 * gst/playback/gstdecodebin.c: (pad_probe):
16640 Also consider the flush-start and tag events as unblockers
16641 for the pad probes.
16643 2006-01-26 Julien MOUTTE <julien@moutte.net>
16645 * gst/playback/gstplaybin.c: (gst_play_bin_init),
16646 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
16647 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
16648 On the fly visualisation switch, works disabling, enabling as
16649 well but it won't be able to enable vis in a playbin that was
16650 created with no visualisation.
16652 2006-01-25 Wim Taymans <wim@fluendo.com>
16654 * gst-libs/gst/audio/gstbaseaudiosink.c:
16655 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16656 Undo previous commit that returned WRONG_STATE sooner, it breaks
16657 resume after pause.
16659 2006-01-25 Wim Taymans <wim@fluendo.com>
16661 * gst-libs/gst/audio/gstbaseaudiosink.c:
16662 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
16663 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
16665 Post error when caps cannot be parsed.
16666 Resync on discontinuity in the stream.
16667 Clip samples to segment boundaries.
16668 return WRONG_STATE sooner when we are flushing.
16670 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16671 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16672 Make audiosrc operate in TIME.
16673 Set TIMESTAMP and DURATION on buffers.
16675 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
16677 * tests/examples/seek/seek.c: (main):
16678 Output tag messages as well.
16680 2006-01-23 Edward Hervey <edward@fluendo.com>
16682 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16683 (free_pad_probes), (remove_fakesink), (pad_probe),
16684 (close_pad_link), (gst_decode_bin_change_state):
16685 Replace GstPadBlockCallback with pad probes that detect
16686 first buffer AND eos before removing fakesink.
16687 Fixes hang with demuxers doing EOS while pre-rolling.
16690 2006-01-23 Andy Wingo <wingo@pobox.com>
16692 * ext/alsa/gstalsasink.c:
16693 * gst-libs/gst/rtp/gstbasertpdepayload.c:
16694 (gst_base_rtp_depayload_setcaps),
16695 (gst_base_rtp_depayload_add_to_queue),
16696 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
16698 Patch by: Jens Granseuer <jensgr at gmx dot net>
16700 2006-01-22 Julien MOUTTE <julien@moutte.net>
16702 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16703 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
16704 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
16705 frames. We might get a frame destroyed after changing state to
16706 NULL, adding a safety check on xcontext.
16708 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
16710 * gst-libs/gst/interfaces/xoverlay.c:
16711 Fix prepare-xwindow-id code example in the docs - we need to
16712 ignore all messages that aren't element messages as well.
16714 2006-01-21 Julien MOUTTE <julien@moutte.net>
16716 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
16717 I think one day i'll completely undestand how caps negotiation
16718 is supposed to work. This refactoring handles buffer_alloc
16719 called with caps we can't handle. We definitely don't want a
16720 set_caps with those caps, so we define and allocate a buffer
16721 we would like to receive.
16723 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
16725 * gst/playback/gstplaybasebin.c: (setup_source):
16726 Free iterator when done.
16728 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
16730 * gst-libs/gst/audio/gstbaseaudiosink.c:
16731 (gst_base_audio_sink_render):
16732 Fix playback of non-synchronised streams by assuming a rate
16733 of 1.0 instead of a random one.
16735 Makes this work again:
16737 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
16738 endianness=(int)4321, signed=(boolean)true, width=(int)16,
16739 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
16740 audioresample ! alsasink
16742 === release 0.10.2 ===
16744 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
16747 releasing 0.10.2, "Then the devil is six"
16749 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
16751 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16752 * gst/playback/gststreamselector.c:
16753 (gst_stream_selector_set_property):
16754 Comment out broken code that connects to the state-changed signal.
16755 At this point, changing current stream selection is broken, but
16756 stuff like gst-launch playbin current-audio=1 works and filters
16757 to the chosen stream.
16759 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
16761 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16762 Fix #327216 (null dereference in vorbisdec)
16764 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
16766 * ext/theora/theoradec.c: (theora_handle_comment_packet):
16767 Post taglist actually on bus instead of just freeing it
16768 (fixes #327114 and totem bug #327080).
16770 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16771 Use gst_element_found_tags_for_pad(), so that the tags
16772 are sent downstream as an event as well.
16774 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
16776 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
16777 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
16778 (gst_ximagesink_buffer_alloc):
16779 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
16780 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
16781 (gst_xvimagesink_buffer_alloc):
16782 move all regularly occurring messages to GST_LOG level
16783 add some more object logs
16785 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
16787 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16788 fix a silly segfault
16790 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
16792 * docs/libs/gst-plugins-base-libs-docs.sgml:
16793 * docs/libs/gst-plugins-base-libs-sections.txt:
16794 * gst-libs/gst/audio/mixerutils.c:
16795 * gst-libs/gst/audio/mixerutils.h:
16796 Add docs for mixerutils stuff.
16798 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
16800 * gst/playback/gstplaybasebin.c: (setup_source):
16801 Fix playback for sources that emit raw audio or
16802 raw video streams (e.g.: cd audio sources) (#325984).
16804 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
16806 * gst-libs/gst/audio/mixerutils.c:
16807 (gst_audio_mixer_filter_do_filter):
16808 actually save the element we create
16810 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
16812 * gst-libs/gst/cdda/gstcddabasesrc.c:
16813 (gst_cdda_base_src_handle_track_seek):
16814 No need to post a tag message on the bus when seeking
16815 within the same track, only post it when the current
16818 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
16820 * gst/playback/gstplaybasebin.c: (group_destroy),
16821 (probe_triggered), (new_decoded_pad), (mute_group_type),
16822 (set_active_source):
16823 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16824 * gst/playback/gststreamselector.c:
16825 (gst_stream_selector_base_init),
16826 (gst_stream_selector_set_property),
16827 (gst_stream_selector_request_new_pad):
16828 Reenable stream selection. These mechanisms need a complete overhaul
16829 in the face of 0.8->0.10 changes though.
16831 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
16833 * ext/ogg/gstoggdemux.c:
16834 Change the pad template to src_%d to match the pads that
16835 are created from it. decodebin needs this information in order
16836 to decide that oggdemux is capable of producing multiple pads
16837 (and hence needs queues inserted).
16839 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16840 (gst_ogg_mux_collected):
16841 Make debug output more useful by using GST_PTR_FORMAT.
16843 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16845 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16847 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
16848 Set depth and width for alaw/mulaw (fixes #326601).
16850 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
16852 * tests/icles/Makefile.am:
16853 don't build the tests if we don't have the libs
16855 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
16857 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
16858 (gst_cd_paranoia_paranoia_callback):
16859 Don't try to free NULL pointers.
16861 2006-01-10 Edward Hervey <edward@fluendo.com>
16863 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
16864 (gst_audio_rate_change_state), (plugin_init):
16865 Add debugging category.
16867 Add case for incoming buffers without valid offset/offset_end.
16869 2006-01-10 Michael Smith <msmith@fluendo.com>
16871 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
16872 Don't leak GCond in audio sources.
16874 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
16876 * gst/playback/gstplaybin.c: (gen_audio_element):
16877 Don't leak an autoaudiosink/alsasink when we generate
16878 a new audio element. (old code, I guess)
16880 2006-01-10 Michael Smith <msmith@fluendo.com>
16882 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16883 Support float audio in audiorate.
16884 Use width rather than depth for selecting sample width.
16886 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
16888 * gst/videotestsrc/videotestsrc.h:
16889 Use GLib types here (that way we don't have to include the
16890 generated _stdint.h header, which makes life easier for win32
16891 folks that don't use autotools for the build) (#325990, patch
16892 by: Sergey Scobich).
16894 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
16896 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
16897 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16898 (gst_ring_buffer_pause), (wait_segment):
16899 * gst-libs/gst/audio/gstringbuffer.h:
16900 Name (private) union, makes Forte compiler happy (this time
16901 for real) (#324900).
16903 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
16905 * gst-libs/gst/audio/Makefile.am:
16906 Link against libgstinterfaces, needed for mixer
16907 and property probe stuff.
16909 2006-01-09 Edward Hervey <edward@fluendo.com>
16911 * gst-libs/gst/Makefile.am:
16913 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
16915 * gst-libs/gst/audio/Makefile.am:
16916 * gst-libs/gst/audio/mixerutils.c:
16917 (gst_audio_mixer_filter_do_filter),
16918 (gst_audio_mixer_filter_check_element),
16919 (gst_audio_mixer_filter_probe_feature),
16920 (element_factory_rank_compare_func),
16921 (gst_audio_default_registry_mixer_filter):
16922 * gst-libs/gst/audio/mixerutils.h:
16923 Add gst_audio_default_registry_mixer_filter() utility
16926 2006-01-03 Michael Smith <msmith@fluendo.com>
16928 * gst/audioresample/resample.h:
16929 As before, but for o_buf
16931 2006-01-03 Michael Smith <msmith@fluendo.com>
16933 * gst/audioresample/resample.h:
16934 Declare struct _ResampleState.buffer as unsigned char *, not void *,
16935 since we do arithmetic on it.
16937 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
16939 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
16940 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16941 (gst_ring_buffer_pause), (wait_segment):
16942 * gst-libs/gst/audio/gstringbuffer.h:
16943 Sun's Forte compiler doesn't seem to like anonymous structs,
16944 so use same setup as in GstBaseSrc (fixes #324900).
16946 2005-12-30 Stefan Kost <ensonic@users.sf.net>
16949 * gst/volume/Makefile.am:
16950 * gst/volume/demo.c:
16951 move old example to tests/examples/volume/volune.c
16952 * tests/examples/Makefile.am:
16953 * tests/examples/seek/seek.c: (main):
16954 change window-close event from "delete-event" to "destroy"
16955 * tests/examples/volume/Makefile.am:
16956 * tests/examples/volume/volume.c: (value_changed_callback),
16957 (setup_gui), (message_received), (eos_message_received), (main):
16958 fix event handling and bus usage
16960 2005-12-29 Stefan Kost <ensonic@users.sf.net>
16962 * gst/audiotestsrc/gstaudiotestsrc.c:
16963 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16964 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
16965 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
16966 (gst_audio_test_src_create_square),
16967 (gst_audio_test_src_create_saw),
16968 (gst_audio_test_src_create_triangle),
16969 (gst_audio_test_src_create_silence),
16970 (gst_audio_test_src_create_white_noise),
16971 (gst_audio_test_src_create_pink_noise),
16972 (gst_audio_test_src_init_sine_table),
16973 (gst_audio_test_src_create_sine_table),
16974 (gst_audio_test_src_change_wave),
16975 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
16976 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
16977 * gst/audiotestsrc/gstaudiotestsrc.h:
16978 update to basesrc changes, implement segmented seeking and eos
16979 handling, add a 'sine-tab' waveform for performance critical playback
16981 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
16984 ... and this time the other modified file that I missed last time.
16986 2005-12-29 Michael Smith <msmith@fluendo.com>
16988 * gst/playback/gstdecodebin.c: (new_pad):
16989 Fix non-C89 variable declaration not at the start of a block. Should
16990 help some compilers.
16992 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
16994 * tests/check/Makefile.am:
16995 And now fix 'make distcheck' (builddir != srcdir)
16997 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
17000 * ext/cdparanoia/Makefile.am:
17001 * ext/cdparanoia/gstcdparanoia.c:
17002 * ext/cdparanoia/gstcdparanoia.h:
17003 * ext/cdparanoia/gstcdparanoiasrc.c:
17004 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
17005 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
17006 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
17007 (gst_cd_paranoia_paranoia_callback),
17008 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
17009 (gst_cd_paranoia_src_set_property),
17010 (gst_cd_paranoia_src_get_property), (plugin_init):
17011 * ext/cdparanoia/gstcdparanoiasrc.h:
17012 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
17013 plugin again (there are still fixes required to playbin to make
17014 cdda:// uris work there).
17016 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
17018 * tests/check/Makefile.am:
17019 Fix test case compilation.
17021 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
17023 * gst-libs/gst/cdda/gstcddabasesrc.c:
17024 (gst_cdda_base_src_update_duration),
17025 (gst_cdda_base_src_calculate_cddb_id):
17026 An integer is not a string. Fix access to uninitialised variable.
17028 * tests/check/Makefile.am:
17029 Add cddabasesrc unit test; also actually enable the vorbis test.
17031 * tests/check/generic/states.c:
17032 Blacklist new cd audio elements as well.
17034 * tests/check/libs/cddabasesrc.c:
17035 Unit test for GstCddaBaseSrc (discid calculation mostly).
17037 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
17039 * docs/libs/Makefile.am:
17040 * docs/libs/gst-plugins-base-libs-docs.sgml:
17041 * docs/libs/gst-plugins-base-libs-sections.txt:
17042 * docs/libs/gst-plugins-base-libs.types:
17043 Add docs for libgstcdda/GstCddaBaseSrc.
17045 * gst-libs/gst/interfaces/mixertrack.h:
17046 Do one struct member per line with a semicolon at the end, that way
17047 even gtk-doc might parse it without complaining.
17049 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
17052 * gst-libs/gst/Makefile.am:
17053 * gst-libs/gst/cdda/Makefile.am:
17054 * gst-libs/gst/cdda/base64.c:
17055 * gst-libs/gst/cdda/base64.h:
17056 * gst-libs/gst/cdda/gstcddabasesrc.c:
17057 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
17058 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
17059 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
17060 (gst_cdda_base_src_get_property),
17061 (gst_cdda_base_src_get_track_from_sector),
17062 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
17063 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
17064 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
17065 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
17066 (gst_cdda_base_src_uri_get_protocols),
17067 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
17068 (gst_cdda_base_src_uri_handler_init),
17069 (gst_cdda_base_src_setup_interfaces),
17070 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
17071 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
17072 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
17073 (gst_cdda_base_src_add_tags),
17074 (gst_cdda_base_src_add_index_associations),
17075 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
17076 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
17077 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
17078 (gst_cdda_base_src_create):
17079 * gst-libs/gst/cdda/gstcddabasesrc.h:
17080 * gst-libs/gst/cdda/sha1.c:
17081 * gst-libs/gst/cdda/sha1.h:
17082 Add new libgstcdda with GstCddaBaseSrc class.
17084 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
17086 * ext/gnomevfs/gstgnomevfssink.h:
17087 Use GstBaseSinkClass as parent_class member for class struct, not
17090 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
17092 Patch by: Michael Benes
17094 * gst/videotestsrc/gstvideotestsrc.c:
17095 (gst_video_test_src_class_init), (gst_video_test_src_start):
17096 Add start method to reset running time and number of frames sent
17097 when starting up (fixes #324696)
17099 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
17101 * docs/plugins/Makefile.am:
17102 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17103 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17104 * docs/plugins/gst-plugins-base-plugins.args:
17105 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17106 * docs/plugins/gst-plugins-base-plugins.signals:
17107 Add docs stuff for gnomevfssrc and gnomevfssink.
17109 * ext/gnomevfs/gstgnomevfssrc.c:
17110 Fix example pipeline in gtk-doc blurb.
17112 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
17114 * ext/gnomevfs/Makefile.am:
17115 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
17116 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
17117 (gst_gnome_vfs_handle_get_type), (plugin_init):
17118 * ext/gnomevfs/gstgnomevfs.h:
17119 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
17120 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
17121 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
17122 (gst_gnome_vfs_sink_set_property),
17123 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
17124 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
17125 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
17126 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
17127 (gst_gnome_vfs_sink_uri_get_type),
17128 (gst_gnome_vfs_sink_uri_get_protocols),
17129 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
17130 (gst_gnome_vfs_sink_uri_handler_init):
17131 * ext/gnomevfs/gstgnomevfssink.h:
17132 Port gnomevfssink; add gtk-doc blurb.
17134 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
17135 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
17136 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
17137 (gst_gnome_vfs_src_uri_get_type),
17138 (gst_gnome_vfs_src_uri_get_protocols),
17139 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
17140 (gst_gnome_vfs_src_uri_handler_init),
17141 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
17142 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
17143 (gst_gnome_vfs_src_send_additional_headers_callback),
17144 (gst_gnome_vfs_src_received_headers_callback),
17145 (gst_gnome_vfs_src_push_callbacks),
17146 (gst_gnome_vfs_src_pop_callbacks),
17147 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
17148 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
17149 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
17150 * ext/gnomevfs/gstgnomevfssrc.h:
17151 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
17152 file; add gtk-doc blurb with example pipelines.
17154 === release 0.10.1 ===
17156 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17159 releasing 0.10.1, "Dobro Dedek"
17161 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
17163 * gst/typefind/gsttypefindfunctions.c:
17164 iLBC30 and iLBC20 added to typefind.
17166 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
17168 * gst-libs/gst/audio/gstbaseaudiosink.c:
17169 (gst_base_audio_sink_class_init):
17170 * gst-libs/gst/audio/gstbaseaudiosrc.c:
17171 (gst_base_audio_src_class_init):
17172 update strings, values are in microseconds
17173 change the default sink buffer time to something that is smaller
17174 (to help software volume mixing have a slightly lower delay) but
17175 still be acceptable on Wim's laptop
17177 2005-12-20 Edward Hervey <edward@fluendo.com>
17179 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
17180 Made a quack, forgot to add DUCK to the riff video template.
17182 2005-12-19 Edward Hervey <edward@fluendo.com>
17184 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
17185 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
17186 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17187 (gst_ogm_parse_chain):
17188 Make sure pads are initialized correctly.
17189 * gst-libs/gst/riff/riff-ids.h:
17190 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17191 (gst_riff_create_video_template_caps):
17192 Add a whole bunch of FOURCC <=> MimeType.
17193 Extend the riff video pad template to support the newly added fourcc.
17195 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
17197 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
17198 (gst_ogg_demux_activate_chain):
17199 Extra debug output when activating/deactivating chains.
17201 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
17202 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
17204 Remove a queue from our list when it becomes unlinked.
17205 Don't add queues to elements in class 'Demux' if they
17206 can only produce one pad
17208 2005-12-18 Julien MOUTTE <julien@moutte.net>
17210 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
17211 (gst_video_sink_get_type): Add a debug category.
17213 2005-12-17 Philippe Khalaf <burger@speedy.org>
17215 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17216 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
17217 Handle downstream newsegment by sending our own newsegment before the
17218 next buffer to be released. (#323900)
17220 2005-12-17 Philippe Khalaf <burger@speedy.org>
17222 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17223 (gst_base_rtp_depayload_set_gst_timestamp):
17224 add queue delay to new segment as well (as opposed to just the first
17225 buffer). (bug #322347)
17227 2005-12-16 Stefan Kost <ensonic@users.sf.net>
17229 * ext/libvisual/visual.c: (make_valid_name):
17230 change some char* into char[]
17231 * gst/audiotestsrc/gstaudiotestsrc.c:
17232 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
17233 (gst_audio_test_src_create):
17234 * gst/audiotestsrc/gstaudiotestsrc.h:
17235 prepare to handle EOS and SEGMENT_DONE
17237 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
17239 * tests/check/generic/states.c: (GST_START_TEST):
17240 Blacklist cdparanoia element in state test.
17242 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
17244 Patch by: Benjamin Pineau
17246 * gst/tcp/gsttcp.c:
17247 * gst/tcp/gsttcpclientsink.c:
17248 * gst/tcp/gsttcpserversink.c:
17249 * gst/tcp/gsttcpserversrc.c:
17250 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
17252 2005-12-15 Michael Smith <msmith@fluendo.com>
17254 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
17255 (gst_video_rate_chain):
17256 Fix timestamping for videorate when the first buffer it sees has a
17257 non-zero timestamp. Fix some misleading debug output.
17259 2005-12-15 Michael Smith <msmith@fluendo.com>
17261 * gst/audioresample/gstaudioresample.c:
17262 Don't leak all input buffers to audioresample.
17264 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
17266 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
17267 Don't operate on empty text buffers. Strip newlines and
17268 tabs only from the end of the text, but leave them intact
17269 in the middle. Fix typo in gtk-doc description.
17271 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
17273 * gst/playback/gstplaybasebin.c:
17274 * gst/playback/gstplaybin.c: (handoff):
17275 Make sure the video frame buffer we return to apps via the
17276 "frame" property always has caps set on it. Modify
17277 _gst_gvalue_set_object() macro to handle NULL objects
17280 2005-12-14 Stefan Kost <ensonic@users.sf.net>
17282 * gst/audiotestsrc/gstaudiotestsrc.c:
17283 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
17284 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
17285 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
17286 (gst_audio_test_src_create):
17287 * gst/audiotestsrc/gstaudiotestsrc.h:
17288 Adjust to some recent api changes and add wtays new cool seeking
17291 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
17293 * ext/alsa/Makefile.am:
17294 * ext/alsa/gstalsadeviceprobe.c:
17295 * ext/alsa/gstalsadeviceprobe.h:
17296 Helper functions to add device probing via the GstPropertyProbe
17297 interface to a class.
17299 * ext/alsa/gstalsamixer.h:
17300 Comment out GST_ALSA_MIXER, it returns a struct that's not
17303 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17304 Add some debug info.
17306 * ext/alsa/gstalsamixerelement.c:
17307 (gst_alsa_mixer_element_interface_supported),
17308 (gst_implements_interface_init),
17309 (gst_alsa_mixer_element_init_interfaces),
17310 (gst_alsa_mixer_element_class_init),
17311 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
17312 (gst_alsa_mixer_element_set_property),
17313 (gst_alsa_mixer_element_get_property),
17314 (gst_alsa_mixer_element_change_state):
17315 * ext/alsa/gstalsamixerelement.h:
17316 Add 'device' and 'device-name' properties. Add GstPropertyProbe
17317 for device handling (gnome-volume-control will need that).
17319 2005-12-12 Christian Schaller <uraeus@gnome.org>
17321 * ext/Makefile.am: fix cdparanoia entry
17322 * gst-plugins-base.spec.in: add cdparanoia
17324 2005-12-12 Michael Smith <msmith@fluendo.com>
17326 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
17327 Use the correct function to free list of typefind factories.
17329 2005-12-12 Wim Taymans <wim@fluendo.com>
17331 * gst/videotestsrc/gstvideotestsrc.c:
17332 (gst_video_test_src_class_init), (gst_video_test_src_init),
17333 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
17334 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
17335 (gst_video_test_src_create):
17336 * gst/videotestsrc/gstvideotestsrc.h:
17337 Implement seeking in videotestsrc.
17340 2005-12-12 Wim Taymans <wim@fluendo.com>
17342 * ext/cdparanoia/Makefile.am:
17343 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
17344 (gst_paranoia_endian_get_type), (_do_init),
17345 (cdparanoia_class_init), (cdparanoia_init),
17346 (cdparanoia_set_property), (cdparanoia_get_property),
17347 (cdparanoia_do_seek), (cdparanoia_is_seekable),
17348 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
17349 (cdparanoia_convert), (cdparanoia_get_query_types),
17350 (cdparanoia_query), (cdparanoia_set_index),
17351 (cdparanoia_uri_set_uri):
17352 * ext/cdparanoia/gstcdparanoia.h:
17353 Partially ported cdparanoia now that basesrc can support a
17356 2005-12-12 Wim Taymans <wim@fluendo.com>
17358 * tests/examples/seek/scrubby.c: (main):
17359 Set higher priority for bus events so they don't get reordered with
17362 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
17363 (flush_toggle_cb), (main):
17364 Added checkbox to disable flushing seeks.
17365 Disable scrubbing when doing non flushing seeks.
17367 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
17369 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
17370 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
17371 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
17372 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
17373 Implement some sort of event handling that doesn't rely on
17374 g_return_if_fail; make sure we always push the last chunk of an
17375 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
17376 state change function; remove some old cruft. Seeking is still
17377 rather unlikely to work though.
17379 * tools/.cvsignore:
17382 2005-12-11 Julien MOUTTE <julien@moutte.net>
17384 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
17385 Fixed a leak of the current image reference when cleaning up.
17386 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
17388 2005-12-09 Michael Smith <msmith@fluendo.com>
17390 * tools/Makefile.am:
17391 * tools/gst-launch-ext-m.m:
17392 Remove gst-launch-ext. It doesn't work, and is no longer
17393 particularly useful.
17395 2005-12-08 Luca Ognibene <luogni@tin.it>
17397 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17398 don't pass random values to ogmparse convert function.
17399 Make seeking possible in the exile1.ogm file.
17401 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
17403 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
17404 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
17405 Work around refcount problem with g_value_set_object() that occur
17406 if the core has been compiled against GLib-2.6 (g_value_set_object()
17407 will only g_object_ref() the element, but the caller will
17408 gst_object_unref() it and bad things will happen due to the way
17409 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
17410 totem for people on FC4 using Thomas's 0.10 RPMs.
17412 2005-12-07 Edward Hervey <edward@fluendo.com>
17414 Time to welcome ogm to 0.10 :)
17416 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
17417 (gst_ogg_pad_typefind):
17418 Oggdemux can now properly typefind elements with dynamic pads.
17419 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17420 Properly set caps on src pad, and set caps on outgoing buffers.
17422 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
17424 * ext/alsa/gstalsamixer.h:
17425 * ext/alsa/gstalsamixerelement.h:
17426 * ext/alsa/gstalsamixeroptions.h:
17427 * ext/alsa/gstalsamixertrack.h:
17428 * ext/alsa/gstalsasink.c:
17429 * ext/alsa/gstalsasink.h:
17430 * ext/alsa/gstalsasrc.c:
17431 * ext/alsa/gstalsasrc.h:
17432 * ext/cdparanoia/gstcdparanoia.h:
17433 * ext/gnomevfs/gstgnomevfsuri.h:
17434 * ext/ogg/gstoggdemux.c:
17435 * ext/ogg/gstoggmux.c:
17436 * ext/pango/gsttextoverlay.h:
17437 * ext/theora/theoradec.c:
17438 * ext/theora/theoraenc.c:
17439 * ext/vorbis/vorbisdec.h:
17440 * ext/vorbis/vorbisenc.c:
17441 * ext/vorbis/vorbisenc.h:
17442 * ext/vorbis/vorbisparse.h:
17443 * gst-libs/gst/audio/gstaudioclock.h:
17444 * gst-libs/gst/audio/gstaudiosink.c:
17445 * gst-libs/gst/audio/gstaudiosink.h:
17446 * gst-libs/gst/audio/gstaudiosrc.c:
17447 * gst-libs/gst/audio/gstaudiosrc.h:
17448 * gst-libs/gst/audio/gstbaseaudiosink.c:
17449 * gst-libs/gst/audio/gstbaseaudiosink.h:
17450 * gst-libs/gst/audio/gstbaseaudiosrc.c:
17451 * gst-libs/gst/audio/gstbaseaudiosrc.h:
17452 * gst-libs/gst/audio/gstringbuffer.h:
17453 * gst-libs/gst/audio/multichannel.h:
17454 * gst-libs/gst/floatcast/floatcast.h:
17455 * gst-libs/gst/interfaces/colorbalance.c:
17456 * gst-libs/gst/interfaces/colorbalance.h:
17457 * gst-libs/gst/interfaces/colorbalancechannel.h:
17458 * gst-libs/gst/interfaces/mixer.h:
17459 * gst-libs/gst/interfaces/mixeroptions.h:
17460 * gst-libs/gst/interfaces/mixertrack.h:
17461 * gst-libs/gst/interfaces/navigation.h:
17462 * gst-libs/gst/interfaces/propertyprobe.h:
17463 * gst-libs/gst/interfaces/tuner.h:
17464 * gst-libs/gst/interfaces/tunerchannel.h:
17465 * gst-libs/gst/interfaces/tunernorm.h:
17466 * gst-libs/gst/interfaces/xoverlay.h:
17467 * gst-libs/gst/netbuffer/gstnetbuffer.h:
17468 * gst-libs/gst/riff/riff-ids.h:
17469 * gst-libs/gst/riff/riff-media.h:
17470 * gst-libs/gst/riff/riff-read.h:
17471 * gst-libs/gst/rtp/gstbasertpdepayload.h:
17472 * gst-libs/gst/rtp/gstbasertppayload.c:
17473 * gst-libs/gst/rtp/gstbasertppayload.h:
17474 * gst-libs/gst/rtp/gstrtpbuffer.c:
17475 * gst-libs/gst/rtp/gstrtpbuffer.h:
17476 * gst-libs/gst/tag/gsttageditingprivate.h:
17477 * gst-libs/gst/tag/gstvorbistag.c:
17478 (gst_tag_list_from_vorbiscomment_buffer):
17479 * gst-libs/gst/tag/tag.h:
17480 * gst-libs/gst/video/video.h:
17481 * gst/adder/gstadder.c:
17482 * gst/adder/gstadder.h:
17483 * gst/audioconvert/audioconvert.c:
17484 * gst/audioconvert/audioconvert.h:
17485 * gst/audioconvert/gstaudioconvert.c:
17486 * gst/audioconvert/gstchannelmix.c:
17487 * gst/audioconvert/gstchannelmix.h:
17488 * gst/audiorate/gstaudiorate.c:
17489 * gst/audioresample/buffer.h:
17490 * gst/audioresample/functable.h:
17491 * gst/audioresample/gstaudioresample.c:
17492 * gst/audioresample/resample.h:
17493 * gst/ffmpegcolorspace/avcodec.h:
17494 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17495 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17496 * gst/ffmpegcolorspace/imgconvert.c:
17497 * gst/ffmpegcolorspace/imgconvert_template.h:
17498 * gst/playback/gstdecodebin.c:
17499 * gst/playback/gstplaybasebin.h:
17500 * gst/playback/gstplaybin.c:
17501 * gst/playback/gststreaminfo.h:
17502 * gst/tcp/gstfdset.c:
17503 * gst/tcp/gstfdset.h:
17504 * gst/tcp/gstmultifdsink.c:
17505 * gst/tcp/gstmultifdsink.h:
17506 * gst/tcp/gsttcp.h:
17507 * gst/tcp/gsttcpclientsrc.c:
17508 * gst/tcp/gsttcpclientsrc.h:
17509 * gst/tcp/gsttcpplugin.h:
17510 * gst/tcp/gsttcpserversink.c:
17511 * gst/tcp/gsttcpserversrc.c:
17512 * gst/typefind/gsttypefindfunctions.c:
17513 * gst/videorate/gstvideorate.c:
17514 * gst/videotestsrc/gstvideotestsrc.h:
17515 * gst/videotestsrc/videotestsrc.h:
17516 * sys/v4l/gstv4lcolorbalance.h:
17517 * sys/v4l/gstv4ltuner.h:
17518 * sys/v4l/gstv4lxoverlay.h:
17519 * sys/v4l/v4l_calls.h:
17520 * sys/v4l/videodev_mjpeg.h:
17521 * tests/check/elements/audioconvert.c:
17522 * tests/check/elements/audioresample.c:
17523 * tests/check/elements/audiotestsrc.c:
17524 * tests/check/elements/videotestsrc.c:
17525 * tests/check/elements/volume.c:
17526 * tests/examples/seek/scrubby.c:
17527 * tests/examples/seek/seek.c:
17530 === release 0.10.0 ===
17532 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17535 releasing 0.10.0, "Mont-d'or"
17537 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
17539 * tests/examples/seek/Makefile.am:
17540 Build fix for when gtk is not available.
17542 2005-12-05 Andy Wingo <wingo@pobox.com>
17544 * ext/libvisual/visual.c: (get_buffer):
17545 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
17546 * ext/pango/gsttextrender.c: (gst_text_render_chain):
17547 * ext/theora/theoradec.c: (theora_handle_data_packet):
17548 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17549 (theora_enc_chain):
17550 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17551 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
17552 Update for alloc_buffer changes.
17554 2005-12-05 Andy Wingo <wingo@pobox.com>
17556 patch by: Kai Vehmanen <kv2004 eca cx>
17558 * gst-libs/gst/rtp/gstbasertpdepayload.c
17559 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
17561 2005-12-04 Andy Wingo <wingo@pobox.com>
17563 patch by: Sebastien Cote <sebas642 yahoo ca>
17565 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
17568 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
17570 * docs/plugins/Makefile.am:
17571 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17572 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17573 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17574 * ext/pango/gstclockoverlay.c:
17575 * ext/pango/gsttextoverlay.c:
17576 * ext/pango/gsttextrender.c:
17577 * ext/pango/gsttimeoverlay.c:
17578 Add gtk-doc blurbs to pango elements.
17580 2005-12-02 Wim Taymans <wim@fluendo.com>
17582 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
17583 * gst/audioresample/buffer.h:
17584 * gst/audioresample/gstaudioresample.c:
17585 * gst/audioresample/gstaudioresample.h:
17586 * gst/audioresample/resample.c: (resample_input_flush),
17587 (resample_input_pushthrough), (resample_input_eos),
17588 (resample_get_output_size_for_input),
17589 (resample_get_input_size_for_output), (resample_get_output_size),
17590 (resample_get_output_data):
17591 * gst/audioresample/resample.h:
17592 * gst/audioresample/resample_ref.c: (resample_scale_ref):
17593 Fix audioresample, seek torture, new segments, reverse negotiation
17596 2005-12-02 Wim Taymans <wim@fluendo.com>
17598 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17601 2005-12-02 Wim Taymans <wim@fluendo.com>
17603 * gst/audioconvert/gstaudioconvert.c:
17604 (gst_audio_convert_transform):
17607 === release 0.9.7 ===
17609 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17612 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
17614 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
17620 add win32 MANIFEST file
17621 do something to the hungarian translation
17623 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
17626 Add $(PANGO_DIR) to SUBDIRS
17628 * ext/pango/gstclockoverlay.c:
17629 * ext/pango/gsttimeoverlay.c:
17630 Fix and improve element descriptions.
17632 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17634 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17635 * docs/plugins/inspect/plugin-libvisual.xml:
17636 * docs/plugins/inspect/plugin-pango.xml:
17637 add pango plugin to docs
17639 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17643 moved pango to base
17645 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
17648 * tests/Makefile.am:
17649 * tests/icles/.cvsignore:
17650 * tests/icles/Makefile.am:
17651 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
17652 (close_display), (resize_window), (move_window), (create_window),
17653 (terminate_playback), (pause_playback), (start_playback), (main):
17654 add stress test for xoverlay from Julien
17656 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17658 * docs/libs/tmpl/gstcolorbalance.sgml:
17659 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17660 * gst-libs/gst/rtp/gstbasertppayload.c:
17661 * gst-libs/gst/rtp/gstrtpbuffer.c:
17662 * gst-libs/gst/rtp/gstrtpbuffer.h:
17663 Do burger's rename for rtp payloaders and depayloaders
17665 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
17668 add Visual Studio 6 build files
17670 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
17672 * docs/libs/gst-plugins-base-libs-docs.sgml:
17673 * docs/libs/gst-plugins-base-libs-sections.txt:
17674 * docs/libs/tmpl/gstaudio.sgml:
17675 * docs/libs/tmpl/gstringbuffer.sgml:
17676 * gst-libs/gst/interfaces/xoverlay.c:
17677 * gst-libs/gst/video/gstvideofilter.c:
17678 * gst-libs/gst/video/gstvideosink.c:
17679 update documentation
17681 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
17683 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
17684 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
17685 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
17686 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
17687 (gst_multi_fd_sink_get_stats),
17688 (gst_multi_fd_sink_remove_client_link),
17689 (gst_multi_fd_sink_handle_client_read),
17690 (gst_multi_fd_sink_client_queue_data),
17691 (gst_multi_fd_sink_client_queue_caps),
17692 (gst_multi_fd_sink_client_queue_buffer),
17693 (gst_multi_fd_sink_new_client),
17694 (gst_multi_fd_sink_handle_client_write),
17695 (gst_multi_fd_sink_recover_client),
17696 (gst_multi_fd_sink_queue_buffer),
17697 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
17698 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
17699 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
17700 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
17701 * gst/tcp/gstmultifdsink.h:
17702 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
17703 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
17704 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
17705 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
17706 (gst_tcp_client_sink_set_property),
17707 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
17708 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
17709 * gst/tcp/gsttcpclientsink.h:
17710 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
17711 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
17712 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
17713 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
17714 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
17715 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
17716 * gst/tcp/gsttcpclientsrc.h:
17717 * gst/tcp/gsttcpplugin.c: (plugin_init):
17718 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
17719 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
17720 (gst_tcp_server_sink_finalize),
17721 (gst_tcp_server_sink_handle_server_read),
17722 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
17723 (gst_tcp_server_sink_set_property),
17724 (gst_tcp_server_sink_get_property),
17725 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
17726 * gst/tcp/gsttcpserversink.h:
17727 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
17728 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
17729 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
17730 (gst_tcp_server_src_set_property),
17731 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
17732 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
17733 * gst/tcp/gsttcpserversrc.h:
17736 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
17738 * docs/plugins/Makefile.am:
17739 * docs/plugins/gst-plugins-base-plugins.args:
17740 * docs/plugins/inspect/plugin-libvisual.xml:
17741 * gst/audioconvert/plugin.h:
17742 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
17743 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
17744 (gst_audio_rate_setcaps), (gst_audio_rate_init),
17745 (gst_audio_rate_chain), (gst_audio_rate_set_property),
17746 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
17748 * gst/audiotestsrc/gstaudiotestsrc.c:
17749 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
17750 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
17751 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
17752 (gst_audio_test_src_get_query_types),
17753 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
17754 (gst_audio_test_src_create_square),
17755 (gst_audio_test_src_create_saw),
17756 (gst_audio_test_src_create_triangle),
17757 (gst_audio_test_src_create_silence),
17758 (gst_audio_test_src_create_white_noise),
17759 (gst_audio_test_src_init_pink_noise),
17760 (gst_audio_test_src_generate_pink_noise_value),
17761 (gst_audio_test_src_create_pink_noise),
17762 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
17763 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
17764 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
17766 * gst/audiotestsrc/gstaudiotestsrc.h:
17767 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
17768 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
17769 (gst_sub_parse_init), (gst_sub_parse_formats),
17770 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
17771 (convert_encoding), (get_next_line),
17772 (gst_sub_parse_data_format_autodetect),
17773 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
17774 (gst_sub_parse_loop), (gst_sub_parse_chain),
17775 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
17777 * gst/subparse/gstsubparse.h:
17778 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
17779 (gst_video_rate_base_init), (gst_video_rate_class_init),
17780 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
17781 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
17782 (gst_video_rate_init), (gst_video_rate_event),
17783 (gst_video_rate_chain), (gst_video_rate_set_property),
17784 (gst_video_rate_get_property), (gst_video_rate_change_state),
17786 * gst/videoscale/gstvideoscale.c:
17787 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
17788 (gst_video_scale_src_template_factory),
17789 (gst_video_scale_sink_template_factory),
17790 (gst_video_scale_get_type), (gst_video_scale_base_init),
17791 (gst_video_scale_class_init), (gst_video_scale_init),
17792 (gst_video_scale_set_property), (gst_video_scale_get_property),
17793 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
17794 (gst_video_scale_prepare_size), (parse_caps),
17795 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17796 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
17797 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
17799 * gst/videoscale/gstvideoscale.h:
17800 * gst/videotestsrc/gstvideotestsrc.c:
17801 (gst_video_test_src_pattern_get_type),
17802 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
17803 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
17804 (gst_video_test_src_set_pattern),
17805 (gst_video_test_src_set_property),
17806 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
17807 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
17808 (gst_video_test_src_event), (gst_video_test_src_get_times),
17809 (gst_video_test_src_create), (plugin_init):
17810 * gst/videotestsrc/gstvideotestsrc.h:
17811 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
17812 (gst_video_test_src_smpte), (gst_video_test_src_snow),
17813 (gst_video_test_src_black):
17814 * gst/videotestsrc/videotestsrc.h:
17816 clean up docs a little
17818 2005-11-30 Wim Taymans <wim@fluendo.com>
17820 * gst-libs/gst/rtp/gstbasertpdepayload.h:
17821 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
17822 (gst_basertppayload_event), (gst_basertppayload_push),
17823 (gst_basertppayload_change_state):
17824 * gst-libs/gst/rtp/gstbasertppayload.h:
17827 2005-11-30 Julien MOUTTE <julien@moutte.net>
17829 * docs/libs/gst-plugins-base-libs-docs.sgml:
17830 * docs/libs/gst-plugins-base-libs-sections.txt:
17831 * gst-libs/gst/video/gstvideofilter.c:
17832 * gst-libs/gst/video/gstvideosink.c:
17833 * gst-libs/gst/video/gstvideosink.h: Adding docs.
17835 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17855 * scripts/autoplugins.sh:
17858 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
17862 * examples/Makefile.am:
17863 * examples/capsfilter/Makefile.am:
17864 * examples/capsfilter/capsfilter1.c:
17865 * examples/gob/Makefile.am:
17866 * examples/gob/gst-identity2.gob:
17867 * examples/indexing/.cvsignore:
17868 * examples/indexing/Makefile.am:
17869 * examples/indexing/indexmpeg.c:
17870 * examples/seeking/.cvsignore:
17871 * examples/seeking/Makefile.am:
17872 * examples/seeking/cdparanoia.c:
17873 * examples/seeking/cdplayer.c:
17874 * examples/seeking/chained.c:
17875 * examples/seeking/scrubby.c:
17876 * examples/seeking/seek.c:
17877 * examples/stats/Makefile.am:
17878 * examples/stats/mp2ogg.c:
17879 * examples/switch/.cvsignore:
17880 * examples/switch/Makefile.am:
17881 * examples/switch/switcher.c:
17882 * tests/Makefile.am:
17883 * tests/check/generic/.cvsignore:
17884 * tests/check/pipelines/.cvsignore:
17885 * tests/examples/Makefile.am:
17886 * tests/examples/seek/Makefile.am:
17887 reorganize stuff under tests/
17889 2005-11-30 Edward Hervey <edward@fluendo.com>
17891 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
17892 Go away you stupid GstStaticPadTemplate memleak.
17894 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
17896 * gst-libs/gst/net/Makefile.am:
17897 * gst-libs/gst/net/README:
17898 * gst-libs/gst/net/gstnetbuffer.c:
17899 * gst-libs/gst/net/gstnetbuffer.h:
17900 this was moved to "netbuffer"
17902 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
17904 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
17905 (gst_video_filter_class_init), (gst_video_filter_init):
17906 * gst-libs/gst/video/gstvideofilter.h:
17907 borgify name to bring in line with other classes
17909 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
17911 * gst/audioscale/.cvsignore:
17912 * gst/audioscale/Makefile.am:
17913 * gst/audioscale/README:
17914 * gst/audioscale/audioscale.vcproj:
17915 * gst/audioscale/dtof.c:
17916 * gst/audioscale/dtos.c:
17917 * gst/audioscale/functable.c:
17918 * gst/audioscale/gstaudioscale.c:
17919 * gst/audioscale/gstaudioscale.h:
17920 * gst/audioscale/private.h:
17921 * gst/audioscale/resample.c:
17922 * gst/audioscale/resample.h:
17923 * gst/audioscale/test.c:
17926 2005-11-30 Edward Hervey <edward@fluendo.com>
17928 * gst-libs/gst/netbuffer/Makefile.am:
17929 really, really tired
17931 2005-11-30 Edward Hervey <edward@fluendo.com>
17933 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17934 Update for new GstTypeFindFactory _register()
17936 2005-11-30 Edward Hervey <edward@fluendo.com>
17938 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
17939 Let's not override libgstnet from core for no reason...
17940 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
17941 Ok, maybe not so quick next time.
17943 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
17946 * gst-libs/gst/Makefile.am:
17947 moved gst-libs/gst/net to netbuffer through CVS surgery
17948 remove old directory
17949 updating build to accomodate
17952 2005-11-29 Andy Wingo <wingo@pobox.com>
17954 * pkgconfig/gstreamer-plugins-base.pc.in:
17955 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17956 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
17959 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
17961 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17962 3rd time's the charm. Correct ref-counting for discarded buffers.
17964 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
17966 * gst/playback/gststreamselector.c:
17967 (gst_stream_selector_class_init),
17968 (gst_stream_selector_set_property),
17969 (gst_stream_selector_get_property),
17970 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17973 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
17975 * gst/subparse/gstsubparse.c: (feed_textbuf):
17976 Don't access already unref'ed buffer.
17978 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
17980 * gst/playback/gststreamselector.c:
17981 (gst_stream_selector_class_init), (gst_stream_selector_init),
17982 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
17983 (gst_stream_selector_get_property),
17984 (gst_stream_selector_get_linked_pad),
17985 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17986 * gst/playback/gststreamselector.h:
17987 Add the active-pad property for playbin to use shortly. Ignore buffers
17988 from any other pad, returning GST_FLOW_NOT_LINKED
17990 2005-11-29 Julien MOUTTE <julien@moutte.net>
17992 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
17993 patch from bug #322704 (Alessandro Decina).
17995 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
17997 * gst-libs/gst/audio/Makefile.am:
17998 folded audiofilter into the audio library
18000 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
18002 * gst/videoscale/gstvideoscale.h:
18003 * gst/videoscale/gstvideoscale.c:
18004 remove unimplemented scale methods
18006 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
18008 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
18011 2005-11-28 Julien MOUTTE <julien@moutte.net>
18013 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
18014 (gst_ximagesink_setcaps):
18015 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18016 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
18017 happens (only visible on ximagesink but bug is in xv too) set_caps was
18018 destroying the internal x[v]image used to memcpy non locally alloced
18019 buffers so that it got renewed on next _chain. The issue is that
18020 _expose will try to put that image as it reffed it in _put.
18021 Using gst_buffer_unref instead of destroy fixes it !
18023 2005-11-28 Edward Hervey <edward@fluendo.com>
18025 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18026 (try_to_link_1), (queue_filled_cb):
18027 Better use of the queues. Start with a small size queue and only increase
18028 the size of the queues when the other queues are empty.
18030 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
18032 * gst-libs/gst/video/Makefile.am:
18033 compile in copied-over videofilter into the video library
18034 * gst-libs/gst/video/videosink.h:
18035 rename the header to gstvideosink.h since it's a base GstObject class
18036 * sys/ximage/ximagesink.h:
18037 * sys/xvimage/xvimagesink.h:
18040 2005-11-28 Wim Taymans <wim@fluendo.com>
18042 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
18043 * gst/playback/gstplaybasebin.h:
18044 Prepare to handle errors betters.
18046 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
18047 Set sinks to PAUSED first before adding and linking them so that
18048 we don't interrupt dataflow.
18050 2005-11-28 Wim Taymans <wim@fluendo.com>
18052 * gst-libs/gst/audio/TODO:
18055 * gst-libs/gst/audio/gstaudiosink.c:
18056 (gst_audioringbuffer_open_device),
18057 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
18058 (gst_audioringbuffer_release):
18061 * gst-libs/gst/audio/gstbaseaudiosink.c:
18062 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
18063 (gst_base_audio_sink_change_state):
18064 Slave to the master clock when going to PLAYING and unslave when
18067 * gst-libs/gst/audio/gstringbuffer.c:
18068 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18069 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
18070 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18071 (gst_ring_buffer_clear_all), (wait_segment),
18072 (gst_ring_buffer_commit), (gst_ring_buffer_read),
18073 (gst_ring_buffer_advance):
18074 * gst-libs/gst/audio/gstringbuffer.h:
18075 Add some docs and cleanups.
18077 2005-11-28 Julien MOUTTE <julien@moutte.net>
18079 * sys/xvimage/xvimagesink.c:
18080 (gst_xvimagesink_navigation_send_event): Fix navigation events
18081 coordinates translation with pixel aspect ratios.
18083 2005-11-28 Julien MOUTTE <julien@moutte.net>
18085 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
18086 Use calculated video geometry from _setcaps instead of buffer
18087 caps to respect pixel aspect ratio. (fixes #322388)
18089 2005-11-28 Julien MOUTTE <julien@moutte.net>
18091 * docs/libs/tmpl/gstcolorbalance.sgml:
18092 * docs/libs/tmpl/gstmixer.sgml:
18093 * docs/libs/tmpl/gstxoverlay.sgml:
18094 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
18097 2005-11-28 Julien MOUTTE <julien@moutte.net>
18099 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
18100 Refuse to create an XvImage if we can't find the format.
18102 2005-11-28 Edward Hervey <edward@fluendo.com>
18104 * gst-libs/gst/riff/riff-media.c:
18105 (gst_riff_create_audio_template_caps):
18106 Add ATRAC3 to the list of riff-possible audio caps.
18107 I know we still don't have a plugin for atrac3, but it's saner to output
18108 that than a cryptic mimetype.
18110 2005-11-27 Edward Hervey <edward@fluendo.com>
18112 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
18113 Don't try to create a zero-sized subbuffer.
18115 2005-11-27 Julien MOUTTE <julien@moutte.net>
18117 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
18118 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18119 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
18120 (gst_ximagesink_expose): Fixed a tricky race.
18121 * sys/ximage/ximagesink.h:
18122 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18123 (gst_xvimagesink_expose): Fixed a tricky race.
18124 * sys/xvimage/xvimagesink.h:
18126 2005-11-27 Edward Hervey <edward@fluendo.com>
18128 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18129 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
18130 Remove unused properties, and add queues between demuxers and decoders
18131 so that a lot more files can preroll properly.
18133 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
18135 * gst-libs/gst/net/Makefile.am:
18136 * gst-libs/gst/rtp/Makefile.am:
18137 * gst-libs/gst/tag/Makefile.am:
18138 remove silly include
18139 * gst/tags/Makefile.am:
18140 * gst/tags/gsttagediting.c:
18141 * gst/tags/gsttageditingprivate.h:
18142 * gst/tags/tagedit.vcproj:
18143 remove directory, is as good as empty
18145 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
18148 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
18149 * gst-libs/Makefile.am:
18150 * gst-libs/gst/audio/Makefile.am:
18151 * gst-libs/gst/interfaces/Makefile.am:
18152 * gst-libs/gst/net/Makefile.am:
18153 * gst-libs/gst/riff/Makefile.am:
18154 * gst-libs/gst/rtp/Makefile.am:
18155 * gst-libs/gst/tag/Makefile.am:
18156 * gst-libs/gst/video/Makefile.am:
18159 2005-11-27 Julien MOUTTE <julien@moutte.net>
18161 * docs/libs/tmpl/gstcolorbalance.sgml:
18162 * docs/libs/tmpl/gstmixer.sgml:
18163 * docs/libs/tmpl/gstxoverlay.sgml:
18164 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
18165 * sys/ximage/ximagesink.h:
18166 * sys/xvimage/xvimagesink.h: More and more documentation.
18168 2005-11-26 Julien MOUTTE <julien@moutte.net>
18170 * docs/libs/gst-plugins-base-libs-docs.sgml:
18171 * docs/libs/gst-plugins-base-libs-sections.txt:
18172 * docs/libs/tmpl/gstcolorbalance.sgml:
18173 * docs/libs/tmpl/gstmixer.sgml:
18174 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
18177 2005-11-26 Julien MOUTTE <julien@moutte.net>
18179 * docs/plugins/Makefile.am:
18180 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18181 * docs/plugins/gst-plugins-base-plugins-sections.txt:
18182 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
18184 2005-11-26 Julien MOUTTE <julien@moutte.net>
18186 * docs/plugins/Makefile.am:
18187 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18188 * docs/plugins/gst-plugins-base-plugins-sections.txt:
18189 * docs/plugins/inspect/plugin-adder.xml:
18190 * docs/plugins/inspect/plugin-alsa.xml:
18191 * docs/plugins/inspect/plugin-audioconvert.xml:
18192 * docs/plugins/inspect/plugin-audiorate.xml:
18193 * docs/plugins/inspect/plugin-audioresample.xml:
18194 * docs/plugins/inspect/plugin-audiotestsrc.xml:
18195 * docs/plugins/inspect/plugin-decodebin.xml:
18196 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
18197 * docs/plugins/inspect/plugin-gnomevfs.xml:
18198 * docs/plugins/inspect/plugin-ogg.xml:
18199 * docs/plugins/inspect/plugin-playbin.xml:
18200 * docs/plugins/inspect/plugin-subparse.xml:
18201 * docs/plugins/inspect/plugin-tcp.xml:
18202 * docs/plugins/inspect/plugin-theora.xml:
18203 * docs/plugins/inspect/plugin-typefindfunctions.xml:
18204 * docs/plugins/inspect/plugin-video4linux.xml:
18205 * docs/plugins/inspect/plugin-videorate.xml:
18206 * docs/plugins/inspect/plugin-videoscale.xml:
18207 * docs/plugins/inspect/plugin-videotestsrc.xml:
18208 * docs/plugins/inspect/plugin-volume.xml:
18209 * docs/plugins/inspect/plugin-vorbis.xml:
18210 * docs/plugins/inspect/plugin-ximagesink.xml:
18211 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
18212 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
18214 2005-11-26 Edward Hervey <edward@fluendo.com>
18216 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
18217 Properly return GstFlowReturn from gst_pad_push in chain functions.
18219 2005-11-25 Michael Smith <msmith@fluendo.com>
18221 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
18222 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
18223 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18224 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
18225 Handle various conditions better when we don't understand a stream.
18226 Removes a heap of CRITICALs on ogg streams containing unknown data.
18228 2005-11-24 Andy Wingo <wingo@pobox.com>
18230 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
18233 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18235 * configure.ac: back to HEAD
18237 === release 0.9.6 ===
18239 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18242 releasing 0.9.6, "White Eight"
18244 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18246 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
18247 * docs/plugins/inspect/plugin-sine.xml:
18248 remove sinesrc some more
18250 2005-11-23 Wim Taymans <wim@fluendo.com>
18252 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
18253 If we are reading too slowly, jump forward in the ringbuffer
18254 instead of blocking.
18256 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
18258 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
18259 (gst_visual_chain):
18260 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
18261 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
18262 (gst_videorate_chain):
18263 * gst/videotestsrc/gstvideotestsrc.c:
18264 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
18265 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
18266 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
18267 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
18268 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
18269 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
18270 Updates for API changes
18272 2005-11-23 Wim Taymans <wim@fluendo.com>
18274 * gst-libs/gst/audio/gstbaseaudiosink.c:
18275 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
18276 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18277 Fix for calibration API change.
18279 2005-11-23 Michael Smith <msmith@fluendo.com>
18281 * gst-libs/gst/audio/multichannel.c:
18282 (gst_audio_get_channel_positions),
18283 (gst_audio_set_channel_positions),
18284 (gst_audio_set_structure_channel_positions_list),
18285 (gst_audio_fixate_channel_positions):
18286 Use gst_value_array_*() functions on value arrays, not
18287 gst_value_list_*().
18289 2005-11-23 Edward Hervey <edward@fluendo.com>
18292 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
18295 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18297 * check/Makefile.am:
18298 * check/elements/videotestsrc.c: (setup_videotestsrc),
18299 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
18301 add a test for videotestsrc
18303 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18305 * gst/sine/.cvsignore:
18306 * gst/sine/Makefile.am:
18307 * gst/sine/gstsinesrc.c:
18308 * gst/sine/gstsinesrc.h:
18309 * gst/sine/sinesrc.vcproj:
18310 and remove sinesrc from the repository. Closes #321446
18312 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18315 * gst-plugins-base.spec.in:
18316 remove sinesrc from the build
18318 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18320 * check/Makefile.am:
18321 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
18322 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
18324 add a test for audiotestsrc, testing all waves. Even seems
18325 leak-free at first glance, nice job Stefan
18327 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
18343 Translation string updates
18345 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
18346 (gst_v4lsrc_set_caps):
18347 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
18348 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
18349 * sys/v4l/v4lsrc_calls.h:
18350 Improve v4lsrc, by making it work again.
18352 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
18354 * ext/libvisual/visual.c: (gst_visual_chain):
18355 Fix the fps calculations.
18357 * gst/ffmpegcolorspace/avcodec.h:
18358 Move structure element for clarity
18360 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
18361 * gst-libs/gst/interfaces/tunernorm.h:
18362 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
18363 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
18364 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
18365 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
18366 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
18367 (gst_v4lmjpegsrc_getcaps):
18368 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
18369 (gst_v4lsrc_set_caps):
18370 * sys/v4l/gstv4lsrc.h:
18371 * sys/v4l/v4l_calls.c: (gst_v4l_open):
18372 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
18373 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
18374 * sys/v4l/v4lsrc_calls.h:
18375 Fractional framerates...
18377 2005-11-22 Wim Taymans <wim@fluendo.com>
18379 * gst-libs/gst/audio/gstbaseaudiosink.c:
18380 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
18381 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18382 And we provide a clock by default, of course...
18384 2005-11-22 Wim Taymans <wim@fluendo.com>
18386 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
18387 This clock can be slaved to a master clock now.
18389 * gst-libs/gst/audio/gstbaseaudiosink.c:
18390 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
18391 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
18392 (gst_base_audio_sink_set_clock),
18393 (gst_base_audio_sink_set_property),
18394 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
18395 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18396 * gst-libs/gst/audio/gstbaseaudiosink.h:
18397 Handle slaving the internal clock to the clock selected in the
18399 Add property to make the basesink not provide a clock.
18401 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18402 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
18403 (gst_base_rtp_depayload_wait):
18404 * gst-libs/gst/rtp/gstbasertpdepayload.h:
18405 We can use the clock in GstElement, no need to store it ourselves.
18407 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
18409 * docs/libs/tmpl/gstaudio.sgml:
18411 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18412 (gst_paranoia_endian_get_type):
18413 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
18414 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
18415 * gst/audiotestsrc/gstaudiotestsrc.c:
18416 (gst_audiostestsrc_wave_get_type):
18417 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
18418 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
18419 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18420 (gst_sync_method_get_type), (gst_unit_type_get_type),
18421 (gst_client_status_get_type), (gst_multifdsink_class_init),
18422 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
18423 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
18424 (gst_multifdsink_get_property):
18425 * gst/tcp/gstmultifdsink.h:
18426 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
18427 * gst/videotestsrc/gstvideotestsrc.c:
18428 (gst_videotestsrc_pattern_get_type):
18429 remove deprecated properties
18430 fix up enums to correctly have short lowercase dashed nicks
18432 2005-11-22 Michael Smith <msmith@fluendo.com>
18434 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18435 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
18438 2005-11-22 Michael Smith <msmith@fluendo.com>
18440 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18441 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
18442 Use utility method for scaling clocktime for fractional framerates.
18444 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
18446 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
18447 (gst_visual_chain):
18448 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18449 * ext/theora/theoradec.c: (theora_handle_type_packet):
18450 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18451 (theora_enc_chain):
18452 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18453 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
18454 * gst-libs/gst/video/video.h:
18455 * gst/ffmpegcolorspace/avcodec.h:
18456 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18457 (gst_ffmpeg_caps_to_pixfmt):
18458 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18459 (gst_ffmpegcsp_set_caps):
18460 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18461 (gst_videorate_setcaps), (gst_videorate_blank_data),
18462 (gst_videorate_chain):
18463 * gst/videotestsrc/gstvideotestsrc.c:
18464 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
18465 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
18466 (gst_videotestsrc_event), (gst_videotestsrc_create):
18467 * gst/videotestsrc/gstvideotestsrc.h:
18468 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18469 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
18470 (gst_ximagesink_get_times), (gst_ximagesink_init):
18471 * sys/ximage/ximagesink.h:
18472 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18473 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
18474 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
18475 * sys/xvimage/xvimagesink.h:
18476 Convert elements to use fractions for their framerate.
18477 V4L elements to come later tonight.
18479 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
18481 * gst-libs/gst/audio/audio.c:
18482 * gst-libs/gst/audio/audio.h:
18483 remove some deprecated functions
18485 2005-11-22 Andy Wingo <wingo@pobox.com>
18487 * Update for gst_tag_setter API changes.
18489 2005-11-22 Andy Wingo <wingo@pobox.com>
18491 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
18492 (gst_ogg_demux_perform_seek):
18493 * ext/theora/theoradec.c (theora_dec_sink_event):
18494 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
18497 2005-11-22 Wim Taymans <wim@fluendo.com>
18499 * examples/seeking/seek.c: (main):
18500 Give higher priority to bus signals than the gtk events
18501 to fix a race condition in the segment looping.
18503 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
18505 * ext/theora/Makefile.am:
18506 * ext/vorbis/Makefile.am:
18507 * gst-libs/gst/tag/Makefile.am:
18508 * gst-plugins-base.spec.in:
18509 Rename libgsttagedit to libgsttag (#322117).
18511 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
18513 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
18514 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
18515 Call gst_x_overlay_prepare_xwindow_id() to give applications
18516 a final chance to set their own xwindow id before the video
18517 sink creates its own window.
18519 2005-11-22 Julien MOUTTE <julien@moutte.net>
18521 * sys/xvimage/xvimagesink.c:
18522 (gst_xvimagesink_navigation_send_event): Handle navigation
18523 events correcly with borders if applicable.
18525 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
18527 Patch by: Luca Ognibene
18529 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18530 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18531 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18532 (gst_ffmpegcsp_caps_remove_format_info):
18533 * gst/ffmpegcolorspace/imgconvert.c:
18534 * gst/ffmpegcolorspace/imgconvert_template.h:
18535 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
18536 #318353); use gst_structure_has_name().
18538 2005-11-22 Julien MOUTTE <julien@moutte.net>
18540 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
18541 (gst_ximagesink_class_init): Add debug macros on functions.
18542 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18543 (gst_xvimagesink_xwindow_draw_borders),
18544 (gst_xvimagesink_xvimage_put),
18545 (gst_xvimagesink_xwindow_update_geometry),
18546 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
18547 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
18548 (gst_xvimagesink_xcontext_clear),
18549 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
18550 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
18551 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18552 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18553 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
18554 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18555 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
18556 expose while being PAUSED, out of data flow navigation events, etc..
18558 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
18560 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
18561 * gst-libs/gst/audio/audio.h:
18562 fix prototype - wondering why the test worked regardless
18564 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
18566 * check/Makefile.am:
18567 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
18568 * gst-libs/gst/audio/audio.h:
18569 add a method that returns a proper GstClockTime
18571 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
18573 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
18574 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
18575 * gst-libs/gst/interfaces/xoverlay.h:
18576 Remove everything having to do with the desired size; add
18577 gst_x_overlay_prepare_xwindow_id() function; remove the
18578 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
18579 post a message on the bus instead (#321816).
18581 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
18582 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
18583 (gst_xvimagesink_xoverlay_init):
18584 Remove desired size stuff (#321816).
18586 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
18588 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18589 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18590 (mpeg_video_type_find), (mpeg_video_stream_type_find):
18591 Terminate vararg functions with NULL instead of 0 to
18594 2005-11-21 Andy Wingo <wingo@pobox.com>
18596 patch by: Sebastien Cote <sebas642@yahoo.ca>
18598 * gst-libs/gst/rtp/gstrtpbuffer.h:
18599 * gst-libs/gst/rtp/gstrtpbuffer.c
18600 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
18602 2005-11-21 Andy Wingo <wingo@pobox.com>
18604 * gst/playback/gstplaybin.c (gen_audio_element)
18605 (gen_video_element): Use the new MISSING_PLUGIN core error
18606 category. Closes #320060.
18608 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
18609 * gst/videorate/gstvideorate.c (gst_videorate_event):
18610 * ext/theora/theoradec.c (theora_dec_sink_event):
18611 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
18614 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
18615 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
18616 stream lock changes.
18618 2005-11-21 Wim Taymans <wim@fluendo.com>
18620 * gst-libs/gst/audio/gstbaseaudiosink.c:
18621 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
18622 (gst_base_audio_sink_provide_clock),
18623 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
18624 (gst_base_audio_sink_change_state):
18625 * gst/audioresample/gstaudioresample.c:
18626 Segment update fix.
18628 2005-11-21 Andy Wingo <wingo@pobox.com>
18631 * *.c: Ran scripts/update-macros. Oh yes.
18633 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
18635 * sys/ximage/Makefile.am:
18636 * sys/ximage/ximage.c:
18637 Rename ximage plugin to ximagesink (#321426) (Don't forget to
18638 remove your old libgstximage.* manually if necessary).
18640 2005-11-21 Michael Smith <msmith@fluendo.com>
18642 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
18643 Minimal fix for bug #320200: set the min/max bitrate in the correct
18644 units. A better fix would be to upgrade to the RATEMANAGE2
18645 interface, rather than using the deprecated interface used here, but
18646 that would require an update in our libvorbis dependency (to 1.1),
18647 which is probably undesirable.
18649 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
18651 * ext/libvisual/visual.c: (get_buffer):
18652 * gst-libs/gst/audio/gstbaseaudiosrc.c:
18653 (gst_base_audio_src_fixate):
18654 * gst/audioconvert/gstaudioconvert.c:
18655 (gst_audio_convert_fixate_caps):
18656 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
18657 * gst/audiotestsrc/gstaudiotestsrc.c:
18658 (gst_audiotestsrc_src_fixate):
18659 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18660 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
18661 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
18662 * gst/videotestsrc/gstvideotestsrc.c:
18663 (gst_videotestsrc_src_fixate):
18664 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
18665 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
18666 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
18670 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
18672 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18673 (gst_riff_create_iavs_caps):
18674 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
18675 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18676 (gst_riff_parse_info):
18677 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
18678 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
18679 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
18680 Fixes for GST_FOURCC_FORMAT API change.
18682 2005-11-21 Andy Wingo <wingo@pobox.com>
18684 patch by: Alessandro Dessina <alessandro nnva org>
18686 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
18687 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
18688 (gst_ogg_parse_chain):
18689 * ext/theora/theoraenc.c (theora_set_header_on_caps):
18690 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
18691 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
18692 gst_value_list calls on arrays. Fixes #321962.
18694 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
18696 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18697 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
18698 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
18699 * gst/adder/gstadder.c: (gst_adder_init),
18700 (gst_adder_request_new_pad), (gst_adder_collected),
18701 (gst_adder_change_state):
18702 Update for gst_collectpads_foo() to gst_collect_pads_foo()
18705 2005-11-21 Michael Smith <msmith@fluendo.com>
18707 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
18708 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
18709 Properly handle pad_push return values.
18711 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
18713 * gst-libs/gst/tag/Makefile.am:
18714 * gst-libs/gst/tag/gstvorbistag.c:
18715 (gst_tag_list_to_vorbiscomment_buffer):
18716 Remove obsolete vorbistag element and debug category.
18718 * gst/playback/gstplaybasebin.c: (check_queue):
18719 Don't divide by 0 when queue-threshold is 0.
18721 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
18722 Don't modify an existing pixel-aspect-ratio if we fail to read
18725 2005-11-20 Wim Taymans <wim@fluendo.com>
18727 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
18728 (gst_vorbisenc_push_packet):
18729 GST_PAD_IS_USABLE is gone, use the return value of
18730 the push or pad_alloc_buffer instead.
18732 2005-11-18 Julien MOUTTE <julien@moutte.net>
18734 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18735 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
18736 (gst_ximagesink_ximage_destroy),
18737 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
18738 (gst_ximagesink_xwindow_new),
18739 (gst_ximagesink_xwindow_update_geometry),
18740 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
18741 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18742 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
18743 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
18744 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
18745 (gst_ximagesink_navigation_send_event),
18746 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
18747 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
18748 (gst_ximagesink_finalize), (gst_ximagesink_init),
18749 (gst_ximagesink_class_init):
18750 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
18751 This new version brings correct software scaling, non flickering
18752 window while resizing, pixel aspect ratio handling, usage of
18753 hardware buffer pools, out of data flow event thread for
18754 navigation and handling of expose events even when being PAUSED,
18755 a new property to keep video aspect ratio when resizing, etc...
18757 2005-11-18 Julien MOUTTE <julien@moutte.net>
18759 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
18760 (gst_videoscale_fixate_caps): Introduce back caps fixate with
18763 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
18765 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
18766 Unsetting IS_SINK flag from the fakesink, so decodebin
18767 never behaves as a sink.
18769 2005-11-17 Wim Taymans <wim@fluendo.com>
18771 * gst-libs/gst/audio/gstbaseaudiosrc.c:
18772 (gst_base_audio_src_change_state):
18773 Fix the audiosrc base class again, we did not unflush.
18775 2005-11-17 Julien MOUTTE <julien@moutte.net>
18777 * examples/seeking/seek.c: (make_dv_pipeline),
18778 (make_vorbis_theora_pipeline), (make_avi_pipeline),
18779 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
18780 to ogg/vorbis/theora pipeline.
18782 2005-11-17 Wim Taymans <wim@fluendo.com>
18784 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18785 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
18786 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
18787 Fix EOS on multiple streams.
18790 2005-11-16 Wim Taymans <wim@fluendo.com>
18792 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
18793 (gst_ogg_demux_perform_seek):
18794 Segment done must include stream time.
18796 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18797 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
18798 (gst_ogg_mux_change_state):
18799 Fix ogg muxer again.
18801 2005-11-16 Wim Taymans <wim@fluendo.com>
18803 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
18806 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
18808 * ext/libvisual/visual.c: (gst_visual_init):
18809 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18810 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
18811 (gst_ogg_parse_chain):
18812 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
18813 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
18814 * ext/theora/theoradec.c: (gst_theora_dec_init):
18815 * ext/theora/theoraenc.c: (gst_theora_enc_init):
18816 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18817 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
18818 * gst/adder/gstadder.c: (gst_adder_class_init),
18819 (gst_adder_dispose):
18820 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
18821 * gst/subparse/gstsubparse.c: (gst_subparse_init):
18822 * gst/videorate/gstvideorate.c: (gst_videorate_init):
18823 Fix a whole set of pad template leaks
18825 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
18827 * check/generic/states.c: (GST_START_TEST):
18828 fix the test so that it only checks for elements that are part of
18831 2005-11-16 Michael Smith <msmith@fluendo.com>
18833 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
18834 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
18835 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
18836 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
18837 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
18838 (gst_ogg_mux_change_state):
18839 Fix leaking collectpads.
18841 2005-11-16 Edward Hervey <edward@fluendo.com>
18843 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18844 (gst_videorate_event), (gst_videorate_chain):
18845 Handle segment seeks
18847 2005-11-16 Wim Taymans <wim@fluendo.com>
18849 * gst-libs/gst/audio/gstbaseaudiosink.c:
18850 (gst_base_audio_sink_provide_clock),
18851 (gst_base_audio_sink_change_state):
18852 Set ringbuffer to non-flushing when going to PAUSED, set to
18853 flushing again when going to READY.
18855 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18856 (gst_ring_buffer_stop):
18857 Start in flushing mode by default.
18858 Don't set flushing in the _stop method, let the app call
18861 2005-11-16 Julien MOUTTE <julien@moutte.net>
18863 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
18864 * gst-libs/gst/video/videosink.h: Add helper function needed
18867 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
18869 * gst/videoscale/gstvideoscale.c:
18870 (gst_videoscale_handle_src_event):
18871 Don't leak reference to pad parent.
18873 2005-11-16 Wim Taymans <wim@fluendo.com>
18875 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
18876 Set ringbuffer to flushing when stopping so that we don't
18877 block on wait_segment anymore and livelock.
18879 2005-11-16 Wim Taymans <wim@fluendo.com>
18881 * examples/seeking/seek.c: (send_event), (do_seek),
18882 (loop_toggle_cb), (segment_done), (main):
18883 Added looping checkbox.
18885 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
18887 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18888 (gst_ogg_demux_init):
18889 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
18890 (gst_vorbis_dec_init):
18891 revert unrefs, they don't pass make check
18893 2005-11-15 Johan Dahlin <johan@gnome.org>
18895 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18896 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
18897 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
18898 (gst_vorbis_dec_init):
18899 Fix pad template leaks.
18901 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
18903 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
18904 Make state change function thread safe.
18906 2005-11-15 Edward Hervey <edward@fluendo.com>
18908 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
18909 (gst_ogg_demux_class_init):
18910 Implement GstElement::send_event, so we can send seek events
18913 2005-11-14 Julien MOUTTE <julien@moutte.net>
18915 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
18916 Discovered how to take away flickering while resizing the
18917 window. Please don't put that in ximagesink, refactoring in
18920 2005-11-14 Michael Smith <msmith@fluendo.com>
18922 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
18923 (gst_multifdsink_render):
18924 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
18926 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
18928 * gst/playback/gstplaybin.c: (gen_audio_element):
18929 Use autoaudiosink, it tends to be more widely available than
18932 2005-11-14 Andy Wingo <wingo@pobox.com>
18934 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
18935 as well if it is available. Fixes #316442.
18937 2005-11-14 Michael Smith <msmith@fluendo.com>
18939 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
18940 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18941 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
18942 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
18943 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
18944 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
18945 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
18946 (gst_vorbisenc_change_state):
18947 Fix a small memory leak in vorbisenc.
18948 Fix large memory leaks in oggmux, also fix lots of state change
18951 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
18953 * gst/videotestsrc/gstvideotestsrc.c:
18954 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
18955 (gst_videotestsrc_src_fixate):
18956 move fixation to a fixate function
18957 remove negotiate function, basesrc's is good enough
18958 fixes a bug for check when using the element alone
18960 2005-11-13 Edward Hervey <edward@fluendo.com>
18962 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
18963 (key_toggle_cb), (main):
18964 Added checkboxes for adding/removing the accurate and key_unit seek
18967 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
18969 * configure.ac: back to HEAD
18971 === release 0.9.5 ===
18973 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
18976 releasing 0.9.5, "No No Kia"
18978 2005-11-11 Edward Hervey <edward@fluendo.com>
18980 * examples/seeking/seek.c: (make_parselaunch_pipeline):
18981 Added parse-launch syntax seeking mode for the seeking example.
18982 This should help stress-test even more cases.
18983 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
18985 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
18987 * sys/xvimage/xvimagesink.c:
18988 (gst_xvimagesink_navigation_send_event):
18989 Check whether peer pad exists before sending navigation events
18992 2005-11-11 Michael Smith <msmith@fluendo.com>
18994 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
18995 (gst_vorbisenc_buffer_from_packet):
18996 * ext/vorbis/vorbisenc.h:
18997 Set duration on encoded buffers. This allows oggmux's
18998 max_page_delay parameter to actually work.
19000 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
19002 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19003 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19004 (gst_ffmpegcsp_avpicture_fill):
19005 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19006 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
19007 Make palettes work again (see #132341). Use our own macros
19010 2005-11-10 Andy Wingo <wingo@pobox.com>
19012 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
19015 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
19017 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19018 (gst_ffmpegcsp_transform_caps):
19019 Prefer passthrough in transform_caps
19021 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
19023 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19024 check for ALSA errors properly, instead of relying on ALSA's
19025 error strings to serve to the user.
19027 2005-11-10 Wim Taymans <wim@fluendo.com>
19029 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
19030 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
19031 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
19032 Modernise the seek code.
19034 2005-11-10 Michael Smith <msmith@fluendo.com>
19036 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
19037 (setup_substreams), (set_active_source):
19038 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
19039 trying to go to NULL if we failed to read a file.
19041 2005-11-10 Wim Taymans <wim@fluendo.com>
19043 * gst/audiotestsrc/gstaudiotestsrc.c:
19044 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
19045 (gst_audiotestsrc_create):
19046 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19047 (gst_sinesrc_get_times), (gst_sinesrc_create):
19048 * gst/videotestsrc/gstvideotestsrc.c:
19049 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
19050 (gst_videotestsrc_create):
19051 The base class can now sync for us.
19053 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
19055 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
19056 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
19057 name=source autoprobe=false autoprobe-fps=false copy-mode=1
19058 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
19059 format=(fourcc)I420" ! xvimagesink
19061 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
19063 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19064 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
19065 (gst_sinesrc_newsegment):
19066 Send newsegment event in TIME format, set duration if
19067 num-buffers is set, fix duration querying.
19069 2005-11-10 Michael Smith <msmith@fluendo.com>
19071 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
19072 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19073 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19074 (gst_ogg_mux_collected):
19075 Fix EOS handling, partially. Now forwarding an EOS event once we have
19076 EOS on all pads works correctly. However, we still don't properly set
19077 EOS on the actual ogg stream pages.
19079 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
19081 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
19082 Set elements to NULL state before disposing of them.
19084 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
19086 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19088 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19089 (gst_base_rtp_depayload_init),
19090 (gst_base_rtp_depayload_set_gst_timestamp):
19091 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19092 We need to send a newsegment event for each instance, not
19093 just for the first instance of this class (get rid of
19094 static variable in function). (#321011).
19096 2005-11-08 Michael Smith <msmith@fluendo.com>
19098 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
19099 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
19100 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
19101 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
19102 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
19103 This makes us mux things correctly according to the ogg muxing
19104 rules. Still not handling EOS correctly right now, though.
19106 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
19108 * gst/audioconvert/gstaudioconvert.c:
19111 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
19113 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19114 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
19115 Initialise segment_stop to GST_CLOCK_TIME_NONE when
19116 creating a new chain; should fix live streaming. Also
19117 add more debug output and fix a typo.
19119 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
19121 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19123 * gst/volume/gstvolume.c: (volume_set_caps):
19124 Fix compilation on Solaris with Forte. (#320923)
19126 2005-11-08 Wim Taymans <wim@fluendo.com>
19128 * gst-libs/gst/audio/gstbaseaudiosink.c:
19129 (gst_base_audio_sink_render):
19130 No need to do a typecheck.
19132 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
19134 * ext/alsa/gstalsa.h:
19135 We register a debug category, so let's use it.
19137 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
19139 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19140 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
19141 Fixed a small problem.
19143 2005-11-04 Wim Taymans <wim@fluendo.com>
19145 * examples/seeking/Makefile.am:
19146 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
19147 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
19148 (make_playerbin_pipeline), (format_value), (update_scale),
19149 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
19150 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
19151 (print_usage), (main):
19152 Added app for playback speed testing.
19154 * examples/seeking/seek.c: (dynamic_link),
19155 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
19156 (make_mpeg_pipeline), (do_seek), (set_update_scale),
19157 (message_received), (main):
19158 Updated seek example.
19160 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
19162 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19163 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19164 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
19165 (gst_base_rtp_depayload_set_clock):
19166 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19167 Don't sleep on the bench (system clock) when you have a nice
19168 comfortable bed (Gstreamer clock) to sleep on.
19170 2005-11-03 Wim Taymans <wim@fluendo.com>
19172 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19173 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
19174 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
19175 Handle the case where a pad_block failed.
19177 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
19179 reviewed by: Zeeshan Ali <zeenix@gmail.com>
19181 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19182 (gst_base_rtp_depayload_add_to_queue),
19183 (gst_base_rtp_depayload_push),
19184 (gst_base_rtp_depayload_set_gst_timestamp),
19185 (gst_base_rtp_depayload_queue_release):
19186 Fixes some bugs in the depayloader's queuing/de-queueing code.
19188 2005-10-31 Michael Smith <msmith@fluendo.com>
19190 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19191 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19192 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
19193 Patch from Alessandro Decina <alessandro@nnva.org>.
19194 Make oggdemux only find the final time in a chain, not per-pad,
19195 since the per-pad information can be very expensive to locate, and
19196 it isn't used anywhere. This makes reading a file containing
19197 OggSkeleton reasonably fast.
19198 Also, make chain finding work when there are logical bitstreams that
19199 can't be decoded. Fixes #319110.
19201 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
19203 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19204 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19205 (gst_base_rtp_depayload_chain),
19206 (gst_base_rtp_depayload_add_to_queue),
19207 (gst_base_rtp_depayload_push),
19208 (gst_base_rtp_depayload_set_gst_timestamp),
19209 (gst_base_rtp_depayload_queue_release),
19210 (gst_base_rtp_depayload_start_thread),
19211 (gst_base_rtp_depayload_set_property),
19212 (gst_base_rtp_depayload_get_property):
19213 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19214 Some random fixes, to fullfill the desires of thomas.
19216 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
19218 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19219 (gst_base_rtp_depayload_add_to_queue),
19220 (gst_base_rtp_depayload_push):
19221 Fixed the queueing algorithm.
19223 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
19225 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19226 (gst_base_rtp_depayload_push):
19229 2005-10-31 Wim Taymans <wim@fluendo.com>
19231 * gst-libs/gst/audio/gstringbuffer.h:
19234 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19235 (gst_ffmpeg_caps_to_pixfmt):
19236 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19237 (gst_ffmpegcsp_set_caps):
19238 Some more comments.
19239 Handle missing required caps fields better.
19241 2005-10-31 Wim Taymans <wim@fluendo.com>
19243 * gst-libs/gst/audio/gstbaseaudiosink.c:
19244 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
19245 (gst_base_audio_sink_render):
19246 * gst-libs/gst/audio/gstringbuffer.c:
19247 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19248 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19249 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
19250 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
19251 (gst_ring_buffer_read):
19252 * gst-libs/gst/audio/gstringbuffer.h:
19253 Add flushing mode to the ringbuffer so that it in all cases does
19254 not try to handle more audio. This makes sure it does not try to
19255 block anymore when flushing and fixes a livelock.
19257 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
19259 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19260 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19261 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
19262 Explicitly check for -1 values before doing a conversion
19263 and always map them to -1. (#315545)
19265 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
19267 * gst/playback/gstplaybin.c: (gen_video_element):
19268 first try autovideosink, then xvimagesink, then error out
19270 add translatable file
19285 update translations
19287 2005-10-27 Philippe Khalaf <burger at speedy dot org>
19289 * gst-libs/gst/rtp/gstbasedepayload.c:
19290 * gst-libs/gst/rtp/gstbasedepayload.h:
19293 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
19295 * gst/playback/.cvsignore:
19296 * gst/playback/decodetest.c:
19297 * gst/playback/test3.c:
19298 Port these two tests as well.
19300 2005-10-27 Wim Taymans <wim@fluendo.com>
19302 * ext/theora/theoradec.c: (theora_dec_src_query),
19303 (theora_dec_sink_event):
19304 * ext/theora/theoraenc.c: (theora_enc_sink_event),
19305 (theora_enc_change_state):
19306 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19307 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
19308 Take proper locks when handling events.
19310 2005-10-27 Wim Taymans <wim@fluendo.com>
19312 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
19313 (gst_adder_change_state):
19314 Fix timestamps and fix deadlock when stopping the collectpads.
19316 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
19318 * gst-libs/gst/rtp/gstrtpbuffer.h:
19319 Declaring the payload types as strings too so that they can be used
19320 in the padtemplate inialization.
19322 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
19324 reviewed by: Zeeshan Ali <zeenix@gmail.com>
19326 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19327 (gst_base_rtp_depayload_class_init):
19328 Fixes a small but nasty bug. The derived elements no longer segfaults
19331 2005-10-26 Michael Smith <msmith@fluendo.com>
19333 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
19334 When clearing an audioconvert context, set tmpbufsize to zero, so
19335 we'll allocate it again later if required.
19336 This fixes audioconvert re-negotiating formats, which previously
19337 segfaulted with a NULL destination buffer.
19339 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
19341 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19342 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
19343 (gst_base_rtp_depayload_set_gst_timestamp),
19344 (gst_base_rtp_depayload_queue_release):
19345 Fixed a smalll memleak.
19347 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
19348 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19349 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
19350 (gst_base_rtp_depayload_finalize),
19351 (gst_base_rtp_depayload_setcaps),
19352 (gst_base_rtp_depayload_add_to_queue),
19353 (gst_base_rtp_depayload_push),
19354 (gst_base_rtp_depayload_set_gst_timestamp),
19355 (gst_base_rtp_depayload_queue_release),
19356 (gst_base_rtp_depayload_thread),
19357 (gst_base_rtp_depayload_change_state):
19358 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19359 Changed the C++ comments to C comments
19361 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
19363 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
19364 * gst/tcp/gsttcpclientsrc.h:
19365 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
19366 * gst/tcp/gsttcpserversrc.h:
19367 Remove unused 'curoffset' structure member.
19369 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
19371 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19372 (gst_base_rtp_depayload_base_init),
19373 (gst_base_rtp_depayload_finalize):
19374 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19375 * gst-libs/gst/rtp/gstbasertppayload.h:
19376 The pad-template on the sinkpad should be set by the derived classes.
19377 Also added some useful macros.
19379 2005-10-24 Wim Taymans <wim@fluendo.com>
19381 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19382 Correctly flush decoder samples even if we could not
19383 copy them to an output buffer. Fixes #319618.
19385 2005-10-24 Julien MOUTTE <julien@moutte.net>
19387 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19388 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
19389 the caps against our xcontext caps.
19391 2005-10-24 Wim Taymans <wim@fluendo.com>
19393 * gst-libs/gst/audio/gstbaseaudiosink.c:
19394 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
19396 Use sync property from baseclass to disable sync.
19398 2005-10-24 Wim Taymans <wim@fluendo.com>
19400 * gst-libs/gst/audio/gstbaseaudiosink.c:
19401 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
19402 Buffers with no timestamps get aligned with previous buffers or
19403 on underrun, played ASAP.
19405 2005-10-24 Julien MOUTTE <julien@moutte.net>
19407 * gst-libs/gst/video/video.h:
19408 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19409 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19410 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
19411 here comes my change on caps for framerate and geometry range.
19412 We are now accepting 1 to MAXINT for width and height, and from
19413 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
19414 to be blended correctly in videomixer.
19416 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
19421 === release 0.9.4 ===
19423 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
19428 releasing 0.9.4, "Velociraptor"
19430 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
19432 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
19436 2005-10-21 Wim Taymans <wim@fluendo.com>
19438 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19439 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
19440 (pad_blocked), (close_pad_link), (new_pad):
19441 Don't try to remove elements twice.
19443 2005-10-21 Wim Taymans <wim@fluendo.com>
19445 * ext/theora/theoradec.c: (theora_dec_src_query),
19446 (theora_dec_sink_event):
19447 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19448 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
19449 (vorbis_handle_data_packet):
19450 * ext/vorbis/vorbisdec.h:
19453 * gst-libs/gst/audio/gstbaseaudiosink.c:
19454 (gst_base_audio_sink_render):
19455 Don't try to sync on buffers without a timestamp.
19457 2005-10-21 Wim Taymans <wim@fluendo.com>
19459 * ext/theora/theoradec.c: (theora_dec_src_query),
19460 (theora_dec_sink_event):
19461 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19462 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
19463 (vorbis_handle_data_packet):
19464 * ext/vorbis/vorbisdec.h:
19467 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
19469 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
19470 (gst_vorbisenc_src_query):
19471 Implement position and duration queries.
19473 * gst/playback/test3.c: (update_scale), (main):
19474 Fix for async state changes and print nicer output.
19476 2005-10-20 Wim Taymans <wim@fluendo.com>
19478 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
19479 (dump_element_stats), (main):
19480 * gst/playback/test6.c: (main):
19483 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
19485 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
19486 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
19487 Don't use functions for position queries when handling
19490 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
19492 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19493 (vorbis_handle_data_packet), (vorbis_dec_chain),
19494 (vorbis_dec_change_state):
19495 * ext/vorbis/vorbisdec.h:
19496 Vorbis streams can be embedded in other container formats
19497 than ogg, container formats where the demuxer might set
19498 timestamps on encoded vorbis buffers instead of those silly
19499 granulepos thingies. In short: make vorbisdec handle
19500 timestamps on incoming buffers as well.
19502 2005-10-20 Wim Taymans <wim@fluendo.com>
19504 * gst/playback/gstplaybasebin.c: (group_destroy),
19505 (gst_play_base_bin_change_state):
19507 Handle case where playbasebin is now ASYNC because
19510 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
19512 * gst/audioconvert/Makefile.am:
19513 * gst/audioconvert/bufferframesconvert.c:
19514 * gst/audioconvert/plugin.c: (plugin_init):
19515 * gst/audioconvert/plugin.h:
19516 And bye bye buffer-frames-convert
19518 2005-10-19 Wim Taymans <wim@fluendo.com>
19520 * check/elements/audioconvert.c:
19521 * docs/libs/tmpl/gstaudio.sgml:
19522 * docs/libs/tmpl/gstcolorbalance.sgml:
19523 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19524 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
19525 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19526 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
19527 * gst-libs/gst/audio/audio.h:
19528 * gst/audioconvert/audioconvert.h:
19529 * gst/audioconvert/gstaudioconvert.c:
19530 (gst_audio_convert_parse_caps):
19531 * gst/volume/gstvolume.c:
19532 Bye bye buffer-frames.
19534 2005-10-19 Wim Taymans <wim@fluendo.com>
19536 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
19537 (query_positions_elems), (query_positions_pads), (update_scale),
19538 (do_seek), (set_update_scale), (message_received), (main):
19539 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
19540 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
19541 (gst_ogg_demux_loop):
19542 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19543 * ext/theora/theoradec.c: (theora_dec_src_query),
19544 (theora_dec_sink_event):
19545 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19546 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
19547 * gst/adder/gstadder.c: (gst_adder_query):
19548 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
19549 * gst/playback/test3.c: (update_scale):
19550 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
19551 (dump_element_stats), (main):
19552 * gst/playback/test6.c: (main):
19553 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
19556 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
19558 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
19559 (xml_check_first_element), (xml_type_find), (smil_type_find),
19561 Add typefinding for SMIL and for generic XML. Based on patch by
19562 Akos Maroy (#308663).
19564 2005-10-18 Wim Taymans <wim@fluendo.com>
19566 * gst/playback/Makefile.am:
19567 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19568 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
19569 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
19570 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
19571 (gst_decode_bin_change_state):
19572 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19573 (gst_play_bin_send_event_to_sink):
19574 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
19575 (dump_element_stats), (main):
19576 * gst/playback/test6.c: (main):
19577 Make playbin async, it'll commit state to paused when all streams
19580 Added test6.c to show async behaviour.
19582 2005-10-18 Wim Taymans <wim@fluendo.com>
19584 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
19585 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
19586 Fix for segment-start/stop API change.
19588 2005-10-18 Wim Taymans <wim@fluendo.com>
19590 * check/Makefile.am:
19591 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
19593 Add future test for clock selection.
19595 2005-10-18 Wim Taymans <wim@fluendo.com>
19597 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
19598 (gst_alsasink_close):
19599 Set handle to NULL.
19601 * gst-libs/gst/audio/gstringbuffer.c:
19602 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19603 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19604 (gst_ring_buffer_start), (gst_ring_buffer_pause),
19605 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
19606 (gst_ring_buffer_read):
19609 2005-10-17 Stefan Kost <ensonic@users.sf.net>
19611 * gst/audiotestsrc/Makefile.am:
19612 * gst/sine/Makefile.am:
19613 * gst/volume/Makefile.am:
19614 fix broken build of controllerized plugins
19616 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
19618 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19620 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19621 (gst_riff_create_video_template_caps):
19622 Add support for Indeo-3 (IV32).
19624 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
19629 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
19631 * gst-libs/gst/video/video.c: (gst_video_get_size):
19632 * gst/audiotestsrc/gstaudiotestsrc.c:
19635 2005-10-17 Andy Wingo <wingo@pobox.com>
19637 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
19638 with the collectpads change.
19639 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
19641 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
19643 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
19645 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
19646 alloc_buffer flow return to callers.
19647 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
19648 change. Fix some memleaks in theoraenc.
19650 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
19651 in strange circumstance.
19653 2005-10-17 Julien MOUTTE <julien@moutte.net>
19655 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19656 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
19657 from caps, let's use the caps...
19659 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
19662 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
19664 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
19666 * gst-libs/gst/interfaces/Makefile.am:
19669 2005-10-16 Andy Wingo <wingo@pobox.com>
19671 * gst/playback/gstdecodebin.c
19672 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
19674 (try_to_link_1): Increase kraziness level.
19676 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
19679 restructure like the core one
19680 * gst-libs/gst/audio/Makefile.am:
19681 * gst-libs/gst/interfaces/Makefile.am:
19682 * gst-libs/gst/net/Makefile.am:
19683 * gst-libs/gst/riff/Makefile.am:
19684 * gst-libs/gst/rtp/Makefile.am:
19685 * gst-libs/gst/tag/Makefile.am:
19686 * gst-libs/gst/video/Makefile.am:
19687 use correct linker flags, now the libs are properly versioned
19688 * check/elements/audioconvert.c: (verify_convert):
19689 * ext/alsa/gstalsaplugin.c:
19690 * ext/cdparanoia/gstcdparanoia.c:
19691 * ext/gnomevfs/gstgnomevfs.c:
19692 * ext/libvisual/visual.c:
19693 * ext/ogg/gstogg.c:
19694 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
19695 * ext/theora/theora.c:
19696 * ext/vorbis/vorbis.c:
19697 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19698 * gst-libs/gst/tag/gsttagediting.c:
19699 * gst-libs/gst/video/video.c:
19700 * gst/adder/gstadder.c:
19701 * gst/audioconvert/plugin.c:
19702 * gst/audiorate/gstaudiorate.c:
19703 * gst/audioresample/gstaudioresample.c:
19704 * gst/audioresample/resample_ref.c: (resample_scale_ref):
19705 * gst/audioscale/gstaudioscale.c:
19706 * gst/audioscale/resample.c:
19707 * gst/audiotestsrc/gstaudiotestsrc.c:
19708 * gst/ffmpegcolorspace/gstffmpeg.c:
19709 * gst/playback/gstdecodebin.c: (close_pad_link):
19710 * gst/playback/gstplaybin.c: (gen_video_element),
19711 (gen_audio_element):
19712 * gst/sine/gstsinesrc.c:
19713 * gst/subparse/gstsubparse.c:
19714 * gst/tags/gsttagediting.c:
19715 * gst/tcp/gsttcpplugin.c:
19716 * gst/typefind/gsttypefindfunctions.c:
19717 * gst/videorate/gstvideorate.c:
19718 * gst/videoscale/gstvideoscale.c:
19719 * gst/videotestsrc/gstvideotestsrc.c:
19720 * gst/volume/gstvolume.c:
19721 * sys/v4l/gstv4l.c:
19722 * sys/ximage/ximage.c:
19723 * sys/xvimage/xvimagesink.c:
19726 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
19728 * ext/vorbis/vorbisenc.c:
19729 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19730 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
19731 (gst_tag_to_vorbis_comments):
19732 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
19734 2005-10-13 Stefan Kost <ensonic@users.sf.net>
19736 * examples/stats/mp2ogg.c:
19737 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19740 2005-10-13 Michael Smith <msmith@fluendo.com>
19742 * ext/ogg/gstoggmux.c:
19743 Use magic glib macros to define constants as 64 bit, to ensure
19744 appropriate vararg passing.
19746 2005-10-13 Michael Smith <msmith@fluendo.com>
19748 * ext/ogg/gstoggmux.c:
19749 * gst/audioconvert/audioconvert.c: (float):
19750 Don't use LL suffix, as it's not portable, and neither of these
19751 uses required it anyway.
19753 2005-10-12 Stefan Kost <ensonic@users.sf.net>
19755 * examples/indexing/indexmpeg.c: (main):
19756 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
19757 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
19758 (cdparanoia_convert), (cdparanoia_query):
19759 * ext/cdparanoia/gstcdparanoia.h:
19760 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19761 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
19762 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
19763 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
19764 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
19765 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
19766 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
19767 (gst_multifdsink_render), (gst_multifdsink_start),
19768 (gst_multifdsink_stop):
19769 * gst/tcp/gstmultifdsink.h:
19770 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
19771 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
19772 (gst_tcpclientsink_stop):
19773 * gst/tcp/gsttcpclientsink.h:
19774 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
19775 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
19776 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
19777 * gst/tcp/gsttcpclientsrc.h:
19778 * gst/tcp/gsttcpserversink.h:
19779 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
19780 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
19781 (gst_tcpserversrc_stop):
19782 * gst/tcp/gsttcpserversrc.h:
19783 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
19784 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
19785 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
19786 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19787 moved bitshift from macro to enum definition
19789 2005-10-12 Wim Taymans <wim@fluendo.com>
19791 * examples/seeking/Makefile.am:
19794 2005-10-12 Wim Taymans <wim@fluendo.com>
19796 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
19797 (gst_ring_buffer_read), (gst_ring_buffer_clear):
19798 Don't assert on normal stuff.
19800 * gst/playback/gstplaybin.c: (do_playbin_seek):
19803 2005-10-12 Wim Taymans <wim@fluendo.com>
19805 * check/pipelines/simple_launch_lines.c: (run_pipeline):
19806 * examples/seeking/Makefile.am:
19807 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
19808 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
19809 (do_seek), (set_update_scale), (message_received), (main):
19810 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
19811 (gst_ring_buffer_read), (gst_ring_buffer_clear):
19812 Update for _get_state() API change.
19814 2005-10-11 Wim Taymans <wim@fluendo.com>
19816 * gst-libs/gst/audio/gstbaseaudiosink.c:
19817 (gst_base_audio_sink_render):
19818 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19819 (gst_base_audio_src_create):
19820 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
19821 (gst_ring_buffer_read):
19823 Commit and read from ringbuffer in samples rather than bytes.
19825 2005-10-11 Wim Taymans <wim@fluendo.com>
19827 * gst-libs/gst/audio/gstbaseaudiosink.c:
19828 (gst_base_audio_sink_render):
19829 Respect segment rate and accum when scheduling samples.
19831 2005-10-11 Julien MOUTTE <julien@moutte.net>
19833 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19834 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
19835 EOS correctly, that needs more work.
19837 2005-10-11 Wim Taymans <wim@fluendo.com>
19839 * check/generic/states.c: (GST_START_TEST):
19840 remove old property.
19842 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19843 (gst_ogg_demux_perform_seek):
19844 * ext/theora/theoradec.c: (theora_dec_sink_event):
19845 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19846 (vorbis_handle_data_packet):
19847 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19848 (gst_base_rtp_depayload_set_gst_timestamp):
19849 * gst/videorate/gstvideorate.c: (gst_videorate_event):
19850 Update for newsegment API change.
19852 2005-10-11 Michael Smith <msmith@fluendo.com>
19854 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
19855 (do_playbin_seek), (gst_play_bin_send_event):
19856 Override send_event differently, so that we can takes bits of
19857 functionality from GstPipeline (special handling for seeks,
19858 including pausing/resuming, and resetting stream time) and still get
19859 the appropriate behaviour of only forwarding event to a single sink,
19860 rather than all of them.
19861 Unfortunately requires a lot of code duplication, but the
19862 alternatives are equally ugly in the end.
19864 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
19866 * check/elements/audioconvert.c: (setup_audioconvert),
19867 (cleanup_audioconvert), (get_int_caps), (verify_convert),
19868 (GST_START_TEST), (audioconvert_suite):
19869 clean up tests a little, fix some leaks.
19871 2005-10-10 Wim Taymans <wim@fluendo.com>
19873 * ext/alsa/gstalsasink.c:
19874 Also allow unsigned int.
19876 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19877 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
19880 2005-10-10 Wim Taymans <wim@fluendo.com>
19882 * check/pipelines/simple_launch_lines.c: (run_pipeline):
19883 Small update, use API as stated in design docs.
19885 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
19886 (update_scale), (do_seek), (seek_cb), (set_update_scale),
19887 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
19888 (message_received), (main):
19889 Updated seek example for GOption. Some usability improvements.
19891 2005-10-10 Wim Taymans <wim@fluendo.com>
19893 * gst/audioconvert/audioconvert.h:
19894 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
19895 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
19896 Alloc temp storage somewhere else where we can do it more
19899 2005-10-10 Wim Taymans <wim@fluendo.com>
19901 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
19902 (gst_tcpserversrc_start):
19903 Don't block in accept while doing the state change, move
19904 to poll and make cancellable.
19906 2005-10-09 Philippe Khalaf <burger@speedy.org>
19908 * gst-libs/gst/rtp/rtpbasedepayload.c:
19909 Set timestamp and add queue delay to timestamp
19910 * gst-libs/gst/rtp/rtpbuffer.h:
19911 Set correct payload type for h263
19913 2005-10-09 Stefan Kost <ensonic@users.sf.net>
19915 * gst/audiotestsrc/gstaudiotestsrc.c:
19916 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
19917 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
19918 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
19919 (gst_audiotestsrc_create_triangle),
19920 (gst_audiotestsrc_create_silence),
19921 (gst_audiotestsrc_create_white_noise),
19922 (gst_audiotestsrc_init_pink_noise),
19923 (gst_audiotestsrc_generate_pink_noise_value),
19924 (gst_audiotestsrc_create_pink_noise),
19925 (gst_audiotestsrc_change_wave):
19926 * gst/audiotestsrc/gstaudiotestsrc.h:
19927 fixed typo, added pink noise
19929 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
19931 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
19933 Add wavpack and spc typefind functions from 0.8 branch.
19935 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
19937 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
19938 (ar_type_find), (msdos_type_find), (plugin_init):
19939 Add typefind functions for tar archives, ar archives,
19940 RAR archives, and msdos-executables (dlls, exe, etc.).
19941 Some of those would be wrongly identified as mpeg
19942 streams of some sort before (#315550).
19944 2005-10-09 Stefan Kost <ensonic@users.sf.net>
19947 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19948 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19949 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19950 * gst/audiotestsrc/Makefile.am:
19951 * gst/audiotestsrc/gstaudiotestsrc.c:
19952 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
19953 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
19954 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
19955 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
19956 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
19957 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
19958 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
19959 (gst_audiotestsrc_create_silence),
19960 (gst_audiotestsrc_create_white_noise),
19961 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
19962 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
19963 (gst_audiotestsrc_start), (plugin_init):
19964 * gst/audiotestsrc/gstaudiotestsrc.h:
19965 add new plugin and element
19966 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
19969 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
19971 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
19972 (gst_adder_init), (gst_adder_request_new_pad),
19973 (gst_adder_change_state):
19974 Add query function to source pad, so adder reports the correct
19975 time/sample position when queried (#315457); fix state change
19976 function; use GST_DEBUG_FUNCPTR() for pad functions.
19978 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
19980 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
19981 Fix leaks in typefind registration
19982 Clean up the gratuitous commenting and whitespacing a little
19984 2005-10-08 Wim Taymans <wim@fluendo.com>
19986 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
19987 Only actually wait for the thread to be stopped if it's
19990 2005-10-08 Wim Taymans <wim@fluendo.com>
19992 * gst-libs/gst/audio/gstbaseaudiosink.c:
19993 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
19994 If we receive EOS we can start playback of what we had.
19996 2005-10-08 Wim Taymans <wim@fluendo.com>
19998 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19999 (gst_multifdsink_finalize), (multifdsink_hash_remove),
20000 (gst_multifdsink_stop):
20001 Fix crasher when going to NULL multiple times.
20003 2005-10-06 Wim Taymans <wim@fluendo.com>
20005 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
20006 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
20007 * gst-libs/gst/audio/gstbaseaudiosrc.h:
20008 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20009 patch from Edgard Lima <edgard.lima@indt.org.br>
20010 Fixed gstbaseaudiosrc adding ring buffer sync to it.
20012 2005-10-06 Wim Taymans <wim@fluendo.com>
20014 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20015 Report the FLOW_RETURN as string in the error message.
20017 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
20018 Don't assert when clearing an unnegotiated buffer.
20020 2005-10-04 Michael Smith <msmith@fluendo.com>
20022 * gst/playback/gstplaybasebin.c: (group_destroy),
20023 (gen_preroll_element), (remove_groups), (setup_source):
20024 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
20025 (setup_sinks), (gst_play_bin_send_event),
20026 (gst_play_bin_change_state):
20027 Set state to NULL before removing from bin. Fix refcounting.
20029 2005-10-04 Michael Smith <msmith@fluendo.com>
20031 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20032 Correct refcounting in send_event() function. Previously was wrong
20033 if the first sink was unable to handle the event.
20035 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
20038 back to development
20040 === release 0.9.3 ===
20042 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
20045 Releasing 0.9.3, "De Facto"
20047 2005-10-03 Andy Wingo <wingo@pobox.com>
20049 * gst/playback/gstdecodebin.c (try_to_link_1)
20050 (remove_element_chain): set element to NULL before removing it.
20052 2005-10-02 Johan Dahlin <johan@gnome.org>
20054 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
20055 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
20058 2005-10-02 Andy Wingo <wingo@pobox.com>
20060 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
20061 (gst_ring_buffer_prepare_read):
20062 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
20065 2005-09-29 Wim Taymans <wim@fluendo.com>
20067 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
20068 * ext/theora/theoradec.c: (theora_handle_data_packet):
20069 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20070 Propagate error codes from alloc_buffer too.
20072 2005-09-29 Wim Taymans <wim@fluendo.com>
20074 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20077 * gst/playback/Makefile.am:
20078 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20079 (dump_element_stats), (main):
20080 Added example stream introspection code.
20082 2005-09-28 Stefan Kost <ensonic@users.sf.net>
20084 * gst/adder/gstadder.c: (gst_adder_collected):
20085 fix adder for float elements
20087 2005-09-28 Wim Taymans <wim@fluendo.com>
20089 * gst-libs/gst/audio/gstbaseaudiosink.c:
20090 (gst_base_audio_sink_class_init),
20091 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
20092 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20093 (gst_base_audio_src_class_init),
20094 (gst_base_audio_src_provide_clock):
20095 get_clock -> provide_clock
20097 2005-09-28 Andy Wingo <wingo@pobox.com>
20099 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
20102 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
20105 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
20106 Actually add the pad template.
20107 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
20109 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
20112 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
20113 from fdsrc. Get caps in create() instead of start() so it can be
20114 interrupted. Interruption somewhat untested.
20116 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
20117 Proper EOS handling.
20119 2005-09-27 Andy Wingo <wingo@pobox.com>
20121 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
20123 * gst/tcp/gsttcpserversrc.c: Cleaned up.
20125 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
20127 * gst/tcp/gsttcp.h:
20128 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
20129 out of tcpclientsrc.c. Cancellable.
20130 (gst_tcp_socket_read): Made private, cancellable, with better
20131 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
20132 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
20133 whole buffer, and better diagnostics.
20134 (gst_tcp_gdp_read_caps): Same.
20136 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
20138 2005-09-26 Andy Wingo <wingo@pobox.com>
20140 * gst/sine/gstsinesrc.h:
20141 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
20142 change the 'sync' property to 'is-live' and implement it halfway,
20143 update for controller api change.
20145 * gst/volume/gstvolume.c (volume_transform_ip): Update for
20146 controller api change.
20148 2005-09-24 Wim Taymans <wim@fluendo.com>
20150 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
20151 * gst-libs/gst/audio/gstaudiosink.c:
20152 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
20153 (gst_audioringbuffer_stop):
20154 * gst-libs/gst/audio/gstbaseaudiosink.c:
20155 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
20156 (gst_base_audio_sink_change_state):
20157 * gst-libs/gst/audio/gstbaseaudiosink.h:
20158 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
20159 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
20160 (gst_ring_buffer_commit), (gst_ring_buffer_read):
20161 * gst-libs/gst/audio/gstringbuffer.h:
20162 Fix sync again. Moved sample alignment to basesink.
20164 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
20166 * docs/plugins/Makefile.am:
20167 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20168 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20169 * gst/volume/gstvolume.c:
20171 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
20172 * gst-libs/gst/audio/audio.h:
20173 add conversion macros for frames <-> clocktime
20175 2005-09-23 David Schleef <ds@schleef.org>
20177 * gst/audioresample/Makefile.am:
20178 * gst/audioresample/debug.h:
20179 * gst/audioresample/gstaudioresample.c:
20180 * gst/audioresample/resample.c: Convert to using gst debugging
20182 2005-09-22 Wim Taymans <wim@fluendo.com>
20184 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20185 (gst_play_bin_send_event):
20186 Only seek on one sink, the first one that succeeds.
20188 2005-09-22 Michael Smith <msmith@fluendo.com>
20190 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20191 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20192 Don't flush encoder state unless we have an initialised encoder.
20193 Clear out encoder state on PAUSED_TO_READY.
20195 2005-09-22 Wim Taymans <wim@fluendo.com>
20197 * gst-libs/gst/rtp/gstbasertppayload.c:
20198 (gst_basertppayload_class_init), (gst_basertppayload_init),
20199 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20200 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20201 (gst_basertppayload_is_filled), (gst_basertppayload_push),
20202 (gst_basertppayload_set_property),
20203 (gst_basertppayload_get_property),
20204 (gst_basertppayload_change_state):
20205 * gst-libs/gst/rtp/gstbasertppayload.h:
20206 Added max-ptime to control amount of data in the rtp packets.
20208 2005-09-21 Andy Wingo <wingo@pobox.com>
20210 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
20213 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
20214 can be called multiple times, dogs.
20216 2005-09-21 Wim Taymans <wim@fluendo.com>
20218 * gst-libs/gst/rtp/gstbasertppayload.c:
20219 (gst_basertppayload_class_init), (gst_basertppayload_init),
20220 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20221 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20222 (gst_basertppayload_push), (gst_basertppayload_get_property),
20223 (gst_basertppayload_change_state):
20226 2005-09-21 Stefan Kost <ensonic@users.sf.net>
20228 * docs/libs/compiling.sgml:
20231 2005-09-20 Wim Taymans <wim@fluendo.com>
20233 * gst-libs/gst/rtp/gstbasertppayload.c:
20234 (gst_basertppayload_class_init), (gst_basertppayload_init),
20235 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20236 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20237 (gst_basertppayload_push), (gst_basertppayload_set_property),
20238 (gst_basertppayload_get_property),
20239 (gst_basertppayload_change_state):
20240 * gst-libs/gst/rtp/gstbasertppayload.h:
20241 Added property to configure sequence number offsets.
20243 2005-09-20 Wim Taymans <wim@fluendo.com>
20245 * gst-libs/gst/rtp/gstbasertppayload.c:
20246 (gst_basertppayload_class_init), (gst_basertppayload_init),
20247 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20248 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20249 (gst_basertppayload_push), (gst_basertppayload_set_property),
20250 (gst_basertppayload_get_property),
20251 (gst_basertppayload_change_state):
20252 * gst-libs/gst/rtp/gstbasertppayload.h:
20253 Make timestamp offset configurable.
20255 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
20257 * check/pipelines/simple_launch_lines.c: (run_pipeline):
20258 fix wrong pop/unref
20260 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
20262 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20264 * gst-libs/gst/interfaces/propertyprobe.c:
20265 (gst_property_probe_probe_property_name),
20266 (gst_property_probe_needs_probe_name),
20267 (gst_property_probe_get_values_name),
20268 (gst_property_probe_probe_and_get_values_name):
20269 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
20270 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
20272 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
20274 * check/Makefile.am:
20275 have some tests be disabled for valgrinding
20276 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
20278 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
20279 Fix A Leak. Chain To Parent Finalize.
20281 2005-09-19 Wim Taymans <wim@fluendo.com>
20283 * examples/seeking/seek.c: (make_wav_pipeline), (main):
20284 Fixed wav pipeline.
20286 2005-09-19 Wim Taymans <wim@fluendo.com>
20288 * gst-libs/gst/rtp/gstbasertppayload.c:
20289 (gst_basertppayload_class_init), (gst_basertppayload_init),
20290 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20291 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20292 (gst_basertppayload_push), (gst_basertppayload_get_property),
20293 (gst_basertppayload_change_state):
20294 Posting ERROR and WARNING messages is good.
20296 2005-09-19 Wim Taymans <wim@fluendo.com>
20298 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20299 (gst_base_rtp_depayload_add_to_queue),
20300 (gst_base_rtp_depayload_push),
20301 (gst_base_rtp_depayload_set_gst_timestamp),
20302 (gst_base_rtp_depayload_queue_release):
20303 This one was not supposed to go in.
20305 2005-09-19 Wim Taymans <wim@fluendo.com>
20307 * check/pipelines/simple_launch_lines.c: (run_pipeline):
20310 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20311 (gst_base_rtp_depayload_chain),
20312 (gst_base_rtp_depayload_add_to_queue),
20313 (gst_base_rtp_depayload_push),
20314 (gst_base_rtp_depayload_set_gst_timestamp),
20315 (gst_base_rtp_depayload_queue_release):
20318 * gst-libs/gst/rtp/gstbasertppayload.c:
20319 (gst_basertppayload_class_init), (gst_basertppayload_init),
20320 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
20321 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
20322 (gst_basertppayload_get_property),
20323 (gst_basertppayload_change_state):
20324 Added debugging category.
20326 2005-09-18 David Schleef <ds@schleef.org>
20328 * gst/playback/gstdecodebin.c: free plugin list correctly
20329 * gst/playback/gstplaybin.c: emit warning if autovideosink
20330 and autoaudiosink can't be found (instead of segfaulting)
20332 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
20334 * check/elements/audioconvert.c: (GST_START_TEST):
20335 try out 24 bit conversion
20337 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
20339 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20340 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20341 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
20342 * ext/vorbis/vorbisenc.h:
20343 Fix EOS handling. Still needs a fix in the ogg muxer to
20344 mark the last page as eos.
20346 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
20348 * common/gtk-doc-plugins.mak:
20349 * docs/plugins/Makefile.am:
20350 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20351 * gst/ffmpegcolorspace/Makefile.am:
20352 * gst/ffmpegcolorspace/avcodec.h:
20353 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20354 * gst/tcp/gstmultifdsink.c:
20355 fix up ffmpegcolorspace docs; extract header
20357 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
20359 * common/gtk-doc-plugins.mak:
20360 * docs/plugins/Makefile.am:
20361 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20362 * ext/theora/Makefile.am:
20363 * ext/theora/gsttheoraenc.h:
20364 * ext/theora/theoraenc.c:
20365 * ext/vorbis/vorbisenc.c:
20366 pick up signals and args for vorbis; add some docs for vorbis
20368 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
20370 * common/gstdoc-scangobj:
20371 * common/gtk-doc-plugins.mak:
20372 * docs/libs/Makefile.am:
20373 * docs/plugins/gst-plugins-base-plugins.args:
20374 * docs/plugins/gst-plugins-base-plugins.hierarchy:
20375 * docs/plugins/gst-plugins-base-plugins.interfaces:
20376 * docs/plugins/gst-plugins-base-plugins.prerequisites:
20377 * docs/plugins/gst-plugins-base-plugins.signals:
20378 only scanobj stuff from our source module. Not sure yet
20379 if that's correct, given the hierarchy stuff :)
20381 2005-09-15 Wim Taymans <wim@fluendo.com>
20383 * gst/audioconvert/gstaudioconvert.c:
20384 And enable 24 bits mode as well..
20386 2005-09-15 Wim Taymans <wim@fluendo.com>
20388 * gst-libs/gst/rtp/Makefile.am:
20389 * gst-libs/gst/rtp/gstbasertppayload.c:
20390 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
20391 (gst_basertppayload_class_init), (gst_basertppayload_init),
20392 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
20393 (gst_basertppayload_chain), (gst_basertppayload_set_options),
20394 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
20395 (gst_basertppayload_set_property),
20396 (gst_basertppayload_get_property),
20397 (gst_basertppayload_change_state):
20398 * gst-libs/gst/rtp/gstbasertppayload.h:
20399 Added rtp payloader base class.
20401 2005-09-15 Andy Wingo <wingo@pobox.com>
20403 * configure.ac (plugindir): Remove the EOL matcher from the
20404 regexp, as it causes me problems. Libtool? Make? Who knows?
20406 2005-09-14 David Schleef <ds@schleef.org>
20408 * check/generic/states.c:
20409 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20410 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
20411 Fixes for changes in registry API.
20413 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
20414 to GST_PLUGIN_LDFLAGS.
20415 * ext/libvisual/visual.c: Make the library shut up.
20416 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
20417 * gst-libs/gst/audio/gstaudiofilter.c: same
20419 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
20421 * docs/plugins/Makefile.am:
20422 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20423 * docs/plugins/inspect/plugin-libvisual.xml:
20424 * docs/plugins/tmpl/element-tcpserversink.sgml:
20425 * ext/theora/theoraenc.c:
20426 add libvisual plugin and theoraenc element to docs
20428 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
20430 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20431 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20432 * ext/theora/theoraenc.c:
20435 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
20437 * gst/audioconvert/Makefile.am:
20438 Audioconvert derives from GstBaseTransform and should
20439 link to the library with our base elements to avoid
20440 unresolved symbols. Makes things work with MinGW (#316160)
20442 * gst/playback/test4.c: (main):
20443 Fix MinGW build problem and use g_usleep() instead of
20446 2005-09-12 Wim Taymans <wim@fluendo.com>
20448 * gst/audioconvert/audioconvert.c: (float),
20449 (audio_convert_prepare_context), (audio_convert_convert):
20450 * gst/audioconvert/audioconvert.h:
20451 Cleanups, speedups, simplifications, added back support
20454 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
20456 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20457 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20458 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20459 * docs/plugins/tmpl/element-tcpserversink.sgml:
20460 * gst/ffmpegcolorspace/gstffmpeg.c:
20461 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20462 * gst/videotestsrc/gstvideotestsrc.c:
20463 * gst/volume/gstvolume.c:
20464 add more elements to the docs
20466 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
20468 * check/Makefile.am:
20469 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
20470 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
20471 Add extra tests for basetransform based components.
20472 Comment out the test_element_negotiation test until we decide
20473 if it's testing correct behaviour.
20474 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
20475 (gst_visual_chain), (gst_visual_change_state):
20476 Slightly more correct but still bogus timestamping.
20477 Fix state change function.
20478 * gst/audioconvert/gstaudioconvert.c:
20479 (gst_audio_convert_class_init):
20480 * gst/audioresample/gstaudioresample.c:
20481 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20482 (gst_ffmpegcsp_class_init):
20483 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20484 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
20485 (gst_videoscale_prepare_image):
20486 * gst/volume/gstvolume.c: (gst_volume_class_init),
20487 (volume_transform_ip):
20488 Basetransform updates. Enable passthrough modes.
20489 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
20490 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
20491 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
20492 Negotiation fix that allows the window to return to the original
20493 size and renegotiate passthrough upstream. Extra debug output.
20495 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
20497 * gst/sine/gstsinesrc.c:
20498 * gst/volume/gstvolume.c:
20499 fix up header include
20501 2005-09-09 Stefan Kost <ensonic@users.sf.net>
20503 * gst-libs/gst/audio/gstbaseaudiosink.c:
20504 (gst_base_audio_sink_render):
20505 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
20506 * gst/volume/gstvolume.c: (gst_volume_class_init),
20507 (volume_transform):
20508 fixing lost sync, some more debugging
20510 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
20512 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
20513 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
20514 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
20515 (gst_xvimagesink_check_xshm_calls):
20516 Fix compilation when XShm is not available.
20518 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
20520 * ext/libvisual/visual.c: (gst_visual_dispose),
20521 (gst_visual_getcaps), (gst_visual_src_setcaps),
20522 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
20523 (gst_visual_change_state):
20524 Finish fixing up libvisual plugin so that it runs.
20526 2005-09-07 Stefan Kost <ensonic@users.sf.net>
20528 * ext/vorbis/vorbisenc.c:
20529 * gst-libs/gst/tag/gstvorbistag.c:
20530 gsttaginterface.h -> gsttagsetter.h
20532 2005-09-07 Stefan Kost <ensonic@users.sf.net>
20534 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20535 added another test that failes for me (test is not active by default)
20537 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20540 v4l2 is no longer in gst-plugins-base
20542 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
20545 In the output at the end, don't show the first plugin on the same
20546 line as "Core plug-ins, always built:".
20547 Indent the output as for other plugin categories
20548 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20549 #define that can be used to not use peer buffer_alloc functions for
20551 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
20552 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
20553 (gst_ximagesink_show_frame):
20554 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
20555 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
20556 (gst_xvimagesink_show_frame):
20557 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
20558 fails gracefully instead of XError aborting or deadlocking.
20560 2005-09-07 Stefan Kost <ensonic@users.sf.net>
20562 * ext/libvisual/Makefile.am:
20563 link against gst-base-libs
20565 2005-09-06 David Schleef <ds@schleef.org>
20567 * configure.ac: Enable libvisual plugin.
20568 * ext/libvisual/Makefile.am:
20569 * ext/libvisual/visual.c: Fixes to make it compile.
20571 === release 0.9.2 ===
20573 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
20578 * docs/random/ChangeLog-0.8:
20579 releasing 0.9.2, "Spoon"
20581 2005-09-05 Michael Smith <msmith@fluendo.com>
20583 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20584 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
20585 that in the vorbisenc element.
20587 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
20589 * common/gtk-doc-plugins.mak:
20590 * docs/plugins/Makefile.am:
20592 * gst/audioresample/resample.c:
20593 fix wrong docstring
20595 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
20597 * common/gst-xmlinspect.py:
20598 * common/gtk-doc-plugins.mak:
20599 only inspect plugins for this given package
20600 require gst-python 0.9
20602 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
20606 * common/gst-xmlinspect.py:
20608 * docs/Makefile.am:
20609 * docs/plugins/inspect/plugin-alsa.xml:
20610 * docs/plugins/inspect/plugin-audioresample.xml:
20611 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20612 * docs/plugins/inspect/plugin-ogg.xml:
20613 * docs/plugins/tmpl/element-gnomevfssink.sgml:
20614 * docs/plugins/tmpl/element-multifdsink.sgml:
20615 * docs/plugins/tmpl/element-tcpserversink.sgml:
20616 * docs/plugins/tmpl/element-vorbisenc.sgml:
20617 * gst-plugins-base.spec.in:
20618 various doc-related updates
20620 2005-08-31 Wim Taymans <wim@fluendo.com>
20622 * gst-libs/gst/audio/gstbaseaudiosink.c:
20623 (gst_base_audio_sink_render):
20624 Resync if the buffer timestamps drift more than a 10th
20627 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
20629 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
20630 (gst_v4lsrc_get_property):
20631 The 'timestamp-offset' property is registered as an int64, so
20632 let's use g_value_{set|get}_int64() in our setter and getter
20633 functions (makes it work and fixes warnings with gst-inspect).
20635 2005-08-30 Wim Taymans <wim@fluendo.com>
20637 * check/elements/audioconvert.c: (setup_audioconvert):
20638 * check/elements/audioresample.c: (setup_audioresample):
20639 * check/elements/volume.c: (setup_volume):
20642 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
20644 * common/gtk-doc-plugins.mak:
20645 * common/plugins.xsl:
20646 * docs/plugins/Makefile.am:
20647 make module a param
20649 2005-08-30 Stefan Kost <ensonic@users.sf.net>
20651 * examples/seeking/seek.c: (make_mp3_pipeline),
20652 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
20653 (play_cb), (pause_cb), (stop_cb):
20656 2005-08-30 Stefan Kost <ensonic@users.sf.net>
20658 * gst/volume/gstvolume.c: (gst_volume_class_init),
20659 (volume_transform):
20660 do not update controlled params, if buffer has no timestamp
20662 2005-08-29 Stefan Kost <ensonic@users.sf.net>
20665 * gst/sine/Makefile.am:
20666 * gst/volume/Makefile.am:
20667 controllerized elements also need to link against controller-libs ;)
20669 2005-08-29 Stefan Kost <ensonic@users.sf.net>
20671 * docs/libs/tmpl/gstcolorbalance.sgml:
20672 * docs/libs/tmpl/gstgconf.sgml:
20673 * docs/libs/tmpl/gstmixer.sgml:
20674 * docs/libs/tmpl/gstringbuffer.sgml:
20675 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20676 (gst_sinesrc_create):
20677 * gst/volume/gstvolume.c: (gst_volume_class_init),
20678 (volume_transform):
20679 controllerized two audio plugins
20681 2005-08-29 Andy Wingo <wingo@pobox.com>
20683 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
20684 (vorbis_handle_data_packet): Fix some int overflow errors.
20686 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
20688 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
20690 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
20691 if it's valid. Fixed streaming-mode playback.
20693 * check/elements/volume.c (cleanup_volume): Fix for running
20696 * check/elements/audioconvert.c: Convert from native endian, not
20699 2005-08-29 Michael Smith <msmith@fluendo.com>
20701 * ext/ogg/Makefile.am:
20702 * ext/ogg/gstogg.c: (plugin_init):
20703 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
20704 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
20705 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
20706 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
20707 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
20708 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
20709 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
20710 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
20711 Add an ogg parser element.
20713 2005-08-28 Andy Wingo <wingo@pobox.com>
20715 * Updates for two-arg init from GST_BOILERPLATE_FULL.
20717 2005-08-26 Wim Taymans <wim@fluendo.com>
20719 * gst/audioconvert/audioconvert.c: (if), (float),
20720 (audio_convert_get_func_index), (check_default),
20721 (audio_convert_clean_fmt), (audio_convert_prepare_context),
20722 (audio_convert_clean_context), (audio_convert_get_sizes),
20723 (audio_convert_convert):
20726 2005-08-26 Wim Taymans <wim@fluendo.com>
20728 * gst/audioconvert/audioconvert.c: (if), (float),
20729 (audio_convert_get_func_index), (check_default),
20730 (audio_convert_clean_fmt), (audio_convert_prepare_context),
20731 (audio_convert_clean_context), (audio_convert_get_sizes),
20732 (audio_convert_convert):
20733 More elegant and working temp buffer selection algo.
20735 2005-08-26 Wim Taymans <wim@fluendo.com>
20737 * gst/audioconvert/audioconvert.c: (if), (float),
20738 (audio_convert_get_func_index), (check_default),
20739 (audio_convert_clean_fmt), (audio_convert_prepare_context),
20740 (audio_convert_clean_context), (audio_convert_get_sizes),
20741 (get_temp_buffer), (audio_convert_convert):
20742 Use realloc else we lose our original data.
20744 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
20746 * gst/audioresample/gstaudioresample.c:
20747 use base class' newsegment to properly timestamp
20749 2005-08-26 Wim Taymans <wim@fluendo.com>
20751 * gst/audioconvert/audioconvert.c: (if), (float),
20752 (audio_convert_get_func_index), (check_default),
20753 (audio_convert_clean_fmt), (audio_convert_prepare_context),
20754 (audio_convert_clean_context), (audio_convert_get_sizes),
20755 (get_temp_buffer), (audio_convert_convert):
20756 * gst/audioconvert/gstaudioconvert.c:
20757 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
20758 (gst_audio_convert_transform_caps),
20759 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
20760 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
20761 Oops, allocate enough space to perform the channel mix.
20763 2005-08-26 Wim Taymans <wim@fluendo.com>
20765 * gst/audioconvert/Makefile.am:
20766 * gst/audioconvert/audioconvert.c: (if), (float),
20767 (audio_convert_get_func_index), (check_default),
20768 (audio_convert_clean_fmt), (audio_convert_prepare_context),
20769 (audio_convert_clean_context), (audio_convert_get_sizes),
20770 (get_temp_buffer), (audio_convert_convert):
20771 * gst/audioconvert/audioconvert.h:
20772 * gst/audioconvert/gstaudioconvert.c:
20773 (gst_audio_convert_class_init), (gst_audio_convert_init),
20774 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
20775 (gst_audio_convert_get_unit_size),
20776 (gst_audio_convert_transform_caps),
20777 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
20778 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
20779 * gst/audioconvert/gstaudioconvert.h:
20780 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
20781 (gst_channel_mix_fill_identical),
20782 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
20783 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
20784 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
20785 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
20786 (gst_channel_mix_mix):
20787 * gst/audioconvert/gstchannelmix.h:
20788 Cleanups, librarify a bit, optimize, better negotiation and more.
20790 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
20792 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
20793 Another from MikeS:
20794 During typefinding, don't support negative offsets
20795 (offsets from the end of the stream) in our typefind->peek() function
20796 - nothing embedded in ogg ever needs them. However, we need to recognise
20797 those requests and reject them, otherwise we return invalid pointers.
20799 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
20801 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
20802 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
20803 (vorbisdec_finalize), (vorbis_handle_type_packet):
20804 Big shout-out to MikeS for fixing this giant memory leak.
20807 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
20809 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
20810 (audio_convert_get_unit_size):
20813 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
20815 * check/Makefile.am:
20816 * check/elements/audioconvert.c: (setup_audioconvert),
20817 (cleanup_audioconvert), (get_int_caps), (verify_convert),
20818 (GST_START_TEST), (audioconvert_suite), (main):
20819 add a test for audioconvert
20820 * gst/audioresample/gstaudioresample.c:
20821 * gst/audioresample/gstaudioresample.h:
20822 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
20823 note that for buffers of 1/3 sec this means DURATION(c) is
20824 one nanosecond more than for a and b
20826 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
20828 * check/Makefile.am:
20829 * check/elements/audioresample.c: (setup_audioresample),
20830 (cleanup_audioresample), (fail_unless_perfect_stream),
20831 (test_perfect_stream_instance), (GST_START_TEST),
20832 add a check for audioresample
20833 (audioresample_suite), (main):
20834 * check/elements/volume.c: (GST_START_TEST):
20835 remove unused method
20836 * gst/audioresample/gstaudioresample.c:
20837 set correct buffer parameters since we're changing them
20838 * gst/audioresample/resample_ref.c: (resample_scale_ref):
20841 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
20843 * gst/audioresample/debug.c:
20844 * gst/audioresample/gstaudioresample.c:
20845 add room for extra overlap samples when asked to transform size
20846 protect against possible mem corruption and check for discrepancies
20847 between written size and outbuffer's size so we can warn for
20849 * gst/audioresample/resample.c: (resample_init),
20850 (resample_get_output_size_for_input), (resample_get_output_size),
20851 (resample_set_n_channels), (resample_set_format):
20852 set debug level based on RESAMPLE_DEBUG env var
20853 make sure that get_output_size* returns a whole number of
20855 set sample_size each time either channel or format is set
20856 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
20857 * gst/audioresample/resample_functable.c:
20858 (resample_scale_functable):
20859 * gst/audioresample/resample_ref.c: (resample_scale_ref):
20860 remove r->sample_size, it's done in resample.c now
20861 add some debugging to the ref implementation
20862 make sure we only give back bytes that are wholes of the sample
20865 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
20866 * gst/playback/gstplaybasebin.c: (fill_buffer):
20867 Revert unpopular change for GST_MESSAGE_SRC to GObject.
20869 2005-08-25 Stefan Kost <ensonic@users.sf.net>
20871 * gst/volume/gstvolume.c:
20872 made set_caps function static
20874 2005-08-24 Wim Taymans <wim@fluendo.com>
20876 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20877 (gst_vorbisenc_change_state):
20878 Stop leaking taglists.
20880 2005-08-24 Wim Taymans <wim@fluendo.com>
20882 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20883 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
20884 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
20885 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
20886 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
20887 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
20888 Parse seeking events better.
20890 Generate correct newsegment events, fixes seeking in live oggs.
20892 * ext/theora/theoradec.c: (theora_dec_src_query),
20893 (theora_dec_src_event), (theora_dec_src_getcaps),
20894 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
20895 Use newsegment values to report correct play time.
20897 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20898 (vorbis_dec_src_event), (vorbis_dec_sink_event):
20899 * ext/vorbis/vorbisdec.h:
20900 Parse and use newsegment values to report correct play time.
20902 * gst-libs/gst/audio/gstbaseaudiosink.c:
20903 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
20904 Clear ringbuffer on flush.
20905 Use newsegment values to calculate playback time.
20907 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
20908 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
20909 Basesink does newsegment calculations for us now.
20911 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
20913 * check/Makefile.am:
20915 add core's plugins to the mix so that playbin works
20916 * check/generic/states.c: (GST_START_TEST):
20917 set a 0 timeout on pipelines, so they don't force the next
20919 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
20920 (gst_play_base_bin_change_state):
20921 remove the crappy error handling and do GST error handling
20923 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
20925 * check/Makefile.am:
20926 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
20927 add same test as to core, it bitches out on playbin atm.
20929 2005-08-24 Wim Taymans <wim@fluendo.com>
20934 2005-08-24 Wim Taymans <wim@fluendo.com>
20936 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20937 (gst_videoscale_prepare_size), (parse_caps),
20938 (gst_videoscale_set_caps), (gst_videoscale_get_size),
20939 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
20940 (gst_videoscale_transform):
20941 * gst/videoscale/gstvideoscale.h:
20942 Refactor, make use of BaseTranform really well.
20944 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
20947 compile audioresample
20948 * gst/audioresample/Makefile.am:
20949 * gst/audioresample/buffer.c:
20950 * gst/audioresample/functable.c:
20951 * gst/audioresample/gstaudioresample.c:
20952 * gst/audioresample/gstaudioresample.h:
20953 * gst/audioresample/resample.c:
20954 (resample_get_output_size_for_input):
20955 * gst/audioresample/resample.h:
20956 * gst/audioresample/resample_chunk.c:
20957 * gst/audioresample/resample_functable.c:
20958 * gst/audioresample/resample_ref.c:
20959 port to use basetransform; doesn't work in all cases yet
20961 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
20963 * gst/audioconvert/gstaudioconvert.c:
20964 (gst_audio_convert_class_init), (gst_audio_convert_init),
20965 (audio_convert_get_unit_size), (audio_convert_transform_caps),
20966 (audio_convert_fixate_caps), (audio_convert_set_caps),
20967 (audio_convert_transform),
20968 (gst_audio_convert_buffer_to_default_format),
20969 (gst_audio_convert_buffer_from_default_format),
20970 (gst_audio_convert_channels):
20971 * gst/audioconvert/gstchannelmix.c:
20972 * gst/audioconvert/gstchannelmix.h:
20973 port to basetransform
20974 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20975 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
20976 (gst_ffmpegcsp_get_unit_size):
20977 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20978 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
20979 fix for basetransform changes
20981 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
20983 * check/Makefile.am:
20984 Add CHECK_CFLAGS and LDFLAGS
20986 * gst/playback/gstplaybasebin.c: (fill_buffer):
20987 GST_MESSAGE_SRC became a GObject
20989 2005-08-24 Wim Taymans <wim@fluendo.com>
20991 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
20992 (gst_ring_buffer_clear_all):
20993 * gst-libs/gst/audio/gstringbuffer.h:
20994 Added function to clear the ringbuffer.
20996 2005-08-24 Andy Wingo <wingo@pobox.com>
20998 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
20999 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
21000 of _open and _close.
21002 * sys/v4l/gstv4lxoverlay.h:
21003 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
21004 an Xv connection here, instead of all the time. Make Xv only be
21005 loaded if you axe for it. Kindof a workaround for buggy behaviour
21006 of Xv when using remote xservers (XvQueryExtension would block).
21007 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
21008 replace the _open and _close public API. Only start the xv
21009 connection if necessary.
21010 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
21012 2005-08-23 David Schleef <ds@schleef.org>
21014 * gst/audioresample/Makefile.am: Leet audioresampling code
21015 * gst/audioresample/buffer.c:
21016 * gst/audioresample/buffer.h:
21017 * gst/audioresample/debug.c:
21018 * gst/audioresample/debug.h:
21019 * gst/audioresample/functable.c:
21020 * gst/audioresample/functable.h:
21021 * gst/audioresample/gstaudioresample.c:
21022 * gst/audioresample/gstaudioresample.h:
21023 * gst/audioresample/resample.c:
21024 * gst/audioresample/resample.h:
21025 * gst/audioresample/resample_chunk.c:
21026 * gst/audioresample/resample_functable.c:
21027 * gst/audioresample/resample_ref.c:
21029 2005-08-23 Wim Taymans <wim@fluendo.com>
21031 * examples/seeking/seek.c: (make_vorbis_pipeline),
21032 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
21033 Small seek updates.
21035 2005-08-23 Andy Wingo <wingo@pobox.com>
21037 * gst-libs/gst/audio/gstbaseaudiosrc.c
21038 (gst_base_audio_src_fixate): Only fixate endianness if it is
21039 present in the caps.
21041 2005-08-22 Andy Wingo <wingo@pobox.com>
21043 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
21044 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
21045 device-name property.
21047 * gst-libs/gst/audio/gstaudiosrc.h:
21048 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
21049 close_device in the ring buffer, like gstaudiosink.
21051 * ext/alsa/gstalsamixer.h:
21052 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
21053 macro to implement the interface without much code. Cleanups.
21055 * ext/alsa/gstalsasrc.h:
21056 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
21059 * ext/alsa/Makefile.am: Add new files.
21060 * ext/alsa/gstalsamixerelement.c:
21061 * ext/alsa/gstalsamixerelement.c: Split element code out from
21062 mixer code so that alsasrc can be a mixer too.
21064 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
21066 * check/elements/volume.c: (setup_volume), (cleanup_volume),
21068 * check/elements/vorbisdec.c: (setup_vorbisdec),
21069 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
21070 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21071 (vorbis_handle_identification_packet),
21072 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
21073 (vorbis_handle_header_packet), (vorbis_dec_push),
21074 (vorbis_dec_chain):
21075 use the setup/teardown methods to save code. save code is good.
21077 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
21079 * check/Makefile.am:
21080 add ext dir for plugins
21081 add vorbisdec test conditionally
21082 * check/elements/volume.c: (setup_volume), (cleanup_volume),
21083 (GST_START_TEST), (volume_suite):
21084 add a test with wrong caps
21085 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
21086 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
21087 add a vorbisdec test
21088 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
21089 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
21090 clean up debug output
21091 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21092 yay, fix a segfault/security issue in vorbisdec
21093 gst-launch fakesrc ! vorbisdec wasn't happy
21094 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
21095 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
21096 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
21097 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
21098 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
21099 (gst_vorbisenc_set_metadata), (get_constraints_string),
21100 (update_start_message), (gst_vorbisenc_setup),
21101 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
21102 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
21103 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
21104 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
21105 * ext/vorbis/vorbisenc.h:
21107 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21108 (gst_ffmpegcsp_transform):
21109 have the kow come home
21110 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
21112 * gst/volume/gstvolume.c: (volume_set_caps):
21115 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
21118 * check/.cvsignore:
21119 * check/Makefile.am:
21120 * check/elements/.cvsignore:
21121 * check/elements/volume.c: (chain_func), (event_func),
21122 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
21125 add unit test structure for gst-plugins-base
21126 add a test for volume
21127 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
21128 (gst_volume_set_volume), (gst_volume_get_volume),
21129 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
21130 (volume_funcfind), (volume_process_float), (volume_process_int16),
21131 (volume_set_caps), (volume_transform), (volume_update_mute),
21132 (volume_update_volume), (volume_set_property),
21133 (volume_get_property):
21134 document a little; use basetransform vmethod _set_caps
21136 2005-08-19 Andy Wingo <wingo@pobox.com>
21138 * ext/alsa/gstalsamixertrack.h:
21139 * ext/alsa/gstalsamixertrack.c:
21140 * ext/alsa/gstalsamixeroptions.h:
21141 * ext/alsa/gstalsamixeroptions.c:
21142 * ext/alsa/gstalsamixer.h:
21143 * ext/alsa/gstalsamixer.c: Port to 0.9.
21145 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
21146 Remove gstalsa.c and alsaclock. No more cruft here.
21148 2005-08-18 Wim Taymans <wim@fluendo.com>
21150 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21151 (gst_base_rtp_depayload_chain),
21152 (gst_base_rtp_depayload_add_to_queue),
21153 (gst_base_rtp_depayload_push),
21154 (gst_base_rtp_depayload_queue_release):
21155 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21156 Fix for RTPBuffer changes.
21158 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
21159 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
21160 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
21161 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
21162 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
21163 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
21164 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
21165 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
21166 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
21167 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
21168 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
21169 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
21170 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
21171 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
21172 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
21173 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
21174 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
21175 (gst_rtpbuffer_get_payload):
21176 * gst-libs/gst/rtp/gstrtpbuffer.h:
21177 Don't subclass GstBuffer but add methods and helper functions
21178 to construct and manipulate RTP packets in regular GstBuffers.
21180 2005-08-18 Stefan Kost <ensonic@users.sf.net>
21182 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21183 moved statement below switch
21184 * gst/volume/gstvolume.c: (gst_volume_class_init):
21187 2005-08-16 Wim Taymans <wim@fluendo.com>
21189 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21190 (gst_base_audio_src_change_state):
21191 Open and close device in READY<->NULL state change.
21193 2005-08-16 Andy Wingo <wingo@pobox.com>
21195 * examples/seeking/Makefile.am: Don't compile non-compiling
21196 compiled objects with the compiler.
21198 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
21201 2005-08-12 Philippe Khalaf <burger@speedy.org>
21202 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21203 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21204 Made a thread to release the queue.
21205 Removed timestamp conversion for now.
21207 2005-08-10 Philippe Khalaf <burger@speedy.org>
21208 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21209 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21210 Added rtp timestamp -> gst timestamp conversion.
21211 Fixed several problems with queue.
21213 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
21215 * gst-libs/gst/audio/gstaudioclock.h:
21216 * gst-libs/gst/audio/gstaudiofilter.h:
21217 * gst-libs/gst/audio/gstaudiosink.h:
21218 * gst-libs/gst/audio/gstaudiosrc.h:
21219 * gst-libs/gst/audio/gstbaseaudiosink.h:
21220 * gst-libs/gst/audio/gstbaseaudiosrc.h:
21221 * gst-libs/gst/audio/gstringbuffer.h:
21222 * gst-libs/gst/net/gstnetbuffer.h:
21223 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21224 * gst-libs/gst/rtp/gstrtpbuffer.h:
21225 Add padding (you will need to rebuild gst-plugins-base,
21226 gst-plugins and all applications afterwards!)
21228 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
21230 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
21231 (gst_riff_parse_chunk):
21232 Fix bug in debug message and add some more debug messages.
21234 2005-08-08 Edward Hervey <edward@fluendo.com>
21236 * gst-libs/gst/riff/riff-media.c:
21237 backported updates since branch
21239 2005-08-08 Andy Wingo <wingo@pobox.com>
21241 * gst-libs/gst/audio/gstbaseaudiosink.c
21242 (gst_base_audio_sink_change_state): Open the device in NULL->READY
21243 like good elements should. Close on READY->NULL too.
21245 * gst-libs/gst/audio/gstaudiosink.c
21246 (gst_audioringbuffer_open_device,
21247 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
21248 (gst_audioringbuffer_release): Updates for new ring buffer API,
21249 hook into the new audio sink api.
21251 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
21252 (GstAudioSinkClass.close): Just open and close the device -- no
21253 resource allocation or configuration.
21254 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
21255 vmethods, handle device setup and resource allocation.
21257 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
21258 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
21261 * gst-libs/gst/audio/gstringbuffer.h
21262 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
21265 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
21266 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
21267 New API functions. The device should be opened before acquiring
21268 and closed after releasing.
21270 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
21272 * gst-libs/gst/interfaces/mixer.h:
21273 Reset padding to GST_PADDING.
21275 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21277 * gst/playback/gstplaybin.c: (remove_sinks):
21278 Remove visualization from parent explicitely; works around some
21279 apparent refcount issue that I haven't tracked down yet.
21281 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21283 * ext/alsa/gstalsasink.c: (set_hwparams):
21284 Assign debug category, add negotiation debug msgs.
21286 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21288 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
21289 Fix error code for file-not-found to NOT_FOUND.
21291 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21293 * common/gtk-doc-plugins.mak:
21294 * docs/plugins/Makefile.am:
21295 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21296 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21297 renamed to actual element names, so much nicer to look at
21298 * docs/plugins/tmpl/gstmultifdsink.sgml:
21300 * docs/plugins/tmpl/multifdsink.sgml:
21301 * docs/plugins/tmpl/tcpserversink.sgml:
21303 * ext/alsa/gstalsa.c:
21304 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
21305 * ext/ogg/gstoggmux.c:
21306 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21307 * gst/playback/gstdecodebin.c:
21308 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
21309 * gst/tcp/gsttcpserversink.c:
21310 various fixes and documentation additions
21312 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21314 * common/Makefile.am:
21315 * common/gstdoc-scangobj:
21316 * common/gtk-doc-plugins.mak:
21317 * common/gtk-doc.mak:
21318 add a custom scangobj that uses the registry
21319 add a custom gtk-doc-plugins.mak that uses it
21320 some doc build fixes
21322 * docs/Makefile.am:
21323 * docs/plugins/Makefile.am:
21324 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21325 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21326 * docs/plugins/gst-plugins-base-plugins.types:
21327 * docs/plugins/tmpl/gstmultifdsink.sgml:
21328 add docs for one element, multifdsink
21329 * gst/adder/gstadder.h:
21330 * gst/volume/gstvolume.h:
21331 don't privatize enum
21332 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
21333 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
21334 (gst_sync_method_get_type), (gst_client_status_get_type),
21335 (gst_multifdsink_class_init),
21336 (gst_multifdsink_client_queue_buffer),
21337 (gst_multifdsink_handle_client_write):
21338 * gst/tcp/gstmultifdsink.h:
21339 * gst/tcp/gsttcp.h:
21340 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
21341 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
21342 (gst_tcpclientsink_render):
21343 * gst/tcp/gsttcpclientsink.h:
21344 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21345 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
21346 (gst_tcpclientsrc_start):
21347 * gst/tcp/gsttcpclientsrc.h:
21348 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21349 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
21350 * gst/tcp/gsttcpserversrc.h:
21351 * gst/typefind/gsttypefindfunctions.c:
21352 remove superfluous Type stuff
21354 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21356 * gst/playback/gstplaybin.c: (gen_video_element):
21359 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21361 * gst-libs/gst/gconf/gconf.c:
21362 * gst-libs/gst/gconf/gconf.h:
21363 Fix some Andy Problem [tm].
21365 2005-08-04 Andy Wingo <wingo@pobox.com>
21367 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
21368 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
21369 (gst_ffmpegcsp_get_size): Adapt to API changes.
21371 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
21372 Implement an in-place do-nothing transform.
21374 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21376 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
21377 (gst_ximagesink_renegotiate_size):
21378 Do not set new window sizes yet if we prepare a new buffer size
21379 for upstream renegotiation (software scaling) at some point in the
21380 future, because this new size waqs not actually accepted yet. Once
21381 accepted, renegotiation later on will set the new sizes just fine.
21382 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
21383 embedding testcase.
21385 2005-08-03 Andy Wingo <wingo@pobox.com>
21387 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
21388 (gst_ximagesink_buffer_alloc):
21389 Protect the height, width, and desired_caps with the pool_lock.
21390 Fixes videotestsrc ! queue ! ximagesink.
21392 2005-08-02 Edward Hervey <edward@fluendo.com>
21394 * gst/volume/gstvolume.c:
21395 include left from controller cleanup
21397 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
21398 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
21399 Stop collectpads before calling the parent state
21400 change function on PAUSED->READY.
21402 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
21404 When testing for X libs, use the X CFlags
21405 * gst/adder/gstadder.c: (gst_adder_change_state):
21406 Stop the collectpads before calling parent state change function
21407 on PAUSED->READY, otherwise we deadlock deactivating pads.
21409 2005-08-01 Stefan Kost <ensonic@users.sf.net>
21412 * docs/libs/tmpl/gstcolorbalance.sgml:
21413 * docs/libs/tmpl/gstmixer.sgml:
21414 * examples/Makefile.am:
21415 * gst/sine/Makefile.am:
21416 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
21417 (gst_sinesrc_set_property), (plugin_init):
21418 * gst/sine/gstsinesrc.h:
21419 * gst/volume/Makefile.am:
21420 * gst/volume/gstvolume.c: (gst_volume_set_volume),
21421 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
21422 (volume_process_float), (volume_process_int16),
21423 (volume_set_property), (plugin_init):
21424 * gst/volume/gstvolume.h:
21425 deactivate and remove dparams (libgstcontrol)
21427 2005-07-29 Wim Taymans <wim@fluendo.com>
21429 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
21430 Convert me to BaseTransform!! help..
21432 2005-07-29 Andy Wingo <wingo@pobox.com>
21434 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
21437 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
21438 support of both endiannesses.
21440 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
21442 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21443 Fix confusing debug message (s/event/query/)
21445 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
21447 * gst/videotestsrc/videotestsrc.h:
21448 Use "_stdint.h" instead of <stdint.h>
21450 2005-07-27 Wim Taymans <wim@fluendo.com>
21452 * ext/vorbis/Makefile.am:
21453 Revert wrong commit.
21455 2005-07-27 Wim Taymans <wim@fluendo.com>
21457 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
21458 More compilation fixen.
21460 2005-07-27 Wim Taymans <wim@fluendo.com>
21462 * gst-libs/gst/audio/gstbaseaudiosink.c:
21463 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21464 (gst_base_audio_sink_create_ringbuffer),
21465 (gst_base_audio_sink_change_state):
21468 2005-07-27 Wim Taymans <wim@fluendo.com>
21470 * examples/seeking/seek.c: (setup_dynamic_link),
21471 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
21472 (query_positions_elems), (query_positions_pads), (do_seek):
21473 Update seek example.
21475 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
21476 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
21477 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
21478 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
21479 (gst_ogg_demux_handle_event),
21480 (gst_ogg_demux_deactivate_current_chain),
21481 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
21482 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
21483 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
21484 (gst_ogg_demux_loop):
21485 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
21486 * ext/theora/theoradec.c: (theora_dec_src_event),
21487 (theora_dec_src_getcaps), (theora_dec_sink_event),
21488 (theora_dec_push), (theora_dec_chain):
21489 * ext/vorbis/Makefile.am:
21490 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
21491 (vorbis_dec_sink_event), (vorbis_dec_push),
21492 (vorbis_handle_data_packet):
21493 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
21494 (gst_vorbisenc_chain):
21495 * gst/playback/gststreaminfo.c: (cb_probe):
21496 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
21497 * gst/videorate/gstvideorate.c: (gst_videorate_event):
21498 * gst/videoscale/gstvideoscale.c:
21499 (gst_videoscale_handle_src_event):
21500 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
21501 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
21502 (gst_ximagesink_navigation_send_event):
21503 * sys/xvimage/xvimagesink.c:
21504 (gst_xvimagesink_navigation_send_event):
21505 Various event updates and cleanups
21507 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21509 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
21510 Fix segfault for I420/YV12.
21512 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21514 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
21517 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21519 * gst/playback/gstplaybin.c: (gen_video_element),
21520 (gen_audio_element):
21521 Switch to auto*sink elements as default sinks; add volume element
21522 so that volume control in totem works.
21524 2005-07-21 Wim Taymans <wim@fluendo.com>
21526 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
21527 * gst/playback/gstplaybin.c: (setup_sinks),
21528 (gst_play_bin_change_state):
21529 Refcount fix and more comments.
21531 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21533 * sys/ximage/Makefile.am:
21534 * sys/ximage/ximage.c: (plugin_init):
21535 * sys/ximage/ximagesink.c:
21536 Prepare for adding ximagesrc, rename of plugin to ximage etc.
21539 2005-07-21 Wim Taymans <wim@fluendo.com>
21541 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
21542 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
21543 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
21544 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
21545 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
21546 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
21547 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
21548 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
21549 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
21550 Generate correct disconts for live chained oggs.
21552 * gst-libs/gst/audio/gstbaseaudiosink.c:
21553 (gst_base_audio_sink_render),
21554 (gst_base_audio_sink_create_ringbuffer),
21555 (gst_base_audio_sink_change_state):
21556 Handle discont math correctly.
21558 * gst/playback/gstplaybin.c: (add_sink):
21559 Some small debug cleanup.
21561 2005-07-21 Wim Taymans <wim@fluendo.com>
21563 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
21564 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
21565 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
21566 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
21567 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
21568 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
21569 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
21570 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
21571 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
21572 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
21573 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
21574 (gst_ogg_demux_change_state), (gst_ogg_print):
21575 Reorganize code to send the right disconts when in streaming
21578 2005-07-20 Andy Wingo <wingo@pobox.com>
21580 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
21581 fix (?), fixes a seggie mcfalterson (#310894).
21583 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21585 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
21586 (gst_ogg_mux_set_header_on_caps):
21587 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
21588 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
21589 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
21590 * gst-libs/gst/audio/multichannel.c:
21591 (gst_audio_set_channel_positions),
21592 (gst_audio_set_structure_channel_positions_list):
21593 * gst/playback/gstdecodebin.c: (dynamic_create):
21594 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
21595 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
21596 Fixes for API changes in core.
21598 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21600 * gst/playback/gstplaybasebin.c: (fill_buffer):
21601 Use _new_custom() so we can set custom message types for buffering
21604 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21607 * gst-libs/gst/Makefile.am:
21608 * gst-libs/gst/gconf/.cvsignore:
21609 * gst-libs/gst/gconf/Makefile.am:
21610 * gst-libs/gst/gconf/test-gconf.c:
21611 * pkgconfig/Makefile.am:
21612 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
21613 * pkgconfig/gstreamer-gconf.pc.in:
21614 Remove gconf stuff, use gconf elements instead from now on.
21616 2005-07-20 Wim Taymans <wim@fluendo.com>
21618 * gst-libs/gst/audio/TODO:
21619 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
21620 (gst_audio_clock_get_internal_time):
21621 * gst-libs/gst/audio/gstaudioclock.h:
21622 * gst-libs/gst/audio/gstbaseaudiosink.c:
21623 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
21624 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
21625 (gst_base_audio_sink_render),
21626 (gst_base_audio_sink_create_ringbuffer),
21627 (gst_base_audio_sink_change_state):
21628 Make sure the audio clock always returns an increasing value.
21630 2005-07-19 Andy Wingo <wingo@pobox.com>
21632 * gst/videotestsrc/: Cleanups.
21634 2005-07-19 Wim Taymans <wim@fluendo.com>
21636 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
21639 2005-07-19 Wim Taymans <wim@fluendo.com>
21641 * examples/seeking/seek.c: (make_dv_pipeline),
21642 (make_vorbis_theora_pipeline), (query_rates),
21643 (query_positions_elems), (query_positions_pads), (do_seek):
21644 Make correct DV pipeline.
21646 2005-07-18 Andy Wingo <wingo@pobox.com>
21648 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
21649 default. Also because it's the only thing that really works. (This
21650 is used in the GConf elements).
21651 Use AS_LIBTOOL_TAGS.
21653 2005-07-18 Wim Taymans <wim@fluendo.com>
21655 * gst/playback/gstdecodebin.c: (remove_element_chain):
21656 * gst/playback/gstplaybin.c: (add_sink):
21657 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
21658 (gst_stream_info_set_mute):
21659 * gst/playback/gststreamselector.c:
21660 (gst_stream_selector_get_linked_pad),
21661 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
21662 More leak and compile fixes.
21664 2005-07-18 Wim Taymans <wim@fluendo.com>
21666 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
21667 (query_rates), (query_positions_elems), (query_positions_pads),
21668 (do_seek), (seek_cb), (stop_seek):
21669 Updated seek example.
21671 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
21672 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
21673 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
21674 * gst/playback/gstplaybin.c: (add_sink):
21675 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
21676 (gst_stream_info_set_mute):
21677 Some refcount leak fixes.
21679 2005-07-16 Wim Taymans <wim@fluendo.com>
21681 * gst-libs/gst/audio/gstbaseaudiosink.c:
21682 (gst_base_audio_sink_render):
21683 Align samples even if we have roundoff errors in the
21684 timestamp conversion.
21686 2005-07-16 Wim Taymans <wim@fluendo.com>
21688 * docs/libs/tmpl/gstringbuffer.sgml:
21689 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
21690 (query_rates), (query_positions_elems), (query_positions_pads),
21691 (update_scale), (do_seek):
21692 Updated seek example.
21694 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21695 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
21696 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
21697 (gst_ogg_demux_loop):
21698 Push out correct discont values.
21700 * ext/theora/theoradec.c: (theora_dec_src_convert),
21701 (theora_dec_sink_convert), (theora_dec_src_getcaps),
21702 (theora_dec_sink_event), (theora_handle_type_packet),
21703 (theora_handle_header_packet), (theora_dec_push),
21704 (theora_handle_data_packet), (theora_dec_chain),
21705 (theora_dec_change_state):
21706 Better timestamping.
21708 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21709 (vorbis_dec_sink_event), (vorbis_dec_push),
21710 (vorbis_handle_data_packet), (vorbis_dec_chain):
21711 * ext/vorbis/vorbisdec.h:
21712 Better timestamping.
21714 * gst-libs/gst/audio/gstbaseaudiosink.c:
21715 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
21716 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21717 Handle syncing on timestamps instead of sample offsets. Make
21718 use of DISCONT values as described in design docs.
21720 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21721 (gst_base_audio_src_get_time):
21722 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
21723 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
21724 (gst_ring_buffer_read):
21725 * gst-libs/gst/audio/gstringbuffer.h:
21726 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
21727 (gst_ximagesink_show_frame):
21728 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
21729 Correcly convert buffer timestamp to stream time.
21731 2005-07-16 Wim Taymans <wim@fluendo.com>
21733 * gst/audioconvert/gstaudioconvert.c:
21734 (gst_audio_convert_get_buffer):
21735 Timestamp buffers correctly.
21737 * gst/playback/gstplaybin.c: (gen_video_element):
21738 Make internal fakesink silent.
21740 2005-07-15 Wim Taymans <wim@fluendo.com>
21742 * gst/ffmpegcolorspace/Makefile.am:
21743 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21744 (gst_ffmpegcsp_caps_remove_format_info),
21745 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
21746 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
21747 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
21748 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
21749 Ported ffmpegcolorspace to basetransform.
21751 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
21752 * gst/volume/gstvolume.c: (volume_transform):
21755 2005-07-14 Wim Taymans <wim@fluendo.com>
21757 * gst/videotestsrc/Makefile.am:
21758 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
21759 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
21760 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
21761 (gst_videotestsrc_init), (gst_videotestsrc_event),
21762 (gst_videotestsrc_create), (gst_videotestsrc_start),
21763 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
21764 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
21765 (gst_videotestsrc_get_property):
21766 * gst/videotestsrc/gstvideotestsrc.h:
21767 Make videotestsrc a pushsrc.
21769 2005-07-14 Wim Taymans <wim@fluendo.com>
21771 * gst/tcp/gstfdset.c: (gst_fdset_free):
21772 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21773 (gst_multifdsink_add), (gst_multifdsink_remove),
21774 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21775 (gst_multifdsink_remove_client_link),
21776 (gst_multifdsink_client_queue_data),
21777 (gst_multifdsink_client_queue_caps),
21778 (gst_multifdsink_client_queue_buffer),
21779 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21780 (gst_multifdsink_stop):
21781 * gst/tcp/gstmultifdsink.h:
21784 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
21785 Also draw image when not from a pool.
21787 2005-07-14 Wim Taymans <wim@fluendo.com>
21789 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
21790 (mute_stream), (silence_stream):
21791 Small debug additions.
21793 2005-07-14 Wim Taymans <wim@fluendo.com>
21795 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
21796 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
21797 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
21798 Better error recovery, ignore unconnected pads and
21801 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
21803 * docs/libs/tmpl/gstaudio.sgml:
21804 * docs/libs/tmpl/gstcolorbalance.sgml:
21805 * docs/libs/tmpl/gstgconf.sgml:
21806 * docs/libs/tmpl/gstmixer.sgml:
21807 * docs/libs/tmpl/gstringbuffer.sgml:
21808 * docs/libs/tmpl/gsttuner.sgml:
21809 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21810 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
21811 (gst_tcpclientsrc_class_init):
21812 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
21813 (gst_tcpserversrc_class_init):
21814 * sys/v4l/gstv4lelement.c:
21815 more autistic cleanliness in functions/names/defines
21817 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
21820 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
21821 added manually to each Makefile.am so we are sure it goes
21822 *last* and doesn't add -L flags before linking in libs of our
21823 own, like, say, internal .la libs, that then accidentally pick
21824 up the installed copy.
21825 * docs/libs/Makefile.am:
21826 * ext/alsa/Makefile.am:
21827 * ext/cdparanoia/Makefile.am:
21828 * ext/gnomevfs/Makefile.am:
21829 * ext/libvisual/Makefile.am:
21830 * ext/ogg/Makefile.am:
21831 * ext/theora/Makefile.am:
21832 * ext/vorbis/Makefile.am:
21833 * gst-libs/gst/video/Makefile.am:
21834 * gst/adder/Makefile.am:
21835 * gst/audioconvert/Makefile.am:
21836 * gst/audiorate/Makefile.am:
21837 * gst/audioscale/Makefile.am:
21838 * gst/ffmpegcolorspace/Makefile.am:
21839 * gst/playback/Makefile.am:
21840 * gst/sine/Makefile.am:
21841 * gst/subparse/Makefile.am:
21842 * gst/tags/Makefile.am:
21843 * gst/tcp/Makefile.am:
21844 * gst/typefind/Makefile.am:
21845 * gst/videorate/Makefile.am:
21846 * gst/videoscale/Makefile.am:
21847 * gst/videotestsrc/Makefile.am:
21848 * gst/volume/Makefile.am:
21849 * sys/v4l/Makefile.am:
21850 * sys/ximage/Makefile.am:
21851 * sys/xvimage/Makefile.am:
21852 adapt properly to this change. This should make sure that
21853 plugins and libs properly link to the as-yet-uninstalled
21854 copies of stuff like libgstinterfaces and libgstvideo
21856 2005-07-13 Andy Wingo <wingo@pobox.com>
21858 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
21859 (gst_v4lsrc_fixate): Fixate on format as well.
21861 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
21862 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
21863 buffer points to it.
21864 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
21865 rather just doing X calls ourselves. Also fixes a memleak.
21867 2005-07-12 Andy Wingo <wingo@pobox.com>
21869 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
21870 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
21871 (gst_v4lsrc_create): Re-add the copy-mode property, default to
21872 TRUE to avoid deadlocks if an element holds on to our buffers.
21874 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
21876 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21877 (gst_sinesrc_init), (gst_sinesrc_create),
21878 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
21879 (gst_sinesrc_start):
21880 * gst/sine/gstsinesrc.h:
21881 removing num-buffers property before moving it
21883 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
21886 use overridable ERROR_CFLAGS
21887 * docs/libs/gst-plugins-base-libs.types:
21888 * docs/libs/tmpl/gstringbuffer.sgml:
21889 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
21890 (gst_alsasink_class_init):
21891 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
21892 (gst_alsasrc_class_init):
21893 * gst-libs/gst/audio/audio.h:
21894 * gst-libs/gst/audio/gstaudioclock.h:
21895 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
21896 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
21897 (gst_audio_filter_link), (gst_audio_filter_init),
21898 (gst_audio_filter_chain), (gst_audio_filter_set_property),
21899 (gst_audio_filter_get_property),
21900 (gst_audio_filter_class_add_pad_templates):
21901 * gst-libs/gst/audio/gstaudiofilter.h:
21902 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21903 (gst_audio_filter_template_get_type),
21904 (gst_audio_filter_template_base_init),
21905 (gst_audio_filter_template_class_init),
21906 (gst_audio_filter_template_init),
21907 (gst_audio_filter_template_set_property),
21908 (gst_audio_filter_template_get_property), (plugin_init),
21909 (gst_audio_filter_template_setup),
21910 (gst_audio_filter_template_filter),
21911 (gst_audio_filter_template_filter_inplace):
21912 * gst-libs/gst/audio/gstaudiosink.c:
21913 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
21914 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
21915 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
21916 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
21917 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
21918 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
21919 * gst-libs/gst/audio/gstaudiosink.h:
21920 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
21921 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21922 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
21923 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
21924 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
21925 (gst_audio_src_class_init), (gst_audio_src_init),
21926 (gst_audio_src_create_ringbuffer):
21927 * gst-libs/gst/audio/gstaudiosrc.h:
21928 * gst-libs/gst/audio/gstbaseaudiosink.c:
21929 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
21930 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
21931 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
21932 (gst_base_audio_sink_set_property),
21933 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
21934 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
21935 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
21936 (gst_base_audio_sink_create_ringbuffer),
21937 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
21938 * gst-libs/gst/audio/gstbaseaudiosink.h:
21939 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21940 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
21941 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
21942 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
21943 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
21944 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
21945 (gst_base_audio_src_event), (gst_base_audio_src_create),
21946 (gst_base_audio_src_create_ringbuffer),
21947 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
21948 * gst-libs/gst/audio/gstbaseaudiosrc.h:
21949 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
21950 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
21951 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
21952 (gst_ring_buffer_debug_spec_caps),
21953 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
21954 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
21955 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
21956 (gst_ring_buffer_start), (gst_ring_buffer_pause),
21957 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
21958 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
21959 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
21960 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
21961 (gst_ring_buffer_clear):
21962 * gst-libs/gst/audio/gstringbuffer.h:
21963 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
21964 (gst_video_sink_class_init), (gst_video_sink_get_type):
21965 * gst-libs/gst/video/videosink.h:
21966 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
21967 (gst_multifdsink_class_init),
21968 (gst_multifdsink_handle_client_write),
21969 (gst_multifdsink_change_state):
21970 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
21971 (gst_tcpclientsink_setcaps):
21972 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21973 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
21974 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
21975 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
21976 (gst_ximagesink_send_pending_navigation),
21977 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
21978 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
21979 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
21980 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
21981 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
21982 (gst_xvimagesink_send_pending_navigation),
21983 (gst_xvimagesink_navigation_send_event),
21984 (gst_xvimagesink_set_xwindow_id),
21985 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
21986 (gst_xvimagesink_get_type):
21987 more macro splitting
21989 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
21991 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
21992 plug a memleak, allows me to import 1479 albums in one go
21994 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21995 (vorbis_handle_type_packet), (vorbis_dec_chain),
21996 (vorbis_dec_change_state):
21997 fix some format strings
21999 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
22001 * docs/libs/tmpl/gstcolorbalance.sgml:
22002 * docs/libs/tmpl/gstmixer.sgml:
22003 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
22004 (gst_alsasink_set_property), (gst_alsasink_get_property):
22005 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
22006 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
22007 add device property
22009 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
22011 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22012 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22013 (audiocast_register_listener), (audiocast_thread_run),
22014 (gst_gnomevfssrc_send_additional_headers_callback),
22015 (gst_gnomevfssrc_received_headers_callback),
22016 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
22017 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
22018 (gst_gnomevfssrc_get_size):
22019 add/clean up debugging
22020 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
22023 2005-07-07 Andy Wingo <wingo@pobox.com>
22025 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
22026 framerate. Need to get a handle on when exactly this function is
22029 * sys/v4l/v4lsrc_calls.h:
22030 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
22031 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
22032 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
22034 * sys/v4l/v4l_calls.h: Cast to V4lElement.
22035 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
22036 v4lelements are sources.
22038 * sys/v4l/gstv4lxoverlay.h:
22039 * sys/v4l/gstv4lxoverlay.c:
22040 * sys/v4l/gstv4ltuner.h:
22041 * sys/v4l/gstv4ltuner.c: Header loc fixen.
22043 * sys/v4l/gstv4lsrc.h:
22044 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
22045 PushSrc/BaseSrc. Removed most sync-related properties, videorate
22046 or something should handle that. Made a live source.
22048 * sys/v4l/gstv4lelement.h:
22049 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
22050 signals. Some cleanups.
22052 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
22054 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
22057 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
22060 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
22062 2005-07-07 Wim Taymans <wim@fluendo.com>
22064 * ext/theora/theoradec.c: (theora_get_query_types),
22065 (theora_dec_src_getcaps), (theora_dec_push):
22066 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
22067 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
22068 Remove deprecated/unused query types.
22070 2005-07-06 Wim Taymans <wim@fluendo.com>
22072 * ext/alsa/Makefile.am:
22073 * ext/alsa/gstalsaplugin.c: (plugin_init):
22074 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
22075 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
22076 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
22077 (gst_alsasrc_class_init), (gst_alsasrc_init),
22078 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
22079 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
22080 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
22081 (gst_alsasrc_reset):
22082 * ext/alsa/gstalsasrc.h:
22083 * gst-libs/gst/audio/Makefile.am:
22084 * gst-libs/gst/audio/gstaudiosink.c:
22085 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22086 (gst_audioringbuffer_start):
22087 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
22088 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22089 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
22090 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
22091 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
22092 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
22093 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
22094 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
22095 * gst-libs/gst/audio/gstaudiosrc.h:
22096 * gst-libs/gst/audio/gstbaseaudiosink.c:
22097 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
22098 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
22099 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
22100 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22101 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
22102 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
22103 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
22104 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
22105 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
22106 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
22107 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
22108 (gst_baseaudiosrc_change_state):
22109 * gst-libs/gst/audio/gstbaseaudiosrc.h:
22110 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
22111 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
22112 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
22113 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
22114 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
22115 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
22116 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
22117 * gst-libs/gst/audio/gstringbuffer.h:
22118 Added audiosource base classes.
22119 Ported alsasrc, still very basic.
22121 2005-07-06 Wim Taymans <wim@fluendo.com>
22123 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
22124 (theora_dec_push), (theora_handle_data_packet):
22125 Prepare for better timestamp fix later.
22127 * gst/audioconvert/gstaudioconvert.c:
22128 List most accurate caps first
22130 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
22131 Use proper pad task function.
22133 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22134 (gst_xvimagesink_show_frame):
22135 Fix deadlock when alloc failed.
22137 2005-07-05 Andy Wingo <wingo@pobox.com>
22139 * ext/gnomevfs/gstgnomevfssrc.c:
22140 * gst/sine/gstsinesrc.c:
22141 * gst/tcp/gsttcpserversrc.c:
22142 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
22144 * sys/v4l/: Port from 0.8.
22146 * Many files: Null if we got it....
22148 2005-07-05 Andy Wingo <wingo@pobox.com>
22150 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
22151 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
22154 2005-07-05 Wim Taymans <wim@fluendo.com>
22157 * gst/tcp/Makefile.am:
22159 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
22160 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
22161 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22162 (is_sync_frame), (gst_multifdsink_handle_client_write),
22163 (gst_multifdsink_render), (gst_multifdsink_start),
22164 (gst_multifdsink_stop), (gst_multifdsink_change_state):
22165 * gst/tcp/gstmultifdsink.h:
22166 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
22167 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
22168 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
22169 * gst/tcp/gsttcp.h:
22170 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22171 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22172 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22173 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
22174 * gst/tcp/gsttcpclientsink.h:
22175 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
22176 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
22177 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
22178 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
22179 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
22180 * gst/tcp/gsttcpclientsrc.h:
22181 * gst/tcp/gsttcpplugin.c: (plugin_init):
22182 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
22183 * gst/tcp/gsttcpserversink.h:
22184 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
22185 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
22186 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
22187 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22188 (gst_tcpserversrc_stop):
22189 * gst/tcp/gsttcpserversrc.h:
22190 * gst/tcp/gsttcpsink.c:
22191 * gst/tcp/gsttcpsink.h:
22192 * gst/tcp/gsttcpsrc.c:
22193 * gst/tcp/gsttcpsrc.h:
22194 Ported tcp plugins to 0.9.
22197 2005-07-05 Andy Wingo <wingo@pobox.com>
22199 * gst/playback/gstplaybasebin.c (fill_buffer):
22200 message_new_application fixen.
22202 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
22205 2005-07-04 Wim Taymans <wim@fluendo.com>
22207 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22208 Set caps on output buffer.
22210 2005-07-04 Andy Wingo <wingo@pobox.com>
22212 * ext/gnomevfs/gstgnomevfssrc.c
22213 (gst_gnomevfssrc_received_headers_callback)
22214 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
22217 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
22218 No refcount leakage.
22220 * configure.ac: Enable -Werror.
22222 * ext/theora/theoradec.c (theora_dec_src_getcaps):
22223 * gst/audioconvert/bufferframesconvert.c
22224 (buffer_frames_convert_fixate):
22225 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
22226 (gst_audio_convert_fixate):
22227 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
22228 (gst_sinesrc_create): Fixate func changes.
22230 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22231 (gst_ximagesink_buffer_alloc): Unused var.
22233 2005-07-01 Andy Wingo <wingo@pobox.com>
22235 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
22236 getcaps to do explicit caps. Needs to be done in all decoders,
22237 possibly via a base class.
22239 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
22241 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
22242 caps on the sink pad, just rely on the pad template. Also, setting
22243 ANY caps on a pad is not valid because the caps are not fixed.
22245 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
22246 caps on the buffer, and get the width from the desired_caps if
22248 (gst_ximagesink_renegotiate_size): Implement via setting the
22249 desired_caps on the ximagesink.
22250 (gst_ximagesink_setcaps): Only reset the width of the player if it
22251 wasn't already set. Not sure if this is right.
22252 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
22254 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
22255 that the user wants. NULL unless the window has been resized.
22257 * gst/volume/gstvolume.c (volume_transform): Adapt to
22258 basetransform refcount changes.
22260 2005-07-01 Andy Wingo <wingo@pobox.com>
22262 * gst/videoscale/gstvideoscale.c:
22263 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
22264 from BaseTransform, implements a transform_caps. Removed dead code
22265 including some PAR stuff that was never reached -- should probably
22266 be added back somehow.
22268 2005-07-01 Andy Wingo <wingo@pobox.com>
22270 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
22273 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
22276 * docs/libs/Makefile.am:
22277 * docs/libs/gst-plugins-libs.types:
22278 * ext/alsa/Makefile.am:
22279 * ext/alsa/gstalsamixer.h:
22280 * ext/alsa/gstalsamixeroptions.h:
22281 * ext/alsa/gstalsamixertrack.h:
22282 * gst-libs/gst/Makefile.am:
22283 * gst-libs/gst/colorbalance/.cvsignore:
22284 * gst-libs/gst/colorbalance/Makefile.am:
22285 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22286 * gst-libs/gst/colorbalance/colorbalance.c:
22287 * gst-libs/gst/colorbalance/colorbalance.h:
22288 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22289 * gst-libs/gst/colorbalance/colorbalancechannel.c:
22290 * gst-libs/gst/colorbalance/colorbalancechannel.h:
22291 * gst-libs/gst/interfaces/Makefile.am:
22292 * gst-libs/gst/interfaces/colorbalance.c:
22293 (gst_color_balance_class_init):
22294 * gst-libs/gst/interfaces/colorbalance.h:
22295 * gst-libs/gst/interfaces/interfaces-marshal.list:
22296 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
22297 * gst-libs/gst/interfaces/mixer.h:
22298 * gst-libs/gst/interfaces/mixeroptions.h:
22299 * gst-libs/gst/interfaces/navigation.c:
22300 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
22301 * gst-libs/gst/interfaces/tuner.h:
22302 * gst/volume/Makefile.am:
22303 * gst/volume/gstvolume.c:
22304 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22305 * sys/ximage/Makefile.am:
22306 * sys/ximage/ximagesink.c:
22307 * sys/xvimage/Makefile.am:
22308 * sys/xvimage/xvimagesink.c:
22309 fold in all interfaces into an interfaces dir, preserving CVS
22312 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22314 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22315 Fix build after riff changes.
22317 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22319 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
22320 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
22321 (gst_riff_create_video_template_caps),
22322 (gst_riff_create_audio_template_caps),
22323 (gst_riff_create_iavs_template_caps):
22324 * gst-libs/gst/riff/riff-media.h:
22325 * gst-libs/gst/riff/riff-read.h:
22326 * gst-libs/gst/riff/riff.c: (gst_riff_init):
22327 Add gst_riff_init() to initialize the debug category, instead
22328 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
22330 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22332 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
22333 Oops, I shouldn't apply hacks.
22335 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22337 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
22338 Remove pad_loop function which doesn't work.
22340 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22342 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
22343 Send EOS when deactivating.
22344 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22345 (check_queue), (queue_threshold_reached), (queue_out_of_data),
22346 (gen_preroll_element), (probe_triggered), (mute_stream),
22347 (silence_stream), (new_decoded_pad), (setup_substreams),
22348 (set_active_source):
22349 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
22350 (remove_sinks), (add_sink):
22351 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
22352 Change for new probe API.
22354 2005-06-29 Wim Taymans <wim@fluendo.com>
22356 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
22357 * gst-libs/gst/audio/gstbaseaudiosink.c:
22358 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
22359 (gst_baseaudiosink_change_state):
22360 * gst-libs/gst/audio/gstbaseaudiosink.h:
22361 * gst-libs/gst/audio/gstringbuffer.c:
22362 (gst_ringbuffer_set_callback):
22363 Fix compilation error.
22364 Ringbuffer starts out as not running.
22365 Free our clock in dispose.
22366 When releasing the ringbuffer we need to renegotiate so
22367 clear the pad caps.
22369 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
22373 * docs/Makefile.am:
22374 * docs/libs/Makefile.am:
22375 * docs/libs/gst-plugins-libs-docs.sgml:
22376 * docs/libs/gst-plugins-libs-sections.txt:
22377 * docs/libs/gst-plugins-libs.types:
22378 * docs/libs/tmpl/gstaudio.sgml:
22379 * docs/libs/tmpl/gstcolorbalance.sgml:
22380 * docs/libs/tmpl/gstringbuffer.sgml:
22381 * gst-libs/gst/audio/gstringbuffer.c:
22382 (gst_ringbuffer_set_callback):
22383 reinstate gtk-doc docs for plugin libs
22385 2005-06-28 Wim Taymans <wim@fluendo.com>
22387 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22388 (gst_ogg_demux_init):
22389 Removed pad loop function.
22391 2005-06-28 Wim Taymans <wim@fluendo.com>
22393 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
22394 If we're building a chain we are not in an error case
22395 when we queue a buffer.
22397 2005-06-28 Andy Wingo <wingo@pobox.com>
22399 * *.c: Don't cast to GstObject before reffing/unreffing.
22401 2005-06-27 Andy Wingo <wingo@pobox.com>
22403 * gst/videotestsrc/gstvideotestsrc.c
22404 (gst_videotestsrc_activate_push): Activation API changes.
22406 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
22407 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
22408 they have refs on the decodebin.
22410 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
22412 (gst_ogg_pad_typefind): Don't leak a pad ref.
22413 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
22414 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
22415 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
22417 2005-06-27 Edward Hervey <edward@fluendo.com>
22419 * ext/theora/theoradec.c: (theora_dec_change_state):
22420 re-arranged call to parent's state change in order to avoid locks (or
22423 2005-06-26 Edward Hervey <edward@fluendo.com>
22425 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22426 2nd argument of 'unknow-type' signal is a GstCaps and not a
22429 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
22430 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
22431 Set the worker thread's running flag to TRUE before starting the
22433 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22434 Catch a failure to add typefind to the bin.
22436 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
22438 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22439 (gst_sinesrc_init), (gst_sinesrc_create),
22440 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
22441 (gst_sinesrc_start):
22442 * gst/sine/gstsinesrc.h:
22443 add num-buffers and timestamp-offset properties
22444 * gst/videotestsrc/gstvideotestsrc.c:
22445 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
22446 (gst_videotestsrc_get_property):
22447 add timestamp-offset property
22449 2005-06-23 Christian Schaller <uraeus@gnome.org>
22451 * configure.ac: add videorate
22452 * gst-plugins-base.spec.in: add videorate
22454 2005-06-23 Wim Taymans <wim@fluendo.com>
22456 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
22457 (gst_videorate_getcaps), (gst_videorate_setcaps),
22458 (gst_videorate_event), (gst_videorate_chain):
22459 Fixed videorate, fixating an already fixated caps is not
22462 2005-06-23 Wim Taymans <wim@fluendo.com>
22465 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
22466 Buffer on caps is not boxed anymore.
22468 2005-06-22 Wim Taymans <wim@fluendo.com>
22470 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22471 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22472 Set buffers on caps as miniobjects and not as boxed.
22474 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
22479 === release 0.9.1 ===
22481 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
22502 updates for release
22504 2005-06-09 Andy Wingo <wingo@pobox.com>
22506 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
22508 2005-06-09 Andy Wingo <wingo@pobox.com>
22511 * gst-libs/gst/Makefile.am:
22512 * gst-libs/gst/net/Makefile.am:
22513 Add gstnet to build.
22515 2005-06-09 Andy Wingo <wingo@pobox.com>
22517 * gst-libs/gst/gconf/gconf.c:
22518 * gst/playback/test.c:
22519 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
22522 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
22524 * ext/theora/theoraenc.c (theora_enc_chain):
22525 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
22527 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
22530 2005-06-02 Wim Taymans <wim@fluendo.com>
22532 * gst-libs/gst/net/Makefile.am:
22533 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22534 * pkgconfig/gstreamer-libs.pc.in:
22535 Added net stuff, version net lib.
22537 2005-06-02 Wim Taymans <wim@fluendo.com>
22539 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22540 (query_rates), (query_positions_elems), (query_positions_pads),
22542 Updated seek example.
22544 2005-06-02 Andy Wingo <wingo@pobox.com>
22546 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
22547 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
22550 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
22551 remove the typefind, the bin dispose will do it for us. When it's
22552 removed and unreffed, the signal handler will be disconnected,
22554 (unlinked): It's too difficult to disconnect from unlinked
22555 handlers, as they are on pads not elements. Just punt if the pads
22556 aren't grandkids of the bin.
22558 2005-06-02 Wim Taymans <wim@fluendo.com>
22561 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22562 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
22563 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
22564 * ext/theora/theoradec.c: (theora_dec_src_query),
22565 (theora_handle_data_packet):
22566 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
22567 (theora_enc_chain):
22568 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22569 (vorbis_handle_data_packet):
22570 * gst/audioconvert/bufferframesconvert.c:
22571 (buffer_frames_convert_chain):
22572 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22573 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
22574 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
22575 (gst_ffmpegcsp_chain):
22576 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
22577 (gst_videorate_getcaps), (gst_videorate_setcaps),
22578 (gst_videorate_event), (gst_videorate_chain):
22579 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
22580 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
22581 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22582 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22583 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
22584 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
22585 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
22586 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
22587 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
22588 Cleanups and buffer alloc.
22590 2005-05-31 Wim Taymans <wim@fluendo.com>
22592 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
22593 Don't try to call the delay method when the device is not
22596 2005-05-31 Wim Taymans <wim@fluendo.com>
22598 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
22599 Get actual segment size and buffer size after opening
22602 2005-05-30 Wim Taymans <wim@fluendo.com>
22604 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
22605 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
22606 Also FLUSH upstream, makes the loop function exit faster.
22608 * ext/theora/theoradec.c: (theora_dec_src_query):
22609 Some more debug info in the query.
22611 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22612 (gst_ximagesink_setcaps):
22613 Release lock on par error, better error reporting.
22615 2005-05-26 Wim Taymans <wim@fluendo.com>
22617 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22618 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
22619 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
22620 Clear chains in READY
22621 Queue packets until the chain is activated.
22623 2005-05-25 Wim Taymans <wim@fluendo.com>
22625 * gst-libs/gst/audio/gstaudiosink.c:
22626 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22627 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
22628 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
22629 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
22630 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
22631 (gst_audiosink_create_ringbuffer):
22632 * gst-libs/gst/audio/gstbaseaudiosink.c:
22633 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
22634 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
22635 (gst_baseaudiosink_set_property), (build_linear_format),
22636 (debug_spec_caps), (debug_spec_buffer),
22637 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
22638 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
22639 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
22640 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
22641 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
22642 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
22643 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
22644 (gst_ringbuffer_play), (gst_ringbuffer_pause),
22645 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
22646 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
22647 (wait_segment), (gst_ringbuffer_commit),
22648 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
22649 (gst_ringbuffer_clear):
22650 Various small cleanups.
22652 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22653 (gst_audio_convert_change_state):
22654 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
22655 No need to take the locks anymore.
22657 2005-05-25 Wim Taymans <wim@fluendo.com>
22659 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22660 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
22661 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
22663 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
22664 (group_destroy), (group_commit), (queue_overrun),
22665 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
22666 (mute_stream), (new_decoded_pad), (setup_substreams),
22667 (setup_source), (mute_group_type), (set_active_source),
22668 (gst_play_base_bin_change_state):
22669 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
22670 (gen_video_element), (gen_text_element), (gen_audio_element),
22671 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
22672 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
22673 (gst_stream_info_dispose), (gst_stream_info_set_mute):
22674 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
22675 Some playbin cleanups mostly refcounting sloppyness.
22677 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22679 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
22680 Work with streaming input.
22682 2005-05-25 Wim Taymans <wim@fluendo.com>
22684 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22685 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
22686 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
22687 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
22688 No need to take the STREAM lock anymore.
22690 2005-05-25 Wim Taymans <wim@fluendo.com>
22692 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
22693 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
22694 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
22695 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
22696 (gst_ogg_demux_sink_activate):
22697 * ext/theora/theoradec.c: (theora_dec_src_event),
22698 (theora_handle_comment_packet), (theora_dec_chain),
22699 (theora_dec_change_state):
22700 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22701 (vorbis_handle_data_packet), (vorbis_dec_chain),
22702 (vorbis_dec_change_state):
22703 Remove STREAM locks as they are taken in core now.
22704 Never set bogus granulepos on vorbis/theora.
22705 Fix leaks in theoradec tag parsing.
22707 2005-05-25 Wim Taymans <wim@fluendo.com>
22709 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22710 Fix memleaks, GST_BUFFER_DATA() is not freed.
22712 2005-05-25 Wim Taymans <wim@fluendo.com>
22714 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
22715 Open non-blocking, set to blocking mode afterwards to avoid
22716 lockups when audio device is busy.
22718 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22720 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
22721 This can't be good.
22723 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22725 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22726 (gst_audio_convert_chain), (gst_audio_convert_link_src),
22727 (gst_audio_convert_setcaps):
22728 Implement instant setup switching.
22730 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22732 * gst/playback/gstplaybasebin.c: (probe_triggered):
22733 Fix missing unlock.
22734 * gst/playback/gstplaybin.c: (add_sink):
22735 First add, then link (otherwise pad link fails).
22737 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22739 * examples/Makefile.am:
22740 fix buildbot (make distcheck)
22742 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22744 * gst/playback/gstplaybin.c: (gen_vis_element):
22745 Remove some wrong code. Doesn't work yet.
22747 2005-05-19 Wim Taymans <wim@fluendo.com>
22749 * gst-libs/gst/net/Makefile.am:
22750 * gst-libs/gst/net/README:
22751 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
22752 (gst_netbuffer_class_init), (gst_netbuffer_init),
22753 (gst_netbuffer_finalize), (gst_netbuffer_copy),
22754 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
22755 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
22756 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
22757 * gst-libs/gst/net/gstnetbuffer.h:
22758 Added buffer subclass to store extra to/from addresses for
22759 network sources/sinks.
22761 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22763 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
22764 Don't lock an unassigned variable.
22766 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22768 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22769 Increase buffer for video, decrease buffer for other media types.
22770 * gst/playback/gstplaybin.c: (gen_video_element),
22771 (gen_audio_element):
22772 Change names for debugging purposes.
22774 2005-05-18 Wim Taymans <wim@fluendo.com>
22776 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22777 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
22778 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
22779 (gst_ffmpegcsp_chain):
22780 Enable buffer alloc passthrough if the source and dest
22781 formats are the same.
22783 2005-05-17 Wim Taymans <wim@fluendo.com>
22785 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
22786 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
22787 (gst_ogg_demux_chain_unlocked):
22788 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22789 (gst_audio_convert_caps_remove_format_info),
22790 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
22791 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
22792 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22793 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
22794 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
22795 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
22796 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22797 (gst_ffmpegcsp_get_property):
22798 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
22799 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
22800 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
22801 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
22802 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
22803 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
22804 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
22805 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
22806 Leak fixes in oggdemux.
22807 Some cleanups in audioconvert.
22808 Make passthrough work along with buffer_alloc etc.
22809 Make buffer_alloc and buffer recycling actually work in
22812 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
22814 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
22815 make the compiler happy
22817 2005-05-17 Wim Taymans <wim@fluendo.com>
22819 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
22820 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
22821 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
22822 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
22823 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
22824 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
22825 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
22826 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
22827 (gst_xvimagesink_set_xwindow_id):
22828 * sys/xvimage/xvimagesink.h:
22829 Port xvimagesink to new MiniObject.
22831 2005-05-17 Wim Taymans <wim@fluendo.com>
22833 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
22834 (gst_audiofilter_chain):
22835 * gst-libs/gst/audio/gstaudiosink.c:
22836 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22837 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
22838 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
22839 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
22840 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
22841 (gst_audiosink_create_ringbuffer):
22842 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22843 (gst_audio_convert_caps_remove_format_info),
22844 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
22845 (gst_audio_convert_fixate), (gst_audio_convert_channels):
22846 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22847 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
22848 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
22849 Fix passthrough in ffmpegcolorspace.
22850 Fix memset in audiosink on wrong memory.
22852 2005-05-16 David Schleef <ds@schleef.org>
22854 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
22857 2005-05-16 David Schleef <ds@schleef.org>
22859 Port from GstData to GstMiniObject.
22860 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22861 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
22862 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
22863 (gst_ogg_mux_collected):
22864 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22865 * ext/theora/theoradec.c: (theora_handle_comment_packet),
22866 (theora_handle_data_packet):
22867 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
22868 (theora_set_header_on_caps), (theora_enc_chain):
22869 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22870 (vorbis_handle_comment_packet):
22871 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22872 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22873 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
22874 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
22875 * gst/audioconvert/gstaudioconvert.c:
22876 (gst_audio_convert_get_buffer):
22877 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22878 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
22879 (mute_stream), (silence_stream):
22880 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
22881 * gst/volume/gstvolume.c: (volume_transform):
22882 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
22883 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
22884 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
22885 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22886 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
22887 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
22888 (gst_ximagesink_buffer_alloc):
22889 * sys/ximage/ximagesink.h:
22891 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22893 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22894 (fill_buffer), (check_queue), (queue_threshold_reached),
22895 (queue_out_of_data):
22896 * gst/playback/gstplaybasebin.h:
22897 Post buffer-fullness on the bus.
22899 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22901 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22903 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22904 (group_commit), (probe_triggered), (setup_source),
22905 (gst_play_base_bin_change_state):
22906 * gst/playback/gstplaybasebin.h:
22907 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22908 (gst_play_bin_init), (remove_sinks), (setup_sinks),
22909 (gst_play_bin_change_state):
22910 Move setup_output_pads into a virtual function, remove
22911 group-switch (no longer needed) and redirect (handled by bus
22914 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22916 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22917 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
22918 (get_active_group), (get_building_group), (group_destroy),
22919 (group_commit), (check_queue), (queue_overrun),
22920 (queue_threshold_reached), (queue_out_of_data),
22921 (gen_preroll_element), (remove_groups), (unknown_type),
22922 (add_element_stream), (no_more_pads), (probe_triggered),
22923 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
22924 (setup_substreams), (setup_source), (finish_source),
22925 (prepare_output), (muted_group_change_state),
22926 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22927 (gst_play_base_bin_change_state):
22928 * gst/playback/gstplaybasebin.h:
22929 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22930 (gst_play_bin_init), (gst_play_bin_set_property),
22931 (gen_video_element), (gen_text_element), (gen_audio_element),
22932 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
22933 (gst_play_bin_change_state):
22934 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22935 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
22936 (stream_info_change_state), (gst_stream_info_set_mute),
22937 (gst_stream_info_get_property):
22938 * gst/playback/gststreaminfo.h:
22939 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
22940 (gst_stream_selector_get_linked_pad),
22941 (gst_stream_selector_getcaps),
22942 (gst_stream_selector_get_linked_pads),
22943 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
22944 * gst/playback/gststreamselector.h:
22945 Rough port of playbin. Needs some more work, but is mostly done,
22946 and uses a few locks in important places, which should make stuff
22947 like chain-switches clean. Still uses GST_STATE() in a few places,
22948 which isn't all that good an idea, subtitles/elements disabled
22949 because no elements to test with and thus probably broken, query
22950 and event handling moved to GstBin, internal thread removed
22951 alltogether because the pipeline does that for us now. Can play
22952 Ogg/Vorbis files. Haven't tested anything else yet.
22954 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22956 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
22957 Do no-more-pads (needed for autoplugging).
22959 2005-05-10 Andy Wingo <wingo@pobox.com>
22961 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
22962 message to the bus with the tags. Still not sent downstream tho.
22964 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
22966 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
22967 avoid refcounting hassles.
22969 2005-05-09 Andy Wingo <wingo@pobox.com>
22971 * gst/volume/Makefile.am:
22972 * gst/volume/demo.c
22973 * gst/volume/gstvolume.h
22974 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
22975 basetransform. Probably need an audio filter base class.
22977 2005-05-09 Wim Taymans <wim@fluendo.com>
22979 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
22980 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22981 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
22982 (gst_vorbisenc_chain):
22983 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22984 (gst_audio_convert_caps_remove_format_info),
22985 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
22986 (gst_audio_convert_fixate), (gst_audio_convert_channels):
22987 Make caps writable before writing to it.
22988 Fix negotiation in audioconvert some more.
22990 2005-05-09 Wim Taymans <wim@fluendo.com>
22992 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
22993 (gst_videorate_getcaps), (gst_videorate_setcaps),
22994 (gst_videorate_event), (gst_videorate_chain):
22995 Better negotiation.
22997 2005-05-09 Wim Taymans <wim@fluendo.com>
22999 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23000 (gst_videorate_getcaps), (gst_videorate_setcaps),
23001 (gst_videorate_blank_data), (gst_videorate_init),
23002 (gst_videorate_event), (gst_videorate_chain),
23003 (gst_videorate_change_state):
23004 Port videorate, do a better job at negotiation while we're at
23007 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
23012 * examples/Makefile.am:
23013 * gst-libs/gst/audio/Makefile.am:
23014 * gst-libs/gst/riff/Makefile.am:
23015 * gst-libs/gst/tag/Makefile.am:
23016 * gst-libs/gst/video/Makefile.am:
23017 Fixups for missing variables.
23019 2005-05-09 Wim Taymans <wim@fluendo.com>
23021 * examples/seeking/seek.c: (make_theora_pipeline),
23022 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
23023 (query_rates), (query_positions_elems), (query_positions_pads),
23024 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
23025 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
23026 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
23027 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
23028 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
23029 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
23030 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23031 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
23032 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
23033 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
23034 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
23035 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
23036 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
23037 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
23038 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
23039 (theora_dec_src_convert), (theora_dec_sink_convert),
23040 (theora_dec_src_query), (theora_dec_sink_query),
23041 (theora_dec_src_event), (theora_dec_sink_event),
23042 (theora_handle_comment_packet), (theora_handle_type_packet),
23043 (theora_handle_header_packet), (theora_handle_data_packet),
23044 (theora_dec_chain):
23045 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23046 (vorbis_dec_convert), (vorbis_dec_src_query),
23047 (vorbis_dec_sink_query), (vorbis_dec_src_event),
23048 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
23049 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
23050 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
23051 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
23052 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
23053 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
23054 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23055 (gst_play_bin_query):
23056 * gst/playback/test3.c: (update_scale):
23057 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
23058 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
23059 * gst/subparse/gstsubparse.c: (gst_subparse_init):
23060 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23061 (gst_videotestsrc_src_query):
23062 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
23063 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
23064 (paint_hline_YUV9):
23065 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23066 Port to new query API.
23068 Cleanups in x[v]imagesink
23070 2005-05-09 Andy Wingo <wingo@pobox.com>
23072 * ext/alsa/gstalsasink.h:
23073 * ext/gnomevfs/gstgnomevfssrc.c:
23074 (gst_gnomevfssrc_get_icy_metadata):
23075 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
23076 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
23077 * ext/theora/theoradec.c (theora_dec_src_query)
23078 (theora_dec_src_event, theora_dec_sink_event)
23079 (theora_handle_comment_packet, theora_handle_data_packet):
23080 * ext/theora/theoraenc.c (theora_enc_chain):
23081 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
23082 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
23083 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23084 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
23086 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
23087 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
23088 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
23089 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
23090 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
23091 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
23092 (paint_setup_xBGR8888, paint_setup_RGBx8888)
23093 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
23094 (paint_setup_RGB565, paint_setup_xRGB1555):
23095 * gst/videotestsrc/videotestsrc.h:
23096 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
23097 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
23098 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
23101 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
23102 gst_pad_query_position. Fixes oggdemux.
23104 2005-05-08 David Schleef <ds@schleef.org>
23106 * configure.ac: Require liboil.
23107 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
23109 * gst/videotestsrc/videotestsrc.c:
23110 * gst/videotestsrc/videotestsrc.h:
23112 2005-05-06 Wim Taymans <wim@fluendo.com>
23114 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23115 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23116 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23117 Well, unreffing a buffer right before pushing it is asking
23120 2005-05-06 Christian Schaller <uraeus@gnome.org>
23122 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
23124 2005-05-06 Wim Taymans <wim@fluendo.com>
23126 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23127 (gst_audio_convert_caps_remove_format_info),
23128 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23129 (gst_audio_convert_fixate), (gst_audio_convert_channels):
23130 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23131 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23132 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23133 * gst/sine/Makefile.am:
23134 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
23135 (gst_sinesrc_class_init), (gst_sinesrc_init),
23136 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
23137 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
23138 (gst_sinesrc_update_freq):
23139 * gst/sine/gstsinesrc.h:
23140 * gst/tcp/gstmultifdsink.c:
23141 * sys/xvimage/xvimagesink.c:
23142 Fixed negotiation wrt _peer_get_caps()
23146 2005-05-06 Wim Taymans <wim@fluendo.com>
23148 * gst-libs/gst/audio/gstaudiosink.c:
23149 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23150 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23151 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23152 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23153 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23154 (gst_audiosink_create_ringbuffer):
23155 * gst-libs/gst/audio/gstbaseaudiosink.c:
23156 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23157 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23158 (gst_baseaudiosink_set_property), (build_linear_format),
23159 (debug_spec_caps), (debug_spec_buffer),
23160 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23161 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23162 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23163 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23164 * gst-libs/gst/audio/gstbaseaudiosink.h:
23165 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23166 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23167 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23168 (gst_ringbuffer_play), (gst_ringbuffer_pause),
23169 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23170 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23171 (wait_segment), (gst_ringbuffer_commit),
23172 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23173 (gst_ringbuffer_clear):
23174 * gst-libs/gst/audio/gstringbuffer.h:
23175 Make the base audiosink return an error when there is no
23176 audiobuffer negotiated.
23178 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23181 Disable cdparanoia until someone ports it!
23183 2005-05-06 Wim Taymans <wim@fluendo.com>
23185 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23186 (gst_ogg_demux_sink_activate):
23187 And revert after wingo's revert.. sigh..
23189 2005-05-05 Andy Wingo <wingo@pobox.com>
23191 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
23193 * configure.ac: Return audiorate and subparse from the ghetto.
23194 Re-enable -Wall -Werror.
23195 * gst/subparse/gstsubparse.c:
23196 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
23197 or chain-based. Cleaned up a bit. Not tested.
23199 2005-05-05 Christian Schaller <christian@fluendo.com>
23201 * Makefile.am: remove stuff that is not building
23202 * configure.ac: remove stuff that is not building
23203 * examples/Makefile.am: remove stuff that is not building
23204 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
23205 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
23206 * sys/Makefile.am: remove stuff that is not building
23207 * testsuite/Makefile.am: remove stuff that is not building
23209 2005-05-05 Andy Wingo <wingo@pobox.com>
23211 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23212 * gst-libs/gst/tag/gstvorbistag.c:
23213 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
23214 * gst/adder/gstadder.h:
23215 * gst/audioconvert/gstchannelmix.c:
23216 (gst_audio_convert_fill_one_other):
23217 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
23218 (gst_audiorate_init), (gst_audiorate_chain):
23219 * gst/playback/gstplaybasebin.c: (setup_source):
23220 * gst/playback/test3.c: (update_scale):
23238 2005-05-05 Wim Taymans <wim@fluendo.com>
23240 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23241 (gst_audio_convert_caps_remove_format_info),
23242 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
23243 (gst_audio_convert_change_state), (gst_audio_convert_channels):
23244 * gst/videotestsrc/gstvideotestsrc.c:
23245 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
23246 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
23247 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
23248 (gst_videotestsrc_init), (gst_videotestsrc_loop):
23249 Don't ignore _push() return values.
23250 Make sure no processing is done when shutting down.
23251 Videotestsrc pad activation fix.
23253 2005-05-05 Wim Taymans <wim@fluendo.com>
23255 * gst/adder/Makefile.am:
23256 * gst/adder/gstadder.c: (gst_adder_setcaps),
23257 (gst_adder_class_init), (gst_adder_init),
23258 (gst_adder_request_new_pad), (gst_adder_collected),
23259 (gst_adder_change_state):
23260 * gst/adder/gstadder.h:
23261 Ported adder as an example of a mixer element using
23262 collect pads. Needs more negotiation work.
23264 2005-05-05 Wim Taymans <wim@fluendo.com>
23266 * ext/theora/theoradec.c: (_inc_granulepos),
23267 (theora_dec_src_event), (theora_dec_sink_event),
23268 (theora_handle_comment_packet), (theora_handle_type_packet),
23269 (theora_handle_header_packet), (theora_handle_data_packet),
23270 (theora_dec_chain):
23271 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23272 (gst_theora_enc_init), (theora_enc_sink_setcaps),
23273 (theora_push_buffer), (theora_push_packet),
23274 (theora_enc_sink_event), (theora_enc_chain),
23275 (theora_enc_change_state), (theora_enc_set_property),
23276 (theora_enc_get_property):
23277 Added stream lock to decoder so that we can serialize
23279 More theoraenc porting, recover from errors, do clean
23282 2005-05-05 Wim Taymans <wim@fluendo.com>
23284 * ext/ogg/Makefile.am:
23286 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23287 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
23289 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23290 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
23291 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
23292 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23293 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
23294 (gst_ogg_mux_change_state):
23297 2005-05-05 Wim Taymans <wim@fluendo.com>
23299 * docs/design-audiosinks.txt:
23300 * gst-libs/gst/audio/TODO:
23301 * gst-libs/gst/audio/gstaudiosink.c:
23302 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23303 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23304 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23305 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23306 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23307 (gst_audiosink_create_ringbuffer):
23308 * gst-libs/gst/audio/gstbaseaudiosink.c:
23309 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23310 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23311 (gst_baseaudiosink_set_property), (build_linear_format),
23312 (debug_spec_caps), (debug_spec_buffer),
23313 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23314 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23315 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23316 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23317 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23318 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23319 (gst_ringbuffer_release), (gst_ringbuffer_play),
23320 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23321 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
23322 (gst_ringbuffer_set_sample), (wait_segment),
23323 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
23324 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
23325 More work on the audiosink, mostly debugging and a race in
23328 2005-04-28 Wim Taymans <wim@fluendo.com>
23330 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23331 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
23332 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
23333 (vorbis_dec_src_query), (vorbis_dec_src_event),
23334 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
23335 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
23336 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
23337 Don't crap out when seeking back to position 0.
23339 2005-04-28 Wim Taymans <wim@fluendo.com>
23341 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
23342 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
23343 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
23344 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
23345 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
23346 Make audio sink configurable, use alsasink as default.
23348 2005-04-28 Wim Taymans <wim@fluendo.com>
23350 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23351 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
23352 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
23353 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
23354 (vorbis_dec_change_state):
23355 * ext/vorbis/vorbisdec.h:
23356 Refactor, use STREAM_LOCK.
23358 2005-04-28 Wim Taymans <wim@fluendo.com>
23360 * ext/theora/theoradec.c: (_inc_granulepos),
23361 (theora_dec_sink_event), (theora_handle_comment_packet),
23362 (theora_handle_type_packet), (theora_handle_header_packet),
23363 (theora_handle_data_packet), (theora_dec_chain),
23364 (theora_dec_change_state):
23365 Refactor a bit, use STREAM_LOCK.
23367 2005-04-28 Wim Taymans <wim@fluendo.com>
23369 * ext/alsa/Makefile.am:
23370 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
23371 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
23372 (gst_alsa_link), (gst_alsa_close_audio):
23373 * ext/alsa/gstalsaplugin.c: (plugin_init):
23374 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23375 (gst_alsasink_dispose), (gst_alsasink_base_init),
23376 (gst_alsasink_class_init), (gst_alsasink_init),
23377 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
23378 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
23379 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
23380 (gst_alsasink_reset):
23381 * ext/alsa/gstalsasink.h:
23382 Implement alsasink with simple open/write/close API.
23383 Make alsa dir build by disabling compilation of code.
23385 2005-04-28 Wim Taymans <wim@fluendo.com>
23387 * gst-libs/gst/audio/Makefile.am:
23388 * gst-libs/gst/audio/audio.h:
23389 * gst-libs/gst/audio/audioclock.c:
23390 * gst-libs/gst/audio/audioclock.h:
23391 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
23392 (gst_audio_clock_class_init), (gst_audio_clock_init),
23393 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
23394 * gst-libs/gst/audio/gstaudioclock.h:
23395 * gst-libs/gst/audio/gstaudiosink.c:
23396 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23397 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23398 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23399 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23400 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23401 (gst_audiosink_create_ringbuffer):
23402 * gst-libs/gst/audio/gstbaseaudiosink.c:
23403 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23404 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23405 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
23406 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
23407 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23408 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23409 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23410 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23411 * gst-libs/gst/audio/gstbaseaudiosink.h:
23412 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23413 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
23414 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23415 (gst_ringbuffer_release), (gst_ringbuffer_play),
23416 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23417 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
23418 (gst_ringbuffer_set_sample), (wait_segment),
23419 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
23420 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
23421 * gst-libs/gst/audio/gstringbuffer.h:
23422 Make ringbuffer faster and more simple by removing the locks
23423 in the playback thread.
23424 Add sample accurate playback based on buffer sample offsets.
23425 Make the baseaudiosink provide a clock.
23426 Parse caps in the base class.
23427 Correctly handle seeking, flushing and state changes.
23429 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
23432 * gst/audioconvert/Makefile.am:
23433 * gst/audioscale/Makefile.am:
23434 Fix part of the build. Come on guys, autogen didn't even work :)
23436 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23439 * gst-libs/gst/Makefile.am:
23440 * gst-libs/gst/media-info/.cvsignore:
23441 * gst-libs/gst/media-info/Makefile.am:
23442 * gst-libs/gst/media-info/README:
23443 * gst-libs/gst/media-info/media-info-priv.c:
23444 * gst-libs/gst/media-info/media-info-priv.h:
23445 * gst-libs/gst/media-info/media-info-test.c:
23446 * gst-libs/gst/media-info/media-info.c:
23447 * gst-libs/gst/media-info/media-info.h:
23448 * gst-libs/gst/media-info/media-info.vcproj:
23449 * pkgconfig/Makefile.am:
23450 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
23451 * pkgconfig/gstreamer-media-info.pc.in:
23452 Remove media-info, which is also successed by playbin (see Totem
23455 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23458 * examples/Makefile.am:
23459 * examples/gstplay/.cvsignore:
23460 * examples/gstplay/Makefile.am:
23461 * examples/gstplay/player.c:
23462 * gst-libs/gst/Makefile.am:
23463 * gst-libs/gst/play/.cvsignore:
23464 * gst-libs/gst/play/Makefile.am:
23465 * gst-libs/gst/play/play.c:
23466 * gst-libs/gst/play/play.h:
23467 * gst-libs/gst/play/play.vcproj:
23468 * pkgconfig/Makefile.am:
23469 * pkgconfig/gstreamer-play-uninstalled.pc.in:
23470 * pkgconfig/gstreamer-play.pc.in:
23471 Remove libgstplay, playbin is now the official successor.
23473 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23476 * gst-libs/gst/Makefile.am:
23477 * gst-libs/gst/xwindowlistener/Makefile.am:
23478 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
23479 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
23480 Remove deprecated xwindowlistener (I've moved xwindowlistening
23481 in the v4l/v4l2 plugins over to serverside).
23483 2005-04-25 David Schleef <ds@schleef.org>
23485 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
23486 to examples/dynparams. Examples do not belong interspersed with
23488 * examples/dynparams/demo-dparams.c:
23489 * gst/sine/Makefile.am:
23490 * gst/sine/demo-dparams.c:
23492 2005-04-25 David Schleef <ds@schleef.org>
23494 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
23495 * gst-libs/gst/audio/Makefile.am:
23496 * gst-libs/gst/riff/Makefile.am:
23497 * gst-libs/gst/tag/Makefile.am:
23498 * gst-libs/gst/video/Makefile.am:
23499 * gst-libs/gst/xwindowlistener/Makefile.am:
23501 Convert to 0.9 API, seems to work:
23502 * sys/ximage/Makefile.am:
23503 * sys/ximage/ximagesink.c:
23505 2005-04-24 David Schleef <ds@schleef.org>
23507 Link plugins against libraries:
23508 * ext/alsa/Makefile.am:
23509 * gst/tcp/Makefile.am:
23511 Remove asm code that should be in liboil
23512 * gst/videoscale/Makefile.am:
23513 * gst/videoscale/videoscale_x86_asm.s:
23515 gettext wants these checked in:
23531 2005-04-24 David Schleef <ds@schleef.org>
23533 Convert gst_main() to g_main_loop_run()
23534 * gst/playback/decodetest.c: (main):
23535 * gst/playback/test2.c: (main):
23536 * gst/playback/test3.c: (main):
23537 * gst/playback/test4.c: (main):
23539 Link plugins against libraries:
23540 * ext/libvisual/Makefile.am:
23541 * sys/xvimage/Makefile.am:
23543 2005-04-24 David Schleef <ds@schleef.org>
23545 * configure.ac: Remove idct and resample libs
23546 * gst-libs/gst/Makefile.am: same
23548 Remove usage of gst_library_load():
23549 * ext/alsa/gstalsaplugin.c: (plugin_init):
23550 * ext/libvisual/visual.c: (plugin_init):
23551 * ext/ogg/gstogg.c: (plugin_init):
23552 * ext/theora/theora.c: (plugin_init):
23553 * ext/vorbis/vorbis.c: (plugin_init):
23554 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
23555 * gst/audioscale/gstaudioscale.c:
23556 * gst/adder/gstadder.c: (plugin_init):
23557 * gst/audioconvert/plugin.c: (plugin_init):
23558 * sys/ximage/ximagesink.c: (plugin_init):
23559 * sys/xvimage/xvimagesink.c: (plugin_init):
23560 * gst/tcp/gsttcpplugin.c: (plugin_init):
23562 Link plugins against libraries:
23563 * ext/ogg/Makefile.am:
23564 * ext/theora/Makefile.am:
23565 * ext/vorbis/Makefile.am:
23566 * gst/audioconvert/Makefile.am:
23568 Create proper libraries:
23569 * gst-libs/gst/riff/Makefile.am:
23570 * gst-libs/gst/audio/Makefile.am:
23571 * gst-libs/gst/video/Makefile.am:
23573 Move resample library to audioscale plugin directory:
23574 * gst-libs/gst/resample/Makefile.am:
23575 * gst-libs/gst/resample/README:
23576 * gst-libs/gst/resample/dtof.c:
23577 * gst-libs/gst/resample/dtos.c:
23578 * gst-libs/gst/resample/functable.c:
23579 * gst-libs/gst/resample/private.h:
23580 * gst-libs/gst/resample/resample.c:
23581 * gst-libs/gst/resample/resample.h:
23582 * gst-libs/gst/resample/resample.vcproj:
23583 * gst-libs/gst/resample/test.c:
23584 * gst/audioscale/Makefile.am:
23585 * gst/audioscale/README:
23586 * gst/audioscale/dtof.c:
23587 * gst/audioscale/dtos.c:
23588 * gst/audioscale/functable.c:
23589 * gst/audioscale/private.h:
23590 * gst/audioscale/resample.c:
23591 * gst/audioscale/resample.h:
23592 * gst/audioscale/test.c:
23594 Move tagedit library to gst-libs:
23595 * gst-libs/gst/tag/Makefile.am:
23596 * gst-libs/gst/tag/gstid3tag.c:
23597 * gst-libs/gst/tag/gsttagediting.c:
23598 * gst-libs/gst/tag/gsttageditingprivate.h:
23599 * gst-libs/gst/tag/gstvorbistag.c:
23600 * gst/tags/Makefile.am:
23601 * gst/tags/gstid3tag.c:
23602 * gst/tags/gstvorbistag.c:
23604 Fix for core changes:
23605 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23606 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
23607 (gst_sinesrc_getrange):
23609 2005-04-23 David Schleef <ds@schleef.org>
23611 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
23612 in gst-plugins in a long time, and properly belongs in liboil.
23613 * gst-libs/gst/idct/Makefile.am:
23614 * gst-libs/gst/idct/README:
23615 * gst-libs/gst/idct/dct.h:
23616 * gst-libs/gst/idct/doieee:
23617 * gst-libs/gst/idct/fastintidct.c:
23618 * gst-libs/gst/idct/floatidct.c:
23619 * gst-libs/gst/idct/idct.c:
23620 * gst-libs/gst/idct/idct.h:
23621 * gst-libs/gst/idct/idtc.vcproj:
23622 * gst-libs/gst/idct/ieeetest.c:
23623 * gst-libs/gst/idct/intidct.c:
23625 2005-04-20 Wim Taymans <wim@fluendo.com>
23627 * docs/design-audiosinks.txt:
23628 * gst-libs/gst/audio/Makefile.am:
23629 * gst-libs/gst/audio/TODO:
23630 * gst-libs/gst/audio/gstaudiosink.c:
23631 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23632 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23633 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
23634 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23635 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23636 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
23637 (gst_audiosink_class_init), (gst_audiosink_init),
23638 (gst_audiosink_create_ringbuffer):
23639 * gst-libs/gst/audio/gstaudiosink.h:
23640 * gst-libs/gst/audio/gstbaseaudiosink.c:
23641 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
23642 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
23643 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
23644 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
23645 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
23646 (gst_baseaudiosink_create_ringbuffer),
23647 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23648 * gst-libs/gst/audio/gstbaseaudiosink.h:
23649 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23650 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
23651 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
23652 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23653 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
23654 (gst_ringbuffer_play), (gst_ringbuffer_pause),
23655 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
23656 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
23657 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
23658 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
23659 * gst-libs/gst/audio/gstringbuffer.h:
23660 An attempt at a set of audio base classes together with some
23663 2005-04-20 Wim Taymans <wim@fluendo.com>
23665 * gst/audioconvert/Makefile.am:
23666 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23667 (gst_audio_convert_caps_remove_format_info),
23668 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
23669 (gst_audio_convert_channels):
23670 Link against audio libs.
23671 Fix audio convert plugin.
23673 2005-04-20 Wim Taymans <wim@fluendo.com>
23675 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
23676 (gst_ogg_demux_sink_activate):
23677 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
23678 (theora_set_header_on_caps), (theora_enc_sink_event),
23679 (theora_enc_chain):
23680 Fix theora encoder.
23682 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23684 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
23685 * gst/playback/gstdecodebin.c: (find_compatibles):
23686 Work with staticpadtemplates in elementfactories.
23688 2005-04-12 Wim Taymans <wim@fluendo.com>
23690 * gst/playback/README:
23691 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23692 (compare_ranks), (print_feature), (gst_decode_bin_init),
23693 (dynamic_create), (dynamic_free), (find_compatibles),
23694 (mimetype_is_raw), (close_pad_link), (got_redirect),
23695 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
23696 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
23697 (gst_decode_bin_change_state):
23698 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23699 (gst_play_base_bin_init), (group_destroy), (group_commit),
23700 (check_queue), (queue_overrun), (queue_threshold_reached),
23701 (queue_out_of_data), (gen_preroll_element), (unknown_type),
23702 (new_decoded_pad), (setup_subtitle), (gen_source_element),
23703 (got_redirect), (setup_source), (play_base_eos),
23704 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23705 (gst_play_base_bin_remove_element):
23706 * gst/playback/gstplaybasebin.h:
23707 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23708 (gst_play_bin_init), (gst_play_bin_dispose),
23709 (gst_play_bin_set_property), (gen_video_element),
23710 (gen_text_element), (gen_audio_element), (remove_sinks),
23711 (gst_play_bin_send_event):
23712 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23713 (stream_info_change_state), (gst_stream_info_set_mute):
23714 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
23715 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
23716 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
23717 (gst_stream_selector_chain):
23718 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23720 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23721 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
23722 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
23723 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
23724 Raw and crude port of decodebin.
23725 Make playbin compile.
23727 2005-04-06 Wim Taymans <wim@fluendo.com>
23729 * ext/gnomevfs/Makefile.am:
23730 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23731 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
23732 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23733 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
23734 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
23735 (gst_gnomevfssrc_stop):
23736 * ext/ogg/Makefile.am:
23737 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
23738 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
23739 * ext/theora/Makefile.am:
23740 * ext/theora/theoradec.c: (_inc_granulepos),
23741 (theora_dec_sink_event), (theora_dec_chain):
23742 * ext/vorbis/Makefile.am:
23743 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23744 (vorbis_dec_sink_event), (vorbis_dec_chain):
23745 * gst-libs/gst/audio/Makefile.am:
23746 * sys/xvimage/Makefile.am:
23747 Make gnomevfssrc extend the source base class.
23748 Fix linking against libs in various plugins.
23750 2005-04-06 Andy Wingo <wingo@pobox.com>
23752 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
23755 * configure.ac: Add check and AC_SUBST for libgstbase.
23757 2005-03-31 Wim Taymans <wim@fluendo.com>
23759 * examples/seeking/Makefile.am:
23760 * examples/seeking/cdparanoia.c: (main):
23761 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
23762 (play_cb), (pause_cb), (stop_cb), (main):
23763 * examples/seeking/playbin.c:
23764 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
23765 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
23766 (make_sid_pipeline), (make_vorbis_pipeline),
23767 (make_theora_pipeline), (make_vorbis_theora_pipeline),
23768 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
23769 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
23770 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
23771 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
23773 * examples/seeking/spider_seek.c:
23774 * examples/seeking/vorbisfile.c:
23775 * ext/gnomevfs/Makefile.am:
23776 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23777 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
23778 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
23779 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
23780 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
23781 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
23782 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
23783 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23785 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
23786 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
23787 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
23788 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
23789 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
23790 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
23791 (gst_ogg_pad_event), (gst_ogg_pad_reset),
23792 (gst_ogg_demux_factory_filter), (compare_ranks),
23793 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23794 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23795 (gst_ogg_chain_new), (gst_ogg_chain_free),
23796 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
23797 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
23798 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
23799 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
23800 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
23801 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
23802 (gst_ogg_demux_get_prev_page),
23803 (gst_ogg_demux_deactivate_current_chain),
23804 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23805 (gst_ogg_demux_bisect_forward_serialno),
23806 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
23807 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
23808 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
23809 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
23810 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
23811 (gst_ogg_demux_change_state), (gst_ogg_print):
23812 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23813 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
23814 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23815 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
23816 (gst_ogg_mux_loop):
23817 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23818 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
23819 (theora_dec_src_convert), (theora_dec_sink_convert),
23820 (theora_dec_src_query), (theora_dec_src_event),
23821 (theora_dec_sink_event), (theora_dec_chain),
23822 (theora_dec_change_state):
23823 * ext/theora/theoraenc.c: (gst_theora_enc_init),
23824 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
23825 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
23826 (theora_enc_change_state):
23827 * ext/vorbis/Makefile.am:
23828 * ext/vorbis/oggvorbisenc.c:
23829 * ext/vorbis/oggvorbisenc.h:
23830 * ext/vorbis/vorbis.c: (plugin_init):
23831 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23832 (vorbis_dec_src_query), (vorbis_dec_src_event),
23833 (vorbis_dec_sink_event), (vorbis_dec_chain),
23834 (vorbis_dec_change_state):
23835 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23836 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
23837 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23838 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
23839 (gst_vorbisenc_change_state):
23840 * ext/vorbis/vorbisenc.h:
23841 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
23842 * gst-libs/gst/audio/audioclock.c:
23843 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23844 (gst_audiofilter_init), (gst_audiofilter_chain):
23845 * gst-libs/gst/audio/testchannels.c: (main):
23846 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
23847 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
23848 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
23849 (gmip_find_track_streaminfo), (gmip_find_track_format):
23850 * gst-libs/gst/media-info/media-info.c:
23851 (gst_media_info_read_idler):
23852 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
23853 (gst_play_get_all_by_interface):
23854 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23855 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
23856 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
23857 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
23858 (gst_riff_parse_info):
23859 * gst-libs/gst/riff/riff-read.h:
23860 * gst-libs/gst/riff/riff.c: (plugin_init):
23861 * gst-libs/gst/video/Makefile.am:
23862 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
23863 (gst_videosink_class_init), (gst_videosink_get_type):
23864 * gst-libs/gst/video/videosink.h:
23865 * gst/audioconvert/bufferframesconvert.c:
23866 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
23867 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
23868 * gst/audioconvert/channelmixtest.c: (main):
23869 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23870 (gst_audio_convert_chain),
23871 (gst_audio_convert_caps_remove_format_info),
23872 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
23873 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
23874 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
23875 (gst_audio_convert_buffer_to_default_format),
23876 (gst_audio_convert_buffer_from_default_format),
23877 (gst_audio_convert_channels):
23878 * gst/audioconvert/gstchannelmix.h:
23879 * gst/ffmpegcolorspace/avcodec.h:
23880 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23881 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23882 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
23883 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
23884 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
23885 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23886 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
23887 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23888 (mpeg_video_type_find), (mpeg_video_stream_type_find),
23890 * gst/videotestsrc/gstvideotestsrc.c:
23891 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
23892 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
23893 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
23894 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
23895 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
23896 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
23897 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
23898 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23899 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
23900 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
23901 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
23902 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
23903 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23904 (gst_xvimagesink_navigation_send_event),
23905 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
23906 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
23907 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
23908 * sys/xvimage/xvimagesink.h:
23909 Plugin port to 0.9, ogg/theora playback should work in the seek
23911 Removed old examples.
23912 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
23913 explained in 0.9 TODO doc.
23916 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
23938 * testsuite/Makefile.am:
23939 remove a whole bunch of plugins. This module now contains a set
23940 of free reference plugins/elements as agreed.
23942 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
23945 hunting season on 0.9 is now OPEN
23947 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23949 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23950 Kick the hell out of gcc for not warning me about a symbol conflict.
23952 2005-02-22 Luca Ognibene <luogni@tin.it>
23954 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
23956 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
23957 Don't leak caps string (fixes #168134)
23959 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
23960 (gst_jpegenc_init), (gst_jpegenc_finalize),
23961 (gst_jpegenc_change_state):
23962 Don't leak line buffers and context struct (fixes #168133).
23964 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
23967 * ext/dirac/gstdiracdec.cc:
23968 (gst_diracdec_chain):
23969 Since dirac 0.5.0 the framerate in dirac is expressed as a
23970 rational number. Fix build and up requirement to 0.5.0, and
23971 also pass parameters to gst_diracdec_link in the right order
23974 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
23976 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
23977 * ext/faad/gstfaad.h:
23978 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
23979 certain invalid muxed streams, where some packets will contain
23980 junk after decoder data. Partially fixes #149158.
23982 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
23983 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
23984 Make sure we only write to writable buffers
23986 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
23988 * gst-libs/gst/riff/riff-media.c:
23989 (gst_riff_create_audio_caps_with_data):
23990 Do actually fix invalid RIFF fmt header values for alaw
23991 and mulaw audio instead of just saying so.
23993 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23994 Give gst_riff_create_audio_caps_with_data() a chance to
23995 fix up broken format header fields before extracting any
23996 parameters from the header. (fixes #167633)
23998 2005-02-19 Martin Holters <martin.holters@gmx.de>
24000 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
24002 * gst/audioconvert/bufferframesconvert.c:
24003 (buffer_frames_convert_link):
24004 Don't leak othercaps. (fixes #167878)
24006 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
24009 * ext/libvisual/visual.c: (gst_visual_srclink),
24010 (gst_visual_change_state):
24011 Support libvisual 0.2.0.
24013 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
24015 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
24016 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
24017 Use same rowstrides for I420 as used everywhere else.
24019 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
24021 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
24022 Declare variables at beginning of block and make gcc-2.95 happy
24023 (fixes # 167482, patch by Gergely Nagy).
24025 * gst/tcp/gsttcpclientsrc.c:
24026 * gst/tcp/gsttcpclientsrc.h:
24027 Move some includes into the header, so that struct sockaddr_in is
24028 defined when it should be defined on FreeBSD as well (fixes
24031 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24032 Don't pass uninitialised values to setsockopt() here either.
24034 2005-02-17 Luca Ognibene <luogni at tin dot it>
24036 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
24038 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
24039 Don't pass uninitialised values to setsockopt(). (fixes #167704)
24041 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24043 * gst/playback/gstplaybin.c: (add_sink):
24044 Invert bin_add/link order to workaround deadlock in opt.
24046 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24048 * gst/modplug/gstmodplug.cc:
24049 Add missing break causing position queries to fail.
24051 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24053 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
24054 Granpos can apparently be -1, which screws up calculations...
24056 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
24058 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24059 (gst_ximagesink_send_pending_navigation),
24060 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
24061 (gst_ximagesink_init):
24062 * sys/ximage/ximagesink.h:
24063 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24064 (gst_xvimagesink_send_pending_navigation),
24065 (gst_xvimagesink_navigation_send_event),
24066 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
24067 * sys/xvimage/xvimagesink.h:
24068 Use a mutex protected list to marshal navigation
24069 events into the stream thread from whichever thread
24072 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
24074 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
24075 Display current position and track length; misc. clean-ups.
24077 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
24078 (speed_init), (speed_chain):
24079 Add query function, so that the stream length and current position
24080 get adjusted when queried (note that current position queries may
24081 still be wrong if the audio sink returns values based on buffer
24082 timestamps instead of passing on the query).
24084 2005-02-13 Benjamin Otte <otte@gnome.org>
24086 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
24087 (gst_audio_convert_channels):
24088 create channel conversion matrix when linking
24089 * gst/audioconvert/.cvsignore:
24090 * gst/audioconvert/Makefile.am:
24091 * gst/audioconvert/channelmixtest.c: (main):
24092 add (ugly) test that ensures stereo <=> mono conversion works
24095 2005-02-13 Benjamin Otte <otte@gnome.org>
24097 * gst/audioconvert/gstchannelmix.h:
24098 include missing header file
24099 * gst/audioconvert/gstchannelmix.c:
24100 (gst_audio_convert_fill_compatible):
24101 use same sign for both channels when converting to/from compatible
24102 channel. Previously used different signs made the signals cancel
24103 each other out and appear like silence. (fixes #167269)
24105 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
24107 * gst/ffmpegcolorspace/avcodec.h:
24108 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24109 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
24110 (gst_ffmpegcsp_avpicture_fill):
24111 * gst/ffmpegcolorspace/imgconvert.c:
24112 Convert to and from YV12 (fixes #156379).
24114 2005-02-12 Julien MOUTTE <julien@moutte.net>
24116 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24117 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24118 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24119 (gst_ximagesink_expose), (gst_ximagesink_set_property),
24120 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
24121 methods from chain and negotiation and vice versa (Fixes #166142).
24122 * sys/ximage/ximagesink.h: Add stream_lock.
24123 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24124 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24125 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
24126 (gst_xvimagesink_expose): Check for xcontext before trying to link.
24128 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
24130 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
24131 Don't send "Hey! You gave me a NULL pointer you naughty person" as
24132 error message when we can't open the DVD device (when dvdnav_open()
24133 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
24134 the above). Send something more useful instead (fixes #167117).
24136 2005-02-11 Julien MOUTTE <julien@moutte.net>
24138 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
24139 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
24140 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24141 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
24142 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
24143 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
24144 methods from chain and negotiation and vice versa (Fixes #166142).
24145 Fix a possible bug of images in the buffer pool being discarded because
24146 we are looking at the wrong geometry.
24147 * sys/xvimage/xvimagesink.h: Add stream_lock.
24149 2005-02-11 David Schleef <ds@schleef.org>
24151 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
24152 unsigned int. (fixes #167128)
24154 2005-02-11 David Schleef <ds@schleef.org>
24156 * gst/librfb/Makefile.am: Testing stuff before committing is
24157 for wimps... and people with fast machines. Fix stupid
24160 2005-02-11 David Schleef <ds@schleef.org>
24162 * configure.ac: Pull in librfb from my CVS tree, because it is
24163 too small and annoying to be separate. Move rfbsrc plugin
24166 * ext/librfb/Makefile.am:
24167 * ext/librfb/gstrfbsrc.c:
24168 * gst/librfb/Makefile.am:
24169 * gst/librfb/gstrfbsrc.c:
24170 * gst/librfb/rfb.c:
24171 * gst/librfb/rfb.h:
24172 * gst/librfb/rfbbuffer.c:
24173 * gst/librfb/rfbbuffer.h:
24174 * gst/librfb/rfbbytestream.c:
24175 * gst/librfb/rfbbytestream.h:
24176 * gst/librfb/rfbcontext.h:
24177 * gst/librfb/rfbdecoder.c:
24178 * gst/librfb/rfbdecoder.h:
24179 * gst/librfb/rfbutil.h:
24181 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
24183 * gst/speed/Makefile.am:
24184 * gst/speed/demo-mp3.c: (main):
24185 * gst/speed/filter.func:
24186 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
24187 (speed_class_init), (speed_init), (speed_chain_int16),
24188 (speed_chain_float32), (speed_chain), (speed_set_property),
24189 (speed_get_property), (speed_change_state):
24190 * gst/speed/gstspeed.h:
24191 Fix speed element and make it chain-based (fixes #156467),
24192 and make it handle more than one channel.
24194 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
24196 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
24197 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
24198 (gst_dtsdec_chain), (gst_dtsdec_change_state):
24199 * ext/dts/gstdtsdec.h:
24200 Don't clobber the stack constructing the channels array.
24201 Make the element chain-based. DTS tracks can now be played.
24203 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
24205 * gst-libs/gst/audio/multichannel.h:
24206 * gst-libs/gst/gconf/gconf.h:
24207 * gst-libs/gst/idct/idct.h:
24208 * gst-libs/gst/media-info/media-info-priv.h:
24209 * gst-libs/gst/play/play.h:
24210 * gst-libs/gst/resample/private.h:
24211 * gst-libs/gst/resample/resample.h:
24212 * gst-libs/gst/riff/riff-ids.h:
24213 * gst-libs/gst/video/video.h:
24214 * gst-libs/gst/video/videosink.h:
24215 Add G_BEGIN_DECLS and G_END_DECLS around headers where
24216 missing, so that they work when included from C++ code.
24218 2005-02-09 David Schleef <ds@schleef.org>
24220 * testsuite/gst-lint: Check for non-statically scoped
24221 parent_class variables. This won't be a problem once
24222 plugins are loaded with RTLD_LOCAL.
24224 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24226 * ext/mplex/gstmplexibitstream.cc:
24229 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24231 * ext/ogg/gstogmparse.c:
24232 * gst/debug/gstnavigationtest.c:
24233 Die, thou faulty symbol pollutors (non-static parent_class).
24235 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24237 * ext/mplex/gstmplexibitstream.cc:
24238 Fix event handling (#165525).
24240 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24242 * ext/mikmod/gstmikmod.c:
24243 * gst/modplug/gstmodplug.cc:
24244 Add missing endianness to template (fixes #165509).
24246 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24248 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
24249 Fix wrong order of reading of optional bytes (#165290).
24251 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24253 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24254 Implement FILLER event awareness.
24256 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24258 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
24259 Fix track calculations (#166208).
24261 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
24263 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24265 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
24266 * ext/libpng/gstpngenc.c:
24267 Fix byte-order, use proper fixed caps. Fixes #164197.
24269 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
24274 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
24275 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
24276 Don't push buffers if the src pad isn't negotiated yet.
24278 * gst/audioconvert/gstaudioconvert.c:
24279 (gst_audio_convert_buffer_to_default_format),
24280 (gst_audio_convert_buffer_from_default_format):
24281 Add support for 24-bit width.
24283 * gst/dvdlpcmdec/.cvsignore:
24284 * gst/dvdlpcmdec/Makefile.am:
24285 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
24286 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
24287 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
24288 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
24290 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
24291 New decoder for rearranging DVD LPCM into our audio/x-raw-int
24292 format. Needs support for the channels maps if someone can find
24293 a DVD LPCM track with > 2 channels.
24295 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
24296 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
24297 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
24298 * gst/mpegstream/gstdvddemux.h:
24299 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
24300 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
24301 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
24302 * gst/mpegstream/gstmpegdemux.h:
24303 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
24304 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
24305 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
24306 (gst_mpeg_parse_handle_src_query),
24307 (gst_mpeg_parse_handle_src_event):
24308 Use audio/x-dvd-lpcm for LPCM output.
24311 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
24313 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24315 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
24316 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
24317 Add BGRA handling (#165736).
24319 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
24321 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24323 * gst/law/alaw-decode.c: (alawdec_link):
24324 * gst/law/alaw-encode.c: (alawenc_link):
24325 * gst/law/mulaw-decode.c: (mulawdec_link):
24326 * gst/law/mulaw-encode.c: (mulawenc_link):
24327 Fix caps memleaks (#166600).
24329 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
24331 * ext/tarkin/mem.h:
24332 * ext/tarkin/wavelet.h:
24333 * ext/tarkin/yuv.h:
24334 * gst/ffmpegcolorspace/avcodec.h:
24335 Include "_stdint.h" instead of <stdint.h>. Fixes build on
24336 systems that don't have stdint.h, like Solaris9 (fixes #166631).
24338 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24340 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
24341 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
24342 (gst_xvimagesink_change_state):
24343 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
24344 Xv video (and thereby regenerate Xv colourkey) in clear() so
24345 that PLAY -> READY -> PLAY works (fixes #162504).
24347 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24349 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
24350 Switch to list instead of range, since MJPEG-devices really just
24351 support decimations, not any size.
24353 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
24354 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
24355 (gst_mpeg2dec_reset), (free_all_buffers),
24356 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
24357 * ext/mpeg2dec/gstmpeg2dec.h:
24358 The libmpeg2 user-allocated buffer management is awkward,
24359 to say the least. Hopefully this fixes things.
24361 2005-02-04 Andy Wingo <wingo@pobox.com>
24363 * gst/audioconvert/bufferframesconvert.c
24364 (buffer_frames_convert_fixate): New function, fixates to 256
24365 frames per buffer by default. (Much better than 1.)
24366 (buffer_frames_convert_init): Set the fixate function for both src
24368 (buffer_frames_convert_link): After success setting nonfixed caps,
24369 get the negotiated caps so we can know how many buffer-frames it
24370 will be. No idea how this worked at all before.
24372 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
24374 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24375 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
24376 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
24377 (handle_sequence), (handle_picture):
24378 * ext/mpeg2dec/gstmpeg2dec.h:
24379 Rearrange buffer tracking and refcounting and refactor
24380 a little for readability.
24382 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
24383 * sys/v4l/gstv4l.c: (plugin_init):
24384 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
24385 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
24386 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
24387 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
24388 * sys/v4l/gstv4ljpegsrc.h:
24389 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
24390 * sys/v4l/v4l_calls.h:
24391 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
24392 (gst_v4lsrc_get_fps):
24393 * sys/v4l/v4lsrc_calls.h:
24394 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
24395 you jpeg inside rgb frames" driver.
24396 Don't error in the v4lsrc link function, just return
24399 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24401 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
24402 (gst_qcamsrc_open):
24403 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
24405 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24407 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
24408 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
24410 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24412 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
24413 Reset negotiated state on PAUSED->READY.
24415 2005-02-02 David Schleef <ds@schleef.org>
24417 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
24418 whereever possible. (Fixes #165997)
24419 * examples/capsfilter/capsfilter1.c: (main):
24420 * examples/dynparams/filter.c: (create_ui):
24421 * examples/seeking/cdparanoia.c: (get_track_info), (main):
24422 * examples/seeking/chained.c: (main):
24423 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24424 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24425 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
24426 (make_mpeg_pipeline), (make_mpegnt_pipeline):
24427 * examples/seeking/spider_seek.c: (make_spider_pipeline):
24428 * examples/switch/switcher.c: (main):
24429 * ext/dv/demo-play.c: (main):
24430 * ext/faad/gstfaad.c: (gst_faad_change_state):
24431 * ext/mad/gstmad.c: (gst_mad_chain):
24432 * ext/smoothwave/demo-osssrc.c: (main):
24433 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
24434 (gst_gconf_render_bin_from_description),
24435 (gst_gconf_get_default_audio_sink),
24436 (gst_gconf_get_default_video_sink),
24437 (gst_gconf_get_default_audio_src),
24438 (gst_gconf_get_default_video_src),
24439 (gst_gconf_get_default_visualization_element):
24440 * gst/level/demo.c: (main):
24441 * gst/level/plot.c: (main):
24442 * gst/playback/gstplaybin.c: (gen_video_element),
24443 (gen_audio_element):
24444 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
24445 * gst/playondemand/demo-mp3.c: (setup_pipeline):
24446 * gst/sine/demo-dparams.c: (main):
24447 * gst/spectrum/demo-osssrc.c: (main):
24448 * gst/speed/demo-mp3.c: (main):
24449 * gst/volume/demo.c: (main):
24450 * testsuite/embed/embed.c: (main):
24452 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
24454 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24455 (gst_tcpclientsink_finalize):
24456 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24457 (gst_tcpclientsrc_finalize):
24458 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24459 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
24460 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24461 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
24462 Don't leak the hostname when shutting down.
24463 In tcpserversrc, take a copy of the default hostname.
24465 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24467 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
24468 Set caps to systemstream=TRUE.
24470 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24472 * testsuite/Makefile.am:
24473 Fix more OSX buildbots.
24475 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
24477 * ext/mpeg2dec/gstmpeg2dec.c:
24478 Don't send things to NULL PAD_PEERs
24480 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
24481 Copy-on-write the incoming buffer.
24483 * gst/mpegstream/gstdvddemux.h:
24484 * gst/mpegstream/gstmpegclock.h:
24485 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24486 (normal_seek), (gst_mpeg_demux_handle_src_event):
24487 * gst/mpegstream/gstmpegdemux.h:
24488 * gst/mpegstream/gstmpegpacketize.h:
24489 * gst/mpegstream/gstmpegparse.c:
24490 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
24491 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
24492 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
24493 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
24494 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
24495 * gst/mpegstream/gstmpegparse.h:
24496 * gst/mpegstream/gstrfc2250enc.h:
24497 Various changes to the way time is computed that make seeking and
24498 total time estimation much better here.
24499 Use G_BEGIN/END_DECLS instead of __cplusplus
24501 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
24502 Use gst_buffer_stamp instead of only copying the TIMESTAMP
24504 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24506 * gst/subparse/gstsubparse.c:
24509 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
24511 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24512 (theora_enc_chain), (theora_enc_change_state):
24513 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
24514 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
24515 (gst_vorbisenc_change_state):
24516 * ext/vorbis/vorbisenc.h:
24517 Set granulepos and timestamp correctly for streams not
24518 starting at 0, taking into account the initial delay.
24520 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
24522 * gst/mpegstream/gstdvddemux.c:
24523 Add audio/x-dts to audio pad template caps
24525 2005-01-30 David Schleef <ds@schleef.org>
24527 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
24528 (create_context), (gst_polypsink_link): Fix silly endianness
24529 bug. Add some debugging. Remove float from caps; it doesn't
24530 work. Attempt to get remote audio working.
24532 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24534 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
24537 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24539 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
24540 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
24541 (gst_avi_demux_stream_data):
24542 * gst/avi/gstavidemux.h:
24543 Invert DIB images. Fixes #132341.
24545 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24547 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24548 (gst_ffmpegcsp_chain):
24549 D'oh, reference the palette data, not the palette structure.
24550 Fixes color distortion in #132341.
24552 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24554 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
24555 PAR can be non-fixed when not provided as argument (#162626).
24557 2005-01-29 David Moore <dcm@acm.org>
24559 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24561 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24562 (gst_qtdemux_loop_header):
24563 Re-apply patch from #142272 that allows non-seekable sources,
24564 re-proposed by Daniel Drake <dsd@gentoo.org>.
24566 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24568 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
24569 Use the src template for creating the src pad (#162330).
24571 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24574 * ext/musepack/Makefile.am:
24575 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
24576 (gst_musepackdec_init), (gst_musepackdec_dispose),
24577 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
24578 (gst_musepack_stream_init), (gst_musepackdec_loop),
24579 (gst_musepackdec_change_state):
24580 * ext/musepack/gstmusepackdec.cpp:
24581 * ext/musepack/gstmusepackdec.h:
24582 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
24583 (gst_musepack_reader_read), (gst_musepack_reader_seek),
24584 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
24585 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
24586 * ext/musepack/gstmusepackreader.cpp:
24587 * ext/musepack/gstmusepackreader.h:
24588 Update to 1.1 API (#165446).
24590 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24595 2005-01-28 Andy Wingo <wingo@pobox.com>
24597 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
24598 to reflect a different dubious internet source. Add a reference
24599 and some commentary.
24601 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24603 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24604 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
24605 * gst/playback/gststreamselector.h:
24606 Be more selective when we're redoing caps negotiation from
24607 within the chain function on a stream change.
24609 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24613 * ext/amrnb/Makefile.am:
24614 * ext/amrnb/amrnb.c: (plugin_init):
24615 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
24616 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
24617 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
24618 (gst_amrnbdec_state_change):
24619 * ext/amrnb/amrnbdec.h:
24620 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
24621 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
24622 (gst_amrnbparse_init), (gst_amrnbparse_formats),
24623 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
24624 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
24625 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
24626 * ext/amrnb/amrnbparse.h:
24627 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
24628 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24629 Add AMR-NB/-WB raw formats.
24630 * ext/alsa/gstalsa.c: (gst_alsa_link):
24631 Keep valid time when changing format.
24632 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24633 (qtdemux_parse_trak):
24634 Add some more format-specific options (#140141, #143555, #155163).
24636 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24638 * gst/matroska/matroska-demux.c:
24639 (gst_matroska_demux_parse_blockgroup):
24640 Fix logic error in timing of subtitle stream synchronization.
24641 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
24642 Add skip-chunk, which is found in kodak-camera streams.
24644 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
24648 Adding Vietnamese translation (submitted by Clytie Siddall)
24650 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24652 * gst/playback/gstdecodebin.c: (try_to_link_1):
24653 Use realpad for signal.
24655 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24657 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
24658 Fix category so decodebin picks it up.
24660 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24662 * ext/mad/Makefile.am:
24663 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
24664 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
24665 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
24666 (found_type), (gst_id3demux_bin_change_state):
24667 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24668 (gst_id3_tag_init), (gst_id3_tag_handle_event),
24669 (gst_id3_tag_src_link), (gst_id3_tag_chain),
24670 (gst_id3_tag_change_state), (plugin_init):
24671 * ext/mad/gstmad.h:
24672 Add id3demuxbin (which is a simple bin consisting of id3demux
24673 and typefind), take over rank from id3demux, remove typefind
24674 code from id3demux. Makes all broken mp3s that I know of work,
24675 and thereby fixes #152688.
24677 2005-01-27 Edward Hervey <bilboed@bilboed.com>
24679 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24681 * ext/mad/gstmad.c: (gst_mad_src_event):
24682 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
24683 Allow seeks on audio pad, make mad forward those (#164826).
24684 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
24685 Set duration (#165335).
24687 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24689 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24690 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
24691 (gst_asf_demux_process_ext_content_desc),
24692 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
24693 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
24694 * gst/asfdemux/gstasfdemux.h:
24695 Improve metadata display, e.g. if the metadata comes before the
24696 streams are loaded (which is perfectly valid).
24698 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24700 * tools/gst-launch-ext-m.m:
24701 Fix AVI/ASF pipelines (#165340).
24703 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
24704 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
24705 build failure on amd64
24707 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
24709 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
24710 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
24711 Check environment variables GST_ID3V2_TAG_ENCODING,
24712 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
24713 list of character encodings to force interpretation of non-unicode
24714 strings stored in an ID3v2 tag to a particular encoding. If none
24715 is specified, try to use current locale's encoding, then fall back
24716 to ISO-8859-1 (which will always succeed). (Resolves #149274)
24717 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
24718 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
24719 Check environment variables GST_ID3V1_TAG_ENCODING,
24720 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
24721 list of character encodings to use in case a string encountered
24722 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
24723 specified, try to use the current locale's encoding, then fall
24724 back to ISO-8859-1 (which will always succeed).
24726 2005-01-25 Benjamin Otte <otte@gnome.org>
24728 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
24729 - on half framerate, compute the rate in advance so the comparisons
24730 don't compare wrong values
24731 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
24733 - don't use mad_header_decode anymore, mad_frame_decode does that
24735 - when getting rid of consumed bytes, reset the stream's skiplen
24738 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
24740 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
24741 Use 1/2 a second for default max_discont, as PES streams from DVB
24742 seem to have larger spacings in the SCR.
24745 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24747 * gst/playback/gstplaybasebin.c: (group_commit):
24748 Notify delayed stream-info availability.
24750 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
24751 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
24752 (gst_a52dec_handle_event), (gst_a52dec_chain):
24753 Add some debug output. Check that a discont has a valid
24755 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24756 (gst_alsa_sink_loop):
24757 Ignore TAG events. A little extra debug for broken timestamps.
24758 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
24759 (dvdnavsrc_change_state):
24760 Ensure we send a discont to engage the link before we send any
24762 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
24763 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
24764 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
24765 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
24766 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
24767 dvd://title works in totem because typefinding sends a seek that ends
24768 up going back to chapter 1 regardless.
24769 * ext/mpeg2dec/gstmpeg2dec.c:
24770 * ext/mpeg2dec/gstmpeg2dec.h:
24771 Output correct timestamps and handle disconts.
24772 * ext/ogg/gstoggdemux.c: (get_relative):
24773 Small guard against a null dereference.
24774 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
24775 (gst_textoverlay_set_property):
24776 Free memory when done. Don't call gst_event_filler_get_duration on
24777 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
24779 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
24780 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
24781 (gst_sw_srclink), (gst_smoothwave_chain):
24782 Draw solid lines, prettier colours.
24783 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
24784 Add a default palette that'll work for some movies.
24785 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
24786 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
24787 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
24788 * gst/mpegstream/gstdvddemux.h:
24789 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
24790 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
24791 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24792 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
24793 * gst/mpegstream/gstmpegparse.h:
24794 Use PTM/NAV events when for timestamp adjustment when connected to
24795 dvdnavsrc. Don't use many discont events where one suffices.
24796 * gst/playback/gstplaybasebin.c: (group_destroy),
24797 (gen_preroll_element), (gst_play_base_bin_add_element):
24798 * gst/playback/gstplaybasebin.h:
24799 Make sure we remove subtitles from the same bin we put them in.
24800 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
24801 (gst_subparse_buffer_format_autodetect),
24802 (gst_subparse_change_state):
24803 Fix some memleaks and invalid accesses.
24804 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
24805 (oggskel_type_find), (cmml_type_find), (plugin_init):
24806 Some typefind functions for Annodex v3.0 files
24807 * gst/wavparse/gstwavparse.h:
24808 GstRiffReadClass is the correct parent class.
24810 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24812 * gst-libs/gst/riff/riff-media.c:
24813 (gst_riff_create_video_caps_with_data):
24814 Add extradata to huffyuv (fixes #165013).
24815 * gst-libs/gst/riff/riff-read.c:
24816 (gst_riff_read_strf_vids_with_data):
24817 Fix extradata extraction if it is in the chunk size.
24819 2005-01-25 Edward Hervey <bilboed@bilboed.com>
24821 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24823 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
24824 (gst_quarktv_change_state), (gst_quarktv_dispose):
24825 Memory free'ing location fix (#164708).
24827 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24829 * gst/playback/gstplaybasebin.c: (group_commit),
24830 (gen_preroll_element), (probe_triggered), (gen_source_element),
24831 (setup_source), (gst_play_base_bin_change_state),
24832 (gst_play_base_bin_add_element):
24833 Don't block for streams.
24834 * gst/playback/gststreaminfo.c: (stream_info_change_state),
24835 (gst_stream_info_set_mute):
24836 Use gst_pad_set_active_recursive.
24838 2005-01-25 Andy Wingo <wingo@pobox.com>
24840 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
24841 for #ifndef HAVE_XVIDEO.
24843 2005-01-24 Jeffrey C. Ollie
24845 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
24847 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
24848 * ext/gsm/gstgsmdec.h:
24849 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
24850 * ext/gsm/gstgsmenc.h:
24851 Fix rate to 8kHz as per spec, removes obscure errors when no rate
24852 was given by property. Add proper buffer timestamps and offsets.
24854 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24856 * gst-libs/gst/riff/riff-media.c:
24857 (gst_riff_create_audio_caps_with_data):
24858 Audio can be <8000Hz.
24860 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24862 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24863 Explicit state change to workaround refcount bugs.
24865 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24867 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
24868 (gst_avimux_riff_get_avi_header):
24871 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24873 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
24874 (gst_riff_read_element_data):
24875 * gst-libs/gst/riff/riff-read.h:
24876 Add _peek version (req'ed in CDXA).
24877 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
24878 (gst_cdxaparse_loop):
24879 Fix parsing in playbin.
24880 * gst/playback/gstdecodebin.c: (close_pad_link):
24881 Ignore current_ pads, they cause major annoyance.
24883 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24885 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24888 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24890 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
24893 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24895 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
24896 Allow for 0-sized buffers. Fixes length query problems in
24897 starwars.mkv from the testsuite.
24899 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
24901 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
24902 (gst_video_box_i420), (gst_video_box_chain):
24903 Fix row strides for I420 (fixes #163159)
24905 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24907 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24908 MPEG2 has a useful rate property, so we can actually use that.
24909 For MPEG-1, continue using the bytes/time properties.
24911 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24913 * gst-libs/gst/riff/riff-media.c:
24914 (gst_riff_create_video_caps_with_data),
24915 (gst_riff_create_video_template_caps):
24918 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24920 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
24921 Fail if caps negotiation fails. Should fix #162184, and should
24922 definately be in there regardless of it fixing the actual bug.
24923 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
24924 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
24925 (gst_avimux_riff_get_avix_header),
24926 (gst_avimux_riff_get_video_header),
24927 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
24928 (gst_avimux_start_file), (gst_avimux_handle_event),
24929 (gst_avimux_change_state):
24930 * gst/avi/gstavimux.h:
24931 Refactor structure writing to use GST_WRITE_UINT macros, add
24932 metadata writing support.
24934 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24936 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
24937 Elements may already be destroyed when this function is called.
24939 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24941 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24942 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
24943 More memory leak fixes (#149162).
24945 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24947 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24948 (gst_qtdemux_add_stream):
24951 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24953 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
24956 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24958 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
24959 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
24960 when fixating to six channels in Totem.
24962 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
24964 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
24965 Fix compile warnings on Solaris 10 buildbot
24967 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
24969 * ext/dvdread/dvdreadsrc.c: (_read):
24970 Don't read beyond the last cell in a chapter (fixes
24971 invalid memory access)
24973 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
24975 * ext/dvdread/stream_labels.c:
24976 (dvdreadsrc_get_audio_stream_labels):
24977 Use NULL for an empty GList instead of g_list_alloc(); fix
24978 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
24979 of GString (easier to bulk free later)
24981 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
24983 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24985 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24986 (gst_ffmpeg_pixfmt_to_caps):
24987 Fix BGRA32 caps (#164209).
24989 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
24991 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24993 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24994 (gst_ffmpeg_caps_to_pixfmt):
24995 alpha_mask can be RGBA/ABGR. Fixes #164265.
24997 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
24999 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25001 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
25002 (gst_mpeg2dec_alloc_buffer):
25003 * ext/mpeg2dec/gstmpeg2dec.h:
25004 Crop if decoding size is not the actual image size (#163676).
25006 2005-01-17 Steve Baker <steve@stevebaker.org>
25008 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25010 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
25011 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
25012 Add libsndfile typefind functions (#163309).
25014 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25016 * tools/gst-launch-ext-m.m:
25017 Add .aac, fix .m1v/.m2v (#163891).
25019 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25021 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
25022 Sanity check, don't wait endlessly since the clock might not
25023 actually run at this point (which is a deadlock). Fixes #164069.
25025 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25027 * gst/playback/gstplaybasebin.c: (probe_triggered):
25028 Of course, only pause if group is done...
25030 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25032 * gst/playback/gstplaybasebin.c: (probe_triggered):
25035 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
25037 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
25038 Don't return state change success when the parent
25041 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25043 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
25044 Free events (fix memleak in #162905).
25046 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
25048 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25050 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25051 (gst_ffmpeg_caps_to_pixfmt):
25052 Fix for depth = 15. Fixes #161675.
25054 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25056 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
25057 Set FPS correctly, even for webcams and the like.
25058 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
25059 Don error on setting while capturing.
25061 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25063 * ext/dv/gstdvdec.c:
25064 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
25065 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
25066 I'm a bad boy. using /1001. to force C to do float division
25067 and not integer division (as it did in my last commit)
25068 Thanks to David I. Lehn for pointing this mistake.
25070 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25072 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
25073 Revert Johan's 1.35->1.36 since it breaks compat.
25075 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25077 * ext/dv/gstdvdec.c:
25078 * ext/libfame/gstlibfame.c:
25079 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
25080 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
25081 replace framerate aproximations by their real value
25082 (24000/1001, 30000/1001, 60000/1001)
25083 Finish fixing bug #164049
25085 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
25087 * ext/ogg/gstoggmux.c:
25089 * gst/tcp/gstmultifdsink.c:
25090 * gst/tcp/gstmultifdsink.h:
25091 * gst/tcp/gsttcp.c:
25092 * gst/tcp/gsttcp.h:
25093 * gst/tcp/gsttcpclientsink.c:
25094 * gst/tcp/gsttcpclientsrc.c:
25095 * gst/tcp/gsttcpserversink.c:
25096 * gst/tcp/gsttcpserversrc.c:
25097 improve reusability of elements after state changes and errors
25098 make multifdsink throw away streamheaders when receiving new ones
25100 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25102 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
25103 Fix for if items are already in list...
25105 2005-01-12 Benjamin Otte <otte@gnome.org>
25107 * gst/adder/gstadder.c: (gst_adder_loop):
25108 fix adder a bit so it doesn't screw up with events as much anymore
25110 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
25112 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
25113 (pixbufscale_scale), (gst_pixbufscale_chain):
25114 * ext/gdk_pixbuf/pixbufscale.h:
25115 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
25116 to ensure rowstrides are calculated the same way as
25118 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
25119 that we pick up duration and offset also.
25121 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25123 * gst/avi/gstavimux.c: (gst_avimux_class_init),
25124 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
25127 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25129 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25130 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25131 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25132 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25133 Update flags when requested.
25135 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25137 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
25140 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25142 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25143 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
25144 (probe_triggered), (new_decoded_pad), (gen_source_element),
25145 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
25146 * gst/playback/gstplaybasebin.h:
25147 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25148 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
25149 (gst_play_bin_change_state):
25150 Implement group-switch signal for use in apps to clear metadata
25151 cache, clean up subtitle, add suburi property instead of # hack,
25152 some error-out fixes.
25154 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25156 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25158 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
25159 If we got a state change in the _get handler, don't return success.
25161 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25163 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
25164 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
25165 Make jpegdec quiet on MJPEG decoding
25166 * gst/asfdemux/README:
25167 Fix mimetypes for MJPEG and H263
25169 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25171 * ext/theora/theoradec.c: (theora_dec_chain):
25172 Fix broken code generation by gcc by swapping arguments.
25173 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
25176 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25179 delete this file, it is by far outdated
25180 * ext/alsa/gstalsa.1: remove
25181 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
25182 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
25183 (gst_alsa_get_caps):
25184 Add HW probing for supported sample rates. Fixes #161704
25186 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25188 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25189 Don't crash, biatch! :).
25191 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25193 * ext/musepack/gstmusepackreader.cpp:
25194 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
25195 Some work on tags - still doesn't work in playbin...
25196 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25199 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25201 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
25202 Also shove tags on kid pads.
25204 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25206 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
25207 Don't bail on unknown events.
25208 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25209 Don't crash on events before negotiation.
25210 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25211 Send tags on pads, too.
25212 * gst/playback/gststreamselector.c:
25213 (gst_stream_selector_request_new_pad):
25214 Forward events on first pad if no input was selected yet.
25216 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25218 * gst/playback/gstplaybasebin.c: (setup_substreams):
25219 Don't disable streamtype if the stream doesn't exist, since
25220 then playing a video after audio will disable both and nothing
25221 will happen. Fixes the testsuite.
25223 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25225 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
25226 (gst_v4l_xoverlay_set_xwindow_id):
25227 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
25228 (gst_v4l2_xoverlay_set_xwindow_id):
25229 Add debug categories, fix overlay disabling.
25231 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25233 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
25234 * ext/alsa/gstalsa.h:
25235 Add HW probing for period_count/size and buffer_size MIX/MAX
25236 Adjust default/user defined value if out of bounds
25237 Should fix bug #162024
25239 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25241 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
25242 Fix warning (#161191).
25244 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25246 * ext/dvdread/stream_labels.c:
25247 (dvdreadsrc_get_audio_stream_labels):
25248 Fix warning (init the good variable in switch default)
25250 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
25252 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25254 * gst/tta/gstttaparse.c: (gst_tta_src_event):
25255 Fix gcc-2.95 compile (#163485).
25257 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25260 * ext/flac/gstflacenc.c: (gst_flacenc_init),
25261 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
25262 (gst_flacenc_tell_callback), (gst_flacenc_chain),
25263 (gst_flacenc_change_state):
25264 * ext/flac/gstflacenc.h:
25265 Update for API change in flac-1.1.1. Update requirement in
25266 configure.ac. Fixes #162974.
25268 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25270 * gst/playback/gstplaybasebin.c: (group_destroy):
25271 Remove hack to get rid of assert and get rid of unlinked
25274 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25276 * gst/playback/gstplaybasebin.c: (setup_source):
25277 Set source to NULL so that resources are free'ed. Fixes issues
25278 with playback of CDDA and similar device-accessing things.
25280 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25282 * testsuite/embed/Makefile.am:
25283 test->noinst, fix make test in buildbot.
25285 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25287 * ext/dvdread/stream_labels.c: new file
25288 * ext/dvdread/stream_labels.h: new file
25289 * ext/dvdread/Makefile.am:
25290 * ext/dvdread/dvdreadsrc.c: (_seek_title):
25291 Extract audio stream label from DVD IFO files.
25292 It only dump them on the console for now, still have to
25293 make playbin aware of them.
25295 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25297 * gst/playback/gstplaybasebin.c: (setup_source):
25300 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25302 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
25303 (gen_preroll_element), (remove_groups), (setup_subtitle),
25304 (gen_source_element), (setup_source):
25305 * gst/playback/gstplaybasebin.h:
25306 Multiple .sub files is just a stupid idea... Fix some threading
25307 mistakes. Interestingly, external .sub files cause playbin to
25308 hang, I don't know why... Parsing fixes contributed by Fran??ois
25309 Kooman <fkooman@tuxed.net>.
25311 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25313 * testsuite/embed/Makefile.am:
25316 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
25318 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25320 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25321 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25322 (gst_pngenc_set_property):
25323 * ext/libpng/gstpngenc.h:
25324 Add compression level property (#163323).
25326 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25329 * examples/capsfilter/capsfilter1.c: (main):
25330 * examples/seeking/spider_seek.c: (make_spider_pipeline):
25331 * ext/dvdread/Makefile.am:
25332 * ext/dvdread/demo-play:
25333 * ext/dvdread/demo-play.c:
25334 * gconf/gstreamer.schemas.in:
25335 * gst-libs/gst/gconf/gconf.c:
25337 * testsuite/Makefile.am:
25338 * testsuite/embed/Makefile.am:
25339 * testsuite/embed/embed.c: (cb_expose), (main):
25340 Remove all references to xvideosink, fix examples (#140845).
25341 * gst/playback/gstplaybasebin.c: (group_destroy):
25342 Apparently, disposal does not unlink - so do explicitely.
25343 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25346 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
25348 * README: fix PKG_CONFIG_PATH instructions, what was there
25349 previously was breaking default search path, not nice.
25352 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25354 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
25355 (gst_audioscale_chain):
25356 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
25357 when resampling - how the ^@$^!@^! is this possible?!?
25359 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25361 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25362 Reset variables on READY.
25363 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
25364 (gst_matroska_mux_loop):
25365 Require data before writing header.
25367 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
25369 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25371 * ext/mad/gstmad.c: (gst_mad_chain):
25372 Don't call mad_stream_sync() directly after recovering sync.
25375 2005-01-09 Martin Eikermann <meiker@upb.de>
25377 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25379 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
25380 (snapshot_handler), (gst_snapshot_sinkconnect),
25381 (gst_snapshot_chain):
25382 Allocate resources when required, fix recursive signal emission
25383 and fix caps. Fixes #161667.
25385 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
25387 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25389 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
25390 (gst_pngdec_chain):
25391 Handle only 8-bppc (bits-per-pixel-component) images, better
25392 error handling and correct strides. Fixes #163177.
25393 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
25394 (gst_pngenc_chain):
25395 Better error handling. Fixes #163348.
25397 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25399 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
25400 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
25401 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
25402 (dvdnavsrc_uri_handler_init):
25403 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
25404 * gst/playback/gstplaybasebin.c: (gen_source_element):
25405 Add MMS to streaming URIs.
25407 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25409 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
25410 * sys/xvimage/xvimagesink.c:
25411 (gst_xvimagesink_navigation_send_event):
25412 Check for pad availability before sending event.
25414 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25416 * gst-plugins.spec.in:
25419 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25422 Since we use functions from CVS, up requirement.
25424 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25426 * gst/playback/Makefile.am:
25427 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25428 (group_destroy), (group_commit), (group_is_muted),
25429 (gen_preroll_element), (add_stream), (unknown_type),
25430 (probe_triggered), (preroll_unlinked), (mute_stream),
25431 (silence_stream), (new_decoded_pad), (setup_substreams),
25432 (setup_source), (get_active_source), (mute_group_type),
25433 (muted_group_change_state), (set_active_source),
25434 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25435 (play_base_eos), (gst_play_base_bin_change_state):
25436 * gst/playback/gstplaybasebin.h:
25437 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
25438 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25439 (gst_stream_info_dispose), (stream_info_mute_pad),
25440 (stream_info_change_state), (gst_stream_info_set_mute):
25441 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
25442 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
25443 (gst_stream_selector_init), (gst_stream_selector_dispose),
25444 (gst_stream_selector_get_linked_pad),
25445 (gst_stream_selector_get_caps), (gst_stream_selector_link),
25446 (gst_stream_selector_get_linked_pads),
25447 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25448 * gst/playback/gststreamselector.h:
25449 Adding stream selection support plus required properties for
25450 applications to use this. Fully fixes #100931.
25452 2005-01-08 Benjamin Otte <otte@gnome.org>
25454 * gst/games/gstpuzzle.c: (nav_event_handler):
25455 - handle nav events differently: forward every event no matter if it
25456 was handled or not.
25458 You can now cheat by using navigationtest ! puzzle and moving the
25459 mouse close to the edge of a tile. ;)
25461 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25464 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
25465 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
25466 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
25467 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
25468 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
25469 (gst_ogm_parse_plugin_init):
25470 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
25471 (gst_textoverlay_link), (gst_textoverlay_getcaps),
25472 (gst_textoverlay_event), (gst_textoverlay_video_chain),
25473 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
25474 * ext/pango/gsttextoverlay.h:
25475 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
25476 (gst_matroska_demux_handle_seek_event),
25477 (gst_matroska_demux_sync_streams),
25478 (gst_matroska_demux_parse_blockgroup),
25479 (gst_matroska_demux_subtitle_caps),
25480 (gst_matroska_demux_plugin_init):
25481 * gst/matroska/matroska-ids.h:
25482 * gst/playback/gstdecodebin.c: (close_pad_link):
25483 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
25484 (gen_preroll_element), (remove_groups), (add_stream),
25485 (new_decoded_pad), (setup_subtitles), (gen_source_element),
25487 * gst/playback/gstplaybasebin.h:
25488 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
25489 * gst/subparse/Makefile.am:
25490 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
25491 (gst_subparse_base_init), (gst_subparse_class_init),
25492 (gst_subparse_init), (gst_subparse_formats),
25493 (gst_subparse_eventmask), (gst_subparse_event),
25494 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
25495 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
25496 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
25497 (parse_mpsub_deinit), (parse_mpsub_init),
25498 (gst_subparse_buffer_format_autodetect),
25499 (gst_subparse_format_autodetect), (gst_subparse_loop),
25500 (gst_subparse_change_state), (gst_subparse_type_find),
25502 * gst/subparse/gstsubparse.h:
25503 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
25505 Add subtitle support, .sub parser (supports SRT and MPsub),
25506 OGM text support, Matroska UTF-8 text support, deadlock fixes
25507 all over the place, subtitle awareness in decodebin/playbin
25508 and some fixes to textoverlay to handle subtitles in a stream
25509 correctly. Fixes #100931.
25511 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25513 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
25514 Check for pad availability before doing a query on it.
25516 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25518 * ext/dv/gstdvdec.c:
25519 really fix bpp24/32 dvdec caps (classic rgba indeed)
25520 * gst/asfdemux/gstasfdemux.c:
25521 (gst_asf_demux_process_ext_content_desc):
25522 don't send text tags if they are empty (bis repetita)
25524 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25526 * ext/dv/gstdvdec.c:
25527 remove unneeded comment from dvdec
25528 (related to DV 4CC codes in AVI files)
25529 moved them in gstreamer/docs/random/mimetypes
25530 * gst/asfdemux/gstasfdemux.c:
25531 (gst_asf_demux_process_ext_content_desc):
25532 don't send text tags if they are empty
25533 fix mem leak on error path
25534 * gst/ffmpegcolorspace/avcodec.h:
25535 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25536 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25537 (gst_ffmpegcsp_avpicture_fill):
25538 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
25539 * gst/ffmpegcolorspace/imgconvert_template.h:
25540 adds BGR32 and BGRA32 to ffmpegcolorspace
25541 (still bad colors, fixing it on next commit)
25542 helps with dvdec outputing BGR32
25544 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25546 * ext/dv/gstdvdec.c:
25547 Fix audio caps i just broke (missing ',')
25548 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
25549 (gst_matroska_mux_reset):
25550 Fix typo + add FIXME about old "x-gst-metadata" crap
25552 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25554 * ext/dv/demo-play.c: (main):
25555 xvideosink -> xvimagesink
25556 * ext/dv/gstdvdec.c:
25557 change rgb 32/32 caps to 24/32 (no alpha)
25558 change nb of channels to be a list (2 or 4, not 2)
25559 change sample rate to be a list (32, 44.1, 48 kHz) not a range
25560 * gst/asfdemux/gstasfdemux.c:
25561 (gst_asf_demux_process_ext_content_desc):
25562 Add 'date/year' to extracted metadata list
25564 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25566 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25567 The return value of fixate_to does not imply that the requested
25568 value was set, so don't assume.
25570 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
25572 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25574 * ext/libpng/gstpngdec.c:
25575 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
25576 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
25577 * ext/libpng/gstpngenc.h:
25578 Alpha support (encoder; #163161), mime fixage.
25580 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
25582 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25584 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
25585 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
25586 (gst_faac_set_property), (gst_faac_get_property):
25587 * ext/faac/gstfaac.h:
25588 Allow for ADTS output (#153434).
25590 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25592 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25593 Fix against template (#150576).
25595 2005-01-06 Benjamin Otte <otte@gnome.org>
25597 * gst/games/gstpuzzle.c: (draw_puzzle):
25598 don't draw a puzzle if either width or height of tiles would be 0.
25600 2005-01-06 Benjamin Otte <otte@gnome.org>
25602 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
25603 (gst_puzzle_class_init), (gst_puzzle_finalize):
25604 no memleaks, please
25605 (gst_puzzle_create), (gst_puzzle_init),
25606 (gst_puzzle_set_property), (gst_puzzle_setup):
25607 change initialization code around so we don't reshuffle on resize
25609 fix another stupid typo
25611 2005-01-06 Benjamin Otte <otte@gnome.org>
25613 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
25614 fix stupid typo that borked copying on YUY2
25616 2005-01-06 Benjamin Otte <otte@gnome.org>
25618 * gst/games/gstpuzzle.c: (draw_puzzle):
25619 fix edges when image sizes aren't multiples of tile sizes
25621 2005-01-06 Benjamin Otte <otte@gnome.org>
25623 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
25624 make RGB endianness work correctly
25625 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
25626 refactor and fix race with initial shuffling
25627 (nav_event_handler):
25628 allow using the mouse to puzzle
25630 insist on tiles having width and height as multiples of 4 to get
25631 clean YUV image handling
25632 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25633 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
25634 s/DEBUG/LOG/ for common messages
25635 (gst_xvimagesink_navigation_send_event):
25636 fix mouse event translation to not include screen PAR
25637 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
25638 fix mouse event translation to actually work
25640 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25642 * gst/asfdemux/gstasfdemux.c:
25643 (gst_asf_demux_process_ext_content_desc):
25644 Extract TrackNumber metadata + clean up code
25645 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
25646 Hope this is the good fix (var used unitialised)
25648 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25650 * ext/faad/gstfaad.c: (gst_faad_chain):
25651 Only increment timestamp if it's valid. Fixes raw AAC streams.
25653 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
25656 * gst/games/Makefile.am:
25657 * gst/games/gstpuzzle.c:
25658 add a puzzle game with...
25659 * gst/games/gstvideoimage.c:
25660 * gst/games/gstvideoimage.h:
25661 ... full colorspace support (that includes YUV9 and RGB16)) stolen
25662 from videotestsrc and made into something that would be a nice
25663 library for a lot of other plugins.
25665 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25668 don't compile faad plugin if a RC of 2.0 is found
25669 Fixes #155346 (and FC1 buildbot)
25670 * gst/asfdemux/gstasfdemux.c:
25671 (gst_asf_demux_process_ext_content_desc):
25672 try to make Solaris compiler happier
25674 2005-01-06 Paul Jack <pjack@sfaf.org>
25676 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25678 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
25679 Fix segfault (#161667).
25681 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25683 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
25684 Fix framerate reporting.
25686 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25688 * gst-libs/gst/riff/riff-ids.h:
25689 * gst/wavenc/riff.h:
25690 Add AMR (VBR and CBR) ids to riff.h audio codec list
25691 * gst/asfdemux/gstasfdemux.c:
25692 (gst_asf_demux_process_ext_content_desc),
25693 (gst_asf_demux_process_object):
25694 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
25696 2005-01-05 Martin Eikermann <meiker@upb.de>
25698 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25700 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25701 (gst_dvd_demux_handle_discont):
25702 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
25703 (gst_mpeg_demux_handle_discont):
25704 Recreate pads on new-media (#160730).
25705 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
25706 Send discont even if manager changes timestamps (#161929).
25708 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
25710 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25712 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
25713 Fix invalid memory access (#159211).
25715 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25717 * examples/gstplay/player.c: (main):
25719 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
25720 Add visualizations.
25721 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
25722 (gst_a52dec_handle_frame):
25724 * ext/dvdnav/gst-dvd:
25725 Add audioconvert. Fixes #161325.
25726 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
25727 Explicitely case to gint64. Possible valgrind error.
25728 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
25729 (gst_play_tick_callback), (gst_play_change_state),
25730 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
25731 (gst_play_set_location), (gst_play_get_location),
25732 (gst_play_seek_to_time), (gst_play_set_data_src),
25733 (gst_play_set_video_sink), (gst_play_set_audio_sink),
25734 (gst_play_set_visualization), (gst_play_connect_visualization),
25735 (gst_play_get_framerate), (gst_play_get_all_by_interface),
25737 Use playbin. Fixes #139749 and #147744.
25738 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
25740 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
25741 (audioscale_get_type), (gst_audioscale_base_init),
25742 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
25743 (gst_audioscale_getcaps), (gst_audioscale_fixate),
25744 (gst_audioscale_link), (gst_audioscale_get_buffer),
25745 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
25746 (gst_audioscale_init), (gst_audioscale_dispose),
25747 (gst_audioscale_chain), (gst_audioscale_set_property),
25748 (gst_audioscale_get_property), (plugin_init):
25750 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
25752 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
25753 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
25754 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
25755 Add more metadata (fixes #162656).
25757 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
25762 === release 0.8.7 ===
25764 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
25769 releasing 0.8.7, "Hyperspace"
25771 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
25773 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
25775 * gst/playback/gstplaybasebin.c:
25776 Fix for #162924 - free caps after use, not before
25778 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
25780 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25782 * gst/playback/gstplaybasebin.c:
25783 * gst/wavparse/gstwavparse.c:
25784 Fix for #154773 - fixes playback of small .wav files
25786 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
25788 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25790 * gst/audioscale/gstaudioscale.c:
25791 Fix for #162819 - make audioscale reusable
25792 Fixes playback of more than one file with playbin/totem
25794 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
25796 * gst/ffmpegcolorspace/avcodec.h:
25797 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25798 * gst/ffmpegcolorspace/imgconvert.c:
25799 clean up the mess that made me cry and avoid needless duplication
25801 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
25803 * gst/ffmpegcolorspace/imgconvert.c:
25804 give some indication of why we're segfaulting
25806 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25809 Fix indentation, fix v4l2 plugin detection.
25811 Fix libmms location (Maciej, use diff -u!).
25812 * ext/alsa/gstalsa.c: (gst_alsa_init):
25813 Initialize caps cache to NULL.
25814 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25815 Only change state on audiosink if it exists.
25817 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
25819 * gst/matroska/matroska-demux.c:
25820 * gst/matroska/matroska-ids.h:
25821 * gst/matroska/matroska-demux.h:
25822 Fix Vorbis streams failing to decode in some files, where cluster_time
25823 isn't 0, because then it doesn't send codec_priv before actual data.
25824 Remove time-based test and replace it with marker set on beginning of
25827 2004-12-28 David Schleef <ds@schleef.org>
25829 Merge patch from Ronald fixing problems with streaming
25831 * ext/cairo/gstcairo.c: (plugin_init):
25832 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
25833 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
25834 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
25835 (gst_textoverlay_font_init), (gst_textoverlay_init),
25836 (gst_textoverlay_set_property):
25837 * ext/cairo/gsttextoverlay.h:
25839 2004-12-27 David Schleef <ds@schleef.org>
25841 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
25842 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
25843 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
25844 (gst_textoverlay_font_init), (gst_textoverlay_init),
25845 (gst_textoverlay_set_property): Improvements to actually
25846 render text as white on black outline on video, including
25847 font selection and horizontal/vertical alignment. (Ronald's
25849 * ext/cairo/gsttextoverlay.h:
25851 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25853 * ext/ogg/gstogg.c:
25854 * ext/ogg/gstogmparse.c:
25855 fix ogm[audio/video]parse plugin registration
25856 (riff won't load if bytestream is already loaded)
25858 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
25860 * gst/audioconvert/gstchannelmix.c:
25863 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
25867 disable docs again until it actually passes make distcheck.
25869 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25871 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
25872 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
25874 Add 3GP (variables name Q3GP because they can't start with a
25875 number). Add samr audio fourcc (used in .3gp files), decoder
25876 is work in progress. Also do a GST_WARNING instead of ERROR
25877 in case of unknown nodes, to decrease output.
25879 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
25884 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
25887 * ext/speex/gstspeexdec.h:
25888 * ext/speex/gstspeexenc.h:
25889 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
25890 Fix detection code in configure.ac
25892 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25894 * gst/matroska/matroska-demux.c:
25895 (gst_matroska_demux_parse_blockgroup):
25896 Save position, so that queries give proper return values. Don't
25897 know how this could ever have worked before...
25899 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
25902 Put additional LAME check inside the conditional. Fixes #152339
25904 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25906 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25907 (gst_avi_demux_stream_scan):
25908 Add some more debug. Fix logic error when setting movi offset
25909 while reading index.
25911 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25913 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25914 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
25915 (gst_avi_demux_process_next_entry):
25916 Add some debugging. Better detection of broken indexes and the
25917 accompanying index recovery. No infinite loops on state changes
25918 when we're still in our loopfunction.
25920 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25925 2004-12-22 Archana Shah <archana.shah@wipro.com>
25927 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25929 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
25930 Normalizing the value before setting
25931 (gst_sunaudiomixer_get_volume):
25932 Normalizing the value after getting. Fixes bug# 161980
25934 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
25936 * Makefile.am: Make sure docs gets disted
25937 * docs/Makefile.am: Make sure all needed files get disted
25938 * gst-plugins.spec.in: latest updates
25940 2004-12-22 Wim Taymans <wim@fluendo.com>
25942 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
25943 Revert patch 1.38 as clock distribution over schedulers does
25944 not work correcly in the core yet.
25946 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25948 * sys/oss/README: remove this file, which predates my birth
25949 (and which content is by far outdated)
25951 2004-12-20 Stefan Kost <ensonic@users.sf.net>
25955 * docs/Makefile.am:
25956 * docs/libs/Makefile.am:
25957 * docs/libs/gst-plugins-libs-docs.sgml:
25958 * docs/libs/gst-plugins-libs-sections.txt:
25959 * docs/libs/tmpl/gstgconf.sgml:
25961 * docs/version.entities.in:
25962 Added boilerplate gtk-doc files for plugin-libs documentation.
25964 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25966 * gst/auparse/gstauparse.c: fix int and float audio caps
25968 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25970 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
25971 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
25972 g_assert() can be a macro, don't use #ifdef inside it.
25974 2004-12-19 Edward Hervey <bilboed@bilboed.com>
25976 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25978 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
25979 (gst_videorate_init), (gst_videorate_chain),
25980 (gst_videorate_change_state):
25981 Event handling (fixes #159986).
25983 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25985 * gst-libs/gst/riff/riff-media.c:
25986 (gst_riff_create_video_caps_with_data):
25987 Add BLZ0 (Blizzard's version of DivX) fourcc.
25989 2004-12-18 David Schleef <ds@schleef.org>
25991 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
25994 2004-12-18 David Schleef <ds@schleef.org>
25996 * gst/tta/ttadec.h: Disable some header code that isn't used
25997 and clearly isn't portable.
25999 2004-12-18 David Schleef <ds@schleef.org>
26001 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
26002 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26003 (avcodec_get_pix_fmt), (avpicture_layout),
26004 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
26005 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
26006 Fix code to not use GCC extensions (and c99 extensions that
26007 Forte does not like.)
26009 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
26011 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26013 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26014 (gst_deinterlace_chain):
26015 Rowstride fixes. Fixes #161039.
26016 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
26017 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
26018 (gst_video_crop_getcaps), (gst_video_crop_link),
26019 (gst_video_crop_i420), (gst_video_crop_chain),
26020 (gst_video_crop_change_state):
26021 Rework of negotiation. Actually works now. Fixes #158650.
26023 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26025 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
26026 That was very stupid.
26028 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26030 * gst/matroska/matroska-demux.c:
26031 (gst_matroska_demux_parse_blockgroup):
26032 Fix possible crasher.
26034 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26036 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
26037 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
26038 Lace sizes can be zero.
26040 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26042 * ext/musepack/gstmusepackdec.cpp:
26043 Fetch error return values. Fixes #161624.
26044 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26047 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26049 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
26050 Work for truncated (unfinished download etc.) files. Fixes #160514.
26052 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26054 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26055 Fix for integer overflow. Makes #156001 not crash. Probably masks
26058 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26060 * gst/ac3parse/gstac3parse.c: (plugin_init):
26061 Parsers never have ranks. Fixes #159651.
26063 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26065 * gst/playback/gstdecodebin.c: (compare_ranks):
26066 make sure the facotries are ordered the same every time even if they
26067 have the same rank by using the name
26068 * gst/playback/gstdecodebin.c: (find_compatibles):
26069 make sure we don't add factories to the list twice
26071 2004-12-16 David Schleef <ds@schleef.org>
26073 * configure.ac: look for musepack headers as musepack/*.h
26075 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
26076 * ext/musepack/gstmusepackreader.h: same
26078 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26080 * gst-libs/gst/riff/riff-read.c:
26081 (gst_riff_read_strf_auds_with_data):
26082 Read extradata correctly (fixes #155879).
26084 2004-12-16 David Schleef <ds@schleef.org>
26086 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
26087 audio. does _not_ attempt or allow conversion unless channels
26090 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
26092 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
26094 2004-12-16 David Schleef <ds@schleef.org>
26096 * gst/audioscale/gstaudioscale.c: the resample library only
26097 handles 1 or 2 channels. Change caps to compensate.
26099 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26101 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
26102 (gst_matroska_demux_audio_caps):
26103 Some MPEG-AAC hacks, because else it doesn't work...
26105 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26107 * gst-libs/gst/riff/riff-media.c:
26108 (gst_riff_create_video_caps_with_data),
26109 (gst_riff_create_video_template_caps):
26112 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26114 * gst-libs/gst/audio/Makefile.am:
26115 Try to fix buildbot.
26117 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
26119 * gst/tcp/gstmultifdsink.c:
26120 Clean up and uniformize debugging.
26122 2004-12-16 Edward Hervey <bilboed@bilboed.com>
26124 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26126 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26127 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
26128 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
26129 (gst_mpeg_demux_change_state):
26130 Reset on ready. Fixes 160276.
26132 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
26134 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26136 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26137 (gst_ffmpegcsp_pad_link):
26138 Fix memleak (#154815).
26140 2004-12-16 James Bowes <bowes@cs.dal.ca>
26142 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26144 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
26145 (gst_musicbrainz_init), (gst_musicbrainz_chain),
26146 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
26147 * ext/musicbrainz/gsttrm.h:
26148 Add support for using a proxy server when getting a trm id from
26149 the MusicBrainz database (#149613).
26151 2004-12-16 Christophe Fergeau <teuf@gnome.org>
26153 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26155 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
26156 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
26157 Fix memleaks (#157233).
26159 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
26161 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26163 * gst-libs/gst/resample/resample.c: (gst_resample_close):
26164 * gst-libs/gst/resample/resample.h:
26165 * gst/audioscale/gstaudioscale.c:
26166 Fix memleak (#159215).
26168 2004-12-16 Toni Willberg <toniw@iki.fi>
26170 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26172 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26173 * sys/oss/oss_probe.c: (main):
26174 Check for mono/stereo support (similar to samplerate probing),
26175 fixes #159433. Also add missing copyright header to oss_probe.c.
26177 2004-12-15 David Schleef <ds@schleef.org>
26179 * configure.ac: add audioresample and cairo plugins. Remove
26180 HAVE_MMX stuff, because it's not used.
26181 * ext/Makefile.am: same
26182 * ext/audioresample/Makefile.am: You are not ready for an
26183 audio resampling element based on audioresample.
26184 * ext/audioresample/gstaudioresample.c:
26185 * ext/audioresample/gstaudioresample.h:
26186 * ext/cairo/Makefile.am: You are not ready for overlay elements
26187 based on cairo. Don't look too closely, these elements kinda
26189 * ext/cairo/gstcairo.c: new
26190 * ext/cairo/gsttextoverlay.c: new
26191 * ext/cairo/gsttextoverlay.h: new
26192 * ext/cairo/gsttimeoverlay.c: new
26193 * ext/cairo/gsttimeoverlay.h: new
26194 * gst-libs/gst/media-info/media-info-priv.h: fix compile
26195 problem with compilers that don't support variadic macros.
26197 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
26199 Reviewed by: David Schleef <ds@schleef.org>
26201 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
26202 Bala, registering sunaudiosrc (oops!), and cleaning up code a
26203 bit. Also ran indent-gst.
26204 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
26205 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
26206 (gst_sunaudiosrc_setparams):
26208 2004-12-14 David Schleef <ds@schleef.org>
26210 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
26211 output rate to 16000. Should fix #160235.
26213 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26215 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
26216 Add typefinding for mpeg2 pes streams
26218 2004-12-13 David Schleef <ds@schleef.org>
26220 * configure.ac: Applied patch from bug #143659, making default
26221 sources and sinks OS-dependent (for Solaris), and added code
26223 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
26225 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26227 * gst-libs/gst/riff/riff-media.c:
26228 forgot to add h2.64 to avidemux template caps
26230 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26232 * gst/wavenc/riff.h:
26233 * gst-libs/gst/riff/riff-media.c:
26234 * gst-libs/gst/riff/riff-ids.h:
26235 * gst/avi/gstavimux.c
26236 add 4CC code for VideoSoft h264 in AVI (VSSH)
26238 remove s323 from riff, it's quicktime specific :(
26240 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26242 * gst/asfdemux/README
26243 * gst/wavenc/riff.h
26244 * gst-libs/gst/riff/riff-ids.h
26245 * gst-libs/gst/riff/riff-media.c
26246 * gst/qtdemux/qtdemux.c:
26247 add new 4CC codes for h263 related codecs
26248 fixes partially bug #155163
26250 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
26252 * configure.ac: Update polyaudio requirement to 0.7
26253 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
26255 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26257 * gst/interleave/deinterleave.c:
26258 fix my name's spelling! :)
26260 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26262 * AUTHORS ChangeLog
26263 * gst/auparse/gstauparse.c
26264 * gst/interleave/deinterleave.c
26266 alaw-decode.c alaw-encode.c
26267 mulaw-decode.c mulaw-encode.c
26268 * gst/oneton/gstoneton.c
26270 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
26272 cocoawindow.h cocoawindow.m
26273 osxvideosink.h osxvideosink.m
26275 put the same mail address for Zaheer Abbas Merali everywhere
26277 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26279 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
26280 Align by packetsize, and assert that we a packet available before
26281 playing. The first makes webstreams work (they often include
26282 trailing padding data in a packet), the second allows pausing a
26283 ASF stream in totem without getting demux errors afterwards.
26285 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26287 * ext/ogg/gstoggdemux.c: (get_relative):
26288 Check for non-NULL before accessing member (end-of-chain).
26290 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26292 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
26293 (cdparanoia_set_property), (cdparanoia_get_property):
26294 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
26295 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
26296 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
26297 (dvdreadsrc_init), (dvdreadsrc_set_property),
26298 (dvdreadsrc_get_property):
26299 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
26300 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
26301 Synchronize property names where not yet the case. Devices are
26302 now device=X, other versions are deprecated (but still exist).
26303 Also use g_free() unconditionally.
26304 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26305 (setup_source), (gst_play_base_bin_get_property):
26308 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
26310 * configure.ac: move GCONF macro outside conditional for the am
26311 conditional. Fixes #160439
26313 2004-12-08 David Schleef <ds@schleef.org>
26315 * tools/gst-visualise-m.m: Switch to elements that currently
26318 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26320 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26321 We love wrong commas.
26323 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26325 * gst/matroska/matroska-demux.c:
26326 (gst_matroska_demux_handle_src_query):
26327 Don't set DEFAULT, unsupported - makes length display incorrectly
26330 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
26332 * gst/monoscope/README: remove blurb about files being GPL
26333 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
26334 * gst/monoscope/monoscope.c: Change license to BSD with explanation
26335 monoscope is now effectively LGPL licensed
26337 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
26339 * gst/monoscope/README: Update information to be more correct
26340 * gst/monoscope/convolve.c: Relicense to LGPL
26341 * gst/monoscope/convolve.h: Relicense to LGPL
26343 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
26345 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26346 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
26347 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
26348 set default_duration for mpeg1 audio
26350 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26352 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
26353 * ext/alsa/gstalsa.h:
26354 refactor big chunks of the core caps negotiation code to make it
26355 a lot faster, because people claim it's really slow
26356 (actually, just cache the getcaps when the device is opened)
26358 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26360 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
26361 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
26362 (gst_a52dec_handle_frame), (gst_a52dec_chain),
26363 (gst_a52dec_change_state), (plugin_init):
26364 * ext/a52dec/gsta52dec.h:
26365 Do something useful with timestamps. Make chain-based (since
26366 there's really no reason to be loopbased).
26367 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
26368 Update current_byte/frame correctly.
26370 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26372 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
26373 (gst_ape_demux_stream_init):
26376 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26378 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
26379 Let's make sure we're done typefinding when detecting tags.
26381 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26383 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
26384 (gst_ebml_read_init), (gst_ebml_read_use_event),
26385 (gst_ebml_read_element_id), (gst_ebml_peek_id),
26386 (gst_ebml_read_seek), (gst_ebml_read_skip),
26387 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
26388 (gst_ebml_read_master):
26389 * gst/matroska/ebml-read.h:
26390 * gst/matroska/matroska-demux.c:
26391 (gst_matroska_demux_parse_contents),
26392 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
26393 Disgustingly evil hack for working around INTERRUPT events and
26394 their extremely annoying habit of being a pain in the ass. We
26395 simply peek a cluster before reading any of it.
26397 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26399 * ext/musepack/gstmusepackdec.cpp:
26400 There's also floating point libmusepacks.
26402 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26404 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
26405 (gst_faad_chanpos_to_gst), (gst_faad_chain):
26406 Set DURATION even if source buffer didn't. Also use increasing
26408 * gst-libs/gst/riff/riff-media.c:
26409 (gst_riff_create_audio_caps_with_data):
26410 Block_align can have larger values than 8192.
26412 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26414 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
26415 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
26416 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
26417 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
26420 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26422 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
26425 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26427 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
26430 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26432 * ext/esd/esdsink.c: (gst_esdsink_chain):
26433 Make error actually say something useful (fixes #156798).
26434 * gst-libs/gst/riff/riff-media.c:
26435 (gst_riff_create_video_caps_with_data),
26436 (gst_riff_create_video_template_caps):
26437 Add Intel Video 5.0 fourcc (IV50).
26439 2004-12-01 Christophe Fergeau <teuf@gnome.org>
26441 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
26442 detection on mono and stereo mp3 files.
26444 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26446 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26447 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
26448 the contained stream).
26450 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26452 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
26453 Oops, remove debug.
26455 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
26457 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26459 * gst/law/alaw-decode.c: (alawdec_getcaps):
26460 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
26461 Prevent warnings when negotiating caps (fixes #159338).
26463 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26465 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26466 (gst_ffmpegcsp_chain):
26467 Remove old leftover that shouldn't be there...
26469 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
26471 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26473 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26474 Don't forward DISCONT events (fixes #159684).
26476 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26478 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
26479 Unlink manually since sometimes bin disposal (and therefore
26480 pad unlinking) is delayed, which will cause a new media file
26481 to not be able to start playing instantly.
26483 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26485 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
26486 On mute of an unlinked stream, check for pad availability so
26487 we don't crash on unlinked pad.
26489 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26491 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26492 (gst_avi_demux_massage_index):
26493 Fix quite humiliating bug in omitting 0-sized index chunks but
26494 forgetting to count them for timestamps.
26496 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26498 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
26499 Actually leave the loop if we failed to sync. Don't crash.
26501 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26503 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
26504 (gst_dvd_demux_process_private):
26505 * gst/mpegstream/gstdvddemux.h:
26506 Fix crash (#159759). Doesn't work, though. :-(.
26508 2004-11-28 Benjamin Otte <otte@gnome.org>
26510 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
26511 more overwriting protection due to modifying channels one by one
26512 instead of all at once
26514 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26516 * gst/audioconvert/gstchannelmix.c:
26517 (gst_audio_convert_fill_normalize):
26518 Normalize using absolute values.
26520 2004-11-28 Julien MOUTTE <julien@moutte.net>
26524 * ext/directfb/Makefile.am:
26525 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
26526 (gst_directfbvideosink_get_pixel_format),
26527 (gst_directfbvideosink_get_format_from_fourcc),
26528 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
26529 (gst_directfbvideosink_sink_link),
26530 (gst_directfbvideosink_change_state),
26531 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
26532 (gst_directfbvideosink_buffer_alloc),
26533 (gst_directfbvideosink_interface_supported),
26534 (gst_directfbvideosink_interface_init),
26535 (gst_directfbvideosink_navigation_send_event),
26536 (gst_directfbvideosink_navigation_init),
26537 (gst_directfbvideosink_set_property),
26538 (gst_directfbvideosink_get_property),
26539 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
26540 (gst_directfbvideosink_base_init),
26541 (gst_directfbvideosink_class_init),
26542 (gst_directfbvideosink_get_type), (plugin_init):
26543 * ext/directfb/directfbvideosink.h: Adding a first version of
26545 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
26548 2004-11-28 Benjamin Otte <otte@gnome.org>
26550 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
26551 walk the samples backwards if out_channels > in_channels so we don't
26554 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26556 * gst/audioconvert/Makefile.am:
26557 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26558 (gst_audio_convert_link), (gst_audio_convert_change_state),
26559 (gst_audio_convert_channels):
26560 * gst/audioconvert/gstchannelmix.c:
26561 (gst_audio_convert_unset_matrix),
26562 (gst_audio_convert_fill_identical),
26563 (gst_audio_convert_fill_compatible),
26564 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
26565 (gst_audio_convert_fill_others),
26566 (gst_audio_convert_fill_normalize),
26567 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
26568 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
26569 * gst/audioconvert/gstchannelmix.h:
26570 Implement a channel mixer.
26572 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
26574 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
26575 * ext/alsa/gstalsa.h:
26576 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
26577 Make alsasink actually honor gst_element_set_clock and use that
26578 clock instead of its internal one.
26580 2004-11-27 Christophe Fergeau <teuf@gnome.org>
26582 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
26583 (gst_play_base_bin_change_state): nullify source and decoder when
26584 going from READY to NULL so that we don't try to do weird stuff with
26585 them when going from NULL to READY
26586 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
26587 instead of g_object_unref
26588 (gen_video_element), (gen_audio_element): more refcounting fixes, now
26589 it should be correct
26590 (gst_play_bin_change_state): don't call remove_sinks if we are
26591 currently disposing the object
26593 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26595 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
26596 Don't forget bass if it's there. Else left channel is silent...
26598 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26600 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
26601 (gst_a52dec_change_state):
26602 Don't do sample adjusting anymore, we use float audio now.
26603 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26604 Don't fixate to non-existing properties.
26606 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26608 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
26609 (gst_a52dec_change_state):
26610 Advertise that we can do surround sound.
26612 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26614 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
26615 Add buffer-frames=0.
26616 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
26617 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
26618 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
26619 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
26620 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
26621 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
26622 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
26623 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
26624 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
26625 * ext/dvdread/dvdreadsrc.h:
26626 Add seeking, querying for bytes, sectors, title, angle and
26627 chapter. Handle multiple chapters. Relicense to LGPL because
26628 Billy agreed on that (thanks Billy!).
26630 2004-11-27 Christophe Fergeau <teuf@gnome.org>
26632 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
26633 call parent dispose method
26635 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
26637 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
26638 (gst_audio_clock_get_internal_time):
26639 Fix active <-> inactive transitions: ensure time value always
26640 grows and avoid abrupt value changes.
26642 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
26645 * gst/tta/Makefile.am:
26647 * gst/tta/filters.h:
26648 * gst/tta/gsttta.c:
26649 * gst/tta/gstttadec.c:
26650 * gst/tta/gstttadec.h:
26651 * gst/tta/gstttaparse.c:
26652 * gst/tta/gstttaparse.h:
26653 * gst/tta/ttadec.h:
26654 added TTA parser and decoder
26656 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26658 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26659 (probe_triggered), (check_queue), (buffer_underrun),
26660 (buffer_running), (buffer_overrun), (gen_source_element),
26662 * gst/playback/gstplaybasebin.h:
26663 Implement buffering. Needs some more work.
26665 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26667 * ext/theora/theoradec.c: (theora_dec_chain):
26668 Fix ilog mask range overflow.
26670 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26672 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
26673 Don't omit the last (which in case of dmix is the only :) )
26674 channel count. Don't set channels if <= 2.
26676 2004-11-26 Christophe Fergeau <teuf@gnome.org>
26678 * gst/playback/gstplaybin.c: (gen_video_element),
26679 (gen_audio_element): Removed 2 obsolete comments
26681 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26683 * ext/vorbis/oggvorbisenc.c
26684 * ext/vorbis/vorbisenc.c :
26685 change description fields of those plugins to differentiate them
26686 (pitivi show Encoders by description, they had the same one)
26688 2004-11-25 Christophe Fergeau <teuf@gnome.org>
26690 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26692 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
26693 (gst_play_bin_set_property), (gen_video_element),
26694 (gen_audio_element):
26695 Refcounting fixes for provided audio-/videosinks.
26697 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26699 * gst/playback/gstplaybin.c: (gen_video_element),
26700 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
26701 Don't reference all sinks, but only the video- and audiosinks.
26702 The vis. element should be disposed when we're done with it.
26703 We don't have any reason to keep it around. This fixes warnings
26704 when reusing playbin for playing multiple audio files with
26705 vis. enabled. Also release audio device on pause - idea stolen
26708 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26710 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
26711 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
26712 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
26713 * ext/alsa/gstalsaplugin.c: (plugin_init):
26714 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
26715 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
26716 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
26717 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
26718 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
26719 (gst_faad_change_state), (plugin_init):
26720 * ext/faad/gstfaad.h:
26721 * ext/vorbis/vorbis.c: (plugin_init):
26722 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26723 * gst-libs/gst/audio/Makefile.am:
26724 * gst-libs/gst/audio/audio.c: (plugin_init):
26725 * gst-libs/gst/audio/multichannel.c:
26726 (gst_audio_check_channel_positions),
26727 (gst_audio_get_channel_positions),
26728 (gst_audio_set_channel_positions),
26729 (gst_audio_set_structure_channel_positions_list),
26730 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
26731 (gst_audio_fixate_channel_positions):
26732 * gst-libs/gst/audio/multichannel.h:
26733 * gst-libs/gst/audio/testchannels.c: (main):
26734 * gst/audioconvert/gstaudioconvert.c:
26735 (gst_audio_convert_class_init), (gst_audio_convert_init),
26736 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
26737 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
26738 (gst_audio_convert_fixate), (gst_audio_convert_channels):
26739 * gst/audioconvert/plugin.c: (plugin_init):
26740 Surround sound support.
26742 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26744 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
26745 Fix position for discont if we're close as well. Nitpicking, but
26746 saves a few milliseconds of extra waiting or skipping.
26748 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26750 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
26751 We sometimes need parsers for playback, so add those too.
26753 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26756 * gst/apetag/Makefile.am:
26757 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
26758 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
26759 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
26760 (gst_ape_demux_get_src_query_types),
26761 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
26762 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
26763 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
26764 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
26765 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
26766 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
26767 (gst_ape_demux_change_state):
26768 * gst/apetag/apedemux.h:
26769 * gst/apetag/apetag.c: (plugin_init):
26770 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
26772 APE v1/2 tag reader plus typefind function.
26774 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26777 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
26778 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26779 Remove hacks for older core. Require newer core version
26782 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26784 * gst/cdxaparse/Makefile.am:
26785 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
26786 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
26787 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
26788 * gst/cdxaparse/gstcdxaparse.h:
26789 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
26790 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
26791 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
26792 (gst_cdxastrip_get_src_query_types),
26793 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
26794 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
26795 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
26796 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
26797 * gst/cdxaparse/gstcdxastrip.h:
26798 SVCD/VCD header stripping separated from CDXA image parsing.
26799 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
26801 Add VCD/SVCD header typefinding for VCD/SVCD.
26802 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
26803 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
26804 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
26805 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
26806 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
26807 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
26808 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
26809 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
26810 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
26811 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
26812 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
26813 * sys/vcd/vcdsrc.h:
26814 Fix up, add seeking, querying, URI interface. Works in totem now.
26816 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
26821 === release 0.8.6 ===
26823 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
26841 releasing 0.8.6, "IOU Love"
26843 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
26845 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26847 * gst/playback/gstplaybasebin.c:
26848 Fix unplayable files error handling. Fixes #158365
26850 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
26852 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26854 * gst/typefind/gsttypefindfunctions.c:
26855 Fix broken mp3 typefinding. Fixes #158375
26857 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
26859 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26861 * ext/ogg/gstoggdemux.c:
26862 Fix sync on broken files. Fixes #158976
26864 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
26866 patch by: Edward Hervey <bilboed@bilboed.com>
26868 * ext/libpng/gstpngenc.c:
26869 Copy over buffer properties. Fixes #158832
26871 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
26873 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
26875 * ext/dvdread/dvdreadsrc.c:
26876 Fixes invalid reads (#158462)
26878 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
26880 * sys/v4l/gstv4lsrc.c:
26881 * sys/v4l/gstv4lsrc.h:
26882 * sys/v4l/v4lsrc_calls.c:
26883 Probe less and cache it. Fixes #159187.
26885 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
26887 * gst/videorate/gstvideorate.c:
26888 Handle all video formats. Fixes #159186.
26890 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
26891 * gst/synaesthesia/gstsynaesthesia.c:
26892 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
26893 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
26894 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
26895 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
26896 (gst_synaesthesia_change_state), (plugin_init):
26897 Fix up synaesthesia to work under different samplerates/ buffer sizes.
26898 Force 320x200 output, as that's the only thing the underlying
26899 synaesthesia implementation supports. Still needs to be made
26902 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26905 Fix mpeg2enc configure check (similar to mplex check below).
26907 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
26909 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26911 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26912 Fix for gcc-2.95 (fixes #158221).
26914 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26916 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
26917 Re-add clock distribution hack (until new core is released).
26920 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
26922 fix mplex configure check segfaulting on some systems (bug #140994)
26924 2004-11-13 Benjamin Otte <otte@gnome.org>
26926 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
26928 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26929 do a wait when we enter the loop func with no data available to
26930 write instead of getting into an 100% CPU loop by just returning and
26931 being called again by the scheduler
26933 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
26936 * ext/libvisual/visual.c: (gst_visual_get_type),
26937 (libvisual_log_handler), (gst_visual_getcaps),
26938 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
26940 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
26941 * ext/smoothwave/Makefile.am:
26942 * ext/smoothwave/demo-osssrc.c: (main):
26943 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
26944 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
26945 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
26947 * ext/smoothwave/gstsmoothwave.h:
26948 Make gstsmoothwave a working element in the 20th century.
26950 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
26951 Fix incorrect link function
26953 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26955 * gst/volume/gstvolume.c:
26956 Allow buffer-frames=0.
26958 2004-11-12 Iain <iaingnome@gmail.com>
26960 * configure.ac: Check for polypaudio
26962 * ext/Makefile.am: Build the polyp dir
26964 * ext/polyp: The polypsink sources.
26966 2004-10-30 Iain <iaingnome@gmail.com>
26968 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
26969 caps to reflect the new number of channels.
26971 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26973 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26974 Fix for negotiation order problem. This would show when the
26975 ALSA loopfuction was called before any other function. ALSA
26976 wouldn't do anything because we're not negotiated yet, leading
26977 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
26979 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
26981 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26983 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26984 No warnings (#157986).
26986 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26988 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26989 Prefer apev1/2 and id3v1 (at end of file) over musepack.
26991 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26993 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
26994 Signal no-more-pads (so it works in playbin).
26996 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26998 * ext/musepack/gstmusepackreader.cpp:
26999 Workaround for older core.
27001 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27003 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
27004 Actually test for odd width/height rather than testing whether
27005 a temporary variable that was 0 before we subtracted 1 is now
27006 not equal to zero (which it always is).
27008 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
27010 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27011 Fix compilation if HAVE_XVIDEO is not defined
27013 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
27015 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27016 Fix compilation if HAVE_XVIDEO is not defined
27018 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
27020 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
27021 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
27022 (gst_goom_change_state), (plugin_init):
27023 Use the bytestream adapter so goom doesn't depend on the input
27025 Add a debug category
27027 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27029 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27030 Only set hardware parameters *after* negotiation. Before
27031 negotiation, it will set ANY and that seems to cause crashes
27032 (see e.g. #151288, #153227).
27034 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27036 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27037 This seems to be antique leftover. It needs to pass error
27039 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27040 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
27041 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
27042 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
27043 Fix GstXOverlay implementation (#151059).
27045 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27047 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27048 Don't assert (#157853).
27050 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27052 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27053 Fix bytes/samples confustion.
27054 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
27055 Fix for underrun (#144389).
27057 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27059 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
27060 Disable halfway-seek for pending release (since it needs a new
27063 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
27065 * sys/v4l/gstv4lsrc.c:
27066 * sys/v4l/gstv4lsrc.h:
27067 * sys/v4l/v4lsrc_calls.c:
27068 add autoprobe-fps property so we can separate autoprobing parts
27070 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
27072 * sys/v4l/gstv4lsrc.c:
27073 * sys/v4l/v4lsrc_calls.c:
27074 initialise fourcc to catch unset fourcc's, and debug
27076 2004-11-09 Wim Taymans <wim@fluendo.com>
27078 * gst/playback/README:
27079 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
27080 * gst/playback/gstplaybin.c: (gst_play_bin_init),
27081 (gst_play_bin_dispose), (gst_play_bin_set_property),
27082 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
27083 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
27084 (gst_play_bin_get_formats), (gst_play_bin_convert),
27085 (gst_play_bin_get_query_types), (gst_play_bin_query):
27086 Cleanups and some more documentation.
27088 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
27090 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
27091 (gst_cacasink_init), (gst_cacasink_chain):
27092 * ext/libcaca/gstcacasink.h:
27093 Cacasink inherits from VideoSink, so let that store the clock.
27095 2004-11-09 Wim Taymans <wim@fluendo.com>
27097 * gst/playback/README:
27098 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
27099 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
27100 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
27101 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
27102 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
27104 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
27105 (gst_stream_info_is_mute), (gst_stream_info_set_property):
27106 * gst/playback/gststreaminfo.h:
27108 Only switch groups if all streams have muted (EOSed).
27109 Send Tags in sync with the stream playback instead of in
27110 the playback/preroll phase.
27111 Some cleanups, free the fakesrc elements.
27113 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
27115 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
27116 buffer-frames property was missing
27117 * ext/arts/gst_arts.c:
27118 rate missing from sinkcaps
27119 * ext/audiofile/gstafparse.c:
27120 * ext/audiofile/gstafsink.c:
27121 * ext/audiofile/gstafsrc.c:
27122 * ext/swfdec/gstswfdec.c:
27123 int audio doesn't know buffer-frames
27124 * ext/cdparanoia/gstcdparanoia.c:
27125 int audio doesn't know chunksize either
27126 * ext/nas/nassink.c:
27127 it's endianness, not endianess
27128 * gst-libs/gst/audio/audio.h:
27129 make float standard pad template caps really describe float
27130 * gst/law/mulaw.c: (linear_factory):
27131 signed only, please
27132 * gst/mpegstream/gstdvddemux.c:
27133 widths of 20 are not valid
27135 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
27137 Submitted by: Luca Ferretti <elle.uca@infinito.it>
27143 2004-11-08 Wim Taymans <wim@fluendo.com>
27145 * gst/playback/README:
27146 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
27147 * gst/playback/gstplaybasebin.c: (probe_triggered),
27148 (gst_play_base_bin_change_state):
27149 Updated README, added more comments for fixmes etc..
27151 2004-11-08 Wim Taymans <wim@fluendo.com>
27153 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27154 We can remove this hack now.
27156 2004-11-08 Wim Taymans <wim@fluendo.com>
27158 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
27159 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
27160 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
27161 Only mix AYUV for maximum quality.
27163 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27165 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
27166 (gst_ogg_demux_push), (gst_ogg_pad_push):
27167 Let's act as if we're synchronized now! :).
27168 * ext/theora/theoradec.c: (theora_dec_chain):
27171 2004-11-08 Wim Taymans <wim@fluendo.com>
27173 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27174 (gst_alpha_set_property), (gst_alpha_sink_link),
27175 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
27176 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
27177 (gst_alpha_init_params), (gst_alpha_chain):
27178 Implement alpha functions for AYUV too, this increases
27179 accuracy quite a bit.
27181 2004-11-08 Wim Taymans <wim@fluendo.com>
27183 * gst/ffmpegcolorspace/avcodec.h:
27184 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27185 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27186 (gst_ffmpegcsp_avpicture_fill):
27187 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27188 (gst_ffmpegcsp_caps_remove_format_info):
27189 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27190 (shrink12), (img_get_alpha_info), (deinterlace_line),
27191 (deinterlace_line_inplace):
27192 * gst/ffmpegcolorspace/imgconvert_template.h:
27193 Added AYUV colorspace and handle RGBA a bit more respectful.
27195 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27197 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27198 Actually always send a discont (cornercase when resending the
27199 same serial-tagged chain twice).
27201 2004-11-08 Julien MOUTTE <julien@moutte.net>
27203 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
27204 (gst_ximagesink_finalize):
27205 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
27206 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
27208 2004-11-08 Wim Taymans <wim@fluendo.com>
27210 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
27211 Don't segfault on NULL data.
27213 2004-11-08 Wim Taymans <wim@fluendo.com>
27215 * gst/playback/gstdecodebin.c: (unlinked):
27216 * gst/playback/gstplay-marshal.list:
27217 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27218 (gst_play_base_bin_init), (group_create), (get_active_group),
27219 (get_building_group), (group_destroy), (group_commit),
27220 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
27221 (add_element_stream), (no_more_pads), (probe_triggered),
27222 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
27223 (state_change), (setup_source), (gst_play_base_bin_get_property),
27224 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27225 (gst_play_base_bin_link_stream),
27226 (gst_play_base_bin_get_streaminfo):
27227 * gst/playback/gstplaybasebin.h:
27228 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27229 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
27230 Add support for chained ogg files. Prepare for playlist
27231 support. This patch introduces the concept of pad groups, which
27232 together compose one playable media file.
27234 2004-11-07 David Schleef <ds@schleef.org>
27236 * testsuite/gst-lint: Check for pad templates that aren't statically
27239 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27243 * ext/musepack/Makefile.am:
27244 * ext/musepack/gstmusepackdec.cpp:
27245 * ext/musepack/gstmusepackdec.h:
27246 * ext/musepack/gstmusepackreader.cpp:
27247 * ext/musepack/gstmusepackreader.h:
27248 Add musepack decoder.
27249 * ext/faad/gstfaad.c: (gst_faad_base_init):
27250 Make pad templates static.
27251 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
27253 Add musepack typefinder, make mp3 typefinding work halfway stream,
27254 which doesn't actually work yet because id3demux doesn't implement
27257 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27259 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27260 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
27261 Fix interrupt event handling (#144436).
27263 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27265 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
27268 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
27270 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27272 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
27273 Fix weird caps (#157548).
27275 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
27277 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27279 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
27280 Add missing NULL terminator (#157543).
27282 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
27284 * gst/tcp/gsttcp.h:
27285 * gst/tcp/gsttcpclientsink.c:
27286 * gst/tcp/gsttcpclientsrc.c:
27287 * gst/tcp/gsttcpserversink.c:
27288 * gst/tcp/gsttcpserversrc.c:
27289 ports can go up to 65535. Move common defines to gsttcp.h
27291 2004-11-05 Wim Taymans <wim@fluendo.com>
27293 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
27294 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
27295 Added two more colorspaces.
27297 2004-11-05 Wim Taymans <wim@fluendo.com>
27299 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27300 (gst_ffmpegcsp_avpicture_fill):
27301 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27302 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
27303 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
27306 2004-11-05 Wim Taymans <wim@fluendo.com>
27308 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
27309 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
27310 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
27311 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
27312 (gst_videomixer_loop):
27315 2004-11-05 Benjamin Otte <otte@gnome.org>
27317 * ext/mad/gstmad.c: (gst_mad_chain):
27318 don't overflow data buffer. Flush not needed sync data when syncing
27321 2004-11-04 Wim Taymans <wim@fluendo.com>
27323 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27324 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27325 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
27326 (gst_alpha_init_params), (gst_alpha_chain),
27327 (gst_alpha_change_state):
27328 Updated the chroma keying algorithm with something more
27331 2004-11-03 Wim Taymans <wim@fluendo.com>
27333 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
27334 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
27335 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
27336 Fix stride issues. Does not completely work for odd
27339 2004-11-03 Wim Taymans <wim@fluendo.com>
27341 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27342 (gst_alpha_chroma_key), (gst_alpha_chain):
27343 Fix stride issues. Does not completely work for odd
27346 2004-11-03 Christophe Fergeau <teuf@gnome.org>
27348 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
27349 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
27352 2004-11-03 Wim Taymans <wim@fluendo.com>
27354 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27355 (gst_ffmpegcsp_avpicture_fill):
27356 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27358 * gst/ffmpegcolorspace/imgconvert_template.h:
27359 Use correct _fill function to get correct strides.
27361 2004-11-02 David Schleef <ds@schleef.org>
27363 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
27364 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
27365 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
27366 Change all g_print()s to debugging. Add a bunch of consistency
27369 2004-11-02 Wim Taymans <wim@fluendo.com>
27371 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
27372 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
27373 (unlinked), (no_more_pads), (close_link):
27374 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27375 (unknown_type), (add_element_stream), (new_decoded_pad),
27376 (removed_decoded_pad), (setup_source):
27377 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
27378 (gst_stream_info_class_init), (gst_stream_info_init),
27379 (gst_stream_info_new), (gst_stream_info_dispose),
27380 (stream_info_mute_pad), (gst_stream_info_set_property),
27381 (gst_stream_info_get_property):
27382 * gst/playback/gststreaminfo.h:
27383 Fix playback of multiple files.
27384 a slightly different approach to handling dynamic pad removals.
27385 This one only looks at pads that we have linked.
27387 2004-11-01 Christophe Fergeau <teuf@gnome.org>
27389 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
27390 free" warning from libc.
27392 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27394 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
27395 (get_unconnected_element), (remove_starting_from), (pad_removed),
27397 Implement support for dynamic pad changing. We listen to "live"
27398 pad removals (i.e. while playing) and re-setup autoplugging
27399 after that. Playbasebin/playbin need some more work for this
27400 to finally work, but decodebin supports (and replugs) chained
27403 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
27405 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
27406 (gst_alsa_finalize):
27407 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
27408 (gst_cdaudio_finalize):
27409 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27410 (cdparanoia_finalize):
27411 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
27412 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
27413 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27414 (dvdreadsrc_finalize):
27415 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
27416 (gst_flacdec_finalize):
27417 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
27418 (gst_flacenc_finalize):
27419 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
27420 (gst_gnomevfssink_finalize):
27421 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
27422 (gst_gnomevfssrc_finalize):
27423 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
27424 (gst_fameenc_finalize):
27425 * ext/nas/nassink.c: (gst_nassink_class_init),
27426 (gst_nassink_finalize):
27427 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
27428 (gst_sdlvideosink_class_init):
27429 * ext/sndfile/gstsf.c: (gst_sf_dispose):
27430 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
27431 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
27432 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
27433 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
27434 (gst_x_window_listener_dispose):
27435 * gst/audioscale/gstaudioscale.c:
27436 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
27437 (play_on_demand_finalize):
27438 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
27439 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
27440 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
27441 (cdplayer_finalize):
27442 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
27443 (gst_glimagesink_class_init):
27444 * sys/oss/gstosselement.c: (gst_osselement_class_init),
27445 (gst_osselement_finalize):
27446 * sys/oss/gstosssink.c: (gst_osssink_dispose):
27447 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
27448 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
27449 Fixes a bunch of problems with finalize and dispose functions,
27450 either assumptions that dispose is only called once, or not calling
27451 the parent class dispose/finalize function
27453 2004-11-01 Stefan Kost <ensonic@users.sf.net>
27455 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
27456 added two api precondition guards
27457 use g_strdup with getenv to fix crash when using ENVVAR
27459 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
27460 * ext/esd/esdsink.c: (gst_esdsink_class_init),
27461 (gst_esdsink_finalize):
27462 Use a finalize function, not dispose, and more importantly,
27463 call the parent class finalize function too
27465 2004-11-01 Johan Dahlin <johan@gnome.org>
27467 * ext/ogg/gstoggdemux.c:
27468 * gst/tags/gstvorbistag.c:
27471 2004-10-31 Benjamin Otte <otte@gnome.org>
27473 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
27474 lotsa memleaks today. But they're all small...
27476 2004-10-31 Benjamin Otte <otte@gnome.org>
27478 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27479 another memleak crushed
27481 2004-10-31 Benjamin Otte <otte@gnome.org>
27483 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
27486 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27488 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27489 Hack to prevent crash when going to READY inside signal handler
27490 while this function is active.
27492 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27494 * gst/ffmpegcolorspace/Makefile.am:
27495 * gst/ffmpegcolorspace/avcodec.h:
27496 * gst/ffmpegcolorspace/common.h:
27497 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27498 * gst/ffmpegcolorspace/dsputil.h:
27499 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27500 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27501 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
27502 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
27503 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
27504 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
27505 (gst_ffmpegcsp_avpicture_fill):
27506 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27507 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27508 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
27509 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
27510 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
27511 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
27512 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
27513 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
27514 * gst/ffmpegcolorspace/imgconvert.c:
27515 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27516 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27517 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27518 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27519 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27520 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
27521 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
27522 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
27523 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
27524 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
27525 (grow21), (grow22), (grow41), (grow44), (conv411),
27526 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
27527 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
27528 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
27529 (avpicture_free), (is_yuv_planar), (img_convert),
27530 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
27531 (deinterlace_line_inplace), (deinterlace_bottom_field),
27532 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27533 * gst/ffmpegcolorspace/imgconvert_template.h:
27534 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27535 * gst/ffmpegcolorspace/mmx.h:
27536 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
27537 (av_fast_realloc), (av_mallocz_static), (av_free_static),
27538 (av_freep), (avcodec_get_context_defaults),
27539 (avcodec_alloc_context), (avcodec_init):
27540 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
27541 handling plus update from ffmpeg CVS. Large clean-up.
27543 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27545 * gst/playback/Makefile.am:
27546 We need the marshallers for decodebin, too.
27548 2004-10-30 David Schleef <ds@schleef.org>
27550 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
27551 quicktime typefinding work with 64-bit offsets.
27553 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
27555 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
27556 Set EOS on the element when processing an EOS event.
27557 * ext/speex/gstspeexdec.h:
27558 * ext/speex/gstspeexenc.h:
27559 Only keep a const ptr to the mode
27560 * gst-libs/gst/riff/riff-media.c:
27561 (gst_riff_create_audio_caps_with_data),
27562 (gst_riff_create_audio_template_caps):
27563 Allow WMAV3, with up to 6 channels.
27564 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
27565 Don't call gst_pad_set_event_function on a sink pad.
27566 * gst/mpegstream/gstdvddemux.c:
27567 (gst_dvd_demux_get_subpicture_stream),
27568 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
27569 Copy the explicit caps that were set across to the cur_* pads,
27570 instead of trying to use a possibly non-existent negotiated caps.
27571 Reset the type of subpicture pads to UNKNOWN after calling
27572 init_stream, so that the caps get set.
27574 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
27576 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27578 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27579 Don't touch buffer if it is of size 0 (fixes #151064).
27581 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27583 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
27584 Synchronized discont handling.
27586 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27588 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
27589 (gst_ogg_demux_push):
27590 Make seeking sort-of exact again (fixes #156387).
27592 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27594 * gst/playback/gstplaybasebin.c: (unknown_type),
27595 (add_element_stream), (new_decoded_pad),
27596 (gst_play_base_bin_change_state):
27597 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27598 (gst_stream_info_init), (gst_stream_info_new),
27599 (gst_stream_info_dispose), (gst_stream_info_get_property):
27600 * gst/playback/gststreaminfo.h:
27601 Make caps explicitely available. Makes testing for unsupported
27602 types possible. Improves error reporting.
27604 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27606 * gst/audioconvert/gstaudioconvert.c:
27607 (gst_audio_convert_buffer_to_default_format):
27608 Really don't touch read-only buffers (#156563).
27610 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
27612 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27614 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
27615 Fix memleak (#155223).
27617 2004-10-29 Wim Taymans <wim@fluendo.com>
27619 * gst/tcp/.cvsignore:
27620 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
27621 (gst_multifdsink_class_init), (gst_multifdsink_init),
27622 (gst_multifdsink_add), (gst_multifdsink_remove),
27623 (gst_multifdsink_remove_client_link), (is_sync_frame),
27624 (gst_multifdsink_new_client),
27625 (gst_multifdsink_handle_client_write),
27626 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27627 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
27628 (gst_multifdsink_get_property):
27629 * gst/tcp/gstmultifdsink.h:
27630 Added burst on connect sync_method, deprecated sync_clients,
27631 streamlined the sync code some more.
27633 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27635 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
27636 (gst_play_base_bin_change_state):
27637 Improve error reporting.
27639 2004-10-28 Wim Taymans <wim@fluendo.com>
27641 * gst/tcp/Makefile.am:
27642 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
27643 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
27644 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
27645 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
27646 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
27647 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
27649 Added more locks around fdset structures. Fixed/reworked
27650 the poll array resizing code.
27651 Added stress test for fdset.
27653 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
27655 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
27658 2004-10-28 Benjamin Otte <otte@gnome.org>
27660 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
27661 fix link function to always query channels and query width for
27665 * gst/equalizer/Makefile.am:
27666 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
27667 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
27668 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
27669 (arg_to_scale), (setup_filter),
27670 (gst_iir_equalizer_compute_frequencies),
27671 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
27672 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
27676 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
27678 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
27682 Added Norwegian Bokmaal translation
27684 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27686 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27687 Don't break on options (fixes #156488).
27689 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
27692 * ext/cdaudio/Makefile.am:
27694 fix build on older automake
27696 2004-10-26 Wim Taymans <wim@fluendo.com>
27698 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
27699 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
27700 Allow a little margin when negotiating the framerate.
27702 2004-10-26 Stefan Kost <ensonic@users.sf.net>
27704 * gst/level/gstlevel.c:
27705 synchonised naming of pads and pad-templates
27707 2004-10-26 Wim Taymans <wim@fluendo.com>
27709 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
27710 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
27711 (_find_streams_check), (gst_ogg_demux_push):
27712 Fix EOS again. Needs to be done in a better way. We should not
27713 remove the pad if there is no new chained stream.
27715 2004-10-26 Iain <iaingnome@gmail.com>
27717 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
27718 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
27720 * gst/interleave/interleave.c (interleave_class_init): Hook up release
27722 (interleave_release_pad): Remove the pad.
27723 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
27724 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
27726 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
27728 (gst_xvimagesink_xcontext_clear): Free the xcontext.
27729 (gst_xvimagesink_finalize): Free the par.
27731 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27733 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
27734 (gst_avimux_stop_file):
27735 First calculate the rate, and only then use it. Hdr.rate is a
27736 multiple and not a derivative of hdr.scale. Scale is not the
27737 same as blockalign but is solely related to rate.
27739 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27741 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
27742 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
27745 2004-10-25 James Henstridge <james@jamesh.id.au>
27747 Reviewed by: David Schleef <ds@schleef.org>
27749 * examples/gstplay/player.c: (got_stream_length), (main):
27750 * examples/seeking/cdplayer.c: (update_scale):
27751 * examples/seeking/seek.c: (format_value), (update_scale):
27752 * examples/seeking/spider_seek.c: (format_value), (update_scale),
27754 Build fixes on AMD64.
27756 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
27758 reviewed by: Ronald Bultje <rbultje at gnome dot org>
27760 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27761 Fix for some v4l cards which hang in v4lsrc
27763 2004-10-25 Wim Taymans <wim@fluendo.com>
27765 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
27766 (gst_ogg_demux_push), (gst_ogg_chains_clear):
27767 Make sure to remove the pad when a new chain is
27768 encountered. Set some vars to NULL so we don't try
27769 to reference freed memory.
27771 2004-10-25 Wim Taymans <wim@fluendo.com>
27773 * examples/seeking/Makefile.am:
27774 * examples/seeking/cdplayer.c: (update_scale):
27775 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
27776 * examples/seeking/playbin.c: (make_playerbin_pipeline),
27777 (format_value), (update_scale), (iterate), (start_seek),
27778 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
27779 (print_usage), (main):
27780 Added some more examples, update others.
27782 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27784 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
27785 * ext/speex/gstspeexdec.c: (speex_dec_chain):
27786 * ext/theora/theoradec.c: (theora_dec_chain):
27787 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27788 Add codec-name metadata.
27790 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
27792 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27794 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27795 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27796 * ext/alsa/gstalsamixertrack.h:
27798 ALSA mixer track label internationalization (#154054).
27800 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27802 * ext/theora/theoradec.c: (theora_dec_chain):
27803 Export bitrate as metadata.
27805 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27807 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27808 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27809 * ext/alsa/gstalsamixertrack.h:
27810 Fix names, fix loop.
27812 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27814 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
27815 (speex_dec_convert):
27816 sinkconvert function so oggdemux can get the file length (totem).
27818 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
27820 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27822 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27823 Don't push incomplete packets.
27824 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
27825 Fix MPEG-4 audio typefinding.
27827 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27829 * sys/v4l/Makefile.am:
27830 * sys/v4l/gstv4l.c: (plugin_init):
27831 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
27832 (gst_v4lelement_init), (gst_v4lelement_dispose),
27833 (gst_v4lelement_change_state):
27834 * sys/v4l/gstv4lelement.h:
27835 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
27836 (gst_v4l_xoverlay_close), (idle_refresh),
27837 (gst_v4l_xoverlay_set_xwindow_id):
27838 * sys/v4l/gstv4lxoverlay.h:
27839 * sys/v4l/v4l-overlay_calls.c:
27840 * sys/v4l/v4l_calls.h:
27841 * sys/v4l2/Makefile.am:
27842 * sys/v4l2/gstv4l2.c: (plugin_init):
27843 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
27844 (gst_v4l2element_init), (gst_v4l2element_dispose),
27845 (gst_v4l2element_change_state):
27846 * sys/v4l2/gstv4l2element.h:
27847 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
27848 (gst_v4l2_xoverlay_close), (idle_refresh),
27849 (gst_v4l2_xoverlay_set_xwindow_id):
27850 * sys/v4l2/gstv4l2xoverlay.h:
27851 * sys/v4l2/v4l2-overlay_calls.c:
27852 * sys/v4l2/v4l2_calls.h:
27853 Remove client-side overlay handling, use the X-server v4l plugin
27854 for that. Nicer overlay, less code. Also make the plugin
27855 compileable without X (but then without overlay, obviously).
27856 Makes xwindowlistener obsolete, should we remove that?
27858 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27860 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
27861 (gst_osssrc_src_query):
27862 * sys/oss/gstosssrc.h:
27863 OK, so people want offset in DEFAULT. This time, actually fix all
27865 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27868 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27870 * gst/asfdemux/gstasfmux.c:
27871 * gst/avi/gstavimux.c:
27874 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27876 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
27877 Fix properties (channel, norm, frequency).
27879 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27881 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
27883 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
27886 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27888 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
27891 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27893 * sys/v4l2/gstv4l2element.h:
27894 Yet Another Hack (tm) for kernel header borkedness.
27895 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
27896 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
27897 (gst_v4l2src_link), (gst_v4l2src_getcaps),
27898 (gst_v4l2src_change_state):
27899 * sys/v4l2/gstv4l2src.h:
27900 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
27901 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
27902 Fix caps, keep track of state, work.
27904 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27906 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27909 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27911 * sys/oss/gstosssrc.c: (gst_osssrc_get):
27912 Don't mix bytes and samples.
27914 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27916 * ext/ogg/gstoggmux.c:
27917 Basic pad template which accepts OGM tracks, speex, flac, vorbis
27918 and theora. Any is incorrect.
27919 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
27921 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
27922 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
27923 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
27924 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
27925 * sys/v4l/gstv4lmjpegsrc.h:
27926 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
27927 (gst_v4lsrc_change_state):
27928 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
27929 (gst_v4lmjpegsrc_capture_stop):
27930 Fix caps. Keep track of internal state. Work.
27932 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27935 Fix the build fixes.
27937 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27939 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27940 (gst_ogg_demux_src_event), (_find_chain_seek),
27941 (gst_ogg_pad_push):
27942 Check for pad availability before using it.
27943 * ext/ogg/gstoggdemux.c: (_find_chain_process):
27944 Fix parsing of chained ogg. Needs more work on the decoder side.
27946 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
27948 * gst/spectrum/Makefile.am:
27949 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
27951 Fix demo and reenable it. Yes, I'm currently playing with audio
27954 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27956 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27957 We love it if files that start at zero work too...
27959 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27961 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
27962 Handle files with missing EOS headers.
27964 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
27966 * gst/tcp/gsttcpserversink.c:
27967 (gst_tcpserversink_handle_server_read),
27968 (gst_tcpserversink_init_send):
27969 Zero some variables first (need for accept not to return EINVAL)
27971 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27973 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27974 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
27975 * ext/theora/theoradec.c: (theora_dec_sink_convert),
27976 (theora_dec_chain):
27977 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27978 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
27979 Seeking and querying finetune.
27981 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
27985 * ext/raw1394/Makefile.am:
27988 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27990 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
27992 * gst/playback/Makefile.am:
27993 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
27994 * gst/playback/gstplay-marshal.list:
27995 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
27998 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28000 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
28003 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28005 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28006 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
28007 (gst_ogg_pad_push):
28008 Yay for non-lineair granulepos in theora.
28010 2004-10-18 Wim Taymans <wim@fluendo.com>
28012 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28013 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28014 * ext/dv/gstdvdec.h:
28015 Make sure we renegotiate aspect ratio when the camera switches.
28017 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28019 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28020 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
28022 * ext/theora/theoradec.c: (theora_dec_chain):
28023 Skip headers. Bad idea for chained ogg, but fixes seeking.
28025 2004-10-18 Wim Taymans <wim@fluendo.com>
28028 I swear, this is the last time I touch this.
28030 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28032 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28033 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
28034 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
28036 * ext/theora/theoradec.c: (theora_dec_sink_convert):
28037 Time-to-default conversion.
28038 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28039 Don't error on unknown packets, just skip. We should probably
28040 read them if we want to support chained ogg.
28042 2004-10-18 Wim Taymans <wim@fluendo.com>
28045 Added cdaudio to wrong list.
28047 2004-10-18 Wim Taymans <wim@fluendo.com>
28052 2004-10-18 Wim Taymans <wim@fluendo.com>
28054 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28055 (gst_dvdec_video_link), (gst_dvdec_push):
28056 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
28057 (gst_smokeenc_resync), (gst_smokeenc_chain):
28058 Fix mimetype on smoke encoder.
28059 Add aspect ratio to dvdec. Not sure if these
28060 values are correct though....
28062 2004-10-18 Wim Taymans <wim@fluendo.com>
28064 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
28065 Fix vorbis property descriptions and ranges.
28067 2004-10-18 Wim Taymans <wim@fluendo.com>
28069 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
28070 Really do nothing when no data is available.
28071 Go to the playing state when the stream is not seekable
28072 instead of failing.
28074 2004-10-18 Wim Taymans <wim@fluendo.com>
28076 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
28077 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
28078 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
28079 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
28080 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
28081 Added uri handler for cd://
28084 2004-10-18 Wim Taymans <wim@fluendo.com>
28086 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28087 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
28088 (try_to_link_1), (no_more_pads), (close_link), (type_found):
28089 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
28090 (remove_prerolls), (unknown_type), (add_element_stream),
28091 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
28092 (gst_play_base_bin_remove_element),
28093 (gst_play_base_bin_link_stream):
28094 * gst/playback/gstplaybin.c: (gen_video_element),
28095 (gen_vis_element), (remove_sinks), (setup_sinks):
28096 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28097 (gst_stream_info_get_type), (gst_stream_info_class_init),
28098 (gst_stream_info_init), (gst_stream_info_new),
28099 (gst_stream_info_dispose), (stream_info_mute_pad),
28100 (gst_stream_info_set_property), (gst_stream_info_get_property):
28101 * gst/playback/gststreaminfo.h:
28102 Add sink padtemplate to decodebin.
28103 Added some more comments.
28104 Make queue size configurable in playbasebin.
28105 Added possibility to use elements as sinks (ex cdaudio).
28107 2004-10-15 Wim Taymans <wim@fluendo.com>
28109 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
28110 (gst_speexenc_chain):
28111 Fix speex timestamps so that it gets muxed properly.
28113 2004-10-15 Wim Taymans <wim@fluendo.com>
28115 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
28116 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
28117 (gst_dv1394src_init), (gst_dv1394src_dispose),
28118 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
28119 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
28120 (gst_dv1394src_event), (gst_dv1394src_get_formats),
28121 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
28122 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
28123 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
28124 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
28125 * ext/raw1394/gstdv1394src.h:
28126 Added conversion/query functions.
28127 Update buffer timestamps,
28129 Added uri dv:// so it might play from the firewire in playbin.
28130 Fix a possible leak.
28133 2004-10-15 Wim Taymans <wim@fluendo.com>
28135 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
28136 (gst_dv1394src_init), (gst_dv1394src_set_property),
28137 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
28138 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
28139 * ext/raw1394/gstdv1394src.h:
28140 Added AV/C VTR control support needed for some cameras.
28141 Added automatic port detection.
28142 Added properties for selecting the channel.
28143 The configure.ac script is not yet updated to reflect the
28144 new libavc1394 and librom1394 dependencies.
28146 2004-10-15 Wim Taymans <wim@fluendo.com>
28148 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28149 (qtdemux_parse), (gst_qtdemux_handle_esds):
28150 An esds box is not a container.
28151 Fix parsing of mp4v boxes.
28152 Do not try to renegotiate fps for each frame. Need to
28153 find a better method. This should fix mp4 playback.
28155 2004-10-14 David Schleef <ds@schleef.org>
28157 * configure.ac: update for swfdec-0.3 and liboil-0.2
28158 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
28159 * ext/swfdec/gstswfdec.h: same
28160 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
28161 * gst/videotestsrc/videotestsrc.c: same
28163 2004-10-14 Wim Taymans <wim@fluendo.com>
28165 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
28166 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
28167 (is_sync_frame), (gst_multifdsink_new_client),
28168 (gst_multifdsink_handle_client_write),
28169 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28170 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
28171 Turn warnings into info.
28172 Don't allow a state change in the streaming thread.
28174 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
28176 * ext/vorbis/oggvorbisenc.c:
28177 * ext/vorbis/vorbisdec.c:
28178 fix template sample rate
28180 2004-10-13 Wim Taymans <wim@fluendo.com>
28182 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
28183 Decoding the header first fixes some problems in resyncing
28186 2004-10-12 Wim Taymans <wim@fluendo.com>
28188 * gst/playback/gstplaybin.c: (gen_video_element),
28189 (gen_vis_element), (remove_sinks), (setup_sinks):
28190 Added vis plugin support, need to configure the vis
28191 element to activate it.
28193 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28195 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
28196 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
28198 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
28199 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
28200 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
28201 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
28202 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
28203 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
28204 * gst/avi/gstavidemux.h:
28205 Support for openDML-2.0 indx/ix## chunks. Support for broken index
28206 recovery (where, if part of the index is broken, we will still read
28207 the rest of the index and recover the broken part by stream
28208 scanning). More broken media support. EOS workarounds. General AVI
28209 braindamage headache recovery. Aspirin included.
28211 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28213 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
28214 (cdparanoia_event), (cdparanoia_query):
28215 Get rid of hideous lead-in.
28217 2004-10-11 Wim Taymans <wim@fluendo.com>
28219 * gst/playback/gstplaybasebin.c: (setup_source):
28220 Wrong var used to get g_list_next.
28222 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28224 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28225 (cdparanoia_get), (cdparanoia_open):
28226 Report discid as metadata, add duration.
28228 2004-10-11 Wim Taymans <wim@fluendo.com>
28230 * gst/playback/gstplaybasebin.c: (setup_source):
28231 Cleanup the previous pipeline a little earlier for the
28232 case that a source element provides raw data.
28234 2004-10-11 Benjamin Otte <otte@gnome.org>
28236 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28237 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
28238 consuming the last 128 bytes, even though it was valid mp3 data.
28240 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28242 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
28243 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
28244 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28245 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
28247 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28249 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
28250 Fix for webcams that support only specific width or height
28252 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
28254 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28256 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
28257 Fix wrong discont event setup (fixes #154967).
28259 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
28261 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28263 * gst/auparse/gstauparse.c: (gst_auparse_chain):
28264 Error out on invalid data (fixes #154807).
28266 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
28268 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28270 * ext/dvdread/dvdreadsrc.c: (_read):
28271 Make titles > 0 work again (fixes #154834).
28273 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28275 * gst-libs/gst/riff/riff-media.c:
28276 (gst_riff_create_video_template_caps):
28277 WMV3 missing in template caps.
28279 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28281 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
28282 OK, so the original code was too strict. It makes random AVI files
28283 hang for seconds upon opening, which is unacceptable and is far
28284 beyond the original goal of getting multiple chunks for one-chunk
28285 sounc stream files. So now do just that.
28287 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28289 * gst/playback/gstplaybasebin.c: (setup_source),
28290 (gst_play_base_bin_change_state):
28291 Actually clean up streaminfo if output fails. This would trigger
28292 if, for example, there was no CD in the drive. No preroll, so
28293 a streaminfo structure is created, but the subsequent state change
28294 of the thread fails.
28295 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28296 Don't change state if parent failed.
28298 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28300 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28301 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
28302 (gen_video_element), (remove_sinks):
28303 Add small bits of code for screenshot handling.
28305 2004-10-08 Wim Taymans <wim@fluendo.com>
28307 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
28308 (gen_video_element), (gen_audio_element), (setup_sinks):
28309 Don't assume the user provided sinks are named "sink"...
28311 2004-10-08 Wim Taymans <wim@fluendo.com>
28313 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
28314 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
28315 (gst_play_base_bin_link_stream):
28316 Do not try to autoplug sources that generate raw streams like
28318 disconnect the preroll overrun signal when we don't need it anymore.
28320 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
28322 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
28323 Added reworked patch from #154903 from milosz derezynski (deadchip).
28325 2004-10-08 Wim Taymans <wim@fluendo.com>
28327 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
28328 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
28329 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
28330 (cdparanoia_convert), (cdparanoia_uri_get_type),
28331 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
28332 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
28333 * ext/cdparanoia/gstcdparanoia.h:
28334 This adds the cdda://<tracknum> uri.
28336 2004-10-08 Wim Taymans <wim@fluendo.com>
28338 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28339 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
28340 (try_to_link_1), (no_more_pads), (close_link), (type_found):
28341 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28342 (unknown_type), (gst_play_base_bin_remove_element),
28343 (gst_play_base_bin_link_stream):
28344 * gst/playback/gstplaybasebin.h:
28345 * gst/playback/gstplaybin.c: (gst_play_bin_init),
28346 (gst_play_bin_set_property), (gen_video_element),
28347 (gen_audio_element), (setup_sinks):
28348 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28349 (gst_stream_info_get_type), (gst_stream_info_class_init),
28350 (gst_stream_info_init), (gst_stream_info_new),
28351 (gst_stream_info_dispose), (stream_info_mute_pad),
28352 (gst_stream_info_set_property), (gst_stream_info_get_property):
28353 * gst/playback/gststreaminfo.h:
28354 Reuse the audio and video bins.
28355 Some internal cleanups in the stream selection code.
28357 2004-10-08 Julien MOUTTE <julien@moutte.net>
28359 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28360 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
28361 * sys/ximage/ximagesink.h:
28362 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28363 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
28364 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
28365 not coming from those elements. Moreover these elements should not keep
28366 the xid they have been given when in NULL state.
28368 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28370 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28371 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
28372 * sys/ximage/ximagesink.h:
28373 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28374 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
28375 * sys/xvimage/xvimagesink.h:
28376 Actually only create a new toplevel window if we're not gonna
28377 embed it right after.
28379 2004-10-07 Wim Taymans <wim@fluendo.com>
28381 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
28382 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
28383 * gst/playback/gstplaybin.c: (setup_sinks):
28384 Implement muting/unmuting of streams, mute streams that are not
28387 2004-10-07 Wim Taymans <wim@fluendo.com>
28389 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
28391 Added lame audio/x-ac3 typefind function.
28393 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
28398 === release 0.8.5 ===
28400 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
28405 releasing 0.8.5, "Take You On"
28407 2004-10-06 Wim Taymans <wim@fluendo.com>
28409 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
28410 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28411 (no_more_pads), (close_link), (type_found):
28412 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28413 * gst/playback/gstplaybin.c: (gen_video_element):
28414 Do not signal the no_more_pads after the first pad when
28415 we are plugging a non dynamic element with multiple
28416 output pads (like swfdec, dvdec, ...).
28418 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
28421 bump for prerelease
28423 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28425 * gst/wavparse/gstwavparse.c:
28426 add ATRAC3 to STATIC CAPS to fix a warning
28428 * gst/matroska/ebml-read.c:
28429 * gst-libs/gst/riff/riff-read.c:
28432 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28434 * gst-libs/gst/riff/riff-media.c:
28435 generate caps for ATRAC3 audio streams
28437 * gst/realmedia/rmdemux.c:
28438 generate caps for ATRAC3 audio streams
28440 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28442 * gst/wavparse/Makefile.am
28443 * gst/wavparse/riff.h
28444 * gst/wavparse/wavparse.vcproj
28445 riff.h removal (unused and duplication with riff-ids.h)
28447 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28449 * gst/wavparse/gstwavparse.h
28450 remove duplicated defines for audio codec codes
28452 * gst-libs/gst/riff/riff-ids.h
28453 * gst/wavenc/riff.h:
28454 add "4CC" code for ATRAC3 audio streams
28455 add "4CC" code for ITU_G721_ADPCM (unused for now)
28457 2004-10-06 Wim Taymans <wim@fluendo.com>
28459 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
28460 Actually _do_ negotiation. Pass gdouble as arg instead
28461 of guint64 for the framerate.
28463 2004-10-06 Wim Taymans <wim@fluendo.com>
28465 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
28466 (find_compatibles), (close_pad_link), (try_to_link_1),
28467 (no_more_pads), (close_link), (type_found):
28468 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28469 * gst/playback/gstplaybin.c: (gen_video_element),
28470 (gen_audio_element):
28471 Set state on newly added element to READY so that negotiation
28473 Addes some more debug info.
28474 Do not try to plug pads with multiple caps structures or ANY
28475 because it is too dangerous since we do not do dynamic
28478 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
28480 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
28484 add Oriya translation
28486 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28488 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
28489 Prevent overwrite of size member. Makes audio sound crappy.
28491 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28493 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28494 Add rmvb to the list of known RealMedia extensions
28496 2004-10-05 Wim Taymans <wim@fluendo.com>
28498 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
28499 (mngdec_openstream), (mngdec_closestream),
28500 (mngdec_handle_sink_event), (mngdec_readdata),
28501 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
28502 (mngdec_getcanvasline), (mngdec_refresh),
28503 (gst_mngdec_change_state):
28504 Set the framerate correctly.
28506 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28508 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
28509 There was something wrong with the index massaging.
28511 2004-10-04 Wim Taymans <wim@fluendo.com>
28513 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
28514 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
28515 (gst_smokedec_chain):
28516 * ext/jpeg/gstsmokedec.h:
28517 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
28518 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
28519 * ext/jpeg/gstsmokeenc.h:
28520 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
28521 (smokecodec_decode_new), (smokecodec_info_free),
28522 (smokecodec_set_quality), (smokecodec_get_quality),
28523 (smokecodec_set_threshold), (smokecodec_get_threshold),
28524 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
28525 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
28526 (smokecodec_encode), (smokecodec_parse_id),
28527 (smokecodec_parse_header), (smokecodec_decode):
28528 * ext/jpeg/smokecodec.h:
28529 * ext/jpeg/smokeformat.h:
28530 Updated smoke, new bitstream, allows embedding in ogg.
28532 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28534 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
28535 Fix seeking in some files. All this code is no longer needed (and
28536 actually breaks stuff) because we now synchronize the full index
28537 right when reading the header.
28539 2004-10-04 Wim Taymans <wim@fluendo.com>
28542 configure update for libmng.
28544 2004-10-04 Wim Taymans <wim@fluendo.com>
28546 * ext/libmng/Makefile.am:
28547 * ext/libmng/gstmng.c: (plugin_init):
28548 * ext/libmng/gstmng.h:
28549 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
28550 (gst_mngdec_base_init), (gst_mngdec_class_init),
28551 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
28552 (gst_mngdec_loop), (gst_mngdec_get_property),
28553 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
28554 (mngdec_closestream), (mngdec_handle_sink_event),
28555 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
28556 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
28557 (gst_mngdec_change_state):
28558 * ext/libmng/gstmngdec.h:
28559 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
28560 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
28561 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
28562 (gst_mngenc_chain), (gst_mngenc_get_property),
28563 (gst_mngenc_set_property):
28564 * ext/libmng/gstmngenc.h:
28565 Added basic MNG decoder. Needs more work. The encoder does
28568 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28570 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
28571 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
28572 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
28573 Don't hang on length=0 chunks. Some negotiation fixes. Signal
28576 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
28579 you need at least 1.0.4 of speex
28581 2004-10-04 Iain <iaingnome@gmail.com>
28583 * ext/speex/gstspeexdec.h: Revert the includes changes.
28585 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
28587 2004-09-30 Iain <iaingnome@gmail.com>
28589 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
28590 found during init or set as a property instead of hardcoding /dev/audio
28592 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28594 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
28595 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
28596 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
28597 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
28598 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
28599 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
28600 (gst_rmdemux_dump_data):
28601 Use debug category, fix EOS handling. filesrc ! rmdemux now
28604 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28606 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28607 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
28608 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
28609 Improve allocation, cutting and sorting of the index. How takes a
28610 few seconds instead of minutes.
28612 2004-10-03 Christophe Fergeau <teuf@gnome.org>
28614 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
28617 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28619 * gst-libs/gst/riff/riff-media.c:
28620 (gst_riff_create_video_caps_with_data),
28621 (gst_riff_create_video_template_caps):
28622 Add wing commander format mimetype/fourccs.
28623 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
28624 Don't crash if some value is 0.
28626 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28628 * gst-libs/gst/riff/riff-media.c:
28629 (gst_riff_create_video_caps_with_data),
28630 (gst_riff_create_video_template_caps):
28631 Add DIB fourcc (raw, palettized 8-bit RGB).
28632 * gst-libs/gst/riff/riff-read.c:
28633 (gst_riff_read_strf_vids_with_data):
28634 Oops, fix strf_data reading bug.
28635 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28636 Use a non-NULL tag.
28637 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28638 Time for hacks. Sorry Dave. At least one quicktime movie (a
28639 trailer) that I've encountered contains multiple video tracks.
28640 One of those is the actual video track, the other are one-frame
28641 tracks (images). Unfortunately, the number of frames according
28642 to the trak header is 1 for each, so that doesn't help. So
28643 instead, I look at the duration and discard tracks with a
28644 duration shorter than 20% of the length of the stream. Better
28647 2004-10-01 Christian Schaller <christian@fluendo.com>
28649 * ext/ivorbis/vorbis.c:
28650 Patch from Phil Blundell (Bug 152341)
28652 2004-10-01 Wim Taymans <wim@fluendo.com>
28654 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
28655 (speex_dec_get_formats), (speex_dec_convert),
28656 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
28657 (speex_dec_chain), (gst_speexdec_get_property),
28658 (gst_speexdec_set_property):
28661 2004-10-01 Wim Taymans <wim@fluendo.com>
28663 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
28664 (gst_wavparse_stream_init), (gst_wavparse_fmt),
28665 (gst_wavparse_other), (gst_wavparse_loop),
28666 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28667 (gst_wavparse_srcpad_event):
28668 * gst/wavparse/gstwavparse.h:
28669 Added some more debugging info.
28670 Fix the case where the length of the file is 0.
28671 Make sure we seek to sample borders.
28673 2004-10-01 Wim Taymans <wim@fluendo.com>
28675 * gst/playback/README:
28676 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
28677 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
28678 (try_to_link_1), (no_more_pads), (close_link), (type_found):
28679 Add some debug info to decodebin, update README
28681 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28683 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
28684 Don't use g_print(); use GST_DEBUG().
28686 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28688 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28689 (gst_ogg_mux_queue_pads):
28690 Handle EOS properly.
28692 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
28694 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28696 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
28697 (gst_faad_chain), (gst_faad_change_state):
28698 * ext/faad/gstfaad.h:
28699 Allow playback of raw (unframed) MPEG AAC files (#148993).
28701 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
28703 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28705 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28706 Throw error if we didn't recognize the stream. Fixes #152289.
28708 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28710 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
28713 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
28715 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28717 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28720 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
28722 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28724 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
28726 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
28729 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28731 * gst-libs/gst/riff/riff-media.c:
28732 (gst_riff_create_video_caps_with_data),
28733 (gst_riff_create_audio_caps_with_data):
28734 Add codec_data handling (like asfdemux used to do).
28735 * gst/asfdemux/gstasf.c: (plugin_init):
28736 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28737 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
28738 Use riff-media for caps creation instead of our own (mostly
28739 broken) copy of its functions.
28741 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28743 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
28744 Don't actually error out if we get another return value than
28745 -EINVAL. Opposite to what I first thought, drivers have random
28746 return values for this, although -EINVAL is the expected return
28747 value. Since this is not fatal, we shouldn't use
28748 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
28750 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28752 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28753 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
28754 (dvdreadsrc_get_property), (_open), (_seek), (_read),
28755 (dvdreadsrc_get), (dvdreadsrc_open_file),
28756 (dvdreadsrc_change_state):
28757 Fix. Don't do one big huge loop around the whole DVD, that will
28758 cache all data and thus eat sizeof(dvd) (several GB) before we
28760 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28761 Actually NULL'ify event after using it.
28762 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
28763 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
28764 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28765 (gst_ebml_read_seek), (gst_ebml_read_skip):
28767 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
28768 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
28769 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
28770 Fix timing (this will probably break if I seek using menus, but
28771 I didn't get there yet). VOBs and normal DVDs should now work.
28772 Add a mpeg2-only pad with high rank so this get autoplugged for
28774 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
28775 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
28776 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
28777 (gst_mpeg_demux_get_audio_stream),
28778 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
28779 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
28780 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
28781 MPEG-1 but use dvddemux for MPEG-2.
28782 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
28783 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
28784 (gst_mpeg_parse_parse_packhead):
28785 Timing. Only add pad template if it exists. Add sink template from
28786 class and not from ourselves. This means we will always use the
28787 correct sink template even if it is not the one defined in this
28790 2004-09-29 Wim Taymans <wim@fluendo.com>
28792 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
28793 (gst_mpeg_demux_parse_pes):
28794 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
28795 Fix playback of mpeg again, timestamps where screwed up by
28798 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28800 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
28801 Only return true if we actually filled something in. Prevents
28802 player applications from showing a random length for flac files.
28803 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
28804 (gst_riff_read_use_event), (gst_riff_read_handle_event),
28805 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
28806 (gst_riff_read_strf_vids_with_data),
28807 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
28808 OK, ok, so I implemented event handling. Apparently it's normal
28809 that we receive random events at random points without asking
28811 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
28812 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
28813 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
28814 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
28815 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
28816 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
28817 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
28818 * gst/avi/gstavidemux.h:
28819 Implement non-lineair chunk handling and subchunk processing.
28820 The first solves playback of AVI files where the audio and video
28821 data of individual buffers that we read are not synchronized.
28822 This should not happen according to the wonderful AVI specs, but
28823 of course it does happen in reality. It is also a prerequisite for
28824 the second. Subchunk processing allows us to cut chunks in small
28825 pieces and process each of these pieces separately. This is
28826 required because I've seen several AVI files with incredibly large
28827 audio chunks, even some files with only one audio chunk for the
28828 whole file. This allows for proper playback including seeking.
28829 This patch is supposed to fix all AVI A/V sync issues.
28830 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
28831 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
28833 * gst/modplug/gstmodplug.cc:
28834 Proper return value setting for the query() function.
28835 * gst/playback/gstplaybasebin.c: (setup_source):
28836 Being in non-playing state (after, e.g., EOS) is not necessarily
28837 a bad thing. Allow for that. This fixes playback of short files.
28838 They don't actually playback fully now, because the clock already
28839 runs. This means that small files (<500kB) with a small length
28840 (<2sec) will still not or barely play. Other files, such as mod
28841 or flx, will work correctly, however.
28843 2004-09-28 Wim Taymans <wim@fluendo.com>
28845 * ext/speex/gstspeex.c: (plugin_init):
28846 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
28847 (gst_speex_dec_class_init), (speex_dec_get_formats),
28848 (speex_get_event_masks), (speex_get_query_types),
28849 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
28850 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
28851 (gst_speexdec_get_property), (gst_speexdec_set_property),
28852 (speex_dec_change_state):
28853 * ext/speex/gstspeexdec.h:
28854 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
28855 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
28856 (gst_speexenc_base_init), (gst_speexenc_class_init),
28857 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
28858 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
28859 (gst_speexenc_src_query), (gst_speexenc_init),
28860 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
28861 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
28862 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
28863 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
28864 (gst_speexenc_chain), (gst_speexenc_get_property),
28865 (gst_speexenc_set_property), (gst_speexenc_change_state):
28866 * ext/speex/gstspeexenc.h:
28867 Rewrote speex encoder, make sure it can be embedded in ogg.
28868 Implemented speex decoder.
28870 2004-09-28 Christian Schaller <christian@fluendo.com>
28873 Remove kioslave plugin. Markey is brewing a new working one
28874 * ext/Makefile.am: Remove kioslave plugin
28876 * gst-plugins.spec.in: remove kio plugin from spec
28878 2004-09-27 Wim Taymans <wim@fluendo.com>
28880 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
28881 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
28882 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
28883 (gst_multifdsink_new_client),
28884 (gst_multifdsink_handle_client_write),
28885 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28886 (gst_multifdsink_handle_clients):
28887 * gst/tcp/gstmultifdsink.h:
28888 Make syncing to keyframes actually work for new clients and lagging
28891 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
28893 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
28894 (gst_navigationtest_handle_src_event), (draw_box_planar411),
28895 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
28896 * gst/debug/gstnavigationtest.h:
28897 make navigationtest display button-press and button-release events
28899 2004-09-26 Iain <iaingnome@gmail.com>
28901 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
28902 the channels have received a new media event.
28903 (interleave_buffered_loop): Compresses a new media event on all
28906 2004-09-26 Iain <iaingnome@gmail.com>
28908 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
28909 call the sinkpad's default event handler and not the srcpads. He also
28910 says this is confusing :)
28911 (gst_wavenc_stop_file): Company says that seek events only go upstream
28912 we should send a discontinuous downstream instead.
28914 2004-09-25 Christian Schaller <christian@fluendo.com>
28916 * Update SPEC file to be usable in conjunction with Fedora Core,
28917 Fedora.us and freshrpms packages
28918 * Fix typo in multifilesrc test Makefile
28920 2004-09-24 Wim Taymans <wim@fluendo.com>
28922 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28923 Only signal the no_more_pads signal when we have
28924 added the stream to our list.
28926 2004-09-24 Wim Taymans <wim@fluendo.com>
28928 * gst/playback/gstplaybasebin.c: (remove_prerolls),
28930 * gst/playback/gstplaybasebin.h:
28931 * gst/playback/gstplaybin.c: (setup_sinks):
28932 Don't try to preroll or decode more than one audio/video
28935 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28937 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28938 Throw error if we failed to find a suitable output. This should
28939 throw an error if we successfully set up a pipeline (e.g. because
28940 we recognized a media file) but found no decodable streams in it
28941 (e.g. because it contains only media stream types for which we
28942 have no decoders, or because it's not a media type).
28944 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28946 * ext/dirac/Makefile.am:
28947 * ext/dirac/gstdirac.cc:
28948 * ext/dirac/gstdiracdec.cc:
28949 * ext/dirac/gstdiracdec.h:
28950 Do something. Don't actually know if this works because I don't
28951 have a demuxer yet.
28952 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
28953 Add channels=1 to caps returned from _getcaps().
28954 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
28955 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
28956 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
28957 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
28958 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
28959 (gst_ogm_parse_change_state):
28960 Separate between audio/video so ogmaudioparse actually uses the
28961 audio pad templates. Both audio and video work now, including
28962 autoplugging. Also use sometimes-srcpad hack.
28963 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28964 Handle events better. Don't hang on infinite loops.
28965 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
28966 (gst_avi_demux_init), (gst_avi_demux_reset),
28967 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
28968 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
28969 (gst_avi_demux_change_state):
28970 * gst/avi/gstavidemux.h:
28971 Improve A/V sync. Still not perfect.
28972 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
28973 (gst_ebml_read_skip):
28974 Handle events better.
28975 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28976 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
28977 (qtdemux_audio_caps):
28978 Add IMA4. Improve event handling. Save offset after a seek when
28979 the headers are at the end of the file so that we don't end up in
28981 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
28982 Add low-priority typefind support for files with no length.
28984 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28986 * testsuite/multifilesink/Makefile.am:
28989 2004-09-22 Julien MOUTTE <julien@moutte.net>
28991 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
28992 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
28993 mistakes from thaytan's patches.
28995 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
28997 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
28998 For completeness, XSync in the destroy function as xvimage does.
29000 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
29002 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
29003 Correct caps negotiation
29004 * gst/volume/gstvolume.c: (volume_chain_float),
29005 (volume_chain_int16):
29006 Modify debug output to be little more informative
29007 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
29008 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29009 (gst_xvimagesink_xvimage_destroy):
29010 Add XSync calls after detaching from the shared memory segment to
29013 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29015 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
29016 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
29017 * ext/vorbis/vorbis.c: (plugin_init):
29018 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
29019 (gst_vorbisenc_chain):
29020 * ext/vorbis/vorbisenc.h:
29021 remove explicit newmedia support from oggmux and vorbisenc
29022 add debug category to vorbisenc
29023 * gst/multifilesink/gstmultifilesink.c:
29024 (gst_multifilesink_class_init), (gst_multifilesink_init),
29025 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
29026 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
29027 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
29029 * gst/multifilesink/gstmultifilesink.h:
29030 add support for streamheader in multifilesink
29032 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29034 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
29035 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
29036 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
29037 Prevent infinite loops. More correct error reporting.
29038 * gst/auparse/gstauparse.c: (gst_auparse_chain):
29039 Error out if negotiation fails.
29040 * gst/playback/gstplaybasebin.c: (setup_source),
29041 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
29042 (gst_play_base_bin_found_tag):
29043 Error/tag forwarding. Pre-roll fixes for source errors on state
29044 changes (e.g. "file does not exist") to prevent hangs.
29046 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29048 * testsuite/multifilesink/Makefile.am:
29049 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
29050 (gst_newmedia_class_init), (gst_newmedia_init),
29051 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
29052 (newfile_signal), (test_signal), (main):
29053 * testsuite/multifilesink/multifilesrc_test.c: (main):
29054 * testsuite/multifilesink/oggtheora_test.c:
29055 (gst_newmedia_base_init), (gst_newmedia_class_init),
29056 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
29057 (test_format), (newfile_signal), (test_signal), (main):
29058 * testsuite/multifilesink/oggvorbis_test.c:
29059 (gst_newmedia_base_init), (gst_newmedia_class_init),
29060 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
29061 (test_format), (newfile_signal), (test_signal), (main):
29062 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
29063 (gst_newmedia_class_init), (gst_newmedia_init),
29064 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
29065 (newfile_signal), (test_signal), (main):
29068 2004-09-20 Christian Schaller <christian@fluendo.com>
29070 * Fix mikmod license to LGPL as they have relicensed
29071 * Move Dirac and Effectv into LGPL section of README_license
29073 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29075 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
29076 (gst_mad_change_state):
29077 Allow for mp3 rate/channels changes. However, only very
29078 conservatively. Reason that we *have* to enable this is smiply
29079 because the mad find_sync() function is not good enough, it will
29080 regularly sync on random data as valid frames and therefore make
29081 us provide random caps as *final* caps of the stream. The best fix
29082 I could think of is to simply require several of the same stream
29083 changes in a row before we change caps.
29084 The actual testcase that works now is #
29085 * ext/ogg/Makefile.am:
29086 * ext/ogg/gstogg.c: (plugin_init):
29087 * ext/ogg/gstogmparse.c:
29088 OGM support (video only for now; I need an audio sample file).
29089 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29090 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
29091 (gst_asf_demux_add_video_stream):
29093 * gst/playback/gstplaybasebin.c: (unknown_type):
29094 Don't error out on single unknown-types after all. It's wrong.
29095 If we found type of video and audio but not of a subtitle stream,
29096 it will still error out (which is unwanted). Will find a better fix
29098 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
29099 (ogmaudio_type_find), (plugin_init):
29102 2004-09-20 Johan Dahlin <johan@gnome.org>
29104 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
29105 after setting caps.
29107 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29109 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
29110 * gst/wavenc/gstwavenc.h:
29111 Added newmedia support to wavenc
29113 2004-09-17 Wim Taymans <wim@fluendo.com>
29115 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
29116 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
29117 (gst_fdset_fd_can_write), (gst_fdset_wait):
29118 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
29119 (gst_multifdsink_init), (gst_multifdsink_add),
29120 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
29121 (gst_multifdsink_remove_client_link),
29122 (gst_multifdsink_client_queue_buffer),
29123 (gst_multifdsink_handle_client_write),
29124 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
29125 (gst_multifdsink_close), (gst_multifdsink_change_state):
29126 * gst/tcp/gstmultifdsink.h:
29127 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29128 (gst_tcpserversink_removed):
29129 Small cleanups in fdset.c
29130 Use a hastable to map fd to the client structure for faster
29131 lookup in _remove and get_stats.
29132 Added virtual function to close the fds.
29133 Handle clients even when the select/poll call was unblocked because
29135 Implement syncing to keyframe in the recovery procedure.
29137 2004-09-16 Iain <iaingnome@gmail.com>
29139 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
29142 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29144 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
29145 Caps are only set if the type of the stream is unknown, but this
29146 is initialized in ->init_stream(), so set to UNKNOWN after calling
29147 ->init_stream() so that capsnego starts.
29149 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29151 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29152 (gst_avi_demux_stream_data):
29153 Just hardcode for raw audio then. AVI audio sucks.
29155 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
29157 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
29158 * gst/matroska/matroska-mux.c: (audiosink_templ),
29159 (gst_matroska_mux_audio_pad_link):
29160 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
29161 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
29163 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29165 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29166 (gst_avi_demux_stream_data):
29167 Try to fix a/v sync issues.
29169 2004-09-15 David Schleef <ds@schleef.org>
29171 * configure.ac: remove NASM check, since we don't use it. Update
29173 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
29174 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29175 Initialized variables.
29176 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29177 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
29178 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
29181 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29183 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29184 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
29185 * gst/avi/gstavidemux.h:
29186 Fix for compressed audio (mp3) timestamp generation. How did this
29189 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29191 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
29192 Volume is a double not a float.
29194 2004-09-15 Wim Taymans <wim@fluendo.com>
29196 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
29197 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29198 Don't close the fd in multifdsink as we didn't open it in the
29199 first place. Some cleanups.
29201 2004-09-15 Wim Taymans <wim@fluendo.com>
29203 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29204 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29205 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29206 Fix the case where the muxer would mark pages as delta
29207 frames when they are not (vorbis only ogg).
29209 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29211 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
29212 (gst_play_base_bin_change_state):
29213 Handle the case where we failed to setup a clear pipeline. This
29214 will throw an error (or EOS, another nice case) and if you don't
29215 catch that, the app will wait for the signal forever (and thus
29218 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29220 * ext/gnomevfs/gstgnomevfssink.c:
29221 (gst_gnomevfssink_uri_get_protocols):
29222 * ext/gnomevfs/gstgnomevfssrc.c:
29223 (gst_gnomevfssrc_uri_get_protocols):
29224 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
29225 * ext/gnomevfs/gstgnomevfsuri.h:
29226 Use _uri_new() instead of _open(), so it doesn't take as long and
29227 Christophe's computer won't hang.
29228 * gst/playback/gstplaybasebin.c: (unknown_type):
29229 Throw error on unknown media type, so apps actually display it.
29231 2004-09-14 Brian Cameron <brian.cameron@sun.com
29233 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
29234 this script to work on Solaris since bash shell handles echo
29235 differenly than bash.
29237 2004-09-17 Wim Taymans <wim@fluendo.com>
29239 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
29240 (setup_source), (gst_play_base_bin_set_property),
29241 (gst_play_base_bin_add_element):
29242 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
29243 Some more work on making sure seeking pauses the pipeline and
29244 that changing the uri actually does something.
29246 2004-09-17 Wim Taymans <wim@fluendo.com>
29248 * gst/tcp/gstfdset.c: (gst_fdset_wait):
29249 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
29250 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
29251 (gst_tcpserversink_close):
29252 Be a bit more paranoid when freeing memory.
29254 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29256 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
29257 (qtdemux_parse_trak):
29258 Don't crash by dividing by zero (see sample movie in #126922).
29260 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29262 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29263 Don't touch non-existing data (fixes crash on file in #140147).
29265 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29267 * gst/playback/gstplaybasebin.c:
29268 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
29269 Handle double disposals, and proper change of URIs.
29271 2004-09-13 Martin Eikermann <meiker@upb.de>
29273 * gst/mpegstream/gstmpegparse.c:
29274 fix synchronistation for streams recorded from digital PCR
29277 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29279 * ext/gnomevfs/Makefile.am:
29280 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29281 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
29282 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
29283 (gst_gnomevfssink_uri_get_type),
29284 (gst_gnomevfssink_uri_get_protocols),
29285 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
29286 (gst_gnomevfssink_uri_handler_init),
29287 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
29288 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
29289 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
29290 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
29291 (gst_gnomevfssrc_uri_get_type),
29292 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
29293 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
29294 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
29295 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
29296 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
29297 * ext/gnomevfs/gstgnomevfsuri.h:
29298 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
29299 of fake URIs to see which this version of Gnome-VFS likes, and
29300 uses that for the Gst-URI interface. Makes playbin support http://
29301 streams. Also fix up some stupid behaviour in gnomevfssrc.
29303 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29305 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
29306 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
29307 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
29308 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
29309 Update mixer (to sync with other sessions) if we try to obtain
29310 a new value. This makes alsamixer work accross applications.
29311 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29312 Only call sync functions if we're running, else alsalib asserts.
29313 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29314 Sometimes fails to compile. Possibly a gcc bug.
29315 * gst/playback/gstplaybin.c: (gen_video_element),
29316 (gen_audio_element):
29317 Add a reference to an application-provided object, because we lose
29318 this same reference if we add it to the bin. If we don't do this,
29319 we can only use this object once and thus crash if we go from
29320 ready to playing, back to ready and back to playing again.
29321 Also add an audioscale element because several cheap soundcards -
29322 like mine - don't support all samplerates.
29323 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29324 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
29325 Fix wrong order or PAR calls. Makes automatically obtained PAR
29326 from the X server atually being used.
29328 2004-09-12 David Schleef <ds@schleef.org>
29330 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
29331 #151887, #152102, #152247.
29332 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
29333 * examples/seeking/cdparanoia.c: same
29334 * examples/seeking/cdplayer.c: same
29335 * examples/seeking/seek.c: same
29336 * examples/seeking/spider_seek.c: same
29337 * examples/seeking/vorbisfile.c: same
29338 * examples/stats/mp2ogg.c: same
29339 * ext/esd/esdsink.c: (gst_esdsink_class_init),
29340 (gst_esdsink_dispose): Dispose of element properly.
29341 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
29343 * ext/nas/nassink.c: (gst_nassink_class_init),
29344 (gst_nassink_dispose): Dispose of element correctly.
29345 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
29346 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29347 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
29348 Fix 64-bit warning.
29349 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29350 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
29351 Fix 64-bit warning.
29353 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29355 * configure.ac : change speex detection as 1.1.6 now uses
29356 .pc/pkg-config and they changed their headers location.
29358 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
29360 * gst/matroska/matroska-mux.h:
29361 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
29362 (gst_matroska_mux_start), (gst_matroska_mux_finish),
29363 (gst_matroska_mux_write_data):
29364 Write multiple blocks/frames per cluster.
29365 Write meta-seek information (seek heads).
29367 2004-09-09 Scott Wheeler <wheeler@kde.org>
29369 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
29370 (gst_play_bin_set_property), (gst_play_bin_get_property),
29371 (gen_audio_element), (gen_audio_element):
29372 Add a volume element / property to the pipeline.
29374 2004-09-07 Wim Taymans <wim@fluendo.com>
29376 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
29377 Copy timestamps from the master pad to the output buffers.
29379 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
29381 * ext/raw1394/gstdv1394src.c:
29382 throw errors when applicable
29384 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
29386 * gst/matroska/ebml-ids.h:
29387 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
29388 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
29389 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
29390 automatically convert unix time <-> ebml time when reading/writing
29391 a date, use gst_ebml_write_uint to write CUETIME,
29392 not gst_ebml_write_date.
29393 * gst/matroska/matroska-ids.h:
29394 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
29395 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
29396 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
29397 (gst_matroska_mux_write_data):
29398 Write track and segment UIDs, write muxing date, write
29399 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
29400 Create cues for audio only files.
29402 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29404 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29405 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29406 Re-commit ALSA switches.
29407 * gst/adder/gstadder.c: (gst_adder_loop):
29408 64-bit fix (#151416).
29409 * gst/debug/progressreport.c: (gst_progressreport_report):
29410 64-bit fix (#151419).
29411 * gst/matroska/matroska-demux.c:
29412 (gst_matroska_demux_parse_contents):
29413 64-bit fix (#151420).
29414 * gst/playback/test3.c: (update_scale):
29415 64-bit fix (#151421).
29417 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
29422 === release 0.8.4 ===
29424 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
29426 * configure.ac: releasing 0.8.4, "Alias"
29428 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
29430 * ext/theora/Makefile.am:
29431 fix makefile. Fixes #151462.
29433 2004-08-30 Wim Taymans <wim@fluendo.com>
29435 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
29436 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29437 (gst_multifdsink_remove_client_link),
29438 (gst_multifdsink_client_queue_buffer),
29439 (gst_multifdsink_handle_client_write):
29440 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
29441 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
29442 Fix some memory leaks.
29444 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
29446 Patch by: David Schleef
29450 rename our detection macro for V4L2. Fixes #151236.
29452 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
29454 Patch by: David Schleef
29457 check to define LAMEPRESET. Fixes #151232.
29459 2004-08-27 David Schleef <ds@schleef.org>
29461 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
29462 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
29463 (gst_glimagesink_fixate): Move local variable declarations to
29464 make gcc-2.95 happy.
29466 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
29469 bump nano for prerelease
29471 2004-08-27 David Schleef <ds@schleef.org>
29473 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
29474 * sys/sunaudio/gstsunaudiosrc.c:
29475 * sys/sunaudio/gstsunaudiosrc.h:
29477 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
29479 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
29480 handle EOS correctly
29481 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
29482 * gst/matroska/matroska-mux.h:
29483 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
29484 VFW compatibility mode
29486 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
29488 patch by: Zaheer Abbas Merali
29490 * ext/ogg/gstoggmux.c:
29491 * ext/vorbis/vorbisenc.c:
29492 * ext/vorbis/vorbisenc.h:
29495 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
29497 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
29498 fix byte order reversion on little endian machines.
29499 * gst/matroska/matroska-mux.c: (audiosink_templ),
29500 (gst_matroska_mux_audio_pad_link):
29501 add TTA codec to the list of supported codecs.
29502 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
29503 (gst_matroska_mux_start), (gst_matroska_mux_finish),
29504 (gst_matroska_mux_write_data):
29505 * gst/matroska/matroska-mux.h:
29506 write segment duration correctly, write muxing app string, fixes bugs
29507 #140897 and #140898.
29508 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
29509 wait for all pads to be negotiated before starting to mux.
29511 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29513 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
29514 * ext/lame/gstlame.h:
29515 Added new media support to lame
29517 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
29519 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
29520 send vorbis headers at the beginning of a stream, fixes bug #141554.
29521 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
29523 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
29524 (gst_matroska_demux_plugin_init):
29525 * gst/matroska/matroska-ids.h:
29526 enable demuxing of TTA audio streams, fixes bug #148951.
29527 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
29528 enable typefinding for TTA audio files, fixes bug #148711.
29529 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
29530 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
29531 fixes playback of packed bitstream and xvid with bframes, bug #135407.
29533 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
29535 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29536 (gst_riff_read_element_data), (gst_riff_read_seek),
29537 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
29538 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
29541 2004-08-23 Iain <iaingnome@gmail.com>
29543 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
29544 tags. They appear to be handled differently to normal.
29545 (tag_list_to_id3_tag_foreach): Ditto.
29547 2004-08-22 Wim Taymans <wim@fluendo.com>
29549 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29550 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29551 Make sure we never send -1 granulepos.
29553 2004-08-20 Wim Taymans <wim@fluendo.com>
29555 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29556 (gst_ogg_mux_loop):
29557 I will accept bitchslappings with non sharp objects.
29559 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29562 Clean up the test for lame presets
29564 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29567 * ext/lame/Makefile.am:
29568 * ext/lame/gstlame.c: (gst_lame_class_init),
29569 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
29570 Only enable lame presets if version of lame has presets in API
29572 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
29573 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
29574 * gst/udp/gstudpsrc.h:
29575 Don't call gst_pad_push in a get function. Fixes #150449
29577 2004-08-18 Wim Taymans <wim@fluendo.com>
29579 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
29580 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
29581 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29582 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29583 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29585 * gst/tcp/gstfdset.h:
29586 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29587 (gst_multifdsink_client_queue_buffer),
29588 (gst_multifdsink_handle_client_write):
29589 * gst/tcp/gstmultifdsink.h:
29590 Some extra checks in gstfdset.
29591 Only use send() when the fd is a socket. Don't try to
29592 read from write only fds.
29594 2004-08-18 Wim Taymans <wim@fluendo.com>
29596 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
29597 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29598 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29599 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29601 Add more locking and bounds checking.
29603 2004-08-18 Wim Taymans <wim@fluendo.com>
29605 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
29606 Realloc test fdset in the lock and right before starting
29607 the poll call. Bump the limit to 4096.
29609 2004-08-17 David Schleef <ds@schleef.org>
29611 * sys/sunaudio/Makefile.am:
29612 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
29613 of rates and channels. Make debugging less obnoxious.
29615 Patch from Balamurali Viswanathan implementing a mixer for
29616 Sun audio. (bug #144091):
29617 * sys/sunaudio/gstsunelement.c:
29618 * sys/sunaudio/gstsunelement.h:
29619 * sys/sunaudio/gstsunmixer.c:
29620 * sys/sunaudio/gstsunmixer.h:
29622 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29624 * gst/audioscale/gstaudioscale.c:
29625 * gst/audioscale/gstaudioscale.h:
29626 made audioscale resample from any sample rate to any sample rate
29628 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
29630 * ext/libpng/gstpngdec.c:
29631 error out on unsupported types
29633 2004-08-17 Iain <iaingnome@gmail.com>
29635 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
29636 mid_side and loose_mid_side properties if its a stereo stream.
29638 2004-08-17 Wim Taymans <wim@fluendo.com>
29640 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
29641 (theora_get_formats), (theora_dec_src_convert),
29642 (theora_dec_sink_convert), (theora_dec_src_query),
29643 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
29646 2004-08-17 Wim Taymans <wim@fluendo.com>
29648 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
29649 (gst_ogg_pad_push):
29650 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
29651 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
29652 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
29653 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29654 Mark delta units in the muxer.
29655 Try to decode the packet after an out-of-sync error from
29658 2004-08-17 Wim Taymans <wim@fluendo.com>
29660 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
29661 (gst_multifdsink_init), (gst_multifdsink_add),
29662 (gst_multifdsink_client_queue_buffer),
29663 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
29664 * gst/tcp/gstmultifdsink.h:
29665 Added option to send a keyframe to clients as the first buffer.
29666 Make timeout property writable.
29668 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
29670 patch by: Wim Taymans
29672 * gst/tcp/gstfdset.c:
29673 * gst/tcp/gstmultifdsink.c:
29674 fix index comparison, should include 0
29676 2004-08-16 Wim Taymans <wim@fluendo.com>
29678 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
29679 (gst_fdset_add_fd), (gst_fdset_remove_fd),
29680 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29681 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29683 copy when reallocing for poll so the select arguments don't get
29684 changed during the call
29686 2004-08-16 Wim Taymans <wim@fluendo.com>
29688 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
29689 (gst_theora_enc_class_init), (theora_enc_sink_link),
29690 (theora_buffer_from_packet), (theora_enc_chain):
29691 Fix bug where buffers were not marked as keyframes
29694 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29696 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
29697 (gst_lame_preset_get_type), (gst_lame_class_init):
29698 describe the enum values for vbr mode and presets more verbosely
29700 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29702 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
29703 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
29704 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
29705 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
29706 * ext/lame/gstlame.h:
29707 add preset property to lame so it can use lame presets
29709 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29711 * ext/lame/gstlame.c: (gst_lame_get_property):
29712 whoops forgot break, thanks teuf
29714 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29716 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
29717 (gst_lame_class_init), (gst_lame_src_getcaps),
29718 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
29719 (gst_lame_get_property), (gst_lame_setup):
29720 * ext/lame/gstlame.h:
29721 fix lame's broken vbr stuff, allow it to resample if need be, and also
29722 make xing header optional
29724 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29726 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
29727 added getcaps function so samplerate doesnt get fixated to silly values
29729 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29731 * ext/lame/gstlame.c: (gst_lame_src_link):
29732 revert previous fix
29734 2004-08-12 Johan Dahlin <johan@gnome.org>
29736 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
29737 checks. Doesn't matter what state we are in. Interfaces are a
29738 compile time thing, not runtime. It also broke the python bindings.
29740 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29742 * ext/lame/gstlame.c: (gst_lame_src_link):
29743 made source pad link function check if sinkpad is ok..fixes the problem
29744 where core fixates the output rate of lame stupidly
29746 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29748 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
29749 * sys/v4l/v4l_calls.c:
29750 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
29751 fix fixate function to handle nonsimple caps.
29752 remove bogus check in _link
29755 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29757 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
29758 set default compression ratio parameter to 0.0 so bitrate parameter
29761 2004-08-11 David Schleef <ds@schleef.org>
29763 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
29765 2004-08-11 David Schleef <ds@schleef.org>
29767 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
29770 2004-08-11 David Schleef <ds@schleef.org>
29772 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
29774 2004-08-11 David Schleef <ds@schleef.org>
29776 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
29778 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
29779 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
29781 * gst/auparse/gstauparse.c: Fix plugin license field.
29782 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
29783 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
29784 * gst/rtp/gstrtp.c: Fix plugin license field.
29786 2004-08-11 Wim Taymans <wim@fluendo.com>
29788 * gst/tcp/Makefile.am:
29789 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
29790 (ensure_size), (gst_fdset_new), (gst_fdset_free),
29791 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
29792 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
29793 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
29794 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
29795 (gst_fdset_fd_can_write), (gst_fdset_wait):
29796 * gst/tcp/gstfdset.h:
29797 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
29798 (gst_multifdsink_class_init), (gst_multifdsink_init),
29799 (gst_multifdsink_add), (gst_multifdsink_remove),
29800 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
29801 (gst_multifdsink_remove_client_link),
29802 (gst_multifdsink_handle_client_read),
29803 (gst_multifdsink_client_queue_data),
29804 (gst_multifdsink_client_queue_caps),
29805 (gst_multifdsink_client_queue_buffer),
29806 (gst_multifdsink_handle_client_write),
29807 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29808 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29809 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
29810 (gst_multifdsink_close):
29811 * gst/tcp/gstmultifdsink.h:
29812 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29813 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
29814 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
29815 (gst_tcpserversink_close):
29816 * gst/tcp/gsttcpserversink.h:
29817 Abstracted away the select call, implemented poll (yes we ran into
29818 the 1024 limit in production).
29820 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
29822 * gst/tcp/gsttcp.c:
29823 * gst/tcp/gsttcpplugin.c:
29824 improve debuggging, remove assert
29826 2004-08-10 Wim Taymans <wim@fluendo.com>
29828 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
29829 (gst_client_status_get_type), (gst_multifdsink_class_init),
29830 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
29831 (gst_multifdsink_handle_client_read),
29832 (gst_multifdsink_handle_client_write),
29833 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29834 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29835 (gst_multifdsink_get_property):
29836 * gst/tcp/gstmultifdsink.h:
29837 * gst/tcp/gsttcp-marshal.list:
29838 Starting to prepare for specifying buffer time in other units
29839 than buffers. Expose remove reason in signal.
29841 2004-08-10 Wim Taymans <wim@fluendo.com>
29843 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29844 (gst_multifdsink_remove), (gst_multifdsink_clear),
29845 (gst_multifdsink_remove_client_link),
29846 (gst_multifdsink_handle_client_read),
29847 (gst_multifdsink_client_queue_data),
29848 (gst_multifdsink_client_queue_buffer),
29849 (gst_multifdsink_handle_client_write),
29850 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
29851 (gst_multifdsink_chain), (gst_multifdsink_close):
29852 * gst/tcp/gstmultifdsink.h:
29853 Added more debugging info. Changed the way clients are
29854 removed from the lists. Fixed a bug where a bad file descriptor
29855 could cause many clients to be removed.
29857 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
29859 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
29860 allow all pixel-aspect-ratios, not just 1:1
29862 2004-08-09 David Schleef <ds@schleef.org>
29864 * sys/glsink/ARB_multitexture.h: Remove old files.
29865 * sys/glsink/EXT_paletted_texture.h:
29866 * sys/glsink/NV_register_combiners.h:
29867 * sys/glsink/gstgl_nvimage.c:
29868 * sys/glsink/gstgl_pdrimage.c:
29869 * sys/glsink/gstgl_rgbimage.c:
29870 * sys/glsink/gstglsink.c:
29871 * sys/glsink/gstglsink.h:
29872 * sys/glsink/gstglxwindow.c:
29873 * sys/glsink/regcomb_yuvrgb.c:
29875 2004-08-09 David Schleef <ds@schleef.org>
29877 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
29878 GL sink plugin. (Bug #147302)
29880 * configure.ac: Test for OpenGL
29881 * sys/Makefile.am: Use test for OpenGL
29882 * sys/glsink/Makefile.am:
29883 * sys/glsink/glimagesink.c: rewrite
29884 * sys/glsink/glimagesink.h: rewrite
29886 2004-08-09 David Schleef <ds@schleef.org>
29888 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
29890 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
29891 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
29892 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
29894 2004-08-09 Wim Taymans <wim@fluendo.com>
29896 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
29897 (gst_multifdsink_add), (gst_multifdsink_get_stats),
29898 (gst_multifdsink_client_remove),
29899 (gst_multifdsink_handle_client_read),
29900 (gst_multifdsink_handle_client_write),
29901 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
29902 Do a bit more logging, make the client_read code more robust.
29904 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
29906 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
29907 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
29908 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
29909 (gst_jpegdec_init), (gst_jpegdec_chain):
29910 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
29911 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
29912 cleanups, debugging fixes and memleak plugging
29914 2004-08-09 Wim Taymans <wim@fluendo.com>
29916 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
29917 (theora_get_formats), (theora_dec_src_convert),
29918 (theora_dec_sink_convert), (theora_dec_src_query),
29919 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
29920 (theora_dec_change_state):
29921 Don't crash on missing header packets.
29923 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
29927 Added Albanian translation (Laurent Dhima)
29931 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
29933 * ext/lame/gstlame.c:
29936 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
29938 * sys/ximage/ximagesink.c:
29939 * sys/xvimage/xvimagesink.c:
29940 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
29942 2004-08-06 Wim Taymans <wim@fluendo.com>
29944 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
29945 (gst_multifdsink_add), (gst_multifdsink_get_stats),
29946 (gst_multifdsink_client_remove),
29947 (gst_multifdsink_handle_client_read),
29948 (gst_multifdsink_handle_client_write),
29949 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
29950 Make sure we don't try to read more from a client that what
29951 ioctl says us or we deadlock.
29953 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
29955 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
29956 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
29957 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
29958 decouple running_time and n_frames so it can handle changing
29959 framerate while running
29961 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
29965 updated translations
29967 2004-08-04 Benjamin Otte <otte@gnome.org>
29969 * gst/videotestsrc/gstvideotestsrc.c:
29970 (gst_videotestsrc_get_capslist), (generate_capslist),
29972 generate the list of supported caps at startup and reuse it instead
29973 of always generating it
29975 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29977 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
29978 whoops, last checkin broke normal build
29980 2004-08-03 Benjamin Otte <otte@gnome.org>
29982 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
29983 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29984 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29985 (gst_alsa_mixer_get_option):
29986 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
29987 (dvdnavsrc_print_event):
29988 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
29989 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
29990 (gst_ogg_mux_pad_unlink):
29991 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
29992 (gst_multipart_mux_pad_unlink):
29993 * gst/videofilter/gstvideobalance.c:
29994 (gst_videobalance_colorbalance_set_value):
29995 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
29996 (gst_videomixer_pad_unlink):
29998 * sys/oss/gstossmixer.c:
29999 * sys/v4l/gstv4lcolorbalance.c:
30000 * sys/v4l/gstv4ltuner.c:
30001 * sys/v4l/v4lsrc_calls.c:
30002 * sys/v4l2/gstv4l2colorbalance.c:
30003 * sys/v4l2/gstv4l2tuner.c:
30004 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
30006 2004-08-03 Benjamin Otte <otte@gnome.org>
30008 * examples/dynparams/filter.c: (ui_control_create):
30009 * examples/gstplay/player.c: (print_tag):
30010 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
30011 * ext/gdk_pixbuf/gstgdkanimation.c:
30012 (gst_gdk_animation_iter_may_advance):
30013 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
30014 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
30015 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
30016 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
30017 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
30018 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30019 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
30020 * gst/sine/demo-dparams.c: (main):
30021 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
30022 * testsuite/alsa/formats.c: (create_pipeline):
30023 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
30024 fixes for G_DISABLE_ASSERT and friends
30025 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
30026 (mp3_type_frame_length_from_header), (mp3_type_find),
30028 require mp3 typefinding to have at least MIN_HEADERS valid headers
30029 add typefinding for AAC adts files
30031 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
30033 * sys/ximage/ximagesink.c:
30034 (gst_ximagesink_calculate_pixel_aspect_ratio):
30035 * sys/xvimage/xvimagesink.c:
30036 (gst_xvimagesink_calculate_pixel_aspect_ratio):
30037 Make sure we calculate pixel-aspect-ratio using floating point maths
30039 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
30042 updated translation
30044 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
30046 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30047 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
30048 add debugging for display PAR calculation
30050 2004-08-02 David Schleef <ds@schleef.org>
30052 * configure.ac: Fix mikmod CFLAGS.
30054 2004-07-27 Benjamin Otte <otte@gnome.org>
30056 * gst/audioscale/gstaudioscale.c:
30057 - fix templates to only support S16, it's the only format that works
30058 - make caps nego code use try_set_caps_nonfixed and fixation instead
30059 of try_set_caps twice, which is not nice for autopluggers
30060 - change rank to secondary, so autopluggers can pick it up after
30063 2004-08-02 Iain <iain@prettypeople.org>
30065 * gst/interleave/interleave.c (interleave_init),
30066 (interleave_request_new_pad),
30067 (interleave_pad_removed),
30068 (interleave_buffered_loop): Use the real pad count, not the artificial
30071 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
30073 * configure.ac: bump nano back to development
30075 === release 0.8.3 ===
30077 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
30079 * configure.ac: releasing 0.8.3, "Water"
30081 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
30083 * sys/xvimage/xvimagesink.c:
30084 (gst_xvimagesink_calculate_pixel_aspect_ratio),
30085 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
30086 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
30087 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30088 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
30089 * sys/xvimage/xvimagesink.h:
30090 apply similar PAR fixes as to ximagesink
30092 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
30094 patch from: Benjamin Otte
30096 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
30097 add link function to lame. Fixes #148986.
30099 2004-08-02 Johan Dahlin <johan@gnome.org>
30101 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
30104 2004-07-30 David Schleef <ds@schleef.org>
30106 * gst/videomixer/Makefile.am: Fix things that should have been
30107 fixed in the last checkin.
30109 2004-07-30 David Schleef <ds@schleef.org>
30111 * gst/multipart/Makefile.am: Fix things that should have been
30112 fixed in the last checkin.
30114 2004-07-30 David Schleef <ds@schleef.org>
30116 * testsuite/multifilesink/Makefile.am: Fix unused variable.
30118 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
30121 bump nano for prerelease
30133 2004-07-30 Wim Taymans <wim@fluendo.com>
30135 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30136 (gst_multifdsink_add), (gst_multifdsink_remove),
30137 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
30138 (gst_multifdsink_client_remove),
30139 (gst_multifdsink_handle_client_write),
30140 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30141 * gst/tcp/gstmultifdsink.h:
30142 Recover from a select with a bad file descriptor by removing
30145 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
30148 fix requirement of core
30149 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
30150 (gst_play_pipeline_setup):
30151 don't use colorspace element. do use hermescolorspace element.
30152 make macro to get a colorspace element.
30153 mark strings for translation.
30165 update translations
30167 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30169 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
30170 fix default for newmedia flag
30172 2004-07-30 Wim Taymans <wim@fluendo.com>
30174 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30175 (gst_theora_dec_init), (theora_get_formats),
30176 (theora_dec_src_convert), (theora_dec_sink_convert),
30177 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30178 (theora_dec_chain), (theora_dec_set_property),
30179 (theora_dec_get_property):
30180 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30181 (gst_theora_enc_class_init), (gst_theora_enc_init),
30182 (theora_enc_sink_link), (theora_enc_chain),
30183 (theora_enc_set_property), (theora_enc_get_property):
30184 Added cropping option to theora decoder.
30185 Added border option to theora encoder.
30187 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30189 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
30190 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
30191 (gst_pngenc_set_property):
30192 * ext/libpng/gstpngenc.h:
30193 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
30195 2004-07-30 Wim Taymans <wim@fluendo.com>
30197 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30198 (theora_enc_sink_link), (theora_enc_chain),
30199 (theora_enc_set_property), (theora_enc_get_property):
30200 Fix encoding of non-multiple-of-16 video.
30202 2004-07-29 David Schleef <ds@schleef.org>
30204 * configure.ac: make test for audiofile more strict
30206 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
30208 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30209 give different names to typefind functions
30211 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
30213 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30214 (gst_ximagesink_calculate_pixel_aspect_ratio),
30215 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30216 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
30217 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
30218 (gst_ximagesink_get_property), (gst_ximagesink_init):
30219 * sys/ximage/ximagesink.h:
30220 allocate PAR's dynamically.
30221 use autodetected PAR if no object-set PAR is given.
30222 add workaround for directfb's X not setting physical size.
30223 fix to xvimagesink will follow tomorrow.
30225 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30227 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
30228 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
30229 (gst_shout2send_get_type), (gst_shout2send_set_clock),
30230 (gst_shout2send_class_init), (gst_shout2send_init),
30231 (set_shout_metadata), (gst_shout2send_set_metadata),
30232 (gst_shout2send_chain), (gst_shout2send_set_property),
30233 (gst_shout2send_get_property), (gst_shout2send_connect),
30234 (gst_shout2send_change_state):
30235 * ext/shout2/gstshout2.h:
30236 - fix for sending mp3 audio to icecast2 server, if pad link function not
30237 called before PAUSED state
30238 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
30239 - added tagging support for mp3 audio broadcasted
30240 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
30243 2004-07-28 Wim Taymans <wim@fluendo.com>
30245 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30246 (gst_ogg_demux_push):
30247 Return query failure when we don't know the length of
30248 an ogg stream insteda of returning TRUE with a bogus value.
30250 2004-07-28 Wim Taymans <wim@fluendo.com>
30252 * ext/theora/theoradec.c: (theora_get_formats),
30253 (theora_dec_src_convert), (theora_dec_sink_convert),
30254 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30255 (theora_dec_chain):
30256 Don't screw up the 1 Chroma for 1 luma sample situation when we
30257 have an odd offset/width by adding a black border in those cases.
30259 2004-07-28 Wim Taymans <wim@fluendo.com>
30261 * ext/theora/theoradec.c: (theora_get_formats),
30262 (theora_dec_src_convert), (theora_dec_sink_convert),
30263 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30264 (theora_dec_chain):
30265 * ext/theora/theoraenc.c: (theora_enc_sink_link):
30266 Added first attempt at cropping of the image as required by the
30267 theora spec. We need more properties in the caps (offset_x,
30268 offset_y,stride) to implement this correctly.
30270 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
30272 * ext/dvdnav/README:
30273 Update the README to use dvddemux
30274 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30275 Ensure getcaps returns a subset of the template caps
30276 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
30277 (gst_mpeg2subt_init):
30278 Ensure getcaps returns a subset of the template caps
30279 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
30280 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
30281 (gst_dvd_demux_get_subpicture_stream),
30282 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
30283 * gst/mpegstream/gstdvddemux.h:
30284 Set the explicit caps on the current_video pad before pushing
30286 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
30287 (gst_mpeg_demux_get_audio_stream):
30288 Free caps used to gst_pad_set_explicit_caps, which takes a const
30291 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
30293 * configure.ac: update GStreamer requirement to 0.8.4 because of
30296 2004-07-28 Wim Taymans <wim@fluendo.com>
30298 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
30299 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
30300 Add the pad to the element after setting up the caps. This
30301 makes it a lot easier to autoplug.
30303 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
30305 * gst/median/gstmedian.c:
30306 * gst/mpeg2subt/gstmpeg2subt.c:
30307 * gst/mpegaudioparse/gstmpegaudioparse.c:
30308 * gst/mpegstream/gstdvddemux.c:
30309 * gst/mpegstream/gstmpegdemux.c:
30310 * gst/mpegstream/gstmpegpacketize.c:
30311 * gst/rtjpeg/gstrtjpeg.c:
30312 * gst/rtjpeg/gstrtjpegdec.c:
30313 * gst/rtjpeg/gstrtjpegenc.c:
30314 * gst/sine/gstsinesrc.c:
30315 * gst/smooth/gstsmooth.c:
30316 * gst/smpte/gstsmpte.c:
30317 * gst/smpte/gstsmpte.h:
30318 * gst/stereo/gststereo.c:
30319 * gst/videofilter/gstgamma.c:
30320 * gst/videofilter/gstvideobalance.c:
30321 * gst/videofilter/gstvideofilter.c:
30322 * gst/videofilter/gstvideoflip.c:
30323 * gst/videoscale/gstvideoscale.c:
30324 * gst/videoscale/videoscale.c:
30325 * gst/videotestsrc/gstvideotestsrc.c:
30326 * gst/videotestsrc/videotestsrc.c:
30327 * gst/wavenc/gstwavenc.c:
30328 * gst/wavparse/gstwavparse.c:
30329 fix local includes and 64 bits constants
30331 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
30334 * gst-libs/gst/*/*.vcproj:
30336 more working plugins
30338 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30340 * testsuite/alsa/Makefile.am:
30341 * testsuite/alsa/srcstate.c:
30342 add test for alsasrc changing state
30344 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30346 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
30348 * gst/silence/gstsilence.h:
30349 fix silence generation for 16bit raw audio
30351 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
30353 * gst/matroska/matroska-demux.c:
30354 (gst_matroska_demux_parse_metadata),
30355 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
30356 * gst/mpegaudio/common.c:
30357 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
30358 (gst_videoscale_getcaps), (gst_videoscale_link),
30359 (gst_videoscale_src_fixate), (gst_videoscale_init),
30360 (gst_videoscale_finalize):
30361 * gst/videoscale/gstvideoscale.h:
30362 * gst/videotestsrc/gstvideotestsrc.c:
30363 (gst_videotestsrc_get_capslist):
30364 * gst/wavenc/gstwavenc.c:
30365 * sys/oss/gstossmixer.c: (fill_labels):
30366 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30367 (gst_ximagesink_handle_xevents),
30368 (gst_ximagesink_calculate_pixel_aspect_ratio),
30369 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
30370 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
30371 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
30372 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30373 (gst_ximagesink_init), (gst_ximagesink_class_init):
30374 * sys/ximage/ximagesink.h:
30375 * sys/xvimage/xvimagesink.c:
30376 (gst_xvimagesink_calculate_pixel_aspect_ratio),
30377 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
30378 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
30379 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30380 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
30381 * sys/xvimage/xvimagesink.h:
30382 first batch of pixel aspect ratio commits.
30384 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
30386 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30387 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
30388 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
30389 handle stride, needs work if we want to move stride handling
30390 upstream, but works correctly for our purposes.
30392 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
30394 * gst/videoscale/README:
30395 add testing examples
30396 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
30397 (gst_videoscale_chain):
30398 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30399 (gst_videoscale_get_size):
30400 add get_size function that handles stride like videotestsrc.
30401 fixes conversion for YUV formats for as much as I can test them.
30403 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
30405 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30406 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30407 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30408 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
30409 (gst_xvimagesink_xvimage_put):
30410 further cleanups, logging, error handling and synchronizing
30412 2004-07-27 Wim Taymans <wim@fluendo.com>
30414 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
30415 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
30416 (gst_videomixer_pad_set_property),
30417 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
30418 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
30419 (gst_videomixer_class_init), (gst_videomixer_init),
30420 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
30421 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
30422 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
30423 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
30424 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
30425 (gst_videomixer_loop), (plugin_init):
30426 Be a nicer negotiation citizen and provide a getcaps function on
30427 the srcpad. This also fixes a crash when resizing.
30429 2004-07-27 Julien MOUTTE <julien@moutte.net>
30431 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30432 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
30434 2004-07-27 Wim Taymans <wim@fluendo.com>
30436 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
30437 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
30438 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
30439 (gst_pngenc_set_property):
30440 * ext/libpng/gstpngenc.h:
30441 Added snapshot property to pngenc.
30442 removed g_print from pngdec
30444 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
30446 * gst/ac3parse/ac3parse.vcproj
30447 * gst/adder/adder.vcproj
30448 * gst/alpha/alpha.vcproj
30449 * gst/alpha/alphacolor.vcproj
30450 * gst/asfdemux/asf.vcproj
30451 * gst/audioconvert/audioconvert.vcproj
30452 * gst/audiorate/audiorate.vcproj
30453 * gst/audioscale/audioscale.vcproj
30454 * gst/auparse/auparse.vcproj
30455 * gst/avi/avi.vcproj
30456 * gst/cdxaparse/cdxaparse.vcproj
30457 * gst/chart/chart.vcproj
30458 * gst/colorspace/colorspace.vcproj
30459 * gst/cutter/cutter.vcproj
30460 * gst/debug/debug.vcproj
30461 * gst/debug/efence.vcproj
30462 * gst/debug/navigationtest.vcproj
30463 * gst/deinterlace/deinterlace.vcproj
30464 * gst/effectv/effectv.vcproj
30465 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
30466 * gst/filter/filter.vcproj
30467 * gst/flx/flxdec.vcproj
30468 * gst/goom/goom.vcproj
30469 * gst/interleave/interleave.vcproj
30470 * gst/law/alaw.vcproj
30471 * gst/law/mulaw.vcproj
30472 * gst/matroska/matroska.vcproj
30473 * gst/median/median.vcproj
30474 * gst/mixmatrix/mixmatrix.vcproj
30475 * gst/mpeg1sys/mpeg1systemencode.vcproj
30476 * gst/mpeg1videoparse/mp1videoparse.vcproj
30477 * gst/mpeg2sub/mpeg2subt.vcproj
30478 * gst/mpegaudio/mpegaudio.vcproj
30479 * gst/mpegaudioparse/mpegaudioparse.vcproj
30480 * gst/mpegstream/mpegstream.vcproj
30481 * gst/multifilesink/multifilesink.vcproj
30482 * gst/multipart/multipart.vcproj
30483 * gst/oneton/oneton.vcproj
30484 * gst/overlay/overlay.vcproj
30485 * gst/passthrough/passthrough.vcproj
30486 * gst/qtdemux/qtdemux.vcproj
30487 * gst/realmedia/rmdemux.vcproj
30488 * gst/rtjpeg/rtjpeg.vcproj
30489 * gst/rtp/rtp.vcproj
30490 * gst/silence/silence.vcproj
30491 * gst/sine/sinesrc.vcproj
30492 * gst/smooth/smooth.vcproj
30493 * gst/smpte/smpte.vcproj
30494 * gst/spectrum/spectrum.vcproj
30495 * gst/speed/speed.vcproj
30496 * gst/stereo/stereo.vcproj
30497 * gst/switch/switch.vcproj
30498 * gst/tags/tagedit.vcproj
30499 * gst/tcp/tcp.vcproj
30500 * gst/typefind/typefindfunctions.vcproj
30501 * gst/udp/udp.vcproj
30502 * gst/videobox/videobox.vcproj
30503 * gst/videocrop/videocrop.vcproj
30504 * gst/videodrop/videodrop.vcproj
30505 * gst/videofilter/gamma.vcproj
30506 * gst/videofilter/videobalance.vcproj
30507 * gst/videofilter/videofilter.vcproj
30508 * gst/videofilter/videoflip.vcproj
30509 * gst/videoflip/videoflip.vcproj
30510 * gst/videomixer/videomixer.vcproj
30511 * gst/videorate/videorate.vcproj
30512 * gst/videoscale/videoscale.vcproj
30513 * gst/videotestsrc/videotestsrc.vcproj
30514 * gst/virtualdub/virtualdub.vcproj
30515 * gst/volenv/volenv.vcproj
30516 * gst/volume/volume.vcproj
30517 * gst/wavenc/wavenc.vcproj
30518 * gst/wavparse/wavparse.vcproj
30519 * gst/y4m/y4menc.vcproj
30520 * gst-libs/gst/audio/audio.vcproj
30521 * gst-libs/gst/audio/audiofilter.vcproj
30522 * gst-libs/gst/colorbalance/colorbalance.vcproj
30523 * gst-libs/gst/idct/idtc.vcproj
30524 * gst-libs/gst/media-info/media-info.vcproj
30525 * gst-libs/gst/mixer/mixer.vcproj
30526 * gst-libs/gst/navigation/navigation.vcproj
30527 * gst-libs/gst/play/play.vcproj
30528 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
30529 * gst-libs/gst/resample/resample.vcproj
30530 * gst-libs/gst/riff/riff.vcproj
30531 * gst-libs/gst/tuner/tuner.vcproj
30532 * gst-libs/gst/video/video.vcproj
30533 * gst-libs/gst/xoverlay/xoverlay.vcproj
30534 avoid problems with math.h, fix release dependancy
30535 rename GStreamer-0.8.lib to libgstreamer.lib
30537 2004-07-27 Julien MOUTTE <julien@moutte.net>
30539 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
30540 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
30541 the atom is not available we have to unlock the mutex. Fixes #148023
30543 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
30545 * gst-libs/gst/media-info/media-info.h:
30546 issue for a vararg macro with MSVC
30548 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
30550 * gst/effectv/effectv.vcproj
30551 * gst-libs/gst/idct/idct.vcproj:
30552 * gst-libs/gst/media-info/media-info.vcproj:
30553 * gst-libs/gst/navigation/navigation.vcproj:
30554 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
30555 * gst-libs/gst/video/video.vcproj:
30556 * gst-libs/gst/xoverlay/xoverlay.vcproj:
30557 fixes for build problems
30559 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
30561 * gst-libs/gst/audio/audio.def:
30562 * gst-libs/gst/audio/riff.def:
30563 add some definitions needed by plugins
30565 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
30567 * gst/asfdemux/gstasfmux.c
30568 Fix some 64 bits constants to be glib friendly
30570 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
30572 * gst/ac3parse/gstac3parse.c
30573 * gst/audioscale/gstaudioscale.c
30574 * gst/auparse/gstauparse.c
30575 * gst/colorspace/gstcolorspace.c
30576 * gst/colorspace/yuv2rgb.h
30577 local include fixes
30579 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
30582 add more plugins to the build
30584 2004-07-26 Julien MOUTTE <julien@moutte.net>
30586 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30587 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
30589 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
30591 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
30592 (gst_level_set_property), (gst_level_get_property),
30593 (gst_level_base_init), (gst_level_class_init):
30594 add debugging categories. cleanups.
30596 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
30598 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30599 (gst_videoscale_planar411), (gst_videoscale_planar400),
30600 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
30601 (gst_videoscale_scale_nearest_str1),
30602 (gst_videoscale_scale_nearest_str2),
30603 (gst_videoscale_scale_nearest_str4),
30604 (gst_videoscale_scale_nearest_16bit),
30605 (gst_videoscale_scale_nearest_24bit):
30606 fixed stride issues
30607 tested with 320x240 -> 321, 322, 324 x240
30608 tested with YV12, I420, YUY2, UYVY
30609 fixed packed422rev (don't think it could have worked before)
30610 by testing with UYVY
30612 2004-07-26 Benjamin Otte <otte@gnome.org>
30614 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
30615 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
30617 add debugging category, add error checks like checking return values
30618 of setup calls, make sure it still works after
30619 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
30621 2004-07-26 Wim Taymans <wim@fluendo.com>
30623 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
30624 (gst_mpeg_demux_get_audio_stream),
30625 (gst_mpeg_demux_process_private):
30626 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
30627 Check for error codes from the negotiation functions. Make sure
30628 we really set the pad caps when a new pad is created.
30630 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
30632 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30633 (gst_ffmpeg_caps_to_pix_fmt):
30634 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30635 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30636 (gst_ffmpegcolorspace_pad_link):
30637 don't make function do two things at the same time without reason.
30639 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
30641 * gst/ac3parse/ac3parse.vcproj
30642 * gst/adder/adder.vcproj
30643 * gst/alpha/alpha.vcproj
30644 * gst/alpha/alphacolor.vcproj
30645 * gst/asfdemux/asf.vcproj
30646 * gst/audioconvert/audioconvert.vcproj
30647 * gst/audiorate/audiorate.vcproj
30648 * gst/audioscale/audioscale.vcproj
30649 * gst/auparse/auparse.vcproj
30650 * gst/avi/avi.vcproj
30651 * gst/cdxaparse/cdxaparse.vcproj
30652 * gst/chart/chart.vcproj
30653 * gst/colorspace/colorspace.vcproj
30654 * gst/cutter/cutter.vcproj
30655 * gst/debug/debug.vcproj
30656 * gst/debug/efence.vcproj
30657 * gst/debug/navigationtest.vcproj
30658 * gst/deinterlace/deinterlace.vcproj
30659 * gst/effectv/effectv.vcproj
30660 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
30661 * gst/filter/filter.vcproj
30662 * gst/flx/flxdec.vcproj
30663 * gst/goom/goom.vcproj
30664 * gst/interleave/interleave.vcproj
30665 * gst/law/alaw.vcproj
30666 * gst/law/mulaw.vcproj
30667 * gst/matroska/matroska.vcproj
30668 * gst/median/median.vcproj
30669 * gst/mixmatrix/mixmatrix.vcproj
30670 * gst/mpeg1sys/mpeg1systemencode.vcproj
30671 * gst/mpeg1videoparse/mp1videoparse.vcproj
30672 * gst/mpeg2sub/mpeg2subt.vcproj
30673 * gst/mpegaudio/mpegaudio.vcproj
30674 * gst/mpegaudioparse/mpegaudioparse.vcproj
30675 * gst/mpegstream/mpegstream.vcproj
30676 * gst/multifilesink/multifilesink.vcproj
30677 * gst/multipart/multipart.vcproj
30678 * gst/oneton/oneton.vcproj
30679 * gst/overlay/overlay.vcproj
30680 * gst/passthrough/passthrough.vcproj
30681 * gst/qtdemux/qtdemux.vcproj
30682 * gst/realmedia/rmdemux.vcproj
30683 * gst/rtjpeg/rtjpeg.vcproj
30684 * gst/rtp/rtp.vcproj
30685 * gst/silence/silence.vcproj
30686 * gst/sine/sinesrc.vcproj
30687 * gst/smooth/smooth.vcproj
30688 * gst/smpte/smpte.vcproj
30689 * gst/spectrum/spectrum.vcproj
30690 * gst/speed/speed.vcproj
30691 * gst/stereo/stereo.vcproj
30692 * gst/switch/switch.vcproj
30693 * gst/tags/tagedit.vcproj
30694 * gst/tcp/tcp.vcproj
30695 * gst/typefind/typefindfunctions.vcproj
30696 * gst/udp/udp.vcproj
30697 * gst/videobox/videobox.vcproj
30698 * gst/videocrop/videocrop.vcproj
30699 * gst/videodrop/videodrop.vcproj
30700 * gst/videofilter/gamma.vcproj
30701 * gst/videofilter/videobalance.vcproj
30702 * gst/videofilter/videofilter.vcproj
30703 * gst/videofilter/videoflip.vcproj
30704 * gst/videoflip/videoflip.vcproj
30705 * gst/videomixer/videomixer.vcproj
30706 * gst/videorate/videorate.vcproj
30707 * gst/videoscale/videoscale.vcproj
30708 * gst/videotestsrc/videotestsrc.vcproj
30709 * gst/virtualdub/virtualdub.vcproj
30710 * gst/volenv/volenv.vcproj
30711 * gst/volume/volume.vcproj
30712 * gst/wavenc/wavenc.vcproj
30713 * gst/wavparse/wavparse.vcproj
30714 * gst/y4m/y4menc.vcproj
30715 more plugins supported under windows
30717 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
30719 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30720 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
30721 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
30722 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30723 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
30724 Add debugging statements. Use the sizes as returned by the
30725 *CreateImage calls.
30727 2004-07-26 Johan Dahlin <johan@gnome.org>
30729 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
30730 the pad is negotiated.
30732 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
30734 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
30736 * gst-libs/gst/colorbalance/colorbalance.vcproj:
30737 * gst-libs/gst/idct/idct.vcproj:
30738 * gst-libs/gst/media-info/media-info.vcproj:
30739 * gst-libs/gst/mixer/mixer.vcproj:
30740 * gst-libs/gst/navigation/navigation.vcproj:
30741 * gst-libs/gst/play/play.vcproj:
30742 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
30743 * gst-libs/gst/resample/resample.vcproj:
30744 * gst-libs/gst/tuner/tuner.vcproj:
30745 * gst-libs/gst/video/video.vcproj:
30746 * gst-libs/gst/xoverlay/xoverlay.vcproj:
30747 more plugins supported under windows
30749 2004-07-25 Iain <iain@prettypeople.org>
30751 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
30752 pad now rather than when the pad is created because state changes wipe
30753 explicit caps (fixes #148043).
30755 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
30757 reviewed by Benjamin Otte <otte@gnome.org>
30759 * ext/mad/gstmad.c:
30760 fix mad plugin crashing on Sun (fixes #148289)
30762 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
30765 * gst/avi/avi.vcproj:
30766 * gst/matroska/matroska.def:
30767 * gst/matroska/matroska.vcproj:
30768 remove unused .def files
30770 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
30772 * gst-libs/gst/audio/gstaudiofilter.c:
30773 Clean the local include
30775 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
30778 * gst-libs/gst/audio/audio.def:
30779 * gst-libs/gst/audio/audio.vcproj:
30780 * gst-libs/gst/audio/audiofilter.vcproj:
30781 * gst-libs/gst/audio/riff.def:
30782 * gst-libs/gst/audio/riff.vcproj:
30783 * gst-libs/gst/gst-libs.def:
30784 * gst-libs/gst/gst-libs.vcproj:
30785 * gst/avi/avi.vcproj:
30786 * gst/avi/avi.vcproj:
30787 Copy the files where needed after building, cleaner projects
30789 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
30791 * gst/matroska/ebml-write.c:
30792 Fix some 64 bits constants to be glib friendly
30794 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
30797 * gst-libs/gst/gst-libs.def:
30798 * gst-libs/gst/gst-libs.vcproj:
30799 * gst/matroska/matroska.def:
30800 * gst/matroska/matroska.vcproj:
30801 Add the preliminary canvas to build plugins on Win32
30803 2004-07-23 Benjamin Otte <otte@gnome.org>
30805 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30806 don't enfore negotiation from source side, it breaks
30807 sinesrc ! audioconvert ! osssink
30809 2004-07-22 David Schleef <ds@schleef.org>
30811 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
30812 for ELF files, since they can easily be recognized as audio/mpeg.
30815 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
30817 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30818 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
30819 (gst_videoscale_scale_nearest_24bit),
30820 (gst_videoscale_scale_nearest_16bit):
30821 fix 16bit and 24bit for stride (24bit might need testing)
30822 don't pretend we do more than one algorithm
30824 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30828 * gst/multifilesink/Makefile.am:
30829 * gst/multifilesink/gstmultifilesink.c:
30830 (gst_multifilesink_get_formats),
30831 (gst_multifilesink_get_query_types), (_do_init),
30832 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
30833 (gst_multifilesink_init), (gst_multifilesink_dispose),
30834 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
30835 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
30836 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
30837 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
30838 (gst_multifilesink_chain), (gst_multifilesink_change_state),
30839 (gst_multifilesink_uri_get_type),
30840 (gst_multifilesink_uri_get_protocols),
30841 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
30842 (gst_multifilesink_uri_handler_init), (plugin_init):
30843 * gst/multifilesink/gstmultifilesink.h:
30844 * testsuite/Makefile.am:
30845 * testsuite/multifilesink/Makefile.am:
30846 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
30847 (gst_newmedia_class_init), (gst_newmedia_init),
30848 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30849 (newfile_signal), (test_signal), (main):
30850 multifilesink plugin for creating new files every time a new media
30851 discontinuity event occurs
30853 2004-07-22 Wim Taymans <wim@fluendo.com>
30855 * gst/alpha/Makefile.am:
30856 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
30857 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
30858 (gst_alpha_color_init), (gst_alpha_color_set_property),
30859 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
30860 (transform), (gst_alpha_color_chain),
30861 (gst_alpha_color_change_state), (plugin_init):
30862 Stupid plugin to to RGBA to AYUV conversion because none of
30863 the colorspace plugins can handle that yet.
30865 2004-07-22 Wim Taymans <wim@fluendo.com>
30867 * examples/seeking/seek.c: (update_scale), (main):
30868 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
30869 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
30870 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
30871 (gst_decode_bin_init), (gst_decode_bin_dispose),
30872 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30873 (no_more_pads), (close_link), (type_found),
30874 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
30876 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
30877 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
30878 (gst_play_base_bin_dispose), (queue_overrun),
30879 (gen_preroll_element), (remove_prerolls), (unknown_type),
30880 (no_more_pads), (new_stream), (setup_source),
30881 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
30882 (play_base_eos), (gst_play_base_bin_change_state),
30883 (gst_play_base_bin_add_element),
30884 (gst_play_base_bin_remove_element),
30885 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
30886 (gst_play_base_bin_unlink_stream),
30887 (gst_play_base_bin_get_streaminfo):
30888 * gst/playback/gstplaybin.c: (gen_video_element),
30889 (gen_audio_element):
30890 * gst/playback/gststreaminfo.h:
30891 More playback updates, attempt to fix things after the state change
30894 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
30896 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
30897 (gst_videoscale_scale_nearest_16bit):
30900 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
30902 * gst/videotestsrc/gstvideotestsrc.c:
30903 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
30904 (gst_videotestsrc_init), (gst_videotestsrc_get),
30905 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
30906 (gst_videotestsrc_get_property):
30907 * gst/videotestsrc/gstvideotestsrc.h:
30908 * gst/videotestsrc/videotestsrc.c:
30909 * gst/videotestsrc/videotestsrc.h:
30910 cleanup and commenting
30912 2004-07-21 Wim Taymans <wim@fluendo.com>
30914 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
30915 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
30916 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
30917 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
30918 (_find_chain_get_unknown_part), (_find_streams_check),
30919 (gst_ogg_demux_push), (gst_ogg_pad_push):
30920 * ext/theora/theoradec.c: (theora_get_formats),
30921 (theora_dec_src_convert), (theora_dec_sink_convert),
30922 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30923 (theora_dec_chain):
30924 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30925 (vorbis_dec_convert), (vorbis_dec_src_query),
30926 (vorbis_dec_src_event), (vorbis_dec_event):
30927 More seeking fixes, oggdemux now supports seeking to time and
30928 uses the downstream element to convert granulepos to time.
30929 Seeking in theora-only ogg files now works.
30931 2004-07-21 Wim Taymans <wim@fluendo.com>
30933 * ext/theora/theoradec.c: (gst_theora_dec_init),
30934 (theora_get_formats), (theora_get_event_masks),
30935 (theora_get_query_types), (theora_dec_src_convert),
30936 (theora_dec_sink_convert), (theora_dec_src_query),
30937 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30938 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30939 (vorbis_get_event_masks), (vorbis_get_query_types),
30940 (gst_vorbis_dec_init), (vorbis_dec_convert),
30941 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
30942 Added query/convert/formats functions to vorbis and theora decoders
30943 so that the outside world can use them too. Fixed seeking on an
30944 ogg/theora/vorbis file by disabling the seeking seeking on the
30947 2004-07-21 Julien MOUTTE <julien@moutte.net>
30949 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30950 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
30951 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
30952 images creation for both elements. We don't create the image on caps
30953 nego or renego, we just destroy the internal one if present if it does
30954 not match the needs. The chain function takes care of creating a new
30956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30957 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
30958 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
30959 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
30960 the image format information. The buffer pool checks for the context
30961 image format and discard images with different formats.
30962 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
30964 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
30966 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30967 (gst_ffmpegcolorspace_chain):
30968 no point in doing any chaining if the pad we want to push from
30971 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30973 * gst-libs/gst/riff/riff-media.c:
30974 (gst_riff_create_audio_caps_with_data):
30975 Fix double end-to-native symbol conversion (#148021).
30977 2004-07-20 David Schleef <ds@schleef.org>
30979 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
30980 Don't use an Atom that doesn't exist.
30982 2004-07-20 Wim Taymans <wim@fluendo.com>
30984 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30985 (gst_multifdsink_add), (gst_multifdsink_get_stats),
30986 (gst_multifdsink_client_remove),
30987 (gst_multifdsink_handle_client_write),
30988 (gst_multifdsink_queue_buffer):
30989 * gst/tcp/gstmultifdsink.h:
30990 More multifdsink stats. Avoid deadlock by releasing locks
30991 before sending out a signal.
30993 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
30997 added Hungarian translation (Laszlo Dvornik)
30999 2004-07-20 Wim Taymans <wim@fluendo.com>
31001 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31002 (gst_multifdsink_add), (gst_multifdsink_client_remove),
31003 (gst_multifdsink_handle_client_write),
31004 (gst_multifdsink_queue_buffer):
31005 * gst/tcp/gsttcp-marshal.list:
31006 Fixed the stupid marshal definition.
31008 2004-07-20 Wim Taymans <wim@fluendo.com>
31010 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31011 (gst_multifdsink_init), (gst_multifdsink_add),
31012 (gst_multifdsink_client_remove),
31013 (gst_multifdsink_handle_client_write),
31014 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
31015 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
31016 (gst_multifdsink_init_send):
31017 * gst/tcp/gstmultifdsink.h:
31018 Added more stats, added timeout for a client, fixed some typos
31019 and added some comments.
31021 2004-07-20 Wim Taymans <wim@fluendo.com>
31023 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31024 (gst_multifdsink_add), (gst_multifdsink_get_stats),
31025 (gst_multifdsink_client_remove),
31026 (gst_multifdsink_handle_client_write):
31027 * gst/tcp/gstmultifdsink.h:
31028 * gst/tcp/gsttcp-marshal.list:
31029 Added get_stats method that returns a GValueArray of
31032 2004-07-19 Benjamin Otte <otte@gnome.org>
31034 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31035 make sure longname, description and author are valid UTF-8
31037 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
31039 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
31040 (gst_ximagesink_set_property):
31041 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
31042 (gst_xvimagesink_set_property):
31043 make sure SYNCHRONOUS is respected after getting the X context
31045 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
31047 * gst/matroska/matroska-demux.c:
31048 (gst_matroska_demux_handle_src_event),
31049 (gst_matroska_demux_parse_blockgroup):
31050 * gst/matroska/matroska-ids.h:
31051 add BlockReference tag and ignore it to clear out log.
31052 ignore NAVIGATION events to clear out log.
31054 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
31056 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
31057 (gst_matroska_demux_add_stream):
31058 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
31059 add debug categories
31061 2004-07-16 Wim Taymans <wim@fluendo.com>
31063 * ext/libpng/Makefile.am:
31064 * ext/libpng/gstpng.c: (plugin_init):
31065 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
31066 (gst_pngdec_get_type), (gst_pngdec_base_init),
31067 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
31068 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
31069 * ext/libpng/gstpngdec.h:
31072 2004-07-16 Julien MOUTTE <julien@moutte.net>
31074 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31075 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
31076 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
31077 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31078 (gst_ximagesink_buffer_alloc):
31079 * sys/ximage/ximagesink.h:
31080 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31081 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31082 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31083 (gst_xvimagesink_buffer_alloc):
31084 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
31085 again. Using internal data pointer of the x(v)image to store image's
31086 data to be coherent with the buffer alloc mechanism. Investigated the
31087 image destruction code to be sure that everything gets freed correctly.
31089 2004-07-16 Wim Taymans <wim@fluendo.com>
31091 * gst-libs/gst/riff/riff-read.c:
31092 (gst_riff_read_strf_vids_with_data),
31093 (gst_riff_read_strf_auds_with_data):
31094 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31095 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31096 Make sure we don't create 0 sized subbuffers in riff-read.
31097 Signal the no more pads signal after reading the avi header.
31099 2004-07-16 Wim Taymans <wim@fluendo.com>
31101 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31102 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
31103 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
31104 (gst_decode_bin_init), (gst_decode_bin_dispose),
31105 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31106 (no_more_pads), (close_link), (type_found),
31107 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31108 (gst_decode_bin_change_state), (plugin_init):
31109 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31110 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31111 (gst_play_base_bin_dispose), (queue_overrun),
31112 (gen_preroll_element), (remove_prerolls), (unknown_type),
31113 (no_more_pads), (new_stream), (setup_source),
31114 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
31115 (play_base_eos), (gst_play_base_bin_change_state),
31116 (gst_play_base_bin_add_element),
31117 (gst_play_base_bin_remove_element),
31118 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31119 (gst_play_base_bin_unlink_stream),
31120 (gst_play_base_bin_get_streaminfo):
31121 * gst/playback/gstplaybasebin.h:
31122 Better error recovery. Added configurable preroll queue size. Faster
31123 detection of no-more-pads.
31125 2004-07-16 Wim Taymans <wim@fluendo.com>
31127 * gst-libs/gst/video/video.h:
31128 Added 32 bits RGBA. Not sure if we should use another mime-type
31129 for alpha rgb. Currently the presence of the alpha_mask property
31130 signals an alpha channel.
31132 2004-07-16 Wim Taymans <wim@fluendo.com>
31134 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31135 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31136 FPS seems to be 0.0 to MAX everywhere else.
31138 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
31140 * gst-libs/gst/riff/riff-media.c:
31141 (gst_riff_create_video_caps_with_data):
31142 mp42/mp43 (no caps) exist too.
31143 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
31144 Set pixel_width/height; we've got them in-caps.
31145 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31146 * gst/wavparse/gstwavparse.c: (plugin_init):
31147 Both are valid primary.
31148 * sys/oss/gstossmixer.c:
31149 Remove i18n hack and enable translations.
31151 2004-07-15 Benjamin Otte <otte@gnome.org>
31153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31154 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31155 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
31157 2004-07-15 Benjamin Otte <otte@gnome.org>
31159 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31160 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
31161 (gst_alsa_close_audio):
31162 disable some of the debugging code for now. Writing debugging to a
31163 buffer is broken in current alsalib releases.
31165 2004-07-12 Benjamin Otte <otte@gnome.org>
31167 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
31170 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
31172 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31173 (theora_dec_src_query), (theora_dec_event):
31174 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
31175 add debugging categories. Remove \n's.
31177 2004-07-13 Johan Dahlin <johan@gnome.org>
31179 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
31180 (gst_play_bin_get_property): Impl.
31182 2004-07-13 Wim Taymans <wim@fluendo.com>
31184 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
31185 When trying to find the stream length, seek back N pages
31186 instead of just one, where N is the number of streams in
31189 2004-07-13 Wim Taymans <wim@fluendo.com>
31191 * gst-libs/gst/riff/riff-media.c:
31192 (gst_riff_create_audio_caps_with_data),
31193 (gst_riff_create_audio_caps),
31194 (gst_riff_create_audio_template_caps):
31195 * gst-libs/gst/riff/riff-media.h:
31196 * gst-libs/gst/riff/riff-read.c:
31197 (gst_riff_read_strf_vids_with_data),
31198 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
31199 * gst-libs/gst/riff/riff-read.h:
31200 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31201 (gst_avi_demux_add_stream):
31202 Set codec_data on caps for avidemuxer.
31204 2004-07-12 David Schleef <ds@schleef.org>
31206 * configure.ac: Fix test for Objective C
31208 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
31209 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
31210 (gst_gdk_pixbuf_chain):
31211 Add svg and pcx to template caps, and ensure that getcaps returns a
31212 subset of the template caps.
31213 Copy each row manually for output, as gdkpixbuf may pad the
31214 rowstride to a 32-bit word boundary.
31216 2004-07-12 Wim Taymans <wim@fluendo.com>
31218 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
31219 (gst_riff_create_video_template_caps):
31220 Fix the template caps to include some more media types.
31222 2004-07-12 Wim Taymans <wim@fluendo.com>
31224 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31225 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31226 (compare_ranks), (print_feature), (gst_decode_bin_init),
31227 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
31228 (try_to_link_1), (new_pad), (close_link), (type_found),
31229 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31230 (gst_decode_bin_change_state), (plugin_init):
31231 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31232 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31233 (gst_play_base_bin_dispose), (queue_overrun),
31234 (gen_preroll_element), (remove_prerolls), (no_more_pads),
31235 (new_stream), (setup_source), (gst_play_base_bin_set_property),
31236 (gst_play_base_bin_get_property), (play_base_eos),
31237 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
31238 (gst_play_base_bin_remove_element),
31239 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31240 (gst_play_base_bin_unlink_stream),
31241 (gst_play_base_bin_get_streaminfo):
31242 * gst/playback/gstplaybasebin.h:
31243 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31244 (gst_play_bin_class_init), (gst_play_bin_init),
31245 (gst_play_bin_dispose), (gst_play_bin_set_property),
31246 (gst_play_bin_get_property), (gen_video_element),
31247 (gen_audio_element), (remove_sinks), (setup_sinks),
31248 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
31249 (gst_play_bin_send_event), (gst_play_bin_get_formats),
31250 (gst_play_bin_convert), (gst_play_bin_get_query_types),
31251 (gst_play_bin_query), (plugin_init):
31252 * gst/playback/test4.c: (main):
31253 More fixes on reusing of the element.
31255 2004-07-11 Benjamin Otte <otte@gnome.org>
31257 * ext/mad/gstmad.c: (normal_seek):
31258 allow seeking for other methods than just SET
31260 2004-07-11 Andy Wingo <wingo@pobox.com>
31262 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
31263 float, "any" caps -> buffer_frames=[0,MAX].
31265 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
31266 doesn't intersect our caps with the template any more. Do it
31268 (interleave_buffered_loop): Use g_newa instead of malloc/free.
31270 2004-07-09 Wim Taymans <wim@fluendo.com>
31272 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31273 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31274 (compare_ranks), (print_feature), (gst_decode_bin_init),
31275 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
31276 (try_to_link_1), (new_pad), (close_link), (type_found),
31277 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31278 (gst_decode_bin_change_state), (plugin_init):
31279 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31280 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31281 (gst_play_base_bin_dispose), (queue_overrun),
31282 (gen_preroll_element), (remove_prerolls), (no_more_pads),
31283 (new_stream), (setup_source), (gst_play_base_bin_set_property),
31284 (gst_play_base_bin_get_property), (play_base_eos),
31285 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
31286 (gst_play_base_bin_remove_element),
31287 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31288 (gst_play_base_bin_unlink_stream),
31289 (gst_play_base_bin_get_streaminfo):
31290 * gst/playback/gstplaybasebin.h:
31291 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31292 (gst_play_bin_class_init), (gst_play_bin_init),
31293 (gst_play_bin_dispose), (gst_play_bin_set_property),
31294 (gst_play_bin_get_property), (gen_video_element),
31295 (gen_audio_element), (remove_sinks), (setup_sinks),
31296 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
31297 (gst_play_bin_send_event), (gst_play_bin_get_formats),
31298 (gst_play_bin_convert), (gst_play_bin_get_query_types),
31299 (gst_play_bin_query), (plugin_init):
31300 * gst/playback/test4.c: (main):
31301 Work on object reuse and seeking.
31303 2004-07-09 Wim Taymans <wim@fluendo.com>
31305 * examples/seeking/seek.c: (iterate):
31306 Don't consume all CPU in the idle loop.
31308 2004-07-09 Wim Taymans <wim@fluendo.com>
31310 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
31311 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
31312 Add pad to element *after* setting the pad functions so that
31313 the scheduler can use the correct ones.
31315 2004-07-09 Wim Taymans <wim@fluendo.com>
31317 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
31318 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
31319 Sync to keyframe after seek
31321 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31323 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31324 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
31325 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
31326 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
31327 * ext/libvisual/visual.c: (gst_visual_change_state):
31328 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
31329 * ext/theora/theoradec.c: (theora_dec_change_state):
31330 * ext/theora/theoraenc.c: (theora_enc_change_state):
31331 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
31332 * gst-libs/gst/navigation/navigation.c:
31333 * gst/adder/gstadder.c: (gst_adder_change_state):
31334 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31335 (gst_audio_convert_get_buffer):
31336 * gst/multipart/multipartdemux.c:
31337 (gst_multipart_demux_change_state):
31338 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
31339 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31340 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
31341 * gst/videoscale/gstvideoscale.c:
31342 (gst_videoscale_handle_src_event):
31343 * gst/volume/gstvolume.c: (volume_chain_int16):
31344 don't assert in state change, this should be done by the base
31346 various debugging fixes.
31348 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31351 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31352 (gst_play_dispose), (gst_play_set_location),
31353 (gst_play_set_data_src), (gst_play_set_video_sink),
31354 (gst_play_set_audio_sink), (gst_play_set_visualization),
31355 (gst_play_connect_visualization), (gst_play_get_sink_element),
31356 (gst_play_get_all_by_interface):
31357 * gst-libs/gst/play/play.h:
31358 add new method to get elements implementing an interface.
31359 add various error logging
31361 2004-07-08 Wim Taymans <wim@fluendo.com>
31363 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
31364 (make_mpeg_pipeline), (make_mpegnt_pipeline),
31365 (make_playerbin_pipeline), (query_durations_elems),
31366 (query_durations_pads), (query_positions_elems),
31367 (query_positions_pads), (update_scale), (iterate), (stop_seek),
31369 Added playbin seeking example.
31371 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31373 * gst-libs/gst/play/play.c: (gst_play_set_location),
31374 (gst_play_set_data_src), (gst_play_set_video_sink),
31375 (gst_play_set_audio_sink), (gst_play_set_visualization),
31376 (gst_play_connect_visualization), (gst_play_get_framerate):
31377 use a macro to look up elements from hash table
31379 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31381 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31382 (gst_play_get_length_callback), (gst_play_set_location),
31383 (gst_play_seek_to_time), (gst_play_set_data_src),
31384 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31385 (gst_play_set_visualization), (gst_play_connect_visualization),
31386 (gst_play_get_sink_element):
31387 - add debugging info
31388 - fix looking up sink elements by iterating over complete caps
31389 - put everything except for source and autoplugger in a complete bin
31391 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31393 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
31394 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
31395 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
31396 (gst_alsa_sink_write), (gst_alsa_sink_loop):
31397 * ext/alsa/gstalsasink.h:
31398 - add debugging info
31399 - clean up schizophrenia of data/buffer/event
31400 - fix double event unref error
31402 2004-07-08 Wim Taymans <wim@fluendo.com>
31404 * gst/playback/Makefile.am:
31405 Add headers to noinst
31407 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31409 * tools/gst-launch-ext-m.m:
31410 * tools/gst-launch-ext.1.in:
31411 convert to the third millenium
31413 2004-07-07 David Schleef <ds@schleef.org>
31415 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
31417 2004-07-07 Wim Taymans <wim@fluendo.com>
31419 * gst/playback/Makefile.am:
31420 * gst/playback/README:
31421 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31422 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31423 (compare_ranks), (print_feature), (gst_decode_bin_init),
31424 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
31425 (try_to_link_1), (new_pad), (close_link), (type_found),
31426 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31428 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31429 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31430 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
31431 (gen_preroll_element), (no_more_pads), (new_stream),
31432 (setup_source), (gst_play_base_bin_set_property),
31433 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
31434 (gst_play_base_bin_add_element),
31435 (gst_play_base_bin_remove_element),
31436 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31437 (gst_play_base_bin_unlink_stream),
31438 (gst_play_base_bin_get_streaminfo):
31439 * gst/playback/gstplaybasebin.h:
31440 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31441 (gst_play_bin_class_init), (gst_play_bin_init),
31442 (gst_play_bin_dispose), (gst_play_bin_set_property),
31443 (gst_play_bin_get_property), (gen_video_element),
31444 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
31445 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
31446 (gst_play_bin_get_formats), (gst_play_bin_convert),
31447 (gst_play_bin_get_query_types), (gst_play_bin_query),
31449 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
31450 (gst_stream_info_get_type), (gst_stream_info_class_init),
31451 (gst_stream_info_init), (gst_stream_info_new),
31452 (gst_stream_info_dispose), (gst_stream_info_set_property),
31453 (gst_stream_info_get_property):
31454 * gst/playback/gststreaminfo.h:
31455 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
31457 * gst/playback/test2.c: (main):
31458 * gst/playback/test3.c: (update_scale), (main):
31459 More playbin fixes. Added README. Do better element filtering.
31460 Added base class to preroll media. Added test apps.
31462 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31464 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
31465 * ext/mpeg2dec/gstmpeg2dec.h:
31466 various debugging improvements. Reset stream to next picture
31467 instead of sequence header, otherwise seeks cannot work.
31469 2004-07-07 Wim Taymans <wim@fluendo.com>
31471 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
31472 (gst_video_box_class_init), (gst_video_box_set_property),
31473 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
31474 Use pad_alloc where possible.
31476 2004-07-07 Wim Taymans <wim@fluendo.com>
31478 * sys/oss/gstosselement.c: (gst_osselement_reset),
31479 (gst_osselement_parse_caps):
31480 * sys/oss/gstosselement.h:
31481 * sys/oss/gstosssrc.c: (gst_osssrc_get):
31482 Fix offset on osssrc.
31484 2004-07-07 Wim Taymans <wim@fluendo.com>
31486 * ext/theora/theora.c: (plugin_init):
31487 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
31488 (theora_dec_src_query), (theora_dec_chain):
31489 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31490 (theora_enc_sink_link), (theora_buffer_from_packet),
31491 (theora_push_packet), (theora_enc_chain):
31492 Fix theora granulepos calculation.
31493 Fix overflow in duration/position calculation.
31494 Bump rank to PRIMARY for theoradec.
31495 Use granulepos of last packet to calculate position.
31496 Set keyframe flag on buffers when needed.
31498 2004-07-06 David Schleef <ds@schleef.org>
31500 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
31501 serious? (Fixed, obviously.)
31503 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
31507 added Czech translation (Miloslav Trmac)
31509 2004-07-05 Wim Taymans <wim@fluendo.com>
31511 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31512 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31513 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
31514 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31515 (close_link), (type_found), (gst_decode_bin_set_property),
31516 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
31517 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
31518 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
31519 (gst_decode_bin_query), (plugin_init):
31520 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31521 (gst_play_bin_class_init), (gst_play_bin_init),
31522 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
31523 (get_video_element), (new_pad), (setup_source),
31524 (gst_play_bin_set_property), (gst_play_bin_get_property),
31525 (gst_play_bin_change_state), (gst_play_bin_add_element),
31526 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
31527 (gst_play_bin_send_event), (gst_play_bin_get_formats),
31528 (gst_play_bin_convert), (gst_play_bin_get_query_types),
31529 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
31530 * gst/playback/test.c: (main):
31531 More fixes, cleaned up playbin, make it use decodebin. Added
31532 threaded property to playbin.
31534 2004-07-05 Wim Taymans <wim@fluendo.com>
31537 * gst/playback/Makefile.am:
31538 * gst/playback/decodetest.c: (main):
31539 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31540 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31541 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
31542 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31543 (close_link), (type_found), (gst_decode_bin_set_property),
31544 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
31545 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
31546 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
31547 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
31549 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31550 (gst_play_bin_class_init), (gst_play_bin_init),
31551 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
31552 (collect_sink_pads), (find_compatibles), (close_pad_link),
31553 (try_to_link_1), (new_pad), (close_link), (type_found),
31554 (setup_source), (gst_play_bin_set_property),
31555 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
31556 (compare_ranks), (gst_play_bin_collect_factories),
31557 (gst_play_bin_change_state), (gst_play_bin_add_element),
31558 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
31559 (gst_play_bin_send_event), (gst_play_bin_get_formats),
31560 (gst_play_bin_convert), (gst_play_bin_get_query_types),
31561 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
31562 * gst/playback/test.c: (main):
31563 Added some playback helper elements and some test apps, very alpha
31566 2004-07-04 Benjamin Otte <otte@gnome.org>
31568 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
31569 only restart audio when we indeed have an xrun to fix repeated
31570 xruns. Fix suggested by Giuliano Pochini.
31572 2004-07-03 David Schleef <ds@schleef.org>
31574 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
31575 call to gst_debug_log() if debugging is disabled (bug #145118)
31577 2004-07-03 Benjamin Otte <otte@gnome.org>
31579 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
31580 use our own functions for restarting the alsa device.
31581 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31582 I should apply patches myself - use MIN for the third argument, not
31583 the second, this fixes seeking
31585 2004-07-02 David Schleef <ds@schleef.org>
31587 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
31588 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
31591 2004-07-02 David Schleef <ds@schleef.org>
31593 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
31594 output buffers. Fix logic mistake. (bug #144866)
31596 2004-07-02 David Schleef <ds@schleef.org>
31598 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
31599 on X. (bug #144753)
31601 2004-07-02 David Schleef <ds@schleef.org>
31603 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
31604 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
31606 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
31607 (gst_osselement_rate_probe_check): Add another workaround for
31608 buggy drivers (bug #145336)
31610 2004-07-02 David Schleef <ds@schleef.org>
31612 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
31613 Most systems don't have MSG_NOSIGNAL.
31615 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
31618 * gst-libs/gst/colorbalance/Makefile.am:
31619 * gst-libs/gst/mixer/Makefile.am:
31620 * gst-libs/gst/play/Makefile.am:
31621 * gst-libs/gst/tuner/Makefile.am:
31622 (hopefully) fix both install and dist and make error message useful.
31623 needs testing across automakes.
31625 2004-07-02 Benjamin Otte <otte@gnome.org>
31627 * ext/ogg/gstogg.c: (plugin_init):
31628 we require bytestream now
31629 * ext/ogg/gstoggdemux.c:
31630 huge diff to implement chain setup in a fast and generic way. This
31631 improves tag reading and startup of huge files (read: Theora videos)
31632 quite a bit. It probably contains bugs, too, so please test.
31633 Seeking is not improved to the fast method.
31635 2004-06-29 Wim Taymans <wim@fluendo.com>
31637 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31638 * ext/ogg/gstoggmux.c:
31639 Fix memleak in oggdemux when running unconnected pads.
31640 doc update in mux, start working on keyframe mode.
31642 2004-06-29 Benjamin Otte <otte@gnome.org>
31644 * sys/oss/gstosssink.c:
31645 * sys/oss/gstosssrc.c:
31646 advertise correct template caps - we indeed do non-native endianness
31647 and 8bit audio has no endianness
31648 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
31649 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
31650 avoid (wrong) duplications in getcaps function and return
31653 2004-06-29 Wim Taymans <wim@fluendo.com>
31655 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
31656 (gst_multifdsink_class_init), (gst_multifdsink_add),
31657 (gst_multifdsink_remove), (gst_multifdsink_clear),
31658 (gst_multifdsink_client_remove),
31659 (gst_multifdsink_handle_client_read),
31660 (gst_multifdsink_client_queue_data),
31661 (gst_multifdsink_client_queue_caps),
31662 (gst_multifdsink_client_queue_buffer),
31663 (gst_multifdsink_handle_client_write),
31664 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31665 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
31666 (gst_multifdsink_init_send), (gst_multifdsink_close):
31667 Fix wrong GList iteration that could crash the server when
31668 more then 2 clients disconnect at the same time. Read all the
31669 pending commands in one batch to recover from command storms under
31672 2004-06-28 Wim Taymans <wim@fluendo.com>
31674 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31675 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31676 (gst_videomixer_pad_set_property),
31677 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31678 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31679 (gst_videomixer_class_init), (gst_videomixer_init),
31680 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
31681 (pad_zorder_compare), (gst_videomixer_sort_pads),
31682 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
31683 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
31684 (gst_videomixer_update_queues), (gst_videomixer_loop),
31686 Avoid divide by zero, choose masterpad as the pad with the highest
31689 2004-06-27 Julien Moutte <julien@moutte.net>
31691 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
31692 (gst_ximagesink_xwindow_new):
31693 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
31694 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
31695 function directly. We might want to call it from somewhere else one day.
31697 2004-06-27 Julien Moutte <julien@moutte.net>
31699 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
31700 (gst_ximagesink_xwindow_new):
31701 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
31702 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
31703 window decorations.
31705 2004-06-27 Wim Taymans <wim@fluendo.com>
31707 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
31708 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31709 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
31710 (gst_dvdec_set_property), (gst_dvdec_get_property):
31711 * ext/dv/gstdvdec.h:
31712 Implement drop_factor property to lower the framerate with
31715 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
31717 * gst-libs/gst/colorbalance/Makefile.am:
31718 * gst-libs/gst/mixer/Makefile.am:
31719 * gst-libs/gst/play/Makefile.am:
31720 * gst-libs/gst/tuner/Makefile.am:
31721 unbreak Company's fix that didn't install the -enum.h files
31723 2004-06-27 Wim Taymans <wim@fluendo.com>
31725 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
31726 (gst_dvdec_change_state):
31727 * ext/dv/gstdvdec.h:
31728 Fix timestamp, duration and offset of the buffers.
31730 2004-06-27 Wim Taymans <wim@fluendo.com>
31732 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
31733 (gst_multifdsink_class_init), (gst_multifdsink_add),
31734 (gst_multifdsink_remove), (gst_multifdsink_clear),
31735 (gst_multifdsink_client_remove),
31736 (gst_multifdsink_handle_client_read),
31737 (gst_multifdsink_client_queue_data),
31738 (gst_multifdsink_client_queue_caps),
31739 (gst_multifdsink_client_queue_buffer),
31740 (gst_multifdsink_handle_client_write),
31741 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31742 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
31743 (gst_multifdsink_init_send), (gst_multifdsink_close):
31744 * gst/tcp/gstmultifdsink.h:
31745 * gst/tcp/gsttcpserversink.c:
31746 (gst_tcpserversink_handle_server_read),
31747 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
31748 More multifdsink fixes, more recovery policy fixes.
31749 Removed stupid g_print
31751 2004-06-26 Wim Taymans <wim@fluendo.com>
31753 * gst/tcp/Makefile.am:
31754 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
31755 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
31756 (gst_multifdsink_class_init), (gst_multifdsink_init),
31757 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
31758 (gst_multifdsink_handle_client_read),
31759 (gst_multifdsink_client_queue_data),
31760 (gst_multifdsink_client_queue_caps),
31761 (gst_multifdsink_client_queue_buffer),
31762 (gst_multifdsink_handle_client_write),
31763 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31764 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
31765 (gst_multifdsink_chain), (gst_multifdsink_set_property),
31766 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31767 (gst_multifdsink_close), (gst_multifdsink_change_state):
31768 * gst/tcp/gstmultifdsink.h:
31769 * gst/tcp/gsttcpplugin.c: (plugin_init):
31770 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
31771 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
31772 (gst_tcpserversink_handle_server_read),
31773 (gst_tcpserversink_handle_select),
31774 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
31775 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
31776 * gst/tcp/gsttcpserversink.h:
31777 Added multifdsink, made tcpserversink a subclass of fdsink, removed
31778 one of the locks, added recovery policy to multifdsink.
31780 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
31782 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
31783 fix decision for when getting frames with same timestamp
31784 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
31785 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
31786 (gst_v4lsrc_get_property):
31787 * sys/v4l/gstv4lsrc.h:
31788 add latency offset property
31790 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
31792 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
31794 fix debugging. add category.
31796 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
31798 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31801 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
31803 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
31804 (gst_alsa_src_get_time), (gst_alsa_src_loop),
31805 (gst_alsa_src_change_state):
31806 return a time that is in sync with the element's processing
31808 2004-06-25 Wim Taymans <wim@fluendo.com>
31810 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31811 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31812 (gst_tcpserversink_client_remove),
31813 (gst_tcpserversink_handle_client_read),
31814 (gst_tcpserversink_client_queue_data),
31815 (gst_tcpserversink_client_queue_caps),
31816 (gst_tcpserversink_client_queue_buffer),
31817 (gst_tcpserversink_handle_client_write),
31818 (gst_tcpserversink_queue_buffer),
31819 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
31820 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
31821 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
31822 (gst_tcpserversink_close):
31823 * gst/tcp/gsttcpserversink.h:
31824 Serversink rewrite. Really do non blocking writes to clients and
31825 maintain an internal queue to handle slower clients while not
31826 disturbing fast clients.
31828 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
31830 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
31831 better debug, don't override OFFSET and OFFSET_END
31833 2004-06-25 Iain <iain@prettypeople.org>
31835 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
31836 name=source for the wavparse pipeline.
31838 2004-06-24 Johan Dahlin <johan@gnome.org>
31840 * ext/theora/theoraenc.c (theora_enc_chain): Call
31841 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
31842 streamheader caps are set correctly.
31844 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
31846 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
31847 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
31848 respect minimum bitrate; same could be done for max bitrate
31850 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
31852 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
31853 (gst_vorbisenc_setup):
31854 fix sample rate range
31856 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
31858 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
31859 (gst_oggvorbisenc_setup):
31860 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
31861 (gst_vorbisenc_setup):
31862 resolve ambiguities in code and description
31864 2004-06-24 Wim Taymans <wim@fluendo.com>
31866 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
31867 * ext/alsa/gstalsa.h:
31868 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
31869 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
31870 Use alsa trigger_tstamp to get the timestamp of the first
31871 sample in the buffer for more precise sync. Some cleanups.
31873 2004-06-24 Wim Taymans <wim@fluendo.com>
31875 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
31876 (gst_audiorate_init), (gst_audiorate_chain),
31877 (gst_audiorate_set_property), (gst_audiorate_get_property):
31878 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
31879 (gst_videorate_chain):
31880 Added some logging, fixed an overflow bug in videorate.
31882 2004-06-24 Benjamin Otte <otte@gnome.org>
31884 * ext/kio/Makefile.am:
31885 fix for builddir != srcdir and distcheck
31887 2004-06-24 Benjamin Otte <otte@gnome.org>
31889 * gst-libs/gst/colorbalance/Makefile.am:
31890 * gst-libs/gst/mixer/Makefile.am:
31891 * gst-libs/gst/play/Makefile.am:
31892 * gst-libs/gst/tuner/Makefile.am:
31893 * gst/tcp/Makefile.am:
31894 * sys/dxr3/Makefile.am:
31895 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
31897 Also add all *.list files that were missing.
31899 add a distcheck hook to ensure the above doesn't happen again.
31901 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
31903 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
31905 2004-06-23 Colin Walters <walters@redhat.com>
31907 * m4/Makefile.am: Distribute gst-fionread.m4.
31909 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
31911 * configure.ac: back to dev
31913 2004-06-23 Wim Taymans <wim@fluendo.com>
31915 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31916 (gst_alsa_xrun_recovery):
31917 * ext/alsa/gstalsa.h:
31918 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
31919 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
31920 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
31921 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
31922 (gst_alsa_src_loop):
31923 Add clock to alsasrc. Take new capture timestamp when
31924 restarting after an overrun. Split up some functions between
31925 alsasrc and alsasink.
31927 === release 0.8.2 ===
31929 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
31931 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
31932 (gst_alsa_change_state), (gst_alsa_update_avail),
31933 (gst_alsa_xrun_recovery):
31934 * ext/alsa/gstalsa.h:
31935 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31936 merge back changes from release
31938 2004-06-23 Wim Taymans <wim@fluendo.com>
31940 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
31941 (gst_audiorate_init), (gst_audiorate_chain),
31942 (gst_audiorate_set_property), (gst_audiorate_get_property):
31943 Implement sample dropping and notify
31945 2004-06-22 Wim Taymans <wim@fluendo.com>
31947 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31948 (theora_enc_sink_link), (theora_buffer_from_packet),
31949 (theora_push_packet), (theora_enc_chain):
31950 Some cleanups, make sure the timestamps are correct.
31952 2004-06-22 Wim Taymans <wim@fluendo.com>
31954 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
31955 (gst_alsa_change_state), (gst_alsa_update_avail),
31956 (gst_alsa_xrun_recovery):
31957 * ext/alsa/gstalsa.h:
31958 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31959 Cleanups, take queued samples into account when reporting
31962 2004-06-22 Wim Taymans <wim@fluendo.com>
31964 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
31965 (gst_videorate_init):
31966 Initialize the property as well.
31968 2004-06-22 Wim Taymans <wim@fluendo.com>
31970 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
31971 (gst_videorate_init), (gst_videorate_chain),
31972 (gst_videorate_set_property), (gst_videorate_get_property):
31973 Add property to make videorate silent.
31974 Add property to prefer new frames over old ones.
31976 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31978 * sys/osxvideo/Makefile.am:
31979 Workaround so that the osxvideo .so file gets linked with the
31980 Cocoa, OpenGL and QuickTime frameworks
31982 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31984 * sys/osxaudio/Makefile.am:
31985 Workaround so that the osxaudio .so file gets linked with the
31986 CoreAudio framework
31988 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31991 Whoops, my fault...fixed build issues
31993 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31996 Add objective-c support if running in Darwin/Mac OS X
31999 * sys/osxvideo/Makefile.am:
32000 * sys/osxvideo/osxvideosink.h:
32001 * sys/osxvideo/osxvideosink.m:
32002 * sys/osxvideo/cocoawindow.h:
32003 * sys/osxvideo/cocoawindow.m:
32004 Add osxvideosink, a cocoa-based osx video sink
32007 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
32008 * ext/dvdnav/gst-dvd:
32009 Grab the gconf key from the right spot
32010 * gst/debug/gstnavseek.c: (gst_navseek_init),
32011 (gst_navseek_segseek), (gst_navseek_handle_src_event),
32012 (gst_navseek_chain):
32013 * gst/debug/gstnavseek.h:
32014 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
32015 and loop parameters of a segment seek.
32016 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
32017 (gst_videotestsrc_get_event_masks),
32018 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32019 * gst/videotestsrc/gstvideotestsrc.h:
32020 Add seeking support to videotestsrc
32021 Initialise the timestamp_offset variable.
32023 2004-06-18 Wim Taymans <wim@fluendo.com>
32025 * ext/sidplay/gstsiddec.cc:
32026 Fix negotiation and set correct end offset.
32028 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
32030 * configure.ac: branch and prerelease
32032 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
32034 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
32035 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
32036 (gst_tcpclientsrc_init_receive):
32037 * gst/tcp/gsttcpclientsrc.h:
32038 read caps when connecting to server for GDP so we set them correctly
32040 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
32042 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
32043 notify drops and duplicates
32044 * gst/videoscale/videoscale.c: (videoscale_get_structure):
32045 no good reason to limit ourselves to 100x100
32047 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
32049 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32050 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
32051 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32052 (gst_v4lsrc_get_property):
32053 * sys/v4l/gstv4lsrc.h:
32054 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32055 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
32056 (gst_v4l_set_audio):
32057 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
32058 (gst_v4lsrc_try_capture):
32059 * sys/v4l/v4lsrc_calls.h:
32060 change try_palette to more general try_capture
32061 add autoprobe option so we can turn off autoprobing
32064 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
32068 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
32069 (gst_ximagesink_class_init):
32070 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
32071 (gst_xvimagesink_class_init):
32072 run them as finalize, not dispose, since dispose can be invoked
32075 2004-06-17 Wim Taymans <wim@fluendo.com>
32077 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
32078 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
32079 * ext/alsa/gstalsa.h:
32080 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
32081 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
32082 (gst_alsa_src_change_state):
32083 * ext/alsa/gstalsasrc.h:
32084 Make the xrun code timestamp and offset the buffers correctly.
32085 moved the clock to the base class, use alsa methods to get time.
32086 Do correct timestamping on outgoing buffers.
32088 2004-06-17 Wim Taymans <wim@fluendo.com>
32090 * gst/audiorate/Makefile.am:
32091 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
32092 (gst_audiorate_base_init), (gst_audiorate_class_init),
32093 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
32094 (gst_audiorate_set_property), (gst_audiorate_get_property),
32095 (gst_audiorate_change_state), (plugin_init):
32096 Added an audiorate converter that fills in gaps.
32098 2004-06-17 Johan Dahlin <johan@gnome.org>
32100 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
32102 2004-06-16 Wim Taymans <wim@fluendo.com>
32104 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
32105 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
32106 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
32107 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32108 (gst_v4lsrc_get_property):
32109 * sys/v4l/gstv4lsrc.h:
32110 Added a copy mode to v4lsrc where it will output a copied version
32111 of its internal hardware buffer.
32112 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
32115 2004-06-16 Wim Taymans <wim@fluendo.com>
32117 * sys/oss/gstosssrc.c: (gst_osssrc_get):
32120 2004-06-16 Wim Taymans <wim@fluendo.com>
32122 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
32123 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
32124 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32125 (gst_v4lsrc_get_property):
32126 * sys/v4l/gstv4lsrc.h:
32127 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32128 Added a sync mode enum property to control v4lsrc timestamp method
32129 Removed the use-fixed-fps property and moved functionality in
32131 Don't error on an error value from v4l-conf, it might not always
32134 2004-06-16 Wim Taymans <wim@fluendo.com>
32136 * gst/videorate/Makefile.am:
32137 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
32138 (gst_videorate_base_init), (gst_videorate_class_init),
32139 (gst_videorate_getcaps), (gst_videorate_link),
32140 (gst_videorate_init), (gst_videorate_chain),
32141 (gst_videorate_set_property), (gst_videorate_get_property),
32142 (gst_videorate_change_state), (plugin_init):
32143 Added a video timestamp corrector.
32145 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32147 fixed a potential leak with previous commit
32149 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32151 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32153 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32154 Added missing refcount, fixes bug #144425
32155 Cheers Tim for finding the bug
32157 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
32159 * sys/v4l/gstv4l.c: (plugin_init):
32160 * sys/v4l/gstv4lcolorbalance.c:
32161 * sys/v4l/gstv4lcolorbalance.h:
32162 * sys/v4l/gstv4lelement.c:
32163 * sys/v4l/gstv4lelement.h:
32164 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32165 * sys/v4l/gstv4lmjpegsink.h:
32166 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32167 * sys/v4l/gstv4lmjpegsrc.h:
32168 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
32169 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
32170 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
32171 * sys/v4l/gstv4lsrc.h:
32172 * sys/v4l/gstv4ltuner.c:
32173 * sys/v4l/gstv4ltuner.h:
32174 * sys/v4l/gstv4lxoverlay.c:
32175 * sys/v4l/gstv4lxoverlay.h:
32176 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32177 (gst_v4l_set_window), (gst_v4l_enable_overlay):
32178 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32179 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
32180 (gst_v4l_set_audio):
32181 * sys/v4l/v4l_calls.h:
32182 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32183 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
32184 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
32185 (gst_v4lmjpegsink_playback_init),
32186 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
32187 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
32188 (gst_v4lmjpegsink_playback_stop),
32189 (gst_v4lmjpegsink_playback_deinit):
32190 * sys/v4l/v4lmjpegsink_calls.h:
32191 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32192 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
32193 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32194 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
32195 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
32196 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
32197 * sys/v4l/v4lmjpegsrc_calls.h:
32198 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32199 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
32200 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
32201 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
32202 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
32203 (gst_v4lsrc_try_palette):
32204 * sys/v4l/v4lsrc_calls.h:
32205 bunch of paranoia cleanups
32207 2004-06-14 David Schleef <ds@schleef.org>
32209 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
32210 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
32211 Send discont events and change timestamps appropriately when
32212 we get a seek event. (bug #144240)
32213 * ext/cdparanoia/gstcdparanoia.h:
32215 2004-06-14 Benjamin Otte <otte@gnome.org>
32217 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
32218 snd_pcm_hw_params_set_rate since the latter fails for no good
32219 reason on some setups.
32221 2004-06-14 David Schleef <ds@schleef.org>
32223 * gst/volume/demo.c: (value_changed_callback): exp10() is not
32224 standard. Thank you for playing.
32226 2004-06-14 Wim Taymans <wim@fluendo.com>
32228 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
32229 Patch 1.3 broke the ordering of the colorspace info and
32230 made the plugin basically work by coincidence, reordered
32233 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
32235 * ext/lame/gstlame.c:
32236 * ext/mad/gstmad.c:
32237 sync caps. Make sure mad can only output a list of rates, not
32238 a full range. In the future, have three caps lists for each of the
32239 mpeg versions. Change mpegversion to a double as well.
32241 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
32243 * gst/volume/.cvsignore:
32244 * gst/volume/Makefile.am:
32245 * gst/volume/demo.c: (value_changed_callback), (idler),
32246 (setup_gui), (main):
32247 added small demo app
32249 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
32250 * ext/esd/esdsink.c: (gst_esdsink_change_state):
32251 * ext/esd/esdsink.h:
32252 Close the esd connection on pause, because esd will just wait -
32253 blocking all other esd clients indefinitely.
32255 2004-06-12 Christophe Fergeau <teuf@gnome.org>
32257 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
32258 previous commit with GST_DEBUG
32260 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
32263 add a header check for a dvdread header in dvdnav. Fixes #133002
32265 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32267 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
32268 * gst/tcp/gsttcpclientsink.h:
32269 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
32270 * gst/tcp/gsttcpclientsrc.h:
32271 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
32272 (gst_tcpserversink_handle_server_read),
32273 (gst_tcpserversink_init_send):
32274 * gst/tcp/gsttcpserversink.h:
32275 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
32276 * gst/tcp/gsttcpserversrc.h:
32277 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
32280 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32283 Added ogg library so that OSX detects libtheora properly
32285 2004-06-11 Wim Taymans <wim@fluendo.com>
32287 * ext/theora/theoradec.c: (theora_dec_chain),
32288 (theora_dec_change_state):
32289 Don't try to decode frames before we received a keyframe.
32291 2004-06-11 Wim Taymans <wim@fluendo.com>
32293 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
32294 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
32295 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32296 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
32297 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
32298 Added property to set the maximum delay of a page.
32300 2004-06-10 Wim Taymans <wim@fluendo.com>
32302 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
32303 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
32304 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32305 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
32306 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
32307 Added max-delay property to control the maximum amount
32308 of data to put in one page.
32310 2004-06-10 Wim Taymans <wim@fluendo.com>
32312 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32313 (gst_theora_enc_init), (theora_enc_sink_link),
32314 (theora_buffer_from_packet), (theora_enc_set_property),
32315 (theora_enc_get_property):
32316 Set duration on encoded buffer, added some more properties
32318 2004-06-10 Wim Taymans <wim@fluendo.com>
32320 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
32321 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32322 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
32323 * ext/theora/theoraenc.c: (theora_enc_chain):
32324 Fix refcounting bugs
32326 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
32328 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
32329 (gst_asf_demux_loop), (gst_asf_demux_process_file),
32330 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
32331 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
32332 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
32333 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
32334 (gst_asf_demux_change_state):
32335 * gst/asfdemux/gstasfdemux.h:
32336 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
32337 feels like. I think we should set a new requirement for demuxers
32338 from now on to implement sane loop functions, data loops, query
32339 and seek functions before first commit into CVS. And this commit
32340 fixes all of the above.
32342 2004-06-10 Christophe Fergeau <teuf@gnome.org>
32344 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
32345 vorbis comments are properly encoded in UTF-8 before adding them
32348 2004-06-09 Benjamin Otte <otte@gnome.org>
32350 * ext/alsa/gstalsa.c: (add_channels):
32351 handle min <= max correctly
32352 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
32353 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
32354 add fixation functions so we fixate correctly. No preferring of alaw
32355 anymore because it's the first structure.
32356 * ext/alsa/gstalsa.h:
32357 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
32358 (gst_alsa_hw_params_dump):
32359 add functions to ease debugging in alsalib
32360 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
32361 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
32362 (gst_alsa_start_audio):
32363 only specify hw params if we really setup a format (fixes #134007 -
32364 or at least works around it)
32366 2004-06-09 Wim Taymans <wim@fluendo.com>
32368 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
32369 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
32370 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
32371 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
32372 (gst_ogg_mux_loop):
32373 Use stream caps to setup the initial pages in the ogg stream.
32374 Correctly set the streamheader caps on the srcpad.
32376 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
32378 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
32379 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
32380 (gst_v4lsrc_getcaps):
32381 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32382 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
32383 add querying of fps lists for webcams. Negotiating to a framerate
32386 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
32388 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
32389 (theora_push_buffer), (theora_push_packet),
32390 (theora_set_header_on_caps), (theora_enc_chain):
32391 mark buffers and put on streamheader, raw theora streaming
32392 now works too, whee
32394 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
32396 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
32397 (gst_tcp_gdp_read_caps):
32398 do a looping read for caps and GDP headers too
32400 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
32402 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
32403 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
32404 return EOS instead of NULL in _get
32406 2004-06-08 Wim Taymans <wim@fluendo.com>
32408 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
32409 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
32410 (gst_tcp_gdp_write_caps):
32411 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
32412 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
32413 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
32416 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
32418 * ext/vorbis/Makefile.am:
32419 * ext/vorbis/vorbis.c: (plugin_init):
32420 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
32421 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
32422 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
32423 (vorbis_parse_change_state):
32424 * ext/vorbis/vorbisparse.h:
32425 adding a vorbisparse element that marks the buffers, streaming
32426 raw vorbis using GDP now works, whee
32428 2004-06-08 Wim Taymans <wim@fluendo.com>
32430 * ext/jpeg/Makefile.am:
32432 * ext/jpeg/gstjpeg.c: (plugin_init):
32433 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
32434 (gst_smokedec_base_init), (gst_smokedec_class_init),
32435 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
32436 * ext/jpeg/gstsmokedec.h:
32437 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
32438 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
32439 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
32440 (gst_smokeenc_resync), (gst_smokeenc_chain),
32441 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
32442 * ext/jpeg/gstsmokeenc.h:
32443 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
32444 (smokecodec_flush_destination), (smokecodec_term_destination),
32445 (smokecodec_init_source), (smokecodec_fill_input_buffer),
32446 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
32447 (smokecodec_term_source), (smokecodec_encode_new),
32448 (smokecodec_decode_new), (smokecodec_info_free),
32449 (smokecodec_set_quality), (smokecodec_get_quality),
32450 (smokecodec_set_threshold), (smokecodec_get_threshold),
32451 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
32452 (find_best_size), (abs_diff), (put), (smokecodec_encode),
32453 (smokecodec_parse_header), (smokecodec_decode):
32454 * ext/jpeg/smokecodec.h:
32455 Added a new simple jpeg based codec
32457 2004-06-08 Wim Taymans <wim@fluendo.com>
32459 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
32460 (gst_multipart_mux_loop):
32463 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
32465 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
32466 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
32467 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
32468 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
32469 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
32470 * gst/tcp/gsttcpserversink.h:
32471 take streamheader into account
32473 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
32475 * gst/level/Makefile.am:
32476 * gst/level/gstlevel.c: (gst_level_class_init):
32477 clean up marshal generation
32479 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
32481 * gst/tcp/Makefile.am:
32482 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
32483 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
32484 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
32485 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
32486 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
32487 (gst_tcpclientsrc_get_property):
32488 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32489 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32490 (gst_tcpserversink_handle_client_read),
32491 (gst_tcpserversink_handle_client_write),
32492 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
32493 * gst/tcp/gsttcpserversink.h:
32494 add signals client-added and client-removed
32495 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
32496 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
32497 (gst_tcpserversrc_get_property):
32498 uniformized, change default protocol to NONE
32499 * gst/tcp/gsttcp-marshal.list: added
32500 2004-06-07 Benjamin Otte <otte@gnome.org>
32502 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32503 handle discont events if they happen before caps nego
32505 2004-06-07 Wim Taymans <wim@fluendo.com>
32507 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
32508 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
32509 (gst_multipart_demux_plugin_init):
32510 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
32511 (gst_multipart_mux_init), (gst_multipart_mux_loop),
32512 (gst_multipart_mux_change_state):
32513 Small updates, fix a memleak
32515 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32517 * configure.ac: OSS portability
32518 * ext/arts/gst_arts.c: idem
32519 * sys/oss/gstosselement.c: idem
32520 * sys/oss/gstossmixer.c: idem
32521 * sys/oss/gstosssink.c: idem
32522 * sys/oss/gstosssrc.c: idem
32523 * sys/oss/oss_probe.c: idem
32524 - check for soundcard.h in different places for some BSD
32526 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
32529 Add me to the authors file
32531 Increase the libdv requirement to >= version 0.100
32532 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
32533 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
32534 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
32535 * ext/dv/gstdvdec.h:
32536 Add support for the new_media flag when sending DISCONT events
32537 Make the querying work when video pad is not linked
32539 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
32541 reviewed by Benjamin Otte <otte@gnome.org>
32543 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
32544 create a NULL-initialized array of pads, so we don't think they
32545 exist already. (fixes #143130)
32547 2004-06-07 Benjamin Otte <otte@gnome.org>
32549 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
32550 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
32551 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
32552 don't use // coments
32554 2004-06-07 Benjamin Otte <otte@gnome.org>
32556 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
32557 cast to GstClockTime to get higher granularity
32558 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32559 use gst_element_set_time_delay to get the exact time
32560 * ext/mad/gstmad.c: (gst_mad_chain):
32561 use the negotiated rate instead of the current frame's rate which
32562 might be wrong because of bit errors. This avoids emitting totally
32563 bogus timestamps and screwing sync.
32566 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
32568 reviewed by Benjamin Otte <otte@gnome.org>
32570 * gst/adder/gstadder.c: (gst_adder_loop):
32571 properly error out when no negotiation has happened yet. (fixes
32574 2004-06-06 Benjamin Otte <otte@gnome.org>
32576 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
32577 forward correctly transformed offset in discont events. Based on
32578 patch by Arwed v. Merkatz. (fixes #142851)
32580 2004-06-06 David Schleef <ds@schleef.org>
32582 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
32583 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
32584 problems on several systems.
32586 2004-06-06 Benjamin Otte <otte@gnome.org>
32588 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
32589 use explicit caps on the srcpad
32590 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
32591 properly error out if caps couldn't be set (fixes #142764)
32593 2004-06-06 Benjamin Otte <otte@gnome.org>
32595 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
32596 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
32597 (gst_alsa_start_audio):
32598 - don't call set_periods_integer anymore, it breaks the
32599 configuration randomly
32600 - call snd_pcm_hw_params_set_access directly instead of using masks
32601 - don't fail if the sw_params can't be set, just use the default
32602 params and hope it works. Alsalib has weird issues when you touch
32603 sw_params and does no proper error reporting about what failed.
32604 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32605 (gst_alsa_close_audio):
32606 make our alsa debugging go via gst debugging and not conditionally
32608 * ext/alsa/gstalsa.h:
32609 add ALSA_DEBUG_FLUSH macro
32610 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
32612 wrap alsa errors to be printed via the gst debugging system and not
32615 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
32617 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
32618 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
32619 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
32620 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
32621 (qtdemux_parse_trak):
32622 * gst/qtdemux/qtdemux.h:
32623 Bitch. Also known as seeking, querying & co.
32624 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32625 (gst_osssink_change_state):
32626 * sys/oss/gstosssink.h:
32627 Resyncing is for weenies, this hack is no longer needed and was
32628 broken anyway (since it - unintendedly - always leaves resync to
32631 2004-06-05 Andrew Turner <zxombie@hotpop.com>
32633 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
32634 * gst/tcp/gsttcpclientsrc.h: idem
32635 - define MSG_NOSIGNAL if not done
32636 - include unistd.h for off_t
32639 2004-06-05 Benjamin Otte <otte@gnome.org>
32642 * ext/kio/Makefile.am:
32643 check for qt's moc preprocessor explicitly and use it
32645 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32647 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
32648 don't get a signal for EPIPE on socket writes
32649 (somebody check if this works on other platforms)
32651 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
32653 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
32654 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32655 check error condition on available samples correctly
32657 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
32659 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
32661 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
32662 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
32663 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
32664 (gst_tcpserversrc_gdp_read_header):
32665 use ssize_t over size_t since the former is signed and thus the
32666 check for error codes can work
32668 2004-06-02 Wim Taymans <wim@fluendo.com>
32672 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
32673 (gst_multipart_mux_loop):
32676 2004-06-02 Wim Taymans <wim@fluendo.com>
32678 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
32679 (gst_multipart_mux_init), (gst_multipart_mux_loop),
32680 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
32681 (gst_multipart_mux_change_state):
32682 Added configurable boundary specifier, added the value as a
32683 caps field as well.
32685 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32687 * gst/tcp/gsttcp.c:
32688 * gst/tcp/gsttcpclientsrc.c:
32689 * gst/tcp/gsttcpclientsrc.h:
32690 * gst/tcp/gsttcpserversrc.c:
32691 - portability fix, to compile on OSX
32694 * sys/osxaudio/gstosxaudioelement.c:
32695 * sys/osxaudio/gstosxaudiosink.c:
32696 * sys/osxaudio/gstosxaudiosrc.c:
32697 - compilation warnings on OSX
32700 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32702 * ext/vorbis/vorbisdec.c : sign warning fixes
32704 * gst-libs/gst/mixer/mixertrack.c :
32705 do no use defines which are glib 2.4 specific
32707 2004-06-01 Christophe Fergeau <teuf@gnome.org>
32709 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
32710 buffer since libflac doesn't expect it (reports a sync error when
32711 it encounters that)
32714 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
32716 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
32717 * gst-libs/gst/mixer/mixertrack.c:
32718 (gst_mixer_track_get_property), (get_mixer_track_init),
32719 (get_mixer_track_get_property): Added property accessors
32720 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
32721 * gst-libs/gst/mixer/mixeroptions.c:
32722 (gst_mixer_options_get_values): Added
32723 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
32724 * gst-libs/gst/mixer/mixer.c: Fixed comment
32727 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32729 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
32730 improve error messages on open
32733 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
32735 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32736 check if v4l-conf is in path
32738 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
32740 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
32741 change assert to a more readable error message
32743 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32745 * gst-libs/gst/tuner/tunerchannel.h:
32746 - add a freq_multiplicator field to make the conversion
32747 between internal frequency unit and Hz
32748 * sys/v4l/gstv4lelement.c:
32749 * sys/v4l2/gstv4l2element.c:
32750 - change default video device to /dev/video0
32751 * sys/v4l/v4l_calls.c:
32752 * sys/v4l2/v4l2_calls.c:
32753 - we only expose frequency to the user in Hz instead of
32754 bastard v4lX unit (either 62.5kHz or 62.5Hz)
32756 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
32757 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
32758 Initialise b_o_s and e_o_s variables
32759 * gst-libs/gst/riff/riff-media.c:
32760 (gst_riff_create_video_caps_with_data):
32761 Add some unusual fourcc's from mplayer avi's
32762 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
32763 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
32766 2004-05-28 Wim Taymans <wim@fluendo.com>
32769 * gst/alpha/Makefile.am:
32770 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
32771 (gst_alpha_get_type), (gst_alpha_base_init),
32772 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
32773 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
32774 (gst_alpha_chroma_key), (gst_alpha_chain),
32775 (gst_alpha_change_state), (plugin_init):
32776 A plugin to add an alpha channel to I420 video. Can optionally do
32778 * gst/multipart/Makefile.am:
32779 * gst/multipart/multipart.c: (plugin_init):
32780 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
32781 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
32782 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
32783 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
32784 (gst_multipart_demux_change_state),
32785 (gst_multipart_demux_plugin_init):
32786 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
32787 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
32788 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
32789 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
32790 (gst_multipart_mux_pad_unlink),
32791 (gst_multipart_mux_request_new_pad),
32792 (gst_multipart_mux_handle_src_event),
32793 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
32794 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
32795 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
32796 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
32797 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
32798 send multipart jpeg images to a browser.
32799 * gst/videobox/Makefile.am:
32800 * gst/videobox/README:
32801 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32802 (gst_video_box_get_type), (gst_video_box_base_init),
32803 (gst_video_box_class_init), (gst_video_box_init),
32804 (gst_video_box_set_property), (gst_video_box_get_property),
32805 (gst_video_box_sink_link), (gst_video_box_i420),
32806 (gst_video_box_ayuv), (gst_video_box_chain),
32807 (gst_video_box_change_state), (plugin_init):
32808 Crops or adds borders around an image. can do alpha channel
32810 * gst/videomixer/Makefile.am:
32811 * gst/videomixer/README:
32812 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32813 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
32814 (gst_videomixer_pad_get_sink_event_masks),
32815 (gst_videomixer_pad_get_property),
32816 (gst_videomixer_pad_set_property),
32817 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
32818 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
32819 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32820 (gst_videomixer_base_init), (gst_videomixer_class_init),
32821 (gst_videomixer_init), (gst_videomixer_request_new_pad),
32822 (gst_videomixer_handle_src_event),
32823 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
32824 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32825 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32826 (gst_videomixer_loop), (gst_videomixer_get_property),
32827 (gst_videomixer_set_property), (gst_videomixer_change_state),
32829 Generic video mixer plugin, can handle multiple inputs all with
32830 different framerates and video sizes. Is fully alpha channel
32833 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
32835 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
32836 Select first track as master track. Not sure how else to handle
32838 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
32839 Discard discont events. Should fix #142962.
32841 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
32843 * ext/alsa/Makefile.am:
32844 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
32845 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
32846 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32847 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32848 (gst_alsa_mixer_get_option):
32849 * ext/alsa/gstalsamixer.h:
32850 * ext/alsa/gstalsamixeroptions.c:
32851 (gst_alsa_mixer_options_get_type),
32852 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
32853 (gst_alsa_mixer_options_new):
32854 * ext/alsa/gstalsamixeroptions.h:
32855 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
32856 * ext/alsa/gstalsamixertrack.h:
32857 Add enumerations (as GstMixerOptions). Make correct distinction
32858 between input/output tracks. Add capture/playback private flag.
32859 Use flag to decide on whether to set capture or playback volumes
32860 or switches. Use playback and record switches.
32861 * gst-libs/gst/mixer/Makefile.am:
32862 * gst-libs/gst/mixer/mixer-marshal.list:
32863 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
32864 (gst_mixer_set_option), (gst_mixer_get_option),
32865 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
32866 (gst_mixer_volume_changed), (gst_mixer_option_changed):
32867 * gst-libs/gst/mixer/mixer.h:
32868 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
32869 (gst_mixer_options_class_init), (gst_mixer_options_init),
32870 (gst_mixer_options_dispose):
32871 * gst-libs/gst/mixer/mixeroptions.h:
32872 Add GstMixerOptions.
32873 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32874 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
32875 broken device detection on computers with multiple OSS sound
32878 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
32880 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
32881 fixate nicely even when the peer is not negotiating
32883 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
32885 * gst/audioconvert/gstaudioconvert.c:
32886 (gst_audio_convert_parse_caps):
32887 make sure we don't allow depth > width
32888 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
32889 fixate endianness to G_BYTE_ORDER as default
32890 * gst/audioscale/gstaudioscale.c:
32891 we don't handle another endianness as host-endianness
32893 2004-05-25 David Schleef <ds@schleef.org>
32895 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
32897 2004-05-24 Benjamin Otte <otte@gnome.org>
32899 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
32900 (gst_oggvorbisenc_setup):
32901 properly fail when we can't setup the vorbis encoder due to
32902 unsupported settings
32903 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
32904 (gst_vorbisenc_setup):
32906 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32907 fix case where warnings occured when one pad was unlinked while the
32908 other's link function was called
32910 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
32912 * gst/tcp/Makefile.am:
32915 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
32917 * gst-libs/gst/resample/private.h:
32918 don't use optimizations that are #if 0'ed
32920 2004-05-24 Wim Taymans <wim@fluendo.com>
32922 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
32923 Fix potential division by zero error and hopefully get
32924 the position query right to get correct timestamps on avi
32927 2004-05-24 Wim Taymans <wim@fluendo.com>
32929 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
32930 (gst_videoscale_scale_nearest_str2),
32931 (gst_videoscale_scale_nearest_str4),
32932 (gst_videoscale_scale_nearest_32bit),
32933 (gst_videoscale_scale_nearest_24bit),
32934 (gst_videoscale_scale_nearest_16bit):
32935 Fix the scaling algorithm and avoid a buffer overflow.
32936 removed the while loop in the scaling function as it
32937 was used for point sampling only.
32939 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
32941 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
32942 (gst_id3_tag_class_init), (gst_id3_tag_init),
32943 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
32944 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
32945 (gst_id3_tag_send_tag_event):
32946 lots of fixes to make id3mux work and id3demux work correctly
32948 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32951 add rules to build shout2send (was removed by accident
32952 when this module was no more marked experimental/broken)
32954 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32956 * ext/shout2/gstshout2.c:
32957 * ext/shout2/gstshout2.h:
32958 adding a "connection problem" signal to shout2send
32961 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
32963 * ext/kio/kioreceiver.cpp:
32964 * ext/kio/kioreceiver.h:
32965 fix sign comparison issues
32967 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32969 * gst/cdxaparse/gstcdxaparse.c:
32970 * gst/cdxaparse/gstcdxaparse.h:
32972 add some checks/sanity
32973 prepare for seek addition
32975 * sys/sunaudio/gstsunaudio.c:
32976 remove exported dupe init function
32978 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
32980 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
32981 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
32982 Fix format conversion and position querying.
32983 * gst/debug/progressreport.c: (gst_progressreport_report):
32984 Don't output a bogus total value that we didn't query.
32985 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32986 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
32987 only a blank window after xine has been used.
32989 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32992 sync with upstream version to fix test on FC2
32993 readd with -ko to preserve Id header
32995 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32998 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
32999 * gst/tcp/gsttcpclientsrc.c: idem
33000 * gst/tcp/gsttcpserversink.c: idem
33001 * gst/tcp/gsttcpserversrc.c: idem
33002 * m4/gst-fionread.m4: idem
33004 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
33006 * configure.ac: enable speex plugin for speex 1.1.5+
33007 * ext/speex/gstspeexenc.c: fix cast warning
33009 * ext/esd/README: fix typo
33011 2004-05-20 David Schleef <ds@schleef.org>
33013 * configure.ac: Minor cosmetic change to convince the buildbot to
33015 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
33016 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
33017 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
33018 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
33019 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
33020 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
33021 More hacking. Plays audio now.
33023 2004-05-20 David Schleef <ds@schleef.org>
33028 2004-05-20 David Schleef <ds@schleef.org>
33030 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
33031 * sys/osxaudio/gstosxaudio.c:
33032 * sys/osxaudio/gstosxaudioelement.c:
33033 * sys/osxaudio/gstosxaudioelement.h:
33034 * sys/osxaudio/gstosxaudiosink.c:
33035 * sys/osxaudio/gstosxaudiosink.h:
33036 * sys/osxaudio/gstosxaudiosrc.c:
33037 * sys/osxaudio/gstosxaudiosrc.h:
33039 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
33041 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
33042 (gst_vorbisenc_chain):
33043 put the codec headers on the caps as streamheader as well as
33046 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
33048 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
33049 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
33050 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
33051 split up push_packet into two functions
33053 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
33055 * gst/tcp/.cvsignore:
33057 * gst/tcp/Makefile.am:
33059 * gst/tcp/gsttcp.c:
33060 * gst/tcp/gsttcp.h:
33061 * gst/tcp/gsttcpclientsink.c:
33062 * gst/tcp/gsttcpclientsink.h:
33063 * gst/tcp/gsttcpclientsrc.c:
33064 * gst/tcp/gsttcpclientsrc.h:
33065 * gst/tcp/gsttcpplugin.c:
33066 * gst/tcp/gsttcpserversink.c:
33067 * gst/tcp/gsttcpserversink.h:
33068 * gst/tcp/gsttcpserversrc.c:
33069 * gst/tcp/gsttcpserversrc.h:
33070 add new tcp elements
33072 2004-05-19 Wim Taymans <wim@fluendo.com>
33074 * gst/law/mulaw-conversion.c: (mulaw_encode):
33075 Fix overflow bug in ulaw encoding.
33077 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
33079 * ext/mad/gstmad.c: (gst_mad_handle_event):
33080 don't unref the event twice
33082 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
33085 remove -Wno-sign-compare
33087 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
33090 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
33091 if you want to work against glib 2.2 and 2.4
33093 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
33095 * gst/tcp/Makefile.am:
33096 * gst/tcp/gsttcp.c:
33097 * gst/tcp/gsttcp.h:
33098 * gst/tcp/gsttcpsink.h:
33099 * gst/tcp/gsttcpsrc.h:
33100 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
33102 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
33104 * gst/debug/tests.c: (md5_get_value):
33105 fix segfault on gst-inspect
33107 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
33109 * gst/debug/testplugin.c:
33110 * gst/debug/tests.c:
33111 * gst/debug/tests.h:
33112 add new extensible and configurable testing element. Current tests
33113 include buffer count, stream length, timestamp/duration matching and
33115 * gst/debug/Makefile.am:
33116 * gst/debug/gstdebug.c: (plugin_init):
33117 add infrastructure for new element
33119 2004-05-19 Johan Dahlin <johan@gnome.org>
33121 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
33122 ending of the array. Fixes gst-inspect segfault on ppc.
33124 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33126 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
33128 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
33130 2004-05-18 David Schleef <ds@schleef.org>
33132 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
33133 warnings (bugs, actually) noticed by gcc but not forte.
33135 2004-05-18 David Schleef <ds@schleef.org>
33137 * sys/sunaudio/Makefile.am:
33138 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
33140 2004-05-18 David Schleef <ds@schleef.org>
33142 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
33143 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
33144 to allow qtdemux to use non-seekable streams. (bug #142272)
33146 2004-05-18 David Schleef <ds@schleef.org>
33148 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
33149 (gst_resample_sinc_ft_float): Remove use of static temporary
33150 buffer. This code was obviously not supposed to last long, but
33151 it's stuck in our ABI, so it required a little hack to make it
33152 ABI-compatible. Fixes #142585.
33153 * gst-libs/gst/resample/resample.h: same.
33155 2004-05-18 David Schleef <ds@schleef.org>
33157 * configure.ac: Add sunaudio
33158 * examples/Makefile.am: make gstplay depend on gconf
33159 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
33160 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
33161 (convert_table_lookup), (img_convert): remove c99-isms
33162 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
33163 unsigned, to fix a warning on Solaris
33164 * gst/mpeg1sys/systems.c: bcopy->memcpy
33165 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
33166 * sys/Makefile.am: Add sunaudio
33168 2004-05-18 Wim Taymans <wim@fluendo.com>
33170 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
33171 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
33172 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
33173 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
33174 (gst_ogg_mux_loop):
33175 Fix an ugly memleak where the muxer didn't flush enough ogg
33176 pages. This also resulted in badly muxed ogg files.
33178 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33180 * gst/asfdemux/asfheaders.c :
33181 * gst/asfdemux/asfheaders.h :
33182 * gst/asfdemux/gstasfdemux.c :
33183 - fix ASF_OBJ_PADDING guid
33184 - add 3 new object guids (language list, metadata,
33185 extended stream properties)
33186 - add a function to parse extended header objects
33188 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
33190 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33191 remove leftover debugging g_print
33193 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
33195 * ext/mad/gstmad.c: (gst_mad_handle_event):
33196 Fix for when the first format in a discont event is not a
33197 byte-based one. Should fix #137710.
33199 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33201 * m4/a52.m4 : fix compilation with -Wall -Werror
33202 * m4/libfame.m4 : idem
33203 * m4/libmikmod.m4 : idem
33205 2004-05-17 Benjamin Otte <otte@gnome.org>
33207 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33208 signal the new tags before giving up the reference
33210 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
33212 * ext/shout2/gstshout2.c:
33213 use application/ogg instead of application/x-ogg (patch by Patrick
33214 Guimond, fixes #142432)
33215 * sys/oss/gstosselement.c: (gst_osselement_reset),
33216 (gst_osselement_sync_parms):
33217 don't set fragment size unless specified (fixes #142493)
33219 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33221 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
33224 2004-05-17 Benjamin Otte <otte@gnome.org>
33226 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33227 compute offsets correctly for internal buffers so timestamps are set
33228 correctly when we can't seek. Also handle cases where there are no
33229 offsets. (based on a patch by David Moore, fixes #142507)
33231 2004-05-17 Benjamin Otte <otte@gnome.org>
33233 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33234 use correct variable when determining amount of data to skip so we
33235 don't skip into the void and segfault
33237 2004-05-16 Benjamin Otte <otte@gnome.org>
33239 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
33242 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33244 * gst/asfdemux/gstasfdemux.c:
33245 - fix a mem leak and always propagate tags
33246 - add WMV3 to known video codecs (but no decoder yet)
33247 - replace "surplus data" at end of audio header for what
33248 it is : codec specific data
33251 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
33253 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
33255 * gst-libs/gst/audio/audioclock.c:
33256 Fix wrong return type (#142205).
33258 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
33260 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
33261 Ignore CRCs by default (fixes #142566).
33263 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
33265 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
33266 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
33267 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
33268 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
33269 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
33270 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
33271 Fix for cases where we fail to attach to a mixer.
33273 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
33275 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
33276 Don't touch events after not owning them anymore.
33277 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
33278 (gst_wavparse_fmt), (gst_wavparse_other),
33279 (gst_wavparse_handle_seek), (gst_wavparse_loop),
33280 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
33281 (gst_wavparse_srcpad_event):
33282 * gst/wavparse/gstwavparse.h:
33283 Add seeking, fix querying.
33285 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33287 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33288 - process comments even if they don't end with \0\0
33289 g_convert would ignore them if present and works well without them
33291 2004-05-16 Benjamin Otte <otte@gnome.org>
33293 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
33296 2004-05-16 Benjamin Otte <otte@gnome.org>
33298 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33299 don't write to memory we might not write to - g_convert does that
33300 for us anyway (fixes #142613)
33301 (gst_asf_demux_audio_caps):
33302 comment out gst_util_dump_mem
33304 2004-05-16 Benjamin Otte <otte@gnome.org>
33306 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33307 compute correct expected timestamps after seek (broken since
33309 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
33310 rename element and debugging category to gdkpixbufscale
33312 2004-05-16 Benjamin Otte <otte@gnome.org>
33314 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33315 add error checking to snd_pcm_delay and remove duplicate call to
33316 snd_pcm_delay that caused issues (see inline code comments)
33317 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
33318 make more readable and fix return value when snd_pcm_delay fails
33321 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
33322 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
33323 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
33324 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
33325 (gst_pixbufscale_link), (gst_pixbufscale_init),
33326 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
33327 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
33328 (gst_pixbufscale_get_property), (pixbufscale_init):
33329 * ext/gdk_pixbuf/pixbufscale.h:
33330 Add these files I forgot earlier
33332 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
33333 * ext/gdk_pixbuf/Makefile.am:
33334 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33335 * ext/gdk_pixbuf/gstgdkpixbuf.h:
33336 Add new pixbufscale element to scale RGB video
33337 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
33338 and HYPER interpolation correctly.
33339 * ext/theora/theoraenc.c: (theora_enc_chain),
33340 Discard buffer and return if explicit caps could not be set
33341 (theora_enc_get_property):
33342 Make _get return kbps for the bitrate consistent with
33346 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
33348 * ext/libvisual/visual.c: (gst_visual_chain):
33349 add missing visual_audio_analyze
33351 2004-05-14 David Schleef <ds@schleef.org>
33353 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
33354 is killed while we're playing.
33355 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
33356 gst_element_no_more_pads().
33358 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33360 * gst-libs/gst/riff/riff-read.c :
33361 - fix INFO tag extraction in RIFF/AVI files
33362 because gst_event_unref (event) also freed taglist
33365 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33367 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
33368 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
33370 * gst/auparse/gstauparse.c :
33371 - add code (commented for now) to support audio/x-adpcm on src pad
33372 (we have no decoder for those layout yet)
33374 * gst/cdxaparse/gstcdxaparse.c :
33375 * gst/cdxaparse/gstcdxaparse.h :
33376 - partial rewrite using RiffRead (ripped iain's wavparse code)
33378 * gst/rtp/gstrtpL16enc.c : typo
33379 * gst/rtp/gstrtpgsmenc.c : typo
33381 2004-05-13 Benjamin Otte <otte@gnome.org>
33384 check for exact version of libvisual, it's not supposed to be
33387 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
33389 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
33390 signal no-more-pads
33392 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
33394 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
33395 Report which format was used for GST_FORMAT_DEFAULT
33396 * gst/debug/Makefile.am:
33397 * gst/debug/gstdebug.c: (plugin_init):
33398 * gst/debug/progressreport.c: (gst_progressreport_base_init),
33399 (gst_progressreport_class_init), (gst_progressreport_init),
33400 (gst_progressreport_report), (gst_progressreport_set_property),
33401 (gst_progressreport_get_property), (gst_progressreport_chain),
33402 (gst_progressreport_plugin_init):
33403 Add progressreport element for testing.
33405 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
33407 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
33408 * sys/v4l/gstv4lsrc.h:
33409 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
33410 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
33411 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
33412 (gst_v4lsrc_grab_frame):
33414 send a discont at start
33416 2004-05-12 Colin Walters <walters@redhat.com>
33418 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
33419 inflooping if we can't find a chunk. Or in other words, don't blow
33420 chunks if we don't have a chunk to blow.
33422 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
33423 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
33424 Remove old debug output
33425 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
33426 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
33427 (gst_dvdec_set_property), (gst_dvdec_get_property):
33428 Change the quality setting to an enum, so it works from gst-launch
33429 Don't renegotiate a non-linked pad. Allows audio only decoding.
33430 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
33431 (gst_deinterlace_link), (gst_deinterlace_init):
33432 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33433 (gst_videodrop_link):
33434 Some caps negotiation fixes
33436 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33438 * ext/tarkin/gsttarkin.c :
33439 - Change RANK from NONE to PRIMARY
33440 * ext/gdk_pixbuf/gstgdkpixbuf.c :
33441 - Change RANK from NONE to MARGINAL
33442 * ext/divx/gstdivxenc.c :
33443 - Change RANK from PRIMARY to NONE (encoder/spider issue)
33445 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
33447 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
33448 (gst_vorbisenc_push_packet):
33449 copy a function that was added between 1.0 and 1.0.1 until we
33450 depend on worthwhile features of post-1.0
33452 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
33455 enable shout2 by default
33456 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
33457 (gst_shout2send_base_init), (gst_shout2send_init),
33458 (gst_shout2send_connect), (gst_shout2send_change_state):
33459 * ext/shout2/gstshout2.h:
33460 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
33462 * ext/theora/theora.c: (plugin_init):
33463 don't set rank on encoders
33465 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
33467 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
33468 Use codec_data property instead of flag1 and flag2 for wma
33470 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33472 * gst/cdxaparse/gstcdxaparse.c :
33473 - Add mpegversion to CAPS to make it link
33474 - Rank is as GST_RANK_SECONDARY instead of NONE
33475 * gst/auparse/gstauparse.c :
33476 - Document all audio encoding we can encounter from Solaris 9
33477 headers and libsndfile information.
33478 - Increase max. rate from 48000 to 192000 (to match other elements)
33479 - Don't try to play junk data between header and samples
33481 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
33483 * ext/libvisual/visual.c: (gst_visual_getcaps):
33484 use the right caps depending on endianness (I hope)
33485 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
33486 use GST_RANK_NONE for all non-decoding elements or spider gets
33489 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
33491 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33492 Fix some odd cases and fix BE metadata parsing of unicode16 text.
33494 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
33496 * gst/switch/gstswitch.c: (gst_switch_release_pad),
33497 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
33498 (gst_switch_loop), (gst_switch_get_type):
33499 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
33500 HEADERS. Had to be said.
33502 2004-05-10 David Schleef <ds@schleef.org>
33504 * configure.ac: Add prototype Dirac support.
33506 * ext/dirac/Makefile.am:
33507 * ext/dirac/gstdirac.cc:
33508 * ext/dirac/gstdiracdec.cc:
33510 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
33512 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
33513 (gst_auparse_init), (gst_auparse_chain),
33514 (gst_auparse_change_state):
33515 Hack around spider. Remove me some day please.
33517 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
33519 * gst/auparse/gstauparse.c: (gst_auparse_chain):
33520 Fix for some uninitialized variables in previous patch, also
33521 makes it work. Fixes #142286 while we're at it.
33523 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33525 * gst/auparse/gstauparse.c:
33526 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
33527 only unsupported formats are ADPCM/CCITT G.72x
33529 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
33531 2004-05-10 Wim Taymans <wim@fluendo.com>
33533 * ext/vorbis/Makefile.am:
33534 * ext/vorbis/README:
33535 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
33536 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
33537 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
33538 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
33539 (gst_oggvorbisenc_convert_sink),
33540 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
33541 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
33542 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
33543 (get_constraints_string), (update_start_message),
33544 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
33545 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
33546 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
33547 * ext/vorbis/oggvorbisenc.h:
33548 * ext/vorbis/vorbis.c: (plugin_init):
33549 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
33550 (raw_caps_factory), (gst_vorbisenc_class_init),
33551 (gst_vorbisenc_init), (gst_vorbisenc_setup),
33552 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
33553 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
33554 * ext/vorbis/vorbisenc.h:
33555 Added a raw vorbis encoder to be used with the oggmuxer.
33556 We still need the old encoder for some gnome applications,
33557 read the README to find out how that works.
33558 The raw encoder is called "rawvorbisenc" until 0.9.
33560 2004-05-10 Wim Taymans <wim@fluendo.com>
33562 * ext/ogg/gstogg.c: (plugin_init):
33563 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
33565 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
33566 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
33567 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
33568 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
33569 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
33570 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
33571 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
33572 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
33573 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
33574 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
33575 Added an ogg muxer.
33576 Small typo fixes in the demuxer.
33578 2004-05-10 Wim Taymans <wim@fluendo.com>
33580 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33581 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
33582 (theora_enc_change_state), (theora_enc_set_property),
33583 (theora_enc_get_property):
33584 Mark the last packet with an EOS flag which is not really needed
33586 Do some better video framerate initialisation.
33587 Update the buffer timestamp.
33589 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
33591 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
33592 Return the result of the parent state change call
33594 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33596 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
33597 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
33598 * gst/law/alaw-encode.c : (idem)
33599 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
33600 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
33601 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
33603 2004-05-09 Benjamin Otte <otte@gnome.org>
33605 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33606 don't use a fixed buffer size when writing variable length data to
33607 it. Fixes memory corruption and makes alsasrc work
33609 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
33611 * ext/gnomevfs/gstgnomevfssink.c:
33612 (_gst_boolean_allow_overwrite_accumulator),
33613 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
33614 Run glib's default signal handler (??) in RUN_CLEANUP rather than
33615 RUN_LAST, and don't use that to set the accumulator value because
33616 then it's always FALSE.
33618 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
33620 * gst-libs/gst/riff/riff-media.c:
33621 (gst_riff_create_video_caps_with_data),
33622 (gst_riff_create_audio_caps),
33623 (gst_riff_create_audio_template_caps):
33624 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33625 Fix for unaligned RIFF files (i.e. where all the chunks together
33626 in a LIST chunk are not of the same size as the size given in
33627 the LIST chunk header). Fixes several odd WAVE files. Also fix
33628 ADPCM (block_align property) in audio, so that wavparse based
33629 on this works now as it used to stand-alone.
33631 2004-05-09 Edward Hervey <bilboed@bilboed.com>
33633 reviewed by Benjamin Otte <otte@gnome.org>
33635 * ext/a52dec/gsta52dec.c:
33636 * ext/divx/gstdivxdec.c:
33637 * ext/divx/gstdivxenc.c:
33638 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
33639 * ext/faac/gstfaac.c: (gst_faac_base_init):
33640 * ext/faad/gstfaad.c: (gst_faad_base_init):
33641 * ext/ivorbis/vorbisfile.c:
33642 * ext/lame/gstlame.c:
33643 * ext/libfame/gstlibfame.c:
33644 * ext/mpeg2enc/gstmpeg2enc.cc:
33645 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
33646 * ext/sidplay/gstsiddec.cc:
33647 * ext/speex/gstspeexdec.c:
33648 * ext/speex/gstspeexenc.c:
33649 * ext/xvid/gstxviddec.c:
33650 * ext/xvid/gstxvidenc.c:
33651 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
33654 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
33656 * ext/alsa/gstalsa.c: (device_list),
33657 (gst_alsa_class_probe_devices):
33658 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
33659 Fix alsa oddness in mixer after the combination of using mixer
33660 in source/sink elements and using hw:x,y instead of just hw:x.
33662 2004-05-09 Benjamin Otte <otte@gnome.org>
33664 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
33665 (gst_wavparse_create_sourcepad):
33666 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
33669 2004-05-09 Benjamin Otte <otte@gnome.org>
33671 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33672 allow discont events before caps nego
33674 2004-05-08 Benjamin Otte <otte@gnome.org>
33676 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33679 2004-05-08 Benjamin Otte <otte@gnome.org>
33681 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
33682 (gst_level_change_state), (gst_level_init):
33683 * gst/level/gstlevel.h:
33684 figure out if we're initialized directly instead of keeping a
33685 variable that's wrong in 90% of cases
33686 don't initialize pads and then leak them and use a new unitialized
33687 pad. (fixes #142084)
33688 these were bugs so n00bish I didn't find them for an hour :/
33690 2004-05-08 Iain <iain@prettypeople.org>
33692 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
33693 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
33694 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
33695 return the length that was read.
33696 (gst_riff_read_strf_auds): Allow fmt tags as well.
33698 2004-05-07 David Schleef <ds@schleef.org>
33700 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
33701 signed char assumption in faad.h.
33703 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
33705 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
33706 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
33708 2004-05-07 Colin Walters <walters@redhat.com>
33710 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
33711 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
33713 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
33714 Add dispose function.
33716 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
33717 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
33718 Fix caps nego and pad templates. RGB mode caps should
33720 * ext/dvdnav/gst-dvd:
33721 Move mpeg2dec inside the thread because otherwise the
33722 queue rejects cap changes mid-stream
33723 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
33724 (gst_mpeg2dec_flush_decoder):
33725 For mpeg2dec > 0.4.0, call the flush function instead of
33726 manually extracting all in-flight frames.
33727 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
33728 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
33729 Change mime type video/dv go video/x-dv to match the
33730 rest of gst-plugins
33732 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
33734 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
33735 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
33736 (gst_alsa_sink_class_init):
33737 * ext/alsa/gstalsasink.h:
33738 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
33739 (gst_alsa_src_class_init):
33740 * ext/alsa/gstalsasrc.h:
33741 Make alsasink/src a subclass of alsamixer so that mixer stuff
33742 shows up in gst-rec. Needs some finetuning.
33744 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
33746 * ext/lame/gstlame.c: (gst_lame_chain):
33748 * ext/mad/gstmad.c: (gst_mad_handle_event):
33750 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
33751 be able to detect mp3 files < 4096 bytes
33753 2004-05-06 Wim Taymans <wim@fluendo.com>
33755 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33756 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
33757 (theora_enc_set_property), (theora_enc_get_property):
33758 Also encode the first frame, cleanup some code.
33760 2004-05-06 Wim Taymans <wim@fluendo.com>
33762 * ext/mpeg2enc/gstmpeg2enc.cc:
33763 Forward events first before deciding that negotiation was
33766 2004-05-06 Wim Taymans <wim@fluendo.com>
33768 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33769 First process the events before deciding that negotiation
33772 2004-05-06 Wim Taymans <wim@fluendo.com>
33774 * ext/theora/Makefile.am:
33775 * ext/theora/theora.c: (plugin_init):
33776 * ext/theora/theoradec.c: (theora_dec_change_state):
33777 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
33778 (gst_theora_enc_class_init), (gst_theora_enc_init),
33779 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
33780 (theora_enc_chain), (theora_enc_change_state),
33781 (theora_enc_set_property), (theora_enc_get_property):
33782 Added a theora encoder, grouped the encoder and decoder into the
33785 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
33787 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
33788 (gst_jpegenc_chain):
33789 fix DURATION on outgoing buffers
33790 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
33791 debug using time formats
33792 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33793 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
33794 (gst_xvimagesink_sink_link):
33795 windows with width/height 0 generate X errors, so don't allow them
33797 2004-05-05 Wim Taymans <wim@fluendo.com>
33799 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
33800 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
33801 (gst_mpeg2dec_negotiate_format):
33802 * ext/mpeg2dec/gstmpeg2dec.h:
33803 removed the static pad template so that we can add the
33804 more accurate framerate value to the caps.
33807 2004-05-04 Benjamin Otte <otte@gnome.org>
33810 check for kdemacros.h, too (should fix #141821)
33811 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
33812 don't crash if no header was sent, but nicely error out (fixes part
33815 2004-05-04 Wim Taymans <wim@fluendo.com>
33817 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
33818 parent dispose function to avoid segfault on destroy.
33820 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
33822 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
33824 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33825 (gst_xvimagesink_sink_link):
33826 clean up debugging caps
33827 also recreate xvimage when format has changed
33829 2004-05-04 Benjamin Otte <otte@gnome.org>
33831 * ext/libvisual/Makefile.am:
33832 * ext/libvisual/visual.c: (gst_visual_class_init),
33833 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
33834 (gst_visual_srclink), (gst_visual_chain),
33835 (gst_visual_change_state), (plugin_init):
33836 use a GstAdapter to correctly adapt buffer sizes - allows using a
33839 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
33841 * sys/v4l/gstv4lelement.h:
33842 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33843 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
33844 (gst_v4lsrc_buffer_free):
33845 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
33846 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33847 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
33848 (gst_v4lsrc_requeue_frame):
33849 move some debugging categories around
33850 query for fps index and set accordingly if found
33852 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33854 * ext/lame/gstlame.c:
33855 correct defaults that lame_init puts out of range
33857 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
33859 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
33860 (gst_divxenc_class_init):
33861 fix range since -1 is the default
33862 * gst/mpeg1sys/gstmpeg1systemencode.c:
33863 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
33864 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
33865 (gst_rtjpegdec_chain):
33866 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
33867 (gst_rtjpegenc_chain):
33868 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
33869 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
33870 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
33871 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
33872 * sys/v4l/gstv4lsrc.c:
33873 * sys/v4l/v4l_calls.c: (gst_v4l_open):
33874 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
33875 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
33876 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
33877 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
33878 remove gst_info calls
33880 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
33889 Updated translations
33891 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
33893 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
33894 refactor/comment code
33896 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
33898 * gst/asfdemux/Makefile.am:
33899 * gst/asfdemux/asfheaders.c:
33900 * gst/asfdemux/asfheaders.h:
33901 * gst/asfdemux/gstasf.c: (plugin_init):
33902 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
33903 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
33904 (gst_asf_demux_setup_pad):
33905 * gst/asfdemux/gstasfdemux.h:
33906 * gst/asfdemux/gstasfmux.c:
33907 * gst/asfdemux/gstasfmux.h:
33908 Add tagging support to demuxer, split out registration in its own
33909 file instead of in demux (hacky), and prevent having some tables
33910 in our memory multiple times (in asfheaders.h).
33912 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
33914 * gst/matroska/matroska-demux.c:
33915 (gst_matroska_demux_parse_metadata):
33916 * gst/matroska/matroska-ids.h:
33917 Basic tag reading support.
33919 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
33921 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
33922 Really detect ac-3 audio.
33923 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
33924 really detect matroska files (off-by-1).
33926 2004-04-30 David Schleef <ds@schleef.org>
33928 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33929 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
33930 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
33931 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
33932 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
33933 hackage -- parse a lot more atoms, extract a few tags. One might even
33934 mistake this for tag support. Maybe it is.
33935 * gst/qtdemux/qtdemux.h:
33937 2004-04-30 Colin Walters <walters@verbum.org>
33939 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
33941 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
33943 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33944 (gst_ffmpegcolorspace_getcaps):
33945 remove broken nego fix
33947 2004-04-30 Benjamin Otte <otte@gnome.org>
33951 * ext/libvisual/Makefile.am:
33952 * ext/libvisual/visual.c:
33953 add initial support for libvisual (http://libvisual.sourceforge.net)
33954 libvisual is still quite alpha, so expect crashes in there :)
33956 2004-04-29 David Schleef <ds@schleef.org>
33958 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
33959 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
33960 up qtdemux to make it spit out codec_data. Do _not_ look at this
33961 code; you will no longer respect me.
33963 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33965 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
33966 * ext/alsa/gstalsa.h :
33967 change alsa pcm device discovery to find more than 1 device
33968 per card. code review by Ronald.
33970 2004-04-29 David Schleef <ds@schleef.org>
33972 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
33973 Add a check for a driver bug on FreeBSD. (bug #140565)
33975 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
33977 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
33978 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
33979 (gst_jpegenc_getcaps):
33980 move format setting to inner loop
33981 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33982 (gst_ffmpegcolorspace_getcaps):
33983 use GST_PAD_CAPS if available so that we use already negotiated
33985 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33986 (qtdemux_parse_moov), (qtdemux_parse):
33988 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
33989 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
33990 move hardcoded path to DEFINE
33992 2004-04-28 David Schleef <ds@schleef.org>
33994 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
33997 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
33999 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
34000 Don't probe for playback device if we're a source element. Fixes
34003 2004-04-29 Benjamin Otte <otte@gnome.org>
34005 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34006 (gst_id3_tag_chain):
34007 rewrite buffer offset
34009 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
34013 * ext/dts/Makefile.am:
34014 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
34015 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
34016 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
34017 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
34018 (gst_dtsdec_loop), (gst_dtsdec_change_state),
34019 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
34021 * ext/dts/gstdtsdec.h:
34023 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
34024 (gst_faad_srcconnect):
34025 Add ESDS atom handling (.m4a).
34027 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
34029 * ext/divx/gstdivxdec.c: (plugin_init):
34030 Remove comment that makes no sense.
34031 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
34032 Fix for obvious typo that resulted in warnings during gst-register.
34033 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
34034 (gst_xviddec_sink_link):
34035 Fix caps negotiation a bit better.
34036 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
34037 We call this 'codec_data', not 'esds'.
34039 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
34041 * gst/monoscope/gstmonoscope.c:
34042 make sure we only provide 256x128
34043 * gst/monoscope/monoscope.c: (monoscope_init):
34044 assert size of 256x128
34046 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
34049 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
34050 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
34051 fixate to max width and height of device
34053 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
34056 * sys/v4l/gstv4l.c:
34057 * sys/v4l/gstv4lsrc.c:
34058 * sys/v4l/v4l_calls.c:
34059 * sys/v4l/v4lsrc_calls.c:
34060 fix for qc-usb driver which fakes having more than one buffer
34061 by handing the same buffer twice, which confused GStreamer's/v4lsrc
34062 buffer_free override
34065 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
34068 * gst/videotestsrc/gstvideotestsrc.c:
34069 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
34070 (gst_videotestsrc_init), (gst_videotestsrc_get),
34071 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
34072 * gst/videotestsrc/gstvideotestsrc.h:
34073 add num-buffers property
34075 2004-04-26 Benjamin Otte <otte@gnome.org>
34077 * ext/mad/gstid3tag.c: (plugin_init):
34078 set id3mux rank to NONE so it doesn't confuse spider
34079 require audio/mpeg,mpegversion=1 in id3mux
34081 2004-04-26 Benjamin Otte <otte@gnome.org>
34084 detect faad correctly as non-working if it's indeed non-working
34086 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
34089 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34090 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
34091 fix _getcaps so it only negotiates to its supported format
34093 2004-04-25 Benjamin Otte <otte@gnome.org>
34095 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34098 2004-04-23 Benjamin Otte <otte@gnome.org>
34100 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
34101 audio/x-raw-int with height rules! not. Now it's depth.
34103 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
34105 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
34106 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34107 (gst_wavparse_loop):
34108 Missing variable initialization. Add handling of DVI ADPCM. Fix
34109 mis-parsing of LIST chunks. This works around a bug where we mis-
34110 parse non-aligning LIST chunks (so LIST chunks where the contents
34111 don't align with the actual LIST size). The correct fix is to use
34112 rifflib, I'm not going to fix wavparse - too much work. All this
34115 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34117 reviewed by Benjamin Otte <otte@gnome.org>
34119 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
34120 fix shoutcast not working (fixes #140844)
34122 2004-04-22 Benjamin Otte <otte@gnome.org>
34124 * ext/hermes/gsthermescolorspace.c:
34125 (gst_hermes_colorspace_caps_remove_format_info):
34126 * gst/colorspace/gstcolorspace.c:
34127 (gst_colorspace_caps_remove_format_info):
34128 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34129 (gst_ffmpegcolorspace_caps_remove_format_info):
34130 s/gst_caps_simplify/gst_caps_do_simplify/
34132 2004-04-22 Benjamin Otte <otte@gnome.org>
34134 * gst-libs/gst/riff/riff-media.c:
34135 (gst_riff_create_video_caps_with_data):
34136 mpegversion is an int
34137 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
34138 don't try to create pad templates with NULL caps, use any caps
34141 2004-04-20 David Schleef <ds@schleef.org>
34143 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
34144 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
34147 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
34149 reviewed by David Schleef
34151 * ext/mad/gstid3tag.c: Add stdlib.h
34152 * gst/rtp/gstrtpgsmenc.c: same
34153 * gst/tags/gstid3tag.c: same
34154 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
34155 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
34156 GST_DISABLE_LOADSAVE use.
34157 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
34158 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
34159 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
34161 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
34162 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
34164 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
34165 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
34167 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
34170 2004-04-20 David Schleef <ds@schleef.org>
34172 * gst/realmedia/rmdemux.c: This was supposed to part of the
34173 last checkin. Same idea.
34175 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
34177 reviewed by David Schleef
34179 * configure.ac: bump required gstreamer version to 0.8.1.1
34180 because of following changes [--ds]
34182 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
34183 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
34184 (gst_riff_read_header): Use GST_READ_UINT*
34185 macros to access possibly unaligned memory.
34187 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
34188 (mp3_type_find): Use GST_READ_UINT*
34189 macros to access possibly unaligned memory.
34190 (mp3_type_find, mpeg1_parse_header, qt_type_find)
34191 (speex_type_find): Likewise
34193 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
34195 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
34196 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
34197 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
34198 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
34199 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
34200 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
34201 macros to access possibly unaligned memory.
34203 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
34206 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
34207 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
34209 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
34212 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
34213 (gst_mpeg2subt_chain_subtitle): Likewise.
34215 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
34216 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
34219 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
34222 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
34225 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
34228 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
34231 update required version of GStreamer because of GST_TIME_FORMAT
34233 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
34235 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
34236 remove leftover g_print
34237 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34238 don't try setting only a subset of the caps. We don't want to kill
34239 autoplugging on purpose
34241 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
34243 * sys/ximage/ximagesink.c: (plugin_init):
34244 * sys/xvimage/xvimagesink.c: (plugin_init):
34245 add debugging categories
34247 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
34251 Adding en_GB translation (Gareth Owen)
34253 2004-04-20 David Schleef <ds@schleef.org>
34255 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
34256 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
34257 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
34258 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
34259 A number of new features and hacks to extract the esds atom and
34260 put it into the caps. (bug #137724)
34262 2004-04-19 David Schleef <ds@schleef.org>
34264 * gconf/Makefile.am: Fix for non-GNU make
34265 * gst-libs/gst/Makefile.am: Change directory order to handle
34266 GstPlay linking with gstinterfaces
34267 * gst-libs/gst/audio/make_filter: make use of tr portable
34268 * gst-libs/gst/play/Makefile.am: Add intended \
34269 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
34270 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
34271 function prototype instead of void *.
34272 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
34274 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34275 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
34276 * gst/videofilter/make_filter: make use of tr portable
34277 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
34279 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
34283 Added Ukrainian translation (Maxim V. Dziumanenko)
34285 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
34287 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
34288 (gst_gsmdec_link), (gst_gsmdec_chain):
34289 Fix capsnego, simplify chain function slightly.
34290 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
34293 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
34295 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34296 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
34297 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
34298 Hack to make wavparse work with spider (always -> sometimes pad).
34299 Fixes #135862 && #140411.
34301 2004-04-18 Benjamin Otte <otte@gnome.org>
34303 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
34304 (gst_osselement_rate_probe_check),
34305 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
34306 get rid of \n in debug output
34308 2004-04-17 Iain <iain@prettypeople.org>
34310 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
34313 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
34315 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34316 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
34317 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
34318 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
34319 (gst_id3_tag_src_link), (gst_id3_tag_chain),
34320 (gst_id3_tag_change_state), (plugin_init):
34321 deprecate id3tag element and replace with id3demux/id3mux.
34322 great side effect: this ugly file is now even uglier, yay!
34323 * ext/mad/gstmad.h:
34324 remove non-available function
34325 update for new get_type
34327 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
34330 require mpeg2dec >= 0.4.0
34332 2004-04-17 Benjamin Otte <otte@gnome.org>
34334 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34335 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
34336 (gst_xvimagesink_set_xwindow_id):
34337 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
34338 assorted cleanup fixes.
34340 2004-04-16 David Schleef <ds@schleef.org>
34342 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
34343 * sys/xvimage/xvimagesink.h: same
34345 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
34347 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
34348 Fix GST_ELEMENT_ERROR with (NULL)
34350 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
34352 * gst-libs/gst/riff/riff-media.c:
34353 (gst_riff_create_video_caps_with_data):
34354 Add div[3456] as fourccs for DivX 3 (fixes #140137).
34356 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
34358 * gst-libs/gst/riff/riff-media.c:
34359 (gst_riff_create_video_caps_with_data),
34360 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
34361 (gst_riff_create_video_template_caps),
34362 (gst_riff_create_audio_template_caps):
34363 * gst-libs/gst/riff/riff-media.h:
34364 * gst-libs/gst/riff/riff-read.c:
34365 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
34366 * gst-libs/gst/riff/riff-read.h:
34367 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
34368 Add MS RLE support. I added some functions to read out strf chunks
34369 into strf chunks and the data behind it. This is usually color
34370 palettes (as in RLE, but also in 8-bit RGB). Also use those during
34371 caps creation. Lastly, add ADPCM (similar to wavparse - which
34372 should eventually be rifflib based).
34373 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
34374 (gst_matroska_demux_init), (gst_matroska_demux_reset):
34375 * gst/matroska/matroska-demux.h:
34376 Remove placeholders for some prehistoric tagging system. Didn't add
34377 support for any tag system really anyway.
34378 * gst/qtdemux/qtdemux.c:
34379 Add support for audio/x-m4a (MPEG-4) through spider.
34380 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34381 (gst_wavparse_loop):
34382 ADPCM support (#135862). Increase max. buffer size because we
34383 cannot split buffers for ADPCM (screws references) and I've seen
34384 files with 2048 byte chunks. 4096 seems safe for now.
34386 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
34388 * configure.ac: bump nano to 1
34390 === release 0.8.1 ===
34392 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
34394 * configure.ac: releasing 0.8.1, "Comforting Sounds"
34396 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
34398 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
34399 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
34402 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
34404 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
34405 lower rank of dvddemux so that it's not used for mpeg playback.
34407 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
34410 save libs correctly when checking mad
34412 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
34414 * ext/mad/gstid3tag.c: (plugin_init):
34415 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
34417 2004-04-13 David Schleef <ds@schleef.org>
34419 * common/m4/gst-feature.m4: Call -config scripts with
34420 --plugin-libs if it is supported.
34421 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
34422 JPEG images are image/jpeg.
34423 * gst/debug/Makefile.am:
34424 * gst/debug/negotiation.c: (gst_negotiation_class_init),
34425 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
34426 (gst_negotiation_update_caps), (gst_negotiation_get_property),
34427 (gst_negotiation_plugin_init): Add a property that acts like
34429 * testsuite/gst-lint: Move license checking to be a standard
34432 2004-04-13 David Schleef <ds@schleef.org>
34434 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
34435 patch from Sebastien Cote (bug #139958)
34437 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
34439 * examples/gstplay/Makefile.am:
34440 * examples/gstplay/player.c: (main):
34441 make the commandline player example use gconf settings
34443 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
34445 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
34446 (gst_cacasink_sinkconnect), (gst_cacasink_init),
34447 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
34448 init/end library during state transition, not object
34449 creation/disposal. get rid of custom dispose handler.
34452 2004-04-12 Christian Schaller <Uraeus@gnome.org>
34454 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
34457 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
34459 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
34460 Handle JUNK chunks inside data section. Prevents warnings.
34462 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
34464 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
34465 (gst_riff_create_video_template_caps):
34467 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
34468 (gst_avi_demux_stream_data):
34469 Add support for "rec-list" chunks.
34471 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
34473 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
34474 Fix another codecname mismatch.
34476 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
34478 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
34479 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
34480 so that MJPEG plays back.
34482 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34484 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34485 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
34486 * gst/mpeg1videoparse/gstmp1videoparse.h:
34487 Fix for some slight mis-cuts in buffer parsing, and for some
34488 potential overflows or faults-causers. Adds disconts. Also fixes
34489 #139105 while we're at it.
34491 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34494 * sys/v4l2/gstv4l2element.h:
34495 Workaround for missing struct v4l2_buffer declaration in Suse 9
34496 and Mandrake 10 linux/videodev2.h header file (#135919).
34498 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34500 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
34501 Bail out if no filename was given.
34503 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34505 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
34506 (gst_v4l2_fourcc_from_structure):
34507 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
34510 2004-04-09 Benjamin Otte <otte@gnome.org>
34512 * ext/gnomevfs/gstgnomevfssink.c:
34513 (_gst_boolean_allow_overwrite_accumulator),
34514 (gst_gnomevfssink_class_init):
34515 fix erase signal - if any handler returns false the file will not be
34516 overwritten. If no handler is connected, the file will not be
34517 overwritten either.
34518 renamed signal to "allow-overwrite"
34519 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
34520 free string when adding it to ID3 failed
34521 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34522 unref event when done
34523 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34525 * gst/typefind/gsttypefindfunctions.c:
34526 (mpeg_video_stream_type_find):
34529 2004-04-08 David Schleef <ds@schleef.org>
34531 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34532 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
34534 2004-04-08 David Schleef <ds@schleef.org>
34536 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
34537 we don't support (bug #139532)
34539 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
34541 * ext/mad/gstmad.c: (gst_mad_handle_event),
34542 (gst_mad_check_caps_reset), (gst_mad_chain),
34543 (gst_mad_change_state):
34544 only set explicit caps if they haven't been set before for
34545 this stream. MPEG-audio sample rate/channels aren't allowed
34546 to change in-stream.
34549 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
34551 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
34552 (_gst_boolean_did_something_accumulator),
34553 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
34554 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
34555 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
34556 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
34557 (gst_gnomevfssink_change_state):
34558 Fix erase signal. Don't erase by default. Remove handoff signal.
34559 Remove erase property. Don't segfault. General cleanup.
34561 2004-04-07 Benjamin Otte <otte@gnome.org>
34563 * gst-libs/gst/gconf/test-gconf.c: (main):
34564 add missing gst_init
34566 2004-04-07 Benjamin Otte <otte@gnome.org>
34568 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
34569 free the mutexes, too
34571 2004-04-07 Benjamin Otte <otte@gnome.org>
34573 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
34574 actually free the URI string
34575 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
34576 compute offset correctly when passing discont events
34577 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34578 don't leak discont events
34579 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
34580 add some missing breaks so caps aren't copied randomly
34581 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
34582 if we realloc memory, we better use it
34584 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
34586 * ext/mad/gstmad.c: (normal_seek):
34587 fix GST_FORMAT_TIME usage
34589 2004-04-05 David Schleef <ds@schleef.org>
34591 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
34592 a deprecated function (hack!)
34594 2004-04-05 Benjamin Otte <otte@gnome.org>
34596 * ext/esd/esdmon.c: (gst_esdmon_get):
34597 fix nonterminated vararg and memleak
34599 2004-04-05 Benjamin Otte <otte@gnome.org>
34601 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
34602 (gst_ladspa_init), (gst_ladspa_force_src_caps),
34603 (gst_ladspa_set_property), (gst_ladspa_get_property),
34604 (gst_ladspa_instantiate), (gst_ladspa_activate),
34605 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
34608 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
34610 reviewed by Benjamin Otte <otte@gnome.org>
34612 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
34613 check for broken LADSPA parameters (fixes #138635)
34615 2004-04-05 Benjamin Otte <otte@gnome.org>
34617 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
34618 advertise buffer-frames correctly on sinkpads
34620 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
34622 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
34623 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
34624 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
34625 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
34626 (gst_mad_check_caps_reset), (gst_mad_chain):
34627 add more debugging, only reset caps when we're not in error state
34629 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
34631 * ext/mad/gstmad.c: add debugging category, comment + cleanups
34633 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
34635 reviewed by Benjamin Otte <otte@gnome.org>
34638 fix == in test(1) operator
34640 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
34642 reviewed by Benjamin Otte <otte@gnome.org>
34645 fix --export-symblos-regex to a working regex.
34647 2004-04-04 Benjamin Otte <otte@gnome.org>
34649 * sys/oss/.cvsignore:
34652 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
34654 reviewed by Benjamin Otte <otte@gnome.org>
34656 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34657 add missing 'new_media' argument (fixes #138168)
34658 * gst/matroska/matroska-demux.c:
34659 (gst_matroska_demux_handle_seek_event):
34660 add vararg terminator (fixes #138169)
34662 2004-04-02 David Schleef <ds@schleef.org>
34664 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
34665 disted (bug #138914)
34667 2004-04-01 Benjamin Otte <otte@gnome.org>
34669 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
34670 (gst_alsa_close_audio):
34671 handle case better where a soundcard can't pause
34672 * ext/ogg/gstoggdemux.c:
34673 don't crash when we get events but don't have pads yet
34675 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
34677 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
34678 throw an error if we couldn't probe any caps.
34680 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
34682 * ext/dvdnav/gst-dvd:
34683 Add a really simple sample DVD player
34685 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
34687 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
34688 (gst_a52dec_push), (gst_a52dec_handle_event),
34689 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
34690 (gst_a52dec_change_state):
34691 * ext/a52dec/gsta52dec.h:
34692 Use a debug category, Output timestamps correctly
34693 Emit tag info, Handle events, tell liba52dec about cpu
34694 capabilities so it can use MMX etc.
34695 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
34696 Fix a crasher accessing invalid memory
34697 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
34698 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
34699 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
34700 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
34702 Some support for byte-format seeking.
34703 Small fixes for still frames and menu button overlays
34704 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
34705 (gst_mpeg2dec_alloc_buffer):
34706 Use a debug category. Adjust the report level of several items to
34707 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
34708 so it doesn't lose the GstBuffer pointer
34709 * gst/debug/Makefile.am:
34710 * gst/debug/gstdebug.c: (plugin_init):
34711 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
34712 (gst_navseek_base_init), (gst_navseek_class_init),
34713 (gst_navseek_init), (gst_navseek_seek),
34714 (gst_navseek_handle_src_event), (gst_navseek_set_property),
34715 (gst_navseek_get_property), (gst_navseek_chain),
34716 (gst_navseek_plugin_init):
34717 * gst/debug/gstnavseek.h:
34718 Add the navseek debug element for seeking back and forth in a
34719 video stream using arrow keys.
34720 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
34721 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
34722 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
34723 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
34724 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
34725 (gst_mpeg2subt_parse_header), (gst_get_nibble),
34726 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
34727 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
34728 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
34729 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
34730 * gst/mpeg2sub/gstmpeg2subt.h:
34731 Pretty much a complete rewrite. Now a loopbased element. May still
34732 require work to properly synchronise subtitle buffers.
34733 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
34734 (gst_dvd_demux_send_subbuffer):
34735 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
34736 Don't attempt to create subbuffers of size 0
34737 Reduce a couple of error outputs to warnings.
34738 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
34739 (gst_y4mencode_chain):
34740 Output the y4m frame header correctly.
34742 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
34744 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
34745 throw errors instead of allowing SIGFPE
34747 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
34749 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
34750 (gst_gconf_render_bin_from_key):
34751 leak plugging and style fixing
34753 2004-03-31 David Schleef <ds@schleef.org>
34755 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
34756 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
34758 * gst/debug/Makefile.am:
34759 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
34760 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
34762 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
34763 (gst_negotiation_base_init), (gst_negotiation_class_init),
34764 (gst_negotiation_init), (gst_negotiation_getcaps),
34765 (gst_negotiation_pad_link), (gst_negotiation_chain),
34766 (gst_negotiation_set_property), (gst_negotiation_get_property),
34767 (gst_negotiation_plugin_init): New element to talk about random
34768 negotiation things happening in a pipeline.
34770 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
34772 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
34773 fix integer addition with help of Stefan Kost
34775 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
34777 * po/nl.po: updated Dutch translation (Elros Cyriatan)
34779 2004-03-30 David Schleef <ds@schleef.org>
34781 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
34782 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
34783 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
34785 * ext/mpeg2dec/gstmpeg2dec.h:
34787 2004-03-30 David Schleef <ds@schleef.org>
34789 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
34791 2004-03-30 David Schleef <ds@schleef.org>
34793 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
34794 Michael Petullo) to handle .mov
34796 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
34798 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
34799 (gst_osselement_rate_check_rate):
34800 probe caps correctly for sound cards that only support one format
34802 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
34804 * ext/kio/kiosrc.cpp: (process_events):
34805 update handling event processing if inside KDE - untested
34807 2004-03-29 David Schleef <ds@schleef.org>
34809 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
34810 by 2 to not interfere with other colorspaces.
34811 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
34812 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
34813 one to not interfere with ffmpeg_colorspace.
34815 2004-03-29 David Schleef <ds@schleef.org>
34817 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
34818 aren't in the caps.
34819 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
34820 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
34822 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
34824 * gst-libs/gst/riff/riff-media.c:
34825 fail on error, don't try to set stuff on NULL caps
34827 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
34831 * ext/kio/Makefile.am:
34832 * ext/kio/kioreceiver.cpp:
34833 * ext/kio/kioreceiver.h:
34834 * ext/kio/kiosrc.cpp:
34835 * ext/kio/kiosrc.h:
34836 add experimental kiosrc plugin
34837 * ext/alsa/gstalsaplugin.c: (plugin_init):
34838 initialize debugging category only when we're sure registering the
34841 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
34843 * examples/gstplay/player.c: (main):
34844 * gst-libs/gst/play/play.c: (gst_play_class_init),
34845 (gst_play_set_location), (gst_play_set_data_src),
34846 (gst_play_set_video_sink), (gst_play_set_audio_sink),
34847 (gst_play_set_visualization), (gst_play_connect_visualization):
34848 check return values of element_set_state and return FALSE where
34851 2004-03-29 Benjamin Otte <otte@gnome.org>
34853 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34854 try harder to check if an event is really a discont
34856 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
34858 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
34861 2004-03-28 Benjamin Otte <otte@gnome.org>
34863 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
34864 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34865 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
34866 get rid of non-standard "..." ranges in case statements.
34868 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
34870 * gst/mpegstream/gstmpegdemux.c:
34871 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
34872 specific functionality split to the new dvddemux element.
34873 * gst/mpegstream/gstdvddemux.c:
34874 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
34875 streams, derived from mpegdemux.
34876 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
34877 up. SCR based timestamp rewriting can be turned off (will probably
34878 completely disappear soon).
34879 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
34880 hacking. General cleanup. All printf statements replaced by
34881 debugging messages. Almost complete libdvdnav support.
34882 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
34883 by events. New properties for audio and subpicture languages.
34884 (dvdnavsrc_update_highlight): Now uses events.
34885 (dvdnavsrc_user_op): Cleaned up.
34886 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
34887 based). Lots of cleanup, and propper support for most libdvdnav
34889 (dvdnavsrc_make_dvd_event): New function.
34890 (dvdnavsrc_make_dvd_nav_packet_event): New function.
34891 (dvdnavsrc_make_clut_change_event): New function.
34893 2004-03-26 Benjamin Otte <otte@gnome.org>
34895 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
34896 fix bug where typefinding would claim it's theora whenever less then
34897 7 bytes of data were available
34899 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
34901 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
34902 (gst_alawdec_base_init), (gst_alawdec_class_init),
34903 (gst_alawdec_init), (gst_alawdec_chain):
34904 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
34905 (gst_alawenc_base_init), (gst_alawenc_class_init),
34906 (gst_alawenc_init), (gst_alawenc_chain):
34907 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
34908 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
34909 (gst_mulawdec_init), (gst_mulawdec_chain):
34910 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
34911 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
34912 (gst_mulawenc_init), (gst_mulawenc_chain):
34913 Fix capsnego in all four, remove the unused property functions and
34914 simplify the chain functions slightly. I guess we could use macros
34915 or something similar for those, since the code is so similar, but
34916 I'm currently too lazy...
34918 2004-03-24 David Schleef <ds@schleef.org>
34920 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
34921 (gst_osselement_close_audio), (gst_osselement_probe_caps),
34922 (gst_osselement_get_format_structure),
34923 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
34924 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
34925 (gst_osselement_rate_int_compare): Add code to handle rate probing
34927 * sys/oss/gstosselement.h: same
34928 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
34929 Use rate probing provided by osselement.
34930 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
34932 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
34934 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
34935 (gst_xvidenc_get_property):
34938 2004-03-24 David Schleef <ds@schleef.org>
34940 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
34941 (gst_speexdec_init):
34942 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
34943 (gst_speexenc_init): Create the pad template correctly (from
34944 the static pad template, not a NULL pointer.)
34946 2004-03-25 Benjamin Otte <otte@gnome.org>
34948 * gst/debug/Makefile.am:
34949 * gst/debug/breakmydata.c:
34950 add element that quasi-randomly changes bytes in the stream.
34951 Intended use is robustness checking of demuxers and decoders in
34954 2004-03-24 Benjamin Otte <otte@gnome.org>
34956 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34957 (gst_alsa_probe_hw_params):
34958 * ext/alsa/gstalsa.h:
34959 debugging output fixes
34961 2004-03-24 Benjamin Otte <otte@gnome.org>
34963 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
34964 don't g_return_if_fail if element is PLAYING, fail silently as every
34966 * gst/effectv/gstquark.c: (gst_quarktv_chain):
34967 only fix needed for cast lvalue issues in gst-plugins
34968 * gst/volenv/gstvolenv.c: (gst_volenv_init):
34971 2004-03-24 Benjamin Otte <otte@gnome.org>
34973 * gst/level/gstlevel.c: (gst_level_init):
34974 add proxying getcaps function, so level doesn't advertise impossible
34977 2004-03-24 David Schleef <ds@schleef.org>
34979 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
34980 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
34981 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
34982 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
34983 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
34984 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
34985 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
34986 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
34987 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
34988 messages. Divide the chunk size by the compression ratio
34989 (needed for MACE audio)
34991 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
34993 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
34994 Fix buffer overflow read error.
34996 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
34998 * ext/alsa/gstalsa.h:
34999 Remove unused entry.
35000 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35002 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35003 (gst_videodrop_link), (gst_videodrop_chain):
35004 Fix, sort of. Was horribly broken with new capsnego. Bah...
35006 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
35008 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
35010 Add a monkeysaudio typefind function
35012 2004-03-23 Johan Dahlin <johan@gnome.org>
35014 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
35015 (gst_play_video_fixate): Check so the structure has the field
35016 before trying to fixate them, this makes it possible to have
35017 fakesinks for video and audio output without printing errors on
35018 the output console.
35020 2004-03-22 David Schleef <ds@schleef.org>
35022 * sys/oss/Makefile.am:
35023 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
35024 (check_rate), (add_rate): Rate probing test app.
35026 2004-03-21 Benjamin Otte <otte@gnome.org>
35028 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
35029 (_fixate_caps_to_int), (gst_audio_convert_fixate):
35030 add a fixation function that pretty much does the right thing (fixes
35033 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
35035 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
35037 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
35039 reviewed by: Benjamin Otte <otte@gnome.org>
35041 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
35042 terminate gst_event_new_discontinuous correctly (fixes parts of
35045 2004-03-19 David Schleef <ds@schleef.org>
35047 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
35048 since it doesn't depend on X, and it's part of our ABI.
35050 2004-03-19 Iain <iain@prettypeople.org>
35052 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
35053 is_int in the structure, not the local variable.
35055 2004-03-19 David Schleef <ds@schleef.org>
35057 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
35058 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
35059 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
35060 Improvements in caps negotiation.
35062 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
35066 adding Afrikaans (Petri Jooste)
35068 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
35070 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35071 (gst_ffmpegcolorspace_chain):
35072 throw error instead of g_critical (#137588)
35074 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
35078 dist common and m4 correctly
35081 2004-03-17 David Schleef <ds@schleef.org>
35083 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
35086 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
35090 adding Swedish translation (Christian Rose)
35092 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
35094 * Makefile.am: use release.mak
35096 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
35098 * common/ChangeLog:
35099 * common/gst-autogen.sh:
35100 add some explanation about the version detection
35104 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
35106 * configure.ac: bump nano to 1
35108 === release 0.8.0 ===
35110 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
35112 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
35114 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
35117 update libtool version
35118 * gst-libs/gst/media-info/Makefile.am:
35119 actually use libtool version
35121 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35123 * configure.ac: fix speex detection to work with 1.0 but not 1.1
35125 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35128 * gst-plugins.spec.in:
35129 * pkgconfig/Makefile.am:
35130 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
35131 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
35132 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
35133 * pkgconfig/gstreamer-libs.pc.in:
35134 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
35135 * pkgconfig/gstreamer-play-uninstalled.pc.in:
35136 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
35137 * pkgconfig/gstreamer-plugins.pc.in:
35138 remove @VERSION@ from some of the pc files since core and plugins
35140 created gstreamer-plugins.pc as it's a better name, but keeping
35141 -libs around for now to get fixes upstream done first.
35143 2004-03-15 Julien MOUTTE <julien@moutte.net>
35145 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
35146 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
35147 * gst-libs/gst/play/play.h:
35149 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35151 * *.c, *.cc: don't mix tabs and spaces
35153 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35155 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
35156 use the new ffmpegcolorspace
35157 * gst-plugins.spec.in:
35158 package new colorspace and media-info
35160 * pkgconfig/Makefile.am:
35161 fix some more disting issues
35162 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
35163 * pkgconfig/gstreamer-media-info.pc.in:
35164 generate media-info pc files
35166 2004-03-15 Johan Dahlin <johan@gnome.org>
35168 * *.h: Revert indenting
35170 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35173 adding ffmpegcolorspace element
35174 * gst/ffmpegcolorspace/Makefile.am:
35175 * gst/ffmpegcolorspace/avcodec.h:
35176 * gst/ffmpegcolorspace/common.h:
35177 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
35178 * gst/ffmpegcolorspace/dsputil.h:
35179 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
35180 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
35181 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
35182 (gst_ffmpeg_caps_to_pix_fmt):
35183 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
35184 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35185 (gst_ffmpegcolorspace_caps_remove_format_info),
35186 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
35187 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
35188 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
35189 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
35190 (gst_ffmpegcolorspace_set_property),
35191 (gst_ffmpegcolorspace_get_property),
35192 (gst_ffmpegcolorspace_register):
35193 * gst/ffmpegcolorspace/imgconvert.c:
35194 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
35195 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
35196 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
35197 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
35198 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
35199 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
35200 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
35201 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
35202 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
35203 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
35204 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
35205 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
35206 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
35207 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
35208 (img_get_alpha_info), (deinterlace_line),
35209 (deinterlace_line_inplace), (deinterlace_bottom_field),
35210 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
35211 * gst/ffmpegcolorspace/imgconvert_template.h:
35212 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
35213 * gst/ffmpegcolorspace/mmx.h:
35214 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
35215 adding ffmpegcolorspace element supplied by Ronald after cleaning
35216 up and pulling in the right bits of upstream source.
35217 I'm sure a better C/compiler wizard could do some cleaning up (for
35218 example use GLIB's malloc stuff), but as a first pass this
35221 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35223 * ext/alsa/gstalsa.h:
35224 I assume Ronald forgot to commit the change to have cardname
35225 as a struct member. Expect some public spanking at the next
35228 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
35230 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
35231 (gst_alsa_open_audio), (gst_alsa_close_audio):
35232 * ext/alsa/gstalsa.c:
35233 Don't open the device if we're a mixer (= padless).
35234 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
35235 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
35236 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
35237 Open mixer during state change rather than during object
35238 initialization. Also, get a device name. Currently in a somewhat
35239 hackish fashion, but I didn't really find something better.
35241 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
35243 * *.c, *.h: run gst-indent
35245 2004-03-14 Benjamin Otte <otte@gnome.org>
35247 * gst/modplug/gstmodplug.cc:
35248 * gst/modplug/gstmodplug.h:
35249 set correct timestamps on outgoing buffers
35251 2004-03-14 Benjamin Otte <otte@gnome.org>
35253 * gst/modplug/gstmodplug.cc:
35254 handle events - don't do crap when a discont arrives that's not
35256 This allows correct loading and playback of mods in Rhythmbox
35258 2004-03-14 Benjamin Otte <otte@gnome.org>
35261 * gst-libs/gst/gconf/Makefile.am:
35262 * pkgconfig/Makefile.am:
35263 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
35264 they get rebuilt properly
35266 when checking for vorbis, try pkgconfig first.
35267 * gst/modplug/gstmodplug.cc:
35268 add fixate function
35270 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
35272 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35273 Fix for obvious mistake, where we first shift the offset and then
35274 read a samplesize element assuming the old offset. Note that this
35275 part still has something weird, i.e. my movies containing those
35276 don't actually play well, but at least there's something that looks
35279 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
35280 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
35282 Add a typefind function for speex format
35284 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
35286 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
35287 (gst_asf_demux_setup_pad):
35288 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
35289 instead of 0. Reason is simple: some elements have a fps range
35290 of 1-max instead of 0-max. So now ASF video actually works.
35292 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
35296 adding serbian as a language
35298 2004-03-13 Benjamin Otte <otte@gnome.org>
35300 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35301 return taglist correctly from _get function, don't gst_pad_push it.
35304 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
35305 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35307 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
35309 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
35310 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
35311 (gst_alsa_mixer_track_new):
35312 * ext/alsa/gstalsamixertrack.h:
35313 Fix ancient leftovers... MixerTrack is a GObject.
35315 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
35317 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35318 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35319 Don't block during probing...
35321 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
35323 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
35324 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
35325 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
35326 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
35327 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
35328 (gst_alsa_open_audio), (gst_alsa_close_audio):
35329 * ext/alsa/gstalsa.h:
35330 Add propertyprobe interface implementation, add some device-name
35331 property, all this so that it looks good in gnome-volume-control.
35333 2004-03-12 David Schleef <ds@schleef.org>
35335 * configure.ac: the Hermes library controls hermescolorspace, not
35337 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
35338 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
35340 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
35341 * ext/sdl/sdlvideosink.h: ditto.
35342 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
35344 2004-03-12 Benjamin Otte <otte@gnome.org>
35346 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
35347 (gst_x_overlay_got_xwindow_id):
35348 * gst-libs/gst/xoverlay/xoverlay.h:
35349 replace XID with unsigned long to get rid of the xlibs dependency in
35350 XOverlay (fixes #137004)
35352 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
35353 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
35354 (gst_agingtv_setup):
35355 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
35356 (gst_dicetv_base_init), (gst_dicetv_class_init),
35357 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
35358 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
35359 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
35360 (gst_edgetv_setup), (gst_edgetv_rgb32):
35361 * gst/effectv/gsteffectv.c:
35362 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
35363 (gst_quarktv_set_property):
35364 * gst/effectv/gstrev.c: (gst_revtv_get_type),
35365 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
35366 (gst_revtv_setup), (gst_revtv_rgb32):
35367 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
35368 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
35369 (gst_shagadelictv_init), (gst_shagadelictv_setup),
35370 (gst_shagadelictv_rgb32):
35371 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
35372 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
35373 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
35374 * gst/effectv/gstwarp.c:
35375 Port everything that can be ported to videofilter and fix up the caps.
35376 Can someone with a big-endian machine please check these?
35378 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35380 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
35381 (gst_osssink_chain), (gst_osssink_change_state):
35382 Latest fixes for A/V sync, audio playback and such. This is about
35383 all... MPEG playback issues are mostly related to the async build-
35384 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
35386 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
35388 patch from: Stephane Loeuillet
35391 use pkg-config for some libraries, falling back to the old .m4 way
35396 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
35399 * tools/Makefile.am:
35400 * tools/Makefile.in:
35401 * tools/gst-launch-ext-m.m:
35402 * tools/gst-launch-ext.1.in:
35403 * tools/gst-visualise-m.m:
35404 * tools/gst-visualise.1:
35405 * tools/gst-visualise.1.in:
35406 reorganizing generation of script tools
35408 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35410 * ext/divx/gstdivxdec.c:
35411 Downgrade priority. We prefer ffdec_mpeg4.
35412 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
35413 (gst_faad_chain), (gst_faad_change_state):
35414 Fix capsnego. Doesn't work for some sounds because we don't have
35415 a 5:1 to stereo element.
35416 * ext/xvid/gstxvid.c: (plugin_init):
35418 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
35419 (gst_osssink_change_state):
35420 Add discont handling.
35422 2004-03-09 Colin Walters <walters@verbum.org>
35424 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
35427 2004-03-09 Benjamin Otte <otte@gnome.org>
35429 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
35430 the signals take 2 arguments
35432 2004-03-09 David Schleef <ds@schleef.org>
35434 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
35435 (gst_alsa_fixate): Add fixate function. (bug #136686)
35436 * ext/alsa/gstalsa.h:
35437 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
35439 2004-03-09 Benjamin Otte <otte@gnome.org>
35441 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
35442 (gst_mikmod_change_state):
35443 * ext/mikmod/gstmikmod.h:
35444 make mikmod's loop function not loop infinitely and call
35445 gst_element_yield anymore
35446 * gst/modplug/gstmodplug.cc:
35447 fix pad negotiation (fixes #136590)
35449 2004-03-09 David Schleef <ds@schleef.org>
35451 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
35452 doesn't conflict with the internal colorspace plugin.
35453 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
35454 satisfy the crappy-ass shell shipped by a certain vendor.
35455 * gst/videofilter/make_filter: same (bug #135299)
35457 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
35459 * configure.ac: bump nano to 1
35461 === release 0.7.6 ===
35463 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
35465 * configure.in: releasing 0.7.6, "There"
35467 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
35469 * pkgconfig/gstreamer-play-uninstalled.pc.in:
35470 * pkgconfig/gstreamer-play.pc.in:
35471 synchronize the two
35473 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
35475 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
35476 (cdparanoia_open), (cdparanoia_event):
35477 fix/add error handling
35479 add cdparanoia source
35480 * tools/Makefile.am:
35481 make scripts executable
35483 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
35486 * ext/vorbis/Makefile.am:
35488 remove id3types, vorbisfile and xvideosink from the build (#133783)
35490 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
35492 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
35493 Fix metadata read crash (#136537).
35495 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
35497 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
35498 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
35499 adding mime types, fixing the one-stop function
35501 2004-03-08 Christian Schaller <Uraeus@gnome.org>
35503 * ext/nas/nassink.c and /ext/nas/nassink.h:
35504 More NAS love from Arwed von Merkatz
35505 So lets all sing 'Can you feel the NAS tonight'
35507 2004-03-08 Christian Schaller <Uraeus@gnome.org>
35509 * tools/gst-launch-ext.in:
35510 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
35512 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
35514 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
35515 (gst_mpeg2dec_init):
35516 remove the user_data pad for now, because it is being used in
35517 fixating causing MPEG playback to fixate on 1000 Hz for playback.
35518 If someone knows how to fix this properly, please do.
35520 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
35522 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
35523 (gst_osssink_get_time):
35524 add a warning, IMO this won't get triggered anymore, remove later
35526 2004-03-07 David Schleef <ds@schleef.org>
35528 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
35529 format (bug #136470)
35531 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
35533 * gst-libs/Makefile.am:
35534 * gst-libs/gst/media-info/Makefile.am:
35535 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
35536 (error_callback), (gst_media_info_error_create),
35537 (gst_media_info_error_element), (gmip_init), (gmip_reset),
35538 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
35539 * gst-libs/gst/media-info/media-info-priv.h:
35540 * gst-libs/gst/media-info/media-info-test.c: (main):
35541 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
35542 (gst_media_info_class_init), (gst_media_info_instance_init),
35543 (gst_media_info_set_source), (gst_media_info_read_with_idler),
35544 (gst_media_info_read_idler), (gst_media_info_read):
35545 * gst-libs/gst/media-info/media-info.h:
35546 fixed, should work now
35548 2004-03-07 Christian Schaller <Uraeus@gnome.org>
35550 * ext/nas/nassink.c:
35551 A bunch of NAS fixes from Arwed von Merkatz
35553 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
35555 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
35556 (qtdemux_parse_trak):
35557 Fix crash (j might be greater than n_samples, in which case we're
35558 writing outside the allocated space for the array) and memleak.
35560 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
35562 * sys/oss/gstosssink.c: (gst_osssink_chain):
35563 And another caller that couldn't handle delay < 0 (unsigned
35564 integer overflow). Video now continues playing on an audio
35565 buffer underrun, and the clock continues working. Audio still
35568 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
35570 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
35571 (gst_osssink_get_time):
35572 get_delay() may return values lower than 0. In those cases, we
35573 should not actually cast to *unsigned* int64, that will break
35574 stuff horribly. In my case, it screwed up A/V sync in movies
35575 in totem rather badly.
35577 2004-03-06 Christophe Fergeau <teuf@gnome.org>
35579 * ext/faac/gstfaac.c: (gst_faac_chain):
35580 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
35581 * ext/libpng/gstpngenc.c: (user_write_data):
35582 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
35583 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
35584 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
35585 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
35586 Fix several misuse of gst_buffer_merge (it doesn't take ownership
35587 of any buffer), should fix some leaks. I hope I didn't unref buffers
35588 that shouldn't be...
35590 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
35592 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
35593 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
35594 (error_callback), (gmi_reset), (gmi_seek_to_track),
35595 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
35596 (gmip_find_type_post), (gmip_find_stream_post),
35597 (gmip_find_track_streaminfo_post):
35598 * gst-libs/gst/media-info/media-info-priv.h:
35599 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
35600 (info_print), (main):
35601 * gst-libs/gst/media-info/media-info.c:
35602 (gst_media_info_error_create), (gst_media_info_error_element),
35603 (gst_media_info_instance_init), (gst_media_info_get_property),
35604 (gst_media_info_new), (gst_media_info_set_source),
35605 (gst_media_info_read_idler), (gst_media_info_read):
35606 * gst-libs/gst/media-info/media-info.h:
35607 first pass at making this work again. This seems to work on
35608 tagged ogg/vorbis and mp3 files.
35610 2004-03-06 Benjamin Otte <otte@gnome.org>
35612 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35613 fix huge leak: gst_buffer_merge doesn't unref the first argument
35616 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
35618 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
35619 report layer/mode/emphasis
35621 2004-03-06 Christophe Fergeau <teuf@gnome.org>
35623 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
35625 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
35627 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
35630 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
35632 * ext/vorbis/vorbis.c: (plugin_init):
35633 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
35634 (gst_vorbis_dec_init), (vorbis_dec_event):
35636 make vorbisdec handle _BYTE and _TIME queries
35638 2004-03-06 Christophe Fergeau <teuf@gnome.org>
35640 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
35641 from the xing header
35643 2004-03-06 Benjamin Otte <otte@gnome.org>
35645 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
35646 (gst_audio_convert_link), (gst_audio_convert_change_state),
35647 (gst_audio_convert_buffer_from_default_format):
35648 do conversions from/to float correctly, fix some caps nego errors,
35649 export correct supported caps in template and getcaps, use correct
35650 caps in try_set_caps functions
35652 2004-03-06 Christophe Fergeau <teuf@gnome.org>
35654 For some reason, I only committed a ChangeLog entry yesterday and
35655 not the corresponding code...
35656 * ext/mad/gstmad.c: Fix detection of Xing headers
35657 * gst/tags/gstid3tag.c: Changes to support TLEN tags
35659 2004-03-06 Benjamin Otte <otte@gnome.org>
35661 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
35662 (gst_ogg_demux_src_query):
35663 make sure to handle the case where there's no current chain
35666 2004-03-05 David Schleef <ds@schleef.org>
35668 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
35669 Add fixate function. (bug #131128)
35670 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
35671 (gst_sdlvideosink_fixate): Add fixate function.
35672 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35673 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
35674 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
35675 Fix missing break that was causing ulaw to be interpreted as
35678 2004-03-05 David Schleef <ds@schleef.org>
35680 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
35681 Fix code that ignores return value of gst_buffer_merge().
35683 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
35684 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
35685 * testsuite/gst-lint: Check for above.
35687 2004-03-05 David Schleef <ds@schleef.org>
35689 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
35690 caps and throw an element error. (bug #136334)
35692 2004-03-05 David Schleef <ds@schleef.org>
35694 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
35695 (gst_faad_chain): Fix negotiation.
35696 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
35697 key and button events.
35698 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
35700 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
35702 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
35703 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
35704 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
35705 function to encourage better negotiation, particularly between
35706 audioconvert and osssink.
35707 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
35708 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
35710 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
35712 * gst/vbidec/vbiscreen.c: Add glib header
35713 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
35715 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
35717 * ext/mad/gstmad.c: Fix detection of Xing headers
35718 * gst/tags/gstid3tag.c: Changes to support TLEN tags
35720 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
35722 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35723 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
35726 2004-03-06 Christophe Fergeau <teuf@gnome.org>
35728 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35729 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
35730 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
35731 files, and report the parsed length as a GST_TAG_DURATION tag.
35732 * gst/tags/gstid3tag.c: support TLEN (duration) tag
35734 2004-03-05 Benjamin Otte <otte@gnome.org>
35736 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
35737 convert channels correctly. convert correctly to unsigned.
35739 2004-03-05 Julien MOUTTE <julien@moutte.net>
35741 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
35742 we have a window before clearing it.
35744 2004-03-05 Julien MOUTTE <julien@moutte.net>
35746 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
35747 have a window before clearing it.
35749 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
35751 * gconf/gstreamer.schemas.in:
35752 * gst-libs/gst/gconf/Makefile.am:
35753 version installation path the same way as for 0.6
35754 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
35755 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
35756 * pkgconfig/gstreamer-play-uninstalled.pc.in:
35757 remove comment that was fixed
35759 2004-03-05 David Schleef <ds@schleef.org>
35761 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
35762 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
35763 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
35764 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
35765 Add prototype code for handling seeking and querying.
35767 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
35769 * examples/gstplay/player.c: (main):
35770 Initialize variables to NULL. Prevents a segfault because the
35771 (uninitialized) variable is not NULL, resulting in a crash on
35772 trying to reach error->message.
35774 2004-03-05 Benjamin Otte <otte@gnome.org>
35776 * gst/audioconvert/gstaudioconvert.c:
35777 (gst_audio_convert_buffer_to_default_format):
35778 make float=>int conversion work correctly even in cornercases.
35780 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
35782 * debian/README.Debian:
35783 * debian/build-deps:
35784 * debian/changelog:
35786 * debian/control.in:
35787 * debian/copyright:
35788 * debian/gstreamer-a52dec.files:
35789 * debian/gstreamer-aa.files:
35790 * debian/gstreamer-alsa.files:
35791 * debian/gstreamer-alsa.manpages:
35792 * debian/gstreamer-arts.files:
35793 * debian/gstreamer-artsd.files:
35794 * debian/gstreamer-audiofile.files:
35795 * debian/gstreamer-avifile.files:
35796 * debian/gstreamer-cdparanoia.files:
35797 * debian/gstreamer-colorspace.files:
35798 * debian/gstreamer-doc.files:
35799 * debian/gstreamer-dv.files:
35800 * debian/gstreamer-dvd.files:
35801 * debian/gstreamer-esd.files:
35802 * debian/gstreamer-festival.files:
35803 * debian/gstreamer-flac.files:
35804 * debian/gstreamer-gconf.conffiles:
35805 * debian/gstreamer-gconf.files:
35806 * debian/gstreamer-gconf.postinst:
35807 * debian/gstreamer-gnomevfs.files:
35808 * debian/gstreamer-gsm.files:
35809 * debian/gstreamer-http.files:
35810 * debian/gstreamer-jack.files:
35811 * debian/gstreamer-jpeg.files:
35812 * debian/gstreamer-mad.files:
35813 * debian/gstreamer-mikmod.files:
35814 * debian/gstreamer-misc.files:
35815 * debian/gstreamer-mpeg2dec.files:
35816 * debian/gstreamer-oss.files:
35817 * debian/gstreamer-plugin-apps.files:
35818 * debian/gstreamer-plugin-apps.manpages:
35819 * debian/gstreamer-plugin-libs-dev.files:
35820 * debian/gstreamer-plugin-libs.files:
35821 * debian/gstreamer-plugin-template.postinst:
35822 * debian/gstreamer-plugin-template.postrm:
35823 * debian/gstreamer-sdl.files:
35824 * debian/gstreamer-sid.files:
35825 * debian/gstreamer-vorbis.files:
35826 * debian/gstreamer-x.files:
35827 * debian/mk.control:
35829 Debian package info not maintained here.
35831 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
35833 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
35834 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
35835 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
35836 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
35837 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
35838 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
35839 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
35840 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
35841 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
35842 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
35843 * gst-libs/gst/colorbalance/colorbalance.c:
35844 (gst_color_balance_class_init):
35845 * gst-libs/gst/colorbalance/colorbalancechannel.c:
35846 (gst_color_balance_channel_class_init):
35847 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
35848 * gst-libs/gst/play/play.c: (gst_play_class_init):
35849 * gst-libs/gst/propertyprobe/propertyprobe.c:
35850 (gst_property_probe_iface_init):
35851 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
35852 * gst-libs/gst/tuner/tunerchannel.c:
35853 (gst_tuner_channel_class_init):
35854 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
35855 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
35856 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
35857 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
35858 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
35859 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
35860 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35861 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
35862 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
35863 fix signals to use - instead of _
35864 * ext/libcaca/gstcacasink.h:
35865 * ext/sdl/sdlvideosink.h:
35868 2004-03-04 David Schleef <ds@schleef.org>
35870 * testsuite/gst-lint: Add a check for bad signal names.
35872 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
35874 reviewed by David Schleef
35876 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
35877 modified the alpha channel and caused a warning. (bug #136192)
35879 2004-04-03 Christian Schaller <Uraeus@gnome.org>
35881 * gst-plugins.spec.in:
35882 Change names of plugins to actually be correct. Try to keep things
35883 alphabetical to avoid getting beat up by Thomas
35885 2004-03-03 Julien MOUTTE <julien@moutte.net>
35887 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
35888 Using ximagesink as a default if no gconf key found. We should
35889 probably consider using alsasink instead of osssink for the audio
35892 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
35895 fix --with-plugins, don't think it ever worked before
35896 * gst-plugins.spec.in:
35899 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
35901 * ext/sdl/sdlvideosink.h:
35902 * sys/ximage/ximagesink.h:
35903 * sys/xvideo/xvideosink.h:
35904 * sys/xvimage/xvimagesink.h:
35905 Fix for move of gstvideosink.h -> videosink.h.
35907 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
35909 * gst-libs/gst/xwindowlistener/Makefile.am:
35910 this is a plugin library, not a library
35912 2004-03-01 David Schleef <ds@schleef.org>
35914 * AUTHORS: Added some names. Add yourself if you're still
35917 2004-03-01 David Schleef <ds@schleef.org>
35921 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
35923 * gst-plugins.spec.in: clean up spec file
35925 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
35927 * gst-libs/gst/video/Makefile.am:
35928 * gst-libs/gst/video/gstvideosink.c:
35929 * gst-libs/gst/video/gstvideosink.h:
35930 rename gstvideosink.h to videosink.h to match other headers
35931 * gst/mixmatrix/Makefile.am:
35932 fix plugin filename
35933 * gst/tags/Makefile.am: fix plugin filename
35935 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
35937 * gst/tags/Makefile.am: fix plugin filename
35939 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
35941 * examples/gstplay/player.c: (got_time_tick), (main):
35943 display time_tick more readably
35944 * gst/mixmatrix/Makefile.am:
35945 fix plugin file name
35947 2004-02-29 Christophe Fergeau <teuf@gnome.org>
35949 * sys/oss/gstosselement.c: (gst_osselement_probe),
35950 (device_combination_append), (gst_osselement_class_probe_devices):
35951 * sys/oss/gstosselement.h:
35952 Reworked enumeration of oss dsps and mixers so that gst-mixer works
35953 on my system using alsa oss emulation, fixes bug #135597
35955 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
35957 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
35958 (gst_videodrop_chain), (gst_videodrop_change_state):
35959 * gst/videodrop/gstvideodrop.h:
35960 Work based on timestamp of input data, not based on the expected
35961 framerate from the input. The consequence is that this element now
35962 not only scales framerates, but also functions as a framerate
35963 corrector or framerate stabilizer/constantizer.
35965 2004-02-27 David Schleef <ds@schleef.org>
35967 patches from jmmv@menta.net (Julio M. Merino Vidal)
35969 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
35970 GST_ELEMENT_ERROR call (bug #135634)
35971 * gst/interleave/interleave.c: (interleave_buffered_loop),
35972 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
35973 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
35974 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
35975 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
35976 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
35977 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
35978 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
35979 Fix GST_ELEMENT_ERROR call.
35980 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
35981 GST_ELEMENT_ERROR call.
35983 2004-02-27 Benjamin Otte <otte@gnome.org>
35985 * gst-libs/gst/audio/audio.h:
35986 add macro to make sure header isn't included twice
35987 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
35988 don't use gst_buffer_free
35989 * gst/playondemand/filter.func:
35990 don't use gst_data_free. Free data only once.
35992 2004-02-26 David Schleef <ds@schleef.org>
35994 * gst-libs/gst/colorbalance/Makefile.am:
35995 * gst-libs/gst/mixer/Makefile.am:
35996 * gst-libs/gst/tuner/Makefile.am:
35997 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
35998 should not be disted, -marshal.h files should not be installed,
35999 and -enum.h files _should_ be installed. Fix to make this the
36002 === release 0.7.5 ===
36004 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
36006 * configure.ac: release 0.7.5, "Under The Sea"
36008 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
36010 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36011 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
36012 * gst/videoscale/gstvideoscale.c:
36013 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
36014 assorted debug/warning fixes
36016 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
36018 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
36019 (gst_videoscale_init), (gst_videoscale_chain),
36020 (gst_videoscale_set_property), (plugin_init):
36021 * gst/videoscale/gstvideoscale.h:
36022 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
36023 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
36024 (gst_videoscale_planar400), (gst_videoscale_packed422),
36025 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
36026 (gst_videoscale_24bit), (gst_videoscale_16bit),
36027 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
36028 (gst_videoscale_scale_plane_slow),
36029 (gst_videoscale_scale_point_sample),
36030 (gst_videoscale_scale_nearest),
36031 (gst_videoscale_scale_nearest_str2),
36032 (gst_videoscale_scale_nearest_str4),
36033 (gst_videoscale_scale_nearest_32bit),
36034 (gst_videoscale_scale_nearest_24bit),
36035 (gst_videoscale_scale_nearest_16bit):
36036 add debugging category and use it properly
36037 fix use of GST_PTR_FORMAT
36039 2004-02-25 Andy Wingo <wingo@pobox.com>
36041 * gst/interleave/interleave.c (interleave_buffered_loop): Always
36042 push only when channel->buffer is NULL. Prevents segfaults doing
36043 the state change after a nonlocal exit, like a scheme exception.
36045 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
36046 Handle the case where the intersected caps is empty.
36048 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
36050 * gst/law/mulaw-decode.c: (mulawdec_link):
36051 * gst/law/mulaw.c: (plugin_init):
36052 fix mulawdec so it actually works again
36054 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
36056 reviewed by: David Schleef <ds@schleef.org>
36058 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
36059 (gst_gamma_init), (gst_gamma_set_property),
36060 (gst_gamma_get_property), (gst_gamma_calculate_tables),
36061 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
36062 for RGB, with separate r g and b correction factors. (#131167)
36064 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
36066 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
36067 only signal tags for bitrate if they're > 0 (#134894)
36069 2004-02-24 David Schleef <ds@schleef.org>
36071 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
36072 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
36073 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
36074 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
36075 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
36076 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
36077 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
36078 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
36079 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
36080 category. Attempt to fix timestamp calculation.
36082 2004-02-24 Johan Dahlin <johan@gnome.org>
36084 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
36086 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
36089 * gconf/Makefile.am:
36090 * gconf/gstreamer.schemas:
36091 * gst-libs/gst/gconf/Makefile.am:
36092 * gst-libs/gst/gconf/gconf.c:
36093 version gconf schemas and install locations
36095 2004-02-23 Benjamin Otte <otte@gnome.org>
36097 * ext/xine/xineinput.c: (gst_xine_input_dispose):
36098 (gst_xine_input_subclass_init):
36099 call parent dispose.
36100 change pad template for CD reader correctly
36101 * ext/xine/Makefile.am:
36102 * ext/xine/gstxine.h:
36103 * ext/xine/xine.c: (plugin_init):
36104 * ext/xine/xineaudiosink.c:
36105 wrap audio sinks, too
36106 * gst-libs/gst/resample/private.h:
36107 * gst-libs/gst/resample/resample.c: (gst_resample_init),
36108 (gst_resample_reinit), (gst_resample_scale),
36109 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
36110 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
36111 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
36112 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
36113 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
36114 * gst-libs/gst/resample/resample.h:
36115 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
36116 (gst_audioscale_class_init), (gst_audioscale_link),
36117 (gst_audioscale_get_buffer), (gst_audioscale_init),
36118 (gst_audioscale_chain), (gst_audioscale_set_property),
36119 (gst_audioscale_get_property):
36120 * gst/audioscale/gstaudioscale.h:
36121 s/resample_*/gst_resample_*/i to not clobber namespaces
36123 2004-02-23 Julien MOUTTE <julien@moutte.net>
36125 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36126 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
36127 (gst_riff_create_video_template_caps),
36128 (gst_riff_create_audio_template_caps),
36129 (gst_riff_create_iavs_template_caps):
36130 * gst-libs/gst/riff/riff-media.h:
36131 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
36132 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
36133 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
36134 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36135 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
36136 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
36137 (gst_matroska_demux_plugin_init): First batch implementing audio and
36138 video codec tags in demuxers.
36140 2004-02-22 Benjamin Otte <otte@gnome.org>
36142 * ext/xine/Makefile.am:
36143 * ext/xine/gstxine.h:
36144 * ext/xine/xine.c: (plugin_init):
36145 * ext/xine/xineinput.c:
36146 add input plugin wrapper. Playback from files, http, mms and cdda
36148 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
36149 remove leftover G_GNUC_UNUSED
36150 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
36151 (gst_asf_demux_identify_guid):
36152 improve debugging output
36154 2004-02-22 Benjamin Otte <otte@gnome.org>
36156 reported by: Padraig O'Briain <padraig.obriain@sun.com>
36159 replace test -e with test -x for mkinstalldirs to be more portable.
36162 2004-02-22 Benjamin Otte <otte@gnome.org>
36164 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
36166 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
36167 set rank to PRIMARY
36168 * gst/volume/gstvolume.c: (plugin_init):
36172 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
36174 reviewed by Benjamin Otte <otte@gnome.org>
36176 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
36177 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
36179 2004-02-22 Benjamin Otte <otte@gnome.org>
36182 export [_]*{gst,Gst,GST}.* symbols from plugins
36184 2004-02-22 Christophe Fergeau <teuf@gnome.org>
36186 reviewed by: Benjamin Otte <otte@gnome.org>
36188 * ext/lame/gstlame.c: (add_one_tag):
36189 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36190 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
36191 (gst_vorbisenc_metadata_set1):
36192 * gst/tags/gstid3tag.c:
36193 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
36194 apply fixes from bugs #135042 (lame can't write tags) and #133817
36195 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
36197 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
36199 * configure.ac: Export only gst_plugin_desc from plugins.
36200 Note that this change only makes any effect with Linux using libtool
36201 1.5.2 or higher. Otherwise it is silently ignored, but it would build
36202 fine. And don't try to have several versions of libtool in different
36205 2004-02-20 Andy Wingo <wingo@pobox.com>
36207 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
36208 interleave respectively.
36210 * gst/interleave/deinterleave.c: New plugin: deinterleave
36211 (replaces on oneton).
36212 * gst/interleave/interleave.c: New plugin: interleave.
36213 * gst/interleave/plugin.h: Support file.
36214 * gst/interleave/plugin.c: Support file.
36216 * configure.ac: Remove intfloat and oneton, add interleave.
36218 * ext/sndfile/gstsf.c: Handle events better.
36220 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
36221 and float2int operation. int2float has scheduling problems as
36222 noted in in2float_chain.
36224 2004-02-20 Benjamin Otte <otte@gnome.org>
36226 * ext/xine/Makefile.am:
36227 * ext/xine/gstxine.h:
36229 * ext/xine/xineaudiodec.c:
36230 * ext/xine/xinecaps.c:
36231 add first version of xine plugin wrapper. Currently only wraps the
36232 QDM2 win32 DLL, and even that only in proof-of-concept quality.
36235 add xine plugin wrapper, disabled by default. Use --enable-xine to
36236 build. Note that it'll segfault on gst-register if you don't remove
36237 the goom and tvtime post plugins from xine.
36238 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36239 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
36240 add extradata parsing for QDM2.
36241 change around debugging prints.
36243 2004-02-19 Benjamin Otte <otte@gnome.org>
36245 * ext/lame/gstlame.c: (gst_lame_chain):
36246 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
36247 use gst_tag_list_insert when you want to insert tags
36249 2004-02-18 David Schleef <ds@schleef.org>
36251 * configure.ac: Move massink to gst-rotten
36253 * ext/mas/Makefile.am:
36254 * ext/mas/massink.c:
36255 * ext/mas/massink.h:
36257 2004-02-18 David Schleef <ds@schleef.org>
36259 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
36260 typefinding, since it seems to be worse than nothing.
36261 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
36262 atom to recognize .mp4 and .m4a files as video/quicktime.
36264 2004-02-18 David Schleef <ds@schleef.org>
36266 * gst/sine/demo-dparams.c: (quit_live),
36267 (dynparm_log_value_changed), (dynparm_value_changed), (main):
36268 Use double dparams, not float.
36269 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
36270 (gst_sinesrc_init): Change sync default to FALSE, since multiple
36271 sync'd elements don't really work correctly.
36272 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
36273 (volume_update_volume), (volume_get_property): Change dparam
36276 2004-02-18 Julien MOUTTE <julien@moutte.net>
36278 * sys/ximage/ximagesink.c:
36279 (gst_ximagesink_xwindow_update_geometry),
36280 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
36281 (gst_ximagesink_change_state), (gst_ximagesink_expose),
36282 (gst_ximagesink_init): Rework the way software video scaling works. So
36283 now we check on each chain call if the video frames are feeling the
36284 window. If not we try to renegotiate caps. On failure we memorize that
36285 and we won't try again for that PLAYING sessions.
36286 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
36288 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
36291 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
36293 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36294 break up _link so we can give a better debug message for errors
36296 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
36298 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
36299 set up debug category
36301 2004-02-18 Julien MOUTTE <julien@moutte.net>
36303 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
36304 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
36305 the way renegotiation work. The event handling function is not taking
36306 care of external windows and renegotiate method check for pad flags
36307 NEGOTIATING. Should fix : #133209
36309 2004-02-17 Julien MOUTTE <julien@moutte.net>
36311 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
36312 pad is negotiating before trying renegotiation.
36314 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
36316 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
36317 pass on all possible mime types as typefind hints
36319 2004-02-17 Julien MOUTTE <julien@moutte.net>
36321 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
36322 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
36323 possible SHM leak if we crash. All other apps using XShm are doing
36326 2004-02-17 Julien MOUTTE <julien@moutte.net>
36328 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
36329 (gst_ximagesink_expose): Renegotiate size on expose.
36330 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
36333 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
36335 * testsuite/alsa/sinesrc.c:
36336 cosmetic fix to fix compile issue with gcc 2.95.4
36338 2004-02-16 Julien MOUTTE <julien@moutte.net>
36340 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36341 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
36342 failed opening the audio device.
36343 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
36344 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
36345 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
36346 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
36347 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
36348 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
36349 (gst_ximagesink_change_state), (gst_ximagesink_chain),
36350 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
36351 Removing some useless g_return_if_fail like wingo suggested.
36352 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
36353 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
36354 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
36355 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
36356 (gst_xvimagesink_update_colorbalance),
36357 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
36358 (gst_xvimagesink_xcontext_clear),
36359 (gst_xvimagesink_get_fourcc_from_caps),
36360 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
36361 (gst_xvimagesink_set_xwindow_id),
36362 (gst_xvimagesink_colorbalance_list_channels),
36363 (gst_xvimagesink_colorbalance_set_value),
36364 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
36365 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
36367 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
36369 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
36370 throw error when not negotiated instead of asserting
36372 2004-02-15 Julien MOUTTE <julien@moutte.net>
36374 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
36375 correct data refcounting.
36377 2004-02-15 Julien MOUTTE <julien@moutte.net>
36379 * gst/switch/gstswitch.c: (gst_switch_change_state),
36380 (gst_switch_class_init): Cleaning the sinkpads correctly on state
36381 change, mostly the EOS flag.
36383 2004-02-15 Julien MOUTTE <julien@moutte.net>
36385 * examples/gstplay/player.c: (got_eos), (main): Adding some
36386 output for debugging.
36387 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
36388 timeouts if we go to any state different from PLAYING.
36389 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
36390 more EOS bugs in riff lib.
36392 2004-02-14 Julien MOUTTE <julien@moutte.net>
36394 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
36395 visualization until i find a way to fix switch correctly.
36396 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
36398 * gst/switch/gstswitch.c: (gst_switch_release_pad),
36399 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
36400 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
36401 Reworked switch to get a more correct behaviour with events and refing
36402 of data stored in sinkpads.
36403 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
36404 we don't pull from a pad in EOS.
36406 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
36408 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36409 remove v1 tag even if we can't read it (makes sure we don't detect
36412 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
36414 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
36415 (gst_alsa_xrun_recovery):
36416 * ext/alsa/gstalsa.h:
36417 try xrun recovery when wait failed. Make xrun recovery function
36418 return TRUE/FALSE to indicate success. (might fix #134354)
36420 2004-02-13 David Schleef <ds@schleef.org>
36422 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
36423 (dynparm_value_changed), (main): Convert from float to double.
36424 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
36426 2004-02-13 David Schleef <ds@schleef.org>
36428 * gst/silence/gstsilence.c: (gst_silence_class_init),
36429 (gst_silence_set_clock), (gst_silence_get),
36430 (gst_silence_set_property), (gst_silence_get_property):
36431 * gst/silence/gstsilence.h: Add sync property.
36432 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
36433 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
36434 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
36435 * gst/sine/gstsinesrc.h: Add sync property.
36437 2004-02-13 David Schleef <ds@schleef.org>
36439 * gst/intfloat/gstint2float.c: (conv_f32_s16),
36440 (gst_int2float_chain_gint16): Change stdint usage to glib types.
36442 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
36446 * gst-libs/ext/Makefile.am:
36447 move ffmpeg plugin to gst-ffmpeg module
36449 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
36451 * configure.ac: use GST_ARCH to detect architecture
36453 2004-02-12 Julien MOUTTE <julien@moutte.net>
36455 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
36457 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
36459 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
36460 classify LADSPA plugins based on number of src/sink pads
36461 (#133663, Stefan Kost)
36462 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
36463 fix dparams registration
36464 (#133528, Stefan Kost)
36465 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
36466 fix use of isprint and use g_ascii_isprint instead
36467 (#133316, Stefan Kost)
36469 2004-02-11 David Schleef <ds@schleef.org>
36471 Convert a few inner loops to use liboil. This is currently
36472 optional, and is only enabled if liboil is present (duh!).
36473 * configure.ac: Check for liboil-0.1
36474 * gst/intfloat/Makefile.am:
36475 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
36476 (gst_int2float_chain_gint16):
36477 * gst/videofilter/Makefile.am:
36478 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
36479 (tablelookup_u8), (gst_videobalance_planar411):
36480 * gst/videotestsrc/Makefile.am:
36481 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
36482 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
36483 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
36484 (paint_hline_RGB565), (paint_hline_xRGB1555):
36486 2004-02-11 David Schleef <ds@schleef.org>
36488 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
36489 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
36490 (gst_colorspace_getcaps), (gst_colorspace_link),
36491 (gst_colorspace_base_init), (gst_colorspace_init),
36492 (gst_colorspace_chain), (gst_colorspace_change_state),
36493 (plugin_init): Merge Ronald's patch (bug #117897) and update
36494 for new caps and negotiation. Seems to work, although it
36495 shows off bugs in lcs.
36497 2004-02-11 David Schleef <ds@schleef.org>
36499 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
36500 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
36502 2004-02-11 David Schleef <ds@schleef.org>
36504 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
36505 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
36506 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
36507 Add server and port properties
36509 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
36514 * m4/as-liblame.m4:
36515 * m4/as-slurp-ffmpeg.m4:
36516 * m4/check-libheader.m4:
36523 * m4/gst-ivorbis.m4:
36524 * m4/gst-matroska.m4:
36526 * m4/gst-shout2.m4:
36534 fix underquotedness of macros (#133800)
36535 * m4/as-avifile.m4:
36537 removed because no longer used
36539 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
36542 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
36543 by autopoint (fixes #132996)
36545 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
36547 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
36548 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
36549 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
36550 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
36553 2004-02-11 David Schleef <ds@schleef.org>
36555 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
36556 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
36557 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
36558 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
36559 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
36560 (gst_jpegenc_class_init), (gst_jpegenc_init),
36561 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
36562 (gst_jpegenc_chain), (gst_jpegenc_set_property),
36563 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
36564 * ext/jpeg/gstjpegenc.h: Fix negotiation.
36566 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
36568 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
36569 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
36570 * ext/mikmod/gstmikmod.h:
36571 fix caps negotiation in mikmod
36572 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
36573 output debug information
36575 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
36577 * gst-libs/gst/colorbalance/Makefile.am:
36578 * gst-libs/gst/navigation/Makefile.am:
36579 * gst-libs/gst/xoverlay/Makefile.am:
36580 remove unused GST_OPT_CFLAGS from Makefiles
36581 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
36583 2004-02-07 David Schleef <ds@schleef.org>
36585 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
36586 push events to pads that haven't been created (#133508)
36588 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
36590 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
36591 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
36592 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
36593 (gst_dvdec_loop), (gst_dvdec_change_state):
36594 Second attempt at committing a working dvdec element.
36596 2004-02-06 David Schleef <ds@schleef.org>
36598 Build fixes for OS X: (see #129600)
36599 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
36600 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
36601 (gst_riff_read_strf_iavs):
36602 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
36603 (gst_avi_demux_stream_odml):
36604 * gst/playondemand/Makefile.am:
36605 * gst/rtp/rtp-packet.c:
36607 2004-02-05 David Schleef <ds@schleef.org>
36609 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
36610 last change, because it Just Doesn't Compile.
36612 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
36614 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36615 skip undecodable id3v2 tag instead of keeping it
36617 2004-02-05 David Schleef <ds@schleef.org>
36619 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36620 Unref leaked buffer. (Noticed by Ronald)
36622 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
36624 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36625 Sync requires with other checks. >= vs =.
36627 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
36629 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
36630 (gst_dvdec_video_link), (gst_dvdec_loop):
36631 * ext/dv/gstdvdec.h:
36632 rework the caps negotiation so that dvdec works again instead
36633 of just segfaulting.
36635 === release 0.7.4 ===
36637 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
36639 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
36640 * configure.ac: changed for release
36642 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
36644 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
36645 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36646 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36647 * pkgconfig/gstreamer-play-uninstalled.pc.in:
36648 reworked patch by David Lehn to fix libdir and includedir for
36649 uninstalled libraries
36650 removed play and gconf from gstreamer-libs since they have their
36651 own pkgconfig files
36653 2004-02-04 David Schleef <ds@schleef.org>
36655 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
36658 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
36660 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36661 use correct GST_TAG_ENCODER tag
36663 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
36665 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
36666 be sure to stop the clock when going to paused
36667 * sys/oss/gstosssink.c: (gst_osssink_change_state):
36668 reset number of transmitted when going to ready.
36671 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
36673 reviewed by Benjamin Otte
36675 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36676 extract track count (fixes #133410)
36678 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
36680 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
36681 that should be !=, not == (fixes #132519)
36683 2004-02-04 David Schleef <ds@schleef.org>
36685 Make sure set_explicit_caps() is called before adding pad.
36686 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
36687 * gst/id3/gstid3types.c: (gst_id3types_loop):
36688 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
36689 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
36691 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
36694 bump nano to 2, first prerelease
36695 put back AM_PROG_LIBTOOL
36697 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
36699 * testsuite/alsa/Makefile.am:
36700 these are user test apps, not automatic testsuite tests
36702 2004-02-04 David Schleef <ds@schleef.org>
36704 Convert GST_DEBUG_CAPS() to GST_DEBUG():
36705 * gst/mpeg1videoparse/gstmp1videoparse.c:
36706 (mp1videoparse_parse_seq):
36707 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
36708 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
36709 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
36710 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
36711 (gst_xvideosink_getcaps):
36712 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
36713 * testsuite/gst-lint: more tests
36715 2004-02-04 David Schleef <ds@schleef.org>
36717 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
36718 with the code that they would expand to.
36719 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
36720 (gst_flacdec_get_src_query_types),
36721 (gst_flacdec_get_src_event_masks):
36722 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
36723 (gst_gnomevfssrc_get_query_types),
36724 (gst_gnomevfssrc_get_event_mask):
36726 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
36728 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
36729 (gst_sinesrc_dispose):
36730 fix memleak by properly disposing sinesrc
36732 2004-02-04 Julien MOUTTE <julien@moutte.net>
36734 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
36735 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
36736 an overlay to redraw the image because it has been exposed.
36737 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
36738 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
36739 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
36740 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
36742 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
36743 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
36744 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
36745 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
36748 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
36750 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
36751 more memleak fixage
36753 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
36755 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
36756 * gst/typefind/gsttypefindfunctions.c:
36757 fix memleaks shown by gst-typefind
36759 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
36761 * common/glib-gen.mak:
36762 add hack rule to touch .Plo files
36763 * gst-libs/gst/colorbalance/Makefile.am:
36764 * gst-libs/gst/mixer/Makefile.am:
36765 * gst-libs/gst/play/Makefile.am:
36766 * gst-libs/gst/tuner/Makefile.am:
36767 remove glib_root variable
36769 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
36771 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
36772 set explicit caps before adding the element, so the autopluggers can
36774 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
36775 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
36776 (mpeg_video_type_find), (mpeg_video_stream_type_find),
36778 fix memleaks in typefind functions. gst_type_find_suggest takes a const
36781 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
36783 * gst-libs/gst/colorbalance/Makefile.am:
36784 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
36785 * gst-libs/gst/colorbalance/colorbalance.c:
36786 * gst-libs/gst/colorbalance/colorbalance.h:
36787 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
36788 * gst-libs/gst/mixer/Makefile.am:
36789 * gst-libs/gst/mixer/mixer-marshal.list:
36790 * gst-libs/gst/mixer/mixer.c:
36791 * gst-libs/gst/mixer/mixer.h:
36792 * gst-libs/gst/mixer/mixermarshal.list:
36793 * gst-libs/gst/play/Makefile.am:
36794 * gst-libs/gst/play/play.h:
36795 * gst-libs/gst/tuner/Makefile.am:
36796 * gst-libs/gst/tuner/tuner-marshal.list:
36797 * gst-libs/gst/tuner/tuner.c:
36798 * gst-libs/gst/tuner/tuner.h:
36799 * gst-libs/gst/tuner/tunermarshal.list:
36800 use new glib-gen.mak snippet to clean up Makefile.am
36801 fix various bugs in Makefile.am's
36803 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
36805 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
36806 handle chain parsing correctly in the multichain case
36807 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
36808 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
36809 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
36810 (theora_dec_chain):
36811 handle events and queries correctly
36813 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
36816 Ignore generated file _stdint.h.
36818 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
36820 * gst-libs/gst/colorbalance/Makefile.am:
36821 * gst-libs/gst/colorbalance/colorbalance.h:
36822 * gst-libs/gst/mixer/Makefile.am:
36823 * gst-libs/gst/mixer/mixer.h:
36824 * gst-libs/gst/play/Makefile.am:
36825 * gst-libs/gst/play/play.h:
36826 * gst-libs/gst/tuner/Makefile.am:
36827 * gst-libs/gst/tuner/tuner.h:
36828 Generate enum type code with glib-mkenums.
36829 * gst-libs/gst/colorbalance/.cvsignore:
36830 * gst-libs/gst/mixer/.cvsignore:
36831 * gst-libs/gst/play/.cvsignore:
36832 * gst-libs/gst/tuner/.cvsignore:
36833 Ignore generated files.
36835 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
36837 * gst-libs/gst/audio/.cvsignore:
36838 Ignore generated file.
36839 * gst-libs/gst/audio/Makefile.am:
36840 Do not install example filter.
36842 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
36844 * examples/switch/.cvsignore:
36845 Ignore generated file.
36847 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
36849 * common/m4/ax_create_stdint_h.m4:
36851 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
36854 remove generated _stdint.h in DISTCLEANFILES
36855 * ext/a52dec/gsta52dec.c:
36856 include _stdint.h for a52dec. (should fix #133064)
36858 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
36860 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
36861 (gst_tag_to_vorbis_comments):
36862 Add replaygain support to vorbistag
36864 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
36865 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
36866 (gst_ffmpeg_caps_to_extradata):
36867 Fix SVQ3 caps flag properties
36868 Use glib macro for bytes swap
36870 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
36872 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
36873 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
36874 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
36875 * ext/sndfile/gstsf.c: (plugin_init):
36876 * gst/avi/gstavi.c: (plugin_init):
36877 * sys/dxr3/dxr3init.c: (plugin_init):
36878 * sys/oss/gstossaudio.c: (plugin_init):
36879 * sys/v4l/gstv4l.c: (plugin_init):
36880 * sys/v4l2/gstv4l2.c: (plugin_init):
36881 remove textdomain calls
36883 update Dutch translation
36885 2004-02-02 Julien MOUTTE <julien@moutte.net>
36887 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
36888 (gst_play_set_audio_sink): Moving volume in the audio thread for
36889 instantaneous volume change. Maybe i will add another volume in front
36890 of visualization later, not sure yet though.
36892 2004-02-02 Julien MOUTTE <julien@moutte.net>
36894 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
36895 (gst_ximagesink_handle_xevents): Better X events handling, only take
36896 the latest events for configure and motion.
36897 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
36899 2004-02-02 Jon Trowbridge <trow@gnu.org>
36901 reviewed by: David Schleef <ds@schleef.org>
36904 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
36905 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
36907 2004-02-02 David Schleef <ds@schleef.org>
36909 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
36911 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
36912 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36913 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
36914 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
36915 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36916 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
36917 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
36918 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
36919 (gst_float2_2_int_link):
36920 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36921 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
36922 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
36923 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
36924 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
36925 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
36926 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
36927 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
36928 * testsuite/gst-lint: Add tests for bzero and ;;
36930 2004-02-02 David Schleef <ds@schleef.org>
36932 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
36934 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
36936 * ext/aalib/gstaasink.c: (gst_aasink_open):
36937 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
36938 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
36939 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
36940 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
36941 (gst_afsink_close_file):
36942 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
36943 (gst_afsrc_close_file):
36944 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
36945 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
36946 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
36947 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
36948 * ext/esd/esdmon.c: (gst_esdmon_get):
36949 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
36950 * ext/faac/gstfaac.c: (gst_faac_chain):
36951 * ext/faad/gstfaad.c: (gst_faad_chain):
36952 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
36953 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
36954 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
36955 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
36956 (gst_flacdec_loop):
36957 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
36958 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36959 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
36960 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
36961 (gst_gnomevfssink_close_file):
36962 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
36963 (gst_gnomevfssrc_open_file):
36964 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
36965 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
36966 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
36967 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36968 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
36969 * ext/mad/gstmad.c: (gst_mad_chain):
36970 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36971 * ext/mpeg2dec/gstmpeg2dec.c:
36972 * ext/mpeg2enc/gstmpeg2enc.cc:
36973 * ext/mplex/gstmplex.cc:
36974 * ext/mplex/gstmplexibitstream.cc:
36975 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
36976 (gst_ogg_demux_push):
36977 * ext/raw1394/gstdv1394src.c:
36978 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
36979 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
36980 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
36982 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
36983 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
36984 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
36985 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
36986 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
36987 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
36988 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
36989 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
36990 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
36991 (gst_riff_read_element_data), (gst_riff_read_seek),
36992 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
36993 * gst/adder/gstadder.c: (gst_adder_loop):
36994 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
36995 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
36996 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
36997 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
36998 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
36999 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
37000 * gst/goom/gstgoom.c: (gst_goom_chain):
37001 * gst/id3/gstid3types.c: (gst_id3types_loop):
37002 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
37003 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
37004 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
37005 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
37006 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
37007 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
37008 (gst_ebml_read_float), (gst_ebml_read_header):
37009 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
37010 (gst_matroska_demux_parse_blockgroup):
37011 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
37012 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
37013 * gst/oneton/gstoneton.c: (gst_oneton_chain):
37014 * gst/silence/gstsilence.c: (gst_silence_get):
37015 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37016 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
37017 * gst/speed/gstspeed.c: (speed_loop):
37018 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
37019 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
37020 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
37021 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
37022 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37023 (gst_wavparse_loop):
37024 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
37025 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
37026 (dxr3audiosink_close):
37027 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
37028 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
37029 (dxr3videosink_close), (dxr3videosink_write_data):
37030 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
37031 * sys/oss/gstosssink.c: (gst_osssink_chain):
37032 * sys/oss/gstosssrc.c: (gst_osssrc_get):
37033 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
37034 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
37035 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
37036 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
37037 (gst_v4l_set_window), (gst_v4l_enable_overlay):
37038 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
37039 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
37040 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
37041 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
37042 (gst_v4l_set_audio):
37043 * sys/v4l/v4l_calls.h:
37044 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
37045 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
37046 (gst_v4lmjpegsink_playback_init),
37047 (gst_v4lmjpegsink_playback_start):
37048 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
37049 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
37050 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
37051 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
37052 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
37053 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
37054 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
37055 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
37056 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
37057 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
37058 (gst_v4l2_get_output), (gst_v4l2_set_output),
37059 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
37060 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
37061 (gst_v4l2_set_attribute):
37062 * sys/v4l2/v4l2_calls.h:
37063 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
37064 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
37065 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
37066 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
37067 (gst_v4l2src_capture_stop):
37068 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
37069 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
37070 (gst_ximagesink_chain):
37071 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
37072 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
37073 (gst_xvideosink_xwindow_new):
37074 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37075 (gst_xvimagesink_chain):
37077 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
37079 * gst/volume/gstvolume.c: (gst_volume_set_volume),
37080 (gst_volume_get_volume), (volume_class_init), (volume_init),
37081 (volume_chain_int16), (volume_update_volume):
37082 * gst/volume/gstvolume.h:
37083 make code more readable by removing magic numbers
37084 make mixer interface export 0-100 range
37085 make it internally map to 0.0-1.0 range so users don't distort
37086 output by putting the sliders at full volume
37088 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
37090 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
37091 (gst_play_state_change), (gst_play_seek_to_time):
37092 block the tick callback for 0.5 secs after doing a seek
37094 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
37096 * gst-libs/gst/play/play.c: (gst_play_new):
37099 2004-02-01 Julien MOUTTE <julien@moutte.net>
37101 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
37102 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
37103 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
37104 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
37105 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
37106 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
37108 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
37111 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37112 check for a function added in vorbis 1.1
37114 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
37116 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
37117 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
37118 really start/stop clock only on PLAYING <=> PAUSED
37119 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
37120 remove \n from debugging lines
37121 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
37122 make it work when seeking does not
37123 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37126 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
37128 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
37129 start clock on PAUSED=>PLAYING, not later
37130 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
37131 extract correct time for different discont formats
37132 (gst_alsa_sink_get_time):
37133 don't segfault when no format is negotiated yet, just return 0
37134 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
37135 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
37136 (gst_ogg_pad_push):
37137 handle flush and discont events correctly
37138 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
37139 handle discont events correctly
37141 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
37143 * gst-libs/gst/play/play.c: (gst_play_error_quark),
37144 (gst_play_error_create), (gst_play_error_plugin),
37145 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
37146 * gst-libs/gst/play/play.h:
37147 add error handling during creation
37148 * examples/gstplay/player.c: (main):
37149 use new gst_play_new
37152 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
37154 * ext/theora/theoradec.c: (theora_dec_chain):
37156 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
37157 (vorbis_dec_src_event), (vorbis_dec_chain):
37158 add encoder tag, fix tag reading to be more error tolerant, change
37159 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
37160 gst_pad_event_default.
37161 * gst/tags/gstvorbistag.c:
37162 (gst_tag_list_from_vorbiscomment_buffer):
37163 undefine function specific define at end of function
37165 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
37167 * ext/flac/gstflac.c: (plugin_init):
37168 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
37169 * ext/flac/gstflacdec.h:
37170 * ext/flac/gstflacenc.h:
37173 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
37175 * examples/gstplay/player.c: s/gstplay.h/play.h/
37177 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
37179 * gst-libs/gst/play/Makefile.am:
37180 * gst-libs/gst/play/gstplay.c:
37181 * gst-libs/gst/play/gstplay.h:
37182 * gst-libs/gst/play/play.c:
37183 more surgery, operation complete
37185 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
37187 * gst-libs/gst/play/play.old.c:
37188 * gst-libs/gst/play/play.old.h:
37189 after CVS surgery by moving, remove
37190 * gst-libs/gst/play/playpipelines.c:
37193 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
37194 add negotiation error
37196 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
37198 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
37199 (gst_ogg_demux_push):
37200 add some seeking debug info
37201 send a flush when seeking
37203 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37209 * ext/theora/Makefile.am:
37210 * ext/theora/theoradec.c:
37211 add theora video decoder. Does just do simple decoding for now and
37212 has been tested against Theora cvs only. It only works when theora
37213 is compiled with --enable-static.
37214 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37215 always reset packetno on DISCONT
37217 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
37219 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37222 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
37224 * gst/mpegaudioparse/gstmpegaudioparse.c:
37225 (mp3_type_frame_length_from_header):
37226 Fix header parsing - stolen from ffmpeg (thank you! :) ).
37228 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
37230 * ext/esd/esdsink.c: (gst_esdsink_init):
37231 Since we have static pad template caps, we don't need to negotiate;
37232 either the core errors out or we know the format.
37234 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
37236 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
37237 (gst_riff_read_seek):
37238 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
37239 (gst_ebml_read_seek):
37240 Fix event handling.
37242 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37244 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
37245 removee video/x-theora from vp3 decoder, it doesn't handle raw
37247 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
37248 fix bug with finalizing element that never went to PAUSED
37249 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
37250 length and position queries were swapped
37251 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
37252 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
37253 (vorbis_dec_src_event):
37254 implement querying time and bytes
37256 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
37258 * just about every source file:
37259 gst_element_error -> GST_ELEMENT_ERROR
37261 2004-01-29 Julien MOUTTE <julien@moutte.net>
37263 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
37264 emiting FLUSH and even before DISCONT.
37265 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
37266 get the best instant seeking as possible yay!
37268 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
37270 * gst/mpeg1videoparse/gstmp1videoparse.c:
37271 (gst_mp1videoparse_real_chain):
37272 Committed wrong version last week... Grr... Didn't notice until now.
37274 2004-01-29 Julien MOUTTE <julien@moutte.net>
37276 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
37277 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
37278 have_xwindow_id signal in xwindow_create.
37280 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
37282 * ext/ogg/gstoggdemux.c:
37283 lots of changes - mainly support for chained bitstreams, seeking,
37284 querying and bugfixes of course
37285 * ext/vorbis/Makefile.am:
37286 * ext/vorbis/vorbisdec.c:
37287 * ext/vorbis/vorbisdec.h:
37288 add vorbisdec raw vorbis decoder
37289 * ext/vorbis/vorbis.c: (plugin_init):
37290 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
37291 * gst/intfloat/Makefile.am:
37292 * gst/intfloat/float22int.c:
37293 * gst/intfloat/float22int.h:
37294 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
37295 add float2intnew plugin. It converts multichannel interleaved float to
37296 multichannel interleaved int. The name should probably be changed.
37297 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
37299 add typefinding for raw theora video so oggdemux can detect it.
37301 2004-01-28 Julien MOUTTE <julien@moutte.net>
37303 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
37304 sink element first.
37305 * gst/videoscale/gstvideoscale.c:
37306 (gst_videoscale_handle_src_event): Fixing src event handler.
37308 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
37310 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
37311 (gst_v4lsrc_open), (gst_v4lsrc_close),
37312 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
37313 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
37314 * sys/v4l/gstv4lsrc.h:
37315 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
37316 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
37317 Implement resizing... Hack. But that's why v4l is b0rked...
37319 2004-01-28 Julien MOUTTE <julien@moutte.net>
37321 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
37322 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
37323 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
37324 (gst_ximagesink_xwindow_destroy):
37325 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
37326 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
37327 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37328 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
37329 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
37330 correctly cleaning the image created to check xshm calls on succes,
37331 added a lot of XSync calls in X11 functions, and fixed a segfault when
37332 no image format was defined before negotiation happened.
37334 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
37336 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
37337 use gst_element_get_time to get correct time
37339 2004-01-28 Julien MOUTTE <julien@moutte.net>
37341 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
37342 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
37343 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
37344 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
37345 (gst_xvimagesink_check_xshm_calls),
37346 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
37347 X plugins are now able to detect that XShm calls will fail even if the
37348 server claims that it has XShm support (remote displays most of the
37349 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
37350 so that we use non XShm functions. This feature is almost useless for
37351 xvimagesink as Xv is not supported on remote displays anyway, but
37352 it might happen than even on the local display XShm calls fail.
37354 2004-01-27 David Schleef <ds@schleef.org>
37356 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
37357 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
37358 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
37359 changed esdsink to only use 44100,16,2, since esd sucks at rate
37360 conversion and esdsink has had difficulty negotiating.
37362 2004-01-27 Julien MOUTTE <julien@moutte.net>
37364 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
37365 (gst_play_seek_to_time): Fixing the way to get current position.
37367 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
37369 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
37370 use gst_element_get_time to get correct time
37372 2004-01-27 Julien MOUTTE <julien@moutte.net>
37374 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
37375 fix ever... Inverting 2 lines of code make spider autoplug correctly
37378 2004-01-27 David Schleef <ds@schleef.org>
37380 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37381 Use gst_pad_try_set_caps_nonfixed().
37383 2004-01-27 David Schleef <ds@schleef.org>
37385 * gst/ac3parse/gstac3parse.c: update to checklist 5
37386 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
37387 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
37388 * gst/audioscale/gstaudioscale.c: same
37389 * gst/auparse/gstauparse.c: same
37390 * gst/avi/gstavidemux.c: same
37392 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
37394 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
37395 stop processing after EOS
37397 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
37399 * gst/asfdemux/asfheaders.h:
37400 * gst/asfdemux/gstasfdemux.c:
37401 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
37402 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
37403 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
37404 lot's of fixes to make data extraction simpler and get the code
37405 architecture and compiler independant. Add debugging category
37406 * gst/goom/gstgoom.c: (gst_goom_change_state):
37407 reset channel count on PAUSED=>READY, not READY=>PAUSED
37409 2004-01-26 Colin Walters <walters@verbum.org>
37411 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
37412 code to pull a bigger buffer in iradio mode. This as a side effect
37413 makes typefinding work.
37415 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
37417 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
37418 Fix SVQ3 decoding on PPC
37420 2004-01-26 Julien MOUTTE <julien@moutte.net>
37422 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
37423 that one managed to stay there... Fixed.
37425 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
37427 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
37428 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
37429 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
37430 (qtdemux_video_caps):
37431 * gst/qtdemux/qtdemux.h:
37432 Add SVQ3 specific flags to qtdemux and ffmpeg
37434 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
37436 * gst-libs/gst/audio/audio.h:
37437 remove buffer-frames from audio caps
37438 * gst/audioconvert/gstaudioconvert.c:
37439 fix plugin to really work.
37441 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
37443 * gst-libs/gst/mixer/mixer.c:
37444 * gst-libs/gst/propertyprobe/propertyprobe.c:
37445 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
37446 (gst_tuner_find_channel_by_name):
37447 * gst-libs/gst/tuner/tuner.h:
37448 Add gtk-doc style comments. Also fix a function name.
37450 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
37452 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
37453 (gst_divxdec_negotiate):
37454 Fix for new capsnego - also fixes gst-player with divxdec.
37456 2004-01-25 Julien MOUTTE <julien@moutte.net>
37458 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
37459 (gst_play_identity_handoff), (gst_play_set_location),
37460 (gst_play_set_visualization), (gst_play_connect_visualization): Another
37461 try in visualization implementation. Still have an issue with switch
37462 blocking when pulling from video_queue and only audio comes out of
37464 * gst/switch/gstswitch.c: (gst_switch_release_pad),
37465 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
37466 release method. And check if the pad is usable before pulling.
37468 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
37470 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
37471 (gst_videobalance_init),
37472 (gst_videobalance_colorbalance_list_channels),
37473 (gst_videobalance_colorbalance_set_value),
37474 (gst_videobalance_colorbalance_get_value),
37475 (gst_videobalance_update_properties),
37476 (gst_videobalance_update_tables_planar411),
37477 (gst_videobalance_planar411):
37478 * gst/videofilter/gstvideobalance.h:
37479 Implement lookup-tables. +/- 10x faster.
37481 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
37483 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37484 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
37485 The index reading was broken. The rest worked fine, but the whole
37486 goal of my rewrite was to make avidemux readable, and this was
37487 not at all readable. Please use typed variables.
37489 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
37491 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37492 Additional pad usability check.
37493 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
37494 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
37495 (gst_mp1videoparse_real_chain):
37496 Fix MPEG video stream parsing. The original plugin had several
37497 issues, including not timestamping streams where the source was
37498 not timestamped (this happens with PTS values in mpeg system
37499 streams, but MPEG video is also a valid stream on its own so
37500 that needs timestamps too). We use the display time code for that
37501 for now. Also, if one incoming buffer contains multiple valid
37502 frames, we push them all on correctly now, including proper EOS
37503 handling. Lastly, several potential segfaults were fixed, and we
37504 properly sync on new sequence/gop headers to include them in next,
37505 not previous frames (since they're header for the next frame, not
37506 the previous). Also see #119206.
37507 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
37509 Move caps setting so we only do it after finding several valid
37510 MPEG-1 fraes sequentially, not right after the first one (which
37511 might be coincidental).
37512 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
37513 (mpeg_video_type_find), (mpeg_video_stream_type_find),
37515 Add unsynced MPEG video stream typefinding, and change some
37516 probability values so we detect streams rightly. The idea is as
37517 follows: I can have an unsynced system stream which contains
37518 video. In the current code, I would randomly get a type for either
37519 system or video stream type found, because the probabilities are
37520 being calculated rather randomly. I now use fixed values, so we
37521 always prefer system stream if that was found (and that is how it
37522 should be). If no system stream was found, we can still identity the stream as video-only.
37524 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
37526 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37527 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
37528 don't write to buffer. Extract data without the need of
37529 __attribute__ ((packed))
37531 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37533 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
37534 (mpeg1_sys_type_find):
37535 Fix MPEG-1 stream typefinding.
37537 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37539 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
37540 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
37542 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
37544 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
37545 * ext/esd/gstesd.c: (plugin_init):
37546 private debugging, better error reporting
37548 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37550 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
37551 (gst_riff_read_init), (gst_riff_read_change_state):
37552 * gst-libs/gst/riff/riff-read.h:
37553 Remove stuff fromold metadata system.
37555 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37557 * ext/ogg/gstoggdemux.c:
37558 Fix wrong file comment.
37559 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37560 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
37561 Add metadata reading properly.
37563 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
37566 Fix nas DIST_SUBDIRS
37568 Fix bug where make distcheck doesn't get run on adding stuff to
37571 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37573 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
37574 * ext/divx/gstdivxdec.h:
37575 Fix divx3 ("msmpeg4") playback using divxdec.
37577 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
37579 * gst/typefind/gsttypefindfunctions.c:
37580 (mp3_type_frame_length_from_header): fix bug in length computation
37581 (mp3_type_find): improve debugging output
37583 2004-01-23 Julien MOUTTE <julien@moutte.net>
37585 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
37586 (gst_play_set_location), (gst_play_seek_to_time),
37587 (gst_play_set_audio_sink), (gst_play_set_visualization),
37588 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
37589 the pipeline from scratch. Visualization is back and switch went out as
37590 i realized it was not possible to use the way i wanted.
37591 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
37592 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
37593 clearing in state change from READY to NULL. So that one can clean the
37594 X ressources keeping the element.
37595 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37596 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
37597 (gst_xvimagesink_colorbalance_set_value),
37598 (gst_xvimagesink_colorbalance_get_value),
37599 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
37600 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
37601 change from READY to NULL and fixed some stupid bugs in colorbalance
37602 get/set values. Also added the following feature : when nobody tries to
37603 set some values to the colorbalance levels before the xcontext is
37604 grabbed, then when creating channels list from Xv attributes we set the
37605 internal values to the Xv defaults. This way we handle buggy Xv drivers
37606 that set default hue values far from the middle of the range (Thanks
37607 to Jon Trowbridge for pointing that issue).
37608 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
37609 colorbalance levels have been set before xcontext is grabbed.
37611 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
37613 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37614 Fix the ossmixer case where we shouldn't open /dev/dsp* because
37615 it might block operations (which is bad for a mixer).
37617 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
37619 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37620 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
37621 (gmip_find_type_pre):
37622 * gst-libs/gst/media-info/media-info-priv.h:
37623 * gst-libs/gst/media-info/media-info.c:
37624 (gst_media_info_instance_init), (gst_media_info_read_idler):
37625 add fakesink to get caps on decoder src pad again
37626 fix callback prototype to match new have_type signal signature
37628 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
37630 * gst/adder/gstadder.c: (gst_adder_link):
37631 fix non-compile and cut-n-paste code
37633 2004-01-21 David Schleef <ds@schleef.org>
37635 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
37636 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
37637 (gst_swfdec_init), (gst_swfdec_change_state):
37638 * ext/swfdec/gstswfdec.h:
37640 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
37641 (gst_adder_request_new_pad): Fix negotiation.
37642 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
37643 Add a fixate function.
37644 * gst/intfloat/gstfloat2int.c:
37645 * gst/intfloat/gstfloat2int.h:
37646 * gst/intfloat/gstint2float.c:
37647 * gst/intfloat/gstint2float.h:
37648 Completely rewrite the negotiation. Doesn't quite work yet,
37649 due to some buffer-frames problem.
37651 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
37653 * ext/gnomevfs/gstgnomevfssrc.c:
37654 * sys/v4l2/v4l2_calls.h:
37655 fix includes for distcheck
37657 2004-01-21 Christian Schaller <uraeus@gnome.org>
37660 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
37661 based on earlier patch from Laurent Vivier
37663 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
37665 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
37666 Fix wma caps property
37667 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
37668 Fix typo (flags1 and flags2)
37670 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
37672 * gst-libs/gst/media-info/media-info-priv.c:
37673 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
37674 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
37675 (gmip_find_stream), (gmip_find_track_metadata),
37676 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
37677 (gmip_find_track_format):
37678 * gst-libs/gst/media-info/media-info-priv.h:
37679 * gst-libs/gst/media-info/media-info-test.c: (main):
37680 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37681 (gst_media_info_read_idler), (gst_media_info_read):
37682 * gst-libs/gst/media-info/media-info.h:
37683 register debugging category and use it for debugging
37685 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
37687 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
37688 (gst_vorbisfile_new_link):
37689 signal streaminfo through tags
37691 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
37693 * ext/mplex/gstmplex.cc:
37694 * ext/mplex/gstmplexibitstream.cc:
37695 g++ doesn't like NULL in our i18n/error macros, should be
37696 either (NULL) or ("").
37698 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
37700 * sys/dxr3/dxr3audiosink.c:
37701 * sys/dxr3/dxr3init.c:
37702 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
37703 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
37704 Fix more error error error errors (missing includes here).
37706 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
37708 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
37709 fix thomas' error errors.
37711 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
37713 * ext/mpeg2enc/gstmpeg2enc.cc:
37716 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
37718 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
37719 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
37720 Fix for new error system.
37722 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
37724 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
37725 fix for new error reporting
37727 2004-01-20 David Schleef <ds@schleef.org>
37729 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
37730 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
37731 (gst_ximagesink_set_xwindow_id): Change to using a framerate
37732 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
37733 and neither is 100+, most likely.
37734 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
37735 (gst_xvimagesink_getcaps): same
37737 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
37740 Up version requirement to 2.0.3 (not yet released) to avoid symbol
37741 clashes with ffmpeg.
37743 2004-01-20 Julien MOUTTE <julien@moutte.net>
37745 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
37746 (gst_switch_init): Fixed switch element : proxying link and setting
37747 caps from src to sink on request.
37749 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
37751 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
37752 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
37753 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
37756 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
37758 * sys/v4l/v4l_calls.h:
37759 * sys/v4l2/v4l2_calls.h:
37760 element_error fixes
37762 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
37764 * gst-libs/gst/gst-i18n-plugin.h:
37766 remove config.h inclusion
37768 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
37771 adding autopoint invocation
37774 * gst-libs/gst/gettext.h:
37775 adding gettext bits
37776 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
37777 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
37778 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
37779 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
37780 (gst_gnomevfssink_close_file):
37781 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
37782 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
37783 * gst-libs/gst/gst-i18n-plugin.h:
37784 * gst/avi/gstavi.c: (plugin_init):
37785 * sys/dxr3/dxr3init.c: (plugin_init):
37786 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
37787 * sys/oss/gstossaudio.c: (plugin_init):
37788 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
37789 * sys/v4l/gstv4l.c: (plugin_init):
37790 * sys/v4l/v4l_calls.c: (gst_v4l_open):
37791 * sys/v4l2/gstv4l2.c: (plugin_init):
37792 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
37793 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
37794 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
37795 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
37796 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
37797 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
37798 make sure locale and translation domain are set
37799 fix translated strings
37805 put translation files into place
37806 * sys/xvideo/imagetest.c: (main):
37807 * ext/dv/demo-play.c: (main):
37808 fix unnecessary translations
37810 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
37812 * ext/sndfile/gstsf.c:
37813 * gst/avi/gstavimux.c:
37814 * ext/audiofile/gstafsink.c:
37815 * ext/audiofile/gstafsrc.c:
37816 * ext/gnomevfs/gstgnomevfssink.c:
37817 * ext/gnomevfs/gstgnomevfssrc.c:
37818 * sys/oss/gstosselement.c:
37819 * sys/v4l/v4l_calls.h:
37822 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
37824 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
37825 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
37826 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
37827 (gst_v4l2_get_output), (gst_v4l2_set_output),
37828 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
37829 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
37830 (gst_v4l2_set_attribute):
37831 update to new error handling
37833 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
37835 * ext/sidplay/gstsiddec.cc:
37836 * gst/modplug/gstmodplug.cc:
37837 parenthese NULL because C++ seems angry about it
37839 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
37841 * gst-libs/gst/gst-i18n-plugin.h:
37842 add skeleton i18n stuff, but needs to be further implemented
37844 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
37846 * examples/gstplay/player.c: (main):
37847 * ext/aalib/gstaasink.c: (gst_aasink_open):
37848 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
37849 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
37850 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
37851 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
37852 (gst_afsink_close_file):
37853 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
37854 (gst_afsrc_close_file):
37855 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
37856 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
37857 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
37858 * ext/esd/esdmon.c: (gst_esdmon_get):
37859 * ext/esd/esdsink.c: (gst_esdsink_chain):
37860 * ext/faac/gstfaac.c: (gst_faac_chain):
37861 * ext/faad/gstfaad.c: (gst_faad_chain):
37862 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
37863 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37864 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
37865 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
37866 (gst_flacdec_loop):
37867 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37868 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37869 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
37870 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
37871 (gst_gnomevfssink_close_file):
37872 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
37873 (gst_gnomevfssrc_open_file):
37874 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
37875 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
37876 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
37877 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
37878 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
37879 * ext/mad/gstmad.c: (gst_mad_chain):
37880 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37881 * ext/mpeg2dec/gstmpeg2dec.c:
37882 * ext/mpeg2enc/gstmpeg2enc.cc:
37883 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
37884 * ext/mplex/gstmplex.cc:
37885 * ext/mplex/gstmplexibitstream.cc:
37886 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
37887 (gst_ogg_demux_push), (gst_ogg_pad_push):
37888 * ext/raw1394/gstdv1394src.c:
37889 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
37890 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
37891 * ext/sidplay/gstsiddec.cc:
37892 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
37894 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
37895 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
37896 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
37897 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37898 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
37899 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
37900 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
37901 * gst-libs/gst/Makefile.am:
37902 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
37903 (gst_riff_read_element_data), (gst_riff_read_seek),
37904 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
37905 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
37906 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
37907 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
37908 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
37909 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
37910 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
37911 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
37912 * gst/goom/gstgoom.c: (gst_goom_chain):
37913 * gst/id3/gstid3types.c: (gst_id3types_loop):
37914 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
37915 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
37916 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
37917 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
37918 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
37919 (gst_ebml_read_float), (gst_ebml_read_header):
37920 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
37921 (gst_matroska_demux_parse_blockgroup):
37922 * gst/modplug/gstmodplug.cc:
37923 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
37924 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
37925 * gst/oneton/gstoneton.c: (gst_oneton_chain):
37926 * gst/silence/gstsilence.c: (gst_silence_get):
37927 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37928 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
37929 * gst/speed/gstspeed.c: (speed_loop):
37930 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
37931 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
37932 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
37933 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
37934 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37935 (gst_wavparse_loop):
37936 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
37937 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
37938 (dxr3audiosink_close):
37939 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
37940 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
37941 (dxr3videosink_close), (dxr3videosink_write_data):
37942 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
37943 * sys/oss/gstosselement.h:
37944 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
37945 (gst_osssink_chain):
37946 * sys/oss/gstosssrc.c: (gst_osssrc_get):
37947 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
37948 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
37949 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
37950 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
37951 (gst_v4l_enable_overlay):
37952 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
37953 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
37954 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
37955 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
37956 (gst_v4l_set_audio):
37957 * sys/v4l/v4l_calls.h:
37958 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
37959 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
37960 (gst_v4lmjpegsink_playback_init),
37961 (gst_v4lmjpegsink_playback_start):
37962 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
37963 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
37964 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
37965 (gst_v4lmjpegsrc_requeue_frame):
37966 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
37967 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
37968 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
37969 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
37970 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
37971 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
37972 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
37973 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
37974 (gst_v4l2src_capture_stop):
37975 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
37976 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
37977 (gst_ximagesink_chain):
37978 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
37979 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
37980 (gst_xvideosink_xwindow_new):
37981 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37982 (gst_xvimagesink_chain):
37983 use new error signal, function and categories
37985 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
37989 * ext/musicbrainz/gsttrm.c:
37990 * ext/musicbrainz/gsttrm.h:
37991 * ext/musicbrainz/Makefile.am:
37994 2004-01-18 Julien MOUTTE <julien@moutte.net>
37996 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
37997 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
37998 synchronous property for debugging.
37999 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
38000 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38001 (gst_xvimagesink_set_property): Moving a pointer declaration to a
38002 smaller block, fixing indent.
38004 2004-01-16 David Schleef <ds@schleef.org>
38006 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
38007 property affects the video stream.
38008 * sys/xvimage/xvimagesink.c:
38009 * sys/xvimage/xvimagesink.h:
38010 Add synchronous property for debugging. Should probably be
38011 disabled in non-CVS builds. Make sure that the Xv attribute
38012 exists before we set it (crash!). Fix a silly float bug that
38013 caused colorbalance to just not work.
38015 2004-01-17 Christian Schaller <Uraeus@gnome.org>
38017 * tools/gst-launch-ext.in - update for new plugins
38019 2004-01-16 David Schleef <ds@schleef.org>
38021 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
38022 already-freed caps.
38024 2994-01-16 Christian Schaller <Uraeus@gnome.org>
38026 * Update spec for new colorspace plugin and libcaca plugin
38027 * Fix compilation of libcaca plugin (clock -> id)
38029 2004-01-16 Julien MOUTTE <julien@moutte.net>
38031 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
38032 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
38033 (gst_xvimagesink_set_xwindow_id),
38034 (gst_xvimagesink_colorbalance_set_value),
38035 (gst_xvimagesink_colorbalance_get_value),
38036 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
38037 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
38038 correct colorbalance properties. They can now be set when the element
38039 is still in NULL state. The values will be committed to the Xv Port
38040 when xcontext is initialized.
38041 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
38042 brightness int values in the GstXvImagesink structure.
38044 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
38046 * gst-libs/gst/Makefile.am:
38047 restructure so having local patches works easier.
38049 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
38051 * ext/mpeg2enc/Makefile.am:
38052 * ext/mpeg2enc/gstmpeg2enc.cc:
38053 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38054 Bugfix with respect to EOS handling.
38056 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
38058 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
38059 Link with right caps (else, it segfaults).
38060 * ext/mplex/gstmplexjob.cc:
38061 Fix for slight API change in 1.6.1.93 release of mjpegtools.
38063 2004-01-15 David Schleef <ds@schleef.org>
38065 * gst-libs/gst/audio/Makefile.am:
38066 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
38068 * gst-libs/gst/audio/gstaudiofilter.c:
38069 * gst-libs/gst/audio/gstaudiofilter.h:
38070 Add bytes_per_sample and size and n_samples calculation.
38071 * gst-libs/gst/audio/gstaudiofilterexample.c:
38072 Remove, now autogenerated.
38073 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
38074 Moved from gstaudiofilterexample, object name changed, code added
38075 so that it actually works.
38076 * gst-libs/gst/audio/make_filter:
38077 Script to build an audiofilter subclass from the template.
38078 * gst/colorspace/Makefile.am:
38079 * gst/colorspace/yuv2yuv.c:
38080 Remove file, since it's GPL, and we don't use it.
38082 2004-01-15 Julien MOUTTE <julien@moutte.net>
38084 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38085 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
38086 them use the buffer free function to test how the buffer was allocated.
38088 2004-01-15 David Schleef <ds@schleef.org>
38090 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
38091 that handles osssink fallback.
38092 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
38093 (gst_audio_convert_getcaps):
38094 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
38095 Add audio/x-qdm2 for QDM2 audio.
38096 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38097 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
38098 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38099 Decrease minimum size to 16x16.
38100 * gst/wavparse/gstwavparse.c:
38101 Convert disabled pad template caps to new caps.
38102 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
38103 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38104 (gst_xvimagesink_chain): Throw element error when display cannot
38105 be opened. Increase minimum framerate to 1.0. Check the data
38106 free function on a buffer to make sure it is the type we expect
38107 before manipulating it.
38109 2004-01-15 Julien MOUTTE <julien@moutte.net>
38111 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
38112 (gst_videobalance_colorbalance_set_value): Implement passthru if
38113 settings are in the middle.
38114 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
38116 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
38118 * gst/videofilter/Makefile.am:
38119 * gst/volume/Makefile.am:
38120 Since we use videofilter symbols, link to it.
38122 2004-01-15 Julien MOUTTE <julien@moutte.net>
38124 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
38125 mixer interface type to HARDWARE.
38126 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
38128 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
38129 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
38130 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
38131 (gst_volume_interface_init), (gst_volume_list_tracks),
38132 (gst_volume_set_volume), (gst_volume_get_volume),
38133 (gst_volume_set_mute), (gst_volume_mixer_init),
38134 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
38135 (volume_init): Implementing mixer interface.
38136 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
38137 * sys/oss/gstosselement.c: (gst_osselement_get_type),
38138 (gst_osselement_change_state): Removing some trailing commas in
38140 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
38141 interface type to HARDWARE.
38142 * sys/v4l/gstv4lcolorbalance.c:
38143 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
38145 * sys/v4l2/gstv4l2colorbalance.c:
38146 (gst_v4l2_color_balance_interface_init): Setting colorbalance
38147 interface type to HARDWARE.
38148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
38149 same code than ximagesink for event handling.
38151 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
38153 * ext/snapshot/Makefile.am:
38154 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
38155 (gst_snapshot_chain):
38156 * ext/snapshot/gstsnapshot.h:
38157 This has to be a joke... Snapshot should be connected to a tee,
38158 colorspace element before it and EOS after that, where the other
38159 src of the tee receives normal data.
38160 The current way is *wrong*.
38162 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
38164 * ext/hermes/gsthermescolorspace.c:
38165 Fix another compile error. Same as below.
38167 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
38169 * gst/colorspace/gstcolorspace.c:
38170 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
38171 (gst_colorspace_i420_to_yv12):
38172 Fix compiling... Didn't test if it actually works.
38174 2004-01-15 David Schleef <ds@schleef.org>
38177 * gst/colorspace/Makefile.am:
38178 * gst/colorspace/gstcolorspace.c:
38179 * gst/colorspace/gstcolorspace.h:
38180 * gst/colorspace/yuv2rgb.c:
38181 * gst/colorspace/yuv2rgb.h:
38182 Duplicate the ext/hermes colorspace plugin, and remove Hermes
38183 code and GPL code. Fix for new caps negotiation. Rewrite
38184 much of the format handling code, and some of the conversion
38185 code. Basically, rewrote almost everything. This element
38186 handles I420, YV12 to RGB conversions.
38187 * ext/hermes/Makefile.am:
38188 * ext/hermes/gsthermescolorspace.c:
38189 Rename colorspace to hermescolorspace. Fix negotiation issues.
38190 Remove non-Hermes related code. This element handles lots of
38191 RGB to RGB conversions, but no YUV.
38192 * ext/hermes/gstcolorspace.c:
38193 * ext/hermes/gstcolorspace.h:
38194 * ext/hermes/rgb2yuv.c:
38195 * ext/hermes/yuv2rgb.c:
38196 * ext/hermes/yuv2rgb.h:
38197 * ext/hermes/yuv2rgb_mmx16.s:
38198 * ext/hermes/yuv2yuv.c:
38199 * ext/hermes/yuv2yuv.h:
38202 2004-01-14 Colin Walters <walters@verbum.org>
38204 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
38205 they've already been.
38207 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
38209 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38210 assume tag mode when pad is not connected
38212 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
38214 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38215 Don't update the time of the clock
38216 (gst_alsa_sink_loop):
38217 sync to the clock given to alsasink, not the own clock
38218 * sys/oss/gstosssink.c: (gst_osssink_chain):
38220 (gst_osssink_change_state):
38222 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38223 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
38224 remove bogus code that made DISCONT events unhandled
38225 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
38226 explicitly case to double in _set_simple. (fixes 2nd warning in bug
38228 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
38229 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
38230 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
38231 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
38232 2nd warning in bug #131502)
38234 2004-01-14 Julien MOUTTE <julien@moutte.net>
38236 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
38237 (gst_videobalance_colorbalance_set_value),
38238 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
38239 for colorbalance interface implementation.
38240 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38241 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
38242 (gst_ximagesink_dispose), (gst_ximagesink_init),
38243 (gst_ximagesink_class_init): Adding DISPLAY property.
38244 * sys/ximage/ximagesink.h: Adding display_name to store display.
38245 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38246 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
38247 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
38248 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
38249 properties (they still need polishing though for gst-launch use : no
38250 xcontext yet, i ll do that tomorrow).
38251 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
38253 2004-01-14 Julien MOUTTE <julien@moutte.net>
38255 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38256 (gst_play_set_location), (gst_play_set_visualization): Preparing
38257 switch integration, adding videobalance in the pipeline.
38259 2004-01-14 Julien MOUTTE <julien@moutte.net>
38261 * gst-libs/gst/colorbalance/colorbalance.c:
38262 (gst_color_balance_class_init): Adding a default type.
38263 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
38265 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
38266 (gst_videobalance_dispose), (gst_videobalance_class_init),
38267 (gst_videobalance_init), (gst_videobalance_interface_supported),
38268 (gst_videobalance_interface_init),
38269 (gst_videobalance_colorbalance_list_channels),
38270 (gst_videobalance_colorbalance_set_value),
38271 (gst_videobalance_colorbalance_get_value),
38272 (gst_videobalance_colorbalance_init): Implementing colorbalance
38274 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
38276 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
38277 bug which was triggering a BadAccess X error when setting an overlay
38278 before pad was really negotiated.
38279 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
38280 Using the colorbalance type macro.
38282 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38284 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
38285 (gst_flacenc_chain):
38286 handle tags correctly
38287 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
38288 extract ID3v1 tags correctly
38290 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
38292 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
38294 Improve matroska typefinding for odd-typed headers...
38296 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
38298 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
38299 Fix for using incremental number on padnames.
38301 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
38303 * ext/divx/gstdivxdec.c:
38304 * ext/divx/gstdivxenc.c:
38305 Set category to divx4linux instead of divx (too generic).
38306 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
38307 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
38308 (gst_wavparse_loop), (gst_wavparse_change_state):
38309 * gst/wavparse/gstwavparse.h:
38310 fix parsing of WAV files with non-standard fmt-tag size and fix
38311 skipping of unrecognized chunks... Someone please fix this thing
38312 to use rifflib so all this is automated.
38313 * sys/v4l/Makefile.am:
38314 * sys/v4l2/Makefile.am:
38315 Add X_CFLAGS because we depend on X (for overlay).
38317 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
38319 * ext/mpeg2dec/gstmpeg2dec.c:
38320 Don't issue a timestamp unless we tagged the frame
38323 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38325 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
38326 Query the audio element to get the time, not the clock. We're
38327 interested in the element's time here.
38329 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38331 * ext/aalib/gstaasink.c: (gst_aasink_chain):
38332 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38333 * ext/esd/esdsink.c: (gst_esdsink_chain):
38334 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
38335 * ext/mas/massink.c: (gst_massink_chain):
38336 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
38337 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
38338 (gst_matroska_demux_parse_metadata):
38339 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
38340 (gst_mpeg_parse_release_locks):
38341 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
38342 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
38343 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38344 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
38345 (gst_osssink_change_state):
38346 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38347 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38348 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
38349 (gst_xvideosink_release_locks):
38350 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
38352 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
38353 (gst_alsa_clock_stop):
38354 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
38355 (gst_audio_clock_get_internal_time):
38356 simplify for use with new clocking code.
38357 * testsuite/alsa/Makefile.am:
38358 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
38359 fix testsuite for new caps system
38361 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38363 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
38364 * ext/flac/gstflacenc.c: (add_one_tag):
38365 length is already host endian, no need to convert. Fixes playback of
38366 tagged files on PPC. (bug #128384)
38368 2004-01-13 Julien MOUTTE <julien@moutte.net>
38370 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
38371 colorbalance interface stating if it is hardware based or software
38373 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
38374 Removing a trailing comma.
38375 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38376 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
38377 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
38378 the documentation seems to be wrong on the -1000 to 1000 interval.
38380 2004-01-12 David Schleef <ds@schleef.org>
38382 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
38383 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
38384 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
38385 Fix negotiation. Add a bufferalloc function for the sink pad,
38386 and generally clean up some of the code.
38388 2004-01-12 Julien MOUTTE <julien@moutte.net>
38390 * gst-libs/gst/colorbalance/colorbalancechannel.c:
38391 (gst_color_balance_channel_dispose): Adding safety check in dispose
38393 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38394 (gst_xvimagesink_xcontext_clear),
38395 (gst_xvimagesink_interface_supported),
38396 (gst_xvimagesink_colorbalance_list_channels),
38397 (gst_xvimagesink_colorbalance_set_value),
38398 (gst_xvimagesink_colorbalance_get_value),
38399 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
38400 Adding colorbalance interface support to set XV parameters such as
38401 HUE, BRIGHTNESS, CONTRAST, SATURATION.
38402 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
38405 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
38407 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
38408 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
38409 (gst_audio_convert_init), (gst_audio_convert_set_property),
38410 (gst_audio_convert_get_property), (gst_audio_convert_chain),
38411 (gst_audio_convert_link),
38412 (gst_audio_convert_buffer_to_default_format),
38413 (gst_audio_convert_buffer_from_default_format), (plugin_init):
38414 - implement _getcaps and use it
38416 - remove float caps since no float conversion is actually done
38417 - remove properties and arguments that were to be used for rate
38420 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
38422 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
38423 (gst_audio_structure_set_int):
38424 * gst-libs/gst/audio/audio.h:
38425 add helper functions for _getcaps matching the standard audio
38428 2004-01-12 David Schleef <ds@schleef.org>
38430 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38431 Test that pad is negotiated before getting its caps.
38433 2004-01-12 Julien MOUTTE <julien@moutte.net>
38435 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
38436 analyzing the pads of an element the bin is mostly in READY state so
38437 no caps were negotiated. This helper function needs to work with
38438 _get_caps directly then. I was not freeing them though, added that to
38441 2004-01-12 Julien MOUTTE <julien@moutte.net>
38443 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38444 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
38445 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
38446 than the free_func.
38448 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
38450 * sys/oss/gstossaudio.c: (plugin_init):
38451 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38452 * sys/oss/gstosselement.h:
38453 make an oss debugging category
38454 make failure more descriptive
38456 2004-01-11 David Schleef <ds@schleef.org>
38458 * ext/ffmpeg/gstffmpeg.c:
38459 * ext/ffmpeg/gstffmpegcodecmap.c:
38460 * ext/ffmpeg/gstffmpegdec.c:
38461 * ext/ffmpeg/gstffmpegenc.c:
38462 * ext/ffmpeg/gstffmpegprotocol.c:
38463 * ext/gdk_pixbuf/gstgdkanimation.c:
38464 * ext/jpeg/gstjpeg.c:
38465 * ext/libpng/gstpng.c:
38466 * ext/mpeg2dec/perftest.c:
38467 * ext/speex/gstspeex.c:
38468 * gst-libs/gst/resample/dtos.c:
38469 * gst/intfloat/gstintfloatconvert.c:
38470 * gst/oneton/gstoneton.c:
38471 * gst/rtjpeg/RTjpeg.c:
38472 * gst/rtp/gstrtp.c:
38473 * sys/dxr3/dxr3init.c:
38474 * sys/glsink/gstgl_nvimage.c:
38475 * sys/glsink/gstgl_pdrimage.c:
38476 * sys/glsink/gstglsink.c:
38477 * testsuite/gst-lint:
38478 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
38480 2004-01-11 David Schleef <ds@schleef.org>
38482 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
38483 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
38484 * ext/gdk_pixbuf/gstgdkanimation.c:
38485 (gst_gdk_animation_iter_create_pixbuf):
38486 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38487 (gst_gdk_pixbuf_chain):
38488 * ext/gdk_pixbuf/gstgdkpixbuf.h:
38489 * ext/jack/gstjack.c: (gst_jack_change_state):
38490 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
38491 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
38492 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38493 * gst/videofilter/gstvideofilter.c:
38494 (gst_videofilter_set_output_size):
38495 Remove all usage of gst_pad_get_caps(), and replace it with
38496 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
38498 2004-01-11 David Schleef <ds@schleef.org>
38501 * ext/Makefile.am: Fixes to make ext/libcaca compile.
38502 * ext/divx/gstdivxdec.c:
38503 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38504 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
38505 handle images that span multiple buffers. Now work with both
38506 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
38507 * ext/gdk_pixbuf/gstgdkpixbuf.h:
38508 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
38509 video/video.h changes
38510 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
38511 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
38512 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
38513 of GstData free function.
38514 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
38517 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
38519 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
38520 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
38521 (gst_v4l2element_get_property):
38522 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
38523 add norm, channel and frequency properties.
38524 * sys/v4l2/gstv4l2tuner.c:
38525 fixes for tuner interface changes
38526 * sys/v4l2/gstv4l2element.h:
38527 * sys/v4l2/gstv4l2src.c:
38528 * sys/v4l2/gstv4l2src.h:
38529 * sys/v4l2/v4l2src_calls.c:
38530 * sys/v4l2/v4l2src_calls.h:
38531 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
38533 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
38535 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
38536 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
38537 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
38538 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
38539 * gst-libs/gst/tuner/tuner.h:
38540 GObjects aren't const.
38541 Add find_by_name functions.
38542 Add checks to _changed functions.
38543 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
38544 (gst_v4l_tuner_get_norm):
38547 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
38549 * gst-libs/gst/video/video.h:
38550 Fix caps template names to be understandable.
38551 Prefix everything with GST_VIDEO.
38552 * ext/aalib/gstaasink.c:
38553 * ext/divx/gstdivxdec.c:
38554 * ext/divx/gstdivxenc.c:
38555 * ext/gdk_pixbuf/gstgdkpixbuf.c:
38556 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
38557 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
38558 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
38559 * ext/libcaca/gstcacasink.c:
38560 * ext/libpng/gstpngenc.c: (raw_caps_factory):
38561 * ext/snapshot/gstsnapshot.c:
38562 * ext/swfdec/gstswfdec.c:
38563 * ext/xvid/gstxviddec.c:
38564 * ext/xvid/gstxvidenc.c:
38565 * gst/chart/gstchart.c:
38566 * gst/deinterlace/gstdeinterlace.c:
38567 * gst/effectv/gsteffectv.c:
38568 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38569 * gst/goom/gstgoom.c:
38570 * gst/median/gstmedian.c:
38571 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
38572 (gst_monoscope_srcconnect), (gst_monoscope_chain):
38573 * gst/overlay/gstoverlay.c:
38574 * gst/smooth/gstsmooth.c:
38575 * gst/smpte/gstsmpte.c:
38576 * gst/synaesthesia/gstsynaesthesia.c:
38577 * gst/videocrop/gstvideocrop.c:
38578 * gst/videodrop/gstvideodrop.c:
38579 * gst/y4m/gsty4mencode.c:
38580 * sys/qcam/gstqcamsrc.c:
38581 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
38582 Make them work with new video.h file.
38583 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
38584 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
38585 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
38586 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
38587 Make it work with new buffer allocation system.
38589 2004-01-11 Julien MOUTTE <julien@moutte.net>
38591 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
38592 pad_alloc_buffer implementation to use ->srcpad
38593 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
38594 pad_alloc_buffer implementation to use ->srcpad
38595 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
38596 pad_alloc_buffer implementation to use ->srcpad
38597 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38598 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
38599 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
38600 a reference to everything we need.
38601 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
38602 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38603 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
38604 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
38605 a reference to everything we need.
38606 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
38608 2004-01-11 David Schleef <ds@schleef.org>
38610 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
38611 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
38612 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
38614 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
38615 value during a resize/renegotiation.
38616 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
38617 gst_pad_alloc_buffer();
38618 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
38619 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
38621 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
38622 Fix for rename of buffer private structure members.
38623 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
38624 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
38625 Fix for rename of buffer private structure members.
38626 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
38627 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
38628 Fix for rename of buffer private structure members.
38630 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
38632 reviewed by: David Schleef <ds@schleef.org>
38634 * gst/videofilter/Makefile.am:
38635 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
38636 from the patch by ds to fit in with recent make_filter changes.
38638 2004-01-11 Julien MOUTTE <julien@moutte.net>
38640 * configure.ac: Adding examples/switch/Makefile
38641 * examples/Makefile.am: Adding examples/switch
38642 * examples/switch/Makefile.am: Adding switcher example.
38643 * examples/switch/switcher.c: (got_eos), (idle_iterate),
38644 (switch_timer), (main): Adding an example demonstrating switch usage
38645 with 2 videotestsrc showing different patterns.
38646 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
38647 (gst_switch_init): Fixing switch with the new caps system.
38649 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
38651 * gst-libs/gst/video/video.h:
38652 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
38653 They should probably be like
38654 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
38656 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
38658 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
38659 (qtdemux_parse_trak):
38660 fix audio chunk size/timestamp calculation
38662 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
38664 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38667 2004-01-11 Steve Baker <steve@stevebaker.org>
38669 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
38670 (gst_agingtv_base_init), (gst_agingtv_class_init),
38671 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
38672 (gst_agingtv_set_property), (gst_agingtv_get_property):
38673 Port agingTV to videofilter
38675 2004-01-09 Julien MOUTTE <julien@moutte.net>
38677 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
38678 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
38680 2004-01-09 Julien MOUTTE <julien@moutte.net>
38682 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
38683 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
38684 * gst-libs/gst/xoverlay/xoverlay.c:
38685 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
38686 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
38687 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
38688 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38689 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
38690 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
38691 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
38692 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
38693 the bufferalloc_function to replace bufferpools, fixing the XOverlay
38694 interface implementation to handle xid being 0 and fix some bugs
38695 triggered by Benjamin's testcase.
38696 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
38697 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
38698 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
38699 the bufferalloc_function to replace bufferpools, fixing the XOverlay
38700 interface implementation to handle xid being 0 and fix some bugs
38701 triggered by Benjamin's testcase.
38703 2004-01-09 David Schleef <ds@schleef.org>
38705 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
38706 mouse pointer events. It works.
38708 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
38710 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
38711 Use explicit caps - fix capsnego.
38712 * ext/xvid/gstxviddec.c:
38713 * ext/xvid/gstxvidenc.c:
38714 Remove macro-inside-macro which caused compile errors.
38715 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
38716 Error out if it's not a RIFF file. Else we error out without
38717 gst_element_error() which is not good...
38719 2004-01-08 David Schleef <ds@schleef.org>
38721 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
38722 Fix pad_link function to handle formats that ffmpeg returns
38723 as multiple caps structures.
38724 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
38725 Only complain if source buffer is _smaller_ than expected.
38726 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
38727 (gst_videoscale_handle_src_event): Resize navigation events
38728 when passing them upstream.
38729 * gst/videotestsrc/gstvideotestsrc.c:
38730 * gst/videotestsrc/gstvideotestsrc.h:
38731 * gst/videotestsrc/videotestsrc.c:
38732 * gst/videotestsrc/videotestsrc.h:
38733 Rewrite many of the buffer painting functions to handle odd
38734 sizes (for many formats, size%4!=0 or size%8!=0). Most have
38735 been verified to work with my video card.
38736 * testsuite/gst-lint: Add check for elements calling
38737 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
38739 2004-01-08 David Schleef <ds@schleef.org>
38741 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
38742 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
38744 2004-01-08 Julien MOUTTE <julien@moutte.net>
38746 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
38747 configure event is not emiting the desired size signal. That fixes
38748 aspect ratio issues with gst-player.
38750 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
38752 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
38755 2004-01-08 Julien MOUTTE <julien@moutte.net>
38757 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
38758 public method to fire size signal.
38760 2004-01-07 Julien MOUTTE <julien@moutte.net>
38762 * examples/gstplay/Makefile.am: Adding the interface library.
38763 * gst-libs/gst/play/Makefile.am: Adding the interface library.
38764 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
38765 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
38766 GST_IS_X_OVERLAY before signal connect.
38767 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
38768 Removing the have_video_size signal.
38769 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
38770 and associated public method.
38771 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
38772 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
38774 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38775 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
38777 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
38778 Using XOverlay public method to fire size signal.
38780 2004-01-07 David Schleef <ds@schleef.org>
38782 * gst/videofilter/Makefile.am:
38783 * gst/videofilter/gstvideotemplate.c:
38784 * gst/videofilter/make_filter:
38785 Create gstvideoexample.c in a srcdir!=builddir friendly way.
38786 Convert make_filter to /bin/sh script.
38788 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
38790 * gst/modplug/gstmodplug.cc: fix element description
38792 2004-01-07 Julien MOUTTE <julien@moutte.net>
38794 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
38795 (got_video_size): Adding some new lines in g_print calls.
38796 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
38797 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
38798 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
38799 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
38800 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
38801 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
38802 Complete code review, reverting some stuff i disagree with, adding
38803 some fixes : time synchronization on invalid timestamps, renegotiation
38805 * sys/ximage/ximagesink.h:
38806 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
38807 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
38808 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
38809 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
38810 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38811 (gst_xvimagesink_buffer_new),
38812 (gst_xvimagesink_navigation_send_event),
38813 (gst_xvimagesink_set_xwindow_id),
38814 (gst_xvimagesink_get_desired_size),
38815 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
38816 stuff i disagree with, adding some fixes : Renegotiation of private
38817 window, implementing get_desired_size.
38819 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
38821 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
38822 (gst_afsink_handle_event):
38823 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
38824 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
38825 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
38826 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
38827 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
38828 Fix for instantiate-test (see core). Also remove dead code from
38829 jpegenc (which still needs fixing, but that's lower on my TODO
38831 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
38832 Never return NULL as caps.
38834 2004-01-07 David Schleef <ds@schleef.org>
38838 * ext/librfb/Makefile.am:
38839 * ext/librfb/gstrfbsrc.c:
38840 New source plugin based on librfb-0.1. RFB (remote framebuffer)
38841 is the protocol used by VNC.
38843 2004-01-07 David Schleef <ds@schleef.org>
38845 * gst/videofilter/gstvideotemplate.c:
38846 * gst/videofilter/gstvideotemplate.h:
38847 * gst/videofilter/make_filter:
38848 Merge videotemplate header into source file.
38849 * gst/effectv/Makefile.am:
38850 * gst/effectv/gsteffectv.c: (plugin_init):
38851 * gst/effectv/gstwarp.c:
38852 Make warpTV a subclass of videofilter.
38854 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
38856 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38857 Add guard against invalid utf-8 conversions in mad. Just in case.
38859 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
38861 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
38862 Fix for bug shown by poisoning
38864 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
38866 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
38867 (gst_v4lmjpegsrc_buffer_free):
38868 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
38869 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
38870 (gst_v4lsrc_buffer_free):
38871 Fix for removed bufferpools.
38873 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
38875 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38876 Fix caps negotiation.
38878 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
38879 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
38880 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
38882 * ext/mpeg2dec/gstmpeg2dec.c:
38883 * gst-libs/gst/navigation/navigation.c:
38884 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
38885 * gst-libs/gst/navigation/navigation.h:
38886 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
38887 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
38888 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
38889 Super-simple first version of mouse and keyboard events. Clicking
38890 on a DVD menu now works, although it may not take you where you
38893 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
38894 * gst/videotestsrc/gstvideotestsrc.c:
38895 (gst_videotestsrc_src_fixate):
38896 These fixate functions were broken - they never actually
38899 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
38901 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
38902 (gst_icecastsend_init):
38903 fix for new caps system.
38904 * gst-libs/gst/mixer/mixertrack.h:
38905 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
38906 Add 'master track' flag (for tools like ACME that only want to
38907 change the main volume).
38909 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
38911 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
38912 (gst_xvid_csp_to_caps):
38913 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
38914 * ext/xvid/gstxvidenc.c:
38915 ifdef out ARGB type when it isn't available
38916 in xvidcore 1.0.0beta2
38918 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
38920 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38921 When we have received a new SCR right in the first buffer after
38922 a seek (so in the same cycle that handles the discont), we should
38923 handle the buffer instead of unreffing it, else we lose data.
38925 2004-01-06 Iain <iain@prettypeople.org>
38927 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
38928 buffer-frames caps too.
38930 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
38931 caps that we need, don't destroy them all and rebuild them. And when
38932 creating src pads, use the src pad template rather than the sink...
38934 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
38936 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38937 Add pad to element *after* setting functions such as event handler.
38938 Without this, the scheduler (opt) will link pads, set the event
38939 handler from the default event function (dispatcher in gstpad.c)
38940 and *after* that, we will set our own event function, which will
38941 thus never be used (and thus mpegdemux doesn't handle events).
38943 2004-01-04 David Schleef <ds@schleef.org>
38945 Fix the fixate functions to handle new prototype:
38946 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
38947 * gst/videotestsrc/gstvideotestsrc.c:
38948 (gst_videotestsrc_src_fixate):
38949 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
38950 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
38951 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
38953 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38955 * sys/ximage/ximagesink.h:
38956 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
38957 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
38958 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
38959 (gst_ximagesink_xoverlay_init):
38960 assorted fixes to make (re)embedding work
38961 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
38962 (gst_ximagesink_get_desired_size):
38963 implement desired size additions to XOverlay
38965 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38967 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
38968 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
38969 (gst_x_overlay_got_desired_size):
38970 * gst-libs/gst/xoverlay/xoverlay.h:
38971 Add optional "desired size" signal and querying.
38973 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
38975 * gst/matroska/matroska-demux.c:
38976 (gst_matroska_demux_parse_blockgroup):
38977 Fix EBML-laced block parsing. Diffs are relative to previous
38978 lace, not the first lace. Thanks to Mosu from the Matroska
38979 team for detecting this.
38980 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
38981 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
38982 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
38983 (gst_wavparse_change_state):
38984 * gst/wavparse/gstwavparse.h:
38985 Quickfix for capsnego.
38987 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
38989 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
38990 Fix indenting, fix pad creation.
38992 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
38994 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
38995 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
38996 (gst_xviddec_sink_link):
38997 Implement src_getcaps() so proper size caps is negotiated.
38999 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
39001 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
39002 Finish flac decoder on EOS. See #116178.
39004 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
39006 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
39007 (gst_matroska_demux_add_stream):
39008 * gst/matroska/matroska-ids.h:
39009 Add getcaps() function to fix capsnego...
39011 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
39013 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
39014 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
39015 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
39016 Fix more integer overflows. Again, see #126967.
39018 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39020 * ext/mpeg2dec/gstmpeg2dec.c:
39021 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
39024 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39027 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
39028 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
39029 * ext/xvid/gstxvid.h:
39030 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
39031 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
39032 (gst_xviddec_src_link), (gst_xviddec_sink_link),
39033 (gst_xviddec_change_state):
39034 * ext/xvid/gstxviddec.h:
39035 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
39036 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
39037 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
39038 (gst_xvidenc_link), (gst_xvidenc_set_property),
39039 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
39040 * ext/xvid/gstxvidenc.h:
39041 Update xvid plugin to latest xvid (1.0.0-beta3) API.
39043 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39045 * gst/rtp/rtp-packet.c:
39046 Add sys/types.h include, since OS X doesn't define in_addr_t
39047 in netinet/in.h, like it does on Linux (see #129600).
39049 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
39051 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
39053 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
39054 Correct logic of dispose function (see #129306).
39056 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39058 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
39059 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
39060 (gst_mpeg_parse_init):
39061 * gst/mpegstream/gstmpegparse.h:
39062 Remove clock (which was never provided, i.e. dead code), and
39063 also fix integer overflows at high PTS values (see #126967).
39065 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39067 * ext/flac/gstflacdec.c:
39068 * ext/libpng/gstpngenc.h:
39069 * ext/mikmod/gstmikmod.h:
39070 OS X fixes (see #126628).
39072 2004-01-02 David Schleef <ds@schleef.org>
39074 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
39075 (gst_alsa_src_base_init): Remove bogus "src" request pad.
39076 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
39077 (gst_mpeg_parse_class_init): Move pad template registration
39078 to class_init, since the derived class (mpegdemux) doesn't
39081 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39083 * sys/ximage/Makefile.am:
39084 * sys/xvideo/Makefile.am:
39085 * sys/xvimage/Makefile.am:
39086 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
39087 after installation (see #127664).
39089 2004-01-02 David Schleef <ds@schleef.org>
39091 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
39092 (gst_ffmpegenc_connect): Negotiation fixes.
39093 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
39094 Remove inappropriate gst_caps_free().
39095 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39096 Reenable Ronald's internal resize code, since the core handles
39099 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
39101 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
39102 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
39103 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
39104 Fix pad template stuff.
39106 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
39108 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
39109 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
39110 fix signed integer reading/writing.
39112 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
39115 Remove outdated document
39117 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
39119 * gst/cutter/gstcutter.c: (gst_cutter_init):
39120 src pad was being created twice - oops.
39122 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
39124 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39125 Comment out internal resize. It doesn't handle the resulting
39126 XEvent internally, does another try_set_caps() which leads to
39127 a really nice loop.
39128 Real fix will come when Julien and Dave are awake. ;).
39130 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
39132 * ext/mpeg2enc/gstmpeg2enc.cc:
39133 fix const/nonconst compile issue.
39135 2004-01-02 David Schleef <ds@schleef.org>
39137 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
39138 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
39139 Add fixate function and a check for bad formats.
39141 2004-01-01 David Schleef <ds@schleef.org>
39144 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
39145 (gst_audiofilter_init):
39146 * gst/debug/efence.c: (gst_efence_init):
39147 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
39148 (gst_deinterlace_init):
39149 * gst/volume/gstvolume.c: (volume_connect):
39151 2004-01-01 David Schleef <ds@schleef.org>
39153 Convert elements to use gst_pad_use_explicit_caps() where
39155 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
39156 * ext/audiofile/gstafparse.c: (gst_afparse_init),
39157 (gst_afparse_open_file):
39158 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
39159 (gst_afsrc_open_file):
39160 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
39161 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
39162 (gst_ffmpegdec_chain):
39163 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39164 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
39165 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
39166 (gst_gdk_pixbuf_chain):
39167 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
39168 (gst_jpegdec_chain):
39169 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
39170 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
39171 (gst_mikmod_negotiate):
39172 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
39173 (gst_mpeg2dec_negotiate_format):
39174 * ext/mpeg2enc/gstmpeg2enc.cc:
39175 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
39176 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
39177 (gst_speexdec_sinkconnect):
39178 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
39179 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
39180 (gst_vorbisfile_new_link):
39181 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
39182 (gst_ac3parse_chain):
39183 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
39184 (gst_asf_demux_setup_pad):
39185 * gst/auparse/gstauparse.c: (gst_auparse_init),
39186 (gst_auparse_chain):
39187 * gst/id3/gstid3types.c: (gst_id3types_loop):
39188 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39189 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39190 (mp1videoparse_parse_seq):
39191 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
39193 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
39194 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
39195 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
39196 (gst_mpeg_parse_send_data):
39197 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39198 (gst_qtdemux_add_stream):
39199 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39200 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39201 (gst_wavparse_parse_fmt):
39203 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
39206 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
39207 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
39208 it therefore uses the wrong include paths. Too bad... Note
39209 that 1.6.1.93 is not release yet. ;).
39210 Also add a check for mplex, which is now using the lib'ified
39211 mplex from mjpegtools, too.
39212 * ext/ffmpeg/gstffmpegcodecmap.c:
39213 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
39214 issues. I don't think ffmpeg handles 3ivx correctly, so this
39215 probably won't work. But it won't hurt either.
39216 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
39217 (gst_ffmpegdec_chain):
39218 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
39219 (gst_ffmpegenc_chain_audio):
39220 Fix memleak in audio encoding. Close codec if open fails, this
39221 calls the cleanup routines so we can re-use the context.
39222 * ext/mpeg2enc/gstmpeg2enc.cc:
39223 Fix pad template names/types, fix memory issue with getcaps().
39224 * ext/mpeg2enc/gstmpeg2encoder.cc:
39225 * ext/mpeg2enc/gstmpeg2encoder.hh:
39226 Fix compile issue with new caps system (const thingy).
39227 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39228 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
39229 We read a first frame right on initing, so that we have a caps
39230 when we init the output. This caps is cached in padprivate and
39231 read as first frame.
39232 * ext/mplex/Makefile.am:
39233 * ext/mplex/gstmplex.cc:
39234 * ext/mplex/gstmplex.h:
39235 * ext/mplex/gstmplex.hh:
39236 * ext/mplex/gstmplexibitstream.cc:
39237 * ext/mplex/gstmplexibitstream.hh:
39238 * ext/mplex/gstmplexjob.cc:
39239 * ext/mplex/gstmplexjob.hh:
39240 * ext/mplex/gstmplexoutputstream.cc:
39241 * ext/mplex/gstmplexoutputstream.hh:
39242 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
39243 had issues, didn't do capsnego, supported only a subset of the
39244 mplex features and required a mplex fork in our local CVS. Plus
39245 that it worked agaist a very old mplex version. Rewriting was
39246 faster than updating it.
39247 * gst-libs/ext/Makefile.am:
39248 * gst-libs/ext/mplex/INSTRUCT:
39249 * gst-libs/ext/mplex/Makefile.am:
39250 * gst-libs/ext/mplex/README:
39251 * gst-libs/ext/mplex/TODO:
39252 * gst-libs/ext/mplex/ac3strm_in.cc:
39253 * gst-libs/ext/mplex/audiostrm.hh:
39254 * gst-libs/ext/mplex/audiostrm_out.cc:
39255 * gst-libs/ext/mplex/aunit.hh:
39256 * gst-libs/ext/mplex/bits.cc:
39257 * gst-libs/ext/mplex/bits.hh:
39258 * gst-libs/ext/mplex/buffer.cc:
39259 * gst-libs/ext/mplex/buffer.hh:
39260 * gst-libs/ext/mplex/fastintfns.h:
39261 * gst-libs/ext/mplex/format_codes.h:
39262 * gst-libs/ext/mplex/inputstrm.cc:
39263 * gst-libs/ext/mplex/inputstrm.hh:
39264 * gst-libs/ext/mplex/lpcmstrm_in.cc:
39265 * gst-libs/ext/mplex/mjpeg_logging.cc:
39266 * gst-libs/ext/mplex/mjpeg_logging.h:
39267 * gst-libs/ext/mplex/mjpeg_types.h:
39268 * gst-libs/ext/mplex/mpastrm_in.cc:
39269 * gst-libs/ext/mplex/mpegconsts.cc:
39270 * gst-libs/ext/mplex/mpegconsts.h:
39271 * gst-libs/ext/mplex/mplexconsts.hh:
39272 * gst-libs/ext/mplex/multplex.cc:
39273 * gst-libs/ext/mplex/outputstream.hh:
39274 * gst-libs/ext/mplex/padstrm.cc:
39275 * gst-libs/ext/mplex/padstrm.hh:
39276 * gst-libs/ext/mplex/stillsstream.cc:
39277 * gst-libs/ext/mplex/stillsstream.hh:
39278 * gst-libs/ext/mplex/systems.cc:
39279 * gst-libs/ext/mplex/systems.hh:
39280 * gst-libs/ext/mplex/vector.cc:
39281 * gst-libs/ext/mplex/vector.hh:
39282 * gst-libs/ext/mplex/videostrm.hh:
39283 * gst-libs/ext/mplex/videostrm_in.cc:
39284 * gst-libs/ext/mplex/videostrm_out.cc:
39285 * gst-libs/ext/mplex/yuv4mpeg.cc:
39286 * gst-libs/ext/mplex/yuv4mpeg.h:
39287 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
39288 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
39289 We don't fork mjpegtools' mplex in our CVS anymore.
39290 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
39291 (gst_avi_demux_add_stream):
39292 * gst/avi/gstavidemux.h:
39293 Add getcaps() function for proper caps nego. This makes some
39294 parts of AVI playback/reading work.
39295 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39296 Resize window on new capsnego. This is probably wrong, but
39297 I'm still committing it because with current capsnego, the
39298 first successfull capsnego is auto-fixated, therefore rounded
39299 down to the lowest values in the caps. this results in a 16x16
39300 XWindow that is not reized when real capsnego finishes.
39301 Dave, I see more cases of this, do you know a proper solution?
39302 * tools/gst-launch-ext.in:
39303 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
39305 2003-12-31 David Schleef <ds@schleef.org>
39307 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
39308 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
39309 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
39311 2003-12-30 David Schleef <ds@schleef.org>
39313 * ext/ffmpeg/gstffmpegcolorspace.c:
39314 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
39315 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
39316 (gst_ffmpegcsp_chain): Negotiation fixes
39317 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
39318 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
39319 (gst_audio_convert_link), (gst_audio_convert_channels):
39320 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
39321 (gst_audioscale_link), (gst_audioscale_get_buffer),
39322 (gst_audioscale_chain): Negotiation fixes
39323 * gst/audioscale/gstaudioscale.h:
39324 * gst/videofilter/gstvideofilter.c:
39325 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
39326 (gst_videofilter_link), (gst_videofilter_init),
39327 (gst_videofilter_set_output_size), (gst_videofilter_setup),
39328 (gst_videofilter_find_format_by_structure):
39329 * gst/videofilter/gstvideofilter.h: Negotiation fixes
39330 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
39331 (gst_videoscale_link):
39332 * gst/videoscale/videoscale.c: (videoscale_get_structure),
39333 (videoscale_find_by_structure), (gst_videoscale_setup):
39334 * gst/videoscale/videoscale.h: Negotiation fixes
39335 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39336 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
39337 function, restrict resizing to a multiple of 4 (hack until
39338 everyone supports odd sizes correctly).
39340 2003-12-29 Colin Walters <walters@verbum.org>
39342 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
39345 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
39347 * ext/sndfile/gstsf.c: (gst_sf_loop):
39348 Fix warning about discarding const qualifier
39350 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
39352 * gst/cutter/gstcutter.c:
39353 * gst/videoscale/gstvideoscale.c:
39354 * gst/volenv/gstvolenv.c:
39355 * gst-libs/gst/audio/audio.c:
39356 * gst-libs/gst/video/video.c:
39359 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39361 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
39362 Don't send ALSA debugging to stderr.
39363 * ext/alsa/gstalsa.h:
39364 Use GST_WARNING instead of g_warning when ALSA functions fail.
39366 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39368 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
39369 Free XVAdapterInfo correctly.
39371 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39373 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
39374 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
39375 Make id3tag use correct caps nego.
39377 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
39379 * ext/ivorbis/vorbis.c:
39380 * ext/ivorbis/vorbisenc.h:
39381 * ext/ivorbis/vorbisfile.c:
39382 Modify so that it uses the new caps things
39384 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39386 * testsuite/spider/spider1.c: (main):
39387 * testsuite/spider/spider2.c: (main):
39388 * testsuite/spider/spider3.c: (main):
39389 Make tests compile again. They probably don't work.
39391 2003-12-24 Colin Walters <walters@verbum.org>
39393 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
39394 we can't fixate the caps anymore.
39396 2003-12-23 David Schleef <ds@schleef.org>
39398 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
39399 * sys/oss/gstosssink.c: (gst_osssink_init),
39400 (gst_osssink_sink_fixate): Add fixate function.
39402 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
39404 * ext/ffmpeg/gstffmpegcodecmap.c:
39405 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
39406 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
39407 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
39408 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
39409 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
39410 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
39411 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
39412 fix typo in RGB masks, and move back to "old" colorspace
39413 capsnego code until whoever wrote this new crap has actually
39414 tested it so that it works.
39415 And yes, this works, keep it that way please.
39417 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39419 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
39420 (gst_divxdec_init), (gst_divxdec_negotiate):
39421 * ext/divx/gstdivxdec.h:
39422 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
39423 (gst_divxenc_init):
39424 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
39425 (gst_faac_sinkconnect), (gst_faac_srcconnect):
39426 * ext/mpeg2enc/gstmpeg2enc.cc:
39427 * ext/mpeg2enc/gstmpeg2encoder.cc:
39428 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39429 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
39430 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
39431 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
39432 (dxr3spusink_init):
39433 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
39434 (dxr3videosink_init):
39435 Fix caps breakage after Dave's caps branch merge.
39437 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39439 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39440 Fix for 24bpp display.
39442 2003-12-23 Colin Walters <walters@verbum.org>
39444 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
39445 a GnomeVFSHandle directly.
39447 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
39449 * gst/volume/Makefile.am:
39450 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
39451 (volume_base_init), (volume_init):
39452 Reenable volume element and fix to work with new caps stuff.
39453 Rhythmbox needs this.
39455 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
39457 * gst/qtdemux/qtdemux.c: (plugin_init):
39458 qtdemux requires bytestream
39460 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
39462 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
39463 Fix remaining caps handling errors due to CAPS merge.
39465 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
39467 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
39468 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
39469 (gst_faad_srcconnect):
39470 Port to new caps system.
39472 2003-12-21 Julien MOUTTE <julien@moutte.net>
39474 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
39475 (got_video_size), (main): using g_print instead of g_message.
39476 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
39477 signal which was not emitted because of "switch" element added to the
39478 bin but not connected. (Removing from the bin temporarily)
39480 2003-12-21 Julien MOUTTE <julien@moutte.net>
39482 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
39483 find X development files. I don't understand the previous tests and
39484 they fail on my debian/ppc unstable. This one works.
39485 * examples/gstplay/player.c: (main): Set the pipeline to READY before
39487 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
39488 (gst_play_set_video_sink), (gst_play_set_audio_sink),
39489 (gst_play_set_visualization): Add some safety checks in set_ methods
39490 and state_change. This was throwing some ugly CRITICAL messages when
39491 pipeline was getting disposed and casts were failing.
39493 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
39496 Improve mpeg2enc detection. This is for distributions that do
39497 ship mjpegtools, but without mpeg2enc. Also does object check
39498 for might there ever be ABI incompatibility.
39499 * ext/mpeg2enc/gstmpeg2enc.cc:
39500 Add Andrew as second maintainer (he's helping me), and also add
39501 an error if no caps was set. This happens if I pull before capsnego
39502 and that's something I should solve sometime else.
39503 * gst/matroska/matroska-demux.c:
39504 (gst_matroska_demux_parse_blockgroup):
39506 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
39507 (gst_matroska_mux_track_header):
39508 Add caps to templates.
39509 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
39510 Add mpegversion=1 to prevent confusion with MPEG/AAC.
39511 * gst/mpegstream/gstmpegdemux.c:
39512 Remove layer since it causes warnings about unfixed caps.
39513 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39514 Fix obvious typo (we error out if caps were set, we should of
39515 course error out if *no* caps were set).
39516 * sys/oss/gstosselement.c: (gst_osselement_convert):
39517 Fix format conversion, we confused bits/bytes.
39518 * sys/oss/gstosselement.h:
39519 Improve documentation for 'bps'.
39521 Remove stuff about plugins that need removing - this was done
39523 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
39524 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
39525 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
39526 (gst_v4lsrc_src_query):
39527 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
39528 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
39529 Add get_query_types(), get_formats() and query() functions.
39531 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
39533 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
39534 * moved CVS to freedesktop.org