1 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
3 Patch by: 이문형 <iwings at gmail dot com>
5 * gst-libs/gst/rtsp/gstrtspconnection.c:
6 (gst_rtsp_connection_connect):
7 A successful gst_poll_wait() doesn't always mean successful connect() on
8 Windows. We should check errors by calling gst_poll_fd_has_error().
11 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
13 * gst-libs/gst/rtp/gstrtcpbuffer.c:
16 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
18 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
19 If no stream was found before receiving EOS, post an error message.
22 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
24 * ext/theora/gsttheoraenc.h:
25 * ext/theora/theoraenc.c: (gst_theora_enc_init),
26 (theora_buffer_from_packet), (theora_push_packet),
27 (theora_enc_sink_event), (theora_enc_is_discontinuous),
30 Pass incomming buffer timestamps to outgoing buffers.
31 Use the running_time to construct the granulepos.
34 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
36 * gst/playback/gstplaybin2.c: (activate_group):
37 Fix buffer-duration property.
39 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
41 * gst-libs/gst/audio/gstbaseaudiosink.c:
42 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
43 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
44 (gst_base_audio_sink_change_state):
45 Really fix audiosink drain handling by keeping track of the running_time
48 2008-11-24 Michael Smith <msmith@songbirdnest.com>
50 * gst/playback/gstplaybin2.c:
51 Add notification of current stream. Add ability to configure buffer
53 * gst/playback/gsturidecodebin.c:
54 Add ability to configure buffer sizes for streaming mode.
57 2008-11-24 Stefan Kost <ensonic@users.sf.net>
59 * gst-libs/gst/audio/gstbaseaudiosink.c:
60 Time is already in running_time. Remove base_time handling. Fixes
61 audiosinks not draining and thus chopping some audio in the end.
63 2008-11-24 David Schleef <ds@schleef.org>
65 * ext/ogg/gstoggmux.c:
66 * ext/ogg/gstoggmux.h:
67 If we're muxing a dirac stream, flush the page after every picture.
69 2008-11-24 Stefan Kost <ensonic@users.sf.net>
71 * gst-libs/gst/audio/gstbaseaudiosink.c:
72 Add one log message to check for audio_drained. Sync one log message
73 with the condition. Send EOS after draining audio in pull mode.
75 2008-11-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
77 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
78 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
79 Use gst_buffer_try_new_and_alloc() and fail properly if the
80 allocation failed. This prevents abort() if downstream elements
81 request an insane amount of memory.
83 2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
85 * gst/volume/gstvolume.c: (volume_choose_func),
86 (volume_update_volume), (gst_volume_set_volume),
87 (gst_volume_get_volume), (gst_volume_set_mute),
88 (gst_volume_class_init), (gst_volume_init),
89 (volume_process_double), (volume_process_float),
90 (volume_process_int32), (volume_process_int32_clamp),
91 (volume_process_int24), (volume_process_int24_clamp),
92 (volume_process_int16), (volume_process_int16_clamp),
93 (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
94 (volume_transform_ip), (volume_set_property),
95 (volume_get_property):
96 * gst/volume/gstvolume.h:
97 Cleanup volume, define and use default values.
98 Recalculate new volume and mute setup before processing. Fixes #561789.
100 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
101 Add controller unit test. Patch by: Jonathan Matthew
102 Fix bogus test that messed with basetransform's internal state.
104 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
106 * gst/videorate/gstvideorate.c:
107 Add jpeg and png image media types to the caps. Fixes #561436.
109 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
111 * gst/playback/gstplaysink.c: (gen_audio_chain):
112 Don't post an error when we can't configure the volume but post a
113 warning instead. Fixes #561780.
115 2008-11-21 David Schleef <ds@schleef.org>
117 Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
119 * gst/videotestsrc/gstvideotestsrc.c:
120 * gst/videotestsrc/gstvideotestsrc.h:
121 * gst/videotestsrc/videotestsrc.c:
122 * gst/videotestsrc/videotestsrc.h:
123 Add a zone plate pattern generator based on BBC R&D Report
124 1978/23 (yeah *that* 1978). Try 'videotestsrc pattern=zone-plate
127 2008-11-20 Michael Smith <msmith@songbirdnest.com>
129 * gst/playback/gstdecodebin2.c:
130 Fix random fat-fingering making this not compile.
132 2008-11-20 Michael Smith <msmith@songbirdnest.com>
134 * gst/playback/gstdecodebin2.c:
135 If the top-level type of the stream is plain text, don't try to decode
136 it, matching behaviour of decodebin.
137 * gst/playback/gstplaysink.c:
138 If we fail to generate a text chain (e.g. due to missing optional
139 plugins), don't crash.
141 2008-11-20 Michael Smith <msmith@songbirdnest.com>
143 * gst-libs/gst/rtsp/gstrtspdefs.c:
144 Fix win32 build. Oops.
146 2008-11-20 Michael Smith <msmith@songbirdnest.com>
148 * gst-libs/gst/rtsp/gstrtspdefs.c:
149 Use WSAGetLastError() rather than errno/h_errno on win32.
151 2008-11-20 Michael Smith <msmith@songbirdnest.com>
153 * gst-libs/gst/riff/riff-media.c:
154 Support WMA Lossless properly.
156 2008-11-18 David Schleef <ds@schleef.org>
158 * gst/videotestsrc/gstvideotestsrc.c:
159 * gst/videotestsrc/gstvideotestsrc.h:
160 * gst/videotestsrc/videotestsrc.c:
161 * gst/videotestsrc/videotestsrc.h:
162 Add "colorspec" property, specifying whether to generate BT.601
163 or BT.709 video. This only affects YCbCr values, not RGB, since
164 if you're generating a 709 test pattern, presumably you want
165 709 RGB primaries, not 601. Also add "smpte75" pattern, which
166 uses 75% colors instead of 100%, since this is often more useful
167 for testing (and also follows the SMPTE EG-1 guideline).
169 2008-11-18 Alessandro Decina <alessandro.d@gmail.com>
171 * gst/playback/gstdecodebin.c:
172 Add a "sink-caps" property to decodebin like it's done for decodebin2.
175 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
177 * gst/audioresample/gstaudioresample.c:
178 Guard against a NULL dereference I somehow encountered -
179 with a FLUSH_STOP arriving either before basetransform _start(),
182 * gst/typefind/gsttypefindfunctions.c:
183 Make sure we never jump backwards when typefinding corrupt mov files.
185 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
187 * gst-libs/gst/interfaces/propertyprobe.c:
188 Fix random type causing a docs warning.
190 2008-11-14 Stefan Kost <ensonic@users.sf.net>
193 Give it a minimal rank for autovideosrc.
195 2008-11-13 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
197 * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
199 Improve typefinding of ISO JPEG2000 mime types.
201 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
203 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
204 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
205 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
206 * sys/xvimage/xvimagesink.h:
207 Avoid typechecking when we do trivial casts.
208 Move error handling out of the main program flow.
209 Sneak in the display-region caps property, not completely correct yet.
210 Cache the width/height in buffer_alloc instead of parsing it from the
213 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
215 * gst/playback/gstplaybin2.c: (deactivate_group):
216 don't try to unlink the selector sinkpad when we don't have it yet. This
217 can happen if an error occured before the group was complete.
219 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
221 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
222 (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
223 (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
224 (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
225 (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
226 (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
227 (gst_rtp_buffer_get_extension_data),
228 (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
229 (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
230 (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
231 (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
232 (gst_rtp_buffer_get_payload_type),
233 (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
234 (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
235 (gst_rtp_buffer_set_timestamp),
236 (gst_rtp_buffer_get_payload_subbuffer),
237 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
238 Avoid expensive type checks we already did as part of the
239 _validate() function that should be called first.
241 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
243 * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
244 (gst_base_rtp_depayload_push_full),
245 (gst_base_rtp_depayload_set_gst_timestamp):
246 Fix some cases where a newsegment event was not sent.
248 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
250 * gst/playback/gstplaybin2.c: (activate_group):
251 Catch state change errors and stop from the uridecodebin elements
252 instead of trying to continue in vain.
254 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
256 * gst-libs/gst/audio/gstbaseaudiosink.c:
257 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
258 (gst_base_audio_sink_callback):
259 Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
260 for the latency to expire, fixes #559567.
262 2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
264 * gst/adder/gstadder.c:
265 Change author string after seeing output of gst-inspector.
267 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
269 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
270 Don't try to do crazy things when we only have a text pad without a
271 video pad. Fixes #559478.
273 2008-11-06 Wim Taymans <wim.taymans@collabora.co.uk>
275 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
276 Fix case where we don't have a range for the rates or channels as is the
277 case with truespeech.
279 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
281 * gst/volume/gstvolume.c: (volume_update_real_volume),
282 (gst_volume_set_volume), (gst_volume_get_volume),
283 (gst_volume_set_mute), (gst_volume_init), (volume_setup),
284 (volume_transform_ip), (volume_update_mute),
285 (volume_update_volume), (volume_get_property):
286 * gst/volume/gstvolume.h:
287 Keep negotiated state in a separate variable.
288 Protect the volume and mute properties with the object lock.
289 Protect modifying the transform with the transform lock.
291 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
293 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
294 (gst_ffmpeg_pixfmt_to_caps):
295 Only convert caps to string when debug is enabled.
297 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
299 * ext/theora/gsttheoradec.h:
300 * ext/theora/theoradec.c: (gst_theora_dec_init),
301 (gst_theora_dec_reset), (theora_dec_src_event),
302 (theora_dec_sink_event), (theora_handle_type_packet):
304 Keep events in a pending list, like vorbisdec, instead of trying
305 to construct a segment event ourselves.
307 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
308 (vorbis_dec_src_event), (vorbis_dec_sink_event):
309 * ext/vorbis/vorbisdec.h:
312 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
314 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
315 (gst_ogg_demux_deactivate_current_chain),
316 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
317 (gst_ogg_demux_loop):
318 * ext/ogg/gstoggdemux.h:
319 Copy seqnums around to track playback segments and messages.
321 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
323 Based on patch by: Matthias Kretz <kretz at kde dot org>
325 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
326 (gst_alsasink_prepare), (gst_alsasink_unprepare),
327 (gst_alsasink_write):
328 Make all access non-blocking so that we can better handle unplugging
329 of usb devices. Fixes #559111
331 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
333 Patch by: Damien Lespiau <damien.lespiau gmail com>
335 * gst-libs/gst/rtsp/gstrtspconnection.c:
336 (gst_rtsp_connection_write):
337 Make the next call to poll not depend on previous calls to poll with or
338 without reading from the active descriptor. Fixes #544293.
340 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
342 Patch by: Nick Haddad <nick at haddads dot net>
344 * gst-libs/gst/riff/riff-ids.h:
345 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
346 Add support for other fourcc codes that are commonly used for
347 'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
350 2008-10-30 Stefan Kost <ensonic@users.sf.net>
352 * gst/audioresample/gstaudioresample.c:
353 Return the result of parent_class->event().
355 2008-10-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
357 * gst/audioresample/gstaudioresample.c:
358 (gst_audioresample_class_init), (audioresample_fixate_caps):
359 Fixate the rate to the nearest supported rate instead of
360 the first one. Fixes bug #549510.
362 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
364 * win32/common/libgstaudio.def:
367 2008-10-23 Wim Taymans <wim.taymans@collabora.co.uk>
369 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
370 Attempt to make obfuscated code clearer.
372 2008-10-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
374 * docs/libs/gst-plugins-base-libs-sections.txt:
375 * gst-libs/gst/floatcast/floatcast.h:
376 Move float endianness conversion macros to core. Second part of
379 2008-10-22 Stefan Kost <ensonic@users.sf.net>
381 * sys/ximage/ximagesink.h:
382 * sys/xvimage/xvimagesink.h:
383 Don't mark as gtk-doc docs as they aren't public.
385 2008-10-22 Stefan Kost <ensonic@users.sf.net>
387 * sys/xvimage/xvimagesink.c:
388 * sys/xvimage/xvimagesink.h:
389 * tests/icles/Makefile.am:
390 * tests/icles/test-colorkey.c:
391 Allow setting colorkey if possible. Implement property probe interface
392 for optional X features (autopaint-colorkey, double-buffer and
393 colorkey). Fixes #554533
395 2008-10-22 Sebastian Dröge <slomo@circular-chaos.org>
397 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
398 Remove useless buffer size assignment. It already has this value.
400 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
402 * gst-libs/gst/audio/gstaudiosink.c:
403 (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
404 (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
405 (gst_audioringbuffer_stop):
406 Implement a separate activate functions to start monitoring the segments
407 or, in pull mode, pulling in data.
409 * gst-libs/gst/audio/gstbaseaudiosink.c:
410 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
411 (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
412 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
413 (gst_base_audio_sink_activate_pull),
414 (gst_base_audio_sink_async_play),
415 (gst_base_audio_sink_change_state):
416 Implement pad and element convert query function.
417 Activate the ringbuffer.
418 Use the segment last_stop value as the offset to pull.
419 Use new basesink _do_preroll() method to preroll in the pulling thread.
420 Take appropriate locking in the pulling thread.
422 * gst-libs/gst/audio/gstringbuffer.h:
425 2008-10-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
427 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
428 Improve MXF typefinding a bit by searching for a header partition
429 pack instead of just a general partition pack and checking more
430 bytes for valid values.
432 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
434 * tests/icles/.cvsignore:
437 * tests/icles/Makefile.am:
438 * tests/icles/test-box.c: (make_pipeline), (main):
439 Add another interactive command line experimentation suite for
440 dynamically boxing/cropping/saling an input video.
442 2008-10-17 Wim Taymans <wim.taymans@collabora.co.uk>
444 * docs/libs/gst-plugins-base-libs-sections.txt:
445 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
446 (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
447 * gst-libs/gst/audio/gstringbuffer.h:
448 Add methods to more accuratly control the pulling thread of a
450 Add format conversion helper code to the ringbuffer.
451 API: GstRingBuffer:gst_ring_buffer_activate()
452 API: GstRingBuffer:gst_ring_buffer_is_active()
453 API: GstRingBuffer:gst_ring_buffer_convert()
455 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
457 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
458 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
459 (gst_audioringbuffer_stop):
460 Signal thread startup earlier so that we can immediatly go into pull
461 mode when we have to and block on preroll.
463 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
465 * gst-libs/gst/audio/gstringbuffer.c:
466 (gst_ring_buffer_prepare_read):
467 In pull mode we want the callback to prepull a buffer we can preroll on
468 even when we are not yet playing.
470 2008-10-16 Stefan Kost <ensonic@users.sf.net>
472 * ext/alsa/Makefile.am:
473 * ext/cdparanoia/Makefile.am:
474 * ext/gio/Makefile.am:
475 * ext/gnomevfs/Makefile.am:
476 * ext/libvisual/Makefile.am:
477 * ext/ogg/Makefile.am:
478 * ext/pango/Makefile.am:
479 * ext/theora/Makefile.am:
480 * ext/vorbis/Makefile.am:
481 * gst/adder/Makefile.am:
482 * gst/audioconvert/Makefile.am:
483 * gst/audiorate/Makefile.am:
484 * gst/audioresample/Makefile.am:
485 * gst/audiotestsrc/Makefile.am:
486 * gst/ffmpegcolorspace/Makefile.am:
487 * gst/gdp/Makefile.am:
488 * gst/playback/Makefile.am:
489 * gst/subparse/Makefile.am:
490 * gst/tcp/Makefile.am:
491 * gst/typefind/Makefile.am:
492 * gst/videorate/Makefile.am:
493 * gst/videoscale/Makefile.am:
494 * gst/videotestsrc/Makefile.am:
495 * gst/volume/Makefile.am:
496 * sys/v4l/Makefile.am:
497 * sys/ximage/Makefile.am:
498 * sys/xvimage/Makefile.am:
499 Don't install static libs for plugins. Fixes #550851 for base.
501 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
503 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
504 Set the default blocksize to -1 because we will then use the configured
505 samplesperbuffer to create our output buffer.
507 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
509 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
510 (gst_riff_create_video_template_caps):
511 Add mappping for the KMVC (Karl Morton's Video) Codec.
513 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
515 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
516 Don't forget to advance the offset of what we're matching against, else
517 we end up in a forever loop.
519 2008-10-15 Sebastian Dröge <slomo@circular-chaos.org>
521 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
522 Improve typefinding a bit. If we don't have a Unicode charset
523 try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
525 2008-10-14 Edward Hervey <edward.hervey@collabora.co.uk>
527 * ext/theora/theoradec.c: (theora_dec_decode_buffer):
530 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
532 Based on patch by: Robin Stocker <robin at nibor dot org>
534 * ext/theora/gsttheoradec.h:
535 * ext/theora/theoradec.c: (gst_theora_dec_init),
536 (theora_dec_setcaps), (theora_handle_type_packet),
537 (theora_dec_decode_buffer), (theora_dec_change_state):
538 Parse input caps and make the PAR override the encoded PAR when
539 specified by a container. Fixes #555699.
541 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
543 * gst-libs/gst/rtp/gstbasertpdepayload.c:
544 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
545 (gst_base_rtp_depayload_set_gst_timestamp),
546 (gst_base_rtp_depayload_change_state):
547 * gst-libs/gst/rtp/gstbasertpdepayload.h:
548 Add some more G_LIKELY
549 Fail when the setcaps function was not called.
551 * gst-libs/gst/rtp/gstbasertppayload.c:
552 (gst_basertppayload_set_outcaps):
553 Propagate return value of setcaps.
555 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
557 * gst/subparse/Makefile.am:
558 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
559 (gst_sub_parse_class_init), (gst_sub_parse_init),
560 (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
561 (get_next_line), (gst_sub_parse_data_format_autodetect),
562 (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
563 (gst_subparse_type_find):
564 * gst/subparse/gstsubparse.h:
565 Add support for UTF16/UTF32 subtitles as long as the first bytes of
566 the first buffer contain the BOM. This also adds support for other
567 encodings that allow NUL bytes via the encoding property.
568 Fixes bugs #552237 and #456788.
570 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
572 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
573 Don't drop the last byte of image tags if they're not an URI list.
576 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
578 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
579 For looking at the 4th byte we have to get 4 bytes of course
582 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
584 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
585 Improve FLAC-without-headers typefinding by looking at most of the
586 frame header and checking if invalid values are used. Should prevent
587 quite some false positives compared to the old version which only
588 check if the first 14 bits are set.
590 2008-10-11 Stefan Kost <ensonic@users.sf.net>
592 * sys/xvimage/xvimagesink.c:
593 Don't assert on caps==NULL.
595 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
597 * gst/subparse/gstsubparse.c:
598 (gst_sub_parse_data_format_autodetect), (handle_buffer),
599 (gst_sub_parse_change_state):
600 * gst/subparse/gstsubparse.h:
601 * tests/check/elements/subparse.c: (GST_START_TEST):
602 Add support for subtitle files with UTF-8 BOM at the beginning
603 by simple stripping it from the first line before passing it
604 to any parsing code. Fixes bug #555257 and playback of files
605 created by Gnome Subtitles.
607 2008-10-10 Wim Taymans <wim.taymans@collabora.co.uk>
609 * gst/audiotestsrc/gstaudiotestsrc.c:
610 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
611 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
612 (gst_audio_test_src_start), (gst_audio_test_src_stop),
613 (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
614 (gst_audio_test_src_create):
615 * gst/audiotestsrc/gstaudiotestsrc.h:
616 Define the default property values in the usual place.
617 Implement start/stop to reset values correctly.
618 Calculate the sample size only once when we negotiate.
619 Rename some values to make more sense.
620 Keep track of our byte range.
621 Add support for pull based scheduling. Disabled for now until we have
622 the whole stack working.
623 Set the BUFFER_OFFSET correctly.
625 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
627 Based on a patch by: xavierb at gmail dot com
629 * gst/subparse/gstsubparse.c:
630 (gst_sub_parse_data_format_autodetect):
631 * tests/check/elements/subparse.c: (GST_START_TEST):
632 Make the detection of the used subtitle a bit less strict
633 for srt subtitles. Fixes bug #555607.
635 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
637 * ext/vorbis/vorbisenc.c:
638 (gst_vorbis_enc_buffer_check_discontinuous):
639 Fix discontinuity detection which was broken by last commit.
641 2008-10-09 Tim-Philipp Müller <tim.muller at collabora co uk>
644 Require core CVS for ghostpad API additions used by decodebin2.
646 2008-10-08 Edward Hervey <edward.hervey@collabora.co.uk>
648 * gst-libs/gst/audio/gstbaseaudiosrc.c:
649 (gst_base_audio_src_create):
650 Fix debug statements (space between '%' and actual format).
652 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
654 * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
655 Remove bogus assert, the decodepad could have been created inside an
656 already existing group.
658 2008-10-08 Andy Wingo <wingo@pobox.com>
660 * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
661 target instead of setting it.
662 (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
663 API for a decode pad. The bugfix is that we set the group in
664 activate(), not when the pad was created because it might be NULL
666 (gst_decode_group_control_source_pad, gst_decode_group_expose):
667 Update to use the API.
669 2008-10-08 Andy Wingo <wingo@pobox.com>
671 * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
672 be a subclass of GstGhostPad.
673 (analyze_new_pad): So, when emitting the signals that determine
674 how we do autoplugging, already create the ghost pad and use it as
675 the pad in the signal arguments. This allows applications to make
676 a connection between the pad passed in e.g. autoplug-continue, and
677 the pad passed in new-decoded-pad.
678 (connect_pad, expose_pad): Update to receive the ghosted decode
679 pad in the args, retargetting it as necessary if we have to plug
680 the target pad through a multiqueue.
681 (gst_decode_group_control_source_pad): Adapt to receive an
682 already-ghosted pad that just needs activation, blocking, and
684 (sort_end_pads): Adapt for decode pads actually being pads.
685 (gst_decode_group_expose): Adapt for decode pads actually being
686 pads. Rewrite the decode pad names so they appear in order. Adds a
687 new error case if we couldn't set the name.
688 (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
690 (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
691 New API for the decode pad, needed because we shouldn't do these
692 things inside gst_decode_pad_new(), but after.
693 (gst_decode_pad_new): Change to actually make the real pad, and
694 delay the blocking/drainage bits.
696 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
698 Patch by: Daniel Drake <dsd at laptop dot org>
700 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
701 Unref all buffers when clearing collectpads. Fixes bug #546955.
703 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
705 Based on a patch by: Klaas <klaas at rivercrew dot net>
707 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
708 (gst_vorbis_enc_buffer_check_discontinuous),
709 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
710 * ext/vorbis/vorbisenc.h:
711 Keep track of the upstream segments and use the running time on that
712 segment instead of the buffer timestamp everywhere. Fixes bug #525807.
714 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
716 * gst/audioconvert/audioconvert.c: (audio_convert_convert):
717 Prevent overflows with big buffer when calculating the size of
718 the intermediate buffer by using gst_util_uint64_scale() instead of
719 plain arithmetics. Fixes bug #552801.
721 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
723 Patch by: Pavel Zeldin <pzeldin at gmail dot com>
725 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
726 (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
727 (gst_clock_overlay_init), (gst_clock_overlay_set_property),
728 (gst_clock_overlay_get_property):
729 * ext/pango/gstclockoverlay.h:
730 API: Add ability to specify format for date/time display by
731 adding a "time-format" property.
734 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
736 Patch by: Jan Gerber <j at oil21 dot org>
738 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
739 (gst_riff_create_video_template_caps):
740 Add FFV1 fourcc to support playback of FFMPEG lossless video
741 in AVI. Fixes bug #555319.
743 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
745 Patch by: Håvard Graff <havard dot graff at tandberg dot com>
747 * gst-libs/gst/audio/gstbaseaudiosrc.c:
748 (gst_base_audio_src_create):
749 Implement skew clock slaving. Fixes #552559.
751 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
753 * gst-libs/gst/audio/multichannel.c:
754 * gst-libs/gst/audio/testchannels.c:
755 Fix include of config.h
757 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
759 Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
761 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
762 (print_media), (gst_sdp_message_dump):
763 Fix parsing of the c= field containing multicast addresses.
765 Add the connection info to the session or streams.
766 Fix parsing of the bandwidth.
767 Add debugging for the connections and bandwidths for a media.
768 Add debugging for the bandwidth of the session.
770 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
772 * gst-libs/gst/rtp/gstbasertppayload.c:
773 (gst_basertppayload_change_state):
774 Configure the next seqnum and timestamp in the state change so that they
775 can be queried soon after.
777 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
779 * gst-libs/gst/rtp/gstbasertpdepayload.c:
780 (gst_base_rtp_depayload_chain):
781 Improve debugging of the rtptime.
783 2008-10-05 Jan Schmidt <jan.schmidt@sun.com>
786 Back to development -> 0.10.21.1
788 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
790 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
792 Add typefinding for FLAC without headers in the beginning.
793 This is already handled by flacdec and friends.
795 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
797 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
799 Add typefinder for MXF.
801 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
803 * tests/icles/Makefile.am:
804 Only build test-colorkey if GTK+ is available.
806 === release 0.10.21 ===
808 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
811 releasing 0.10.21, "We Could Be Wrong"
813 2008-09-28 Jan Schmidt <jan.schmidt@sun.com>
816 0.10.20.4 pre-release
818 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
820 Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
822 * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
823 Set the BOS flag on the BOS packet. Fixes #553244.
825 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
827 * gst-libs/gst/rtsp/gstrtspmessage.c:
828 (gst_rtsp_message_parse_request),
829 (gst_rtsp_message_parse_response):
830 Fix the g_return_val_if_fail() statements.
832 2008-09-22 Michael Smith <msmith@songbirdnest.com>
834 * gst-libs/gst/tag/gsttagdemux.c:
835 Fail to activate if there's insufficient data in the file to be usable,
836 preventing an assertion fail later. Fixes #552960
838 2008-09-15 Tim-Philipp Müller <tim.muller at collabora co uk>
840 * gst-libs/gst/pbutils/descriptions.c:
841 * gst/typefind/gsttypefindfunctions.c:
842 Recognise Kate subtitle streams (#550582).
844 2008-09-13 Tim-Philipp Müller <tim.muller at collabora co uk>
846 * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
847 Remove trailing comma from enum list, which causes problems
848 with -pendantic (#550729).
850 2008-09-10 Jan Schmidt <jan.schmidt@sun.com>
853 0.10.20.2 pre-release
861 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
863 * gst-libs/gst/interfaces/propertyprobe.c:
864 (gst_property_probe_get_properties),
865 (gst_property_probe_get_property),
866 (gst_property_probe_probe_property),
867 (gst_property_probe_probe_property_name),
868 (gst_property_probe_needs_probe),
869 (gst_property_probe_needs_probe_name),
870 (gst_property_probe_get_values),
871 (gst_property_probe_get_values_name),
872 (gst_property_probe_probe_and_get_values),
873 (gst_property_probe_probe_and_get_values_name):
874 More sanity checks for our second-favourite interface.
876 2008-09-05 Stefan Kost <ensonic@users.sf.net>
878 * gst-libs/gst/interfaces/propertyprobe.c:
879 Check for NULL pointer, in the hope that this fixes #532864.
881 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
883 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
884 No really, the next release is 0.10.21 (fix Since: tags in docs).
886 2008-09-04 Wim Taymans <wim.taymans@collabora.co.uk>
888 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
889 Disable a code path that is now called but causes a deadlock for some
890 reason and is unneeded.
892 2008-09-04 Stefan Kost <ensonic@users.sf.net>
894 * sys/xvimage/xvimagesink.c:
895 * sys/xvimage/xvimagesink.h:
896 Add a "draw-border" property that can be set to false to disable
899 * tests/icles/test-colorkey.c:
900 * tests/icles/Makefile.am:
901 Add new test application for the colorkey handling.
903 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
905 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
906 Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
907 This will also be fixed for upcoming gst-ffmpeg release so that once
908 this release of -base is out, it will work with the latest gst-ffmpeg
911 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
913 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
914 (gst_riff_create_audio_template_caps):
915 Add Truespeech mapping for RIFF formats (AVI/WAV).
918 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
920 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
921 Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
924 2008-09-03 Stefan Kost <ensonic@users.sf.net>
927 * gst/subparse/Makefile.am:
928 * gst/subparse/gstsubparse.c:
929 * gst/subparse/samiparse.c:
930 * tests/check/elements/subparse.c:
931 Rework last change, so that we build subparse, but just disable the
932 sami parse functionality, if we're configured to not use xml. In the
933 tests only the sami test is disabled now.
935 2008-09-02 Stefan Kost <ensonic@users.sf.net>
938 Disable subparse when xml is disabled. It woundn't work anyway. Fixes
941 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
944 Add some more files with strings for translation.
946 2008-09-02 Stefan Kost <ensonic@users.sf.net>
948 * gst-libs/gst/tag/gstvorbistag.c:
949 * tests/check/libs/tag.c:
950 Use new geo location tags from core. Fixes #481169
952 2008-09-01 Edward Hervey <edward.hervey@collabora.co.uk>
954 * tests/check/elements/audioresample.c: (setup_audioresample),
955 (fail_unless_perfect_stream), (test_perfect_stream_instance),
956 (test_discont_stream_instance):
957 Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
958 Add debugging for coherence.
960 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
962 Patch by: Jonathan Matthew <notverysmart gmail com>
964 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
965 Add typefinder for PDF documents (which is nice to have, since it's a
966 common format, but also helps prevent false positives). Fixes #549814.
968 2008-08-27 Wim Taymans <wim.taymans@collabora.co.uk>
970 * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
972 Fix nasty race where multiple decodebins could start pushing data before
973 we manage to configure the sinks, resulting in not-linked errors in
974 typical RTSP streaming cases.
976 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
978 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
979 Since we now call stop, we trigger this code path that causes a deadlock
980 is apparently not needed.
982 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
984 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
985 (gst_ring_buffer_stop):
986 Also allow the case where the ringbuffer was paused when we try to stop
987 it so that the basesrc stop function is still called.
989 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
991 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
993 * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
994 Reprobe devices again instead of taking a cached list as new
995 devices could've been plugged in. Fixes bug #549062.
997 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
999 Patch by: Alessandro Dessina <alessandro nnva org>
1001 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1002 (gst_ogg_demux_activate_chain):
1003 Don't add pads and activate them for skeleton streams. These are already
1004 handled inside oggdemux. Fixes bug #537599.
1006 2008-08-22 Wim Taymans <wim.taymans@collabora.co.uk>
1008 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1009 Reset variable so that query and convert fail after going back to
1010 READY. Fixes #548898.
1012 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1014 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1015 If a buffer arrives with a timestamp before the timestamp+duration
1016 of the previous buffer clip it instead of dropping it completely.
1017 Slight improvement for the unfixable bug #548913.
1019 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1021 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1022 Take the current timestamp instead of timestamp+duration for the offset.
1023 This offset will later be used for calculating the timestamp and
1024 otherwise vorbisdec will interpolate timestamps wrong if upstream
1025 only sends timestamps and no granulepos.
1027 2008-08-21 Stefan Kost <ensonic@users.sf.net>
1029 * tests/examples/seek/seek.c:
1030 Don't crash when having no visualisations.
1032 2008-08-16 David Schleef <ds@schleef.org>
1034 * gst/typefind/gsttypefindfunctions.c: DV typefinding. Remove
1035 check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1038 2008-08-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1040 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1041 When cleaning up the caps fields also remove "depth" for the same
1042 reason we remove "width".
1044 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
1046 * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1047 Add Lead H.264 here as well.
1049 2008-08-14 Julien Moutte <julien@fluendo.com>
1051 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1052 (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1054 2008-08-13 Wim Taymans <wim.taymans@collabora.co.uk>
1056 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1057 (gst_base_audio_src_create):
1058 When not slaved to another clock also subtract the base_time from our
1059 internal clock time to get the running time.
1061 2008-08-12 David Schleef <ds@schleef.org>
1063 * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1064 since it has no basis in libtheora.
1066 2008-08-12 Stefan Kost <ensonic@users.sf.net>
1068 * gst-libs/gst/interfaces/propertyprobe.h:
1069 Remove double "interface" from doc-string.
1071 * gst-libs/gst/interfaces/xoverlay.h:
1074 * gst-libs/gst/riff/riff.c:
1075 Add basic doc blobs.
1077 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1079 * gst-libs/gst/audio/Makefile.am:
1080 Don't try to build that example anymore.
1082 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1084 * gst-libs/gst/audio/.cvsignore:
1085 * gst-libs/gst/audio/Makefile.am:
1086 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1087 * gst-libs/gst/audio/make_filter:
1088 Move audiofiltertemplate to gst-template.
1090 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1092 * docs/libs/gst-plugins-base-libs-sections.txt:
1093 * gst-libs/gst/audio/gstaudiosrc.h:
1094 More docs and shuffling. What can we do with the hundreds of #defines.
1096 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1098 * gst-libs/gst/audio/audio.h:
1099 * gst-libs/gst/audio/gstaudiofilter.h:
1100 * gst-libs/gst/audio/gstringbuffer.h:
1101 * gst-libs/gst/interfaces/propertyprobe.h:
1102 * gst-libs/gst/tag/gsttagdemux.h:
1103 Reducing number of dundocumented symbols.
1105 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1107 * gst-libs/gst/audio/audio.c:
1108 Fix doc comment syntax.
1110 * gst-libs/gst/interfaces/propertyprobe.c:
1111 Add more doc-comments and a FIXME: for the signal.
1113 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1115 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1116 (gst_ogg_mux_request_new_pad):
1117 * ext/ogg/gstoggmux.h:
1118 Don't pretend to support NEWSEGMENT events, instead override the
1119 GstCollectPads event function to return FALSE on NEWSEGMENT events
1120 and do the normal work for other events.
1122 This prevents elements like flacenc to seek to the start and rewrite
1123 some data which then results in a broken Ogg packet.
1125 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
1127 Patch by: Frederic Crozat <fcrozat@mandriva.org>
1129 * ext/alsa/gstalsaplugin.c: (plugin_init):
1130 * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1131 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1132 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1133 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1134 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1135 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1136 * gst/playback/gstdecodebin.c: (plugin_init):
1137 * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1138 * gst/playback/gstplayback.c: (plugin_init):
1139 * gst/playback/gstqueue2.c: (plugin_init):
1140 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1141 * sys/v4l/gstv4l.c: (plugin_init):
1142 Make sure gettext returns translations in UTF-8 encoding rather
1143 than in the current locale encoding (#546822).
1145 2008-08-06 Stefan Kost <ensonic@users.sf.net>
1147 * gst-libs/gst/pbutils/descriptions.c:
1148 Add audio/x-qdm for qtdemux.
1150 2008-08-05 Stefan Kost <ensonic@users.sf.net>
1152 * ext/vorbis/vorbisdec.c:
1153 Do not leak old taglist.
1155 2008-08-04 Stefan Kost <ensonic@users.sf.net>
1157 * tests/icles/test-scale.c:
1158 Include <stdlib.h> for atoi().
1160 2008-08-04 Andy Wingo <wingo@pobox.com>
1162 * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1165 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1167 * gst/adder/gstadder.c:
1168 Cleanup lots of empty lines that came from gst-indent going havoc
1169 before I added the INDENT_ON/OFF marker some time agao.
1171 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1174 * gst-libs/gst/riff/riff-read.c:
1175 Bump requirement to latest core and use new tag for riff formats.
1178 2008-08-01 Wim Taymans <wim.taymans@collabora.co.uk>
1180 * tests/examples/dynamic/Makefile.am:
1181 * tests/examples/dynamic/codec-select.c: (make_encoder),
1182 (make_pipeline), (do_switch), (my_bus_callback), (main):
1183 Add example app that dynamically switches between 3 'encoders'.
1185 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1187 * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1188 Add some more comments.
1190 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1192 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1193 (gst_video_test_src_create):
1194 Discard buffers of the wrong size after renegotiation, this is perfectly
1195 possible with things like capsfilter that could suggest caps changes
1196 upstream without knowing the size of the buffer.
1198 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1200 * tests/icles/.cvsignore:
1201 * tests/icles/Makefile.am:
1202 * tests/icles/test-scale.c: (make_pipeline), (main):
1203 Add dynamic rescaling tests for the new basetransform.
1205 2008-07-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1207 * gst/audioconvert/Makefile.am:
1208 Dist recently-added gstfastrandom.h.
1210 2008-07-30 Edward Hervey <edward.hervey@collabora.co.uk>
1212 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1213 Fix a "may be used uninitialized in this function" which weirdly only
1214 appears on macosx (?).
1216 2008-07-30 Stefan Kost <ensonic@users.sf.net>
1218 * gst-libs/gst/riff/riff-ids.h:
1219 Adding acid chunk for tempo and loop information.
1221 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1223 * sys/xvimage/Makefile.am:
1224 floor() needs linking to $(LIBM).
1226 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1228 * ext/gnomevfs/gstgnomevfssrc.c:
1229 Aggregate short reads and add some comments and debug logging.
1232 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1234 * gst/playback/gstplaybasebin.c:
1235 Fix property doc markup (its not a signal).
1237 * sys/xvimage/xvimagesink.c:
1238 Add since tag for new proeprties (also add sice tags fro the last two
1241 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1243 * sys/xvimage/xvimagesink.c:
1244 * sys/xvimage/xvimagesink.h:
1245 Add autofill/colorkey properties. Fixes #538656.
1247 2008-07-28 David Schleef <ds@schleef.org>
1249 * sys/xvimage/xvimagesink.c:
1250 Fix rounding errors when converting colorbalance values
1251 between hardware and object property ranges. Partial
1252 fix for #537889, however, there still seems to be a small
1253 drift problem that could be totem's fault.
1255 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1257 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1258 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1259 Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1260 This fixes a critical warning.
1262 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1264 * ext/ogg/gstoggmux.c:
1265 Allow muxing of CELT into Ogg streams.
1267 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1269 * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1271 Add simple typefinder for the CELT codec (www.celt-codec.org).
1273 2008-07-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1275 Patch by: Jan Gerber <j at oil21 dot org>
1277 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1278 Fix calculation of the start time from skeleton streams.
1281 2008-07-24 Stefan Kost <ensonic@users.sf.net>
1283 * tests/examples/seek/seek.c:
1284 Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1286 2008-07-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1288 * gst/audioconvert/audioconvert.h:
1289 * gst/audioconvert/gstaudioquantize.c:
1290 (gst_audio_quantize_setup_dither),
1291 (gst_audio_quantize_free_dither):
1292 * gst/audioconvert/gstfastrandom.h:
1293 Implement a linear congruential generator as pseudo random number
1294 generator for the dither noise. This is about 2 times faster than
1295 using GLib's mersenne twister. Also this uses only integer math for
1296 generating integers while GLib internally uses floating point math.
1298 2008-07-23 Michael Smith <msmith@songbirdnest.com>
1301 Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1303 2008-07-23 Tim-Philipp Müller <tim.muller at collabora co uk>
1305 Patch by: Damien Lespiau <damien.lespiau gmail com>
1307 * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1308 Use GST_STR_NULL to avoid crashes with libcs that don't
1309 like NULL strings in printf args (such as the win32 one).
1312 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1314 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1315 Oops - set the size of the image used for probing back to 1x1, for
1316 consistency with ximagesink
1318 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1320 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1321 (gst_ximagesink_ximage_new):
1322 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1323 (gst_xvimagesink_xvimage_new):
1325 Apparently on Solaris and OS/X (at least), it's not legal to ask the
1326 X server to attach to a shared memory segment after we've deleted it,
1327 with the result that MIT-SHM is disabled. Instead, remove it only after
1328 X succeeds in attaching too.
1330 2008-07-16 David Schleef <ds@schleef.org>
1332 * gst/audiotestsrc/gstaudiotestsrc.c:
1333 * gst/audiotestsrc/gstaudiotestsrc.h:
1334 Add 'ticks', a 1/30 second sine wave pulse every second.
1336 2008-07-15 David Schleef <ds@schleef.org>
1338 * gst-libs/gst/video/video.c: Revert ABI change.
1340 2008-07-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1342 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1343 Make it impossible to have NULL caps at the point where we set
1344 framerate and other things. Also don't return immediately for "3ivd"
1345 video and let framerate, etc be set. Might fix bug #542508.
1347 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1349 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1350 Video format can also be conveniently determined from (many)
1353 2008-07-14 Jan Schmidt <thaytan@noraisin.net>
1355 * gst/playback/gstplaybasebin.c:
1356 * gst/playback/gstplaybasebin.h:
1357 * gst/playback/gstplaybin.c:
1358 * gst/playback/gststreamselector.c:
1359 First stab at integrating DVD subpicture overlay into
1360 playbin. Successfully plugs and plays, but the queues need
1361 shrinking - 3 seconds of video is too much buffering.
1363 2008-07-11 Stefan Kost <ensonic@users.sf.net>
1365 * gst/audioconvert/gstaudioconvert.c:
1366 Remove now obsolete note in the docs.
1368 2008-07-11 Stefan Kost <ensonic@users.sf.net>
1370 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1371 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1372 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1373 * docs/plugins/gst-plugins-base-plugins.args:
1374 * docs/plugins/gst-plugins-base-plugins.hierarchy:
1375 * docs/plugins/gst-plugins-base-plugins.interfaces:
1376 * docs/plugins/gst-plugins-base-plugins.prerequisites:
1377 * docs/plugins/gst-plugins-base-plugins.signals:
1378 * docs/plugins/inspect/plugin-adder.xml:
1379 * docs/plugins/inspect/plugin-alsa.xml:
1380 * docs/plugins/inspect/plugin-audioconvert.xml:
1381 * docs/plugins/inspect/plugin-audiorate.xml:
1382 * docs/plugins/inspect/plugin-audioresample.xml:
1383 * docs/plugins/inspect/plugin-audiotestsrc.xml:
1384 * docs/plugins/inspect/plugin-cdparanoia.xml:
1385 * docs/plugins/inspect/plugin-decodebin.xml:
1386 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1387 * docs/plugins/inspect/plugin-gdp.xml:
1388 * docs/plugins/inspect/plugin-gnomevfs.xml:
1389 * docs/plugins/inspect/plugin-libvisual.xml:
1390 * docs/plugins/inspect/plugin-ogg.xml:
1391 * docs/plugins/inspect/plugin-pango.xml:
1392 * docs/plugins/inspect/plugin-playback.xml:
1393 * docs/plugins/inspect/plugin-queue2.xml:
1394 * docs/plugins/inspect/plugin-subparse.xml:
1395 * docs/plugins/inspect/plugin-tcp.xml:
1396 * docs/plugins/inspect/plugin-theora.xml:
1397 * docs/plugins/inspect/plugin-typefindfunctions.xml:
1398 * docs/plugins/inspect/plugin-uridecodebin.xml:
1399 * docs/plugins/inspect/plugin-video4linux.xml:
1400 * docs/plugins/inspect/plugin-videorate.xml:
1401 * docs/plugins/inspect/plugin-videoscale.xml:
1402 * docs/plugins/inspect/plugin-videotestsrc.xml:
1403 * docs/plugins/inspect/plugin-volume.xml:
1404 * docs/plugins/inspect/plugin-vorbis.xml:
1405 * docs/plugins/inspect/plugin-ximagesink.xml:
1406 * docs/plugins/inspect/plugin-xvimagesink.xml:
1407 * ext/alsa/gstalsamixer.c:
1408 * ext/alsa/gstalsasink.c:
1409 * ext/alsa/gstalsasrc.c:
1410 * ext/gio/gstgiosink.c:
1411 * ext/gio/gstgiosrc.c:
1412 * ext/gio/gstgiostreamsink.c:
1413 * ext/gio/gstgiostreamsrc.c:
1414 * ext/gnomevfs/gstgnomevfssink.c:
1415 * ext/gnomevfs/gstgnomevfssrc.c:
1416 * ext/ogg/gstoggdemux.c:
1417 * ext/ogg/gstoggmux.c:
1418 * ext/pango/gstclockoverlay.c:
1419 * ext/pango/gsttextoverlay.c:
1420 * ext/pango/gsttextrender.c:
1421 * ext/pango/gsttimeoverlay.c:
1422 * ext/theora/theoradec.c:
1423 * ext/theora/theoraenc.c:
1424 * ext/theora/theoraparse.c:
1425 * ext/vorbis/vorbisdec.c:
1426 * ext/vorbis/vorbisenc.c:
1427 * ext/vorbis/vorbisparse.c:
1428 * ext/vorbis/vorbistag.c:
1429 * gst/adder/gstadder.c:
1430 * gst/audioconvert/gstaudioconvert.c:
1431 * gst/audioresample/gstaudioresample.c:
1432 * gst/audiotestsrc/gstaudiotestsrc.c:
1433 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1434 * gst/gdp/gstgdpdepay.c:
1435 * gst/gdp/gstgdppay.c:
1436 * gst/playback/gstdecodebin2.c:
1437 * gst/playback/gstplaybin.c:
1438 * gst/playback/gstplaybin2.c:
1439 * gst/playback/gstqueue2.c:
1440 * gst/playback/gsturidecodebin.c:
1441 * gst/tcp/gstmultifdsink.c:
1442 * gst/tcp/gsttcpserversink.c:
1443 * gst/videorate/gstvideorate.c:
1444 * gst/videoscale/gstvideoscale.c:
1445 * gst/videotestsrc/gstvideotestsrc.c:
1446 * gst/volume/gstvolume.c:
1447 * sys/ximage/ximagesink.c:
1448 * sys/xvimage/xvimagesink.c:
1449 Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1450 titles. Drop mentining that all our example pipelines are "simple"
1453 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1455 * tests/examples/seek/Makefile.am:
1456 Fix out of tree build by adding all required CFLAGS.
1458 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1460 * gst/playback/gstdecodebin.c: (add_raw_queue):
1461 And ref the pad before returning it again when linking to the queue
1462 failed. Otherwise we will unref the pad twice later and things break.
1464 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1466 * gst/playback/gstdecodebin.c: (add_raw_queue):
1467 If linking the raw pad with a queue fails, try it without a queue
1468 instead of failing completely. This should never happen.
1470 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1472 Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1474 * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1475 Add a queue after a demuxer if the demuxer outputs raw data. This was
1476 done before only for non-raw data but is required in this case too.
1479 decodebin2 doesn't have this issue because all streams of a group
1480 go through multiqueue.
1482 2008-07-03 Wim Taymans <wim.taymans@collabora.co.uk>
1484 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1486 * gst-libs/gst/sdp/gstsdpmessage.c:
1487 Makes libgstsdp compile with mingw32 by defining the right WINVER so
1488 that getaddrinfo() can be used. Fixes #541358.
1490 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
1492 * gst/videotestsrc/gstvideotestsrc.c:
1493 (gst_video_test_src_class_init), (gst_video_test_src_init),
1494 (gst_video_test_src_set_property),
1495 (gst_video_test_src_get_property), (gst_video_test_src_create):
1496 * gst/videotestsrc/gstvideotestsrc.h:
1497 Cleanups, use default property values as defines.
1498 Add property to enable/disable peer buffer allocation.
1500 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1502 * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1503 * tests/check/pipelines/streamheader.c: (streamheader_suite):
1504 Enable unit tests on PPC again as the bugs are now fixed.
1506 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1508 * gst-libs/gst/riff/riff-ids.h:
1509 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1510 (gst_riff_create_audio_template_caps):
1511 Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1514 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1516 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1517 (gst_ffmpeg_pixfmt_to_caps):
1518 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1519 (gst_ffmpegcsp_get_unit_size):
1520 Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1521 it on other formats. Also adjust the unit size only for that format
1522 to not include the palette. Fixes bug #540497.
1524 2008-06-29 Stefan Kost <ensonic@users.sf.net>
1526 * gst/adder/gstadder.c:
1527 Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1529 2008-06-27 Stefan Kost <ensonic@users.sf.net>
1534 * tests/examples/seek/seek.c:
1535 Move variable into ifdef too.
1538 2008-06-27 Stefan Kost <ensonic@users.sf.net>
1540 * tests/examples/seek/seek.c:
1541 Include config.h and check if we have X. Remove XInitThread(), don't
1542 think its needed. Fixes: #540334.
1544 2008-06-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1546 Patch by: Sam Morris <sam at robots dot org to uk>
1548 * gst-libs/gst/interfaces/mixertrack.c:
1549 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1550 (gst_mixer_track_set_property):
1551 API: Add "index" property to GstMixerTrack to differantiate between
1552 multiple mixer tracks with the same label.
1554 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1555 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1556 Set the "index" property of GstMixerTrack to the index given by ALSA.
1559 2008-06-25 Stefan Kost <ensonic@users.sf.net>
1561 * tests/examples/seek/Makefile.am:
1562 * tests/examples/seek/seek.c:
1563 Remove libgstvideo usage. Use gtk_get_option_group instead of
1566 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1568 * tests/check/Makefile.am:
1569 Name the test registry format neutral.
1571 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1573 * gst/playback/gstqueue2.c:
1574 Do not double notify. Remove the unsued return value.
1576 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1578 * ext/alsa/gstalsamixer.c:
1579 Also consider "speaker" as a name for master volume. If that doesn't
1580 help look for the first non-mono volume control that also has a
1583 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1586 Forgot to save the ChangeLog :/
1588 2008-06-24 Stefan Kost <ensonic@users.sf.net>
1590 * tests/examples/seek/Makefile.am:
1591 * tests/examples/seek/seek.c:
1592 Embedd the xwindow. Allow to play multiple files.
1594 2008-06-24 Jan Schmidt <jan.schmidt@sun.com>
1596 * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1597 (gst_ximagesink_setcaps):
1598 * sys/ximage/ximagesink.h:
1599 When the caps change, make sure to re-draw borders in
1600 force-aspect-ratio=true mode.
1601 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1602 Don't clear the border_draw flag until we actually draw the border.
1603 * tests/check/Makefile.am:
1604 Ignore alsasink/src during the states test too, so it doesn't fail
1605 when running without access to the sound device.
1607 2008-06-22 Stefan Kost <ensonic@users.sf.net>
1609 * tests/examples/seek/seek.c:
1610 Fix crasher when playing a parse-launch line the 2nd time.
1612 2008-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
1614 * tests/check/pipelines/oggmux.c:
1615 Properly ifdef tests to fix compilation.
1617 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1619 * gst/playback/gstplay-marshal.list:
1620 * gst/playback/gstplaybin2.c:
1621 Add get-video-pad, get-audio-pad, get-text-pad action signals to
1622 playbin2. This allows the user to get to the selector's sinkpads, and
1623 thus inspect a range of things - caps, tags, etc.
1625 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1627 * gst/playback/gstplaybin2.c:
1628 Use a different constant for the convert-frame signal id.
1631 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1633 * gst/playback/gstplaybin2.c:
1634 * gst/playback/gstplaysink.c:
1635 Fix a whole bunch of typos in comments and log statements.
1637 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1639 * sys/xvimage/xvimagesink.c:
1640 Don't set colour balance values on the Xv port if the user hasn't
1641 changed them (via properties or the interface). Avoids accumulating
1642 rounding errors for the common case.
1643 Partial fix for bug #537889.
1645 2008-06-20 Michael Smith <msmith@songbirdnest.com>
1647 * gst/playback/gstdecodebin2.c:
1648 Ensure decodebin2 emits 'drained' signal once, and only once, when all
1651 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
1653 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1654 (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1655 Report the encoder latency. Fixes #538232.
1657 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
1659 * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1660 (notify_source), (activate_group):
1661 Implement the source property, emit notify when it changes in the
1662 underlying uridecodebin.
1664 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
1666 * tests/examples/seek/seek.c: (stop_cb):
1667 Free and clear the seek element list so that we don't use invalid
1668 references when seeking after recreating a gst-launch line.
1670 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
1672 * gst-libs/gst/audio/gstbaseaudiosink.c:
1673 (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1674 (gst_base_audio_sink_render):
1675 Report latency even if we are not live instead of hiding it.
1676 Take ts-offset and render-delay of the basesink into account when
1678 Rework the clipping code so that we can take the various offsets into
1679 account and still do correct clipping.
1681 2008-06-20 Jan Schmidt <jan.schmidt@sun.com>
1684 Bump verion back to devel -> 0.10.20.1
1686 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
1688 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1689 Don't increase the size of non-string image buffers by one as this
1690 might in theory confuse decoders. Still increase it by one for string
1691 image buffers to append '\0'.
1693 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
1695 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1697 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1698 Fix a buffer memleak and remove a confusing and wrong debug output.
1701 === release 0.10.20 ===
1703 2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
1706 releasing 0.10.20, "Here I Go Again"
1708 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
1711 0.10.19.3 pre-release
1713 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
1715 * gst-libs/gst/rtsp/gstrtspconnection.c:
1717 Patch By: David Schleef <ds@schleef.org>
1720 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
1722 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1723 (gst_gio_base_src_create):
1724 * ext/gio/gstgiobasesrc.h:
1725 Try to read the requested number of bytes, even if the first
1726 read returns less than requested, until nothing is read anymore
1727 or we have the requested amount of bytes. This fixes playback of
1728 files via Samba as Samba only allows to read 64k at once.
1730 Implement a caching algorithm that makes sure that we read at
1731 least 4k of data every time. Some elements will try to read a few
1732 bytes, then seek, read again a few bytes and so on and this is
1733 painfully slow as every operation has to go over DBus if GVfs is
1736 Fixes bug #536849 and #536848.
1738 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1739 (gst_gio_src_check_get_range):
1740 Override check_get_range() to blacklist http/https URIs
1741 and whitelist file URIs. More to be added on demand.
1743 2008-06-05 Jan Schmidt <jan.schmidt@sun.com>
1746 0.10.19.2 pre-release
1748 2008-06-04 Jan Schmidt <jan.schmidt@sun.com>
1750 * win32/common/libgstrtsp.def:
1751 * win32/common/libgsttag.def:
1752 Add new API functions to the dll exports
1754 2008-06-04 Michael Smith <msmith@songbirdnest.com>
1756 * gst/playback/gstplaybasebin.c:
1757 Disconnect signals from decodebins we created before we remove it
1758 from playbin, to avoid crashes if the decodebin is eventually
1759 disposed after the playbin itself (possible if the app takes a
1760 reference on the decodebin).
1763 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
1765 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1766 (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1767 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1768 (h264_video_type_find), (mpeg_video_stream_type_find),
1769 (dv_type_find), (mmsh_type_find):
1770 Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1771 copy caps for no good reason (this may be desirable to make it easier
1772 to detect leaks, but then it should probably be done for all caps
1773 in the typefinder somewhere).
1775 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
1777 * tests/check/Makefile.am:
1778 Do not try to run the check tests for subparse unless it has been
1781 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
1783 * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1784 (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1785 Do not try to run a test which requires vorbisenc unless we have
1788 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
1790 * gst-libs/gst/rtsp/gstrtspconnection.c:
1791 (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1792 (gst_rtsp_connection_clear_auth_params),
1793 (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1794 * gst-libs/gst/rtsp/gstrtspconnection.h:
1795 Add a couple of missing argument guards.
1796 Add a way of setting the DSCP for an RTSP connection.
1797 Add an accessor method for the ip member of GstRTSPConnection as all
1798 members are supposed to be private.
1800 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
1802 * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1803 Fixed accidental use of IPv4 options for all IPv6 addresses.
1805 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
1807 * gst-libs/gst/interfaces/mixertrack.h:
1808 Document mixer track flags.
1810 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
1812 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1814 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1815 Don't set caps on the buffers that contain a copy of the buffer
1816 including the caps of them resulting in an always increasing refcount
1817 of the caps and insanely large caps. Instead include a buffer without
1818 caps in the new caps. Fixes bug #536475.
1820 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
1822 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1823 Transform a given PAR to a range on the struct with the generic
1824 height/width instead of the struct with the possibly restricted
1827 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
1829 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1830 Prefer the given format if it contains something stricter than [1,MAX]
1831 for height or width and only put a structure that requires rescaling
1832 as second. This makes it possible to use videoscale in pipelines where
1833 the source can actually produce the wanted height/width but usually
1834 selects a different one from the requested.
1836 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1838 Based on patch by: John Millikin <jmillikin gmail com>
1840 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1841 (gst_vorbis_tag_add_coverart):
1842 Retrieve COVERART tags from vorbis comments (#512333)
1844 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1846 * gst-libs/gst/tag/tag.h:
1847 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1848 Don't forget to add new enum value here too (should probably use
1849 glib-mkenums here...).
1851 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1853 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1854 * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1855 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1856 (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1857 (gst_tag_image_data_to_image_buffer):
1858 Add two utility functions to avoid code duplication (#512333):
1859 API: add gst_tag_image_data_to_image_buffer()
1860 API: add gst_tag_list_add_id3_image()
1861 API: add GST_TAG_IMAGE_TYPE_NONE enum value
1863 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
1865 * win32/common/libgstaudio.def:
1866 Add gst_audio_check_channel_positions() to the exported symbols.
1868 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
1870 * docs/libs/gst-plugins-base-libs-sections.txt:
1871 * gst-libs/gst/audio/multichannel.c:
1872 (gst_audio_check_channel_positions):
1873 * gst-libs/gst/audio/multichannel.h:
1874 API: Make gst_audio_check_channel_positions() public.
1876 * tests/check/libs/audio.c: (GST_START_TEST):
1877 Add some simple checks for gst_audio_check_channel_positions().
1879 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1881 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1882 minrange and maxrange are scaled according to the frequency
1885 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1887 * ext/pango/Makefile.am:
1888 * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1889 (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1890 Use gstvideo functions to calculate strides and plane offsets. Fixes
1891 rendering issue ('ghost' images of the text on the chroma planes)
1892 with widths or heights that are not multiples of 8 (#506659 and
1893 probably also #485729).
1895 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1897 Test with odd height/width too.
1899 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
1901 * gst/adder/gstadder.c: (gst_adder_query_duration),
1902 (gst_adder_query_latency):
1903 When using gst_element_iterate_pads() one has to unref every pad
1906 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
1908 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1909 (gst_base_audio_src_class_init):
1910 Add a gtk-doc chunk for the new properties to have a Since: indication.
1912 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
1914 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1915 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1916 (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1917 (gst_base_audio_src_change_state):
1918 Provide readable actual-buffer-time and actual-latency-time properties
1919 that reflect the configured ringbuffer values. Fixes #524724.
1920 API: GstBaseAudioSrc:actual-buffer-time
1921 API: GstBaseAudioSrc:actual-latency-time
1923 2008-05-30 Wim Taymans <wim.taymans@collabora.co.uk>
1925 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1926 (gst_basertppayload_change_state):
1927 Simply converting the running time into an RTP timestamp by scaling it
1928 based on the clock-rate is good enough for making an RTP timestamp. This
1929 has the added benefit that we can later on expose a property with the
1930 RTP timestamp of running time 0, as is needed for RTSP servers to
1931 generate the response of the PLAY request.
1933 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
1935 * gst/audioconvert/gstaudioconvert.c:
1936 (structure_has_fixed_channel_positions),
1937 (gst_audio_convert_transform_caps):
1938 Allow up to 11 positioned channels now that audioconvert can handle
1939 this but add no default positions for > 8 channels.
1941 * tests/check/elements/audioconvert.c: (GST_START_TEST):
1942 Add some unit tests for the above change: Test conversion of
1943 11 positioned channels to stereo and the other way around, test
1944 conversion of 15 unpositioned channels in different ways.
1946 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
1948 * win32/common/libgstaudio.def:
1949 Add gst_audio_clock_reset to the list of exported symbols.
1951 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
1953 * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1954 Remove wrong_channels_identification_header unit test as we now
1955 support 7 (and more channels).
1957 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
1959 * gst/audioconvert/gstchannelmix.c:
1960 (gst_channel_mix_fill_one_other):
1961 If mixing left or right to center (or the other way around) only take
1962 the complete value if we don't already have the original position in
1965 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
1967 * gst-libs/gst/audio/multichannel.c:
1968 (gst_audio_check_channel_positions),
1969 (gst_audio_set_structure_channel_positions_list),
1970 (gst_audio_fixate_channel_positions):
1971 Allow rear center together with rear left/right and other previously
1972 conflicting channel positions. The reason why they weren't allowed
1973 was the channel mixing implementation in audioconvert.
1974 Also take this into account when fixing channel layouts.
1976 Allow setting channel positions for 1/2 channels when using
1977 gst_audio_set_structure_channel_position().
1979 * gst/audioconvert/gstchannelmix.c:
1980 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1981 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1982 (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1983 Major rewrite of the channel mixing.
1985 We now allow previously conflicting channel positions to appear
1986 together (rear center and rear left/right for example).
1989 Rework the way channels are mixed together to take more possible
1990 channel positions into account, properly mix from/to side channels
1991 and don't assume that either center, left&right or nothing of a
1992 specific position is available anymore.
1994 * tests/check/elements/audioconvert.c: (GST_START_TEST):
1995 Adjust unit tests with non-standard 1/2 channel layouts to the more
1996 correct new behaviour.
1998 Add a unit test for 5.1->Stereo downmixing.
2000 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2002 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2003 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2004 Add sane defaults for the 7 and 8 channel layouts as those are
2005 undefined in the Vorbis spec. Use NONE channel layouts when decoding
2006 more than 8 channels instead of erroring out. Fixes bug #535356.
2008 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2010 * docs/plugins/Makefile.am:
2011 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2012 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2013 * ext/theora/theoraparse.c:
2014 Add theoraparse to the docs and fix some docs.
2016 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2018 * gst-libs/gst/cdda/gstcddabasesrc.c:
2019 (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2020 Fix EOS condition and track addition check, the track.end sector is
2021 included in the track. Fixes #533265.
2023 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2025 Patch by: Mark Nauwelaerts <manauw at skynet be>
2027 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2028 (gst_video_rate_flush_prev), (gst_video_rate_event),
2029 (gst_video_rate_chain):
2030 * gst/videorate/gstvideorate.h:
2031 React (more) to NEWSEGMENT
2032 Small adjustment in timestamp calculation to prevent mismatches
2035 2008-05-28 Tim-Philipp Müller <tim.muller at collabora co uk>
2037 * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2038 Initialise error to NULL as we should.
2040 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
2042 * gst/adder/gstadder.c: (gst_adder_query_duration),
2043 (gst_adder_query_latency), (gst_adder_query):
2044 Implement latency query.
2046 2008-05-27 Sebastian Dröge <slomo@circular-chaos.org>
2048 * gst/adder/gstadder.c: (gst_adder_query_duration):
2049 Correctly resync the iterator if gst_iterator_next() returns
2050 GST_ITERATOR_RESYNC.
2052 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2054 * win32/vs6/libgstpbutils.dsp:
2055 Add pbutils-enumtypes.c to sources (#518037).
2057 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2059 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2060 (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2061 * gst-libs/gst/audio/gstaudioclock.h:
2062 Add method to inform the clock that the time starts from 0 again. We use
2063 this info to calculate a clock offset so that the time we report in
2064 internal_time is monotonically increasing, as required by the clock base
2065 class. Fixes #521761.
2066 API: GstAudioClock::gst_audio_clock_reset()
2068 * gst-libs/gst/audio/gstbaseaudiosink.c:
2069 (gst_base_audio_sink_skew_slaving),
2070 (gst_base_audio_sink_change_state):
2071 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2072 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2073 Reset reported time when we (re)create the ringbuffer.
2075 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2077 * ext/alsa/gstalsamixertrack.c:
2078 (gst_alsa_mixer_track_update_alsa_capabilities):
2079 Make sure playback volumes aren't accidentally overwritten by
2080 capture volumes if an alsa mixer track has both playback and
2081 capture capabilities: we create two GstMixerTracks in that
2082 case, so make sure we query only the alsa capabilities that
2083 refer to the type of GstMixerTrack we created from the dual
2084 capability alsa element. Should fix issues with Audigy2 sound
2087 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2089 * tests/check/pipelines/oggmux.c: (test_pipeline):
2090 Don't use deprecated function.
2092 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2094 * gst/playback/gstdecodebin2.c:
2095 (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2096 Check for NULL cases and log them, creating ghostpads can, for example,
2097 fail when the pad returns wrong caps.
2099 * gst/playback/gstplaybin2.c: (perform_eos):
2100 When pushing out the EOS event, collect the return value and warn when
2103 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2105 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2106 (gst_riff_create_video_template_caps):
2107 Add support for DVCPRO.
2109 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2111 * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2112 Change default scaling method from nearest-neighbour to bilinear.
2114 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2116 * tests/check/libs/video.c:
2119 2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk>
2121 * gst/subparse/gstsubparse.c: (parser_state_init),
2122 (gst_sub_parse_format_autodetect), (handle_buffer):
2123 * gst/subparse/gstsubparse.h:
2124 * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2125 Limit duration to a maximum of five seconds for tmplayer format where
2126 we can guess the duration only from the timestamp of the next line of
2127 text. We don't want to show a text for eternities just because nothing
2128 else is being said for a while.
2130 2008-05-23 Wim Taymans <wim.taymans@collabora.co.uk>
2132 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2133 (gst_base_rtp_depayload_chain),
2134 (gst_base_rtp_depayload_handle_sink_event),
2135 (gst_base_rtp_depayload_push_full),
2136 (gst_base_rtp_depayload_change_state):
2137 Check sequence numbers, mark input buffers with a discont flag for the
2138 subclass when we detected a gap, drop duplicate buffers. We do this
2139 because one can use the element without a jitterbuffer in front and we
2140 don't want to feed the subclasses invalid or reordered data.
2141 Do an error when the subclass did not provide a process function instead
2143 Some other small cleanups.
2145 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
2147 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2148 May just as well use the precalculated uvstride here.
2150 2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
2152 * docs/plugins/Makefile.am:
2153 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2154 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2155 * docs/plugins/gst-plugins-base-plugins.args:
2156 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2157 * docs/plugins/gst-plugins-base-plugins.interfaces:
2158 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2159 * docs/plugins/inspect/plugin-adder.xml:
2160 * docs/plugins/inspect/plugin-alsa.xml:
2161 * docs/plugins/inspect/plugin-audioconvert.xml:
2162 * docs/plugins/inspect/plugin-audiorate.xml:
2163 * docs/plugins/inspect/plugin-audioresample.xml:
2164 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2165 * docs/plugins/inspect/plugin-cdparanoia.xml:
2166 * docs/plugins/inspect/plugin-decodebin.xml:
2167 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2168 * docs/plugins/inspect/plugin-gdp.xml:
2169 * docs/plugins/inspect/plugin-gio.xml:
2170 * docs/plugins/inspect/plugin-gnomevfs.xml:
2171 * docs/plugins/inspect/plugin-libvisual.xml:
2172 * docs/plugins/inspect/plugin-ogg.xml:
2173 * docs/plugins/inspect/plugin-pango.xml:
2174 * docs/plugins/inspect/plugin-playback.xml:
2175 * docs/plugins/inspect/plugin-queue2.xml:
2176 * docs/plugins/inspect/plugin-subparse.xml:
2177 * docs/plugins/inspect/plugin-tcp.xml:
2178 * docs/plugins/inspect/plugin-theora.xml:
2179 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2180 * docs/plugins/inspect/plugin-uridecodebin.xml:
2181 * docs/plugins/inspect/plugin-video4linux.xml:
2182 * docs/plugins/inspect/plugin-videorate.xml:
2183 * docs/plugins/inspect/plugin-videoscale.xml:
2184 * docs/plugins/inspect/plugin-videotestsrc.xml:
2185 * docs/plugins/inspect/plugin-volume.xml:
2186 * docs/plugins/inspect/plugin-vorbis.xml:
2187 * docs/plugins/inspect/plugin-ximagesink.xml:
2188 * docs/plugins/inspect/plugin-xvimagesink.xml:
2189 * ext/cdparanoia/gstcdparanoiasrc.c:
2190 * ext/ogg/gstoggdemux.c:
2191 * ext/ogg/gstoggdemux.h:
2192 * ext/ogg/gstoggmux.c:
2193 * ext/ogg/gstoggmux.h:
2194 * gst/audioconvert/audioconvert.c:
2195 * gst/audioconvert/audioconvert.h:
2196 * gst/audioconvert/gstaudioconvert.h:
2197 * gst/gdp/gstgdpdepay.h:
2198 * gst/gdp/gstgdppay.h:
2199 * gst/playback/gstdecodebin.c:
2200 * gst/playback/gstdecodebin2.c:
2201 * gst/playback/gstplaybin.c:
2202 * gst/playback/gstplaybin2.c:
2203 * gst/playback/gsturidecodebin.c:
2204 * gst/tcp/gstmultifdsink.c:
2205 * gst/tcp/gstmultifdsink.h:
2208 Add some documentation comments, and some new headers to be scanned.
2209 Rename some internal enum declarations (audioconvert's DitherType and
2210 NoiseShapingType, GstUnitType from the TCP elements) to match the
2211 documented GObject type names so that the docs pick them up.
2212 Name the playbin2 docs markups properly so they get picked up. They'll
2213 need renaming back when/if playbin2 becomes playbin.
2215 100% symbol coverage for the plugin docs, booya.
2217 2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
2219 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2221 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2222 Fix generation of NV12/NV21 frames. Fixes bug #532454.
2224 2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
2226 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2228 * gst/playback/gstdecodebin.c: (remove_fakesink):
2229 Lock the fakesink before setting the state to NULL and removing it from
2230 the bin so that a concurrent state change cannot interfere.
2233 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2236 Fix installing plugin documentation when gtk-doc is disabled.
2238 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2240 * gst-libs/gst/rtsp/Makefile.am:
2241 Distribute, don't install md5.h
2243 2008-05-21 Julien Moutte <julien@fluendo.com>
2245 * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2246 instead of SOL_IP, works on more platforms.
2247 * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2250 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2252 * ext/vorbis/vorbisdec.c:
2253 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2254 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2255 Some debug and comment fixes.
2257 * tests/examples/dynamic/addstream.c: (main):
2260 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2262 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2263 * gst/playback/decodetest.c: (new_decoded_pad_cb):
2264 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2265 (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2266 (cleanup_decodebin):
2267 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2268 (connect_element), (gst_decode_group_control_demuxer_pad):
2269 * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2270 (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2272 * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2273 (gst_play_bin_set_property), (handoff), (gen_video_element),
2274 (gen_text_element), (gen_audio_element), (gen_vis_element),
2275 (remove_sinks), (add_sink), (setup_sinks):
2276 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2277 * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2278 (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2279 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2280 (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2281 (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2282 (gen_vis_chain), (gst_play_sink_reconfigure),
2283 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2284 (gst_play_sink_request_pad):
2285 * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2286 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2288 * gst/playback/test6.c: (new_decoded_pad_cb):
2289 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2290 * tests/check/elements/audiorate.c: (test_injector_chain),
2291 (do_perfect_stream_test):
2292 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2293 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2294 * tests/check/elements/gnomevfssink.c:
2295 * tests/check/elements/textoverlay.c:
2296 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2297 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2298 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2299 * tests/check/pipelines/oggmux.c: (test_pipeline):
2300 * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2301 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2302 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2303 * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2304 * tests/examples/seek/seek.c: (make_mod_pipeline),
2305 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2306 (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2307 (make_theora_pipeline), (make_vorbis_theora_pipeline),
2308 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2309 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2310 (update_fill), (msg_buffering):
2311 Don't use bad gst_element_get_pad().
2313 2008-05-21 Stefan Kost <ensonic@users.sf.net>
2315 * gst-libs/gst/riff/riff-media.c:
2316 Fix wrong method name in docs. Fix calculation of strf fields for
2319 * gst-libs/gst/riff/riff-read.c:
2320 Whitespace fix and removing double ';'.
2322 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2324 * docs/design/part-playbin2.txt:
2325 Add some leftover doc.
2327 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2329 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2330 Fix copy & paste error in last commit.
2332 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2334 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2335 Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2336 other channel positions when source has SIDE channels and dest doesn't
2337 or the other way around.
2339 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2341 Patch by: Henrik Eriksson <henriken at axis dot com>
2343 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2344 (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2345 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2346 (gst_multi_fd_sink_get_property):
2347 * gst/tcp/gstmultifdsink.h:
2348 Add support for DSCP QOS. Fixes #469933.
2350 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2352 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2353 Add another test that checks if conversion between standard 1 and 2
2354 channel layouts with and without positions set is working.
2356 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2358 * gst-libs/gst/audio/multichannel.c:
2359 (gst_audio_check_channel_positions):
2360 Allow non-standard 2 channel layouts.
2362 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2363 Add some tests for converting and remapping non-standard 1 and 2
2366 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2368 * gst/audioconvert/gstchannelmix.c:
2369 (gst_channel_mix_fill_normalize):
2370 Prevent division by zero if the channel mix matrix contains only
2373 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2375 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2377 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2378 Close a buffer memory leak. Fixes bug #534071.
2380 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2382 * gst-libs/gst/rtsp/gstrtsptransport.h:
2383 Make the GstRTSPTransport struct members public as there are no
2384 setters/getters and it's supposed to be changed directly.
2387 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2389 * gst/adder/gstadder.c:
2390 Adder also doesn't support audio/x-raw-int with width!=depth so don't
2391 claim this on the pad template caps.
2393 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2395 * gst-libs/gst/audio/gstbaseaudiosink.c:
2396 (gst_base_audio_sink_sync_latency):
2397 We can only use our optimal calibration if we prerolled before the
2400 2008-05-20 Tim-Philipp Müller <tim.muller at collabora co uk>
2403 Require core CVS for GstBaseSrc buffer caps setting magic.
2405 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2407 * gst/audioconvert/gstaudioconvert.c:
2408 (gst_audio_convert_fixate_channels):
2409 Fix logic in last commit.
2411 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2413 * gst/audioconvert/gstaudioconvert.c:
2414 (gst_audio_convert_fixate_channels):
2415 Passthrough the channel positions if the number of output channels is
2416 the same as the number of input channels, the input had a channel
2417 layout and downstream requests no special one. We did this already for
2418 > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2420 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2422 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2423 (gst_gnome_vfs_src_finalize),
2424 (gst_gnome_vfs_src_received_headers_callback),
2425 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2426 * ext/gnomevfs/gstgnomevfssrc.h:
2427 Set the ICY caps on the srcpad from where they get picked up by the base
2428 class now and set on the outgoing buffers.
2430 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2431 (gst_base_audio_src_create):
2432 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2433 BaseSrc now sets the caps on outgoing buffers automatically.
2435 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2437 * gst-libs/gst/audio/gstbaseaudiosink.c:
2438 (gst_base_audio_sink_resample_slaving),
2439 (gst_base_audio_sink_skew_slaving),
2440 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2441 (gst_base_audio_sink_async_play),
2442 (gst_base_audio_sink_change_state):
2443 Change the way in which the ringbuffer is started when dealing with a
2444 slaved clock and latency. We now sync to the clock until we reach
2445 upstream latency before starting the ringbuffer. This has the effect
2446 that we can accurately align the master and slave clocks and let the
2447 rate correction code take care of the initial drift or rounding errors
2448 instead of leaving them uncorrected with the old approach.
2450 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2452 * gst/audioconvert/gstaudioconvert.c:
2453 (gst_audio_convert_fixate_channels):
2454 Correctly set the default channel positions when converting to 8
2457 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2460 Error out if we don't have the required version of core.
2462 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2464 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2465 Use data scan helper in aac typefinder and stop scanning
2466 for headers when we've found a type. Also fix potential invalid
2467 memory access when calculating the frame length.
2469 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2471 * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2472 (mpeg_sys_is_valid_pack):
2473 Don't modify scan context when we return FALSE in ensure_data, so
2474 it's possible to continue scanning, and we don't end up with a NULL
2475 data pointer and a positive size, which might bite us the next time
2476 we're called. Small constification.
2478 2008-05-16 Sebastian Dröge <slomo@circular-chaos.org>
2480 * gst/adder/gstadder.c:
2481 Adder doesn't support 24 bit samples so don't claim it supports them
2482 in the pad template caps.
2484 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
2486 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2487 (gst_base_rtp_depayload_chain):
2488 Validate the RTP packet before further processing it. It's just too
2489 dangerous to accept random packets and people are not forced to use a
2490 jitterbuffer or session manager to filter out the bad packets.
2492 * gst-libs/gst/rtp/gstrtpbuffer.c:
2493 (gst_rtp_buffer_set_extension_data),
2494 (gst_rtp_buffer_get_payload_subbuffer):
2496 When setting extension data in a buffer that is too small, we fail and
2497 we should not set the extension bit.
2498 Change GST_WARNINGS into g_warning because they really are
2501 * tests/check/libs/rtp.c: (GST_START_TEST):
2502 Catch the g_warnings now in the unit tests and that fact that failing to
2503 set extension data left the extension bit untouched.
2505 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
2507 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2508 Revert previous change which made basetransform handle buffer_alloc
2509 and which breaks things badly in the non-passthrough case since it
2510 returned buffers with a different (ie. sometimes smaller) size than
2513 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
2515 Patch by: Bernard B <b-gnome at largestprime dot net>
2517 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2518 Fix seqnum compare function for bordercase values and fix the docs
2519 again. Fixes #533075.
2521 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2522 Add a testcase for seqnum compare function.
2524 2008-05-14 Sebastian Dröge <slomo@circular-chaos.org>
2526 * gst/adder/gstadder.c: (gst_adder_setcaps),
2527 (gst_adder_class_init):
2528 Correctly declare the supported endianness on the pad templates
2529 and check for correct endianness in the set caps function. Adder
2530 only supports native endianness.
2531 Also use gst_element_class_set_details_simple().
2533 2008-05-14 Stefan Kost <ensonic@users.sf.net>
2535 * sys/xvimage/xvimagesink.c:
2536 Better debug logging in port value handling. Merging separate port
2537 value loops into one.
2539 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
2541 Patch by: Hannes Bistry <hannesb at gmx dot de>
2543 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2544 * gst/tcp/gsttcpserversink.c:
2545 (gst_tcp_server_sink_handle_server_read),
2546 (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2547 Fix regression in clientsrc because we did not add the fd to the poll
2548 set anymore. Fixes #532364.
2549 Do some cleanups here and there.
2551 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2553 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2554 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2555 * gst/playback/gstplay-marshal.list:
2556 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2557 Use correct marshallers. GstCaps are a boxed type and no GObject
2560 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2562 * win32/common/libgstrtsp.def:
2563 Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2566 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2568 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2570 * tests/check/elements/audioresample.c:
2571 (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2572 (live_switch_push), (GST_START_TEST):
2573 Add unit test for the latest basetransform negotiation changes.
2576 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2578 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2579 Fix nv12<->nv21 conversion if stride is larger than width.
2581 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
2583 Patch by: Jan Gerber <j at oil21 dot org>
2585 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2586 (gst_ogg_pad_parse_skeleton_fisbone):
2587 * ext/ogg/gstoggdemux.h:
2588 Parse presentation time from skeleton streams and use it as offset
2589 for the timestamps. Fixes bug #530068.
2591 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
2593 * gst-libs/gst/audio/gstbaseaudiosink.c:
2594 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2595 Revert previous patch that attempted to more accurately calculate the
2596 initial offset between master and slave clock. The best thing we can do
2597 in general is take the time of both clocks as the diff since we don't
2598 know when the actual preroll happened.
2600 2008-05-11 Tim-Philipp Müller <tim.muller at collabora co uk>
2602 * gst-libs/gst/pbutils/install-plugins.c:
2603 Fix docs: type and missing word.
2605 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
2607 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2608 Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2609 for this instead; don't check if we've found enough markers after
2610 each and every step, it's enough to do that only if we've actually
2612 Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2614 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
2616 * gst/typefind/gsttypefindfunctions.c:
2617 (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2618 (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2619 (mpeg_video_stream_type_find):
2620 Move scan helper thingy to the beginning of the file so we can use
2621 it in other typefind functions. Rename it to something more
2622 generic. Also improve handling of things towards the end of the
2623 typefind data: peek as much as we can if we know the size of the
2624 data, rather than just min_size.
2626 2008-05-09 Jan Schmidt <jan.schmidt@sun.com>
2628 * docs/libs/gst-plugins-base-libs-sections.txt:
2629 * gst-libs/gst/interfaces/colorbalance.c:
2630 * gst-libs/gst/interfaces/colorbalance.h:
2631 * gst-libs/gst/interfaces/colorbalancechannel.c:
2632 * gst-libs/gst/interfaces/colorbalancechannel.h:
2633 * gst-libs/gst/interfaces/tuner.c:
2634 * gst-libs/gst/interfaces/tunerchannel.c:
2635 * gst-libs/gst/interfaces/tunerchannel.h:
2636 * gst-libs/gst/interfaces/tunernorm.c:
2637 * gst-libs/gst/interfaces/tunernorm.h:
2638 * gst-libs/gst/video/video.c:
2639 * gst-libs/gst/video/video.h:
2640 Document the GstTuner and GstColorBalance interfaces, and some
2641 other random API functions that needed it. 70% symbol coverage, woo.
2643 2008-05-09 Wim Taymans <wim.taymans@collabora.co.uk>
2645 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2646 Choose to allocate one less segment but require one additional segment
2649 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2650 No need to increment the number of segments in the source.
2652 * gst-libs/gst/audio/gstbaseaudiosink.c:
2653 (gst_base_audio_sink_get_time), (clock_convert_external),
2654 (gst_base_audio_sink_resample_slaving),
2655 (gst_base_audio_sink_skew_slaving),
2656 (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2657 (gst_base_audio_sink_async_play):
2658 Remove adding latency when returning the internal time while subtracting
2659 it again when we use the value a little later.
2660 When calculating the end timestamp, we are making a rounding error
2661 with the current algorithm. Ensure that we don't accumulate these
2662 rounding errors when aligning samples by not resampling at all if we
2663 don't need to. Fixes #419351.
2664 Make the initial calibration of the clock slaving a little more
2665 predictable and accurate. Also handle the case where we don't do
2668 2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
2670 Based on a patch by:
2671 Björn Benderius <bjoern dot benderius at axis dot com>
2673 * gst/ffmpegcolorspace/avcodec.h:
2674 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2675 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2676 (gst_ffmpegcsp_avpicture_fill):
2677 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2678 * gst/ffmpegcolorspace/imgconvert_template.h:
2679 Add conversions from/to NV12 and NV21 and conversions between those
2680 two formats. Fixes bug #532166.
2682 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
2684 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2685 Abort the h264 typefinding as soon as _peek() doesn't return anything,
2686 which happens for example with files smaller than 128kb.
2688 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
2690 Patch by: Wouter Cloetens <zombie at e2big dot org>
2692 * gst-libs/gst/rtsp/Makefile.am:
2693 * gst-libs/gst/rtsp/gstrtspconnection.c:
2694 (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2695 (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2696 (add_auth_header), (gst_rtsp_connection_free),
2697 (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2698 (gst_rtsp_connection_set_auth_param),
2699 (gst_rtsp_connection_clear_auth_params):
2700 * gst-libs/gst/rtsp/gstrtspconnection.h:
2701 Add Digest authorization support for RTSP connections. See #532065.
2703 * gst-libs/gst/rtsp/md5.c:
2704 * gst-libs/gst/rtsp/md5.h:
2705 Yeap, another md5 implementation until we can depend on a glib that has
2708 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
2710 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2712 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2713 Let audioresample use the buffer allocation of basetransform instead
2716 * tests/check/elements/audioresample.c: (alloc_only_48000),
2717 (GST_START_TEST), (audioresample_suite):
2718 Add unit test for the recent basetransform bugfix, where upstream
2719 changes caps to something that can't be passed through anymore.
2721 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
2723 * win32/common/config.h.in:
2724 Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2725 use the real thing than having "???" unconditionally.
2727 2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk>
2729 * gst-libs/gst/audio/gstbaseaudiosink.c:
2730 (gst_base_audio_sink_query):
2731 Report the latency with the new seglatency parameter.
2733 * gst-libs/gst/audio/gstringbuffer.c:
2734 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2735 (gst_ring_buffer_acquire):
2736 * gst-libs/gst/audio/gstringbuffer.h:
2737 Add new field to the ringbufferspec to specify the expected latency
2738 between the underlying device read/write pointer, this is needed
2739 when writing sinks that sit a little closer to the hardware.
2740 Add some more docs for other fields.
2742 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
2744 * gst/volume/gstvolume.c: (volume_transform_ip):
2745 Return NOT_NEGOTIATED if we didn't set a process function yet for some
2746 reason instead of crashing later. Might fix bug #509125.
2748 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
2750 Based on a patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
2752 * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2753 * gst/audioconvert/audioconvert.h:
2754 * gst/audioconvert/gstaudioconvert.c:
2755 (gst_audio_convert_parse_caps),
2756 (structure_has_fixed_channel_positions),
2757 (gst_audio_convert_transform_caps):
2758 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2759 Add support for more than 8 channels and NONE channel layouts. For
2760 more than 8 channels no channel conversion is supported yet, only
2761 format conversions are supported. Fixes bug #398033.
2763 * tests/check/elements/audioconvert.c: (verify_convert),
2764 (GST_START_TEST), (audioconvert_suite):
2765 Add some unit tests by Tim for checking the NONE channel layouts
2766 and more than 8 channels and add some more unit tests for channel
2769 2008-05-06 Wim Taymans <wim.taymans@collabora.co.uk>
2771 * gst/playback/gstdecodebin2.c: (connect_pad):
2772 When autoplugging fails, set the element back to NULL before
2775 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
2777 * win32/common/libgstaudio.def:
2778 Add gst_base_audio_src_[sg]et_slave_method() to the exported
2781 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
2783 * gst/subparse/samiparse.c: (handle_start_sync),
2784 (end_sami_element), (characters_sami):
2785 Remove trailing, leading and double whitespaces.
2786 Correctly timestamp buffers and output the last buffer too.
2788 * tests/check/elements/subparse.c: (GST_START_TEST),
2790 Add a simple unit test for SAMI parsing.
2792 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
2794 Patch by: Young-Ho Cha <ganadist at chollian dot net>
2796 * gst/subparse/samiparse.c: (handle_start_sync),
2797 (start_sami_element), (end_sami_element), (characters_sami),
2798 (sami_context_reset):
2799 Only output characters inside the "sync" elements. There could be
2800 other elements like "style" that have some content but should
2801 not be printed. Fixes bug #467911.
2803 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
2805 * gst/playback/gstplaybasebin.c: (set_audio_mute),
2806 (set_active_source):
2807 * gst/playback/gstplaybasebin.h:
2808 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2809 (playbin_set_audio_mute):
2810 Allow setting -1 as current-audio to mute the current audio stream,
2811 similar to what is done for subtitles. Fixes bug #342294.
2813 2008-05-05 Edward Hervey <edward.hervey at collabora co uk>
2815 * gst-libs/gst/pbutils/descriptions.c: (formats):
2816 It's SorensOn and not SorensEn.
2818 2008-05-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2820 * gst-libs/gst/pbutils/descriptions.c: (formats):
2821 Fix description of video/x-flash-video.
2823 2008-05-04 Sebastian Dröge <slomo@circular-chaos.org>
2825 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2826 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2827 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2828 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2829 Remove some unused code.
2831 * gst/audioconvert/gstaudioquantize.c:
2832 (gst_audio_quantize_free_noise_shaping):
2833 Don't return before freeing the noise shaping history.
2835 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2837 * tests/check/elements/subparse.c: (do_test),
2838 (test_tmplayer_style3b), (subparse_suite):
2839 Add unit test for the tmplayer variant from bug #530962.
2841 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2843 * gst/subparse/gstsubparse.c: (handle_buffer),
2844 (gst_sub_parse_sink_event):
2845 * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2846 (tmplayer_parse_line):
2847 Fix parsing of tmplayer subtitle variant where every single line contains
2848 text and there isn't an empty line after each line to determine the
2849 duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2850 making sure that we push out the last line of text without a duration if
2851 there's still text left in the buffer at the end.
2853 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2855 * gst/subparse/gstsubparse.c: (feed_textbuf):
2856 Fix detection of discontinuities based on the buffer offset (doesn't work
2857 so well if no buffer offset is set) and also check for the DISCONT buffer
2858 flag. This keeps the parser state from being reset after each buffer in
2861 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2863 * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2864 Further fine-tuning: don't absolutely require sequence or GOP headers
2865 (as introduced in the previous commit), but adjust the typefind
2866 probabilities returned accordingly if we don't see them. Also make sure
2867 picture header and first slice are somewhat close to each other (which
2868 is not perfect but still better than requiring a fixed offset or having
2871 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
2873 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2874 (gst_basertppayload_sink_setcaps),
2875 (gst_basertppayload_sink_getcaps):
2876 Rename the setcaps/getcaps function internally to make it clear that
2877 they are called for the sink pad.
2879 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
2881 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2882 (gst_base_rtp_depayload_class_init),
2883 (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2884 (gst_base_rtp_depayload_packet_lost),
2885 (gst_base_rtp_depayload_set_gst_timestamp):
2886 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2887 Catch packet-lost events from the jitterbuffer and convert them into a
2888 vmethod call (lost-packet) so that depayloaders can do something smart.
2889 Also add a default packet-lost function that sends out a segment update
2892 2008-05-02 Stefan Kost <ensonic@users.sf.net>
2894 * gst/playback/test4.c:
2895 * gst/playback/test5.c:
2896 * gst/playback/test6.c:
2897 * gst/playback/test7.c:
2898 Also include config.h when relying on defines from it. Fixes the
2899 build. Its been a please to serve :)
2901 2008-05-02 Thijs Vermeir <thijsvermeir@gmail.com>
2903 * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2904 (paint_setup_NV21), (paint_hline_NV12_NV21):
2905 Add support for NV12 and NV21 in videotestsrc
2907 2008-05-02 Sebastian Dröge <slomo@circular-chaos.org>
2909 * gst/videoscale/gstvideoscale.c:
2910 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2911 * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2912 (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2913 (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2914 (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2915 (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2916 (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2917 (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2918 (vs_image_scale_linear_RGB555):
2919 Support 1x1 images as input and output as for example the BBC HQ new
2920 streams have 1x1 GIFs in the playlists for some reason.
2922 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
2924 * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2926 If we can't activate one of the decoders we plugged in (such as,
2927 say, musepackdec) for some reason (it might not support push mode,
2928 for example), remove any pad probes that close_pad_link() might
2929 have set up. This makes sure we later don't try to remove a probe
2930 for a pad that doesn't exist any longer, and avoids nast warnings
2931 and probably other things too.
2933 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
2935 * gst/typefind/gsttypefindfunctions.c:
2936 (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2938 Rework mpeg video stream typefinding a bit more: make sure sequence,
2939 GOP, picture and slice headers appear in the order they should and
2940 that we've in fact at least had one of each; fix picture header
2941 detection; decouple picture and slice header check - don't assume
2942 they're at a fixed offset, there may be extra data in between. Also,
2943 announce varying degrees of probability depending on what we found
2944 exactly (multiple pictures, at least one picture, just sequence and
2945 GOP headers). Finally, in _ensure_data(), take into account that we
2946 might be typefinding smaller amounts of data, such as the first
2947 buffer of a stream, so fall back to the minimum size needed as long
2948 as that's available, instead of erroring out if there's less than
2949 2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2950 fuzzed file from #399342 as valid.
2952 2008-04-30 Michael Smith <msmith@songbirdnest.com>
2954 * ext/theora/theoradec.c:
2955 Cool kids don't divide by zero.
2956 Treat PAR of x:0 as 1:1.
2959 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
2961 * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2962 (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2963 (mpeg_video_stream_type_find):
2964 Refactor a bit: use context structure to track parsing offset and
2965 size of available data and make the code a bit clearer. Fixes bad
2966 memory access in #356937.
2968 2008-04-28 Michael Smith <msmith@songbirdnest.com>
2970 * gst/playback/test4.c:
2971 * gst/playback/test5.c:
2972 * gst/playback/test6.c:
2973 * gst/tcp/gstmultifdsink.c:
2974 Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2977 2008-04-28 Wim Taymans <wim.taymans@collabora.co.uk>
2979 * gst-libs/gst/audio/gstbaseaudiosink.h:
2982 * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2983 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2984 (gst_base_audio_src_set_slave_method),
2985 (gst_base_audio_src_get_slave_method),
2986 (gst_base_audio_src_set_property),
2987 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2988 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2989 Add property and methods for selecting the clock slave method in the
2990 source, like in the sink.
2991 We only implement "none" and "re-timestamp" for now.
2992 API: gst_base_audio_src_set_slave_method()
2993 API: gst_base_audio_src_get_slave_method()
2995 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
2997 * gst-libs/gst/rtp/gstrtpbuffer.c:
2998 Fix the docs about the seqnum compare function, it returns a difference.
3000 2008-04-24 Edward Hervey <edward.hervey@collabora.co.uk>
3002 * ext/alsa/gstalsadeviceprobe.c:
3003 (gst_alsa_get_device_list): Don't return before freeing up
3004 the allocated structures.
3006 2008-04-24 Stefan Kost <ensonic@users.sf.net>
3008 * gst/playback/gstplaybin.c:
3009 Remove obsolete streaminfo code and fix a leak. Fixes #529546
3011 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3013 * ext/ogg/gstoggdemux.c:
3014 Revert the event part, that should not go in.
3016 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3018 * ext/ogg/gstoggdemux.c:
3019 Don't leak GstPluginFeatures when filtering.
3021 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3023 * sys/xvimage/xvimagesink.c:
3024 Add some logging for cases when grabbing the xv failed.
3026 2008-04-21 David Schleef <ds@schleef.org>
3028 * ext/ogg/gstoggmux.c:
3029 Update Ogg/Dirac muxing. Removes the weird "KW-DIRAC" bos
3030 packet. Should conform to what we currently think is the
3031 final Ogg/Dirac muxing spec.
3033 2008-04-21 David Schleef <ds@schleef.org>
3035 * sys/xvimage/xvimagesink.c:
3036 Fix typo that causes the overlay keying color to bright green
3037 on a 16-bit display. Dark grey good. Bright green bad.
3039 2008-04-21 Stefan Kost <ensonic@users.sf.net>
3041 * ext/gnomevfs/gstgnomevfsuri.c:
3042 Add FIXME comment about using uri-list for source and sink.
3044 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3046 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3047 GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3048 vaargs functions to gint. Otherwise the fractions will get 0 set
3049 instead of the correct value on big endian systems. Fixes bug #529018.
3051 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3053 * ext/gnomevfs/gstgnomevfssink.c:
3054 (gst_gnome_vfs_sink_uri_get_protocols):
3055 * ext/gnomevfs/gstgnomevfssrc.c:
3056 (gst_gnome_vfs_src_uri_get_protocols):
3057 * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3058 (gst_gnomevfs_get_supported_uris):
3059 Get the list of supported URI schemes in a threadsafe way and use the
3060 same list for the source and sink.
3062 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3064 * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3065 (gst_gio_get_supported_protocols):
3066 Don't generate a new supported protocols list on each call but cache
3067 it. It's supposed to be static anyway, this way we only leak it once
3070 * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3071 (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3072 (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3073 (gst_gio_sink_start):
3074 * ext/gio/gstgiosink.h:
3075 * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3076 (gst_gio_src_class_init), (gst_gio_src_finalize),
3077 (gst_gio_src_set_property), (gst_gio_src_get_property),
3078 (gst_gio_src_start):
3079 * ext/gio/gstgiosrc.h:
3080 API: Add "file" properties where one can set a GFile as
3083 Add locking to the properties and use
3084 gst_element_class_set_details_simple() instead of a static
3085 GstElementDetails struct.
3087 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3089 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3091 Add "mpp" and "mp+" as possible extensions for MusePack files.
3093 Add typefinding for MusePack StreamVersion 8 files and include the
3094 stream version in the caps.
3096 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3098 * gst-libs/gst/rtp/gstrtppayloads.c:
3099 (gst_rtp_payload_info_for_name):
3100 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3102 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
3105 Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3106 (NB: this only affects compilation of some of the examples).
3107 Remove some configure.ac cruft that's not needed any longer.
3109 2008-04-18 Edward Hervey <edward.hervey@collabora.co.uk>
3111 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3112 Don't validate the payload if there isn't any.
3115 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3117 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3118 Use g_atomic_int_set() instead of gst_atomic_int_set().
3120 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3122 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3123 Return NULL instead of a gchar * array with one NULL element if we
3124 don't get any supported URI schemes from GIO.
3126 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3128 * gst/audiotestsrc/gstaudiotestsrc.c:
3129 Remove cpp style commented old code.
3131 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3133 * gst/playback/gstdecodebin2.c:
3136 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
3138 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3139 (gst_text_overlay_init):
3140 Fix textoverlay unit test again by making the supposed default
3141 value for the wait-text property the actual default value.
3142 Also fix Since: tag for new property.
3144 2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
3146 * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3147 (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3148 (gst_video_format_get_pixel_stride),
3149 (gst_video_format_get_component_width),
3150 (gst_video_format_get_component_height),
3151 (gst_video_format_get_component_offset), (gst_video_format_get_size),
3152 (gst_video_format_convert):
3153 Add guards to these functions to ensure sane input values.
3155 * tests/check/libs/video.c:
3156 Fix unit test not to create caps with width=0 and height=0.
3158 2008-04-11 Wim Taymans <wim.taymans@collabora.co.uk>
3160 * docs/design/draft-keyframe-force.txt:
3163 * gst/playback/gstqueue2.c: (update_buffering),
3164 (gst_queue_handle_src_query):
3165 Set buffering mode in the messages.
3166 Set buffering percent in the query.
3168 * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3169 (do_stream_buffering), (do_download_buffering), (msg_buffering):
3170 Do some more fancy things based on the buffering method in use.
3172 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3174 * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3175 (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3176 (msg_buffering), (main):
3177 Add basic download reports to seek using the new buffering API.
3179 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3181 * gst/playback/gstqueue2.c: (update_buffering),
3182 (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3183 (gst_queue_src_checkgetrange_function):
3184 Include extra buffering stats in the buffering message.
3185 Implement BUFFERING query.
3187 * gst/playback/gsturidecodebin.c: (do_async_start),
3188 (do_async_done), (type_found), (setup_streaming), (setup_source),
3189 (gst_uri_decode_bin_change_state):
3190 Only add decodebin2 when the type is found in streaming mode.
3191 Make uridecodebin async to PAUSED even when we don't have decodebin2
3194 2008-04-09 Sebastian Dröge <slomo@circular-chaos.org>
3196 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3197 Filter cdda from the supported URI schemes. We can't support
3198 musicbrainz tags and everything else one expects from a cdda source
3199 with GIO. Fixes bug #526794.
3201 2008-04-07 Jan Schmidt <jan.schmidt@sun.com>
3203 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3204 (gst_xvimagesink_buffer_alloc):
3205 Fix calculation of 'expected size' for YV12 buffers.
3206 Be a little more verbose in the debug output for buffer-alloc'ed
3207 buffers which turn out to have the wrong size.
3209 2008-04-07 Tim-Philipp Müller <tim at centricular dot net>
3213 * gst-plugins-base.doap:
3214 Merge other changes from 0.10.19 release branch.
3216 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3218 * gst-libs/gst/audio/gstbaseaudiosink.c:
3219 (gst_base_audio_sink_class_init):
3220 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3221 (gst_base_audio_src_class_init):
3222 * gst/playback/gstplayback.c: (plugin_init):
3223 * gst/volume/gstvolume.c: (plugin_init):
3224 Work around missing bits of thread-safety on older GLibs some
3225 more to avoid assertions when starting up multiple playbin
3226 objects concurrently (see #512382).
3228 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3230 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3231 Remove some more fields.
3233 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
3235 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3238 Actually build dlls when cross-compiling with mingw32.
3241 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3244 Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3246 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3248 * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3249 (msg_buffering), (connect_bus_signals), (main):
3251 Add buffering support with feedback in the statusbar.
3253 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3255 * ext/ogg/gstoggmux.c:
3256 Fix sample pipeline description.
3258 2008-04-03 Stefan Kost <ensonic@users.sf.net>
3260 * docs/plugins/Makefile.am:
3261 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3262 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3263 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3264 Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3266 * docs/plugins/gst-plugins-base-plugins.args:
3267 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3268 * docs/plugins/gst-plugins-base-plugins.interfaces:
3269 * docs/plugins/gst-plugins-base-plugins.prerequisites:
3270 * docs/plugins/inspect/plugin-adder.xml:
3271 * docs/plugins/inspect/plugin-alsa.xml:
3272 * docs/plugins/inspect/plugin-audioconvert.xml:
3273 * docs/plugins/inspect/plugin-audiorate.xml:
3274 * docs/plugins/inspect/plugin-audioresample.xml:
3275 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3276 * docs/plugins/inspect/plugin-cdparanoia.xml:
3277 * docs/plugins/inspect/plugin-decodebin.xml:
3278 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3279 * docs/plugins/inspect/plugin-gdp.xml:
3280 * docs/plugins/inspect/plugin-gnomevfs.xml:
3281 * docs/plugins/inspect/plugin-libvisual.xml:
3282 * docs/plugins/inspect/plugin-ogg.xml:
3283 * docs/plugins/inspect/plugin-pango.xml:
3284 * docs/plugins/inspect/plugin-playback.xml:
3285 * docs/plugins/inspect/plugin-queue2.xml:
3286 * docs/plugins/inspect/plugin-subparse.xml:
3287 * docs/plugins/inspect/plugin-tcp.xml:
3288 * docs/plugins/inspect/plugin-theora.xml:
3289 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3290 * docs/plugins/inspect/plugin-uridecodebin.xml:
3291 * docs/plugins/inspect/plugin-video4linux.xml:
3292 * docs/plugins/inspect/plugin-videorate.xml:
3293 * docs/plugins/inspect/plugin-videoscale.xml:
3294 * docs/plugins/inspect/plugin-videotestsrc.xml:
3295 * docs/plugins/inspect/plugin-volume.xml:
3296 * docs/plugins/inspect/plugin-vorbis.xml:
3297 * docs/plugins/inspect/plugin-ximagesink.xml:
3298 * docs/plugins/inspect/plugin-xvimagesink.xml:
3299 Update introspection data.
3301 * ext/ogg/gstoggmux.c:
3304 * gst/playback/gstdecodebin2.c:
3305 Don't use gtk-doc style comment start for private stuff, but make it
3306 formatted like this for consistency.
3308 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3310 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3311 (gst_decode_bin_init), (gst_decode_bin_dispose),
3312 (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3313 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3314 (analyze_new_pad), (connect_pad), (expose_pad),
3315 (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3316 (gst_decode_group_expose), (gst_decode_group_free),
3317 (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3318 Remove fakesink hack, we can now implement this more elegantly.
3319 Added property to bypass typefinding.
3320 Removed underrun callback and demuxer pad probe, we now use the srcpad
3321 probe to expose groups.
3322 API::sink-caps property
3324 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3325 Guard against multiple emissions of the no_more_pads signal, which
3326 happens when we are dealing with chained oggs.
3328 * gst/playback/gsturidecodebin.c: (remove_decoders),
3329 (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3331 For streams, use our own typefind element and plug our queue after it.
3332 We will need this to determine the type of buffering to use for the
3335 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3337 * gst-libs/gst/audio/gstbaseaudiosink.c:
3338 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3339 Guard against over and underflows because of clock slaving.
3340 When we are using our own clock, still compensate for any calibrations
3341 that we might have done to our clock.
3343 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3345 * ext/theora/theoradec.c: (theora_handle_type_packet),
3347 Don't try to do anything fancy with the return code from pushing an
3348 event, it does not have enough information to turn it into a
3351 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3353 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3354 (gst_ogg_demux_chain_elem_pad):
3355 Add small debug line.
3356 Pass return code from the internal decoder instead of the too generic
3359 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
3361 * gst-libs/gst/cdda/Makefile.am:
3362 * gst-libs/gst/cdda/base64.c:
3363 * gst-libs/gst/cdda/base64.h:
3364 * gst-libs/gst/cdda/gstcddabasesrc.c:
3365 (gst_cddabasesrc_calculate_musicbrainz_discid):
3366 Use GLib's base64 implementation instead of our own.
3368 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3370 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3371 (gst_ogg_demux_read_chain):
3372 Refix oggdemux, we only have a problem if we failed to find a chain and
3375 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3377 Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3379 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3380 (gst_ogg_demux_read_chain):
3381 When we fail to find a BOS page and we and up with no chain, error out
3382 properly instead of segfaulting. Fixes #525665.
3384 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3386 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3387 (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3388 The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3391 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3393 * gst/playback/gstqueue2.c: (update_out_rates),
3394 (gst_queue_open_temp_location_file),
3395 (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3396 (gst_queue_handle_src_query), (gst_queue_set_property):
3397 Update the estimated input data when we push out a buffer.
3398 Add some debug info about the temp file.
3399 Only forward src events when we are not using a temp file.
3400 Don't block the duration query, we need to find something better.
3401 Don't leak the temp filename.
3403 2008-04-01 Sebastian Dröge <slomo@circular-chaos.org>
3406 Require GLib 2.12 and liboil 0.3.14.
3408 * gst/volume/gstvolume.c: (volume_process_double):
3409 Unconditionally use liboil 0.3.14 function.
3411 2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk>
3413 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3414 ms-gsm can have arbitrarty sample rates. See #481354.
3416 2008-03-28 Wim Taymans <wim.taymans@collabora.co.uk>
3418 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3419 MP4S is generic MPEG-4, not a microsoft variant.
3421 2008-03-27 Michael Smith <msmith@fluendo.com>
3423 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3424 Check the body CRC (if set) when depayloading.
3427 2008-03-24 Tim-Philipp Müller <tim at centricular dot net>
3429 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3430 Fix Since: version for new property.
3432 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3434 * gst-libs/gst/rtsp/gstrtspconnection.c:
3435 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3436 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3437 Don't error when poll_wait returns EAGAIN.
3439 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3441 * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3442 The queue is never filled when there are no buffers in the queue at all.
3445 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3447 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3448 (init_group), (free_group), (gst_play_bin_init),
3449 (gst_play_bin_finalize), (gst_play_bin_set_uri),
3450 (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3451 (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3452 (gst_play_bin_set_current_video_stream),
3453 (gst_play_bin_set_current_audio_stream),
3454 (gst_play_bin_set_current_text_stream),
3455 (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3456 (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3457 (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3458 (activate_group), (deactivate_group), (setup_next_source),
3459 (save_current_group), (gst_play_bin_change_state):
3461 Add new locks and conds to protect pipeline creation and group
3463 Implement the sub-uri property.
3464 Keep track of pending uridecodebin creation and configure the output
3465 pipeline after all streams are configured.
3466 Propagate subtitle encoding to the uridecodebins.
3467 Implement getting the video/audio/visualisation elements.
3468 Use input-selector for stream switching.
3469 If we are asked to do visualisation, prefer to autoplug raw sinks
3470 instead of sinks that accept encoded data.
3472 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3474 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3475 (gst_play_sink_init), (gst_play_sink_dispose),
3476 (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3477 (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3478 (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3479 (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3480 (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3481 (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3482 (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3483 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3484 (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3485 * gst/playback/gstplaysink.h:
3486 Add methods to get audio/video/vis elements.
3487 Add methods to set the font description for the overlay.
3488 Remove properties, we're using this element with its methods only.
3489 Add support for subtitles.
3490 Rearrange the locking a bit to not use the object lock for protecting
3491 the pipeline construction.
3492 Try to use the volume and mute property on the sink when its available.
3493 Implement the mute option with volume when the sink does not have a mute
3495 Only add volume element when the sink has no volume property.
3496 Only do visualisations with raw audio pads.
3498 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3500 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3501 (gst_text_overlay_init), (gst_text_overlay_set_property),
3502 (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3503 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3504 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3505 (gst_text_overlay_change_state):
3506 * ext/pango/gsttextoverlay.h:
3507 Add property to configure waiting for text on the textpad or not, with
3508 the default behaviour being the old one (always wait for text before
3509 rendering the video). This default behaviour is usually not the best one
3510 because the text stream can very sparse and could require queueing a lot
3512 Fix the flushing and EOS handing so that we don't mix up their meaning.
3514 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3516 * gst/playback/gsturidecodebin.c:
3517 (gst_uri_decode_bin_autoplug_factories),
3518 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3519 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3520 (gst_uri_decode_bin_set_property),
3521 (gst_uri_decode_bin_get_property), (no_more_pads_full),
3522 (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3523 (proxy_autoplug_factories_signal), (make_decoder),
3524 (source_new_pad), (setup_source):
3525 Add a readonly source property and notify.
3526 Add new lock for protecting the construction of the pipeline.
3527 Keep track of the decodebins we plugged.
3528 Correctly proxy the autoplug signal so that it actually continues.
3529 Proxy subtitle-encoding to the decodebins.
3531 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3533 * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3534 (text_toggle_cb), (update_streams), (main):
3535 Rearrange some buttons in playbin2 and make some other boxes insensitive
3537 Add language codes to subtitle selection boxes when we gind the right
3538 tags for the streams.
3540 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3542 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3543 (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3544 (gst_decode_bin_set_subs_encoding),
3545 (gst_decode_bin_get_subs_encoding),
3546 (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3547 (deactivate_free_recursive):
3548 Protect caps property with the object lock.
3549 Protect encoding property with the object lock.
3550 Keep list of elements we added that have the subtitle-encoding property.
3551 Distribute the subtitle-encoding to all of the elements when it
3554 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3556 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3557 Small debug improvement.
3559 * gst-libs/gst/audio/gstbaseaudiosink.c:
3560 (gst_base_audio_sink_render):
3561 Fix bug in determining the sample start/stop position, we want to base
3562 this decision on the fact that we are going forwards or backwards, not
3563 slower or faster. This fixes some ugly resync warnings when playing at
3566 2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
3568 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3569 Correctly set the supported URI schemes and don't leave
3570 some schemes in the middle or at the start at NULL.
3572 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
3574 * tests/check/elements/gdpdepay.c:
3575 Make test compile without unused function/variable warnings on PPC.
3577 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
3580 * ext/alsa/gstalsamixerelement.c:
3581 (gst_alsa_mixer_element_class_init):
3582 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3583 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3584 * ext/cdparanoia/gstcdparanoiasrc.c:
3585 (gst_cd_paranoia_src_class_init):
3586 * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3587 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3588 * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3589 * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3590 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3591 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3592 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3593 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3594 * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3595 * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3596 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3597 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3598 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3599 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3600 (gst_audio_filter_template_class_init):
3601 * gst-libs/gst/audio/gstbaseaudiosink.c:
3602 (gst_base_audio_sink_class_init):
3603 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3604 (gst_base_audio_src_class_init):
3605 * gst-libs/gst/cdda/gstcddabasesrc.c:
3606 (gst_cdda_base_src_class_init):
3607 * gst-libs/gst/interfaces/mixertrack.c:
3608 (gst_mixer_track_class_init):
3609 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3610 (gst_base_rtp_depayload_class_init):
3611 * gst-libs/gst/rtp/gstbasertppayload.c:
3612 (gst_basertppayload_class_init):
3613 * gst/audioconvert/gstaudioconvert.c:
3614 (gst_audio_convert_class_init):
3615 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3616 * gst/audioresample/gstaudioresample.c:
3617 (gst_audioresample_class_init):
3618 * gst/audiotestsrc/gstaudiotestsrc.c:
3619 (gst_audio_test_src_class_init):
3620 * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3621 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3622 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3624 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3625 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3626 * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3627 * gst/playback/gstqueue2.c: (gst_queue_class_init):
3628 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3629 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3630 (gst_stream_selector_class_init):
3631 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3632 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3633 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3634 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3635 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3636 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3637 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3638 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3639 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3640 * gst/videotestsrc/gstvideotestsrc.c:
3641 (gst_video_test_src_class_init):
3642 * gst/volume/gstvolume.c: (gst_volume_class_init):
3643 * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3644 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3645 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3646 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3647 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3648 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3649 Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3650 static strings (i.e. all). This gives us less memory usage,
3651 fewer allocations and thus less memory defragmentation. Depend
3652 on core CVS for this. Fixes bug #523806.
3654 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
3656 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3657 Filter http and https protocols. GIO/GVfs handles them but it's
3658 impossible to implement iradio/icecast with it. Better use
3659 souphttpsrc or something else for this.
3661 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3662 If getting the file informations by a query fails try it with the
3663 seek-to-end trick too.
3665 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
3667 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3668 (gst_volume_base_init), (gst_volume_class_init),
3669 (volume_process_double), (volume_process_float),
3670 (volume_transform_ip), (plugin_init):
3671 memset buffers to zero if we get a GAP buffer. We usually see a
3672 buffer as one unit so let's handle it as one and don't care about
3673 volume changes while processing one buffer.
3674 Also clean up some stuff a bit.
3676 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
3678 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3679 (gst_audio_convert_create_silence_buffer),
3680 (gst_audio_convert_transform):
3681 Make audioconvert GAP-aware by outputting silence buffers when the
3682 input has the GAP flag set. This is up to 8x faster.
3683 Based on a patch by Stefan Kost. Fixes bug #517813.
3685 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
3687 * gst/volume/gstvolume.c: (volume_process_double):
3688 Use oil_scalarmultiply_f64_ns() for double processing when it's
3689 available at compile time.
3691 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
3694 Fix lrint/lrintf checks to actually work. These functions are
3695 in libm on Linux at least so try to link to it.
3697 2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
3700 Back to development - 0.10.18.1
3702 === release 0.10.18 ===
3704 2008-03-20 Jan Schmidt <jan.schmidt@sun.com>
3707 releasing 0.10.18, "I will follow"
3709 2008-03-18 Jan Schmidt <jan.schmidt@sun.com>
3712 * win32/common/config.h:
3713 0.10.17.4 pre-release
3715 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
3717 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3718 Use GST_STR_NULL when trying to print strings that could be NULL because
3719 this might crash on some platforms. See #520808.
3721 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
3723 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
3725 * gst-libs/gst/rtsp/gstrtspconnection.c:
3726 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3727 (read_line), (gst_rtsp_connection_read_internal):
3728 Generic Windows fixes that makes libgstrtsp work on Windows when
3729 coupled with the new GstPoll API. See #520808.
3731 2008-03-17 Sebastian Dröge <slomo@circular-chaos.org>
3733 Patch by: Milosz Derezynski <internalerror at gmail dot com>
3735 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3736 If seeking to a new position succeeds don't simply return from
3737 create() without creating a buffer. Do this only in the case
3738 seeking to the new position fails. Fixes bug #523054.
3740 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
3742 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3743 (gst_video_format_from_rgba32_masks):
3744 Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3747 * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3748 Add unit test for the RGB caps parsing and creation, checking for
3749 internal consistency of the new API and consistency of the API with
3750 the old GST_VIDEO_CAPS_* defines.
3752 2008-03-14 David Schleef <ds@schleef.org>
3754 * gst/videotestsrc/videotestsrc.c: Oops, revert last change
3755 because -base is in freeze.
3757 2008-03-14 David Schleef <ds@schleef.org>
3759 Patch by: William M. Brack
3761 * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3763 2008-03-14 Wim Taymans <wim.taymans@collabora.co.uk>
3765 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3766 (gst_selector_pad_chain):
3767 * gst/playback/gststreamselector.h:
3768 Revert change that caused regression until a real fix is found.
3771 2008-03-12 Michael Smith <msmith@fluendo.com>
3773 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3774 * gst-libs/gst/audio/gstringbuffer.h:
3775 Rename recently added buffer types to make more sense.
3776 * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3777 (gst_alsasink_write):
3778 Adapt for above API changes.
3781 2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
3783 * win32/common/libgstnetbuffer.def:
3784 Add new symbol gst_netaddress_equal. Fixes bug #521743.
3786 2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
3789 * win32/common/config.h:
3790 0.10.17.3 pre-release
3792 2008-03-10 Wim Taymans <wim.taymans@collabora.co.uk>
3794 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3795 (gst_base_audio_src_create):
3796 Fix duration when no clock was provided. Fixes #520300.
3798 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
3800 Patch by: Olivier Crete <tester at tester ca>
3802 * docs/libs/gst-plugins-base-libs-sections.txt:
3803 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3804 * gst-libs/gst/netbuffer/gstnetbuffer.h:
3805 Add trivial function to compare GstNetAddress. See #520626.
3806 API: GstNetBuffer::gst_netaddress_equal
3808 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
3810 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3811 Update mode property docs, it's deprecated now.
3813 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
3815 * gst-libs/gst/rtsp/gstrtspconnection.c:
3816 (gst_rtsp_connection_create):
3817 * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3818 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3819 * gst/tcp/gstmultifdsink.h:
3820 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3821 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3822 Remove GstPollMode from gstpoll constructor.
3824 2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
3827 * win32/common/config.h:
3828 0.10.17.2 pre-release
3830 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
3833 GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3836 * win32/common/libgstinterfaces.def:
3837 * win32/common/libgstrtp.def:
3838 Add new API to the defs
3840 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
3842 Patch by: Mersad Jelacic <mersad at axis dot com>
3844 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3845 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3846 API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3847 possible to specify the sample size in bits. (#509637)
3849 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
3851 * tests/check/libs/mixer.c:
3852 Add a few simple checks for the new message types.
3854 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
3856 * docs/libs/gst-plugins-base-libs-sections.txt:
3857 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3858 (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3859 (gst_mixer_message_get_type),
3860 (gst_mixer_message_parse_option_changed),
3861 (gst_mixer_message_parse_options_list_changed):
3862 * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3863 (GST_MIXER_MESSAGE_OPTION_CHANGED),
3864 (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3865 (GST_MIXER_MESSAGE_MIXER_CHANGED):
3866 API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3867 and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3869 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
3871 * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3872 (gst_mixer_options_get_values):
3873 * gst-libs/gst/interfaces/mixeroptions.h:
3874 (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3875 (_GstMixerOptions), (_GstMixerOptionsClass):
3876 API: add GstMixerOptions::get_values vfunc (#519906)
3878 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
3881 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3882 plug-ins are included/excluded. (#498222)
3884 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
3886 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3887 Add typefinder for IMelody files, using audio/x-imelody.
3890 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
3892 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3893 * ext/alsa/gstalsasink.c: (set_hwparams):
3894 * ext/alsa/gstalsasrc.c: (set_hwparams):
3895 * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3896 * ext/ogg/gstoggmux.h:
3897 * ext/ogg/gstogmparse.c:
3898 * gst-libs/gst/audio/audio.c:
3899 * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3900 * gst-libs/gst/pbutils/missing-plugins.c:
3901 (gst_missing_uri_sink_message_new),
3902 (gst_missing_element_message_new),
3903 (gst_missing_decoder_message_new),
3904 (gst_missing_encoder_message_new):
3905 * gst-libs/gst/rtp/gstbasertppayload.c:
3906 * gst-libs/gst/rtp/gstrtcpbuffer.c:
3907 (gst_rtcp_packet_bye_get_reason):
3908 * gst/audioconvert/gstaudioconvert.c:
3909 * gst/audioresample/gstaudioresample.c:
3910 * gst/ffmpegcolorspace/imgconvert.c:
3911 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3912 * gst/typefind/gsttypefindfunctions.c:
3913 * gst/videoscale/vs_4tap.c:
3914 * gst/videoscale/vs_4tap.h:
3915 * sys/v4l/gstv4lelement.c:
3916 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3917 * sys/v4l/v4l_calls.c:
3918 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3919 (gst_v4lsrc_try_capture):
3920 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3921 (gst_ximagesink_ximage_new):
3922 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3923 (gst_xvimagesink_xvimage_new):
3924 * tests/check/elements/audioconvert.c:
3925 * tests/check/elements/audioresample.c:
3926 (fail_unless_perfect_stream):
3927 * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3928 * tests/check/elements/decodebin.c:
3929 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3930 (setup_gdpdepay_streamheader):
3931 * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3932 (setup_gdppay_streamheader):
3933 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3934 * tests/check/elements/multifdsink.c: (setup_multifdsink):
3935 * tests/check/elements/textoverlay.c:
3936 * tests/check/elements/videorate.c: (setup_videorate):
3937 * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3938 * tests/check/elements/volume.c: (setup_volume):
3939 * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3940 * tests/check/elements/vorbistag.c:
3941 * tests/check/generic/clock-selection.c:
3942 * tests/check/generic/states.c: (setup), (teardown):
3943 * tests/check/libs/cddabasesrc.c:
3944 * tests/check/libs/video.c:
3945 * tests/check/pipelines/gio.c:
3946 * tests/check/pipelines/oggmux.c:
3947 * tests/check/pipelines/simple-launch-lines.c:
3948 (simple_launch_lines_suite):
3949 * tests/check/pipelines/streamheader.c:
3950 * tests/check/pipelines/theoraenc.c:
3951 * tests/check/pipelines/vorbisdec.c:
3952 * tests/check/pipelines/vorbisenc.c:
3953 * tests/examples/seek/scrubby.c:
3954 * tests/examples/seek/seek.c: (query_positions_elems),
3955 (query_positions_pads):
3956 * tests/icles/stress-xoverlay.c: (myclock):
3957 Correct all relevant warnings found by the sparse semantic code
3958 analyzer. This include marking several symbols static, using
3959 NULL instead of 0 for pointers and using "foo (void)" instead
3960 of "foo ()" for declarations.
3962 * win32/common/libgstrtp.def:
3963 Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3965 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
3967 Patch by: José Alburquerque <jaalburqu svn gnome org>
3969 * gst/playback/gstplaybin2.c:
3970 Make the function signature of the _get_*_tags() functions match
3971 the signature of the vfuncs they implement, ie. return a
3972 GstTagList rather than a GstStructure, which is more correct,
3973 even if one is typedef'ed to the other (#518940).
3975 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
3977 * gst-libs/gst/rtsp/gstrtspconnection.c:
3978 Don't include unix headers unconditionally (fixes #518037).
3980 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
3982 * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3983 (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3984 (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3985 (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3986 (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3987 (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3988 (gst_video_format_is_packed), (video_format_is_packed):
3989 Add unit test that makes sure that the strides, offsets and
3990 sizes returned for the various YUV formats by the new video API
3991 match the old reference implementation in videotestsrc.
3993 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
3995 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3996 (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3997 (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3998 (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3999 (gst_video_format_get_pixel_stride),
4000 (gst_video_format_get_component_width),
4001 (gst_video_format_get_component_height),
4002 (gst_video_format_get_component_offset), (gst_video_format_get_size):
4003 * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4004 (GST_VIDEO_FORMAT_Y42B):
4005 API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4007 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4009 * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4010 YV12 is I420 with swapped components 1 and 2, so the offset of
4011 component 1 for I420 should be the offset for component 2 for YV12
4014 2008-02-29 Rene Stadler <mail@renestadler.de>
4016 * sys/v4l/gstv4lelement.c:
4017 Add missing semicolon to fix indentation.
4019 2008-02-29 Julien Moutte <julien@fluendo.com>
4021 * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4022 (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4023 if we can do SPDIF output.
4024 * ext/alsa/gstalsa.h:
4025 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4026 (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4027 * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4028 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4029 * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4030 to support AC3, EC3 and IEC958 buffers.
4032 2008-02-29 Tim-Philipp Müller <tim at centricular dot net>
4034 * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4035 (gst_mixer_message_parse_mute_toggled),
4036 (gst_mixer_message_parse_record_toggled),
4037 (gst_mixer_message_parse_volume_changed),
4038 (gst_mixer_message_parse_option_changed):
4039 De-cruft and fix message type assertions (NULL is not a really
4040 valid mixer message type string).
4042 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4044 * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4045 When negotiating, actually start from a format that we can support
4046 instead of from the too generic template.
4048 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4050 * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4053 * gst/playback/gstplaysink.c: (gst_play_sink_init),
4054 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4055 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4057 Implement vis switching while playing.
4059 2008-02-28 David Schleef <ds@schleef.org>
4061 * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4063 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4065 Patch by: Peter Kjellerstedt <pkj at axis com>
4067 * gst/tcp/Makefile.am:
4068 * gst/tcp/fdsetstress.c:
4069 * gst/tcp/gstfdset.c:
4070 * gst/tcp/gstfdset.h:
4071 Removed fdset and stress test, they are now known as GstPoll in
4074 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4075 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4076 (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4077 (gst_multi_fd_sink_handle_client_write),
4078 (gst_multi_fd_sink_queue_buffer),
4079 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4080 (gst_multi_fd_sink_stop):
4081 * gst/tcp/gstmultifdsink.h:
4082 * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4083 (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4084 (gst_tcp_gdp_read_caps):
4086 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4087 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4088 (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4089 * gst/tcp/gsttcpclientsink.h:
4090 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4091 (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4092 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4093 * gst/tcp/gsttcpclientsrc.h:
4094 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4095 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4096 * gst/tcp/gsttcpserversink.h:
4097 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4098 (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4099 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4100 * gst/tcp/gsttcpserversrc.h:
4101 Port to GstPoll. See #505417.
4103 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4105 Patch by: Peter Kjellerstedt <pkj at axis com>
4107 * gst-libs/gst/rtsp/gstrtspconnection.c:
4108 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4109 (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4110 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4111 (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4112 (gst_rtsp_connection_flush):
4113 * gst-libs/gst/rtsp/gstrtspconnection.h:
4114 Use GstPoll for the rtsp connection. See #505417.
4116 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4118 * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4119 (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4120 Add combo box for visualisations, populate it with a factory list
4121 of all visualisation plugins, configure vis plugin instance in
4124 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4126 * tests/check/libs/rtp.c: (GST_START_TEST):
4127 Add check for RTP buffer defaults, padding and marker bit API.
4129 2008-02-27 Sebastian Dröge <slomo@circular-chaos.org>
4131 * gst-libs/gst/cdda/sha1.c: (sha_transform):
4132 Use memcpy() instead of upcasting a byte array to long *. This
4133 fixes an unaligned memory access, resulting in SIGBUS on IA64.
4134 This should be ported to GCheckSum once we can use GLib 2.16.
4135 Partially fixes bug #500833.
4137 2008-02-27 Tim-Philipp Müller <tim at centricular dot net>
4139 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4140 Push tag event after the newsegment event. Log the pointer of
4141 the buffer we're actually going to push rather than the buffer
4142 we're feeding to _make_metadata_writable().
4144 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4146 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4147 Comment smoke typefinder for now. The smokedec plugin needs one
4148 frame per buffer but we have no parser yet, thus it simply crashes
4151 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4153 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4154 Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4156 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4158 * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4160 Add midi typefinder, copied from the timidity plugin.
4162 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
4164 Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4166 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4167 * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4169 Forward slashes at the beginning and end of a line also signify
4170 italics (Fixes: #518162).
4172 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4174 * tests/check/gst-plugins-base.supp:
4175 Add a suppression for a cached value in GIO that wasn't moved
4176 while moving gio from -bad to -base.
4178 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4180 Patch by: Brian Cameron <brian dot cameron at sun dot com>
4183 Don't hardcode -Wall and -Werror for configure checks, this fails
4184 with non-GCC compilers. Fixes bug #517991.
4186 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4188 * gst/audioconvert/gstaudioconvert.c:
4189 * gst/audioconvert/gstaudioquantize.c:
4190 * gst/audioconvert/gstaudioquantize.h:
4191 Make audioconvert gap aware. If noiseshaping is used, wait for
4192 noiseshaping to converge before marking as GAP. Fixes #517813.
4194 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4196 * gst/audiotestsrc/gstaudiotestsrc.c:
4197 Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4199 2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
4201 * ext/gnomevfs/gstgnomevfssink.c:
4202 (gst_gnome_vfs_sink_handle_event):
4203 Return FALSE when seeking for a new segment fails instead
4204 of silently ignoring the failure and appending every buffer
4205 that comes for the new segment.
4207 2008-02-20 Wim Taymans <wim.taymans@collabora.co.uk>
4209 * gst/playback/gstplaysink.c: (find_property),
4210 (gst_play_sink_find_property), (gen_video_chain),
4211 (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4212 Recursively search the sink element for a last-frame property so that we
4213 can also find the property in autovideosink and friends that don't
4214 always proxy the internal sink properties.
4216 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4218 * gst-libs/gst/audio/multichannel.c:
4219 (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4220 (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4221 (gst_audio_set_structure_channel_positions_list),
4222 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4223 (gst_audio_fixate_channel_positions):
4224 Fix confusing terminology in docs and code: structure fields are
4225 'fields' and not 'properties'.
4227 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4229 * gst-libs/gst/audio/multichannel.c:
4230 (gst_audio_check_channel_positions), (add_list_to_struct):
4231 Give more useful warning messages if one of the channel
4232 layout enums passed to us is invalid and if the "channels"
4233 field in the caps has a GType we don't expect.
4235 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4237 * gst-libs/gst/audio/multichannel.c:
4238 Fix typo in docs blurb.
4240 2008-02-19 Julien Moutte <julien@fluendo.com>
4242 Patch by: Josep Torra Valles <josep@fluendo.com>
4244 * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4245 typefind lookup to fix typefinding on HD clips.
4247 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4249 * gst/playback/gstscreenshot.c:
4250 * gst/playback/gstscreenshot.h:
4251 Fix up copyright (I rewrote the GStreamer-0.10 code for
4252 this from scratch back in the days).
4254 2008-02-19 Wim Taymans <wim.taymans@collabora.co.uk>
4256 * gst/playback/Makefile.am:
4257 * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4258 (create_element), (gst_play_frame_conv_convert):
4259 * gst/playback/gstscreenshot.h:
4260 Add screenshot conversion code from totem.
4262 * gst/playback/gstplay-marshal.list:
4263 * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4264 (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4265 (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4266 Implement frame property to get a color-unconverted snapshot.
4267 Implement convert-frame action signal to get a converted snapshot image.
4268 Configure connection speed in uridecodebin.
4269 Document some more properties.
4271 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4272 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4273 (gst_play_sink_get_last_frame):
4274 * gst/playback/gstplaysink.h:
4275 Use last-buffer property of the video sink to get a video snapshot.
4277 * tests/examples/seek/seek.c: (shot_cb), (main):
4278 Add snapshot button for playbin2 and use the frame property to save the
4279 frame as a png in the current directory.
4281 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
4283 Patch by: Josep Torra Valles <josep at fluendo dot com>
4285 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4287 Add typefinding support for h264 elementary streams.
4290 2008-02-18 Stefan Kost <ensonic@users.sf.net>
4293 Require CVS of core for new API in collectpads.
4295 * gst/adder/gstadder.c:
4296 Use new API to make adder sparse stream aware.
4298 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
4300 * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4302 Get the object data correct so that we can remove our channels
4305 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4306 (gen_vis_chain), (gst_play_sink_reconfigure),
4307 (gst_play_sink_request_pad):
4308 Add option to disable async behaviour in the sinks when possible. This
4309 makes it possible to avoid an audio queue when dealing with
4311 Add option to add a queue for the audio path.
4313 * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4315 Disable the vis checkbox to match the defaults of playbin2.
4316 Only get the stream info when we need to.
4318 2008-02-17 Sebastian Dröge <slomo@circular-chaos.org>
4320 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4321 (gst_gio_base_sink_set_stream):
4322 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4323 (gst_gio_base_src_set_stream):
4324 * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4325 * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4326 Don't use async operations as they require a running main loop.
4327 This makes us block again when closing streams and unable
4328 to mount the enclosing volume of an URI if it isn't yet.
4330 2008-02-15 Wim Taymans <wim.taymans@collabora.co.uk>
4332 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4333 (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4334 (gen_vis_chain), (gst_play_sink_reconfigure),
4335 (gst_play_sink_request_pad):
4336 Move tee in front of the audio and vis pipelines.
4337 Add queue for audio for now.
4338 Add visualisation support.
4340 * tests/examples/seek/seek.c: (main):
4341 Visualisation is by default disabled.
4343 2008-02-15 Sebastian Dröge <slomo@circular-chaos.org>
4345 * ext/gio/gstgiobasesink.c: (close_stream_cb):
4346 * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4347 Improve debugging a bit.
4349 * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4350 * ext/gio/gstgiosink.h:
4351 * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4352 * ext/gio/gstgiosrc.h:
4353 Try to mount the enclosing volume of a GFile if it isn't mounted
4354 yet. This requires us to wait for an async operation to finish, done
4355 with an nested GMainLoop. Authentication is not supported yet, will
4358 2008-02-14 Wim Taymans <wim.taymans@collabora.co.uk>
4360 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4361 (gst_play_bin_set_property), (gst_play_bin_get_property),
4362 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4363 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4364 (gst_play_sink_get_mute), (gen_audio_chain):
4365 * gst/playback/gstplaysink.h:
4368 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4369 (gst_selector_pad_chain):
4370 * gst/playback/gststreamselector.h:
4371 Make sure we forward the event only once.
4373 * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4374 Add and implement the mute button for playbin2.
4376 2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
4378 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4380 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4381 Add some more debug info.
4382 Make sure we never return a negative delay. Fixes #516246.
4384 2008-02-12 Tim-Philipp Müller <tim at centricular dot net>
4386 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4387 Revert patch that makes the sink hold the object lock when
4388 calling snd_pcm_delay(), since it breaks playback for me.
4390 2008-02-12 Julien Moutte <julien@fluendo.com>
4392 * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4393 some seek flags when changing rate.
4395 2008-02-12 Wim Taymans <wim.taymans@collabora.co.uk>
4397 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4398 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4399 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4400 Fix potential leaks.
4402 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4403 Fix leak when there is no function configured.
4405 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4407 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4408 (gst_v4lsrc_buffer_finalize):
4409 Correctly chain up the finalize method.
4411 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4413 * ext/gio/gstgiostreamsink.c:
4414 * ext/gio/gstgiostreamsrc.c:
4415 Add documentation and example code for giostreamsink/giostreamsrc.
4417 * tests/check/pipelines/gio.c: (GST_START_TEST):
4418 Ask the GMemoryOutputStream for the data instead of assuming that
4419 the pointer to the data stayed the same. It could've been realloc'ed.
4421 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4423 * ext/gio/gstgiosink.c:
4424 * ext/gio/gstgiosrc.c:
4425 Make the documentation of giosink/giosrc complete, large parts
4426 are based on the gnomevfssink/gnomevfssrc docs.
4428 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4430 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4431 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4432 * docs/plugins/gst-plugins-base-plugins.args:
4433 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4434 * docs/plugins/gst-plugins-base-plugins.interfaces:
4435 * docs/plugins/gst-plugins-base-plugins.prerequisites:
4436 * docs/plugins/gst-plugins-base-plugins.signals:
4437 * docs/plugins/inspect/plugin-adder.xml:
4438 * docs/plugins/inspect/plugin-audioconvert.xml:
4439 * docs/plugins/inspect/plugin-audiorate.xml:
4440 * docs/plugins/inspect/plugin-audioresample.xml:
4441 * docs/plugins/inspect/plugin-decodebin.xml:
4442 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4443 * docs/plugins/inspect/plugin-gdp.xml:
4444 * docs/plugins/inspect/plugin-gio.xml:
4445 * docs/plugins/inspect/plugin-gnomevfs.xml:
4446 * docs/plugins/inspect/plugin-libvisual.xml:
4447 * docs/plugins/inspect/plugin-ogg.xml:
4448 * docs/plugins/inspect/plugin-pango.xml:
4449 * docs/plugins/inspect/plugin-playback.xml:
4450 * docs/plugins/inspect/plugin-queue2.xml:
4451 * docs/plugins/inspect/plugin-subparse.xml:
4452 * docs/plugins/inspect/plugin-theora.xml:
4453 * docs/plugins/inspect/plugin-uridecodebin.xml:
4454 * docs/plugins/inspect/plugin-videorate.xml:
4455 * docs/plugins/inspect/plugin-videoscale.xml:
4456 * docs/plugins/inspect/plugin-volume.xml:
4457 * docs/plugins/inspect/plugin-vorbis.xml:
4458 Add the GIO documentation again and while at that run make update.
4460 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4462 * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4463 * ext/alsa/gstalsasink.c: (set_swparams):
4464 * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4465 Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4466 against libasound >= 1.0.16, since it's been deprecated in
4467 0.10.16, and alignment is always 1 then, apparently. (#512899)
4469 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4471 * gst/playback/gstplaybin.c: (gen_audio_element):
4472 * gst/playback/gstplaysink.c: (gen_audio_chain):
4473 Handle case where we can't create the volume element a bit
4476 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4478 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4479 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4480 Add support for https protocol. Fixes #510229.
4482 2008-02-11 Julien Moutte <julien@fluendo.com>
4484 Patch by: Alan Peevers <peeves@pacbell.net>
4486 * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4487 lock when calling alsa methods.
4489 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4491 * gst/typefind/gsttypefindfunctions.c:
4492 Bump rank of jpeg and png typefinders, which will return maximum
4493 probability in the most common cases (thus short-circuiting more
4494 expensive typefinders like the mp3 one for these two quite common
4497 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
4499 * ext/theora/theoraparse.c:
4500 Fix long description of the theora parser to be more verbose than just
4503 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
4505 Patch by: Branko Čibej <brane at xbc dot nu>
4507 * sys/xvimage/xvimagesink.c:
4508 Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4511 2008-02-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
4513 * gst/playback/gstplaybasebin.c:
4514 Set is_dynamic as True if there are elements with both request
4515 and sometimes src pad templates instead of breaking out when it
4516 finds the first pad template that is a src.
4518 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
4520 * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4521 (update_streams), (video_combo_cb), (audio_combo_cb),
4522 (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4523 Add some stream switching and volume gui for playbin2.
4525 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
4527 * gst/playback/gstplay-marshal.list:
4528 Added marshal for streamselector Tags.
4530 * gst/playback/gstplaybasebin.c: (set_active_source):
4531 Streamselector now selects pads based on the pad object instead of its
4534 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4535 (init_group), (gst_play_bin_init), (get_group), (get_tags),
4536 (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4537 (gst_play_bin_get_text_tags),
4538 (gst_play_bin_set_current_video_stream),
4539 (gst_play_bin_set_current_audio_stream),
4540 (gst_play_bin_set_current_text_stream),
4541 (gst_play_bin_set_property), (gst_play_bin_get_property),
4542 (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4543 Remove option to mute streams with the current-a/v/t property, we have
4544 this functionality in the flags.
4545 Add signals to notify when the number of A/V/T channels changed.
4546 Add action signals to get tags for the A/V/T streams.
4547 Implement setting the current A/V/T stream.
4548 Rearrange some things to simplify stream selection.
4551 * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4552 (gst_play_sink_get_volume), (gst_play_sink_set_property),
4553 (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4554 (activate_vis), (gst_play_sink_reconfigure):
4555 * gst/playback/gstplaysink.h:
4556 Add and implement volume setting methods.
4558 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4559 (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4560 (gst_selector_pad_event), (gst_stream_selector_class_init),
4561 (gst_stream_selector_init), (gst_stream_selector_finalize),
4562 (gst_stream_selector_set_property),
4563 (gst_stream_selector_get_property),
4564 (gst_stream_selector_get_linked_pad),
4565 (gst_stream_selector_request_new_pad):
4566 * gst/playback/gststreamselector.h:
4567 Add pad properties for tags and status of pads.
4569 Make active pad selection based on pad object instead of name.
4571 2008-02-08 Stefan Kost <ensonic@users.sf.net>
4574 Revert last change as we now check in gtk-doc.m4 for sed.
4576 2008-02-08 Jan Schmidt <Jan.Schmidt@sun.com>
4579 Find and subst SED when building the docs.
4581 2008-02-08 Julien Moutte <julien@fluendo.com>
4583 * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4584 (main): Make sure bus signals are reconnected when pressing STOP
4585 and then PLAY again for a parse launch pipeline. Fix a ref leak
4587 * win32/common/config.h: Updated.
4589 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4592 Make DISABLE_DEPRECATED defined *only* during CVS, not during
4593 pre-releases or releases.
4595 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4598 * ext/gio/Makefile.am:
4599 Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4602 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4604 * docs/plugins/Makefile.am:
4605 Add the headers which need scanning for the GIO plugin. The rest of
4606 the docs still need migrating.
4608 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4611 * tests/check/Makefile.am:
4612 * tests/check/pipelines/.cvsignore:
4613 Add gio in a few more places.
4615 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4619 * tests/check/Makefile.am:
4620 Move gio plugin from -bad and mark as experimental.
4622 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4624 * gst-libs/gst/interfaces/mixeroptions.c:
4625 * gst-libs/gst/interfaces/mixertrack.c:
4626 Comment out a couple of other things which break the build when
4627 GST_DISABLE_DEPRECATED isn't on but -Werror is.
4629 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
4631 * docs/libs/gst-plugins-base-libs-sections.txt:
4634 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
4636 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4637 Fix compiler warning.
4639 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
4641 Patch by: Peter Kjellerstedt <pkj at axis com>
4643 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4644 Clear the addrinfo struct using memset. Fixes #514937.
4646 2008-02-06 Wim Taymans <wim.taymans@collabora.co.uk>
4648 * gst/tcp/gstfdset.h:
4649 Remove unused field to same some memory.
4651 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4652 Mark action signals as such.
4654 2008-02-06 Michael Smith <msmith@fluendo.com>
4656 * ext/theora/theoradec.c: (_theora_granule_frame),
4658 Increment granulepos for new-bitstream versions appropriately.
4661 2008-02-04 Wim Taymans <wim.taymans@collabora.co.uk>
4663 * tests/examples/seek/seek.c: (do_seek),
4664 (rate_spinbutton_changed_cb), (update_streams), (main):
4665 Remove obsolete stream_time reset after flushing seek, core does that
4667 Improve accuracy of speed spinbutton.
4668 Only do playbin2 stuff when we actually use it.
4670 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
4672 * tests/check/Makefile.am:
4673 Revert previous change of the test environment's GST_PLUGIN_PATH.
4674 The problem is not with the plugins, but with element factories
4675 and only occurs if elements are split out from existing plugins
4676 or if plugins change name (see #512740).
4678 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
4680 * tests/check/Makefile.am:
4681 Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4682 with the core's plugins first and our local build directories last,
4683 since we might be building against an installed core, and that
4684 core's plugin directory may contain older or other versions of
4685 our own -base plugins, but we really do want to test our local
4686 ones (if there are multiple plugins or element factories with the
4687 same name, those inspected last will trump those read in earlier).
4688 Fixes #512740 for the most part.
4690 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
4693 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4694 Use gmtime_r if available as gmtime is not MT-safe.
4697 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
4699 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4700 Cast glong to time_t as time_t might have a different type on
4701 other platforms, like FreeBSD, and we get a compiler warning
4702 otherwise. Fixes bug #511825.
4704 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
4706 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4707 (get_group), (get_n_pads), (gst_play_bin_get_property),
4708 (pad_added_cb), (no_more_pads_cb), (perform_eos),
4709 (autoplug_select_cb), (deactivate_group):
4710 Remove stream-info, we going for something easier.
4711 Refactor getting the current group.
4712 Implement getting the number of audio/video/text streams.
4714 * gst/playback/gststreamselector.c:
4715 (gst_stream_selector_class_init), (gst_stream_selector_init),
4716 (gst_stream_selector_get_property),
4717 (gst_stream_selector_request_new_pad),
4718 (gst_stream_selector_release_pad):
4719 * gst/playback/gststreamselector.h:
4720 Add property for number of pads.
4722 * tests/examples/seek/seek.c: (set_scale), (update_flag),
4723 (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4724 (text_toggle_cb), (update_streams), (msg_async_done),
4725 (msg_state_changed), (main):
4726 Block slider callback when updating the slider position.
4727 Add gui elements for controlling playbin2.
4728 Add callback for async_done that updates position/duration.
4730 2008-02-01 Stefan Kost <ensonic@users.sf.net>
4732 * docs/plugins/Makefile.am:
4733 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4734 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4735 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4736 * docs/plugins/gst-plugins-base-plugins.interfaces:
4737 * docs/plugins/gst-plugins-base-plugins.prerequisites:
4738 First round of plugin docs cleansups.
4740 * docs/plugins/inspect/plugin-adder.xml:
4741 * docs/plugins/inspect/plugin-alsa.xml:
4742 * docs/plugins/inspect/plugin-audioconvert.xml:
4743 * docs/plugins/inspect/plugin-audiorate.xml:
4744 * docs/plugins/inspect/plugin-audioresample.xml:
4745 * docs/plugins/inspect/plugin-audiotestsrc.xml:
4746 * docs/plugins/inspect/plugin-cdparanoia.xml:
4747 * docs/plugins/inspect/plugin-decodebin.xml:
4748 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4749 * docs/plugins/inspect/plugin-gdp.xml:
4750 * docs/plugins/inspect/plugin-gnomevfs.xml:
4751 * docs/plugins/inspect/plugin-libvisual.xml:
4752 * docs/plugins/inspect/plugin-ogg.xml:
4753 * docs/plugins/inspect/plugin-pango.xml:
4754 * docs/plugins/inspect/plugin-subparse.xml:
4755 * docs/plugins/inspect/plugin-tcp.xml:
4756 * docs/plugins/inspect/plugin-theora.xml:
4757 * docs/plugins/inspect/plugin-typefindfunctions.xml:
4758 * docs/plugins/inspect/plugin-video4linux.xml:
4759 * docs/plugins/inspect/plugin-videorate.xml:
4760 * docs/plugins/inspect/plugin-videoscale.xml:
4761 * docs/plugins/inspect/plugin-videotestsrc.xml:
4762 * docs/plugins/inspect/plugin-volume.xml:
4763 * docs/plugins/inspect/plugin-vorbis.xml:
4764 * docs/plugins/inspect/plugin-ximagesink.xml:
4765 * docs/plugins/inspect/plugin-xvimagesink.xml:
4768 * ext/ogg/Makefile.am:
4769 * ext/ogg/gstoggmux.c:
4770 * ext/ogg/gstoggmux.h:
4771 Add header for oggmux. the c-file needs a doc blob still.
4773 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
4775 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4777 * gst-libs/gst/rtp/gstrtpbuffer.c:
4778 (gst_rtp_buffer_set_extension_data):
4779 * gst-libs/gst/rtp/gstrtpbuffer.h:
4780 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4781 Add gst_rtp_buffer_set_extension_data()
4782 Add a unit test for this addition. Fixes #511478.
4783 API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4785 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
4790 === release 0.10.17 ===
4792 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
4795 releasing 0.10.17, "Peanut Butter and Jelly"
4797 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
4799 * gst-libs/gst/interfaces/mixeroptions.c:
4800 * gst-libs/gst/interfaces/mixertrack.c:
4801 Also remove the conditional registration of the signals
4802 that disappeared with the ABI change in 0.10.14
4804 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
4806 * gst-libs/gst/rtsp/gstrtspconnection.c:
4807 Revert patch to gstrtspconnection.c for brown paper bag
4808 release of -base. Re-opens: #511825
4810 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
4812 * gst-libs/gst/interfaces/mixeroptions.h:
4813 * gst-libs/gst/interfaces/mixertrack.h:
4814 Change the way these deprecated function pointers are removed
4815 so that the compiled ABI is unconditionally smaller. This
4816 sets in stone an ABI break that actually occurred when the
4817 things were deprecated in 0.10.14, which seems to be the best
4818 fix as the only known users are oss-mixer and sunaudio-mixer in
4822 2008-01-30 Tim-Philipp Müller <tim at centricular dot net>
4824 * win32/common/libgstpbutils.def:
4825 Export the two new _get_type() functions which are needed
4826 by the python bindings.
4828 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
4830 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4831 Cast glong to time_t as time_t might have a different type on
4832 other platforms, like FreeBSD, and we get a compiler warning
4833 otherwise. Fixes bug #511825.
4835 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
4837 * gst-libs/gst/audio/gstaudiofilter.c:
4838 (gst_audio_filter_class_init):
4839 Initialize the GstRingerBuffer class to get it's debug category
4840 initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4841 category and otherwise we get some g_critical(). Fixes bug #512334.
4843 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
4848 === release 0.10.16 ===
4850 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
4853 releasing 0.10.16, "Scheduled Interruption"
4855 2008-01-22 Wim Taymans <wim.taymans@collabora.co.uk>
4857 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4859 * gst-libs/gst/rtp/gstrtpbuffer.c:
4860 (gst_rtp_buffer_get_extension_data):
4861 Fix typos and wrong extension check. Fixes #511274.
4863 2008-01-18 Jan Schmidt <jan.schmidt@sun.com>
4866 Oops - add new sk.po mentioned in the LINGUAS I just committed
4868 2008-01-17 Jan Schmidt <jan.schmidt@sun.com>
4871 Add ca translation to the disted list.
4873 * win32/vs6/libgstsdp.dsp:
4874 Convert line endings to CRLF
4876 2008-01-17 Sebastien Moutte <sebastien@moutte.net>
4879 Add win32/vs6/libgstrtsp.dsp to MANIFEST
4881 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
4883 * win32/common/libgstsdp.def:
4884 * win32/common/libgstvideo.def:
4885 Add new API declarations
4887 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
4889 * ext/theora/gsttheoradec.h:
4890 * ext/theora/gsttheoraparse.h:
4891 * ext/theora/theoradec.c:
4892 * ext/theora/theoraparse.c:
4893 Take a 2nd stab at handling libtheora granulepos changes in the decoder
4894 and parser by inspecting the bitstream version of the incoming data.
4896 2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
4899 * pkgconfig/Makefile.am:
4900 * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4901 * pkgconfig/gstreamer-audio.pc.in:
4902 * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4903 * pkgconfig/gstreamer-cdda.pc.in:
4904 * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4905 * pkgconfig/gstreamer-fft.pc.in:
4906 * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4907 * pkgconfig/gstreamer-floatcast.pc.in:
4908 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4909 * pkgconfig/gstreamer-interfaces.pc.in:
4910 * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4911 * pkgconfig/gstreamer-netbuffer.pc.in:
4912 * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4913 * pkgconfig/gstreamer-pbutils.pc.in:
4914 * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4915 * pkgconfig/gstreamer-riff.pc.in:
4916 * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4917 * pkgconfig/gstreamer-rtp.pc.in:
4918 * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4919 * pkgconfig/gstreamer-rtsp.pc.in:
4920 * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4921 * pkgconfig/gstreamer-sdp.pc.in:
4922 * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4923 * pkgconfig/gstreamer-tag.pc.in:
4924 * pkgconfig/gstreamer-video-uninstalled.pc.in:
4925 * pkgconfig/gstreamer-video.pc.in:
4926 Provide one pkg-config file for every gst-plugins-base library.
4927 This makes linking to those libraries much more intuitive and
4928 provides standard pkg-config behaviour for them. Fixes bug #499697.
4930 2008-01-13 David Schleef <ds@schleef.org>
4932 * gst/videoscale/vs_4tap.c:
4933 Fix valgrind error on 4tap scaling method.
4935 2008-01-13 Sebastien Moutte <sebastien@moutte.net>
4937 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4938 Include Winsock2.h for VS6 and use a different way initialize
4939 hints structure so it can build with VS6.
4941 * win32/vs6/libgstsdp.dsp:
4942 * win32/common/libgstsdp.def:
4943 Add new files for libgstsdp.
4944 * win32/vs6/grammar.dsp:
4945 Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4946 * win32/vs6/gst_plugins_base.dsw:
4947 * win32/vs6/libgstdecodebin.dsp:
4948 * win32/vs6/libgstdecodebin2.dsp:
4949 * win32/vs6/libgstplaybin.dsp:
4950 * win32/vs6/libgstvolume.dsp:
4951 Add new dependencies to the link list.
4953 2008-01-13 Julien Moutte <julien@fluendo.com>
4955 * win32/common/config.h:
4956 * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4957 (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4958 (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4959 (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4960 (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4961 * win32/common/interfaces-enumtypes.c:
4962 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4963 (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4964 (gst_mixer_track_flags_get_type),
4965 (gst_tuner_channel_flags_get_type):
4966 * win32/common/multichannel-enumtypes.c:
4967 (gst_audio_channel_position_get_type):
4968 * win32/common/pbutils-enumtypes.c:
4969 (gst_install_plugins_return_get_type):
4970 * win32/common/pbutils-enumtypes.h: Update/Add generated files
4971 in the win32 build directory.
4973 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
4975 * tests/check/Makefile.am:
4976 Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4978 * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4979 * tests/check/elements/playbin.c:
4980 * tests/check/libs/mixer.c: (test_element_interface_supported),
4981 (gst_implements_interface_init):
4982 * tests/check/libs/rtp.c: (GST_START_TEST):
4983 Fix various assignment type mismatches.
4985 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
4988 * gst-libs/gst/rtsp/Makefile.am:
4989 Add test to see if hstrerror is available or if we need libresolv
4990 (Solaris) for it, then use it in libgstrtsp.
4992 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
4994 * gst-libs/gst/tag/Makefile.am:
4995 Fix include path order
4997 2008-01-11 Edward Hervey <edward.hervey@collabora.co.uk>
4999 * gst-libs/gst/pbutils/install-plugins.c:
5000 (gst_install_plugins_context_copy),
5001 (gst_install_plugins_context_get_type):
5002 * gst-libs/gst/pbutils/install-plugins.h:
5003 Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5006 2008-01-11 Michael Smith <msmith@fluendo.com>
5008 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5009 (_theora_granule_frame), (_theora_granule_start_time),
5010 (theora_dec_sink_convert), (theora_dec_decode_buffer):
5011 Adapt for post-alpha meaning of granulepos, when we
5012 have a newer version of libtheora.
5013 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5014 (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5015 (theora_enc_is_discontinuous), (theora_enc_chain):
5017 * tests/check/Makefile.am:
5018 Link libtheora into theoraenc test so we can check which version of
5019 libtheora we're testing against.
5020 * tests/check/pipelines/theoraenc.c: (check_libtheora),
5021 (check_buffer_granulepos),
5022 (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5024 Adapt tests to check the values that are now defined for theora; make
5025 the tests backwards-adapt the passed values if we're running against an
5029 2008-01-10 Tim-Philipp Müller <tim at centricular dot net>
5031 * gst-libs/gst/audio/gstbaseaudiosink.c:
5032 (gst_base_audio_sink_class_init):
5033 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5034 (gst_base_audio_src_class_init):
5035 Ref audio clock class from a thread-safe context to make sure
5036 we're not bit by GObjects lack of thread-safety here (#349410),
5037 however unlikely that may be in practice.
5039 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
5042 Add -Wno-portability to the automake parameters to stop warnings
5043 about GNU make extensions being used. We require GNU make in almost
5044 every Makefile anyway.
5047 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5048 at the same time is required for per target flags.
5050 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5052 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5053 Post an error message if we can't pull as many bytes as we need
5054 for the tag. This makes sure the user gets to see a proper error
5055 message if a file with a partial ID3 tag is fed to decodebin, and
5056 not a 'no ID3 tag demuxer' error, which would be confusing
5059 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5061 * gst-libs/gst/pbutils/descriptions.c: (formats):
5062 Add description strings for ID3, APE, and ICY tags.
5064 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5066 * gst/playback/gstdecodebin.c: (try_to_link_1):
5067 Make sure we error out correctly if we can't activate one of
5068 the elements we've added. Fixes #508138.
5070 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5072 Patch by: Bastien Nocera <hadess at hadess net>
5074 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5075 (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5076 Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5077 the volume is the same for all channels. This works around
5078 some problem in alsa that leaves us with inconsistent state
5079 for some reason (#486840).
5081 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5083 Patch by: Jerone Young <jerone at gmail com>
5085 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5086 If there's no mixer track by the name of 'Master' or 'Front',
5087 check if there's one called 'PCM' before trying the generic
5088 fallback logic (fixes #506928, where we pick 'Mic' as master
5089 track for the AD1984 card in a Thinkpad T61/X61 laptop).
5091 2008-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
5093 * gst/playback/gstplay-enum.c:
5094 (register_gst_autoplug_select_result),
5095 (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5096 (gst_play_flags_get_type):
5097 * gst/playback/gstplay-enum.h:
5098 Add enums for configuration flags.
5100 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5101 (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5102 (gst_play_bin_get_property), (no_more_pads_cb),
5103 (autoplug_select_cb), (gst_play_bin_change_state):
5104 Merge mode with flags.
5105 Add more property getters/setters, defaults and docs.
5106 Add properties to get number of audio/video/text streams.
5107 Create sink object in _init so that we can always rely on it being
5110 * gst/playback/gstplaysink.c: (gst_play_sink_init),
5111 (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5112 (activate_vis), (gst_play_sink_reconfigure),
5113 (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5114 (gst_play_sink_change_state):
5115 * gst/playback/gstplaysink.h:
5116 Use flags to configure the sink pipelines.
5117 Add tee before audio pipeline so that we can use it for visualisations.
5118 Start working on integrating visualisations.
5119 Remove mode, we can do everything with the flags now.
5120 Add method to configue the sink pipeline.
5122 2008-01-06 Tim-Philipp Müller <tim at centricular dot net>
5124 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5125 (check_buffer_timestamp), (check_buffer_duration):
5126 Turn these functions into macros so we can see right away
5127 where the failure occured.
5129 2008-01-05 Julien Moutte <julien@fluendo.com>
5131 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5132 debugging information to understand how X calculates the stride
5135 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5137 * gst/volume/Makefile.am:
5138 * gst/volume/gstvolume.c: (volume_choose_func),
5139 (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5141 * gst/volume/gstvolume.h:
5142 Use GstAudioFilter as base class for the volume element instead of
5143 plain GstBaseTransform.
5145 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5147 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5148 Don't set element details for the abstract GstAudioFilter class.
5150 2008-01-02 Sebastian Dröge <slomo@circular-chaos.org>
5152 * gst-libs/gst/audio/gstaudiofilter.c:
5153 (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5154 Implement get_unit_size() vmethod of GstBaseTransform.
5156 2008-01-01 Edward Hervey <edward.hervey@collabora.co.uk>
5158 * gst-libs/gst/pbutils/Makefile.am:
5159 * gst-libs/gst/pbutils/pbutils.h:
5160 Use glib-enum generator to have a proper enum GType for
5161 GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5163 2007-12-31 David Schleef <ds@schleef.org>
5165 * tests/check/Makefile.am:
5166 * tests/check/pipelines/theoraenc.c:
5167 Reenable theoraenc test, which fails on the buildbot but
5170 2007-12-31 David Schleef <ds@schleef.org>
5172 * docs/libs/.cvsignore:
5173 * docs/plugins/.cvsignore:
5174 Add *-undeclared.txt to fix buildbot.
5176 2007-12-31 David Schleef <ds@schleef.org>
5178 * tests/check/Makefile.am:
5179 Second attempt at disabling theoraenc test long enough to
5180 get buildbot to compile -base.
5182 2007-12-31 David Schleef <ds@schleef.org>
5184 * tests/check/pipelines/theoraenc.c:
5185 Disable theoraenc test long enough to get the buildbot to
5186 compile a recent -base.
5188 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
5190 * tests/examples/seek/seek.c: (stop_cb):
5191 Make sure we reset the slider value to 0.0 without racing against a
5192 possible g_idle that sets it to something else.
5194 2007-12-31 Thijs Vermeir <thijsvermeir@gmail.com>
5196 * sys/ximage/ximagesink.c:
5199 2007-12-30 Wim Taymans <wim.taymans@collabora.co.uk>
5201 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5202 * gst-libs/gst/rtsp/gstrtspdefs.h:
5203 Add Location header so that we can start implementing redirects.
5206 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5208 * gst/subparse/gstssaparse.c:
5211 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5213 * gst/subparse/gstssaparse.c:
5214 remove duplicate log message
5216 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
5218 * ext/libvisual/visual.c: (gst_visual_chain):
5219 Fix 'xyz may be used uninitialized' compiler warnings caused
5220 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5221 abort() in any case but properly report the error.
5223 2007-12-28 Wim Taymans <wim.taymans@collabora.co.uk>
5225 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5226 (gst_play_bin_finalize), (gst_play_bin_set_uri),
5227 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5228 (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5229 (autoplug_select_cb), (activate_group), (deactivate_group),
5230 (setup_next_source), (save_current_group),
5231 (gst_play_bin_change_state):
5233 Remove next-uri, we can use the uri property just fine.
5235 Unref uridecodebin when switching.
5238 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5239 (gst_play_sink_init), (gst_play_sink_dispose),
5240 (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5241 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5242 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5243 (gst_play_sink_set_property), (gst_play_sink_get_property),
5244 (gen_video_chain), (gen_text_element), (gen_audio_chain),
5245 (gen_vis_element), (gst_play_sink_get_mode),
5246 (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5247 (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5248 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5249 (gst_play_sink_change_state):
5250 * gst/playback/gstplaysink.h:
5251 Add some locking to make things threadsafe.
5253 * gst/playback/test7.c: (about_to_finish_cb):
5256 2007-12-22 Tim-Philipp Müller <tim at centricular dot net>
5258 * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5259 (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5260 (gst_video_scale_transform):
5261 Don't claim to be able to handle/transform caps that can't really
5262 be handled by the currently selected scaling method (here: RGB or
5263 packed YUV with 4-tap method). Also add locking to method property.
5265 * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5266 (test_basetransform_based):
5267 Some test pipelines for the above (not entirely valgrind clean yet
5270 2007-12-21 David Schleef <ds@schleef.org>
5272 * gst-libs/gst/video/video.c:
5273 * gst-libs/gst/video/video.h:
5274 Add additional RGBA and RGB-24 video formats.
5276 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5278 * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5279 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5280 (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5281 * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5282 (cddabasesrc_suite):
5283 Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5284 deprecated in the future (see #498924).
5286 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5288 * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5291 2007-12-20 Thijs Vermeir <thijsvermeir@gmail.com>
5293 * gst-libs/gst/riff/riff-read.c:
5294 Use GST_ROUND_UP_2 macro
5296 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5298 * gst/playback/.cvsignore:
5301 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5303 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5304 * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5305 (set_active_source):
5306 * gst/playback/gstplaybasebin.h:
5307 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5308 (setup_sinks), (playbin_set_subtitles_visible):
5309 Make switching off of subtitles work. To avoid all kind of
5310 problems with unlinking of the subtitle input, we just keep
5311 the subtitle inputs linked as they are and tell textoverlay
5312 not to render them. Fixes #373011.
5313 Other subtitle switching issues (esp. when there are both
5314 external and in-stream subtitles) remain. They'll be solved
5317 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5319 * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5320 Init the pad segment too.
5322 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5324 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5325 (gst_audioringbuffer_open_device),
5326 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5327 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5328 (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5329 (gst_audio_sink_create_ringbuffer):
5330 Improve debug output.
5332 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5333 (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5334 Prevent some functions from doing things and failing when the
5335 ringbuffer is not yet acquired.
5337 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
5339 * gst-libs/gst/interfaces/interfaces.h:
5340 Also remove interfaces.h from CVS as it is not needed anymore.
5342 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
5344 * gst-libs/gst/interfaces/Makefile.am:
5345 interfaces.h is not used anymore so remove it from the build
5348 2007-12-17 David Schleef <ds@schleef.org>
5350 * gst/videotestsrc/gstvideotestsrc.c:
5351 * gst/videotestsrc/gstvideotestsrc.h:
5352 Add a "blink" pattern. Turn on the pain. Apologies. It's useful
5353 for testing vertical refresh synchronization.
5355 2007-12-17 David Schleef <ds@schleef.org>
5357 * docs/libs/gst-plugins-base-libs-sections.txt:
5358 * gst-libs/gst/video/video.c:
5359 * gst-libs/gst/video/video.h:
5360 Add new GstVideFormat enum and write a bunch of helper functions
5363 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
5366 Use new common/win32.mak.
5368 2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
5370 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5371 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5373 When going from PLAYING to PAUSED, pause the ringbuffer before calling
5374 the parent state change function, just like the audiosink, because the
5375 parent waits for the element to finish its processing before completing
5376 the state change. This makes going to PAUSED a lot snappier.
5377 When going from READY to PAUSED, don't allow the ringbuffer to start
5380 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
5382 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5383 Yet another fix for broken software that produce files with an empty
5384 blockalign field. Instead of completely failing, make a second attempt
5385 at guessing the width/depth by looking at strf->size.
5387 2007-12-16 Tim-Philipp Müller <tim at centricular dot net>
5389 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5390 (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5391 * gst-libs/gst/pbutils/install-plugins.c:
5392 (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5393 * gst-libs/gst/pbutils/missing-plugins.c:
5394 (gst_missing_plugin_message_get_installer_detail),
5395 (gst_missing_encoder_installer_detail_new):
5396 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5397 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5398 Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5399 avoid compiler warnings (#503930).
5401 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
5403 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5404 Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5405 for jpeg video streams.
5406 Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5407 for the above modification.
5409 2007-12-15 Tim-Philipp Müller <tim at centricular dot net>
5411 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5412 (gst_x_overlay_handle_events):
5413 More guards (we don't want klass to end up being NULL).
5415 2007-12-14 Sebastian Dröge <slomo@circular-chaos.org>
5418 * gst/volume/gstvolume.c: (gst_volume_init):
5419 Use new gst_base_transform_set_gap_aware() function as volume
5420 correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1
5423 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5425 * tests/examples/seek/seek.c: (msg_segment_done), (main):
5426 Don't go to READY on EOS as this avoids testing of seeking and
5427 restarting after EOS, use the stop button when you want to READY.
5428 Don't try to do a flushing seek in segment-done, it does not make
5429 sense to use this for gapless playback and is not needed.
5431 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5433 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5434 (reset_rate_timer), (update_in_rates), (update_out_rates),
5435 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5436 (gst_queue_chain), (gst_queue_loop):
5437 Use separate timers for input and output rates.
5438 Pause measuring the output rate when we block for more data.
5441 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5443 * gst/playback/gstqueue2.c: (gst_queue_chain):
5444 Pause the timer to measure the input rate when we block because the
5445 queue is filled. See #503262.
5447 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
5449 Patch by: Peter Kjellerstedt <pkj at axis com>
5451 * gst-libs/gst/rtsp/gstrtspconnection.c:
5452 (gst_rtsp_connection_free):
5453 Close control sockets. Fixes #503440.
5455 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
5457 * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5458 Expose the right pad in the right place with the right element.
5460 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
5462 * gst-libs/gst/pbutils/descriptions.c: (formats):
5463 Add description for 'private' dts caps (who come up with that name?).
5465 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
5468 Add check-exports target and run it with 'make check'.
5471 Be stricter about what we export in our libraries: change regexp so that
5472 we only export _gst_foo(), but not __gst_foo().
5474 * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5475 * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5476 Change internal functions to __gst_foo so they dont' get exported.
5478 * win32/common/libgstaudio.def:
5479 Add missing symbols.
5481 2007-12-11 David Schleef <ds@schleef.org>
5483 * ChangeLog: remove conflict markers
5485 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
5487 * ext/gnomevfs/Makefile.am:
5488 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5489 Use gst_tag_freeform_string_to_utf8() here, which also takes
5490 into account any character sets specified by the user via
5491 environment variables.
5493 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
5495 * gst/audioconvert/Makefile.am:
5498 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
5500 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5501 No need for floating point operations here. avoids having to link
5502 against the math library too.
5504 2007-12-10 Tim-Philipp Müller <tim at centricular dot net>
5506 * gst-libs/gst/pbutils/descriptions.c: (formats),
5507 (format_info_get_desc):
5508 * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5510 Add one or two missing formats. Generate ADPCM description
5511 dynamically depending on layout/format.
5513 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
5516 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5518 2007-12-08 Tim-Philipp Müller <tim at centricular dot net>
5520 Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5522 * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5523 Some .srt files start with chunk number 0 and not chunk number 1,
5524 recognise and accept those as well (fixes #502497).
5526 * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5528 Add unit test for the above.
5530 2007-12-06 Wim Taymans <wim.taymans@gmail.com>
5532 * gst/playback/gstplay-enum.c:
5533 (register_gst_autoplug_select_result),
5534 (gst_autoplug_select_result_get_type):
5535 * gst/playback/gstplay-enum.h:
5538 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
5540 * gst/playback/Makefile.am:
5541 Group decodebin2 and uridecodebin into the same plugin so that they
5542 can share the GEnumType.
5544 * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5545 (_gst_select_accumulator), (gst_decode_bin_class_init),
5546 (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5547 (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5548 (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5549 Add signal to sort factories instead of the more awkward autoplug-select
5551 Modify autoplug_select so that we can try, skip or expose the
5552 autopluggin of an element on a pad.
5554 * gst/playback/gstfactorylists.c: (compare_ranks),
5555 (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5556 (element_filter), (gst_factory_list_get_elements),
5557 (gst_factory_list_debug), (gst_factory_list_filter):
5558 * gst/playback/gstfactorylists.h:
5559 Simplify the API, allow getting elements based on mask.
5561 * gst/playback/gstplay-marshal.list:
5562 Add some more marshallers.
5564 * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5565 (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5566 (autoplug_select_cb), (activate_group):
5567 Add support for managing non-raw sinks by providing a custom element and
5568 sink list to decodebin2.
5569 Try to plug non-raw sinks when decodebin2 using autoplug-select of
5572 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5573 (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5574 * gst/playback/gstplaysink.h:
5575 Add support for raw and non-raw sinks.
5576 Add support to force sinks selected by playbin2.
5577 Don't plug raw converters for non-raw sinks.
5579 * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5580 (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5581 (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5583 Use right accumulators.
5586 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
5588 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5589 Use runnning time as the base time instead of the timestamp.
5590 Spotted by Saur on IRC.
5592 2007-12-03 Edward Hervey <bilboed@bilboed.com>
5594 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5595 Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5597 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
5599 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5600 (gst_ogg_demux_read_chain):
5601 If we find a new serial number but it does not contain a BOS page, make
5602 sure we initialize the chain to NULL because else we will try to scan it
5603 and crash. Fixes #500763
5605 2007-11-30 Wim Taymans <wim.taymans@gmail.com>
5607 * gst/playback/Makefile.am:
5608 * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5609 (get_feature_array), (decoders_filter), (sinks_filter),
5610 (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5611 (gst_factory_list_filter):
5612 * gst/playback/gstfactorylists.h:
5613 Refactor some common code to filter factories and check caps compat.
5615 * gst/playback/gstdecodebin.c:
5616 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5617 (gst_decode_bin_init), (gst_decode_bin_dispose),
5618 (gst_decode_bin_autoplug_continue),
5619 (gst_decode_bin_autoplug_factories),
5620 (gst_decode_bin_autoplug_select), (analyze_new_pad),
5622 * gst/playback/gstplaybin.c:
5623 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5624 (gst_play_bin_init), (gst_play_bin_finalize),
5625 (autoplug_factories_cb), (activate_group):
5626 * gst/playback/gstqueue2.c:
5627 * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5628 (proxy_autoplug_continue_signal),
5629 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5630 (proxy_drained_signal):
5631 Add some more debug info and use factor filtering code.
5633 2007-11-26 Stefan Kost <ensonic@users.sf.net>
5635 * gst/audiotestsrc/gstaudiotestsrc.c:
5636 * gst/volume/gstvolume.c:
5637 * gst/volume/gstvolume.h:
5638 Add GAP-flag support.
5640 2007-11-24 Julien MOUTTE <julien@moutte.net>
5642 * tests/examples/seek/seek.c: (main): Increase the range of the
5643 rate selector as I would like to test QOS behavior at higher
5644 forward and reverse playback speed like say 64x.
5646 2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
5648 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5649 (audioresample_query), (audioresample_query_type),
5650 (gst_audioresample_set_property):
5651 Implement latency query.
5653 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
5655 * gst-libs/gst/audio/gstbaseaudiosink.c:
5656 (gst_base_audio_sink_drain):
5657 Our EOS time contains the base_time, _wait_eos() expects a running_time
5658 so we have to subtract the base_time again before calling the function.
5659 This fixes an EOS regression where the base_time was added twice and EOS
5660 took longer and longer in certain situations.
5663 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
5665 * docs/libs/gst-plugins-base-libs-sections.txt:
5666 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5667 (gst_base_audio_sink_set_provide_clock),
5668 (gst_base_audio_sink_get_provide_clock),
5669 (gst_base_audio_sink_set_slave_method),
5670 (gst_base_audio_sink_get_slave_method),
5671 (gst_base_audio_sink_set_property),
5672 (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5673 (gst_base_audio_sink_none_slaving),
5674 (gst_base_audio_sink_handle_slaving):
5675 * gst-libs/gst/audio/gstbaseaudiosink.h:
5676 Expose methods for some object properties so that subclasses can more
5677 easily configure them.
5678 Added slave method none, that completely disables slaving to the
5680 API: gst_base_audio_sink_set_provide_clock()
5681 API: gst_base_audio_sink_get_provide_clock()
5682 API: gst_base_audio_sink_set_slave_method()
5683 API: gst_base_audio_sink_get_slave_method()
5685 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5686 (gst_base_audio_src_set_provide_clock),
5687 (gst_base_audio_src_get_provide_clock),
5688 (gst_base_audio_src_set_property),
5689 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5690 * gst-libs/gst/audio/gstbaseaudiosrc.h:
5691 Expose methods for some object properties so that subclasses can more
5692 easily configure them.
5693 API: gst_base_audio_src_set_provide_clock()
5694 API: gst_base_audio_src_get_provide_clock()
5696 2007-11-20 Wim Taymans <wim.taymans@gmail.com>
5698 Patch by: Joe Peterson <lavajoe at gentoo dot org>
5700 * gst-libs/gst/sdp/gstsdpmessage.c:
5701 Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5703 2007-11-19 Sebastian Dröge <slomo@circular-chaos.org>
5705 * tests/check/libs/fft.c: (GST_START_TEST):
5706 Fix scaling to really have dB instead of something else.
5708 2007-11-19 Julien MOUTTE <julien@moutte.net>
5710 * tests/examples/seek/seek.c: (main): There's a nice macro to check
5711 GTK version, use it.
5713 2007-11-19 Julien MOUTTE <julien@moutte.net>
5715 * tests/examples/seek/seek.c: (main): Try to support stable version
5718 2007-11-17 Stefan Kost <ensonic@users.sf.net>
5720 * gst/playback/README:
5721 * gst/playback/test7.c:
5722 Fix the build + little README update.
5724 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
5726 * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5727 Add playbin2 seek pipeline.
5729 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
5731 * gst/playback/Makefile.am:
5732 * gst/playback/gstplayback.c: (plugin_init):
5733 * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5734 (eos_cb), (about_to_finish_cb), (main):
5736 Added gapless playback example.
5738 * gst/playback/gstplaybasebin.c:
5739 * gst/playback/gstplaybasebin.h:
5740 * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5741 * gst/playback/gstqueue2.c:
5742 * gst/playback/test.c:
5743 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5745 * gst/playback/gststreaminfo.h:
5748 * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5749 (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5750 (gst_play_bin_dispose), (gst_play_bin_set_uri),
5751 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5752 (gst_play_bin_get_property), (gst_play_bin_handle_message),
5753 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5754 (drained_cb), (unlink_group), (activate_group),
5755 (setup_next_source), (gst_play_bin_change_state),
5756 (gst_play_bin2_plugin_init):
5757 Added raw first version of playbin2. Does chained oggs and gapless
5758 playback fine. No support for raw sinks yet. No visualisations or
5761 * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5762 (gst_play_sink_class_init), (gst_play_sink_init),
5763 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5764 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5765 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5766 (gst_play_sink_set_property), (gst_play_sink_get_property),
5767 (post_missing_element_message), (free_chain), (add_chain),
5768 (activate_chain), (gen_video_chain), (gen_text_element),
5769 (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5770 (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5771 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5772 (gst_play_sink_send_event), (gst_play_sink_change_state):
5773 * gst/playback/gstplaysink.h:
5774 Added Element that abstracts the sinks and their pipelines for playbin2.
5776 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
5778 * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5779 (gst_selector_pad_class_init), (gst_selector_pad_init),
5780 (gst_selector_pad_finalize), (gst_selector_pad_reset),
5781 (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5782 (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5783 (gst_selector_pad_chain), (gst_stream_selector_get_type),
5784 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5785 (gst_stream_selector_init), (gst_stream_selector_set_property),
5786 (gst_stream_selector_get_linked_pad),
5787 (gst_stream_selector_getcaps),
5788 (gst_stream_selector_is_active_sinkpad),
5789 (gst_stream_selector_activate_sinkpad),
5790 (gst_stream_selector_get_linked_pads),
5791 (gst_stream_selector_request_new_pad),
5792 (gst_stream_selector_release_pad):
5793 * gst/playback/gststreamselector.h:
5794 Improve streamselector, make it select and unselect the current pad more
5796 Subclass GstPad for the sinkpads of the selector.
5797 Handle segments more correctly.
5798 Fix caps negotiation.
5799 Implement release_pad.
5801 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
5803 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5804 (gst_decode_group_check_if_drained), (source_pad_event_probe),
5806 Add drained signal fired when decodebin finishes decoding the data.
5807 Remove deprecated STATE_DIRTY message.
5809 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5810 (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5811 (analyse_source), (proxy_drained_signal), (make_decoder),
5812 (source_new_pad), (value_list_append_structure_list),
5813 (handle_redirect_message), (handle_message):
5814 Proxy the new drained signal.
5815 Handle pad removed from decodebin.
5816 Handle redirect messages by sorting multiple redirections based on the
5819 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
5821 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5823 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5824 Fix leaking headers. Fixes #496761.
5826 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
5828 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5830 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5831 (gst_ximagesink_change_state):
5832 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5833 Don't leak the PAR on errors. Fixes #496731.
5835 2007-11-16 Tim-Philipp Müller <tim at centricular dot net>
5837 * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5838 (gst_tag_from_id3_user_tag):
5839 Add mapping for audio cd discid tags, so we can extract
5840 them from tags as well (see #347848). Also compare identifiers
5841 in ID3v2 TXXX frames in a case-insensitive way to increase
5842 compatibility when reading tags (discid vs. DiscID vs. DiscId).
5844 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
5846 * gst-plugins-base.doap:
5847 Oops, fix the release name.
5849 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
5851 * gst-plugins-base.doap:
5854 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
5859 === release 0.10.15 ===
5861 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
5864 releasing 0.10.15, "No need to argue"
5866 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
5868 * win32/vs6/libgstfft.dsp:
5869 Convert line endings to DOS.
5871 2007-11-15 Sebastien Moutte <sebastien@moutte.net>
5873 * win32/vs6/gst_plugins_base.dsw:
5874 * win32/vs6/libgstfft.dsp:
5876 Add a project file for fft plugin and remove socket
5877 based plugin which don't build from the workspace.
5878 * win32/vs6/libgstaudio.dsp:
5879 * win32/vs6/libgstrtp.dsp:
5880 * win32/vs6/libgsttag.dsp:
5881 Convert line endings back to DOS.
5884 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
5886 * win32/vs6/libgstinterfaces.dsp:
5887 * win32/vs6/libgstrtsp.dsp:
5888 Convert line endings back to DOS
5890 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
5892 * gst-libs/gst/fft/kiss_fft_f32.h:
5893 * gst-libs/gst/fft/kiss_fft_f64.h:
5894 * gst-libs/gst/fft/kiss_fft_s16.h:
5895 * gst-libs/gst/fft/kiss_fft_s32.h:
5896 Don't include malloc.h which doesn't exist on Mac OSX.
5897 Instead, pull in glib.h and use g_malloc/g_free for
5898 consistency. Fixes: #496548
5900 2007-11-09 Stefan Kost <ensonic@users.sf.net>
5902 * gst/playback/gstdecodebin2.c:
5903 Dont leak ghostpad. Fixes #475451.
5905 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
5907 * docs/design/design-decodebin.txt:
5908 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5909 Update some more docs and comments.
5911 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
5913 Patch by: Sebastien Moutte <sebastien moutte net>
5915 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5916 (gst_rtcp_unix_to_ntp):
5917 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5918 Fix some C99-isms and and a missing function that some versions of
5919 MSVC don't like too much (#494346).
5921 * win32/vs6/gst_plugins_base.dsw:
5922 * win32/vs6/libgstaudio.dsp:
5923 * win32/vs6/libgstrtp.dsp:
5924 * win32/vs6/libgsttag.dsp:
5925 Update vs6 projects files (#494346).
5927 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
5929 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
5931 * win32/common/libgstaudio.def:
5932 * win32/common/libgstcdda.def:
5933 * win32/common/libgstinterfaces.def:
5934 * win32/common/libgstnetbuffer.def:
5935 * win32/common/libgstpbutils.def:
5936 * win32/common/libgstrtp.def:
5937 * win32/common/libgstrtsp.def:
5938 * win32/common/libgsttag.def:
5939 * win32/common/libgstvideo.def:
5940 More missing symbols to export (fixes #493986).
5942 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
5944 * docs/libs/gst-plugins-base-libs-sections.txt:
5945 * gst-libs/gst/fft/gstfftf32.c:
5946 * gst-libs/gst/fft/gstfftf32.h:
5947 * gst-libs/gst/fft/gstfftf64.c:
5948 * gst-libs/gst/fft/gstfftf64.h:
5949 * gst-libs/gst/fft/gstffts16.c:
5950 * gst-libs/gst/fft/gstffts16.h:
5951 * gst-libs/gst/fft/gstffts32.c:
5952 * gst-libs/gst/fft/gstffts32.h:
5953 * tests/check/libs/fft.c: (GST_START_TEST):
5954 Remove the magnitude and phase calculation functions as these have
5955 very special use cases and can't even be used for the spectrum
5956 element. Also adjust the docs to mention some properties of the used
5957 FFT implemention, i.e. how the values are scaled. Fixes #492098.
5959 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
5961 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5963 Avoid crash when there are external subtitles (fixes #491722).
5965 2007-11-03 Tim-Philipp Müller <tim at centricular dot net>
5967 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5968 * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5969 'Could not open resource for writing' is not an acceptable
5970 error message when we can't open the audio device (see #492334),
5971 even less so when we're trying to open it to record something.
5973 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
5975 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
5977 * win32/common/libgstrtp.def:
5978 Add some more missing symbols (#492813).
5980 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
5982 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5984 * tests/check/elements/audioconvert.c: (verify_convert):
5985 Add check to make sure that the out caps have a channel layout
5986 set on them where they should have one.
5988 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
5990 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5992 * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5993 * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5994 Include our own _stdint.h instead of sys/types.h, makes MingW happy
5997 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5998 Use _pipe directly, GLib doesn't have a pipe() macro any longer
5999 (it disappeared in GLib 2.14.0) (#492306).
6001 * gst-libs/gst/sdp/Makefile.am:
6002 * gst-libs/gst/sdp/gstsdpmessage.c:
6003 Fix includes and LIBS for win32/Mingw (#492306).
6005 * tests/examples/dynamic/addstream.c (pause_play_stream):
6006 Use more portable g_usleep() instead of sleep() (#492306).
6008 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6010 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6012 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6013 (gst_ring_buffer_parse_caps):
6014 Return NULL instead of an enum that happens to be 0, fixes warning
6017 * gst-libs/gst/audio/gstringbuffer.h:
6018 No trailing commas in enum list (for gcc-2.9x).
6020 * gst/videotestsrc/videotestsrc.c: (random_char):
6021 Make information loss explicit instead of implicitly truncating to
6022 eight bits via the return value. Fixes runtime error on MSVC when
6023 using the debug CRT (#492114).
6025 * win32/common/config.h.in:
6026 Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6028 * win32/common/libgstinterfaces.def:
6029 * win32/common/libgstrtp.def:
6030 Export a few more symbols (#492114).
6032 2007-11-01 Stefan Kost <ensonic@users.sf.net>
6034 * gst-libs/gst/audio/audio.c:
6035 * gst-libs/gst/audio/audio.h:
6036 Readd the deprecation guards, but preserve compilability.
6038 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6040 * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6041 (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6042 Preserve channel layout when fixating the number of channels in the
6043 output caps, or make sure there's a suitable channel position layout
6044 set on the caps if required. Fixes #430677.
6046 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6048 * tests/check/elements/decodebin.c: (test_text_plain_streams):
6049 Make sure the pipeline really operates in push mode as it should
6052 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6054 * gst-libs/gst/audio/audio.h:
6055 Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6056 compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6057 (ie. normal cvs builds) will fail.
6059 2007-10-31 Stefan Kost <ensonic@users.sf.net>
6061 * docs/libs/Makefile.am:
6062 * gst-libs/gst/audio/audio.c:
6063 * gst-libs/gst/audio/audio.h:
6064 * gst-libs/gst/interfaces/mixer.c:
6065 tell gtk-doc about the deprecation guard. Apply more doc fixes.
6067 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6069 * tests/check/libs/audio.c: (init_value_to_channel_layout),
6070 (test_channel_layout_value_intersect), (audio_suite):
6071 Add simple unit test to make sure GstValue intersection
6072 of channel layouts works the way I think it does.
6074 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6076 * docs/libs/gst-plugins-base-libs-sections.txt:
6077 * gst-libs/gst/audio/gstaudiofilter.h:
6078 * gst-libs/gst/interfaces/mixer.h:
6079 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6080 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6081 * gst-libs/gst/sdp/gstsdpmessage.c:
6082 Fix the docs according to what gtk-doc complained about.
6084 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6086 * tests/icles/stress-playbin.c:
6089 2007-10-30 Tim-Philipp Müller <tim at centricular dot net>
6091 * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6092 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6093 Post nice/more useful error message if we don't have a decoder for
6096 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6098 * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6099 Be a bit more useful, unblock the pads after we fired the no-more-pads
6100 signal so that we can use the signal to inspect and connect all pads
6101 without having to keep extra state outside of decodebin.
6103 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6105 * gst/playback/gsturidecodebin.c:
6106 (gst_uri_decode_bin_autoplug_continue),
6107 (gst_uri_decode_bin_class_init), (no_more_pads_full):
6108 Implement default signal handler so that we return TRUE when nothing is
6111 2007-10-28 Sebastian Dröge <slomo@circular-chaos.org>
6113 * gst-libs/gst/riff/riff-media.c:
6114 (gst_riff_wavext_add_channel_layout),
6115 (gst_riff_wave_add_default_channel_layout),
6116 (gst_riff_wavext_get_default_channel_mask),
6117 (gst_riff_create_audio_caps):
6118 Use the ALSA channel layout as default for wav files without channel
6119 layout information. This fixes playback of chan-id.wav on 5.1 systems
6120 for example. Also refactor the channel layout setting a bit and add
6121 more default channel orders. Fixes #489010.
6123 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
6125 * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6126 GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6127 -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6130 2007-10-25 Wim Taymans <wim.taymans@gmail.com>
6132 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6133 (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6134 (gst_decode_bin_set_subs_encoding),
6135 (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6136 (gst_decode_bin_get_property), (analyze_new_pad):
6137 Move subtitle encoding property to decodebin2 so that it can set the
6138 property value on all elements that it autoplugs and that require it.
6139 Make caps refcounting more consistent in get/set.
6141 * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6142 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6143 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6144 (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6145 (proxy_autoplug_continue_signal),
6146 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6148 Proxy properties and relevant signals from the internal decodebin.
6149 Make properties MT safe.
6151 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
6153 * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6154 * gst-libs/gst/tag/tags.c:
6155 Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6156 GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6158 * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6159 Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6161 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6162 (gst_tag_to_vorbis_comments):
6163 Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6164 just mapping everything I found in the wild) (#414539).
6166 2007-10-24 Wim Taymans <wim.taymans@gmail.com>
6168 Inspired by patch of: René Stadler <mail at renestadler dot de>
6170 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6171 (gst_decode_bin_autoplug_continue),
6172 (gst_decode_bin_autoplug_factories),
6173 (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6175 * gst/playback/gstplay-marshal.list:
6176 Remove the autoplug-sort signal and replace it with a binding friendly
6177 autoplug-select signal.
6178 Add an autoplug-factories signal that can be used to generate a list of
6179 factories to try to autoplug.
6180 Add the GstPad to the autoplugging signal args as it might be needed to
6181 make a good factory selection.
6182 Fix up the marshallers for this. Fixes #407282.
6184 2007-10-23 Tim-Philipp Müller <tim at centricular dot net>
6186 * gst-libs/gst/tag/gsttagdemux.c:
6187 Don't abort with an assertion if we receive a seek event with
6188 a start type of NONE (see launchpad bug #155878).
6190 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
6192 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6193 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6194 (gst_ximagesink_change_state), (gst_ximagesink_reset):
6195 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6196 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6197 (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6198 Make sure that before we clean up the X resources, we shutdown and join
6200 Also make sure the event thread does not shut down immediatly after
6201 startup because the running variable is not yet correctly set.
6204 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6206 * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6207 Make the window for a race in typefind and shutting down smaller until
6208 we figure out the right locking here. Avoids #485753 usually.
6210 * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6211 Remove unneeded lock causing a race in typefind and shutting down.
6214 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6215 Also remove sinks when going to NULL because we might not complete the
6216 state change to PAUSED, causing the PAUSED->READY state change not to
6219 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6221 * gst-libs/gst/audio/gstbaseaudiosink.c:
6222 (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6223 Also explicitly release the ringbuffer when going to NULL because it
6224 is required in the setcaps function, before the state change to PAUSED
6227 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
6229 * tests/icles/.cvsignore:
6230 * tests/icles/Makefile.am:
6231 * tests/icles/stress-playbin.c:
6232 Does what it says on the tin.
6234 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
6236 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6237 Fix queue negotiation. See #486758.
6239 2007-10-12 Jan Schmidt <Jan.Schmidt@sun.com>
6241 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6242 (gst_xvimagesink_xwindow_new),
6243 (gst_xvimagesink_update_colorbalance),
6244 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6246 Fix handling of some of the X atoms. If the last parameter is True,
6247 XInternAtom won't create the atom if it doesn't exist, and therefore
6248 might return None. This causes X errors on Xv implementations that
6249 don't provide the colour balance attributes.
6251 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6253 * gst-libs/gst/tag/gstvorbistag.c:
6254 * tests/check/libs/tag.c:
6255 Extract vorbis comment LICENSE tags correctly.
6257 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6259 Patch by: Jason Kivlighn <jkivlighn gmail com>
6261 * gst-libs/gst/tag/gstid3tag.c:
6262 * tests/check/libs/tag.c:
6263 Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6265 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
6267 * gst-libs/gst/tag/gsttagdemux.c:
6268 Don't error out when a buggy downstream element doesn't
6269 handle the newsegment event we send properly (especially
6270 not without posting a meaningful error message on the
6271 bus). See bug #471370 and launchpad bug #136264.
6273 2007-10-10 Wim Taymans <wim.taymans@gmail.com>
6275 * gst-libs/gst/audio/gstbaseaudiosink.c:
6276 (gst_base_audio_sink_drain):
6277 Use new basesink method to make our EOS drain interruptable.
6279 2007-10-10 Jan Schmidt <Jan.Schmidt@sun.com>
6281 * gst-libs/gst/rtp/gstrtppayloads.c:
6282 Fix silly search-replace oversight.
6284 2007-10-09 Wim Taymans <wim.taymans@gmail.com>
6286 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6288 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6289 (gst_basertppayload_set_outcaps):
6290 Fix caps memleak. Fixes #484989.
6293 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6295 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6296 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6299 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6301 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6302 (gst_base_audio_src_create):
6303 Also handle the case where there is no clock set on the audio source,
6304 like in the unit tests.
6306 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
6308 * gst-libs/gst/rtp/gstrtppayloads.c:
6309 Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6310 to avoid compiler warnings
6312 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6314 * gst/playback/gstdecodebin.c: (type_found),
6315 (gst_decode_bin_change_state):
6316 * gst/playback/gstdecodebin2.c: (type_found),
6317 (gst_decode_bin_change_state):
6318 Don't disconnect the have_type signal because we never reconnect it
6319 later on. Instead keep a variable to see if we already detected a type.
6321 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6323 * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6324 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6326 Unlink the signal handler when we found the type, we're not going to do
6327 anything sensible with more type_found signals anyway.
6329 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6331 * gst-libs/gst/tag/gsttagdemux.c:
6334 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6336 * gst-libs/gst/tag/Makefile.am:
6337 * gst-libs/gst/tag/gsttagdemux.c:
6338 * gst-libs/gst/tag/gsttagdemux.h:
6339 API: add GstTagDemux base class for simple tag demuxers.
6341 * docs/libs/gst-plugins-base-libs-docs.sgml:
6342 * docs/libs/gst-plugins-base-libs-sections.txt:
6343 Add GstTagDemux to docs.
6345 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
6347 * gst-libs/gst/rtp/gstrtpbuffer.c:
6348 (gst_rtp_buffer_get_payload_subbuffer):
6349 Fix bug introduced with last commit which inverted the logic and
6350 caused all buffers to be dropped. Fixes #483620.
6351 Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6353 2007-10-04 Stefan Kost <ensonic@users.sf.net>
6355 * gst-libs/gst/rtp/gstrtpbuffer.c:
6356 Replace g_return_if_val (as it could be disabled), with regular return
6359 2007-10-03 Stefan Kost <ensonic@users.sf.net>
6361 * tests/check/pipelines/simple-launch-lines.c:
6362 Print message name and not just number.
6364 2007-10-02 Wim Taymans <wim.taymans@gmail.com>
6366 * gst-libs/gst/audio/gstbaseaudiosink.c:
6367 (gst_base_audio_sink_async_play):
6368 When slaved to the clock, don't try to align a sample with the previous
6369 one when going to PLAYING again.
6371 2007-10-02 Stefan Kost <ensonic@users.sf.net>
6373 * tests/examples/snapshot/snapshot.c:
6376 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6378 * gst-libs/gst/sdp/gstsdpmessage.h:
6379 Add RFC 3556 bandwidth modifiers.
6381 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6383 * docs/libs/gst-plugins-base-libs-docs.sgml:
6384 * docs/libs/gst-plugins-base-libs-sections.txt:
6385 * gst-libs/gst/rtp/gstrtppayloads.c:
6386 Update documentation.
6388 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6390 * gst-libs/gst/rtp/Makefile.am:
6391 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6392 (gst_rtp_payload_info_for_name):
6393 * gst-libs/gst/rtp/gstrtppayloads.h:
6394 Added new file and header to deal with payload info.
6396 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6397 (gst_rtp_buffer_default_clock_rate):
6398 * gst-libs/gst/rtp/gstrtpbuffer.h:
6399 Payload specific stuff is move to new headers.
6400 Implement _default_clock rate using the new payload function.
6402 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6403 (gst_sdp_parse_line):
6404 * gst-libs/gst/sdp/gstsdpmessage.h:
6405 Add some more comments.
6407 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6409 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6410 (sdp_check_header), (sdp_type_find), (plugin_init):
6411 Add typefind function for application/sdp.
6412 Remove some old dirac typefind code that was ifdeffed out.
6414 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
6416 * win32/common/libgstaudio.def:
6417 Add new exported functions.
6418 * win32/vs6/grammar.dsp:
6419 Add autogeneration and copy of some autegenerated files from win32/common
6421 * win32/vs6/libgstaudioconvert.dsp:
6422 Add gstaudioquantize.c to the build.
6423 * win32/vs6/libgstinterfaces.dsp:
6424 Add videoorientation.c to the build.
6425 * win32/vs6/libgstriff.dsp:
6426 Add libgsttag to the link libraries list.
6427 * win32/vs6/libgstvolume.dsp:
6428 Add liboil to the link.
6429 * win32/vs6/gst_plugins_base.dsw:
6430 * win32/vs6/libgstrtsp.dsp:
6431 * win32/common/libgstrtsp.def:
6432 Add files to build libgstrtsp library.
6434 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
6436 * tests/examples/snapshot/snapshot.c: (main):
6437 Print error when pipeline failed to construct.
6439 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6442 * gst-libs/gst/tag/gstid3tag.c:
6443 * gst-libs/gst/tag/gstvorbistag.c:
6444 Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6447 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6449 * gst-libs/gst/floatcast/floatcast.h:
6450 Don't include config.h in an installed public header, this
6451 might break compilation of applications that don't have such
6452 a header and doesn't necessarily do what it's supposed to do
6453 anyway (ie. check for the lrint/lrintf defines) (#442065).
6454 Add docs for the various macros and document how this header
6455 has to be used (link against libm, etc.); add a few FIXMEs;
6456 include math.h for non-c99 code path. Based on patch by
6459 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
6462 Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6463 of duplicating these macros in configure.ac.
6465 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6470 Updated translations to 0.10.14
6472 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6474 translated by: Jakub Bogusz <qboosh@pld-linux.org>
6477 Added Polish translation.
6479 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6481 translated by: Ilkka Tuohela <hile@iki.fi>
6484 Added Finnish translation.
6486 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6488 translated by: Jorge González González <aloriel@gmail.com>
6491 Added Spanish translation.
6493 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6495 translated by: Mogens Jaeger <mogens@jaeger.tf>
6498 Added Danish translation.
6500 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6502 translated by: Funda Wang <fundawang@linux.net.cn>
6505 Added Chinese (simplified) translation.
6507 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6509 translated by: Alexander Shopov <ash@contact.bg>
6512 Added Bulgarian translation.
6514 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
6516 * gst/playback/gstqueue2.c: (gst_queue_push_one):
6517 Fix compilation wrt printf arguments.
6519 2007-09-20 Wim Taymans <wim.taymans@gmail.com>
6522 * tests/examples/Makefile.am:
6523 * tests/examples/snapshot/.cvsignore:
6524 * tests/examples/snapshot/Makefile.am:
6525 * tests/examples/snapshot/snapshot.c: (main):
6526 Add simple snapshot example program using appsink.
6528 2007-09-20 Stefan Kost <ensonic@users.sf.net>
6530 * tests/check/generic/states.c:
6531 Improved state change unit test.
6533 2007-09-19 Stefan Kost <ensonic@users.sf.net>
6535 * docs/plugins/.cvsignore:
6536 * tests/check/.cvsignore:
6537 Ignore registries in any format.
6539 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
6541 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6542 (gst_base_rtp_depayload_chain),
6543 (gst_base_rtp_depayload_set_gst_timestamp):
6544 Only copy timestamp on outgoing packets if the depayloader did not set
6546 Also copy duration on outgoing packets.
6548 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
6550 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6551 (gst_basertppayload_set_outcaps):
6552 Fix compilation because of missing %d in printf.
6553 When fixating caps, fixate what we can and throw away all remaining
6554 unfixed caps, subclasses should do something smart if they need to.
6556 2007-09-19 Stefan Kost <ensonic@users.sf.net>
6558 * ext/gnomevfs/gstgnomevfssrc.c:
6559 Improve debug logs a bit and be more verbose if things go wrong.
6561 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
6563 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6564 (gst_text_overlay_set_property):
6565 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6566 * gst-libs/gst/audio/gstbaseaudiosink.c:
6567 (gst_base_audio_sink_render):
6568 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6569 (gst_rtcp_unix_to_ntp):
6570 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6571 * gst/playback/gstqueue2.c:
6572 * tests/examples/seek/seek.c: (set_scale):
6573 Fix a bunch of compile warnings shown with Forte.
6575 * gst/audiorate/gstaudiorate.c:
6576 Always pull in config.h before including any system headers.
6578 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
6580 * gst/playback/gstqueue2.c: (update_buffering),
6581 (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6582 (gst_queue_handle_sink_event), (gst_queue_chain),
6583 (gst_queue_push_one), (gst_queue_sink_activate_push),
6584 (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6585 Also fix #476514 for queue2.
6587 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
6589 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6590 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6591 (gst_base_rtp_depayload_chain),
6592 (gst_base_rtp_depayload_handle_sink_event),
6593 (gst_base_rtp_depayload_push_full),
6594 (gst_base_rtp_depayload_set_gst_timestamp),
6595 (gst_base_rtp_depayload_change_state):
6596 Remove code to deal with RTP to GST time conversion, we now just copy
6597 the GST timestamp we receive to the outgoing buffers.
6598 Handle segment and flushes correctly.
6600 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6601 When we have no valid input timestamp, use the previous rtp timestamp on
6602 the outgoing RTP packet instead of the RTP base time.
6604 2007-09-15 David Schleef <ds@schleef.org>
6606 * ext/alsa/gstalsa.c:
6607 * ext/alsa/gstalsadeviceprobe.c:
6608 * ext/alsa/gstalsamixer.c:
6609 * ext/alsa/gstalsasink.c:
6610 * ext/alsa/gstalsasrc.c:
6611 Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6613 2007-09-15 Wim Taymans <wim.taymans@gmail.com>
6615 * gst-libs/gst/rtp/gstbasertppayload.c:
6616 (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6617 Add some debug info when negotiating caps.
6619 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
6621 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6622 A buffer with an empty payload is also a valid buffer.
6624 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
6626 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6627 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6628 (gst_basertppayload_change_state):
6629 Make sure we start our RTP timestamp from the random base RTP
6630 timestamp even if the buffer timestamp starts from some random value.
6632 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
6635 * tests/examples/Makefile.am:
6636 * tests/examples/dynamic/.cvsignore:
6637 * tests/examples/dynamic/Makefile.am:
6638 * tests/examples/dynamic/addstream.c: (create_stream),
6639 (pause_play_stream), (message_received), (eos_message_received),
6640 (perform_step), (main):
6641 Add simple exmple app to demonstrate starting and pausing live and
6642 non-live bins in a PLAYING pipeline.
6644 2007-09-14 Julien MOUTTE <julien@moutte.net>
6646 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6647 typefind for QCP files (RFC #3625)
6649 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
6651 * gst-libs/gst/audio/gstbaseaudiosink.c:
6652 (gst_base_audio_sink_init):
6653 Disable pull mode scheduling, we're not ready for it yet and it subtly
6654 breaks a lot of things.
6656 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
6658 * tests/check/elements/libvisual.c:
6659 Test all libvisual plugins, not just the first one; this reproduces
6660 bug #450336 quite easily. Looks like a problem with the 'jess'
6663 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
6665 * tests/check/Makefile.am:
6666 * tests/check/elements/.cvsignore:
6667 * tests/check/elements/libvisual.c:
6668 Add basic libvisual test case in an attempt to reproduce bug #450336.
6669 Doesn't reproduce that bug, but some other crasher instead (invalid
6670 free), at least with make elements/libvisual.forever and the bumscope
6671 plugin on x86-64/gutsy. Leaving test disabled for now.
6673 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
6675 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6677 * gst-libs/gst/rtsp/gstrtspconnection.c:
6678 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6679 (read_body), (gst_rtsp_connection_receive):
6680 Make sure we can not cancel in the middle of receiving a message.
6683 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
6685 Patch by: Josep Torra Valles <josep@fluendo.com>
6687 * gst/playback/gstplaybasebin.c:
6688 Increase upper limit for audio queue a bit; fixes preroll problem
6689 with playbin and decodebin2 when playing a quicktime trailer with
6690 multichannel audio via http (#464666).
6692 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
6694 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6695 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6696 (gst_base_audio_src_provide_clock),
6697 (gst_base_audio_src_set_property),
6698 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6699 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6700 Allow othe clocks than the internal clock to be used for the pipeline.
6701 Add property to disable clock provide.
6702 API: GstBaseAudioSrc::provide-clock
6704 2007-09-10 Stefan Kost <ensonic@users.sf.net>
6706 * gst/playback/gstdecodebin2.c:
6707 Don't leak request pads. Fixes #475395.
6709 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
6711 Patch by: René Stadler <mail at renestadler dot de>
6713 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6714 (gst_ximage_buffer_class_init):
6715 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6716 (gst_xvimage_buffer_class_init):
6717 Correctly chain up finalize with the parent class to prevent
6718 memory leaks. Fixes #474880.
6720 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
6722 * gst/volume/gstvolume.c: (volume_choose_func):
6723 * tests/check/elements/volume.c: (GST_START_TEST):
6724 Revert the latest change: floating point samples are allowed to
6725 have any value, not only values in the range [-1,1]. Thanks to Andy
6727 Also fix processing of int32 samples with volumes > 4 by making the
6728 unity value smaller which prevents overflows.
6730 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
6732 * gst-libs/gst/rtp/gstrtpbuffer.c:
6733 * tests/check/libs/rtp.c:
6734 Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6736 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
6738 Based on patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
6740 * gst-libs/gst/rtp/gstrtpbuffer.c:
6741 Fix up GstRTPHeader helper struct so that compilers will not under
6742 any circumstances add padding in between our fields, as currently
6743 happens with MSVC on win32, because that would lead to us sending
6744 out RTP payloads with broken RTP headers (#471194).
6745 Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6747 * tests/check/Makefile.am:
6748 * tests/check/libs/.cvsignore:
6749 * tests/check/libs/rtp.c:
6750 Add some simple unit tests for GstRTPBuffer. Some are disabled
6751 because the code tested still needs fixing (set_csrc() does not work).
6753 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
6756 * win32/common/gstrtsp-enumtypes.c:
6757 * win32/common/gstrtsp-enumtypes.h:
6758 * win32/common/interfaces-enumtypes.c:
6759 * win32/common/interfaces-enumtypes.h:
6760 * win32/common/multichannel-enumtypes.c:
6761 Add rtsp enumtypes (#474384) and update others.
6763 2007-09-06 Stefan Kost <ensonic@users.sf.net>
6766 Fix configure check for HAVE_LIBXML_HTML.
6768 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
6770 * tests/check/libs/.cvsignore:
6771 Ignore more, in case the build bots work again one day.
6773 2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
6775 Reviewed by: Stefan Kost <ensonic@users.sf.net>
6778 * gst-libs/gst/Makefile.am:
6779 * gst-libs/gst/fft/Makefile.am:
6780 * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6781 * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6782 * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6783 * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6784 * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6785 * gst-libs/gst/fft/gstfft.h:
6786 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6787 (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6788 (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6789 * gst-libs/gst/fft/gstfftf32.h:
6790 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6791 (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6792 (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6793 * gst-libs/gst/fft/gstfftf64.h:
6794 * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6795 (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6796 (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6797 * gst-libs/gst/fft/gstffts16.h:
6798 * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6799 (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6800 (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6801 * gst-libs/gst/fft/gstffts32.h:
6802 * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6803 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6804 (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6805 (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6806 * gst-libs/gst/fft/kiss_fft_f32.h:
6807 * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6808 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6809 (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6810 (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6811 * gst-libs/gst/fft/kiss_fft_f64.h:
6812 * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6813 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6814 (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6815 (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6816 * gst-libs/gst/fft/kiss_fft_s16.h:
6817 * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6818 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6819 (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6820 (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6821 * gst-libs/gst/fft/kiss_fft_s32.h:
6822 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6823 (kiss_fftr_f32), (kiss_fftri_f32):
6824 * gst-libs/gst/fft/kiss_fftr_f32.h:
6825 * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6826 (kiss_fftr_f64), (kiss_fftri_f64):
6827 * gst-libs/gst/fft/kiss_fftr_f64.h:
6828 * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6829 (kiss_fftr_s16), (kiss_fftri_s16):
6830 * gst-libs/gst/fft/kiss_fftr_s16.h:
6831 * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6832 (kiss_fftr_s32), (kiss_fftri_s32):
6833 * gst-libs/gst/fft/kiss_fftr_s32.h:
6834 * gst-libs/gst/fft/kiss_version:
6835 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6836 * pkgconfig/gstreamer-plugins-base.pc.in:
6837 Add libgstfft, a FFT library based on Kiss FFT which is
6838 BSD licensed. Supported sample formats are int16, int32,
6839 float and double. For those formats a real FFT and IFFT
6840 can be done, different windowing functions can be applied
6841 and functions for extracting the magnitude and phase exist.
6844 * docs/libs/Makefile.am:
6845 * docs/libs/gst-plugins-base-libs-docs.sgml:
6846 * docs/libs/gst-plugins-base-libs-sections.txt:
6847 Integrate libgstfft into the docs.
6849 * tests/check/Makefile.am:
6850 * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6851 Add unit tests for libgstfft, currently only testing the FFT.
6852 Unit tests for IFFT will follow soon.
6854 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
6856 Patch by: Peter Kjellerstedt <pkj at axis com>
6858 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6859 (gst_sdp_message_init), (gst_sdp_message_uninit),
6860 (is_multicast_address), (gst_sdp_message_as_text),
6861 (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6862 (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6863 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6864 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6865 (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6866 (gst_sdp_media_init), (gst_sdp_media_uninit),
6867 (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6868 (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6869 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6870 (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6871 (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6872 * gst-libs/gst/sdp/gstsdpmessage.h:
6873 Separate INIT_ARRAY() and related macros into two versions, one for
6874 structures and one for pointers (e.g., INIT_ARRAY() and
6875 INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6876 lists of emails and phone numbers.
6877 Add missing const as appropriate.
6878 Change all gint to guint since they all actually represent unsigned
6880 Do not use time as a variable name as it shadows the global time().
6881 Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6882 Actually implement gst_sdp_message_add_time().
6883 Make gst_sdp_message_add_time() take repeat times as an argument.
6884 Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6885 Corrected the definition of gst_sdp_media_get_bandwidth() (was
6886 misspelled as badwidth).
6887 gst-indented and a little clean up. Fixes #471067.
6889 2007-09-05 Sebastian Dröge <slomo@circular-chaos.org>
6891 * gst/volume/gstvolume.c: (volume_choose_func),
6892 (volume_process_double), (volume_process_double_clamp),
6893 (volume_process_float_clamp):
6894 Correctly clamp float/double samples in the [-1.0,1.0] range to
6895 prevent weird effects.
6896 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6897 Add unit tests for all samples types that had none before.
6899 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
6901 * gst-libs/gst/rtp/gstrtpbuffer.c:
6902 Need to include stdlib.h for abs() here too.
6904 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
6906 * gst/playback/gststreaminfo.c:
6909 2007-09-05 Stefan Kost <ensonic@users.sf.net>
6911 * gst/playback/gststreaminfo.c:
6912 Clean up some half-disabled code and comment.
6914 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
6916 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6918 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6919 (gst_base_rtp_payload_audio_handle_event):
6920 Return FALSE from the event handler to let the parent class handle the
6921 event. Fixes #446766.
6923 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6924 (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6925 Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6927 * gst-libs/gst/rtp/gstbasertppayload.c:
6928 Bump the MTU to 1400.
6930 2007-09-03 Johan Dahlin <jdahlin@async.com.br>
6932 * gst/typefind/gsttypefindfunctions.c (plugin_init):
6933 Add an audio/x-nsf typefind function for the nsfdec element.
6935 2007-09-03 Renato Filho <renato.filho@indt.org.br>
6936 * gst/playback/gstplaybasebin.c:
6937 Included "myth://" on stream_uris list for enable buffering to mythtv files
6939 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
6941 * docs/libs/gst-plugins-base-libs-sections.txt:
6942 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6943 (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6944 (gst_rtcp_unix_to_ntp):
6945 * gst-libs/gst/rtp/gstrtcpbuffer.h:
6946 Fix parsing of RB blocks.
6948 Added helper functions to convert to/from UNIX and NTP time.
6949 API: gst_rtcp_ntp_to_unix()
6950 API: gst_rtcp_unix_to_ntp()
6952 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6953 (gst_rtp_buffer_get_header_len),
6954 (gst_rtp_buffer_get_extension_data),
6955 (gst_rtp_buffer_get_payload_subbuffer),
6956 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6957 (gst_rtp_buffer_ext_timestamp):
6958 * gst-libs/gst/rtp/gstrtpbuffer.h:
6960 Implement handling of packets with extensions.
6961 Fix padding check in _validate().
6962 Added function to get extension data.
6963 API: gst_rtp_buffer_get_header_len()
6964 API: gst_rtp_buffer_get_extension_data()
6966 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
6968 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6969 (gst_base_rtp_depayload_class_init),
6970 (gst_base_rtp_depayload_set_gst_timestamp):
6971 Add some more docs for the queue-delay property and fix a typo in a
6974 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6977 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
6979 * gst-libs/gst/audio/gstbaseaudiosink.c:
6980 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6981 (gst_base_audio_sink_change_state):
6982 When skew slaving, try to hover around the middle of a segment so that
6983 we at most drift by half a segment.
6984 If we are aligning in the oposite direction of the clock skew, we don't
6987 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
6989 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6990 (gst_base_rtp_depayload_setcaps),
6991 (gst_base_rtp_depayload_set_gst_timestamp):
6992 Be less silly with the segment start, just apply the clock-base to the
6995 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
6997 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6998 (gst_base_rtp_depayload_class_init),
6999 (gst_base_rtp_depayload_finalize),
7000 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7001 (gst_base_rtp_depayload_handle_sink_event),
7002 (gst_base_rtp_depayload_set_gst_timestamp),
7003 (gst_base_rtp_depayload_change_state):
7004 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7005 Deprecate the queue handling thread thing and remove the code.
7006 Use new method to calculate the extended timestamp.
7008 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7010 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7011 (gst_rtcp_packet_sdes_copy_entry):
7012 Use g_strndup which does exactly what we want.
7014 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7015 (gst_rtp_buffer_ext_timestamp):
7016 * gst-libs/gst/rtp/gstrtpbuffer.h:
7017 Add helper function to compare seqnums.
7018 Add helper function to calculate extended timestamps.
7019 API: gst_rtp_buffer_compare_seqnum()
7020 API: gst_rtp_buffer_ext_timestamp()
7022 2007-08-30 Wim Taymans <wim.taymans@gmail.com>
7024 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7025 (gst_rtcp_packet_sdes_get_entry),
7026 (gst_rtcp_packet_sdes_copy_entry):
7027 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7028 Fix and document SDES item data function.
7029 Add new function that makes a proper copy of SDES item data.
7030 API: gst_rtcp_packet_sdes_copy_entry()
7032 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7036 The tcp and subparse plugins are under gst, but not totaly free of
7037 dependencies. Handle selection inconfigure.ac, so that they show up
7038 on the final list of what is build and what is not. Maybe they should
7039 better be moved to ext.
7041 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7043 Patch by: Daniel Díaz <yosoy@danieldiaz.org>
7047 Check if libxml provides HTML parser which subparse needs.
7050 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7052 * ext/alsa/gstalsa.c:
7053 Fix typo and compilation on big endian systems.
7055 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7057 * gst/subparse/gstssaparse.c:
7058 Convert SSA newline codes into actual newline characters (#470766).
7060 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7062 * docs/libs/gst-plugins-base-libs-sections.txt:
7063 * gst-libs/gst/pbutils/install-plugins.c:
7064 * gst-libs/gst/pbutils/install-plugins.h:
7065 * tests/check/libs/pbutils.c:
7066 API: also add gst_install_plugins_supported() while we're at it
7069 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7071 * docs/libs/gst-plugins-base-libs-sections.txt:
7072 * gst-libs/gst/pbutils/missing-plugins.c:
7073 * gst-libs/gst/pbutils/missing-plugins.h:
7074 * tests/check/libs/pbutils.c:
7075 API: add gst_missing_*_installer_detail_new() convenience API so
7076 that applications that know exactly what they're missing can request
7077 installer detail strings for those items directly instead of having
7078 to first create a dummy missing-plugin message and then get the
7079 installer detail string from that. Fixes #470456.
7081 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
7083 * gst/playback/gstdecodebin.c: (close_pad_link):
7084 We need to set up delayed-linking whenever the caps are non-fixed,
7085 not just when there are multiple types - use gst_pad_is_fixed()
7088 2007-08-26 Tim-Philipp Müller <tim at centricular dot net>
7090 * gst-libs/gst/pbutils/missing-plugins.c:
7091 (gst_missing_plugin_message_get_installer_detail):
7092 Add missing separator in PID fallback case.
7094 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
7096 * ext/alsa/Makefile.am:
7097 There is no GST_PLUGINS_BASE_LIBS defined.
7099 * ext/alsa/gstalsa.c:
7100 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7101 * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7102 Add support for ALSA 24-bit formats.
7103 snd_pcm_delay can return an error code, especially
7104 during XRUNS. In that case, the best we can do is assume
7107 * gst/audioconvert/Makefile.am:
7108 Add flags from -base before any more-remote dependencies.
7110 2007-08-23 Sebastian Dröge <slomo@circular-chaos.org>
7112 Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7114 * gst/volume/gstvolume.c: (volume_choose_func),
7115 (volume_update_real_volume), (gst_volume_set_volume),
7116 (gst_volume_init), (volume_process_int32),
7117 (volume_process_int32_clamp), (volume_process_int24),
7118 (volume_process_int24_clamp), (volume_process_int16),
7119 (volume_process_int16_clamp), (volume_process_int8),
7120 (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7121 * gst/volume/gstvolume.h:
7122 Add support for int32, int24 and int8 to the volume element.
7125 2007-08-23 Tim-Philipp Müller <tim at centricular dot net>
7127 * tests/examples/Makefile.am:
7130 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7133 * docs/libs/Makefile.am:
7134 * docs/libs/gst-plugins-base-libs-docs.sgml:
7135 * docs/libs/gst-plugins-base-libs-sections.txt:
7136 * ext/gnomevfs/gstgnomevfssrc.c:
7137 * ext/gnomevfs/gstgnomevfssrc.h:
7138 * gst-libs/gst/Makefile.am:
7139 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7140 * pkgconfig/gstreamer-plugins-base.pc.in:
7141 * sys/v4l/v4lsrc_calls.c:
7142 * tests/examples/Makefile.am:
7143 * win32/common/config.h:
7144 Revert unwanted commit. many thanks to moap. I want a fix for
7145 https://thomas.apestaart.org/moap/trac/ticket/239
7147 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7149 * gst/volume/gstvolume.c:
7150 Move passthrough below gst_object_sync_values(). Fixes #442654.
7152 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
7154 * gst-libs/gst/audio/audio.c:
7155 Clarify the docs a little.
7157 2007-08-22 Stefan Kost <ensonic@users.sf.net>
7159 * gst/volume/gstvolume.c:
7160 Enable liboil for float and add more details about problems with
7163 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7165 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7166 Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7168 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7170 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7171 When calculating the first timestamp of the buffers, don't go below 0
7172 and clip the samples because the offset was on the eos page.
7175 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7177 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7178 (gst_ogg_demux_collect_chain_info):
7179 Also submit the eos page when trying to find the first timestamp.
7182 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
7184 * gst-libs/gst/audio/audio.h:
7185 Use gst_util_uint64_scale() instead of doing the math
7186 with double for GST_FRAMES_TO_CLOCK_TIME() and
7187 GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7188 prevents rounding errors. Fixes #467667.
7190 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7192 * gst-libs/gst/rtsp/gstrtspconnection.c:
7193 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7194 (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7195 * gst-libs/gst/rtsp/gstrtspconnection.h:
7197 On shutdown, don't read the control socket yet.
7198 Set timeout value correctly in all cases.
7199 Add function to check if the server accepts reads or writes.
7200 API: gst_rtsp_connection_poll()
7202 * gst-libs/gst/rtsp/gstrtspdefs.h:
7203 Fix compilation with -pedantic.
7206 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7208 Patch by: Olivier Crete <tester at tester ca>
7210 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7211 (gst_basertppayload_getcaps):
7212 * gst-libs/gst/rtp/gstbasertppayload.h:
7213 Add getcaps vfunc to basertppayload. See #465146.
7215 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7217 * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7218 Only post buffering messages when we are a stream.
7220 2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
7222 * gst-libs/gst/pbutils/install-plugins.c:
7223 * gst-libs/gst/pbutils/missing-plugins.c:
7224 Small docs fix and addition.
7226 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7228 * tests/icles/.cvsignore:
7229 * tests/icles/Makefile.am:
7230 * tests/icles/test-textoverlay.c:
7231 Add a dumb little test for textoverlay alignments.
7233 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7235 Patch by: Dan Williams <dcbw redhat com>
7237 * ext/pango/gsttextoverlay.c:
7238 * ext/pango/gsttextoverlay.h:
7239 API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7240 "silent" property so there's a Since tag in the API reference.
7242 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
7244 * gst-libs/gst/rtp/gstbasertppayload.c:
7245 (gst_basertppayload_set_outcaps):
7246 * gst-libs/gst/rtp/gstbasertppayload.h:
7247 Improve caps negotiation so that downstream elements can confiure
7248 certain RTP properties by fixing them on the caps. See #465146.
7251 2007-08-11 Tim-Philipp Müller <tim at centricular dot net>
7253 * docs/libs/gst-plugins-base-libs-sections.txt:
7254 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7255 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7256 Mark as deprecated some macros which were presumably meant to be
7257 private API and accidentally exposed in the public header file.
7258 Also actually _init() lock (only works at the moment because the
7259 struct is zeroed out when created and the initial values in the
7260 mutex struct are zeroes too). (#459585)
7262 2007-08-10 Stefan Kost <ensonic@users.sf.net>
7264 * docs/libs/Makefile.am:
7265 Remove cruft and do some cleanups.
7267 * docs/libs/gst-plugins-base-libs-docs.sgml:
7268 Prepare for comming gtkdoc features (rebase against online docs).
7270 2007-08-10 Michael Smith <msmith@fluendo.com>
7272 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7274 * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7276 Change the number of buffers used; 500 is too many and leads to
7279 2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
7281 * gst/playback/gstqueue2.c:
7282 * gst/videorate/gstvideorate.c:
7283 Printf format fixes (#465028).
7285 2007-08-09 Michael Smith <msmith@fluendo.com>
7287 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7288 If we have a large (> 1 second) discontinuity, push a series of
7289 smaller buffers rather than a single very large buffer. Avoids
7290 unreasonably large single buffer allocations when encountering a
7292 * tests/check/elements/audiorate.c: (GST_START_TEST),
7294 Add a test for this.
7296 2007-08-09 Jan Schmidt <thaytan@mad.scientist.com>
7298 * gst/playback/gstplaybasebin.c: (group_commit),
7299 (queue_remove_probe), (queue_threshold_reached):
7301 Patch by: Josep Torra Valles <josep@fluendo.com>
7303 Make sure we remove the check_queues buffer probe from the
7304 correct queue to avoid racily going back to "buffering 99%" when
7305 buffering is actually complete.
7307 Also, fix the spelling of Josep's surname in the ChangeLog.
7309 2007-08-09 Stefan Kost <ensonic@users.sf.net>
7311 * ext/ogg/gstoggmux.c:
7312 Do not leak oggmux instance.
7314 * ext/vorbis/vorbisenc.c:
7317 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
7324 Updated translations.
7326 2007-08-08 Stefan Kost <ensonic@users.sf.net>
7328 patch by: Yang Hong <hongyang@redflag-linux.com>
7330 * ext/pango/gsttextoverlay.c:
7331 * ext/pango/gsttextoverlay.h:
7332 Add 'silent' property to GstTimeOverlay. Fixes #462979
7334 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
7336 Patch by: Josep Torra Valles <josep@fluendo.com>
7338 * docs/plugins/gst-plugins-base-plugins.args:
7339 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7340 (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7341 (gst_uri_decode_bin_get_property), (gen_source_element):
7342 Add connection-speed property. Fixes #464690.
7344 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
7346 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7349 * gst-libs/gst/rtsp/Makefile.am:
7350 * gst-libs/gst/rtsp/gstrtspconnection.c:
7351 (gst_rtsp_connection_connect):
7352 Fix compilation on windows. Fixes #464320.
7354 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
7356 Patch by: Josep Torra Valles <josep@fluendo.com>
7358 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7359 (gst_play_base_bin_init), (queue_threshold_reached),
7360 (gen_source_element), (setup_substreams),
7361 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7362 (gst_play_base_bin_get_streaminfo_value_array):
7363 * gst/playback/gstplaybasebin.h:
7364 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7365 (gst_play_bin_set_property), (gst_play_bin_get_property),
7366 (gst_play_bin_handle_redirect_message):
7367 Move connection-speed property from playbin to playbasebin so that we
7368 can also configure it in source elements that have the connection-speed
7369 property. Fixes #464028.
7370 Add some debug info here and there.
7372 2007-08-06 Sebastian Dröge <slomo@circular-chaos.org>
7374 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7375 Properly respond to conversion queries. Fixes #464079.
7377 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
7379 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7380 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7381 (gst_audio_test_src_init_sine_table),
7382 (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7383 * gst/audiotestsrc/gstaudiotestsrc.h:
7384 Add float/double and int32 support to audiotestsrc. Fixes #460422.
7385 Also set the default volume to the default value specified in the
7388 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
7390 Patch by: Jens Granseuer <jensgr at gmx dot net>
7392 * gst/audioconvert/gstaudioquantize.c:
7393 Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7395 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
7397 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7398 Add rdt manager for rdt transport.
7399 Fix parsing of RDT transport.
7401 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
7406 === release 0.10.14 ===
7408 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
7411 releasing 0.10.14, "Light Years Ahead"
7413 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7415 * tests/check/libs/audio.c: (GST_START_TEST):
7416 Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7418 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7420 * gst-libs/gst/audio/audio.c:
7421 When clipping a buffer with no timestamp, assume it is
7422 within the segment without warnings.
7426 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
7428 * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7429 Fire the signal on the object, not the interface.
7431 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7433 * gst-libs/gst/rtsp/.cvsignore:
7434 Ber. Don't include the full path, idiot.
7436 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7438 * gst-libs/gst/rtsp/.cvsignore:
7439 Ignore generated files.
7441 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7443 * gst-libs/gst/interfaces/Makefile.am:
7444 * gst-libs/gst/interfaces/interfaces-marshal.list:
7445 * gst-libs/gst/interfaces/rtspextension.c:
7446 * gst-libs/gst/interfaces/rtspextension.h:
7447 * gst-libs/gst/rtsp/Makefile.am:
7448 * gst-libs/gst/rtsp/gstrtsp.h:
7449 * gst-libs/gst/rtsp/gstrtspextension.c:
7450 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7451 (gst_rtsp_extension_detect_server),
7452 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7453 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7454 (gst_rtsp_extension_configure_stream),
7455 (gst_rtsp_extension_get_transports),
7456 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7457 * gst-libs/gst/rtsp/gstrtspextension.h:
7458 * gst-libs/gst/rtsp/rtsp-marshal.list:
7459 Move the rtspextension.h interface into gstrtspextension.h
7460 as part of libgstrtsp instead of libgstinterfaces, because it's
7461 only for use within plugins, not applications.
7462 Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7463 Use the GST_TYPE_RTSP_RESULT enum type for the return value of the
7464 signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7467 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
7469 * gst-libs/gst/interfaces/Makefile.am:
7470 * gst-libs/gst/interfaces/interfaces-marshal.list:
7471 * gst-libs/gst/interfaces/rtspextension.c:
7472 (gst_rtsp_extension_iface_init),
7473 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7474 * gst-libs/gst/interfaces/rtspextension.h:
7475 Fix marshaller for the send signal.
7476 Add URL to stream selection interface method.
7478 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7480 * gst-libs/gst/riff/Makefile.am:
7481 Pull in our dependencies from -base before those from outside.
7483 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
7485 * docs/libs/gst-plugins-base-libs-sections.txt:
7486 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7487 * gst-libs/gst/rtsp/gstrtspbase64.h:
7488 API: gst_rtsp_base64_decode_ip()
7489 Added function to decode Base64 in-place.
7491 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7493 * tests/check/libs/.cvsignore:
7494 Ignore the mixer test binary.
7496 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7498 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7499 Gratuitous comment change to trigger a rebuild on the buildbots.
7501 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7503 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7504 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7505 (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7506 (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7507 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7508 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7509 (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7510 (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7511 (gst_sdp_media_get_attribute_val):
7512 * gst-libs/gst/sdp/gstsdpmessage.h:
7513 Constify args where we can.
7515 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7517 * gst-libs/gst/interfaces/Makefile.am:
7518 * gst-libs/gst/interfaces/rtspextension.c:
7519 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7520 (gst_rtsp_extension_detect_server),
7521 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7522 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7523 (gst_rtsp_extension_configure_stream),
7524 (gst_rtsp_extension_get_transports),
7525 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7526 * gst-libs/gst/interfaces/rtspextension.h:
7527 Move interface for RTSP extensions from -good to here.
7528 Added helper methods to invoke interface methods.
7530 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7532 * docs/libs/gst-plugins-base-libs-sections.txt:
7533 * gst-libs/gst/rtsp/gstrtspdefs.h:
7534 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7535 (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7536 (gst_rtsp_message_init_response),
7537 (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7538 (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7539 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7540 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7541 (gst_rtsp_message_get_body), (dump_key_value):
7542 * gst-libs/gst/rtsp/gstrtspmessage.h:
7543 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7544 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7545 (gst_rtsp_range_parse):
7546 * gst-libs/gst/rtsp/gstrtsprange.h:
7547 * gst-libs/gst/rtsp/gstrtsptransport.c:
7548 * gst-libs/gst/rtsp/gstrtspurl.c:
7549 Fix some more RTSP docs.
7550 Add some missing methods for dealing with messages.
7552 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
7554 * docs/libs/gst-plugins-base-libs-docs.sgml:
7555 * docs/libs/gst-plugins-base-libs-sections.txt:
7556 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7557 * gst-libs/gst/rtsp/gstrtspbase64.h:
7558 * gst-libs/gst/rtsp/gstrtspconnection.c:
7559 (gst_rtsp_connection_connect), (add_auth_header),
7560 (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7561 (read_body), (gst_rtsp_connection_receive),
7562 (gst_rtsp_connection_next_timeout),
7563 (gst_rtsp_connection_reset_timeout),
7564 (gst_rtsp_connection_set_auth):
7565 * gst-libs/gst/rtsp/gstrtspconnection.h:
7566 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7567 * gst-libs/gst/rtsp/gstrtspdefs.h:
7568 * gst-libs/gst/rtsp/gstrtspmessage.h:
7569 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7570 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7571 (gst_rtsp_range_parse):
7572 * gst-libs/gst/rtsp/gstrtspurl.h:
7573 Added beginnings of RTSP documentation.
7575 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
7577 * docs/libs/Makefile.am:
7578 * docs/libs/gst-plugins-base-libs-docs.sgml:
7579 * docs/libs/gst-plugins-base-libs-sections.txt:
7580 * gst-libs/gst/sdp/gstsdp.h:
7581 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7582 (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7583 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7584 (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7585 (gst_sdp_message_get_attribute_val),
7586 (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7587 (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7588 (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7589 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7590 (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7591 (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7592 (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7593 (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7594 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7595 (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7596 (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7597 (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7598 (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7599 (gst_sdp_media_get_attribute_val_n),
7600 (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7601 (print_media), (gst_sdp_message_dump):
7602 * gst-libs/gst/sdp/gstsdpmessage.h:
7603 Document the SDP library.
7604 Add some of the missing SDPMedia methods.
7606 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
7609 * gst-libs/gst/Makefile.am:
7610 * gst-libs/gst/rtsp/Makefile.am:
7611 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7612 * gst-libs/gst/rtsp/gstrtspbase64.h:
7613 * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7614 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7615 (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7616 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7617 (parse_response_status), (parse_request_line), (parse_line),
7618 (gst_rtsp_connection_read), (read_body),
7619 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7620 (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7621 (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7622 (gst_rtsp_connection_set_auth):
7623 * gst-libs/gst/rtsp/gstrtspconnection.h:
7624 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7625 (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7626 (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7627 (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7628 (gst_rtsp_find_method):
7629 * gst-libs/gst/rtsp/gstrtspdefs.h:
7630 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7631 (gst_rtsp_message_new), (gst_rtsp_message_init),
7632 (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7633 (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7634 (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7635 (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7636 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7637 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7638 (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7639 (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7640 (gst_rtsp_message_dump):
7641 * gst-libs/gst/rtsp/gstrtspmessage.h:
7642 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7643 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7644 (gst_rtsp_range_parse), (gst_rtsp_range_free):
7645 * gst-libs/gst/rtsp/gstrtsprange.h:
7646 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7647 (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7648 (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7649 (range_as_text), (rtsp_transport_mode_as_text),
7650 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7651 (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7652 (gst_rtsp_transport_free):
7653 * gst-libs/gst/rtsp/gstrtsptransport.h:
7654 * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7655 (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7656 (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7657 * gst-libs/gst/rtsp/gstrtspurl.h:
7658 * gst-libs/gst/sdp/Makefile.am:
7659 * gst-libs/gst/sdp/gstsdp.h:
7660 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7661 (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7662 (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7663 (gst_sdp_attribute_init), (gst_sdp_message_new),
7664 (gst_sdp_message_init), (gst_sdp_message_uninit),
7665 (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7666 (gst_sdp_media_uninit), (gst_sdp_media_free),
7667 (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7668 (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7669 (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7670 (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7671 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7672 (gst_sdp_message_get_attribute_val),
7673 (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7674 (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7675 (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7676 (gst_sdp_media_get_attribute_val_n),
7677 (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7678 (read_string), (read_string_del), (gst_sdp_parse_line),
7679 (gst_sdp_message_parse_buffer), (print_media),
7680 (gst_sdp_message_dump):
7681 * gst-libs/gst/sdp/gstsdpmessage.h:
7682 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7683 Move SDP and RTSP from helper objects in -good to a reusable library.
7684 Use a proper gst_ namespace.
7686 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
7688 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7689 (vorbis_dec_flush_decode):
7690 Use the new buffer clipping function from gstaudio here.
7692 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
7694 * docs/libs/gst-plugins-base-libs-sections.txt:
7695 * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7696 * gst-libs/gst/audio/audio.h:
7697 * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7698 API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7699 Also add deprecation guards for gst_audio_structure_set_int() to the
7702 2007-07-23 Stefan Kost <ensonic@users.sf.net>
7704 * docs/libs/gst-plugins-base-libs-sections.txt:
7707 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
7709 Patch by: Dan Williams <dcbw at redhat dot com>
7711 * gst/playback/gstplaybasebin.c:
7712 (gst_play_base_bin_get_streaminfo_value_array):
7713 Don't return NULL when querying the stream info value array but instead
7714 return an empty array. Fixes #459204.
7716 2007-07-23 Tim-Philipp Müller <tim at centricular dot net>
7718 * gst/playback/gsturidecodebin.c:
7719 Init debug category before using it.
7721 2007-07-21 Jan Schmidt <thaytan@noraisin.net>
7723 * gst-libs/gst/interfaces/mixer.h:
7724 Add padding vars in place of the signal pointers
7725 when building with DISABLE_DEPRECATED so that the
7726 interface structure doesn't change size.
7728 2007-07-20 Jan Schmidt <thaytan@noraisin.net>
7730 * docs/libs/gst-plugins-base-libs-sections.txt:
7731 * ext/alsa/gstalsamixer.c:
7732 * ext/alsa/gstalsamixer.h:
7733 * ext/alsa/gstalsamixerelement.c:
7734 * ext/alsa/gstalsamixertrack.c:
7735 * gst-libs/gst/interfaces/mixer.c:
7736 * gst-libs/gst/interfaces/mixer.h:
7737 * gst-libs/gst/interfaces/mixeroptions.c:
7738 * gst-libs/gst/interfaces/mixeroptions.h:
7739 * gst-libs/gst/interfaces/mixertrack.c:
7740 * gst-libs/gst/interfaces/mixertrack.h:
7741 * tests/check/Makefile.am:
7742 * tests/check/libs/mixer.c:
7744 Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7747 Add support for notifying mixer changes on the message bus, and
7748 implement it in alsamixer.
7750 API: gst_mixer_get_mixer_flags
7751 API: gst_mixer_message_parse_mute_toggled
7752 API: gst_mixer_message_parse_record_toggled
7753 API: gst_mixer_message_parse_volume_changed
7754 API: gst_mixer_message_parse_option_changed
7755 API: GstMixerMessageType
7758 2007-07-20 Michael Smith <msmith@fluendo.com>
7760 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7761 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7762 xcontext->im_format is only for testing XShm support (as the header
7763 file comments document). Use xvimage->im_format for everything else.
7764 Avoids spurious warnings on buffer allocation before setcaps.
7766 2007-07-20 Stefan Kost <ensonic@users.sf.net>
7768 * tests/examples/volume/Makefile.am:
7769 * tests/icles/Makefile.am:
7770 We should use $(LIBM).
7772 2007-07-20 Stefan Kost <ensonic@users.sf.net>
7774 * tests/icles/Makefile.am:
7777 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
7779 * gst-libs/gst/rtp/gstbasertppayload.c:
7780 (gst_basertppayload_class_init), (gst_basertppayload_init),
7781 (gst_basertppayload_set_property),
7782 (gst_basertppayload_get_property):
7783 Don't break ABI, restore previous ranges. Keep the default random
7784 selection of timestamp and seqnum offset but as soon as the app sets a
7785 specific value, use that one.
7787 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
7789 Patch by: Bastien Nocera <hadess at hadess dot net>
7791 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7792 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7793 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7794 * sys/xvimage/xvimagesink.h:
7795 Add option to turn off double-buffering for debugging purposes.
7798 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
7800 Patch by: Jorn Baayen <jorn at openedhand dot com>
7802 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7803 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7804 (gst_ximagesink_init), (gst_ximagesink_class_init):
7805 * sys/ximage/ximagesink.h:
7806 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7807 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7808 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7809 * sys/xvimage/xvimagesink.h:
7810 add 'handle-expose' property. Useful for video widgets which may want to
7811 be in control of Expose behaviour. Fixes #380625
7813 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
7815 * gst-libs/gst/rtp/gstbasertppayload.c:
7816 (gst_basertppayload_class_init), (gst_basertppayload_init),
7817 (gst_basertppayload_event), (gst_basertppayload_push),
7818 (gst_basertppayload_set_property),
7819 (gst_basertppayload_get_property),
7820 (gst_basertppayload_change_state):
7821 * gst-libs/gst/rtp/gstbasertppayload.h:
7822 Fix ranges of rtp payloader properties so that the full range can be
7823 used in addition to -1 (random).
7824 Fix wrong seqnum reporting in caps.
7827 2007-07-13 Wim Taymans <wim.taymans@gmail.com>
7829 * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7830 (gst_video_rate_query):
7832 Add latency query, might not be perfect yet but already works a lot
7833 better. Fixes #442557.
7835 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
7837 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7838 (gst_xvimagesink_setcaps):
7839 * sys/xvimage/xvimagesink.h:
7840 After a caps change, redraw our borders to avoid garbage left there
7841 when the image format changes to a smaller size, like 16:9 -> 4:3
7842 Also, hold the flow_lock a bit longer in the set_caps while we're
7843 fiddling with the xcontext.
7845 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
7849 * tests/Makefile.am:
7850 Remove bogus check for libcheck, since we check for
7851 gstreamer-check and it pulls in the required info from there, and we
7852 weren't actually _using_ the information for libcheck ourselves
7855 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
7857 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7858 (gst_ffmpeg_caps_to_pixfmt):
7859 Fix the r_mask test for RGBA32 on little-endian.
7860 Fix a stupid typo that would have obviously broken
7861 compilation on big-endian, if anyone was testing.
7863 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
7865 * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7867 * gst/videotestsrc/videotestsrc.h:
7868 Add alpha to the color struct.
7869 Use a default alpha value of 255 instead of 128.
7871 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
7873 * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7875 Clear the dynamic pads counter when starting a new uri. This makes
7876 reusing playbin work again.
7879 2007-07-12 Stefan Kost <ensonic@users.sf.net>
7882 Use pkg-config to locate check.
7884 2007-07-12 Tim-Philipp Müller <tim at centricular dot net>
7887 * tests/check/elements/volume.c: (GST_START_TEST):
7888 Fix 'make check' build against core CVS.
7890 2007-07-10 Stefan Kost <ensonic@users.sf.net>
7892 * gst-libs/gst/interfaces/propertyprobe.c:
7893 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7894 * gst-libs/gst/tag/gstvorbistag.c:
7897 2007-07-08 Tim-Philipp Müller <tim at centricular dot net>
7899 * gst-libs/gst/audio/gstbaseaudiosink.c:
7900 (gst_base_audio_sink_callback):
7901 Quick hack to make audiosinks stop at EOS when operating in
7902 pull-mode; needs to be fixed properly some day.
7904 2007-07-06 Stefan Kost <ensonic@users.sf.net>
7906 * docs/libs/gst-plugins-base-libs-sections.txt:
7907 Fix location of includes in the docs.
7909 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
7911 * gst/ffmpegcolorspace/avcodec.h:
7912 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7913 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7914 (gst_ffmpegcsp_avpicture_fill):
7915 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7916 (img_get_alpha_info):
7917 Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7918 of the existing BGRA32 and RGBA32 formats with the alpha at the other
7919 end of the word. Partially fixes #451908
7921 2007-07-05 Stefan Kost <ensonic@users.sf.net>
7923 * docs/libs/Makefile.am:
7924 * docs/plugins/Makefile.am:
7925 Simplify --extra-dir as gtkdoc scans recursively.
7927 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
7929 * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7930 (gst_adder_request_new_pad):
7931 Make getcaps more robust by not using the proxycaps function. This makes
7932 sure that we don't end up recursively calling getcaps upstream.
7935 2007-06-29 Wim Taymans <wim.taymans@gmail.com>
7937 * gst/audioconvert/audioconvert.c:
7938 Include math.h to fix compilation.
7940 2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
7942 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7943 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7944 Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7945 format, as produced by some dc1394 cameras like the iSight.
7946 See http://www.fourcc.org/yuv.php#IYU1
7948 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
7950 * gst/audioconvert/Makefile.am:
7951 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7952 (check_default), (audio_convert_prepare_context),
7953 (audio_convert_clean_context), (audio_convert_convert):
7954 * gst/audioconvert/audioconvert.h:
7955 * gst/audioconvert/gstaudioconvert.c:
7956 (gst_audio_convert_dithering_get_type),
7957 (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7958 (gst_audio_convert_init), (gst_audio_convert_set_caps),
7959 (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7960 * gst/audioconvert/gstaudioconvert.h:
7961 * gst/audioconvert/gstaudioquantize.c:
7962 (gst_audio_quantize_setup_noise_shaping),
7963 (gst_audio_quantize_free_noise_shaping),
7964 (gst_audio_quantize_setup_dither),
7965 (gst_audio_quantize_free_dither),
7966 (gst_audio_quantize_setup_quantize_func),
7967 (gst_audio_quantize_setup), (gst_audio_quantize_free):
7968 * gst/audioconvert/gstaudioquantize.h:
7969 Implement dithering and noise shaping in audioconvert. By default now
7970 TPDF dithering (and no noise shaping) will be used when converting
7971 from a higher bit depth to 20 bit depth or smaller, otherwise
7972 everything will be as it is now.
7973 For the last audioconvert in a pipeline it would make sense to
7974 use some kind of noise shaping, enabling it by default for all
7975 conversions would give undesired results though. Fixes #360246.
7976 * tests/check/elements/audioconvert.c: (setup_audioconvert),
7978 Adjust unit test for the new audioconvert.
7980 2007-06-28 Wim Taymans <wim@fluendo.com>
7982 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7983 Use other metrics as well when estimating the buffer level.
7985 2007-06-28 Wim Taymans <wim@fluendo.com>
7987 * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7988 Small debug improvement.
7990 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7992 Tweak the rate estimation period.
7993 When calculating the buffer filledness in rate estimation mode, don't
7994 mix it with other metrics.
7996 2007-06-28 Wim Taymans <wim@fluendo.com>
7998 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7999 (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8000 When creating the groups, allow for a 5 second, unlimited buffers
8001 preroll phase after which we expose the group.
8002 When the group is exposed, use a small number of buffers up to a 2
8003 second limit. Also disconnect the overrun signal from multiqueue when we
8004 exposed the group because it is not needed anymore.
8006 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8008 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8009 Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8010 to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8011 (#451707); also, output some debugging info when dealing with
8014 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8015 Add unit test for the above.
8017 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8019 * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8020 Add description for Windows Media RTP caps.
8022 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8023 Remove RTP fields that don't define the format from caps.
8025 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8027 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8028 Skip empty buffers, but not empty header buffers. That way the original
8029 vorbisdec unit test still passes (#451145); also, take into account
8030 that those empty packets might carry a granulepos.
8032 * tests/check/Makefile.am:
8033 * tests/check/elements/vorbisdec.c:
8034 (_create_codebook_header_buffer), (_create_audio_buffer),
8035 (GST_START_TEST), (vorbisdec_suite):
8036 Add unit test that sends an empty packet.
8038 2007-06-27 Wim Taymans <wim@fluendo.com>
8040 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8041 Don't error out on 0-sized packets, just emit a warning because this is
8042 not a fatal error. Fixes #451145.
8044 2007-06-25 Stefan Kost <ensonic@users.sf.net>
8046 * docs/plugins/gst-plugins-base-plugins.args:
8047 * docs/plugins/gst-plugins-base-plugins.signals:
8048 * docs/plugins/inspect/plugin-adder.xml:
8049 * docs/plugins/inspect/plugin-alsa.xml:
8050 * docs/plugins/inspect/plugin-audioconvert.xml:
8051 * docs/plugins/inspect/plugin-audiorate.xml:
8052 * docs/plugins/inspect/plugin-audioresample.xml:
8053 * docs/plugins/inspect/plugin-audiotestsrc.xml:
8054 * docs/plugins/inspect/plugin-cdparanoia.xml:
8055 * docs/plugins/inspect/plugin-decodebin.xml:
8056 * docs/plugins/inspect/plugin-decodebin2.xml:
8057 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8058 * docs/plugins/inspect/plugin-gdp.xml:
8059 * docs/plugins/inspect/plugin-gnomevfs.xml:
8060 * docs/plugins/inspect/plugin-libvisual.xml:
8061 * docs/plugins/inspect/plugin-ogg.xml:
8062 * docs/plugins/inspect/plugin-pango.xml:
8063 * docs/plugins/inspect/plugin-playbin.xml:
8064 * docs/plugins/inspect/plugin-subparse.xml:
8065 * docs/plugins/inspect/plugin-tcp.xml:
8066 * docs/plugins/inspect/plugin-theora.xml:
8067 * docs/plugins/inspect/plugin-typefindfunctions.xml:
8068 * docs/plugins/inspect/plugin-video4linux.xml:
8069 * docs/plugins/inspect/plugin-videorate.xml:
8070 * docs/plugins/inspect/plugin-videoscale.xml:
8071 * docs/plugins/inspect/plugin-videotestsrc.xml:
8072 * docs/plugins/inspect/plugin-volume.xml:
8073 * docs/plugins/inspect/plugin-vorbis.xml:
8074 * docs/plugins/inspect/plugin-ximagesink.xml:
8075 * docs/plugins/inspect/plugin-xvimagesink.xml:
8076 Update docs with caps info.
8078 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
8081 Add more files with translatable strings (#450875).
8083 2007-06-23 Edward Hervey <edward@fluendo.com>
8085 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8086 The chain should be freed if we error out here, else it will leak.
8087 * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8088 (cleanup_decodebin):
8089 Don't forget to *properly* remove the signals, else it will leak.
8091 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
8094 Updating all the maintainers files
8096 2007-06-21 Stefan Kost <ensonic@users.sf.net>
8098 * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8100 Destroy and recreate parse-launch based pipeline after stop to be able
8101 to play again. Reorder some code and add more comments.
8103 2007-06-20 Jan Schmidt <thaytan@mad.scientist.com>
8105 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8106 When handling a delayed-caps notification case, mark
8107 the group as dynamic so that the nbdynamic count is
8108 incremented and decremented correctly. Fixes: #449156
8109 Patch by: Wim Taymans <wim@fluendo.com>
8111 2007-06-19 Andy Wingo <wingo@pobox.com>
8113 * gst-libs/gst/audio/gstbaseaudiosink.c
8114 (gst_base_audio_sink_init): Enable pull-mode operation.
8116 2007-06-19 Michael Smith <msmith@fluendo.com>
8118 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8119 Change minimum rate back to 1000 to allow low-sample-rate wav files
8122 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
8125 Update translations.
8127 2007-06-15 David Schleef <ds@schleef.org>
8129 * gst/playback/gstqueue2.c:
8130 Fix compile error from ignored return value.
8132 2007-06-15 Michael Smith <msmith@fluendo.com>
8134 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8135 Update tmpbuf for all neccesary rows, not just one, as is required
8139 2007-06-15 Michael Smith <msmith@fluendo.com>
8141 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8143 Add a test that ensures we set DELTA_UNIT on all non-header,
8144 non-video buffers, if we have a video stream.
8145 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8146 (gst_ogg_mux_process_best_pad):
8147 Move setting delta_pad to earlier, where we inspect all pads, so
8148 that leading audio pages don't get DELTA_UNIT unset if they come
8149 before the first DELTA_UNIT from video pages. Fixes the newly-added
8150 test. Fixes #385527.
8152 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
8154 * tests/check/pipelines/streamheader.c: (streamheader_suite):
8155 Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8156 fails on the p5-ppc64 build bot and the failure looks like it is due
8157 to the same issue as #348114, ie. a compiler bug.
8159 2007-06-13 Edward Hervey <edward@fluendo.com>
8161 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8162 Fix build on MacOSX.
8164 2007-06-13 Wim Taymans <wim@fluendo.com>
8166 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8167 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8168 Fix compilation on mingw. Fixes #446972.
8170 2007-06-12 Wim Taymans <wim@fluendo.com>
8172 Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8174 * gst/playback/gstqueue2.c: (update_buffering),
8175 (gst_queue_locked_enqueue):
8176 Fix a division by zero when the max percent is <= 0. Fixes #446572.
8177 also update the buffering status when receiving events. Fixes #446551.
8179 2007-06-11 Wim Taymans <wim@fluendo.com>
8181 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8183 * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8184 (gst_queue_handle_src_query):
8185 Wait for preroll before attempting to forward a duration query upstream.
8188 2007-06-07 Sebastien Moutte <sebastien@moutte.net>
8190 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8191 (gst_base_rtp_depayload_set_gst_timestamp):
8192 Use G_GINT64_CONSTANT macro for int64 constant.
8193 * win32/common/libgstinterfaces.def:
8194 * win32/common/libgsttag.def:
8195 Add new exported functions.
8197 2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
8199 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8200 The BOS page of the first Dirac video stream needs to come before
8201 the BOS page of any Vorbis streams or other audio streams, just like
8204 2007-06-07 Wim Taymans <wim@fluendo.com>
8206 * gst/playback/gstqueue2.c: (gst_queue_get_range):
8209 2007-06-06 Wim Taymans <wim@fluendo.com>
8211 Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8213 * gst/playback/gstqueue2.c: (gst_queue_init),
8214 (gst_queue_handle_sink_event), (gst_queue_chain),
8215 (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8216 (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8217 (gst_queue_src_activate_pull):
8218 Add pull based scheduling and fix some deadlocks. Fixes #444523.
8219 Does not yet completely work because duration queries upstream won't
8222 2007-06-06 Wim Taymans <wim@fluendo.com>
8225 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8226 Some more fseeko checks.
8228 2007-06-06 Wim Taymans <wim@fluendo.com>
8231 check for large file support.
8233 2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
8235 Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8237 * gst/subparse/gstsubparse.c: (parse_subrip),
8238 (subviewer_unescape_newlines), (parse_subviewer),
8239 (gst_sub_parse_data_format_autodetect),
8240 (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8241 * gst/subparse/gstsubparse.h:
8242 Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8243 * tests/check/elements/subparse.c: (GST_START_TEST),
8245 Add a unit test for both SubViewer formats.
8247 2007-06-01 Michael Smith <msmith@fluendo.com>
8249 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8250 Don't overflow intermediate values when seeking to large time values
8253 2007-06-05 Wim Taymans <wim@fluendo.com>
8255 * gst/playback/gstqueue2.c: (gst_queue_have_data),
8256 (gst_queue_create_read), (gst_queue_read_item_from_file),
8257 (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8258 Include stdio to define fseeko.
8260 2007-06-05 Wim Taymans <wim@fluendo.com>
8262 Patch by: Edward Hervey <edward@fluendo.com>
8264 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8266 Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8268 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
8270 * gst-libs/gst/riff/Makefile.am:
8271 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8272 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8273 our own implementation.
8275 2007-06-05 Wim Taymans <wim@fluendo.com>
8277 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8278 (gst_base_rtp_depayload_setcaps),
8279 (gst_base_rtp_depayload_set_gst_timestamp),
8280 (gst_base_rtp_depayload_change_state):
8281 Handle timestamp wraparound.
8283 2007-06-05 Wim Taymans <wim@fluendo.com>
8285 * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8286 (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8287 (gst_uri_decode_bin_change_state):
8288 Make sure we name srcpads uniquely even when using different internal
8290 Signal no-more-pads when no more dynamic elements exist.
8291 Remove pads on cleanup.
8293 2007-06-05 Wim Taymans <wim@fluendo.com>
8295 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8297 * gst/playback/gstqueue2.c: (gst_queue_class_init),
8298 (gst_queue_init), (gst_queue_finalize),
8299 (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8300 (gst_queue_create_read), (gst_queue_read_item_from_file),
8301 (gst_queue_open_temp_location_file),
8302 (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8303 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8304 (gst_queue_is_empty), (gst_queue_is_filled),
8305 (gst_queue_change_state), (gst_queue_set_temp_location),
8306 (gst_queue_set_property):
8307 Add support for filebased buffering. Fixes #441264.
8309 2007-06-05 Wim Taymans <wim@fluendo.com>
8311 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8312 (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8313 (caps_notify_group_cb), (gst_decode_group_new),
8314 (gst_decode_group_free):
8315 Add support for delayed caps fixation when autoplugging.
8316 Optimize cases where a multiqueue is not needed/wanted, like right after
8317 anything that is not a demuxer.
8319 2007-06-05 Wim Taymans <wim@fluendo.com>
8321 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8322 (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8323 (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8324 consideratly speedup ogg chain detection by not trying to find a base
8325 timestamp for skeleton streams.
8327 2007-06-05 Wim Taymans <wim@fluendo.com>
8329 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8330 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8331 (gst_multi_fd_sink_remove_flush),
8332 (gst_multi_fd_sink_remove_client_link),
8333 (gst_multi_fd_sink_handle_client_write),
8334 (gst_multi_fd_sink_handle_clients):
8335 * gst/tcp/gstmultifdsink.h:
8336 Add support for remove_flush.
8338 2007-06-05 Wim Taymans <wim@fluendo.com>
8340 * docs/design/draft-keyframe-force.txt:
8341 * ext/theora/theoraenc.c: (theora_enc_sink_event),
8343 Add draft design for forcing keyframes in encoders and implement in
8346 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
8351 === release 0.10.13 ===
8353 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
8356 releasing 0.10.13, "What's Going on?"
8358 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
8360 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8361 In riff, the depth is stored in the size field but it just means that
8362 the least significant bits are cleared. We can therefore just play
8363 the sample as if it had a depth == width. Fixes: #440997
8365 Patch by: Wim Taymans <wim@fluendo.com>
8366 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
8368 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
8370 * gst-libs/gst/floatcast/floatcast.h:
8371 Define inline when needed on win32 builds. Fixes: #441295
8372 Patch by: Sebastien Moutte <sebastien@moutte.net>
8374 2007-05-29 Wim Taymans <wim@fluendo.com>
8376 * gst/playback/gstplaybasebin.c: (queue_overrun),
8377 (no_more_pads_full):
8378 Stop buffering when the group is commited because the queues filled up.
8381 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
8383 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8384 (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8385 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8386 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8387 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8388 * ext/alsa/gstalsamixer.h:
8389 * ext/alsa/gstalsamixerelement.c:
8390 (gst_alsa_mixer_element_interface_supported),
8391 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8392 (gst_alsa_mixer_element_set_property),
8393 (gst_alsa_mixer_element_get_property),
8394 (gst_alsa_mixer_element_change_state):
8395 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8396 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8397 (gst_mixer_option_changed):
8398 * gst-libs/gst/interfaces/mixer.h:
8399 Revert commits towards #152864 made so far. We'll pick it up again
8400 after the 0.10.13 release.
8402 2007-05-24 Wim Taymans <wim@fluendo.com>
8404 * gst-libs/gst/audio/gstbaseaudiosink.c:
8405 (gst_base_audio_sink_render):
8406 After an interrupt (PAUSED/flush) assume that the next sample should not
8407 be aligned to the previous sample. Fixes #417992.
8409 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
8411 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8412 Don't add channels and rate fields to the template caps for
8413 audio/x-dts, as wavparse might not always be able to set them,
8414 which would then lead to 'caps are not a real subset of the
8415 template caps' warnings.
8417 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
8419 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8420 Handle unknown or invalid pads without crashing, as might occur if
8421 a media file like an mp3 is specified as a subtitle file.
8424 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
8426 * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8428 Block the subtitle bin output queue before ghosting it and linking,
8429 then unblock after. This avoids spurious not-linked errors caused
8430 by the queue starting up (because it gets linked when it is ghosted).
8433 2007-05-23 Jan Schmidt <thaytan@mad.scientist.com>
8435 * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8436 Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8437 file. Avoids flukes where the input gets typefound to some valid but
8440 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8442 * tests/check/Makefile.am:
8443 * tests/check/elements/.cvsignore:
8444 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8445 (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8446 Add unit test for gnomevfssink seeking and position reporting for
8449 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8451 Patch by: Mark Nauwelaerts <manauw at skynet be>
8453 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8454 (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8455 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8456 * ext/gnomevfs/gstgnomevfssink.h:
8457 Fix position reporting, especially after a seek (from upstream),
8460 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8462 * ext/cdparanoia/gstcdparanoiasrc.c:
8465 2007-05-22 Jan Schmidt <thaytan@mad.scientist.com>
8467 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8468 Specify the full valid range for MP3 samplerates. Fixes a regression
8469 caused by extra header checks since the last release.
8471 2007-05-21 Jan Schmidt <thaytan@mad.scientist.com>
8473 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8474 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8475 Fix a locking-order bug I introduced with my changes the other day.
8476 Patch by Mike Smith.
8478 2007-05-21 Michael Smith <msmith@fluendo.com>
8480 * ext/theora/theoradec.c: (theora_handle_data_packet):
8481 Don't look inside 0-length packets (which indicate duplicated
8484 2007-05-21 Wim Taymans <wim@fluendo.com>
8486 * ext/cdparanoia/gstcdparanoiasrc.c:
8487 (gst_cd_paranoia_src_read_sector):
8488 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8489 (gst_base_audio_src_create):
8492 * ext/theora/theoradec.c: (theora_dec_sink_event):
8495 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8496 (gst_base_rtp_depayload_set_gst_timestamp):
8499 * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8500 And some debug info when a FIXME path is hit.
8502 2007-05-21 Wim Taymans <wim@fluendo.com>
8504 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8505 (gst_base_rtp_audio_payload_class_init),
8506 (gst_base_rtp_audio_payload_init),
8507 (gst_base_rtp_audio_payload_finalize),
8508 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8509 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8510 (gst_base_rtp_payload_audio_handle_event):
8511 Some cleanups, remove minptime property as it is now in the parent
8513 Override parent class event function.
8515 * gst-libs/gst/rtp/gstbasertppayload.c:
8516 (gst_basertppayload_class_init), (gst_basertppayload_init),
8517 (gst_basertppayload_event), (gst_basertppayload_set_property),
8518 (gst_basertppayload_get_property):
8519 * gst-libs/gst/rtp/gstbasertppayload.h:
8520 Add min-ptime property.
8521 Add handle-event vmethod. Fixes #415001.
8523 2007-05-18 Stefan Kost <ensonic@users.sf.net>
8525 * gst-libs/gst/audio/gstbaseaudiosink.c
8526 (gst_base_audio_sink_change_state):
8527 Fix typo in comment.
8529 * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8530 free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8531 get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8533 * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8534 gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8535 Remove trailing whitespaces in comments.
8537 * gst/volume/Makefile.am:
8540 2007-05-18 Stefan Kost <ensonic@users.sf.net>
8542 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8544 * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8545 set_option, get_option, _gst_reserved):
8546 Revert reordering functions (keep ABI).
8548 2007-05-17 Jan Schmidt <thaytan@mad.scientist.com>
8550 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8551 (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8552 (gst_ximagesink_show_frame):
8553 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8554 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8555 (gst_xvimagesink_show_frame):
8556 When we create our own window, indicate that we handle the
8557 WM_DELETE client message from the window manager, so that it won't
8558 kill our window (and our app) along with it. Handle ClientMessage,
8559 post an error on the bus, and close the window. Further buffers
8560 arriving will result in a FlowError because the window has been
8565 Clean up the X event handling loop and make them the same for
8566 both xvimagesink and ximagesink while I'm at it.
8568 2007-05-17 Wim Taymans <wim@fluendo.com>
8570 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8571 Make decodebin2 autoplug depayloaders too.
8573 * gst/playback/gsturidecodebin.c: (source_new_pad):
8574 Set the newly created decoder in a usable state when autoplugging a
8575 dynamic source such as RTSP.
8577 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
8579 * gst/playback/gststreaminfo.c: (cb_probe):
8580 Ignore video-codec tag for audio streams and ignore audio-codec tags
8581 for video streams. Should make codec name collection a bit more
8582 robust against sloppy demuxers that send tag events containing both
8585 2007-05-17 Wim Taymans <wim@fluendo.com>
8587 * gst/playback/gstqueue2.c: (update_rates):
8588 Tweak the buffering thresholds a little.
8589 Update the buffer size with the previously calculate rate instead of
8590 only when we calculate a new rate so that we get smoother buffering
8593 * gst/playback/Makefile.am:
8594 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8595 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8596 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8597 (gst_uri_decode_bin_get_property), (unknown_type),
8598 (add_element_stream), (no_more_pads_full), (no_more_pads),
8599 (source_no_more_pads), (new_decoded_pad), (array_has_value),
8600 (gen_source_element), (has_all_raw_caps), (analyse_source),
8601 (remove_decoders), (make_decoder), (remove_source),
8602 (source_new_pad), (setup_source), (decoder_query_init),
8603 (decoder_query_duration_fold), (decoder_query_duration_done),
8604 (decoder_query_position_fold), (decoder_query_position_done),
8605 (decoder_query_latency_fold), (decoder_query_latency_done),
8606 (decoder_query_seeking_fold), (decoder_query_seeking_done),
8607 (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8608 (gst_uri_decode_bin_change_state), (plugin_init):
8609 New element that intergrates a source, optional buffering element and
8612 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
8615 Bump libtheora requirement to 1.0alpha5 for the pixformat check
8616 (also has a .pc file, so we don't need the fallback check any
8617 longer). Fixes #438840.
8619 2007-05-17 Wim Taymans <wim@fluendo.com>
8621 * gst/playback/gstqueue2.c: (gst_queue_get_type),
8622 (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8623 (apply_segment), (apply_buffer), (update_buffering),
8624 (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8625 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8626 (gst_queue_handle_sink_event), (gst_queue_is_filled),
8627 (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8631 2007-05-17 Wim Taymans <wim@fluendo.com>
8633 * gst/playback/Makefile.am:
8634 * gst/playback/gstqueue2.c: (gst_queue_get_type),
8635 (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8636 (gst_queue_getcaps), (gst_queue_bufferalloc),
8637 (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8638 (apply_buffer), (update_buffering), (reset_rate_timer),
8639 (update_rates), (gst_queue_locked_flush),
8640 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8641 (gst_queue_handle_sink_event), (gst_queue_is_empty),
8642 (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8643 (gst_queue_loop), (gst_queue_handle_src_event),
8644 (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8645 (gst_queue_src_activate_push), (gst_queue_change_state),
8646 (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8647 On our way to playbin2 this is the new network queue that does buffering
8648 all by itself using high and low watermarks. It can also measure up and
8649 downstream bandwidth to optimally size the queue.
8651 2007-05-17 Michael Smith <msmith@fluendo.com>
8653 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8654 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8655 Use the segment->last_stop value to calculate the next timestamp to
8656 generate after a seek; not the segment->start value.
8658 2007-05-15 David Schleef <ds@schleef.org>
8660 * docs/Makefile.am: Install docs even when --disable-gtk-doc
8661 is disabled. This matches the behavior of gtk+. Fixes #349099.
8663 2007-05-15 Wim Taymans <wim@fluendo.com>
8665 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8666 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8667 Some more chained streaming ogg timestamp fixes.
8669 2007-05-15 Wim Taymans <wim@fluendo.com>
8671 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8672 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8673 (gst_ogg_demux_handle_page):
8675 Fix chain start/stop segment handling based on patch by
8676 <ahalda at cs dot mcgill dot ca> see #320984.
8678 2007-05-15 Michael Smith <msmith@fluendo.com>
8681 We don't require a C++ compiler. So don't require one.
8683 2007-05-15 Stefan Kost <ensonic@users.sf.net>
8685 * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8686 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8687 gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8688 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8689 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8690 gst_alsa_mixer_update_track):
8691 Apply some of the cleanup Tim suggested in #152864 afterwards.
8693 2007-05-15 Stefan Kost <ensonic@users.sf.net>
8695 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8697 * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8698 _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8699 gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8700 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8701 gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8702 gst_alsa_mixer_handle_source_callback,
8703 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8704 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8705 gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8706 gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8707 gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8708 gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8709 * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8710 * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8711 gst_alsa_mixer_element_interface_supported,
8712 gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8713 gst_alsa_mixer_element_set_property,
8714 gst_alsa_mixer_element_get_property,
8715 gst_alsa_mixer_element_change_state):
8716 * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8717 * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8718 gst_mixer_option_changed):
8719 * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8720 volume_changed, option_changed, _gst_reserved):
8721 Implement notification for alsamixer. Fixes #152864
8723 2007-05-14 David Schleef <ds@schleef.org>
8725 * gst/videotestsrc/videotestsrc.c:
8726 * gst/videotestsrc/videotestsrc.h:
8727 Add support for video/x-raw-bayer.
8729 2007-05-12 David Schleef <ds@schleef.org>
8731 * sys/xvimage/xvimagesink.c:
8732 Add some sanity checking for the XVImage size returned by X.
8735 2007-05-12 Wim Taymans <wim@fluendo.com>
8737 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8738 (gst_base_rtp_depayload_setcaps),
8739 (gst_base_rtp_depayload_set_gst_timestamp):
8740 Parse and use additional caps fields as described in updated
8741 application/x-rtp caps spec.
8743 2007-05-12 Wim Taymans <wim@fluendo.com>
8745 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8746 (gst_ogg_demux_collect_chain_info):
8747 If there is a stream in a chain without any data packets, ignore the
8748 stream in the total length calculations. Might be related to #436820.
8750 2007-05-11 Jan Schmidt <thaytan@mad.scientist.com>
8752 * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8753 (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8754 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8755 (mpeg_video_type_find), (mpeg_video_stream_type_find),
8758 Consolidate and re-work our mpeg system stream detection to probe
8759 more packets and produce a higher confidence result. Fixes a
8760 regression caused by lowering the typefind probability last year
8761 - related to bug #397810. Remove the redundant MPEG-1 specific
8762 typefind function, as the new one detects both MPEG-1 & MPEG-2
8765 Also cleanup the MPEG elementary and MPEG-TS detection functions a
8768 Tested against my media test directory, with some improvements and
8771 2007-05-10 Wim Taymans <wim@fluendo.com>
8773 * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8774 (queue_out_of_data):
8775 Connect to the new queue "pushing" signal instead of the broken
8778 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
8780 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8781 (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8782 Move variable declaration before the first instruction.
8783 * gst/videotestsrc/videotestsrc.c:
8784 Define M_PI if it's not defined yet.
8785 * win32/common/libgstrtp.def:
8786 Add new exported functions.
8788 2007-05-09 Michael Smith <msmith@fluendo.com>
8790 * ext/theora/theoradec.c: (theora_handle_type_packet):
8791 gst_pad_push_event() does not return a GstFlowReturn!
8793 2007-05-09 Wim Taymans <wim@fluendo.com>
8795 * tests/examples/seek/scrubby.c: (stop_cb), (main):
8796 * tests/examples/seek/seek.c: (do_seek):
8797 Some small cosmetic changes.
8799 2007-05-08 Stefan Kost <ensonic@users.sf.net>
8801 * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8802 gst_adder_change_state):
8803 * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8804 segment_pending, segment_position, segment_rate):
8805 Handle playback-rate on adder.
8807 2007-05-07 Michael Smith <msmith@fluendo.com>
8809 * ext/theora/gsttheoradec.h:
8810 * ext/theora/theoradec.c: (gst_theora_dec_reset),
8811 (theora_dec_sink_event), (theora_handle_comment_packet),
8812 (theora_handle_type_packet), (theora_dec_change_state):
8813 Don't push events (newsegment, tags) before initialising the
8815 This is neccesary for seeking to work correctly in gnonlin.
8817 2007-05-04 Stefan Kost <ensonic@users.sf.net>
8819 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8820 * gst/adder/gstadder.c:
8821 * gst/audiotestsrc/gstaudiotestsrc.c
8822 (gst_audio_test_src_create_white_noise):
8823 * gst/videotestsrc/gstvideotestsrc.c:
8824 * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8825 VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8826 volume_sink_template, volume_src_template, gst_volume_init,
8827 volume_process_double, volume_process_int16,
8828 volume_process_int16_clamp):
8829 Doc fixes and formatting.
8831 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
8833 * tests/check/Makefile.am:
8834 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8835 Minimal check for volume's GstController usability; also another
8838 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
8840 * gst-libs/gst/cdda/gstcddabasesrc.c:
8841 (gst_cdda_base_src_add_track):
8842 Fix it so that it (a) makes sense and (b) doesn't break
8843 everything cdda-related including the unit test.
8845 2007-05-04 Stefan Kost <ensonic@users.sf.net>
8847 * gst-libs/gst/cdda/gstcddabasesrc.c:
8848 (gst_cdda_base_src_add_track):
8849 Fix build when disabling asserts.
8851 2007-05-03 Tim-Philipp Müller <tim at centricular dot net>
8853 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8854 When XShm is not available, we might get row strides that are not
8855 rounded up to multiples of four; this is bad, because virtually
8856 every RGB-processing element in GStreamer assumes rowstrides are
8857 rounded up to multiples of four, so let's allocate at least enough
8858 memory to avoid crashes in this case. The image will still be
8859 displayed distorted though if this happens, so that still needs
8860 fixing (maybe by allocating a bigger image with an 'even' width
8861 and then clipping it appropriately when rendering - something for
8862 Xlib aficionados in any case).
8864 2007-05-03 Michael Smith <msmith@fluendo.com>
8866 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8867 If a buffer doesn't have a timestamp, assume it's contiguous with
8868 the previous buffer, and synthesise timestamps appropriately.
8870 2007-05-03 Edward Hervey <edward@fluendo.com>
8872 * tests/check/elements/videorate.c: (GST_START_TEST):
8873 Set buffer timestamp to a valid value in order to test the buffer
8874 really does stay in videorate.
8876 2007-05-03 Edward Hervey <edward@fluendo.com>
8878 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8879 There is no sensible way to handle incoming buffers which don't have a
8880 valid timestamp. We therefore discard them and wait for the next one.
8882 2007-05-01 Tim-Philipp Müller <tim at centricular dot net>
8884 * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8885 * gst/playback/gstdecodebin2.c: (plugin_init):
8886 Better error message for text files.
8888 2007-04-29 Wim Taymans <wim@fluendo.com>
8890 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8891 Fix offset bug in generation RR packets.
8893 2007-04-27 Julien MOUTTE <julien@moutte.net>
8895 * ext/theora/theoradec.c: (_theora_granule_time),
8896 (theora_dec_push_forward), (theora_handle_data_packet),
8897 (theora_dec_decode_buffer): Calculate buffer duration correctly
8898 to generate a perfect stream (#433888).
8899 * gst/audioresample/gstaudioresample.c:
8900 (audioresample_check_discont): Glib provides ABS.
8902 2007-04-27 Wim Taymans <wim@fluendo.com>
8904 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8905 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8906 (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8907 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8908 (gst_rtcp_packet_bye_set_reason):
8909 * gst-libs/gst/rtp/gstrtcpbuffer.h:
8910 Fix RB block parsing and writing.
8911 Add support for constructing BYE packets.
8913 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
8915 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8916 (gst_base_audio_src_create):
8918 When posting a warning message because samples were dropped, post
8919 something more intelligible than he default error message for clock
8920 errors which is just confusing in this context (#432984).
8922 2007-04-25 Wim Taymans <wim@fluendo.com>
8924 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8925 (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8926 (read_packet_header), (gst_rtcp_packet_move_to_next),
8927 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8928 (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8929 (gst_rtcp_packet_sdes_get_item_count),
8930 (gst_rtcp_packet_sdes_first_item),
8931 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8932 (gst_rtcp_packet_sdes_first_entry),
8933 (gst_rtcp_packet_sdes_next_entry),
8934 (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8935 (gst_rtcp_packet_sdes_add_entry):
8936 * gst-libs/gst/rtp/gstrtcpbuffer.h:
8937 Implement code to write SR, RR and SDES packets.
8939 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
8941 Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8943 * sys/ximage/ximagesink.c:
8944 Fix build if XShm is not available (#432362).
8946 2007-04-24 Sebastian Dröge <slomo@circular-chaos.org>
8948 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8949 Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8950 pointers to random memory which are passed to g_free() when
8951 audio_convert_prepare_context() is called the first time.
8953 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
8955 Patch by: Dan Williams <dcbw redhat com>
8957 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8958 Don't leak incoming buffer if gst_pad_push() returns a
8959 non-OK flow. Fixes #432755.
8961 * tests/check/elements/videorate.c: (GST_START_TEST),
8963 Unit test for the above by Yours Truly.
8965 2007-04-23 Stefan Kost <ensonic@users.sf.net>
8967 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8968 (gst_adder_sink_event), (gst_adder_collected):
8969 Fix non-flushing segmented seeks, Fixes #340060 for me
8971 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
8973 Patch by: Olivier Crete <tester at tester ca>
8975 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8976 (gst_base_rtp_audio_payload_class_init),
8977 (gst_base_rtp_audio_payload_init),
8978 (gst_base_rtp_audio_payload_dispose):
8979 Chain up to parent class in dispose function; get rid of
8980 unnecessary 'diposed' flag in private structure (#415001).
8982 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
8984 * docs/libs/gst-plugins-base-libs.types:
8985 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8986 (gst_base_rtp_audio_payload_class_init):
8987 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8988 * gst-libs/gst/rtp/gstbasertppayload.c:
8989 Some minor docs fixes and additions; also add missing 'Since' bits.
8991 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
8993 Patch by: Zeeshan Ali <zeenix gmail com>
8995 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8996 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8997 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8998 (gst_base_rtp_audio_payload_push):
8999 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9000 The recently-added gst_base_rtp_audio_payload_push() should take an
9001 object of type GstBaseRTPAudioPayload as first argument (#431672).
9003 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9005 * gst/audioresample/gstaudioresample.c:
9006 Make more functions static, just because we can.
9008 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9010 * tests/check/elements/audioresample.c:
9011 Add unit test for audioresample shutdown crasher (#420106).
9013 2007-04-20 Stefan Kost <ensonic@users.sf.net>
9015 * gst/subparse/gstsubparse.c:
9016 * gst/subparse/samiparse.c:
9017 Use GST_DISABLE_XML here
9019 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9020 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9021 (gst_xvimagesink_buffer_alloc),
9022 (gst_xvimagesink_navigation_send_event):
9023 * sys/xvimage/xvimagesink.h:
9024 Include stdlib.h when using atoi.
9026 * tests/check/elements/playbin.c: (playbin_suite):
9027 Use GST_DISABLE_REGISTRY here
9029 2007-04-19 Michael Smith <msmith@fluendo.com>
9031 * ext/theora/gsttheoraenc.h:
9032 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9033 (theora_enc_sink_event), (theora_enc_change_state):
9034 Track initialisation state; don't try to use encoder state if we're
9035 not initialised (it'll segfault).
9037 2007-04-18 Stefan Kost <ensonic@users.sf.net>
9039 * tests/check/pipelines/.cvsignore:
9042 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9044 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9045 Allow random depths between 1 and 32 instead of only multiplies of 8.
9047 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9049 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9050 Set the maximum number of channels for PCM and float in the correct
9051 place to have it also used when creating the template caps.
9053 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9055 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9056 Correctly support 4, 6 and 8 channels with normal PCM and float
9059 Fix the depth and signedness calculation in extensible wav files and
9060 also handle 1, 2, 4, 6, 8 channels here when a file without channel
9063 Add support for float, alaw and mulaw in extensible wav files.
9065 This allows correct playback of all but 5 files from
9066 http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9068 (gst_riff_create_audio_template_caps):
9069 Add voxware and float formats to the template caps.
9071 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9073 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9075 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9076 Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9078 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9079 * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9080 Use the correct format strings for integer formats.
9082 2007-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
9084 * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9085 Don't use pad_alloc_buffer_and_set_caps to create a small header
9086 packet, or, worse, to create a big temporary video buffer using the
9089 2007-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
9091 * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9092 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9093 GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9094 Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9096 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9098 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9099 GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9100 streamheader_suite):
9101 Add another test set up for failure
9103 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9105 * tests/check/Makefile.am:
9106 * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9107 GST_START_TEST, streamheader_suite, main):
9108 Add a test for the streamheader bug Wim fixed.
9110 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
9112 * ext/theora/theoradec.c: (theora_dec_sink_event):
9113 Fix misleading comment.
9115 2007-04-13 Stefan Kost <ensonic@users.sf.net>
9117 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9118 More sanity checks for the header fields.
9120 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9122 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9123 Try encodings from all environment variables, not just those in the
9124 first environment variable that is set.
9126 2007-04-12 Wim Taymans <wim@fluendo.com>
9128 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9129 (gst_video_rate_chain):
9132 * tests/check/elements/videorate.c: (GST_START_TEST),
9134 Added check for videorate changing caps handling. Closes #421834.
9136 2007-04-12 Michael Smith <msmith@fluendo.com>
9138 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9139 Use scale functions to avoid overflow when calculating duration of
9142 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9144 * docs/libs/gst-plugins-base-libs-sections.txt:
9145 * gst-libs/gst/tag/tag.h:
9146 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9147 API: add gst_tag_freeform_string_to_utf8() (#405072).
9149 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9150 Use gst_tag_freeform_string_to_utf8() here.
9152 2007-04-12 Wim Taymans <wim@fluendo.com>
9154 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9155 (gst_gdp_pay_sink_event):
9156 Make sure we set the IN_CAPS flag correctly.
9158 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9159 Get the IN_CAPS flag before we call functions that mess with the flags.
9161 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
9163 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9164 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9165 Only stamp buffers with offset/offset_end right before they get
9166 pushed. This ensures offset continuity, which was not the case
9168 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9170 2007-04-06 Wim Taymans <wim@fluendo.com>
9172 * gst/playback/gstplaybin.c: (add_sink),
9173 (gst_play_bin_change_state):
9174 Activate sync in playbin, we are ready to handle it for live streams.
9176 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
9178 * tests/check/elements/playbin.c:
9179 (test_sink_usage_video_only_stream), (playbin_suite):
9180 Add small test for stream-info-value-array code paths.
9182 2007-04-05 Wim Taymans <wim@fluendo.com>
9184 * gst-libs/gst/audio/gstbaseaudiosink.c:
9185 (gst_base_audio_sink_skew_slaving):
9186 Don't try to create invalid calibration parameters by making the
9187 internal time go backwards, instead make external time go forward.
9189 2007-04-05 Wim Taymans <wim@fluendo.com>
9191 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9193 * gst/playback/gstplaybasebin.c: (add_stream):
9194 Fix leak in add_stream(), when g_value_set_object() increases the
9195 refcount of streaminfo object. Fixes #426250.
9197 2007-04-03 David Schleef <ds@schleef.org>
9199 * gst/videotestsrc/gstvideotestsrc.c:
9200 * gst/videotestsrc/gstvideotestsrc.h:
9201 * gst/videotestsrc/videotestsrc.c:
9202 * gst/videotestsrc/videotestsrc.h:
9203 Add a test pattern called "circular", which has concentric
9204 rings with varying radial frequency. The main purpose of this
9205 pattern is to test fidelity loss in a filter or scaler element.
9206 Notably, this pattern is scale invariant, and is optimally viewed
9207 with a width (and height) of 400.
9209 2007-04-03 Wim Taymans <wim@fluendo.com>
9211 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9213 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9214 (deactivate_free_recursive):
9215 Decodebin2 doesn't unref pads it obtains in some occasions:
9216 - multiqueue src pads, when either connecting further or exposing
9217 - sink pads of new autoplugged elements
9218 - peer pads when recursively freeing elements
9221 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
9223 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9224 Add audio/x-raw-float support, now that audioconvert support
9225 non-native endianness floats.
9227 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
9229 * docs/libs/gst-plugins-base-libs-docs.sgml:
9230 gstreamer-plugins-base.pc doesn't exist, it's
9231 gstreamer-plugins-base-0.10.pc.
9233 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9235 Patch by: René Stadler <mail at renestadler dot de>
9236 with some minor changes
9238 * gst-libs/gst/floatcast/floatcast.h:
9239 Use more efficient float endianness conversion functions that don't
9240 involve 2 function calls per value.
9241 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9242 (check_default), (audio_convert_prepare_context):
9243 * gst/audioconvert/gstaudioconvert.c:
9244 (gst_audio_convert_parse_caps), (make_lossless_changes):
9245 Support non-native endianness floats as input and output.
9247 * tests/check/elements/audioconvert.c: (verify_convert),
9249 Add unit tests for the non-native endianness float conversions.
9251 2007-03-29 Wim Taymans <wim@fluendo.com>
9253 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9254 (gst_base_rtp_depayload_base_init),
9255 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9256 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9257 (gst_base_rtp_depayload_set_gst_timestamp),
9258 (gst_base_rtp_depayload_change_state),
9259 (gst_base_rtp_depayload_set_property),
9260 (gst_base_rtp_depayload_get_property):
9261 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9262 Add Private structure.
9263 Bring element code to 2007.
9264 Parse clock-base caps param and use it when generating the
9266 Reset variables before going to PAUSED.
9269 2007-03-29 Wim Taymans <wim@fluendo.com>
9271 * docs/libs/gst-plugins-base-libs-docs.sgml:
9272 * docs/libs/gst-plugins-base-libs-sections.txt:
9273 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9274 (gst_base_rtp_audio_payload_get_adapter):
9278 * gst-libs/gst/rtp/Makefile.am:
9279 * gst-libs/gst/rtp/gstrtcpbuffer.c:
9280 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9281 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9282 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9283 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9284 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9285 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9286 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9287 (gst_rtcp_packet_sr_get_sender_info),
9288 (gst_rtcp_packet_sr_set_sender_info),
9289 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9290 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9291 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9292 (gst_rtcp_packet_sdes_get_chunk_count),
9293 (gst_rtcp_packet_sdes_first_chunk),
9294 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9295 (gst_rtcp_packet_sdes_first_item),
9296 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9297 (gst_rtcp_packet_bye_get_ssrc_count),
9298 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9299 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9300 (gst_rtcp_packet_bye_get_reason_len),
9301 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9302 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9303 Add new helper object for parsing and creating RTCP messages.
9305 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9307 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9308 PCM samples with width=8 must be always unsigned, no matter what
9311 2007-03-29 Andy Wingo <wingo@pobox.com>
9313 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9314 perfect offsets also, not just timestamps.
9316 * tests/check/elements/videorate.c (test_more): Test that given
9317 any incoming offsets, that videorate produces perfect offsets.
9319 2007-03-29 Wim Taymans <wim@fluendo.com>
9321 * gst-libs/gst/riff/riff-ids.h:
9322 Add some more RIFF formats.
9324 2007-03-29 Wim Taymans <wim@fluendo.com>
9326 * gst-libs/gst/rtp/gstrtpbuffer.c:
9327 (gst_rtp_buffer_default_clock_rate):
9328 * gst-libs/gst/rtp/gstrtpbuffer.h:
9329 Fix fixed payload names and docs.
9330 Added method to get the default clock rates of fixed payload types.
9331 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9333 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9335 * tests/check/pipelines/.cvsignore:
9336 Add new vorbisdec test to cvsignore.
9338 2007-03-28 Wim Taymans <wim@fluendo.com>
9340 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9341 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9342 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9343 (gst_base_audio_sink_set_property),
9344 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9345 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9346 (gst_base_audio_sink_skew_slaving),
9347 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9348 (gst_base_audio_sink_async_play):
9349 * gst-libs/gst/audio/gstbaseaudiosink.h:
9350 Store private stuff in GstBaseAudioSinkPrivate.
9351 Add configurable clock slaving modes property.
9352 API:: GstBaseAudioSink::slave-method property
9353 Some more latency reporting tweaks.
9354 Added skew based clock slaving correction and make it the default until
9355 the resampling method is more robust.
9357 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
9359 * gst/audioconvert/audioconvert.c:
9360 Add docs to the integer pack functions and implement proper
9361 rounding. Before we had rounding towards negative infinity, i.e.
9362 always the smaller number was taken. Now we use natural rounding,
9363 i.e. rounding to the nearest integer and to the one with the largest
9364 absolute value for X.5. The old rounding introduced some minor
9365 distortions. Fixes #420079
9366 * tests/check/elements/audioconvert.c: (GST_START_TEST):
9367 Fix one unit test that assumed the old rounding and added unit tests
9368 for checking signed/unsigned int16 <-> signed/unsigned int16 with
9369 depth 8, one for signed int16 <-> unsigned int16 and one for the new
9370 rounding from signed int32 to signed/unsigned int16.
9372 2007-03-27 Michael Smith <msmith@fluendo.com>
9374 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9375 (gst_audio_convert_transform_caps):
9376 Fix typo in debug line introduced recently, as pointed out on irc.
9378 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
9380 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9381 * tests/check/libs/tag.c: (GST_START_TEST):
9382 Make sure we parse floating-point numbers in vorbis comments
9383 correctly with either '.' or ',' as separator, no matter what
9384 the current locale is. Add unit test for this too.
9386 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
9388 Patch by: René Stadler <mail at renestadler de>
9390 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9391 When writing out floating-point numbers to vorbis comment tags, always
9392 use the same character as separator no matter what the current locale is
9395 * tests/check/libs/tag.c: (GST_START_TEST):
9396 Add unit tests for replaygain tags in vorbis comments (closes #423055).
9398 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
9400 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9401 vorbis_handle_data_packet):
9402 Correctly set DURATION to generate a timestamp-continuous stream.
9403 One bug left at the end; see
9404 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9405 * tests/check/Makefile.am:
9406 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9407 Add a test to check this. Without the above patch this test fails.
9409 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
9411 * gst-libs/gst/rtp/Makefile.am:
9412 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9414 2007-03-23 Michael Smith <msmith@fluendo.com>
9416 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9417 (gst_video_rate_reset), (gst_video_rate_chain):
9418 If videorate changes caps, we can no longer use the old buffer
9419 (which may have a different size, incompatible with our caps).
9420 So don't do that; just duplicate the new frame more times.
9422 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
9424 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9425 Remove playbin's override of the set_clock vmethod. It's irrelevant
9426 after Wim's commit on the 19th.
9428 2007-03-22 Wim Taymans <wim@fluendo.com>
9430 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9431 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9432 * ext/gnomevfs/gstgnomevfssrc.h:
9433 Don't cache file sizes. Fixes #341078.
9435 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
9437 * gst/playback/gstplaybin.c: (add_sink):
9438 Use GST_PTR_FORMAT to log caps.
9440 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
9442 Patch by: Young-Ho Cha <ganadist at chollian net>
9444 * gst/subparse/samiparse.c: (handle_start_font):
9445 Special-case some more colour names that pango doesn't handle by
9446 default. Fixes #420578.
9448 2007-03-20 Michael Smith <msmith@fluendo.com>
9450 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9451 If we get a zero-sized input buffer, don't pass it to libvorbis, as
9452 that marks EOS internally. After that, libvorbis will buffer all
9453 input data, and encode none of it, eventually leading to memory
9456 2007-03-19 Wim Taymans <wim@fluendo.com>
9458 * gst/playback/gstdecodebin.c: (remove_fakesink):
9459 Don't post STATE_DIRTY anymore.
9461 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9462 (gst_play_bin_change_state):
9463 Remove stream_time reset in seek handling, core does that now.
9464 Disable clocking for live pipelines by forcing a NULL clock to the
9465 complete pipeline, core is too smart now for our previous hack.
9466 We can always autoplug in PAUSED now.
9468 2007-03-17 David Schleef <ds@schleef.org>
9470 * REQUIREMENTS: Update this file, change the formatting to make
9471 it more consistent, plus more machine readable.
9473 2007-03-16 Michael Smith <msmith@fluendo.com>
9475 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9476 (strip_width_64), (append_with_other_format):
9477 Previous fix was too simplistic, and broke the tests. Use a better
9478 approach; only strip 64 from widths for integer audio.
9480 2007-03-16 Michael Smith <msmith@fluendo.com>
9482 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9483 (gst_audio_convert_transform_caps):
9484 We don't support 64 bit integer audio, so don't try to claim we can.
9485 Stops us producing caps don't match our template caps.
9488 2007-03-15 Michael Smith <msmith@fluendo.com>
9490 * gst/audioresample/gstaudioresample.c:
9491 (audioresample_check_discont), (audioresample_transform):
9492 Don't trigger discontinuities for very small imperfections; a filter
9493 flush will sound bad, and many plugins have rounding errors leading
9496 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
9498 Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9500 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9501 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9502 API: add "min-ptime" property to RTP base audio payloader.
9503 API: add gst_base_rtp_audio_payload_push().
9504 API: add gst_base_rtp_audio_payload_get_adapter().
9506 Indentation/whitespace/documentation fixes.
9508 2007-03-14 Julien MOUTTE <julien@moutte.net>
9510 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9511 (audioresample_transform_size), (audioresample_do_output),
9512 (audioresample_transform), (audioresample_pushthrough): Handle
9513 discontinuous streams.
9514 * gst/audioresample/gstaudioresample.h:
9515 * tests/check/elements/audioresample.c:
9516 (test_discont_stream_instance), (GST_START_TEST),
9517 (audioresample_suite): Add a test for discontinuous streams.
9518 * win32/common/config.h: Updated.
9520 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
9535 Update translations from translation project.
9537 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
9539 * gst/audioresample/debug.h:
9540 * gst/audioresample/resample.c: (resample_init):
9541 Since I really am not interested in a debug line for each sample
9542 being processed, move the library's debugging to its own category,
9545 2007-03-13 Michael Smith <msmith@fluendo.com>
9547 * ext/theora/theoradec.c: (theora_handle_type_packet):
9548 Since the plugin doesn't support anything other than 4:2:0 right
9549 now, post an error and fail if we get something else. Won't matter
9550 until libtheora supports the other pixel formats, but hopefully
9553 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
9555 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9556 Use gst_guint64_to_gdouble for conversion.
9558 Add new files to the win32 MANIFEST.
9559 * win32/common/libgstaudio.def:
9560 * win32/common/libgstpbutils.def:
9561 Add new exported functions.
9562 * win32/vs6/gst_plugins_base.dsw:
9563 * win32/vs6/libgstdecodebin.dsp:
9564 * win32/vs6/libgstplaybin.dsp:
9565 Change the link to libgstpbutils.lib.
9566 * win32/vs6/libgstdecodebin2.dsp:
9567 Add a new project for decodebin2.
9568 * win32/vs6/libgstpbutils.dsp:
9569 Add a new project for pbutils.
9571 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
9573 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9574 Also accept partial dates with only year and month,
9575 like 1999-12-00 (fixes #410396 even more).
9577 * tests/check/libs/tag.c: (GST_START_TEST):
9578 Add unit test for the above.
9580 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
9582 * tests/check/elements/subparse.c: (GST_START_TEST),
9584 Add unit test for MPL2 subtitle format (#413799).
9586 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
9588 Patch by: Kamil Pawlowski <kamilpe gmail com>
9590 * gst/subparse/Makefile.am:
9591 * gst/subparse/gstsubparse.c:
9592 (gst_sub_parse_data_format_autodetect),
9593 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9594 (gst_subparse_type_find):
9595 * gst/subparse/gstsubparse.h:
9596 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9597 * gst/subparse/mpl2parse.h:
9598 Add support for MPL2 subtitle format (#413799).
9600 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9603 We require core CVS for the new buffer metadata copy functions.
9605 2007-03-09 Wim Taymans <wim@fluendo.com>
9607 * gst-libs/gst/tag/gstid3tag.c:
9608 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9611 Patch by: Alex Lancaster <alexl at users sourceforge net>
9613 2007-03-09 Wim Taymans <wim@fluendo.com>
9615 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9616 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9617 Improve adapter usage and comments.
9619 2007-03-09 Wim Taymans <wim@fluendo.com>
9621 * ext/pango/gsttextrender.c: (gst_text_render_chain):
9622 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9623 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9624 Use new metadata copy function.
9626 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9627 (gst_ffmpegcsp_transform):
9628 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9629 Basetransform copied the metadata for us.
9631 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9633 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9634 (gst_text_overlay_video_event):
9635 Some more logging. Only accept newsegment events in TIME format and
9636 send a WARNING message if they are not in TIME format.
9638 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9639 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9640 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9641 * gst/subparse/gstsubparse.h:
9642 No need to allocate GstSegment structure dynamically, just put it
9643 into the instance structure; ignore newsegment events in BYTE
9644 format and in particular don't let it overwrite our saved TIME
9645 segment from the last seek.
9647 2007-03-09 Michael Smith <msmith@fluendo.com>
9649 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9650 Replace AC3 typefinder with one that isn't terrible, and actually
9653 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
9655 * gst/audioconvert/gstaudioconvert.c:
9656 (gst_audio_convert_transform):
9657 fix error category and translatable string
9660 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9662 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9663 * pkgconfig/gstreamer-plugins-base.pc.in:
9664 Fix up utils => pbutils here too.
9666 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9668 * gst/subparse/gstsubparse.c: (handle_buffer):
9669 Break out of loop in chain function as soon as possible if we get
9670 a non-OK flow return.
9672 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
9674 * tests/check/elements/alsa.c: (GST_START_TEST):
9675 Unref the mixer if the state change fails too (if the
9676 alsa devices are inaccessible, for example)
9678 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
9680 * tests/check/Makefile.am:
9681 Don't test libvisual elements in the states check, because libvisual
9682 seems to leak internally.
9684 Re-enable the alsa and states tests now that there's new suppressions
9687 * tests/check/elements/alsa.c: (GST_START_TEST):
9688 Don't leak the alsamixer we instantiated.
9690 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
9692 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9693 (gst_ximagesink_change_state), (gst_ximagesink_reset),
9694 (gst_ximagesink_finalize):
9695 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9696 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9697 Move some cleanup stuff from the state change handler into a _reset()
9698 function that can be called from _finalize(). This ensures that things
9699 get freed even if (for some reason) the NULL->READY state transition
9700 fails in the parent class.
9701 Even if a parent state change fails, process our downward state change
9702 logic instead of bailing out early.
9703 Free the correct xcontext pointer in ximagesink's xcontext_clear.
9705 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
9707 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9710 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9711 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9712 Use pango_font_description_set_family_static instead of
9713 pango_font_description_set_family to save a string copy (it was
9714 leaking due to the strdup anyway)
9716 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9717 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9718 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9719 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9720 Chain up in finalize.
9722 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
9724 * gst-libs/gst/interfaces/mixertrack.c:
9725 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9726 (gst_mixer_track_set_property):
9727 API: add "untranslated-label" property which should be set by
9728 implementations at construct time (#414645).
9730 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9731 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9732 Set "untranslated-label" when constructing mixer track objects.
9734 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9735 Unit test to check the above.
9737 2007-03-07 Wim Taymans <wim@fluendo.com>
9739 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9740 Fix confusing debug message.
9742 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
9744 * gst-plugins-base.doap:
9745 update doap file with new version
9747 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
9752 === release 0.10.12 ===
9754 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
9757 releasing 0.10.12, "Zombie Horde"
9759 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
9762 Bump version to 0.10.11.4 pre-release
9764 2007-03-06 Wim Taymans <wim@fluendo.com>
9766 * gst-libs/gst/audio/gstbaseaudiosink.c:
9767 (gst_base_audio_sink_async_play):
9768 Fix regression that made GStreamer skip the first samples of audio.
9771 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
9774 Bump version to 0.10.11.3 pre-release
9776 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
9779 Update paths for the rename from utils to pbutils to fix the build.
9781 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
9783 * gst-libs/gst/pbutils/Makefile.am:
9784 Change directory to install headers in from gst/utils to gst/pbutils
9787 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
9790 * docs/libs/gst-plugins-base-libs-docs.sgml:
9791 * docs/libs/gst-plugins-base-libs-sections.txt:
9792 * gst-libs/gst/Makefile.am:
9793 * gst-libs/gst/interfaces/mixer.c:
9794 * gst-libs/gst/pbutils/Makefile.am:
9795 * gst-libs/gst/pbutils/descriptions.c:
9796 (gst_pb_utils_get_source_description),
9797 (gst_pb_utils_get_sink_description),
9798 (gst_pb_utils_get_decoder_description),
9799 (gst_pb_utils_get_encoder_description),
9800 (gst_pb_utils_get_element_description),
9801 (gst_pb_utils_add_codec_description_to_tag_list),
9802 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9803 * gst-libs/gst/pbutils/descriptions.h:
9804 * gst-libs/gst/pbutils/install-plugins.c:
9805 * gst-libs/gst/pbutils/install-plugins.h:
9806 * gst-libs/gst/pbutils/missing-plugins.c:
9807 (gst_missing_uri_source_message_new),
9808 (gst_missing_uri_sink_message_new),
9809 (gst_missing_element_message_new),
9810 (gst_missing_decoder_message_new),
9811 (gst_missing_encoder_message_new),
9812 (gst_missing_plugin_message_get_description):
9813 * gst-libs/gst/pbutils/missing-plugins.h:
9814 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9815 * gst-libs/gst/pbutils/pbutils.h:
9816 * gst-libs/gst/utils/Makefile.am:
9817 * gst-libs/gst/utils/base-utils.c:
9818 * gst-libs/gst/utils/base-utils.h:
9819 * gst-libs/gst/utils/descriptions.c:
9820 * gst-libs/gst/utils/descriptions.h:
9821 * gst-libs/gst/utils/install-plugins.c:
9822 * gst-libs/gst/utils/install-plugins.h:
9823 * gst-libs/gst/utils/missing-plugins.c:
9824 * gst-libs/gst/utils/missing-plugins.h:
9825 * gst-plugins-base.spec.in:
9826 * gst/playback/Makefile.am:
9827 * gst/playback/gstdecodebin.c:
9828 * gst/playback/gstdecodebin2.c:
9829 * gst/playback/gstplaybasebin.c: (setup_subtitle),
9830 (gen_source_element):
9831 * gst/playback/gstplaybin.c: (plugin_init):
9832 * tests/check/Makefile.am:
9833 * tests/check/libs/pbutils.c: (GST_START_TEST),
9834 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9835 * tests/check/libs/utils.c:
9836 rename utils to pbutils
9838 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
9840 * docs/plugins/Makefile.am:
9841 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9842 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9843 * docs/plugins/inspect/plugin-decodebin2.xml:
9844 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9845 Add documentation for decodebin2 that indicates that the API
9848 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
9851 Update to 0.10.11.2 (0.10.12 pre-release)
9853 2007-03-01 Wim Taymans <wim@fluendo.com>
9855 * gst-libs/gst/audio/gstbaseaudiosink.c:
9856 (gst_base_audio_sink_async_play):
9857 base time is irrelevant here.
9859 2007-03-01 Wim Taymans <wim@fluendo.com>
9861 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9862 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9865 * gst-libs/gst/audio/gstbaseaudiosink.c:
9866 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9867 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9868 Improve latency and clock slaving calculations.
9869 Improve slave clock calibration.
9871 * gst-libs/gst/audio/gstringbuffer.c:
9872 (gst_ring_buffer_commit_full):
9873 When we are asked to render N sample to 0 bytes, return N.
9875 2007-03-01 Wim Taymans <wim@fluendo.com>
9877 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9878 (gst_alsasink_write), (gst_alsasink_reset):
9879 * ext/alsa/gstalsasink.h:
9880 Remove unused dispose function.
9881 Rename lock to not interfere with alsasrc lock.
9883 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9884 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9885 (gst_alsasrc_read), (gst_alsasrc_reset):
9886 * ext/alsa/gstalsasrc.h:
9887 Implement finalize function.
9888 Use lock to protect alsa access.
9890 Fine tune sw params.
9892 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
9895 Convert to new AG_GST style.
9897 2007-02-28 Wim Taymans <wim@fluendo.com>
9899 Patch by: Ed Catmur <ed at catmur dot co dot uk>
9901 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9902 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9903 Fix race condition when rapidly switching visualisations in playbin.
9906 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
9908 * tests/check/Makefile.am:
9909 Include local stuff before system installed things in LDFLAGS and
9912 2007-02-28 Wim Taymans <wim@fluendo.com>
9914 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9917 2007-02-28 Wim Taymans <wim@fluendo.com>
9919 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9920 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9921 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9922 Fix duration and timestamping, taking latency into account.
9923 Implement latency query.
9925 2007-02-28 Wim Taymans <wim@fluendo.com>
9927 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9928 (gst_audio_clock_new):
9931 * gst-libs/gst/audio/gstbaseaudiosink.c:
9932 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9933 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9934 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9935 (gst_base_audio_src_create):
9936 Improve latency query code.
9937 Use proper clock names.
9939 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
9941 * tests/check/generic/states.c: (GST_START_TEST):
9942 Copy the states.c test from core again
9943 * tests/check/Makefile.am:
9944 ignore cdio and cdparanoiasrc
9946 2007-02-28 Stefan Kost <ensonic@users.sf.net>
9948 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9949 (double_hq), (audio_convert_get_func_index), (check_default),
9950 (audio_convert_prepare_context), (audio_convert_convert):
9951 Also make valgrind happy and avoid copying data in some cases.
9953 2007-02-28 Stefan Kost <ensonic@users.sf.net>
9955 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9956 (double_hq), (audio_convert_get_func_index),
9957 (audio_convert_prepare_context), (audio_convert_convert):
9958 * gst/audioconvert/gstaudioconvert.c:
9959 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9960 (gst_audio_convert_transform_caps):
9961 * tests/check/elements/audioconvert.c: (GST_START_TEST),
9962 (audioconvert_suite):
9963 Don't run inplace if that overwrites source data as we go. Add more
9964 tests. Fixes #339837 even more.
9966 2007-02-27 Julien MOUTTE <julien@moutte.net>
9968 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9969 (msg_segment_done): Fix various seeking bugs (Slider was not
9970 updating when doing a non flushing seek, Reverse playback
9971 on segment seek was wrong).
9973 2007-02-26 Wim Taymans <wim@fluendo.com>
9975 * tests/examples/seek/seek.c: (stop_seek):
9976 When we stop scrubbing, don't leave the pipeline PLAYING when we
9977 requested a PAUSED state.
9979 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
9981 Patch by: René Stadler <mail at renestadler de>
9983 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9984 Parse date strings in vorbis comments that have an invalid (zero)
9985 month or day (#410396).
9987 * tests/check/libs/tag.c: (GST_START_TEST):
9988 Test case for the above.
9990 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
9992 Patch by: Loïc Minier <lool+gnome at via ecp fr>
9995 * ext/alsa/Makefile.am:
9996 * gst/audiotestsrc/Makefile.am:
9997 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9999 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10001 * gst/playback/gstplaybin.c:
10002 Improve docs: point out that the application needs to assist playbin
10005 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10007 * gst-libs/gst/utils/install-plugins.c:
10008 * gst-libs/gst/utils/missing-plugins.c:
10009 * tests/check/libs/utils.c: (missing_msg_check_getters):
10010 Change GStreamer marker prefix in detail string from 'gstreamer.net'
10011 to just 'gstreamer'. Document the caps string component of the
10012 decoder/encoder detail a bit better, since not everyone will be
10013 familiar with the GStreamer media type/caps system (but they better
10014 enjoy nested itemized lists).
10016 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
10018 * gst-libs/gst/netbuffer/gstnetbuffer.c:
10019 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10020 Fix copying of GstNetBuffer (would crash before, or at least lead to
10021 invalid memory access, #410772), for now by copying the GstBuffer copy
10022 code from the core over here so we can copy the GstBuffer fields on a
10023 provided buffer instance (of type GstNetBuffer in this case). Would be
10024 better to fix this with some support by the core though (and in the long
10025 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10027 * tests/check/Makefile.am:
10028 Enable unit test for GstNetBuffer.
10030 2007-02-22 Andy Wingo <wingo@pobox.com>
10032 * gst-libs/gst/audio/gstbaseaudiosink.c
10033 (gst_base_audio_sink_init): Disable pull-mode activation until we
10034 figure out how to make audio sinks go to PLAYING.
10036 2007-02-22 Stefan Kost <ensonic@users.sf.net>
10038 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10039 (double_hq), (audio_convert_get_func_index),
10040 (audio_convert_prepare_context), (audio_convert_convert):
10041 * gst/audioconvert/audioconvert.h:
10042 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10043 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10044 * gst/audioconvert/gstchannelmix.h:
10045 * tests/check/elements/audioconvert.c: (GST_START_TEST):
10046 Add float as an intermediate format, as well as float mixing. Enable
10047 test that was failing before. Fixes #339837
10049 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10051 * tests/examples/seek/seek.c: (do_seek):
10052 Undo the previous commit: -1 as a stop time implies that the stop
10053 time is the end of file, clearing any previously configured segment.
10055 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10057 * tests/examples/seek/seek.c: (do_seek):
10058 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10060 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10062 * gst/volume/gstvolume.c: (volume_process_int16),
10063 (volume_process_int16_clamp), (volume_set_caps):
10064 Unbreak volume, value remains gint.
10066 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10068 * gst/volume/gstvolume.c: (volume_choose_func),
10069 (volume_update_real_volume), (gst_volume_set_volume),
10070 (gst_volume_init), (volume_process_double), (volume_process_float),
10071 (volume_process_int16), (volume_process_int16_clamp),
10072 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10073 * gst/volume/gstvolume.h:
10074 Extend float audio support (double) and some int->uint cleanups.
10076 2007-02-20 Edward Hervey <edward@fluendo.com>
10078 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10079 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10080 (sort_end_pads), (gst_decode_group_expose),
10081 (gst_decode_group_hide):
10082 Don't free groups from the streaming threads. Just put them aside and
10083 free them in dispose.
10085 2007-02-20 Edward Hervey <edward@fluendo.com>
10087 * gst/playback/gstdecodebin2.c: (connect_element),
10088 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10089 (sort_end_pads), (gst_decode_group_expose):
10090 Handle dynamic pads within groups.
10091 Sort pads before exposing them in order to make playbin happy.
10092 There still is a race with the multiqueue filling up. This should be
10096 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10098 * gst-libs/gst/utils/base-utils.c:
10099 * gst-libs/gst/utils/descriptions.c:
10100 * gst-libs/gst/utils/install-plugins.c:
10101 * gst-libs/gst/utils/missing-plugins.c:
10102 Some more docs (and descriptions for two subtitle formats).
10104 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10106 * gst-libs/gst/audio/audio.c:
10109 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10111 Patch by: Yves Lefebvre <ivanohe abacom com>
10113 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10114 Don't leak caps. Fixes #408278.
10116 2007-02-15 Stefan Kost <ensonic@users.sf.net>
10118 * ext/cdparanoia/gstcdparanoiasrc.h:
10119 * ext/ogg/gstoggdemux.h:
10120 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10121 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10122 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10123 * gst-libs/gst/audio/audio.h:
10124 * gst-libs/gst/audio/gstaudiofilter.h:
10125 * gst-libs/gst/interfaces/videoorientation.h:
10126 * gst/adder/gstadder.h:
10127 More docs coverage and some ChangeLog surgery (add missing names)
10129 2007-02-15 Wim Taymans <wim@fluendo.com>
10131 * sys/ximage/ximagesink.c:
10132 (gst_ximagesink_calculate_pixel_aspect_ratio):
10133 * sys/xvimage/xvimagesink.c:
10134 (gst_xvimagesink_calculate_pixel_aspect_ratio):
10135 Small constifications.
10137 2007-02-15 Wim Taymans <wim@fluendo.com>
10139 * gst-libs/gst/audio/gstbaseaudiosink.c:
10140 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10141 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10142 (gst_base_audio_sink_async_play),
10143 (gst_base_audio_sink_change_state):
10144 Answer latency query.
10145 Use configured latency when syncing.
10148 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10149 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10150 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10151 Fix possible memleak.
10152 Implement latency query.
10155 2007-02-15 Wim Taymans <wim@fluendo.com>
10157 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10158 Ignore errors in reset, these are not fatal. They also grab the element
10159 lock which is already taking when this function is called. Fixes
10162 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10165 Remove 'tests/examples/xerror/Makefile' from output files again.
10167 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10170 * docs/plugins/Makefile.am:
10171 Also crossref against gst-plugins-base-libs.
10173 2007-02-12 Stefan Kost <ensonic@users.sf.net>
10176 * docs/libs/Makefile.am:
10177 * docs/plugins/Makefile.am:
10178 Add crossreferences to glib/gobject/gstream docs.
10180 * gst-libs/gst/audio/audio.h:
10183 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10184 Add own debug category.
10186 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
10188 Patch by: René Stadler <mail at renestadler de>
10190 * gst-libs/gst/tag/gstvorbistag.c:
10191 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10194 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10196 * gst/playback/gstplaybasebin.c: (setup_source):
10197 When we have external subtitles and wait for the subtitle decodebin
10198 to get up and running, we set up a (sync) bus handler for the
10199 subtitle decodebin, so we can stop waiting when it posts an error
10200 message. However, we should do that before we set the subtitle
10201 decodebin's state to playing, otherwise things are racy and we might
10202 miss error messages posted before we had a chance to set up the bus.
10203 This should finally fix totem hanging on .txt pseudo-subtitle files.
10205 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
10207 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10208 Use gst_gdouble_to_guint64 for conversions.
10209 * win32/common/config.h.in:
10210 Add a define for GST_INSTALL_PLUGINS_HELPER
10211 * win32/common/libgstaudio.def:
10212 * win32/common/libgstcdda.def:
10213 * win32/common/libgstnetbuffer.def:
10214 * win32/common/libgstrtp.def:
10215 * win32/common/libgutils.def:
10216 Add new exported functions.
10217 * win32/vs6/gst_plugins_base.dsw:
10218 * win32/vs6/libgstdecodebin.dsp:
10219 * win32/vs6/libgstnetbuffer.dsp:
10220 * win32/vs6/libgstplaybin.dsp:
10221 * win32/vs6/libgstrtp.dsp:
10222 * win32/vs6/libgstvorbis.dsp:
10223 * win32/vs6/libgstcdda.dsp:
10224 * win32/vs6/libgstgdp.dsp:
10225 * win32/vs6/libgstutils.dsp:
10226 Update and add new project files.
10228 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10230 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10231 (subrip_remove_unhandled_tags), (parse_subrip):
10232 For SubRip (.srt) subtitles, ignore all markup tags we don't
10233 handle (like font tags, for example).
10235 * tests/check/elements/subparse.c:
10238 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10240 * gst/playback/gstdecodebin.c: (add_fakesink),
10241 (gst_decode_bin_change_state):
10242 * gst/playback/gstdecodebin2.c: (add_fakesink),
10243 (gst_decode_bin_change_state):
10244 Don't error out if there is no fakesink in the NULL to READY state
10245 change, since when decodebin is re-used, we're only adding the
10246 fakesink element in READY to PAUSED.
10248 * tests/check/elements/decodebin.c:
10249 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10251 Minimal unit test to make sure we can use the same decodebin
10252 instance twice (at least with audiotestsrc input).
10254 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10256 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10257 Try to get devic-name from device string first, and from handle only
10258 as fallback (seems to yield better results and is more robust
10259 against buggy probing code on the application side).
10261 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
10263 Based on patch by: Julien Puydt <julien.puydt at laposte net>
10265 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10266 (gst_alsa_find_device_name):
10267 * ext/alsa/gstalsa.h:
10268 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10269 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10270 Improve device-name detection a bit, especially in the case where
10271 the device is not actually open (#405020, #405024). Move common code
10272 into gstalsa.c instead of duplicating it.
10274 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
10276 * gst/audioconvert/gstaudioconvert.c:
10277 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10279 2007-02-06 Julien MOUTTE <julien@moutte.net>
10281 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10282 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10283 (gst_xvimagesink_interface_supported),
10284 (gst_xvimagesink_probe_get_properties),
10285 (gst_xvimagesink_probe_probe_property),
10286 (gst_xvimagesink_probe_needs_probe),
10287 (gst_xvimagesink_probe_get_values),
10288 (gst_xvimagesink_property_probe_interface_init),
10289 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10290 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10291 (gst_xvimagesink_get_type):
10292 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10293 for XVAdaptors so that one can choose the adaptor to use with
10294 gstreamer-properties.
10296 2007-02-06 Stefan Kost <ensonic@users.sf.net>
10298 * gst/audioconvert/gstaudioconvert.c:
10299 Also mention that a conversion from double to float is suboptimal still.
10301 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
10303 * gst-libs/gst/audio/gstaudiofilter.c:
10304 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10305 Clear our formats structure and free the caps contained in it when
10308 2007-02-05 Andy Wingo <wingo@pobox.com>
10310 * gst-libs/gst/audio/gstbaseaudiosink.c
10311 (gst_base_audio_sink_callback): Update basesink->offset so that we
10312 pull monotonically increasing offsets instead of, um, seeking back
10313 to 0 each time. Fixes alsasrc ! alsasink!
10315 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
10317 * gst/videoscale/gstvideoscale.c:
10318 A width and height of 1 makes us crash, so increase minimum size to
10319 2x2 pixels until someone feels like fixing this (#404512).
10321 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
10323 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10324 Add small test to make sure request pads are cleaned up properly
10325 even if oggmux never changes state out of NULL.
10327 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
10329 * tests/check/libs/utils.c: (GST_START_TEST):
10330 Fix unit test. Turns out things work much better when you
10331 NULL-terminate string arrays. Should make p5 build bot happy again.
10333 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10335 * gst-libs/gst/audio/Makefile.am:
10336 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10337 (gst_audio_filter_template_base_init),
10338 (gst_audio_filter_template_class_init),
10339 (gst_audio_filter_template_init),
10340 (gst_audio_filter_template_set_property),
10341 (gst_audio_filter_template_get_property),
10342 (gst_audio_filter_template_setup),
10343 (gst_audio_filter_template_filter),
10344 (gst_audio_filter_template_filter_inplace), (plugin_init):
10345 Oops, forgot to commit fixed-up example.
10347 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10349 * docs/libs/gst-plugins-base-libs-sections.txt:
10350 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10351 (gst_audio_filter_class_init), (gst_audio_filter_init),
10352 (gst_audio_filter_set_caps),
10353 (gst_audio_filter_class_add_pad_templates):
10354 * gst-libs/gst/audio/gstaudiofilter.h:
10355 Port GstAudioFilter to 0.10. This change technically breaks
10356 API and ABI (and thus also every library developer's heart),
10357 but seems justifiable on the grounds that the base class was
10358 completely unusable before (ie. would crash immediately when
10359 actually used). Fixes #403963 (and eventually also #403572).
10360 Also document all of this a bit.
10362 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10364 * gst-libs/gst/utils/install-plugins.c:
10365 (gst_install_plugins_spawn_child):
10366 * tests/check/libs/utils.c:
10367 (test_base_utils_install_plugins_do_callout):
10368 Lowering log level to see why things fail on the p5 build bot;
10369 fix some typos in unit test messages.
10371 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10373 * tests/check/libs/utils.c:
10374 (test_base_utils_install_plugins_do_callout):
10375 Don't hard-code temp directory for test helper; use GLib functions
10376 to write out file and do error checking etc.
10378 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10380 * gst-libs/gst/utils/Makefile.am:
10381 * gst-libs/gst/utils/base-utils.h:
10382 * gst-libs/gst/utils/install-plugins.c:
10383 (gst_install_plugins_context_set_xid),
10384 (gst_install_plugins_context_new),
10385 (gst_install_plugins_context_free),
10386 (gst_install_plugins_get_helper),
10387 (gst_install_plugins_spawn_child),
10388 (gst_install_plugins_return_from_status),
10389 (gst_install_plugins_installer_exited),
10390 (gst_install_plugins_async), (gst_install_plugins_sync),
10391 (gst_install_plugins_return_get_name),
10392 (gst_install_plugins_installation_in_progress):
10393 * gst-libs/gst/utils/install-plugins.h:
10394 API: add API for applications to initiate installation of missing
10395 plugins, ie. gst_install_plugins_async() primarily.
10396 Based on libgimme-codec by Ryan Lortie.
10399 Add --with-install-plugins-helper configure option so distros can specify
10400 the path of the helper script or program to call when plugin installation
10401 is requested (distros: please do any argument munging in this helper
10402 script instead of patching GStreamer to pass arguments differently
10403 to another program directly).
10405 * docs/libs/gst-plugins-base-libs-docs.sgml:
10406 * docs/libs/gst-plugins-base-libs-sections.txt:
10407 Build and document new API.
10409 * tests/check/libs/utils.c: (result_cb),
10410 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10411 (libgstbaseutils_suite):
10412 Some simple checks for the new API.
10414 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10416 * tests/check/elements/audioconvert.c: (test_float_conversion):
10417 Add small test for 32bit float <=> 64bit float conversion (works
10418 only one way so far, 32=>64 produces structured noise).
10420 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10422 * gst/audioconvert/gstaudioconvert.c:
10423 (set_structure_widths_32_and_64), (make_lossless_changes):
10424 We don't support floats with a width of 40, 48 or 56 bits.
10426 2007-02-02 Stefan Kost <ensonic@users.sf.net>
10428 * gst/audioconvert/audioconvert.c: (float), (double),
10429 (audio_convert_get_func_index):
10430 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10431 (make_lossless_changes):
10432 Support for 64-bit float audio in audioconvert (#339837)
10434 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
10436 Patch by: Holger Wansing <linux wansing-online de>
10440 Add German translation (#352069).
10442 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
10444 reviewed by: Wim Taymans <wim@fluendo.com>
10446 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10447 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10448 Use newly added GstCollectPads API to free the allocated resources in
10449 the GstOggPad structures (#402393).
10451 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
10453 * gst/playback/gstplaybin.c: (gen_vis_element):
10454 Add audioresample+audioconvert in front of the visualisation
10455 element, so that elements like libvisual 0.4 that don't support all
10456 samplerates can work.
10460 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
10462 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10463 (gst_play_base_bin_get_streaminfo_value_array):
10464 Take some locks and make a copy of the streaminfo value array we
10465 maintain while holding the lock, so that the application can
10466 retrieve the stream-info as a value array in a thread-safe way.
10468 2007-01-30 Wim Taymans <wim@fluendo.com>
10470 * gst/audioconvert/gstaudioconvert.c:
10471 Don't fail on 0 sized buffers. Fixes #396835.
10473 2007-01-29 David Schleef <ds@schleef.org>
10475 * gst/typefind/gsttypefindfunctions.c:
10476 Detect BBCD as video/x-dirac, so we can play raw dirac
10479 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
10481 * ext/theora/theoraenc.c: (theora_enc_chain):
10482 Check return value of theora_encode_header(), or we might try to
10483 allocate a random number of bytes. theora_encode_header() can fail
10484 if libtheora has been compiled with encoding support disabled.
10487 2007-01-29 Wim Taymans <wim@fluendo.com>
10489 * tests/check/gst/.cvsignore:
10490 Do as buildbot says.
10492 2007-01-29 Wim Taymans <wim@fluendo.com>
10494 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10495 Fix strides in libvisual. Gst uses X strides.
10496 Inspired by: <ed at catmur dot co dot uk> and
10497 <tim at centricular dot net>
10500 2007-01-27 Wim Taymans <wim@fluendo.com>
10502 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10503 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10504 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10505 (gst_ogg_demux_perform_seek),
10506 (gst_ogg_demux_bisect_forward_serialno),
10507 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10508 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10509 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10510 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10511 * ext/ogg/gstoggdemux.h:
10512 Properly propagate streaming errors when we are scanning the file for
10513 chains so that we don't crash when shut down. Might fix some crashers
10514 when quickly switching oggs in RB such as #332503 and #378436.
10516 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
10518 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10519 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10520 error code as well.
10522 2007-01-25 Wim Taymans <wim@fluendo.com>
10524 * gst/playback/gstplaybasebin.c: (remove_source):
10525 Don't try to disconnect a signal from a finalized object.
10527 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
10529 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10530 Cast lock macro parameters to make sure we're actually accessing the
10531 lock member at the right class level. Free list itself in _dispose()
10532 as well and NULL it in case dispose gets called multiple times.
10534 2007-01-25 Edward Hervey <edward@fluendo.com>
10536 * gst/playback/gstdecodebin2.c:
10537 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10538 Free GstDecodeGroups no longer used.
10539 (gst_decode_group_expose):
10540 Don't unlock too many times !
10541 (deactivate_free_recursive):
10542 Free iterator once we're done with it.
10543 Fix for recursively deactivating elements (stop at ghostpads).
10545 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
10547 * gst/playback/gstplaybin.c: (handoff):
10548 Fix up caps on the frame buffer before we save it and potentially
10549 make it accessible to other threads via g_object_get; also use
10550 gst_buffer_replace() instead of gst_mini_object_replace().
10552 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
10554 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10555 Make getting the current frame thread-safe.
10557 2007-01-25 Edward Hervey <edward@fluendo.com>
10559 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10560 (gst_decode_group_new), (gst_decode_group_free):
10561 Set queues to bigger sizes to cope with HD contents.
10562 Fix some mutex freeing and add comment about MT safe methods.
10564 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
10566 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10567 (gst_text_overlay_text_event):
10568 Don't unnecessarily ref (and then leak) upstream events if the text
10569 pad is not linked. Fixes #399948.
10571 * tests/check/gst-plugins-base.supp:
10572 Add suppression for pango on edgy/x86 for textoverlay test.
10574 2007-01-24 Wim Taymans <wim@fluendo.com>
10576 * gst-libs/gst/rtp/gstrtpbuffer.h:
10577 Add some more fixed payloads.
10579 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
10581 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10582 Error out properly if we get an error from libogg while reading the
10583 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10585 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
10587 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10590 * tests/check/elements/playbin.c:
10591 (test_sink_usage_video_only_stream),
10592 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10593 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10594 (test_missing_suburisource_handler),
10595 (test_missing_primary_decoder), (playbin_suite):
10596 Run all tests once with decodebin and once with decodebin2.
10597 One test does not pass yet with decodebin2.
10599 2007-01-23 Edward Hervey <edward@fluendo.com>
10601 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10602 Fix the cases where oggmux doesn't properly figure out that all
10603 sinkpads have gone EOS, and therefore doesn't push out the remaining
10604 buffers and the final EOS event.
10607 2007-01-23 Julien MOUTTE <julien@moutte.net>
10609 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10610 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10611 Don't lock on navigation event push, just on keysym to string.
10612 Fixes #397673 again.
10614 2007-01-22 Edward Hervey <edward@fluendo.com>
10616 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10617 (get_current_group), (group_demuxer_event_probe),
10618 (gst_decode_group_expose), (deactivate_free_recursive),
10619 (gst_decode_group_free):
10621 Don't forget to emit 'no-more-pads' once a group is exposed.
10622 Cleanup elements from a DecodeGroup once we remove it.
10623 Protect call to gst_decode_group_expose() with the decodebin lock.
10625 2007-01-22 Julien MOUTTE <julien@moutte.net>
10627 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10628 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10629 Looking at Xorg code i can't figure out if that XKeysymToString
10630 function is thread sensible or not. Lock it just in case as
10631 recommended by Radek Doulik <rodo at ximian dot com>.
10633 2007-01-22 Julien MOUTTE <julien@moutte.net>
10635 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10636 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10637 Lock that X Call as well. Fixes #397673.
10639 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
10641 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10642 Don't go into an endless loop if the file starts with 00 00 01 2X,
10643 like quicktime redirect files might. Fixes #396042.
10645 * tests/check/Makefile.am:
10646 * tests/check/gst/.cvsignore:
10647 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10648 (typefindfunctions_suite):
10649 Add unit test for the above.
10651 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
10653 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10654 On second thought, use "depth" field rather than "bpp" field.
10656 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
10658 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10659 Camtasia caps apparently need a bpp field (#398875).
10661 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
10663 * gst/playback/gstplaybasebin.c: (setup_subtitle),
10664 (gen_source_element), (gst_play_base_bin_change_state):
10665 Attempt at a better error message in case we don't have the required
10666 URI handler installed; post missing-plugin message also when we're
10667 missing an URI handler for the subtitle URI; clean up properly also
10668 when an error occurs and we never made it to PAUSED state.
10670 * tests/check/elements/playbin.c: (GST_START_TEST),
10672 Check that we're also getting a missing-plugin messsage for a
10673 missing subtitle URI handler (and clean up properly).
10675 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
10677 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10678 Plug a few reference leaks.
10680 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
10682 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10683 Lower probability a bit if the marker isn't right at the start,
10684 to decrease the chance of false positives.
10686 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
10688 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10689 Small mpeg2 system stream typefinding improvement: make typefinder
10690 probe a bit into the stream instead of just looking for a marker
10691 at the beginning. Fixes #397810.
10693 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
10695 * gst/audioconvert/gstchannelmix.c:
10696 Remove compatibility cruft for prehistoric GLib versions.
10698 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
10700 * gst/playback/Makefile.am:
10701 * gst/playback/gstdecodebin.c: (close_pad_link):
10702 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10703 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10704 (gst_play_base_bin_handle_message_func), (unknown_type):
10705 Let decodebin be the element to post missing-plugin messages for
10706 missing decoders (rather than playbin); make playbin implement
10707 GstBin::handle_message so we can suppress missing-plugin messages
10708 for types we're not handling on purpose (don't want to bring up an
10709 installer in those cases).
10711 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
10713 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10714 * gst-libs/gst/tag/gstvorbistag.c:
10715 (gst_tag_list_to_vorbiscomment_buffer):
10716 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10717 Fix potentially unaligned access (#397207).
10719 2007-01-16 Stefan Kost <ensonic@users.sf.net>
10721 * tests/examples/seek/seek.c: (set_scale), (update_scale),
10722 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10723 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10725 Allow to toggle looping while it plays. Fix callback prototype. Clean
10726 up code a bit more. Add copyright header.
10728 2007-01-16 Stefan Kost <ensonic@users.sf.net>
10730 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10731 Red and blue mask was swapped (spotted by Dan Williams).
10733 2007-01-15 Stefan Kost <ensonic@users.sf.net>
10735 * gst-libs/gst/tag/gstid3tag.c:
10736 * gst-libs/gst/tag/gstvorbistag.c:
10737 Use new beats-per-minute tag from core.
10739 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
10742 Add new files with translatable strings, so they actually make it
10743 into the template file one day.
10745 2007-01-12 Andy Wingo <wingo@pobox.com>
10747 * gst-libs/gst/audio/gstbaseaudiosink.c
10748 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10749 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10750 stuff, as the base class handles this now. Actually tell the ring
10752 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10753 How did this work before? Maybe I'm not as awesome a programmer as
10756 * gst-libs/gst/audio/gstbaseaudiosrc.c
10757 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10760 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
10762 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10763 Remove more fields so that the application can better blacklist
10764 formats that have been tried before.
10766 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
10768 * gst-libs/gst/audio/mixerutils.h:
10769 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10770 used when compiling with c++ compilers as well.
10772 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
10774 * gst/typefind/gsttypefindfunctions.c:
10777 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
10779 * gst/playback/gstplaybin.c: (post_missing_element_message),
10780 (gen_video_element), (gen_text_element), (gen_audio_element),
10782 Post missing-plugin messages also when we error out because
10783 converters, textoverlay or auto*sinks are missing (#161922).
10785 2007-01-10 Wim Taymans <wim@fluendo.com>
10787 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10788 (is_demuxer_element), (new_caps):
10789 * gst/playback/gstplaybasebin.c: (source_new_pad):
10790 Fix the case where we try to ref a NULL element when we delay a link
10791 because of unfixed caps.
10792 Set the state of autoplugged decodebins to PAUSED.
10793 RTSP now works in playbin, we can remove it from the blacklist.
10795 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
10797 * gst/playback/Makefile.am:
10798 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10799 (unknown_type), (setup_subtitle), (gen_source_element):
10800 * gst/playback/gstplaybin.c: (plugin_init):
10801 Post missing-plugin messages on the bus for missing sources and
10802 missing decoders/demuxers/depayloaders; fix error code used when
10803 we're missing an URI handler source; for media types that we are not
10804 handling on purpose at the moment, don't print "don't know how to
10805 handle xyz" messages to the terminal or post missing-plugin
10806 messages on the bus.
10808 * tests/check/elements/playbin.c: (create_playbin),
10809 (GST_START_TEST), (gst_codec_src_uri_get_type),
10810 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10811 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10812 (gst_codec_src_init_type), (gst_codec_src_base_init),
10813 (gst_codec_src_create), (gst_codec_src_class_init),
10814 (gst_codec_src_init), (plugin_init), (playbin_suite):
10815 Add some tests for the missing-plugin stuff.
10817 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
10820 * gst-libs/gst/Makefile.am:
10821 * gst-libs/gst/utils/Makefile.am:
10822 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10823 * gst-libs/gst/utils/base-utils.h:
10824 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10825 (find_format_info), (caps_are_rtp_caps),
10826 (gst_base_utils_get_source_description),
10827 (gst_base_utils_get_sink_description),
10828 (gst_base_utils_get_decoder_description),
10829 (gst_base_utils_get_encoder_description),
10830 (gst_base_utils_get_element_description),
10831 (gst_base_utils_add_codec_description_to_tag_list),
10832 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10833 * gst-libs/gst/utils/descriptions.h:
10834 * gst-libs/gst/utils/missing-plugins.c:
10835 (missing_structure_get_type), (copy_and_clean_caps),
10836 (gst_missing_uri_source_message_new),
10837 (gst_missing_uri_sink_message_new),
10838 (gst_missing_element_message_new),
10839 (gst_missing_decoder_message_new),
10840 (gst_missing_encoder_message_new),
10841 (missing_structure_get_string_detail),
10842 (missing_structure_get_caps_detail),
10843 (gst_missing_plugin_message_get_installer_detail),
10844 (gst_missing_plugin_message_get_description),
10845 (gst_is_missing_plugin_message):
10846 * gst-libs/gst/utils/missing-plugins.h:
10847 API: add new libgstbaseutils library with functions
10848 - to create and parse missing-plugins messages
10849 - that provide (translated) descriptions for caps/decoders/sources/etc.
10852 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10853 * pkgconfig/gstreamer-plugins-base.pc.in:
10856 * docs/libs/gst-plugins-base-libs-docs.sgml:
10857 * docs/libs/gst-plugins-base-libs-sections.txt:
10858 Generate docs for new lib and API.
10860 * tests/check/Makefile.am:
10861 * tests/check/libs/.cvsignore:
10862 * tests/check/libs/utils.c: (missing_msg_check_getters),
10863 (GST_START_TEST), (libgstbaseutils_suite):
10864 Add some basic unit tests.
10866 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
10868 * ext/ogg/Makefile.am:
10869 Dist gstoggdemux.h to fix 'make distcheck'.
10871 * sys/v4l/Makefile.am:
10872 Fix 'make distcheck' even more.
10874 2007-01-09 Wim Taymans <wim@fluendo.com>
10876 * docs/plugins/Makefile.am:
10877 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10878 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10879 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10880 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10881 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10882 (gst_ogg_demux_perform_seek):
10883 * ext/ogg/gstoggdemux.h:
10885 Add some more comments.
10888 2007-01-09 Wim Taymans <wim@fluendo.com>
10890 * ext/theora/theoradec.c:
10891 * ext/vorbis/vorbisdec.c:
10892 * gst-libs/gst/audio/gstringbuffer.c:
10893 (gst_ring_buffer_commit_full):
10894 * gst-libs/gst/audio/gstringbuffer.h:
10895 * gst-libs/gst/rtp/gstrtpbuffer.c:
10896 * gst-libs/gst/tag/gstvorbistag.c:
10897 Small documentation updates/fixes
10899 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
10902 Require core CVS HEAD for Andy's basesrc/sink API additions.
10904 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
10906 Patch by: Günter Thelen <daedalus dot inc at gmx net>
10908 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10910 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10911 on flac.sf.net (there appear to be other versions of the first
10912 ogg page in the wild) (#391365).
10914 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
10917 Check if localtime_r() is available.
10919 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10920 If localtime_r() is not available, fall back to localtime(). Should
10921 fix build on MingW (#393310).
10923 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
10925 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10926 * gst/subparse/gstsubparse.h:
10927 Remove spurious 1000 subtrahend when calculating the timestamp from
10928 the frame number and the frame rate . Also, use the frames/second
10929 value specified in the first line of the file, if one is specified
10930 there. Should fix #357503.
10932 * tests/check/elements/subparse.c: (do_test),
10933 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10935 Add some basic unit tests for the microdvd subtitle format.
10937 2007-01-07 Julien MOUTTE <julien@moutte.net>
10939 Patch by: Young-Ho Cha <ganadist at chollian dot net>
10941 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10942 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10943 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10944 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10945 (gst_xvimagesink_set_xwindow_id),
10946 (gst_xvimagesink_set_event_handling),
10947 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10948 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10950 Add an adaptor property to select a specific XV adaptor.
10951 * sys/xvimage/xvimagesink.h:
10953 2007-01-07 Julien MOUTTE <julien@moutte.net>
10955 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10956 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10957 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10958 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10959 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10960 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10961 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10962 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10963 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10964 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10965 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10966 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10967 Use flow_lock much more to protect every access to xwindow.
10968 Try to catch erros while creating images in case some drivers are
10969 just generating an XError when the requested image is too big.
10970 Should fix : #354698, #384008, #384060.
10971 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10972 Implement some stress testing of setting window xid.
10974 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
10976 * win32/common/libgsaudio.def:
10977 Add new exported function.
10978 * win32/common/libgstogg.dsp:
10979 Add gstoggaviparse.c to the build.
10980 * win32/common/libgstvideoscale.dsp:
10981 Add vs_4tap.c to the build.
10982 * win32/common/libgstvorbis.dsp:
10983 Add vorbistag.c to the build.
10985 2007-01-06 Andy Wingo <wingo@pobox.com>
10987 * gst-libs/gst/audio/gstbaseaudiosink.c
10988 (gst_base_audio_sink_class_init)
10989 (gst_base_audio_sink_init):
10990 (gst_base_audio_sink_activate_pull): Add an activate_pull function
10991 to baseaudiosink, and tell basesink that we can work in pull mode.
10992 This way the ring buffer thread drives the pipeline directly, if
10993 pull mode is possible. There is some lingering nastiness regarding
10995 (gst_base_audio_sink_callback): Implement the callback to pull
10996 data. This interface is a bit light, though -- it should get a
10997 GstFlowReturn return value at least.
10999 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11001 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11002 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11003 * gst/playback/gstdecodebin2.c:
11004 (gst_decode_group_check_if_blocked):
11005 Printf format and missing argument fixes.
11007 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
11009 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11010 (gst_ogm_parse_change_state):
11011 Activate pads before adding them to the element.
11013 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11015 * tests/examples/seek/scrubby.c: (main):
11016 * tests/examples/seek/seek.c: (main):
11017 Call g_thread_init() first thing in main() (see #391278).
11019 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11021 * tests/check/Makefile.am:
11022 * tests/check/libs/.cvsignore:
11023 * tests/check/libs/netbuffer.c: (GST_START_TEST),
11025 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11026 for the time being, since it's broken, see #393099.
11028 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11030 * tests/check/Makefile.am:
11031 Update to use GST_PLUGINS_BASE_CFLAGS as well.
11033 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
11036 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11037 so that GST_BASE_CFLAGS can go inbetween them, making sure
11038 we use uninstalled gst-libs headers
11039 * docs/libs/Makefile.am:
11040 * ext/alsa/Makefile.am:
11041 * ext/cdparanoia/Makefile.am:
11042 * ext/gnomevfs/Makefile.am:
11043 * ext/libvisual/Makefile.am:
11044 * ext/ogg/Makefile.am:
11045 * ext/theora/Makefile.am:
11046 * ext/vorbis/Makefile.am:
11047 * gst-libs/gst/audio/Makefile.am:
11048 * gst-libs/gst/cdda/Makefile.am:
11049 * gst-libs/gst/interfaces/Makefile.am:
11050 * gst-libs/gst/riff/Makefile.am:
11051 * gst-libs/gst/rtp/Makefile.am:
11052 * gst-libs/gst/tag/Makefile.am:
11053 * gst/adder/Makefile.am:
11054 * gst/audioconvert/Makefile.am:
11055 * gst/audiorate/Makefile.am:
11056 * gst/audioresample/Makefile.am:
11057 * gst/playback/Makefile.am:
11058 * gst/tcp/Makefile.am:
11059 * gst/videoscale/Makefile.am:
11060 * gst/volume/Makefile.am:
11061 * sys/ximage/Makefile.am:
11062 * sys/xvimage/Makefile.am:
11063 * tests/icles/Makefile.am:
11066 2007-01-04 Julien MOUTTE <julien@moutte.net>
11068 * gst-libs/gst/interfaces/xoverlay.c:
11069 (gst_x_overlay_handle_events):
11070 * gst-libs/gst/interfaces/xoverlay.h:
11071 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11072 (gst_ximagesink_set_xwindow_id),
11073 (gst_ximagesink_set_event_handling),
11074 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11075 (gst_ximagesink_get_property), (gst_ximagesink_init),
11076 (gst_ximagesink_class_init):
11077 * sys/ximage/ximagesink.h:
11078 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11079 (gst_xvimagesink_set_xwindow_id),
11080 (gst_xvimagesink_set_event_handling),
11081 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11082 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11083 (gst_xvimagesink_class_init):
11084 * sys/xvimage/xvimagesink.h:
11085 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11086 Add a method to the XOverlay interface to allow disabling of
11087 event handling in x[v]imagesink elements. This will let X events
11088 propagate to parent windows which can be usefull in some cases.
11089 Be carefull that the application is then responsible of pushing
11090 navigation events and expose events to the video sink.
11093 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
11095 * gst-libs/gst/tag/gstvorbistag.c:
11096 * tests/check/libs/tag.c: (GST_START_TEST):
11097 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11100 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
11103 * docs/Makefile.am:
11104 * docs/design/Makefile.am:
11107 2006-12-27 Julien MOUTTE <julien@moutte.net>
11109 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11110 typo. Fixes: #390063.
11112 2006-12-27 Julien MOUTTE <julien@moutte.net>
11114 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11115 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11117 * win32/common/config.h: Updated.
11119 2006-12-22 Stefan Kost <ensonic@users.sf.net>
11121 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11122 (setup_gdpdepay_streamheader):
11123 * tests/check/elements/gdppay.c: (cleanup_gdppay),
11124 (setup_gdppay_streamheader):
11125 Fix the dp tests, but activating the pads for the streamheader tests
11126 too and cleaning up conditionaly
11128 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
11130 * gst/ffmpegcolorspace/avcodec.h:
11131 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11132 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11133 (gst_ffmpegcsp_avpicture_fill):
11134 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11135 (img_get_alpha_info):
11136 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11137 other end of the word. Fixes: #387073.
11139 Add some inconsequential branch hints in a couple of places.
11141 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
11143 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11144 (gst_ffmpeg_caps_to_smpfmt):
11145 The "signed" field in raw audio caps is of boolean type, trying to
11146 extract the value with _get_int() will fail (fix to keep in sync with
11147 the copy in gst-ffmpeg)
11149 2006-12-21 Stefan Kost <ensonic@users.sf.net>
11151 * tests/check/elements/audioresample.c: (cleanup_audioresample):
11152 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11153 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11154 (cleanup_gdpdepay):
11155 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11156 * tests/check/elements/subparse.c: (teardown_subparse):
11157 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11158 * tests/check/elements/videorate.c: (cleanup_videorate):
11159 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11160 * tests/check/elements/volume.c: (cleanup_volume):
11161 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11162 (cleanup_vorbisdec):
11163 * tests/check/elements/vorbistag.c: (setup_vorbistag),
11164 (cleanup_vorbistag):
11165 consistent pad (de)activation
11167 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11169 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11170 Forgot to register the extensions.
11172 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11174 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11176 Add typefinder for VIVO files (my christmas present to the 90s).
11178 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11180 * gst/playback/gstdecodebin.c: (type_found):
11181 Special-case the text/plain media type: we only want to recognise it
11182 as a 'raw' decoded media type if it comes from a demuxer or subtitle
11183 parser, but not if the entire stream is of text/plain type. If the
11184 entire stream is text/plain, we should just error out.
11186 This fixes playback of audio files with lyrics in totem. Totem can't
11187 distinguish between text files and subtitle files and passes any
11188 .txt file with the same basename as the main file to playbin as
11189 suburi, and playbin will then throw a 'subtitle found, but no video
11190 stream' error, which isn't entirely helpful. See #380342.
11192 Also, with this change we'll show a slightly more correct error
11193 message in case totem passes a playlist file to us (although a
11194 custom error message wording instead of the default text would
11195 probably not be a bad idea either).
11197 Same problem also needs to be fixed for playbin+decodebin2.
11199 * tests/check/Makefile.am:
11200 * tests/check/elements/decodebin.c: (src_handoff_cb),
11201 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11203 Add simple unit test for decodebin for the above.
11205 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11207 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11208 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11209 Refuse to change state to READY when we failed to create any of the
11210 required elements in our instance init function.
11212 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
11214 * docs/libs/gst-plugins-base-libs-sections.txt:
11215 Small docs fixes/updates.
11217 * gst-libs/gst/video/gstvideosink.h:
11218 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11219 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11220 removed from the base sink API between 0.9.6 and 0.9.7).
11221 API: add GST_VIDEO_SINK_CAST and use it for the height/width
11222 accessor macros, so we don't do a runtime GObject type check every
11225 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
11228 * gst-plugins-base.doap:
11229 * gst-plugins-base.spec.in:
11232 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
11234 Patch by: Jens Granseuer <jensgr at gmx net>
11236 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11237 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11238 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11239 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11240 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11241 Declare variables at the beginning of a block. Fixes #383195.
11243 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
11246 Bump version nano - back to CVS.
11249 === release 0.10.11 ===
11251 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
11254 releasing 0.10.11, "Dumb things"
11256 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
11258 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11259 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11260 Handle the case where an element has multiple pads with
11261 unfixed caps as well as still possibly producing more dynamic
11262 pads by storing each case as a distinct entry in the dynamic list.
11263 Fixes #38223 again.
11265 2006-12-04 Wim Taymans <wim@fluendo.com>
11267 * gst/playback/gstdecodebin.c: (close_pad_link):
11268 Fix #382223, add more dynamic caps handling.
11270 2006-12-04 Wim Taymans <wim@fluendo.com>
11272 * gst-libs/gst/audio/gstringbuffer.h:
11273 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11274 (gst_netaddress_set_ip4_interface),
11275 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11276 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11277 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11278 (gst_netaddress_get_ttl):
11279 * gst-libs/gst/netbuffer/gstnetbuffer.h:
11280 * gst/playback/gstdecodebin.c: (close_pad_link):
11281 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11282 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11283 * win32/common/config.h:
11285 2006-12-01 Michael Smith <msmith@fluendo.com>
11287 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11288 Delete bad debug code.
11291 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
11293 * gst/videoscale/vs_4tap.c:
11295 * win32/common/config.h:
11296 * win32/vs8/libgstvideoscale.vcproj:
11297 Fix compilation on win32 under VS8
11298 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11299 Partially fixes #381175
11301 2006-11-30 Michael Smith <msmith@fluendo.com>
11303 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11305 It would be very bad if, after a discont buffer, we thought every
11306 single following buffer was also discont. So, add to the test to
11307 ensure that this isn't the case.
11309 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11310 ... it was the case. So fix it.
11312 2006-11-28 Wim Taymans <wim@fluendo.com>
11314 * gst/playback/gstplaybasebin.c: (check_queue_event):
11317 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11318 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11319 padtemplate caps. Refixes #357577.
11321 2006-11-28 Wim Taymans <wim@fluendo.com>
11323 * gst/playback/gstplaybasebin.c: (check_queue_event),
11324 (queue_threshold_reached), (queue_out_of_data),
11325 (gen_preroll_element):
11326 Add event probe to see when EOS is in a queue and we can disable the
11327 underrun signals. Fixes #357577.
11329 2006-11-28 Edward Hervey <edward@fluendo.com>
11331 * gst/playback/Makefile.am:
11332 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11333 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11334 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11335 (gst_decode_bin_init), (gst_decode_bin_dispose),
11336 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11337 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11338 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11339 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11340 (connect_element), (expose_pad), (type_found),
11341 (pad_added_group_cb), (pad_removed_group_cb),
11342 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11343 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11344 (are_raw_caps), (multi_queue_overrun_cb),
11345 (multi_queue_underrun_cb), (gst_decode_group_new),
11346 (get_current_group), (group_demuxer_event_probe),
11347 (gst_decode_group_control_demuxer_pad),
11348 (gst_decode_group_control_source_pad),
11349 (gst_decode_group_check_if_blocked),
11350 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11351 (gst_decode_group_hide), (gst_decode_group_free),
11352 (gst_decode_group_set_complete), (source_pad_blocked_cb),
11353 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11354 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11356 New decodebin2 element.
11358 * gst/playback/gstplay-marshal.list:
11359 Added marshallers for new signals in decodebin2
11360 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11361 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11364 2006-11-28 Wim Taymans <wim@fluendo.com>
11366 * gst/playback/gstplaybasebin.c: (setup_source),
11367 (gst_play_base_bin_change_state):
11368 Disable rtsp:// uris for the release, it's not good enough yet.
11371 2006-11-26 Wim Taymans <wim@fluendo.com>
11373 * ext/theora/theoradec.c: (gst_theora_dec_reset),
11374 (theora_dec_push_forward), (theora_dec_push_reverse),
11375 (theora_handle_data_packet), (theora_dec_decode_buffer),
11376 (theora_dec_flush_decode), (theora_dec_chain_reverse),
11377 (theora_dec_chain_forward), (theora_dec_chain):
11378 Implement reverse playback.
11380 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11381 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11382 (vorbis_dec_chain_forward):
11383 Clear buffers used for reverse playback in _reset.
11384 No need to set the eos flag, we clip samples using the segment.
11386 2006-11-24 Wim Taymans <wim@fluendo.com>
11388 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11389 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11390 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11391 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11393 Handle continued pages in reverse mode.
11395 2006-11-24 Wim Taymans <wim@fluendo.com>
11397 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11398 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11399 (vorbis_dec_flush_decode):
11401 Don't try to add invalid timestamps.
11402 Clipping will unref the buffer.
11404 2006-11-24 Stefan Kost <ensonic@users.sf.net>
11406 * gst/adder/gstadder.h:
11407 * gst/audiotestsrc/gstaudiotestsrc.h:
11408 remove obsolete _factory_init protos
11410 2006-11-24 Stefan Kost <ensonic@users.sf.net>
11412 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11413 Fix spacing in debug message.
11415 2006-11-23 Wim Taymans <wim@fluendo.com>
11417 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11418 (gst_ogg_demux_chain):
11419 Don't just ignore return values from _pad_push().
11420 Small debug improvements.
11422 2006-11-23 Michael Smith <msmith@fluendo.com>
11424 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11425 If our incoming buffer is marked as DISCONT, then increment the page
11426 number (so that the discontinuity is marked in the final ogg
11427 bitstream) and flush the previous page.
11429 2006-11-22 Michael Smith <msmith@fluendo.com>
11431 * ext/theora/gsttheoraenc.h:
11432 * ext/theora/theoraenc.c: (gst_theora_enc_init),
11433 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11434 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11435 (theora_enc_chain), (theora_enc_change_state):
11436 Mark discontinuities of > 3/4 of a frame, reinit encoder.
11438 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11439 (GST_START_TEST), (theoraenc_suite):
11440 Enable discontinuity test, fix it.
11442 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
11444 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11445 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11446 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11447 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11448 (gst_text_overlay_change_state):
11449 * ext/pango/gsttextoverlay.h:
11450 Some textoverlay fixes: for one, in the video chain function,
11451 actually wait for a text buffer to come in if there is none at the
11452 moment and there should be one; also, deal more gracefully with
11453 incoming buffers that do not have a timestamp or duration; discard
11454 text buffer when not needed any longer. Fixes #341681.
11456 * tests/check/Makefile.am:
11457 * tests/check/elements/.cvsignore:
11458 * tests/check/elements/textoverlay.c:
11459 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11460 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11461 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11462 (test_video_waits_for_text_send_text_newsegment_thread),
11463 (test_video_waits_for_text_shutdown_element),
11464 (test_render_continuity_push_video_buffers_thread),
11465 (textoverlay_suite):
11466 Add some unit tests for textoverlay.
11468 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
11470 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11471 Avoid integer underflow when the found probability for mp3 is
11472 smaller than the 'penalty' we subtract if there's not a clean
11473 mp3 header sync at offset 0.
11475 2006-11-21 Stefan Kost <ensonic@users.sf.net>
11477 * docs/libs/gst-plugins-base-libs-sections.txt:
11478 Add some new symbols to the docs
11480 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
11482 * tests/check/Makefile.am:
11483 * tests/check/elements/ffmpegcolorspace.c:
11484 (ffmpegcolorspace_suite):
11485 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11486 (for now not for valgrinding though, since it takes too long).
11488 2006-11-20 Wim Taymans <wim@fluendo.com>
11490 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11491 (gst_ffmpeg_pixfmt_to_caps):
11492 Fix RGBA32 caps. Fixes #357038.
11494 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
11496 * gst-libs/gst/interfaces/mixertrack.h:
11497 Add FIXME so we can add some padding here in 0.11
11499 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
11501 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11502 Fix GstBaseRTPAudioPayload structure so the whole GObject
11503 inheritance business actually works (parent class instance structure
11504 must always come first in the derived class instance structure).
11506 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
11508 * gst/videotestsrc/Makefile.am:
11509 * tests/check/Makefile.am:
11510 Make sure our checks and the videotestsrc plugin link against the
11511 local uninstalled gst libs and not any installed gst libs that
11512 might happen to exist as well.
11514 * tests/check/elements/adder.c: (message_received),
11515 (test_event_message_received), (test_play_twice_message_received):
11516 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11517 Fix compiler warnings when compiling against core with disabled
11520 2006-11-16 Michael Smith <msmith@fluendo.com>
11522 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11523 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11524 Fix audiorate, so that it accurately sets offsets and timestamps.
11525 Doesn't change the fundamental algorithmic decisions; so should be
11528 * tests/check/Makefile.am:
11529 Enable audiorate test now that it passes.
11531 2006-11-09 Stefan Kost <ensonic@users.sf.net>
11533 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11534 clear xv when going to NULL, remove // commented non-existant proto
11536 * tests/examples/seek/seek.c: (main):
11537 add missing tooltip description for scrub and play_scrub
11539 2006-11-14 David Schleef <ds@schleef.org>
11542 Bump liboil requirement to 0.3.8.
11543 * gst-libs/gst/riff/riff-media.c:
11545 * gst/videoscale/vs_image.h:
11546 * gst/videoscale/vs_scanline.h:
11547 Use liboil's stdint.h.
11548 * gst/videotestsrc/videotestsrc.c:
11549 Remove liboil related ifdef's, since they aren't needed now, and
11550 won't work with future versions.
11552 2006-11-14 David Schleef <ds@schleef.org>
11554 * gst/videoscale/Makefile.am:
11555 * gst/videoscale/gstvideoscale.c:
11556 * gst/videoscale/gstvideoscale.h:
11557 * gst/videoscale/vs_4tap.c:
11558 * gst/videoscale/vs_4tap.h:
11559 * gst/videoscale/vs_image.c:
11560 * gst/videoscale/vs_image.h:
11561 * gst/videoscale/vs_scanline.c:
11562 * gst/videoscale/vs_scanline.h:
11563 Add a 4-tap image scaler. Theoretically looks much prettier.
11564 The tap calculation could use some improvement.
11566 2006-11-14 Wim Taymans <wim@fluendo.com>
11568 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11570 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11571 (gst_riff_parse_strf_iavs):
11572 * gst/subparse/gstsubparse.c: (convert_encoding):
11573 * gst/tcp/gstmultifdsink.c:
11574 (gst_multi_fd_sink_handle_client_write):
11575 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11576 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11577 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11578 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11579 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11580 (gst_ximagesink_ximage_new):
11581 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11582 Various gsize and gssize printf fixes. Fixes #372507.
11584 2006-11-13 Wim Taymans <wim@fluendo.com>
11586 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11587 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11588 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11589 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11590 (vorbis_dec_chain_forward), (vorbis_dec_chain):
11591 * ext/vorbis/vorbisdec.h:
11592 First stab at vorbis reverse playback.
11594 2006-11-13 Wim Taymans <wim@fluendo.com>
11596 * gst-libs/gst/audio/gstbaseaudiosink.c:
11597 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11598 * gst-libs/gst/audio/gstbaseaudiosink.h:
11599 Make the clock sync code more accurate wrt resampling and playback
11600 at different rates.
11602 * gst-libs/gst/audio/gstringbuffer.c:
11603 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11604 * gst-libs/gst/audio/gstringbuffer.h:
11605 Use better algorithm to interpolate sample rates.
11607 2006-11-13 Michael Smith <msmith@fluendo.com>
11609 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11610 Improve a debug line slightly.
11612 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11613 Call gst_riff_init() in plugin_init, to avoid getting errors from
11614 the debug system (unrelated changes to another plugin made this turn
11617 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
11619 Patch by: Sergey Scobich <sergery.scobich at gmail com>
11621 * win32/common/libgsttag.def:
11622 Add missing symbol (#366492).
11624 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
11626 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11627 Don't unref a NULL pad.
11629 2006-11-09 Wim Taymans <wim@fluendo.com>
11631 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11632 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11633 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11634 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11635 (gst_ogg_demux_loop):
11636 Implement first stab at reverse playback.
11638 2006-11-07 Stefan Kost <ensonic@users.sf.net>
11640 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11641 (gst_riff_create_video_template_caps):
11642 add h263/h264 variants to the caps, Fixes #363118
11644 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
11646 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11647 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11648 Use g_strerror instead of strerror so we get UTF-8.
11650 2006-11-03 David Schleef <ds@schleef.org>
11652 * ext/ogg/gstoggdemux.c:
11653 * ext/ogg/gstoggmux.c:
11654 Add/remove KW-DIRAC header here, since it is ogg-specific.
11656 2006-11-03 Michael Smith <msmith@fluendo.com>
11658 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11659 Recognise more mpeg4 elementary video streams.
11661 2006-11-02 Edward Hervey <edward@fluendo.com>
11663 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11664 Lower the probability of mp3 typefinding functions if we don't find a
11665 valid mp3 header at the start of the file.
11668 2006-11-02 Wim Taymans <wim@fluendo.com>
11670 * ext/theora/gsttheoradec.h:
11671 * ext/theora/theoradec.c: (gst_theora_dec_init),
11672 (theora_dec_sink_event), (theora_dec_chain_forward),
11673 (theora_dec_flush_decode), (theora_dec_chain_reverse),
11674 (theora_dec_chain):
11675 Document and partially implement an algorithm for doing reverse playback
11678 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
11680 Patch by: Sergey Scobich <sergey.scobich at gmail com>
11682 * win32/common/config.h:
11683 * win32/common/interfaces-enumtypes.c:
11684 * win32/common/libgsttag.def:
11685 * win32/vs8/gst-plugins-base.sln:
11686 * win32/vs8/libgstaudioresample.vcproj:
11687 * win32/vs8/libgstinterfaces.vcproj:
11688 * win32/vs8/libgstogg.vcproj:
11689 * win32/vs8/libgstriff.vcproj:
11690 * win32/vs8/libgsttag.vcproj:
11691 * win32/vs8/libgsttheora.vcproj:
11692 * win32/vs8/libgstvideoscale.vcproj:
11693 * win32/vs8/libgstvorbis.vcproj:
11694 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11695 to libgsttag.def; add missing dependencies for some vs8 projects;
11696 re-arrange placement of .def files in vs8 projects (#366334).
11698 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
11700 * ext/ogg/gstogg.c:
11701 Remove unused variable.
11703 * ext/ogg/gstoggdemux.c:
11704 Fix Wim's surname in plugin description.
11706 2006-10-31 Wim Taymans <wim@fluendo.com>
11708 * gst-plugins-base.spec.in:
11709 spec new .h file. Fixes #368310.
11711 2006-10-31 Michael Smith <msmith@fluendo.com>
11713 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11714 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11715 (gst_multi_fd_sink_get_stats),
11716 (gst_multi_fd_sink_remove_client_link),
11717 (gst_multi_fd_sink_queue_buffer),
11718 (gst_multi_fd_sink_handle_clients):
11719 * gst/tcp/gstmultifdsink.h:
11720 Make using the remove or clear signals threadsafe.
11721 Make calling get-stats with an invalid fd not segfault.
11724 2006-10-31 Wim Taymans <wim@fluendo.com>
11726 * gst-libs/gst/rtp/Makefile.am:
11727 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11728 (gst_base_rtp_audio_payload_init):
11729 Fix and activate base audio payloader.
11731 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
11733 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11735 Add typefinder for QuickTime Image Files (see #366156).
11737 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
11739 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11740 Another typo fix (#366212).
11742 2006-10-27 Wim Taymans <wim@fluendo.com>
11744 * gst/volume/gstvolume.c: (volume_transform_ip):
11745 Use stream time to synchronize volume property instead of rather random
11746 timestamps. This is needed when gnonlin does its time shifting.
11748 2006-10-27 Wim Taymans <wim@fluendo.com>
11750 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11752 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11753 Remove the pad from the element in release_pad. Fixes #364812.
11755 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
11757 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11758 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11759 Explicitly create our custom buffer classes at a thread-safe
11760 location as well, since g_type_class_ref() doesn't seem to be
11761 entirely thread-safe either (#365501; also see #349410).
11763 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
11765 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11766 (gst_riff_parse_info):
11767 If strings in INFO chunk are not UTF-8, do something similar to
11768 what we do for ID3v1 tags: check a number of environment variables
11769 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11770 character sets to try, otherwise try the current locale and/or fall
11771 back on ISO-8859-1. Fixes #360552.
11773 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
11775 * gst/videotestsrc/gstvideotestsrc.c:
11776 (gst_video_test_src_pattern_get_type),
11777 (gst_video_test_src_set_pattern):
11778 * gst/videotestsrc/gstvideotestsrc.h:
11779 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11780 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11781 (gst_video_test_src_checkers8):
11782 * gst/videotestsrc/videotestsrc.h:
11783 Add a bunch of exciting new checkers patterns.
11785 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
11787 * gst/subparse/Makefile.am:
11788 * gst/subparse/gstsubparse.c:
11789 (gst_sub_parse_data_format_autodetect),
11790 (gst_sub_parse_format_autodetect), (handle_buffer),
11791 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11792 * gst/subparse/gstsubparse.h:
11793 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11795 * gst/subparse/tmplayerparse.h:
11796 Add support for TMPlayer-type subtitles (#362845).
11798 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11799 (GST_START_TEST), (subparse_suite):
11800 Add some basic unit tests for the above.
11802 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
11804 * tests/check/elements/audiorate.c: (test_injector_base_init),
11805 (test_injector_class_init), (test_injector_chain),
11806 (test_injector_init), (probe_cb), (do_perfect_stream_test),
11807 (GST_START_TEST), (audiorate_suite):
11808 More tests for audiorate: inject buffers to check behaviour when
11811 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
11813 * tests/check/Makefile.am:
11814 * tests/check/elements/.cvsignore:
11815 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11816 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11817 Add some basic unit tests for audiorate. Disabled at the moment
11818 since it doesn't pass yet (see bug #363119).
11820 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
11822 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11823 (parse_subrip), (handle_buffer):
11824 Add missing closing tags for markup and fix broken markup,
11825 otherwise pango won't render anything (fixes #357531). Also,
11826 make sure the text we send out is always NUL-terminated
11827 (better safe than sorry etc.).
11829 * tests/check/elements/subparse.c: (test_srt_do_test),
11831 Some more tests for .srt incl. tests for the above stuff.
11833 2006-10-20 Julien MOUTTE <julien@moutte.net>
11835 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11836 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11837 Patch by: Stefan Kost <ensonic@users.sf.net>
11838 Try to redraw borders only when needed. Apparently this consumes
11839 resources on small devices... :-O (#363607)
11841 2006-10-20 Michael Smith <msmith@fluendo.com>
11843 * gst/tcp/gstmultifdsink.c:
11844 (gst_multi_fd_sink_client_queue_buffer):
11845 If caps change, then update the client's idea of the caps so that we
11846 don't end up re-sending streamheaders for every single buffer after
11849 2006-10-20 Michael Smith <msmith@fluendo.com>
11851 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11852 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11853 Set caps on pushed buffers; fix up refcounting of caps objects.
11855 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
11857 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11859 Typefind mmsh header data packet to application/x-mmsh (#362625).
11861 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
11863 * tests/check/Makefile.am:
11864 * tests/check/elements/.cvsignore:
11865 * tests/check/elements/subparse.c: (buffer_from_static_string),
11866 (setup_subparse), (teardown_subparse), (test_srt_do_test),
11867 (GST_START_TEST), (subparse_suite):
11868 Add very simple unit test for subparse.
11870 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
11872 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11874 Strip trailing newlines from subtitle text output.
11876 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
11878 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11879 (gst_sub_parse_change_state):
11880 Fix memleak; clear subparse->textbuf n state change function.
11882 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
11884 * gst/subparse/gstsubparse.c:
11885 (gst_sub_parse_data_format_autodetect):
11886 Don't require subrip (.srt) files to start with a chunk number of 1.
11888 2006-10-18 Wim Taymans <wim@fluendo.com>
11890 * gst-libs/gst/audio/gstbaseaudiosink.c:
11891 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11892 * gst-libs/gst/audio/gstbaseaudiosink.h:
11893 Extract rate from the NEWSEGMENT event.
11894 Use commit_full to also take rate adjustment into account when writing
11895 samples to the ringbuffer.
11897 * gst-libs/gst/audio/gstringbuffer.c:
11898 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11899 (gst_ring_buffer_read):
11900 * gst-libs/gst/audio/gstringbuffer.h:
11901 Added _commit_full() to also take rate into account.
11902 Use simple interpolation algorithm to resample audio.
11903 API: gst_ring_buffer_commit_full()
11905 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11906 * tests/examples/seek/seek.c: (segment_done):
11907 Don't try to seek with 0.0 rate, just pause instead.
11908 Remove bogus debug line.
11910 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
11912 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11914 Catch async errors when starting up the subtitle bin, so we can
11915 stop waiting and continue with the main film instead of hanging
11916 forever. Fixes #339366.
11918 * tests/check/elements/playbin.c: (playbin_suite):
11919 Enable unit test for the above.
11921 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
11923 * tests/check/Makefile.am:
11924 * tests/check/elements/.cvsignore:
11925 * tests/check/elements/playbin.c: (GST_START_TEST),
11926 (gst_red_video_src_uri_get_type),
11927 (gst_red_video_src_uri_get_protocols),
11928 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11929 (gst_red_video_src_uri_handler_init),
11930 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11931 (gst_red_video_src_create), (gst_red_video_src_class_init),
11932 (gst_red_video_src_init), (plugin_init), (playbin_suite):
11933 Some small and basic unit tests for playbin; not very useful yet,
11934 but at least a start.
11936 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
11938 * gst/playback/gstplaybin.c: (setup_sinks):
11939 The old pad activation spiel.
11941 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
11943 * gst/playback/gstplaybasebin.c: (setup_source):
11944 Don't hang forever if the subbin already fails to start up in
11945 the state change to PAUSED (#339366).
11947 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
11949 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11950 (gst_tuner_set_channel), (gst_tuner_get_channel),
11951 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11952 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11953 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11954 (gst_tuner_find_channel_by_name):
11955 Fix some function guards, add some more function guards.
11957 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
11959 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11960 (remove_element_chain):
11961 Don't return a pad from get_our_ghost_pad unless it is actually the
11963 Change a cast in remove_element_chain slightly.
11965 2006-10-13 Julien MOUTTE <julien@moutte.net>
11967 * tests/examples/seek/seek.c: (do_seek), (start_seek),
11968 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11969 Segment seeking needs to use the rate and set stop to -1.
11971 2006-10-13 Wim Taymans <wim@fluendo.com>
11973 * gst-libs/gst/audio/gstbaseaudiosink.c:
11974 (gst_base_audio_sink_setcaps):
11975 Don't crash when ringbuffer is not yet created.
11976 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11979 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11980 * gst/playback/gststreamselector.c:
11981 (gst_stream_selector_request_new_pad):
11982 Activate pads befre adding them to running elements.
11984 2006-10-13 Julien MOUTTE <julien@moutte.net>
11986 * tests/examples/seek/seek.c: (do_seek), (start_seek),
11987 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11988 updater when we start grabing the slider. Don't wait for the
11989 pipeline to be PAUSED.
11991 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
11993 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11994 (gst_mixer_set_volume), (gst_mixer_get_volume),
11995 (gst_mixer_set_mute), (gst_mixer_set_option),
11996 (gst_mixer_get_option), (gst_mixer_mute_toggled),
11997 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11998 (gst_mixer_option_changed):
11999 Guard mixer interface functions against bogus arguments.
12001 2006-10-12 Julien MOUTTE <julien@moutte.net>
12003 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12004 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12005 (msg_state_changed), (main): Use state-changed messages to trigger
12006 start/stop of scale update timer. Indeed the scale slider was
12007 jumping here and there because the update timer was activated
12008 before seek completed. This fixes instant applying of rate changes
12009 by pressing the spinbutton like a crazy man !
12011 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
12013 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
12015 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12016 (gst_basertppayload_finalize):
12017 Fix two small memory leaks (#361456).
12019 2006-10-10 Julien MOUTTE <julien@moutte.net>
12021 * tests/examples/seek/seek.c: (do_seek),
12022 (rate_spinbutton_changed_cb): When changing spinbutton we try
12023 to change the rate on the fly.
12025 2006-10-10 Wim Taymans <wim@fluendo.com>
12027 * gst-libs/gst/riff/riff-ids.h:
12028 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12029 (gst_riff_create_audio_template_caps):
12032 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12034 Patch by: Josep Torra Valles <josep@fluendo.com>
12036 * ext/gnomevfs/gstgnomevfssink.c:
12037 * ext/gnomevfs/gstgnomevfssrc.c:
12038 Fix URI interface implementation return type.
12039 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12040 Fix what looks like a copy/paste issue when assigning values.
12041 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12042 (gst_audio_filter_template_get_type):
12043 Cast to prevent Forte warnings.
12044 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12045 Fix URI interface implementation return type.
12046 gst_pad_query_position requires a signed integer pointer as
12047 3rd parameter, GstClockTime is unsigned.
12048 * gst/audioconvert/audioconvert.c:
12049 Fix integer overflow when treated as signed.
12050 * gst/audioresample/resample.c: (resample_add_input_data):
12051 Cast to prevent warnings on Forte.
12052 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12053 Fix integer overflow when treated as signed.
12054 * gst/ffmpegcolorspace/imgconvert_template.h:
12055 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12056 * gst/playback/gstdecodebin.c: (queue_filled_cb),
12057 (cleanup_decodebin):
12058 Who initialises a guint to -1!
12059 Cast function pointers to prevent warnings on Forte.
12060 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12061 (queue_threshold_reached):
12062 Cast function pointers correctly to prevent warnings on Forte.
12063 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12064 Cast function pointers correctly to prevent warnings on Forte.
12065 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12066 Obvious change to unsigned, 0xEF > max signed char.
12067 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12068 GstClockTime is unsigned, initialise correctly.
12069 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12070 Cast so pointer arithemetic doesn't cause warnings on Forte.
12071 * gst/videorate/gstvideorate.c:
12072 Use correct return value.
12073 * tests/examples/seek/scrubby.c:
12074 GstClockTime is unsigned, initialise correctly.
12076 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
12078 Patch by: Ferenc Gerlits <fgerlits at gmail com>
12080 * gst/typefind/gsttypefindfunctions.c:
12081 Recognise XML files and XML-like files shorter than 256 bytes as
12082 well (fixes #359237).
12084 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
12086 Patch by: Renato Filho <renato.filho@indt.org.br>
12088 * gst/typefind/gsttypefindfunctions.c:
12089 Added typefind functions to video/x-nuv media.
12091 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
12093 * gst-libs/gst/interfaces/xoverlay.c:
12094 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12095 Some more guards against invalid input.
12097 2006-10-07 Julien MOUTTE <julien@moutte.net>
12099 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
12101 * tests/examples/seek/seek.c: (do_seek),
12102 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12103 seek example to experiment with rates != 1.0 (reverse playback !)
12105 2006-10-06 Stefan Kost <ensonic@users.sf.net>
12107 * gst-libs/gst/interfaces/xoverlay.c:
12108 Unref message in doc-example (spotted by Robert McQueen)
12110 2006-10-06 Wim Taymans <wim@fluendo.com>
12112 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12113 (mpeg1_parse_header), (mpeg1_sys_type_find):
12116 2006-10-06 Wim Taymans <wim@fluendo.com>
12118 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12120 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12121 Activate dynamic pads before adding them to the element.
12123 2006-10-06 Michael Smith <msmith@fluendo.com>
12125 * gst-libs/gst/floatcast/floatcast.h:
12126 Fix obviously-bogus macros; use the correct types.
12128 2006-10-06 Wim Taymans <wim@fluendo.com>
12130 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12131 (gst_base_rtp_depayload_change_state):
12132 Also call parent state change function to activate pads.
12134 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12135 (mpeg1_parse_header), (mpeg1_sys_type_find):
12136 Add some more debug info in mpeg typefinding.
12138 2006-10-06 Michael Smith <msmith@fluendo.com>
12140 * ext/theora/theoradec.c: (theora_dec_chain):
12141 Zero byte theora packets are valid and well-defined; don't warn on
12144 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
12146 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12147 (gst_multi_fd_sink_get_stats), (find_limits),
12148 (gst_multi_fd_sink_queue_buffer):
12149 API: add dropped_buffers to the get-stats GValueArray
12151 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
12153 * ext/alsa/gstalsadeviceprobe.c:
12154 (gst_alsa_device_property_probe_get_values):
12155 * ext/alsa/gstalsasink.c: (set_hwparams):
12156 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12157 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12158 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12159 (gst_ogg_mux_process_best_pad):
12160 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12161 (gst_ogg_parse_chain):
12162 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12163 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12164 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12165 (gst_vorbis_enc_buffer_check_discontinuous):
12166 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12167 * gst-libs/gst/audio/gstbaseaudiosink.c:
12168 (gst_base_audio_sink_render):
12169 * gst-libs/gst/cdda/gstcddabasesrc.c:
12170 (gst_cdda_base_src_handle_track_seek):
12171 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12172 (gst_base_rtp_depayload_push_full):
12173 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12174 * gst/audioresample/resample.c: (resample_input_pushthrough):
12175 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12176 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12177 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12178 (wavpack_type_find):
12179 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12180 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12181 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12182 * tests/check/elements/volume.c: (GST_START_TEST):
12183 Printf format fixes.
12185 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
12187 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12188 Fix a simple mistake (see the docs)
12191 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12193 * docs/plugins/Makefile.am:
12194 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12195 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12196 * docs/plugins/gst-plugins-base-plugins.args:
12197 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12198 * docs/plugins/inspect/plugin-adder.xml:
12199 * docs/plugins/inspect/plugin-alsa.xml:
12200 * docs/plugins/inspect/plugin-audioconvert.xml:
12201 * docs/plugins/inspect/plugin-audiorate.xml:
12202 * docs/plugins/inspect/plugin-audioresample.xml:
12203 * docs/plugins/inspect/plugin-audiotestsrc.xml:
12204 * docs/plugins/inspect/plugin-cdparanoia.xml:
12205 * docs/plugins/inspect/plugin-decodebin.xml:
12206 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12207 * docs/plugins/inspect/plugin-gdp.xml:
12208 * docs/plugins/inspect/plugin-gnomevfs.xml:
12209 * docs/plugins/inspect/plugin-libvisual.xml:
12210 * docs/plugins/inspect/plugin-ogg.xml:
12211 * docs/plugins/inspect/plugin-pango.xml:
12212 * docs/plugins/inspect/plugin-playbin.xml:
12213 * docs/plugins/inspect/plugin-subparse.xml:
12214 * docs/plugins/inspect/plugin-tcp.xml:
12215 * docs/plugins/inspect/plugin-theora.xml:
12216 * docs/plugins/inspect/plugin-typefindfunctions.xml:
12217 * docs/plugins/inspect/plugin-video4linux.xml:
12218 * docs/plugins/inspect/plugin-videorate.xml:
12219 * docs/plugins/inspect/plugin-videoscale.xml:
12220 * docs/plugins/inspect/plugin-videotestsrc.xml:
12221 * docs/plugins/inspect/plugin-volume.xml:
12222 * docs/plugins/inspect/plugin-vorbis.xml:
12223 * docs/plugins/inspect/plugin-ximagesink.xml:
12224 * docs/plugins/inspect/plugin-xvimagesink.xml:
12225 Add vorbistag element to docs; update version numbers to 0.10.10.1.
12227 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12229 Patch by: James "Doc" Livingston <doclivingston at gmail com>
12231 * ext/vorbis/Makefile.am:
12232 * ext/vorbis/vorbis.c: (plugin_init):
12233 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12234 (vorbis_parse_parse_packet), (vorbis_parse_chain):
12235 * ext/vorbis/vorbisparse.h:
12236 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12237 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12238 (gst_vorbis_tag_parse_packet):
12239 * ext/vorbis/vorbistag.h:
12240 Add new vorbistag element which derives from vorbisparse
12241 and is essentially the same as well, only that it implements
12242 the GstTagSetter interface and can modify the stream's
12243 vorbiscomment on the fly (#335635).
12245 * tests/check/Makefile.am:
12246 * tests/check/elements/.cvsignore:
12247 * tests/check/elements/vorbistag.c: (setup_vorbistag),
12248 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12249 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12250 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12251 Add unit test for new vorbistag element.
12253 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12255 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12256 (vorbis_parse_push_headers), (vorbis_parse_chain):
12257 Set BOS flag in packet structure to fix 'jump depends
12258 on unitialized value' errors in valgrind; various minor
12261 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
12263 * gst/playback/gstdecodebin.c: (close_pad_link):
12264 Fix typo in a debug statement.
12266 * gst/playback/gstplaybasebin.c: (probe_triggered),
12267 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12268 (gen_source_element), (source_new_pad), (analyse_source),
12270 When handling no_more_pads in new_decoded_pad, make sure to treat
12271 subtitle pads correctly. Fixes playback with subtitle files.
12273 Move a recurring message to LOG level.
12275 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12276 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12277 which ends up as -1 when cast to an int. Make the logic handle the
12278 max value as an unsigned mask and only change the colorkey when it's
12279 a value we recognise.
12281 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12283 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12284 Removed empty * between paragraphs
12286 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12288 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12289 * gst-libs/gst/rtp/README:
12290 Moved some documentation into .c file
12292 2006-09-29 Wim Taymans <wim@fluendo.com>
12294 * gst/playback/gstdecodebin.c: (no_more_pads):
12297 2006-09-29 Wim Taymans <wim@fluendo.com>
12299 * gst/playback/gstdecodebin.c: (new_caps):
12302 * gst/playback/gstplaybin.c:
12305 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12307 * tests/check/Makefile.am:
12308 Re-enable cddabasesrc test to see if it works again
12311 2006-09-29 Wim Taymans <wim@fluendo.com>
12313 * gst/playback/gstplaybasebin.c: (setup_subtitle),
12314 (gen_source_element):
12315 Handle invalid URIs a bit more gracefully.
12317 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12319 * tests/check/pipelines/oggmux.c:
12320 Remove obsolete comment.
12322 2006-09-29 Michael Smith <msmith@fluendo.com>
12324 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12325 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12326 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12327 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12328 (gst_ogg_mux_collected):
12329 Commit patch from James "Doc" Livingston, adds proper EOS handling
12330 in oggmux. GStreamer can, for the first time ever, create a valid
12333 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12335 Reenable tests now that they pass.
12337 2006-09-29 Wim Taymans <wim@fluendo.com>
12339 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12340 Stop reading commands when EOF (we read 0) as well.
12342 2006-09-28 Wim Taymans <wim@fluendo.com>
12344 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12345 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12346 (find_dynamic), (unlinked), (close_link):
12347 Implement delayed caps linking needed for element with a lot of
12348 different caps on the src pads that get fixed at runtime.
12349 Improve management of dynamic elements.
12351 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12352 (group_destroy), (group_commit), (check_queue), (queue_overrun),
12353 (gen_preroll_element), (remove_groups), (unknown_type),
12354 (add_element_stream), (no_more_pads_full), (no_more_pads),
12355 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12356 (new_decoded_pad), (setup_subtitle), (array_has_value),
12357 (gen_source_element), (source_new_pad), (has_all_raw_caps),
12358 (analyse_source), (remove_decoders), (make_decoder),
12359 (remove_source), (setup_source), (finish_source), (prepare_output),
12360 (gst_play_base_bin_change_state):
12361 * gst/playback/gstplaybasebin.h:
12362 Use more _CAST instead of full type checking casts.
12363 Small cleanups, plug some leaks.
12364 Handle dynamic sources.
12365 Add some helper functions to create lists of strings used for
12366 blacklisting and other stuff.
12367 Refactor some code dealing with analysing the source.
12368 Re-enable sources without pads (like cd:// or other selfcontained
12371 2006-09-28 Wim Taymans <wim@fluendo.com>
12373 * gst-libs/gst/audio/gstbaseaudiosink.c:
12374 (gst_base_audio_sink_render):
12375 When we have a timestamp, we can still perform clipping.
12376 When we have no clock, we must play the sample ASAP.
12378 2006-09-28 Wim Taymans <wim@fluendo.com>
12380 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12381 Set caps on outgoing buffers.
12383 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12384 (gst_video_rate_event), (gst_video_rate_chain):
12385 * gst/videorate/gstvideorate.h:
12386 Fix videorate some more. Fixes #357977
12388 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
12390 * tests/check/elements/adder.c: (adder_suite):
12391 Don't set timeout to 6 seconds when we're running
12392 in valgrind ... (and how is 6 seconds longer than
12393 the default anyway?)
12395 2006-09-28 Wim Taymans <wim@fluendo.com>
12397 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12398 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12399 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12400 Keep sink and src segment to keep track of time and support more
12402 Fix bogus next_offset and run_time calculation, don't understand how
12403 this could have worked before. Fixes #357976.
12404 Remove some unneeded vars.
12406 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
12408 * gst/playback/gstplaybin.c: (remove_sinks):
12409 Only remove visualisation from visbin if there is a visbin (or:
12410 don't throw warnings when closing totem without playing a file).
12412 2006-09-27 Wim Taymans <wim@fluendo.com>
12414 * gst-libs/gst/audio/gstbaseaudiosink.c:
12415 (gst_base_audio_sink_render):
12416 Add some more info in a WARNING.
12418 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12419 (gst_base_audio_src_create):
12420 Handle PAUSE in create function, use new -core addition to
12421 wait for playing. Fixes pausing and resuming capture from an
12424 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12425 (gst_ring_buffer_read):
12426 Constify some more.
12427 Caller supports interrupted reads now.
12429 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12431 * tests/check/Makefile.am:
12432 Another attempt to make the gen64 buildbot happy.
12434 2006-09-27 Stefan Kost <ensonic@users.sf.net>
12436 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12438 * ext/libvisual/visual.c: (gst_visual_clear_actors),
12439 (gst_visual_chain), (gst_visual_change_state):
12440 Libvisual plugin was not passing audio data to libvisual 0.4.0
12441 correctly. Fixes #357800
12443 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12445 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12446 Add timeout to _get_state() so we see which pipeline it is
12447 that causes trouble on the gen64 build bot.
12449 2006-09-27 Wim Taymans <wim@fluendo.com>
12451 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12452 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12453 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12454 (gst_base_rtp_depayload_set_gst_timestamp):
12455 the source pad always uses fixed caps.
12457 2006-09-27 Wim Taymans <wim@fluendo.com>
12459 * docs/libs/gst-plugins-base-libs-docs.sgml:
12460 * docs/libs/gst-plugins-base-libs-sections.txt:
12461 * gst-libs/gst/audio/gstaudioclock.c:
12462 * gst-libs/gst/audio/gstaudioclock.h:
12463 * gst-libs/gst/audio/gstaudiosink.c:
12464 * gst-libs/gst/audio/gstaudiosink.h:
12465 * gst-libs/gst/audio/gstaudiosrc.c:
12466 * gst-libs/gst/audio/gstbaseaudiosink.c:
12467 (gst_base_audio_sink_render):
12468 * gst-libs/gst/audio/gstbaseaudiosink.h:
12469 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12470 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12471 * gst-libs/gst/audio/gstringbuffer.h:
12472 Added docs for the audio libs.
12474 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12476 * tests/check/Makefile.am:
12477 Temporarily disable test that fails on the bots for unknown reasons.
12479 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12481 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12482 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12483 Moved AudioCodecType into priv
12484 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12486 2006-09-25 Wim Taymans <wim@fluendo.com>
12488 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12489 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12490 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12492 Cleanups and small leak fixes.
12493 Added Depayloaders to valid list of autopluggable elements.
12495 2006-09-25 Wim Taymans <wim@fluendo.com>
12497 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12498 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12499 (gen_video_element), (gen_text_element), (gen_audio_element),
12500 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12501 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12502 Detect NO_PREROLL state change returns and disable clock distribution to
12503 the sinks so that sync is disabled.
12504 Avoid some type checking and do simple casts instead.
12505 Small cleanups, fix some FIXMEs.
12506 Be more robust when linking user specified elements, catch an report
12507 errors. Fixes #357404.
12508 Fix some leaks in the error paths.
12510 2006-09-25 Stefan Kost <ensonic@users.sf.net>
12513 ChangeLog surgery for missing bug-number
12515 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
12517 Patch by: Peter Kjellerstedt <pkj at axis com>
12519 * gst/playback/test.c:
12520 Fix compilation with uClibc and -Werror (#357591).
12522 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
12524 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12525 Parse dates that are followed by a time as well (#357532).
12527 * tests/check/libs/tag.c: (test_vorbis_tags):
12528 Add unit test for this.
12530 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12532 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12533 (gst_audio_convert_transform_caps):
12534 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12535 * gst/videotestsrc/videotestsrc.h:
12536 A few array const-ifications.
12538 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12540 * tests/check/Makefile.am:
12541 See if this makes the build bots happy.
12543 * tests/check/libs/cddabasesrc.c:
12546 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12548 Patch by: Young-Ho Cha <ganadist at chollian dot net>
12550 * gst/subparse/samiparse.c: (handle_start_font),
12551 (fix_invalid_entities):
12552 More case-insensitivity for certain tags; recognise entities with
12553 decimal codes as special entities as well (#357330).
12555 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12557 * gst-libs/gst/Makefile.am:
12558 Need to build tag directory before cdda.
12560 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
12562 * docs/libs/gst-plugins-base-libs-sections.txt:
12563 * gst-libs/gst/cdda/Makefile.am:
12564 * gst-libs/gst/cdda/gstcddabasesrc.c:
12565 (gst_cdda_base_src_base_init):
12566 * gst-libs/gst/cdda/gstcddabasesrc.h:
12567 * gst-libs/gst/tag/tag.h:
12568 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12569 (gst_tag_register_musicbrainz_tags):
12570 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12571 depend on libgsttag. This is required so we can extract/read tags like
12572 DISCID without depending on libgstcddabasesrc (which used to register
12575 * gst-libs/gst/tag/gstvorbistag.c:
12576 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12577 tags (also see #347848).
12579 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12580 Log vorbis comments we are actually writing. Const-ify array.
12582 2006-09-23 Wim Taymans <wim@fluendo.com>
12584 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12585 Improve buffering a bit by avoiding a deadlock because we cannot assume
12586 the underrun is always called.
12588 2006-09-23 Wim Taymans <wim@fluendo.com>
12590 Patch by: Young-Ho Cha <ganadist at chollian dot net>
12592 * gst-libs/gst/riff/riff-ids.h:
12593 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12594 (gst_riff_create_audio_template_caps):
12595 Added MPEG-4 AAC and id and caps. Fixes #357289
12596 Added WMA9 Lossless id.
12598 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
12600 * ext/gnomevfs/gstgnomevfssrc.c:
12601 Fix misleading docs addition.
12603 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12604 Get rid of compiler warning the right way.
12606 2006-09-22 Wim Taymans <wim@fluendo.com>
12608 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12609 (gst_base_rtp_depayload_finalize),
12610 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12611 (gst_base_rtp_depayload_push_full),
12612 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12613 (gst_base_rtp_depayload_process),
12614 (gst_base_rtp_depayload_set_gst_timestamp),
12615 (gst_base_rtp_depayload_queue_release):
12616 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12619 Refactored the process method and added methods to push from the process
12621 Use _scale functions.
12622 API: gst_base_rtp_depayload_push_ts
12623 API: gst_base_rtp_depayload_push
12625 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12626 timestamps are uint.
12628 2006-09-22 Stefan Kost <ensonic@users.sf.net>
12630 * gst-libs/gst/interfaces/xoverlay.c:
12631 Remove unused statement from doc example.
12633 2006-09-21 Stefan Kost <ensonic@users.sf.net>
12635 * gst-libs/gst/interfaces/videoorientation.c:
12636 (gst_video_orientation_iface_init),
12637 (gst_video_orientation_get_hflip),
12638 (gst_video_orientation_get_vflip),
12639 (gst_video_orientation_get_hcenter),
12640 (gst_video_orientation_get_vcenter),
12641 (gst_video_orientation_set_hflip),
12642 (gst_video_orientation_set_vflip),
12643 (gst_video_orientation_set_hcenter),
12644 (gst_video_orientation_set_vcenter):
12645 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12648 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
12650 * tests/check/Makefile.am:
12651 * tests/check/elements/.cvsignore:
12652 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12653 (create_rgb_conversions), (rgb_conversion_free),
12654 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12655 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12656 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12657 but disable for now since it doesn't pass (something wrong with
12660 2006-09-21 Wim Taymans <wim@fluendo.com>
12662 * gst/playback/gstplaybasebin.c: (group_commit),
12663 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12664 (queue_out_of_data), (gen_preroll_element),
12665 (preroll_remove_overrun), (probe_triggered):
12666 Refactor handling of overrun detection.
12667 Separate handling of group completion and deadlock detection when doing
12668 network buffering. This should fix some deadlocks that were not detected
12669 because the group was completed.
12670 Add more comments, improve debugging.
12672 2006-09-21 Wim Taymans <wim@fluendo.com>
12674 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12675 * tests/check/libs/audio.c:
12676 Some more compilation fixes.
12678 2006-09-21 Wim Taymans <wim@fluendo.com>
12680 * gst-libs/gst/audio/gstringbuffer.c:
12681 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12682 (gst_ring_buffer_read):
12683 Early morning compilation fix.
12685 2006-09-20 Wim Taymans <wim@fluendo.com>
12687 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12688 * tests/check/elements/multifdsink.c: (GST_START_TEST):
12689 * tests/check/elements/videorate.c: (GST_START_TEST):
12690 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12691 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12694 2006-09-20 Stefan Kost <ensonic@users.sf.net>
12696 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12697 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12698 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12699 Handcrafted merge to help CVS understanding what I changed and what
12702 2006-09-20 Stefan Kost <ensonic@users.sf.net>
12704 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12705 (gst_xvimagesink_get_times):
12706 change colorkey behaviour back according to #354773 comment 6/7
12708 2006-09-19 Michael Smith <msmith@fluendo.com>
12710 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12711 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12712 (gst_multi_fd_sink_recover_client),
12713 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12714 (gst_multi_fd_sink_get_property):
12715 * gst/tcp/gstmultifdsink.h:
12716 Implement stubbed out properties unit-type, units-soft-max,
12717 units-max, to allow specifying maximum sizes in units other than
12721 2006-09-19 Wim Taymans <wim@fluendo.com>
12723 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12724 (gst_riff_create_audio_template_caps):
12725 Reorder the audio formats a bit for clarity.
12726 Detect and create caps for MSGSM and MSN (WAV49).
12729 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12730 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12731 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12732 Small cleanups, move error handling out of normal flow for clarity.
12734 2006-09-18 Stefan Kost <ensonic@users.sf.net>
12736 * docs/libs/gst-plugins-base-libs-docs.sgml:
12737 * docs/libs/gst-plugins-base-libs.types:
12738 * gst-libs/gst/interfaces/Makefile.am:
12739 * gst-libs/gst/interfaces/videoorientation.c:
12740 (gst_video_orientation_get_type),
12741 (gst_video_orientation_iface_init),
12742 (gst_video_orientation_get_hflip),
12743 (gst_video_orientation_get_vflip),
12744 (gst_video_orientation_get_hcenter),
12745 (gst_video_orientation_get_vcenter),
12746 (gst_video_orientation_set_hflip),
12747 (gst_video_orientation_set_vflip),
12748 (gst_video_orientation_set_hcenter),
12749 (gst_video_orientation_set_vcenter):
12750 * gst-libs/gst/interfaces/videoorientation.h:
12751 API: Add new interface to control video orientation (fixes #354908)
12753 2006-09-18 Stefan Kost <ensonic@users.sf.net>
12755 * gst/videotestsrc/gstvideotestsrc.c:
12756 Use G_UNLIKELY in _create and log one more detail.
12758 (gst_video_test_src_get_times), (gst_video_test_src_create):
12759 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12760 Use gst_util_uint64_scale_int in _get_times().
12762 2006-09-18 Stefan Kost <ensonic@users.sf.net>
12764 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12765 Give better warning message (add object and detail).
12767 2006-09-18 Stefan Kost <ensonic@users.sf.net>
12769 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12770 (gst_xvimagesink_get_times):
12771 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12772 #354773), use gst_util_uint64_scale_int in _get_times()
12774 2006-09-18 Michael Smith <msmith@fluendo.com>
12776 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12777 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12778 always true, leading to dropping all timestamps.
12780 2006-09-18 Stefan Kost <ensonic@users.sf.net>
12782 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12783 (gst_visual_chain), (gst_visual_change_state):
12784 update to work also with libvisual 0.4 API, fix double unref (#355914)
12786 * tools/gst-launch-ext.1.in:
12787 * tools/gst-visualise.1.in:
12788 remove references to old man-pages
12790 * tests/examples/seek/seek.c: (main):
12791 add real meadi-buttons, add tool-tips for the seek-options, arrange
12792 seek options in a table
12794 2006-09-18 Michael Smith <msmith@fluendo.com>
12796 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12797 (gst_ogg_mux_push_buffer):
12798 Don't generate out-of-order timestamps from oggmux, instead clamp
12799 output timestamps to be >= the previously output ts.
12802 2006-09-18 Michael Smith <msmith@fluendo.com>
12804 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12805 (gst_multi_fd_sink_class_init):
12806 Updates, fixes, and typo corrections for multifdsink. No functional
12809 2006-09-17 Michael Smith <msmith@fluendo.com>
12811 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12812 Don't crash on truncated files - check that we got an 8 byte buffer
12813 before trying to memcmp it.
12815 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
12817 * gst/playback/gstplaybasebin.c: (get_active_source):
12818 Make stream-switching appear instant to the application
12819 (ie. make sure that a g_object_get on 'current-foo' returns
12820 the stream previously set with g_object_set(). Totem needs
12821 this to update stream-related meta-info (like audio-codec)
12822 correctly when switching streams.
12824 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
12826 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12827 (gst_alsa_mixer_ensure_track_list):
12828 Try harder to guess which mixer track is the master mixer
12829 track (instead of just taking the first one that has a pvolume).
12832 2006-09-17 Stefan Kost <ensonic@users.sf.net>
12834 reviewed by: <delete if not using a buddy>
12836 * gst-libs/gst/audio/audio.h:
12837 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12839 2006-09-17 Stefan Kost <ensonic@users.sf.net>
12841 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12842 (gst_audio_convert_transform_caps):
12843 Get structure-name just once.
12845 2006-09-17 Stefan Kost <ensonic@users.sf.net>
12847 * tests/check/elements/audioresample.c: (GST_START_TEST):
12848 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12849 * tests/check/elements/volume.c: (GST_START_TEST):
12850 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12851 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12852 (test_pipeline), (GST_START_TEST):
12853 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12854 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12855 Fix big batch of compiler warnings.
12857 2006-09-17 Stefan Kost <ensonic@users.sf.net>
12859 * ext/gnomevfs/gstgnomevfssrc.c:
12860 Add docs about icydemux usage in connection with gnomevfssrc
12862 * ext/libvisual/visual.c:
12863 * ext/ogg/gstoggaviparse.c:
12864 * ext/ogg/gstoggdemux.c:
12865 * ext/ogg/gstoggmux.c:
12866 * ext/ogg/gstoggparse.c:
12867 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12868 * gst-libs/gst/audio/gstaudiosink.c:
12869 * gst-libs/gst/audio/gstaudiosrc.c:
12870 * gst/audiorate/gstaudiorate.c:
12871 More G_OBJECT macro fixing.
12873 * gst/audiotestsrc/gstaudiotestsrc.h:
12874 Fix wrong info in header due to copy & paste
12876 2006-09-15 Wim Taymans <wim@fluendo.com>
12878 * gst-libs/gst/audio/gstbaseaudiosink.c:
12879 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12880 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12881 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12882 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12883 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12884 Do the delay calculation in the source/sink base classes as this is
12885 specific for the capture/playback mode.
12886 Try to fixate a bit better, like round depth up to a multiple of 8
12888 Handle underruns correctly by marking DISCONT on buffers and adjusting
12889 timestamps to handle the gap.
12890 Set offset/offset_end correctly on buffers.
12892 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12893 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12894 (gst_ring_buffer_read):
12895 Remove resync and underrun recovery from the ringbuffer.
12896 Fix ringbuffer read code on under/overrun.
12898 2006-09-15 Wim Taymans <wim@fluendo.com>
12900 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12901 (gst_play_base_bin_init), (fill_buffer), (check_queue),
12902 (queue_threshold_reached), (gst_play_base_bin_set_property),
12903 (gst_play_base_bin_get_property):
12904 * gst/playback/gstplaybasebin.h:
12905 Don't use a 0 low watermark when buffering, it is catching starvation
12906 way too late. Instead, use a 3 second queue with 30 and 95
12907 percent low/high watermarks.
12908 Added queue-min-threshold property to configure low watermark.
12909 Use new _buffering message API.
12910 Make queue_threshold variable big enough to store a uint64 time value.
12911 API: playbin::queue-min-threshold property.
12913 2006-09-15 Wim Taymans <wim@fluendo.com>
12916 We require 0.10.10.1 now because of _wait_preroll().
12918 * gst-libs/gst/audio/gstbaseaudiosink.c:
12919 (gst_base_audio_sink_render):
12920 Use gst_base_sink_wait_preroll().
12922 2006-09-15 Wim Taymans <wim@fluendo.com>
12924 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12925 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12926 Use DEBUG_OBJECT more.
12928 === release 0.10.10 ===
12930 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
12932 patch by: Michael Smith <msmith at fluendo dot com>
12934 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12935 (gst_multi_fd_sink_client_queue_buffer),
12936 (gst_multi_fd_sink_new_client):
12937 * tests/check/elements/multifdsink.c: (GST_START_TEST),
12938 (multifdsink_suite):
12939 Fix implementation of sync-method 'next-keyframe'
12942 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
12944 patch by: Wim Taymans <wim at fluendo dot com>
12946 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12947 This patch removes the RANDOM flag that was incorrectly introduced with
12948 revision 1.91. Fixes #354590
12950 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
12952 * tests/check/Makefile.am:
12953 Random variation in Makefile line to see if it makes the
12954 gen64-base-full bot any happier.
12956 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
12958 * tests/check/pipelines/oggmux.c: (oggmux_suite):
12959 Disable test that fails at the moment (killed after timeout).
12961 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
12963 Patch by: James Livingston <doclivingston at gmail.com>
12965 * tests/check/Makefile.am:
12966 * tests/check/pipelines/.cvsignore:
12967 * tests/check/pipelines/oggmux.c: (get_page_codec),
12968 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12969 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12970 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12971 (test_theora_vorbis), (oggmux_suite):
12972 Add simple unit test for oggmux from #337026 with checking for the
12973 EOS flags disabled for the time being.
12975 2006-09-04 Wim Taymans <wim@fluendo.com>
12977 patch by: Alessandro Dessina <alessandro nnva org>
12979 * ext/ogg/gstoggmux.c:
12980 Add cmml caps to oggmux. Fixes #353912
12982 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
12984 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12985 Returning a return value often helps. In this case, we
12986 don't need the return value anyway, so just get rid of it.
12987 Should make build bots much happier.
12989 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
12991 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12992 (paint_get_structure), (gst_video_test_src_get_size),
12993 (gst_video_test_src_smpte), (gst_video_test_src_snow),
12994 (gst_video_test_src_unicolor), (paint_setup_AYUV),
12995 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12996 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12997 * gst/videotestsrc/videotestsrc.h:
12998 Add support for AYUV and the various RGBA formats. Initialise
12999 fields of paintinfo structs allocated on the stack.
13001 * tests/check/elements/videotestsrc.c: (right_shift_colour),
13002 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13003 (check_rgb_buf), (videotestsrc_suite):
13004 Add unit tests for videotestsrc's RGB output.
13006 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13008 * gst/videotestsrc/gstvideotestsrc.c:
13009 (gst_video_test_src_pattern_get_type),
13010 (gst_video_test_src_set_pattern):
13011 * gst/videotestsrc/gstvideotestsrc.h:
13012 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13013 (gst_video_test_src_black), (gst_video_test_src_white),
13014 (gst_video_test_src_red), (gst_video_test_src_green),
13015 (gst_video_test_src_blue):
13016 * gst/videotestsrc/videotestsrc.h:
13017 Add more uni-colour patterns ("white", "red", "green", and "blue").
13019 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13021 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13022 Fix stride for YVYU, should be word-aligned (#353658).
13024 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
13026 * gst/adder/gstadder.c: (gst_adder_src_event):
13029 2006-08-31 Edward Hervey <edward@fluendo.com>
13031 * gst/adder/gstadder.c: (forward_event_func),
13032 (gst_adder_src_event), (gst_adder_collected),
13033 (gst_adder_change_state):
13034 * gst/adder/gstadder.h:
13035 Remember the start position asked in the incoming seeks, so we can
13036 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13037 of assuming it will always be 0).
13039 2006-08-31 Edward Hervey <edward@fluendo.com>
13041 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13042 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13043 (gst_ogg_demux_loop):
13044 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13046 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
13048 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13049 (gst_ffmpegcsp_get_unit_size):
13050 Return FALSE instead of returning a random false unit
13051 size when the format isn't known/supported (even if
13052 this shouldn't happen under normal circumstances).
13054 2006-08-29 Wim Taymans <wim@fluendo.com>
13056 Patch by: Tim-Philipp Müller <tim at centricular dot net>
13058 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13059 (gst_gnome_vfs_src_start):
13060 Try harder to get the size from a uri by using _info_uri() when
13061 _info_from_handle() does not give us enough info.
13062 Also follow symlinks when getting the size.
13063 Partially Fixes #332864.
13065 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13067 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
13069 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13070 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13071 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13072 (gst_alsa_mixer_set_record):
13073 * ext/alsa/gstalsamixertrack.c:
13074 (gst_alsa_mixer_track_update_alsa_capabilities),
13075 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13076 (gst_alsa_mixer_track_update):
13077 * ext/alsa/gstalsamixertrack.h:
13078 Improve and fix mixer track handling, in particular better handling
13079 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13080 separate track objects for tracks that have both capture and playback
13081 volume (and label them differently as well so they're not mistakenly
13082 assumed to be duplicates); classify mixer tracks that only affect
13083 the audible volume of something (rather than the capture volume)
13084 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13085 for capture tracks to correspond to alsa-pswitch alsa-cswitch
13086 (following the meaning documented in the mixer interface header
13087 file); add support for alsa's exclusive cswitch groups; update/sync
13088 state/flags better if mixer settings are changed by another
13089 application. Fixes #336075.
13091 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13093 * gst/playback/gstplaybin.c:
13094 Improve docs: add section about BUFFERING messages sent by playbin.
13096 2006-08-29 Michael Smith <msmith@fluendo.com>
13098 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13099 (gst_vorbis_enc_buffer_check_discontinuous),
13100 (gst_vorbis_enc_chain):
13101 Ignore explicit DISCONT marked on buffers (which is often spurious,
13102 particularly when using multiple segments), in favour of solely
13103 using the timestamps/durations.
13105 2006-08-29 Edward Hervey <edward@fluendo.com>
13107 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13108 Don't rely on incoming buffers offset anymore, since it is completely
13109 broken when using multiple segments.
13110 Instead convert the incoming buffers timestamp to running time, and
13111 then convert that value to the offsets.
13112 Also inform GstSegment of the last outputted stop position, which is
13113 needed if we received several segments with an unknown stop value.
13115 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
13117 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13118 fix buffer unreffing on a header push failure
13120 2006-08-28 Wim Taymans <wim@fluendo.com>
13122 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13123 (gst_audio_rate_chain):
13124 Make the metadata of the buffer writable before changing its
13127 2006-08-28 Wim Taymans <wim@fluendo.com>
13129 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13130 (gst_audio_rate_setcaps), (gst_audio_rate_init),
13131 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13132 (gst_audio_rate_chain), (gst_audio_rate_change_state):
13133 Fix audiorate some more.
13134 Reset and resync counters on flush and READY.
13135 Handle the DISCONT flag correctly.
13136 Use GstSegment to track position.
13137 Fail when not negotiated.
13140 2006-08-25 Michael Smith <msmith@fluendo.com>
13142 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13144 Remove accidently included debug line.
13146 2006-08-25 Wim Taymans <wim@fluendo.com>
13148 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13150 If a buffer is received with no caps, make the buffer metadata
13151 writable and set the caps, making sure that we don't screw up the
13154 2006-08-25 Michael Smith <msmith@fluendo.com>
13156 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13157 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13158 Fix memory leaks and misleading debug messages, add a couple of
13161 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13162 (gst_multi_fd_sink_render):
13163 Do not use gst_buffer_make_writable() in a basesink render method,
13164 as it may incorrectly unref the buffer. Instead, use convoluted
13165 dance to avoid copying the buffer except when we need to.
13167 2006-08-25 Michael Smith <msmith@fluendo.com>
13169 * ext/vorbis/vorbisenc.c:
13170 (gst_vorbis_enc_buffer_check_discontinuous):
13171 Allow very small discontinuities in the timestamps. These we can't
13172 do anything useful with anyway (because vorbis's timestamps have
13173 only sample granularity), and are commonly produced by elements with
13174 minor bugs. Allow up to 1/2 a sample out.
13177 2006-08-24 Wim Taymans <wim@fluendo.com>
13179 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13180 (play_scrub_toggle_cb), (main):
13181 Add a checkbox to enable play scrubbing. Makes it possible to disable
13184 2006-08-23 Stefan Kost <ensonic@users.sf.net>
13186 * tests/check/elements/.cvsignore:
13187 make buildbot happy
13189 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13191 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13192 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13193 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13194 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13195 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13196 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13197 (gst_ogm_text_parse_strip_trailing_zeroes),
13198 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13199 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13200 Refactor ogm parse, do better input checking, misc. clean-ups.
13201 Cache incoming events and push them once the source pad has
13202 been created. Don't pass unterminated strings to sscanf().
13203 Strip trailing zeroes from subtitle text output, since they
13204 are not valid UTF-8. Don't push vorbiscomment packets on
13205 the subtitle text pad. Output perfect streams if possible.
13207 2006-08-23 Wim Taymans <wim@fluendo.com>
13209 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13210 Waits for tasks to settle down so that we clean up correctly for
13213 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13215 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13216 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13217 actually return return value in taglists_are_equal.
13219 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13221 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13222 Fix crash due to broken bitstream parsing on x86-64: can't make
13223 any assumptions about sizeof(struct) due to alignment/packing
13224 differences on different architectures. Fixes #351790.
13226 2006-08-22 Wim Taymans <wim@fluendo.com>
13228 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13229 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13230 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13231 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13232 (gst_riff_parse_info):
13233 Protect public functions against bad input.
13237 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13239 * gst-libs/gst/riff/riff-ids.h:
13240 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13241 Add voxware audio IDs (even if we can't play it) (#351795).
13243 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13245 * gst-libs/gst/riff/riff-media.c:
13246 (gst_riff_create_video_template_caps),
13247 (gst_riff_create_audio_template_caps),
13248 (gst_riff_create_iavs_template_caps):
13249 Const-ify some arrays and use G_N_ELEMENTS instead
13250 of wasting oodles of RAM on terminator bits.
13252 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13254 * gst-libs/gst/tag/gstvorbistag.c:
13255 (gst_tag_list_to_vorbiscomment_buffer):
13256 * tests/check/libs/tag.c: (GST_START_TEST):
13257 And the same for _to_vorbiscomment_buffer(): allow
13258 id_data_len == 0 for speex.
13260 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13263 * docs/plugins/Makefile.am:
13264 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13265 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13266 * docs/plugins/inspect/plugin-gdp.xml:
13267 * gst/gdp/Makefile.am:
13268 * tests/check/Makefile.am:
13269 Move GDP plugin to -base from -bad. Closes #347783.
13271 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13273 * gst-libs/gst/tag/gstvorbistag.c:
13274 (gst_tag_list_from_vorbiscomment_buffer):
13275 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13276 Also add some checks to make sure we don't memcmp() beyond the end of
13277 vorbiscomment buffer if the ID to check for is larger than the buffer.
13279 * tests/check/libs/tag.c: (GST_START_TEST):
13280 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13282 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13284 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13285 (gst_vorbis_enc_set_metadata):
13286 Use vorbis comment utility functions from libgsttag
13287 instead of re-inventing the wheel (partially fixes #347091).
13289 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
13291 * tests/check/elements/audioconvert.c: (GST_START_TEST):
13292 Fix leaks. Wait for state transitions that might happen ASYNC, as well
13293 as some that won't.
13295 2006-08-21 Wim Taymans <wim@fluendo.com>
13297 * docs/libs/Makefile.am:
13298 * docs/libs/gst-plugins-base-libs-sections.txt:
13299 * docs/libs/gst-plugins-base-libs.types:
13300 Don't try to GObject scan the netbuffer as it's not a GObject.
13303 * gst-libs/gst/netbuffer/gstnetbuffer.c:
13304 * gst-libs/gst/netbuffer/gstnetbuffer.h:
13305 Document GstNetBuffer.
13307 2006-08-21 Stefan Kost <ensonic@users.sf.net>
13309 * tests/check/elements/audioconvert.c: (GST_START_TEST),
13310 (audioconvert_suite):
13311 Add testcase for caps-size-explosion
13313 2006-08-20 Stefan Kost <ensonic@users.sf.net>
13315 * gst/audioconvert/gstaudioconvert.c:
13316 (gst_audio_convert_get_unit_size), (set_structure_widths):
13317 Lower debug, use g_assert in _get_unit_size
13319 * gst/audioresample/gstaudioresample.c:
13320 (audioresample_get_unit_size):
13321 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13322 (gst_ffmpegcsp_get_unit_size):
13323 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13324 use g_assert in _get_unit_size
13326 2006-08-18 Wim Taymans <wim@fluendo.com>
13328 * docs/libs/gst-plugins-base-libs-sections.txt:
13329 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13330 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13331 (gst_rtp_buffer_get_payload_buffer):
13332 * gst-libs/gst/rtp/gstrtpbuffer.h:
13333 Document GstRTPBuffer.
13334 Added function to efficiently strip payload headers.
13335 API: gst_rtp_buffer_get_payload_subbuffer()
13337 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
13339 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13340 (gst_tag_to_vorbis_comments):
13341 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13342 tags and deserialise them properly as well (#347091).
13343 Add some more gtk-doc blurbs and also some g_return_if_fail().
13345 * tests/check/libs/tag.c: (GST_START_TEST),
13346 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13349 2006-08-17 Wim Taymans <wim@fluendo.com>
13351 * ext/ogg/Makefile.am:
13352 * ext/ogg/gstogg.c: (plugin_init):
13353 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13354 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13355 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13356 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13357 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13358 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13359 Added ogg-in-avi parser element. Fixes #140139.
13361 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13362 Fixed a bug in oggdemux debug code.
13364 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13365 (gst_riff_create_audio_template_caps):
13366 Recognise Ogg in the AVI extensible wave format.
13368 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
13370 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13371 Make buffer durations add up (duration should be next_ts-ts for
13372 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13375 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13376 (test_buffer_timestamps), (cddabasesrc_suite):
13377 Add unit test for the above.
13379 * tests/check/Makefile.am:
13380 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13381 to see what happens.
13383 2006-08-16 Wim Taymans <wim@fluendo.com>
13385 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13386 (gst_alsasink_open):
13387 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13388 (gst_alsasrc_open):
13389 Avoid setting and using a NULL device name.
13390 Print more info when we fail to open a device.
13392 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
13394 * docs/libs/gst-plugins-base-libs-sections.txt:
13395 * gst-libs/gst/tag/tag.h:
13396 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13397 API: add gst_tag_parse_extended_comment() (#351426).
13399 * tests/check/Makefile.am:
13400 * tests/check/libs/.cvsignore:
13401 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13402 Add unit test for gst_tag_parse_extended_comment().
13404 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
13406 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13407 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13408 Fix leak (#351502).
13410 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
13412 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13413 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13414 * docs/plugins/gst-plugins-base-plugins.args:
13415 * gst/playback/gstplaybin.c:
13418 * docs/plugins/inspect/plugin-adder.xml:
13419 * docs/plugins/inspect/plugin-alsa.xml:
13420 * docs/plugins/inspect/plugin-audioconvert.xml:
13421 * docs/plugins/inspect/plugin-audiorate.xml:
13422 * docs/plugins/inspect/plugin-audioresample.xml:
13423 * docs/plugins/inspect/plugin-audiotestsrc.xml:
13424 * docs/plugins/inspect/plugin-cdparanoia.xml:
13425 * docs/plugins/inspect/plugin-decodebin.xml:
13426 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13427 * docs/plugins/inspect/plugin-gnomevfs.xml:
13428 * docs/plugins/inspect/plugin-ogg.xml:
13429 * docs/plugins/inspect/plugin-pango.xml:
13430 * docs/plugins/inspect/plugin-playbin.xml:
13431 * docs/plugins/inspect/plugin-subparse.xml:
13432 * docs/plugins/inspect/plugin-tcp.xml:
13433 * docs/plugins/inspect/plugin-theora.xml:
13434 * docs/plugins/inspect/plugin-typefindfunctions.xml:
13435 * docs/plugins/inspect/plugin-video4linux.xml:
13436 * docs/plugins/inspect/plugin-videorate.xml:
13437 * docs/plugins/inspect/plugin-videoscale.xml:
13438 * docs/plugins/inspect/plugin-videotestsrc.xml:
13439 * docs/plugins/inspect/plugin-volume.xml:
13440 * docs/plugins/inspect/plugin-vorbis.xml:
13441 * docs/plugins/inspect/plugin-ximagesink.xml:
13442 * docs/plugins/inspect/plugin-xvimagesink.xml:
13443 Update to CVS version.
13445 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
13447 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13448 (gst_play_bin_set_property), (gst_play_bin_get_property),
13449 (value_list_append_structure_list),
13450 (gst_play_bin_handle_redirect_message),
13451 (gst_play_bin_handle_message):
13452 API: GstPlayBin::connection-speed
13453 Add "connection-speed" property; re-order redirect messages with
13454 multiple redirect locations depending on the minimum bitrate if
13455 that information is available and a connection speed is set
13458 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
13460 * gst/playback/gstplaybin.c:
13461 Update max volume to the same value that the volume element uses.
13463 2006-08-14 Wim Taymans <wim@fluendo.com>
13465 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13468 2006-08-14 Wim Taymans <wim@fluendo.com>
13470 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13471 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13472 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13473 Add some more debug info.
13474 Don't crash when a seek failed.
13475 Actually return the result of the seek instead of TRUE.
13476 Ignore multiple BOS pages with the same serial so that we don't create
13477 the same stream multiple times.
13478 Post an error when we fail to do the initial seek.
13480 2006-08-13 Wim Taymans <wim@fluendo.com>
13482 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13483 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13484 Small code cleanup.
13486 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13487 (gst_alsa_mixer_new):
13488 Remove hack that always set the device to hw:0*.
13489 Properly find the card name for whatever device was configured.
13490 Do some better debugging.
13493 * ext/alsa/gstalsamixerelement.c:
13494 (gst_alsa_mixer_element_set_property),
13495 (gst_alsa_mixer_element_change_state):
13497 Handle setting of a NULL device name better.
13499 2006-08-11 Wim Taymans <wim@fluendo.com>
13501 * gst/adder/gstadder.c:
13502 Don't clip float values. Fixes #350900.
13504 2006-08-11 Andy Wingo <wingo@pobox.com>
13506 * gst/tcp/gsttcp.c: Really fix the build?
13508 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13511 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
13513 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13514 Float caps shouldn't have a "signed" field.
13516 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
13518 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13519 Implement SEEKING query in its most basic form, so that we can
13520 at least check if we're seekable or not (#350655).
13522 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
13524 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13525 The checks here are not even close to anything that would
13526 justify MAXIMUM probability, lowering to POSSIBLE until someone
13527 fixes the checks (case at hand: quicktime redirection files
13528 might start with 00 00 01 XX and pass the checks here just
13529 fine, see #350399).
13531 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
13533 Patch by: Sjoerd Simons <sjoerd at luon net>
13535 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13536 Better detection for multipart/x-mixed-replace: accept leading
13537 whitespaces before the boundary marker as well (as our very own
13538 multipartmux used to produce) (#349068).
13540 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
13542 Patch by: Young-Ho Cha <ganadist at chollian net>
13544 * gst-libs/gst/riff/riff-ids.h:
13545 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13546 (gst_riff_create_audio_template_caps):
13547 Detect DTS audio streams (#350157).
13549 2006-08-05 Andy Wingo <wingo@pobox.com>
13551 * ext/theora/gsttheoraparse.h:
13552 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13553 (theora_parse_dispose, theora_parse_set_property)
13554 (theora_parse_get_property, theora_parse_munge_granulepos)
13555 (theora_parse_push_buffer, theora_parse_change_state):
13556 API: GstTheoraParse::synchronization-points
13557 Add a property 'synchronization-points' to fix badly synchronized oggs.
13559 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13561 * tests/check/Makefile.am:
13562 * tests/check/libs/.cvsignore:
13563 * tests/check/libs/audio.c: (structure_contains_channel_positions),
13564 (fixed_caps_have_channel_positions), (GST_START_TEST),
13565 (audio_suite), (main):
13566 Add a few tests for the channel position stuff in libgstaudio.
13568 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13570 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13571 (gst_alsa_detect_channels):
13572 * ext/alsa/gstalsasink.c:
13573 Add support for cards that (only) do more than 8 channels,
13574 like the Delta 44 (#345188).
13576 * gst-libs/gst/audio/multichannel.c:
13577 (gst_audio_check_channel_positions):
13578 * gst-libs/gst/audio/multichannel.h:
13579 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13580 unspecified channel position and cannot be combined with any
13581 of the other audio channel positions; adjust position layout
13582 checks accordingly (#345188).
13584 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13586 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13587 Recognise ancient RealAudio files (see #349779).
13589 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
13591 Patch by: Jens Granseuer <jensgr at gmx net>
13593 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13594 Add typefinder for Interplay's MVE format (#348973).
13596 2006-08-02 Wim Taymans <wim@fluendo.com>
13598 Patch by: Marcel Moreaux <marcelm at luon dot net>
13600 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13601 (gst_base_rtp_depayload_add_to_queue):
13602 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13603 Handle RTP sequence number rollover.
13604 Disable jitterbuffer by default.
13606 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
13608 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13609 (audioresample_set_caps):
13610 Don't leak references to the incoming caps. Clean them up when
13613 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13614 (gst_video_scale_finalize):
13615 Don't leak our temporary pixel buffer.
13617 * tests/check/Makefile.am:
13618 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13619 (GST_START_TEST), (simple_launch_lines_suite):
13621 Fix leaks and re-enable the test for valgrind checking.
13623 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
13625 Patch by: Sjoerd Simons <sjoerd at luon net>
13627 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13629 Add typefind function for multipart/x-mixed-replace (#348916).
13631 2006-07-28 Wim Taymans <wim@fluendo.com>
13633 * gst/adder/gstadder.c: (gst_adder_setcaps),
13634 (gst_adder_query_duration):
13635 Fix leak in duration query.
13636 Reflow some docs and notes.
13638 2006-07-28 Michael Smith <msmith@fluendo.com>
13640 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13642 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13645 2006-07-28 Michael Smith <msmith@fluendo.com>
13647 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13648 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13649 (gst_vorbis_enc_push_buffer),
13650 (gst_vorbis_enc_buffer_check_discontinuous),
13651 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13652 * ext/vorbis/vorbisenc.h:
13653 Handle discontinuities in the input vorbis stream correctly,
13654 so that the output is properly timestamped (and has good granulepos
13655 values). Needs some oggmux fixes too.
13657 2006-07-27 Wim Taymans <wim@fluendo.com>
13659 patch by: Kai Vehmanen <kv2004 eca cx>
13661 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13662 (gst_base_rtp_depayload_chain),
13663 (gst_base_rtp_depayload_handle_sink_event),
13664 (gst_base_rtp_depayload_change_state):
13665 Don't send multiple newsegments with different formats.
13668 2006-07-26 Wim Taymans <wim@fluendo.com>
13670 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13671 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13672 Make seeking in ogg more accurate again by doing the more correct
13673 granuletime to stream time conversion.
13675 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
13677 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13678 (gst_multi_fd_sink_new_client):
13679 debug a little more understandably
13680 do not use goto as a substitute for break, especially if
13681 break is also being used
13683 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
13685 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13686 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13687 Remove GLib-2.6 compatibility cruft.
13689 2006-07-24 Wim Taymans <wim@fluendo.com>
13691 * gst-libs/gst/audio/gstbaseaudiosink.c:
13692 (gst_base_audio_sink_render):
13693 Don't try to align a sample to an unknown value.
13695 2006-07-24 Wim Taymans <wim@fluendo.com>
13697 * gst-libs/gst/audio/gstbaseaudiosink.c:
13698 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13699 When the audio clock is slaved to another clock, never try to align
13700 samples but trust the rate interpolation algorithm.
13702 2006-07-24 Wim Taymans <wim@fluendo.com>
13704 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13705 Don't try to calculate silence samples, base class does this much
13708 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13709 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13710 (gst_ring_buffer_acquire):
13711 Calculate silence samples correctly.
13713 * gst-libs/gst/audio/gstringbuffer.h:
13716 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
13718 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13719 Limit search for the first markup tag to the first few kB of
13720 the file. If we don't find one there, it's highly unlikely that
13721 this is an XML(-ish) file.
13723 2006-07-21 Andy Wingo <wingo@pobox.com>
13725 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13726 test to the one in vorbisenc. Also commented out.
13728 * tests/check/pipelines/vorbisenc.c:
13729 (test_discontinuity): New test, commented out until Mike lands
13730 some elite vorbisenc patches.
13732 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13733 Bufferstraw was actually factored out of these tests. Now we share
13736 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13737 for bufferstraw addition to gstcheck.
13739 2006-07-21 Wim Taymans <wim@fluendo.com>
13741 * ext/theora/theoradec.c: (clip_buffer):
13744 2006-07-21 Wim Taymans <wim@fluendo.com>
13746 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13747 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13748 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13750 Avoid type casting when we can.
13752 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13755 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
13757 * ext/alsa/gstalsamixerelement.c:
13758 (gst_alsa_mixer_element_change_state):
13759 Make state change fail if the specified device can't be opened
13762 2006-07-20 Wim Taymans <wim@fluendo.com>
13764 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13765 (cb_newpad), (main):
13766 Example of a small audio/video player using decodebin.
13768 2006-07-20 Stefan Kost <ensonic@users.sf.net>
13770 * gst-libs/gst/riff/riff-ids.h:
13771 Add 'fact' chunk id
13773 2006-07-19 Wim Taymans <wim@fluendo.com>
13775 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13776 (gst_base_rtp_depayload_chain),
13777 (gst_base_rtp_depayload_change_state):
13778 Don't assert when not negotiated but post a meaningfull
13779 error message. Fixes #347918.
13781 * gst-libs/gst/rtp/gstbasertppayload.c:
13782 Add comment about better default MTU size.
13784 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13785 Small cleanups, start docs.
13787 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
13789 Patch by: Martin Szulecki
13791 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13792 If "device-name" is requested and the device is not
13793 open, try to temporarily open it to obtain this
13794 information (#342494).
13796 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
13798 * gst-libs/gst/tag/gstid3tag.c:
13799 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13801 * gst-libs/gst/tag/gsttageditingprivate.h:
13802 * gst-libs/gst/tag/gstvorbistag.c:
13803 Some more random const-ifications.
13805 2006-07-18 Stefan Kost <ensonic@users.sf.net>
13807 * gst-libs/gst/riff/riff-ids.h:
13808 * gst-libs/gst/riff/riff-media.c:
13809 (gst_riff_create_video_template_caps):
13810 Add more FOURCCs (sort list to make stuff easier to find),
13811 add comment what those 16 bytes in struct _gst_riff_strh according to
13814 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
13816 * gst-libs/gst/audio/multichannel.c:
13817 (gst_audio_check_channel_positions),
13818 (gst_audio_fixate_channel_positions):
13819 Const-ify two arrays.
13821 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
13823 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13824 Fix typo, so that alsasink also advertises 8 channels
13825 if that's supported (tags: can, worms, open, alsa, ph34r).
13827 2006-07-17 Wim Taymans <wim@fluendo.com>
13829 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13830 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13831 *sigh*, when is the compiler going to warn when the comments
13832 are out-of-sync with the code.. Refix case of busted theora
13833 headers with 0 granule pos.
13835 2006-07-14 Wim Taymans <wim@fluendo.com>
13837 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13838 (gst_base_rtp_depayload_wait),
13839 (gst_base_rtp_depayload_change_state),
13840 (gst_base_rtp_depayload_set_property),
13841 (gst_base_rtp_depayload_get_property):
13842 Fix 99% cpu load by waiting for absolute times on the
13843 clock. Fixes #347300.
13845 2006-07-14 Andy Wingo <wingo@pobox.com>
13847 * ext/theora/gsttheoraparse.h:
13848 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13849 (theora_parse_push_headers, theora_parse_clear_queue)
13850 (theora_parse_drain_queue_prematurely, )
13851 (theora_parse_sink_event, theora_parse_change_state): Queue events
13852 until we initialized our state, like in vorbisparse.
13854 * ext/vorbis/vorbisparse.h:
13855 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13856 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13857 (vorbis_parse_drain_queue_prematurely, )
13858 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13859 until we have initialized our state. Fixes seeking after an
13862 2006-07-14 Andy Wingo <wingo@pobox.com>
13864 Patch by: Iain Holmes <iaingnome@gmail.com>
13866 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13868 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
13871 Bump nano back to CVS
13873 === release 0.10.9 ===
13875 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
13878 releasing 0.10.9, "I walk the line"
13880 2006-07-14 Michael Smith <msmith@fluendo.com>
13882 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13883 Move a g_cond_signal to earlier to avoid sometimes deadlocking
13884 (commonly happens when running this test under valgrind) when trying
13885 to remove the buffer probe.
13887 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
13889 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13890 Fix missing g_unlock from the previous commit
13892 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
13894 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13895 (gst_ximagesink_change_state):
13896 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13897 (gst_xvimagesink_change_state):
13898 Implement a locking order to ensure we always take the object lock
13899 before the x_lock and never vice-versa.
13901 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
13903 * gst/playback/gstdecodebin.c: (find_compatibles):
13904 Fix a caps leak when linking (#347304)
13906 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13907 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13908 (gst_ximagesink_change_state):
13909 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13910 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13911 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13912 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13913 Don't leak shared memory resources. Use the object lock to protect
13914 against the xcontext disappearing while returning a buffer from the
13915 pipeline. (#347304)
13917 2006-07-12 Edward Hervey <edward@fluendo.com>
13919 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13920 (vorbis_handle_comment_packet):
13921 gst_tag_list_merge() returns a new object. Take that into account when
13922 using it. This avoids memleak.
13923 Revert previous commit which is not needed.
13925 2006-07-12 Edward Hervey <edward@fluendo.com>
13927 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13928 Reset the decoder in finalize so that all fields get cleared.
13930 2006-07-12 Wim Taymans <wim@fluendo.com>
13932 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13933 (gst_base_audio_src_set_clock),
13934 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13935 Don't try to post an error message when setting the clock fails
13936 as this can happen when adding an element to a bin which will then
13937 deadlock. Fixes #347296.
13939 2006-07-12 Edward Hervey <edward@fluendo.com>
13941 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13942 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13943 (vorbis_handle_type_packet):
13944 Post tag messages on the bus even if we're not initialized.
13945 If we're not initialized, we still postpone the event pushing of tags.
13947 2006-07-12 Wim Taymans <wim@fluendo.com>
13949 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13950 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13951 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13952 Revert last two changes that broke the freeze.
13954 2006-07-12 Wim Taymans <wim@fluendo.com>
13956 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13957 basesink calculates silence sample correctly for us.
13959 2006-07-12 Wim Taymans <wim@fluendo.com>
13961 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13962 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13963 Calculate correct silence samples so we don't fill our ringbuffer
13966 2006-07-12 Edward Hervey <edward@fluendo.com>
13968 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13969 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13970 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13971 * ext/vorbis/vorbisdec.h:
13972 Delay sending events (newsegment, tags) until the decoder is properly
13976 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
13978 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13979 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13980 Patch from #347221 adding a test for audioconvert
13981 channel remappings.
13983 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
13985 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13986 (gst_ssa_parse_parse_line):
13987 Don't include the terminating NUL in the buffer size,
13988 it's only there for extra paranoia (would add random
13989 '*' characters at the end of each subtitle since the
13990 terminator itself is not valid UTF-8 technically).
13991 Also fix indenting after boilerplate macro.
13993 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
13995 * gst/playback/gstdecodebin.c: (close_pad_link):
13996 Also emit 'unknown-type' signal (which should really be
13997 called unhandled-type) if we found potential decoders/demuxers
13998 in the registry but none of them worked in the end (as in the
13999 case where the plugins don't exist any longer but are still
14000 listed in the registry). Fixes #329798.
14002 2006-07-08 Andy Wingo <wingo@pobox.com>
14004 * theoraparse.c (theora_parse_push_buffer)
14005 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14006 Add some more debugging. Fix granulepos reconstruction in the face
14007 of discontinuities.
14009 2006-07-06 Wim Taymans <wim@fluendo.com>
14011 * gst-libs/gst/audio/gstbaseaudiosink.c:
14012 (gst_base_audio_sink_class_init),
14013 (gst_base_audio_sink_provide_clock):
14014 Use gobject_class instead of G_OBJECT_CLASS (klass)
14016 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14017 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14018 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14019 (gst_base_audio_src_get_time),
14020 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14021 (gst_base_audio_src_create_ringbuffer):
14022 Fix latency and buffer-time constants and properties ala basesink.
14023 Implement pull based scheduling. Fixes #346527.
14024 Set default blocksize in GstBaseSrc to 0, we default to pushing out
14026 Refuse slaving to another clock instead of silently not working.
14027 Only provide a clock when we are actually able to do so.
14028 Various small cleanups and compiler hints.
14030 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14032 Patch by: Lutz Mueller <lutz at topfrose de>
14034 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14036 Add typefinding for text/html (#346581).
14038 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14040 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14041 (xml_check_first_element), (xml_type_find), (smil_type_find):
14042 Fix SMIL typefinding, make xml_check_first_element() more
14045 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14047 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14048 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14049 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14050 * gst/playback/gstplaybasebin.h:
14051 Protect list of elements with a subtitle-encoding property and
14052 the subtitle encoding member itself with a lock of their own
14053 instead of using the object lock. This prevents a dead-lock in
14054 the element-remove callback in some circumstances when shutting
14057 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
14059 * win32/common/libgsttag.def:
14060 Export some new functions.
14061 * win32/vs6/libgstogg.dsp:
14062 Add a link to libgsttag-0.10.lib.
14064 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
14066 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14067 Some const-ification.
14069 2006-07-04 Wim Taymans <wim@fluendo.com>
14071 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14072 Improve checking if we are dealing with a stream. Added some
14073 more uris that need buffering.
14075 2006-07-03 Edward Hervey <edward@fluendo.com>
14077 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14078 Remove unused variable.
14080 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
14085 add GCOV_LIBS to GST_LIBS
14087 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
14089 Patch by: Michael Sheldon <webmaster at mikeasoft com>
14091 * ext/alsa/gstalsasrc.c:
14092 Add 32 bps to template caps and increase channels range
14093 from [1,2] to [1,MAX]. See #346326.
14095 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
14097 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14098 Recognise 'WMVA' video codec fourcc (#345879).
14100 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
14102 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14103 Fixed nasty memory leak
14105 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
14107 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14108 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14111 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
14113 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14114 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14115 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14116 Protect remove_fakesink using a mutex, so that we don't try and
14117 remove the fakesink simultaneously from multiple threads.
14119 When going from READY to PAUSED, restore the fakesink, so that
14120 it is there when decodebin gets reused.
14122 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
14124 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14125 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14126 * gst-libs/gst/rtp/gstbasertppayload.c:
14127 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14128 * gst/tcp/gstmultifdsink.c:
14129 * gst/tcp/gsttcpclientsink.c:
14130 * gst/tcp/gsttcpclientsrc.c:
14131 * gst/tcp/gsttcpserversink.c:
14132 * gst/tcp/gsttcpserversrc.c:
14133 * gst/videorate/gstvideorate.c:
14134 * gst/videotestsrc/gstvideotestsrc.c:
14135 * sys/v4l/gstv4ljpegsrc.c:
14136 * sys/v4l/gstv4lmjpegsink.c:
14137 * sys/v4l/gstv4lsrc.c:
14138 * tests/examples/seek/scrubby.c:
14139 * tests/examples/seek/seek.c:
14140 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14142 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14144 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14145 Second field in GEnumValue shouldn't be a description,
14146 but a stringified version of the enum value.
14148 2006-06-22 Wim Taymans <wim@fluendo.com>
14150 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14151 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14152 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14153 Avoid type checking in buffer casts.
14154 Avoid caps copy in buffer_alloc when we can.
14155 Use pad_peer_accept.
14157 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14159 * gst-libs/gst/tag/tag.h:
14160 Oops, make that 'Since: 0.10.9'.
14162 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14164 * docs/libs/gst-plugins-base-libs-sections.txt:
14165 * gst-libs/gst/tag/tag.h:
14166 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14167 (gst_tag_image_type_get_type):
14168 API: add GstTagImageType enum to describe images contained
14169 in image tags (#345641).
14171 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14173 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14174 Fix warnings with gst-inspect: "buffers-min" property
14175 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14176 typo in property description.
14178 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14180 Patch by: Cody Russell <bratsche at gnome org>
14182 * gst/audioresample/gstaudioresample.c:
14183 (gst_audioresample_class_init):
14184 * gst/playback/gststreamselector.c:
14185 (gst_stream_selector_class_init):
14186 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14187 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14188 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14189 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14190 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14191 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14192 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14193 * gst/videotestsrc/gstvideotestsrc.c:
14194 (gst_video_test_src_class_init):
14195 * gst/volume/gstvolume.c: (gst_volume_class_init):
14196 Avoid unnecessary class cast check in class_init
14197 functions (#337747).
14199 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
14201 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14202 (gst_text_overlay_video_chain):
14203 g_markup_escape_text() REALLY doesn't like non-UTF8 input
14204 and doesn't validate its input either (and neither did
14205 textoverlay it seems). Let's do that then and fix #345206.
14207 2006-06-19 Wim Taymans <wim@fluendo.com>
14209 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14210 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14211 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14212 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14213 (find_syncframe), (find_limits), (assign_value),
14214 (count_burst_unit), (gst_multi_fd_sink_new_client),
14215 (gst_multi_fd_sink_handle_client_write),
14216 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14217 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14218 (gst_multi_fd_sink_change_state):
14219 * gst/tcp/gstmultifdsink.h:
14220 Added shiny new burst-on-connect methods.
14221 Add properties to control the minimal amount of data queued.
14223 API: bytes-min property
14224 API: time-min property
14225 API: buffers-min property
14226 API: burst-unit property
14227 API: burst-value property
14228 API: add-full signal
14230 * gst/tcp/gsttcp-marshal.list:
14231 Added new marshaller code for the new signal.
14233 * tests/check/elements/multifdsink.c: (GST_START_TEST),
14234 (multifdsink_suite):
14235 Added testcases for new burst methods.
14237 2006-06-19 Edward Hervey <edward@fluendo.com>
14239 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14240 Implement clipping for accurate seeking.
14243 2006-06-19 Wim Taymans <wim@fluendo.com>
14245 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14247 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14248 (gst_video_scale_transform):
14249 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14251 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
14254 Fix --disable-external (can't set conditionals conditionally,
14257 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14259 * tests/check/elements/audioresample.c: (test_reuse),
14260 (audioresample_suite):
14261 Add test case for bug #342789 fixed below.
14263 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14265 * gst/audioresample/gstaudioresample.c:
14266 (gst_audioresample_class_init), (gst_audioresample_init),
14267 (audioresample_start), (audioresample_stop),
14268 (gst_audioresample_set_property), (gst_audioresample_get_property):
14269 Implement GstBaseTransform::start and ::stop so that audioresample
14270 can clear its internal state properly and be reused instead of
14271 causing non-negotiated errors with playbin under some circumstances
14274 * tests/check/elements/audioresample.c: (setup_audioresample),
14275 (cleanup_audioresample):
14276 Need to set element state here so that ::start and ::stop are
14279 2006-06-16 Wim Taymans <wim@fluendo.com>
14281 Patch by: Young-Ho Cha <ganadist at chollian dot net>
14283 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14284 Parse extra data better, apparently it's right behind
14285 the normal strf header size. Fixes #343500.
14287 2006-06-16 Wim Taymans <wim@fluendo.com>
14289 * ext/alsa/gstalsasink.c: (set_hwparams):
14290 If we fail to set the buffer_time and period_time alsa
14291 parameters, post a warning and leave alsa select a
14292 default instead of failing. Fixes #342085
14294 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14296 * docs/libs/gst-plugins-base-libs-sections.txt:
14297 * gst-libs/gst/cdda/gstcddabasesrc.h:
14298 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14299 out in the header file and shouldn't be listed in the docs.
14301 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14302 Must dereference pointer to fourcc in the debug statement.
14304 2006-06-16 Stefan Kost <ensonic@users.sf.net>
14306 * docs/libs/Makefile.am:
14307 * docs/libs/gst-plugins-base-libs-docs.sgml:
14308 * docs/libs/gst-plugins-base-libs-sections.txt:
14309 * docs/libs/gst-plugins-base-libs.types:
14310 add remaining symbols into correct setions
14312 * gst-libs/gst/audio/gstringbuffer.c:
14313 fix incomplete docs
14315 * gst-libs/gst/audio/gstringbuffer.h:
14316 comment out not yet implemented function
14319 * gst-libs/gst/floatcast/floatcast.h:
14320 * gst-libs/gst/netbuffer/gstnetbuffer.c:
14321 add short descriptions
14324 * gst-libs/gst/interfaces/propertyprobe.c:
14325 fix return value docs
14327 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14328 simplify debug logging
14330 * gst-libs/gst/riff/riff-read.h:
14331 sync function prototype and docs
14333 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14334 remove left over symbol
14336 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14340 * docs/Makefile.am:
14341 Use GST_PLUGIN_DOCS macro in configure.ac, add
14342 --enable-plugin-docs default to autogen.sh and use
14343 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14345 2006-06-15 Wim Taymans <wim@fluendo.com>
14347 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14348 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14349 (gst_ogg_demux_loop):
14350 Combine GstFlowReturn from the source pads to give a
14351 meaningfull result to the upstream peer or to stop the
14352 processing task in case of errors.
14354 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14356 * gst/playback/gststreaminfo.c: (cb_probe):
14357 Try GST_TAG_CODEC as fallback when extracting the
14358 codec name; more debug info.
14360 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14362 * ext/ogg/Makefile.am:
14363 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14364 Extract language tags from ogm subtitle streams, so that
14365 the subtitle menu choices are labelled correctly in
14366 Totem (fixes #344708).
14368 2006-06-14 Wim Taymans <wim@fluendo.com>
14370 Patch by: Alessandro Decina <alessandro at nnva dot org>
14372 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14373 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14374 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14375 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14376 Fix various leaks. Fixes #343699.
14377 Add x-smoke mime type.
14379 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14381 * gst-libs/gst/riff/riff-ids.h:
14382 Add IDs for 'bext' chunks (see #343837).
14384 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
14386 Patch by: Young-Ho Cha <ganadist at chollian net>
14388 * gst/subparse/samiparse.c: (sami_context_pop_state),
14389 (handle_start_font), (end_sami_element):
14390 Honour font face tags in SAMI subtitles (#344503).
14392 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14395 add missing files containing translatable strings
14397 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14399 * docs/libs/tmpl/.cvsignore:
14400 we don't want those *.sgml files in CVS either
14402 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14404 * docs/libs/.cvsignore:
14405 * tests/check/elements/.cvsignore:
14406 * tests/check/libs/.cvsignore:
14409 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14411 * docs/libs/Makefile.am:
14412 also commiting the changed Makefile.am (added more libs to the
14415 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14417 * docs/libs/gst-plugins-base-libs-docs.sgml:
14418 * docs/libs/gst-plugins-base-libs-sections.txt:
14419 * docs/libs/gst-plugins-base-libs.types:
14420 first batch of reordering things, add index & hierarchy
14422 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
14425 use GST_PKG_CHECK_MODULES, cleans up output
14427 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
14429 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14430 Add support for burn:// URIs (#343385); const-ify things a bit,
14431 use G_N_ELEMENTS instead of hard-coded array size.
14433 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
14435 Patch by: Young-Ho Cha <ganadist at chollian net>
14437 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14438 Fix up broken entities before passing them to libxml *sigh*.
14441 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
14446 === release 0.10.8 ===
14448 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
14451 releasing 0.10.8, "Moar gij ziet mij nie"
14453 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
14470 * win32/common/config.h:
14471 0.10.7.2 prerelease
14473 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
14475 * docs/libs/tmpl/gstaudio.sgml:
14476 * docs/libs/tmpl/gstcolorbalance.sgml:
14477 * docs/libs/tmpl/gstmixer.sgml:
14478 * docs/libs/tmpl/gstringbuffer.sgml:
14479 * docs/libs/tmpl/gsttuner.sgml:
14480 * docs/libs/tmpl/gstxoverlay.sgml:
14481 * gst-libs/gst/audio/audio.c:
14482 * gst-libs/gst/audio/gstringbuffer.c:
14483 * gst-libs/gst/interfaces/colorbalance.c:
14484 * gst-libs/gst/interfaces/mixer.c:
14485 * gst-libs/gst/interfaces/tuner.c:
14486 * gst-libs/gst/interfaces/xoverlay.c:
14487 move last template doc snippets to source code and delete them
14489 2006-06-06 Michael Smith <msmith@fluendo.com>
14491 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14492 (theora_parse_drain_queue):
14493 Mark DELTA_UNIT on non-keyframes.
14495 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
14497 * gst-libs/gst/audio/gstbaseaudiosink.c:
14498 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14499 * gst-libs/gst/audio/gstbaseaudiosink.h:
14500 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14501 (gst_ring_buffer_samples_done):
14502 * gst-libs/gst/audio/gstringbuffer.h:
14503 Document better the fact that latency_time and buffer_time are values
14504 stored in microseconds, and not the usual GStreamer nanoseconds.
14505 Change the variables (compatibly) that store them from GstClockTime
14506 to guint64 to make it more clear that they're not storing clock times.
14507 Also, remove the bogus property description that says the user can
14508 specify -1 to get the default value, since that's never been the case.
14510 When computing the default segment size for the ring buffer, make it
14511 an integer number of samples.
14513 When the sub-class indicates a delay greater than the number of
14514 samples we've written return 0 from the audio sink get_time method.
14516 2006-06-02 Michael Smith <msmith@fluendo.com>
14518 * tests/check/elements/audioconvert.c: (set_channel_positions),
14519 (get_float_mc_caps), (get_int_mc_caps):
14520 * tests/check/elements/audioresample.c:
14521 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14522 * tests/check/elements/videorate.c:
14523 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14524 * tests/check/elements/volume.c:
14525 * tests/check/elements/vorbisdec.c:
14526 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14527 Don't busy-wait in tests; this was causing test timeouts very
14528 frequently when running under valgrind.
14530 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
14533 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14534 (gst_multi_fd_sink_remove_client_link),
14535 (gst_multi_fd_sink_client_queue_caps),
14536 (gst_multi_fd_sink_client_queue_buffer),
14537 (gst_multi_fd_sink_handle_client_write),
14538 (gst_multi_fd_sink_render):
14539 * gst/tcp/gstmultifdsink.h:
14540 make multifdsink properly deal with streamheader:
14541 - streamheader is taken from caps
14542 - buffers marked with IN_CAPS are not sent
14543 - streamheaders are sent, on connection, from the caps of the
14544 buffer where the client gets positioned to
14545 - further streamheader changes are done every time the client
14546 will receive a buffer with different caps
14547 * tests/check/elements/multifdsink.c: (GST_START_TEST),
14548 (gst_multifdsink_create_streamheader):
14551 2006-06-02 Michael Smith <msmith@fluendo.com>
14553 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14554 Reinstate limit on channel count. Vorbis does not define the meaning
14555 of > 6 channels, so they're just independent channels. Gstreamer
14556 currently has no mechanism to represent N independent channels.
14558 2006-06-02 Michael Smith <msmith@fluendo.com>
14560 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14561 Don't arbitrarily restrict channel counts and rate in vorbis.
14562 In terms of effects likely on real-world files, this fixes 96kHz
14563 playback of vorbis.
14565 2006-06-02 Michael Smith <msmith@fluendo.com>
14567 * gst/audioconvert/audioconvert.c: (float):
14568 More correct float->int conversion.
14570 2006-06-02 Michael Smith <msmith@fluendo.com>
14572 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14573 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14574 value. Fixes g-critical on trying to play back ogg containing
14577 2006-06-02 Wim Taymans <wim@fluendo.com>
14579 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14581 * gst/playback/gstplaybasebin.h:
14582 Make the subtitle detection work from any thread so we don't
14583 deadlock. Fixes #343397.
14585 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
14587 * gst/volume/Makefile.am:
14588 Seriously, it's not *that* hard to get compilation right. Even
14589 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14591 2006-06-01 Stefan Kost <ensonic@users.sf.net>
14593 * gst/volume/gstvolume.c: (volume_choose_func),
14594 (volume_update_real_volume), (gst_volume_class_init),
14595 (gst_volume_init), (volume_process_float), (volume_process_int16),
14596 (volume_process_int16_clamp), (volume_set_caps),
14597 (volume_transform_ip), (plugin_init):
14598 * gst/volume/gstvolume.h:
14599 rewrite the passthrough check, split _int16 and _int16_clamp, fix
14600 another property desc., remove unused param from process function
14602 * tests/check/elements/volume.c: (volume_suite):
14603 reactivate the passthrough test
14605 2006-06-01 Stefan Kost <ensonic@users.sf.net>
14607 * ext/alsa/gstalsamixerelement.h:
14608 * ext/alsa/gstalsamixeroptions.h:
14609 * ext/alsa/gstalsamixertrack.h:
14610 * ext/gnomevfs/gstgnomevfssink.h:
14611 * ext/gnomevfs/gstgnomevfssrc.h:
14612 * ext/theora/gsttheoradec.h:
14613 * ext/theora/gsttheoraenc.h:
14614 * ext/theora/gsttheoraparse.h:
14615 * ext/vorbis/vorbisparse.h:
14616 * gst-libs/gst/audio/gstaudioclock.h:
14617 * gst-libs/gst/audio/gstaudiofilter.h:
14618 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14619 * gst/audioconvert/gstaudioconvert.h:
14620 * gst/audioresample/gstaudioresample.h:
14621 * gst/audiotestsrc/gstaudiotestsrc.h:
14622 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14623 * gst/playback/gststreamselector.h:
14624 * gst/tcp/gstmultifdsink.h:
14625 * gst/tcp/gsttcpclientsink.h:
14626 * gst/tcp/gsttcpclientsrc.h:
14627 * gst/tcp/gsttcpserversink.h:
14628 * gst/tcp/gsttcpserversrc.h:
14629 * gst/videorate/gstvideorate.h:
14630 * gst/videoscale/gstvideoscale.h:
14631 * gst/videotestsrc/gstvideotestsrc.h:
14632 * gst/volume/gstvolume.h:
14633 * sys/v4l/gstv4ljpegsrc.h:
14634 * sys/v4l/gstv4lmjpegsink.h:
14635 * sys/v4l/gstv4lmjpegsrc.h:
14636 * sys/v4l/gstv4lsrc.h:
14637 * sys/ximage/ximagesink.h:
14638 * sys/xvimage/xvimagesink.h:
14639 * tests/old/testsuite/alsa/sinesrc.h:
14640 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14642 2006-05-31 Wim Taymans <wim@fluendo.com>
14644 * ext/libvisual/visual.c: (gst_visual_reset),
14645 (gst_visual_sink_setcaps), (gst_visual_sink_event),
14646 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14648 Use running time before doing QoS.
14651 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
14653 * docs/libs/Makefile.am:
14654 set a magic variable to indicate we know the docs are incomplete
14656 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
14658 * win32/common/libgstvideo.def:
14659 export gst_video_calculate_display_ratio
14660 * win32/vs6/libgstvideoscale.dsp:
14661 add link to libgstvideo-0.10.lib
14663 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
14665 * gst/playback/gstplaybasebin.c: (gen_source_element):
14666 Throw a more comprehensible error for rtsp:// URIs (rather
14667 than erroring out with a negotiation error later on) until
14668 we fix playbin to handle rtspsrc etc.
14670 2006-05-30 Wim Taymans <wim@fluendo.com>
14672 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14673 (gst_text_overlay_text_event):
14676 2006-05-30 Wim Taymans <wim@fluendo.com>
14678 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14679 (gst_adder_request_new_pad), (gst_adder_release_pad):
14680 * gst/adder/gstadder.h:
14681 Implement release_request_pad.
14682 Make padcounter atomic.
14684 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14685 Added check for release_pad in adder.
14687 2006-05-30 Wim Taymans <wim@fluendo.com>
14689 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14692 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
14694 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14695 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14696 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14697 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14698 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14699 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14700 (gst_ogg_demux_bisect_forward_serialno),
14701 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14702 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14704 clean up printf formats for granulepos and serialno
14706 2006-05-30 Michael Smith <msmith@fluendo.com>
14708 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14709 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14710 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14711 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14712 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14713 * ext/vorbis/vorbisenc.h:
14714 Multi-channel caps negotiation, so we can do proper multichannel
14715 vorbis encoding, negotiated through audioconvert.
14717 2006-05-30 Wim Taymans <wim@fluendo.com>
14719 * tests/check/elements/adder.c: (test_event_message_received),
14720 (test_play_twice_message_received), (GST_START_TEST),
14722 Added check to show that #339935 is fixed with ongoing
14723 adder and collectpads fixes.
14725 2006-05-29 Wim Taymans <wim@fluendo.com>
14727 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14728 Don't leak pad name.
14730 2006-05-29 Wim Taymans <wim@fluendo.com>
14732 * gst/adder/gstadder.c: (gst_adder_query_duration),
14733 (forward_event_func), (forward_event), (gst_adder_src_event):
14735 Make query/seeking code threadsafe.
14737 * tests/check/Makefile.am:
14738 * tests/check/elements/adder.c: (test_event_message_received),
14739 (GST_START_TEST), (test_play_twice_message_received):
14740 Fix adder test case.
14742 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
14744 Patch by: Young-Ho Cha <ganadist at chollian net>
14746 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14747 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14748 (set_encoding_element), (decodebin_element_added_cb),
14749 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14750 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14751 * gst/playback/gstplaybasebin.h:
14752 Add 'subtitle-encoding' property to playbin, so applications can
14753 force a subtitle encoding for non-UTF8 subtitles (#342268).
14755 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14756 (gst_sub_parse_set_property):
14757 Rename recently-added 'encoding' property to 'subtitle-encoding'
14758 (so it can be proxied by playbin/decodebin in a generic way
14759 with less danger of false positives).
14761 2006-05-29 Michael Smith <msmith@fluendo.com>
14763 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14764 (append_with_other_format), (set_structure_widths),
14765 (gst_audio_convert_transform_caps):
14766 Patch from #341562: give more specific audio caps in get_caps, so
14767 that basetransform can make better decisions on what caps to
14770 2006-05-28 Stefan Kost <ensonic@users.sf.net>
14772 * tests/check/elements/volume.c:
14773 make it compile again
14775 2006-05-28 Stefan Kost <ensonic@users.sf.net>
14777 * tests/check/elements/volume.c: (volume_suite):
14778 disable test until #343196 gets resolved
14780 2006-05-28 Stefan Kost <ensonic@users.sf.net>
14782 * gst/adder/gstadder.c: (gst_adder_get_type):
14783 Make it easier to copy&paste
14785 * gst/volume/Makefile.am:
14786 * gst/volume/gstvolume.c: (volume_update_real_volume),
14787 (gst_volume_set_volume), (gst_volume_set_mute),
14788 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14789 (volume_transform_ip), (volume_update_mute),
14790 (volume_update_volume):
14791 * gst/volume/gstvolume.h:
14792 Add own debug category, move duplicate code to helper function, fix
14793 property texts, add more comments and prepare ffor liboil-goodness
14795 * tests/check/Makefile.am:
14796 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14797 add test for mute and passtrough case, be a bit more verbose to track
14800 * tests/check/generic/states.c: (GST_START_TEST):
14801 catch elements that fail to instantiate
14803 2006-05-28 Edward Hervey <edward@fluendo.com>
14805 * tests/check/pipelines/simple-launch-lines.c:
14806 * tests/check/pipelines/theoraenc.c:
14807 * tests/check/pipelines/vorbisenc.c:
14808 Comment out tests using parse_launch() if core was built without
14809 parsing capabilities.
14811 2006-05-27 Edward Hervey <edward@fluendo.com>
14813 * tests/check/Makefile.am:
14814 Extra bonus points for whoever explains to ensonic that you are meant
14815 to test unit tests thoroughly before commiting them, especially if
14816 you know it's going to break.
14817 De-activated element/adder tests.
14819 2006-05-27 Edward Hervey <edward@fluendo.com>
14821 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14822 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14823 Marking caps conversion issues as GST_WARNING is way too verbose,
14824 Moving them to GST_LOG.
14826 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
14829 Replace current README (containing the release notes from
14830 some 0.9.x version) with a proper README taken from the core.
14832 2006-05-26 Wim Taymans <wim@fluendo.com>
14834 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14835 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14836 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14837 (vorbis_dec_change_state):
14840 Clip output samples to segment boundaries.
14842 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
14844 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14845 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14846 Improve the errors produced on bad output, including some human
14847 readable description strings.
14848 Handle the (theoretical for ximagesink) case where the XServer
14849 has a different idea about the size required for a particular
14850 frame and gives us too small a memory allocation.
14852 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
14854 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14855 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14856 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14857 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14858 Improve the errors produced on bad output, including some human
14859 readable description strings.
14860 Handle RGB Xv formats properly by transforming them into our
14861 big-endian caps description.
14862 Use gst_caps_truncate to ensure that we never try and choose a
14863 non-fixed caps in buffer_alloc.
14864 Handle the case where the XServer has a different idea about the size
14865 required for a particular frame and gives us too small a memory
14867 Use -1 to indicate 'no image format', because 0 is a valid XServer
14868 image format number.
14869 Put RGB Xv formats at the end of the caps, so that we always prefer
14871 Iterate the available Xv Encodings to determine the maximum width and
14872 height, and then return that in our caps.
14873 (Closes #315312, #337544)
14875 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
14877 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14878 When there is only one unfinished pad and it receives an event that
14879 doesn't match our requirements, we need to set alldone=FALSE so that
14880 the fakesink is not removed yet.
14882 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
14884 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14885 Use gst_type_find_helper_for_buffer() to find the type
14886 of stream from the first packet.
14889 Bump requirements to core CVS (needed for vorbis
14890 typefinding to work).
14892 2006-05-24 Edward Hervey <edward@fluendo.com>
14894 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14895 Added the 'prfl' atom type which MQV (no, it's not a typo) files
14896 contain. Else they play perfectly fine with qtdemux.
14898 2006-05-23 Stefan Kost <ensonic@users.sf.net>
14900 * ext/theora/theoradec.c:
14901 * ext/theora/theoraenc.c:
14902 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14903 * gst/audiorate/gstaudiorate.c:
14904 make more debug catagories static
14906 * tests/check/Makefile.am:
14907 * tests/check/elements/adder.c: (message_received),
14908 (test_event_message_received), (GST_START_TEST),
14909 (test_play_twice_message_received), (adder_suite):
14910 added test case for using element twice, extra bonus points for anyone
14911 who can make these test run reliably
14913 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
14915 * ext/theora/theoradec.c: (theora_dec_chain):
14916 Make work with time-stamped input buffers that do not
14917 have a granulepos in BUFFER_OFFSET_END (like theora
14918 buffers coming from matroskademux). Fixes #342448.
14920 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
14922 Patch by: Peter Kjellerstedt <pkj at axis com>
14924 * gst/tcp/Makefile.am:
14925 fdstresstest doesn't need Gtk+, fix compilation if
14926 gtk is not available (#342566).
14928 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
14930 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14932 Removed redundant floor()
14934 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
14936 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14937 On second thought, just skip JUNK chunks automatically, so
14938 the caller doesn't have to handle this. Fixes #342345.
14939 Also, return GST_FLOW_UNEXPECTED if we get a short read,
14940 not GST_FLOW_ERROR.
14942 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
14944 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14945 Don't bail out on JUNK chunks with a size of 0 (would try to
14946 pull_range 0 bytes before, which sources don't like too much).
14949 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
14951 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14952 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14953 Use the gstutil scaling function to preserve 64 bits while calculating
14954 output width and height from the display-aspect-ratio. (A continuation
14957 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
14959 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14960 (gst_xvimagesink_buffer_alloc):
14961 * sys/xvimage/xvimagesink.h:
14962 When performing buffer allocations, remember the caps and image format
14963 we return so that if the same caps are asked for next time we can
14964 return them immediately without doing any caps intersections.
14966 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
14968 * gst-libs/gst/rtp/README:
14969 Some new documentation
14970 * gst-libs/gst/rtp/gstrtpbuffer.h:
14971 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
14972 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14973 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14974 New RTP audio base payloader class. Supports frame or sample based
14975 codecs. Not enabled in Makefile.am until approved.
14977 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
14979 * tests/check/elements/alsa.c: (test_device_property_probe):
14980 Fix test case: don't try to free NULL GValueArray when there
14983 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
14985 * tests/check/Makefile.am:
14986 * tests/check/elements/alsa.c: (test_device_property_probe),
14987 (alsa_suite), (main):
14988 Add simple test that runs a device property probe on alsasrc,
14989 alsasink and alsamixer. Disable valgrind check for now (too
14990 many leaks in libasound, and valgrind ignored my suppressions
14993 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
14995 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14996 (gst_alsa_device_property_probe_probe_property),
14997 (gst_alsa_device_property_probe_needs_probe),
14998 (gst_alsa_device_property_probe_get_values),
14999 (gst_alsa_type_add_device_property_probe_interface):
15000 * ext/alsa/gstalsadeviceprobe.h:
15001 * ext/alsa/gstalsamixerelement.c:
15002 (gst_alsa_mixer_element_init_interfaces):
15003 * ext/alsa/gstalsamixerelement.h:
15004 Clean up and simplify alsa device probing. Make it actually work
15005 for multiple classes. Don't cache results any longer.
15007 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15008 (gst_alsasink_init):
15009 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15010 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15011 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15012 Make alsasink and alsasrc implement the GstPropertyProbe interface
15013 for device probing (#342181).
15014 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
15016 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15018 * gst/subparse/samiparse.c: (handle_start_font):
15019 Don't ignore return value of strtol (++compiler_happiness).
15021 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
15023 Patch by: Young-Ho Cha <ganadist chollian net>
15025 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15026 (gst_sub_parse_class_init), (gst_sub_parse_init),
15027 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15028 (convert_encoding):
15029 * gst/subparse/gstsubparse.h:
15030 Add 'encoding' property (#341681).
15032 * gst/subparse/samiparse.c: (characters_sami):
15033 Output is pango markup, so we need to escape text
15034 between tags (#342143).
15036 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15038 * gst-libs/gst/audio/multichannel.c:
15039 (gst_audio_check_channel_positions):
15040 It's okay to have caps with channels=1 and a channel position
15041 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15042 (deinterleavers might want to keep the position in the caps,
15043 so that they can be re-interleaved again properly later).
15044 Leave check for unexpected 2-channel layouts intact for now.
15046 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15048 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15049 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15050 basesrc can do its job correctly.
15052 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15054 * ext/alsa/Makefile.am:
15055 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15056 (gst_alsa_detect_formats), (get_channel_free_structure),
15057 (caps_add_channel_configuration), (gst_alsa_detect_channels),
15058 (gst_alsa_probe_supported_formats):
15059 * ext/alsa/gstalsa.h:
15060 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15061 Refactor and improve caps probing code: probe signedness
15062 when we probe the supported formats/widths; set endianness
15063 to the one we actually probed for (ie. cpu endianness).
15065 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15066 (gst_alsasrc_close):
15067 * ext/alsa/gstalsasrc.h:
15068 Implement caps probing for alsasrc.
15070 2006-05-15 Wim Taymans <wim@fluendo.com>
15072 * ext/theora/theoradec.c: (gst_theora_dec_reset),
15073 (theora_dec_src_query), (theora_dec_src_event),
15074 (theora_dec_sink_event), (theora_handle_comment_packet),
15075 (theora_handle_data_packet), (theora_dec_change_state):
15076 Cleanups, add some G_LIKELY.
15077 Use segment helpers instead of our own wrong code.
15078 Clear queued buffers on seek and READY.
15080 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15081 (vorbis_dec_convert), (vorbis_dec_src_query),
15082 (vorbis_dec_src_event), (vorbis_dec_sink_event),
15083 (vorbis_handle_comment_packet), (vorbis_dec_push),
15084 (vorbis_handle_data_packet), (vorbis_dec_chain),
15085 (vorbis_dec_change_state):
15086 * ext/vorbis/vorbisdec.h:
15087 Remove old useless packetno variable.
15088 Do position query properly.
15090 Do cleanup of queued buffers in new helper function
15093 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15095 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15096 Query supported sample rates. Fixes #341732.
15098 2006-05-15 Julien MOUTTE <julien@moutte.net>
15100 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15101 (gst_decode_bin_change_state): Make decodebin reusable
15102 when going from PAUSE_TO_READY and then back to PAUSED.
15105 2006-05-15 Wim Taymans <wim@fluendo.com>
15107 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15108 (vorbis_dec_convert), (vorbis_dec_src_query),
15109 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15110 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15111 (vorbis_dec_clean_queued), (vorbis_dec_push),
15112 (vorbis_handle_data_packet), (vorbis_dec_change_state):
15113 Cleanups. Use refcounting and DEBUG_OBJECT.
15114 Reset segment on flush, use code methods instead of our
15116 Fix potential memleak.
15118 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15120 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15121 (gst_alsasink_init):
15122 * ext/alsa/gstalsasink.h:
15123 Don't leak allocated snd_output_t structure if there's
15124 more than one alsasink instance at a time (#341873).
15125 Also fix GObject macros in header file.
15127 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15129 * gst/subparse/gstsubparse.c:
15130 (gst_sub_parse_data_format_autodetect):
15131 Don't use libxml functions in the typefinding code.
15133 2006-05-15 Wim Taymans <wim@fluendo.com>
15135 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15136 Fix seeking performance in the case where a non-header
15137 packet has a 0 granulepos (busted theora case).
15139 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15140 the first place, you limelight stealer you)
15142 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15144 * gst/subparse/gstsubparse.c:
15145 (gst_sub_parse_data_format_autodetect):
15146 Improve SAMI typefinding: handle case where there are
15147 whitespaces or newlines in front of the first <SAMI>
15150 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15153 Build video4linux plugin even if there's no XVIDEO, just
15154 without implementing the GstXOverlay interface (#334002).
15156 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15159 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15161 Add tentative support for libvisual-0.4 (#336881).
15163 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15165 Patch by: Young-Ho Cha <ganadist at chollian net>
15167 * gst/subparse/samiparse.c: (handle_start_font):
15168 Need to map "silver" colour explicitly (#169936).
15170 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15172 Patch by: Young-Ho Cha <ganadist at chollian net>
15174 * gst/subparse/Makefile.am:
15175 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15176 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15177 (gst_sub_parse_format_autodetect), (feed_textbuf),
15178 (gst_subparse_type_find), (plugin_init):
15179 * gst/subparse/gstsubparse.h:
15180 * gst/subparse/samiparse.c:
15181 * gst/subparse/samiparse.h:
15182 Add support for SAMI subtitles (#169936).
15184 2006-05-14 Michael Smith <msmith@fluendo.com>
15186 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15187 Fix #341696: crash when mixing L+R+C to mono or stereo.
15188 * tests/check/Makefile.am:
15189 * tests/check/elements/audioconvert.c: (set_channel_positions),
15190 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15191 (audioconvert_suite):
15192 Add test for the above, including some generic framework bits for
15193 testing multichannel things.
15195 === release 0.10.7 ===
15197 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
15200 releasing 0.10.7, "Leave the gun"
15202 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
15204 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15205 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15208 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
15210 * docs/libs/gst-plugins-base-libs-docs.sgml:
15211 * docs/libs/gst-plugins-base-libs-sections.txt:
15212 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15213 * gst-libs/gst/video/video.h:
15214 * gst/videoscale/Makefile.am:
15215 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15216 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15217 * tests/check/Makefile.am:
15218 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15220 Fix integer overflow problem with pixel-aspect-ratio calculations
15221 in videoscale and xvimagesink (#341542)
15223 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
15225 * gst-libs/gst/tag/gstid3tag.c:
15226 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15228 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
15231 update win32 files listing
15233 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15235 patch by: Sjoerd Simons (sjoerd@luon.net)
15237 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15238 (group_create), (group_destroy), (add_stream),
15239 (gst_play_base_bin_get_property),
15240 (gst_play_base_bin_get_streaminfo_value_array):
15241 * gst/playback/gstplaybasebin.h:
15242 API: GstPlayBaseBin::stream-info-value-array property
15243 use a more bindings-friendly way of exposing streaminfo
15244 using a GValueArray. Tested in ipython.
15247 2006-05-11 Wim Taymans <wim@fluendo.com>
15249 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15250 (queue_underrun_cb), (queue_filled_cb):
15251 Also catch queue underruns but don't do anything yet.
15252 Refactor and comment queue enlarging code a bit.
15254 * gst/playback/gstplaybasebin.c: (queue_overrun),
15255 (queue_threshold_reached), (queue_out_of_data),
15256 (gen_preroll_element):
15257 If a queue over/underruns check that we don't create nasty
15258 deadlocks when the min-threshold is not reached but the
15259 max-bytes is. In those cases disable max-bytes when we
15260 know that the queue is fed timed data.
15263 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15265 * gst/playback/gstplaybin.c: (gen_audio_element):
15266 Make playbin automatically plug an 'audioresample'
15267 element before the audio sink as well. This solves
15268 problems with sinks that only accept a very specific
15269 sample rate, like esdsink (e.g. #340379).
15271 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15273 * gst/playback/gstplaybasebin.c: (gen_source_element):
15274 Make http sources send special headers so that we receive
15275 icecast metadata if the http stream is an icecast stream
15276 (otherwise the server will just ignore them). This also
15277 means that from now on users will need the 'icydemux'
15278 element from gst-plugins-good installed if they want to
15279 listen to icecast radio streams. (#341432, #333657).
15281 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15283 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15284 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15285 remove stupid example from docs - it should come with a simple
15288 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15289 (fail_if_can_read), (GST_START_TEST),
15290 (gst_multifdsink_create_streamheader), (multifdsink_suite):
15291 add a test for changing streamheader which exposes a bug in
15294 2006-05-11 Michael Smith <msmith@fluendo.com>
15296 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15297 (gst_gnome_vfs_src_received_headers_callback):
15298 * ext/gnomevfs/gstgnomevfssrc.h:
15299 Don't set icy-caps unless we have a sane interval value. Move
15300 interval to a local variable; we never use it outside this function.
15302 2006-05-11 Wim Taymans <wim@fluendo.com>
15304 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15305 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15306 Register special buffer types along with the objects so
15307 that they are not registered at runtime from N different
15308 streaming threads since they are not threadsafe.
15310 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15312 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15313 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15314 add two more tests, one doing streamheader
15316 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15318 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15319 clean up the bufqueue when shutting down
15320 * tests/check/Makefile.am:
15321 * tests/check/elements/multifdsink.c: (setup_multifdsink),
15322 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15324 add a test for the leak that was just fixed
15326 2006-05-10 Wim Taymans <wim@fluendo.com>
15328 * gst/adder/gstadder.c: (gst_adder_setcaps),
15329 (gst_adder_query_duration), (gst_adder_query), (forward_event),
15330 (gst_adder_src_event), (gst_adder_sink_event),
15331 (gst_adder_class_init), (gst_adder_finalize),
15332 (gst_adder_request_new_pad), (gst_adder_collected):
15333 * gst/adder/gstadder.h:
15334 Updated some docs. Added comments and FIXMEs all over the place.
15335 Improve debugging info.
15336 Fix leak on finalize by not calling the parent.
15337 Implement duration query.
15338 Make event forwarding threadsafe.
15339 Correctly send NEWSEGMENT at start and after flush.
15340 Handle EOS correctly.
15341 Post error when not negotiated.
15343 * tests/check/elements/adder.c: (GST_START_TEST):
15344 Added FIXME in the test.
15346 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15348 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15349 (gst_text_overlay_halign_get_type),
15350 (gst_text_overlay_wrap_mode_get_type):
15351 * ext/theora/theoradec.c: (theora_handle_type_packet),
15352 (theora_handle_data_packet):
15353 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15354 (theora_enc_sink_setcaps), (theora_enc_chain):
15355 * gst-libs/gst/cdda/gstcddabasesrc.c:
15356 (gst_cdda_base_src_mode_get_type):
15357 * gst/audiotestsrc/gstaudiotestsrc.c:
15358 (gst_audiostestsrc_wave_get_type):
15359 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15360 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15361 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15362 (gst_sync_method_get_type), (gst_unit_type_get_type),
15363 (gst_client_status_get_type):
15364 * gst/videoscale/gstvideoscale.c:
15365 (gst_video_scale_method_get_type):
15366 * gst/videotestsrc/gstvideotestsrc.c:
15367 (gst_video_test_src_pattern_get_type):
15368 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15369 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15370 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15371 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15372 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15373 (paint_setup_RGB565), (paint_setup_xRGB1555):
15374 Const-ify GEnumValue and GFlagsValue arrays. Use
15375 GST_ROUND_UP_* macros instead of home-made ones.
15377 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15380 Require core CVS for the new newsegment stuff.
15382 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15384 Patch by: Sjoerd Simons <sjoerd at luon net>
15386 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15387 Register nick for enum value (#341160).
15389 2006-05-09 Stefan Kost <ensonic@users.sf.net>
15391 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15393 backout typefind patch #340375
15395 * tests/check/elements/adder.c: (message_received),
15396 (GST_START_TEST), (adder_suite):
15397 redo, signal-handling of test
15399 2006-05-09 Wim Taymans <wim@fluendo.com>
15401 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15402 (gst_adder_collected):
15403 * gst/adder/gstadder.h:
15404 Remove bogus segment merging and forwarding, we don't
15405 care about timestamps anyway and we just produce a
15407 Also create a nice NEWSEGMENT event when we start.
15408 Use _scale_int some more.
15410 2006-05-09 Edward Hervey <edward@fluendo.com>
15412 * tests/icles/stress-xoverlay.c:
15413 Fix if core was built without parsing support.
15415 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15417 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15418 Add SEDG (Samsung MPEG-4) fourcc.
15420 2006-05-09 Edward Hervey <edward@fluendo.com>
15422 * tests/icles/stress-xoverlay.c:
15423 * tests/examples/volume/volume.c:
15424 Fix if core was built without parsing support.
15426 * tests/examples/seek/seek.c:
15427 Disable the parse_launch example if core was built without parsing
15430 2006-05-08 Edward Hervey <edward@fluendo.com>
15432 * autogen.sh: (CONFIGURE_DEF_OPT):
15433 libtoolize on Darwin/MacOSX is called glibtoolize
15435 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15437 * tests/check/Makefile.am:
15438 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15439 Disable the adder test, until the build-slaves posses the kindness to
15440 either like it or to give valid reason for not doing so
15442 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15444 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15446 Shuffle NULL state change around and raise timeout more
15448 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15450 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15451 (mp4_type_find), (plugin_init):
15452 Add typefind to distinguish between "audio/x-m4a" and new type
15453 "video/mp4". Fixes #340375
15455 * tests/check/elements/adder.c: (adder_suite):
15456 Raise timeout to make buildbot happy
15458 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15460 * gst/adder/gstadder.c: (gst_adder_sink_event),
15461 (gst_adder_request_new_pad), (gst_adder_change_state):
15462 * gst/adder/gstadder.h:
15463 * tests/check/Makefile.am:
15464 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15465 (adder_suite), (main):
15466 Add sink-event handling to adder. It tries to merge incomming
15467 newsegment-events. Added test to check if segment_done is comming
15468 through. Fixes #340060
15470 2006-05-05 Andy Wingo <wingo@pobox.com>
15472 * ext/theora/theoraparse.c (gst_theora_parse_init)
15473 (theora_parse_src_convert, theora_parse_src_query):
15474 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15475 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15476 query functions on the source pads of the theora and vorbis parse
15477 elements. Fixes position querying when doing a remux.
15479 2006-05-05 Michael Smith <msmith@fluendo.com>
15481 * ext/theora/theoraparse.c: (parse_granulepos),
15482 (theora_parse_drain_queue_prematurely),
15483 (theora_parse_queue_buffer), (theora_parse_sink_event):
15485 Fix invalid granulepos outputs when starting with a non-keyframe.
15487 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
15489 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15490 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15491 Rearrange MPEG system stream detection, fixing some memleaks in the
15493 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15494 they clean up their data correctly.
15495 Remove unused ogganx caps and move the 'is_annodex' check to inside
15496 the 'is_ogg' if statement.
15498 2006-05-05 Wim Taymans <wim@fluendo.com>
15500 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15501 Properly remove ghostpads. Fixes #340392
15503 2006-05-04 David Schleef <ds@schleef.org>
15505 * gst/typefind/gsttypefindfunctions.c:
15507 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
15509 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15510 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15512 When typefinding an MP3 in push-based mode, don't penalise the
15513 probability down to 74% when we found 5 valid frames just because we
15514 can't peek the end of the file.
15516 Make the probability for detecting MPEG Transport Streams based on the
15517 number of sequential headers we successfully detected.
15519 2006-05-03 Wim Taymans <wim@fluendo.com>
15521 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15522 (vorbis_dec_push), (vorbis_dec_chain):
15523 Still produce an error when we receive an empty packet.
15525 2006-05-03 Wim Taymans <wim@fluendo.com>
15527 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15528 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15529 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15530 Mark buffers with DISCONT after seek and after activating new
15533 * ext/theora/gsttheoradec.h:
15534 * ext/theora/theoradec.c: (gst_theora_dec_reset),
15535 (theora_get_query_types), (theora_dec_sink_event),
15536 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15537 (theora_dec_change_state):
15539 Detect and mark DISCONT buffers.
15541 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15542 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15543 (vorbis_dec_change_state):
15544 * ext/vorbis/vorbisdec.h:
15546 Detect and mark DISCONT buffers.
15547 Don't crash on 0 sized buffers.
15549 2006-05-03 Wim Taymans <wim@fluendo.com>
15551 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15552 (volume_transform_ip):
15553 Increase "volume" property to 10.0. Fixes #340369.
15554 Set the process function to NULL when capsnego fails so that
15555 we properly error out.
15557 2006-05-02 Stefan Kost <ensonic@users.sf.net>
15559 * gst/playback/gstplaybin.c: (add_sink):
15560 * gst/playback/test.c: (main):
15561 * gst/playback/test5.c: (dump_element_stats):
15562 * gst/playback/test6.c: (main):
15563 free caps using gst_caps_unref, don't leak caps-strings
15565 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
15567 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15569 Refine musepack typefinding a bit. Return MAXIMUM
15570 probability when we detect stream version 7 to make
15571 sure the mpeg audio typefinder doesn't trump us.
15573 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
15575 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15576 Protect against unexpected NULL strf_data buffer.
15578 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
15580 * tests/check/elements/audioconvert.c: (verify_convert),
15582 interpret the out[] buffer in the order the bytes are actually
15583 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15584 Other tests should use BYTE_ORDER since the array is filled in
15587 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
15589 * tests/check/elements/audioconvert.c: (verify_convert),
15591 when a test fails, give an indication of which it is
15593 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
15595 * gst-libs/gst/cdda/gstcddabasesrc.c:
15596 compile fix; strtol() needs <stdlib.h>
15598 2006-04-28 Stefan Kost <ensonic@users.sf.net>
15600 * ext/alsa/gstalsamixerelement.c:
15601 * ext/alsa/gstalsasrc.c:
15602 * ext/cdparanoia/gstcdparanoiasrc.c:
15603 * ext/gnomevfs/gstgnomevfssink.c:
15604 * ext/gnomevfs/gstgnomevfssrc.c:
15605 * ext/ogg/gstoggdemux.c:
15606 * ext/ogg/gstoggmux.c:
15607 * ext/ogg/gstoggparse.c:
15608 * ext/ogg/gstogmparse.c:
15609 * ext/pango/gstclockoverlay.c:
15610 * ext/pango/gsttextoverlay.c:
15611 * ext/pango/gsttextrender.c:
15612 * ext/pango/gsttimeoverlay.c:
15613 * ext/theora/theoradec.c:
15614 * ext/theora/theoraenc.c:
15615 * ext/vorbis/vorbisdec.c:
15616 * ext/vorbis/vorbisenc.c:
15617 * gst-libs/gst/audio/gstaudiofilter.c:
15618 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15619 * gst/audioconvert/gstaudioconvert.c:
15620 * gst/audiorate/gstaudiorate.c:
15621 * gst/audioresample/gstaudioresample.c:
15622 * gst/audiotestsrc/gstaudiotestsrc.c:
15623 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15624 * gst/playback/gstdecodebin.c:
15625 * gst/playback/gstplaybin.c:
15626 * gst/playback/gststreamselector.c:
15627 * gst/subparse/gstsubparse.c:
15628 * gst/tcp/gstmultifdsink.c:
15629 * gst/tcp/gsttcpclientsink.c:
15630 * gst/tcp/gsttcpclientsrc.c:
15631 * gst/tcp/gsttcpserversink.c:
15632 * gst/tcp/gsttcpserversrc.c:
15633 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15634 * gst/videorate/gstvideorate.c:
15635 * gst/videoscale/gstvideoscale.c:
15636 * gst/videotestsrc/gstvideotestsrc.c:
15637 * gst/volume/gstvolume.c:
15638 * sys/v4l/gstv4ljpegsrc.c:
15639 * sys/v4l/gstv4lmjpegsink.c:
15640 * sys/v4l/gstv4lmjpegsrc.c:
15641 * sys/v4l/gstv4lsrc.c:
15642 * sys/ximage/ximagesink.c:
15643 * sys/xvimage/xvimagesink.c:
15644 * tests/check/libs/cddabasesrc.c:
15645 make GstElementDetails const
15647 2006-04-28 Stefan Kost <ensonic@users.sf.net>
15649 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15651 send events from src-pad to all sink-pads fixes #338657
15653 2006-04-28 Stefan Kost <ensonic@users.sf.net>
15655 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15656 (alsasink_parse_spec):
15657 query width capabilities from alsa, fixes #338919
15659 2006-04-28 Wim Taymans <wim@fluendo.com>
15661 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15662 (gst_multi_fd_sink_remove_client_link):
15663 * gst/tcp/gstmultifdsink.h:
15664 Fix race condition in multifdsink that can lead to spurious
15665 duplicate clients. this patch adds a new signal that is fired when
15666 multifdsink has removed all references to the fd.
15668 Updated documentation.
15669 API: client-fd-removed signal added
15671 2006-04-28 Michael Smith <msmith@fluendo.com>
15673 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15674 When asking g_value_array_new to prealloc elements, we may as well
15675 ask for the right number of elements.
15677 2006-04-28 Wim Taymans <wim@fluendo.com>
15679 * gst-libs/gst/audio/gstbaseaudiosink.c:
15680 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15681 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15682 patch to make timestamp checking more tollerant to rounding
15683 errors given that real discontinuities are to be marked on
15684 buffers. Fixes some asf files and #338778.
15685 Also avoid some crashers when we receive an event in the
15688 2006-04-28 Michael Smith <msmith@fluendo.com>
15690 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15691 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15692 (gst_gnome_vfs_src_get_property),
15693 (gst_gnome_vfs_src_send_additional_headers_callback),
15694 (gst_gnome_vfs_src_received_headers_callback),
15695 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15696 (gst_gnome_vfs_src_stop):
15697 * ext/gnomevfs/gstgnomevfssrc.h:
15698 Remove ICY handling (mostly) from gnomevfssrc, in favour of
15699 proper shared support within icydemux.
15701 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
15703 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15704 (gst_video_rate_swap_prev), (gst_video_rate_chain):
15706 fix a leak when no caps negotiated
15707 fix counting of input frames
15708 * tests/check/elements/.cvsignore:
15709 * tests/check/elements/videorate.c: (assert_videorate_stats),
15710 (GST_START_TEST), (videorate_suite):
15711 add tests for these
15713 2006-04-28 Wim Taymans <wim@fluendo.com>
15715 * gst-libs/gst/audio/gstringbuffer.c:
15716 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15717 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15718 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15719 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15720 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15721 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15722 (gst_ring_buffer_commit), (gst_ring_buffer_read),
15723 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15724 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15725 Check arguments passed to public functions instead of
15728 2006-04-28 Wim Taymans <wim@fluendo.com>
15730 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15731 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15732 GstBaseAudioSrc must be live or it does not work.
15734 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15735 Don't set live to TRUE as this is the default in the parentclass.
15737 2006-04-28 Wim Taymans <wim@fluendo.com>
15739 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15740 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15741 Videoscale doesn't pass on pixel-aspect ratio. Handle all
15742 fixation cases better. Fixes #338991
15744 2006-04-28 Wim Taymans <wim@fluendo.com>
15746 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15747 Handle 0/1 framerate correctly Fixes #331901.
15749 2006-04-28 Wim Taymans <wim@fluendo.com>
15751 * tests/check/elements/audioconvert.c: (get_float_caps),
15752 (GST_START_TEST), (audioconvert_suite):
15753 Added check for correct clipping when doing float samples
15756 2006-04-28 Wim Taymans <wim@fluendo.com>
15758 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15759 (gst_video_rate_chain):
15760 Print more debugging info.
15762 2006-04-28 Wim Taymans <wim@fluendo.com>
15764 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15765 (resample_set_state_from_caps):
15766 Add support for other formats audioresample can handle such as
15767 32 bits in and float and 64 bits float. Fixes #301759
15769 2006-04-28 Wim Taymans <wim@fluendo.com>
15771 * gst/audioconvert/audioconvert.c: (float):
15772 correctly clip float samples > 1.0. Fixes #338718
15774 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
15776 Patch by: Young-Ho Cha <ganadist at chollian net>
15778 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15779 (gst_text_overlay_render_text):
15780 Don't strip newlines from the text. Also, center lines
15781 within multi-line paragraphs (#339405).
15783 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
15785 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15786 Fix wavpack typefinding to work in more cases (don't peek
15787 for chunks of multiple hundred kBs at once, but process
15788 things step-by-step in smaller units). Fixes #339786.
15790 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
15795 === release 0.10.6 ===
15797 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
15800 releasing 0.10.6, "Chao"
15802 2006-04-26 David Schleef <ds@schleef.org>
15804 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15807 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
15810 * win32/common/config.h:
15813 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
15815 patch by: Wim Taymans
15817 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15818 (gst_ogg_demux_perform_seek):
15819 make sure correct newsegments are sent, so that the decoder
15820 and the demuxer agree on timestamps. Fixes playback of a lot
15821 of Ogg files that do not start from 0. Fixes #339833.
15823 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
15825 Patch by: Edward Hervey <edward@fluendo.com>
15827 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15828 * tests/check/Makefile.am:
15829 * tests/check/elements/videorate.c: (assert_videorate_stats),
15830 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15831 (videorate_suite), (main):
15832 Fix an infinite loop if frames are passed in with wrongly ordered
15833 timestamps. Fixes #339013.
15835 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
15837 Patch by: Tim-Philipp Müller <tim at centricular dot net>
15839 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15840 fix typefinding on some ISO files. Fixes #339212.
15842 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
15844 Patch by: Tim-Philipp Müller <tim at centricular dot net>
15846 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15847 add another H264 fourcc. Fixes #339047.
15849 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
15851 Patch by: Jan Schmidt
15853 * gst/playback/gststreamselector.c:
15854 (gst_stream_selector_bufferalloc):
15855 Restore old StreamSelector behaviour.
15858 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
15861 * win32/common/config.h:
15864 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
15866 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
15868 * gst-libs/gst/rtp/gstbasertpdepayload.c:
15869 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15870 Fix some memory leaks: on finalize, free buffers left in the queue
15871 before destroying the queue; in _push(), unref rtp_buf even if
15872 the process vfunc returned a NULL buffer as output buffer (#337548);
15873 demote some recuring debug messages to LOG level.
15875 2006-04-11 Wim Taymans <wim@fluendo.com>
15877 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15878 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15879 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15880 (gst_ogg_demux_loop):
15882 Respect segment stop when emiting EOS or SEGMENT_DONE.
15885 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
15887 * gst/playback/gststreamselector.c:
15888 (gst_stream_selector_get_property):
15889 Don't leak pad name.
15891 2006-04-10 Michael Smith <msmith@fluendo.com>
15893 * tests/check/Makefile.am:
15894 * tests/check/gst-plugins-base.supp:
15895 Suppress an old libtheora bug (fixed in more recent versions), so
15896 that FC4 buildslaves can pass.
15898 2006-04-10 Wim Taymans <wim@fluendo.com>
15900 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15901 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15902 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15903 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15904 (gst_ogg_demux_loop):
15906 Remember what error we got when finding chains, if we
15907 were shutdown, that would not be an error.
15909 2006-04-10 Wim Taymans <wim@fluendo.com>
15911 * gst-libs/gst/audio/gstbaseaudiosink.c:
15912 (gst_base_audio_sink_event):
15913 Starting the ringbuffer when we did not acquire it can cause
15914 a deadlock, is pointless and causes nasty things for
15916 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15918 2006-04-10 Wim Taymans <wim@fluendo.com>
15920 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15921 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15922 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15923 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15924 (gst_ogg_demux_deactivate_current_chain),
15925 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15926 (gst_ogg_demux_bisect_forward_serialno),
15927 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15928 Add some more debugging.
15930 2006-04-10 Wim Taymans <wim@fluendo.com>
15932 * ext/theora/theoradec.c: (theora_dec_src_event),
15933 (theora_handle_data_packet):
15934 Some more debug info.
15936 * tests/examples/seek/seek.c: (start_seek), (main):
15937 Print element messages too.
15939 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
15941 * gst/audioresample/debug.h:
15942 replace debug macros with variable number of parameters
15943 by a simple alias to gstreamer standard debug macros
15944 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15945 supported by MSVC 6.0 and 7.1)
15946 * gst/audioresample/resample.h:
15947 define M_PI and rint for WIN32
15948 * win32/common/libgstaudio.def:
15949 * win32/common/libgstriff.def:
15950 * win32/common/libgsttag.def:
15951 * win32/common/libgstvideo.def:
15952 add new exported functions
15954 update project files
15956 2006-04-08 Stefan Kost <ensonic@users.sf.net>
15958 * ext/alsa/gstalsamixeroptions.c:
15959 (gst_alsa_mixer_options_class_init):
15960 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15961 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15962 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15963 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15964 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15965 * gst-libs/gst/audio/gstaudiofilter.c:
15966 (gst_audio_filter_class_init):
15967 * gst-libs/gst/audio/gstaudiosink.c:
15968 (gst_audioringbuffer_class_init):
15969 * gst-libs/gst/audio/gstaudiosrc.c:
15970 (gst_audioringbuffer_class_init):
15971 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15972 * gst-libs/gst/interfaces/colorbalancechannel.c:
15973 (gst_color_balance_channel_class_init):
15974 * gst-libs/gst/interfaces/mixeroptions.c:
15975 (gst_mixer_options_class_init):
15976 * gst-libs/gst/interfaces/mixertrack.c:
15977 (gst_mixer_track_class_init):
15978 * gst-libs/gst/interfaces/tunerchannel.c:
15979 (gst_tuner_channel_class_init):
15980 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15981 * gst-libs/gst/netbuffer/gstnetbuffer.c:
15982 (gst_netbuffer_class_init):
15983 * gst-libs/gst/rtp/gstbasertppayload.c:
15984 (gst_basertppayload_class_init):
15985 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15986 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15987 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15988 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15989 * gst/playback/gststreamselector.c:
15990 (gst_stream_selector_class_init):
15991 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15992 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15993 * sys/v4l/gstv4lcolorbalance.c:
15994 (gst_v4l_color_balance_channel_class_init):
15995 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15996 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15997 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15998 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15999 (gst_v4l_tuner_norm_class_init):
16000 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16001 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16002 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16003 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16005 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16007 * ext/pango/gsttextrender.h:
16008 * gst-libs/gst/audio/gstaudiosink.h:
16009 * gst-libs/gst/audio/gstaudiosrc.h:
16010 * gst-libs/gst/audio/gstbaseaudiosink.h:
16011 * gst-libs/gst/audio/gstbaseaudiosrc.h:
16012 * gst-libs/gst/audio/gstringbuffer.h:
16013 * gst-libs/gst/rtp/gstbasertpdepayload.h:
16014 * gst-libs/gst/rtp/gstbasertppayload.h:
16015 * gst-libs/gst/video/gstvideofilter.h:
16016 * gst-libs/gst/video/gstvideosink.h:
16017 * gst/playback/gstplaybasebin.h:
16018 * gst/tcp/gstmultifdsink.h:
16019 * sys/v4l/gstv4lelement.h:
16020 Fix broken GObject macros
16022 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16024 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16025 More debug to trace why my USB headset is not working with gst
16027 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16029 * gst/playback/gstplaybasebin.c: (group_destroy):
16030 Clean up our group elements properly in the case where it never
16031 got committed - it still got added unconditionally to the bin.
16033 2006-04-07 Wim Taymans <wim@fluendo.com>
16035 * ext/theora/theoradec.c: (theora_dec_sink_event),
16036 (theora_handle_data_packet), (theora_dec_chain):
16037 Unref unhandled events.
16038 Protect against empty buffers.
16039 Perform QoS on running time.
16041 2006-04-07 Michael Smith <msmith@fluendo.com>
16043 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16044 (gst_vorbis_enc_chain):
16045 Remove leaks from vorbisenc.
16046 Mostly minor changes, the only significant one is that now the
16047 buffers we set as 'streamheader' on the caps are copies of the
16048 original buffers, to avoid circular refcounting problems.
16050 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16052 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16053 Don't remove our mute-probe if someone else already did so.
16054 Don't set a 2nd one if there is already one pending on the pad.
16056 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16058 When a seek fails, ensure that playbin is still set back to playing.
16060 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16061 (mpeg_ts_type_find), (plugin_init):
16062 Add a typefind function for mpeg-ts streams. (Closes: #336617)
16064 2006-04-06 Andy Wingo <wingo@pobox.com>
16066 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
16067 (gst_video_rate_init): Caps-related parameters should not be reset
16068 by a flush -- move their inits to the instance init function.
16069 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16070 is not OK, just return the result.
16072 * gst/audiotestsrc/gstaudiotestsrc.c
16073 (gst_audio_test_src_class_init)
16074 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16075 broken by Stefan's commit on 24 March.
16077 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16078 buffers being pushed out. Fixes oggmux ! multifdsink.
16080 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
16082 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16083 (gst_vorbis_dec_init), (vorbis_dec_finalize):
16084 * ext/vorbis/vorbisdec.h:
16085 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16086 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16087 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16088 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16089 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16090 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16091 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16092 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16093 (gst_vorbis_enc_buffer_from_packet),
16094 (gst_vorbis_enc_buffer_from_header_packet),
16095 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16096 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16097 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16098 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16099 (gst_vorbis_enc_change_state):
16100 * ext/vorbis/vorbisenc.h:
16101 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16102 vorbisenc adhere to the official nomenclature; use boilerplate
16105 2006-04-04 Andy Wingo <wingo@pobox.com>
16107 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16108 Whoops, fix bug introduced. Bad hacker!
16110 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16111 Properly handle the case where you get EOS before any buffers are
16112 received. Use gst_buffer_make_metadata_writable where appropriate.
16114 * ext/theora/theoradec.c (theora_handle_data_packet): This value
16115 is often negative -- make it signed so as not to wrap around.
16116 Fixes segfaults introduced on 9 March.
16118 2006-04-03 Wim Taymans <wim@fluendo.com>
16120 * ext/theora/gsttheoradec.h:
16121 * ext/theora/theoradec.c: (theora_dec_src_event):
16122 Don't try to store a gdouble in a gboolean.
16125 2006-04-03 Michael Smith <msmith@fluendo.com>
16127 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16129 Make it suck slightly less by writing out the final page.
16130 Still can't encode a vorbis-in-ogg file correctly, though.
16132 2006-04-03 Andy Wingo <wingo@pobox.com>
16134 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16137 * ext/theora/theora.c (plugin_init): Register theoraparse.
16139 * ext/theora/gsttheoraparse.h:
16140 * ext/theora/theoraparse.c: New files implementing a theora
16141 parser. Now we can properly remux ogg/theora+vorbis, yay.
16143 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16145 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16147 * gst/audiotestsrc/gstaudiotestsrc.c:
16148 Fixed the sample pipeline (see #323798)
16150 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16153 * win32/common/config.h:
16154 * win32/common/config.h.in:
16155 use AS_VERSION and AS_NANO
16158 2006-03-31 Andy Wingo <wingo@pobox.com>
16160 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16161 uninitialized variable return that would happen.
16163 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16164 uninitialized variable return that would never happen.
16166 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16167 (vorbis_parse_sink_event): Add an event function to flush our
16168 state on a seek, and to drain buffers on a premature EOS.
16169 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
16170 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
16171 (vorbis_parse_chain, vorbis_parse_queue_buffer)
16172 (vorbis_parse_drain_queue): Queue up buffers until we can set
16173 their timestamps and granulepos values.
16175 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16176 and keep track of data needed for deriving granulepos and
16177 timestamps for buffers.
16179 2006-03-29 Wim Taymans <wim@fluendo.com>
16181 Patch by: j^ <j at bootlab dot org>
16183 * ext/alsa/gstalsamixerelement.c:
16184 (gst_alsa_mixer_element_class_init):
16185 * ext/alsa/gstalsasink.c:
16186 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16187 * ext/ogg/gstoggdemux.c:
16188 * ext/ogg/gstoggmux.c:
16189 * ext/ogg/gstoggparse.c:
16190 * ext/pango/gstclockoverlay.c:
16191 * ext/pango/gsttextoverlay.c:
16192 * ext/pango/gsttextrender.c:
16193 * ext/pango/gsttimeoverlay.c:
16194 * ext/theora/theoradec.c:
16195 * ext/theora/theoraenc.c:
16196 * ext/vorbis/vorbisdec.c:
16197 * ext/vorbis/vorbisenc.c:
16198 * gst/audioconvert/gstaudioconvert.c:
16199 * gst/subparse/gstsubparse.c:
16200 * gst/tcp/gstmultifdsink.c:
16201 * gst/tcp/gsttcpclientsink.c:
16202 * gst/tcp/gsttcpclientsrc.c:
16203 * gst/tcp/gsttcpserversink.c:
16204 * gst/tcp/gsttcpserversrc.c:
16205 better/unified long descriptions
16208 2006-03-29 Wim Taymans <wim@fluendo.com>
16210 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16212 Don't let double and triple clicks mess up our state.
16214 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16216 * gst/playback/gstplaybin.c: (gen_video_element),
16217 (gen_text_element), (gen_audio_element), (gen_vis_element):
16218 Error out gracefully when we can't create any of the usual
16219 conversion elements for some reason. Also, don't try to
16220 create an audioscale (sic) element that's not used anyway.
16222 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16224 * gst/playback/gstplaybasebin.c: (setup_source):
16225 Don't post RESOURCE_NOT_FOUND error when we can't find a source
16226 element for a particular protocol, that's confusing for users.
16227 Instead, post a RESOURCE_FAILED error, so that our own error
16228 message is actually shown in totem etc. (#336303).
16230 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16232 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16234 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16235 (gst_gnome_vfs_src_get_icy_metadata):
16236 Fix some minor memory leaks (#336194).
16238 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16240 * ext/gnomevfs/gstgnomevfs.c:
16241 (gst_gnome_vfs_location_to_uri_string):
16242 * ext/gnomevfs/gstgnomevfs.h:
16243 * ext/gnomevfs/gstgnomevfssink.c:
16244 (gst_gnome_vfs_sink_set_property):
16245 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16246 Make gnomevfssink accept filenames as well as URIs for the
16247 "location" property, just like gnomevfssrc does (and
16248 filesrc/filesink do) (#336190).
16250 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16252 * tests/check/generic/clock-selection.c: (GST_START_TEST):
16253 set to NULL before unreffing, fixes a valgrind leak.
16254 Why was this not triggering the error that an object needs to
16255 be NULL before unreffing ?
16256 * win32/common/config.h:
16259 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
16261 * gst/subparse/gstsubparse.c: (convert_encoding),
16262 (gst_sub_parse_change_state):
16263 * gst/subparse/gstsubparse.h:
16264 Text subtitle files may or may not be UTF-8. If it's not, we
16265 don't really want to see '?' characters in place of non-ASCII
16266 characters like accented characters. So let's assume the input
16267 is UTF-8 until we come across text that is clearly not. If it's
16268 not UTF-8, we don't really know what it is, so try the following:
16269 (a) see whether the GST_SUBTITLE_ENCODING environment variable
16270 is set; if not, check (b) if the current locale encoding is
16271 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16272 the current locale encoding is UTF-8 and the environment variable
16273 was not set to any particular encoding. Not perfect, but better
16274 than nothing (and better than before, I think) (fixes #172848).
16276 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16279 update core requirement to 0.10.4.1 because of async_playback
16280 vmethod on GstBaseSink
16282 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16284 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16285 * gst/adder/gstadder.c: (gst_adder_init):
16286 use DEBUG_FUNCPTR for collectpads
16288 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16290 * docs/plugins/Makefile.am:
16291 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16292 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16293 * ext/cdparanoia/gstcdparanoiasrc.c:
16294 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16295 (gst_gnome_vfs_sink_class_init):
16296 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16297 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16298 * ext/ogg/gstoggmux.c:
16299 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16300 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16301 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16302 * ext/pango/gsttextoverlay.c:
16303 * ext/pango/gsttextrender.c:
16304 * ext/theora/theoradec.c:
16305 * ext/theora/theoraenc.c:
16306 * ext/vorbis/vorbisdec.c:
16307 * ext/vorbis/vorbisenc.c:
16308 * gst-libs/gst/audio/gstaudiofilter.c:
16309 (gst_audio_filter_base_init):
16310 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16311 (gst_audio_filter_template_base_init):
16312 * gst/adder/gstadder.c: (gst_adder_get_type):
16313 * gst/adder/gstadder.h:
16314 * gst/audioconvert/gstaudioconvert.c:
16315 * gst/audiotestsrc/gstaudiotestsrc.c:
16316 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16317 (gst_audio_test_src_create):
16318 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16319 * gst/playback/gstdecodebin.c:
16320 * gst/playback/gstplaybin.c:
16321 * gst/playback/gststreamselector.c:
16322 (gst_stream_selector_base_init):
16323 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16324 * gst/volume/gstvolume.c:
16325 * sys/v4l/gstv4lmjpegsink.c:
16326 * sys/v4l/gstv4lmjpegsrc.c:
16327 * tests/check/libs/cddabasesrc.c:
16328 * tests/old/examples/gob/gst-identity2.gob:
16329 Add docs for adder, use GST_ELEMENT_DETAILS macro,
16330 define GstElementDetails at the top
16332 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
16334 * win32/common/libgstinterfaces.def:
16335 Add a lot of export functions for gst-python
16336 * win32/vs6/libgstinterfaces.dsp:
16337 Add a missing include folder in the project configuration
16339 2006-03-23 Wim Taymans <wim@fluendo.com>
16341 * gst-libs/gst/audio/gstbaseaudiosrc.c:
16342 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16343 (gst_base_audio_src_change_state):
16344 Fix audio sources, forgot to make the ringbuffer
16347 2006-03-23 Wim Taymans <wim@fluendo.com>
16349 * gst-libs/gst/audio/gstbaseaudiosrc.c:
16350 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16351 (gst_base_audio_src_change_state):
16352 unparent instead of unref the ringbuffer.
16354 2006-03-23 Wim Taymans <wim@fluendo.com>
16356 * gst-libs/gst/audio/gstbaseaudiosink.c:
16357 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16358 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16359 Implement new async_play vmethod to start slaving and allow
16360 playback start in case of async PLAY state changes.
16362 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16363 Enable QoS with new method in base class.
16365 2006-03-23 Wim Taymans <wim@fluendo.com>
16367 Patch by: Julien MOUTTE <julien at moutte dot net>
16369 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16370 (gst_video_test_src_do_seek), (gst_video_test_src_create):
16371 Partially handle 0 framerate, only EOS after the first frame
16374 2006-03-23 Wim Taymans <wim@fluendo.com>
16376 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16378 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16379 (gst_riff_create_video_template_caps):
16380 * gst/ffmpegcolorspace/avcodec.h:
16381 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16382 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16383 (gst_ffmpegcsp_avpicture_fill):
16384 * gst/ffmpegcolorspace/imgconvert.c:
16385 Patch for support of YVU9 AVI files (#334822)
16387 2006-03-22 Edward Hervey <edward@fluendo.com>
16389 * docs/design/design-decodebin.txt:
16390 Added design document for new decodebin
16391 (Target Caps): text/x-pango-markup is also a default target caps.
16393 2006-03-22 Wim Taymans <wim@fluendo.com>
16395 * gst-libs/gst/audio/gstbaseaudiosink.c:
16396 (gst_base_audio_sink_dispose):
16397 Since we _parent the ringbuffer, we also need to
16398 _unparent instead of a plain _unref.
16400 2006-03-22 Wim Taymans <wim@fluendo.com>
16402 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16403 (stop_seek), (scrub_toggle_cb), (main):
16404 Add scrub checkbox.
16406 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
16408 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16409 (gst_ogg_parse_chain):
16410 Fix very inefficient usage of linked lists (#335365).
16412 2006-03-21 Edward Hervey <edward@fluendo.com>
16414 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16415 * gst/playback/gstplaybin.c: (handoff):
16416 * gst/playback/gststreamselector.c:
16417 (gst_stream_selector_set_property):
16418 gcc 4.1 unreferenced pointer fixes.
16419 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16420 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16421 gst_buffer_ref() now takes a GstBuffer*.
16423 2006-03-20 Julien MOUTTE <julien@moutte.net>
16425 * sys/xvimage/xvimagesink.c:
16426 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16429 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
16431 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16432 (id3v1_type_find), (apetag_type_find), (plugin_init):
16433 Can't do tag preferences via probability, as tags would then
16434 lose against types that are recognised with MAXIMUM probability
16435 (like .wav); so let all tag typefinders return MAXIMUM themselves
16436 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16437 that we can prefer APE to ID3v1 (fixes #335028).
16439 2006-03-17 Wim Taymans <wim@fluendo.com>
16441 * gst-libs/gst/audio/gstbaseaudiosink.c:
16442 (gst_base_audio_sink_change_state):
16443 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16444 (gst_ring_buffer_may_start):
16445 * gst-libs/gst/audio/gstringbuffer.h:
16446 Only start playback if we are playing.
16447 should fix #330748.
16449 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
16451 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16452 * win32/common/config.h:
16453 Revert accidental commits to these files.
16455 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
16457 Patch by: Michal Benes <michal dot benes at xeris dot cz>
16459 * tests/Makefile.am:
16460 Don't try to build tests in tests/icles if we
16461 don't have X (#323852)
16463 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
16465 * gst-libs/gst/tag/gstid3tag.c:
16466 Add TXXX frame identifiers for replaygain stuff as used
16467 by some taggers (see #323721).
16469 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
16471 * gst/playback/gststreamselector.c:
16472 (gst_stream_selector_set_property),
16473 (gst_stream_selector_bufferalloc):
16474 Preserve the existing buggy streamselector behaviour by performing
16475 a fallback buffer allocation when downstream isn't linked yet.
16476 This should really be fixed in playbin by blocking pads until it's
16478 Also, use gst_pad_alloc_buffer instead of
16479 gst_pad_alloc_buffer_and_set.
16481 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16483 * gst-libs/gst/tag/gstid3tag.c:
16484 Don't crash on unknown ID3v2 TXXX frames.
16486 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
16488 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16489 Chain up to the parent finalize method.
16490 Add 32-bit sample size to the template caps.
16492 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16493 (gst_riff_create_video_template_caps):
16494 Add the fourcc that the VMWare codec uses.
16496 * gst/playback/gststreamselector.c:
16497 (gst_stream_selector_set_property),
16498 (gst_stream_selector_bufferalloc),
16499 (gst_stream_selector_request_new_pad):
16500 For the active pad, forward buffer-alloc requests, otherwise
16501 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16502 having to memcpy every frame when used by playbin.
16504 * gst/tcp/gstmultifdsink.c:
16505 (gst_multi_fd_sink_handle_client_write):
16506 Get negotiated caps from the sink pad, rather than the sink
16509 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16511 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16513 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16514 Don't forget to set src->callbacks_pushed to FALSE again when
16515 popping them, otherwise re-activation in a different mode won't
16518 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16520 Patch by: Sebastien Moutte <sebastien moutte net>
16522 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16523 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16524 (gst_ffmpeg_smpfmt_to_caps):
16525 Replace __VA_ARGS__ caps creation macros with varargs functions.
16526 Makes things compile on MSVC (#320765), looks nicer, and we can
16527 tell the compiler to check for the NULL terminator.
16529 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16531 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16533 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16534 Make sure the buffer we copy into is really always big
16535 enough, this time for real (#333488).
16537 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16539 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16540 Add support for 24bpp DIB (#305279).
16542 2006-03-14 Wim Taymans <wim@fluendo.com>
16544 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16545 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16546 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16547 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16548 (gst_video_scale_init), (gst_video_scale_src_event):
16549 Re-enable QoS after the release.
16550 Rework videoscale to use the base class src_event handler.
16552 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16557 === release 0.10.5 ===
16559 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
16562 releasing 0.10.5, "Net"
16564 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
16566 * docs/plugins/Makefile.am:
16567 Part of previous cdparanoiasrc docs fixes, forgot to commit.
16569 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
16571 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16572 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16573 * docs/plugins/gst-plugins-base-plugins.hierarchy:
16574 Add cdparanoiasrc to docs.
16576 * gst-libs/gst/cdda/gstcddabasesrc.c:
16577 More GstCddaBaseSrc docs.
16579 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
16581 * docs/libs/gst-plugins-base-libs-sections.txt:
16582 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16583 * gst-libs/gst/tag/tag.h:
16584 API: libgsttag: new method gst_tag_from_id3_user_tag().
16586 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
16588 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16589 NULL-terminate array of mpeg4 video file extensions.
16590 Fixes crash on PPC (#334226).
16592 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
16594 * ext/gnomevfs/gstgnomevfssrc.c:
16595 (gst_gnome_vfs_src_check_get_range):
16596 gnome_vfs_uri_is_local() alone is not a good indicator
16597 whether we can operate in pull-mode with a specific URI,
16598 as it returns FALSE for file:// URIs that point to an
16599 NFS-mounted path. Be more conservative here: whitelist
16600 local files, blacklist http URIs and use the old
16601 mechanism for anything else (fixes #334216).
16603 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
16608 === release 0.10.4 ===
16610 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
16613 releasing 0.10.4, "Power"
16615 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
16617 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16618 Disable max-lateness by setting it to -1 for now, so that
16619 we can bed QoS stuff in thoroughly between now and the next
16622 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
16624 Patch by: Fabrizio Gennari
16626 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16627 Make sure we don't read beyond the palette buffer in case of
16628 broken or manipulated files (#333488)
16630 2006-03-10 Edward Hervey <edward@fluendo.com>
16632 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16633 Fix for variable not initialized.
16635 2006-03-09 Wim Taymans <wim@fluendo.com>
16637 * ext/libvisual/visual.c: (gst_visual_get_type),
16638 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16639 (gst_visual_chain):
16642 * ext/theora/gsttheoradec.h:
16643 * ext/theora/theoradec.c: (gst_theora_dec_init),
16644 (gst_theora_dec_reset), (_theora_granule_time),
16645 (theora_dec_src_convert), (theora_dec_sink_convert),
16646 (theora_dec_src_query), (theora_dec_src_event),
16647 (theora_dec_sink_event), (theora_handle_comment_packet),
16648 (theora_handle_header_packet), (theora_dec_push),
16649 (theora_handle_data_packet), (theora_dec_chain),
16650 (theora_dec_change_state):
16653 2006-03-09 Wim Taymans <wim@fluendo.com>
16655 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16656 (audiocast_register_listener), (gst_gnome_vfs_src_start):
16659 2006-03-09 Wim Taymans <wim@fluendo.com>
16661 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16662 Don't try to activate NULL chains.
16664 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
16666 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16667 Fix invalid memory access to region before peek'd data (#332964).
16669 2006-03-09 Wim Taymans <wim@fluendo.com>
16671 Patch by: Christophe Fergeau
16673 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16674 * ext/pango/gsttextrender.c: (gst_text_render_init):
16675 * gst/adder/gstadder.c: (gst_adder_init):
16676 Don't leak padtemplates, closes #333510.
16678 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
16680 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16681 Fix invalid memory access: make sure string passed to
16682 regexec() is NUL-termianted.
16684 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
16686 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16688 Refactor mpeg/audio typefinding to make it more maintainable
16689 and easier to fine-tune. Make probing into middle of the file
16690 work properly (fixes #333900, also see #152688).
16692 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
16694 * gst/typefind/gsttypefindfunctions.c:
16695 (utf8_type_find_have_valid_utf8_at_offset):
16696 Remove part from previous commit that was bogus:
16697 g_utf8_validate() does in fact not accept embedded
16698 zeroes, so we don't need to check for those (thanks
16699 to Mike for the hint).
16701 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
16703 * gst/typefind/gsttypefindfunctions.c:
16704 (utf8_type_find_count_embedded_zeroes),
16705 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16706 Make plain/text typefinder more conservative: firstly, check
16707 for embedded zeroes, which are perfectly valid UTF-8 characters,
16708 but also a fairly good sign that something is not a plain text
16709 file; secondly, probe into the middle of the file if possible.
16710 If we can't probe into the middle, limit the probability value
16711 to be returned to TYPE_FIND_POSSIBLE (see #333900).
16713 2006-03-08 Michael Smith <msmith@fluendo.com>
16715 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16716 Make typefind function name for mpeg4 video unique.
16718 2006-03-08 Wim Taymans <wim@fluendo.com>
16720 * ext/libvisual/visual.c: (gst_visual_init),
16721 (gst_visual_clear_actors), (gst_visual_dispose),
16722 (gst_visual_reset), (gst_visual_src_setcaps),
16723 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16724 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16725 (gst_visual_chain), (gst_visual_change_state):
16726 Cleanups, post nice errors.
16727 Handle sink and src events.
16728 Implement simple QoS.
16730 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16731 Use new basesink methods to configure max-lateness.
16734 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16735 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16736 Debug statement cleanups.
16738 * gst/volume/gstvolume.c: (gst_volume_class_init):
16741 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
16743 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16744 (gst_text_overlay_init), (gst_text_overlay_set_property),
16745 (gst_text_overlay_get_property):
16746 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16747 as string type properties, but mark them deprecated. Add
16748 'halignment' and 'valignment' properties that use enums
16749 instead of strings.
16751 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
16753 Patch by: Fabrizio Gennari
16755 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16756 Allow palettes with less than 256 colours in AVI files
16759 2006-03-07 Julien MOUTTE <julien@moutte.net>
16761 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16762 (gst_text_overlay_video_event): Fix wrong EOS handling on text
16763 pad. We were releasing the queued text buffer when we should keep
16764 it until video pad gets EOS or discard the text buffer because it's
16765 too old. That was eating the last subtitle buffer. Add some more
16768 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
16770 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16771 (gst_text_overlay_video_chain):
16772 Fix invalid memory access (we can't access a buffer after it's been
16773 pushed downstream without taking a reference); fix memory leak (if
16774 there's no text to render, bail out before allocating stuff).
16776 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
16778 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16779 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16780 * ext/pango/gsttextoverlay.h:
16781 If input is plain text, escape it before passing it to
16782 pango_layout_set_markup().
16784 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
16786 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16787 Don't ignore flow return from gst_pad_push().
16789 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
16791 Patch by: Fabrizio Gennari
16793 * ext/libvisual/visual.c: (gst_visual_getcaps),
16794 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16795 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16796 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16797 (gst_vorbisenc_convert_sink):
16798 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16799 (gst_audio_duration_from_pad_buffer):
16800 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16801 (gst_audio_filter_chain):
16802 * gst-libs/gst/rtp/gstbasertpdepayload.c:
16803 (gst_base_rtp_depayload_setcaps):
16804 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16805 (gst_video_get_size):
16806 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16807 Don't leak references returned by gst_pad_get_parent()
16810 2006-03-06 Stefan Kost <ensonic@users.sf.net>
16812 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16813 change location param details
16814 * gst/volume/gstvolume.c: (plugin_init):
16815 correct plugin description
16817 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
16819 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16820 (gst_gnome_vfs_src_check_get_range):
16821 Override GstBaseSrc::check_get_range() in order to avoid opening
16822 the resource just to check whether we can operate in pull-mode or
16823 not - we can predict that pretty well from the URI alone. Should
16824 fix problems with last.fm (#331690). (Requires latest core CVS).
16826 2006-03-06 Wim Taymans <wim@fluendo.com>
16828 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16829 (gst_video_sink_class_init):
16830 Throw away frames that are later than 20 ms.
16832 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
16834 Patch by: Fabrizio Gennari
16836 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16837 Set depth on WMA caps (#333545)
16839 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
16841 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16842 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16843 put Theora BOS pages before others. This hardcodes
16844 the Ogg/Theora I profile, but hey.
16846 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
16849 updated with some examples
16850 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16851 (granulepos_add), (theora_buffer_from_packet):
16852 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16853 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16854 (gst_vorbisenc_chain):
16855 implement strategy from ext/ogg/README
16856 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16857 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16858 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16859 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16860 Fix muxer so that oggz-validate is happy with all streams;
16861 except for no eos mark, and the BOS page ordering
16862 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16863 (check_buffer_granulepos):
16864 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16865 update tests to check for OFFSET being set as requested
16866 fixed type of granulepos, it's not a ClockTime
16868 2006-03-05 Julien MOUTTE <julien@moutte.net>
16870 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16871 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16872 Check that the xvimage we are creating has a correct size
16873 before returning it. (#314897)
16875 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
16877 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16878 Give id3 and ape tag typefinders a rank slightly higher
16879 than PRIMARY to ensure they're always run before any of
16880 the other typefinders (in particular wav and mp3) (#324186).
16882 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
16884 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16885 Add support for '3IVD' fourcc (#333403).
16887 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
16890 Bump requirements to GStreamer CVS for the new error enum.
16892 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16893 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16894 space left on the device (fixes #333352).
16896 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
16899 add a project file for libgstvolume
16900 update the workspace
16902 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
16904 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16905 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16907 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16908 Set IN_CAPS on header buffers
16910 2006-03-02 Wim Taymans <wim@fluendo.com>
16912 * docs/plugins/Makefile.am:
16913 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16914 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16915 Add audioresample to docs.
16917 * gst/audioconvert/gstaudioconvert.c:
16920 * gst/audioresample/gstaudioresample.c:
16921 (gst_audioresample_base_init), (gst_audioresample_class_init),
16922 (gst_audioresample_init), (gst_audioresample_dispose),
16923 (audioresample_get_unit_size), (audioresample_transform_caps),
16924 (resample_set_state_from_caps), (audioresample_transform_size),
16925 (audioresample_set_caps), (audioresample_event),
16926 (audioresample_do_output), (audioresample_transform),
16927 (audioresample_pushthrough), (gst_audioresample_set_property),
16928 (gst_audioresample_get_property), (plugin_init):
16929 * gst/audioresample/gstaudioresample.h:
16931 Small code cleanups.
16933 2006-03-02 Wim Taymans <wim@fluendo.com>
16935 * docs/plugins/Makefile.am:
16936 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16937 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16938 Added videoscale to docs.
16940 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16941 (gst_video_rate_swap_prev), (gst_video_rate_event),
16942 (gst_video_rate_chain):
16945 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16946 (gst_video_scale_init), (gst_video_scale_prepare_size),
16947 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16948 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16949 * gst/videoscale/gstvideoscale.h:
16950 Added docs, examples.
16951 Some code cleanups.
16952 Post errors instead of g_warning.
16954 2006-03-02 Wim Taymans <wim@fluendo.com>
16956 * docs/libs/gst-plugins-base-libs-docs.sgml:
16957 * docs/libs/gst-plugins-base-libs-sections.txt:
16958 * docs/libs/gst-plugins-base-libs.types:
16959 * docs/plugins/Makefile.am:
16960 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16961 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16962 Added some more docs to libs and plugins.
16964 * gst-libs/gst/audio/gstringbuffer.c:
16965 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16966 * gst-libs/gst/audio/gstringbuffer.h:
16967 Document ringbuffer some more.
16969 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16970 (gst_video_rate_setcaps), (gst_video_rate_reset),
16971 (gst_video_rate_init), (gst_video_rate_flush_prev),
16972 (gst_video_rate_swap_prev), (gst_video_rate_event),
16973 (gst_video_rate_chain), (gst_video_rate_change_state):
16974 * gst/videorate/gstvideorate.h:
16975 Fix videorate to use segments.
16976 Make it work with 0/1 framerates (closes #331903)
16977 Handle EOS correctly.
16980 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
16982 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16983 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16984 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16985 In state change function, first chain up to parent class,
16986 then handle downwards state change stuff. Remove some
16987 commented out cruft from 0.8 code.
16989 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
16991 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16992 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16993 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16994 (gst_ogm_parse_chain):
16995 Don't remove/re-add source pad if the new caps are the same as
16996 the old caps anyway (#333042). When removing source pad, don't
16997 unref it afterwards - we didn't ref it when adding. Sprinkle some
16998 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16999 after using gst_pad_get_parent(). Return downstream flow return
17000 value in chain function.
17002 2006-03-02 Wim Taymans <wim@fluendo.com>
17004 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17005 * docs/plugins/gst-plugins-base-plugins.args:
17006 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17007 * docs/plugins/gst-plugins-base-plugins.interfaces:
17008 * docs/plugins/gst-plugins-base-plugins.signals:
17009 Fix hierarchy, added some more elements to the docs.
17011 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17012 (gst_ffmpegcsp_get_type):
17013 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17014 Fix docs for ffmpegcolorspace.
17016 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
17018 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17019 (apetag_type_find), (ape_type_find), (plugin_init):
17020 Some typefinding fine-tuning:
17021 - rank ID3/APE tags in order of preference via probabilities, so that
17022 ID3v2 > APEv2 > APEv1 > ID3v1.
17023 - three or four bytes don't really justify MAXIMUM probability,
17024 change those to 'very likely' (musepack and monkeysaudio).
17026 2006-03-01 Wim Taymans <wim@fluendo.com>
17028 * docs/plugins/Makefile.am:
17029 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17030 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17031 * ext/alsa/gstalsamixer.c:
17032 * ext/alsa/gstalsamixer.h:
17033 * ext/alsa/gstalsamixerelement.c:
17034 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17035 * ext/alsa/gstalsamixerelement.h:
17036 * ext/alsa/gstalsasink.c:
17037 * ext/alsa/gstalsasink.h:
17038 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17039 (gst_alsasrc_init):
17040 * ext/alsa/gstalsasrc.h:
17042 Small code cleanups.
17044 2006-03-01 Wim Taymans <wim@fluendo.com>
17046 * ext/theora/Makefile.am:
17047 Dist new header too,
17049 2006-03-01 Wim Taymans <wim@fluendo.com>
17051 * docs/plugins/Makefile.am:
17052 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17053 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17054 * ext/gnomevfs/gstgnomevfssink.h:
17055 * ext/gnomevfs/gstgnomevfssrc.h:
17056 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17057 * ext/vorbis/vorbisdec.h:
17058 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17059 * ext/vorbis/vorbisenc.h:
17060 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17061 (vorbis_parse_chain), (vorbis_parse_change_state):
17062 * ext/vorbis/vorbisparse.h:
17063 * gst/audioconvert/gstaudioconvert.h:
17064 * gst/tcp/gsttcpserversink.h:
17065 * gst/videotestsrc/gstvideotestsrc.c:
17066 * gst/videotestsrc/gstvideotestsrc.h:
17067 * gst/volume/gstvolume.c:
17068 * gst/volume/gstvolume.h:
17069 Fix some more docs.
17070 Added docs for vorbisdec and vorbisparse.
17073 2006-03-01 Wim Taymans <wim@fluendo.com>
17075 * docs/plugins/Makefile.am:
17076 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17077 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17078 * ext/pango/gstclockoverlay.h:
17079 * ext/pango/gsttextoverlay.h:
17080 * ext/pango/gsttextrender.h:
17081 * ext/pango/gsttimeoverlay.h:
17082 * ext/theora/gsttheoradec.h:
17083 * ext/theora/gsttheoraenc.h:
17084 * ext/theora/theoradec.c:
17085 * ext/theora/theoraenc.c:
17086 * gst/audioconvert/gstaudioconvert.h:
17087 * gst/audiotestsrc/gstaudiotestsrc.h:
17088 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17089 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17090 * gst/tcp/gstmultifdsink.h:
17091 Updated/added documentation.
17093 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17094 (gst_text_overlay_halign_get_type),
17095 (gst_text_overlay_wrap_mode_get_type),
17096 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17097 (gst_text_overlay_init), (gst_text_overlay_set_property),
17098 (gst_text_overlay_get_property):
17099 Fix up properties to be enums instead of string to make bindings,
17100 introspection and automatic GUI creation possible.
17101 Add getters for the properties.
17103 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
17105 * gst/audiotestsrc/gstaudiotestsrc.c:
17106 added defines of M_PI and M_PI_2
17107 * gst/ffmpegcolorspace/avcodec.h:
17108 removed #include "stdint.h" for win32 as _stdint.h is
17109 autogenerated to win32/common
17110 * win32/common/libgstaudio.def:
17111 * win32/common/libgsttag.def:
17114 some project files bugs corrected
17116 project files are reset to the default vs7 configuration
17117 (they link to msvcr71.dll using default optimizations)
17119 2006-02-28 Wim Taymans <wim@fluendo.com>
17121 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17124 2006-02-28 Edward Hervey <edward@fluendo.com>
17126 * ext/alsa/gstalsasrc.c:
17127 Set proper class on the ElementDetails:
17128 Source/Audio instead of Src/Audio/
17130 2006-02-28 Edward Hervey <edward@fluendo.com>
17132 * gst/videoscale/vs_scanline.c:
17133 (vs_scanline_resample_nearest_RGBA):
17134 Revert optimization in videoscale. It should go in liboil and have
17135 an appropriate liboil function.
17137 2006-02-28 Wim Taymans <wim@fluendo.com>
17139 * gst-libs/gst/audio/gstbaseaudiosink.c:
17140 (gst_base_audio_sink_provide_clock):
17141 Don't try to provide a clock in the NULL state.
17143 2006-02-28 Wim Taymans <wim@fluendo.com>
17145 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17146 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17147 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17148 (gst_ogg_demux_deactivate_current_chain),
17149 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17150 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17151 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17152 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17153 Use GstSegment infrastructure to remove duplicated code
17154 and handle more seek cases correctly.
17156 2006-02-28 Wim Taymans <wim@fluendo.com>
17158 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17159 (gst_ffmpegcsp_transform):
17160 Don't ignore return code from ffmpeg convert function.
17162 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17163 Split out some long statements to ease debugging.
17165 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
17167 * ext/libvisual/visual.c: (gst_visual_init),
17168 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17169 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17170 being able to renegotiate the size. Instead, use the negotiation
17171 algorithm from the goom plugin to pick an initial output caps.
17173 Also, allow theoretical libvisual plugins that might support non-GL
17174 output even if they also do GL.
17176 2006-02-26 Julien MOUTTE <julien@moutte.net>
17178 * ext/libvisual/visual.c: (gst_visual_init),
17179 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17180 (plugin_init): Load only non GL plugins. Fix some memleaks and
17181 possible negotiation issues.
17183 2006-02-25 Julien MOUTTE <julien@moutte.net>
17185 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17187 2006-02-24 Michael Smith <msmith@fluendo.com>
17189 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17190 (cmml_type_find), (plugin_init):
17191 Fix CMML type find function to not require a specific minor version
17192 of the CMML header.
17194 Add an MPEG4 video elementary stream typefind function.
17196 2006-02-04 Michael Smith <msmith@fluendo.com>
17198 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17199 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17200 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17201 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17202 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17203 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17204 Annodex support in ogg demuxer. Doesn't do very much without the
17205 other annodex patches (to come).
17207 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17209 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17211 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17212 Pick up palette for MS video v1 (#327028)
17214 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17216 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17217 (gst_ffmpegcsp_caps_remove_format_info),
17218 (gst_ffmpegcsp_get_unit_size):
17219 The 'palette_data' field from incoming RGB caps shouldn't be
17220 proxied on outgoing YUV caps; also, restrict unit size
17221 adjustment in case of paletted data only to the unit that
17222 actually has a palette. Fixes #330711.
17224 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17226 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17227 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17228 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17229 (gst_ffmpegcsp_get_unit_size):
17230 Plug some memory leaks.
17232 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17234 * sys/ximage/Makefile.am:
17235 * sys/xvimage/Makefile.am:
17236 Add some _CFLAGS and _LIBS that seem to be missing
17237 and/or required for Cygwin (see #317048).
17239 2006-02-22 Wim Taymans <wim@fluendo.com>
17241 * ext/alsa/gstalsasrc.c:
17242 Fix description as pointed out by caugier.
17244 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
17246 Reviewed by : Edward Hervey <edward@fluendo.com>
17248 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17250 Better 3gp typefinding (#331526).
17252 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17254 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17255 Don't send EOS event here, the base class will send one for us.
17257 * gst/playback/gstplaybasebin.c: (prepare_output):
17258 Subpictures without video stream aren't allowed either.
17260 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17261 Fix debug statement copy'n'paste-o.
17263 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17265 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17266 Fix issues with mixer keeping state when muting/unmuting
17267 and when changing the volume whilst muted (see #331763
17270 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17272 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17273 (parse_subrip), (gst_sub_parse_format_autodetect):
17274 Set right caps given that we send escaped text. Also,
17275 honour <i></i>, <b></b> and <u></u> markers that can be found
17276 in .srt files (fixes #310202).
17278 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17280 * gst-libs/gst/audio/mixerutils.c:
17281 (element_factory_rank_compare_func):
17282 Make order in which elements are tried more determinable.
17284 2006-02-20 Julien MOUTTE <julien@moutte.net>
17286 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17287 (remove_element_chain), (cleanup_decodebin),
17288 (gst_decode_bin_change_state): Make decodebin reusable by
17289 fixing remove_element_chain first and then introduce a
17290 cleaner in state change to ->NULL. (Closes #331678)
17292 2006-02-19 Wim Taymans <wim@fluendo.com>
17294 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17295 use 0666 mask when creating files so umask gets applied
17296 correctly. Fixes #331295.
17298 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17300 * gst/subparse/Makefile.am:
17301 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17302 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17303 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17304 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17305 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17306 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17307 * gst/subparse/gstssaparse.h:
17308 * gst/subparse/gstsubparse.c: (plugin_init):
17309 Add very basic parser for SSA subtitle streams (as often
17310 found in matroska files).
17312 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17314 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17315 That should be text/x-pango-markup, not text/x-pango-layout.
17317 2006-02-19 Julien MOUTTE <julien@moutte.net>
17319 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17322 2006-02-19 Julien MOUTTE <julien@moutte.net>
17324 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17325 (gst_text_overlay_finalize), (gst_text_overlay_init),
17326 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17327 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17328 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17329 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17330 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17331 Fix state change deadlock.
17333 2006-02-19 Julien MOUTTE <julien@moutte.net>
17335 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17336 (gst_text_overlay_finalize), (gst_text_overlay_init),
17337 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17338 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17339 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17340 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17341 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17342 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17343 and subtitles files.
17345 2006-02-19 Julien MOUTTE <julien@moutte.net>
17347 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17348 should be considered as raw.
17350 2006-02-19 Julien MOUTTE <julien@moutte.net>
17352 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17354 * gst/playback/gststreaminfo.h: Introduce language informations.
17356 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
17358 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17359 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17360 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17361 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17362 Set shared memory segments to be deleted as soon as we have attached,
17363 that way they get cleaned up automatically if we crash.
17365 2006-02-18 Julien MOUTTE <julien@moutte.net>
17367 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
17368 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17369 functions are called with lock held.
17371 2006-02-18 Julien MOUTTE <julien@moutte.net>
17373 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17374 (gst_text_overlay_finalize), (gst_text_overlay_init),
17375 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17376 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17377 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17378 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17379 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17380 (gst_text_overlay_change_state): Refactoring of textoverlay
17381 without collectpads. This now supports sparse subtitles coming
17382 from a demuxer instead of a sub file. Seeking is still broken
17383 though. Need to discuss with wtay some more on how to handle
17385 * ext/pango/gsttextoverlay.h:
17386 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17387 subtitles coming from the demuxer.
17389 2006-02-17 Wim Taymans <wim@fluendo.com>
17391 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17392 (gst_vorbisenc_convert_sink):
17393 Use some more scaling functions.
17395 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
17397 * ext/cdparanoia/gstcdparanoiasrc.c:
17398 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17399 (gst_cd_paranoia_paranoia_callback),
17400 (gst_cd_paranoia_src_signal_is_being_watched),
17401 (gst_cd_paranoia_src_read_sector):
17402 * ext/cdparanoia/gstcdparanoiasrc.h:
17403 Add back 'transport-error' and 'uncorrected-error' signals and
17404 make them actually be fired when bad stuff happens (#319340).
17406 2006-02-17 Wim Taymans <wim@fluendo.com>
17408 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17409 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17410 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17411 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17412 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17413 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17414 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17415 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17416 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17417 (gst_ring_buffer_clear):
17419 Added some G_LIKELY.
17421 2006-02-17 Wim Taymans <wim@fluendo.com>
17423 * gst-libs/gst/audio/TODO:
17426 * gst-libs/gst/audio/gstbaseaudiosink.c:
17427 (gst_base_audio_sink_get_offset):
17428 When trying to play samples ASAP and we don't have a
17429 previous sample, try to play at position 0 instead of
17430 an invalid position.
17432 2006-02-17 Wim Taymans <wim@fluendo.com>
17434 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17435 (gst_alsasink_reset):
17436 Also release lock when we get an error in _reset();
17437 fix an error message.
17439 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17441 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17442 (gst_alsasink_init), (get_channel_free_structure),
17443 (caps_add_channel_configuration), (gst_alsasink_getcaps),
17444 (gst_alsasink_close):
17445 * ext/alsa/gstalsasink.h:
17446 Add support for more than 2 channels (#326720).
17448 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17450 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17451 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17452 with 4 or 6 channels, assume a default channel layout to make things
17453 work (not sure there's anything else we can do in those cases).
17455 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17457 * gst-libs/gst/audio/multichannel.c:
17460 * gst-libs/gst/riff/Makefile.am:
17461 * gst-libs/gst/riff/riff-ids.h:
17462 * gst-libs/gst/riff/riff-media.c:
17463 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17464 Add support for WAVEFORMATEX, eg. PCM audio with more than two
17465 channels and a channel layout map.
17467 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
17469 Reviewed by Edward Hervey <edward@fluendo.com>
17471 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
17472 C-level optimization of the RGBA nearest neighbour function.
17473 Eventually this might end up in liboil with vectorized versions.
17475 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17477 * gst-libs/gst/audio/multichannel.c:
17478 (gst_audio_get_channel_positions):
17479 When we have more than 2 channels, but no channel layout is
17480 specified in the caps, return some default channel layout
17481 to the caller and warn about about a possibly buggy element
17482 (could be buggy filtercaps as well of course) (#317038).
17484 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17486 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17487 Add gst-libs/gst/cdda to list of lib search paths.
17489 2006-02-15 Andy Wingo <wingo@pobox.com>
17491 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17492 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17493 to the Lord Jesus that I do not have to touch the ogg muxer ever
17496 2006-02-15 Edward Hervey <edward@fluendo.com>
17498 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17499 quicktime movie files can also contain 'uuid' atoms.
17501 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
17503 * gst/audioconvert/plugin.c: (plugin_init):
17504 Register the GstAudioChannelPosition enum type with the type
17505 system in the plugin_init function, so that it is known before
17506 any element actually makes use of multi-channel stuff. This is
17507 required for example if one wants to be able to deserialise/use
17508 a caps string with channel positions before any pipeline has
17509 been setup and started, like with gst-launch.
17511 2006-02-14 Wim Taymans <wim@fluendo.com>
17513 * gst-libs/gst/audio/gstringbuffer.c:
17514 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17515 (gst_ring_buffer_samples_done), (wait_segment),
17516 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17517 Add some compiler G_(UN_)LIKELY help.
17518 SIGNAL the ringbuffer waiters when going to PAUSED as well to
17519 make sure they can exit their functions. Should fix #330748
17521 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
17526 * win32/common/_stdint.h:
17527 Windows does not have long long; copy the generated _stdint.h
17528 * win32/common/interfaces-enumtypes.c:
17529 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17530 (gst_mixer_track_flags_get_type),
17531 (gst_tuner_channel_flags_get_type):
17532 * win32/common/multichannel-enumtypes.c:
17533 (gst_audio_channel_position_get_type):
17536 2006-02-13 Wim Taymans <wim@fluendo.com>
17538 * gst-libs/gst/audio/gstbaseaudiosink.c:
17539 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17540 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17541 Always sync on first sample we receive when starting.
17543 2006-02-13 Wim Taymans <wim@fluendo.com>
17545 * gst/playback/gstplaybin.c: (gen_vis_element):
17546 Update vis bin docs.
17547 Move queue after tee so we don't queue video buffers but
17548 audio samples instead. Fixes problems where the video queue
17549 is filled and the audio queue empty.
17551 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
17553 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17554 No need to push an EOS event here, GstBaseSrc will do that for us
17555 when we return FLOW_UNEXPECTED.
17557 2006-02-12 Wim Taymans <wim@fluendo.com>
17559 * gst-libs/gst/audio/gstbaseaudiosink.c:
17560 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17561 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17562 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17563 Use scale functions when possible.
17564 Fix error messages.
17565 Free clockid when after waiting for EOS.
17566 Use G_(UN_)LIKLY when it makes sense.
17567 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17569 2006-02-12 Edward Hervey <edward@fluendo.com>
17571 * gst/playback/gstplaybasebin.c: (prepare_output):
17572 Remove stray semi-colon (fixes #330888).
17574 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
17576 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17577 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17578 Fix up the XShm call testing so that we catch errors, and don't
17579 cause new ones by attempting to detach from a segment we failed
17580 to attach to. Fixes #312439.
17582 2006-02-10 Edward Hervey <edward@fluendo.com>
17584 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17585 Added flv file typefind (video/x-flv).
17587 2006-02-10 Edward Hervey <edward@fluendo.com>
17589 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17590 (gst_riff_create_video_template_caps):
17591 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17592 Also added the caps to the default set of riff video caps.
17594 2006-02-09 Andy Wingo <wingo@pobox.com>
17596 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17597 time and the end time of the last packet in the page.
17598 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17599 on the pages in our queue, set the duration as well. Reflow a
17601 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17602 Fixes bad muxing order.
17604 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
17606 * gst-libs/gst/rtp/gstbasertppayload.c:
17607 (gst_basertppayload_setcaps), (gst_basertppayload_push):
17608 update seqnum before setting it on the packet; this makes sure
17609 that the timestamp and seqnum properties match after pushing
17612 2006-02-09 Andy Wingo <wingo@pobox.com>
17614 * gst-libs/gst/audio/gstringbuffer.c
17615 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17616 overflow after 13.5 hours of recording. Kapow!
17618 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17619 the buffer size -- we don't care about underrun/overrun reporting
17620 right now, just need to return a useful value.
17622 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
17627 === release 0.10.3 ===
17629 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
17632 releasing 0.10.3, "Under Pressure"
17634 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
17637 Drat. Bump libtool version number for new API.
17638 Prelease 0.10.2.3 (of 0.10.3)
17640 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
17643 * win32/common/config.h:
17644 0.10.2.2 prerelease (of 0.10.3).
17646 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
17648 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17649 Revert Andy's newsegment change pending a more correct
17652 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
17654 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17655 (qt_type_find), (plugin_init):
17656 detect more files as 3gp
17657 group and reorder the iso file formats
17659 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17661 * ext/vorbis/vorbis.c: (plugin_init):
17662 Register musicbrainz tags, so apps don't have to.
17664 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17666 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17667 (gst_tag_to_vorbis_tag):
17668 Make sure we called gst_tag_register_musicbrainz_tags()
17669 before possibly mapping a vorbiscomment string from/to a
17672 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17674 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17675 In case we can't find the required number of consecutive
17676 mpeg audio frames to positively identify an MPEG audio
17677 stream, check if there's at least a valid mpeg audio
17678 frame right at offset 0 and if so suggest mpeg/audio
17679 caps with a very low probability (#153004).
17681 2006-02-07 Andy Wingo <wingo@pobox.com>
17683 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17684 a TIME segment if we get timestamped buffers. Requires recent
17685 fixes in core to work properly.
17687 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17689 * gst/playback/gstplaybasebin.c: (prepare_output):
17690 Don't print the URI as part of the error message, it
17691 makes error dialogs look rather ugly, especially if
17692 the URI is very long or has characters in it that
17695 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17697 * gst/playback/gstplaybasebin.c: (prepare_output):
17698 Error out if we have only text or subtitles, but nothing
17699 else. Also error out if we have subtitles but no video
17702 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17704 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17705 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17706 Post an error message on the bus when we encounter an
17707 error, which will hopefully be more meaningful than the
17708 'Internal Flow Error' message users get to see if we
17709 just return GST_FLOW_ERROR.
17711 2006-02-07 Andy Wingo <wingo@pobox.com>
17713 * configure.ac (GST_MAJORMINOR): Update core version req to
17714 0.10.2.2, for the collectpads API addition (#330244).
17716 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
17718 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17719 Return FALSE from plugin_init() when GnomeVFS can't
17720 be initialised for some reason (#328423).
17722 2006-02-06 Julien MOUTTE <julien@moutte.net>
17724 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
17725 Stick to seeking theory until i find the bug.
17726 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17728 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
17730 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17731 (theora_enc_finalize), (theora_enc_sink_setcaps),
17732 (theora_set_header_on_caps), (theora_enc_chain),
17733 (theora_enc_change_state):
17734 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17735 Make theoraenc and the tests leak free. Like, really.
17737 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
17739 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17740 (theora_enc_finalize), (theora_enc_sink_setcaps):
17741 Add a finalize method to ensure we clean up state even if
17742 someone omitted the state change back to NULL.
17744 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17745 (gst_vorbisenc_chain):
17746 Free some more leaked bits.
17748 * tests/check/pipelines/theoraenc.c: (start_pipeline),
17750 Wait for state changes to happen if they're ASYNC.
17752 This ought to teach those fancy pants buildbots a lesson.
17754 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
17756 * gst-libs/gst/tag/gstid3tag.c:
17757 Add mapping for ID3 International Standard Recording Code
17760 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
17762 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17763 Don't leak tag names.
17765 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
17767 * docs/libs/gst-plugins-base-libs-docs.sgml:
17768 * docs/libs/gst-plugins-base-libs-sections.txt:
17769 * gst-libs/gst/tag/gstid3tag.c:
17770 * gst-libs/gst/tag/gstvorbistag.c:
17771 * gst-libs/gst/tag/tags.c:
17772 Split libgsttag docs into multiple sections.
17774 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
17776 * docs/libs/Makefile.am:
17777 * docs/libs/gst-plugins-base-libs-docs.sgml:
17778 * docs/libs/gst-plugins-base-libs-sections.txt:
17779 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17780 * gst-libs/gst/tag/gstvorbistag.c:
17781 * gst-libs/gst/tag/tag.h:
17782 * gst-libs/gst/tag/tags.c:
17783 Add libgsttag to the docs.
17785 2006-02-05 Julien MOUTTE <julien@moutte.net>
17787 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17788 (gst_text_overlay_init), (gst_text_overlay_src_event),
17789 (gst_text_overlay_collected): Fix clockoverlay.
17791 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
17793 * docs/libs/compiling.sgml:
17794 Fix typo: it's pkg-config, not pkg-gconfig
17796 * docs/libs/gst-plugins-base-libs-docs.sgml:
17797 * docs/libs/gst-plugins-base-libs-sections.txt:
17798 * docs/libs/tmpl/gstgconf.sgml:
17799 There is no libgstgconf in 0.10, remove it
17802 2006-02-05 Julien MOUTTE <julien@moutte.net>
17804 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17805 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17806 (gst_text_overlay_src_event), (gst_text_overlay_collected):
17807 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17808 (gst_sub_parse_class_init), (gst_sub_parse_init),
17809 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17810 (parse_mpsub), (parser_state_init), (handle_buffer),
17811 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17812 * gst/subparse/gstsubparse.h: Introduce seeking code.
17814 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
17816 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17817 Add comment about LANGUAGE tag inconsistency (we want
17818 ISO-639-1, but extract three-letter identifiers?)
17821 Add two translatable files.
17823 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
17825 * gst-libs/gst/tag/Makefile.am:
17826 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17827 * gst-libs/gst/tag/tag.h:
17828 * gst-libs/gst/tag/tags.c:
17829 (gst_tag_register_musicbrainz_tags_internal),
17830 (gst_tag_register_musicbrainz_tags):
17831 Forward-port some tags stuff from the 0.8 branch. This is
17832 mostly the addition of musicbrainz tags and their mapping
17833 to vorbistags, and a vorbistag mapping of the language tag.
17835 2006-02-05 Julien MOUTTE <julien@moutte.net>
17837 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17840 2006-02-04 David Schleef <ds@schleef.org>
17842 * ext/ogg/gstoggmux.c:
17843 * gst/typefind/gsttypefindfunctions.c:
17844 Add Dirac typefinding and add dirac format to oggmux.
17846 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
17848 * gst/playback/gstdecodebin.c: (try_to_link_1):
17849 Don't put essential function call into
17850 g_return_*() macro, otherwise it'll all be
17851 replaced by NOOPs when compiling with
17852 G_DISABLE_CHECKS defined.
17854 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
17856 * ext/ogg/gstoggdemux.c:
17857 * ext/ogg/gstoggparse.c:
17858 * gst/tcp/gsttcpserversink.c:
17859 * sys/v4l/v4lsrc_calls.c:
17860 * sys/v4l/v4lsrc_calls.h:
17861 Just make it compile with --disable-gst-debug.
17863 2006-02-03 Wim Taymans <wim@fluendo.com>
17865 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17866 (gst_alsasink_class_init), (gst_alsasink_init),
17867 (gst_alsasink_write), (gst_alsasink_reset):
17868 * ext/alsa/gstalsasink.h:
17869 Add lock to protect alsa calls.
17870 Implement reset to flush samples ASAP, does not work
17873 2006-02-02 Wim Taymans <wim@fluendo.com>
17875 * gst-libs/gst/audio/gstbaseaudiosink.c:
17876 (gst_base_audio_sink_provide_clock):
17877 Ugh.. getting late I guess...
17879 2006-02-02 Wim Taymans <wim@fluendo.com>
17881 * gst-libs/gst/audio/gstbaseaudiosink.c:
17882 (gst_base_audio_sink_provide_clock),
17883 (gst_base_audio_sink_set_property),
17884 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17885 Don't try to provide a clock when we are not negotiated since
17886 we might not be able to make it run.
17888 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
17890 * gst/playback/gstdecodebin.c: (try_to_link_1):
17891 Unlinking two source pads is ... hard.
17893 2006-02-02 Wim Taymans <wim@fluendo.com>
17895 * gst-libs/gst/audio/TODO:
17898 * gst-libs/gst/audio/gstbaseaudiosink.c:
17899 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17900 On EOS, wait till the last sample is played before posting EOS.
17902 2006-02-01 Philippe Kalaf <burger at speedy dot org>
17904 Patch by: Kai Vehmanen
17905 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17906 Adds ability to enable newsegment bypass by setting queue_delay to
17907 zero. Also avoid thread being started if queue_delay is zero.
17909 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
17911 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17912 Make test work again by connecting fakesinks to each decoded pad,
17913 which makes the pipeline wait until each fakesink has a buffer
17914 queued before going to PAUSED state. At that point we know the
17915 decodebin pads are negotiated.
17917 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
17919 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17920 (gst_cdda_base_src_handle_event):
17921 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17922 Pass unhandled queries to the parent class's query function.
17924 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
17926 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17927 (gst_ogg_pad_src_query):
17928 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17929 * ext/theora/theoradec.c: (theora_dec_src_query),
17930 (theora_dec_sink_query):
17931 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17932 (vorbis_dec_sink_query):
17933 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17934 (gst_vorbisenc_sink_query):
17935 * gst/adder/gstadder.c: (gst_adder_query):
17936 Pass unhandled queries upstream instead of just
17937 dropping them (#326447). Also, fix supported
17938 query types list for some elements.
17940 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
17942 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17943 (paris_type_find), (ilbc_type_find), (plugin_init):
17944 Fix typefinding for audio/x-au, audio/x-paris and
17945 audio/iLBC-sh. We cannot use the START_WITH macros
17946 here, because there can only be one typefind factory
17947 with the same name (caps), so the second one would
17948 replace the first one and the first one would never
17949 be called when doing typefinding (see #161712).
17952 2006-01-31 Wim Taymans <wim@fluendo.com>
17954 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17955 (vorbis_handle_header_packet), (vorbis_dec_push),
17956 (vorbis_handle_data_packet):
17957 Use scale_int when we can, add some more scaling.
17958 Check packettype before parsing it.
17960 2006-01-31 Wim Taymans <wim@fluendo.com>
17962 * ext/theora/theoradec.c: (_theora_granule_time),
17963 (theora_dec_src_convert), (theora_dec_sink_convert):
17964 Call right _scale functions.
17965 Use parameter instead of some other random value.
17967 2006-01-31 Wim Taymans <wim@fluendo.com>
17969 * ext/theora/theoradec.c: (_theora_granule_frame),
17970 (_theora_granule_time), (_inc_granulepos),
17971 (theora_dec_src_convert), (theora_dec_sink_convert),
17972 (theora_handle_type_packet), (theora_handle_data_packet),
17973 (theora_dec_chain):
17974 Use higher precision timestamps calculation.
17975 Convert some other conversions to _scale.
17977 2006-01-31 Stefan Kost <ensonic@users.sf.net>
17979 * gst/audiotestsrc/gstaudiotestsrc.c:
17980 (gst_audio_test_src_create_sine_table), (plugin_init):
17981 * gst/volume/gstvolume.c: (plugin_init):
17982 initialize gst_controller before using
17984 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
17986 * tests/check/pipelines/theoraenc.c:
17987 * tests/check/pipelines/vorbisenc.c:
17988 Define constant using G_GINT64_CONSTANT to avoid errors when
17989 passing it around - otherwise it gets truncated to 32 bits.
17991 Fixes failing tests.
17993 2006-01-31 Andy Wingo <wingo@pobox.com>
17995 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17996 caps being set doesn't have a framerate value. Basically a stopgap
17999 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18000 technically correct enough to put into core though.
18001 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18002 DURATION. Fixes theoraenc ! oggmux.
18004 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18005 fraction, not double.
18007 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
18010 add vs7 project files created by Sergey Scobich
18012 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
18015 add vs8 project files created by Sergey Scobich
18017 2006-01-30 Andy Wingo <wingo@pobox.com>
18019 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18020 timestamp + duration, not just timestamp -- ogg pages should be
18021 ordered by stop time. Necessary fix given the change in vorbis
18024 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
18025 (gst_theora_enc_init): Pull the granule shift out of the encoder.
18026 (granulepos_add): New function, handles the messiness of adjusting
18028 (theora_buffer_from_packet):
18029 (theora_enc_chain):
18030 (theora_enc_sink_event): Use granulepos_add, not +.
18032 * tests/check/pipelines/theoraenc.c
18033 (check_buffer_granulepos_from_starttime): Just check the frame
18034 count, not the actual granulepos -- we can't dictate to the
18035 encoder when it should be placing keyframes.
18037 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18039 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18040 SERVICE_NOT_AVAILABLE happens for example when you're trying to
18041 play an http:// stream from a server that's not serving
18043 2006-01-30 Andy Wingo <wingo@pobox.com>
18045 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
18046 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18047 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18050 * ext/theora/gsttheoraenc.h:
18051 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18052 although theoraenc was timestamping correctly. Added handling of
18053 streams that start with nonzero timestamps.
18055 * tests/check/Makefile.am:
18056 * tests/check/pipelines/theoraenc.c: New file, basically does same
18057 tests as vorbisenc.
18059 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18061 2006-01-30 Wim Taymans <wim@fluendo.com>
18063 * gst-libs/gst/audio/gstaudiosink.c:
18064 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18065 (gst_audioringbuffer_pause):
18066 Implement pause that does not wait for completion.
18068 * gst-libs/gst/audio/gstbaseaudiosink.c:
18069 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18070 Don't drop buffers when going to PAUSED but perform preroll on
18071 remaining samples now that core base class supports this.
18073 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18074 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18075 (gst_ring_buffer_commit):
18076 Pause should not signal waiters.
18077 Implement return value of _commit correctly.
18079 2006-01-30 Andy Wingo <wingo@pobox.com>
18081 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18083 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18084 updated to timestamp from the first sample, not the last.
18085 (gst_vorbisenc_buffer_from_header_packet): New function, takes
18086 special care of granulepos and timestamp for header packets.
18087 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18088 when the first buffer has a nonzero timestamp.
18090 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18091 (GstVorbisEnc.subgranule_offset): New members. Take care of the
18092 case when the first audio buffer we get has a nonzero timestamp.
18093 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18094 properly timestamp vorbis buffers with the time of the first
18095 sample, not the last.
18097 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18098 vorbis_granule_time_copy -- now it takes the granule/subgranule
18099 offset into account.
18101 * tests/check/pipelines/vorbisenc.c: New test for correctness of
18102 timestamps, durations, and granulepos on buffers produced by
18105 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
18107 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18108 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18109 Patch from Eric Jonas to support conversions to/from UYVY
18112 2006-01-30 Julien MOUTTE <julien@moutte.net>
18114 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18115 (setup_subtitle), (setup_source), (set_active_source):
18116 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18117 (gen_text_element), (gen_audio_element), (gen_vis_element),
18118 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18120 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
18122 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18123 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18124 use gst_guint64_to_gdouble to be compliant with vs6
18125 * gst/playback/gstdecodebin.c: (try_to_link_1)
18126 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18127 use G_GINT64_CONSTANT for int64 constants
18128 * win32/common/libgstinterfaces.def:
18129 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18131 update and add new project files
18133 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18137 * win32/common/interfaces-enumtypes.c:
18138 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18139 (gst_mixer_track_flags_get_type),
18140 (gst_tuner_channel_flags_get_type):
18141 * win32/common/interfaces-enumtypes.h:
18142 * win32/common/multichannel-enumtypes.c:
18143 (gst_audio_channel_position_get_type):
18144 * win32/common/multichannel-enumtypes.h:
18145 add a win32-update rule like in core, and copy over enumtypes files
18147 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18150 * win32/common/config.h:
18151 * win32/common/config.h.in:
18152 add config files just like in core
18154 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
18156 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18157 Make gcc-4.1 happy (part of #327357).
18159 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18161 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18162 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18163 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18164 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18165 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18166 (gst_alsasrc_unprepare), (gst_alsasrc_read):
18167 Update all error messages. All of them should either use
18168 the default translated message, or actually provide a
18169 translatable string.
18170 Make the string for channel count problems meaningful.
18172 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18174 * sys/v4l/v4l_calls.c: (gst_v4l_open):
18175 check for and throw RESOURCE_BUSY
18177 2006-01-27 David Schleef <ds@schleef.org>
18179 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18180 checked in this change -- it requires liboil features not
18181 in 0.3.6. Revert parts.
18183 2006-01-27 David Schleef <ds@schleef.org>
18186 * configure.ac: update liboil requirement to 0.3.6
18187 * gst/videoscale/Makefile.am:
18188 * gst/videoscale/vs_scanline.c: liboilify
18190 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18192 * ext/libvisual/visual.c: (get_buffer):
18193 When pad_alloc returns a GstFlowReturn other
18194 than GST_FLOW_OK, make sure it is passed upstream.
18196 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18198 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18199 (gst_alsasink_class_init):
18200 Free the device name string.
18202 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18203 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18204 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18205 Don't remove a pad from the collectpads structure until it
18206 is released - it's a request pad, and may receive data again
18207 if the element gets moved back to PLAYING state.
18209 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18210 Ensure we turn on double buffering on the Xv port, and
18211 set the colour key to something dark and mysterious that
18214 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
18216 * ext/alsa/gstalsaplugin.c: (plugin_init):
18217 * ext/cdparanoia/gstcdparanoiasrc.c:
18218 (gst_cd_paranoia_src_base_init), (plugin_init):
18219 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18220 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18221 - a library should not call setlocale. see "Libraries" node in
18223 - make sure all plugins that use translation do bindtextdomain
18224 to point to the localedir
18225 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18226 (setup_sinks), (plugin_init):
18227 all this, and check for NULL when creating sinks
18229 2006-01-27 Julien MOUTTE <julien@moutte.net>
18231 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18232 (plugin_init): Make typefinding of subtitles work again.
18234 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
18236 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18237 (mp3_type_frame_length_from_header), (mp3_type_find),
18238 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18240 Backport a bunch of typefinding fixes from the 0.8 branch.
18241 Also, improve wavpack typefinding: if we can't peek the
18242 entire wavpack block, try to parse the bits we can get and
18243 see if we find what we're looking for in those.
18245 2006-01-26 Julien MOUTTE <julien@moutte.net>
18247 * sys/ximage/ximagesink.c:
18248 (gst_ximagesink_calculate_pixel_aspect_ratio):
18249 * sys/xvimage/xvimagesink.c:
18250 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18251 more cases of pixel aspect ratio.
18253 2006-01-26 Edward Hervey <edward@fluendo.com>
18255 * gst/playback/gstdecodebin.c: (pad_probe):
18256 Also consider the flush-start and tag events as unblockers
18257 for the pad probes.
18259 2006-01-26 Julien MOUTTE <julien@moutte.net>
18261 * gst/playback/gstplaybin.c: (gst_play_bin_init),
18262 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18263 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
18264 On the fly visualisation switch, works disabling, enabling as
18265 well but it won't be able to enable vis in a playbin that was
18266 created with no visualisation.
18268 2006-01-25 Wim Taymans <wim@fluendo.com>
18270 * gst-libs/gst/audio/gstbaseaudiosink.c:
18271 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18272 Undo previous commit that returned WRONG_STATE sooner, it breaks
18273 resume after pause.
18275 2006-01-25 Wim Taymans <wim@fluendo.com>
18277 * gst-libs/gst/audio/gstbaseaudiosink.c:
18278 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18279 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18281 Post error when caps cannot be parsed.
18282 Resync on discontinuity in the stream.
18283 Clip samples to segment boundaries.
18284 return WRONG_STATE sooner when we are flushing.
18286 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18287 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18288 Make audiosrc operate in TIME.
18289 Set TIMESTAMP and DURATION on buffers.
18291 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
18293 * tests/examples/seek/seek.c: (main):
18294 Output tag messages as well.
18296 2006-01-23 Edward Hervey <edward@fluendo.com>
18298 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18299 (free_pad_probes), (remove_fakesink), (pad_probe),
18300 (close_pad_link), (gst_decode_bin_change_state):
18301 Replace GstPadBlockCallback with pad probes that detect
18302 first buffer AND eos before removing fakesink.
18303 Fixes hang with demuxers doing EOS while pre-rolling.
18306 2006-01-23 Andy Wingo <wingo@pobox.com>
18308 * ext/alsa/gstalsasink.c:
18309 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18310 (gst_base_rtp_depayload_setcaps),
18311 (gst_base_rtp_depayload_add_to_queue),
18312 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18314 Patch by: Jens Granseuer <jensgr at gmx dot net>
18316 2006-01-22 Julien MOUTTE <julien@moutte.net>
18318 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18319 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18320 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
18321 frames. We might get a frame destroyed after changing state to
18322 NULL, adding a safety check on xcontext.
18324 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
18326 * gst-libs/gst/interfaces/xoverlay.c:
18327 Fix prepare-xwindow-id code example in the docs - we need to
18328 ignore all messages that aren't element messages as well.
18330 2006-01-21 Julien MOUTTE <julien@moutte.net>
18332 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18333 I think one day i'll completely undestand how caps negotiation
18334 is supposed to work. This refactoring handles buffer_alloc
18335 called with caps we can't handle. We definitely don't want a
18336 set_caps with those caps, so we define and allocate a buffer
18337 we would like to receive.
18339 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18341 * gst/playback/gstplaybasebin.c: (setup_source):
18342 Free iterator when done.
18344 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
18346 * gst-libs/gst/audio/gstbaseaudiosink.c:
18347 (gst_base_audio_sink_render):
18348 Fix playback of non-synchronised streams by assuming a rate
18349 of 1.0 instead of a random one.
18351 Makes this work again:
18353 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18354 endianness=(int)4321, signed=(boolean)true, width=(int)16,
18355 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18356 audioresample ! alsasink
18358 === release 0.10.2 ===
18360 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
18363 releasing 0.10.2, "Then the devil is six"
18365 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
18367 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18368 * gst/playback/gststreamselector.c:
18369 (gst_stream_selector_set_property):
18370 Comment out broken code that connects to the state-changed signal.
18371 At this point, changing current stream selection is broken, but
18372 stuff like gst-launch playbin current-audio=1 works and filters
18373 to the chosen stream.
18375 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
18377 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18378 Fix #327216 (null dereference in vorbisdec)
18380 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
18382 * ext/theora/theoradec.c: (theora_handle_comment_packet):
18383 Post taglist actually on bus instead of just freeing it
18384 (fixes #327114 and totem bug #327080).
18386 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18387 Use gst_element_found_tags_for_pad(), so that the tags
18388 are sent downstream as an event as well.
18390 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
18392 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18393 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18394 (gst_ximagesink_buffer_alloc):
18395 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18396 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18397 (gst_xvimagesink_buffer_alloc):
18398 move all regularly occurring messages to GST_LOG level
18399 add some more object logs
18401 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
18403 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18404 fix a silly segfault
18406 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
18408 * docs/libs/gst-plugins-base-libs-docs.sgml:
18409 * docs/libs/gst-plugins-base-libs-sections.txt:
18410 * gst-libs/gst/audio/mixerutils.c:
18411 * gst-libs/gst/audio/mixerutils.h:
18412 Add docs for mixerutils stuff.
18414 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
18416 * gst/playback/gstplaybasebin.c: (setup_source):
18417 Fix playback for sources that emit raw audio or
18418 raw video streams (e.g.: cd audio sources) (#325984).
18420 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18422 * gst-libs/gst/audio/mixerutils.c:
18423 (gst_audio_mixer_filter_do_filter):
18424 actually save the element we create
18426 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
18428 * gst-libs/gst/cdda/gstcddabasesrc.c:
18429 (gst_cdda_base_src_handle_track_seek):
18430 No need to post a tag message on the bus when seeking
18431 within the same track, only post it when the current
18434 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
18436 * gst/playback/gstplaybasebin.c: (group_destroy),
18437 (probe_triggered), (new_decoded_pad), (mute_group_type),
18438 (set_active_source):
18439 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18440 * gst/playback/gststreamselector.c:
18441 (gst_stream_selector_base_init),
18442 (gst_stream_selector_set_property),
18443 (gst_stream_selector_request_new_pad):
18444 Reenable stream selection. These mechanisms need a complete overhaul
18445 in the face of 0.8->0.10 changes though.
18447 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
18449 * ext/ogg/gstoggdemux.c:
18450 Change the pad template to src_%d to match the pads that
18451 are created from it. decodebin needs this information in order
18452 to decide that oggdemux is capable of producing multiple pads
18453 (and hence needs queues inserted).
18455 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18456 (gst_ogg_mux_collected):
18457 Make debug output more useful by using GST_PTR_FORMAT.
18459 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
18461 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18463 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18464 Set depth and width for alaw/mulaw (fixes #326601).
18466 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
18468 * tests/icles/Makefile.am:
18469 don't build the tests if we don't have the libs
18471 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18473 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18474 (gst_cd_paranoia_paranoia_callback):
18475 Don't try to free NULL pointers.
18477 2006-01-10 Edward Hervey <edward@fluendo.com>
18479 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18480 (gst_audio_rate_change_state), (plugin_init):
18481 Add debugging category.
18483 Add case for incoming buffers without valid offset/offset_end.
18485 2006-01-10 Michael Smith <msmith@fluendo.com>
18487 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18488 Don't leak GCond in audio sources.
18490 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
18492 * gst/playback/gstplaybin.c: (gen_audio_element):
18493 Don't leak an autoaudiosink/alsasink when we generate
18494 a new audio element. (old code, I guess)
18496 2006-01-10 Michael Smith <msmith@fluendo.com>
18498 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18499 Support float audio in audiorate.
18500 Use width rather than depth for selecting sample width.
18502 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18504 * gst/videotestsrc/videotestsrc.h:
18505 Use GLib types here (that way we don't have to include the
18506 generated _stdint.h header, which makes life easier for win32
18507 folks that don't use autotools for the build) (#325990, patch
18508 by: Sergey Scobich).
18510 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18512 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18513 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18514 (gst_ring_buffer_pause), (wait_segment):
18515 * gst-libs/gst/audio/gstringbuffer.h:
18516 Name (private) union, makes Forte compiler happy (this time
18517 for real) (#324900).
18519 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
18521 * gst-libs/gst/audio/Makefile.am:
18522 Link against libgstinterfaces, needed for mixer
18523 and property probe stuff.
18525 2006-01-09 Edward Hervey <edward@fluendo.com>
18527 * gst-libs/gst/Makefile.am:
18529 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
18531 * gst-libs/gst/audio/Makefile.am:
18532 * gst-libs/gst/audio/mixerutils.c:
18533 (gst_audio_mixer_filter_do_filter),
18534 (gst_audio_mixer_filter_check_element),
18535 (gst_audio_mixer_filter_probe_feature),
18536 (element_factory_rank_compare_func),
18537 (gst_audio_default_registry_mixer_filter):
18538 * gst-libs/gst/audio/mixerutils.h:
18539 Add gst_audio_default_registry_mixer_filter() utility
18542 2006-01-03 Michael Smith <msmith@fluendo.com>
18544 * gst/audioresample/resample.h:
18545 As before, but for o_buf
18547 2006-01-03 Michael Smith <msmith@fluendo.com>
18549 * gst/audioresample/resample.h:
18550 Declare struct _ResampleState.buffer as unsigned char *, not void *,
18551 since we do arithmetic on it.
18553 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
18555 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18556 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18557 (gst_ring_buffer_pause), (wait_segment):
18558 * gst-libs/gst/audio/gstringbuffer.h:
18559 Sun's Forte compiler doesn't seem to like anonymous structs,
18560 so use same setup as in GstBaseSrc (fixes #324900).
18562 2005-12-30 Stefan Kost <ensonic@users.sf.net>
18565 * gst/volume/Makefile.am:
18566 * gst/volume/demo.c:
18567 move old example to tests/examples/volume/volune.c
18568 * tests/examples/Makefile.am:
18569 * tests/examples/seek/seek.c: (main):
18570 change window-close event from "delete-event" to "destroy"
18571 * tests/examples/volume/Makefile.am:
18572 * tests/examples/volume/volume.c: (value_changed_callback),
18573 (setup_gui), (message_received), (eos_message_received), (main):
18574 fix event handling and bus usage
18576 2005-12-29 Stefan Kost <ensonic@users.sf.net>
18578 * gst/audiotestsrc/gstaudiotestsrc.c:
18579 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18580 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18581 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18582 (gst_audio_test_src_create_square),
18583 (gst_audio_test_src_create_saw),
18584 (gst_audio_test_src_create_triangle),
18585 (gst_audio_test_src_create_silence),
18586 (gst_audio_test_src_create_white_noise),
18587 (gst_audio_test_src_create_pink_noise),
18588 (gst_audio_test_src_init_sine_table),
18589 (gst_audio_test_src_create_sine_table),
18590 (gst_audio_test_src_change_wave),
18591 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18592 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18593 * gst/audiotestsrc/gstaudiotestsrc.h:
18594 update to basesrc changes, implement segmented seeking and eos
18595 handling, add a 'sine-tab' waveform for performance critical playback
18597 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18600 ... and this time the other modified file that I missed last time.
18602 2005-12-29 Michael Smith <msmith@fluendo.com>
18604 * gst/playback/gstdecodebin.c: (new_pad):
18605 Fix non-C89 variable declaration not at the start of a block. Should
18606 help some compilers.
18608 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18610 * tests/check/Makefile.am:
18611 And now fix 'make distcheck' (builddir != srcdir)
18613 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18616 * ext/cdparanoia/Makefile.am:
18617 * ext/cdparanoia/gstcdparanoia.c:
18618 * ext/cdparanoia/gstcdparanoia.h:
18619 * ext/cdparanoia/gstcdparanoiasrc.c:
18620 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18621 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18622 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18623 (gst_cd_paranoia_paranoia_callback),
18624 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18625 (gst_cd_paranoia_src_set_property),
18626 (gst_cd_paranoia_src_get_property), (plugin_init):
18627 * ext/cdparanoia/gstcdparanoiasrc.h:
18628 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18629 plugin again (there are still fixes required to playbin to make
18630 cdda:// uris work there).
18632 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18634 * tests/check/Makefile.am:
18635 Fix test case compilation.
18637 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18639 * gst-libs/gst/cdda/gstcddabasesrc.c:
18640 (gst_cdda_base_src_update_duration),
18641 (gst_cdda_base_src_calculate_cddb_id):
18642 An integer is not a string. Fix access to uninitialised variable.
18644 * tests/check/Makefile.am:
18645 Add cddabasesrc unit test; also actually enable the vorbis test.
18647 * tests/check/generic/states.c:
18648 Blacklist new cd audio elements as well.
18650 * tests/check/libs/cddabasesrc.c:
18651 Unit test for GstCddaBaseSrc (discid calculation mostly).
18653 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
18655 * docs/libs/Makefile.am:
18656 * docs/libs/gst-plugins-base-libs-docs.sgml:
18657 * docs/libs/gst-plugins-base-libs-sections.txt:
18658 * docs/libs/gst-plugins-base-libs.types:
18659 Add docs for libgstcdda/GstCddaBaseSrc.
18661 * gst-libs/gst/interfaces/mixertrack.h:
18662 Do one struct member per line with a semicolon at the end, that way
18663 even gtk-doc might parse it without complaining.
18665 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
18668 * gst-libs/gst/Makefile.am:
18669 * gst-libs/gst/cdda/Makefile.am:
18670 * gst-libs/gst/cdda/base64.c:
18671 * gst-libs/gst/cdda/base64.h:
18672 * gst-libs/gst/cdda/gstcddabasesrc.c:
18673 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18674 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18675 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18676 (gst_cdda_base_src_get_property),
18677 (gst_cdda_base_src_get_track_from_sector),
18678 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18679 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18680 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18681 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18682 (gst_cdda_base_src_uri_get_protocols),
18683 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18684 (gst_cdda_base_src_uri_handler_init),
18685 (gst_cdda_base_src_setup_interfaces),
18686 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18687 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18688 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18689 (gst_cdda_base_src_add_tags),
18690 (gst_cdda_base_src_add_index_associations),
18691 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18692 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18693 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18694 (gst_cdda_base_src_create):
18695 * gst-libs/gst/cdda/gstcddabasesrc.h:
18696 * gst-libs/gst/cdda/sha1.c:
18697 * gst-libs/gst/cdda/sha1.h:
18698 Add new libgstcdda with GstCddaBaseSrc class.
18700 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
18702 * ext/gnomevfs/gstgnomevfssink.h:
18703 Use GstBaseSinkClass as parent_class member for class struct, not
18706 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
18708 Patch by: Michael Benes
18710 * gst/videotestsrc/gstvideotestsrc.c:
18711 (gst_video_test_src_class_init), (gst_video_test_src_start):
18712 Add start method to reset running time and number of frames sent
18713 when starting up (fixes #324696)
18715 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
18717 * docs/plugins/Makefile.am:
18718 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18719 * docs/plugins/gst-plugins-base-plugins-sections.txt:
18720 * docs/plugins/gst-plugins-base-plugins.args:
18721 * docs/plugins/gst-plugins-base-plugins.hierarchy:
18722 * docs/plugins/gst-plugins-base-plugins.signals:
18723 Add docs stuff for gnomevfssrc and gnomevfssink.
18725 * ext/gnomevfs/gstgnomevfssrc.c:
18726 Fix example pipeline in gtk-doc blurb.
18728 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
18730 * ext/gnomevfs/Makefile.am:
18731 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18732 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18733 (gst_gnome_vfs_handle_get_type), (plugin_init):
18734 * ext/gnomevfs/gstgnomevfs.h:
18735 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18736 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18737 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18738 (gst_gnome_vfs_sink_set_property),
18739 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18740 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18741 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18742 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18743 (gst_gnome_vfs_sink_uri_get_type),
18744 (gst_gnome_vfs_sink_uri_get_protocols),
18745 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18746 (gst_gnome_vfs_sink_uri_handler_init):
18747 * ext/gnomevfs/gstgnomevfssink.h:
18748 Port gnomevfssink; add gtk-doc blurb.
18750 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18751 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18752 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18753 (gst_gnome_vfs_src_uri_get_type),
18754 (gst_gnome_vfs_src_uri_get_protocols),
18755 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18756 (gst_gnome_vfs_src_uri_handler_init),
18757 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18758 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18759 (gst_gnome_vfs_src_send_additional_headers_callback),
18760 (gst_gnome_vfs_src_received_headers_callback),
18761 (gst_gnome_vfs_src_push_callbacks),
18762 (gst_gnome_vfs_src_pop_callbacks),
18763 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18764 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18765 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18766 * ext/gnomevfs/gstgnomevfssrc.h:
18767 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18768 file; add gtk-doc blurb with example pipelines.
18770 === release 0.10.1 ===
18772 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18775 releasing 0.10.1, "Dobro Dedek"
18777 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
18779 * gst/typefind/gsttypefindfunctions.c:
18780 iLBC30 and iLBC20 added to typefind.
18782 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
18784 * gst-libs/gst/audio/gstbaseaudiosink.c:
18785 (gst_base_audio_sink_class_init):
18786 * gst-libs/gst/audio/gstbaseaudiosrc.c:
18787 (gst_base_audio_src_class_init):
18788 update strings, values are in microseconds
18789 change the default sink buffer time to something that is smaller
18790 (to help software volume mixing have a slightly lower delay) but
18791 still be acceptable on Wim's laptop
18793 2005-12-20 Edward Hervey <edward@fluendo.com>
18795 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18796 Made a quack, forgot to add DUCK to the riff video template.
18798 2005-12-19 Edward Hervey <edward@fluendo.com>
18800 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18801 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18802 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18803 (gst_ogm_parse_chain):
18804 Make sure pads are initialized correctly.
18805 * gst-libs/gst/riff/riff-ids.h:
18806 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18807 (gst_riff_create_video_template_caps):
18808 Add a whole bunch of FOURCC <=> MimeType.
18809 Extend the riff video pad template to support the newly added fourcc.
18811 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
18813 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18814 (gst_ogg_demux_activate_chain):
18815 Extra debug output when activating/deactivating chains.
18817 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18818 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18820 Remove a queue from our list when it becomes unlinked.
18821 Don't add queues to elements in class 'Demux' if they
18822 can only produce one pad
18824 2005-12-18 Julien MOUTTE <julien@moutte.net>
18826 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18827 (gst_video_sink_get_type): Add a debug category.
18829 2005-12-17 Philippe Khalaf <burger@speedy.org>
18831 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18832 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18833 Handle downstream newsegment by sending our own newsegment before the
18834 next buffer to be released. (#323900)
18836 2005-12-17 Philippe Khalaf <burger@speedy.org>
18838 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18839 (gst_base_rtp_depayload_set_gst_timestamp):
18840 add queue delay to new segment as well (as opposed to just the first
18841 buffer). (bug #322347)
18843 2005-12-16 Stefan Kost <ensonic@users.sf.net>
18845 * ext/libvisual/visual.c: (make_valid_name):
18846 change some char* into char[]
18847 * gst/audiotestsrc/gstaudiotestsrc.c:
18848 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18849 (gst_audio_test_src_create):
18850 * gst/audiotestsrc/gstaudiotestsrc.h:
18851 prepare to handle EOS and SEGMENT_DONE
18853 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
18855 * tests/check/generic/states.c: (GST_START_TEST):
18856 Blacklist cdparanoia element in state test.
18858 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
18860 Patch by: Benjamin Pineau
18862 * gst/tcp/gsttcp.c:
18863 * gst/tcp/gsttcpclientsink.c:
18864 * gst/tcp/gsttcpserversink.c:
18865 * gst/tcp/gsttcpserversrc.c:
18866 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18868 2005-12-15 Michael Smith <msmith@fluendo.com>
18870 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18871 (gst_video_rate_chain):
18872 Fix timestamping for videorate when the first buffer it sees has a
18873 non-zero timestamp. Fix some misleading debug output.
18875 2005-12-15 Michael Smith <msmith@fluendo.com>
18877 * gst/audioresample/gstaudioresample.c:
18878 Don't leak all input buffers to audioresample.
18880 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
18882 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18883 Don't operate on empty text buffers. Strip newlines and
18884 tabs only from the end of the text, but leave them intact
18885 in the middle. Fix typo in gtk-doc description.
18887 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
18889 * gst/playback/gstplaybasebin.c:
18890 * gst/playback/gstplaybin.c: (handoff):
18891 Make sure the video frame buffer we return to apps via the
18892 "frame" property always has caps set on it. Modify
18893 _gst_gvalue_set_object() macro to handle NULL objects
18896 2005-12-14 Stefan Kost <ensonic@users.sf.net>
18898 * gst/audiotestsrc/gstaudiotestsrc.c:
18899 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18900 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18901 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18902 (gst_audio_test_src_create):
18903 * gst/audiotestsrc/gstaudiotestsrc.h:
18904 Adjust to some recent api changes and add wtays new cool seeking
18907 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
18909 * ext/alsa/Makefile.am:
18910 * ext/alsa/gstalsadeviceprobe.c:
18911 * ext/alsa/gstalsadeviceprobe.h:
18912 Helper functions to add device probing via the GstPropertyProbe
18913 interface to a class.
18915 * ext/alsa/gstalsamixer.h:
18916 Comment out GST_ALSA_MIXER, it returns a struct that's not
18919 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18920 Add some debug info.
18922 * ext/alsa/gstalsamixerelement.c:
18923 (gst_alsa_mixer_element_interface_supported),
18924 (gst_implements_interface_init),
18925 (gst_alsa_mixer_element_init_interfaces),
18926 (gst_alsa_mixer_element_class_init),
18927 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18928 (gst_alsa_mixer_element_set_property),
18929 (gst_alsa_mixer_element_get_property),
18930 (gst_alsa_mixer_element_change_state):
18931 * ext/alsa/gstalsamixerelement.h:
18932 Add 'device' and 'device-name' properties. Add GstPropertyProbe
18933 for device handling (gnome-volume-control will need that).
18935 2005-12-12 Christian Schaller <uraeus@gnome.org>
18937 * ext/Makefile.am: fix cdparanoia entry
18938 * gst-plugins-base.spec.in: add cdparanoia
18940 2005-12-12 Michael Smith <msmith@fluendo.com>
18942 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18943 Use the correct function to free list of typefind factories.
18945 2005-12-12 Wim Taymans <wim@fluendo.com>
18947 * gst/videotestsrc/gstvideotestsrc.c:
18948 (gst_video_test_src_class_init), (gst_video_test_src_init),
18949 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18950 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18951 (gst_video_test_src_create):
18952 * gst/videotestsrc/gstvideotestsrc.h:
18953 Implement seeking in videotestsrc.
18956 2005-12-12 Wim Taymans <wim@fluendo.com>
18958 * ext/cdparanoia/Makefile.am:
18959 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18960 (gst_paranoia_endian_get_type), (_do_init),
18961 (cdparanoia_class_init), (cdparanoia_init),
18962 (cdparanoia_set_property), (cdparanoia_get_property),
18963 (cdparanoia_do_seek), (cdparanoia_is_seekable),
18964 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18965 (cdparanoia_convert), (cdparanoia_get_query_types),
18966 (cdparanoia_query), (cdparanoia_set_index),
18967 (cdparanoia_uri_set_uri):
18968 * ext/cdparanoia/gstcdparanoia.h:
18969 Partially ported cdparanoia now that basesrc can support a
18972 2005-12-12 Wim Taymans <wim@fluendo.com>
18974 * tests/examples/seek/scrubby.c: (main):
18975 Set higher priority for bus events so they don't get reordered with
18978 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18979 (flush_toggle_cb), (main):
18980 Added checkbox to disable flushing seeks.
18981 Disable scrubbing when doing non flushing seeks.
18983 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
18985 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18986 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18987 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18988 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18989 Implement some sort of event handling that doesn't rely on
18990 g_return_if_fail; make sure we always push the last chunk of an
18991 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18992 state change function; remove some old cruft. Seeking is still
18993 rather unlikely to work though.
18995 * tools/.cvsignore:
18998 2005-12-11 Julien MOUTTE <julien@moutte.net>
19000 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19001 Fixed a leak of the current image reference when cleaning up.
19002 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19004 2005-12-09 Michael Smith <msmith@fluendo.com>
19006 * tools/Makefile.am:
19007 * tools/gst-launch-ext-m.m:
19008 Remove gst-launch-ext. It doesn't work, and is no longer
19009 particularly useful.
19011 2005-12-08 Luca Ognibene <luogni@tin.it>
19013 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19014 don't pass random values to ogmparse convert function.
19015 Make seeking possible in the exile1.ogm file.
19017 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
19019 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19020 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19021 Work around refcount problem with g_value_set_object() that occur
19022 if the core has been compiled against GLib-2.6 (g_value_set_object()
19023 will only g_object_ref() the element, but the caller will
19024 gst_object_unref() it and bad things will happen due to the way
19025 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19026 totem for people on FC4 using Thomas's 0.10 RPMs.
19028 2005-12-07 Edward Hervey <edward@fluendo.com>
19030 Time to welcome ogm to 0.10 :)
19032 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19033 (gst_ogg_pad_typefind):
19034 Oggdemux can now properly typefind elements with dynamic pads.
19035 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19036 Properly set caps on src pad, and set caps on outgoing buffers.
19038 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
19040 * ext/alsa/gstalsamixer.h:
19041 * ext/alsa/gstalsamixerelement.h:
19042 * ext/alsa/gstalsamixeroptions.h:
19043 * ext/alsa/gstalsamixertrack.h:
19044 * ext/alsa/gstalsasink.c:
19045 * ext/alsa/gstalsasink.h:
19046 * ext/alsa/gstalsasrc.c:
19047 * ext/alsa/gstalsasrc.h:
19048 * ext/cdparanoia/gstcdparanoia.h:
19049 * ext/gnomevfs/gstgnomevfsuri.h:
19050 * ext/ogg/gstoggdemux.c:
19051 * ext/ogg/gstoggmux.c:
19052 * ext/pango/gsttextoverlay.h:
19053 * ext/theora/theoradec.c:
19054 * ext/theora/theoraenc.c:
19055 * ext/vorbis/vorbisdec.h:
19056 * ext/vorbis/vorbisenc.c:
19057 * ext/vorbis/vorbisenc.h:
19058 * ext/vorbis/vorbisparse.h:
19059 * gst-libs/gst/audio/gstaudioclock.h:
19060 * gst-libs/gst/audio/gstaudiosink.c:
19061 * gst-libs/gst/audio/gstaudiosink.h:
19062 * gst-libs/gst/audio/gstaudiosrc.c:
19063 * gst-libs/gst/audio/gstaudiosrc.h:
19064 * gst-libs/gst/audio/gstbaseaudiosink.c:
19065 * gst-libs/gst/audio/gstbaseaudiosink.h:
19066 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19067 * gst-libs/gst/audio/gstbaseaudiosrc.h:
19068 * gst-libs/gst/audio/gstringbuffer.h:
19069 * gst-libs/gst/audio/multichannel.h:
19070 * gst-libs/gst/floatcast/floatcast.h:
19071 * gst-libs/gst/interfaces/colorbalance.c:
19072 * gst-libs/gst/interfaces/colorbalance.h:
19073 * gst-libs/gst/interfaces/colorbalancechannel.h:
19074 * gst-libs/gst/interfaces/mixer.h:
19075 * gst-libs/gst/interfaces/mixeroptions.h:
19076 * gst-libs/gst/interfaces/mixertrack.h:
19077 * gst-libs/gst/interfaces/navigation.h:
19078 * gst-libs/gst/interfaces/propertyprobe.h:
19079 * gst-libs/gst/interfaces/tuner.h:
19080 * gst-libs/gst/interfaces/tunerchannel.h:
19081 * gst-libs/gst/interfaces/tunernorm.h:
19082 * gst-libs/gst/interfaces/xoverlay.h:
19083 * gst-libs/gst/netbuffer/gstnetbuffer.h:
19084 * gst-libs/gst/riff/riff-ids.h:
19085 * gst-libs/gst/riff/riff-media.h:
19086 * gst-libs/gst/riff/riff-read.h:
19087 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19088 * gst-libs/gst/rtp/gstbasertppayload.c:
19089 * gst-libs/gst/rtp/gstbasertppayload.h:
19090 * gst-libs/gst/rtp/gstrtpbuffer.c:
19091 * gst-libs/gst/rtp/gstrtpbuffer.h:
19092 * gst-libs/gst/tag/gsttageditingprivate.h:
19093 * gst-libs/gst/tag/gstvorbistag.c:
19094 (gst_tag_list_from_vorbiscomment_buffer):
19095 * gst-libs/gst/tag/tag.h:
19096 * gst-libs/gst/video/video.h:
19097 * gst/adder/gstadder.c:
19098 * gst/adder/gstadder.h:
19099 * gst/audioconvert/audioconvert.c:
19100 * gst/audioconvert/audioconvert.h:
19101 * gst/audioconvert/gstaudioconvert.c:
19102 * gst/audioconvert/gstchannelmix.c:
19103 * gst/audioconvert/gstchannelmix.h:
19104 * gst/audiorate/gstaudiorate.c:
19105 * gst/audioresample/buffer.h:
19106 * gst/audioresample/functable.h:
19107 * gst/audioresample/gstaudioresample.c:
19108 * gst/audioresample/resample.h:
19109 * gst/ffmpegcolorspace/avcodec.h:
19110 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19111 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19112 * gst/ffmpegcolorspace/imgconvert.c:
19113 * gst/ffmpegcolorspace/imgconvert_template.h:
19114 * gst/playback/gstdecodebin.c:
19115 * gst/playback/gstplaybasebin.h:
19116 * gst/playback/gstplaybin.c:
19117 * gst/playback/gststreaminfo.h:
19118 * gst/tcp/gstfdset.c:
19119 * gst/tcp/gstfdset.h:
19120 * gst/tcp/gstmultifdsink.c:
19121 * gst/tcp/gstmultifdsink.h:
19122 * gst/tcp/gsttcp.h:
19123 * gst/tcp/gsttcpclientsrc.c:
19124 * gst/tcp/gsttcpclientsrc.h:
19125 * gst/tcp/gsttcpplugin.h:
19126 * gst/tcp/gsttcpserversink.c:
19127 * gst/tcp/gsttcpserversrc.c:
19128 * gst/typefind/gsttypefindfunctions.c:
19129 * gst/videorate/gstvideorate.c:
19130 * gst/videotestsrc/gstvideotestsrc.h:
19131 * gst/videotestsrc/videotestsrc.h:
19132 * sys/v4l/gstv4lcolorbalance.h:
19133 * sys/v4l/gstv4ltuner.h:
19134 * sys/v4l/gstv4lxoverlay.h:
19135 * sys/v4l/v4l_calls.h:
19136 * sys/v4l/videodev_mjpeg.h:
19137 * tests/check/elements/audioconvert.c:
19138 * tests/check/elements/audioresample.c:
19139 * tests/check/elements/audiotestsrc.c:
19140 * tests/check/elements/videotestsrc.c:
19141 * tests/check/elements/volume.c:
19142 * tests/examples/seek/scrubby.c:
19143 * tests/examples/seek/seek.c:
19146 === release 0.10.0 ===
19148 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19151 releasing 0.10.0, "Mont-d'or"
19153 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
19155 * tests/examples/seek/Makefile.am:
19156 Build fix for when gtk is not available.
19158 2005-12-05 Andy Wingo <wingo@pobox.com>
19160 * ext/libvisual/visual.c: (get_buffer):
19161 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19162 * ext/pango/gsttextrender.c: (gst_text_render_chain):
19163 * ext/theora/theoradec.c: (theora_handle_data_packet):
19164 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19165 (theora_enc_chain):
19166 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19167 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19168 Update for alloc_buffer changes.
19170 2005-12-05 Andy Wingo <wingo@pobox.com>
19172 patch by: Kai Vehmanen <kv2004 eca cx>
19174 * gst-libs/gst/rtp/gstbasertpdepayload.c
19175 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19177 2005-12-04 Andy Wingo <wingo@pobox.com>
19179 patch by: Sebastien Cote <sebas642 yahoo ca>
19181 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19184 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
19186 * docs/plugins/Makefile.am:
19187 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19188 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19189 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19190 * ext/pango/gstclockoverlay.c:
19191 * ext/pango/gsttextoverlay.c:
19192 * ext/pango/gsttextrender.c:
19193 * ext/pango/gsttimeoverlay.c:
19194 Add gtk-doc blurbs to pango elements.
19196 2005-12-02 Wim Taymans <wim@fluendo.com>
19198 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19199 * gst/audioresample/buffer.h:
19200 * gst/audioresample/gstaudioresample.c:
19201 * gst/audioresample/gstaudioresample.h:
19202 * gst/audioresample/resample.c: (resample_input_flush),
19203 (resample_input_pushthrough), (resample_input_eos),
19204 (resample_get_output_size_for_input),
19205 (resample_get_input_size_for_output), (resample_get_output_size),
19206 (resample_get_output_data):
19207 * gst/audioresample/resample.h:
19208 * gst/audioresample/resample_ref.c: (resample_scale_ref):
19209 Fix audioresample, seek torture, new segments, reverse negotiation
19212 2005-12-02 Wim Taymans <wim@fluendo.com>
19214 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19217 2005-12-02 Wim Taymans <wim@fluendo.com>
19219 * gst/audioconvert/gstaudioconvert.c:
19220 (gst_audio_convert_transform):
19223 === release 0.9.7 ===
19225 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19228 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19230 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19236 add win32 MANIFEST file
19237 do something to the hungarian translation
19239 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
19242 Add $(PANGO_DIR) to SUBDIRS
19244 * ext/pango/gstclockoverlay.c:
19245 * ext/pango/gsttimeoverlay.c:
19246 Fix and improve element descriptions.
19248 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19250 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19251 * docs/plugins/inspect/plugin-libvisual.xml:
19252 * docs/plugins/inspect/plugin-pango.xml:
19253 add pango plugin to docs
19255 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19259 moved pango to base
19261 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19264 * tests/Makefile.am:
19265 * tests/icles/.cvsignore:
19266 * tests/icles/Makefile.am:
19267 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19268 (close_display), (resize_window), (move_window), (create_window),
19269 (terminate_playback), (pause_playback), (start_playback), (main):
19270 add stress test for xoverlay from Julien
19272 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19274 * docs/libs/tmpl/gstcolorbalance.sgml:
19275 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19276 * gst-libs/gst/rtp/gstbasertppayload.c:
19277 * gst-libs/gst/rtp/gstrtpbuffer.c:
19278 * gst-libs/gst/rtp/gstrtpbuffer.h:
19279 Do burger's rename for rtp payloaders and depayloaders
19281 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19284 add Visual Studio 6 build files
19286 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19288 * docs/libs/gst-plugins-base-libs-docs.sgml:
19289 * docs/libs/gst-plugins-base-libs-sections.txt:
19290 * docs/libs/tmpl/gstaudio.sgml:
19291 * docs/libs/tmpl/gstringbuffer.sgml:
19292 * gst-libs/gst/interfaces/xoverlay.c:
19293 * gst-libs/gst/video/gstvideofilter.c:
19294 * gst-libs/gst/video/gstvideosink.c:
19295 update documentation
19297 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19299 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19300 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19301 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19302 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19303 (gst_multi_fd_sink_get_stats),
19304 (gst_multi_fd_sink_remove_client_link),
19305 (gst_multi_fd_sink_handle_client_read),
19306 (gst_multi_fd_sink_client_queue_data),
19307 (gst_multi_fd_sink_client_queue_caps),
19308 (gst_multi_fd_sink_client_queue_buffer),
19309 (gst_multi_fd_sink_new_client),
19310 (gst_multi_fd_sink_handle_client_write),
19311 (gst_multi_fd_sink_recover_client),
19312 (gst_multi_fd_sink_queue_buffer),
19313 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19314 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19315 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19316 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19317 * gst/tcp/gstmultifdsink.h:
19318 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19319 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19320 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19321 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19322 (gst_tcp_client_sink_set_property),
19323 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19324 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19325 * gst/tcp/gsttcpclientsink.h:
19326 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19327 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19328 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19329 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19330 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19331 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19332 * gst/tcp/gsttcpclientsrc.h:
19333 * gst/tcp/gsttcpplugin.c: (plugin_init):
19334 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19335 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19336 (gst_tcp_server_sink_finalize),
19337 (gst_tcp_server_sink_handle_server_read),
19338 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19339 (gst_tcp_server_sink_set_property),
19340 (gst_tcp_server_sink_get_property),
19341 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19342 * gst/tcp/gsttcpserversink.h:
19343 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19344 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19345 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19346 (gst_tcp_server_src_set_property),
19347 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19348 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19349 * gst/tcp/gsttcpserversrc.h:
19352 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19354 * docs/plugins/Makefile.am:
19355 * docs/plugins/gst-plugins-base-plugins.args:
19356 * docs/plugins/inspect/plugin-libvisual.xml:
19357 * gst/audioconvert/plugin.h:
19358 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19359 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19360 (gst_audio_rate_setcaps), (gst_audio_rate_init),
19361 (gst_audio_rate_chain), (gst_audio_rate_set_property),
19362 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19364 * gst/audiotestsrc/gstaudiotestsrc.c:
19365 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19366 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19367 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19368 (gst_audio_test_src_get_query_types),
19369 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19370 (gst_audio_test_src_create_square),
19371 (gst_audio_test_src_create_saw),
19372 (gst_audio_test_src_create_triangle),
19373 (gst_audio_test_src_create_silence),
19374 (gst_audio_test_src_create_white_noise),
19375 (gst_audio_test_src_init_pink_noise),
19376 (gst_audio_test_src_generate_pink_noise_value),
19377 (gst_audio_test_src_create_pink_noise),
19378 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19379 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19380 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19382 * gst/audiotestsrc/gstaudiotestsrc.h:
19383 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19384 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19385 (gst_sub_parse_init), (gst_sub_parse_formats),
19386 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19387 (convert_encoding), (get_next_line),
19388 (gst_sub_parse_data_format_autodetect),
19389 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19390 (gst_sub_parse_loop), (gst_sub_parse_chain),
19391 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19393 * gst/subparse/gstsubparse.h:
19394 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19395 (gst_video_rate_base_init), (gst_video_rate_class_init),
19396 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19397 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19398 (gst_video_rate_init), (gst_video_rate_event),
19399 (gst_video_rate_chain), (gst_video_rate_set_property),
19400 (gst_video_rate_get_property), (gst_video_rate_change_state),
19402 * gst/videoscale/gstvideoscale.c:
19403 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19404 (gst_video_scale_src_template_factory),
19405 (gst_video_scale_sink_template_factory),
19406 (gst_video_scale_get_type), (gst_video_scale_base_init),
19407 (gst_video_scale_class_init), (gst_video_scale_init),
19408 (gst_video_scale_set_property), (gst_video_scale_get_property),
19409 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19410 (gst_video_scale_prepare_size), (parse_caps),
19411 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19412 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19413 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19415 * gst/videoscale/gstvideoscale.h:
19416 * gst/videotestsrc/gstvideotestsrc.c:
19417 (gst_video_test_src_pattern_get_type),
19418 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19419 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19420 (gst_video_test_src_set_pattern),
19421 (gst_video_test_src_set_property),
19422 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19423 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19424 (gst_video_test_src_event), (gst_video_test_src_get_times),
19425 (gst_video_test_src_create), (plugin_init):
19426 * gst/videotestsrc/gstvideotestsrc.h:
19427 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19428 (gst_video_test_src_smpte), (gst_video_test_src_snow),
19429 (gst_video_test_src_black):
19430 * gst/videotestsrc/videotestsrc.h:
19432 clean up docs a little
19434 2005-11-30 Wim Taymans <wim@fluendo.com>
19436 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19437 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19438 (gst_basertppayload_event), (gst_basertppayload_push),
19439 (gst_basertppayload_change_state):
19440 * gst-libs/gst/rtp/gstbasertppayload.h:
19443 2005-11-30 Julien MOUTTE <julien@moutte.net>
19445 * docs/libs/gst-plugins-base-libs-docs.sgml:
19446 * docs/libs/gst-plugins-base-libs-sections.txt:
19447 * gst-libs/gst/video/gstvideofilter.c:
19448 * gst-libs/gst/video/gstvideosink.c:
19449 * gst-libs/gst/video/gstvideosink.h: Adding docs.
19451 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19471 * scripts/autoplugins.sh:
19474 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19478 * examples/Makefile.am:
19479 * examples/capsfilter/Makefile.am:
19480 * examples/capsfilter/capsfilter1.c:
19481 * examples/gob/Makefile.am:
19482 * examples/gob/gst-identity2.gob:
19483 * examples/indexing/.cvsignore:
19484 * examples/indexing/Makefile.am:
19485 * examples/indexing/indexmpeg.c:
19486 * examples/seeking/.cvsignore:
19487 * examples/seeking/Makefile.am:
19488 * examples/seeking/cdparanoia.c:
19489 * examples/seeking/cdplayer.c:
19490 * examples/seeking/chained.c:
19491 * examples/seeking/scrubby.c:
19492 * examples/seeking/seek.c:
19493 * examples/stats/Makefile.am:
19494 * examples/stats/mp2ogg.c:
19495 * examples/switch/.cvsignore:
19496 * examples/switch/Makefile.am:
19497 * examples/switch/switcher.c:
19498 * tests/Makefile.am:
19499 * tests/check/generic/.cvsignore:
19500 * tests/check/pipelines/.cvsignore:
19501 * tests/examples/Makefile.am:
19502 * tests/examples/seek/Makefile.am:
19503 reorganize stuff under tests/
19505 2005-11-30 Edward Hervey <edward@fluendo.com>
19507 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19508 Go away you stupid GstStaticPadTemplate memleak.
19510 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19512 * gst-libs/gst/net/Makefile.am:
19513 * gst-libs/gst/net/README:
19514 * gst-libs/gst/net/gstnetbuffer.c:
19515 * gst-libs/gst/net/gstnetbuffer.h:
19516 this was moved to "netbuffer"
19518 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19520 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19521 (gst_video_filter_class_init), (gst_video_filter_init):
19522 * gst-libs/gst/video/gstvideofilter.h:
19523 borgify name to bring in line with other classes
19525 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19527 * gst/audioscale/.cvsignore:
19528 * gst/audioscale/Makefile.am:
19529 * gst/audioscale/README:
19530 * gst/audioscale/audioscale.vcproj:
19531 * gst/audioscale/dtof.c:
19532 * gst/audioscale/dtos.c:
19533 * gst/audioscale/functable.c:
19534 * gst/audioscale/gstaudioscale.c:
19535 * gst/audioscale/gstaudioscale.h:
19536 * gst/audioscale/private.h:
19537 * gst/audioscale/resample.c:
19538 * gst/audioscale/resample.h:
19539 * gst/audioscale/test.c:
19542 2005-11-30 Edward Hervey <edward@fluendo.com>
19544 * gst-libs/gst/netbuffer/Makefile.am:
19545 really, really tired
19547 2005-11-30 Edward Hervey <edward@fluendo.com>
19549 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19550 Update for new GstTypeFindFactory _register()
19552 2005-11-30 Edward Hervey <edward@fluendo.com>
19554 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
19555 Let's not override libgstnet from core for no reason...
19556 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19557 Ok, maybe not so quick next time.
19559 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19562 * gst-libs/gst/Makefile.am:
19563 moved gst-libs/gst/net to netbuffer through CVS surgery
19564 remove old directory
19565 updating build to accomodate
19568 2005-11-29 Andy Wingo <wingo@pobox.com>
19570 * pkgconfig/gstreamer-plugins-base.pc.in:
19571 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19572 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19575 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
19577 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19578 3rd time's the charm. Correct ref-counting for discarded buffers.
19580 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
19582 * gst/playback/gststreamselector.c:
19583 (gst_stream_selector_class_init),
19584 (gst_stream_selector_set_property),
19585 (gst_stream_selector_get_property),
19586 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19589 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
19591 * gst/subparse/gstsubparse.c: (feed_textbuf):
19592 Don't access already unref'ed buffer.
19594 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
19596 * gst/playback/gststreamselector.c:
19597 (gst_stream_selector_class_init), (gst_stream_selector_init),
19598 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19599 (gst_stream_selector_get_property),
19600 (gst_stream_selector_get_linked_pad),
19601 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19602 * gst/playback/gststreamselector.h:
19603 Add the active-pad property for playbin to use shortly. Ignore buffers
19604 from any other pad, returning GST_FLOW_NOT_LINKED
19606 2005-11-29 Julien MOUTTE <julien@moutte.net>
19608 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19609 patch from bug #322704 (Alessandro Decina).
19611 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19613 * gst-libs/gst/audio/Makefile.am:
19614 folded audiofilter into the audio library
19616 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19618 * gst/videoscale/gstvideoscale.h:
19619 * gst/videoscale/gstvideoscale.c:
19620 remove unimplemented scale methods
19622 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
19624 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19627 2005-11-28 Julien MOUTTE <julien@moutte.net>
19629 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19630 (gst_ximagesink_setcaps):
19631 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19632 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19633 happens (only visible on ximagesink but bug is in xv too) set_caps was
19634 destroying the internal x[v]image used to memcpy non locally alloced
19635 buffers so that it got renewed on next _chain. The issue is that
19636 _expose will try to put that image as it reffed it in _put.
19637 Using gst_buffer_unref instead of destroy fixes it !
19639 2005-11-28 Edward Hervey <edward@fluendo.com>
19641 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19642 (try_to_link_1), (queue_filled_cb):
19643 Better use of the queues. Start with a small size queue and only increase
19644 the size of the queues when the other queues are empty.
19646 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
19648 * gst-libs/gst/video/Makefile.am:
19649 compile in copied-over videofilter into the video library
19650 * gst-libs/gst/video/videosink.h:
19651 rename the header to gstvideosink.h since it's a base GstObject class
19652 * sys/ximage/ximagesink.h:
19653 * sys/xvimage/xvimagesink.h:
19656 2005-11-28 Wim Taymans <wim@fluendo.com>
19658 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19659 * gst/playback/gstplaybasebin.h:
19660 Prepare to handle errors betters.
19662 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19663 Set sinks to PAUSED first before adding and linking them so that
19664 we don't interrupt dataflow.
19666 2005-11-28 Wim Taymans <wim@fluendo.com>
19668 * gst-libs/gst/audio/TODO:
19671 * gst-libs/gst/audio/gstaudiosink.c:
19672 (gst_audioringbuffer_open_device),
19673 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19674 (gst_audioringbuffer_release):
19677 * gst-libs/gst/audio/gstbaseaudiosink.c:
19678 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19679 (gst_base_audio_sink_change_state):
19680 Slave to the master clock when going to PLAYING and unslave when
19683 * gst-libs/gst/audio/gstringbuffer.c:
19684 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19685 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19686 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19687 (gst_ring_buffer_clear_all), (wait_segment),
19688 (gst_ring_buffer_commit), (gst_ring_buffer_read),
19689 (gst_ring_buffer_advance):
19690 * gst-libs/gst/audio/gstringbuffer.h:
19691 Add some docs and cleanups.
19693 2005-11-28 Julien MOUTTE <julien@moutte.net>
19695 * sys/xvimage/xvimagesink.c:
19696 (gst_xvimagesink_navigation_send_event): Fix navigation events
19697 coordinates translation with pixel aspect ratios.
19699 2005-11-28 Julien MOUTTE <julien@moutte.net>
19701 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19702 Use calculated video geometry from _setcaps instead of buffer
19703 caps to respect pixel aspect ratio. (fixes #322388)
19705 2005-11-28 Julien MOUTTE <julien@moutte.net>
19707 * docs/libs/tmpl/gstcolorbalance.sgml:
19708 * docs/libs/tmpl/gstmixer.sgml:
19709 * docs/libs/tmpl/gstxoverlay.sgml:
19710 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19713 2005-11-28 Julien MOUTTE <julien@moutte.net>
19715 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19716 Refuse to create an XvImage if we can't find the format.
19718 2005-11-28 Edward Hervey <edward@fluendo.com>
19720 * gst-libs/gst/riff/riff-media.c:
19721 (gst_riff_create_audio_template_caps):
19722 Add ATRAC3 to the list of riff-possible audio caps.
19723 I know we still don't have a plugin for atrac3, but it's saner to output
19724 that than a cryptic mimetype.
19726 2005-11-27 Edward Hervey <edward@fluendo.com>
19728 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19729 Don't try to create a zero-sized subbuffer.
19731 2005-11-27 Julien MOUTTE <julien@moutte.net>
19733 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19734 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19735 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19736 (gst_ximagesink_expose): Fixed a tricky race.
19737 * sys/ximage/ximagesink.h:
19738 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19739 (gst_xvimagesink_expose): Fixed a tricky race.
19740 * sys/xvimage/xvimagesink.h:
19742 2005-11-27 Edward Hervey <edward@fluendo.com>
19744 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19745 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19746 Remove unused properties, and add queues between demuxers and decoders
19747 so that a lot more files can preroll properly.
19749 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
19751 * gst-libs/gst/net/Makefile.am:
19752 * gst-libs/gst/rtp/Makefile.am:
19753 * gst-libs/gst/tag/Makefile.am:
19754 remove silly include
19755 * gst/tags/Makefile.am:
19756 * gst/tags/gsttagediting.c:
19757 * gst/tags/gsttageditingprivate.h:
19758 * gst/tags/tagedit.vcproj:
19759 remove directory, is as good as empty
19761 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
19764 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19765 * gst-libs/Makefile.am:
19766 * gst-libs/gst/audio/Makefile.am:
19767 * gst-libs/gst/interfaces/Makefile.am:
19768 * gst-libs/gst/net/Makefile.am:
19769 * gst-libs/gst/riff/Makefile.am:
19770 * gst-libs/gst/rtp/Makefile.am:
19771 * gst-libs/gst/tag/Makefile.am:
19772 * gst-libs/gst/video/Makefile.am:
19775 2005-11-27 Julien MOUTTE <julien@moutte.net>
19777 * docs/libs/tmpl/gstcolorbalance.sgml:
19778 * docs/libs/tmpl/gstmixer.sgml:
19779 * docs/libs/tmpl/gstxoverlay.sgml:
19780 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19781 * sys/ximage/ximagesink.h:
19782 * sys/xvimage/xvimagesink.h: More and more documentation.
19784 2005-11-26 Julien MOUTTE <julien@moutte.net>
19786 * docs/libs/gst-plugins-base-libs-docs.sgml:
19787 * docs/libs/gst-plugins-base-libs-sections.txt:
19788 * docs/libs/tmpl/gstcolorbalance.sgml:
19789 * docs/libs/tmpl/gstmixer.sgml:
19790 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19793 2005-11-26 Julien MOUTTE <julien@moutte.net>
19795 * docs/plugins/Makefile.am:
19796 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19797 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19798 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19800 2005-11-26 Julien MOUTTE <julien@moutte.net>
19802 * docs/plugins/Makefile.am:
19803 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19804 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19805 * docs/plugins/inspect/plugin-adder.xml:
19806 * docs/plugins/inspect/plugin-alsa.xml:
19807 * docs/plugins/inspect/plugin-audioconvert.xml:
19808 * docs/plugins/inspect/plugin-audiorate.xml:
19809 * docs/plugins/inspect/plugin-audioresample.xml:
19810 * docs/plugins/inspect/plugin-audiotestsrc.xml:
19811 * docs/plugins/inspect/plugin-decodebin.xml:
19812 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19813 * docs/plugins/inspect/plugin-gnomevfs.xml:
19814 * docs/plugins/inspect/plugin-ogg.xml:
19815 * docs/plugins/inspect/plugin-playbin.xml:
19816 * docs/plugins/inspect/plugin-subparse.xml:
19817 * docs/plugins/inspect/plugin-tcp.xml:
19818 * docs/plugins/inspect/plugin-theora.xml:
19819 * docs/plugins/inspect/plugin-typefindfunctions.xml:
19820 * docs/plugins/inspect/plugin-video4linux.xml:
19821 * docs/plugins/inspect/plugin-videorate.xml:
19822 * docs/plugins/inspect/plugin-videoscale.xml:
19823 * docs/plugins/inspect/plugin-videotestsrc.xml:
19824 * docs/plugins/inspect/plugin-volume.xml:
19825 * docs/plugins/inspect/plugin-vorbis.xml:
19826 * docs/plugins/inspect/plugin-ximagesink.xml:
19827 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19828 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19830 2005-11-26 Edward Hervey <edward@fluendo.com>
19832 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19833 Properly return GstFlowReturn from gst_pad_push in chain functions.
19835 2005-11-25 Michael Smith <msmith@fluendo.com>
19837 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19838 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19839 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19840 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19841 Handle various conditions better when we don't understand a stream.
19842 Removes a heap of CRITICALs on ogg streams containing unknown data.
19844 2005-11-24 Andy Wingo <wingo@pobox.com>
19846 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19849 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19851 * configure.ac: back to HEAD
19853 === release 0.9.6 ===
19855 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19858 releasing 0.9.6, "White Eight"
19860 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19862 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19863 * docs/plugins/inspect/plugin-sine.xml:
19864 remove sinesrc some more
19866 2005-11-23 Wim Taymans <wim@fluendo.com>
19868 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19869 If we are reading too slowly, jump forward in the ringbuffer
19870 instead of blocking.
19872 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
19874 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19875 (gst_visual_chain):
19876 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19877 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19878 (gst_videorate_chain):
19879 * gst/videotestsrc/gstvideotestsrc.c:
19880 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19881 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19882 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19883 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19884 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19885 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19886 Updates for API changes
19888 2005-11-23 Wim Taymans <wim@fluendo.com>
19890 * gst-libs/gst/audio/gstbaseaudiosink.c:
19891 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19892 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19893 Fix for calibration API change.
19895 2005-11-23 Michael Smith <msmith@fluendo.com>
19897 * gst-libs/gst/audio/multichannel.c:
19898 (gst_audio_get_channel_positions),
19899 (gst_audio_set_channel_positions),
19900 (gst_audio_set_structure_channel_positions_list),
19901 (gst_audio_fixate_channel_positions):
19902 Use gst_value_array_*() functions on value arrays, not
19903 gst_value_list_*().
19905 2005-11-23 Edward Hervey <edward@fluendo.com>
19908 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19911 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19913 * check/Makefile.am:
19914 * check/elements/videotestsrc.c: (setup_videotestsrc),
19915 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19917 add a test for videotestsrc
19919 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19921 * gst/sine/.cvsignore:
19922 * gst/sine/Makefile.am:
19923 * gst/sine/gstsinesrc.c:
19924 * gst/sine/gstsinesrc.h:
19925 * gst/sine/sinesrc.vcproj:
19926 and remove sinesrc from the repository. Closes #321446
19928 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19931 * gst-plugins-base.spec.in:
19932 remove sinesrc from the build
19934 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19936 * check/Makefile.am:
19937 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19938 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19940 add a test for audiotestsrc, testing all waves. Even seems
19941 leak-free at first glance, nice job Stefan
19943 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
19959 Translation string updates
19961 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19962 (gst_v4lsrc_set_caps):
19963 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19964 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19965 * sys/v4l/v4lsrc_calls.h:
19966 Improve v4lsrc, by making it work again.
19968 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
19970 * ext/libvisual/visual.c: (gst_visual_chain):
19971 Fix the fps calculations.
19973 * gst/ffmpegcolorspace/avcodec.h:
19974 Move structure element for clarity
19976 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19977 * gst-libs/gst/interfaces/tunernorm.h:
19978 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19979 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19980 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19981 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19982 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19983 (gst_v4lmjpegsrc_getcaps):
19984 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19985 (gst_v4lsrc_set_caps):
19986 * sys/v4l/gstv4lsrc.h:
19987 * sys/v4l/v4l_calls.c: (gst_v4l_open):
19988 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19989 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19990 * sys/v4l/v4lsrc_calls.h:
19991 Fractional framerates...
19993 2005-11-22 Wim Taymans <wim@fluendo.com>
19995 * gst-libs/gst/audio/gstbaseaudiosink.c:
19996 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19997 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19998 And we provide a clock by default, of course...
20000 2005-11-22 Wim Taymans <wim@fluendo.com>
20002 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20003 This clock can be slaved to a master clock now.
20005 * gst-libs/gst/audio/gstbaseaudiosink.c:
20006 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20007 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20008 (gst_base_audio_sink_set_clock),
20009 (gst_base_audio_sink_set_property),
20010 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20011 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20012 * gst-libs/gst/audio/gstbaseaudiosink.h:
20013 Handle slaving the internal clock to the clock selected in the
20015 Add property to make the basesink not provide a clock.
20017 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20018 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20019 (gst_base_rtp_depayload_wait):
20020 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20021 We can use the clock in GstElement, no need to store it ourselves.
20023 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20025 * docs/libs/tmpl/gstaudio.sgml:
20027 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20028 (gst_paranoia_endian_get_type):
20029 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20030 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20031 * gst/audiotestsrc/gstaudiotestsrc.c:
20032 (gst_audiostestsrc_wave_get_type):
20033 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20034 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20035 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20036 (gst_sync_method_get_type), (gst_unit_type_get_type),
20037 (gst_client_status_get_type), (gst_multifdsink_class_init),
20038 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20039 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20040 (gst_multifdsink_get_property):
20041 * gst/tcp/gstmultifdsink.h:
20042 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20043 * gst/videotestsrc/gstvideotestsrc.c:
20044 (gst_videotestsrc_pattern_get_type):
20045 remove deprecated properties
20046 fix up enums to correctly have short lowercase dashed nicks
20048 2005-11-22 Michael Smith <msmith@fluendo.com>
20050 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20051 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20054 2005-11-22 Michael Smith <msmith@fluendo.com>
20056 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20057 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20058 Use utility method for scaling clocktime for fractional framerates.
20060 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20062 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20063 (gst_visual_chain):
20064 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20065 * ext/theora/theoradec.c: (theora_handle_type_packet):
20066 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20067 (theora_enc_chain):
20068 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20069 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20070 * gst-libs/gst/video/video.h:
20071 * gst/ffmpegcolorspace/avcodec.h:
20072 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20073 (gst_ffmpeg_caps_to_pixfmt):
20074 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20075 (gst_ffmpegcsp_set_caps):
20076 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20077 (gst_videorate_setcaps), (gst_videorate_blank_data),
20078 (gst_videorate_chain):
20079 * gst/videotestsrc/gstvideotestsrc.c:
20080 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20081 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20082 (gst_videotestsrc_event), (gst_videotestsrc_create):
20083 * gst/videotestsrc/gstvideotestsrc.h:
20084 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20085 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20086 (gst_ximagesink_get_times), (gst_ximagesink_init):
20087 * sys/ximage/ximagesink.h:
20088 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20089 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20090 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20091 * sys/xvimage/xvimagesink.h:
20092 Convert elements to use fractions for their framerate.
20093 V4L elements to come later tonight.
20095 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20097 * gst-libs/gst/audio/audio.c:
20098 * gst-libs/gst/audio/audio.h:
20099 remove some deprecated functions
20101 2005-11-22 Andy Wingo <wingo@pobox.com>
20103 * Update for gst_tag_setter API changes.
20105 2005-11-22 Andy Wingo <wingo@pobox.com>
20107 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20108 (gst_ogg_demux_perform_seek):
20109 * ext/theora/theoradec.c (theora_dec_sink_event):
20110 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20113 2005-11-22 Wim Taymans <wim@fluendo.com>
20115 * examples/seeking/seek.c: (main):
20116 Give higher priority to bus signals than the gtk events
20117 to fix a race condition in the segment looping.
20119 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20121 * ext/theora/Makefile.am:
20122 * ext/vorbis/Makefile.am:
20123 * gst-libs/gst/tag/Makefile.am:
20124 * gst-plugins-base.spec.in:
20125 Rename libgsttagedit to libgsttag (#322117).
20127 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20129 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20130 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20131 Call gst_x_overlay_prepare_xwindow_id() to give applications
20132 a final chance to set their own xwindow id before the video
20133 sink creates its own window.
20135 2005-11-22 Julien MOUTTE <julien@moutte.net>
20137 * sys/xvimage/xvimagesink.c:
20138 (gst_xvimagesink_navigation_send_event): Handle navigation
20139 events correcly with borders if applicable.
20141 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20143 Patch by: Luca Ognibene
20145 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20146 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20147 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20148 (gst_ffmpegcsp_caps_remove_format_info):
20149 * gst/ffmpegcolorspace/imgconvert.c:
20150 * gst/ffmpegcolorspace/imgconvert_template.h:
20151 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20152 #318353); use gst_structure_has_name().
20154 2005-11-22 Julien MOUTTE <julien@moutte.net>
20156 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20157 (gst_ximagesink_class_init): Add debug macros on functions.
20158 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20159 (gst_xvimagesink_xwindow_draw_borders),
20160 (gst_xvimagesink_xvimage_put),
20161 (gst_xvimagesink_xwindow_update_geometry),
20162 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20163 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20164 (gst_xvimagesink_xcontext_clear),
20165 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20166 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20167 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20168 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20169 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20170 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20171 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20172 expose while being PAUSED, out of data flow navigation events, etc..
20174 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20176 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20177 * gst-libs/gst/audio/audio.h:
20178 fix prototype - wondering why the test worked regardless
20180 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
20182 * check/Makefile.am:
20183 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20184 * gst-libs/gst/audio/audio.h:
20185 add a method that returns a proper GstClockTime
20187 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20189 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20190 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20191 * gst-libs/gst/interfaces/xoverlay.h:
20192 Remove everything having to do with the desired size; add
20193 gst_x_overlay_prepare_xwindow_id() function; remove the
20194 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20195 post a message on the bus instead (#321816).
20197 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20198 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20199 (gst_xvimagesink_xoverlay_init):
20200 Remove desired size stuff (#321816).
20202 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20204 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20205 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20206 (mpeg_video_type_find), (mpeg_video_stream_type_find):
20207 Terminate vararg functions with NULL instead of 0 to
20210 2005-11-21 Andy Wingo <wingo@pobox.com>
20212 patch by: Sebastien Cote <sebas642@yahoo.ca>
20214 * gst-libs/gst/rtp/gstrtpbuffer.h:
20215 * gst-libs/gst/rtp/gstrtpbuffer.c
20216 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20218 2005-11-21 Andy Wingo <wingo@pobox.com>
20220 * gst/playback/gstplaybin.c (gen_audio_element)
20221 (gen_video_element): Use the new MISSING_PLUGIN core error
20222 category. Closes #320060.
20224 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
20225 * gst/videorate/gstvideorate.c (gst_videorate_event):
20226 * ext/theora/theoradec.c (theora_dec_sink_event):
20227 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20230 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20231 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20232 stream lock changes.
20234 2005-11-21 Wim Taymans <wim@fluendo.com>
20236 * gst-libs/gst/audio/gstbaseaudiosink.c:
20237 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20238 (gst_base_audio_sink_provide_clock),
20239 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20240 (gst_base_audio_sink_change_state):
20241 * gst/audioresample/gstaudioresample.c:
20242 Segment update fix.
20244 2005-11-21 Andy Wingo <wingo@pobox.com>
20247 * *.c: Ran scripts/update-macros. Oh yes.
20249 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20251 * sys/ximage/Makefile.am:
20252 * sys/ximage/ximage.c:
20253 Rename ximage plugin to ximagesink (#321426) (Don't forget to
20254 remove your old libgstximage.* manually if necessary).
20256 2005-11-21 Michael Smith <msmith@fluendo.com>
20258 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20259 Minimal fix for bug #320200: set the min/max bitrate in the correct
20260 units. A better fix would be to upgrade to the RATEMANAGE2
20261 interface, rather than using the deprecated interface used here, but
20262 that would require an update in our libvorbis dependency (to 1.1),
20263 which is probably undesirable.
20265 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
20267 * ext/libvisual/visual.c: (get_buffer):
20268 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20269 (gst_base_audio_src_fixate):
20270 * gst/audioconvert/gstaudioconvert.c:
20271 (gst_audio_convert_fixate_caps):
20272 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20273 * gst/audiotestsrc/gstaudiotestsrc.c:
20274 (gst_audiotestsrc_src_fixate):
20275 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20276 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20277 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20278 * gst/videotestsrc/gstvideotestsrc.c:
20279 (gst_videotestsrc_src_fixate):
20280 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20281 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20282 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20286 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20288 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20289 (gst_riff_create_iavs_caps):
20290 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20291 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20292 (gst_riff_parse_info):
20293 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20294 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20295 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20296 Fixes for GST_FOURCC_FORMAT API change.
20298 2005-11-21 Andy Wingo <wingo@pobox.com>
20300 patch by: Alessandro Dessina <alessandro nnva org>
20302 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20303 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20304 (gst_ogg_parse_chain):
20305 * ext/theora/theoraenc.c (theora_set_header_on_caps):
20306 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20307 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20308 gst_value_list calls on arrays. Fixes #321962.
20310 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20312 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20313 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20314 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20315 * gst/adder/gstadder.c: (gst_adder_init),
20316 (gst_adder_request_new_pad), (gst_adder_collected),
20317 (gst_adder_change_state):
20318 Update for gst_collectpads_foo() to gst_collect_pads_foo()
20321 2005-11-21 Michael Smith <msmith@fluendo.com>
20323 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20324 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20325 Properly handle pad_push return values.
20327 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
20329 * gst-libs/gst/tag/Makefile.am:
20330 * gst-libs/gst/tag/gstvorbistag.c:
20331 (gst_tag_list_to_vorbiscomment_buffer):
20332 Remove obsolete vorbistag element and debug category.
20334 * gst/playback/gstplaybasebin.c: (check_queue):
20335 Don't divide by 0 when queue-threshold is 0.
20337 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20338 Don't modify an existing pixel-aspect-ratio if we fail to read
20341 2005-11-20 Wim Taymans <wim@fluendo.com>
20343 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20344 (gst_vorbisenc_push_packet):
20345 GST_PAD_IS_USABLE is gone, use the return value of
20346 the push or pad_alloc_buffer instead.
20348 2005-11-18 Julien MOUTTE <julien@moutte.net>
20350 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20351 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20352 (gst_ximagesink_ximage_destroy),
20353 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20354 (gst_ximagesink_xwindow_new),
20355 (gst_ximagesink_xwindow_update_geometry),
20356 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20357 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20358 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20359 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20360 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20361 (gst_ximagesink_navigation_send_event),
20362 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20363 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20364 (gst_ximagesink_finalize), (gst_ximagesink_init),
20365 (gst_ximagesink_class_init):
20366 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20367 This new version brings correct software scaling, non flickering
20368 window while resizing, pixel aspect ratio handling, usage of
20369 hardware buffer pools, out of data flow event thread for
20370 navigation and handling of expose events even when being PAUSED,
20371 a new property to keep video aspect ratio when resizing, etc...
20373 2005-11-18 Julien MOUTTE <julien@moutte.net>
20375 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20376 (gst_videoscale_fixate_caps): Introduce back caps fixate with
20379 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
20381 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
20382 Unsetting IS_SINK flag from the fakesink, so decodebin
20383 never behaves as a sink.
20385 2005-11-17 Wim Taymans <wim@fluendo.com>
20387 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20388 (gst_base_audio_src_change_state):
20389 Fix the audiosrc base class again, we did not unflush.
20391 2005-11-17 Julien MOUTTE <julien@moutte.net>
20393 * examples/seeking/seek.c: (make_dv_pipeline),
20394 (make_vorbis_theora_pipeline), (make_avi_pipeline),
20395 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20396 to ogg/vorbis/theora pipeline.
20398 2005-11-17 Wim Taymans <wim@fluendo.com>
20400 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20401 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20402 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20403 Fix EOS on multiple streams.
20406 2005-11-16 Wim Taymans <wim@fluendo.com>
20408 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20409 (gst_ogg_demux_perform_seek):
20410 Segment done must include stream time.
20412 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20413 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20414 (gst_ogg_mux_change_state):
20415 Fix ogg muxer again.
20417 2005-11-16 Wim Taymans <wim@fluendo.com>
20419 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20422 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20424 * ext/libvisual/visual.c: (gst_visual_init):
20425 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20426 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20427 (gst_ogg_parse_chain):
20428 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20429 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20430 * ext/theora/theoradec.c: (gst_theora_dec_init):
20431 * ext/theora/theoraenc.c: (gst_theora_enc_init):
20432 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20433 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20434 * gst/adder/gstadder.c: (gst_adder_class_init),
20435 (gst_adder_dispose):
20436 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20437 * gst/subparse/gstsubparse.c: (gst_subparse_init):
20438 * gst/videorate/gstvideorate.c: (gst_videorate_init):
20439 Fix a whole set of pad template leaks
20441 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20443 * check/generic/states.c: (GST_START_TEST):
20444 fix the test so that it only checks for elements that are part of
20447 2005-11-16 Michael Smith <msmith@fluendo.com>
20449 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20450 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20451 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20452 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20453 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20454 (gst_ogg_mux_change_state):
20455 Fix leaking collectpads.
20457 2005-11-16 Edward Hervey <edward@fluendo.com>
20459 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20460 (gst_videorate_event), (gst_videorate_chain):
20461 Handle segment seeks
20463 2005-11-16 Wim Taymans <wim@fluendo.com>
20465 * gst-libs/gst/audio/gstbaseaudiosink.c:
20466 (gst_base_audio_sink_provide_clock),
20467 (gst_base_audio_sink_change_state):
20468 Set ringbuffer to non-flushing when going to PAUSED, set to
20469 flushing again when going to READY.
20471 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20472 (gst_ring_buffer_stop):
20473 Start in flushing mode by default.
20474 Don't set flushing in the _stop method, let the app call
20477 2005-11-16 Julien MOUTTE <julien@moutte.net>
20479 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20480 * gst-libs/gst/video/videosink.h: Add helper function needed
20483 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
20485 * gst/videoscale/gstvideoscale.c:
20486 (gst_videoscale_handle_src_event):
20487 Don't leak reference to pad parent.
20489 2005-11-16 Wim Taymans <wim@fluendo.com>
20491 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20492 Set ringbuffer to flushing when stopping so that we don't
20493 block on wait_segment anymore and livelock.
20495 2005-11-16 Wim Taymans <wim@fluendo.com>
20497 * examples/seeking/seek.c: (send_event), (do_seek),
20498 (loop_toggle_cb), (segment_done), (main):
20499 Added looping checkbox.
20501 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20503 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20504 (gst_ogg_demux_init):
20505 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20506 (gst_vorbis_dec_init):
20507 revert unrefs, they don't pass make check
20509 2005-11-15 Johan Dahlin <johan@gnome.org>
20511 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20512 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20513 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20514 (gst_vorbis_dec_init):
20515 Fix pad template leaks.
20517 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
20519 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20520 Make state change function thread safe.
20522 2005-11-15 Edward Hervey <edward@fluendo.com>
20524 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20525 (gst_ogg_demux_class_init):
20526 Implement GstElement::send_event, so we can send seek events
20529 2005-11-14 Julien MOUTTE <julien@moutte.net>
20531 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20532 Discovered how to take away flickering while resizing the
20533 window. Please don't put that in ximagesink, refactoring in
20536 2005-11-14 Michael Smith <msmith@fluendo.com>
20538 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20539 (gst_multifdsink_render):
20540 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20542 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
20544 * gst/playback/gstplaybin.c: (gen_audio_element):
20545 Use autoaudiosink, it tends to be more widely available than
20548 2005-11-14 Andy Wingo <wingo@pobox.com>
20550 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20551 as well if it is available. Fixes #316442.
20553 2005-11-14 Michael Smith <msmith@fluendo.com>
20555 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20556 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20557 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20558 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20559 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20560 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20561 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20562 (gst_vorbisenc_change_state):
20563 Fix a small memory leak in vorbisenc.
20564 Fix large memory leaks in oggmux, also fix lots of state change
20567 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
20569 * gst/videotestsrc/gstvideotestsrc.c:
20570 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20571 (gst_videotestsrc_src_fixate):
20572 move fixation to a fixate function
20573 remove negotiate function, basesrc's is good enough
20574 fixes a bug for check when using the element alone
20576 2005-11-13 Edward Hervey <edward@fluendo.com>
20578 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20579 (key_toggle_cb), (main):
20580 Added checkboxes for adding/removing the accurate and key_unit seek
20583 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20585 * configure.ac: back to HEAD
20587 === release 0.9.5 ===
20589 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20592 releasing 0.9.5, "No No Kia"
20594 2005-11-11 Edward Hervey <edward@fluendo.com>
20596 * examples/seeking/seek.c: (make_parselaunch_pipeline):
20597 Added parse-launch syntax seeking mode for the seeking example.
20598 This should help stress-test even more cases.
20599 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20601 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
20603 * sys/xvimage/xvimagesink.c:
20604 (gst_xvimagesink_navigation_send_event):
20605 Check whether peer pad exists before sending navigation events
20608 2005-11-11 Michael Smith <msmith@fluendo.com>
20610 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20611 (gst_vorbisenc_buffer_from_packet):
20612 * ext/vorbis/vorbisenc.h:
20613 Set duration on encoded buffers. This allows oggmux's
20614 max_page_delay parameter to actually work.
20616 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
20618 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20619 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20620 (gst_ffmpegcsp_avpicture_fill):
20621 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20622 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20623 Make palettes work again (see #132341). Use our own macros
20626 2005-11-10 Andy Wingo <wingo@pobox.com>
20628 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20631 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
20633 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20634 (gst_ffmpegcsp_transform_caps):
20635 Prefer passthrough in transform_caps
20637 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
20639 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20640 check for ALSA errors properly, instead of relying on ALSA's
20641 error strings to serve to the user.
20643 2005-11-10 Wim Taymans <wim@fluendo.com>
20645 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20646 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20647 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20648 Modernise the seek code.
20650 2005-11-10 Michael Smith <msmith@fluendo.com>
20652 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20653 (setup_substreams), (set_active_source):
20654 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20655 trying to go to NULL if we failed to read a file.
20657 2005-11-10 Wim Taymans <wim@fluendo.com>
20659 * gst/audiotestsrc/gstaudiotestsrc.c:
20660 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20661 (gst_audiotestsrc_create):
20662 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20663 (gst_sinesrc_get_times), (gst_sinesrc_create):
20664 * gst/videotestsrc/gstvideotestsrc.c:
20665 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20666 (gst_videotestsrc_create):
20667 The base class can now sync for us.
20669 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
20671 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20672 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20673 name=source autoprobe=false autoprobe-fps=false copy-mode=1
20674 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20675 format=(fourcc)I420" ! xvimagesink
20677 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
20679 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20680 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20681 (gst_sinesrc_newsegment):
20682 Send newsegment event in TIME format, set duration if
20683 num-buffers is set, fix duration querying.
20685 2005-11-10 Michael Smith <msmith@fluendo.com>
20687 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20688 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20689 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20690 (gst_ogg_mux_collected):
20691 Fix EOS handling, partially. Now forwarding an EOS event once we have
20692 EOS on all pads works correctly. However, we still don't properly set
20693 EOS on the actual ogg stream pages.
20695 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
20697 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20698 Set elements to NULL state before disposing of them.
20700 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
20702 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20704 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20705 (gst_base_rtp_depayload_init),
20706 (gst_base_rtp_depayload_set_gst_timestamp):
20707 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20708 We need to send a newsegment event for each instance, not
20709 just for the first instance of this class (get rid of
20710 static variable in function). (#321011).
20712 2005-11-08 Michael Smith <msmith@fluendo.com>
20714 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20715 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20716 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20717 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20718 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20719 This makes us mux things correctly according to the ogg muxing
20720 rules. Still not handling EOS correctly right now, though.
20722 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
20724 * gst/audioconvert/gstaudioconvert.c:
20727 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
20729 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20730 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20731 Initialise segment_stop to GST_CLOCK_TIME_NONE when
20732 creating a new chain; should fix live streaming. Also
20733 add more debug output and fix a typo.
20735 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
20737 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20739 * gst/volume/gstvolume.c: (volume_set_caps):
20740 Fix compilation on Solaris with Forte. (#320923)
20742 2005-11-08 Wim Taymans <wim@fluendo.com>
20744 * gst-libs/gst/audio/gstbaseaudiosink.c:
20745 (gst_base_audio_sink_render):
20746 No need to do a typecheck.
20748 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20750 * ext/alsa/gstalsa.h:
20751 We register a debug category, so let's use it.
20753 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
20755 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20756 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20757 Fixed a small problem.
20759 2005-11-04 Wim Taymans <wim@fluendo.com>
20761 * examples/seeking/Makefile.am:
20762 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20763 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20764 (make_playerbin_pipeline), (format_value), (update_scale),
20765 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20766 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20767 (print_usage), (main):
20768 Added app for playback speed testing.
20770 * examples/seeking/seek.c: (dynamic_link),
20771 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20772 (make_mpeg_pipeline), (do_seek), (set_update_scale),
20773 (message_received), (main):
20774 Updated seek example.
20776 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
20778 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20779 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20780 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20781 (gst_base_rtp_depayload_set_clock):
20782 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20783 Don't sleep on the bench (system clock) when you have a nice
20784 comfortable bed (Gstreamer clock) to sleep on.
20786 2005-11-03 Wim Taymans <wim@fluendo.com>
20788 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20789 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20790 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20791 Handle the case where a pad_block failed.
20793 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
20795 reviewed by: Zeeshan Ali <zeenix@gmail.com>
20797 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20798 (gst_base_rtp_depayload_add_to_queue),
20799 (gst_base_rtp_depayload_push),
20800 (gst_base_rtp_depayload_set_gst_timestamp),
20801 (gst_base_rtp_depayload_queue_release):
20802 Fixes some bugs in the depayloader's queuing/de-queueing code.
20804 2005-10-31 Michael Smith <msmith@fluendo.com>
20806 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20807 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20808 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20809 Patch from Alessandro Decina <alessandro@nnva.org>.
20810 Make oggdemux only find the final time in a chain, not per-pad,
20811 since the per-pad information can be very expensive to locate, and
20812 it isn't used anywhere. This makes reading a file containing
20813 OggSkeleton reasonably fast.
20814 Also, make chain finding work when there are logical bitstreams that
20815 can't be decoded. Fixes #319110.
20817 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
20819 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20820 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20821 (gst_base_rtp_depayload_chain),
20822 (gst_base_rtp_depayload_add_to_queue),
20823 (gst_base_rtp_depayload_push),
20824 (gst_base_rtp_depayload_set_gst_timestamp),
20825 (gst_base_rtp_depayload_queue_release),
20826 (gst_base_rtp_depayload_start_thread),
20827 (gst_base_rtp_depayload_set_property),
20828 (gst_base_rtp_depayload_get_property):
20829 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20830 Some random fixes, to fullfill the desires of thomas.
20832 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
20834 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20835 (gst_base_rtp_depayload_add_to_queue),
20836 (gst_base_rtp_depayload_push):
20837 Fixed the queueing algorithm.
20839 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
20841 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20842 (gst_base_rtp_depayload_push):
20845 2005-10-31 Wim Taymans <wim@fluendo.com>
20847 * gst-libs/gst/audio/gstringbuffer.h:
20850 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20851 (gst_ffmpeg_caps_to_pixfmt):
20852 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20853 (gst_ffmpegcsp_set_caps):
20854 Some more comments.
20855 Handle missing required caps fields better.
20857 2005-10-31 Wim Taymans <wim@fluendo.com>
20859 * gst-libs/gst/audio/gstbaseaudiosink.c:
20860 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20861 (gst_base_audio_sink_render):
20862 * gst-libs/gst/audio/gstringbuffer.c:
20863 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20864 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20865 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20866 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20867 (gst_ring_buffer_read):
20868 * gst-libs/gst/audio/gstringbuffer.h:
20869 Add flushing mode to the ringbuffer so that it in all cases does
20870 not try to handle more audio. This makes sure it does not try to
20871 block anymore when flushing and fixes a livelock.
20873 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
20875 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20876 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20877 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20878 Explicitly check for -1 values before doing a conversion
20879 and always map them to -1. (#315545)
20881 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
20883 * gst/playback/gstplaybin.c: (gen_video_element):
20884 first try autovideosink, then xvimagesink, then error out
20886 add translatable file
20901 update translations
20903 2005-10-27 Philippe Khalaf <burger at speedy dot org>
20905 * gst-libs/gst/rtp/gstbasedepayload.c:
20906 * gst-libs/gst/rtp/gstbasedepayload.h:
20909 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
20911 * gst/playback/.cvsignore:
20912 * gst/playback/decodetest.c:
20913 * gst/playback/test3.c:
20914 Port these two tests as well.
20916 2005-10-27 Wim Taymans <wim@fluendo.com>
20918 * ext/theora/theoradec.c: (theora_dec_src_query),
20919 (theora_dec_sink_event):
20920 * ext/theora/theoraenc.c: (theora_enc_sink_event),
20921 (theora_enc_change_state):
20922 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20923 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20924 Take proper locks when handling events.
20926 2005-10-27 Wim Taymans <wim@fluendo.com>
20928 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20929 (gst_adder_change_state):
20930 Fix timestamps and fix deadlock when stopping the collectpads.
20932 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
20934 * gst-libs/gst/rtp/gstrtpbuffer.h:
20935 Declaring the payload types as strings too so that they can be used
20936 in the padtemplate inialization.
20938 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
20940 reviewed by: Zeeshan Ali <zeenix@gmail.com>
20942 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20943 (gst_base_rtp_depayload_class_init):
20944 Fixes a small but nasty bug. The derived elements no longer segfaults
20947 2005-10-26 Michael Smith <msmith@fluendo.com>
20949 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20950 When clearing an audioconvert context, set tmpbufsize to zero, so
20951 we'll allocate it again later if required.
20952 This fixes audioconvert re-negotiating formats, which previously
20953 segfaulted with a NULL destination buffer.
20955 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
20957 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20958 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20959 (gst_base_rtp_depayload_set_gst_timestamp),
20960 (gst_base_rtp_depayload_queue_release):
20961 Fixed a smalll memleak.
20963 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
20964 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20965 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20966 (gst_base_rtp_depayload_finalize),
20967 (gst_base_rtp_depayload_setcaps),
20968 (gst_base_rtp_depayload_add_to_queue),
20969 (gst_base_rtp_depayload_push),
20970 (gst_base_rtp_depayload_set_gst_timestamp),
20971 (gst_base_rtp_depayload_queue_release),
20972 (gst_base_rtp_depayload_thread),
20973 (gst_base_rtp_depayload_change_state):
20974 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20975 Changed the C++ comments to C comments
20977 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
20979 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20980 * gst/tcp/gsttcpclientsrc.h:
20981 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20982 * gst/tcp/gsttcpserversrc.h:
20983 Remove unused 'curoffset' structure member.
20985 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
20987 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20988 (gst_base_rtp_depayload_base_init),
20989 (gst_base_rtp_depayload_finalize):
20990 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20991 * gst-libs/gst/rtp/gstbasertppayload.h:
20992 The pad-template on the sinkpad should be set by the derived classes.
20993 Also added some useful macros.
20995 2005-10-24 Wim Taymans <wim@fluendo.com>
20997 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20998 Correctly flush decoder samples even if we could not
20999 copy them to an output buffer. Fixes #319618.
21001 2005-10-24 Julien MOUTTE <julien@moutte.net>
21003 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21004 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21005 the caps against our xcontext caps.
21007 2005-10-24 Wim Taymans <wim@fluendo.com>
21009 * gst-libs/gst/audio/gstbaseaudiosink.c:
21010 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21012 Use sync property from baseclass to disable sync.
21014 2005-10-24 Wim Taymans <wim@fluendo.com>
21016 * gst-libs/gst/audio/gstbaseaudiosink.c:
21017 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21018 Buffers with no timestamps get aligned with previous buffers or
21019 on underrun, played ASAP.
21021 2005-10-24 Julien MOUTTE <julien@moutte.net>
21023 * gst-libs/gst/video/video.h:
21024 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21025 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21026 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21027 here comes my change on caps for framerate and geometry range.
21028 We are now accepting 1 to MAXINT for width and height, and from
21029 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21030 to be blended correctly in videomixer.
21032 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21037 === release 0.9.4 ===
21039 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21044 releasing 0.9.4, "Velociraptor"
21046 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21048 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21052 2005-10-21 Wim Taymans <wim@fluendo.com>
21054 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21055 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21056 (pad_blocked), (close_pad_link), (new_pad):
21057 Don't try to remove elements twice.
21059 2005-10-21 Wim Taymans <wim@fluendo.com>
21061 * ext/theora/theoradec.c: (theora_dec_src_query),
21062 (theora_dec_sink_event):
21063 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21064 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21065 (vorbis_handle_data_packet):
21066 * ext/vorbis/vorbisdec.h:
21069 * gst-libs/gst/audio/gstbaseaudiosink.c:
21070 (gst_base_audio_sink_render):
21071 Don't try to sync on buffers without a timestamp.
21073 2005-10-21 Wim Taymans <wim@fluendo.com>
21075 * ext/theora/theoradec.c: (theora_dec_src_query),
21076 (theora_dec_sink_event):
21077 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21078 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21079 (vorbis_handle_data_packet):
21080 * ext/vorbis/vorbisdec.h:
21083 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21085 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21086 (gst_vorbisenc_src_query):
21087 Implement position and duration queries.
21089 * gst/playback/test3.c: (update_scale), (main):
21090 Fix for async state changes and print nicer output.
21092 2005-10-20 Wim Taymans <wim@fluendo.com>
21094 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21095 (dump_element_stats), (main):
21096 * gst/playback/test6.c: (main):
21099 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21101 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21102 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21103 Don't use functions for position queries when handling
21106 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21108 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21109 (vorbis_handle_data_packet), (vorbis_dec_chain),
21110 (vorbis_dec_change_state):
21111 * ext/vorbis/vorbisdec.h:
21112 Vorbis streams can be embedded in other container formats
21113 than ogg, container formats where the demuxer might set
21114 timestamps on encoded vorbis buffers instead of those silly
21115 granulepos thingies. In short: make vorbisdec handle
21116 timestamps on incoming buffers as well.
21118 2005-10-20 Wim Taymans <wim@fluendo.com>
21120 * gst/playback/gstplaybasebin.c: (group_destroy),
21121 (gst_play_base_bin_change_state):
21123 Handle case where playbasebin is now ASYNC because
21126 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21128 * gst/audioconvert/Makefile.am:
21129 * gst/audioconvert/bufferframesconvert.c:
21130 * gst/audioconvert/plugin.c: (plugin_init):
21131 * gst/audioconvert/plugin.h:
21132 And bye bye buffer-frames-convert
21134 2005-10-19 Wim Taymans <wim@fluendo.com>
21136 * check/elements/audioconvert.c:
21137 * docs/libs/tmpl/gstaudio.sgml:
21138 * docs/libs/tmpl/gstcolorbalance.sgml:
21139 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21140 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21141 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21142 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21143 * gst-libs/gst/audio/audio.h:
21144 * gst/audioconvert/audioconvert.h:
21145 * gst/audioconvert/gstaudioconvert.c:
21146 (gst_audio_convert_parse_caps):
21147 * gst/volume/gstvolume.c:
21148 Bye bye buffer-frames.
21150 2005-10-19 Wim Taymans <wim@fluendo.com>
21152 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21153 (query_positions_elems), (query_positions_pads), (update_scale),
21154 (do_seek), (set_update_scale), (message_received), (main):
21155 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21156 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21157 (gst_ogg_demux_loop):
21158 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21159 * ext/theora/theoradec.c: (theora_dec_src_query),
21160 (theora_dec_sink_event):
21161 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21162 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21163 * gst/adder/gstadder.c: (gst_adder_query):
21164 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21165 * gst/playback/test3.c: (update_scale):
21166 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21167 (dump_element_stats), (main):
21168 * gst/playback/test6.c: (main):
21169 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21172 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21174 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21175 (xml_check_first_element), (xml_type_find), (smil_type_find),
21177 Add typefinding for SMIL and for generic XML. Based on patch by
21178 Akos Maroy (#308663).
21180 2005-10-18 Wim Taymans <wim@fluendo.com>
21182 * gst/playback/Makefile.am:
21183 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21184 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21185 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21186 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21187 (gst_decode_bin_change_state):
21188 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21189 (gst_play_bin_send_event_to_sink):
21190 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21191 (dump_element_stats), (main):
21192 * gst/playback/test6.c: (main):
21193 Make playbin async, it'll commit state to paused when all streams
21196 Added test6.c to show async behaviour.
21198 2005-10-18 Wim Taymans <wim@fluendo.com>
21200 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21201 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21202 Fix for segment-start/stop API change.
21204 2005-10-18 Wim Taymans <wim@fluendo.com>
21206 * check/Makefile.am:
21207 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21209 Add future test for clock selection.
21211 2005-10-18 Wim Taymans <wim@fluendo.com>
21213 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21214 (gst_alsasink_close):
21215 Set handle to NULL.
21217 * gst-libs/gst/audio/gstringbuffer.c:
21218 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21219 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21220 (gst_ring_buffer_start), (gst_ring_buffer_pause),
21221 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21222 (gst_ring_buffer_read):
21225 2005-10-17 Stefan Kost <ensonic@users.sf.net>
21227 * gst/audiotestsrc/Makefile.am:
21228 * gst/sine/Makefile.am:
21229 * gst/volume/Makefile.am:
21230 fix broken build of controllerized plugins
21232 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
21234 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21236 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21237 (gst_riff_create_video_template_caps):
21238 Add support for Indeo-3 (IV32).
21240 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21245 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21247 * gst-libs/gst/video/video.c: (gst_video_get_size):
21248 * gst/audiotestsrc/gstaudiotestsrc.c:
21251 2005-10-17 Andy Wingo <wingo@pobox.com>
21253 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21254 with the collectpads change.
21255 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21257 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21259 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21261 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21262 alloc_buffer flow return to callers.
21263 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21264 change. Fix some memleaks in theoraenc.
21266 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21267 in strange circumstance.
21269 2005-10-17 Julien MOUTTE <julien@moutte.net>
21271 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21272 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21273 from caps, let's use the caps...
21275 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21278 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21280 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21282 * gst-libs/gst/interfaces/Makefile.am:
21285 2005-10-16 Andy Wingo <wingo@pobox.com>
21287 * gst/playback/gstdecodebin.c
21288 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21290 (try_to_link_1): Increase kraziness level.
21292 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21295 restructure like the core one
21296 * gst-libs/gst/audio/Makefile.am:
21297 * gst-libs/gst/interfaces/Makefile.am:
21298 * gst-libs/gst/net/Makefile.am:
21299 * gst-libs/gst/riff/Makefile.am:
21300 * gst-libs/gst/rtp/Makefile.am:
21301 * gst-libs/gst/tag/Makefile.am:
21302 * gst-libs/gst/video/Makefile.am:
21303 use correct linker flags, now the libs are properly versioned
21304 * check/elements/audioconvert.c: (verify_convert):
21305 * ext/alsa/gstalsaplugin.c:
21306 * ext/cdparanoia/gstcdparanoia.c:
21307 * ext/gnomevfs/gstgnomevfs.c:
21308 * ext/libvisual/visual.c:
21309 * ext/ogg/gstogg.c:
21310 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21311 * ext/theora/theora.c:
21312 * ext/vorbis/vorbis.c:
21313 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21314 * gst-libs/gst/tag/gsttagediting.c:
21315 * gst-libs/gst/video/video.c:
21316 * gst/adder/gstadder.c:
21317 * gst/audioconvert/plugin.c:
21318 * gst/audiorate/gstaudiorate.c:
21319 * gst/audioresample/gstaudioresample.c:
21320 * gst/audioresample/resample_ref.c: (resample_scale_ref):
21321 * gst/audioscale/gstaudioscale.c:
21322 * gst/audioscale/resample.c:
21323 * gst/audiotestsrc/gstaudiotestsrc.c:
21324 * gst/ffmpegcolorspace/gstffmpeg.c:
21325 * gst/playback/gstdecodebin.c: (close_pad_link):
21326 * gst/playback/gstplaybin.c: (gen_video_element),
21327 (gen_audio_element):
21328 * gst/sine/gstsinesrc.c:
21329 * gst/subparse/gstsubparse.c:
21330 * gst/tags/gsttagediting.c:
21331 * gst/tcp/gsttcpplugin.c:
21332 * gst/typefind/gsttypefindfunctions.c:
21333 * gst/videorate/gstvideorate.c:
21334 * gst/videoscale/gstvideoscale.c:
21335 * gst/videotestsrc/gstvideotestsrc.c:
21336 * gst/volume/gstvolume.c:
21337 * sys/v4l/gstv4l.c:
21338 * sys/ximage/ximage.c:
21339 * sys/xvimage/xvimagesink.c:
21342 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
21344 * ext/vorbis/vorbisenc.c:
21345 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21346 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21347 (gst_tag_to_vorbis_comments):
21348 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21350 2005-10-13 Stefan Kost <ensonic@users.sf.net>
21352 * examples/stats/mp2ogg.c:
21353 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21356 2005-10-13 Michael Smith <msmith@fluendo.com>
21358 * ext/ogg/gstoggmux.c:
21359 Use magic glib macros to define constants as 64 bit, to ensure
21360 appropriate vararg passing.
21362 2005-10-13 Michael Smith <msmith@fluendo.com>
21364 * ext/ogg/gstoggmux.c:
21365 * gst/audioconvert/audioconvert.c: (float):
21366 Don't use LL suffix, as it's not portable, and neither of these
21367 uses required it anyway.
21369 2005-10-12 Stefan Kost <ensonic@users.sf.net>
21371 * examples/indexing/indexmpeg.c: (main):
21372 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21373 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21374 (cdparanoia_convert), (cdparanoia_query):
21375 * ext/cdparanoia/gstcdparanoia.h:
21376 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21377 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21378 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21379 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21380 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21381 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21382 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21383 (gst_multifdsink_render), (gst_multifdsink_start),
21384 (gst_multifdsink_stop):
21385 * gst/tcp/gstmultifdsink.h:
21386 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21387 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21388 (gst_tcpclientsink_stop):
21389 * gst/tcp/gsttcpclientsink.h:
21390 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21391 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21392 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21393 * gst/tcp/gsttcpclientsrc.h:
21394 * gst/tcp/gsttcpserversink.h:
21395 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21396 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21397 (gst_tcpserversrc_stop):
21398 * gst/tcp/gsttcpserversrc.h:
21399 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21400 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21401 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21402 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21403 moved bitshift from macro to enum definition
21405 2005-10-12 Wim Taymans <wim@fluendo.com>
21407 * examples/seeking/Makefile.am:
21410 2005-10-12 Wim Taymans <wim@fluendo.com>
21412 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21413 (gst_ring_buffer_read), (gst_ring_buffer_clear):
21414 Don't assert on normal stuff.
21416 * gst/playback/gstplaybin.c: (do_playbin_seek):
21419 2005-10-12 Wim Taymans <wim@fluendo.com>
21421 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21422 * examples/seeking/Makefile.am:
21423 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21424 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21425 (do_seek), (set_update_scale), (message_received), (main):
21426 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21427 (gst_ring_buffer_read), (gst_ring_buffer_clear):
21428 Update for _get_state() API change.
21430 2005-10-11 Wim Taymans <wim@fluendo.com>
21432 * gst-libs/gst/audio/gstbaseaudiosink.c:
21433 (gst_base_audio_sink_render):
21434 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21435 (gst_base_audio_src_create):
21436 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21437 (gst_ring_buffer_read):
21439 Commit and read from ringbuffer in samples rather than bytes.
21441 2005-10-11 Wim Taymans <wim@fluendo.com>
21443 * gst-libs/gst/audio/gstbaseaudiosink.c:
21444 (gst_base_audio_sink_render):
21445 Respect segment rate and accum when scheduling samples.
21447 2005-10-11 Julien MOUTTE <julien@moutte.net>
21449 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21450 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21451 EOS correctly, that needs more work.
21453 2005-10-11 Wim Taymans <wim@fluendo.com>
21455 * check/generic/states.c: (GST_START_TEST):
21456 remove old property.
21458 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21459 (gst_ogg_demux_perform_seek):
21460 * ext/theora/theoradec.c: (theora_dec_sink_event):
21461 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21462 (vorbis_handle_data_packet):
21463 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21464 (gst_base_rtp_depayload_set_gst_timestamp):
21465 * gst/videorate/gstvideorate.c: (gst_videorate_event):
21466 Update for newsegment API change.
21468 2005-10-11 Michael Smith <msmith@fluendo.com>
21470 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21471 (do_playbin_seek), (gst_play_bin_send_event):
21472 Override send_event differently, so that we can takes bits of
21473 functionality from GstPipeline (special handling for seeks,
21474 including pausing/resuming, and resetting stream time) and still get
21475 the appropriate behaviour of only forwarding event to a single sink,
21476 rather than all of them.
21477 Unfortunately requires a lot of code duplication, but the
21478 alternatives are equally ugly in the end.
21480 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
21482 * check/elements/audioconvert.c: (setup_audioconvert),
21483 (cleanup_audioconvert), (get_int_caps), (verify_convert),
21484 (GST_START_TEST), (audioconvert_suite):
21485 clean up tests a little, fix some leaks.
21487 2005-10-10 Wim Taymans <wim@fluendo.com>
21489 * ext/alsa/gstalsasink.c:
21490 Also allow unsigned int.
21492 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21493 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21496 2005-10-10 Wim Taymans <wim@fluendo.com>
21498 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21499 Small update, use API as stated in design docs.
21501 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21502 (update_scale), (do_seek), (seek_cb), (set_update_scale),
21503 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21504 (message_received), (main):
21505 Updated seek example for GOption. Some usability improvements.
21507 2005-10-10 Wim Taymans <wim@fluendo.com>
21509 * gst/audioconvert/audioconvert.h:
21510 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21511 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21512 Alloc temp storage somewhere else where we can do it more
21515 2005-10-10 Wim Taymans <wim@fluendo.com>
21517 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21518 (gst_tcpserversrc_start):
21519 Don't block in accept while doing the state change, move
21520 to poll and make cancellable.
21522 2005-10-09 Philippe Khalaf <burger@speedy.org>
21524 * gst-libs/gst/rtp/rtpbasedepayload.c:
21525 Set timestamp and add queue delay to timestamp
21526 * gst-libs/gst/rtp/rtpbuffer.h:
21527 Set correct payload type for h263
21529 2005-10-09 Stefan Kost <ensonic@users.sf.net>
21531 * gst/audiotestsrc/gstaudiotestsrc.c:
21532 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21533 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21534 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21535 (gst_audiotestsrc_create_triangle),
21536 (gst_audiotestsrc_create_silence),
21537 (gst_audiotestsrc_create_white_noise),
21538 (gst_audiotestsrc_init_pink_noise),
21539 (gst_audiotestsrc_generate_pink_noise_value),
21540 (gst_audiotestsrc_create_pink_noise),
21541 (gst_audiotestsrc_change_wave):
21542 * gst/audiotestsrc/gstaudiotestsrc.h:
21543 fixed typo, added pink noise
21545 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
21547 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21549 Add wavpack and spc typefind functions from 0.8 branch.
21551 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
21553 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21554 (ar_type_find), (msdos_type_find), (plugin_init):
21555 Add typefind functions for tar archives, ar archives,
21556 RAR archives, and msdos-executables (dlls, exe, etc.).
21557 Some of those would be wrongly identified as mpeg
21558 streams of some sort before (#315550).
21560 2005-10-09 Stefan Kost <ensonic@users.sf.net>
21563 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21564 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21565 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21566 * gst/audiotestsrc/Makefile.am:
21567 * gst/audiotestsrc/gstaudiotestsrc.c:
21568 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21569 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21570 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21571 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21572 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21573 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21574 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21575 (gst_audiotestsrc_create_silence),
21576 (gst_audiotestsrc_create_white_noise),
21577 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21578 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21579 (gst_audiotestsrc_start), (plugin_init):
21580 * gst/audiotestsrc/gstaudiotestsrc.h:
21581 add new plugin and element
21582 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21585 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
21587 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21588 (gst_adder_init), (gst_adder_request_new_pad),
21589 (gst_adder_change_state):
21590 Add query function to source pad, so adder reports the correct
21591 time/sample position when queried (#315457); fix state change
21592 function; use GST_DEBUG_FUNCPTR() for pad functions.
21594 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
21596 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21597 Fix leaks in typefind registration
21598 Clean up the gratuitous commenting and whitespacing a little
21600 2005-10-08 Wim Taymans <wim@fluendo.com>
21602 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21603 Only actually wait for the thread to be stopped if it's
21606 2005-10-08 Wim Taymans <wim@fluendo.com>
21608 * gst-libs/gst/audio/gstbaseaudiosink.c:
21609 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21610 If we receive EOS we can start playback of what we had.
21612 2005-10-08 Wim Taymans <wim@fluendo.com>
21614 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21615 (gst_multifdsink_finalize), (multifdsink_hash_remove),
21616 (gst_multifdsink_stop):
21617 Fix crasher when going to NULL multiple times.
21619 2005-10-06 Wim Taymans <wim@fluendo.com>
21621 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21622 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21623 * gst-libs/gst/audio/gstbaseaudiosrc.h:
21624 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21625 patch from Edgard Lima <edgard.lima@indt.org.br>
21626 Fixed gstbaseaudiosrc adding ring buffer sync to it.
21628 2005-10-06 Wim Taymans <wim@fluendo.com>
21630 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21631 Report the FLOW_RETURN as string in the error message.
21633 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21634 Don't assert when clearing an unnegotiated buffer.
21636 2005-10-04 Michael Smith <msmith@fluendo.com>
21638 * gst/playback/gstplaybasebin.c: (group_destroy),
21639 (gen_preroll_element), (remove_groups), (setup_source):
21640 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21641 (setup_sinks), (gst_play_bin_send_event),
21642 (gst_play_bin_change_state):
21643 Set state to NULL before removing from bin. Fix refcounting.
21645 2005-10-04 Michael Smith <msmith@fluendo.com>
21647 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21648 Correct refcounting in send_event() function. Previously was wrong
21649 if the first sink was unable to handle the event.
21651 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
21654 back to development
21656 === release 0.9.3 ===
21658 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
21661 Releasing 0.9.3, "De Facto"
21663 2005-10-03 Andy Wingo <wingo@pobox.com>
21665 * gst/playback/gstdecodebin.c (try_to_link_1)
21666 (remove_element_chain): set element to NULL before removing it.
21668 2005-10-02 Johan Dahlin <johan@gnome.org>
21670 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
21671 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21674 2005-10-02 Andy Wingo <wingo@pobox.com>
21676 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
21677 (gst_ring_buffer_prepare_read):
21678 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21681 2005-09-29 Wim Taymans <wim@fluendo.com>
21683 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21684 * ext/theora/theoradec.c: (theora_handle_data_packet):
21685 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21686 Propagate error codes from alloc_buffer too.
21688 2005-09-29 Wim Taymans <wim@fluendo.com>
21690 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21693 * gst/playback/Makefile.am:
21694 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21695 (dump_element_stats), (main):
21696 Added example stream introspection code.
21698 2005-09-28 Stefan Kost <ensonic@users.sf.net>
21700 * gst/adder/gstadder.c: (gst_adder_collected):
21701 fix adder for float elements
21703 2005-09-28 Wim Taymans <wim@fluendo.com>
21705 * gst-libs/gst/audio/gstbaseaudiosink.c:
21706 (gst_base_audio_sink_class_init),
21707 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21708 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21709 (gst_base_audio_src_class_init),
21710 (gst_base_audio_src_provide_clock):
21711 get_clock -> provide_clock
21713 2005-09-28 Andy Wingo <wingo@pobox.com>
21715 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21718 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21721 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21722 Actually add the pad template.
21723 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21725 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21728 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21729 from fdsrc. Get caps in create() instead of start() so it can be
21730 interrupted. Interruption somewhat untested.
21732 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21733 Proper EOS handling.
21735 2005-09-27 Andy Wingo <wingo@pobox.com>
21737 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21739 * gst/tcp/gsttcpserversrc.c: Cleaned up.
21741 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21743 * gst/tcp/gsttcp.h:
21744 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21745 out of tcpclientsrc.c. Cancellable.
21746 (gst_tcp_socket_read): Made private, cancellable, with better
21747 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21748 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21749 whole buffer, and better diagnostics.
21750 (gst_tcp_gdp_read_caps): Same.
21752 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21754 2005-09-26 Andy Wingo <wingo@pobox.com>
21756 * gst/sine/gstsinesrc.h:
21757 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21758 change the 'sync' property to 'is-live' and implement it halfway,
21759 update for controller api change.
21761 * gst/volume/gstvolume.c (volume_transform_ip): Update for
21762 controller api change.
21764 2005-09-24 Wim Taymans <wim@fluendo.com>
21766 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21767 * gst-libs/gst/audio/gstaudiosink.c:
21768 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21769 (gst_audioringbuffer_stop):
21770 * gst-libs/gst/audio/gstbaseaudiosink.c:
21771 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21772 (gst_base_audio_sink_change_state):
21773 * gst-libs/gst/audio/gstbaseaudiosink.h:
21774 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21775 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21776 (gst_ring_buffer_commit), (gst_ring_buffer_read):
21777 * gst-libs/gst/audio/gstringbuffer.h:
21778 Fix sync again. Moved sample alignment to basesink.
21780 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21782 * docs/plugins/Makefile.am:
21783 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21784 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21785 * gst/volume/gstvolume.c:
21787 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21788 * gst-libs/gst/audio/audio.h:
21789 add conversion macros for frames <-> clocktime
21791 2005-09-23 David Schleef <ds@schleef.org>
21793 * gst/audioresample/Makefile.am:
21794 * gst/audioresample/debug.h:
21795 * gst/audioresample/gstaudioresample.c:
21796 * gst/audioresample/resample.c: Convert to using gst debugging
21798 2005-09-22 Wim Taymans <wim@fluendo.com>
21800 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21801 (gst_play_bin_send_event):
21802 Only seek on one sink, the first one that succeeds.
21804 2005-09-22 Michael Smith <msmith@fluendo.com>
21806 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21807 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21808 Don't flush encoder state unless we have an initialised encoder.
21809 Clear out encoder state on PAUSED_TO_READY.
21811 2005-09-22 Wim Taymans <wim@fluendo.com>
21813 * gst-libs/gst/rtp/gstbasertppayload.c:
21814 (gst_basertppayload_class_init), (gst_basertppayload_init),
21815 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21816 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21817 (gst_basertppayload_is_filled), (gst_basertppayload_push),
21818 (gst_basertppayload_set_property),
21819 (gst_basertppayload_get_property),
21820 (gst_basertppayload_change_state):
21821 * gst-libs/gst/rtp/gstbasertppayload.h:
21822 Added max-ptime to control amount of data in the rtp packets.
21824 2005-09-21 Andy Wingo <wingo@pobox.com>
21826 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21829 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21830 can be called multiple times, dogs.
21832 2005-09-21 Wim Taymans <wim@fluendo.com>
21834 * gst-libs/gst/rtp/gstbasertppayload.c:
21835 (gst_basertppayload_class_init), (gst_basertppayload_init),
21836 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21837 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21838 (gst_basertppayload_push), (gst_basertppayload_get_property),
21839 (gst_basertppayload_change_state):
21842 2005-09-21 Stefan Kost <ensonic@users.sf.net>
21844 * docs/libs/compiling.sgml:
21847 2005-09-20 Wim Taymans <wim@fluendo.com>
21849 * gst-libs/gst/rtp/gstbasertppayload.c:
21850 (gst_basertppayload_class_init), (gst_basertppayload_init),
21851 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21852 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21853 (gst_basertppayload_push), (gst_basertppayload_set_property),
21854 (gst_basertppayload_get_property),
21855 (gst_basertppayload_change_state):
21856 * gst-libs/gst/rtp/gstbasertppayload.h:
21857 Added property to configure sequence number offsets.
21859 2005-09-20 Wim Taymans <wim@fluendo.com>
21861 * gst-libs/gst/rtp/gstbasertppayload.c:
21862 (gst_basertppayload_class_init), (gst_basertppayload_init),
21863 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21864 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21865 (gst_basertppayload_push), (gst_basertppayload_set_property),
21866 (gst_basertppayload_get_property),
21867 (gst_basertppayload_change_state):
21868 * gst-libs/gst/rtp/gstbasertppayload.h:
21869 Make timestamp offset configurable.
21871 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
21873 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21874 fix wrong pop/unref
21876 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
21878 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21880 * gst-libs/gst/interfaces/propertyprobe.c:
21881 (gst_property_probe_probe_property_name),
21882 (gst_property_probe_needs_probe_name),
21883 (gst_property_probe_get_values_name),
21884 (gst_property_probe_probe_and_get_values_name):
21885 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21886 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21888 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
21890 * check/Makefile.am:
21891 have some tests be disabled for valgrinding
21892 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21894 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21895 Fix A Leak. Chain To Parent Finalize.
21897 2005-09-19 Wim Taymans <wim@fluendo.com>
21899 * examples/seeking/seek.c: (make_wav_pipeline), (main):
21900 Fixed wav pipeline.
21902 2005-09-19 Wim Taymans <wim@fluendo.com>
21904 * gst-libs/gst/rtp/gstbasertppayload.c:
21905 (gst_basertppayload_class_init), (gst_basertppayload_init),
21906 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21907 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21908 (gst_basertppayload_push), (gst_basertppayload_get_property),
21909 (gst_basertppayload_change_state):
21910 Posting ERROR and WARNING messages is good.
21912 2005-09-19 Wim Taymans <wim@fluendo.com>
21914 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21915 (gst_base_rtp_depayload_add_to_queue),
21916 (gst_base_rtp_depayload_push),
21917 (gst_base_rtp_depayload_set_gst_timestamp),
21918 (gst_base_rtp_depayload_queue_release):
21919 This one was not supposed to go in.
21921 2005-09-19 Wim Taymans <wim@fluendo.com>
21923 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21926 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21927 (gst_base_rtp_depayload_chain),
21928 (gst_base_rtp_depayload_add_to_queue),
21929 (gst_base_rtp_depayload_push),
21930 (gst_base_rtp_depayload_set_gst_timestamp),
21931 (gst_base_rtp_depayload_queue_release):
21934 * gst-libs/gst/rtp/gstbasertppayload.c:
21935 (gst_basertppayload_class_init), (gst_basertppayload_init),
21936 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21937 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21938 (gst_basertppayload_get_property),
21939 (gst_basertppayload_change_state):
21940 Added debugging category.
21942 2005-09-18 David Schleef <ds@schleef.org>
21944 * gst/playback/gstdecodebin.c: free plugin list correctly
21945 * gst/playback/gstplaybin.c: emit warning if autovideosink
21946 and autoaudiosink can't be found (instead of segfaulting)
21948 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
21950 * check/elements/audioconvert.c: (GST_START_TEST):
21951 try out 24 bit conversion
21953 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
21955 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21956 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21957 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21958 * ext/vorbis/vorbisenc.h:
21959 Fix EOS handling. Still needs a fix in the ogg muxer to
21960 mark the last page as eos.
21962 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
21964 * common/gtk-doc-plugins.mak:
21965 * docs/plugins/Makefile.am:
21966 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21967 * gst/ffmpegcolorspace/Makefile.am:
21968 * gst/ffmpegcolorspace/avcodec.h:
21969 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21970 * gst/tcp/gstmultifdsink.c:
21971 fix up ffmpegcolorspace docs; extract header
21973 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
21975 * common/gtk-doc-plugins.mak:
21976 * docs/plugins/Makefile.am:
21977 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21978 * ext/theora/Makefile.am:
21979 * ext/theora/gsttheoraenc.h:
21980 * ext/theora/theoraenc.c:
21981 * ext/vorbis/vorbisenc.c:
21982 pick up signals and args for vorbis; add some docs for vorbis
21984 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
21986 * common/gstdoc-scangobj:
21987 * common/gtk-doc-plugins.mak:
21988 * docs/libs/Makefile.am:
21989 * docs/plugins/gst-plugins-base-plugins.args:
21990 * docs/plugins/gst-plugins-base-plugins.hierarchy:
21991 * docs/plugins/gst-plugins-base-plugins.interfaces:
21992 * docs/plugins/gst-plugins-base-plugins.prerequisites:
21993 * docs/plugins/gst-plugins-base-plugins.signals:
21994 only scanobj stuff from our source module. Not sure yet
21995 if that's correct, given the hierarchy stuff :)
21997 2005-09-15 Wim Taymans <wim@fluendo.com>
21999 * gst/audioconvert/gstaudioconvert.c:
22000 And enable 24 bits mode as well..
22002 2005-09-15 Wim Taymans <wim@fluendo.com>
22004 * gst-libs/gst/rtp/Makefile.am:
22005 * gst-libs/gst/rtp/gstbasertppayload.c:
22006 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22007 (gst_basertppayload_class_init), (gst_basertppayload_init),
22008 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22009 (gst_basertppayload_chain), (gst_basertppayload_set_options),
22010 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22011 (gst_basertppayload_set_property),
22012 (gst_basertppayload_get_property),
22013 (gst_basertppayload_change_state):
22014 * gst-libs/gst/rtp/gstbasertppayload.h:
22015 Added rtp payloader base class.
22017 2005-09-15 Andy Wingo <wingo@pobox.com>
22019 * configure.ac (plugindir): Remove the EOL matcher from the
22020 regexp, as it causes me problems. Libtool? Make? Who knows?
22022 2005-09-14 David Schleef <ds@schleef.org>
22024 * check/generic/states.c:
22025 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22026 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22027 Fixes for changes in registry API.
22029 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
22030 to GST_PLUGIN_LDFLAGS.
22031 * ext/libvisual/visual.c: Make the library shut up.
22032 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22033 * gst-libs/gst/audio/gstaudiofilter.c: same
22035 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22037 * docs/plugins/Makefile.am:
22038 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22039 * docs/plugins/inspect/plugin-libvisual.xml:
22040 * docs/plugins/tmpl/element-tcpserversink.sgml:
22041 * ext/theora/theoraenc.c:
22042 add libvisual plugin and theoraenc element to docs
22044 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22046 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22047 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22048 * ext/theora/theoraenc.c:
22051 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
22053 * gst/audioconvert/Makefile.am:
22054 Audioconvert derives from GstBaseTransform and should
22055 link to the library with our base elements to avoid
22056 unresolved symbols. Makes things work with MinGW (#316160)
22058 * gst/playback/test4.c: (main):
22059 Fix MinGW build problem and use g_usleep() instead of
22062 2005-09-12 Wim Taymans <wim@fluendo.com>
22064 * gst/audioconvert/audioconvert.c: (float),
22065 (audio_convert_prepare_context), (audio_convert_convert):
22066 * gst/audioconvert/audioconvert.h:
22067 Cleanups, speedups, simplifications, added back support
22070 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
22072 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22073 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22074 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22075 * docs/plugins/tmpl/element-tcpserversink.sgml:
22076 * gst/ffmpegcolorspace/gstffmpeg.c:
22077 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22078 * gst/videotestsrc/gstvideotestsrc.c:
22079 * gst/volume/gstvolume.c:
22080 add more elements to the docs
22082 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
22084 * check/Makefile.am:
22085 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22086 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22087 Add extra tests for basetransform based components.
22088 Comment out the test_element_negotiation test until we decide
22089 if it's testing correct behaviour.
22090 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22091 (gst_visual_chain), (gst_visual_change_state):
22092 Slightly more correct but still bogus timestamping.
22093 Fix state change function.
22094 * gst/audioconvert/gstaudioconvert.c:
22095 (gst_audio_convert_class_init):
22096 * gst/audioresample/gstaudioresample.c:
22097 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22098 (gst_ffmpegcsp_class_init):
22099 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22100 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22101 (gst_videoscale_prepare_image):
22102 * gst/volume/gstvolume.c: (gst_volume_class_init),
22103 (volume_transform_ip):
22104 Basetransform updates. Enable passthrough modes.
22105 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22106 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22107 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22108 Negotiation fix that allows the window to return to the original
22109 size and renegotiate passthrough upstream. Extra debug output.
22111 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
22113 * gst/sine/gstsinesrc.c:
22114 * gst/volume/gstvolume.c:
22115 fix up header include
22117 2005-09-09 Stefan Kost <ensonic@users.sf.net>
22119 * gst-libs/gst/audio/gstbaseaudiosink.c:
22120 (gst_base_audio_sink_render):
22121 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22122 * gst/volume/gstvolume.c: (gst_volume_class_init),
22123 (volume_transform):
22124 fixing lost sync, some more debugging
22126 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
22128 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22129 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22130 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22131 (gst_xvimagesink_check_xshm_calls):
22132 Fix compilation when XShm is not available.
22134 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22136 * ext/libvisual/visual.c: (gst_visual_dispose),
22137 (gst_visual_getcaps), (gst_visual_src_setcaps),
22138 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22139 (gst_visual_change_state):
22140 Finish fixing up libvisual plugin so that it runs.
22142 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22144 * ext/vorbis/vorbisenc.c:
22145 * gst-libs/gst/tag/gstvorbistag.c:
22146 gsttaginterface.h -> gsttagsetter.h
22148 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22150 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22151 added another test that failes for me (test is not active by default)
22153 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22156 v4l2 is no longer in gst-plugins-base
22158 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22161 In the output at the end, don't show the first plugin on the same
22162 line as "Core plug-ins, always built:".
22163 Indent the output as for other plugin categories
22164 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22165 #define that can be used to not use peer buffer_alloc functions for
22167 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22168 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22169 (gst_ximagesink_show_frame):
22170 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22171 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22172 (gst_xvimagesink_show_frame):
22173 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22174 fails gracefully instead of XError aborting or deadlocking.
22176 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22178 * ext/libvisual/Makefile.am:
22179 link against gst-base-libs
22181 2005-09-06 David Schleef <ds@schleef.org>
22183 * configure.ac: Enable libvisual plugin.
22184 * ext/libvisual/Makefile.am:
22185 * ext/libvisual/visual.c: Fixes to make it compile.
22187 === release 0.9.2 ===
22189 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
22194 * docs/random/ChangeLog-0.8:
22195 releasing 0.9.2, "Spoon"
22197 2005-09-05 Michael Smith <msmith@fluendo.com>
22199 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22200 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22201 that in the vorbisenc element.
22203 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22205 * common/gtk-doc-plugins.mak:
22206 * docs/plugins/Makefile.am:
22208 * gst/audioresample/resample.c:
22209 fix wrong docstring
22211 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22213 * common/gst-xmlinspect.py:
22214 * common/gtk-doc-plugins.mak:
22215 only inspect plugins for this given package
22216 require gst-python 0.9
22218 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
22222 * common/gst-xmlinspect.py:
22224 * docs/Makefile.am:
22225 * docs/plugins/inspect/plugin-alsa.xml:
22226 * docs/plugins/inspect/plugin-audioresample.xml:
22227 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22228 * docs/plugins/inspect/plugin-ogg.xml:
22229 * docs/plugins/tmpl/element-gnomevfssink.sgml:
22230 * docs/plugins/tmpl/element-multifdsink.sgml:
22231 * docs/plugins/tmpl/element-tcpserversink.sgml:
22232 * docs/plugins/tmpl/element-vorbisenc.sgml:
22233 * gst-plugins-base.spec.in:
22234 various doc-related updates
22236 2005-08-31 Wim Taymans <wim@fluendo.com>
22238 * gst-libs/gst/audio/gstbaseaudiosink.c:
22239 (gst_base_audio_sink_render):
22240 Resync if the buffer timestamps drift more than a 10th
22243 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
22245 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22246 (gst_v4lsrc_get_property):
22247 The 'timestamp-offset' property is registered as an int64, so
22248 let's use g_value_{set|get}_int64() in our setter and getter
22249 functions (makes it work and fixes warnings with gst-inspect).
22251 2005-08-30 Wim Taymans <wim@fluendo.com>
22253 * check/elements/audioconvert.c: (setup_audioconvert):
22254 * check/elements/audioresample.c: (setup_audioresample):
22255 * check/elements/volume.c: (setup_volume):
22258 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22260 * common/gtk-doc-plugins.mak:
22261 * common/plugins.xsl:
22262 * docs/plugins/Makefile.am:
22263 make module a param
22265 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22267 * examples/seeking/seek.c: (make_mp3_pipeline),
22268 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22269 (play_cb), (pause_cb), (stop_cb):
22272 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22274 * gst/volume/gstvolume.c: (gst_volume_class_init),
22275 (volume_transform):
22276 do not update controlled params, if buffer has no timestamp
22278 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22281 * gst/sine/Makefile.am:
22282 * gst/volume/Makefile.am:
22283 controllerized elements also need to link against controller-libs ;)
22285 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22287 * docs/libs/tmpl/gstcolorbalance.sgml:
22288 * docs/libs/tmpl/gstgconf.sgml:
22289 * docs/libs/tmpl/gstmixer.sgml:
22290 * docs/libs/tmpl/gstringbuffer.sgml:
22291 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22292 (gst_sinesrc_create):
22293 * gst/volume/gstvolume.c: (gst_volume_class_init),
22294 (volume_transform):
22295 controllerized two audio plugins
22297 2005-08-29 Andy Wingo <wingo@pobox.com>
22299 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
22300 (vorbis_handle_data_packet): Fix some int overflow errors.
22302 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22304 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22306 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22307 if it's valid. Fixed streaming-mode playback.
22309 * check/elements/volume.c (cleanup_volume): Fix for running
22312 * check/elements/audioconvert.c: Convert from native endian, not
22315 2005-08-29 Michael Smith <msmith@fluendo.com>
22317 * ext/ogg/Makefile.am:
22318 * ext/ogg/gstogg.c: (plugin_init):
22319 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22320 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22321 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22322 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22323 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22324 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22325 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22326 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22327 Add an ogg parser element.
22329 2005-08-28 Andy Wingo <wingo@pobox.com>
22331 * Updates for two-arg init from GST_BOILERPLATE_FULL.
22333 2005-08-26 Wim Taymans <wim@fluendo.com>
22335 * gst/audioconvert/audioconvert.c: (if), (float),
22336 (audio_convert_get_func_index), (check_default),
22337 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22338 (audio_convert_clean_context), (audio_convert_get_sizes),
22339 (audio_convert_convert):
22342 2005-08-26 Wim Taymans <wim@fluendo.com>
22344 * gst/audioconvert/audioconvert.c: (if), (float),
22345 (audio_convert_get_func_index), (check_default),
22346 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22347 (audio_convert_clean_context), (audio_convert_get_sizes),
22348 (audio_convert_convert):
22349 More elegant and working temp buffer selection algo.
22351 2005-08-26 Wim Taymans <wim@fluendo.com>
22353 * gst/audioconvert/audioconvert.c: (if), (float),
22354 (audio_convert_get_func_index), (check_default),
22355 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22356 (audio_convert_clean_context), (audio_convert_get_sizes),
22357 (get_temp_buffer), (audio_convert_convert):
22358 Use realloc else we lose our original data.
22360 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
22362 * gst/audioresample/gstaudioresample.c:
22363 use base class' newsegment to properly timestamp
22365 2005-08-26 Wim Taymans <wim@fluendo.com>
22367 * gst/audioconvert/audioconvert.c: (if), (float),
22368 (audio_convert_get_func_index), (check_default),
22369 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22370 (audio_convert_clean_context), (audio_convert_get_sizes),
22371 (get_temp_buffer), (audio_convert_convert):
22372 * gst/audioconvert/gstaudioconvert.c:
22373 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22374 (gst_audio_convert_transform_caps),
22375 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22376 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22377 Oops, allocate enough space to perform the channel mix.
22379 2005-08-26 Wim Taymans <wim@fluendo.com>
22381 * gst/audioconvert/Makefile.am:
22382 * gst/audioconvert/audioconvert.c: (if), (float),
22383 (audio_convert_get_func_index), (check_default),
22384 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22385 (audio_convert_clean_context), (audio_convert_get_sizes),
22386 (get_temp_buffer), (audio_convert_convert):
22387 * gst/audioconvert/audioconvert.h:
22388 * gst/audioconvert/gstaudioconvert.c:
22389 (gst_audio_convert_class_init), (gst_audio_convert_init),
22390 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22391 (gst_audio_convert_get_unit_size),
22392 (gst_audio_convert_transform_caps),
22393 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22394 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22395 * gst/audioconvert/gstaudioconvert.h:
22396 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22397 (gst_channel_mix_fill_identical),
22398 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22399 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22400 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22401 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22402 (gst_channel_mix_mix):
22403 * gst/audioconvert/gstchannelmix.h:
22404 Cleanups, librarify a bit, optimize, better negotiation and more.
22406 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
22408 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22409 Another from MikeS:
22410 During typefinding, don't support negative offsets
22411 (offsets from the end of the stream) in our typefind->peek() function
22412 - nothing embedded in ogg ever needs them. However, we need to recognise
22413 those requests and reject them, otherwise we return invalid pointers.
22415 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
22417 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22418 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22419 (vorbisdec_finalize), (vorbis_handle_type_packet):
22420 Big shout-out to MikeS for fixing this giant memory leak.
22423 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22425 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22426 (audio_convert_get_unit_size):
22429 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22431 * check/Makefile.am:
22432 * check/elements/audioconvert.c: (setup_audioconvert),
22433 (cleanup_audioconvert), (get_int_caps), (verify_convert),
22434 (GST_START_TEST), (audioconvert_suite), (main):
22435 add a test for audioconvert
22436 * gst/audioresample/gstaudioresample.c:
22437 * gst/audioresample/gstaudioresample.h:
22438 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22439 note that for buffers of 1/3 sec this means DURATION(c) is
22440 one nanosecond more than for a and b
22442 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22444 * check/Makefile.am:
22445 * check/elements/audioresample.c: (setup_audioresample),
22446 (cleanup_audioresample), (fail_unless_perfect_stream),
22447 (test_perfect_stream_instance), (GST_START_TEST),
22448 add a check for audioresample
22449 (audioresample_suite), (main):
22450 * check/elements/volume.c: (GST_START_TEST):
22451 remove unused method
22452 * gst/audioresample/gstaudioresample.c:
22453 set correct buffer parameters since we're changing them
22454 * gst/audioresample/resample_ref.c: (resample_scale_ref):
22457 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22459 * gst/audioresample/debug.c:
22460 * gst/audioresample/gstaudioresample.c:
22461 add room for extra overlap samples when asked to transform size
22462 protect against possible mem corruption and check for discrepancies
22463 between written size and outbuffer's size so we can warn for
22465 * gst/audioresample/resample.c: (resample_init),
22466 (resample_get_output_size_for_input), (resample_get_output_size),
22467 (resample_set_n_channels), (resample_set_format):
22468 set debug level based on RESAMPLE_DEBUG env var
22469 make sure that get_output_size* returns a whole number of
22471 set sample_size each time either channel or format is set
22472 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22473 * gst/audioresample/resample_functable.c:
22474 (resample_scale_functable):
22475 * gst/audioresample/resample_ref.c: (resample_scale_ref):
22476 remove r->sample_size, it's done in resample.c now
22477 add some debugging to the ref implementation
22478 make sure we only give back bytes that are wholes of the sample
22481 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
22482 * gst/playback/gstplaybasebin.c: (fill_buffer):
22483 Revert unpopular change for GST_MESSAGE_SRC to GObject.
22485 2005-08-25 Stefan Kost <ensonic@users.sf.net>
22487 * gst/volume/gstvolume.c:
22488 made set_caps function static
22490 2005-08-24 Wim Taymans <wim@fluendo.com>
22492 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22493 (gst_vorbisenc_change_state):
22494 Stop leaking taglists.
22496 2005-08-24 Wim Taymans <wim@fluendo.com>
22498 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22499 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22500 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22501 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22502 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22503 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22504 Parse seeking events better.
22506 Generate correct newsegment events, fixes seeking in live oggs.
22508 * ext/theora/theoradec.c: (theora_dec_src_query),
22509 (theora_dec_src_event), (theora_dec_src_getcaps),
22510 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22511 Use newsegment values to report correct play time.
22513 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22514 (vorbis_dec_src_event), (vorbis_dec_sink_event):
22515 * ext/vorbis/vorbisdec.h:
22516 Parse and use newsegment values to report correct play time.
22518 * gst-libs/gst/audio/gstbaseaudiosink.c:
22519 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22520 Clear ringbuffer on flush.
22521 Use newsegment values to calculate playback time.
22523 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22524 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22525 Basesink does newsegment calculations for us now.
22527 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22529 * check/Makefile.am:
22531 add core's plugins to the mix so that playbin works
22532 * check/generic/states.c: (GST_START_TEST):
22533 set a 0 timeout on pipelines, so they don't force the next
22535 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22536 (gst_play_base_bin_change_state):
22537 remove the crappy error handling and do GST error handling
22539 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22541 * check/Makefile.am:
22542 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22543 add same test as to core, it bitches out on playbin atm.
22545 2005-08-24 Wim Taymans <wim@fluendo.com>
22550 2005-08-24 Wim Taymans <wim@fluendo.com>
22552 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22553 (gst_videoscale_prepare_size), (parse_caps),
22554 (gst_videoscale_set_caps), (gst_videoscale_get_size),
22555 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22556 (gst_videoscale_transform):
22557 * gst/videoscale/gstvideoscale.h:
22558 Refactor, make use of BaseTranform really well.
22560 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22563 compile audioresample
22564 * gst/audioresample/Makefile.am:
22565 * gst/audioresample/buffer.c:
22566 * gst/audioresample/functable.c:
22567 * gst/audioresample/gstaudioresample.c:
22568 * gst/audioresample/gstaudioresample.h:
22569 * gst/audioresample/resample.c:
22570 (resample_get_output_size_for_input):
22571 * gst/audioresample/resample.h:
22572 * gst/audioresample/resample_chunk.c:
22573 * gst/audioresample/resample_functable.c:
22574 * gst/audioresample/resample_ref.c:
22575 port to use basetransform; doesn't work in all cases yet
22577 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22579 * gst/audioconvert/gstaudioconvert.c:
22580 (gst_audio_convert_class_init), (gst_audio_convert_init),
22581 (audio_convert_get_unit_size), (audio_convert_transform_caps),
22582 (audio_convert_fixate_caps), (audio_convert_set_caps),
22583 (audio_convert_transform),
22584 (gst_audio_convert_buffer_to_default_format),
22585 (gst_audio_convert_buffer_from_default_format),
22586 (gst_audio_convert_channels):
22587 * gst/audioconvert/gstchannelmix.c:
22588 * gst/audioconvert/gstchannelmix.h:
22589 port to basetransform
22590 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22591 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22592 (gst_ffmpegcsp_get_unit_size):
22593 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22594 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22595 fix for basetransform changes
22597 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
22599 * check/Makefile.am:
22600 Add CHECK_CFLAGS and LDFLAGS
22602 * gst/playback/gstplaybasebin.c: (fill_buffer):
22603 GST_MESSAGE_SRC became a GObject
22605 2005-08-24 Wim Taymans <wim@fluendo.com>
22607 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22608 (gst_ring_buffer_clear_all):
22609 * gst-libs/gst/audio/gstringbuffer.h:
22610 Added function to clear the ringbuffer.
22612 2005-08-24 Andy Wingo <wingo@pobox.com>
22614 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
22615 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22616 of _open and _close.
22618 * sys/v4l/gstv4lxoverlay.h:
22619 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22620 an Xv connection here, instead of all the time. Make Xv only be
22621 loaded if you axe for it. Kindof a workaround for buggy behaviour
22622 of Xv when using remote xservers (XvQueryExtension would block).
22623 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22624 replace the _open and _close public API. Only start the xv
22625 connection if necessary.
22626 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22628 2005-08-23 David Schleef <ds@schleef.org>
22630 * gst/audioresample/Makefile.am: Leet audioresampling code
22631 * gst/audioresample/buffer.c:
22632 * gst/audioresample/buffer.h:
22633 * gst/audioresample/debug.c:
22634 * gst/audioresample/debug.h:
22635 * gst/audioresample/functable.c:
22636 * gst/audioresample/functable.h:
22637 * gst/audioresample/gstaudioresample.c:
22638 * gst/audioresample/gstaudioresample.h:
22639 * gst/audioresample/resample.c:
22640 * gst/audioresample/resample.h:
22641 * gst/audioresample/resample_chunk.c:
22642 * gst/audioresample/resample_functable.c:
22643 * gst/audioresample/resample_ref.c:
22645 2005-08-23 Wim Taymans <wim@fluendo.com>
22647 * examples/seeking/seek.c: (make_vorbis_pipeline),
22648 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22649 Small seek updates.
22651 2005-08-23 Andy Wingo <wingo@pobox.com>
22653 * gst-libs/gst/audio/gstbaseaudiosrc.c
22654 (gst_base_audio_src_fixate): Only fixate endianness if it is
22655 present in the caps.
22657 2005-08-22 Andy Wingo <wingo@pobox.com>
22659 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
22660 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22661 device-name property.
22663 * gst-libs/gst/audio/gstaudiosrc.h:
22664 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22665 close_device in the ring buffer, like gstaudiosink.
22667 * ext/alsa/gstalsamixer.h:
22668 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22669 macro to implement the interface without much code. Cleanups.
22671 * ext/alsa/gstalsasrc.h:
22672 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22675 * ext/alsa/Makefile.am: Add new files.
22676 * ext/alsa/gstalsamixerelement.c:
22677 * ext/alsa/gstalsamixerelement.c: Split element code out from
22678 mixer code so that alsasrc can be a mixer too.
22680 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
22682 * check/elements/volume.c: (setup_volume), (cleanup_volume),
22684 * check/elements/vorbisdec.c: (setup_vorbisdec),
22685 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22686 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22687 (vorbis_handle_identification_packet),
22688 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22689 (vorbis_handle_header_packet), (vorbis_dec_push),
22690 (vorbis_dec_chain):
22691 use the setup/teardown methods to save code. save code is good.
22693 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
22695 * check/Makefile.am:
22696 add ext dir for plugins
22697 add vorbisdec test conditionally
22698 * check/elements/volume.c: (setup_volume), (cleanup_volume),
22699 (GST_START_TEST), (volume_suite):
22700 add a test with wrong caps
22701 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22702 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22703 add a vorbisdec test
22704 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22705 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22706 clean up debug output
22707 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22708 yay, fix a segfault/security issue in vorbisdec
22709 gst-launch fakesrc ! vorbisdec wasn't happy
22710 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22711 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22712 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22713 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22714 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22715 (gst_vorbisenc_set_metadata), (get_constraints_string),
22716 (update_start_message), (gst_vorbisenc_setup),
22717 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22718 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22719 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22720 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22721 * ext/vorbis/vorbisenc.h:
22723 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22724 (gst_ffmpegcsp_transform):
22725 have the kow come home
22726 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22728 * gst/volume/gstvolume.c: (volume_set_caps):
22731 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
22734 * check/.cvsignore:
22735 * check/Makefile.am:
22736 * check/elements/.cvsignore:
22737 * check/elements/volume.c: (chain_func), (event_func),
22738 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22741 add unit test structure for gst-plugins-base
22742 add a test for volume
22743 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22744 (gst_volume_set_volume), (gst_volume_get_volume),
22745 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22746 (volume_funcfind), (volume_process_float), (volume_process_int16),
22747 (volume_set_caps), (volume_transform), (volume_update_mute),
22748 (volume_update_volume), (volume_set_property),
22749 (volume_get_property):
22750 document a little; use basetransform vmethod _set_caps
22752 2005-08-19 Andy Wingo <wingo@pobox.com>
22754 * ext/alsa/gstalsamixertrack.h:
22755 * ext/alsa/gstalsamixertrack.c:
22756 * ext/alsa/gstalsamixeroptions.h:
22757 * ext/alsa/gstalsamixeroptions.c:
22758 * ext/alsa/gstalsamixer.h:
22759 * ext/alsa/gstalsamixer.c: Port to 0.9.
22761 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22762 Remove gstalsa.c and alsaclock. No more cruft here.
22764 2005-08-18 Wim Taymans <wim@fluendo.com>
22766 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22767 (gst_base_rtp_depayload_chain),
22768 (gst_base_rtp_depayload_add_to_queue),
22769 (gst_base_rtp_depayload_push),
22770 (gst_base_rtp_depayload_queue_release):
22771 * gst-libs/gst/rtp/gstbasertpdepayload.h:
22772 Fix for RTPBuffer changes.
22774 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22775 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22776 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22777 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22778 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22779 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22780 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22781 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22782 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22783 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22784 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22785 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22786 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22787 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22788 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22789 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22790 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22791 (gst_rtpbuffer_get_payload):
22792 * gst-libs/gst/rtp/gstrtpbuffer.h:
22793 Don't subclass GstBuffer but add methods and helper functions
22794 to construct and manipulate RTP packets in regular GstBuffers.
22796 2005-08-18 Stefan Kost <ensonic@users.sf.net>
22798 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22799 moved statement below switch
22800 * gst/volume/gstvolume.c: (gst_volume_class_init):
22803 2005-08-16 Wim Taymans <wim@fluendo.com>
22805 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22806 (gst_base_audio_src_change_state):
22807 Open and close device in READY<->NULL state change.
22809 2005-08-16 Andy Wingo <wingo@pobox.com>
22811 * examples/seeking/Makefile.am: Don't compile non-compiling
22812 compiled objects with the compiler.
22814 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22817 2005-08-12 Philippe Khalaf <burger@speedy.org>
22818 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22819 * gst-libs/gst/rtp/gstbasertpdepayload.h:
22820 Made a thread to release the queue.
22821 Removed timestamp conversion for now.
22823 2005-08-10 Philippe Khalaf <burger@speedy.org>
22824 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22825 * gst-libs/gst/rtp/gstbasertpdepayload.h:
22826 Added rtp timestamp -> gst timestamp conversion.
22827 Fixed several problems with queue.
22829 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
22831 * gst-libs/gst/audio/gstaudioclock.h:
22832 * gst-libs/gst/audio/gstaudiofilter.h:
22833 * gst-libs/gst/audio/gstaudiosink.h:
22834 * gst-libs/gst/audio/gstaudiosrc.h:
22835 * gst-libs/gst/audio/gstbaseaudiosink.h:
22836 * gst-libs/gst/audio/gstbaseaudiosrc.h:
22837 * gst-libs/gst/audio/gstringbuffer.h:
22838 * gst-libs/gst/net/gstnetbuffer.h:
22839 * gst-libs/gst/rtp/gstbasertpdepayload.h:
22840 * gst-libs/gst/rtp/gstrtpbuffer.h:
22841 Add padding (you will need to rebuild gst-plugins-base,
22842 gst-plugins and all applications afterwards!)
22844 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
22846 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22847 (gst_riff_parse_chunk):
22848 Fix bug in debug message and add some more debug messages.
22850 2005-08-08 Edward Hervey <edward@fluendo.com>
22852 * gst-libs/gst/riff/riff-media.c:
22853 backported updates since branch
22855 2005-08-08 Andy Wingo <wingo@pobox.com>
22857 * gst-libs/gst/audio/gstbaseaudiosink.c
22858 (gst_base_audio_sink_change_state): Open the device in NULL->READY
22859 like good elements should. Close on READY->NULL too.
22861 * gst-libs/gst/audio/gstaudiosink.c
22862 (gst_audioringbuffer_open_device,
22863 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22864 (gst_audioringbuffer_release): Updates for new ring buffer API,
22865 hook into the new audio sink api.
22867 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22868 (GstAudioSinkClass.close): Just open and close the device -- no
22869 resource allocation or configuration.
22870 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22871 vmethods, handle device setup and resource allocation.
22873 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22874 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22877 * gst-libs/gst/audio/gstringbuffer.h
22878 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22881 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22882 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22883 New API functions. The device should be opened before acquiring
22884 and closed after releasing.
22886 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
22888 * gst-libs/gst/interfaces/mixer.h:
22889 Reset padding to GST_PADDING.
22891 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22893 * gst/playback/gstplaybin.c: (remove_sinks):
22894 Remove visualization from parent explicitely; works around some
22895 apparent refcount issue that I haven't tracked down yet.
22897 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22899 * ext/alsa/gstalsasink.c: (set_hwparams):
22900 Assign debug category, add negotiation debug msgs.
22902 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22904 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22905 Fix error code for file-not-found to NOT_FOUND.
22907 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22909 * common/gtk-doc-plugins.mak:
22910 * docs/plugins/Makefile.am:
22911 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22912 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22913 renamed to actual element names, so much nicer to look at
22914 * docs/plugins/tmpl/gstmultifdsink.sgml:
22916 * docs/plugins/tmpl/multifdsink.sgml:
22917 * docs/plugins/tmpl/tcpserversink.sgml:
22919 * ext/alsa/gstalsa.c:
22920 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22921 * ext/ogg/gstoggmux.c:
22922 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22923 * gst/playback/gstdecodebin.c:
22924 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22925 * gst/tcp/gsttcpserversink.c:
22926 various fixes and documentation additions
22928 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22930 * common/Makefile.am:
22931 * common/gstdoc-scangobj:
22932 * common/gtk-doc-plugins.mak:
22933 * common/gtk-doc.mak:
22934 add a custom scangobj that uses the registry
22935 add a custom gtk-doc-plugins.mak that uses it
22936 some doc build fixes
22938 * docs/Makefile.am:
22939 * docs/plugins/Makefile.am:
22940 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22941 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22942 * docs/plugins/gst-plugins-base-plugins.types:
22943 * docs/plugins/tmpl/gstmultifdsink.sgml:
22944 add docs for one element, multifdsink
22945 * gst/adder/gstadder.h:
22946 * gst/volume/gstvolume.h:
22947 don't privatize enum
22948 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22949 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22950 (gst_sync_method_get_type), (gst_client_status_get_type),
22951 (gst_multifdsink_class_init),
22952 (gst_multifdsink_client_queue_buffer),
22953 (gst_multifdsink_handle_client_write):
22954 * gst/tcp/gstmultifdsink.h:
22955 * gst/tcp/gsttcp.h:
22956 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22957 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22958 (gst_tcpclientsink_render):
22959 * gst/tcp/gsttcpclientsink.h:
22960 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22961 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22962 (gst_tcpclientsrc_start):
22963 * gst/tcp/gsttcpclientsrc.h:
22964 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22965 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22966 * gst/tcp/gsttcpserversrc.h:
22967 * gst/typefind/gsttypefindfunctions.c:
22968 remove superfluous Type stuff
22970 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22972 * gst/playback/gstplaybin.c: (gen_video_element):
22975 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22977 * gst-libs/gst/gconf/gconf.c:
22978 * gst-libs/gst/gconf/gconf.h:
22979 Fix some Andy Problem [tm].
22981 2005-08-04 Andy Wingo <wingo@pobox.com>
22983 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22984 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22985 (gst_ffmpegcsp_get_size): Adapt to API changes.
22987 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22988 Implement an in-place do-nothing transform.
22990 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22992 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22993 (gst_ximagesink_renegotiate_size):
22994 Do not set new window sizes yet if we prepare a new buffer size
22995 for upstream renegotiation (software scaling) at some point in the
22996 future, because this new size waqs not actually accepted yet. Once
22997 accepted, renegotiation later on will set the new sizes just fine.
22998 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22999 embedding testcase.
23001 2005-08-03 Andy Wingo <wingo@pobox.com>
23003 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23004 (gst_ximagesink_buffer_alloc):
23005 Protect the height, width, and desired_caps with the pool_lock.
23006 Fixes videotestsrc ! queue ! ximagesink.
23008 2005-08-02 Edward Hervey <edward@fluendo.com>
23010 * gst/volume/gstvolume.c:
23011 include left from controller cleanup
23013 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
23014 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23015 Stop collectpads before calling the parent state
23016 change function on PAUSED->READY.
23018 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
23020 When testing for X libs, use the X CFlags
23021 * gst/adder/gstadder.c: (gst_adder_change_state):
23022 Stop the collectpads before calling parent state change function
23023 on PAUSED->READY, otherwise we deadlock deactivating pads.
23025 2005-08-01 Stefan Kost <ensonic@users.sf.net>
23028 * docs/libs/tmpl/gstcolorbalance.sgml:
23029 * docs/libs/tmpl/gstmixer.sgml:
23030 * examples/Makefile.am:
23031 * gst/sine/Makefile.am:
23032 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23033 (gst_sinesrc_set_property), (plugin_init):
23034 * gst/sine/gstsinesrc.h:
23035 * gst/volume/Makefile.am:
23036 * gst/volume/gstvolume.c: (gst_volume_set_volume),
23037 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23038 (volume_process_float), (volume_process_int16),
23039 (volume_set_property), (plugin_init):
23040 * gst/volume/gstvolume.h:
23041 deactivate and remove dparams (libgstcontrol)
23043 2005-07-29 Wim Taymans <wim@fluendo.com>
23045 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23046 Convert me to BaseTransform!! help..
23048 2005-07-29 Andy Wingo <wingo@pobox.com>
23050 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23053 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23054 support of both endiannesses.
23056 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23058 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23059 Fix confusing debug message (s/event/query/)
23061 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23063 * gst/videotestsrc/videotestsrc.h:
23064 Use "_stdint.h" instead of <stdint.h>
23066 2005-07-27 Wim Taymans <wim@fluendo.com>
23068 * ext/vorbis/Makefile.am:
23069 Revert wrong commit.
23071 2005-07-27 Wim Taymans <wim@fluendo.com>
23073 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23074 More compilation fixen.
23076 2005-07-27 Wim Taymans <wim@fluendo.com>
23078 * gst-libs/gst/audio/gstbaseaudiosink.c:
23079 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23080 (gst_base_audio_sink_create_ringbuffer),
23081 (gst_base_audio_sink_change_state):
23084 2005-07-27 Wim Taymans <wim@fluendo.com>
23086 * examples/seeking/seek.c: (setup_dynamic_link),
23087 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23088 (query_positions_elems), (query_positions_pads), (do_seek):
23089 Update seek example.
23091 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23092 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23093 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23094 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23095 (gst_ogg_demux_handle_event),
23096 (gst_ogg_demux_deactivate_current_chain),
23097 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23098 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23099 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23100 (gst_ogg_demux_loop):
23101 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23102 * ext/theora/theoradec.c: (theora_dec_src_event),
23103 (theora_dec_src_getcaps), (theora_dec_sink_event),
23104 (theora_dec_push), (theora_dec_chain):
23105 * ext/vorbis/Makefile.am:
23106 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23107 (vorbis_dec_sink_event), (vorbis_dec_push),
23108 (vorbis_handle_data_packet):
23109 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23110 (gst_vorbisenc_chain):
23111 * gst/playback/gststreaminfo.c: (cb_probe):
23112 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23113 * gst/videorate/gstvideorate.c: (gst_videorate_event):
23114 * gst/videoscale/gstvideoscale.c:
23115 (gst_videoscale_handle_src_event):
23116 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23117 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23118 (gst_ximagesink_navigation_send_event):
23119 * sys/xvimage/xvimagesink.c:
23120 (gst_xvimagesink_navigation_send_event):
23121 Various event updates and cleanups
23123 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23125 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23126 Fix segfault for I420/YV12.
23128 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23130 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23133 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23135 * gst/playback/gstplaybin.c: (gen_video_element),
23136 (gen_audio_element):
23137 Switch to auto*sink elements as default sinks; add volume element
23138 so that volume control in totem works.
23140 2005-07-21 Wim Taymans <wim@fluendo.com>
23142 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23143 * gst/playback/gstplaybin.c: (setup_sinks),
23144 (gst_play_bin_change_state):
23145 Refcount fix and more comments.
23147 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23149 * sys/ximage/Makefile.am:
23150 * sys/ximage/ximage.c: (plugin_init):
23151 * sys/ximage/ximagesink.c:
23152 Prepare for adding ximagesrc, rename of plugin to ximage etc.
23155 2005-07-21 Wim Taymans <wim@fluendo.com>
23157 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23158 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23159 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23160 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23161 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23162 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23163 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23164 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23165 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23166 Generate correct disconts for live chained oggs.
23168 * gst-libs/gst/audio/gstbaseaudiosink.c:
23169 (gst_base_audio_sink_render),
23170 (gst_base_audio_sink_create_ringbuffer),
23171 (gst_base_audio_sink_change_state):
23172 Handle discont math correctly.
23174 * gst/playback/gstplaybin.c: (add_sink):
23175 Some small debug cleanup.
23177 2005-07-21 Wim Taymans <wim@fluendo.com>
23179 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23180 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23181 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23182 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23183 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23184 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23185 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23186 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23187 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23188 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23189 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23190 (gst_ogg_demux_change_state), (gst_ogg_print):
23191 Reorganize code to send the right disconts when in streaming
23194 2005-07-20 Andy Wingo <wingo@pobox.com>
23196 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23197 fix (?), fixes a seggie mcfalterson (#310894).
23199 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23201 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23202 (gst_ogg_mux_set_header_on_caps):
23203 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23204 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23205 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23206 * gst-libs/gst/audio/multichannel.c:
23207 (gst_audio_set_channel_positions),
23208 (gst_audio_set_structure_channel_positions_list):
23209 * gst/playback/gstdecodebin.c: (dynamic_create):
23210 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23211 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23212 Fixes for API changes in core.
23214 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23216 * gst/playback/gstplaybasebin.c: (fill_buffer):
23217 Use _new_custom() so we can set custom message types for buffering
23220 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23223 * gst-libs/gst/Makefile.am:
23224 * gst-libs/gst/gconf/.cvsignore:
23225 * gst-libs/gst/gconf/Makefile.am:
23226 * gst-libs/gst/gconf/test-gconf.c:
23227 * pkgconfig/Makefile.am:
23228 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23229 * pkgconfig/gstreamer-gconf.pc.in:
23230 Remove gconf stuff, use gconf elements instead from now on.
23232 2005-07-20 Wim Taymans <wim@fluendo.com>
23234 * gst-libs/gst/audio/TODO:
23235 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23236 (gst_audio_clock_get_internal_time):
23237 * gst-libs/gst/audio/gstaudioclock.h:
23238 * gst-libs/gst/audio/gstbaseaudiosink.c:
23239 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23240 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23241 (gst_base_audio_sink_render),
23242 (gst_base_audio_sink_create_ringbuffer),
23243 (gst_base_audio_sink_change_state):
23244 Make sure the audio clock always returns an increasing value.
23246 2005-07-19 Andy Wingo <wingo@pobox.com>
23248 * gst/videotestsrc/: Cleanups.
23250 2005-07-19 Wim Taymans <wim@fluendo.com>
23252 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23255 2005-07-19 Wim Taymans <wim@fluendo.com>
23257 * examples/seeking/seek.c: (make_dv_pipeline),
23258 (make_vorbis_theora_pipeline), (query_rates),
23259 (query_positions_elems), (query_positions_pads), (do_seek):
23260 Make correct DV pipeline.
23262 2005-07-18 Andy Wingo <wingo@pobox.com>
23264 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23265 default. Also because it's the only thing that really works. (This
23266 is used in the GConf elements).
23267 Use AS_LIBTOOL_TAGS.
23269 2005-07-18 Wim Taymans <wim@fluendo.com>
23271 * gst/playback/gstdecodebin.c: (remove_element_chain):
23272 * gst/playback/gstplaybin.c: (add_sink):
23273 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23274 (gst_stream_info_set_mute):
23275 * gst/playback/gststreamselector.c:
23276 (gst_stream_selector_get_linked_pad),
23277 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23278 More leak and compile fixes.
23280 2005-07-18 Wim Taymans <wim@fluendo.com>
23282 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23283 (query_rates), (query_positions_elems), (query_positions_pads),
23284 (do_seek), (seek_cb), (stop_seek):
23285 Updated seek example.
23287 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23288 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23289 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23290 * gst/playback/gstplaybin.c: (add_sink):
23291 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23292 (gst_stream_info_set_mute):
23293 Some refcount leak fixes.
23295 2005-07-16 Wim Taymans <wim@fluendo.com>
23297 * gst-libs/gst/audio/gstbaseaudiosink.c:
23298 (gst_base_audio_sink_render):
23299 Align samples even if we have roundoff errors in the
23300 timestamp conversion.
23302 2005-07-16 Wim Taymans <wim@fluendo.com>
23304 * docs/libs/tmpl/gstringbuffer.sgml:
23305 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23306 (query_rates), (query_positions_elems), (query_positions_pads),
23307 (update_scale), (do_seek):
23308 Updated seek example.
23310 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23311 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23312 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23313 (gst_ogg_demux_loop):
23314 Push out correct discont values.
23316 * ext/theora/theoradec.c: (theora_dec_src_convert),
23317 (theora_dec_sink_convert), (theora_dec_src_getcaps),
23318 (theora_dec_sink_event), (theora_handle_type_packet),
23319 (theora_handle_header_packet), (theora_dec_push),
23320 (theora_handle_data_packet), (theora_dec_chain),
23321 (theora_dec_change_state):
23322 Better timestamping.
23324 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23325 (vorbis_dec_sink_event), (vorbis_dec_push),
23326 (vorbis_handle_data_packet), (vorbis_dec_chain):
23327 * ext/vorbis/vorbisdec.h:
23328 Better timestamping.
23330 * gst-libs/gst/audio/gstbaseaudiosink.c:
23331 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23332 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23333 Handle syncing on timestamps instead of sample offsets. Make
23334 use of DISCONT values as described in design docs.
23336 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23337 (gst_base_audio_src_get_time):
23338 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23339 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23340 (gst_ring_buffer_read):
23341 * gst-libs/gst/audio/gstringbuffer.h:
23342 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23343 (gst_ximagesink_show_frame):
23344 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23345 Correcly convert buffer timestamp to stream time.
23347 2005-07-16 Wim Taymans <wim@fluendo.com>
23349 * gst/audioconvert/gstaudioconvert.c:
23350 (gst_audio_convert_get_buffer):
23351 Timestamp buffers correctly.
23353 * gst/playback/gstplaybin.c: (gen_video_element):
23354 Make internal fakesink silent.
23356 2005-07-15 Wim Taymans <wim@fluendo.com>
23358 * gst/ffmpegcolorspace/Makefile.am:
23359 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23360 (gst_ffmpegcsp_caps_remove_format_info),
23361 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23362 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23363 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23364 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23365 Ported ffmpegcolorspace to basetransform.
23367 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23368 * gst/volume/gstvolume.c: (volume_transform):
23371 2005-07-14 Wim Taymans <wim@fluendo.com>
23373 * gst/videotestsrc/Makefile.am:
23374 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23375 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23376 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23377 (gst_videotestsrc_init), (gst_videotestsrc_event),
23378 (gst_videotestsrc_create), (gst_videotestsrc_start),
23379 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23380 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23381 (gst_videotestsrc_get_property):
23382 * gst/videotestsrc/gstvideotestsrc.h:
23383 Make videotestsrc a pushsrc.
23385 2005-07-14 Wim Taymans <wim@fluendo.com>
23387 * gst/tcp/gstfdset.c: (gst_fdset_free):
23388 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23389 (gst_multifdsink_add), (gst_multifdsink_remove),
23390 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23391 (gst_multifdsink_remove_client_link),
23392 (gst_multifdsink_client_queue_data),
23393 (gst_multifdsink_client_queue_caps),
23394 (gst_multifdsink_client_queue_buffer),
23395 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23396 (gst_multifdsink_stop):
23397 * gst/tcp/gstmultifdsink.h:
23400 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23401 Also draw image when not from a pool.
23403 2005-07-14 Wim Taymans <wim@fluendo.com>
23405 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23406 (mute_stream), (silence_stream):
23407 Small debug additions.
23409 2005-07-14 Wim Taymans <wim@fluendo.com>
23411 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23412 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23413 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23414 Better error recovery, ignore unconnected pads and
23417 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23419 * docs/libs/tmpl/gstaudio.sgml:
23420 * docs/libs/tmpl/gstcolorbalance.sgml:
23421 * docs/libs/tmpl/gstgconf.sgml:
23422 * docs/libs/tmpl/gstmixer.sgml:
23423 * docs/libs/tmpl/gstringbuffer.sgml:
23424 * docs/libs/tmpl/gsttuner.sgml:
23425 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23426 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23427 (gst_tcpclientsrc_class_init):
23428 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23429 (gst_tcpserversrc_class_init):
23430 * sys/v4l/gstv4lelement.c:
23431 more autistic cleanliness in functions/names/defines
23433 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
23436 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23437 added manually to each Makefile.am so we are sure it goes
23438 *last* and doesn't add -L flags before linking in libs of our
23439 own, like, say, internal .la libs, that then accidentally pick
23440 up the installed copy.
23441 * docs/libs/Makefile.am:
23442 * ext/alsa/Makefile.am:
23443 * ext/cdparanoia/Makefile.am:
23444 * ext/gnomevfs/Makefile.am:
23445 * ext/libvisual/Makefile.am:
23446 * ext/ogg/Makefile.am:
23447 * ext/theora/Makefile.am:
23448 * ext/vorbis/Makefile.am:
23449 * gst-libs/gst/video/Makefile.am:
23450 * gst/adder/Makefile.am:
23451 * gst/audioconvert/Makefile.am:
23452 * gst/audiorate/Makefile.am:
23453 * gst/audioscale/Makefile.am:
23454 * gst/ffmpegcolorspace/Makefile.am:
23455 * gst/playback/Makefile.am:
23456 * gst/sine/Makefile.am:
23457 * gst/subparse/Makefile.am:
23458 * gst/tags/Makefile.am:
23459 * gst/tcp/Makefile.am:
23460 * gst/typefind/Makefile.am:
23461 * gst/videorate/Makefile.am:
23462 * gst/videoscale/Makefile.am:
23463 * gst/videotestsrc/Makefile.am:
23464 * gst/volume/Makefile.am:
23465 * sys/v4l/Makefile.am:
23466 * sys/ximage/Makefile.am:
23467 * sys/xvimage/Makefile.am:
23468 adapt properly to this change. This should make sure that
23469 plugins and libs properly link to the as-yet-uninstalled
23470 copies of stuff like libgstinterfaces and libgstvideo
23472 2005-07-13 Andy Wingo <wingo@pobox.com>
23474 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23475 (gst_v4lsrc_fixate): Fixate on format as well.
23477 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
23478 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23479 buffer points to it.
23480 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23481 rather just doing X calls ourselves. Also fixes a memleak.
23483 2005-07-12 Andy Wingo <wingo@pobox.com>
23485 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
23486 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
23487 (gst_v4lsrc_create): Re-add the copy-mode property, default to
23488 TRUE to avoid deadlocks if an element holds on to our buffers.
23490 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
23492 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23493 (gst_sinesrc_init), (gst_sinesrc_create),
23494 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23495 (gst_sinesrc_start):
23496 * gst/sine/gstsinesrc.h:
23497 removing num-buffers property before moving it
23499 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
23502 use overridable ERROR_CFLAGS
23503 * docs/libs/gst-plugins-base-libs.types:
23504 * docs/libs/tmpl/gstringbuffer.sgml:
23505 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23506 (gst_alsasink_class_init):
23507 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23508 (gst_alsasrc_class_init):
23509 * gst-libs/gst/audio/audio.h:
23510 * gst-libs/gst/audio/gstaudioclock.h:
23511 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23512 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23513 (gst_audio_filter_link), (gst_audio_filter_init),
23514 (gst_audio_filter_chain), (gst_audio_filter_set_property),
23515 (gst_audio_filter_get_property),
23516 (gst_audio_filter_class_add_pad_templates):
23517 * gst-libs/gst/audio/gstaudiofilter.h:
23518 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23519 (gst_audio_filter_template_get_type),
23520 (gst_audio_filter_template_base_init),
23521 (gst_audio_filter_template_class_init),
23522 (gst_audio_filter_template_init),
23523 (gst_audio_filter_template_set_property),
23524 (gst_audio_filter_template_get_property), (plugin_init),
23525 (gst_audio_filter_template_setup),
23526 (gst_audio_filter_template_filter),
23527 (gst_audio_filter_template_filter_inplace):
23528 * gst-libs/gst/audio/gstaudiosink.c:
23529 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23530 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23531 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23532 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23533 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23534 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23535 * gst-libs/gst/audio/gstaudiosink.h:
23536 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23537 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23538 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23539 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23540 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23541 (gst_audio_src_class_init), (gst_audio_src_init),
23542 (gst_audio_src_create_ringbuffer):
23543 * gst-libs/gst/audio/gstaudiosrc.h:
23544 * gst-libs/gst/audio/gstbaseaudiosink.c:
23545 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23546 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23547 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23548 (gst_base_audio_sink_set_property),
23549 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23550 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23551 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23552 (gst_base_audio_sink_create_ringbuffer),
23553 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23554 * gst-libs/gst/audio/gstbaseaudiosink.h:
23555 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23556 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23557 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23558 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23559 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23560 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23561 (gst_base_audio_src_event), (gst_base_audio_src_create),
23562 (gst_base_audio_src_create_ringbuffer),
23563 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23564 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23565 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23566 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23567 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23568 (gst_ring_buffer_debug_spec_caps),
23569 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23570 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23571 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23572 (gst_ring_buffer_start), (gst_ring_buffer_pause),
23573 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23574 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23575 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23576 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23577 (gst_ring_buffer_clear):
23578 * gst-libs/gst/audio/gstringbuffer.h:
23579 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23580 (gst_video_sink_class_init), (gst_video_sink_get_type):
23581 * gst-libs/gst/video/videosink.h:
23582 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23583 (gst_multifdsink_class_init),
23584 (gst_multifdsink_handle_client_write),
23585 (gst_multifdsink_change_state):
23586 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23587 (gst_tcpclientsink_setcaps):
23588 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23589 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23590 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23591 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23592 (gst_ximagesink_send_pending_navigation),
23593 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23594 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23595 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23596 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23597 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23598 (gst_xvimagesink_send_pending_navigation),
23599 (gst_xvimagesink_navigation_send_event),
23600 (gst_xvimagesink_set_xwindow_id),
23601 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23602 (gst_xvimagesink_get_type):
23603 more macro splitting
23605 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
23607 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23608 plug a memleak, allows me to import 1479 albums in one go
23610 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23611 (vorbis_handle_type_packet), (vorbis_dec_chain),
23612 (vorbis_dec_change_state):
23613 fix some format strings
23615 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
23617 * docs/libs/tmpl/gstcolorbalance.sgml:
23618 * docs/libs/tmpl/gstmixer.sgml:
23619 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23620 (gst_alsasink_set_property), (gst_alsasink_get_property):
23621 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23622 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23623 add device property
23625 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
23627 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23628 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23629 (audiocast_register_listener), (audiocast_thread_run),
23630 (gst_gnomevfssrc_send_additional_headers_callback),
23631 (gst_gnomevfssrc_received_headers_callback),
23632 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23633 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23634 (gst_gnomevfssrc_get_size):
23635 add/clean up debugging
23636 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23639 2005-07-07 Andy Wingo <wingo@pobox.com>
23641 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23642 framerate. Need to get a handle on when exactly this function is
23645 * sys/v4l/v4lsrc_calls.h:
23646 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23647 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23648 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23650 * sys/v4l/v4l_calls.h: Cast to V4lElement.
23651 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23652 v4lelements are sources.
23654 * sys/v4l/gstv4lxoverlay.h:
23655 * sys/v4l/gstv4lxoverlay.c:
23656 * sys/v4l/gstv4ltuner.h:
23657 * sys/v4l/gstv4ltuner.c: Header loc fixen.
23659 * sys/v4l/gstv4lsrc.h:
23660 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23661 PushSrc/BaseSrc. Removed most sync-related properties, videorate
23662 or something should handle that. Made a live source.
23664 * sys/v4l/gstv4lelement.h:
23665 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23666 signals. Some cleanups.
23668 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23670 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23673 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23676 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23678 2005-07-07 Wim Taymans <wim@fluendo.com>
23680 * ext/theora/theoradec.c: (theora_get_query_types),
23681 (theora_dec_src_getcaps), (theora_dec_push):
23682 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23683 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23684 Remove deprecated/unused query types.
23686 2005-07-06 Wim Taymans <wim@fluendo.com>
23688 * ext/alsa/Makefile.am:
23689 * ext/alsa/gstalsaplugin.c: (plugin_init):
23690 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23691 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23692 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23693 (gst_alsasrc_class_init), (gst_alsasrc_init),
23694 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23695 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23696 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23697 (gst_alsasrc_reset):
23698 * ext/alsa/gstalsasrc.h:
23699 * gst-libs/gst/audio/Makefile.am:
23700 * gst-libs/gst/audio/gstaudiosink.c:
23701 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23702 (gst_audioringbuffer_start):
23703 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23704 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23705 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23706 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23707 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23708 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23709 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23710 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23711 * gst-libs/gst/audio/gstaudiosrc.h:
23712 * gst-libs/gst/audio/gstbaseaudiosink.c:
23713 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23714 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23715 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23716 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23717 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23718 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23719 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23720 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23721 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23722 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23723 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23724 (gst_baseaudiosrc_change_state):
23725 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23726 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23727 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23728 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23729 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23730 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23731 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23732 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23733 * gst-libs/gst/audio/gstringbuffer.h:
23734 Added audiosource base classes.
23735 Ported alsasrc, still very basic.
23737 2005-07-06 Wim Taymans <wim@fluendo.com>
23739 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23740 (theora_dec_push), (theora_handle_data_packet):
23741 Prepare for better timestamp fix later.
23743 * gst/audioconvert/gstaudioconvert.c:
23744 List most accurate caps first
23746 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23747 Use proper pad task function.
23749 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23750 (gst_xvimagesink_show_frame):
23751 Fix deadlock when alloc failed.
23753 2005-07-05 Andy Wingo <wingo@pobox.com>
23755 * ext/gnomevfs/gstgnomevfssrc.c:
23756 * gst/sine/gstsinesrc.c:
23757 * gst/tcp/gsttcpserversrc.c:
23758 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23760 * sys/v4l/: Port from 0.8.
23762 * Many files: Null if we got it....
23764 2005-07-05 Andy Wingo <wingo@pobox.com>
23766 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
23767 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23770 2005-07-05 Wim Taymans <wim@fluendo.com>
23773 * gst/tcp/Makefile.am:
23775 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23776 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23777 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23778 (is_sync_frame), (gst_multifdsink_handle_client_write),
23779 (gst_multifdsink_render), (gst_multifdsink_start),
23780 (gst_multifdsink_stop), (gst_multifdsink_change_state):
23781 * gst/tcp/gstmultifdsink.h:
23782 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23783 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23784 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23785 * gst/tcp/gsttcp.h:
23786 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23787 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23788 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23789 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23790 * gst/tcp/gsttcpclientsink.h:
23791 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23792 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23793 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23794 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23795 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23796 * gst/tcp/gsttcpclientsrc.h:
23797 * gst/tcp/gsttcpplugin.c: (plugin_init):
23798 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23799 * gst/tcp/gsttcpserversink.h:
23800 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23801 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23802 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23803 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23804 (gst_tcpserversrc_stop):
23805 * gst/tcp/gsttcpserversrc.h:
23806 * gst/tcp/gsttcpsink.c:
23807 * gst/tcp/gsttcpsink.h:
23808 * gst/tcp/gsttcpsrc.c:
23809 * gst/tcp/gsttcpsrc.h:
23810 Ported tcp plugins to 0.9.
23813 2005-07-05 Andy Wingo <wingo@pobox.com>
23815 * gst/playback/gstplaybasebin.c (fill_buffer):
23816 message_new_application fixen.
23818 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23821 2005-07-04 Wim Taymans <wim@fluendo.com>
23823 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23824 Set caps on output buffer.
23826 2005-07-04 Andy Wingo <wingo@pobox.com>
23828 * ext/gnomevfs/gstgnomevfssrc.c
23829 (gst_gnomevfssrc_received_headers_callback)
23830 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23833 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23834 No refcount leakage.
23836 * configure.ac: Enable -Werror.
23838 * ext/theora/theoradec.c (theora_dec_src_getcaps):
23839 * gst/audioconvert/bufferframesconvert.c
23840 (buffer_frames_convert_fixate):
23841 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23842 (gst_audio_convert_fixate):
23843 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23844 (gst_sinesrc_create): Fixate func changes.
23846 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23847 (gst_ximagesink_buffer_alloc): Unused var.
23849 2005-07-01 Andy Wingo <wingo@pobox.com>
23851 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23852 getcaps to do explicit caps. Needs to be done in all decoders,
23853 possibly via a base class.
23855 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23857 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23858 caps on the sink pad, just rely on the pad template. Also, setting
23859 ANY caps on a pad is not valid because the caps are not fixed.
23861 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23862 caps on the buffer, and get the width from the desired_caps if
23864 (gst_ximagesink_renegotiate_size): Implement via setting the
23865 desired_caps on the ximagesink.
23866 (gst_ximagesink_setcaps): Only reset the width of the player if it
23867 wasn't already set. Not sure if this is right.
23868 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23870 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23871 that the user wants. NULL unless the window has been resized.
23873 * gst/volume/gstvolume.c (volume_transform): Adapt to
23874 basetransform refcount changes.
23876 2005-07-01 Andy Wingo <wingo@pobox.com>
23878 * gst/videoscale/gstvideoscale.c:
23879 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23880 from BaseTransform, implements a transform_caps. Removed dead code
23881 including some PAR stuff that was never reached -- should probably
23882 be added back somehow.
23884 2005-07-01 Andy Wingo <wingo@pobox.com>
23886 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23889 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
23892 * docs/libs/Makefile.am:
23893 * docs/libs/gst-plugins-libs.types:
23894 * ext/alsa/Makefile.am:
23895 * ext/alsa/gstalsamixer.h:
23896 * ext/alsa/gstalsamixeroptions.h:
23897 * ext/alsa/gstalsamixertrack.h:
23898 * gst-libs/gst/Makefile.am:
23899 * gst-libs/gst/colorbalance/.cvsignore:
23900 * gst-libs/gst/colorbalance/Makefile.am:
23901 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23902 * gst-libs/gst/colorbalance/colorbalance.c:
23903 * gst-libs/gst/colorbalance/colorbalance.h:
23904 * gst-libs/gst/colorbalance/colorbalance.vcproj:
23905 * gst-libs/gst/colorbalance/colorbalancechannel.c:
23906 * gst-libs/gst/colorbalance/colorbalancechannel.h:
23907 * gst-libs/gst/interfaces/Makefile.am:
23908 * gst-libs/gst/interfaces/colorbalance.c:
23909 (gst_color_balance_class_init):
23910 * gst-libs/gst/interfaces/colorbalance.h:
23911 * gst-libs/gst/interfaces/interfaces-marshal.list:
23912 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23913 * gst-libs/gst/interfaces/mixer.h:
23914 * gst-libs/gst/interfaces/mixeroptions.h:
23915 * gst-libs/gst/interfaces/navigation.c:
23916 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23917 * gst-libs/gst/interfaces/tuner.h:
23918 * gst/volume/Makefile.am:
23919 * gst/volume/gstvolume.c:
23920 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23921 * sys/ximage/Makefile.am:
23922 * sys/ximage/ximagesink.c:
23923 * sys/xvimage/Makefile.am:
23924 * sys/xvimage/xvimagesink.c:
23925 fold in all interfaces into an interfaces dir, preserving CVS
23928 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23930 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23931 Fix build after riff changes.
23933 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23935 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23936 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23937 (gst_riff_create_video_template_caps),
23938 (gst_riff_create_audio_template_caps),
23939 (gst_riff_create_iavs_template_caps):
23940 * gst-libs/gst/riff/riff-media.h:
23941 * gst-libs/gst/riff/riff-read.h:
23942 * gst-libs/gst/riff/riff.c: (gst_riff_init):
23943 Add gst_riff_init() to initialize the debug category, instead
23944 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23946 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23948 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23949 Oops, I shouldn't apply hacks.
23951 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23953 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23954 Remove pad_loop function which doesn't work.
23956 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23958 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23959 Send EOS when deactivating.
23960 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23961 (check_queue), (queue_threshold_reached), (queue_out_of_data),
23962 (gen_preroll_element), (probe_triggered), (mute_stream),
23963 (silence_stream), (new_decoded_pad), (setup_substreams),
23964 (set_active_source):
23965 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23966 (remove_sinks), (add_sink):
23967 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23968 Change for new probe API.
23970 2005-06-29 Wim Taymans <wim@fluendo.com>
23972 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23973 * gst-libs/gst/audio/gstbaseaudiosink.c:
23974 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23975 (gst_baseaudiosink_change_state):
23976 * gst-libs/gst/audio/gstbaseaudiosink.h:
23977 * gst-libs/gst/audio/gstringbuffer.c:
23978 (gst_ringbuffer_set_callback):
23979 Fix compilation error.
23980 Ringbuffer starts out as not running.
23981 Free our clock in dispose.
23982 When releasing the ringbuffer we need to renegotiate so
23983 clear the pad caps.
23985 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
23989 * docs/Makefile.am:
23990 * docs/libs/Makefile.am:
23991 * docs/libs/gst-plugins-libs-docs.sgml:
23992 * docs/libs/gst-plugins-libs-sections.txt:
23993 * docs/libs/gst-plugins-libs.types:
23994 * docs/libs/tmpl/gstaudio.sgml:
23995 * docs/libs/tmpl/gstcolorbalance.sgml:
23996 * docs/libs/tmpl/gstringbuffer.sgml:
23997 * gst-libs/gst/audio/gstringbuffer.c:
23998 (gst_ringbuffer_set_callback):
23999 reinstate gtk-doc docs for plugin libs
24001 2005-06-28 Wim Taymans <wim@fluendo.com>
24003 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24004 (gst_ogg_demux_init):
24005 Removed pad loop function.
24007 2005-06-28 Wim Taymans <wim@fluendo.com>
24009 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24010 If we're building a chain we are not in an error case
24011 when we queue a buffer.
24013 2005-06-28 Andy Wingo <wingo@pobox.com>
24015 * *.c: Don't cast to GstObject before reffing/unreffing.
24017 2005-06-27 Andy Wingo <wingo@pobox.com>
24019 * gst/videotestsrc/gstvideotestsrc.c
24020 (gst_videotestsrc_activate_push): Activation API changes.
24022 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
24023 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24024 they have refs on the decodebin.
24026 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24028 (gst_ogg_pad_typefind): Don't leak a pad ref.
24029 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24030 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
24031 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24033 2005-06-27 Edward Hervey <edward@fluendo.com>
24035 * ext/theora/theoradec.c: (theora_dec_change_state):
24036 re-arranged call to parent's state change in order to avoid locks (or
24039 2005-06-26 Edward Hervey <edward@fluendo.com>
24041 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24042 2nd argument of 'unknow-type' signal is a GstCaps and not a
24045 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
24046 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24047 Set the worker thread's running flag to TRUE before starting the
24049 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24050 Catch a failure to add typefind to the bin.
24052 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24054 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24055 (gst_sinesrc_init), (gst_sinesrc_create),
24056 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24057 (gst_sinesrc_start):
24058 * gst/sine/gstsinesrc.h:
24059 add num-buffers and timestamp-offset properties
24060 * gst/videotestsrc/gstvideotestsrc.c:
24061 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24062 (gst_videotestsrc_get_property):
24063 add timestamp-offset property
24065 2005-06-23 Christian Schaller <uraeus@gnome.org>
24067 * configure.ac: add videorate
24068 * gst-plugins-base.spec.in: add videorate
24070 2005-06-23 Wim Taymans <wim@fluendo.com>
24072 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24073 (gst_videorate_getcaps), (gst_videorate_setcaps),
24074 (gst_videorate_event), (gst_videorate_chain):
24075 Fixed videorate, fixating an already fixated caps is not
24078 2005-06-23 Wim Taymans <wim@fluendo.com>
24081 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24082 Buffer on caps is not boxed anymore.
24084 2005-06-22 Wim Taymans <wim@fluendo.com>
24086 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24087 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24088 Set buffers on caps as miniobjects and not as boxed.
24090 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24095 === release 0.9.1 ===
24097 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24118 updates for release
24120 2005-06-09 Andy Wingo <wingo@pobox.com>
24122 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24124 2005-06-09 Andy Wingo <wingo@pobox.com>
24127 * gst-libs/gst/Makefile.am:
24128 * gst-libs/gst/net/Makefile.am:
24129 Add gstnet to build.
24131 2005-06-09 Andy Wingo <wingo@pobox.com>
24133 * gst-libs/gst/gconf/gconf.c:
24134 * gst/playback/test.c:
24135 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24138 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24140 * ext/theora/theoraenc.c (theora_enc_chain):
24141 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24143 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24146 2005-06-02 Wim Taymans <wim@fluendo.com>
24148 * gst-libs/gst/net/Makefile.am:
24149 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24150 * pkgconfig/gstreamer-libs.pc.in:
24151 Added net stuff, version net lib.
24153 2005-06-02 Wim Taymans <wim@fluendo.com>
24155 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24156 (query_rates), (query_positions_elems), (query_positions_pads),
24158 Updated seek example.
24160 2005-06-02 Andy Wingo <wingo@pobox.com>
24162 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24163 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24166 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24167 remove the typefind, the bin dispose will do it for us. When it's
24168 removed and unreffed, the signal handler will be disconnected,
24170 (unlinked): It's too difficult to disconnect from unlinked
24171 handlers, as they are on pads not elements. Just punt if the pads
24172 aren't grandkids of the bin.
24174 2005-06-02 Wim Taymans <wim@fluendo.com>
24177 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24178 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24179 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24180 * ext/theora/theoradec.c: (theora_dec_src_query),
24181 (theora_handle_data_packet):
24182 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24183 (theora_enc_chain):
24184 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24185 (vorbis_handle_data_packet):
24186 * gst/audioconvert/bufferframesconvert.c:
24187 (buffer_frames_convert_chain):
24188 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24189 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24190 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24191 (gst_ffmpegcsp_chain):
24192 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24193 (gst_videorate_getcaps), (gst_videorate_setcaps),
24194 (gst_videorate_event), (gst_videorate_chain):
24195 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24196 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24197 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24198 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24199 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24200 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24201 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24202 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24203 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24204 Cleanups and buffer alloc.
24206 2005-05-31 Wim Taymans <wim@fluendo.com>
24208 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24209 Don't try to call the delay method when the device is not
24212 2005-05-31 Wim Taymans <wim@fluendo.com>
24214 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24215 Get actual segment size and buffer size after opening
24218 2005-05-30 Wim Taymans <wim@fluendo.com>
24220 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24221 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24222 Also FLUSH upstream, makes the loop function exit faster.
24224 * ext/theora/theoradec.c: (theora_dec_src_query):
24225 Some more debug info in the query.
24227 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24228 (gst_ximagesink_setcaps):
24229 Release lock on par error, better error reporting.
24231 2005-05-26 Wim Taymans <wim@fluendo.com>
24233 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24234 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24235 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24236 Clear chains in READY
24237 Queue packets until the chain is activated.
24239 2005-05-25 Wim Taymans <wim@fluendo.com>
24241 * gst-libs/gst/audio/gstaudiosink.c:
24242 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24243 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24244 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24245 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24246 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24247 (gst_audiosink_create_ringbuffer):
24248 * gst-libs/gst/audio/gstbaseaudiosink.c:
24249 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24250 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24251 (gst_baseaudiosink_set_property), (build_linear_format),
24252 (debug_spec_caps), (debug_spec_buffer),
24253 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24254 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24255 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24256 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24257 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24258 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24259 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24260 (gst_ringbuffer_play), (gst_ringbuffer_pause),
24261 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24262 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24263 (wait_segment), (gst_ringbuffer_commit),
24264 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24265 (gst_ringbuffer_clear):
24266 Various small cleanups.
24268 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24269 (gst_audio_convert_change_state):
24270 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24271 No need to take the locks anymore.
24273 2005-05-25 Wim Taymans <wim@fluendo.com>
24275 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24276 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24277 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24279 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24280 (group_destroy), (group_commit), (queue_overrun),
24281 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24282 (mute_stream), (new_decoded_pad), (setup_substreams),
24283 (setup_source), (mute_group_type), (set_active_source),
24284 (gst_play_base_bin_change_state):
24285 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24286 (gen_video_element), (gen_text_element), (gen_audio_element),
24287 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24288 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24289 (gst_stream_info_dispose), (gst_stream_info_set_mute):
24290 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24291 Some playbin cleanups mostly refcounting sloppyness.
24293 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24295 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24296 Work with streaming input.
24298 2005-05-25 Wim Taymans <wim@fluendo.com>
24300 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24301 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24302 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24303 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24304 No need to take the STREAM lock anymore.
24306 2005-05-25 Wim Taymans <wim@fluendo.com>
24308 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24309 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24310 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24311 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24312 (gst_ogg_demux_sink_activate):
24313 * ext/theora/theoradec.c: (theora_dec_src_event),
24314 (theora_handle_comment_packet), (theora_dec_chain),
24315 (theora_dec_change_state):
24316 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24317 (vorbis_handle_data_packet), (vorbis_dec_chain),
24318 (vorbis_dec_change_state):
24319 Remove STREAM locks as they are taken in core now.
24320 Never set bogus granulepos on vorbis/theora.
24321 Fix leaks in theoradec tag parsing.
24323 2005-05-25 Wim Taymans <wim@fluendo.com>
24325 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24326 Fix memleaks, GST_BUFFER_DATA() is not freed.
24328 2005-05-25 Wim Taymans <wim@fluendo.com>
24330 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24331 Open non-blocking, set to blocking mode afterwards to avoid
24332 lockups when audio device is busy.
24334 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24336 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24337 This can't be good.
24339 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24341 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24342 (gst_audio_convert_chain), (gst_audio_convert_link_src),
24343 (gst_audio_convert_setcaps):
24344 Implement instant setup switching.
24346 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24348 * gst/playback/gstplaybasebin.c: (probe_triggered):
24349 Fix missing unlock.
24350 * gst/playback/gstplaybin.c: (add_sink):
24351 First add, then link (otherwise pad link fails).
24353 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24355 * examples/Makefile.am:
24356 fix buildbot (make distcheck)
24358 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24360 * gst/playback/gstplaybin.c: (gen_vis_element):
24361 Remove some wrong code. Doesn't work yet.
24363 2005-05-19 Wim Taymans <wim@fluendo.com>
24365 * gst-libs/gst/net/Makefile.am:
24366 * gst-libs/gst/net/README:
24367 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24368 (gst_netbuffer_class_init), (gst_netbuffer_init),
24369 (gst_netbuffer_finalize), (gst_netbuffer_copy),
24370 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24371 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24372 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24373 * gst-libs/gst/net/gstnetbuffer.h:
24374 Added buffer subclass to store extra to/from addresses for
24375 network sources/sinks.
24377 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24379 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24380 Don't lock an unassigned variable.
24382 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24384 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24385 Increase buffer for video, decrease buffer for other media types.
24386 * gst/playback/gstplaybin.c: (gen_video_element),
24387 (gen_audio_element):
24388 Change names for debugging purposes.
24390 2005-05-18 Wim Taymans <wim@fluendo.com>
24392 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24393 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24394 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24395 (gst_ffmpegcsp_chain):
24396 Enable buffer alloc passthrough if the source and dest
24397 formats are the same.
24399 2005-05-17 Wim Taymans <wim@fluendo.com>
24401 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24402 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24403 (gst_ogg_demux_chain_unlocked):
24404 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24405 (gst_audio_convert_caps_remove_format_info),
24406 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24407 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24408 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24409 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24410 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24411 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24412 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24413 (gst_ffmpegcsp_get_property):
24414 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24415 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24416 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24417 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24418 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24419 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24420 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24421 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24422 Leak fixes in oggdemux.
24423 Some cleanups in audioconvert.
24424 Make passthrough work along with buffer_alloc etc.
24425 Make buffer_alloc and buffer recycling actually work in
24428 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
24430 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24431 make the compiler happy
24433 2005-05-17 Wim Taymans <wim@fluendo.com>
24435 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24436 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24437 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24438 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24439 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24440 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24441 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24442 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24443 (gst_xvimagesink_set_xwindow_id):
24444 * sys/xvimage/xvimagesink.h:
24445 Port xvimagesink to new MiniObject.
24447 2005-05-17 Wim Taymans <wim@fluendo.com>
24449 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24450 (gst_audiofilter_chain):
24451 * gst-libs/gst/audio/gstaudiosink.c:
24452 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24453 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24454 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24455 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24456 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24457 (gst_audiosink_create_ringbuffer):
24458 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24459 (gst_audio_convert_caps_remove_format_info),
24460 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24461 (gst_audio_convert_fixate), (gst_audio_convert_channels):
24462 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24463 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24464 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24465 Fix passthrough in ffmpegcolorspace.
24466 Fix memset in audiosink on wrong memory.
24468 2005-05-16 David Schleef <ds@schleef.org>
24470 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24473 2005-05-16 David Schleef <ds@schleef.org>
24475 Port from GstData to GstMiniObject.
24476 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24477 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24478 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24479 (gst_ogg_mux_collected):
24480 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24481 * ext/theora/theoradec.c: (theora_handle_comment_packet),
24482 (theora_handle_data_packet):
24483 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24484 (theora_set_header_on_caps), (theora_enc_chain):
24485 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24486 (vorbis_handle_comment_packet):
24487 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24488 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24489 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24490 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24491 * gst/audioconvert/gstaudioconvert.c:
24492 (gst_audio_convert_get_buffer):
24493 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24494 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24495 (mute_stream), (silence_stream):
24496 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24497 * gst/volume/gstvolume.c: (volume_transform):
24498 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24499 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24500 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24501 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24502 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24503 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24504 (gst_ximagesink_buffer_alloc):
24505 * sys/ximage/ximagesink.h:
24507 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24509 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24510 (fill_buffer), (check_queue), (queue_threshold_reached),
24511 (queue_out_of_data):
24512 * gst/playback/gstplaybasebin.h:
24513 Post buffer-fullness on the bus.
24515 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24517 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24519 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24520 (group_commit), (probe_triggered), (setup_source),
24521 (gst_play_base_bin_change_state):
24522 * gst/playback/gstplaybasebin.h:
24523 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24524 (gst_play_bin_init), (remove_sinks), (setup_sinks),
24525 (gst_play_bin_change_state):
24526 Move setup_output_pads into a virtual function, remove
24527 group-switch (no longer needed) and redirect (handled by bus
24530 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24532 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24533 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24534 (get_active_group), (get_building_group), (group_destroy),
24535 (group_commit), (check_queue), (queue_overrun),
24536 (queue_threshold_reached), (queue_out_of_data),
24537 (gen_preroll_element), (remove_groups), (unknown_type),
24538 (add_element_stream), (no_more_pads), (probe_triggered),
24539 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24540 (setup_substreams), (setup_source), (finish_source),
24541 (prepare_output), (muted_group_change_state),
24542 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24543 (gst_play_base_bin_change_state):
24544 * gst/playback/gstplaybasebin.h:
24545 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24546 (gst_play_bin_init), (gst_play_bin_set_property),
24547 (gen_video_element), (gen_text_element), (gen_audio_element),
24548 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24549 (gst_play_bin_change_state):
24550 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24551 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24552 (stream_info_change_state), (gst_stream_info_set_mute),
24553 (gst_stream_info_get_property):
24554 * gst/playback/gststreaminfo.h:
24555 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24556 (gst_stream_selector_get_linked_pad),
24557 (gst_stream_selector_getcaps),
24558 (gst_stream_selector_get_linked_pads),
24559 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24560 * gst/playback/gststreamselector.h:
24561 Rough port of playbin. Needs some more work, but is mostly done,
24562 and uses a few locks in important places, which should make stuff
24563 like chain-switches clean. Still uses GST_STATE() in a few places,
24564 which isn't all that good an idea, subtitles/elements disabled
24565 because no elements to test with and thus probably broken, query
24566 and event handling moved to GstBin, internal thread removed
24567 alltogether because the pipeline does that for us now. Can play
24568 Ogg/Vorbis files. Haven't tested anything else yet.
24570 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24572 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24573 Do no-more-pads (needed for autoplugging).
24575 2005-05-10 Andy Wingo <wingo@pobox.com>
24577 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24578 message to the bus with the tags. Still not sent downstream tho.
24580 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24582 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24583 avoid refcounting hassles.
24585 2005-05-09 Andy Wingo <wingo@pobox.com>
24587 * gst/volume/Makefile.am:
24588 * gst/volume/demo.c
24589 * gst/volume/gstvolume.h
24590 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24591 basetransform. Probably need an audio filter base class.
24593 2005-05-09 Wim Taymans <wim@fluendo.com>
24595 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24596 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24597 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24598 (gst_vorbisenc_chain):
24599 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24600 (gst_audio_convert_caps_remove_format_info),
24601 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24602 (gst_audio_convert_fixate), (gst_audio_convert_channels):
24603 Make caps writable before writing to it.
24604 Fix negotiation in audioconvert some more.
24606 2005-05-09 Wim Taymans <wim@fluendo.com>
24608 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24609 (gst_videorate_getcaps), (gst_videorate_setcaps),
24610 (gst_videorate_event), (gst_videorate_chain):
24611 Better negotiation.
24613 2005-05-09 Wim Taymans <wim@fluendo.com>
24615 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24616 (gst_videorate_getcaps), (gst_videorate_setcaps),
24617 (gst_videorate_blank_data), (gst_videorate_init),
24618 (gst_videorate_event), (gst_videorate_chain),
24619 (gst_videorate_change_state):
24620 Port videorate, do a better job at negotiation while we're at
24623 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
24628 * examples/Makefile.am:
24629 * gst-libs/gst/audio/Makefile.am:
24630 * gst-libs/gst/riff/Makefile.am:
24631 * gst-libs/gst/tag/Makefile.am:
24632 * gst-libs/gst/video/Makefile.am:
24633 Fixups for missing variables.
24635 2005-05-09 Wim Taymans <wim@fluendo.com>
24637 * examples/seeking/seek.c: (make_theora_pipeline),
24638 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24639 (query_rates), (query_positions_elems), (query_positions_pads),
24640 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24641 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24642 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24643 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24644 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24645 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24646 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24647 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24648 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24649 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24650 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24651 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24652 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24653 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24654 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24655 (theora_dec_src_convert), (theora_dec_sink_convert),
24656 (theora_dec_src_query), (theora_dec_sink_query),
24657 (theora_dec_src_event), (theora_dec_sink_event),
24658 (theora_handle_comment_packet), (theora_handle_type_packet),
24659 (theora_handle_header_packet), (theora_handle_data_packet),
24660 (theora_dec_chain):
24661 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24662 (vorbis_dec_convert), (vorbis_dec_src_query),
24663 (vorbis_dec_sink_query), (vorbis_dec_src_event),
24664 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24665 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24666 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24667 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24668 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24669 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24670 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24671 (gst_play_bin_query):
24672 * gst/playback/test3.c: (update_scale):
24673 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24674 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24675 * gst/subparse/gstsubparse.c: (gst_subparse_init):
24676 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24677 (gst_videotestsrc_src_query):
24678 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24679 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24680 (paint_hline_YUV9):
24681 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24682 Port to new query API.
24684 Cleanups in x[v]imagesink
24686 2005-05-09 Andy Wingo <wingo@pobox.com>
24688 * ext/alsa/gstalsasink.h:
24689 * ext/gnomevfs/gstgnomevfssrc.c:
24690 (gst_gnomevfssrc_get_icy_metadata):
24691 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24692 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24693 * ext/theora/theoradec.c (theora_dec_src_query)
24694 (theora_dec_src_event, theora_dec_sink_event)
24695 (theora_handle_comment_packet, theora_handle_data_packet):
24696 * ext/theora/theoraenc.c (theora_enc_chain):
24697 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24698 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24699 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24700 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24702 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24703 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24704 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24705 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24706 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24707 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24708 (paint_setup_xBGR8888, paint_setup_RGBx8888)
24709 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24710 (paint_setup_RGB565, paint_setup_xRGB1555):
24711 * gst/videotestsrc/videotestsrc.h:
24712 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24713 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24714 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24717 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24718 gst_pad_query_position. Fixes oggdemux.
24720 2005-05-08 David Schleef <ds@schleef.org>
24722 * configure.ac: Require liboil.
24723 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24725 * gst/videotestsrc/videotestsrc.c:
24726 * gst/videotestsrc/videotestsrc.h:
24728 2005-05-06 Wim Taymans <wim@fluendo.com>
24730 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24731 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24732 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24733 Well, unreffing a buffer right before pushing it is asking
24736 2005-05-06 Christian Schaller <uraeus@gnome.org>
24738 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24740 2005-05-06 Wim Taymans <wim@fluendo.com>
24742 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24743 (gst_audio_convert_caps_remove_format_info),
24744 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24745 (gst_audio_convert_fixate), (gst_audio_convert_channels):
24746 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24747 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24748 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24749 * gst/sine/Makefile.am:
24750 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24751 (gst_sinesrc_class_init), (gst_sinesrc_init),
24752 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24753 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24754 (gst_sinesrc_update_freq):
24755 * gst/sine/gstsinesrc.h:
24756 * gst/tcp/gstmultifdsink.c:
24757 * sys/xvimage/xvimagesink.c:
24758 Fixed negotiation wrt _peer_get_caps()
24762 2005-05-06 Wim Taymans <wim@fluendo.com>
24764 * gst-libs/gst/audio/gstaudiosink.c:
24765 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24766 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24767 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24768 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24769 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24770 (gst_audiosink_create_ringbuffer):
24771 * gst-libs/gst/audio/gstbaseaudiosink.c:
24772 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24773 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24774 (gst_baseaudiosink_set_property), (build_linear_format),
24775 (debug_spec_caps), (debug_spec_buffer),
24776 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24777 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24778 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24779 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24780 * gst-libs/gst/audio/gstbaseaudiosink.h:
24781 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24782 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24783 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24784 (gst_ringbuffer_play), (gst_ringbuffer_pause),
24785 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24786 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24787 (wait_segment), (gst_ringbuffer_commit),
24788 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24789 (gst_ringbuffer_clear):
24790 * gst-libs/gst/audio/gstringbuffer.h:
24791 Make the base audiosink return an error when there is no
24792 audiobuffer negotiated.
24794 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24797 Disable cdparanoia until someone ports it!
24799 2005-05-06 Wim Taymans <wim@fluendo.com>
24801 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24802 (gst_ogg_demux_sink_activate):
24803 And revert after wingo's revert.. sigh..
24805 2005-05-05 Andy Wingo <wingo@pobox.com>
24807 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24809 * configure.ac: Return audiorate and subparse from the ghetto.
24810 Re-enable -Wall -Werror.
24811 * gst/subparse/gstsubparse.c:
24812 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24813 or chain-based. Cleaned up a bit. Not tested.
24815 2005-05-05 Christian Schaller <christian@fluendo.com>
24817 * Makefile.am: remove stuff that is not building
24818 * configure.ac: remove stuff that is not building
24819 * examples/Makefile.am: remove stuff that is not building
24820 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24821 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24822 * sys/Makefile.am: remove stuff that is not building
24823 * testsuite/Makefile.am: remove stuff that is not building
24825 2005-05-05 Andy Wingo <wingo@pobox.com>
24827 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24828 * gst-libs/gst/tag/gstvorbistag.c:
24829 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24830 * gst/adder/gstadder.h:
24831 * gst/audioconvert/gstchannelmix.c:
24832 (gst_audio_convert_fill_one_other):
24833 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24834 (gst_audiorate_init), (gst_audiorate_chain):
24835 * gst/playback/gstplaybasebin.c: (setup_source):
24836 * gst/playback/test3.c: (update_scale):
24854 2005-05-05 Wim Taymans <wim@fluendo.com>
24856 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24857 (gst_audio_convert_caps_remove_format_info),
24858 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24859 (gst_audio_convert_change_state), (gst_audio_convert_channels):
24860 * gst/videotestsrc/gstvideotestsrc.c:
24861 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24862 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24863 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24864 (gst_videotestsrc_init), (gst_videotestsrc_loop):
24865 Don't ignore _push() return values.
24866 Make sure no processing is done when shutting down.
24867 Videotestsrc pad activation fix.
24869 2005-05-05 Wim Taymans <wim@fluendo.com>
24871 * gst/adder/Makefile.am:
24872 * gst/adder/gstadder.c: (gst_adder_setcaps),
24873 (gst_adder_class_init), (gst_adder_init),
24874 (gst_adder_request_new_pad), (gst_adder_collected),
24875 (gst_adder_change_state):
24876 * gst/adder/gstadder.h:
24877 Ported adder as an example of a mixer element using
24878 collect pads. Needs more negotiation work.
24880 2005-05-05 Wim Taymans <wim@fluendo.com>
24882 * ext/theora/theoradec.c: (_inc_granulepos),
24883 (theora_dec_src_event), (theora_dec_sink_event),
24884 (theora_handle_comment_packet), (theora_handle_type_packet),
24885 (theora_handle_header_packet), (theora_handle_data_packet),
24886 (theora_dec_chain):
24887 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24888 (gst_theora_enc_init), (theora_enc_sink_setcaps),
24889 (theora_push_buffer), (theora_push_packet),
24890 (theora_enc_sink_event), (theora_enc_chain),
24891 (theora_enc_change_state), (theora_enc_set_property),
24892 (theora_enc_get_property):
24893 Added stream lock to decoder so that we can serialize
24895 More theoraenc porting, recover from errors, do clean
24898 2005-05-05 Wim Taymans <wim@fluendo.com>
24900 * ext/ogg/Makefile.am:
24902 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24903 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24905 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24906 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24907 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24908 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24909 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24910 (gst_ogg_mux_change_state):
24913 2005-05-05 Wim Taymans <wim@fluendo.com>
24915 * docs/design-audiosinks.txt:
24916 * gst-libs/gst/audio/TODO:
24917 * gst-libs/gst/audio/gstaudiosink.c:
24918 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24919 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24920 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24921 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24922 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24923 (gst_audiosink_create_ringbuffer):
24924 * gst-libs/gst/audio/gstbaseaudiosink.c:
24925 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24926 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24927 (gst_baseaudiosink_set_property), (build_linear_format),
24928 (debug_spec_caps), (debug_spec_buffer),
24929 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24930 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24931 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24932 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24933 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24934 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24935 (gst_ringbuffer_release), (gst_ringbuffer_play),
24936 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24937 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24938 (gst_ringbuffer_set_sample), (wait_segment),
24939 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24940 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24941 More work on the audiosink, mostly debugging and a race in
24944 2005-04-28 Wim Taymans <wim@fluendo.com>
24946 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24947 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24948 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24949 (vorbis_dec_src_query), (vorbis_dec_src_event),
24950 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24951 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24952 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24953 Don't crap out when seeking back to position 0.
24955 2005-04-28 Wim Taymans <wim@fluendo.com>
24957 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24958 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24959 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24960 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24961 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24962 Make audio sink configurable, use alsasink as default.
24964 2005-04-28 Wim Taymans <wim@fluendo.com>
24966 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24967 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24968 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24969 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24970 (vorbis_dec_change_state):
24971 * ext/vorbis/vorbisdec.h:
24972 Refactor, use STREAM_LOCK.
24974 2005-04-28 Wim Taymans <wim@fluendo.com>
24976 * ext/theora/theoradec.c: (_inc_granulepos),
24977 (theora_dec_sink_event), (theora_handle_comment_packet),
24978 (theora_handle_type_packet), (theora_handle_header_packet),
24979 (theora_handle_data_packet), (theora_dec_chain),
24980 (theora_dec_change_state):
24981 Refactor a bit, use STREAM_LOCK.
24983 2005-04-28 Wim Taymans <wim@fluendo.com>
24985 * ext/alsa/Makefile.am:
24986 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24987 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24988 (gst_alsa_link), (gst_alsa_close_audio):
24989 * ext/alsa/gstalsaplugin.c: (plugin_init):
24990 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24991 (gst_alsasink_dispose), (gst_alsasink_base_init),
24992 (gst_alsasink_class_init), (gst_alsasink_init),
24993 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24994 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24995 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24996 (gst_alsasink_reset):
24997 * ext/alsa/gstalsasink.h:
24998 Implement alsasink with simple open/write/close API.
24999 Make alsa dir build by disabling compilation of code.
25001 2005-04-28 Wim Taymans <wim@fluendo.com>
25003 * gst-libs/gst/audio/Makefile.am:
25004 * gst-libs/gst/audio/audio.h:
25005 * gst-libs/gst/audio/audioclock.c:
25006 * gst-libs/gst/audio/audioclock.h:
25007 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25008 (gst_audio_clock_class_init), (gst_audio_clock_init),
25009 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25010 * gst-libs/gst/audio/gstaudioclock.h:
25011 * gst-libs/gst/audio/gstaudiosink.c:
25012 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25013 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25014 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25015 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25016 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25017 (gst_audiosink_create_ringbuffer):
25018 * gst-libs/gst/audio/gstbaseaudiosink.c:
25019 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25020 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25021 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25022 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25023 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25024 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25025 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25026 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25027 * gst-libs/gst/audio/gstbaseaudiosink.h:
25028 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25029 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25030 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25031 (gst_ringbuffer_release), (gst_ringbuffer_play),
25032 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25033 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25034 (gst_ringbuffer_set_sample), (wait_segment),
25035 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25036 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25037 * gst-libs/gst/audio/gstringbuffer.h:
25038 Make ringbuffer faster and more simple by removing the locks
25039 in the playback thread.
25040 Add sample accurate playback based on buffer sample offsets.
25041 Make the baseaudiosink provide a clock.
25042 Parse caps in the base class.
25043 Correctly handle seeking, flushing and state changes.
25045 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
25048 * gst/audioconvert/Makefile.am:
25049 * gst/audioscale/Makefile.am:
25050 Fix part of the build. Come on guys, autogen didn't even work :)
25052 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25055 * gst-libs/gst/Makefile.am:
25056 * gst-libs/gst/media-info/.cvsignore:
25057 * gst-libs/gst/media-info/Makefile.am:
25058 * gst-libs/gst/media-info/README:
25059 * gst-libs/gst/media-info/media-info-priv.c:
25060 * gst-libs/gst/media-info/media-info-priv.h:
25061 * gst-libs/gst/media-info/media-info-test.c:
25062 * gst-libs/gst/media-info/media-info.c:
25063 * gst-libs/gst/media-info/media-info.h:
25064 * gst-libs/gst/media-info/media-info.vcproj:
25065 * pkgconfig/Makefile.am:
25066 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25067 * pkgconfig/gstreamer-media-info.pc.in:
25068 Remove media-info, which is also successed by playbin (see Totem
25071 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25074 * examples/Makefile.am:
25075 * examples/gstplay/.cvsignore:
25076 * examples/gstplay/Makefile.am:
25077 * examples/gstplay/player.c:
25078 * gst-libs/gst/Makefile.am:
25079 * gst-libs/gst/play/.cvsignore:
25080 * gst-libs/gst/play/Makefile.am:
25081 * gst-libs/gst/play/play.c:
25082 * gst-libs/gst/play/play.h:
25083 * gst-libs/gst/play/play.vcproj:
25084 * pkgconfig/Makefile.am:
25085 * pkgconfig/gstreamer-play-uninstalled.pc.in:
25086 * pkgconfig/gstreamer-play.pc.in:
25087 Remove libgstplay, playbin is now the official successor.
25089 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25092 * gst-libs/gst/Makefile.am:
25093 * gst-libs/gst/xwindowlistener/Makefile.am:
25094 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25095 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25096 Remove deprecated xwindowlistener (I've moved xwindowlistening
25097 in the v4l/v4l2 plugins over to serverside).
25099 2005-04-25 David Schleef <ds@schleef.org>
25101 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25102 to examples/dynparams. Examples do not belong interspersed with
25104 * examples/dynparams/demo-dparams.c:
25105 * gst/sine/Makefile.am:
25106 * gst/sine/demo-dparams.c:
25108 2005-04-25 David Schleef <ds@schleef.org>
25110 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25111 * gst-libs/gst/audio/Makefile.am:
25112 * gst-libs/gst/riff/Makefile.am:
25113 * gst-libs/gst/tag/Makefile.am:
25114 * gst-libs/gst/video/Makefile.am:
25115 * gst-libs/gst/xwindowlistener/Makefile.am:
25117 Convert to 0.9 API, seems to work:
25118 * sys/ximage/Makefile.am:
25119 * sys/ximage/ximagesink.c:
25121 2005-04-24 David Schleef <ds@schleef.org>
25123 Link plugins against libraries:
25124 * ext/alsa/Makefile.am:
25125 * gst/tcp/Makefile.am:
25127 Remove asm code that should be in liboil
25128 * gst/videoscale/Makefile.am:
25129 * gst/videoscale/videoscale_x86_asm.s:
25131 gettext wants these checked in:
25147 2005-04-24 David Schleef <ds@schleef.org>
25149 Convert gst_main() to g_main_loop_run()
25150 * gst/playback/decodetest.c: (main):
25151 * gst/playback/test2.c: (main):
25152 * gst/playback/test3.c: (main):
25153 * gst/playback/test4.c: (main):
25155 Link plugins against libraries:
25156 * ext/libvisual/Makefile.am:
25157 * sys/xvimage/Makefile.am:
25159 2005-04-24 David Schleef <ds@schleef.org>
25161 * configure.ac: Remove idct and resample libs
25162 * gst-libs/gst/Makefile.am: same
25164 Remove usage of gst_library_load():
25165 * ext/alsa/gstalsaplugin.c: (plugin_init):
25166 * ext/libvisual/visual.c: (plugin_init):
25167 * ext/ogg/gstogg.c: (plugin_init):
25168 * ext/theora/theora.c: (plugin_init):
25169 * ext/vorbis/vorbis.c: (plugin_init):
25170 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25171 * gst/audioscale/gstaudioscale.c:
25172 * gst/adder/gstadder.c: (plugin_init):
25173 * gst/audioconvert/plugin.c: (plugin_init):
25174 * sys/ximage/ximagesink.c: (plugin_init):
25175 * sys/xvimage/xvimagesink.c: (plugin_init):
25176 * gst/tcp/gsttcpplugin.c: (plugin_init):
25178 Link plugins against libraries:
25179 * ext/ogg/Makefile.am:
25180 * ext/theora/Makefile.am:
25181 * ext/vorbis/Makefile.am:
25182 * gst/audioconvert/Makefile.am:
25184 Create proper libraries:
25185 * gst-libs/gst/riff/Makefile.am:
25186 * gst-libs/gst/audio/Makefile.am:
25187 * gst-libs/gst/video/Makefile.am:
25189 Move resample library to audioscale plugin directory:
25190 * gst-libs/gst/resample/Makefile.am:
25191 * gst-libs/gst/resample/README:
25192 * gst-libs/gst/resample/dtof.c:
25193 * gst-libs/gst/resample/dtos.c:
25194 * gst-libs/gst/resample/functable.c:
25195 * gst-libs/gst/resample/private.h:
25196 * gst-libs/gst/resample/resample.c:
25197 * gst-libs/gst/resample/resample.h:
25198 * gst-libs/gst/resample/resample.vcproj:
25199 * gst-libs/gst/resample/test.c:
25200 * gst/audioscale/Makefile.am:
25201 * gst/audioscale/README:
25202 * gst/audioscale/dtof.c:
25203 * gst/audioscale/dtos.c:
25204 * gst/audioscale/functable.c:
25205 * gst/audioscale/private.h:
25206 * gst/audioscale/resample.c:
25207 * gst/audioscale/resample.h:
25208 * gst/audioscale/test.c:
25210 Move tagedit library to gst-libs:
25211 * gst-libs/gst/tag/Makefile.am:
25212 * gst-libs/gst/tag/gstid3tag.c:
25213 * gst-libs/gst/tag/gsttagediting.c:
25214 * gst-libs/gst/tag/gsttageditingprivate.h:
25215 * gst-libs/gst/tag/gstvorbistag.c:
25216 * gst/tags/Makefile.am:
25217 * gst/tags/gstid3tag.c:
25218 * gst/tags/gstvorbistag.c:
25220 Fix for core changes:
25221 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25222 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25223 (gst_sinesrc_getrange):
25225 2005-04-23 David Schleef <ds@schleef.org>
25227 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
25228 in gst-plugins in a long time, and properly belongs in liboil.
25229 * gst-libs/gst/idct/Makefile.am:
25230 * gst-libs/gst/idct/README:
25231 * gst-libs/gst/idct/dct.h:
25232 * gst-libs/gst/idct/doieee:
25233 * gst-libs/gst/idct/fastintidct.c:
25234 * gst-libs/gst/idct/floatidct.c:
25235 * gst-libs/gst/idct/idct.c:
25236 * gst-libs/gst/idct/idct.h:
25237 * gst-libs/gst/idct/idtc.vcproj:
25238 * gst-libs/gst/idct/ieeetest.c:
25239 * gst-libs/gst/idct/intidct.c:
25241 2005-04-20 Wim Taymans <wim@fluendo.com>
25243 * docs/design-audiosinks.txt:
25244 * gst-libs/gst/audio/Makefile.am:
25245 * gst-libs/gst/audio/TODO:
25246 * gst-libs/gst/audio/gstaudiosink.c:
25247 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25248 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25249 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25250 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25251 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25252 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25253 (gst_audiosink_class_init), (gst_audiosink_init),
25254 (gst_audiosink_create_ringbuffer):
25255 * gst-libs/gst/audio/gstaudiosink.h:
25256 * gst-libs/gst/audio/gstbaseaudiosink.c:
25257 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25258 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25259 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25260 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25261 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25262 (gst_baseaudiosink_create_ringbuffer),
25263 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25264 * gst-libs/gst/audio/gstbaseaudiosink.h:
25265 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25266 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25267 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25268 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25269 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25270 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25271 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25272 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25273 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25274 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25275 * gst-libs/gst/audio/gstringbuffer.h:
25276 An attempt at a set of audio base classes together with some
25279 2005-04-20 Wim Taymans <wim@fluendo.com>
25281 * gst/audioconvert/Makefile.am:
25282 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25283 (gst_audio_convert_caps_remove_format_info),
25284 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25285 (gst_audio_convert_channels):
25286 Link against audio libs.
25287 Fix audio convert plugin.
25289 2005-04-20 Wim Taymans <wim@fluendo.com>
25291 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25292 (gst_ogg_demux_sink_activate):
25293 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25294 (theora_set_header_on_caps), (theora_enc_sink_event),
25295 (theora_enc_chain):
25296 Fix theora encoder.
25298 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25300 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25301 * gst/playback/gstdecodebin.c: (find_compatibles):
25302 Work with staticpadtemplates in elementfactories.
25304 2005-04-12 Wim Taymans <wim@fluendo.com>
25306 * gst/playback/README:
25307 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25308 (compare_ranks), (print_feature), (gst_decode_bin_init),
25309 (dynamic_create), (dynamic_free), (find_compatibles),
25310 (mimetype_is_raw), (close_pad_link), (got_redirect),
25311 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25312 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25313 (gst_decode_bin_change_state):
25314 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25315 (gst_play_base_bin_init), (group_destroy), (group_commit),
25316 (check_queue), (queue_overrun), (queue_threshold_reached),
25317 (queue_out_of_data), (gen_preroll_element), (unknown_type),
25318 (new_decoded_pad), (setup_subtitle), (gen_source_element),
25319 (got_redirect), (setup_source), (play_base_eos),
25320 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25321 (gst_play_base_bin_remove_element):
25322 * gst/playback/gstplaybasebin.h:
25323 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25324 (gst_play_bin_init), (gst_play_bin_dispose),
25325 (gst_play_bin_set_property), (gen_video_element),
25326 (gen_text_element), (gen_audio_element), (remove_sinks),
25327 (gst_play_bin_send_event):
25328 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25329 (stream_info_change_state), (gst_stream_info_set_mute):
25330 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25331 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25332 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25333 (gst_stream_selector_chain):
25334 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25336 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25337 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25338 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25339 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25340 Raw and crude port of decodebin.
25341 Make playbin compile.
25343 2005-04-06 Wim Taymans <wim@fluendo.com>
25345 * ext/gnomevfs/Makefile.am:
25346 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25347 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25348 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25349 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25350 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25351 (gst_gnomevfssrc_stop):
25352 * ext/ogg/Makefile.am:
25353 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25354 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25355 * ext/theora/Makefile.am:
25356 * ext/theora/theoradec.c: (_inc_granulepos),
25357 (theora_dec_sink_event), (theora_dec_chain):
25358 * ext/vorbis/Makefile.am:
25359 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25360 (vorbis_dec_sink_event), (vorbis_dec_chain):
25361 * gst-libs/gst/audio/Makefile.am:
25362 * sys/xvimage/Makefile.am:
25363 Make gnomevfssrc extend the source base class.
25364 Fix linking against libs in various plugins.
25366 2005-04-06 Andy Wingo <wingo@pobox.com>
25368 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25371 * configure.ac: Add check and AC_SUBST for libgstbase.
25373 2005-03-31 Wim Taymans <wim@fluendo.com>
25375 * examples/seeking/Makefile.am:
25376 * examples/seeking/cdparanoia.c: (main):
25377 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25378 (play_cb), (pause_cb), (stop_cb), (main):
25379 * examples/seeking/playbin.c:
25380 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25381 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25382 (make_sid_pipeline), (make_vorbis_pipeline),
25383 (make_theora_pipeline), (make_vorbis_theora_pipeline),
25384 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25385 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25386 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25387 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25389 * examples/seeking/spider_seek.c:
25390 * examples/seeking/vorbisfile.c:
25391 * ext/gnomevfs/Makefile.am:
25392 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25393 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25394 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25395 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25396 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25397 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25398 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25399 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25401 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25402 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25403 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25404 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25405 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25406 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25407 (gst_ogg_pad_event), (gst_ogg_pad_reset),
25408 (gst_ogg_demux_factory_filter), (compare_ranks),
25409 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25410 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25411 (gst_ogg_chain_new), (gst_ogg_chain_free),
25412 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25413 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25414 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25415 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25416 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25417 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25418 (gst_ogg_demux_get_prev_page),
25419 (gst_ogg_demux_deactivate_current_chain),
25420 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25421 (gst_ogg_demux_bisect_forward_serialno),
25422 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25423 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25424 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25425 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25426 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25427 (gst_ogg_demux_change_state), (gst_ogg_print):
25428 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25429 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25430 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25431 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25432 (gst_ogg_mux_loop):
25433 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25434 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25435 (theora_dec_src_convert), (theora_dec_sink_convert),
25436 (theora_dec_src_query), (theora_dec_src_event),
25437 (theora_dec_sink_event), (theora_dec_chain),
25438 (theora_dec_change_state):
25439 * ext/theora/theoraenc.c: (gst_theora_enc_init),
25440 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25441 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25442 (theora_enc_change_state):
25443 * ext/vorbis/Makefile.am:
25444 * ext/vorbis/oggvorbisenc.c:
25445 * ext/vorbis/oggvorbisenc.h:
25446 * ext/vorbis/vorbis.c: (plugin_init):
25447 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25448 (vorbis_dec_src_query), (vorbis_dec_src_event),
25449 (vorbis_dec_sink_event), (vorbis_dec_chain),
25450 (vorbis_dec_change_state):
25451 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25452 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25453 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25454 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25455 (gst_vorbisenc_change_state):
25456 * ext/vorbis/vorbisenc.h:
25457 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25458 * gst-libs/gst/audio/audioclock.c:
25459 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25460 (gst_audiofilter_init), (gst_audiofilter_chain):
25461 * gst-libs/gst/audio/testchannels.c: (main):
25462 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25463 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25464 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25465 (gmip_find_track_streaminfo), (gmip_find_track_format):
25466 * gst-libs/gst/media-info/media-info.c:
25467 (gst_media_info_read_idler):
25468 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25469 (gst_play_get_all_by_interface):
25470 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25471 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25472 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25473 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25474 (gst_riff_parse_info):
25475 * gst-libs/gst/riff/riff-read.h:
25476 * gst-libs/gst/riff/riff.c: (plugin_init):
25477 * gst-libs/gst/video/Makefile.am:
25478 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25479 (gst_videosink_class_init), (gst_videosink_get_type):
25480 * gst-libs/gst/video/videosink.h:
25481 * gst/audioconvert/bufferframesconvert.c:
25482 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25483 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25484 * gst/audioconvert/channelmixtest.c: (main):
25485 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25486 (gst_audio_convert_chain),
25487 (gst_audio_convert_caps_remove_format_info),
25488 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25489 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25490 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25491 (gst_audio_convert_buffer_to_default_format),
25492 (gst_audio_convert_buffer_from_default_format),
25493 (gst_audio_convert_channels):
25494 * gst/audioconvert/gstchannelmix.h:
25495 * gst/ffmpegcolorspace/avcodec.h:
25496 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25497 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25498 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25499 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25500 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25501 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25502 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25503 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25504 (mpeg_video_type_find), (mpeg_video_stream_type_find),
25506 * gst/videotestsrc/gstvideotestsrc.c:
25507 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25508 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25509 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25510 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25511 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25512 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25513 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25514 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25515 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25516 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25517 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25518 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25519 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25520 (gst_xvimagesink_navigation_send_event),
25521 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25522 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25523 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25524 * sys/xvimage/xvimagesink.h:
25525 Plugin port to 0.9, ogg/theora playback should work in the seek
25527 Removed old examples.
25528 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25529 explained in 0.9 TODO doc.
25532 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
25554 * testsuite/Makefile.am:
25555 remove a whole bunch of plugins. This module now contains a set
25556 of free reference plugins/elements as agreed.
25558 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
25561 hunting season on 0.9 is now OPEN
25563 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25565 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25566 Kick the hell out of gcc for not warning me about a symbol conflict.
25568 2005-02-22 Luca Ognibene <luogni@tin.it>
25570 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
25572 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25573 Don't leak caps string (fixes #168134)
25575 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25576 (gst_jpegenc_init), (gst_jpegenc_finalize),
25577 (gst_jpegenc_change_state):
25578 Don't leak line buffers and context struct (fixes #168133).
25580 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
25583 * ext/dirac/gstdiracdec.cc:
25584 (gst_diracdec_chain):
25585 Since dirac 0.5.0 the framerate in dirac is expressed as a
25586 rational number. Fix build and up requirement to 0.5.0, and
25587 also pass parameters to gst_diracdec_link in the right order
25590 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
25592 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25593 * ext/faad/gstfaad.h:
25594 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
25595 certain invalid muxed streams, where some packets will contain
25596 junk after decoder data. Partially fixes #149158.
25598 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
25599 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25600 Make sure we only write to writable buffers
25602 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
25604 * gst-libs/gst/riff/riff-media.c:
25605 (gst_riff_create_audio_caps_with_data):
25606 Do actually fix invalid RIFF fmt header values for alaw
25607 and mulaw audio instead of just saying so.
25609 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25610 Give gst_riff_create_audio_caps_with_data() a chance to
25611 fix up broken format header fields before extracting any
25612 parameters from the header. (fixes #167633)
25614 2005-02-19 Martin Holters <martin.holters@gmx.de>
25616 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
25618 * gst/audioconvert/bufferframesconvert.c:
25619 (buffer_frames_convert_link):
25620 Don't leak othercaps. (fixes #167878)
25622 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
25625 * ext/libvisual/visual.c: (gst_visual_srclink),
25626 (gst_visual_change_state):
25627 Support libvisual 0.2.0.
25629 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
25631 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25632 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25633 Use same rowstrides for I420 as used everywhere else.
25635 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
25637 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25638 Declare variables at beginning of block and make gcc-2.95 happy
25639 (fixes # 167482, patch by Gergely Nagy).
25641 * gst/tcp/gsttcpclientsrc.c:
25642 * gst/tcp/gsttcpclientsrc.h:
25643 Move some includes into the header, so that struct sockaddr_in is
25644 defined when it should be defined on FreeBSD as well (fixes
25647 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25648 Don't pass uninitialised values to setsockopt() here either.
25650 2005-02-17 Luca Ognibene <luogni at tin dot it>
25652 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
25654 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25655 Don't pass uninitialised values to setsockopt(). (fixes #167704)
25657 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25659 * gst/playback/gstplaybin.c: (add_sink):
25660 Invert bin_add/link order to workaround deadlock in opt.
25662 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25664 * gst/modplug/gstmodplug.cc:
25665 Add missing break causing position queries to fail.
25667 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25669 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25670 Granpos can apparently be -1, which screws up calculations...
25672 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
25674 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25675 (gst_ximagesink_send_pending_navigation),
25676 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25677 (gst_ximagesink_init):
25678 * sys/ximage/ximagesink.h:
25679 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25680 (gst_xvimagesink_send_pending_navigation),
25681 (gst_xvimagesink_navigation_send_event),
25682 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25683 * sys/xvimage/xvimagesink.h:
25684 Use a mutex protected list to marshal navigation
25685 events into the stream thread from whichever thread
25688 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
25690 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25691 Display current position and track length; misc. clean-ups.
25693 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25694 (speed_init), (speed_chain):
25695 Add query function, so that the stream length and current position
25696 get adjusted when queried (note that current position queries may
25697 still be wrong if the audio sink returns values based on buffer
25698 timestamps instead of passing on the query).
25700 2005-02-13 Benjamin Otte <otte@gnome.org>
25702 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25703 (gst_audio_convert_channels):
25704 create channel conversion matrix when linking
25705 * gst/audioconvert/.cvsignore:
25706 * gst/audioconvert/Makefile.am:
25707 * gst/audioconvert/channelmixtest.c: (main):
25708 add (ugly) test that ensures stereo <=> mono conversion works
25711 2005-02-13 Benjamin Otte <otte@gnome.org>
25713 * gst/audioconvert/gstchannelmix.h:
25714 include missing header file
25715 * gst/audioconvert/gstchannelmix.c:
25716 (gst_audio_convert_fill_compatible):
25717 use same sign for both channels when converting to/from compatible
25718 channel. Previously used different signs made the signals cancel
25719 each other out and appear like silence. (fixes #167269)
25721 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
25723 * gst/ffmpegcolorspace/avcodec.h:
25724 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25725 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25726 (gst_ffmpegcsp_avpicture_fill):
25727 * gst/ffmpegcolorspace/imgconvert.c:
25728 Convert to and from YV12 (fixes #156379).
25730 2005-02-12 Julien MOUTTE <julien@moutte.net>
25732 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25733 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25734 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25735 (gst_ximagesink_expose), (gst_ximagesink_set_property),
25736 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25737 methods from chain and negotiation and vice versa (Fixes #166142).
25738 * sys/ximage/ximagesink.h: Add stream_lock.
25739 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25740 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25741 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25742 (gst_xvimagesink_expose): Check for xcontext before trying to link.
25744 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
25746 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25747 Don't send "Hey! You gave me a NULL pointer you naughty person" as
25748 error message when we can't open the DVD device (when dvdnav_open()
25749 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25750 the above). Send something more useful instead (fixes #167117).
25752 2005-02-11 Julien MOUTTE <julien@moutte.net>
25754 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25755 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25756 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25757 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25758 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25759 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25760 methods from chain and negotiation and vice versa (Fixes #166142).
25761 Fix a possible bug of images in the buffer pool being discarded because
25762 we are looking at the wrong geometry.
25763 * sys/xvimage/xvimagesink.h: Add stream_lock.
25765 2005-02-11 David Schleef <ds@schleef.org>
25767 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25768 unsigned int. (fixes #167128)
25770 2005-02-11 David Schleef <ds@schleef.org>
25772 * gst/librfb/Makefile.am: Testing stuff before committing is
25773 for wimps... and people with fast machines. Fix stupid
25776 2005-02-11 David Schleef <ds@schleef.org>
25778 * configure.ac: Pull in librfb from my CVS tree, because it is
25779 too small and annoying to be separate. Move rfbsrc plugin
25782 * ext/librfb/Makefile.am:
25783 * ext/librfb/gstrfbsrc.c:
25784 * gst/librfb/Makefile.am:
25785 * gst/librfb/gstrfbsrc.c:
25786 * gst/librfb/rfb.c:
25787 * gst/librfb/rfb.h:
25788 * gst/librfb/rfbbuffer.c:
25789 * gst/librfb/rfbbuffer.h:
25790 * gst/librfb/rfbbytestream.c:
25791 * gst/librfb/rfbbytestream.h:
25792 * gst/librfb/rfbcontext.h:
25793 * gst/librfb/rfbdecoder.c:
25794 * gst/librfb/rfbdecoder.h:
25795 * gst/librfb/rfbutil.h:
25797 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
25799 * gst/speed/Makefile.am:
25800 * gst/speed/demo-mp3.c: (main):
25801 * gst/speed/filter.func:
25802 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25803 (speed_class_init), (speed_init), (speed_chain_int16),
25804 (speed_chain_float32), (speed_chain), (speed_set_property),
25805 (speed_get_property), (speed_change_state):
25806 * gst/speed/gstspeed.h:
25807 Fix speed element and make it chain-based (fixes #156467),
25808 and make it handle more than one channel.
25810 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
25812 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25813 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25814 (gst_dtsdec_chain), (gst_dtsdec_change_state):
25815 * ext/dts/gstdtsdec.h:
25816 Don't clobber the stack constructing the channels array.
25817 Make the element chain-based. DTS tracks can now be played.
25819 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
25821 * gst-libs/gst/audio/multichannel.h:
25822 * gst-libs/gst/gconf/gconf.h:
25823 * gst-libs/gst/idct/idct.h:
25824 * gst-libs/gst/media-info/media-info-priv.h:
25825 * gst-libs/gst/play/play.h:
25826 * gst-libs/gst/resample/private.h:
25827 * gst-libs/gst/resample/resample.h:
25828 * gst-libs/gst/riff/riff-ids.h:
25829 * gst-libs/gst/video/video.h:
25830 * gst-libs/gst/video/videosink.h:
25831 Add G_BEGIN_DECLS and G_END_DECLS around headers where
25832 missing, so that they work when included from C++ code.
25834 2005-02-09 David Schleef <ds@schleef.org>
25836 * testsuite/gst-lint: Check for non-statically scoped
25837 parent_class variables. This won't be a problem once
25838 plugins are loaded with RTLD_LOCAL.
25840 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25842 * ext/mplex/gstmplexibitstream.cc:
25845 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25847 * ext/ogg/gstogmparse.c:
25848 * gst/debug/gstnavigationtest.c:
25849 Die, thou faulty symbol pollutors (non-static parent_class).
25851 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25853 * ext/mplex/gstmplexibitstream.cc:
25854 Fix event handling (#165525).
25856 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25858 * ext/mikmod/gstmikmod.c:
25859 * gst/modplug/gstmodplug.cc:
25860 Add missing endianness to template (fixes #165509).
25862 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25864 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25865 Fix wrong order of reading of optional bytes (#165290).
25867 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25869 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25870 Implement FILLER event awareness.
25872 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25874 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25875 Fix track calculations (#166208).
25877 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
25879 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25881 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25882 * ext/libpng/gstpngenc.c:
25883 Fix byte-order, use proper fixed caps. Fixes #164197.
25885 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
25890 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25891 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25892 Don't push buffers if the src pad isn't negotiated yet.
25894 * gst/audioconvert/gstaudioconvert.c:
25895 (gst_audio_convert_buffer_to_default_format),
25896 (gst_audio_convert_buffer_from_default_format):
25897 Add support for 24-bit width.
25899 * gst/dvdlpcmdec/.cvsignore:
25900 * gst/dvdlpcmdec/Makefile.am:
25901 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25902 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25903 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25904 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25906 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25907 New decoder for rearranging DVD LPCM into our audio/x-raw-int
25908 format. Needs support for the channels maps if someone can find
25909 a DVD LPCM track with > 2 channels.
25911 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25912 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25913 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25914 * gst/mpegstream/gstdvddemux.h:
25915 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25916 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25917 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25918 * gst/mpegstream/gstmpegdemux.h:
25919 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25920 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25921 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25922 (gst_mpeg_parse_handle_src_query),
25923 (gst_mpeg_parse_handle_src_event):
25924 Use audio/x-dvd-lpcm for LPCM output.
25927 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
25929 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25931 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25932 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25933 Add BGRA handling (#165736).
25935 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
25937 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25939 * gst/law/alaw-decode.c: (alawdec_link):
25940 * gst/law/alaw-encode.c: (alawenc_link):
25941 * gst/law/mulaw-decode.c: (mulawdec_link):
25942 * gst/law/mulaw-encode.c: (mulawenc_link):
25943 Fix caps memleaks (#166600).
25945 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
25947 * ext/tarkin/mem.h:
25948 * ext/tarkin/wavelet.h:
25949 * ext/tarkin/yuv.h:
25950 * gst/ffmpegcolorspace/avcodec.h:
25951 Include "_stdint.h" instead of <stdint.h>. Fixes build on
25952 systems that don't have stdint.h, like Solaris9 (fixes #166631).
25954 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25956 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25957 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25958 (gst_xvimagesink_change_state):
25959 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25960 Xv video (and thereby regenerate Xv colourkey) in clear() so
25961 that PLAY -> READY -> PLAY works (fixes #162504).
25963 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25965 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25966 Switch to list instead of range, since MJPEG-devices really just
25967 support decimations, not any size.
25969 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
25970 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25971 (gst_mpeg2dec_reset), (free_all_buffers),
25972 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25973 * ext/mpeg2dec/gstmpeg2dec.h:
25974 The libmpeg2 user-allocated buffer management is awkward,
25975 to say the least. Hopefully this fixes things.
25977 2005-02-04 Andy Wingo <wingo@pobox.com>
25979 * gst/audioconvert/bufferframesconvert.c
25980 (buffer_frames_convert_fixate): New function, fixates to 256
25981 frames per buffer by default. (Much better than 1.)
25982 (buffer_frames_convert_init): Set the fixate function for both src
25984 (buffer_frames_convert_link): After success setting nonfixed caps,
25985 get the negotiated caps so we can know how many buffer-frames it
25986 will be. No idea how this worked at all before.
25988 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
25990 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25991 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25992 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25993 (handle_sequence), (handle_picture):
25994 * ext/mpeg2dec/gstmpeg2dec.h:
25995 Rearrange buffer tracking and refcounting and refactor
25996 a little for readability.
25998 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
25999 * sys/v4l/gstv4l.c: (plugin_init):
26000 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26001 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26002 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26003 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26004 * sys/v4l/gstv4ljpegsrc.h:
26005 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26006 * sys/v4l/v4l_calls.h:
26007 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26008 (gst_v4lsrc_get_fps):
26009 * sys/v4l/v4lsrc_calls.h:
26010 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26011 you jpeg inside rgb frames" driver.
26012 Don't error in the v4lsrc link function, just return
26015 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26017 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26018 (gst_qcamsrc_open):
26019 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26021 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26023 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26024 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26026 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26028 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26029 Reset negotiated state on PAUSED->READY.
26031 2005-02-02 David Schleef <ds@schleef.org>
26033 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26034 whereever possible. (Fixes #165997)
26035 * examples/capsfilter/capsfilter1.c: (main):
26036 * examples/dynparams/filter.c: (create_ui):
26037 * examples/seeking/cdparanoia.c: (get_track_info), (main):
26038 * examples/seeking/chained.c: (main):
26039 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26040 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26041 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26042 (make_mpeg_pipeline), (make_mpegnt_pipeline):
26043 * examples/seeking/spider_seek.c: (make_spider_pipeline):
26044 * examples/switch/switcher.c: (main):
26045 * ext/dv/demo-play.c: (main):
26046 * ext/faad/gstfaad.c: (gst_faad_change_state):
26047 * ext/mad/gstmad.c: (gst_mad_chain):
26048 * ext/smoothwave/demo-osssrc.c: (main):
26049 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26050 (gst_gconf_render_bin_from_description),
26051 (gst_gconf_get_default_audio_sink),
26052 (gst_gconf_get_default_video_sink),
26053 (gst_gconf_get_default_audio_src),
26054 (gst_gconf_get_default_video_src),
26055 (gst_gconf_get_default_visualization_element):
26056 * gst/level/demo.c: (main):
26057 * gst/level/plot.c: (main):
26058 * gst/playback/gstplaybin.c: (gen_video_element),
26059 (gen_audio_element):
26060 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26061 * gst/playondemand/demo-mp3.c: (setup_pipeline):
26062 * gst/sine/demo-dparams.c: (main):
26063 * gst/spectrum/demo-osssrc.c: (main):
26064 * gst/speed/demo-mp3.c: (main):
26065 * gst/volume/demo.c: (main):
26066 * testsuite/embed/embed.c: (main):
26068 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26070 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26071 (gst_tcpclientsink_finalize):
26072 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26073 (gst_tcpclientsrc_finalize):
26074 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26075 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26076 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26077 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26078 Don't leak the hostname when shutting down.
26079 In tcpserversrc, take a copy of the default hostname.
26081 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26083 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26084 Set caps to systemstream=TRUE.
26086 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26088 * testsuite/Makefile.am:
26089 Fix more OSX buildbots.
26091 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26093 * ext/mpeg2dec/gstmpeg2dec.c:
26094 Don't send things to NULL PAD_PEERs
26096 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26097 Copy-on-write the incoming buffer.
26099 * gst/mpegstream/gstdvddemux.h:
26100 * gst/mpegstream/gstmpegclock.h:
26101 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26102 (normal_seek), (gst_mpeg_demux_handle_src_event):
26103 * gst/mpegstream/gstmpegdemux.h:
26104 * gst/mpegstream/gstmpegpacketize.h:
26105 * gst/mpegstream/gstmpegparse.c:
26106 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26107 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26108 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26109 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26110 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26111 * gst/mpegstream/gstmpegparse.h:
26112 * gst/mpegstream/gstrfc2250enc.h:
26113 Various changes to the way time is computed that make seeking and
26114 total time estimation much better here.
26115 Use G_BEGIN/END_DECLS instead of __cplusplus
26117 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26118 Use gst_buffer_stamp instead of only copying the TIMESTAMP
26120 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26122 * gst/subparse/gstsubparse.c:
26125 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26127 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26128 (theora_enc_chain), (theora_enc_change_state):
26129 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26130 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26131 (gst_vorbisenc_change_state):
26132 * ext/vorbis/vorbisenc.h:
26133 Set granulepos and timestamp correctly for streams not
26134 starting at 0, taking into account the initial delay.
26136 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26138 * gst/mpegstream/gstdvddemux.c:
26139 Add audio/x-dts to audio pad template caps
26141 2005-01-30 David Schleef <ds@schleef.org>
26143 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26144 (create_context), (gst_polypsink_link): Fix silly endianness
26145 bug. Add some debugging. Remove float from caps; it doesn't
26146 work. Attempt to get remote audio working.
26148 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26150 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26153 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26155 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26156 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26157 (gst_avi_demux_stream_data):
26158 * gst/avi/gstavidemux.h:
26159 Invert DIB images. Fixes #132341.
26161 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26163 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26164 (gst_ffmpegcsp_chain):
26165 D'oh, reference the palette data, not the palette structure.
26166 Fixes color distortion in #132341.
26168 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26170 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26171 PAR can be non-fixed when not provided as argument (#162626).
26173 2005-01-29 David Moore <dcm@acm.org>
26175 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26177 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26178 (gst_qtdemux_loop_header):
26179 Re-apply patch from #142272 that allows non-seekable sources,
26180 re-proposed by Daniel Drake <dsd@gentoo.org>.
26182 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26184 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26185 Use the src template for creating the src pad (#162330).
26187 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26190 * ext/musepack/Makefile.am:
26191 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26192 (gst_musepackdec_init), (gst_musepackdec_dispose),
26193 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26194 (gst_musepack_stream_init), (gst_musepackdec_loop),
26195 (gst_musepackdec_change_state):
26196 * ext/musepack/gstmusepackdec.cpp:
26197 * ext/musepack/gstmusepackdec.h:
26198 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26199 (gst_musepack_reader_read), (gst_musepack_reader_seek),
26200 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26201 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26202 * ext/musepack/gstmusepackreader.cpp:
26203 * ext/musepack/gstmusepackreader.h:
26204 Update to 1.1 API (#165446).
26206 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26211 2005-01-28 Andy Wingo <wingo@pobox.com>
26213 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26214 to reflect a different dubious internet source. Add a reference
26215 and some commentary.
26217 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26219 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26220 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26221 * gst/playback/gststreamselector.h:
26222 Be more selective when we're redoing caps negotiation from
26223 within the chain function on a stream change.
26225 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26229 * ext/amrnb/Makefile.am:
26230 * ext/amrnb/amrnb.c: (plugin_init):
26231 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26232 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26233 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26234 (gst_amrnbdec_state_change):
26235 * ext/amrnb/amrnbdec.h:
26236 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26237 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26238 (gst_amrnbparse_init), (gst_amrnbparse_formats),
26239 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26240 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26241 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26242 * ext/amrnb/amrnbparse.h:
26243 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26244 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26245 Add AMR-NB/-WB raw formats.
26246 * ext/alsa/gstalsa.c: (gst_alsa_link):
26247 Keep valid time when changing format.
26248 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26249 (qtdemux_parse_trak):
26250 Add some more format-specific options (#140141, #143555, #155163).
26252 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26254 * gst/matroska/matroska-demux.c:
26255 (gst_matroska_demux_parse_blockgroup):
26256 Fix logic error in timing of subtitle stream synchronization.
26257 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26258 Add skip-chunk, which is found in kodak-camera streams.
26260 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
26264 Adding Vietnamese translation (submitted by Clytie Siddall)
26266 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26268 * gst/playback/gstdecodebin.c: (try_to_link_1):
26269 Use realpad for signal.
26271 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26273 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26274 Fix category so decodebin picks it up.
26276 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26278 * ext/mad/Makefile.am:
26279 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26280 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26281 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26282 (found_type), (gst_id3demux_bin_change_state):
26283 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26284 (gst_id3_tag_init), (gst_id3_tag_handle_event),
26285 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26286 (gst_id3_tag_change_state), (plugin_init):
26287 * ext/mad/gstmad.h:
26288 Add id3demuxbin (which is a simple bin consisting of id3demux
26289 and typefind), take over rank from id3demux, remove typefind
26290 code from id3demux. Makes all broken mp3s that I know of work,
26291 and thereby fixes #152688.
26293 2005-01-27 Edward Hervey <bilboed@bilboed.com>
26295 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26297 * ext/mad/gstmad.c: (gst_mad_src_event):
26298 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26299 Allow seeks on audio pad, make mad forward those (#164826).
26300 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26301 Set duration (#165335).
26303 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26305 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26306 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26307 (gst_asf_demux_process_ext_content_desc),
26308 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26309 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26310 * gst/asfdemux/gstasfdemux.h:
26311 Improve metadata display, e.g. if the metadata comes before the
26312 streams are loaded (which is perfectly valid).
26314 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26316 * tools/gst-launch-ext-m.m:
26317 Fix AVI/ASF pipelines (#165340).
26319 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
26320 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
26321 build failure on amd64
26323 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
26325 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26326 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26327 Check environment variables GST_ID3V2_TAG_ENCODING,
26328 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26329 list of character encodings to force interpretation of non-unicode
26330 strings stored in an ID3v2 tag to a particular encoding. If none
26331 is specified, try to use current locale's encoding, then fall back
26332 to ISO-8859-1 (which will always succeed). (Resolves #149274)
26333 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26334 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26335 Check environment variables GST_ID3V1_TAG_ENCODING,
26336 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26337 list of character encodings to use in case a string encountered
26338 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26339 specified, try to use the current locale's encoding, then fall
26340 back to ISO-8859-1 (which will always succeed).
26342 2005-01-25 Benjamin Otte <otte@gnome.org>
26344 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26345 - on half framerate, compute the rate in advance so the comparisons
26346 don't compare wrong values
26347 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26349 - don't use mad_header_decode anymore, mad_frame_decode does that
26351 - when getting rid of consumed bytes, reset the stream's skiplen
26354 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
26356 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26357 Use 1/2 a second for default max_discont, as PES streams from DVB
26358 seem to have larger spacings in the SCR.
26361 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26363 * gst/playback/gstplaybasebin.c: (group_commit):
26364 Notify delayed stream-info availability.
26366 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
26367 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26368 (gst_a52dec_handle_event), (gst_a52dec_chain):
26369 Add some debug output. Check that a discont has a valid
26371 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26372 (gst_alsa_sink_loop):
26373 Ignore TAG events. A little extra debug for broken timestamps.
26374 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26375 (dvdnavsrc_change_state):
26376 Ensure we send a discont to engage the link before we send any
26378 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26379 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26380 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26381 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26382 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26383 dvd://title works in totem because typefinding sends a seek that ends
26384 up going back to chapter 1 regardless.
26385 * ext/mpeg2dec/gstmpeg2dec.c:
26386 * ext/mpeg2dec/gstmpeg2dec.h:
26387 Output correct timestamps and handle disconts.
26388 * ext/ogg/gstoggdemux.c: (get_relative):
26389 Small guard against a null dereference.
26390 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26391 (gst_textoverlay_set_property):
26392 Free memory when done. Don't call gst_event_filler_get_duration on
26393 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26395 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26396 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26397 (gst_sw_srclink), (gst_smoothwave_chain):
26398 Draw solid lines, prettier colours.
26399 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26400 Add a default palette that'll work for some movies.
26401 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26402 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26403 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26404 * gst/mpegstream/gstdvddemux.h:
26405 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26406 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26407 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26408 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26409 * gst/mpegstream/gstmpegparse.h:
26410 Use PTM/NAV events when for timestamp adjustment when connected to
26411 dvdnavsrc. Don't use many discont events where one suffices.
26412 * gst/playback/gstplaybasebin.c: (group_destroy),
26413 (gen_preroll_element), (gst_play_base_bin_add_element):
26414 * gst/playback/gstplaybasebin.h:
26415 Make sure we remove subtitles from the same bin we put them in.
26416 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26417 (gst_subparse_buffer_format_autodetect),
26418 (gst_subparse_change_state):
26419 Fix some memleaks and invalid accesses.
26420 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26421 (oggskel_type_find), (cmml_type_find), (plugin_init):
26422 Some typefind functions for Annodex v3.0 files
26423 * gst/wavparse/gstwavparse.h:
26424 GstRiffReadClass is the correct parent class.
26426 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26428 * gst-libs/gst/riff/riff-media.c:
26429 (gst_riff_create_video_caps_with_data):
26430 Add extradata to huffyuv (fixes #165013).
26431 * gst-libs/gst/riff/riff-read.c:
26432 (gst_riff_read_strf_vids_with_data):
26433 Fix extradata extraction if it is in the chunk size.
26435 2005-01-25 Edward Hervey <bilboed@bilboed.com>
26437 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26439 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26440 (gst_quarktv_change_state), (gst_quarktv_dispose):
26441 Memory free'ing location fix (#164708).
26443 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26445 * gst/playback/gstplaybasebin.c: (group_commit),
26446 (gen_preroll_element), (probe_triggered), (gen_source_element),
26447 (setup_source), (gst_play_base_bin_change_state),
26448 (gst_play_base_bin_add_element):
26449 Don't block for streams.
26450 * gst/playback/gststreaminfo.c: (stream_info_change_state),
26451 (gst_stream_info_set_mute):
26452 Use gst_pad_set_active_recursive.
26454 2005-01-25 Andy Wingo <wingo@pobox.com>
26456 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26457 for #ifndef HAVE_XVIDEO.
26459 2005-01-24 Jeffrey C. Ollie
26461 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
26463 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26464 * ext/gsm/gstgsmdec.h:
26465 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26466 * ext/gsm/gstgsmenc.h:
26467 Fix rate to 8kHz as per spec, removes obscure errors when no rate
26468 was given by property. Add proper buffer timestamps and offsets.
26470 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26472 * gst-libs/gst/riff/riff-media.c:
26473 (gst_riff_create_audio_caps_with_data):
26474 Audio can be <8000Hz.
26476 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26478 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26479 Explicit state change to workaround refcount bugs.
26481 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26483 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26484 (gst_avimux_riff_get_avi_header):
26487 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26489 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26490 (gst_riff_read_element_data):
26491 * gst-libs/gst/riff/riff-read.h:
26492 Add _peek version (req'ed in CDXA).
26493 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26494 (gst_cdxaparse_loop):
26495 Fix parsing in playbin.
26496 * gst/playback/gstdecodebin.c: (close_pad_link):
26497 Ignore current_ pads, they cause major annoyance.
26499 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26501 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26504 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26506 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26509 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26511 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26512 Allow for 0-sized buffers. Fixes length query problems in
26513 starwars.mkv from the testsuite.
26515 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
26517 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26518 (gst_video_box_i420), (gst_video_box_chain):
26519 Fix row strides for I420 (fixes #163159)
26521 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26523 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26524 MPEG2 has a useful rate property, so we can actually use that.
26525 For MPEG-1, continue using the bytes/time properties.
26527 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26529 * gst-libs/gst/riff/riff-media.c:
26530 (gst_riff_create_video_caps_with_data),
26531 (gst_riff_create_video_template_caps):
26534 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26536 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26537 Fail if caps negotiation fails. Should fix #162184, and should
26538 definately be in there regardless of it fixing the actual bug.
26539 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26540 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26541 (gst_avimux_riff_get_avix_header),
26542 (gst_avimux_riff_get_video_header),
26543 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26544 (gst_avimux_start_file), (gst_avimux_handle_event),
26545 (gst_avimux_change_state):
26546 * gst/avi/gstavimux.h:
26547 Refactor structure writing to use GST_WRITE_UINT macros, add
26548 metadata writing support.
26550 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26552 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26553 Elements may already be destroyed when this function is called.
26555 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26557 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26558 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26559 More memory leak fixes (#149162).
26561 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26563 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26564 (gst_qtdemux_add_stream):
26567 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26569 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26572 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26574 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26575 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26576 when fixating to six channels in Totem.
26578 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
26580 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26581 Fix compile warnings on Solaris 10 buildbot
26583 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
26585 * ext/dvdread/dvdreadsrc.c: (_read):
26586 Don't read beyond the last cell in a chapter (fixes
26587 invalid memory access)
26589 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
26591 * ext/dvdread/stream_labels.c:
26592 (dvdreadsrc_get_audio_stream_labels):
26593 Use NULL for an empty GList instead of g_list_alloc(); fix
26594 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
26595 of GString (easier to bulk free later)
26597 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
26599 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26601 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26602 (gst_ffmpeg_pixfmt_to_caps):
26603 Fix BGRA32 caps (#164209).
26605 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
26607 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26609 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26610 (gst_ffmpeg_caps_to_pixfmt):
26611 alpha_mask can be RGBA/ABGR. Fixes #164265.
26613 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
26615 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26617 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26618 (gst_mpeg2dec_alloc_buffer):
26619 * ext/mpeg2dec/gstmpeg2dec.h:
26620 Crop if decoding size is not the actual image size (#163676).
26622 2005-01-17 Steve Baker <steve@stevebaker.org>
26624 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26626 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26627 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26628 Add libsndfile typefind functions (#163309).
26630 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26632 * tools/gst-launch-ext-m.m:
26633 Add .aac, fix .m1v/.m2v (#163891).
26635 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26637 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26638 Sanity check, don't wait endlessly since the clock might not
26639 actually run at this point (which is a deadlock). Fixes #164069.
26641 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26643 * gst/playback/gstplaybasebin.c: (probe_triggered):
26644 Of course, only pause if group is done...
26646 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26648 * gst/playback/gstplaybasebin.c: (probe_triggered):
26651 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
26653 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26654 Don't return state change success when the parent
26657 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26659 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26660 Free events (fix memleak in #162905).
26662 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
26664 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26666 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26667 (gst_ffmpeg_caps_to_pixfmt):
26668 Fix for depth = 15. Fixes #161675.
26670 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26672 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26673 Set FPS correctly, even for webcams and the like.
26674 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26675 Don error on setting while capturing.
26677 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26679 * ext/dv/gstdvdec.c:
26680 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26681 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26682 I'm a bad boy. using /1001. to force C to do float division
26683 and not integer division (as it did in my last commit)
26684 Thanks to David I. Lehn for pointing this mistake.
26686 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26688 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26689 Revert Johan's 1.35->1.36 since it breaks compat.
26691 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26693 * ext/dv/gstdvdec.c:
26694 * ext/libfame/gstlibfame.c:
26695 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26696 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26697 replace framerate aproximations by their real value
26698 (24000/1001, 30000/1001, 60000/1001)
26699 Finish fixing bug #164049
26701 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
26703 * ext/ogg/gstoggmux.c:
26705 * gst/tcp/gstmultifdsink.c:
26706 * gst/tcp/gstmultifdsink.h:
26707 * gst/tcp/gsttcp.c:
26708 * gst/tcp/gsttcp.h:
26709 * gst/tcp/gsttcpclientsink.c:
26710 * gst/tcp/gsttcpclientsrc.c:
26711 * gst/tcp/gsttcpserversink.c:
26712 * gst/tcp/gsttcpserversrc.c:
26713 improve reusability of elements after state changes and errors
26714 make multifdsink throw away streamheaders when receiving new ones
26716 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26718 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26719 Fix for if items are already in list...
26721 2005-01-12 Benjamin Otte <otte@gnome.org>
26723 * gst/adder/gstadder.c: (gst_adder_loop):
26724 fix adder a bit so it doesn't screw up with events as much anymore
26726 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
26728 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26729 (pixbufscale_scale), (gst_pixbufscale_chain):
26730 * ext/gdk_pixbuf/pixbufscale.h:
26731 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26732 to ensure rowstrides are calculated the same way as
26734 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26735 that we pick up duration and offset also.
26737 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26739 * gst/avi/gstavimux.c: (gst_avimux_class_init),
26740 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26743 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26745 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26746 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26747 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26748 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26749 Update flags when requested.
26751 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26753 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26756 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26758 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26759 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26760 (probe_triggered), (new_decoded_pad), (gen_source_element),
26761 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26762 * gst/playback/gstplaybasebin.h:
26763 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26764 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26765 (gst_play_bin_change_state):
26766 Implement group-switch signal for use in apps to clear metadata
26767 cache, clean up subtitle, add suburi property instead of # hack,
26768 some error-out fixes.
26770 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26772 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26774 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26775 If we got a state change in the _get handler, don't return success.
26777 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26779 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26780 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26781 Make jpegdec quiet on MJPEG decoding
26782 * gst/asfdemux/README:
26783 Fix mimetypes for MJPEG and H263
26785 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26787 * ext/theora/theoradec.c: (theora_dec_chain):
26788 Fix broken code generation by gcc by swapping arguments.
26789 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26792 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26795 delete this file, it is by far outdated
26796 * ext/alsa/gstalsa.1: remove
26797 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26798 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26799 (gst_alsa_get_caps):
26800 Add HW probing for supported sample rates. Fixes #161704
26802 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26804 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26805 Don't crash, biatch! :).
26807 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26809 * ext/musepack/gstmusepackreader.cpp:
26810 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26811 Some work on tags - still doesn't work in playbin...
26812 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26815 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26817 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26818 Also shove tags on kid pads.
26820 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26822 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26823 Don't bail on unknown events.
26824 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26825 Don't crash on events before negotiation.
26826 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26827 Send tags on pads, too.
26828 * gst/playback/gststreamselector.c:
26829 (gst_stream_selector_request_new_pad):
26830 Forward events on first pad if no input was selected yet.
26832 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26834 * gst/playback/gstplaybasebin.c: (setup_substreams):
26835 Don't disable streamtype if the stream doesn't exist, since
26836 then playing a video after audio will disable both and nothing
26837 will happen. Fixes the testsuite.
26839 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26841 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26842 (gst_v4l_xoverlay_set_xwindow_id):
26843 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26844 (gst_v4l2_xoverlay_set_xwindow_id):
26845 Add debug categories, fix overlay disabling.
26847 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26849 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26850 * ext/alsa/gstalsa.h:
26851 Add HW probing for period_count/size and buffer_size MIX/MAX
26852 Adjust default/user defined value if out of bounds
26853 Should fix bug #162024
26855 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26857 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26858 Fix warning (#161191).
26860 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26862 * ext/dvdread/stream_labels.c:
26863 (dvdreadsrc_get_audio_stream_labels):
26864 Fix warning (init the good variable in switch default)
26866 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
26868 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26870 * gst/tta/gstttaparse.c: (gst_tta_src_event):
26871 Fix gcc-2.95 compile (#163485).
26873 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26876 * ext/flac/gstflacenc.c: (gst_flacenc_init),
26877 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26878 (gst_flacenc_tell_callback), (gst_flacenc_chain),
26879 (gst_flacenc_change_state):
26880 * ext/flac/gstflacenc.h:
26881 Update for API change in flac-1.1.1. Update requirement in
26882 configure.ac. Fixes #162974.
26884 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26886 * gst/playback/gstplaybasebin.c: (group_destroy):
26887 Remove hack to get rid of assert and get rid of unlinked
26890 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26892 * gst/playback/gstplaybasebin.c: (setup_source):
26893 Set source to NULL so that resources are free'ed. Fixes issues
26894 with playback of CDDA and similar device-accessing things.
26896 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26898 * testsuite/embed/Makefile.am:
26899 test->noinst, fix make test in buildbot.
26901 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26903 * ext/dvdread/stream_labels.c: new file
26904 * ext/dvdread/stream_labels.h: new file
26905 * ext/dvdread/Makefile.am:
26906 * ext/dvdread/dvdreadsrc.c: (_seek_title):
26907 Extract audio stream label from DVD IFO files.
26908 It only dump them on the console for now, still have to
26909 make playbin aware of them.
26911 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26913 * gst/playback/gstplaybasebin.c: (setup_source):
26916 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26918 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26919 (gen_preroll_element), (remove_groups), (setup_subtitle),
26920 (gen_source_element), (setup_source):
26921 * gst/playback/gstplaybasebin.h:
26922 Multiple .sub files is just a stupid idea... Fix some threading
26923 mistakes. Interestingly, external .sub files cause playbin to
26924 hang, I don't know why... Parsing fixes contributed by Fran??ois
26925 Kooman <fkooman@tuxed.net>.
26927 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26929 * testsuite/embed/Makefile.am:
26932 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
26934 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26936 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26937 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26938 (gst_pngenc_set_property):
26939 * ext/libpng/gstpngenc.h:
26940 Add compression level property (#163323).
26942 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26945 * examples/capsfilter/capsfilter1.c: (main):
26946 * examples/seeking/spider_seek.c: (make_spider_pipeline):
26947 * ext/dvdread/Makefile.am:
26948 * ext/dvdread/demo-play:
26949 * ext/dvdread/demo-play.c:
26950 * gconf/gstreamer.schemas.in:
26951 * gst-libs/gst/gconf/gconf.c:
26953 * testsuite/Makefile.am:
26954 * testsuite/embed/Makefile.am:
26955 * testsuite/embed/embed.c: (cb_expose), (main):
26956 Remove all references to xvideosink, fix examples (#140845).
26957 * gst/playback/gstplaybasebin.c: (group_destroy):
26958 Apparently, disposal does not unlink - so do explicitely.
26959 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26962 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
26964 * README: fix PKG_CONFIG_PATH instructions, what was there
26965 previously was breaking default search path, not nice.
26968 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26970 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26971 (gst_audioscale_chain):
26972 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26973 when resampling - how the ^@$^!@^! is this possible?!?
26975 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26977 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26978 Reset variables on READY.
26979 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26980 (gst_matroska_mux_loop):
26981 Require data before writing header.
26983 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
26985 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26987 * ext/mad/gstmad.c: (gst_mad_chain):
26988 Don't call mad_stream_sync() directly after recovering sync.
26991 2005-01-09 Martin Eikermann <meiker@upb.de>
26993 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26995 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26996 (snapshot_handler), (gst_snapshot_sinkconnect),
26997 (gst_snapshot_chain):
26998 Allocate resources when required, fix recursive signal emission
26999 and fix caps. Fixes #161667.
27001 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27003 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27005 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27006 (gst_pngdec_chain):
27007 Handle only 8-bppc (bits-per-pixel-component) images, better
27008 error handling and correct strides. Fixes #163177.
27009 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27010 (gst_pngenc_chain):
27011 Better error handling. Fixes #163348.
27013 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27015 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27016 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27017 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27018 (dvdnavsrc_uri_handler_init):
27019 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27020 * gst/playback/gstplaybasebin.c: (gen_source_element):
27021 Add MMS to streaming URIs.
27023 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27025 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27026 * sys/xvimage/xvimagesink.c:
27027 (gst_xvimagesink_navigation_send_event):
27028 Check for pad availability before sending event.
27030 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27032 * gst-plugins.spec.in:
27035 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27038 Since we use functions from CVS, up requirement.
27040 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27042 * gst/playback/Makefile.am:
27043 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27044 (group_destroy), (group_commit), (group_is_muted),
27045 (gen_preroll_element), (add_stream), (unknown_type),
27046 (probe_triggered), (preroll_unlinked), (mute_stream),
27047 (silence_stream), (new_decoded_pad), (setup_substreams),
27048 (setup_source), (get_active_source), (mute_group_type),
27049 (muted_group_change_state), (set_active_source),
27050 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27051 (play_base_eos), (gst_play_base_bin_change_state):
27052 * gst/playback/gstplaybasebin.h:
27053 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27054 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27055 (gst_stream_info_dispose), (stream_info_mute_pad),
27056 (stream_info_change_state), (gst_stream_info_set_mute):
27057 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27058 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27059 (gst_stream_selector_init), (gst_stream_selector_dispose),
27060 (gst_stream_selector_get_linked_pad),
27061 (gst_stream_selector_get_caps), (gst_stream_selector_link),
27062 (gst_stream_selector_get_linked_pads),
27063 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27064 * gst/playback/gststreamselector.h:
27065 Adding stream selection support plus required properties for
27066 applications to use this. Fully fixes #100931.
27068 2005-01-08 Benjamin Otte <otte@gnome.org>
27070 * gst/games/gstpuzzle.c: (nav_event_handler):
27071 - handle nav events differently: forward every event no matter if it
27072 was handled or not.
27074 You can now cheat by using navigationtest ! puzzle and moving the
27075 mouse close to the edge of a tile. ;)
27077 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27080 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27081 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27082 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27083 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27084 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27085 (gst_ogm_parse_plugin_init):
27086 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27087 (gst_textoverlay_link), (gst_textoverlay_getcaps),
27088 (gst_textoverlay_event), (gst_textoverlay_video_chain),
27089 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27090 * ext/pango/gsttextoverlay.h:
27091 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27092 (gst_matroska_demux_handle_seek_event),
27093 (gst_matroska_demux_sync_streams),
27094 (gst_matroska_demux_parse_blockgroup),
27095 (gst_matroska_demux_subtitle_caps),
27096 (gst_matroska_demux_plugin_init):
27097 * gst/matroska/matroska-ids.h:
27098 * gst/playback/gstdecodebin.c: (close_pad_link):
27099 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27100 (gen_preroll_element), (remove_groups), (add_stream),
27101 (new_decoded_pad), (setup_subtitles), (gen_source_element),
27103 * gst/playback/gstplaybasebin.h:
27104 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27105 * gst/subparse/Makefile.am:
27106 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27107 (gst_subparse_base_init), (gst_subparse_class_init),
27108 (gst_subparse_init), (gst_subparse_formats),
27109 (gst_subparse_eventmask), (gst_subparse_event),
27110 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27111 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27112 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27113 (parse_mpsub_deinit), (parse_mpsub_init),
27114 (gst_subparse_buffer_format_autodetect),
27115 (gst_subparse_format_autodetect), (gst_subparse_loop),
27116 (gst_subparse_change_state), (gst_subparse_type_find),
27118 * gst/subparse/gstsubparse.h:
27119 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27121 Add subtitle support, .sub parser (supports SRT and MPsub),
27122 OGM text support, Matroska UTF-8 text support, deadlock fixes
27123 all over the place, subtitle awareness in decodebin/playbin
27124 and some fixes to textoverlay to handle subtitles in a stream
27125 correctly. Fixes #100931.
27127 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27129 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27130 Check for pad availability before doing a query on it.
27132 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27134 * ext/dv/gstdvdec.c:
27135 really fix bpp24/32 dvdec caps (classic rgba indeed)
27136 * gst/asfdemux/gstasfdemux.c:
27137 (gst_asf_demux_process_ext_content_desc):
27138 don't send text tags if they are empty (bis repetita)
27140 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27142 * ext/dv/gstdvdec.c:
27143 remove unneeded comment from dvdec
27144 (related to DV 4CC codes in AVI files)
27145 moved them in gstreamer/docs/random/mimetypes
27146 * gst/asfdemux/gstasfdemux.c:
27147 (gst_asf_demux_process_ext_content_desc):
27148 don't send text tags if they are empty
27149 fix mem leak on error path
27150 * gst/ffmpegcolorspace/avcodec.h:
27151 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27152 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27153 (gst_ffmpegcsp_avpicture_fill):
27154 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27155 * gst/ffmpegcolorspace/imgconvert_template.h:
27156 adds BGR32 and BGRA32 to ffmpegcolorspace
27157 (still bad colors, fixing it on next commit)
27158 helps with dvdec outputing BGR32
27160 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27162 * ext/dv/gstdvdec.c:
27163 Fix audio caps i just broke (missing ',')
27164 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27165 (gst_matroska_mux_reset):
27166 Fix typo + add FIXME about old "x-gst-metadata" crap
27168 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27170 * ext/dv/demo-play.c: (main):
27171 xvideosink -> xvimagesink
27172 * ext/dv/gstdvdec.c:
27173 change rgb 32/32 caps to 24/32 (no alpha)
27174 change nb of channels to be a list (2 or 4, not 2)
27175 change sample rate to be a list (32, 44.1, 48 kHz) not a range
27176 * gst/asfdemux/gstasfdemux.c:
27177 (gst_asf_demux_process_ext_content_desc):
27178 Add 'date/year' to extracted metadata list
27180 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27182 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27183 The return value of fixate_to does not imply that the requested
27184 value was set, so don't assume.
27186 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
27188 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27190 * ext/libpng/gstpngdec.c:
27191 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27192 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27193 * ext/libpng/gstpngenc.h:
27194 Alpha support (encoder; #163161), mime fixage.
27196 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
27198 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27200 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27201 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27202 (gst_faac_set_property), (gst_faac_get_property):
27203 * ext/faac/gstfaac.h:
27204 Allow for ADTS output (#153434).
27206 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27208 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27209 Fix against template (#150576).
27211 2005-01-06 Benjamin Otte <otte@gnome.org>
27213 * gst/games/gstpuzzle.c: (draw_puzzle):
27214 don't draw a puzzle if either width or height of tiles would be 0.
27216 2005-01-06 Benjamin Otte <otte@gnome.org>
27218 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27219 (gst_puzzle_class_init), (gst_puzzle_finalize):
27220 no memleaks, please
27221 (gst_puzzle_create), (gst_puzzle_init),
27222 (gst_puzzle_set_property), (gst_puzzle_setup):
27223 change initialization code around so we don't reshuffle on resize
27225 fix another stupid typo
27227 2005-01-06 Benjamin Otte <otte@gnome.org>
27229 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27230 fix stupid typo that borked copying on YUY2
27232 2005-01-06 Benjamin Otte <otte@gnome.org>
27234 * gst/games/gstpuzzle.c: (draw_puzzle):
27235 fix edges when image sizes aren't multiples of tile sizes
27237 2005-01-06 Benjamin Otte <otte@gnome.org>
27239 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27240 make RGB endianness work correctly
27241 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27242 refactor and fix race with initial shuffling
27243 (nav_event_handler):
27244 allow using the mouse to puzzle
27246 insist on tiles having width and height as multiples of 4 to get
27247 clean YUV image handling
27248 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27249 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27250 s/DEBUG/LOG/ for common messages
27251 (gst_xvimagesink_navigation_send_event):
27252 fix mouse event translation to not include screen PAR
27253 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27254 fix mouse event translation to actually work
27256 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27258 * gst/asfdemux/gstasfdemux.c:
27259 (gst_asf_demux_process_ext_content_desc):
27260 Extract TrackNumber metadata + clean up code
27261 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27262 Hope this is the good fix (var used unitialised)
27264 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27266 * ext/faad/gstfaad.c: (gst_faad_chain):
27267 Only increment timestamp if it's valid. Fixes raw AAC streams.
27269 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27272 * gst/games/Makefile.am:
27273 * gst/games/gstpuzzle.c:
27274 add a puzzle game with...
27275 * gst/games/gstvideoimage.c:
27276 * gst/games/gstvideoimage.h:
27277 ... full colorspace support (that includes YUV9 and RGB16)) stolen
27278 from videotestsrc and made into something that would be a nice
27279 library for a lot of other plugins.
27281 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27284 don't compile faad plugin if a RC of 2.0 is found
27285 Fixes #155346 (and FC1 buildbot)
27286 * gst/asfdemux/gstasfdemux.c:
27287 (gst_asf_demux_process_ext_content_desc):
27288 try to make Solaris compiler happier
27290 2005-01-06 Paul Jack <pjack@sfaf.org>
27292 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27294 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27295 Fix segfault (#161667).
27297 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27299 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27300 Fix framerate reporting.
27302 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27304 * gst-libs/gst/riff/riff-ids.h:
27305 * gst/wavenc/riff.h:
27306 Add AMR (VBR and CBR) ids to riff.h audio codec list
27307 * gst/asfdemux/gstasfdemux.c:
27308 (gst_asf_demux_process_ext_content_desc),
27309 (gst_asf_demux_process_object):
27310 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27312 2005-01-05 Martin Eikermann <meiker@upb.de>
27314 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27316 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27317 (gst_dvd_demux_handle_discont):
27318 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27319 (gst_mpeg_demux_handle_discont):
27320 Recreate pads on new-media (#160730).
27321 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27322 Send discont even if manager changes timestamps (#161929).
27324 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
27326 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27328 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27329 Fix invalid memory access (#159211).
27331 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27333 * examples/gstplay/player.c: (main):
27335 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27336 Add visualizations.
27337 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27338 (gst_a52dec_handle_frame):
27340 * ext/dvdnav/gst-dvd:
27341 Add audioconvert. Fixes #161325.
27342 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27343 Explicitely case to gint64. Possible valgrind error.
27344 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27345 (gst_play_tick_callback), (gst_play_change_state),
27346 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27347 (gst_play_set_location), (gst_play_get_location),
27348 (gst_play_seek_to_time), (gst_play_set_data_src),
27349 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27350 (gst_play_set_visualization), (gst_play_connect_visualization),
27351 (gst_play_get_framerate), (gst_play_get_all_by_interface),
27353 Use playbin. Fixes #139749 and #147744.
27354 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27356 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27357 (audioscale_get_type), (gst_audioscale_base_init),
27358 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27359 (gst_audioscale_getcaps), (gst_audioscale_fixate),
27360 (gst_audioscale_link), (gst_audioscale_get_buffer),
27361 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27362 (gst_audioscale_init), (gst_audioscale_dispose),
27363 (gst_audioscale_chain), (gst_audioscale_set_property),
27364 (gst_audioscale_get_property), (plugin_init):
27366 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27368 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27369 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27370 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27371 Add more metadata (fixes #162656).
27373 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27378 === release 0.8.7 ===
27380 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27385 releasing 0.8.7, "Hyperspace"
27387 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27389 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
27391 * gst/playback/gstplaybasebin.c:
27392 Fix for #162924 - free caps after use, not before
27394 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
27396 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27398 * gst/playback/gstplaybasebin.c:
27399 * gst/wavparse/gstwavparse.c:
27400 Fix for #154773 - fixes playback of small .wav files
27402 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
27404 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27406 * gst/audioscale/gstaudioscale.c:
27407 Fix for #162819 - make audioscale reusable
27408 Fixes playback of more than one file with playbin/totem
27410 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
27412 * gst/ffmpegcolorspace/avcodec.h:
27413 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27414 * gst/ffmpegcolorspace/imgconvert.c:
27415 clean up the mess that made me cry and avoid needless duplication
27417 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
27419 * gst/ffmpegcolorspace/imgconvert.c:
27420 give some indication of why we're segfaulting
27422 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27425 Fix indentation, fix v4l2 plugin detection.
27427 Fix libmms location (Maciej, use diff -u!).
27428 * ext/alsa/gstalsa.c: (gst_alsa_init):
27429 Initialize caps cache to NULL.
27430 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27431 Only change state on audiosink if it exists.
27433 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
27435 * gst/matroska/matroska-demux.c:
27436 * gst/matroska/matroska-ids.h:
27437 * gst/matroska/matroska-demux.h:
27438 Fix Vorbis streams failing to decode in some files, where cluster_time
27439 isn't 0, because then it doesn't send codec_priv before actual data.
27440 Remove time-based test and replace it with marker set on beginning of
27443 2004-12-28 David Schleef <ds@schleef.org>
27445 Merge patch from Ronald fixing problems with streaming
27447 * ext/cairo/gstcairo.c: (plugin_init):
27448 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27449 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27450 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27451 (gst_textoverlay_font_init), (gst_textoverlay_init),
27452 (gst_textoverlay_set_property):
27453 * ext/cairo/gsttextoverlay.h:
27455 2004-12-27 David Schleef <ds@schleef.org>
27457 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27458 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27459 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27460 (gst_textoverlay_font_init), (gst_textoverlay_init),
27461 (gst_textoverlay_set_property): Improvements to actually
27462 render text as white on black outline on video, including
27463 font selection and horizontal/vertical alignment. (Ronald's
27465 * ext/cairo/gsttextoverlay.h:
27467 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27469 * ext/ogg/gstogg.c:
27470 * ext/ogg/gstogmparse.c:
27471 fix ogm[audio/video]parse plugin registration
27472 (riff won't load if bytestream is already loaded)
27474 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27476 * gst/audioconvert/gstchannelmix.c:
27479 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27483 disable docs again until it actually passes make distcheck.
27485 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27487 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27488 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27490 Add 3GP (variables name Q3GP because they can't start with a
27491 number). Add samr audio fourcc (used in .3gp files), decoder
27492 is work in progress. Also do a GST_WARNING instead of ERROR
27493 in case of unknown nodes, to decrease output.
27495 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27500 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
27503 * ext/speex/gstspeexdec.h:
27504 * ext/speex/gstspeexenc.h:
27505 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
27506 Fix detection code in configure.ac
27508 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27510 * gst/matroska/matroska-demux.c:
27511 (gst_matroska_demux_parse_blockgroup):
27512 Save position, so that queries give proper return values. Don't
27513 know how this could ever have worked before...
27515 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
27518 Put additional LAME check inside the conditional. Fixes #152339
27520 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27522 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27523 (gst_avi_demux_stream_scan):
27524 Add some more debug. Fix logic error when setting movi offset
27525 while reading index.
27527 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27529 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27530 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27531 (gst_avi_demux_process_next_entry):
27532 Add some debugging. Better detection of broken indexes and the
27533 accompanying index recovery. No infinite loops on state changes
27534 when we're still in our loopfunction.
27536 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27541 2004-12-22 Archana Shah <archana.shah@wipro.com>
27543 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27545 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27546 Normalizing the value before setting
27547 (gst_sunaudiomixer_get_volume):
27548 Normalizing the value after getting. Fixes bug# 161980
27550 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
27552 * Makefile.am: Make sure docs gets disted
27553 * docs/Makefile.am: Make sure all needed files get disted
27554 * gst-plugins.spec.in: latest updates
27556 2004-12-22 Wim Taymans <wim@fluendo.com>
27558 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27559 Revert patch 1.38 as clock distribution over schedulers does
27560 not work correcly in the core yet.
27562 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27564 * sys/oss/README: remove this file, which predates my birth
27565 (and which content is by far outdated)
27567 2004-12-20 Stefan Kost <ensonic@users.sf.net>
27571 * docs/Makefile.am:
27572 * docs/libs/Makefile.am:
27573 * docs/libs/gst-plugins-libs-docs.sgml:
27574 * docs/libs/gst-plugins-libs-sections.txt:
27575 * docs/libs/tmpl/gstgconf.sgml:
27577 * docs/version.entities.in:
27578 Added boilerplate gtk-doc files for plugin-libs documentation.
27580 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27582 * gst/auparse/gstauparse.c: fix int and float audio caps
27584 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27586 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27587 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27588 g_assert() can be a macro, don't use #ifdef inside it.
27590 2004-12-19 Edward Hervey <bilboed@bilboed.com>
27592 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27594 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27595 (gst_videorate_init), (gst_videorate_chain),
27596 (gst_videorate_change_state):
27597 Event handling (fixes #159986).
27599 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27601 * gst-libs/gst/riff/riff-media.c:
27602 (gst_riff_create_video_caps_with_data):
27603 Add BLZ0 (Blizzard's version of DivX) fourcc.
27605 2004-12-18 David Schleef <ds@schleef.org>
27607 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27610 2004-12-18 David Schleef <ds@schleef.org>
27612 * gst/tta/ttadec.h: Disable some header code that isn't used
27613 and clearly isn't portable.
27615 2004-12-18 David Schleef <ds@schleef.org>
27617 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27618 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27619 (avcodec_get_pix_fmt), (avpicture_layout),
27620 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27621 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27622 Fix code to not use GCC extensions (and c99 extensions that
27623 Forte does not like.)
27625 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
27627 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27629 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27630 (gst_deinterlace_chain):
27631 Rowstride fixes. Fixes #161039.
27632 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27633 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27634 (gst_video_crop_getcaps), (gst_video_crop_link),
27635 (gst_video_crop_i420), (gst_video_crop_chain),
27636 (gst_video_crop_change_state):
27637 Rework of negotiation. Actually works now. Fixes #158650.
27639 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27641 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27642 That was very stupid.
27644 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27646 * gst/matroska/matroska-demux.c:
27647 (gst_matroska_demux_parse_blockgroup):
27648 Fix possible crasher.
27650 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27652 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27653 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27654 Lace sizes can be zero.
27656 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27658 * ext/musepack/gstmusepackdec.cpp:
27659 Fetch error return values. Fixes #161624.
27660 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27663 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27665 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27666 Work for truncated (unfinished download etc.) files. Fixes #160514.
27668 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27670 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27671 Fix for integer overflow. Makes #156001 not crash. Probably masks
27674 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27676 * gst/ac3parse/gstac3parse.c: (plugin_init):
27677 Parsers never have ranks. Fixes #159651.
27679 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
27681 * gst/playback/gstdecodebin.c: (compare_ranks):
27682 make sure the facotries are ordered the same every time even if they
27683 have the same rank by using the name
27684 * gst/playback/gstdecodebin.c: (find_compatibles):
27685 make sure we don't add factories to the list twice
27687 2004-12-16 David Schleef <ds@schleef.org>
27689 * configure.ac: look for musepack headers as musepack/*.h
27691 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27692 * ext/musepack/gstmusepackreader.h: same
27694 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27696 * gst-libs/gst/riff/riff-read.c:
27697 (gst_riff_read_strf_auds_with_data):
27698 Read extradata correctly (fixes #155879).
27700 2004-12-16 David Schleef <ds@schleef.org>
27702 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27703 audio. does _not_ attempt or allow conversion unless channels
27706 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
27708 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27710 2004-12-16 David Schleef <ds@schleef.org>
27712 * gst/audioscale/gstaudioscale.c: the resample library only
27713 handles 1 or 2 channels. Change caps to compensate.
27715 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27717 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27718 (gst_matroska_demux_audio_caps):
27719 Some MPEG-AAC hacks, because else it doesn't work...
27721 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27723 * gst-libs/gst/riff/riff-media.c:
27724 (gst_riff_create_video_caps_with_data),
27725 (gst_riff_create_video_template_caps):
27728 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27730 * gst-libs/gst/audio/Makefile.am:
27731 Try to fix buildbot.
27733 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
27735 * gst/tcp/gstmultifdsink.c:
27736 Clean up and uniformize debugging.
27738 2004-12-16 Edward Hervey <bilboed@bilboed.com>
27740 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27742 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27743 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27744 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27745 (gst_mpeg_demux_change_state):
27746 Reset on ready. Fixes 160276.
27748 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
27750 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27752 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27753 (gst_ffmpegcsp_pad_link):
27754 Fix memleak (#154815).
27756 2004-12-16 James Bowes <bowes@cs.dal.ca>
27758 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27760 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27761 (gst_musicbrainz_init), (gst_musicbrainz_chain),
27762 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27763 * ext/musicbrainz/gsttrm.h:
27764 Add support for using a proxy server when getting a trm id from
27765 the MusicBrainz database (#149613).
27767 2004-12-16 Christophe Fergeau <teuf@gnome.org>
27769 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27771 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27772 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27773 Fix memleaks (#157233).
27775 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
27777 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27779 * gst-libs/gst/resample/resample.c: (gst_resample_close):
27780 * gst-libs/gst/resample/resample.h:
27781 * gst/audioscale/gstaudioscale.c:
27782 Fix memleak (#159215).
27784 2004-12-16 Toni Willberg <toniw@iki.fi>
27786 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27788 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27789 * sys/oss/oss_probe.c: (main):
27790 Check for mono/stereo support (similar to samplerate probing),
27791 fixes #159433. Also add missing copyright header to oss_probe.c.
27793 2004-12-15 David Schleef <ds@schleef.org>
27795 * configure.ac: add audioresample and cairo plugins. Remove
27796 HAVE_MMX stuff, because it's not used.
27797 * ext/Makefile.am: same
27798 * ext/audioresample/Makefile.am: You are not ready for an
27799 audio resampling element based on audioresample.
27800 * ext/audioresample/gstaudioresample.c:
27801 * ext/audioresample/gstaudioresample.h:
27802 * ext/cairo/Makefile.am: You are not ready for overlay elements
27803 based on cairo. Don't look too closely, these elements kinda
27805 * ext/cairo/gstcairo.c: new
27806 * ext/cairo/gsttextoverlay.c: new
27807 * ext/cairo/gsttextoverlay.h: new
27808 * ext/cairo/gsttimeoverlay.c: new
27809 * ext/cairo/gsttimeoverlay.h: new
27810 * gst-libs/gst/media-info/media-info-priv.h: fix compile
27811 problem with compilers that don't support variadic macros.
27813 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
27815 Reviewed by: David Schleef <ds@schleef.org>
27817 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
27818 Bala, registering sunaudiosrc (oops!), and cleaning up code a
27819 bit. Also ran indent-gst.
27820 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27821 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27822 (gst_sunaudiosrc_setparams):
27824 2004-12-14 David Schleef <ds@schleef.org>
27826 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27827 output rate to 16000. Should fix #160235.
27829 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
27831 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27832 Add typefinding for mpeg2 pes streams
27834 2004-12-13 David Schleef <ds@schleef.org>
27836 * configure.ac: Applied patch from bug #143659, making default
27837 sources and sinks OS-dependent (for Solaris), and added code
27839 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27841 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27843 * gst-libs/gst/riff/riff-media.c:
27844 forgot to add h2.64 to avidemux template caps
27846 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27848 * gst/wavenc/riff.h:
27849 * gst-libs/gst/riff/riff-media.c:
27850 * gst-libs/gst/riff/riff-ids.h:
27851 * gst/avi/gstavimux.c
27852 add 4CC code for VideoSoft h264 in AVI (VSSH)
27854 remove s323 from riff, it's quicktime specific :(
27856 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27858 * gst/asfdemux/README
27859 * gst/wavenc/riff.h
27860 * gst-libs/gst/riff/riff-ids.h
27861 * gst-libs/gst/riff/riff-media.c
27862 * gst/qtdemux/qtdemux.c:
27863 add new 4CC codes for h263 related codecs
27864 fixes partially bug #155163
27866 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
27868 * configure.ac: Update polyaudio requirement to 0.7
27869 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27871 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
27873 * gst/interleave/deinterleave.c:
27874 fix my name's spelling! :)
27876 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27878 * AUTHORS ChangeLog
27879 * gst/auparse/gstauparse.c
27880 * gst/interleave/deinterleave.c
27882 alaw-decode.c alaw-encode.c
27883 mulaw-decode.c mulaw-encode.c
27884 * gst/oneton/gstoneton.c
27886 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27888 cocoawindow.h cocoawindow.m
27889 osxvideosink.h osxvideosink.m
27891 put the same mail address for Zaheer Abbas Merali everywhere
27893 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27895 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27896 Align by packetsize, and assert that we a packet available before
27897 playing. The first makes webstreams work (they often include
27898 trailing padding data in a packet), the second allows pausing a
27899 ASF stream in totem without getting demux errors afterwards.
27901 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27903 * ext/ogg/gstoggdemux.c: (get_relative):
27904 Check for non-NULL before accessing member (end-of-chain).
27906 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27908 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27909 (cdparanoia_set_property), (cdparanoia_get_property):
27910 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27911 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27912 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27913 (dvdreadsrc_init), (dvdreadsrc_set_property),
27914 (dvdreadsrc_get_property):
27915 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27916 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27917 Synchronize property names where not yet the case. Devices are
27918 now device=X, other versions are deprecated (but still exist).
27919 Also use g_free() unconditionally.
27920 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27921 (setup_source), (gst_play_base_bin_get_property):
27924 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
27926 * configure.ac: move GCONF macro outside conditional for the am
27927 conditional. Fixes #160439
27929 2004-12-08 David Schleef <ds@schleef.org>
27931 * tools/gst-visualise-m.m: Switch to elements that currently
27934 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27936 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27937 We love wrong commas.
27939 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27941 * gst/matroska/matroska-demux.c:
27942 (gst_matroska_demux_handle_src_query):
27943 Don't set DEFAULT, unsupported - makes length display incorrectly
27946 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
27948 * gst/monoscope/README: remove blurb about files being GPL
27949 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27950 * gst/monoscope/monoscope.c: Change license to BSD with explanation
27951 monoscope is now effectively LGPL licensed
27953 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
27955 * gst/monoscope/README: Update information to be more correct
27956 * gst/monoscope/convolve.c: Relicense to LGPL
27957 * gst/monoscope/convolve.h: Relicense to LGPL
27959 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
27961 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27962 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27963 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27964 set default_duration for mpeg1 audio
27966 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27968 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27969 * ext/alsa/gstalsa.h:
27970 refactor big chunks of the core caps negotiation code to make it
27971 a lot faster, because people claim it's really slow
27972 (actually, just cache the getcaps when the device is opened)
27974 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27976 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27977 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27978 (gst_a52dec_handle_frame), (gst_a52dec_chain),
27979 (gst_a52dec_change_state), (plugin_init):
27980 * ext/a52dec/gsta52dec.h:
27981 Do something useful with timestamps. Make chain-based (since
27982 there's really no reason to be loopbased).
27983 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27984 Update current_byte/frame correctly.
27986 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27988 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27989 (gst_ape_demux_stream_init):
27992 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27994 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27995 Let's make sure we're done typefinding when detecting tags.
27997 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27999 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28000 (gst_ebml_read_init), (gst_ebml_read_use_event),
28001 (gst_ebml_read_element_id), (gst_ebml_peek_id),
28002 (gst_ebml_read_seek), (gst_ebml_read_skip),
28003 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28004 (gst_ebml_read_master):
28005 * gst/matroska/ebml-read.h:
28006 * gst/matroska/matroska-demux.c:
28007 (gst_matroska_demux_parse_contents),
28008 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28009 Disgustingly evil hack for working around INTERRUPT events and
28010 their extremely annoying habit of being a pain in the ass. We
28011 simply peek a cluster before reading any of it.
28013 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28015 * ext/musepack/gstmusepackdec.cpp:
28016 There's also floating point libmusepacks.
28018 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28020 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28021 (gst_faad_chanpos_to_gst), (gst_faad_chain):
28022 Set DURATION even if source buffer didn't. Also use increasing
28024 * gst-libs/gst/riff/riff-media.c:
28025 (gst_riff_create_audio_caps_with_data):
28026 Block_align can have larger values than 8192.
28028 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28030 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28031 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28032 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28033 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28036 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28038 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28041 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28043 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28046 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28048 * ext/esd/esdsink.c: (gst_esdsink_chain):
28049 Make error actually say something useful (fixes #156798).
28050 * gst-libs/gst/riff/riff-media.c:
28051 (gst_riff_create_video_caps_with_data),
28052 (gst_riff_create_video_template_caps):
28053 Add Intel Video 5.0 fourcc (IV50).
28055 2004-12-01 Christophe Fergeau <teuf@gnome.org>
28057 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28058 detection on mono and stereo mp3 files.
28060 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28062 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28063 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28064 the contained stream).
28066 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28068 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28069 Oops, remove debug.
28071 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28073 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28075 * gst/law/alaw-decode.c: (alawdec_getcaps):
28076 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28077 Prevent warnings when negotiating caps (fixes #159338).
28079 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28081 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28082 (gst_ffmpegcsp_chain):
28083 Remove old leftover that shouldn't be there...
28085 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28087 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28089 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28090 Don't forward DISCONT events (fixes #159684).
28092 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28094 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28095 Unlink manually since sometimes bin disposal (and therefore
28096 pad unlinking) is delayed, which will cause a new media file
28097 to not be able to start playing instantly.
28099 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28101 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28102 On mute of an unlinked stream, check for pad availability so
28103 we don't crash on unlinked pad.
28105 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28107 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28108 (gst_avi_demux_massage_index):
28109 Fix quite humiliating bug in omitting 0-sized index chunks but
28110 forgetting to count them for timestamps.
28112 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28114 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28115 Actually leave the loop if we failed to sync. Don't crash.
28117 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28119 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28120 (gst_dvd_demux_process_private):
28121 * gst/mpegstream/gstdvddemux.h:
28122 Fix crash (#159759). Doesn't work, though. :-(.
28124 2004-11-28 Benjamin Otte <otte@gnome.org>
28126 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28127 more overwriting protection due to modifying channels one by one
28128 instead of all at once
28130 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28132 * gst/audioconvert/gstchannelmix.c:
28133 (gst_audio_convert_fill_normalize):
28134 Normalize using absolute values.
28136 2004-11-28 Julien MOUTTE <julien@moutte.net>
28140 * ext/directfb/Makefile.am:
28141 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28142 (gst_directfbvideosink_get_pixel_format),
28143 (gst_directfbvideosink_get_format_from_fourcc),
28144 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28145 (gst_directfbvideosink_sink_link),
28146 (gst_directfbvideosink_change_state),
28147 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28148 (gst_directfbvideosink_buffer_alloc),
28149 (gst_directfbvideosink_interface_supported),
28150 (gst_directfbvideosink_interface_init),
28151 (gst_directfbvideosink_navigation_send_event),
28152 (gst_directfbvideosink_navigation_init),
28153 (gst_directfbvideosink_set_property),
28154 (gst_directfbvideosink_get_property),
28155 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28156 (gst_directfbvideosink_base_init),
28157 (gst_directfbvideosink_class_init),
28158 (gst_directfbvideosink_get_type), (plugin_init):
28159 * ext/directfb/directfbvideosink.h: Adding a first version of
28161 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28164 2004-11-28 Benjamin Otte <otte@gnome.org>
28166 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28167 walk the samples backwards if out_channels > in_channels so we don't
28170 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28172 * gst/audioconvert/Makefile.am:
28173 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28174 (gst_audio_convert_link), (gst_audio_convert_change_state),
28175 (gst_audio_convert_channels):
28176 * gst/audioconvert/gstchannelmix.c:
28177 (gst_audio_convert_unset_matrix),
28178 (gst_audio_convert_fill_identical),
28179 (gst_audio_convert_fill_compatible),
28180 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28181 (gst_audio_convert_fill_others),
28182 (gst_audio_convert_fill_normalize),
28183 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28184 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28185 * gst/audioconvert/gstchannelmix.h:
28186 Implement a channel mixer.
28188 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
28190 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28191 * ext/alsa/gstalsa.h:
28192 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28193 Make alsasink actually honor gst_element_set_clock and use that
28194 clock instead of its internal one.
28196 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28198 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28199 (gst_play_base_bin_change_state): nullify source and decoder when
28200 going from READY to NULL so that we don't try to do weird stuff with
28201 them when going from NULL to READY
28202 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28203 instead of g_object_unref
28204 (gen_video_element), (gen_audio_element): more refcounting fixes, now
28205 it should be correct
28206 (gst_play_bin_change_state): don't call remove_sinks if we are
28207 currently disposing the object
28209 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28211 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28212 Don't forget bass if it's there. Else left channel is silent...
28214 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28216 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28217 (gst_a52dec_change_state):
28218 Don't do sample adjusting anymore, we use float audio now.
28219 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28220 Don't fixate to non-existing properties.
28222 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28224 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28225 (gst_a52dec_change_state):
28226 Advertise that we can do surround sound.
28228 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28230 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28231 Add buffer-frames=0.
28232 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28233 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28234 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28235 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28236 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28237 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28238 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28239 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28240 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28241 * ext/dvdread/dvdreadsrc.h:
28242 Add seeking, querying for bytes, sectors, title, angle and
28243 chapter. Handle multiple chapters. Relicense to LGPL because
28244 Billy agreed on that (thanks Billy!).
28246 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28248 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28249 call parent dispose method
28251 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
28253 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28254 (gst_audio_clock_get_internal_time):
28255 Fix active <-> inactive transitions: ensure time value always
28256 grows and avoid abrupt value changes.
28258 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
28261 * gst/tta/Makefile.am:
28263 * gst/tta/filters.h:
28264 * gst/tta/gsttta.c:
28265 * gst/tta/gstttadec.c:
28266 * gst/tta/gstttadec.h:
28267 * gst/tta/gstttaparse.c:
28268 * gst/tta/gstttaparse.h:
28269 * gst/tta/ttadec.h:
28270 added TTA parser and decoder
28272 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28274 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28275 (probe_triggered), (check_queue), (buffer_underrun),
28276 (buffer_running), (buffer_overrun), (gen_source_element),
28278 * gst/playback/gstplaybasebin.h:
28279 Implement buffering. Needs some more work.
28281 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28283 * ext/theora/theoradec.c: (theora_dec_chain):
28284 Fix ilog mask range overflow.
28286 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28288 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28289 Don't omit the last (which in case of dmix is the only :) )
28290 channel count. Don't set channels if <= 2.
28292 2004-11-26 Christophe Fergeau <teuf@gnome.org>
28294 * gst/playback/gstplaybin.c: (gen_video_element),
28295 (gen_audio_element): Removed 2 obsolete comments
28297 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28299 * ext/vorbis/oggvorbisenc.c
28300 * ext/vorbis/vorbisenc.c :
28301 change description fields of those plugins to differentiate them
28302 (pitivi show Encoders by description, they had the same one)
28304 2004-11-25 Christophe Fergeau <teuf@gnome.org>
28306 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28308 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28309 (gst_play_bin_set_property), (gen_video_element),
28310 (gen_audio_element):
28311 Refcounting fixes for provided audio-/videosinks.
28313 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28315 * gst/playback/gstplaybin.c: (gen_video_element),
28316 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28317 Don't reference all sinks, but only the video- and audiosinks.
28318 The vis. element should be disposed when we're done with it.
28319 We don't have any reason to keep it around. This fixes warnings
28320 when reusing playbin for playing multiple audio files with
28321 vis. enabled. Also release audio device on pause - idea stolen
28324 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28326 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28327 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28328 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28329 * ext/alsa/gstalsaplugin.c: (plugin_init):
28330 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28331 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28332 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28333 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28334 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28335 (gst_faad_change_state), (plugin_init):
28336 * ext/faad/gstfaad.h:
28337 * ext/vorbis/vorbis.c: (plugin_init):
28338 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28339 * gst-libs/gst/audio/Makefile.am:
28340 * gst-libs/gst/audio/audio.c: (plugin_init):
28341 * gst-libs/gst/audio/multichannel.c:
28342 (gst_audio_check_channel_positions),
28343 (gst_audio_get_channel_positions),
28344 (gst_audio_set_channel_positions),
28345 (gst_audio_set_structure_channel_positions_list),
28346 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28347 (gst_audio_fixate_channel_positions):
28348 * gst-libs/gst/audio/multichannel.h:
28349 * gst-libs/gst/audio/testchannels.c: (main):
28350 * gst/audioconvert/gstaudioconvert.c:
28351 (gst_audio_convert_class_init), (gst_audio_convert_init),
28352 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28353 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28354 (gst_audio_convert_fixate), (gst_audio_convert_channels):
28355 * gst/audioconvert/plugin.c: (plugin_init):
28356 Surround sound support.
28358 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28360 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28361 Fix position for discont if we're close as well. Nitpicking, but
28362 saves a few milliseconds of extra waiting or skipping.
28364 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28366 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28367 We sometimes need parsers for playback, so add those too.
28369 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28372 * gst/apetag/Makefile.am:
28373 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28374 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28375 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28376 (gst_ape_demux_get_src_query_types),
28377 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28378 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28379 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28380 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28381 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28382 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28383 (gst_ape_demux_change_state):
28384 * gst/apetag/apedemux.h:
28385 * gst/apetag/apetag.c: (plugin_init):
28386 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28388 APE v1/2 tag reader plus typefind function.
28390 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28393 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28394 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28395 Remove hacks for older core. Require newer core version
28398 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28400 * gst/cdxaparse/Makefile.am:
28401 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28402 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28403 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28404 * gst/cdxaparse/gstcdxaparse.h:
28405 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28406 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28407 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28408 (gst_cdxastrip_get_src_query_types),
28409 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28410 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28411 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28412 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28413 * gst/cdxaparse/gstcdxastrip.h:
28414 SVCD/VCD header stripping separated from CDXA image parsing.
28415 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28417 Add VCD/SVCD header typefinding for VCD/SVCD.
28418 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28419 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28420 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28421 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28422 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28423 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28424 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28425 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28426 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28427 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28428 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28429 * sys/vcd/vcdsrc.h:
28430 Fix up, add seeking, querying, URI interface. Works in totem now.
28432 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
28437 === release 0.8.6 ===
28439 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
28457 releasing 0.8.6, "IOU Love"
28459 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28461 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28463 * gst/playback/gstplaybasebin.c:
28464 Fix unplayable files error handling. Fixes #158365
28466 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28468 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28470 * gst/typefind/gsttypefindfunctions.c:
28471 Fix broken mp3 typefinding. Fixes #158375
28473 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28475 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28477 * ext/ogg/gstoggdemux.c:
28478 Fix sync on broken files. Fixes #158976
28480 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28482 patch by: Edward Hervey <bilboed@bilboed.com>
28484 * ext/libpng/gstpngenc.c:
28485 Copy over buffer properties. Fixes #158832
28487 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28489 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28491 * ext/dvdread/dvdreadsrc.c:
28492 Fixes invalid reads (#158462)
28494 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28496 * sys/v4l/gstv4lsrc.c:
28497 * sys/v4l/gstv4lsrc.h:
28498 * sys/v4l/v4lsrc_calls.c:
28499 Probe less and cache it. Fixes #159187.
28501 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28503 * gst/videorate/gstvideorate.c:
28504 Handle all video formats. Fixes #159186.
28506 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
28507 * gst/synaesthesia/gstsynaesthesia.c:
28508 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28509 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28510 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28511 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28512 (gst_synaesthesia_change_state), (plugin_init):
28513 Fix up synaesthesia to work under different samplerates/ buffer sizes.
28514 Force 320x200 output, as that's the only thing the underlying
28515 synaesthesia implementation supports. Still needs to be made
28518 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28521 Fix mpeg2enc configure check (similar to mplex check below).
28523 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
28525 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28527 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28528 Fix for gcc-2.95 (fixes #158221).
28530 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28532 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28533 Re-add clock distribution hack (until new core is released).
28536 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
28538 fix mplex configure check segfaulting on some systems (bug #140994)
28540 2004-11-13 Benjamin Otte <otte@gnome.org>
28542 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28544 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28545 do a wait when we enter the loop func with no data available to
28546 write instead of getting into an 100% CPU loop by just returning and
28547 being called again by the scheduler
28549 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
28552 * ext/libvisual/visual.c: (gst_visual_get_type),
28553 (libvisual_log_handler), (gst_visual_getcaps),
28554 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28556 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28557 * ext/smoothwave/Makefile.am:
28558 * ext/smoothwave/demo-osssrc.c: (main):
28559 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28560 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28561 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28563 * ext/smoothwave/gstsmoothwave.h:
28564 Make gstsmoothwave a working element in the 20th century.
28566 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28567 Fix incorrect link function
28569 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28571 * gst/volume/gstvolume.c:
28572 Allow buffer-frames=0.
28574 2004-11-12 Iain <iaingnome@gmail.com>
28576 * configure.ac: Check for polypaudio
28578 * ext/Makefile.am: Build the polyp dir
28580 * ext/polyp: The polypsink sources.
28582 2004-10-30 Iain <iaingnome@gmail.com>
28584 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28585 caps to reflect the new number of channels.
28587 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28589 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28590 Fix for negotiation order problem. This would show when the
28591 ALSA loopfuction was called before any other function. ALSA
28592 wouldn't do anything because we're not negotiated yet, leading
28593 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28595 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
28597 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28599 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28600 No warnings (#157986).
28602 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28604 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28605 Prefer apev1/2 and id3v1 (at end of file) over musepack.
28607 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28609 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28610 Signal no-more-pads (so it works in playbin).
28612 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28614 * ext/musepack/gstmusepackreader.cpp:
28615 Workaround for older core.
28617 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28619 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28620 Actually test for odd width/height rather than testing whether
28621 a temporary variable that was 0 before we subtracted 1 is now
28622 not equal to zero (which it always is).
28624 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28626 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28627 Fix compilation if HAVE_XVIDEO is not defined
28629 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28631 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28632 Fix compilation if HAVE_XVIDEO is not defined
28634 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
28636 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28637 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28638 (gst_goom_change_state), (plugin_init):
28639 Use the bytestream adapter so goom doesn't depend on the input
28641 Add a debug category
28643 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28645 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28646 Only set hardware parameters *after* negotiation. Before
28647 negotiation, it will set ANY and that seems to cause crashes
28648 (see e.g. #151288, #153227).
28650 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28652 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28653 This seems to be antique leftover. It needs to pass error
28655 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28656 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28657 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28658 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28659 Fix GstXOverlay implementation (#151059).
28661 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28663 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28664 Don't assert (#157853).
28666 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28668 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28669 Fix bytes/samples confustion.
28670 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28671 Fix for underrun (#144389).
28673 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28675 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28676 Disable halfway-seek for pending release (since it needs a new
28679 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
28681 * sys/v4l/gstv4lsrc.c:
28682 * sys/v4l/gstv4lsrc.h:
28683 * sys/v4l/v4lsrc_calls.c:
28684 add autoprobe-fps property so we can separate autoprobing parts
28686 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
28688 * sys/v4l/gstv4lsrc.c:
28689 * sys/v4l/v4lsrc_calls.c:
28690 initialise fourcc to catch unset fourcc's, and debug
28692 2004-11-09 Wim Taymans <wim@fluendo.com>
28694 * gst/playback/README:
28695 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28696 * gst/playback/gstplaybin.c: (gst_play_bin_init),
28697 (gst_play_bin_dispose), (gst_play_bin_set_property),
28698 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28699 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28700 (gst_play_bin_get_formats), (gst_play_bin_convert),
28701 (gst_play_bin_get_query_types), (gst_play_bin_query):
28702 Cleanups and some more documentation.
28704 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
28706 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28707 (gst_cacasink_init), (gst_cacasink_chain):
28708 * ext/libcaca/gstcacasink.h:
28709 Cacasink inherits from VideoSink, so let that store the clock.
28711 2004-11-09 Wim Taymans <wim@fluendo.com>
28713 * gst/playback/README:
28714 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28715 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28716 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28717 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28718 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28720 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28721 (gst_stream_info_is_mute), (gst_stream_info_set_property):
28722 * gst/playback/gststreaminfo.h:
28724 Only switch groups if all streams have muted (EOSed).
28725 Send Tags in sync with the stream playback instead of in
28726 the playback/preroll phase.
28727 Some cleanups, free the fakesrc elements.
28729 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
28731 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28732 buffer-frames property was missing
28733 * ext/arts/gst_arts.c:
28734 rate missing from sinkcaps
28735 * ext/audiofile/gstafparse.c:
28736 * ext/audiofile/gstafsink.c:
28737 * ext/audiofile/gstafsrc.c:
28738 * ext/swfdec/gstswfdec.c:
28739 int audio doesn't know buffer-frames
28740 * ext/cdparanoia/gstcdparanoia.c:
28741 int audio doesn't know chunksize either
28742 * ext/nas/nassink.c:
28743 it's endianness, not endianess
28744 * gst-libs/gst/audio/audio.h:
28745 make float standard pad template caps really describe float
28746 * gst/law/mulaw.c: (linear_factory):
28747 signed only, please
28748 * gst/mpegstream/gstdvddemux.c:
28749 widths of 20 are not valid
28751 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
28753 Submitted by: Luca Ferretti <elle.uca@infinito.it>
28759 2004-11-08 Wim Taymans <wim@fluendo.com>
28761 * gst/playback/README:
28762 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28763 * gst/playback/gstplaybasebin.c: (probe_triggered),
28764 (gst_play_base_bin_change_state):
28765 Updated README, added more comments for fixmes etc..
28767 2004-11-08 Wim Taymans <wim@fluendo.com>
28769 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28770 We can remove this hack now.
28772 2004-11-08 Wim Taymans <wim@fluendo.com>
28774 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28775 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28776 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28777 Only mix AYUV for maximum quality.
28779 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28781 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28782 (gst_ogg_demux_push), (gst_ogg_pad_push):
28783 Let's act as if we're synchronized now! :).
28784 * ext/theora/theoradec.c: (theora_dec_chain):
28787 2004-11-08 Wim Taymans <wim@fluendo.com>
28789 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28790 (gst_alpha_set_property), (gst_alpha_sink_link),
28791 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28792 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28793 (gst_alpha_init_params), (gst_alpha_chain):
28794 Implement alpha functions for AYUV too, this increases
28795 accuracy quite a bit.
28797 2004-11-08 Wim Taymans <wim@fluendo.com>
28799 * gst/ffmpegcolorspace/avcodec.h:
28800 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28801 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28802 (gst_ffmpegcsp_avpicture_fill):
28803 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28804 (gst_ffmpegcsp_caps_remove_format_info):
28805 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28806 (shrink12), (img_get_alpha_info), (deinterlace_line),
28807 (deinterlace_line_inplace):
28808 * gst/ffmpegcolorspace/imgconvert_template.h:
28809 Added AYUV colorspace and handle RGBA a bit more respectful.
28811 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28813 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28814 Actually always send a discont (cornercase when resending the
28815 same serial-tagged chain twice).
28817 2004-11-08 Julien MOUTTE <julien@moutte.net>
28819 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28820 (gst_ximagesink_finalize):
28821 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28822 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28824 2004-11-08 Wim Taymans <wim@fluendo.com>
28826 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28827 Don't segfault on NULL data.
28829 2004-11-08 Wim Taymans <wim@fluendo.com>
28831 * gst/playback/gstdecodebin.c: (unlinked):
28832 * gst/playback/gstplay-marshal.list:
28833 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28834 (gst_play_base_bin_init), (group_create), (get_active_group),
28835 (get_building_group), (group_destroy), (group_commit),
28836 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28837 (add_element_stream), (no_more_pads), (probe_triggered),
28838 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28839 (state_change), (setup_source), (gst_play_base_bin_get_property),
28840 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28841 (gst_play_base_bin_link_stream),
28842 (gst_play_base_bin_get_streaminfo):
28843 * gst/playback/gstplaybasebin.h:
28844 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28845 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28846 Add support for chained ogg files. Prepare for playlist
28847 support. This patch introduces the concept of pad groups, which
28848 together compose one playable media file.
28850 2004-11-07 David Schleef <ds@schleef.org>
28852 * testsuite/gst-lint: Check for pad templates that aren't statically
28855 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28859 * ext/musepack/Makefile.am:
28860 * ext/musepack/gstmusepackdec.cpp:
28861 * ext/musepack/gstmusepackdec.h:
28862 * ext/musepack/gstmusepackreader.cpp:
28863 * ext/musepack/gstmusepackreader.h:
28864 Add musepack decoder.
28865 * ext/faad/gstfaad.c: (gst_faad_base_init):
28866 Make pad templates static.
28867 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28869 Add musepack typefinder, make mp3 typefinding work halfway stream,
28870 which doesn't actually work yet because id3demux doesn't implement
28873 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28875 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28876 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28877 Fix interrupt event handling (#144436).
28879 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28881 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28884 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
28886 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28888 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28889 Fix weird caps (#157548).
28891 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
28893 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28895 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28896 Add missing NULL terminator (#157543).
28898 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
28900 * gst/tcp/gsttcp.h:
28901 * gst/tcp/gsttcpclientsink.c:
28902 * gst/tcp/gsttcpclientsrc.c:
28903 * gst/tcp/gsttcpserversink.c:
28904 * gst/tcp/gsttcpserversrc.c:
28905 ports can go up to 65535. Move common defines to gsttcp.h
28907 2004-11-05 Wim Taymans <wim@fluendo.com>
28909 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28910 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28911 Added two more colorspaces.
28913 2004-11-05 Wim Taymans <wim@fluendo.com>
28915 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28916 (gst_ffmpegcsp_avpicture_fill):
28917 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28918 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28919 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28922 2004-11-05 Wim Taymans <wim@fluendo.com>
28924 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28925 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28926 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28927 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28928 (gst_videomixer_loop):
28931 2004-11-05 Benjamin Otte <otte@gnome.org>
28933 * ext/mad/gstmad.c: (gst_mad_chain):
28934 don't overflow data buffer. Flush not needed sync data when syncing
28937 2004-11-04 Wim Taymans <wim@fluendo.com>
28939 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28940 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28941 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28942 (gst_alpha_init_params), (gst_alpha_chain),
28943 (gst_alpha_change_state):
28944 Updated the chroma keying algorithm with something more
28947 2004-11-03 Wim Taymans <wim@fluendo.com>
28949 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28950 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28951 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28952 Fix stride issues. Does not completely work for odd
28955 2004-11-03 Wim Taymans <wim@fluendo.com>
28957 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28958 (gst_alpha_chroma_key), (gst_alpha_chain):
28959 Fix stride issues. Does not completely work for odd
28962 2004-11-03 Christophe Fergeau <teuf@gnome.org>
28964 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28965 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28968 2004-11-03 Wim Taymans <wim@fluendo.com>
28970 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28971 (gst_ffmpegcsp_avpicture_fill):
28972 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28974 * gst/ffmpegcolorspace/imgconvert_template.h:
28975 Use correct _fill function to get correct strides.
28977 2004-11-02 David Schleef <ds@schleef.org>
28979 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28980 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28981 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28982 Change all g_print()s to debugging. Add a bunch of consistency
28985 2004-11-02 Wim Taymans <wim@fluendo.com>
28987 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28988 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28989 (unlinked), (no_more_pads), (close_link):
28990 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28991 (unknown_type), (add_element_stream), (new_decoded_pad),
28992 (removed_decoded_pad), (setup_source):
28993 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28994 (gst_stream_info_class_init), (gst_stream_info_init),
28995 (gst_stream_info_new), (gst_stream_info_dispose),
28996 (stream_info_mute_pad), (gst_stream_info_set_property),
28997 (gst_stream_info_get_property):
28998 * gst/playback/gststreaminfo.h:
28999 Fix playback of multiple files.
29000 a slightly different approach to handling dynamic pad removals.
29001 This one only looks at pads that we have linked.
29003 2004-11-01 Christophe Fergeau <teuf@gnome.org>
29005 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29006 free" warning from libc.
29008 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29010 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29011 (get_unconnected_element), (remove_starting_from), (pad_removed),
29013 Implement support for dynamic pad changing. We listen to "live"
29014 pad removals (i.e. while playing) and re-setup autoplugging
29015 after that. Playbasebin/playbin need some more work for this
29016 to finally work, but decodebin supports (and replugs) chained
29019 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
29021 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29022 (gst_alsa_finalize):
29023 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29024 (gst_cdaudio_finalize):
29025 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29026 (cdparanoia_finalize):
29027 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29028 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29029 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29030 (dvdreadsrc_finalize):
29031 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29032 (gst_flacdec_finalize):
29033 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29034 (gst_flacenc_finalize):
29035 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29036 (gst_gnomevfssink_finalize):
29037 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29038 (gst_gnomevfssrc_finalize):
29039 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29040 (gst_fameenc_finalize):
29041 * ext/nas/nassink.c: (gst_nassink_class_init),
29042 (gst_nassink_finalize):
29043 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29044 (gst_sdlvideosink_class_init):
29045 * ext/sndfile/gstsf.c: (gst_sf_dispose):
29046 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29047 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29048 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29049 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29050 (gst_x_window_listener_dispose):
29051 * gst/audioscale/gstaudioscale.c:
29052 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29053 (play_on_demand_finalize):
29054 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29055 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29056 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29057 (cdplayer_finalize):
29058 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29059 (gst_glimagesink_class_init):
29060 * sys/oss/gstosselement.c: (gst_osselement_class_init),
29061 (gst_osselement_finalize):
29062 * sys/oss/gstosssink.c: (gst_osssink_dispose):
29063 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29064 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29065 Fixes a bunch of problems with finalize and dispose functions,
29066 either assumptions that dispose is only called once, or not calling
29067 the parent class dispose/finalize function
29069 2004-11-01 Stefan Kost <ensonic@users.sf.net>
29071 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29072 added two api precondition guards
29073 use g_strdup with getenv to fix crash when using ENVVAR
29075 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
29076 * ext/esd/esdsink.c: (gst_esdsink_class_init),
29077 (gst_esdsink_finalize):
29078 Use a finalize function, not dispose, and more importantly,
29079 call the parent class finalize function too
29081 2004-11-01 Johan Dahlin <johan@gnome.org>
29083 * ext/ogg/gstoggdemux.c:
29084 * gst/tags/gstvorbistag.c:
29087 2004-10-31 Benjamin Otte <otte@gnome.org>
29089 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29090 lotsa memleaks today. But they're all small...
29092 2004-10-31 Benjamin Otte <otte@gnome.org>
29094 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29095 another memleak crushed
29097 2004-10-31 Benjamin Otte <otte@gnome.org>
29099 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29102 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29104 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29105 Hack to prevent crash when going to READY inside signal handler
29106 while this function is active.
29108 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29110 * gst/ffmpegcolorspace/Makefile.am:
29111 * gst/ffmpegcolorspace/avcodec.h:
29112 * gst/ffmpegcolorspace/common.h:
29113 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29114 * gst/ffmpegcolorspace/dsputil.h:
29115 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29116 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29117 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29118 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29119 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29120 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29121 (gst_ffmpegcsp_avpicture_fill):
29122 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29123 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29124 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29125 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29126 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29127 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29128 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29129 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29130 * gst/ffmpegcolorspace/imgconvert.c:
29131 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29132 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29133 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29134 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29135 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29136 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29137 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29138 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29139 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29140 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29141 (grow21), (grow22), (grow41), (grow44), (conv411),
29142 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29143 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29144 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29145 (avpicture_free), (is_yuv_planar), (img_convert),
29146 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29147 (deinterlace_line_inplace), (deinterlace_bottom_field),
29148 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29149 * gst/ffmpegcolorspace/imgconvert_template.h:
29150 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29151 * gst/ffmpegcolorspace/mmx.h:
29152 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29153 (av_fast_realloc), (av_mallocz_static), (av_free_static),
29154 (av_freep), (avcodec_get_context_defaults),
29155 (avcodec_alloc_context), (avcodec_init):
29156 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29157 handling plus update from ffmpeg CVS. Large clean-up.
29159 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29161 * gst/playback/Makefile.am:
29162 We need the marshallers for decodebin, too.
29164 2004-10-30 David Schleef <ds@schleef.org>
29166 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29167 quicktime typefinding work with 64-bit offsets.
29169 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
29171 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29172 Set EOS on the element when processing an EOS event.
29173 * ext/speex/gstspeexdec.h:
29174 * ext/speex/gstspeexenc.h:
29175 Only keep a const ptr to the mode
29176 * gst-libs/gst/riff/riff-media.c:
29177 (gst_riff_create_audio_caps_with_data),
29178 (gst_riff_create_audio_template_caps):
29179 Allow WMAV3, with up to 6 channels.
29180 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29181 Don't call gst_pad_set_event_function on a sink pad.
29182 * gst/mpegstream/gstdvddemux.c:
29183 (gst_dvd_demux_get_subpicture_stream),
29184 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29185 Copy the explicit caps that were set across to the cur_* pads,
29186 instead of trying to use a possibly non-existent negotiated caps.
29187 Reset the type of subpicture pads to UNKNOWN after calling
29188 init_stream, so that the caps get set.
29190 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
29192 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29194 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29195 Don't touch buffer if it is of size 0 (fixes #151064).
29197 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29199 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29200 Synchronized discont handling.
29202 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29204 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29205 (gst_ogg_demux_push):
29206 Make seeking sort-of exact again (fixes #156387).
29208 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29210 * gst/playback/gstplaybasebin.c: (unknown_type),
29211 (add_element_stream), (new_decoded_pad),
29212 (gst_play_base_bin_change_state):
29213 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29214 (gst_stream_info_init), (gst_stream_info_new),
29215 (gst_stream_info_dispose), (gst_stream_info_get_property):
29216 * gst/playback/gststreaminfo.h:
29217 Make caps explicitely available. Makes testing for unsupported
29218 types possible. Improves error reporting.
29220 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29222 * gst/audioconvert/gstaudioconvert.c:
29223 (gst_audio_convert_buffer_to_default_format):
29224 Really don't touch read-only buffers (#156563).
29226 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
29228 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29230 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29231 Fix memleak (#155223).
29233 2004-10-29 Wim Taymans <wim@fluendo.com>
29235 * gst/tcp/.cvsignore:
29236 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29237 (gst_multifdsink_class_init), (gst_multifdsink_init),
29238 (gst_multifdsink_add), (gst_multifdsink_remove),
29239 (gst_multifdsink_remove_client_link), (is_sync_frame),
29240 (gst_multifdsink_new_client),
29241 (gst_multifdsink_handle_client_write),
29242 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29243 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29244 (gst_multifdsink_get_property):
29245 * gst/tcp/gstmultifdsink.h:
29246 Added burst on connect sync_method, deprecated sync_clients,
29247 streamlined the sync code some more.
29249 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29251 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29252 (gst_play_base_bin_change_state):
29253 Improve error reporting.
29255 2004-10-28 Wim Taymans <wim@fluendo.com>
29257 * gst/tcp/Makefile.am:
29258 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29259 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29260 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29261 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29262 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29263 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29265 Added more locks around fdset structures. Fixed/reworked
29266 the poll array resizing code.
29267 Added stress test for fdset.
29269 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29271 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29274 2004-10-28 Benjamin Otte <otte@gnome.org>
29276 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29277 fix link function to always query channels and query width for
29281 * gst/equalizer/Makefile.am:
29282 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29283 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29284 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29285 (arg_to_scale), (setup_filter),
29286 (gst_iir_equalizer_compute_frequencies),
29287 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29288 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29292 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29294 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29298 Added Norwegian Bokmaal translation
29300 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29302 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29303 Don't break on options (fixes #156488).
29305 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29308 * ext/cdaudio/Makefile.am:
29310 fix build on older automake
29312 2004-10-26 Wim Taymans <wim@fluendo.com>
29314 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29315 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29316 Allow a little margin when negotiating the framerate.
29318 2004-10-26 Stefan Kost <ensonic@users.sf.net>
29320 * gst/level/gstlevel.c:
29321 synchonised naming of pads and pad-templates
29323 2004-10-26 Wim Taymans <wim@fluendo.com>
29325 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29326 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29327 (_find_streams_check), (gst_ogg_demux_push):
29328 Fix EOS again. Needs to be done in a better way. We should not
29329 remove the pad if there is no new chained stream.
29331 2004-10-26 Iain <iaingnome@gmail.com>
29333 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29334 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29336 * gst/interleave/interleave.c (interleave_class_init): Hook up release
29338 (interleave_release_pad): Remove the pad.
29339 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29340 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29342 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29344 (gst_xvimagesink_xcontext_clear): Free the xcontext.
29345 (gst_xvimagesink_finalize): Free the par.
29347 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29349 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29350 (gst_avimux_stop_file):
29351 First calculate the rate, and only then use it. Hdr.rate is a
29352 multiple and not a derivative of hdr.scale. Scale is not the
29353 same as blockalign but is solely related to rate.
29355 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29357 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29358 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29361 2004-10-25 James Henstridge <james@jamesh.id.au>
29363 Reviewed by: David Schleef <ds@schleef.org>
29365 * examples/gstplay/player.c: (got_stream_length), (main):
29366 * examples/seeking/cdplayer.c: (update_scale):
29367 * examples/seeking/seek.c: (format_value), (update_scale):
29368 * examples/seeking/spider_seek.c: (format_value), (update_scale),
29370 Build fixes on AMD64.
29372 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29374 reviewed by: Ronald Bultje <rbultje at gnome dot org>
29376 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29377 Fix for some v4l cards which hang in v4lsrc
29379 2004-10-25 Wim Taymans <wim@fluendo.com>
29381 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29382 (gst_ogg_demux_push), (gst_ogg_chains_clear):
29383 Make sure to remove the pad when a new chain is
29384 encountered. Set some vars to NULL so we don't try
29385 to reference freed memory.
29387 2004-10-25 Wim Taymans <wim@fluendo.com>
29389 * examples/seeking/Makefile.am:
29390 * examples/seeking/cdplayer.c: (update_scale):
29391 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29392 * examples/seeking/playbin.c: (make_playerbin_pipeline),
29393 (format_value), (update_scale), (iterate), (start_seek),
29394 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29395 (print_usage), (main):
29396 Added some more examples, update others.
29398 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29400 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29401 * ext/speex/gstspeexdec.c: (speex_dec_chain):
29402 * ext/theora/theoradec.c: (theora_dec_chain):
29403 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29404 Add codec-name metadata.
29406 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
29408 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29410 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29411 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29412 * ext/alsa/gstalsamixertrack.h:
29414 ALSA mixer track label internationalization (#154054).
29416 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29418 * ext/theora/theoradec.c: (theora_dec_chain):
29419 Export bitrate as metadata.
29421 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29423 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29424 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29425 * ext/alsa/gstalsamixertrack.h:
29426 Fix names, fix loop.
29428 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29430 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29431 (speex_dec_convert):
29432 sinkconvert function so oggdemux can get the file length (totem).
29434 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
29436 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29438 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29439 Don't push incomplete packets.
29440 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29441 Fix MPEG-4 audio typefinding.
29443 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29445 * sys/v4l/Makefile.am:
29446 * sys/v4l/gstv4l.c: (plugin_init):
29447 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29448 (gst_v4lelement_init), (gst_v4lelement_dispose),
29449 (gst_v4lelement_change_state):
29450 * sys/v4l/gstv4lelement.h:
29451 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29452 (gst_v4l_xoverlay_close), (idle_refresh),
29453 (gst_v4l_xoverlay_set_xwindow_id):
29454 * sys/v4l/gstv4lxoverlay.h:
29455 * sys/v4l/v4l-overlay_calls.c:
29456 * sys/v4l/v4l_calls.h:
29457 * sys/v4l2/Makefile.am:
29458 * sys/v4l2/gstv4l2.c: (plugin_init):
29459 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29460 (gst_v4l2element_init), (gst_v4l2element_dispose),
29461 (gst_v4l2element_change_state):
29462 * sys/v4l2/gstv4l2element.h:
29463 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29464 (gst_v4l2_xoverlay_close), (idle_refresh),
29465 (gst_v4l2_xoverlay_set_xwindow_id):
29466 * sys/v4l2/gstv4l2xoverlay.h:
29467 * sys/v4l2/v4l2-overlay_calls.c:
29468 * sys/v4l2/v4l2_calls.h:
29469 Remove client-side overlay handling, use the X-server v4l plugin
29470 for that. Nicer overlay, less code. Also make the plugin
29471 compileable without X (but then without overlay, obviously).
29472 Makes xwindowlistener obsolete, should we remove that?
29474 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29476 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29477 (gst_osssrc_src_query):
29478 * sys/oss/gstosssrc.h:
29479 OK, so people want offset in DEFAULT. This time, actually fix all
29481 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29484 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29486 * gst/asfdemux/gstasfmux.c:
29487 * gst/avi/gstavimux.c:
29490 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29492 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29493 Fix properties (channel, norm, frequency).
29495 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29497 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29499 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29502 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29504 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29507 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29509 * sys/v4l2/gstv4l2element.h:
29510 Yet Another Hack (tm) for kernel header borkedness.
29511 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29512 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29513 (gst_v4l2src_link), (gst_v4l2src_getcaps),
29514 (gst_v4l2src_change_state):
29515 * sys/v4l2/gstv4l2src.h:
29516 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29517 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29518 Fix caps, keep track of state, work.
29520 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29522 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29525 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29527 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29528 Don't mix bytes and samples.
29530 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29532 * ext/ogg/gstoggmux.c:
29533 Basic pad template which accepts OGM tracks, speex, flac, vorbis
29534 and theora. Any is incorrect.
29535 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29537 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29538 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29539 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29540 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29541 * sys/v4l/gstv4lmjpegsrc.h:
29542 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29543 (gst_v4lsrc_change_state):
29544 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29545 (gst_v4lmjpegsrc_capture_stop):
29546 Fix caps. Keep track of internal state. Work.
29548 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29551 Fix the build fixes.
29553 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29555 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29556 (gst_ogg_demux_src_event), (_find_chain_seek),
29557 (gst_ogg_pad_push):
29558 Check for pad availability before using it.
29559 * ext/ogg/gstoggdemux.c: (_find_chain_process):
29560 Fix parsing of chained ogg. Needs more work on the decoder side.
29562 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
29564 * gst/spectrum/Makefile.am:
29565 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29567 Fix demo and reenable it. Yes, I'm currently playing with audio
29570 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29572 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29573 We love it if files that start at zero work too...
29575 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29577 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29578 Handle files with missing EOS headers.
29580 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29582 * gst/tcp/gsttcpserversink.c:
29583 (gst_tcpserversink_handle_server_read),
29584 (gst_tcpserversink_init_send):
29585 Zero some variables first (need for accept not to return EINVAL)
29587 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29589 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29590 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29591 * ext/theora/theoradec.c: (theora_dec_sink_convert),
29592 (theora_dec_chain):
29593 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29594 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29595 Seeking and querying finetune.
29597 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
29601 * ext/raw1394/Makefile.am:
29604 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29606 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29608 * gst/playback/Makefile.am:
29609 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29610 * gst/playback/gstplay-marshal.list:
29611 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29614 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29616 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29619 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29621 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29622 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29623 (gst_ogg_pad_push):
29624 Yay for non-lineair granulepos in theora.
29626 2004-10-18 Wim Taymans <wim@fluendo.com>
29628 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29629 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29630 * ext/dv/gstdvdec.h:
29631 Make sure we renegotiate aspect ratio when the camera switches.
29633 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29635 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29636 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29638 * ext/theora/theoradec.c: (theora_dec_chain):
29639 Skip headers. Bad idea for chained ogg, but fixes seeking.
29641 2004-10-18 Wim Taymans <wim@fluendo.com>
29644 I swear, this is the last time I touch this.
29646 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29648 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29649 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29650 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29652 * ext/theora/theoradec.c: (theora_dec_sink_convert):
29653 Time-to-default conversion.
29654 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29655 Don't error on unknown packets, just skip. We should probably
29656 read them if we want to support chained ogg.
29658 2004-10-18 Wim Taymans <wim@fluendo.com>
29661 Added cdaudio to wrong list.
29663 2004-10-18 Wim Taymans <wim@fluendo.com>
29668 2004-10-18 Wim Taymans <wim@fluendo.com>
29670 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29671 (gst_dvdec_video_link), (gst_dvdec_push):
29672 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29673 (gst_smokeenc_resync), (gst_smokeenc_chain):
29674 Fix mimetype on smoke encoder.
29675 Add aspect ratio to dvdec. Not sure if these
29676 values are correct though....
29678 2004-10-18 Wim Taymans <wim@fluendo.com>
29680 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29681 Fix vorbis property descriptions and ranges.
29683 2004-10-18 Wim Taymans <wim@fluendo.com>
29685 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29686 Really do nothing when no data is available.
29687 Go to the playing state when the stream is not seekable
29688 instead of failing.
29690 2004-10-18 Wim Taymans <wim@fluendo.com>
29692 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29693 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29694 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29695 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29696 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29697 Added uri handler for cd://
29700 2004-10-18 Wim Taymans <wim@fluendo.com>
29702 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29703 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29704 (try_to_link_1), (no_more_pads), (close_link), (type_found):
29705 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29706 (remove_prerolls), (unknown_type), (add_element_stream),
29707 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29708 (gst_play_base_bin_remove_element),
29709 (gst_play_base_bin_link_stream):
29710 * gst/playback/gstplaybin.c: (gen_video_element),
29711 (gen_vis_element), (remove_sinks), (setup_sinks):
29712 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29713 (gst_stream_info_get_type), (gst_stream_info_class_init),
29714 (gst_stream_info_init), (gst_stream_info_new),
29715 (gst_stream_info_dispose), (stream_info_mute_pad),
29716 (gst_stream_info_set_property), (gst_stream_info_get_property):
29717 * gst/playback/gststreaminfo.h:
29718 Add sink padtemplate to decodebin.
29719 Added some more comments.
29720 Make queue size configurable in playbasebin.
29721 Added possibility to use elements as sinks (ex cdaudio).
29723 2004-10-15 Wim Taymans <wim@fluendo.com>
29725 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29726 (gst_speexenc_chain):
29727 Fix speex timestamps so that it gets muxed properly.
29729 2004-10-15 Wim Taymans <wim@fluendo.com>
29731 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29732 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29733 (gst_dv1394src_init), (gst_dv1394src_dispose),
29734 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29735 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29736 (gst_dv1394src_event), (gst_dv1394src_get_formats),
29737 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29738 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29739 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29740 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29741 * ext/raw1394/gstdv1394src.h:
29742 Added conversion/query functions.
29743 Update buffer timestamps,
29745 Added uri dv:// so it might play from the firewire in playbin.
29746 Fix a possible leak.
29749 2004-10-15 Wim Taymans <wim@fluendo.com>
29751 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29752 (gst_dv1394src_init), (gst_dv1394src_set_property),
29753 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29754 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29755 * ext/raw1394/gstdv1394src.h:
29756 Added AV/C VTR control support needed for some cameras.
29757 Added automatic port detection.
29758 Added properties for selecting the channel.
29759 The configure.ac script is not yet updated to reflect the
29760 new libavc1394 and librom1394 dependencies.
29762 2004-10-15 Wim Taymans <wim@fluendo.com>
29764 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29765 (qtdemux_parse), (gst_qtdemux_handle_esds):
29766 An esds box is not a container.
29767 Fix parsing of mp4v boxes.
29768 Do not try to renegotiate fps for each frame. Need to
29769 find a better method. This should fix mp4 playback.
29771 2004-10-14 David Schleef <ds@schleef.org>
29773 * configure.ac: update for swfdec-0.3 and liboil-0.2
29774 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29775 * ext/swfdec/gstswfdec.h: same
29776 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29777 * gst/videotestsrc/videotestsrc.c: same
29779 2004-10-14 Wim Taymans <wim@fluendo.com>
29781 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29782 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29783 (is_sync_frame), (gst_multifdsink_new_client),
29784 (gst_multifdsink_handle_client_write),
29785 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29786 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29787 Turn warnings into info.
29788 Don't allow a state change in the streaming thread.
29790 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
29792 * ext/vorbis/oggvorbisenc.c:
29793 * ext/vorbis/vorbisdec.c:
29794 fix template sample rate
29796 2004-10-13 Wim Taymans <wim@fluendo.com>
29798 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29799 Decoding the header first fixes some problems in resyncing
29802 2004-10-12 Wim Taymans <wim@fluendo.com>
29804 * gst/playback/gstplaybin.c: (gen_video_element),
29805 (gen_vis_element), (remove_sinks), (setup_sinks):
29806 Added vis plugin support, need to configure the vis
29807 element to activate it.
29809 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29811 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29812 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29814 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29815 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29816 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29817 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29818 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29819 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29820 * gst/avi/gstavidemux.h:
29821 Support for openDML-2.0 indx/ix## chunks. Support for broken index
29822 recovery (where, if part of the index is broken, we will still read
29823 the rest of the index and recover the broken part by stream
29824 scanning). More broken media support. EOS workarounds. General AVI
29825 braindamage headache recovery. Aspirin included.
29827 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29829 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29830 (cdparanoia_event), (cdparanoia_query):
29831 Get rid of hideous lead-in.
29833 2004-10-11 Wim Taymans <wim@fluendo.com>
29835 * gst/playback/gstplaybasebin.c: (setup_source):
29836 Wrong var used to get g_list_next.
29838 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29840 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29841 (cdparanoia_get), (cdparanoia_open):
29842 Report discid as metadata, add duration.
29844 2004-10-11 Wim Taymans <wim@fluendo.com>
29846 * gst/playback/gstplaybasebin.c: (setup_source):
29847 Cleanup the previous pipeline a little earlier for the
29848 case that a source element provides raw data.
29850 2004-10-11 Benjamin Otte <otte@gnome.org>
29852 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29853 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29854 consuming the last 128 bytes, even though it was valid mp3 data.
29856 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29858 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29859 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29860 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29861 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29863 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29865 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29866 Fix for webcams that support only specific width or height
29868 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
29870 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29872 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29873 Fix wrong discont event setup (fixes #154967).
29875 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
29877 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29879 * gst/auparse/gstauparse.c: (gst_auparse_chain):
29880 Error out on invalid data (fixes #154807).
29882 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
29884 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29886 * ext/dvdread/dvdreadsrc.c: (_read):
29887 Make titles > 0 work again (fixes #154834).
29889 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29891 * gst-libs/gst/riff/riff-media.c:
29892 (gst_riff_create_video_template_caps):
29893 WMV3 missing in template caps.
29895 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29897 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29898 OK, so the original code was too strict. It makes random AVI files
29899 hang for seconds upon opening, which is unacceptable and is far
29900 beyond the original goal of getting multiple chunks for one-chunk
29901 sounc stream files. So now do just that.
29903 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29905 * gst/playback/gstplaybasebin.c: (setup_source),
29906 (gst_play_base_bin_change_state):
29907 Actually clean up streaminfo if output fails. This would trigger
29908 if, for example, there was no CD in the drive. No preroll, so
29909 a streaminfo structure is created, but the subsequent state change
29910 of the thread fails.
29911 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29912 Don't change state if parent failed.
29914 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29916 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29917 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29918 (gen_video_element), (remove_sinks):
29919 Add small bits of code for screenshot handling.
29921 2004-10-08 Wim Taymans <wim@fluendo.com>
29923 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29924 (gen_video_element), (gen_audio_element), (setup_sinks):
29925 Don't assume the user provided sinks are named "sink"...
29927 2004-10-08 Wim Taymans <wim@fluendo.com>
29929 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29930 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29931 (gst_play_base_bin_link_stream):
29932 Do not try to autoplug sources that generate raw streams like
29934 disconnect the preroll overrun signal when we don't need it anymore.
29936 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
29938 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29939 Added reworked patch from #154903 from milosz derezynski (deadchip).
29941 2004-10-08 Wim Taymans <wim@fluendo.com>
29943 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29944 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29945 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29946 (cdparanoia_convert), (cdparanoia_uri_get_type),
29947 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29948 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29949 * ext/cdparanoia/gstcdparanoia.h:
29950 This adds the cdda://<tracknum> uri.
29952 2004-10-08 Wim Taymans <wim@fluendo.com>
29954 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29955 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29956 (try_to_link_1), (no_more_pads), (close_link), (type_found):
29957 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29958 (unknown_type), (gst_play_base_bin_remove_element),
29959 (gst_play_base_bin_link_stream):
29960 * gst/playback/gstplaybasebin.h:
29961 * gst/playback/gstplaybin.c: (gst_play_bin_init),
29962 (gst_play_bin_set_property), (gen_video_element),
29963 (gen_audio_element), (setup_sinks):
29964 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29965 (gst_stream_info_get_type), (gst_stream_info_class_init),
29966 (gst_stream_info_init), (gst_stream_info_new),
29967 (gst_stream_info_dispose), (stream_info_mute_pad),
29968 (gst_stream_info_set_property), (gst_stream_info_get_property):
29969 * gst/playback/gststreaminfo.h:
29970 Reuse the audio and video bins.
29971 Some internal cleanups in the stream selection code.
29973 2004-10-08 Julien MOUTTE <julien@moutte.net>
29975 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29976 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29977 * sys/ximage/ximagesink.h:
29978 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29979 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29980 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29981 not coming from those elements. Moreover these elements should not keep
29982 the xid they have been given when in NULL state.
29984 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29986 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29987 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29988 * sys/ximage/ximagesink.h:
29989 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29990 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29991 * sys/xvimage/xvimagesink.h:
29992 Actually only create a new toplevel window if we're not gonna
29993 embed it right after.
29995 2004-10-07 Wim Taymans <wim@fluendo.com>
29997 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29998 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29999 * gst/playback/gstplaybin.c: (setup_sinks):
30000 Implement muting/unmuting of streams, mute streams that are not
30003 2004-10-07 Wim Taymans <wim@fluendo.com>
30005 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30007 Added lame audio/x-ac3 typefind function.
30009 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30014 === release 0.8.5 ===
30016 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30021 releasing 0.8.5, "Take You On"
30023 2004-10-06 Wim Taymans <wim@fluendo.com>
30025 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30026 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30027 (no_more_pads), (close_link), (type_found):
30028 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30029 * gst/playback/gstplaybin.c: (gen_video_element):
30030 Do not signal the no_more_pads after the first pad when
30031 we are plugging a non dynamic element with multiple
30032 output pads (like swfdec, dvdec, ...).
30034 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30037 bump for prerelease
30039 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30041 * gst/wavparse/gstwavparse.c:
30042 add ATRAC3 to STATIC CAPS to fix a warning
30044 * gst/matroska/ebml-read.c:
30045 * gst-libs/gst/riff/riff-read.c:
30048 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30050 * gst-libs/gst/riff/riff-media.c:
30051 generate caps for ATRAC3 audio streams
30053 * gst/realmedia/rmdemux.c:
30054 generate caps for ATRAC3 audio streams
30056 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30058 * gst/wavparse/Makefile.am
30059 * gst/wavparse/riff.h
30060 * gst/wavparse/wavparse.vcproj
30061 riff.h removal (unused and duplication with riff-ids.h)
30063 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30065 * gst/wavparse/gstwavparse.h
30066 remove duplicated defines for audio codec codes
30068 * gst-libs/gst/riff/riff-ids.h
30069 * gst/wavenc/riff.h:
30070 add "4CC" code for ATRAC3 audio streams
30071 add "4CC" code for ITU_G721_ADPCM (unused for now)
30073 2004-10-06 Wim Taymans <wim@fluendo.com>
30075 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30076 Actually _do_ negotiation. Pass gdouble as arg instead
30077 of guint64 for the framerate.
30079 2004-10-06 Wim Taymans <wim@fluendo.com>
30081 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30082 (find_compatibles), (close_pad_link), (try_to_link_1),
30083 (no_more_pads), (close_link), (type_found):
30084 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30085 * gst/playback/gstplaybin.c: (gen_video_element),
30086 (gen_audio_element):
30087 Set state on newly added element to READY so that negotiation
30089 Addes some more debug info.
30090 Do not try to plug pads with multiple caps structures or ANY
30091 because it is too dangerous since we do not do dynamic
30094 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30096 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30100 add Oriya translation
30102 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30104 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30105 Prevent overwrite of size member. Makes audio sound crappy.
30107 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30109 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30110 Add rmvb to the list of known RealMedia extensions
30112 2004-10-05 Wim Taymans <wim@fluendo.com>
30114 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30115 (mngdec_openstream), (mngdec_closestream),
30116 (mngdec_handle_sink_event), (mngdec_readdata),
30117 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30118 (mngdec_getcanvasline), (mngdec_refresh),
30119 (gst_mngdec_change_state):
30120 Set the framerate correctly.
30122 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30124 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30125 There was something wrong with the index massaging.
30127 2004-10-04 Wim Taymans <wim@fluendo.com>
30129 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30130 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30131 (gst_smokedec_chain):
30132 * ext/jpeg/gstsmokedec.h:
30133 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30134 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30135 * ext/jpeg/gstsmokeenc.h:
30136 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30137 (smokecodec_decode_new), (smokecodec_info_free),
30138 (smokecodec_set_quality), (smokecodec_get_quality),
30139 (smokecodec_set_threshold), (smokecodec_get_threshold),
30140 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30141 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30142 (smokecodec_encode), (smokecodec_parse_id),
30143 (smokecodec_parse_header), (smokecodec_decode):
30144 * ext/jpeg/smokecodec.h:
30145 * ext/jpeg/smokeformat.h:
30146 Updated smoke, new bitstream, allows embedding in ogg.
30148 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30150 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30151 Fix seeking in some files. All this code is no longer needed (and
30152 actually breaks stuff) because we now synchronize the full index
30153 right when reading the header.
30155 2004-10-04 Wim Taymans <wim@fluendo.com>
30158 configure update for libmng.
30160 2004-10-04 Wim Taymans <wim@fluendo.com>
30162 * ext/libmng/Makefile.am:
30163 * ext/libmng/gstmng.c: (plugin_init):
30164 * ext/libmng/gstmng.h:
30165 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30166 (gst_mngdec_base_init), (gst_mngdec_class_init),
30167 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30168 (gst_mngdec_loop), (gst_mngdec_get_property),
30169 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30170 (mngdec_closestream), (mngdec_handle_sink_event),
30171 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30172 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30173 (gst_mngdec_change_state):
30174 * ext/libmng/gstmngdec.h:
30175 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30176 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30177 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30178 (gst_mngenc_chain), (gst_mngenc_get_property),
30179 (gst_mngenc_set_property):
30180 * ext/libmng/gstmngenc.h:
30181 Added basic MNG decoder. Needs more work. The encoder does
30184 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30186 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30187 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30188 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30189 Don't hang on length=0 chunks. Some negotiation fixes. Signal
30192 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
30195 you need at least 1.0.4 of speex
30197 2004-10-04 Iain <iaingnome@gmail.com>
30199 * ext/speex/gstspeexdec.h: Revert the includes changes.
30201 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30203 2004-09-30 Iain <iaingnome@gmail.com>
30205 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30206 found during init or set as a property instead of hardcoding /dev/audio
30208 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30210 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30211 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30212 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30213 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30214 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30215 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30216 (gst_rmdemux_dump_data):
30217 Use debug category, fix EOS handling. filesrc ! rmdemux now
30220 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30222 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30223 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30224 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30225 Improve allocation, cutting and sorting of the index. How takes a
30226 few seconds instead of minutes.
30228 2004-10-03 Christophe Fergeau <teuf@gnome.org>
30230 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30233 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30235 * gst-libs/gst/riff/riff-media.c:
30236 (gst_riff_create_video_caps_with_data),
30237 (gst_riff_create_video_template_caps):
30238 Add wing commander format mimetype/fourccs.
30239 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30240 Don't crash if some value is 0.
30242 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30244 * gst-libs/gst/riff/riff-media.c:
30245 (gst_riff_create_video_caps_with_data),
30246 (gst_riff_create_video_template_caps):
30247 Add DIB fourcc (raw, palettized 8-bit RGB).
30248 * gst-libs/gst/riff/riff-read.c:
30249 (gst_riff_read_strf_vids_with_data):
30250 Oops, fix strf_data reading bug.
30251 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30252 Use a non-NULL tag.
30253 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30254 Time for hacks. Sorry Dave. At least one quicktime movie (a
30255 trailer) that I've encountered contains multiple video tracks.
30256 One of those is the actual video track, the other are one-frame
30257 tracks (images). Unfortunately, the number of frames according
30258 to the trak header is 1 for each, so that doesn't help. So
30259 instead, I look at the duration and discard tracks with a
30260 duration shorter than 20% of the length of the stream. Better
30263 2004-10-01 Christian Schaller <christian@fluendo.com>
30265 * ext/ivorbis/vorbis.c:
30266 Patch from Phil Blundell (Bug 152341)
30268 2004-10-01 Wim Taymans <wim@fluendo.com>
30270 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30271 (speex_dec_get_formats), (speex_dec_convert),
30272 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30273 (speex_dec_chain), (gst_speexdec_get_property),
30274 (gst_speexdec_set_property):
30277 2004-10-01 Wim Taymans <wim@fluendo.com>
30279 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30280 (gst_wavparse_stream_init), (gst_wavparse_fmt),
30281 (gst_wavparse_other), (gst_wavparse_loop),
30282 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30283 (gst_wavparse_srcpad_event):
30284 * gst/wavparse/gstwavparse.h:
30285 Added some more debugging info.
30286 Fix the case where the length of the file is 0.
30287 Make sure we seek to sample borders.
30289 2004-10-01 Wim Taymans <wim@fluendo.com>
30291 * gst/playback/README:
30292 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30293 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30294 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30295 Add some debug info to decodebin, update README
30297 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30299 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30300 Don't use g_print(); use GST_DEBUG().
30302 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30304 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30305 (gst_ogg_mux_queue_pads):
30306 Handle EOS properly.
30308 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30310 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30312 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30313 (gst_faad_chain), (gst_faad_change_state):
30314 * ext/faad/gstfaad.h:
30315 Allow playback of raw (unframed) MPEG AAC files (#148993).
30317 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30319 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30321 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30322 Throw error if we didn't recognize the stream. Fixes #152289.
30324 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30326 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30329 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
30331 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30333 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30336 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
30338 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30340 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30342 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30345 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30347 * gst-libs/gst/riff/riff-media.c:
30348 (gst_riff_create_video_caps_with_data),
30349 (gst_riff_create_audio_caps_with_data):
30350 Add codec_data handling (like asfdemux used to do).
30351 * gst/asfdemux/gstasf.c: (plugin_init):
30352 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30353 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30354 Use riff-media for caps creation instead of our own (mostly
30355 broken) copy of its functions.
30357 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30359 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30360 Don't actually error out if we get another return value than
30361 -EINVAL. Opposite to what I first thought, drivers have random
30362 return values for this, although -EINVAL is the expected return
30363 value. Since this is not fatal, we shouldn't use
30364 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30366 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30368 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30369 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30370 (dvdreadsrc_get_property), (_open), (_seek), (_read),
30371 (dvdreadsrc_get), (dvdreadsrc_open_file),
30372 (dvdreadsrc_change_state):
30373 Fix. Don't do one big huge loop around the whole DVD, that will
30374 cache all data and thus eat sizeof(dvd) (several GB) before we
30376 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30377 Actually NULL'ify event after using it.
30378 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30379 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30380 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30381 (gst_ebml_read_seek), (gst_ebml_read_skip):
30383 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30384 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30385 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30386 Fix timing (this will probably break if I seek using menus, but
30387 I didn't get there yet). VOBs and normal DVDs should now work.
30388 Add a mpeg2-only pad with high rank so this get autoplugged for
30390 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30391 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30392 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30393 (gst_mpeg_demux_get_audio_stream),
30394 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30395 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30396 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30397 MPEG-1 but use dvddemux for MPEG-2.
30398 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30399 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30400 (gst_mpeg_parse_parse_packhead):
30401 Timing. Only add pad template if it exists. Add sink template from
30402 class and not from ourselves. This means we will always use the
30403 correct sink template even if it is not the one defined in this
30406 2004-09-29 Wim Taymans <wim@fluendo.com>
30408 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30409 (gst_mpeg_demux_parse_pes):
30410 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30411 Fix playback of mpeg again, timestamps where screwed up by
30414 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30416 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30417 Only return true if we actually filled something in. Prevents
30418 player applications from showing a random length for flac files.
30419 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30420 (gst_riff_read_use_event), (gst_riff_read_handle_event),
30421 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30422 (gst_riff_read_strf_vids_with_data),
30423 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30424 OK, ok, so I implemented event handling. Apparently it's normal
30425 that we receive random events at random points without asking
30427 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30428 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30429 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30430 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30431 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30432 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30433 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30434 * gst/avi/gstavidemux.h:
30435 Implement non-lineair chunk handling and subchunk processing.
30436 The first solves playback of AVI files where the audio and video
30437 data of individual buffers that we read are not synchronized.
30438 This should not happen according to the wonderful AVI specs, but
30439 of course it does happen in reality. It is also a prerequisite for
30440 the second. Subchunk processing allows us to cut chunks in small
30441 pieces and process each of these pieces separately. This is
30442 required because I've seen several AVI files with incredibly large
30443 audio chunks, even some files with only one audio chunk for the
30444 whole file. This allows for proper playback including seeking.
30445 This patch is supposed to fix all AVI A/V sync issues.
30446 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30447 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30449 * gst/modplug/gstmodplug.cc:
30450 Proper return value setting for the query() function.
30451 * gst/playback/gstplaybasebin.c: (setup_source):
30452 Being in non-playing state (after, e.g., EOS) is not necessarily
30453 a bad thing. Allow for that. This fixes playback of short files.
30454 They don't actually playback fully now, because the clock already
30455 runs. This means that small files (<500kB) with a small length
30456 (<2sec) will still not or barely play. Other files, such as mod
30457 or flx, will work correctly, however.
30459 2004-09-28 Wim Taymans <wim@fluendo.com>
30461 * ext/speex/gstspeex.c: (plugin_init):
30462 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30463 (gst_speex_dec_class_init), (speex_dec_get_formats),
30464 (speex_get_event_masks), (speex_get_query_types),
30465 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30466 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30467 (gst_speexdec_get_property), (gst_speexdec_set_property),
30468 (speex_dec_change_state):
30469 * ext/speex/gstspeexdec.h:
30470 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30471 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30472 (gst_speexenc_base_init), (gst_speexenc_class_init),
30473 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30474 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30475 (gst_speexenc_src_query), (gst_speexenc_init),
30476 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30477 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30478 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30479 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30480 (gst_speexenc_chain), (gst_speexenc_get_property),
30481 (gst_speexenc_set_property), (gst_speexenc_change_state):
30482 * ext/speex/gstspeexenc.h:
30483 Rewrote speex encoder, make sure it can be embedded in ogg.
30484 Implemented speex decoder.
30486 2004-09-28 Christian Schaller <christian@fluendo.com>
30489 Remove kioslave plugin. Markey is brewing a new working one
30490 * ext/Makefile.am: Remove kioslave plugin
30492 * gst-plugins.spec.in: remove kio plugin from spec
30494 2004-09-27 Wim Taymans <wim@fluendo.com>
30496 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30497 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30498 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30499 (gst_multifdsink_new_client),
30500 (gst_multifdsink_handle_client_write),
30501 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30502 (gst_multifdsink_handle_clients):
30503 * gst/tcp/gstmultifdsink.h:
30504 Make syncing to keyframes actually work for new clients and lagging
30507 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
30509 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30510 (gst_navigationtest_handle_src_event), (draw_box_planar411),
30511 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30512 * gst/debug/gstnavigationtest.h:
30513 make navigationtest display button-press and button-release events
30515 2004-09-26 Iain <iaingnome@gmail.com>
30517 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30518 the channels have received a new media event.
30519 (interleave_buffered_loop): Compresses a new media event on all
30522 2004-09-26 Iain <iaingnome@gmail.com>
30524 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30525 call the sinkpad's default event handler and not the srcpads. He also
30526 says this is confusing :)
30527 (gst_wavenc_stop_file): Company says that seek events only go upstream
30528 we should send a discontinuous downstream instead.
30530 2004-09-25 Christian Schaller <christian@fluendo.com>
30532 * Update SPEC file to be usable in conjunction with Fedora Core,
30533 Fedora.us and freshrpms packages
30534 * Fix typo in multifilesrc test Makefile
30536 2004-09-24 Wim Taymans <wim@fluendo.com>
30538 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30539 Only signal the no_more_pads signal when we have
30540 added the stream to our list.
30542 2004-09-24 Wim Taymans <wim@fluendo.com>
30544 * gst/playback/gstplaybasebin.c: (remove_prerolls),
30546 * gst/playback/gstplaybasebin.h:
30547 * gst/playback/gstplaybin.c: (setup_sinks):
30548 Don't try to preroll or decode more than one audio/video
30551 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30553 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30554 Throw error if we failed to find a suitable output. This should
30555 throw an error if we successfully set up a pipeline (e.g. because
30556 we recognized a media file) but found no decodable streams in it
30557 (e.g. because it contains only media stream types for which we
30558 have no decoders, or because it's not a media type).
30560 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30562 * ext/dirac/Makefile.am:
30563 * ext/dirac/gstdirac.cc:
30564 * ext/dirac/gstdiracdec.cc:
30565 * ext/dirac/gstdiracdec.h:
30566 Do something. Don't actually know if this works because I don't
30567 have a demuxer yet.
30568 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30569 Add channels=1 to caps returned from _getcaps().
30570 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30571 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30572 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30573 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30574 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30575 (gst_ogm_parse_change_state):
30576 Separate between audio/video so ogmaudioparse actually uses the
30577 audio pad templates. Both audio and video work now, including
30578 autoplugging. Also use sometimes-srcpad hack.
30579 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30580 Handle events better. Don't hang on infinite loops.
30581 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30582 (gst_avi_demux_init), (gst_avi_demux_reset),
30583 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30584 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30585 (gst_avi_demux_change_state):
30586 * gst/avi/gstavidemux.h:
30587 Improve A/V sync. Still not perfect.
30588 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30589 (gst_ebml_read_skip):
30590 Handle events better.
30591 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30592 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30593 (qtdemux_audio_caps):
30594 Add IMA4. Improve event handling. Save offset after a seek when
30595 the headers are at the end of the file so that we don't end up in
30597 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30598 Add low-priority typefind support for files with no length.
30600 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30602 * testsuite/multifilesink/Makefile.am:
30605 2004-09-22 Julien MOUTTE <julien@moutte.net>
30607 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30608 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30609 mistakes from thaytan's patches.
30611 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
30613 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30614 For completeness, XSync in the destroy function as xvimage does.
30616 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
30618 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30619 Correct caps negotiation
30620 * gst/volume/gstvolume.c: (volume_chain_float),
30621 (volume_chain_int16):
30622 Modify debug output to be little more informative
30623 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30624 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30625 (gst_xvimagesink_xvimage_destroy):
30626 Add XSync calls after detaching from the shared memory segment to
30629 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30631 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30632 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30633 * ext/vorbis/vorbis.c: (plugin_init):
30634 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30635 (gst_vorbisenc_chain):
30636 * ext/vorbis/vorbisenc.h:
30637 remove explicit newmedia support from oggmux and vorbisenc
30638 add debug category to vorbisenc
30639 * gst/multifilesink/gstmultifilesink.c:
30640 (gst_multifilesink_class_init), (gst_multifilesink_init),
30641 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30642 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30643 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30645 * gst/multifilesink/gstmultifilesink.h:
30646 add support for streamheader in multifilesink
30648 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30650 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30651 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30652 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30653 Prevent infinite loops. More correct error reporting.
30654 * gst/auparse/gstauparse.c: (gst_auparse_chain):
30655 Error out if negotiation fails.
30656 * gst/playback/gstplaybasebin.c: (setup_source),
30657 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30658 (gst_play_base_bin_found_tag):
30659 Error/tag forwarding. Pre-roll fixes for source errors on state
30660 changes (e.g. "file does not exist") to prevent hangs.
30662 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30664 * testsuite/multifilesink/Makefile.am:
30665 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30666 (gst_newmedia_class_init), (gst_newmedia_init),
30667 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30668 (newfile_signal), (test_signal), (main):
30669 * testsuite/multifilesink/multifilesrc_test.c: (main):
30670 * testsuite/multifilesink/oggtheora_test.c:
30671 (gst_newmedia_base_init), (gst_newmedia_class_init),
30672 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30673 (test_format), (newfile_signal), (test_signal), (main):
30674 * testsuite/multifilesink/oggvorbis_test.c:
30675 (gst_newmedia_base_init), (gst_newmedia_class_init),
30676 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30677 (test_format), (newfile_signal), (test_signal), (main):
30678 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30679 (gst_newmedia_class_init), (gst_newmedia_init),
30680 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30681 (newfile_signal), (test_signal), (main):
30684 2004-09-20 Christian Schaller <christian@fluendo.com>
30686 * Fix mikmod license to LGPL as they have relicensed
30687 * Move Dirac and Effectv into LGPL section of README_license
30689 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30691 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30692 (gst_mad_change_state):
30693 Allow for mp3 rate/channels changes. However, only very
30694 conservatively. Reason that we *have* to enable this is smiply
30695 because the mad find_sync() function is not good enough, it will
30696 regularly sync on random data as valid frames and therefore make
30697 us provide random caps as *final* caps of the stream. The best fix
30698 I could think of is to simply require several of the same stream
30699 changes in a row before we change caps.
30700 The actual testcase that works now is #
30701 * ext/ogg/Makefile.am:
30702 * ext/ogg/gstogg.c: (plugin_init):
30703 * ext/ogg/gstogmparse.c:
30704 OGM support (video only for now; I need an audio sample file).
30705 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30706 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30707 (gst_asf_demux_add_video_stream):
30709 * gst/playback/gstplaybasebin.c: (unknown_type):
30710 Don't error out on single unknown-types after all. It's wrong.
30711 If we found type of video and audio but not of a subtitle stream,
30712 it will still error out (which is unwanted). Will find a better fix
30714 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30715 (ogmaudio_type_find), (plugin_init):
30718 2004-09-20 Johan Dahlin <johan@gnome.org>
30720 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30721 after setting caps.
30723 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30725 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30726 * gst/wavenc/gstwavenc.h:
30727 Added newmedia support to wavenc
30729 2004-09-17 Wim Taymans <wim@fluendo.com>
30731 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30732 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30733 (gst_fdset_fd_can_write), (gst_fdset_wait):
30734 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30735 (gst_multifdsink_init), (gst_multifdsink_add),
30736 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30737 (gst_multifdsink_remove_client_link),
30738 (gst_multifdsink_client_queue_buffer),
30739 (gst_multifdsink_handle_client_write),
30740 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30741 (gst_multifdsink_close), (gst_multifdsink_change_state):
30742 * gst/tcp/gstmultifdsink.h:
30743 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30744 (gst_tcpserversink_removed):
30745 Small cleanups in fdset.c
30746 Use a hastable to map fd to the client structure for faster
30747 lookup in _remove and get_stats.
30748 Added virtual function to close the fds.
30749 Handle clients even when the select/poll call was unblocked because
30751 Implement syncing to keyframe in the recovery procedure.
30753 2004-09-16 Iain <iaingnome@gmail.com>
30755 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30758 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30760 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30761 Caps are only set if the type of the stream is unknown, but this
30762 is initialized in ->init_stream(), so set to UNKNOWN after calling
30763 ->init_stream() so that capsnego starts.
30765 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30767 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30768 (gst_avi_demux_stream_data):
30769 Just hardcode for raw audio then. AVI audio sucks.
30771 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
30773 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30774 * gst/matroska/matroska-mux.c: (audiosink_templ),
30775 (gst_matroska_mux_audio_pad_link):
30776 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30777 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30779 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30781 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30782 (gst_avi_demux_stream_data):
30783 Try to fix a/v sync issues.
30785 2004-09-15 David Schleef <ds@schleef.org>
30787 * configure.ac: remove NASM check, since we don't use it. Update
30789 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30790 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30791 Initialized variables.
30792 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30793 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30794 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30797 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30799 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30800 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30801 * gst/avi/gstavidemux.h:
30802 Fix for compressed audio (mp3) timestamp generation. How did this
30805 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30807 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30808 Volume is a double not a float.
30810 2004-09-15 Wim Taymans <wim@fluendo.com>
30812 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30813 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30814 Don't close the fd in multifdsink as we didn't open it in the
30815 first place. Some cleanups.
30817 2004-09-15 Wim Taymans <wim@fluendo.com>
30819 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30820 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30821 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30822 Fix the case where the muxer would mark pages as delta
30823 frames when they are not (vorbis only ogg).
30825 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30827 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30828 (gst_play_base_bin_change_state):
30829 Handle the case where we failed to setup a clear pipeline. This
30830 will throw an error (or EOS, another nice case) and if you don't
30831 catch that, the app will wait for the signal forever (and thus
30834 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30836 * ext/gnomevfs/gstgnomevfssink.c:
30837 (gst_gnomevfssink_uri_get_protocols):
30838 * ext/gnomevfs/gstgnomevfssrc.c:
30839 (gst_gnomevfssrc_uri_get_protocols):
30840 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30841 * ext/gnomevfs/gstgnomevfsuri.h:
30842 Use _uri_new() instead of _open(), so it doesn't take as long and
30843 Christophe's computer won't hang.
30844 * gst/playback/gstplaybasebin.c: (unknown_type):
30845 Throw error on unknown media type, so apps actually display it.
30847 2004-09-14 Brian Cameron <brian.cameron@sun.com
30849 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
30850 this script to work on Solaris since bash shell handles echo
30851 differenly than bash.
30853 2004-09-17 Wim Taymans <wim@fluendo.com>
30855 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30856 (setup_source), (gst_play_base_bin_set_property),
30857 (gst_play_base_bin_add_element):
30858 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30859 Some more work on making sure seeking pauses the pipeline and
30860 that changing the uri actually does something.
30862 2004-09-17 Wim Taymans <wim@fluendo.com>
30864 * gst/tcp/gstfdset.c: (gst_fdset_wait):
30865 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30866 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30867 (gst_tcpserversink_close):
30868 Be a bit more paranoid when freeing memory.
30870 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30872 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30873 (qtdemux_parse_trak):
30874 Don't crash by dividing by zero (see sample movie in #126922).
30876 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30878 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30879 Don't touch non-existing data (fixes crash on file in #140147).
30881 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30883 * gst/playback/gstplaybasebin.c:
30884 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30885 Handle double disposals, and proper change of URIs.
30887 2004-09-13 Martin Eikermann <meiker@upb.de>
30889 * gst/mpegstream/gstmpegparse.c:
30890 fix synchronistation for streams recorded from digital PCR
30893 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30895 * ext/gnomevfs/Makefile.am:
30896 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30897 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30898 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30899 (gst_gnomevfssink_uri_get_type),
30900 (gst_gnomevfssink_uri_get_protocols),
30901 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30902 (gst_gnomevfssink_uri_handler_init),
30903 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30904 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30905 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30906 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30907 (gst_gnomevfssrc_uri_get_type),
30908 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30909 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30910 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30911 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30912 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30913 * ext/gnomevfs/gstgnomevfsuri.h:
30914 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30915 of fake URIs to see which this version of Gnome-VFS likes, and
30916 uses that for the Gst-URI interface. Makes playbin support http://
30917 streams. Also fix up some stupid behaviour in gnomevfssrc.
30919 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30921 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30922 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30923 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30924 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30925 Update mixer (to sync with other sessions) if we try to obtain
30926 a new value. This makes alsamixer work accross applications.
30927 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30928 Only call sync functions if we're running, else alsalib asserts.
30929 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30930 Sometimes fails to compile. Possibly a gcc bug.
30931 * gst/playback/gstplaybin.c: (gen_video_element),
30932 (gen_audio_element):
30933 Add a reference to an application-provided object, because we lose
30934 this same reference if we add it to the bin. If we don't do this,
30935 we can only use this object once and thus crash if we go from
30936 ready to playing, back to ready and back to playing again.
30937 Also add an audioscale element because several cheap soundcards -
30938 like mine - don't support all samplerates.
30939 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30940 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30941 Fix wrong order or PAR calls. Makes automatically obtained PAR
30942 from the X server atually being used.
30944 2004-09-12 David Schleef <ds@schleef.org>
30946 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30947 #151887, #152102, #152247.
30948 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30949 * examples/seeking/cdparanoia.c: same
30950 * examples/seeking/cdplayer.c: same
30951 * examples/seeking/seek.c: same
30952 * examples/seeking/spider_seek.c: same
30953 * examples/seeking/vorbisfile.c: same
30954 * examples/stats/mp2ogg.c: same
30955 * ext/esd/esdsink.c: (gst_esdsink_class_init),
30956 (gst_esdsink_dispose): Dispose of element properly.
30957 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30959 * ext/nas/nassink.c: (gst_nassink_class_init),
30960 (gst_nassink_dispose): Dispose of element correctly.
30961 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30962 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30963 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30964 Fix 64-bit warning.
30965 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30966 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30967 Fix 64-bit warning.
30969 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30971 * configure.ac : change speex detection as 1.1.6 now uses
30972 .pc/pkg-config and they changed their headers location.
30974 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
30976 * gst/matroska/matroska-mux.h:
30977 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30978 (gst_matroska_mux_start), (gst_matroska_mux_finish),
30979 (gst_matroska_mux_write_data):
30980 Write multiple blocks/frames per cluster.
30981 Write meta-seek information (seek heads).
30983 2004-09-09 Scott Wheeler <wheeler@kde.org>
30985 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30986 (gst_play_bin_set_property), (gst_play_bin_get_property),
30987 (gen_audio_element), (gen_audio_element):
30988 Add a volume element / property to the pipeline.
30990 2004-09-07 Wim Taymans <wim@fluendo.com>
30992 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30993 Copy timestamps from the master pad to the output buffers.
30995 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
30997 * ext/raw1394/gstdv1394src.c:
30998 throw errors when applicable
31000 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
31002 * gst/matroska/ebml-ids.h:
31003 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31004 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31005 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31006 automatically convert unix time <-> ebml time when reading/writing
31007 a date, use gst_ebml_write_uint to write CUETIME,
31008 not gst_ebml_write_date.
31009 * gst/matroska/matroska-ids.h:
31010 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31011 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31012 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31013 (gst_matroska_mux_write_data):
31014 Write track and segment UIDs, write muxing date, write
31015 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31016 Create cues for audio only files.
31018 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31020 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31021 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31022 Re-commit ALSA switches.
31023 * gst/adder/gstadder.c: (gst_adder_loop):
31024 64-bit fix (#151416).
31025 * gst/debug/progressreport.c: (gst_progressreport_report):
31026 64-bit fix (#151419).
31027 * gst/matroska/matroska-demux.c:
31028 (gst_matroska_demux_parse_contents):
31029 64-bit fix (#151420).
31030 * gst/playback/test3.c: (update_scale):
31031 64-bit fix (#151421).
31033 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31038 === release 0.8.4 ===
31040 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31042 * configure.ac: releasing 0.8.4, "Alias"
31044 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31046 * ext/theora/Makefile.am:
31047 fix makefile. Fixes #151462.
31049 2004-08-30 Wim Taymans <wim@fluendo.com>
31051 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31052 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31053 (gst_multifdsink_remove_client_link),
31054 (gst_multifdsink_client_queue_buffer),
31055 (gst_multifdsink_handle_client_write):
31056 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31057 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31058 Fix some memory leaks.
31060 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31062 Patch by: David Schleef
31066 rename our detection macro for V4L2. Fixes #151236.
31068 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31070 Patch by: David Schleef
31073 check to define LAMEPRESET. Fixes #151232.
31075 2004-08-27 David Schleef <ds@schleef.org>
31077 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31078 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31079 (gst_glimagesink_fixate): Move local variable declarations to
31080 make gcc-2.95 happy.
31082 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31085 bump nano for prerelease
31087 2004-08-27 David Schleef <ds@schleef.org>
31089 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31090 * sys/sunaudio/gstsunaudiosrc.c:
31091 * sys/sunaudio/gstsunaudiosrc.h:
31093 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31095 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31096 handle EOS correctly
31097 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31098 * gst/matroska/matroska-mux.h:
31099 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31100 VFW compatibility mode
31102 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31104 patch by: Zaheer Abbas Merali
31106 * ext/ogg/gstoggmux.c:
31107 * ext/vorbis/vorbisenc.c:
31108 * ext/vorbis/vorbisenc.h:
31111 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31113 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31114 fix byte order reversion on little endian machines.
31115 * gst/matroska/matroska-mux.c: (audiosink_templ),
31116 (gst_matroska_mux_audio_pad_link):
31117 add TTA codec to the list of supported codecs.
31118 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31119 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31120 (gst_matroska_mux_write_data):
31121 * gst/matroska/matroska-mux.h:
31122 write segment duration correctly, write muxing app string, fixes bugs
31123 #140897 and #140898.
31124 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31125 wait for all pads to be negotiated before starting to mux.
31127 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31129 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31130 * ext/lame/gstlame.h:
31131 Added new media support to lame
31133 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31135 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31136 send vorbis headers at the beginning of a stream, fixes bug #141554.
31137 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31139 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31140 (gst_matroska_demux_plugin_init):
31141 * gst/matroska/matroska-ids.h:
31142 enable demuxing of TTA audio streams, fixes bug #148951.
31143 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31144 enable typefinding for TTA audio files, fixes bug #148711.
31145 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31146 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31147 fixes playback of packed bitstream and xvid with bframes, bug #135407.
31149 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
31151 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31152 (gst_riff_read_element_data), (gst_riff_read_seek),
31153 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31154 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31157 2004-08-23 Iain <iaingnome@gmail.com>
31159 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31160 tags. They appear to be handled differently to normal.
31161 (tag_list_to_id3_tag_foreach): Ditto.
31163 2004-08-22 Wim Taymans <wim@fluendo.com>
31165 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31166 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31167 Make sure we never send -1 granulepos.
31169 2004-08-20 Wim Taymans <wim@fluendo.com>
31171 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31172 (gst_ogg_mux_loop):
31173 I will accept bitchslappings with non sharp objects.
31175 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31178 Clean up the test for lame presets
31180 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31183 * ext/lame/Makefile.am:
31184 * ext/lame/gstlame.c: (gst_lame_class_init),
31185 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31186 Only enable lame presets if version of lame has presets in API
31188 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
31189 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31190 * gst/udp/gstudpsrc.h:
31191 Don't call gst_pad_push in a get function. Fixes #150449
31193 2004-08-18 Wim Taymans <wim@fluendo.com>
31195 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31196 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31197 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31198 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31199 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31201 * gst/tcp/gstfdset.h:
31202 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31203 (gst_multifdsink_client_queue_buffer),
31204 (gst_multifdsink_handle_client_write):
31205 * gst/tcp/gstmultifdsink.h:
31206 Some extra checks in gstfdset.
31207 Only use send() when the fd is a socket. Don't try to
31208 read from write only fds.
31210 2004-08-18 Wim Taymans <wim@fluendo.com>
31212 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31213 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31214 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31215 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31217 Add more locking and bounds checking.
31219 2004-08-18 Wim Taymans <wim@fluendo.com>
31221 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31222 Realloc test fdset in the lock and right before starting
31223 the poll call. Bump the limit to 4096.
31225 2004-08-17 David Schleef <ds@schleef.org>
31227 * sys/sunaudio/Makefile.am:
31228 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31229 of rates and channels. Make debugging less obnoxious.
31231 Patch from Balamurali Viswanathan implementing a mixer for
31232 Sun audio. (bug #144091):
31233 * sys/sunaudio/gstsunelement.c:
31234 * sys/sunaudio/gstsunelement.h:
31235 * sys/sunaudio/gstsunmixer.c:
31236 * sys/sunaudio/gstsunmixer.h:
31238 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31240 * gst/audioscale/gstaudioscale.c:
31241 * gst/audioscale/gstaudioscale.h:
31242 made audioscale resample from any sample rate to any sample rate
31244 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31246 * ext/libpng/gstpngdec.c:
31247 error out on unsupported types
31249 2004-08-17 Iain <iaingnome@gmail.com>
31251 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31252 mid_side and loose_mid_side properties if its a stereo stream.
31254 2004-08-17 Wim Taymans <wim@fluendo.com>
31256 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31257 (theora_get_formats), (theora_dec_src_convert),
31258 (theora_dec_sink_convert), (theora_dec_src_query),
31259 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31262 2004-08-17 Wim Taymans <wim@fluendo.com>
31264 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31265 (gst_ogg_pad_push):
31266 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31267 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31268 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31269 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31270 Mark delta units in the muxer.
31271 Try to decode the packet after an out-of-sync error from
31274 2004-08-17 Wim Taymans <wim@fluendo.com>
31276 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31277 (gst_multifdsink_init), (gst_multifdsink_add),
31278 (gst_multifdsink_client_queue_buffer),
31279 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31280 * gst/tcp/gstmultifdsink.h:
31281 Added option to send a keyframe to clients as the first buffer.
31282 Make timeout property writable.
31284 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31286 patch by: Wim Taymans
31288 * gst/tcp/gstfdset.c:
31289 * gst/tcp/gstmultifdsink.c:
31290 fix index comparison, should include 0
31292 2004-08-16 Wim Taymans <wim@fluendo.com>
31294 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31295 (gst_fdset_add_fd), (gst_fdset_remove_fd),
31296 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31297 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31299 copy when reallocing for poll so the select arguments don't get
31300 changed during the call
31302 2004-08-16 Wim Taymans <wim@fluendo.com>
31304 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31305 (gst_theora_enc_class_init), (theora_enc_sink_link),
31306 (theora_buffer_from_packet), (theora_enc_chain):
31307 Fix bug where buffers were not marked as keyframes
31310 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31312 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31313 (gst_lame_preset_get_type), (gst_lame_class_init):
31314 describe the enum values for vbr mode and presets more verbosely
31316 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31318 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31319 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31320 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31321 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31322 * ext/lame/gstlame.h:
31323 add preset property to lame so it can use lame presets
31325 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31327 * ext/lame/gstlame.c: (gst_lame_get_property):
31328 whoops forgot break, thanks teuf
31330 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31332 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31333 (gst_lame_class_init), (gst_lame_src_getcaps),
31334 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31335 (gst_lame_get_property), (gst_lame_setup):
31336 * ext/lame/gstlame.h:
31337 fix lame's broken vbr stuff, allow it to resample if need be, and also
31338 make xing header optional
31340 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31342 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31343 added getcaps function so samplerate doesnt get fixated to silly values
31345 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31347 * ext/lame/gstlame.c: (gst_lame_src_link):
31348 revert previous fix
31350 2004-08-12 Johan Dahlin <johan@gnome.org>
31352 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31353 checks. Doesn't matter what state we are in. Interfaces are a
31354 compile time thing, not runtime. It also broke the python bindings.
31356 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31358 * ext/lame/gstlame.c: (gst_lame_src_link):
31359 made source pad link function check if sinkpad is ok..fixes the problem
31360 where core fixates the output rate of lame stupidly
31362 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31364 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31365 * sys/v4l/v4l_calls.c:
31366 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31367 fix fixate function to handle nonsimple caps.
31368 remove bogus check in _link
31371 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31373 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31374 set default compression ratio parameter to 0.0 so bitrate parameter
31377 2004-08-11 David Schleef <ds@schleef.org>
31379 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31381 2004-08-11 David Schleef <ds@schleef.org>
31383 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31386 2004-08-11 David Schleef <ds@schleef.org>
31388 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31390 2004-08-11 David Schleef <ds@schleef.org>
31392 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31394 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31395 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31397 * gst/auparse/gstauparse.c: Fix plugin license field.
31398 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31399 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31400 * gst/rtp/gstrtp.c: Fix plugin license field.
31402 2004-08-11 Wim Taymans <wim@fluendo.com>
31404 * gst/tcp/Makefile.am:
31405 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31406 (ensure_size), (gst_fdset_new), (gst_fdset_free),
31407 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31408 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31409 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31410 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31411 (gst_fdset_fd_can_write), (gst_fdset_wait):
31412 * gst/tcp/gstfdset.h:
31413 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31414 (gst_multifdsink_class_init), (gst_multifdsink_init),
31415 (gst_multifdsink_add), (gst_multifdsink_remove),
31416 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31417 (gst_multifdsink_remove_client_link),
31418 (gst_multifdsink_handle_client_read),
31419 (gst_multifdsink_client_queue_data),
31420 (gst_multifdsink_client_queue_caps),
31421 (gst_multifdsink_client_queue_buffer),
31422 (gst_multifdsink_handle_client_write),
31423 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31424 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31425 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31426 (gst_multifdsink_close):
31427 * gst/tcp/gstmultifdsink.h:
31428 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31429 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31430 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31431 (gst_tcpserversink_close):
31432 * gst/tcp/gsttcpserversink.h:
31433 Abstracted away the select call, implemented poll (yes we ran into
31434 the 1024 limit in production).
31436 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
31438 * gst/tcp/gsttcp.c:
31439 * gst/tcp/gsttcpplugin.c:
31440 improve debuggging, remove assert
31442 2004-08-10 Wim Taymans <wim@fluendo.com>
31444 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31445 (gst_client_status_get_type), (gst_multifdsink_class_init),
31446 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31447 (gst_multifdsink_handle_client_read),
31448 (gst_multifdsink_handle_client_write),
31449 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31450 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31451 (gst_multifdsink_get_property):
31452 * gst/tcp/gstmultifdsink.h:
31453 * gst/tcp/gsttcp-marshal.list:
31454 Starting to prepare for specifying buffer time in other units
31455 than buffers. Expose remove reason in signal.
31457 2004-08-10 Wim Taymans <wim@fluendo.com>
31459 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31460 (gst_multifdsink_remove), (gst_multifdsink_clear),
31461 (gst_multifdsink_remove_client_link),
31462 (gst_multifdsink_handle_client_read),
31463 (gst_multifdsink_client_queue_data),
31464 (gst_multifdsink_client_queue_buffer),
31465 (gst_multifdsink_handle_client_write),
31466 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31467 (gst_multifdsink_chain), (gst_multifdsink_close):
31468 * gst/tcp/gstmultifdsink.h:
31469 Added more debugging info. Changed the way clients are
31470 removed from the lists. Fixed a bug where a bad file descriptor
31471 could cause many clients to be removed.
31473 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
31475 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31476 allow all pixel-aspect-ratios, not just 1:1
31478 2004-08-09 David Schleef <ds@schleef.org>
31480 * sys/glsink/ARB_multitexture.h: Remove old files.
31481 * sys/glsink/EXT_paletted_texture.h:
31482 * sys/glsink/NV_register_combiners.h:
31483 * sys/glsink/gstgl_nvimage.c:
31484 * sys/glsink/gstgl_pdrimage.c:
31485 * sys/glsink/gstgl_rgbimage.c:
31486 * sys/glsink/gstglsink.c:
31487 * sys/glsink/gstglsink.h:
31488 * sys/glsink/gstglxwindow.c:
31489 * sys/glsink/regcomb_yuvrgb.c:
31491 2004-08-09 David Schleef <ds@schleef.org>
31493 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31494 GL sink plugin. (Bug #147302)
31496 * configure.ac: Test for OpenGL
31497 * sys/Makefile.am: Use test for OpenGL
31498 * sys/glsink/Makefile.am:
31499 * sys/glsink/glimagesink.c: rewrite
31500 * sys/glsink/glimagesink.h: rewrite
31502 2004-08-09 David Schleef <ds@schleef.org>
31504 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
31506 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31507 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31508 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31510 2004-08-09 Wim Taymans <wim@fluendo.com>
31512 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31513 (gst_multifdsink_add), (gst_multifdsink_get_stats),
31514 (gst_multifdsink_client_remove),
31515 (gst_multifdsink_handle_client_read),
31516 (gst_multifdsink_handle_client_write),
31517 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31518 Do a bit more logging, make the client_read code more robust.
31520 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31522 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31523 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31524 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31525 (gst_jpegdec_init), (gst_jpegdec_chain):
31526 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31527 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31528 cleanups, debugging fixes and memleak plugging
31530 2004-08-09 Wim Taymans <wim@fluendo.com>
31532 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31533 (theora_get_formats), (theora_dec_src_convert),
31534 (theora_dec_sink_convert), (theora_dec_src_query),
31535 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31536 (theora_dec_change_state):
31537 Don't crash on missing header packets.
31539 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31543 Added Albanian translation (Laurent Dhima)
31547 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31549 * ext/lame/gstlame.c:
31552 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
31554 * sys/ximage/ximagesink.c:
31555 * sys/xvimage/xvimagesink.c:
31556 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
31558 2004-08-06 Wim Taymans <wim@fluendo.com>
31560 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31561 (gst_multifdsink_add), (gst_multifdsink_get_stats),
31562 (gst_multifdsink_client_remove),
31563 (gst_multifdsink_handle_client_read),
31564 (gst_multifdsink_handle_client_write),
31565 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31566 Make sure we don't try to read more from a client that what
31567 ioctl says us or we deadlock.
31569 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
31571 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31572 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31573 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31574 decouple running_time and n_frames so it can handle changing
31575 framerate while running
31577 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
31581 updated translations
31583 2004-08-04 Benjamin Otte <otte@gnome.org>
31585 * gst/videotestsrc/gstvideotestsrc.c:
31586 (gst_videotestsrc_get_capslist), (generate_capslist),
31588 generate the list of supported caps at startup and reuse it instead
31589 of always generating it
31591 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
31593 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31594 whoops, last checkin broke normal build
31596 2004-08-03 Benjamin Otte <otte@gnome.org>
31598 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31599 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31600 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31601 (gst_alsa_mixer_get_option):
31602 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31603 (dvdnavsrc_print_event):
31604 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31605 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31606 (gst_ogg_mux_pad_unlink):
31607 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31608 (gst_multipart_mux_pad_unlink):
31609 * gst/videofilter/gstvideobalance.c:
31610 (gst_videobalance_colorbalance_set_value):
31611 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31612 (gst_videomixer_pad_unlink):
31614 * sys/oss/gstossmixer.c:
31615 * sys/v4l/gstv4lcolorbalance.c:
31616 * sys/v4l/gstv4ltuner.c:
31617 * sys/v4l/v4lsrc_calls.c:
31618 * sys/v4l2/gstv4l2colorbalance.c:
31619 * sys/v4l2/gstv4l2tuner.c:
31620 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31622 2004-08-03 Benjamin Otte <otte@gnome.org>
31624 * examples/dynparams/filter.c: (ui_control_create):
31625 * examples/gstplay/player.c: (print_tag):
31626 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31627 * ext/gdk_pixbuf/gstgdkanimation.c:
31628 (gst_gdk_animation_iter_may_advance):
31629 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31630 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31631 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31632 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31633 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31634 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31635 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31636 * gst/sine/demo-dparams.c: (main):
31637 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31638 * testsuite/alsa/formats.c: (create_pipeline):
31639 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31640 fixes for G_DISABLE_ASSERT and friends
31641 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31642 (mp3_type_frame_length_from_header), (mp3_type_find),
31644 require mp3 typefinding to have at least MIN_HEADERS valid headers
31645 add typefinding for AAC adts files
31647 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
31649 * sys/ximage/ximagesink.c:
31650 (gst_ximagesink_calculate_pixel_aspect_ratio):
31651 * sys/xvimage/xvimagesink.c:
31652 (gst_xvimagesink_calculate_pixel_aspect_ratio):
31653 Make sure we calculate pixel-aspect-ratio using floating point maths
31655 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
31658 updated translation
31660 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
31662 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31663 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31664 add debugging for display PAR calculation
31666 2004-08-02 David Schleef <ds@schleef.org>
31668 * configure.ac: Fix mikmod CFLAGS.
31670 2004-07-27 Benjamin Otte <otte@gnome.org>
31672 * gst/audioscale/gstaudioscale.c:
31673 - fix templates to only support S16, it's the only format that works
31674 - make caps nego code use try_set_caps_nonfixed and fixation instead
31675 of try_set_caps twice, which is not nice for autopluggers
31676 - change rank to secondary, so autopluggers can pick it up after
31679 2004-08-02 Iain <iain@prettypeople.org>
31681 * gst/interleave/interleave.c (interleave_init),
31682 (interleave_request_new_pad),
31683 (interleave_pad_removed),
31684 (interleave_buffered_loop): Use the real pad count, not the artificial
31687 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31689 * configure.ac: bump nano back to development
31691 === release 0.8.3 ===
31693 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31695 * configure.ac: releasing 0.8.3, "Water"
31697 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31699 * sys/xvimage/xvimagesink.c:
31700 (gst_xvimagesink_calculate_pixel_aspect_ratio),
31701 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31702 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31703 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31704 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31705 * sys/xvimage/xvimagesink.h:
31706 apply similar PAR fixes as to ximagesink
31708 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31710 patch from: Benjamin Otte
31712 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31713 add link function to lame. Fixes #148986.
31715 2004-08-02 Johan Dahlin <johan@gnome.org>
31717 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31720 2004-07-30 David Schleef <ds@schleef.org>
31722 * gst/videomixer/Makefile.am: Fix things that should have been
31723 fixed in the last checkin.
31725 2004-07-30 David Schleef <ds@schleef.org>
31727 * gst/multipart/Makefile.am: Fix things that should have been
31728 fixed in the last checkin.
31730 2004-07-30 David Schleef <ds@schleef.org>
31732 * testsuite/multifilesink/Makefile.am: Fix unused variable.
31734 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
31737 bump nano for prerelease
31749 2004-07-30 Wim Taymans <wim@fluendo.com>
31751 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31752 (gst_multifdsink_add), (gst_multifdsink_remove),
31753 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31754 (gst_multifdsink_client_remove),
31755 (gst_multifdsink_handle_client_write),
31756 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31757 * gst/tcp/gstmultifdsink.h:
31758 Recover from a select with a bad file descriptor by removing
31761 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
31764 fix requirement of core
31765 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31766 (gst_play_pipeline_setup):
31767 don't use colorspace element. do use hermescolorspace element.
31768 make macro to get a colorspace element.
31769 mark strings for translation.
31781 update translations
31783 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31785 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31786 fix default for newmedia flag
31788 2004-07-30 Wim Taymans <wim@fluendo.com>
31790 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31791 (gst_theora_dec_init), (theora_get_formats),
31792 (theora_dec_src_convert), (theora_dec_sink_convert),
31793 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31794 (theora_dec_chain), (theora_dec_set_property),
31795 (theora_dec_get_property):
31796 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31797 (gst_theora_enc_class_init), (gst_theora_enc_init),
31798 (theora_enc_sink_link), (theora_enc_chain),
31799 (theora_enc_set_property), (theora_enc_get_property):
31800 Added cropping option to theora decoder.
31801 Added border option to theora encoder.
31803 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31805 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31806 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31807 (gst_pngenc_set_property):
31808 * ext/libpng/gstpngenc.h:
31809 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
31811 2004-07-30 Wim Taymans <wim@fluendo.com>
31813 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31814 (theora_enc_sink_link), (theora_enc_chain),
31815 (theora_enc_set_property), (theora_enc_get_property):
31816 Fix encoding of non-multiple-of-16 video.
31818 2004-07-29 David Schleef <ds@schleef.org>
31820 * configure.ac: make test for audiofile more strict
31822 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
31824 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31825 give different names to typefind functions
31827 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
31829 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31830 (gst_ximagesink_calculate_pixel_aspect_ratio),
31831 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31832 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31833 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31834 (gst_ximagesink_get_property), (gst_ximagesink_init):
31835 * sys/ximage/ximagesink.h:
31836 allocate PAR's dynamically.
31837 use autodetected PAR if no object-set PAR is given.
31838 add workaround for directfb's X not setting physical size.
31839 fix to xvimagesink will follow tomorrow.
31841 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31843 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31844 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31845 (gst_shout2send_get_type), (gst_shout2send_set_clock),
31846 (gst_shout2send_class_init), (gst_shout2send_init),
31847 (set_shout_metadata), (gst_shout2send_set_metadata),
31848 (gst_shout2send_chain), (gst_shout2send_set_property),
31849 (gst_shout2send_get_property), (gst_shout2send_connect),
31850 (gst_shout2send_change_state):
31851 * ext/shout2/gstshout2.h:
31852 - fix for sending mp3 audio to icecast2 server, if pad link function not
31853 called before PAUSED state
31854 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31855 - added tagging support for mp3 audio broadcasted
31856 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31859 2004-07-28 Wim Taymans <wim@fluendo.com>
31861 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31862 (gst_ogg_demux_push):
31863 Return query failure when we don't know the length of
31864 an ogg stream insteda of returning TRUE with a bogus value.
31866 2004-07-28 Wim Taymans <wim@fluendo.com>
31868 * ext/theora/theoradec.c: (theora_get_formats),
31869 (theora_dec_src_convert), (theora_dec_sink_convert),
31870 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31871 (theora_dec_chain):
31872 Don't screw up the 1 Chroma for 1 luma sample situation when we
31873 have an odd offset/width by adding a black border in those cases.
31875 2004-07-28 Wim Taymans <wim@fluendo.com>
31877 * ext/theora/theoradec.c: (theora_get_formats),
31878 (theora_dec_src_convert), (theora_dec_sink_convert),
31879 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31880 (theora_dec_chain):
31881 * ext/theora/theoraenc.c: (theora_enc_sink_link):
31882 Added first attempt at cropping of the image as required by the
31883 theora spec. We need more properties in the caps (offset_x,
31884 offset_y,stride) to implement this correctly.
31886 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
31888 * ext/dvdnav/README:
31889 Update the README to use dvddemux
31890 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31891 Ensure getcaps returns a subset of the template caps
31892 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31893 (gst_mpeg2subt_init):
31894 Ensure getcaps returns a subset of the template caps
31895 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31896 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31897 (gst_dvd_demux_get_subpicture_stream),
31898 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31899 * gst/mpegstream/gstdvddemux.h:
31900 Set the explicit caps on the current_video pad before pushing
31902 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31903 (gst_mpeg_demux_get_audio_stream):
31904 Free caps used to gst_pad_set_explicit_caps, which takes a const
31907 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
31909 * configure.ac: update GStreamer requirement to 0.8.4 because of
31912 2004-07-28 Wim Taymans <wim@fluendo.com>
31914 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31915 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31916 Add the pad to the element after setting up the caps. This
31917 makes it a lot easier to autoplug.
31919 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
31921 * gst/median/gstmedian.c:
31922 * gst/mpeg2subt/gstmpeg2subt.c:
31923 * gst/mpegaudioparse/gstmpegaudioparse.c:
31924 * gst/mpegstream/gstdvddemux.c:
31925 * gst/mpegstream/gstmpegdemux.c:
31926 * gst/mpegstream/gstmpegpacketize.c:
31927 * gst/rtjpeg/gstrtjpeg.c:
31928 * gst/rtjpeg/gstrtjpegdec.c:
31929 * gst/rtjpeg/gstrtjpegenc.c:
31930 * gst/sine/gstsinesrc.c:
31931 * gst/smooth/gstsmooth.c:
31932 * gst/smpte/gstsmpte.c:
31933 * gst/smpte/gstsmpte.h:
31934 * gst/stereo/gststereo.c:
31935 * gst/videofilter/gstgamma.c:
31936 * gst/videofilter/gstvideobalance.c:
31937 * gst/videofilter/gstvideofilter.c:
31938 * gst/videofilter/gstvideoflip.c:
31939 * gst/videoscale/gstvideoscale.c:
31940 * gst/videoscale/videoscale.c:
31941 * gst/videotestsrc/gstvideotestsrc.c:
31942 * gst/videotestsrc/videotestsrc.c:
31943 * gst/wavenc/gstwavenc.c:
31944 * gst/wavparse/gstwavparse.c:
31945 fix local includes and 64 bits constants
31947 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
31950 * gst-libs/gst/*/*.vcproj:
31952 more working plugins
31954 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31956 * testsuite/alsa/Makefile.am:
31957 * testsuite/alsa/srcstate.c:
31958 add test for alsasrc changing state
31960 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31962 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31964 * gst/silence/gstsilence.h:
31965 fix silence generation for 16bit raw audio
31967 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
31969 * gst/matroska/matroska-demux.c:
31970 (gst_matroska_demux_parse_metadata),
31971 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31972 * gst/mpegaudio/common.c:
31973 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31974 (gst_videoscale_getcaps), (gst_videoscale_link),
31975 (gst_videoscale_src_fixate), (gst_videoscale_init),
31976 (gst_videoscale_finalize):
31977 * gst/videoscale/gstvideoscale.h:
31978 * gst/videotestsrc/gstvideotestsrc.c:
31979 (gst_videotestsrc_get_capslist):
31980 * gst/wavenc/gstwavenc.c:
31981 * sys/oss/gstossmixer.c: (fill_labels):
31982 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31983 (gst_ximagesink_handle_xevents),
31984 (gst_ximagesink_calculate_pixel_aspect_ratio),
31985 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31986 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31987 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31988 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31989 (gst_ximagesink_init), (gst_ximagesink_class_init):
31990 * sys/ximage/ximagesink.h:
31991 * sys/xvimage/xvimagesink.c:
31992 (gst_xvimagesink_calculate_pixel_aspect_ratio),
31993 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31994 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31995 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31996 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31997 * sys/xvimage/xvimagesink.h:
31998 first batch of pixel aspect ratio commits.
32000 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32002 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32003 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32004 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32005 handle stride, needs work if we want to move stride handling
32006 upstream, but works correctly for our purposes.
32008 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32010 * gst/videoscale/README:
32011 add testing examples
32012 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32013 (gst_videoscale_chain):
32014 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32015 (gst_videoscale_get_size):
32016 add get_size function that handles stride like videotestsrc.
32017 fixes conversion for YUV formats for as much as I can test them.
32019 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32021 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32022 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32023 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32024 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32025 (gst_xvimagesink_xvimage_put):
32026 further cleanups, logging, error handling and synchronizing
32028 2004-07-27 Wim Taymans <wim@fluendo.com>
32030 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32031 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32032 (gst_videomixer_pad_set_property),
32033 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32034 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32035 (gst_videomixer_class_init), (gst_videomixer_init),
32036 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32037 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32038 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32039 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32040 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32041 (gst_videomixer_loop), (plugin_init):
32042 Be a nicer negotiation citizen and provide a getcaps function on
32043 the srcpad. This also fixes a crash when resizing.
32045 2004-07-27 Julien MOUTTE <julien@moutte.net>
32047 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32048 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32050 2004-07-27 Wim Taymans <wim@fluendo.com>
32052 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32053 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32054 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32055 (gst_pngenc_set_property):
32056 * ext/libpng/gstpngenc.h:
32057 Added snapshot property to pngenc.
32058 removed g_print from pngdec
32060 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32062 * gst/ac3parse/ac3parse.vcproj
32063 * gst/adder/adder.vcproj
32064 * gst/alpha/alpha.vcproj
32065 * gst/alpha/alphacolor.vcproj
32066 * gst/asfdemux/asf.vcproj
32067 * gst/audioconvert/audioconvert.vcproj
32068 * gst/audiorate/audiorate.vcproj
32069 * gst/audioscale/audioscale.vcproj
32070 * gst/auparse/auparse.vcproj
32071 * gst/avi/avi.vcproj
32072 * gst/cdxaparse/cdxaparse.vcproj
32073 * gst/chart/chart.vcproj
32074 * gst/colorspace/colorspace.vcproj
32075 * gst/cutter/cutter.vcproj
32076 * gst/debug/debug.vcproj
32077 * gst/debug/efence.vcproj
32078 * gst/debug/navigationtest.vcproj
32079 * gst/deinterlace/deinterlace.vcproj
32080 * gst/effectv/effectv.vcproj
32081 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32082 * gst/filter/filter.vcproj
32083 * gst/flx/flxdec.vcproj
32084 * gst/goom/goom.vcproj
32085 * gst/interleave/interleave.vcproj
32086 * gst/law/alaw.vcproj
32087 * gst/law/mulaw.vcproj
32088 * gst/matroska/matroska.vcproj
32089 * gst/median/median.vcproj
32090 * gst/mixmatrix/mixmatrix.vcproj
32091 * gst/mpeg1sys/mpeg1systemencode.vcproj
32092 * gst/mpeg1videoparse/mp1videoparse.vcproj
32093 * gst/mpeg2sub/mpeg2subt.vcproj
32094 * gst/mpegaudio/mpegaudio.vcproj
32095 * gst/mpegaudioparse/mpegaudioparse.vcproj
32096 * gst/mpegstream/mpegstream.vcproj
32097 * gst/multifilesink/multifilesink.vcproj
32098 * gst/multipart/multipart.vcproj
32099 * gst/oneton/oneton.vcproj
32100 * gst/overlay/overlay.vcproj
32101 * gst/passthrough/passthrough.vcproj
32102 * gst/qtdemux/qtdemux.vcproj
32103 * gst/realmedia/rmdemux.vcproj
32104 * gst/rtjpeg/rtjpeg.vcproj
32105 * gst/rtp/rtp.vcproj
32106 * gst/silence/silence.vcproj
32107 * gst/sine/sinesrc.vcproj
32108 * gst/smooth/smooth.vcproj
32109 * gst/smpte/smpte.vcproj
32110 * gst/spectrum/spectrum.vcproj
32111 * gst/speed/speed.vcproj
32112 * gst/stereo/stereo.vcproj
32113 * gst/switch/switch.vcproj
32114 * gst/tags/tagedit.vcproj
32115 * gst/tcp/tcp.vcproj
32116 * gst/typefind/typefindfunctions.vcproj
32117 * gst/udp/udp.vcproj
32118 * gst/videobox/videobox.vcproj
32119 * gst/videocrop/videocrop.vcproj
32120 * gst/videodrop/videodrop.vcproj
32121 * gst/videofilter/gamma.vcproj
32122 * gst/videofilter/videobalance.vcproj
32123 * gst/videofilter/videofilter.vcproj
32124 * gst/videofilter/videoflip.vcproj
32125 * gst/videoflip/videoflip.vcproj
32126 * gst/videomixer/videomixer.vcproj
32127 * gst/videorate/videorate.vcproj
32128 * gst/videoscale/videoscale.vcproj
32129 * gst/videotestsrc/videotestsrc.vcproj
32130 * gst/virtualdub/virtualdub.vcproj
32131 * gst/volenv/volenv.vcproj
32132 * gst/volume/volume.vcproj
32133 * gst/wavenc/wavenc.vcproj
32134 * gst/wavparse/wavparse.vcproj
32135 * gst/y4m/y4menc.vcproj
32136 * gst-libs/gst/audio/audio.vcproj
32137 * gst-libs/gst/audio/audiofilter.vcproj
32138 * gst-libs/gst/colorbalance/colorbalance.vcproj
32139 * gst-libs/gst/idct/idtc.vcproj
32140 * gst-libs/gst/media-info/media-info.vcproj
32141 * gst-libs/gst/mixer/mixer.vcproj
32142 * gst-libs/gst/navigation/navigation.vcproj
32143 * gst-libs/gst/play/play.vcproj
32144 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32145 * gst-libs/gst/resample/resample.vcproj
32146 * gst-libs/gst/riff/riff.vcproj
32147 * gst-libs/gst/tuner/tuner.vcproj
32148 * gst-libs/gst/video/video.vcproj
32149 * gst-libs/gst/xoverlay/xoverlay.vcproj
32150 avoid problems with math.h, fix release dependancy
32151 rename GStreamer-0.8.lib to libgstreamer.lib
32153 2004-07-27 Julien MOUTTE <julien@moutte.net>
32155 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32156 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32157 the atom is not available we have to unlock the mutex. Fixes #148023
32159 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32161 * gst-libs/gst/media-info/media-info.h:
32162 issue for a vararg macro with MSVC
32164 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32166 * gst/effectv/effectv.vcproj
32167 * gst-libs/gst/idct/idct.vcproj:
32168 * gst-libs/gst/media-info/media-info.vcproj:
32169 * gst-libs/gst/navigation/navigation.vcproj:
32170 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32171 * gst-libs/gst/video/video.vcproj:
32172 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32173 fixes for build problems
32175 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32177 * gst-libs/gst/audio/audio.def:
32178 * gst-libs/gst/audio/riff.def:
32179 add some definitions needed by plugins
32181 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32183 * gst/asfdemux/gstasfmux.c
32184 Fix some 64 bits constants to be glib friendly
32186 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32188 * gst/ac3parse/gstac3parse.c
32189 * gst/audioscale/gstaudioscale.c
32190 * gst/auparse/gstauparse.c
32191 * gst/colorspace/gstcolorspace.c
32192 * gst/colorspace/yuv2rgb.h
32193 local include fixes
32195 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32198 add more plugins to the build
32200 2004-07-26 Julien MOUTTE <julien@moutte.net>
32202 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32203 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32205 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32207 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32208 (gst_level_set_property), (gst_level_get_property),
32209 (gst_level_base_init), (gst_level_class_init):
32210 add debugging categories. cleanups.
32212 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32214 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32215 (gst_videoscale_planar411), (gst_videoscale_planar400),
32216 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32217 (gst_videoscale_scale_nearest_str1),
32218 (gst_videoscale_scale_nearest_str2),
32219 (gst_videoscale_scale_nearest_str4),
32220 (gst_videoscale_scale_nearest_16bit),
32221 (gst_videoscale_scale_nearest_24bit):
32222 fixed stride issues
32223 tested with 320x240 -> 321, 322, 324 x240
32224 tested with YV12, I420, YUY2, UYVY
32225 fixed packed422rev (don't think it could have worked before)
32226 by testing with UYVY
32228 2004-07-26 Benjamin Otte <otte@gnome.org>
32230 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32231 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32233 add debugging category, add error checks like checking return values
32234 of setup calls, make sure it still works after
32235 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32237 2004-07-26 Wim Taymans <wim@fluendo.com>
32239 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32240 (gst_mpeg_demux_get_audio_stream),
32241 (gst_mpeg_demux_process_private):
32242 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32243 Check for error codes from the negotiation functions. Make sure
32244 we really set the pad caps when a new pad is created.
32246 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32248 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32249 (gst_ffmpeg_caps_to_pix_fmt):
32250 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32251 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32252 (gst_ffmpegcolorspace_pad_link):
32253 don't make function do two things at the same time without reason.
32255 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32257 * gst/ac3parse/ac3parse.vcproj
32258 * gst/adder/adder.vcproj
32259 * gst/alpha/alpha.vcproj
32260 * gst/alpha/alphacolor.vcproj
32261 * gst/asfdemux/asf.vcproj
32262 * gst/audioconvert/audioconvert.vcproj
32263 * gst/audiorate/audiorate.vcproj
32264 * gst/audioscale/audioscale.vcproj
32265 * gst/auparse/auparse.vcproj
32266 * gst/avi/avi.vcproj
32267 * gst/cdxaparse/cdxaparse.vcproj
32268 * gst/chart/chart.vcproj
32269 * gst/colorspace/colorspace.vcproj
32270 * gst/cutter/cutter.vcproj
32271 * gst/debug/debug.vcproj
32272 * gst/debug/efence.vcproj
32273 * gst/debug/navigationtest.vcproj
32274 * gst/deinterlace/deinterlace.vcproj
32275 * gst/effectv/effectv.vcproj
32276 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32277 * gst/filter/filter.vcproj
32278 * gst/flx/flxdec.vcproj
32279 * gst/goom/goom.vcproj
32280 * gst/interleave/interleave.vcproj
32281 * gst/law/alaw.vcproj
32282 * gst/law/mulaw.vcproj
32283 * gst/matroska/matroska.vcproj
32284 * gst/median/median.vcproj
32285 * gst/mixmatrix/mixmatrix.vcproj
32286 * gst/mpeg1sys/mpeg1systemencode.vcproj
32287 * gst/mpeg1videoparse/mp1videoparse.vcproj
32288 * gst/mpeg2sub/mpeg2subt.vcproj
32289 * gst/mpegaudio/mpegaudio.vcproj
32290 * gst/mpegaudioparse/mpegaudioparse.vcproj
32291 * gst/mpegstream/mpegstream.vcproj
32292 * gst/multifilesink/multifilesink.vcproj
32293 * gst/multipart/multipart.vcproj
32294 * gst/oneton/oneton.vcproj
32295 * gst/overlay/overlay.vcproj
32296 * gst/passthrough/passthrough.vcproj
32297 * gst/qtdemux/qtdemux.vcproj
32298 * gst/realmedia/rmdemux.vcproj
32299 * gst/rtjpeg/rtjpeg.vcproj
32300 * gst/rtp/rtp.vcproj
32301 * gst/silence/silence.vcproj
32302 * gst/sine/sinesrc.vcproj
32303 * gst/smooth/smooth.vcproj
32304 * gst/smpte/smpte.vcproj
32305 * gst/spectrum/spectrum.vcproj
32306 * gst/speed/speed.vcproj
32307 * gst/stereo/stereo.vcproj
32308 * gst/switch/switch.vcproj
32309 * gst/tags/tagedit.vcproj
32310 * gst/tcp/tcp.vcproj
32311 * gst/typefind/typefindfunctions.vcproj
32312 * gst/udp/udp.vcproj
32313 * gst/videobox/videobox.vcproj
32314 * gst/videocrop/videocrop.vcproj
32315 * gst/videodrop/videodrop.vcproj
32316 * gst/videofilter/gamma.vcproj
32317 * gst/videofilter/videobalance.vcproj
32318 * gst/videofilter/videofilter.vcproj
32319 * gst/videofilter/videoflip.vcproj
32320 * gst/videoflip/videoflip.vcproj
32321 * gst/videomixer/videomixer.vcproj
32322 * gst/videorate/videorate.vcproj
32323 * gst/videoscale/videoscale.vcproj
32324 * gst/videotestsrc/videotestsrc.vcproj
32325 * gst/virtualdub/virtualdub.vcproj
32326 * gst/volenv/volenv.vcproj
32327 * gst/volume/volume.vcproj
32328 * gst/wavenc/wavenc.vcproj
32329 * gst/wavparse/wavparse.vcproj
32330 * gst/y4m/y4menc.vcproj
32331 more plugins supported under windows
32333 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32335 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32336 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32337 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32338 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32339 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32340 Add debugging statements. Use the sizes as returned by the
32341 *CreateImage calls.
32343 2004-07-26 Johan Dahlin <johan@gnome.org>
32345 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32346 the pad is negotiated.
32348 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32350 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32352 * gst-libs/gst/colorbalance/colorbalance.vcproj:
32353 * gst-libs/gst/idct/idct.vcproj:
32354 * gst-libs/gst/media-info/media-info.vcproj:
32355 * gst-libs/gst/mixer/mixer.vcproj:
32356 * gst-libs/gst/navigation/navigation.vcproj:
32357 * gst-libs/gst/play/play.vcproj:
32358 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32359 * gst-libs/gst/resample/resample.vcproj:
32360 * gst-libs/gst/tuner/tuner.vcproj:
32361 * gst-libs/gst/video/video.vcproj:
32362 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32363 more plugins supported under windows
32365 2004-07-25 Iain <iain@prettypeople.org>
32367 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32368 pad now rather than when the pad is created because state changes wipe
32369 explicit caps (fixes #148043).
32371 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
32373 reviewed by Benjamin Otte <otte@gnome.org>
32375 * ext/mad/gstmad.c:
32376 fix mad plugin crashing on Sun (fixes #148289)
32378 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32381 * gst/avi/avi.vcproj:
32382 * gst/matroska/matroska.def:
32383 * gst/matroska/matroska.vcproj:
32384 remove unused .def files
32386 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32388 * gst-libs/gst/audio/gstaudiofilter.c:
32389 Clean the local include
32391 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32394 * gst-libs/gst/audio/audio.def:
32395 * gst-libs/gst/audio/audio.vcproj:
32396 * gst-libs/gst/audio/audiofilter.vcproj:
32397 * gst-libs/gst/audio/riff.def:
32398 * gst-libs/gst/audio/riff.vcproj:
32399 * gst-libs/gst/gst-libs.def:
32400 * gst-libs/gst/gst-libs.vcproj:
32401 * gst/avi/avi.vcproj:
32402 * gst/avi/avi.vcproj:
32403 Copy the files where needed after building, cleaner projects
32405 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32407 * gst/matroska/ebml-write.c:
32408 Fix some 64 bits constants to be glib friendly
32410 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
32413 * gst-libs/gst/gst-libs.def:
32414 * gst-libs/gst/gst-libs.vcproj:
32415 * gst/matroska/matroska.def:
32416 * gst/matroska/matroska.vcproj:
32417 Add the preliminary canvas to build plugins on Win32
32419 2004-07-23 Benjamin Otte <otte@gnome.org>
32421 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32422 don't enfore negotiation from source side, it breaks
32423 sinesrc ! audioconvert ! osssink
32425 2004-07-22 David Schleef <ds@schleef.org>
32427 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32428 for ELF files, since they can easily be recognized as audio/mpeg.
32431 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32433 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32434 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32435 (gst_videoscale_scale_nearest_24bit),
32436 (gst_videoscale_scale_nearest_16bit):
32437 fix 16bit and 24bit for stride (24bit might need testing)
32438 don't pretend we do more than one algorithm
32440 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32444 * gst/multifilesink/Makefile.am:
32445 * gst/multifilesink/gstmultifilesink.c:
32446 (gst_multifilesink_get_formats),
32447 (gst_multifilesink_get_query_types), (_do_init),
32448 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32449 (gst_multifilesink_init), (gst_multifilesink_dispose),
32450 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32451 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32452 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32453 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32454 (gst_multifilesink_chain), (gst_multifilesink_change_state),
32455 (gst_multifilesink_uri_get_type),
32456 (gst_multifilesink_uri_get_protocols),
32457 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32458 (gst_multifilesink_uri_handler_init), (plugin_init):
32459 * gst/multifilesink/gstmultifilesink.h:
32460 * testsuite/Makefile.am:
32461 * testsuite/multifilesink/Makefile.am:
32462 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32463 (gst_newmedia_class_init), (gst_newmedia_init),
32464 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32465 (newfile_signal), (test_signal), (main):
32466 multifilesink plugin for creating new files every time a new media
32467 discontinuity event occurs
32469 2004-07-22 Wim Taymans <wim@fluendo.com>
32471 * gst/alpha/Makefile.am:
32472 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32473 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32474 (gst_alpha_color_init), (gst_alpha_color_set_property),
32475 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32476 (transform), (gst_alpha_color_chain),
32477 (gst_alpha_color_change_state), (plugin_init):
32478 Stupid plugin to to RGBA to AYUV conversion because none of
32479 the colorspace plugins can handle that yet.
32481 2004-07-22 Wim Taymans <wim@fluendo.com>
32483 * examples/seeking/seek.c: (update_scale), (main):
32484 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32485 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32486 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32487 (gst_decode_bin_init), (gst_decode_bin_dispose),
32488 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32489 (no_more_pads), (close_link), (type_found),
32490 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32492 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32493 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32494 (gst_play_base_bin_dispose), (queue_overrun),
32495 (gen_preroll_element), (remove_prerolls), (unknown_type),
32496 (no_more_pads), (new_stream), (setup_source),
32497 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32498 (play_base_eos), (gst_play_base_bin_change_state),
32499 (gst_play_base_bin_add_element),
32500 (gst_play_base_bin_remove_element),
32501 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32502 (gst_play_base_bin_unlink_stream),
32503 (gst_play_base_bin_get_streaminfo):
32504 * gst/playback/gstplaybin.c: (gen_video_element),
32505 (gen_audio_element):
32506 * gst/playback/gststreaminfo.h:
32507 More playback updates, attempt to fix things after the state change
32510 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32512 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32513 (gst_videoscale_scale_nearest_16bit):
32516 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32518 * gst/videotestsrc/gstvideotestsrc.c:
32519 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32520 (gst_videotestsrc_init), (gst_videotestsrc_get),
32521 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32522 (gst_videotestsrc_get_property):
32523 * gst/videotestsrc/gstvideotestsrc.h:
32524 * gst/videotestsrc/videotestsrc.c:
32525 * gst/videotestsrc/videotestsrc.h:
32526 cleanup and commenting
32528 2004-07-21 Wim Taymans <wim@fluendo.com>
32530 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32531 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32532 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32533 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32534 (_find_chain_get_unknown_part), (_find_streams_check),
32535 (gst_ogg_demux_push), (gst_ogg_pad_push):
32536 * ext/theora/theoradec.c: (theora_get_formats),
32537 (theora_dec_src_convert), (theora_dec_sink_convert),
32538 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32539 (theora_dec_chain):
32540 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32541 (vorbis_dec_convert), (vorbis_dec_src_query),
32542 (vorbis_dec_src_event), (vorbis_dec_event):
32543 More seeking fixes, oggdemux now supports seeking to time and
32544 uses the downstream element to convert granulepos to time.
32545 Seeking in theora-only ogg files now works.
32547 2004-07-21 Wim Taymans <wim@fluendo.com>
32549 * ext/theora/theoradec.c: (gst_theora_dec_init),
32550 (theora_get_formats), (theora_get_event_masks),
32551 (theora_get_query_types), (theora_dec_src_convert),
32552 (theora_dec_sink_convert), (theora_dec_src_query),
32553 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32554 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32555 (vorbis_get_event_masks), (vorbis_get_query_types),
32556 (gst_vorbis_dec_init), (vorbis_dec_convert),
32557 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32558 Added query/convert/formats functions to vorbis and theora decoders
32559 so that the outside world can use them too. Fixed seeking on an
32560 ogg/theora/vorbis file by disabling the seeking seeking on the
32563 2004-07-21 Julien MOUTTE <julien@moutte.net>
32565 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32566 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32567 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32568 images creation for both elements. We don't create the image on caps
32569 nego or renego, we just destroy the internal one if present if it does
32570 not match the needs. The chain function takes care of creating a new
32572 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32573 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32574 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32575 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32576 the image format information. The buffer pool checks for the context
32577 image format and discard images with different formats.
32578 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32580 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
32582 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32583 (gst_ffmpegcolorspace_chain):
32584 no point in doing any chaining if the pad we want to push from
32587 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
32589 * gst-libs/gst/riff/riff-media.c:
32590 (gst_riff_create_audio_caps_with_data):
32591 Fix double end-to-native symbol conversion (#148021).
32593 2004-07-20 David Schleef <ds@schleef.org>
32595 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32596 Don't use an Atom that doesn't exist.
32598 2004-07-20 Wim Taymans <wim@fluendo.com>
32600 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32601 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32602 (gst_multifdsink_client_remove),
32603 (gst_multifdsink_handle_client_write),
32604 (gst_multifdsink_queue_buffer):
32605 * gst/tcp/gstmultifdsink.h:
32606 More multifdsink stats. Avoid deadlock by releasing locks
32607 before sending out a signal.
32609 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
32613 added Hungarian translation (Laszlo Dvornik)
32615 2004-07-20 Wim Taymans <wim@fluendo.com>
32617 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32618 (gst_multifdsink_add), (gst_multifdsink_client_remove),
32619 (gst_multifdsink_handle_client_write),
32620 (gst_multifdsink_queue_buffer):
32621 * gst/tcp/gsttcp-marshal.list:
32622 Fixed the stupid marshal definition.
32624 2004-07-20 Wim Taymans <wim@fluendo.com>
32626 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32627 (gst_multifdsink_init), (gst_multifdsink_add),
32628 (gst_multifdsink_client_remove),
32629 (gst_multifdsink_handle_client_write),
32630 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32631 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32632 (gst_multifdsink_init_send):
32633 * gst/tcp/gstmultifdsink.h:
32634 Added more stats, added timeout for a client, fixed some typos
32635 and added some comments.
32637 2004-07-20 Wim Taymans <wim@fluendo.com>
32639 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32640 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32641 (gst_multifdsink_client_remove),
32642 (gst_multifdsink_handle_client_write):
32643 * gst/tcp/gstmultifdsink.h:
32644 * gst/tcp/gsttcp-marshal.list:
32645 Added get_stats method that returns a GValueArray of
32648 2004-07-19 Benjamin Otte <otte@gnome.org>
32650 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32651 make sure longname, description and author are valid UTF-8
32653 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
32655 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32656 (gst_ximagesink_set_property):
32657 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32658 (gst_xvimagesink_set_property):
32659 make sure SYNCHRONOUS is respected after getting the X context
32661 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
32663 * gst/matroska/matroska-demux.c:
32664 (gst_matroska_demux_handle_src_event),
32665 (gst_matroska_demux_parse_blockgroup):
32666 * gst/matroska/matroska-ids.h:
32667 add BlockReference tag and ignore it to clear out log.
32668 ignore NAVIGATION events to clear out log.
32670 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
32672 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32673 (gst_matroska_demux_add_stream):
32674 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32675 add debug categories
32677 2004-07-16 Wim Taymans <wim@fluendo.com>
32679 * ext/libpng/Makefile.am:
32680 * ext/libpng/gstpng.c: (plugin_init):
32681 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32682 (gst_pngdec_get_type), (gst_pngdec_base_init),
32683 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32684 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32685 * ext/libpng/gstpngdec.h:
32688 2004-07-16 Julien MOUTTE <julien@moutte.net>
32690 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32691 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32692 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32693 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32694 (gst_ximagesink_buffer_alloc):
32695 * sys/ximage/ximagesink.h:
32696 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32697 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32698 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32699 (gst_xvimagesink_buffer_alloc):
32700 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32701 again. Using internal data pointer of the x(v)image to store image's
32702 data to be coherent with the buffer alloc mechanism. Investigated the
32703 image destruction code to be sure that everything gets freed correctly.
32705 2004-07-16 Wim Taymans <wim@fluendo.com>
32707 * gst-libs/gst/riff/riff-read.c:
32708 (gst_riff_read_strf_vids_with_data),
32709 (gst_riff_read_strf_auds_with_data):
32710 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32711 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32712 Make sure we don't create 0 sized subbuffers in riff-read.
32713 Signal the no more pads signal after reading the avi header.
32715 2004-07-16 Wim Taymans <wim@fluendo.com>
32717 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32718 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32719 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32720 (gst_decode_bin_init), (gst_decode_bin_dispose),
32721 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32722 (no_more_pads), (close_link), (type_found),
32723 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32724 (gst_decode_bin_change_state), (plugin_init):
32725 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32726 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32727 (gst_play_base_bin_dispose), (queue_overrun),
32728 (gen_preroll_element), (remove_prerolls), (unknown_type),
32729 (no_more_pads), (new_stream), (setup_source),
32730 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32731 (play_base_eos), (gst_play_base_bin_change_state),
32732 (gst_play_base_bin_add_element),
32733 (gst_play_base_bin_remove_element),
32734 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32735 (gst_play_base_bin_unlink_stream),
32736 (gst_play_base_bin_get_streaminfo):
32737 * gst/playback/gstplaybasebin.h:
32738 Better error recovery. Added configurable preroll queue size. Faster
32739 detection of no-more-pads.
32741 2004-07-16 Wim Taymans <wim@fluendo.com>
32743 * gst-libs/gst/video/video.h:
32744 Added 32 bits RGBA. Not sure if we should use another mime-type
32745 for alpha rgb. Currently the presence of the alpha_mask property
32746 signals an alpha channel.
32748 2004-07-16 Wim Taymans <wim@fluendo.com>
32750 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32751 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32752 FPS seems to be 0.0 to MAX everywhere else.
32754 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
32756 * gst-libs/gst/riff/riff-media.c:
32757 (gst_riff_create_video_caps_with_data):
32758 mp42/mp43 (no caps) exist too.
32759 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32760 Set pixel_width/height; we've got them in-caps.
32761 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32762 * gst/wavparse/gstwavparse.c: (plugin_init):
32763 Both are valid primary.
32764 * sys/oss/gstossmixer.c:
32765 Remove i18n hack and enable translations.
32767 2004-07-15 Benjamin Otte <otte@gnome.org>
32769 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32770 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32771 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32773 2004-07-15 Benjamin Otte <otte@gnome.org>
32775 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32776 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32777 (gst_alsa_close_audio):
32778 disable some of the debugging code for now. Writing debugging to a
32779 buffer is broken in current alsalib releases.
32781 2004-07-12 Benjamin Otte <otte@gnome.org>
32783 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32786 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
32788 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32789 (theora_dec_src_query), (theora_dec_event):
32790 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32791 add debugging categories. Remove \n's.
32793 2004-07-13 Johan Dahlin <johan@gnome.org>
32795 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32796 (gst_play_bin_get_property): Impl.
32798 2004-07-13 Wim Taymans <wim@fluendo.com>
32800 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32801 When trying to find the stream length, seek back N pages
32802 instead of just one, where N is the number of streams in
32805 2004-07-13 Wim Taymans <wim@fluendo.com>
32807 * gst-libs/gst/riff/riff-media.c:
32808 (gst_riff_create_audio_caps_with_data),
32809 (gst_riff_create_audio_caps),
32810 (gst_riff_create_audio_template_caps):
32811 * gst-libs/gst/riff/riff-media.h:
32812 * gst-libs/gst/riff/riff-read.c:
32813 (gst_riff_read_strf_vids_with_data),
32814 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32815 * gst-libs/gst/riff/riff-read.h:
32816 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32817 (gst_avi_demux_add_stream):
32818 Set codec_data on caps for avidemuxer.
32820 2004-07-12 David Schleef <ds@schleef.org>
32822 * configure.ac: Fix test for Objective C
32824 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
32825 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32826 (gst_gdk_pixbuf_chain):
32827 Add svg and pcx to template caps, and ensure that getcaps returns a
32828 subset of the template caps.
32829 Copy each row manually for output, as gdkpixbuf may pad the
32830 rowstride to a 32-bit word boundary.
32832 2004-07-12 Wim Taymans <wim@fluendo.com>
32834 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32835 (gst_riff_create_video_template_caps):
32836 Fix the template caps to include some more media types.
32838 2004-07-12 Wim Taymans <wim@fluendo.com>
32840 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32841 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32842 (compare_ranks), (print_feature), (gst_decode_bin_init),
32843 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32844 (try_to_link_1), (new_pad), (close_link), (type_found),
32845 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32846 (gst_decode_bin_change_state), (plugin_init):
32847 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32848 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32849 (gst_play_base_bin_dispose), (queue_overrun),
32850 (gen_preroll_element), (remove_prerolls), (no_more_pads),
32851 (new_stream), (setup_source), (gst_play_base_bin_set_property),
32852 (gst_play_base_bin_get_property), (play_base_eos),
32853 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32854 (gst_play_base_bin_remove_element),
32855 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32856 (gst_play_base_bin_unlink_stream),
32857 (gst_play_base_bin_get_streaminfo):
32858 * gst/playback/gstplaybasebin.h:
32859 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32860 (gst_play_bin_class_init), (gst_play_bin_init),
32861 (gst_play_bin_dispose), (gst_play_bin_set_property),
32862 (gst_play_bin_get_property), (gen_video_element),
32863 (gen_audio_element), (remove_sinks), (setup_sinks),
32864 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32865 (gst_play_bin_send_event), (gst_play_bin_get_formats),
32866 (gst_play_bin_convert), (gst_play_bin_get_query_types),
32867 (gst_play_bin_query), (plugin_init):
32868 * gst/playback/test4.c: (main):
32869 More fixes on reusing of the element.
32871 2004-07-11 Benjamin Otte <otte@gnome.org>
32873 * ext/mad/gstmad.c: (normal_seek):
32874 allow seeking for other methods than just SET
32876 2004-07-11 Andy Wingo <wingo@pobox.com>
32878 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32879 float, "any" caps -> buffer_frames=[0,MAX].
32881 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32882 doesn't intersect our caps with the template any more. Do it
32884 (interleave_buffered_loop): Use g_newa instead of malloc/free.
32886 2004-07-09 Wim Taymans <wim@fluendo.com>
32888 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32889 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32890 (compare_ranks), (print_feature), (gst_decode_bin_init),
32891 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32892 (try_to_link_1), (new_pad), (close_link), (type_found),
32893 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32894 (gst_decode_bin_change_state), (plugin_init):
32895 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32896 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32897 (gst_play_base_bin_dispose), (queue_overrun),
32898 (gen_preroll_element), (remove_prerolls), (no_more_pads),
32899 (new_stream), (setup_source), (gst_play_base_bin_set_property),
32900 (gst_play_base_bin_get_property), (play_base_eos),
32901 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32902 (gst_play_base_bin_remove_element),
32903 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32904 (gst_play_base_bin_unlink_stream),
32905 (gst_play_base_bin_get_streaminfo):
32906 * gst/playback/gstplaybasebin.h:
32907 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32908 (gst_play_bin_class_init), (gst_play_bin_init),
32909 (gst_play_bin_dispose), (gst_play_bin_set_property),
32910 (gst_play_bin_get_property), (gen_video_element),
32911 (gen_audio_element), (remove_sinks), (setup_sinks),
32912 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32913 (gst_play_bin_send_event), (gst_play_bin_get_formats),
32914 (gst_play_bin_convert), (gst_play_bin_get_query_types),
32915 (gst_play_bin_query), (plugin_init):
32916 * gst/playback/test4.c: (main):
32917 Work on object reuse and seeking.
32919 2004-07-09 Wim Taymans <wim@fluendo.com>
32921 * examples/seeking/seek.c: (iterate):
32922 Don't consume all CPU in the idle loop.
32924 2004-07-09 Wim Taymans <wim@fluendo.com>
32926 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32927 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32928 Add pad to element *after* setting the pad functions so that
32929 the scheduler can use the correct ones.
32931 2004-07-09 Wim Taymans <wim@fluendo.com>
32933 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32934 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32935 Sync to keyframe after seek
32937 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32939 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32940 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32941 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32942 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32943 * ext/libvisual/visual.c: (gst_visual_change_state):
32944 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32945 * ext/theora/theoradec.c: (theora_dec_change_state):
32946 * ext/theora/theoraenc.c: (theora_enc_change_state):
32947 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32948 * gst-libs/gst/navigation/navigation.c:
32949 * gst/adder/gstadder.c: (gst_adder_change_state):
32950 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32951 (gst_audio_convert_get_buffer):
32952 * gst/multipart/multipartdemux.c:
32953 (gst_multipart_demux_change_state):
32954 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32955 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32956 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32957 * gst/videoscale/gstvideoscale.c:
32958 (gst_videoscale_handle_src_event):
32959 * gst/volume/gstvolume.c: (volume_chain_int16):
32960 don't assert in state change, this should be done by the base
32962 various debugging fixes.
32964 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32967 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32968 (gst_play_dispose), (gst_play_set_location),
32969 (gst_play_set_data_src), (gst_play_set_video_sink),
32970 (gst_play_set_audio_sink), (gst_play_set_visualization),
32971 (gst_play_connect_visualization), (gst_play_get_sink_element),
32972 (gst_play_get_all_by_interface):
32973 * gst-libs/gst/play/play.h:
32974 add new method to get elements implementing an interface.
32975 add various error logging
32977 2004-07-08 Wim Taymans <wim@fluendo.com>
32979 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32980 (make_mpeg_pipeline), (make_mpegnt_pipeline),
32981 (make_playerbin_pipeline), (query_durations_elems),
32982 (query_durations_pads), (query_positions_elems),
32983 (query_positions_pads), (update_scale), (iterate), (stop_seek),
32985 Added playbin seeking example.
32987 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32989 * gst-libs/gst/play/play.c: (gst_play_set_location),
32990 (gst_play_set_data_src), (gst_play_set_video_sink),
32991 (gst_play_set_audio_sink), (gst_play_set_visualization),
32992 (gst_play_connect_visualization), (gst_play_get_framerate):
32993 use a macro to look up elements from hash table
32995 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32997 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32998 (gst_play_get_length_callback), (gst_play_set_location),
32999 (gst_play_seek_to_time), (gst_play_set_data_src),
33000 (gst_play_set_video_sink), (gst_play_set_audio_sink),
33001 (gst_play_set_visualization), (gst_play_connect_visualization),
33002 (gst_play_get_sink_element):
33003 - add debugging info
33004 - fix looking up sink elements by iterating over complete caps
33005 - put everything except for source and autoplugger in a complete bin
33007 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33009 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33010 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33011 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33012 (gst_alsa_sink_write), (gst_alsa_sink_loop):
33013 * ext/alsa/gstalsasink.h:
33014 - add debugging info
33015 - clean up schizophrenia of data/buffer/event
33016 - fix double event unref error
33018 2004-07-08 Wim Taymans <wim@fluendo.com>
33020 * gst/playback/Makefile.am:
33021 Add headers to noinst
33023 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33025 * tools/gst-launch-ext-m.m:
33026 * tools/gst-launch-ext.1.in:
33027 convert to the third millenium
33029 2004-07-07 David Schleef <ds@schleef.org>
33031 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33033 2004-07-07 Wim Taymans <wim@fluendo.com>
33035 * gst/playback/Makefile.am:
33036 * gst/playback/README:
33037 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33038 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33039 (compare_ranks), (print_feature), (gst_decode_bin_init),
33040 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33041 (try_to_link_1), (new_pad), (close_link), (type_found),
33042 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33044 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33045 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33046 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33047 (gen_preroll_element), (no_more_pads), (new_stream),
33048 (setup_source), (gst_play_base_bin_set_property),
33049 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33050 (gst_play_base_bin_add_element),
33051 (gst_play_base_bin_remove_element),
33052 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33053 (gst_play_base_bin_unlink_stream),
33054 (gst_play_base_bin_get_streaminfo):
33055 * gst/playback/gstplaybasebin.h:
33056 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33057 (gst_play_bin_class_init), (gst_play_bin_init),
33058 (gst_play_bin_dispose), (gst_play_bin_set_property),
33059 (gst_play_bin_get_property), (gen_video_element),
33060 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33061 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33062 (gst_play_bin_get_formats), (gst_play_bin_convert),
33063 (gst_play_bin_get_query_types), (gst_play_bin_query),
33065 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33066 (gst_stream_info_get_type), (gst_stream_info_class_init),
33067 (gst_stream_info_init), (gst_stream_info_new),
33068 (gst_stream_info_dispose), (gst_stream_info_set_property),
33069 (gst_stream_info_get_property):
33070 * gst/playback/gststreaminfo.h:
33071 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33073 * gst/playback/test2.c: (main):
33074 * gst/playback/test3.c: (update_scale), (main):
33075 More playbin fixes. Added README. Do better element filtering.
33076 Added base class to preroll media. Added test apps.
33078 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33080 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33081 * ext/mpeg2dec/gstmpeg2dec.h:
33082 various debugging improvements. Reset stream to next picture
33083 instead of sequence header, otherwise seeks cannot work.
33085 2004-07-07 Wim Taymans <wim@fluendo.com>
33087 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33088 (gst_video_box_class_init), (gst_video_box_set_property),
33089 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33090 Use pad_alloc where possible.
33092 2004-07-07 Wim Taymans <wim@fluendo.com>
33094 * sys/oss/gstosselement.c: (gst_osselement_reset),
33095 (gst_osselement_parse_caps):
33096 * sys/oss/gstosselement.h:
33097 * sys/oss/gstosssrc.c: (gst_osssrc_get):
33098 Fix offset on osssrc.
33100 2004-07-07 Wim Taymans <wim@fluendo.com>
33102 * ext/theora/theora.c: (plugin_init):
33103 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33104 (theora_dec_src_query), (theora_dec_chain):
33105 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33106 (theora_enc_sink_link), (theora_buffer_from_packet),
33107 (theora_push_packet), (theora_enc_chain):
33108 Fix theora granulepos calculation.
33109 Fix overflow in duration/position calculation.
33110 Bump rank to PRIMARY for theoradec.
33111 Use granulepos of last packet to calculate position.
33112 Set keyframe flag on buffers when needed.
33114 2004-07-06 David Schleef <ds@schleef.org>
33116 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
33117 serious? (Fixed, obviously.)
33119 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
33123 added Czech translation (Miloslav Trmac)
33125 2004-07-05 Wim Taymans <wim@fluendo.com>
33127 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33128 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33129 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33130 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33131 (close_link), (type_found), (gst_decode_bin_set_property),
33132 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33133 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33134 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33135 (gst_decode_bin_query), (plugin_init):
33136 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33137 (gst_play_bin_class_init), (gst_play_bin_init),
33138 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33139 (get_video_element), (new_pad), (setup_source),
33140 (gst_play_bin_set_property), (gst_play_bin_get_property),
33141 (gst_play_bin_change_state), (gst_play_bin_add_element),
33142 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33143 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33144 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33145 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33146 * gst/playback/test.c: (main):
33147 More fixes, cleaned up playbin, make it use decodebin. Added
33148 threaded property to playbin.
33150 2004-07-05 Wim Taymans <wim@fluendo.com>
33153 * gst/playback/Makefile.am:
33154 * gst/playback/decodetest.c: (main):
33155 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33156 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33157 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33158 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33159 (close_link), (type_found), (gst_decode_bin_set_property),
33160 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33161 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33162 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33163 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33165 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33166 (gst_play_bin_class_init), (gst_play_bin_init),
33167 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33168 (collect_sink_pads), (find_compatibles), (close_pad_link),
33169 (try_to_link_1), (new_pad), (close_link), (type_found),
33170 (setup_source), (gst_play_bin_set_property),
33171 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33172 (compare_ranks), (gst_play_bin_collect_factories),
33173 (gst_play_bin_change_state), (gst_play_bin_add_element),
33174 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33175 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33176 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33177 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33178 * gst/playback/test.c: (main):
33179 Added some playback helper elements and some test apps, very alpha
33182 2004-07-04 Benjamin Otte <otte@gnome.org>
33184 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33185 only restart audio when we indeed have an xrun to fix repeated
33186 xruns. Fix suggested by Giuliano Pochini.
33188 2004-07-03 David Schleef <ds@schleef.org>
33190 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33191 call to gst_debug_log() if debugging is disabled (bug #145118)
33193 2004-07-03 Benjamin Otte <otte@gnome.org>
33195 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33196 use our own functions for restarting the alsa device.
33197 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33198 I should apply patches myself - use MIN for the third argument, not
33199 the second, this fixes seeking
33201 2004-07-02 David Schleef <ds@schleef.org>
33203 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33204 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
33207 2004-07-02 David Schleef <ds@schleef.org>
33209 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
33210 output buffers. Fix logic mistake. (bug #144866)
33212 2004-07-02 David Schleef <ds@schleef.org>
33214 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33215 on X. (bug #144753)
33217 2004-07-02 David Schleef <ds@schleef.org>
33219 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33220 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33222 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33223 (gst_osselement_rate_probe_check): Add another workaround for
33224 buggy drivers (bug #145336)
33226 2004-07-02 David Schleef <ds@schleef.org>
33228 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33229 Most systems don't have MSG_NOSIGNAL.
33231 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
33234 * gst-libs/gst/colorbalance/Makefile.am:
33235 * gst-libs/gst/mixer/Makefile.am:
33236 * gst-libs/gst/play/Makefile.am:
33237 * gst-libs/gst/tuner/Makefile.am:
33238 (hopefully) fix both install and dist and make error message useful.
33239 needs testing across automakes.
33241 2004-07-02 Benjamin Otte <otte@gnome.org>
33243 * ext/ogg/gstogg.c: (plugin_init):
33244 we require bytestream now
33245 * ext/ogg/gstoggdemux.c:
33246 huge diff to implement chain setup in a fast and generic way. This
33247 improves tag reading and startup of huge files (read: Theora videos)
33248 quite a bit. It probably contains bugs, too, so please test.
33249 Seeking is not improved to the fast method.
33251 2004-06-29 Wim Taymans <wim@fluendo.com>
33253 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33254 * ext/ogg/gstoggmux.c:
33255 Fix memleak in oggdemux when running unconnected pads.
33256 doc update in mux, start working on keyframe mode.
33258 2004-06-29 Benjamin Otte <otte@gnome.org>
33260 * sys/oss/gstosssink.c:
33261 * sys/oss/gstosssrc.c:
33262 advertise correct template caps - we indeed do non-native endianness
33263 and 8bit audio has no endianness
33264 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33265 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33266 avoid (wrong) duplications in getcaps function and return
33269 2004-06-29 Wim Taymans <wim@fluendo.com>
33271 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33272 (gst_multifdsink_class_init), (gst_multifdsink_add),
33273 (gst_multifdsink_remove), (gst_multifdsink_clear),
33274 (gst_multifdsink_client_remove),
33275 (gst_multifdsink_handle_client_read),
33276 (gst_multifdsink_client_queue_data),
33277 (gst_multifdsink_client_queue_caps),
33278 (gst_multifdsink_client_queue_buffer),
33279 (gst_multifdsink_handle_client_write),
33280 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33281 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33282 (gst_multifdsink_init_send), (gst_multifdsink_close):
33283 Fix wrong GList iteration that could crash the server when
33284 more then 2 clients disconnect at the same time. Read all the
33285 pending commands in one batch to recover from command storms under
33288 2004-06-28 Wim Taymans <wim@fluendo.com>
33290 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33291 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33292 (gst_videomixer_pad_set_property),
33293 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33294 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33295 (gst_videomixer_class_init), (gst_videomixer_init),
33296 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33297 (pad_zorder_compare), (gst_videomixer_sort_pads),
33298 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33299 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33300 (gst_videomixer_update_queues), (gst_videomixer_loop),
33302 Avoid divide by zero, choose masterpad as the pad with the highest
33305 2004-06-27 Julien Moutte <julien@moutte.net>
33307 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33308 (gst_ximagesink_xwindow_new):
33309 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33310 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33311 function directly. We might want to call it from somewhere else one day.
33313 2004-06-27 Julien Moutte <julien@moutte.net>
33315 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33316 (gst_ximagesink_xwindow_new):
33317 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33318 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33319 window decorations.
33321 2004-06-27 Wim Taymans <wim@fluendo.com>
33323 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33324 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33325 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33326 (gst_dvdec_set_property), (gst_dvdec_get_property):
33327 * ext/dv/gstdvdec.h:
33328 Implement drop_factor property to lower the framerate with
33331 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
33333 * gst-libs/gst/colorbalance/Makefile.am:
33334 * gst-libs/gst/mixer/Makefile.am:
33335 * gst-libs/gst/play/Makefile.am:
33336 * gst-libs/gst/tuner/Makefile.am:
33337 unbreak Company's fix that didn't install the -enum.h files
33339 2004-06-27 Wim Taymans <wim@fluendo.com>
33341 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33342 (gst_dvdec_change_state):
33343 * ext/dv/gstdvdec.h:
33344 Fix timestamp, duration and offset of the buffers.
33346 2004-06-27 Wim Taymans <wim@fluendo.com>
33348 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33349 (gst_multifdsink_class_init), (gst_multifdsink_add),
33350 (gst_multifdsink_remove), (gst_multifdsink_clear),
33351 (gst_multifdsink_client_remove),
33352 (gst_multifdsink_handle_client_read),
33353 (gst_multifdsink_client_queue_data),
33354 (gst_multifdsink_client_queue_caps),
33355 (gst_multifdsink_client_queue_buffer),
33356 (gst_multifdsink_handle_client_write),
33357 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33358 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33359 (gst_multifdsink_init_send), (gst_multifdsink_close):
33360 * gst/tcp/gstmultifdsink.h:
33361 * gst/tcp/gsttcpserversink.c:
33362 (gst_tcpserversink_handle_server_read),
33363 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33364 More multifdsink fixes, more recovery policy fixes.
33365 Removed stupid g_print
33367 2004-06-26 Wim Taymans <wim@fluendo.com>
33369 * gst/tcp/Makefile.am:
33370 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33371 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33372 (gst_multifdsink_class_init), (gst_multifdsink_init),
33373 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33374 (gst_multifdsink_handle_client_read),
33375 (gst_multifdsink_client_queue_data),
33376 (gst_multifdsink_client_queue_caps),
33377 (gst_multifdsink_client_queue_buffer),
33378 (gst_multifdsink_handle_client_write),
33379 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33380 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33381 (gst_multifdsink_chain), (gst_multifdsink_set_property),
33382 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33383 (gst_multifdsink_close), (gst_multifdsink_change_state):
33384 * gst/tcp/gstmultifdsink.h:
33385 * gst/tcp/gsttcpplugin.c: (plugin_init):
33386 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33387 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33388 (gst_tcpserversink_handle_server_read),
33389 (gst_tcpserversink_handle_select),
33390 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33391 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33392 * gst/tcp/gsttcpserversink.h:
33393 Added multifdsink, made tcpserversink a subclass of fdsink, removed
33394 one of the locks, added recovery policy to multifdsink.
33396 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
33398 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33399 fix decision for when getting frames with same timestamp
33400 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33401 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33402 (gst_v4lsrc_get_property):
33403 * sys/v4l/gstv4lsrc.h:
33404 add latency offset property
33406 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
33408 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33410 fix debugging. add category.
33412 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33414 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33417 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33419 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33420 (gst_alsa_src_get_time), (gst_alsa_src_loop),
33421 (gst_alsa_src_change_state):
33422 return a time that is in sync with the element's processing
33424 2004-06-25 Wim Taymans <wim@fluendo.com>
33426 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33427 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33428 (gst_tcpserversink_client_remove),
33429 (gst_tcpserversink_handle_client_read),
33430 (gst_tcpserversink_client_queue_data),
33431 (gst_tcpserversink_client_queue_caps),
33432 (gst_tcpserversink_client_queue_buffer),
33433 (gst_tcpserversink_handle_client_write),
33434 (gst_tcpserversink_queue_buffer),
33435 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33436 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33437 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33438 (gst_tcpserversink_close):
33439 * gst/tcp/gsttcpserversink.h:
33440 Serversink rewrite. Really do non blocking writes to clients and
33441 maintain an internal queue to handle slower clients while not
33442 disturbing fast clients.
33444 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33446 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33447 better debug, don't override OFFSET and OFFSET_END
33449 2004-06-25 Iain <iain@prettypeople.org>
33451 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33452 name=source for the wavparse pipeline.
33454 2004-06-24 Johan Dahlin <johan@gnome.org>
33456 * ext/theora/theoraenc.c (theora_enc_chain): Call
33457 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33458 streamheader caps are set correctly.
33460 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33462 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33463 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33464 respect minimum bitrate; same could be done for max bitrate
33466 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33468 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33469 (gst_vorbisenc_setup):
33470 fix sample rate range
33472 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33474 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33475 (gst_oggvorbisenc_setup):
33476 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33477 (gst_vorbisenc_setup):
33478 resolve ambiguities in code and description
33480 2004-06-24 Wim Taymans <wim@fluendo.com>
33482 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33483 * ext/alsa/gstalsa.h:
33484 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33485 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33486 Use alsa trigger_tstamp to get the timestamp of the first
33487 sample in the buffer for more precise sync. Some cleanups.
33489 2004-06-24 Wim Taymans <wim@fluendo.com>
33491 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33492 (gst_audiorate_init), (gst_audiorate_chain),
33493 (gst_audiorate_set_property), (gst_audiorate_get_property):
33494 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33495 (gst_videorate_chain):
33496 Added some logging, fixed an overflow bug in videorate.
33498 2004-06-24 Benjamin Otte <otte@gnome.org>
33500 * ext/kio/Makefile.am:
33501 fix for builddir != srcdir and distcheck
33503 2004-06-24 Benjamin Otte <otte@gnome.org>
33505 * gst-libs/gst/colorbalance/Makefile.am:
33506 * gst-libs/gst/mixer/Makefile.am:
33507 * gst-libs/gst/play/Makefile.am:
33508 * gst-libs/gst/tuner/Makefile.am:
33509 * gst/tcp/Makefile.am:
33510 * sys/dxr3/Makefile.am:
33511 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33513 Also add all *.list files that were missing.
33515 add a distcheck hook to ensure the above doesn't happen again.
33517 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
33519 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33521 2004-06-23 Colin Walters <walters@redhat.com>
33523 * m4/Makefile.am: Distribute gst-fionread.m4.
33525 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
33527 * configure.ac: back to dev
33529 2004-06-23 Wim Taymans <wim@fluendo.com>
33531 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33532 (gst_alsa_xrun_recovery):
33533 * ext/alsa/gstalsa.h:
33534 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33535 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33536 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33537 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33538 (gst_alsa_src_loop):
33539 Add clock to alsasrc. Take new capture timestamp when
33540 restarting after an overrun. Split up some functions between
33541 alsasrc and alsasink.
33543 === release 0.8.2 ===
33545 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
33547 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33548 (gst_alsa_change_state), (gst_alsa_update_avail),
33549 (gst_alsa_xrun_recovery):
33550 * ext/alsa/gstalsa.h:
33551 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33552 merge back changes from release
33554 2004-06-23 Wim Taymans <wim@fluendo.com>
33556 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33557 (gst_audiorate_init), (gst_audiorate_chain),
33558 (gst_audiorate_set_property), (gst_audiorate_get_property):
33559 Implement sample dropping and notify
33561 2004-06-22 Wim Taymans <wim@fluendo.com>
33563 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33564 (theora_enc_sink_link), (theora_buffer_from_packet),
33565 (theora_push_packet), (theora_enc_chain):
33566 Some cleanups, make sure the timestamps are correct.
33568 2004-06-22 Wim Taymans <wim@fluendo.com>
33570 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33571 (gst_alsa_change_state), (gst_alsa_update_avail),
33572 (gst_alsa_xrun_recovery):
33573 * ext/alsa/gstalsa.h:
33574 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33575 Cleanups, take queued samples into account when reporting
33578 2004-06-22 Wim Taymans <wim@fluendo.com>
33580 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33581 (gst_videorate_init):
33582 Initialize the property as well.
33584 2004-06-22 Wim Taymans <wim@fluendo.com>
33586 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33587 (gst_videorate_init), (gst_videorate_chain),
33588 (gst_videorate_set_property), (gst_videorate_get_property):
33589 Add property to make videorate silent.
33590 Add property to prefer new frames over old ones.
33592 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33594 * sys/osxvideo/Makefile.am:
33595 Workaround so that the osxvideo .so file gets linked with the
33596 Cocoa, OpenGL and QuickTime frameworks
33598 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33600 * sys/osxaudio/Makefile.am:
33601 Workaround so that the osxaudio .so file gets linked with the
33602 CoreAudio framework
33604 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33607 Whoops, my fault...fixed build issues
33609 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33612 Add objective-c support if running in Darwin/Mac OS X
33615 * sys/osxvideo/Makefile.am:
33616 * sys/osxvideo/osxvideosink.h:
33617 * sys/osxvideo/osxvideosink.m:
33618 * sys/osxvideo/cocoawindow.h:
33619 * sys/osxvideo/cocoawindow.m:
33620 Add osxvideosink, a cocoa-based osx video sink
33623 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
33624 * ext/dvdnav/gst-dvd:
33625 Grab the gconf key from the right spot
33626 * gst/debug/gstnavseek.c: (gst_navseek_init),
33627 (gst_navseek_segseek), (gst_navseek_handle_src_event),
33628 (gst_navseek_chain):
33629 * gst/debug/gstnavseek.h:
33630 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33631 and loop parameters of a segment seek.
33632 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33633 (gst_videotestsrc_get_event_masks),
33634 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33635 * gst/videotestsrc/gstvideotestsrc.h:
33636 Add seeking support to videotestsrc
33637 Initialise the timestamp_offset variable.
33639 2004-06-18 Wim Taymans <wim@fluendo.com>
33641 * ext/sidplay/gstsiddec.cc:
33642 Fix negotiation and set correct end offset.
33644 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
33646 * configure.ac: branch and prerelease
33648 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
33650 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33651 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33652 (gst_tcpclientsrc_init_receive):
33653 * gst/tcp/gsttcpclientsrc.h:
33654 read caps when connecting to server for GDP so we set them correctly
33656 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
33658 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33659 notify drops and duplicates
33660 * gst/videoscale/videoscale.c: (videoscale_get_structure):
33661 no good reason to limit ourselves to 100x100
33663 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
33665 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33666 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33667 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33668 (gst_v4lsrc_get_property):
33669 * sys/v4l/gstv4lsrc.h:
33670 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33671 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33672 (gst_v4l_set_audio):
33673 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33674 (gst_v4lsrc_try_capture):
33675 * sys/v4l/v4lsrc_calls.h:
33676 change try_palette to more general try_capture
33677 add autoprobe option so we can turn off autoprobing
33680 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
33684 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33685 (gst_ximagesink_class_init):
33686 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33687 (gst_xvimagesink_class_init):
33688 run them as finalize, not dispose, since dispose can be invoked
33691 2004-06-17 Wim Taymans <wim@fluendo.com>
33693 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33694 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33695 * ext/alsa/gstalsa.h:
33696 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33697 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33698 (gst_alsa_src_change_state):
33699 * ext/alsa/gstalsasrc.h:
33700 Make the xrun code timestamp and offset the buffers correctly.
33701 moved the clock to the base class, use alsa methods to get time.
33702 Do correct timestamping on outgoing buffers.
33704 2004-06-17 Wim Taymans <wim@fluendo.com>
33706 * gst/audiorate/Makefile.am:
33707 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33708 (gst_audiorate_base_init), (gst_audiorate_class_init),
33709 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33710 (gst_audiorate_set_property), (gst_audiorate_get_property),
33711 (gst_audiorate_change_state), (plugin_init):
33712 Added an audiorate converter that fills in gaps.
33714 2004-06-17 Johan Dahlin <johan@gnome.org>
33716 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33718 2004-06-16 Wim Taymans <wim@fluendo.com>
33720 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33721 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33722 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33723 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33724 (gst_v4lsrc_get_property):
33725 * sys/v4l/gstv4lsrc.h:
33726 Added a copy mode to v4lsrc where it will output a copied version
33727 of its internal hardware buffer.
33728 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33731 2004-06-16 Wim Taymans <wim@fluendo.com>
33733 * sys/oss/gstosssrc.c: (gst_osssrc_get):
33736 2004-06-16 Wim Taymans <wim@fluendo.com>
33738 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33739 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33740 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33741 (gst_v4lsrc_get_property):
33742 * sys/v4l/gstv4lsrc.h:
33743 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33744 Added a sync mode enum property to control v4lsrc timestamp method
33745 Removed the use-fixed-fps property and moved functionality in
33747 Don't error on an error value from v4l-conf, it might not always
33750 2004-06-16 Wim Taymans <wim@fluendo.com>
33752 * gst/videorate/Makefile.am:
33753 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33754 (gst_videorate_base_init), (gst_videorate_class_init),
33755 (gst_videorate_getcaps), (gst_videorate_link),
33756 (gst_videorate_init), (gst_videorate_chain),
33757 (gst_videorate_set_property), (gst_videorate_get_property),
33758 (gst_videorate_change_state), (plugin_init):
33759 Added a video timestamp corrector.
33761 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33763 fixed a potential leak with previous commit
33765 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33767 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33769 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33770 Added missing refcount, fixes bug #144425
33771 Cheers Tim for finding the bug
33773 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
33775 * sys/v4l/gstv4l.c: (plugin_init):
33776 * sys/v4l/gstv4lcolorbalance.c:
33777 * sys/v4l/gstv4lcolorbalance.h:
33778 * sys/v4l/gstv4lelement.c:
33779 * sys/v4l/gstv4lelement.h:
33780 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33781 * sys/v4l/gstv4lmjpegsink.h:
33782 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33783 * sys/v4l/gstv4lmjpegsrc.h:
33784 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33785 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33786 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33787 * sys/v4l/gstv4lsrc.h:
33788 * sys/v4l/gstv4ltuner.c:
33789 * sys/v4l/gstv4ltuner.h:
33790 * sys/v4l/gstv4lxoverlay.c:
33791 * sys/v4l/gstv4lxoverlay.h:
33792 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33793 (gst_v4l_set_window), (gst_v4l_enable_overlay):
33794 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33795 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33796 (gst_v4l_set_audio):
33797 * sys/v4l/v4l_calls.h:
33798 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33799 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33800 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33801 (gst_v4lmjpegsink_playback_init),
33802 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33803 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33804 (gst_v4lmjpegsink_playback_stop),
33805 (gst_v4lmjpegsink_playback_deinit):
33806 * sys/v4l/v4lmjpegsink_calls.h:
33807 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33808 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33809 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33810 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33811 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33812 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33813 * sys/v4l/v4lmjpegsrc_calls.h:
33814 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33815 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33816 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33817 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33818 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33819 (gst_v4lsrc_try_palette):
33820 * sys/v4l/v4lsrc_calls.h:
33821 bunch of paranoia cleanups
33823 2004-06-14 David Schleef <ds@schleef.org>
33825 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33826 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33827 Send discont events and change timestamps appropriately when
33828 we get a seek event. (bug #144240)
33829 * ext/cdparanoia/gstcdparanoia.h:
33831 2004-06-14 Benjamin Otte <otte@gnome.org>
33833 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33834 snd_pcm_hw_params_set_rate since the latter fails for no good
33835 reason on some setups.
33837 2004-06-14 David Schleef <ds@schleef.org>
33839 * gst/volume/demo.c: (value_changed_callback): exp10() is not
33840 standard. Thank you for playing.
33842 2004-06-14 Wim Taymans <wim@fluendo.com>
33844 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33845 Patch 1.3 broke the ordering of the colorspace info and
33846 made the plugin basically work by coincidence, reordered
33849 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
33851 * ext/lame/gstlame.c:
33852 * ext/mad/gstmad.c:
33853 sync caps. Make sure mad can only output a list of rates, not
33854 a full range. In the future, have three caps lists for each of the
33855 mpeg versions. Change mpegversion to a double as well.
33857 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
33859 * gst/volume/.cvsignore:
33860 * gst/volume/Makefile.am:
33861 * gst/volume/demo.c: (value_changed_callback), (idler),
33862 (setup_gui), (main):
33863 added small demo app
33865 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
33866 * ext/esd/esdsink.c: (gst_esdsink_change_state):
33867 * ext/esd/esdsink.h:
33868 Close the esd connection on pause, because esd will just wait -
33869 blocking all other esd clients indefinitely.
33871 2004-06-12 Christophe Fergeau <teuf@gnome.org>
33873 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33874 previous commit with GST_DEBUG
33876 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
33879 add a header check for a dvdread header in dvdnav. Fixes #133002
33881 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33883 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33884 * gst/tcp/gsttcpclientsink.h:
33885 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33886 * gst/tcp/gsttcpclientsrc.h:
33887 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33888 (gst_tcpserversink_handle_server_read),
33889 (gst_tcpserversink_init_send):
33890 * gst/tcp/gsttcpserversink.h:
33891 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33892 * gst/tcp/gsttcpserversrc.h:
33893 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33896 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33899 Added ogg library so that OSX detects libtheora properly
33901 2004-06-11 Wim Taymans <wim@fluendo.com>
33903 * ext/theora/theoradec.c: (theora_dec_chain),
33904 (theora_dec_change_state):
33905 Don't try to decode frames before we received a keyframe.
33907 2004-06-11 Wim Taymans <wim@fluendo.com>
33909 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33910 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33911 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33912 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33913 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33914 Added property to set the maximum delay of a page.
33916 2004-06-10 Wim Taymans <wim@fluendo.com>
33918 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33919 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33920 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33921 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33922 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33923 Added max-delay property to control the maximum amount
33924 of data to put in one page.
33926 2004-06-10 Wim Taymans <wim@fluendo.com>
33928 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33929 (gst_theora_enc_init), (theora_enc_sink_link),
33930 (theora_buffer_from_packet), (theora_enc_set_property),
33931 (theora_enc_get_property):
33932 Set duration on encoded buffer, added some more properties
33934 2004-06-10 Wim Taymans <wim@fluendo.com>
33936 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33937 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33938 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33939 * ext/theora/theoraenc.c: (theora_enc_chain):
33940 Fix refcounting bugs
33942 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
33944 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33945 (gst_asf_demux_loop), (gst_asf_demux_process_file),
33946 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33947 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33948 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33949 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33950 (gst_asf_demux_change_state):
33951 * gst/asfdemux/gstasfdemux.h:
33952 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33953 feels like. I think we should set a new requirement for demuxers
33954 from now on to implement sane loop functions, data loops, query
33955 and seek functions before first commit into CVS. And this commit
33956 fixes all of the above.
33958 2004-06-10 Christophe Fergeau <teuf@gnome.org>
33960 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33961 vorbis comments are properly encoded in UTF-8 before adding them
33964 2004-06-09 Benjamin Otte <otte@gnome.org>
33966 * ext/alsa/gstalsa.c: (add_channels):
33967 handle min <= max correctly
33968 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33969 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33970 add fixation functions so we fixate correctly. No preferring of alaw
33971 anymore because it's the first structure.
33972 * ext/alsa/gstalsa.h:
33973 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33974 (gst_alsa_hw_params_dump):
33975 add functions to ease debugging in alsalib
33976 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33977 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33978 (gst_alsa_start_audio):
33979 only specify hw params if we really setup a format (fixes #134007 -
33980 or at least works around it)
33982 2004-06-09 Wim Taymans <wim@fluendo.com>
33984 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33985 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33986 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33987 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33988 (gst_ogg_mux_loop):
33989 Use stream caps to setup the initial pages in the ogg stream.
33990 Correctly set the streamheader caps on the srcpad.
33992 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
33994 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33995 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33996 (gst_v4lsrc_getcaps):
33997 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33998 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33999 add querying of fps lists for webcams. Negotiating to a framerate
34002 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34004 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34005 (theora_push_buffer), (theora_push_packet),
34006 (theora_set_header_on_caps), (theora_enc_chain):
34007 mark buffers and put on streamheader, raw theora streaming
34008 now works too, whee
34010 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34012 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34013 (gst_tcp_gdp_read_caps):
34014 do a looping read for caps and GDP headers too
34016 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34018 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34019 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34020 return EOS instead of NULL in _get
34022 2004-06-08 Wim Taymans <wim@fluendo.com>
34024 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34025 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34026 (gst_tcp_gdp_write_caps):
34027 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34028 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34029 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34032 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34034 * ext/vorbis/Makefile.am:
34035 * ext/vorbis/vorbis.c: (plugin_init):
34036 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34037 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34038 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34039 (vorbis_parse_change_state):
34040 * ext/vorbis/vorbisparse.h:
34041 adding a vorbisparse element that marks the buffers, streaming
34042 raw vorbis using GDP now works, whee
34044 2004-06-08 Wim Taymans <wim@fluendo.com>
34046 * ext/jpeg/Makefile.am:
34048 * ext/jpeg/gstjpeg.c: (plugin_init):
34049 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34050 (gst_smokedec_base_init), (gst_smokedec_class_init),
34051 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34052 * ext/jpeg/gstsmokedec.h:
34053 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34054 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34055 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34056 (gst_smokeenc_resync), (gst_smokeenc_chain),
34057 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34058 * ext/jpeg/gstsmokeenc.h:
34059 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34060 (smokecodec_flush_destination), (smokecodec_term_destination),
34061 (smokecodec_init_source), (smokecodec_fill_input_buffer),
34062 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34063 (smokecodec_term_source), (smokecodec_encode_new),
34064 (smokecodec_decode_new), (smokecodec_info_free),
34065 (smokecodec_set_quality), (smokecodec_get_quality),
34066 (smokecodec_set_threshold), (smokecodec_get_threshold),
34067 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34068 (find_best_size), (abs_diff), (put), (smokecodec_encode),
34069 (smokecodec_parse_header), (smokecodec_decode):
34070 * ext/jpeg/smokecodec.h:
34071 Added a new simple jpeg based codec
34073 2004-06-08 Wim Taymans <wim@fluendo.com>
34075 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34076 (gst_multipart_mux_loop):
34079 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34081 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34082 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34083 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34084 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34085 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34086 * gst/tcp/gsttcpserversink.h:
34087 take streamheader into account
34089 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34091 * gst/level/Makefile.am:
34092 * gst/level/gstlevel.c: (gst_level_class_init):
34093 clean up marshal generation
34095 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34097 * gst/tcp/Makefile.am:
34098 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34099 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34100 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34101 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34102 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34103 (gst_tcpclientsrc_get_property):
34104 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34105 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34106 (gst_tcpserversink_handle_client_read),
34107 (gst_tcpserversink_handle_client_write),
34108 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34109 * gst/tcp/gsttcpserversink.h:
34110 add signals client-added and client-removed
34111 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34112 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34113 (gst_tcpserversrc_get_property):
34114 uniformized, change default protocol to NONE
34115 * gst/tcp/gsttcp-marshal.list: added
34116 2004-06-07 Benjamin Otte <otte@gnome.org>
34118 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34119 handle discont events if they happen before caps nego
34121 2004-06-07 Wim Taymans <wim@fluendo.com>
34123 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34124 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34125 (gst_multipart_demux_plugin_init):
34126 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34127 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34128 (gst_multipart_mux_change_state):
34129 Small updates, fix a memleak
34131 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34133 * configure.ac: OSS portability
34134 * ext/arts/gst_arts.c: idem
34135 * sys/oss/gstosselement.c: idem
34136 * sys/oss/gstossmixer.c: idem
34137 * sys/oss/gstosssink.c: idem
34138 * sys/oss/gstosssrc.c: idem
34139 * sys/oss/oss_probe.c: idem
34140 - check for soundcard.h in different places for some BSD
34142 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
34145 Add me to the authors file
34147 Increase the libdv requirement to >= version 0.100
34148 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34149 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34150 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34151 * ext/dv/gstdvdec.h:
34152 Add support for the new_media flag when sending DISCONT events
34153 Make the querying work when video pad is not linked
34155 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34157 reviewed by Benjamin Otte <otte@gnome.org>
34159 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34160 create a NULL-initialized array of pads, so we don't think they
34161 exist already. (fixes #143130)
34163 2004-06-07 Benjamin Otte <otte@gnome.org>
34165 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34166 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34167 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34168 don't use // coments
34170 2004-06-07 Benjamin Otte <otte@gnome.org>
34172 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34173 cast to GstClockTime to get higher granularity
34174 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34175 use gst_element_set_time_delay to get the exact time
34176 * ext/mad/gstmad.c: (gst_mad_chain):
34177 use the negotiated rate instead of the current frame's rate which
34178 might be wrong because of bit errors. This avoids emitting totally
34179 bogus timestamps and screwing sync.
34182 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34184 reviewed by Benjamin Otte <otte@gnome.org>
34186 * gst/adder/gstadder.c: (gst_adder_loop):
34187 properly error out when no negotiation has happened yet. (fixes
34190 2004-06-06 Benjamin Otte <otte@gnome.org>
34192 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34193 forward correctly transformed offset in discont events. Based on
34194 patch by Arwed v. Merkatz. (fixes #142851)
34196 2004-06-06 David Schleef <ds@schleef.org>
34198 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34199 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
34200 problems on several systems.
34202 2004-06-06 Benjamin Otte <otte@gnome.org>
34204 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34205 use explicit caps on the srcpad
34206 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34207 properly error out if caps couldn't be set (fixes #142764)
34209 2004-06-06 Benjamin Otte <otte@gnome.org>
34211 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34212 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34213 (gst_alsa_start_audio):
34214 - don't call set_periods_integer anymore, it breaks the
34215 configuration randomly
34216 - call snd_pcm_hw_params_set_access directly instead of using masks
34217 - don't fail if the sw_params can't be set, just use the default
34218 params and hope it works. Alsalib has weird issues when you touch
34219 sw_params and does no proper error reporting about what failed.
34220 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34221 (gst_alsa_close_audio):
34222 make our alsa debugging go via gst debugging and not conditionally
34224 * ext/alsa/gstalsa.h:
34225 add ALSA_DEBUG_FLUSH macro
34226 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34228 wrap alsa errors to be printed via the gst debugging system and not
34231 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
34233 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34234 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34235 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34236 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34237 (qtdemux_parse_trak):
34238 * gst/qtdemux/qtdemux.h:
34239 Bitch. Also known as seeking, querying & co.
34240 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34241 (gst_osssink_change_state):
34242 * sys/oss/gstosssink.h:
34243 Resyncing is for weenies, this hack is no longer needed and was
34244 broken anyway (since it - unintendedly - always leaves resync to
34247 2004-06-05 Andrew Turner <zxombie@hotpop.com>
34249 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34250 * gst/tcp/gsttcpclientsrc.h: idem
34251 - define MSG_NOSIGNAL if not done
34252 - include unistd.h for off_t
34255 2004-06-05 Benjamin Otte <otte@gnome.org>
34258 * ext/kio/Makefile.am:
34259 check for qt's moc preprocessor explicitly and use it
34261 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34263 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34264 don't get a signal for EPIPE on socket writes
34265 (somebody check if this works on other platforms)
34267 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34269 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34270 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34271 check error condition on available samples correctly
34273 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34275 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34277 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34278 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34279 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34280 (gst_tcpserversrc_gdp_read_header):
34281 use ssize_t over size_t since the former is signed and thus the
34282 check for error codes can work
34284 2004-06-02 Wim Taymans <wim@fluendo.com>
34288 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34289 (gst_multipart_mux_loop):
34292 2004-06-02 Wim Taymans <wim@fluendo.com>
34294 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34295 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34296 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34297 (gst_multipart_mux_change_state):
34298 Added configurable boundary specifier, added the value as a
34299 caps field as well.
34301 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34303 * gst/tcp/gsttcp.c:
34304 * gst/tcp/gsttcpclientsrc.c:
34305 * gst/tcp/gsttcpclientsrc.h:
34306 * gst/tcp/gsttcpserversrc.c:
34307 - portability fix, to compile on OSX
34310 * sys/osxaudio/gstosxaudioelement.c:
34311 * sys/osxaudio/gstosxaudiosink.c:
34312 * sys/osxaudio/gstosxaudiosrc.c:
34313 - compilation warnings on OSX
34316 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34318 * ext/vorbis/vorbisdec.c : sign warning fixes
34320 * gst-libs/gst/mixer/mixertrack.c :
34321 do no use defines which are glib 2.4 specific
34323 2004-06-01 Christophe Fergeau <teuf@gnome.org>
34325 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34326 buffer since libflac doesn't expect it (reports a sync error when
34327 it encounters that)
34330 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
34332 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34333 * gst-libs/gst/mixer/mixertrack.c:
34334 (gst_mixer_track_get_property), (get_mixer_track_init),
34335 (get_mixer_track_get_property): Added property accessors
34336 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34337 * gst-libs/gst/mixer/mixeroptions.c:
34338 (gst_mixer_options_get_values): Added
34339 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34340 * gst-libs/gst/mixer/mixer.c: Fixed comment
34343 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34345 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34346 improve error messages on open
34349 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
34351 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34352 check if v4l-conf is in path
34354 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
34356 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34357 change assert to a more readable error message
34359 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34361 * gst-libs/gst/tuner/tunerchannel.h:
34362 - add a freq_multiplicator field to make the conversion
34363 between internal frequency unit and Hz
34364 * sys/v4l/gstv4lelement.c:
34365 * sys/v4l2/gstv4l2element.c:
34366 - change default video device to /dev/video0
34367 * sys/v4l/v4l_calls.c:
34368 * sys/v4l2/v4l2_calls.c:
34369 - we only expose frequency to the user in Hz instead of
34370 bastard v4lX unit (either 62.5kHz or 62.5Hz)
34372 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
34373 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34374 Initialise b_o_s and e_o_s variables
34375 * gst-libs/gst/riff/riff-media.c:
34376 (gst_riff_create_video_caps_with_data):
34377 Add some unusual fourcc's from mplayer avi's
34378 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34379 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34382 2004-05-28 Wim Taymans <wim@fluendo.com>
34385 * gst/alpha/Makefile.am:
34386 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34387 (gst_alpha_get_type), (gst_alpha_base_init),
34388 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34389 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34390 (gst_alpha_chroma_key), (gst_alpha_chain),
34391 (gst_alpha_change_state), (plugin_init):
34392 A plugin to add an alpha channel to I420 video. Can optionally do
34394 * gst/multipart/Makefile.am:
34395 * gst/multipart/multipart.c: (plugin_init):
34396 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34397 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34398 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34399 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34400 (gst_multipart_demux_change_state),
34401 (gst_multipart_demux_plugin_init):
34402 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34403 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34404 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34405 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34406 (gst_multipart_mux_pad_unlink),
34407 (gst_multipart_mux_request_new_pad),
34408 (gst_multipart_mux_handle_src_event),
34409 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34410 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34411 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34412 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34413 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34414 send multipart jpeg images to a browser.
34415 * gst/videobox/Makefile.am:
34416 * gst/videobox/README:
34417 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34418 (gst_video_box_get_type), (gst_video_box_base_init),
34419 (gst_video_box_class_init), (gst_video_box_init),
34420 (gst_video_box_set_property), (gst_video_box_get_property),
34421 (gst_video_box_sink_link), (gst_video_box_i420),
34422 (gst_video_box_ayuv), (gst_video_box_chain),
34423 (gst_video_box_change_state), (plugin_init):
34424 Crops or adds borders around an image. can do alpha channel
34426 * gst/videomixer/Makefile.am:
34427 * gst/videomixer/README:
34428 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34429 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34430 (gst_videomixer_pad_get_sink_event_masks),
34431 (gst_videomixer_pad_get_property),
34432 (gst_videomixer_pad_set_property),
34433 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34434 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34435 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34436 (gst_videomixer_base_init), (gst_videomixer_class_init),
34437 (gst_videomixer_init), (gst_videomixer_request_new_pad),
34438 (gst_videomixer_handle_src_event),
34439 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34440 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34441 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34442 (gst_videomixer_loop), (gst_videomixer_get_property),
34443 (gst_videomixer_set_property), (gst_videomixer_change_state),
34445 Generic video mixer plugin, can handle multiple inputs all with
34446 different framerates and video sizes. Is fully alpha channel
34449 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
34451 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34452 Select first track as master track. Not sure how else to handle
34454 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34455 Discard discont events. Should fix #142962.
34457 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
34459 * ext/alsa/Makefile.am:
34460 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34461 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34462 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34463 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34464 (gst_alsa_mixer_get_option):
34465 * ext/alsa/gstalsamixer.h:
34466 * ext/alsa/gstalsamixeroptions.c:
34467 (gst_alsa_mixer_options_get_type),
34468 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34469 (gst_alsa_mixer_options_new):
34470 * ext/alsa/gstalsamixeroptions.h:
34471 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34472 * ext/alsa/gstalsamixertrack.h:
34473 Add enumerations (as GstMixerOptions). Make correct distinction
34474 between input/output tracks. Add capture/playback private flag.
34475 Use flag to decide on whether to set capture or playback volumes
34476 or switches. Use playback and record switches.
34477 * gst-libs/gst/mixer/Makefile.am:
34478 * gst-libs/gst/mixer/mixer-marshal.list:
34479 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34480 (gst_mixer_set_option), (gst_mixer_get_option),
34481 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34482 (gst_mixer_volume_changed), (gst_mixer_option_changed):
34483 * gst-libs/gst/mixer/mixer.h:
34484 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34485 (gst_mixer_options_class_init), (gst_mixer_options_init),
34486 (gst_mixer_options_dispose):
34487 * gst-libs/gst/mixer/mixeroptions.h:
34488 Add GstMixerOptions.
34489 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34490 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34491 broken device detection on computers with multiple OSS sound
34494 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
34496 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34497 fixate nicely even when the peer is not negotiating
34499 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
34501 * gst/audioconvert/gstaudioconvert.c:
34502 (gst_audio_convert_parse_caps):
34503 make sure we don't allow depth > width
34504 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34505 fixate endianness to G_BYTE_ORDER as default
34506 * gst/audioscale/gstaudioscale.c:
34507 we don't handle another endianness as host-endianness
34509 2004-05-25 David Schleef <ds@schleef.org>
34511 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
34513 2004-05-24 Benjamin Otte <otte@gnome.org>
34515 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34516 (gst_oggvorbisenc_setup):
34517 properly fail when we can't setup the vorbis encoder due to
34518 unsupported settings
34519 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34520 (gst_vorbisenc_setup):
34522 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34523 fix case where warnings occured when one pad was unlinked while the
34524 other's link function was called
34526 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
34528 * gst/tcp/Makefile.am:
34531 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
34533 * gst-libs/gst/resample/private.h:
34534 don't use optimizations that are #if 0'ed
34536 2004-05-24 Wim Taymans <wim@fluendo.com>
34538 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34539 Fix potential division by zero error and hopefully get
34540 the position query right to get correct timestamps on avi
34543 2004-05-24 Wim Taymans <wim@fluendo.com>
34545 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34546 (gst_videoscale_scale_nearest_str2),
34547 (gst_videoscale_scale_nearest_str4),
34548 (gst_videoscale_scale_nearest_32bit),
34549 (gst_videoscale_scale_nearest_24bit),
34550 (gst_videoscale_scale_nearest_16bit):
34551 Fix the scaling algorithm and avoid a buffer overflow.
34552 removed the while loop in the scaling function as it
34553 was used for point sampling only.
34555 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
34557 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34558 (gst_id3_tag_class_init), (gst_id3_tag_init),
34559 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34560 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34561 (gst_id3_tag_send_tag_event):
34562 lots of fixes to make id3mux work and id3demux work correctly
34564 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34567 add rules to build shout2send (was removed by accident
34568 when this module was no more marked experimental/broken)
34570 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34572 * ext/shout2/gstshout2.c:
34573 * ext/shout2/gstshout2.h:
34574 adding a "connection problem" signal to shout2send
34577 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
34579 * ext/kio/kioreceiver.cpp:
34580 * ext/kio/kioreceiver.h:
34581 fix sign comparison issues
34583 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34585 * gst/cdxaparse/gstcdxaparse.c:
34586 * gst/cdxaparse/gstcdxaparse.h:
34588 add some checks/sanity
34589 prepare for seek addition
34591 * sys/sunaudio/gstsunaudio.c:
34592 remove exported dupe init function
34594 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
34596 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34597 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34598 Fix format conversion and position querying.
34599 * gst/debug/progressreport.c: (gst_progressreport_report):
34600 Don't output a bogus total value that we didn't query.
34601 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34602 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34603 only a blank window after xine has been used.
34605 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34608 sync with upstream version to fix test on FC2
34609 readd with -ko to preserve Id header
34611 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34614 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34615 * gst/tcp/gsttcpclientsrc.c: idem
34616 * gst/tcp/gsttcpserversink.c: idem
34617 * gst/tcp/gsttcpserversrc.c: idem
34618 * m4/gst-fionread.m4: idem
34620 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34622 * configure.ac: enable speex plugin for speex 1.1.5+
34623 * ext/speex/gstspeexenc.c: fix cast warning
34625 * ext/esd/README: fix typo
34627 2004-05-20 David Schleef <ds@schleef.org>
34629 * configure.ac: Minor cosmetic change to convince the buildbot to
34631 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34632 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34633 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34634 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34635 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34636 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34637 More hacking. Plays audio now.
34639 2004-05-20 David Schleef <ds@schleef.org>
34644 2004-05-20 David Schleef <ds@schleef.org>
34646 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
34647 * sys/osxaudio/gstosxaudio.c:
34648 * sys/osxaudio/gstosxaudioelement.c:
34649 * sys/osxaudio/gstosxaudioelement.h:
34650 * sys/osxaudio/gstosxaudiosink.c:
34651 * sys/osxaudio/gstosxaudiosink.h:
34652 * sys/osxaudio/gstosxaudiosrc.c:
34653 * sys/osxaudio/gstosxaudiosrc.h:
34655 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
34657 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34658 (gst_vorbisenc_chain):
34659 put the codec headers on the caps as streamheader as well as
34662 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
34664 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34665 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34666 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34667 split up push_packet into two functions
34669 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
34671 * gst/tcp/.cvsignore:
34673 * gst/tcp/Makefile.am:
34675 * gst/tcp/gsttcp.c:
34676 * gst/tcp/gsttcp.h:
34677 * gst/tcp/gsttcpclientsink.c:
34678 * gst/tcp/gsttcpclientsink.h:
34679 * gst/tcp/gsttcpclientsrc.c:
34680 * gst/tcp/gsttcpclientsrc.h:
34681 * gst/tcp/gsttcpplugin.c:
34682 * gst/tcp/gsttcpserversink.c:
34683 * gst/tcp/gsttcpserversink.h:
34684 * gst/tcp/gsttcpserversrc.c:
34685 * gst/tcp/gsttcpserversrc.h:
34686 add new tcp elements
34688 2004-05-19 Wim Taymans <wim@fluendo.com>
34690 * gst/law/mulaw-conversion.c: (mulaw_encode):
34691 Fix overflow bug in ulaw encoding.
34693 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
34695 * ext/mad/gstmad.c: (gst_mad_handle_event):
34696 don't unref the event twice
34698 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
34701 remove -Wno-sign-compare
34703 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
34706 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34707 if you want to work against glib 2.2 and 2.4
34709 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
34711 * gst/tcp/Makefile.am:
34712 * gst/tcp/gsttcp.c:
34713 * gst/tcp/gsttcp.h:
34714 * gst/tcp/gsttcpsink.h:
34715 * gst/tcp/gsttcpsrc.h:
34716 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34718 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
34720 * gst/debug/tests.c: (md5_get_value):
34721 fix segfault on gst-inspect
34723 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
34725 * gst/debug/testplugin.c:
34726 * gst/debug/tests.c:
34727 * gst/debug/tests.h:
34728 add new extensible and configurable testing element. Current tests
34729 include buffer count, stream length, timestamp/duration matching and
34731 * gst/debug/Makefile.am:
34732 * gst/debug/gstdebug.c: (plugin_init):
34733 add infrastructure for new element
34735 2004-05-19 Johan Dahlin <johan@gnome.org>
34737 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34738 ending of the array. Fixes gst-inspect segfault on ppc.
34740 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34742 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34744 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34746 2004-05-18 David Schleef <ds@schleef.org>
34748 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34749 warnings (bugs, actually) noticed by gcc but not forte.
34751 2004-05-18 David Schleef <ds@schleef.org>
34753 * sys/sunaudio/Makefile.am:
34754 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34756 2004-05-18 David Schleef <ds@schleef.org>
34758 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34759 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
34760 to allow qtdemux to use non-seekable streams. (bug #142272)
34762 2004-05-18 David Schleef <ds@schleef.org>
34764 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34765 (gst_resample_sinc_ft_float): Remove use of static temporary
34766 buffer. This code was obviously not supposed to last long, but
34767 it's stuck in our ABI, so it required a little hack to make it
34768 ABI-compatible. Fixes #142585.
34769 * gst-libs/gst/resample/resample.h: same.
34771 2004-05-18 David Schleef <ds@schleef.org>
34773 * configure.ac: Add sunaudio
34774 * examples/Makefile.am: make gstplay depend on gconf
34775 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34776 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34777 (convert_table_lookup), (img_convert): remove c99-isms
34778 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34779 unsigned, to fix a warning on Solaris
34780 * gst/mpeg1sys/systems.c: bcopy->memcpy
34781 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34782 * sys/Makefile.am: Add sunaudio
34784 2004-05-18 Wim Taymans <wim@fluendo.com>
34786 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34787 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34788 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34789 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34790 (gst_ogg_mux_loop):
34791 Fix an ugly memleak where the muxer didn't flush enough ogg
34792 pages. This also resulted in badly muxed ogg files.
34794 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34796 * gst/asfdemux/asfheaders.c :
34797 * gst/asfdemux/asfheaders.h :
34798 * gst/asfdemux/gstasfdemux.c :
34799 - fix ASF_OBJ_PADDING guid
34800 - add 3 new object guids (language list, metadata,
34801 extended stream properties)
34802 - add a function to parse extended header objects
34804 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
34806 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34807 remove leftover debugging g_print
34809 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
34811 * ext/mad/gstmad.c: (gst_mad_handle_event):
34812 Fix for when the first format in a discont event is not a
34813 byte-based one. Should fix #137710.
34815 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34817 * m4/a52.m4 : fix compilation with -Wall -Werror
34818 * m4/libfame.m4 : idem
34819 * m4/libmikmod.m4 : idem
34821 2004-05-17 Benjamin Otte <otte@gnome.org>
34823 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34824 signal the new tags before giving up the reference
34826 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
34828 * ext/shout2/gstshout2.c:
34829 use application/ogg instead of application/x-ogg (patch by Patrick
34830 Guimond, fixes #142432)
34831 * sys/oss/gstosselement.c: (gst_osselement_reset),
34832 (gst_osselement_sync_parms):
34833 don't set fragment size unless specified (fixes #142493)
34835 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34837 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34840 2004-05-17 Benjamin Otte <otte@gnome.org>
34842 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34843 compute offsets correctly for internal buffers so timestamps are set
34844 correctly when we can't seek. Also handle cases where there are no
34845 offsets. (based on a patch by David Moore, fixes #142507)
34847 2004-05-17 Benjamin Otte <otte@gnome.org>
34849 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34850 use correct variable when determining amount of data to skip so we
34851 don't skip into the void and segfault
34853 2004-05-16 Benjamin Otte <otte@gnome.org>
34855 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34858 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34860 * gst/asfdemux/gstasfdemux.c:
34861 - fix a mem leak and always propagate tags
34862 - add WMV3 to known video codecs (but no decoder yet)
34863 - replace "surplus data" at end of audio header for what
34864 it is : codec specific data
34867 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
34869 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
34871 * gst-libs/gst/audio/audioclock.c:
34872 Fix wrong return type (#142205).
34874 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
34876 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34877 Ignore CRCs by default (fixes #142566).
34879 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
34881 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34882 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34883 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34884 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34885 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34886 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34887 Fix for cases where we fail to attach to a mixer.
34889 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
34891 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34892 Don't touch events after not owning them anymore.
34893 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34894 (gst_wavparse_fmt), (gst_wavparse_other),
34895 (gst_wavparse_handle_seek), (gst_wavparse_loop),
34896 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34897 (gst_wavparse_srcpad_event):
34898 * gst/wavparse/gstwavparse.h:
34899 Add seeking, fix querying.
34901 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34903 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34904 - process comments even if they don't end with \0\0
34905 g_convert would ignore them if present and works well without them
34907 2004-05-16 Benjamin Otte <otte@gnome.org>
34909 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34912 2004-05-16 Benjamin Otte <otte@gnome.org>
34914 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34915 don't write to memory we might not write to - g_convert does that
34916 for us anyway (fixes #142613)
34917 (gst_asf_demux_audio_caps):
34918 comment out gst_util_dump_mem
34920 2004-05-16 Benjamin Otte <otte@gnome.org>
34922 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34923 compute correct expected timestamps after seek (broken since
34925 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34926 rename element and debugging category to gdkpixbufscale
34928 2004-05-16 Benjamin Otte <otte@gnome.org>
34930 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34931 add error checking to snd_pcm_delay and remove duplicate call to
34932 snd_pcm_delay that caused issues (see inline code comments)
34933 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34934 make more readable and fix return value when snd_pcm_delay fails
34937 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
34938 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34939 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34940 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34941 (gst_pixbufscale_link), (gst_pixbufscale_init),
34942 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34943 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34944 (gst_pixbufscale_get_property), (pixbufscale_init):
34945 * ext/gdk_pixbuf/pixbufscale.h:
34946 Add these files I forgot earlier
34948 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
34949 * ext/gdk_pixbuf/Makefile.am:
34950 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34951 * ext/gdk_pixbuf/gstgdkpixbuf.h:
34952 Add new pixbufscale element to scale RGB video
34953 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34954 and HYPER interpolation correctly.
34955 * ext/theora/theoraenc.c: (theora_enc_chain),
34956 Discard buffer and return if explicit caps could not be set
34957 (theora_enc_get_property):
34958 Make _get return kbps for the bitrate consistent with
34962 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
34964 * ext/libvisual/visual.c: (gst_visual_chain):
34965 add missing visual_audio_analyze
34967 2004-05-14 David Schleef <ds@schleef.org>
34969 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34970 is killed while we're playing.
34971 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34972 gst_element_no_more_pads().
34974 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34976 * gst-libs/gst/riff/riff-read.c :
34977 - fix INFO tag extraction in RIFF/AVI files
34978 because gst_event_unref (event) also freed taglist
34981 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34983 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34984 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34986 * gst/auparse/gstauparse.c :
34987 - add code (commented for now) to support audio/x-adpcm on src pad
34988 (we have no decoder for those layout yet)
34990 * gst/cdxaparse/gstcdxaparse.c :
34991 * gst/cdxaparse/gstcdxaparse.h :
34992 - partial rewrite using RiffRead (ripped iain's wavparse code)
34994 * gst/rtp/gstrtpL16enc.c : typo
34995 * gst/rtp/gstrtpgsmenc.c : typo
34997 2004-05-13 Benjamin Otte <otte@gnome.org>
35000 check for exact version of libvisual, it's not supposed to be
35003 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
35005 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35006 signal no-more-pads
35008 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35010 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35011 Report which format was used for GST_FORMAT_DEFAULT
35012 * gst/debug/Makefile.am:
35013 * gst/debug/gstdebug.c: (plugin_init):
35014 * gst/debug/progressreport.c: (gst_progressreport_base_init),
35015 (gst_progressreport_class_init), (gst_progressreport_init),
35016 (gst_progressreport_report), (gst_progressreport_set_property),
35017 (gst_progressreport_get_property), (gst_progressreport_chain),
35018 (gst_progressreport_plugin_init):
35019 Add progressreport element for testing.
35021 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
35023 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35024 * sys/v4l/gstv4lsrc.h:
35025 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35026 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35027 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35028 (gst_v4lsrc_grab_frame):
35030 send a discont at start
35032 2004-05-12 Colin Walters <walters@redhat.com>
35034 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35035 inflooping if we can't find a chunk. Or in other words, don't blow
35036 chunks if we don't have a chunk to blow.
35038 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35039 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35040 Remove old debug output
35041 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35042 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35043 (gst_dvdec_set_property), (gst_dvdec_get_property):
35044 Change the quality setting to an enum, so it works from gst-launch
35045 Don't renegotiate a non-linked pad. Allows audio only decoding.
35046 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35047 (gst_deinterlace_link), (gst_deinterlace_init):
35048 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35049 (gst_videodrop_link):
35050 Some caps negotiation fixes
35052 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35054 * ext/tarkin/gsttarkin.c :
35055 - Change RANK from NONE to PRIMARY
35056 * ext/gdk_pixbuf/gstgdkpixbuf.c :
35057 - Change RANK from NONE to MARGINAL
35058 * ext/divx/gstdivxenc.c :
35059 - Change RANK from PRIMARY to NONE (encoder/spider issue)
35061 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
35063 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35064 (gst_vorbisenc_push_packet):
35065 copy a function that was added between 1.0 and 1.0.1 until we
35066 depend on worthwhile features of post-1.0
35068 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
35071 enable shout2 by default
35072 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35073 (gst_shout2send_base_init), (gst_shout2send_init),
35074 (gst_shout2send_connect), (gst_shout2send_change_state):
35075 * ext/shout2/gstshout2.h:
35076 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35078 * ext/theora/theora.c: (plugin_init):
35079 don't set rank on encoders
35081 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
35083 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35084 Use codec_data property instead of flag1 and flag2 for wma
35086 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35088 * gst/cdxaparse/gstcdxaparse.c :
35089 - Add mpegversion to CAPS to make it link
35090 - Rank is as GST_RANK_SECONDARY instead of NONE
35091 * gst/auparse/gstauparse.c :
35092 - Document all audio encoding we can encounter from Solaris 9
35093 headers and libsndfile information.
35094 - Increase max. rate from 48000 to 192000 (to match other elements)
35095 - Don't try to play junk data between header and samples
35097 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35099 * ext/libvisual/visual.c: (gst_visual_getcaps):
35100 use the right caps depending on endianness (I hope)
35101 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35102 use GST_RANK_NONE for all non-decoding elements or spider gets
35105 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35107 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35108 Fix some odd cases and fix BE metadata parsing of unicode16 text.
35110 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35112 * gst/switch/gstswitch.c: (gst_switch_release_pad),
35113 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35114 (gst_switch_loop), (gst_switch_get_type):
35115 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35116 HEADERS. Had to be said.
35118 2004-05-10 David Schleef <ds@schleef.org>
35120 * configure.ac: Add prototype Dirac support.
35122 * ext/dirac/Makefile.am:
35123 * ext/dirac/gstdirac.cc:
35124 * ext/dirac/gstdiracdec.cc:
35126 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35128 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35129 (gst_auparse_init), (gst_auparse_chain),
35130 (gst_auparse_change_state):
35131 Hack around spider. Remove me some day please.
35133 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35135 * gst/auparse/gstauparse.c: (gst_auparse_chain):
35136 Fix for some uninitialized variables in previous patch, also
35137 makes it work. Fixes #142286 while we're at it.
35139 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35141 * gst/auparse/gstauparse.c:
35142 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35143 only unsupported formats are ADPCM/CCITT G.72x
35145 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35147 2004-05-10 Wim Taymans <wim@fluendo.com>
35149 * ext/vorbis/Makefile.am:
35150 * ext/vorbis/README:
35151 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35152 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35153 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35154 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35155 (gst_oggvorbisenc_convert_sink),
35156 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35157 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35158 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35159 (get_constraints_string), (update_start_message),
35160 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35161 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35162 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35163 * ext/vorbis/oggvorbisenc.h:
35164 * ext/vorbis/vorbis.c: (plugin_init):
35165 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35166 (raw_caps_factory), (gst_vorbisenc_class_init),
35167 (gst_vorbisenc_init), (gst_vorbisenc_setup),
35168 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35169 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35170 * ext/vorbis/vorbisenc.h:
35171 Added a raw vorbis encoder to be used with the oggmuxer.
35172 We still need the old encoder for some gnome applications,
35173 read the README to find out how that works.
35174 The raw encoder is called "rawvorbisenc" until 0.9.
35176 2004-05-10 Wim Taymans <wim@fluendo.com>
35178 * ext/ogg/gstogg.c: (plugin_init):
35179 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35181 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35182 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35183 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35184 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35185 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35186 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35187 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35188 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35189 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35190 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35191 Added an ogg muxer.
35192 Small typo fixes in the demuxer.
35194 2004-05-10 Wim Taymans <wim@fluendo.com>
35196 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35197 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35198 (theora_enc_change_state), (theora_enc_set_property),
35199 (theora_enc_get_property):
35200 Mark the last packet with an EOS flag which is not really needed
35202 Do some better video framerate initialisation.
35203 Update the buffer timestamp.
35205 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
35207 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35208 Return the result of the parent state change call
35210 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35212 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35213 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35214 * gst/law/alaw-encode.c : (idem)
35215 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35216 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35217 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35219 2004-05-09 Benjamin Otte <otte@gnome.org>
35221 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35222 don't use a fixed buffer size when writing variable length data to
35223 it. Fixes memory corruption and makes alsasrc work
35225 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35227 * ext/gnomevfs/gstgnomevfssink.c:
35228 (_gst_boolean_allow_overwrite_accumulator),
35229 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35230 Run glib's default signal handler (??) in RUN_CLEANUP rather than
35231 RUN_LAST, and don't use that to set the accumulator value because
35232 then it's always FALSE.
35234 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35236 * gst-libs/gst/riff/riff-media.c:
35237 (gst_riff_create_video_caps_with_data),
35238 (gst_riff_create_audio_caps),
35239 (gst_riff_create_audio_template_caps):
35240 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35241 Fix for unaligned RIFF files (i.e. where all the chunks together
35242 in a LIST chunk are not of the same size as the size given in
35243 the LIST chunk header). Fixes several odd WAVE files. Also fix
35244 ADPCM (block_align property) in audio, so that wavparse based
35245 on this works now as it used to stand-alone.
35247 2004-05-09 Edward Hervey <bilboed@bilboed.com>
35249 reviewed by Benjamin Otte <otte@gnome.org>
35251 * ext/a52dec/gsta52dec.c:
35252 * ext/divx/gstdivxdec.c:
35253 * ext/divx/gstdivxenc.c:
35254 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35255 * ext/faac/gstfaac.c: (gst_faac_base_init):
35256 * ext/faad/gstfaad.c: (gst_faad_base_init):
35257 * ext/ivorbis/vorbisfile.c:
35258 * ext/lame/gstlame.c:
35259 * ext/libfame/gstlibfame.c:
35260 * ext/mpeg2enc/gstmpeg2enc.cc:
35261 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35262 * ext/sidplay/gstsiddec.cc:
35263 * ext/speex/gstspeexdec.c:
35264 * ext/speex/gstspeexenc.c:
35265 * ext/xvid/gstxviddec.c:
35266 * ext/xvid/gstxvidenc.c:
35267 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35270 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
35272 * ext/alsa/gstalsa.c: (device_list),
35273 (gst_alsa_class_probe_devices):
35274 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35275 Fix alsa oddness in mixer after the combination of using mixer
35276 in source/sink elements and using hw:x,y instead of just hw:x.
35278 2004-05-09 Benjamin Otte <otte@gnome.org>
35280 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35281 (gst_wavparse_create_sourcepad):
35282 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35285 2004-05-09 Benjamin Otte <otte@gnome.org>
35287 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35288 allow discont events before caps nego
35290 2004-05-08 Benjamin Otte <otte@gnome.org>
35292 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35295 2004-05-08 Benjamin Otte <otte@gnome.org>
35297 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35298 (gst_level_change_state), (gst_level_init):
35299 * gst/level/gstlevel.h:
35300 figure out if we're initialized directly instead of keeping a
35301 variable that's wrong in 90% of cases
35302 don't initialize pads and then leak them and use a new unitialized
35303 pad. (fixes #142084)
35304 these were bugs so n00bish I didn't find them for an hour :/
35306 2004-05-08 Iain <iain@prettypeople.org>
35308 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35309 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35310 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35311 return the length that was read.
35312 (gst_riff_read_strf_auds): Allow fmt tags as well.
35314 2004-05-07 David Schleef <ds@schleef.org>
35316 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35317 signed char assumption in faad.h.
35319 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
35321 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35322 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35324 2004-05-07 Colin Walters <walters@redhat.com>
35326 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35327 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35329 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35330 Add dispose function.
35332 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
35333 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35334 Fix caps nego and pad templates. RGB mode caps should
35336 * ext/dvdnav/gst-dvd:
35337 Move mpeg2dec inside the thread because otherwise the
35338 queue rejects cap changes mid-stream
35339 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35340 (gst_mpeg2dec_flush_decoder):
35341 For mpeg2dec > 0.4.0, call the flush function instead of
35342 manually extracting all in-flight frames.
35343 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35344 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35345 Change mime type video/dv go video/x-dv to match the
35346 rest of gst-plugins
35348 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
35350 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35351 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35352 (gst_alsa_sink_class_init):
35353 * ext/alsa/gstalsasink.h:
35354 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35355 (gst_alsa_src_class_init):
35356 * ext/alsa/gstalsasrc.h:
35357 Make alsasink/src a subclass of alsamixer so that mixer stuff
35358 shows up in gst-rec. Needs some finetuning.
35360 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
35362 * ext/lame/gstlame.c: (gst_lame_chain):
35364 * ext/mad/gstmad.c: (gst_mad_handle_event):
35366 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35367 be able to detect mp3 files < 4096 bytes
35369 2004-05-06 Wim Taymans <wim@fluendo.com>
35371 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35372 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35373 (theora_enc_set_property), (theora_enc_get_property):
35374 Also encode the first frame, cleanup some code.
35376 2004-05-06 Wim Taymans <wim@fluendo.com>
35378 * ext/mpeg2enc/gstmpeg2enc.cc:
35379 Forward events first before deciding that negotiation was
35382 2004-05-06 Wim Taymans <wim@fluendo.com>
35384 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35385 First process the events before deciding that negotiation
35388 2004-05-06 Wim Taymans <wim@fluendo.com>
35390 * ext/theora/Makefile.am:
35391 * ext/theora/theora.c: (plugin_init):
35392 * ext/theora/theoradec.c: (theora_dec_change_state):
35393 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35394 (gst_theora_enc_class_init), (gst_theora_enc_init),
35395 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35396 (theora_enc_chain), (theora_enc_change_state),
35397 (theora_enc_set_property), (theora_enc_get_property):
35398 Added a theora encoder, grouped the encoder and decoder into the
35401 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
35403 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35404 (gst_jpegenc_chain):
35405 fix DURATION on outgoing buffers
35406 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35407 debug using time formats
35408 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35409 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35410 (gst_xvimagesink_sink_link):
35411 windows with width/height 0 generate X errors, so don't allow them
35413 2004-05-05 Wim Taymans <wim@fluendo.com>
35415 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35416 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35417 (gst_mpeg2dec_negotiate_format):
35418 * ext/mpeg2dec/gstmpeg2dec.h:
35419 removed the static pad template so that we can add the
35420 more accurate framerate value to the caps.
35423 2004-05-04 Benjamin Otte <otte@gnome.org>
35426 check for kdemacros.h, too (should fix #141821)
35427 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35428 don't crash if no header was sent, but nicely error out (fixes part
35431 2004-05-04 Wim Taymans <wim@fluendo.com>
35433 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35434 parent dispose function to avoid segfault on destroy.
35436 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
35438 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35440 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35441 (gst_xvimagesink_sink_link):
35442 clean up debugging caps
35443 also recreate xvimage when format has changed
35445 2004-05-04 Benjamin Otte <otte@gnome.org>
35447 * ext/libvisual/Makefile.am:
35448 * ext/libvisual/visual.c: (gst_visual_class_init),
35449 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35450 (gst_visual_srclink), (gst_visual_chain),
35451 (gst_visual_change_state), (plugin_init):
35452 use a GstAdapter to correctly adapt buffer sizes - allows using a
35455 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35457 * sys/v4l/gstv4lelement.h:
35458 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35459 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35460 (gst_v4lsrc_buffer_free):
35461 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35462 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35463 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35464 (gst_v4lsrc_requeue_frame):
35465 move some debugging categories around
35466 query for fps index and set accordingly if found
35468 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35470 * ext/lame/gstlame.c:
35471 correct defaults that lame_init puts out of range
35473 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35475 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35476 (gst_divxenc_class_init):
35477 fix range since -1 is the default
35478 * gst/mpeg1sys/gstmpeg1systemencode.c:
35479 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35480 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35481 (gst_rtjpegdec_chain):
35482 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35483 (gst_rtjpegenc_chain):
35484 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35485 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35486 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35487 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35488 * sys/v4l/gstv4lsrc.c:
35489 * sys/v4l/v4l_calls.c: (gst_v4l_open):
35490 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35491 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35492 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35493 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35494 remove gst_info calls
35496 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35505 Updated translations
35507 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35509 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35510 refactor/comment code
35512 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
35514 * gst/asfdemux/Makefile.am:
35515 * gst/asfdemux/asfheaders.c:
35516 * gst/asfdemux/asfheaders.h:
35517 * gst/asfdemux/gstasf.c: (plugin_init):
35518 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35519 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35520 (gst_asf_demux_setup_pad):
35521 * gst/asfdemux/gstasfdemux.h:
35522 * gst/asfdemux/gstasfmux.c:
35523 * gst/asfdemux/gstasfmux.h:
35524 Add tagging support to demuxer, split out registration in its own
35525 file instead of in demux (hacky), and prevent having some tables
35526 in our memory multiple times (in asfheaders.h).
35528 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
35530 * gst/matroska/matroska-demux.c:
35531 (gst_matroska_demux_parse_metadata):
35532 * gst/matroska/matroska-ids.h:
35533 Basic tag reading support.
35535 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
35537 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35538 Really detect ac-3 audio.
35539 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35540 really detect matroska files (off-by-1).
35542 2004-04-30 David Schleef <ds@schleef.org>
35544 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35545 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35546 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35547 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35548 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35549 hackage -- parse a lot more atoms, extract a few tags. One might even
35550 mistake this for tag support. Maybe it is.
35551 * gst/qtdemux/qtdemux.h:
35553 2004-04-30 Colin Walters <walters@verbum.org>
35555 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35557 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
35559 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35560 (gst_ffmpegcolorspace_getcaps):
35561 remove broken nego fix
35563 2004-04-30 Benjamin Otte <otte@gnome.org>
35567 * ext/libvisual/Makefile.am:
35568 * ext/libvisual/visual.c:
35569 add initial support for libvisual (http://libvisual.sourceforge.net)
35570 libvisual is still quite alpha, so expect crashes in there :)
35572 2004-04-29 David Schleef <ds@schleef.org>
35574 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35575 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35576 up qtdemux to make it spit out codec_data. Do _not_ look at this
35577 code; you will no longer respect me.
35579 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35581 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35582 * ext/alsa/gstalsa.h :
35583 change alsa pcm device discovery to find more than 1 device
35584 per card. code review by Ronald.
35586 2004-04-29 David Schleef <ds@schleef.org>
35588 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35589 Add a check for a driver bug on FreeBSD. (bug #140565)
35591 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
35593 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35594 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35595 (gst_jpegenc_getcaps):
35596 move format setting to inner loop
35597 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35598 (gst_ffmpegcolorspace_getcaps):
35599 use GST_PAD_CAPS if available so that we use already negotiated
35601 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35602 (qtdemux_parse_moov), (qtdemux_parse):
35604 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35605 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35606 move hardcoded path to DEFINE
35608 2004-04-28 David Schleef <ds@schleef.org>
35610 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
35613 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
35615 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35616 Don't probe for playback device if we're a source element. Fixes
35619 2004-04-29 Benjamin Otte <otte@gnome.org>
35621 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35622 (gst_id3_tag_chain):
35623 rewrite buffer offset
35625 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
35629 * ext/dts/Makefile.am:
35630 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35631 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35632 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35633 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35634 (gst_dtsdec_loop), (gst_dtsdec_change_state),
35635 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35637 * ext/dts/gstdtsdec.h:
35639 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35640 (gst_faad_srcconnect):
35641 Add ESDS atom handling (.m4a).
35643 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
35645 * ext/divx/gstdivxdec.c: (plugin_init):
35646 Remove comment that makes no sense.
35647 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35648 Fix for obvious typo that resulted in warnings during gst-register.
35649 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35650 (gst_xviddec_sink_link):
35651 Fix caps negotiation a bit better.
35652 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35653 We call this 'codec_data', not 'esds'.
35655 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
35657 * gst/monoscope/gstmonoscope.c:
35658 make sure we only provide 256x128
35659 * gst/monoscope/monoscope.c: (monoscope_init):
35660 assert size of 256x128
35662 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
35665 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35666 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35667 fixate to max width and height of device
35669 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
35672 * sys/v4l/gstv4l.c:
35673 * sys/v4l/gstv4lsrc.c:
35674 * sys/v4l/v4l_calls.c:
35675 * sys/v4l/v4lsrc_calls.c:
35676 fix for qc-usb driver which fakes having more than one buffer
35677 by handing the same buffer twice, which confused GStreamer's/v4lsrc
35678 buffer_free override
35681 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
35684 * gst/videotestsrc/gstvideotestsrc.c:
35685 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35686 (gst_videotestsrc_init), (gst_videotestsrc_get),
35687 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35688 * gst/videotestsrc/gstvideotestsrc.h:
35689 add num-buffers property
35691 2004-04-26 Benjamin Otte <otte@gnome.org>
35693 * ext/mad/gstid3tag.c: (plugin_init):
35694 set id3mux rank to NONE so it doesn't confuse spider
35695 require audio/mpeg,mpegversion=1 in id3mux
35697 2004-04-26 Benjamin Otte <otte@gnome.org>
35700 detect faad correctly as non-working if it's indeed non-working
35702 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
35705 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35706 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35707 fix _getcaps so it only negotiates to its supported format
35709 2004-04-25 Benjamin Otte <otte@gnome.org>
35711 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35714 2004-04-23 Benjamin Otte <otte@gnome.org>
35716 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35717 audio/x-raw-int with height rules! not. Now it's depth.
35719 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
35721 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35722 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35723 (gst_wavparse_loop):
35724 Missing variable initialization. Add handling of DVI ADPCM. Fix
35725 mis-parsing of LIST chunks. This works around a bug where we mis-
35726 parse non-aligning LIST chunks (so LIST chunks where the contents
35727 don't align with the actual LIST size). The correct fix is to use
35728 rifflib, I'm not going to fix wavparse - too much work. All this
35731 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
35733 reviewed by Benjamin Otte <otte@gnome.org>
35735 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35736 fix shoutcast not working (fixes #140844)
35738 2004-04-22 Benjamin Otte <otte@gnome.org>
35740 * ext/hermes/gsthermescolorspace.c:
35741 (gst_hermes_colorspace_caps_remove_format_info):
35742 * gst/colorspace/gstcolorspace.c:
35743 (gst_colorspace_caps_remove_format_info):
35744 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35745 (gst_ffmpegcolorspace_caps_remove_format_info):
35746 s/gst_caps_simplify/gst_caps_do_simplify/
35748 2004-04-22 Benjamin Otte <otte@gnome.org>
35750 * gst-libs/gst/riff/riff-media.c:
35751 (gst_riff_create_video_caps_with_data):
35752 mpegversion is an int
35753 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35754 don't try to create pad templates with NULL caps, use any caps
35757 2004-04-20 David Schleef <ds@schleef.org>
35759 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35760 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
35763 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
35765 reviewed by David Schleef
35767 * ext/mad/gstid3tag.c: Add stdlib.h
35768 * gst/rtp/gstrtpgsmenc.c: same
35769 * gst/tags/gstid3tag.c: same
35770 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35771 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35772 GST_DISABLE_LOADSAVE use.
35773 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35774 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35775 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35777 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35778 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35780 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35781 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35783 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35786 2004-04-20 David Schleef <ds@schleef.org>
35788 * gst/realmedia/rmdemux.c: This was supposed to part of the
35789 last checkin. Same idea.
35791 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
35793 reviewed by David Schleef
35795 * configure.ac: bump required gstreamer version to 0.8.1.1
35796 because of following changes [--ds]
35798 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
35799 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35800 (gst_riff_read_header): Use GST_READ_UINT*
35801 macros to access possibly unaligned memory.
35803 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35804 (mp3_type_find): Use GST_READ_UINT*
35805 macros to access possibly unaligned memory.
35806 (mp3_type_find, mpeg1_parse_header, qt_type_find)
35807 (speex_type_find): Likewise
35809 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35811 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35812 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35813 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35814 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35815 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35816 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
35817 macros to access possibly unaligned memory.
35819 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35822 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35823 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35825 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35828 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35829 (gst_mpeg2subt_chain_subtitle): Likewise.
35831 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35832 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35835 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35838 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35841 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35844 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
35847 update required version of GStreamer because of GST_TIME_FORMAT
35849 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
35851 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35852 remove leftover g_print
35853 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35854 don't try setting only a subset of the caps. We don't want to kill
35855 autoplugging on purpose
35857 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
35859 * sys/ximage/ximagesink.c: (plugin_init):
35860 * sys/xvimage/xvimagesink.c: (plugin_init):
35861 add debugging categories
35863 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
35867 Adding en_GB translation (Gareth Owen)
35869 2004-04-20 David Schleef <ds@schleef.org>
35871 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35872 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35873 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35874 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35875 A number of new features and hacks to extract the esds atom and
35876 put it into the caps. (bug #137724)
35878 2004-04-19 David Schleef <ds@schleef.org>
35880 * gconf/Makefile.am: Fix for non-GNU make
35881 * gst-libs/gst/Makefile.am: Change directory order to handle
35882 GstPlay linking with gstinterfaces
35883 * gst-libs/gst/audio/make_filter: make use of tr portable
35884 * gst-libs/gst/play/Makefile.am: Add intended \
35885 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35886 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35887 function prototype instead of void *.
35888 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35890 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35891 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35892 * gst/videofilter/make_filter: make use of tr portable
35893 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35895 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
35899 Added Ukrainian translation (Maxim V. Dziumanenko)
35901 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
35903 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35904 (gst_gsmdec_link), (gst_gsmdec_chain):
35905 Fix capsnego, simplify chain function slightly.
35906 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35909 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
35911 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35912 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35913 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35914 Hack to make wavparse work with spider (always -> sometimes pad).
35915 Fixes #135862 && #140411.
35917 2004-04-18 Benjamin Otte <otte@gnome.org>
35919 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35920 (gst_osselement_rate_probe_check),
35921 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35922 get rid of \n in debug output
35924 2004-04-17 Iain <iain@prettypeople.org>
35926 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35929 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
35931 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35932 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35933 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35934 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35935 (gst_id3_tag_src_link), (gst_id3_tag_chain),
35936 (gst_id3_tag_change_state), (plugin_init):
35937 deprecate id3tag element and replace with id3demux/id3mux.
35938 great side effect: this ugly file is now even uglier, yay!
35939 * ext/mad/gstmad.h:
35940 remove non-available function
35941 update for new get_type
35943 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
35946 require mpeg2dec >= 0.4.0
35948 2004-04-17 Benjamin Otte <otte@gnome.org>
35950 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35951 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35952 (gst_xvimagesink_set_xwindow_id):
35953 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35954 assorted cleanup fixes.
35956 2004-04-16 David Schleef <ds@schleef.org>
35958 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35959 * sys/xvimage/xvimagesink.h: same
35961 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
35963 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35964 Fix GST_ELEMENT_ERROR with (NULL)
35966 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
35968 * gst-libs/gst/riff/riff-media.c:
35969 (gst_riff_create_video_caps_with_data):
35970 Add div[3456] as fourccs for DivX 3 (fixes #140137).
35972 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
35974 * gst-libs/gst/riff/riff-media.c:
35975 (gst_riff_create_video_caps_with_data),
35976 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35977 (gst_riff_create_video_template_caps),
35978 (gst_riff_create_audio_template_caps):
35979 * gst-libs/gst/riff/riff-media.h:
35980 * gst-libs/gst/riff/riff-read.c:
35981 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35982 * gst-libs/gst/riff/riff-read.h:
35983 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35984 Add MS RLE support. I added some functions to read out strf chunks
35985 into strf chunks and the data behind it. This is usually color
35986 palettes (as in RLE, but also in 8-bit RGB). Also use those during
35987 caps creation. Lastly, add ADPCM (similar to wavparse - which
35988 should eventually be rifflib based).
35989 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35990 (gst_matroska_demux_init), (gst_matroska_demux_reset):
35991 * gst/matroska/matroska-demux.h:
35992 Remove placeholders for some prehistoric tagging system. Didn't add
35993 support for any tag system really anyway.
35994 * gst/qtdemux/qtdemux.c:
35995 Add support for audio/x-m4a (MPEG-4) through spider.
35996 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35997 (gst_wavparse_loop):
35998 ADPCM support (#135862). Increase max. buffer size because we
35999 cannot split buffers for ADPCM (screws references) and I've seen
36000 files with 2048 byte chunks. 4096 seems safe for now.
36002 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36004 * configure.ac: bump nano to 1
36006 === release 0.8.1 ===
36008 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36010 * configure.ac: releasing 0.8.1, "Comforting Sounds"
36012 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
36014 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36015 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36018 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36020 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36021 lower rank of dvddemux so that it's not used for mpeg playback.
36023 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
36026 save libs correctly when checking mad
36028 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36030 * ext/mad/gstid3tag.c: (plugin_init):
36031 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
36033 2004-04-13 David Schleef <ds@schleef.org>
36035 * common/m4/gst-feature.m4: Call -config scripts with
36036 --plugin-libs if it is supported.
36037 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36038 JPEG images are image/jpeg.
36039 * gst/debug/Makefile.am:
36040 * gst/debug/negotiation.c: (gst_negotiation_class_init),
36041 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36042 (gst_negotiation_update_caps), (gst_negotiation_get_property),
36043 (gst_negotiation_plugin_init): Add a property that acts like
36045 * testsuite/gst-lint: Move license checking to be a standard
36048 2004-04-13 David Schleef <ds@schleef.org>
36050 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36051 patch from Sebastien Cote (bug #139958)
36053 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36055 * examples/gstplay/Makefile.am:
36056 * examples/gstplay/player.c: (main):
36057 make the commandline player example use gconf settings
36059 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36061 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36062 (gst_cacasink_sinkconnect), (gst_cacasink_init),
36063 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36064 init/end library during state transition, not object
36065 creation/disposal. get rid of custom dispose handler.
36068 2004-04-12 Christian Schaller <Uraeus@gnome.org>
36070 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36073 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36075 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36076 Handle JUNK chunks inside data section. Prevents warnings.
36078 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36080 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36081 (gst_riff_create_video_template_caps):
36083 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36084 (gst_avi_demux_stream_data):
36085 Add support for "rec-list" chunks.
36087 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36089 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36090 Fix another codecname mismatch.
36092 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36094 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36095 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36096 so that MJPEG plays back.
36098 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36100 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36101 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36102 * gst/mpeg1videoparse/gstmp1videoparse.h:
36103 Fix for some slight mis-cuts in buffer parsing, and for some
36104 potential overflows or faults-causers. Adds disconts. Also fixes
36105 #139105 while we're at it.
36107 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36110 * sys/v4l2/gstv4l2element.h:
36111 Workaround for missing struct v4l2_buffer declaration in Suse 9
36112 and Mandrake 10 linux/videodev2.h header file (#135919).
36114 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36116 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36117 Bail out if no filename was given.
36119 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36121 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36122 (gst_v4l2_fourcc_from_structure):
36123 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36126 2004-04-09 Benjamin Otte <otte@gnome.org>
36128 * ext/gnomevfs/gstgnomevfssink.c:
36129 (_gst_boolean_allow_overwrite_accumulator),
36130 (gst_gnomevfssink_class_init):
36131 fix erase signal - if any handler returns false the file will not be
36132 overwritten. If no handler is connected, the file will not be
36133 overwritten either.
36134 renamed signal to "allow-overwrite"
36135 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36136 free string when adding it to ID3 failed
36137 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36138 unref event when done
36139 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36141 * gst/typefind/gsttypefindfunctions.c:
36142 (mpeg_video_stream_type_find):
36145 2004-04-08 David Schleef <ds@schleef.org>
36147 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36148 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36150 2004-04-08 David Schleef <ds@schleef.org>
36152 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36153 we don't support (bug #139532)
36155 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
36157 * ext/mad/gstmad.c: (gst_mad_handle_event),
36158 (gst_mad_check_caps_reset), (gst_mad_chain),
36159 (gst_mad_change_state):
36160 only set explicit caps if they haven't been set before for
36161 this stream. MPEG-audio sample rate/channels aren't allowed
36162 to change in-stream.
36165 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
36167 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36168 (_gst_boolean_did_something_accumulator),
36169 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36170 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36171 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36172 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36173 (gst_gnomevfssink_change_state):
36174 Fix erase signal. Don't erase by default. Remove handoff signal.
36175 Remove erase property. Don't segfault. General cleanup.
36177 2004-04-07 Benjamin Otte <otte@gnome.org>
36179 * gst-libs/gst/gconf/test-gconf.c: (main):
36180 add missing gst_init
36182 2004-04-07 Benjamin Otte <otte@gnome.org>
36184 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36185 free the mutexes, too
36187 2004-04-07 Benjamin Otte <otte@gnome.org>
36189 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36190 actually free the URI string
36191 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36192 compute offset correctly when passing discont events
36193 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36194 don't leak discont events
36195 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36196 add some missing breaks so caps aren't copied randomly
36197 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36198 if we realloc memory, we better use it
36200 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
36202 * ext/mad/gstmad.c: (normal_seek):
36203 fix GST_FORMAT_TIME usage
36205 2004-04-05 David Schleef <ds@schleef.org>
36207 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
36208 a deprecated function (hack!)
36210 2004-04-05 Benjamin Otte <otte@gnome.org>
36212 * ext/esd/esdmon.c: (gst_esdmon_get):
36213 fix nonterminated vararg and memleak
36215 2004-04-05 Benjamin Otte <otte@gnome.org>
36217 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36218 (gst_ladspa_init), (gst_ladspa_force_src_caps),
36219 (gst_ladspa_set_property), (gst_ladspa_get_property),
36220 (gst_ladspa_instantiate), (gst_ladspa_activate),
36221 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36224 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
36226 reviewed by Benjamin Otte <otte@gnome.org>
36228 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36229 check for broken LADSPA parameters (fixes #138635)
36231 2004-04-05 Benjamin Otte <otte@gnome.org>
36233 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36234 advertise buffer-frames correctly on sinkpads
36236 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36238 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36239 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36240 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36241 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36242 (gst_mad_check_caps_reset), (gst_mad_chain):
36243 add more debugging, only reset caps when we're not in error state
36245 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36247 * ext/mad/gstmad.c: add debugging category, comment + cleanups
36249 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36251 reviewed by Benjamin Otte <otte@gnome.org>
36254 fix == in test(1) operator
36256 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36258 reviewed by Benjamin Otte <otte@gnome.org>
36261 fix --export-symblos-regex to a working regex.
36263 2004-04-04 Benjamin Otte <otte@gnome.org>
36265 * sys/oss/.cvsignore:
36268 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
36270 reviewed by Benjamin Otte <otte@gnome.org>
36272 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36273 add missing 'new_media' argument (fixes #138168)
36274 * gst/matroska/matroska-demux.c:
36275 (gst_matroska_demux_handle_seek_event):
36276 add vararg terminator (fixes #138169)
36278 2004-04-02 David Schleef <ds@schleef.org>
36280 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
36281 disted (bug #138914)
36283 2004-04-01 Benjamin Otte <otte@gnome.org>
36285 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36286 (gst_alsa_close_audio):
36287 handle case better where a soundcard can't pause
36288 * ext/ogg/gstoggdemux.c:
36289 don't crash when we get events but don't have pads yet
36291 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36293 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36294 throw an error if we couldn't probe any caps.
36296 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36298 * ext/dvdnav/gst-dvd:
36299 Add a really simple sample DVD player
36301 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36303 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36304 (gst_a52dec_push), (gst_a52dec_handle_event),
36305 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36306 (gst_a52dec_change_state):
36307 * ext/a52dec/gsta52dec.h:
36308 Use a debug category, Output timestamps correctly
36309 Emit tag info, Handle events, tell liba52dec about cpu
36310 capabilities so it can use MMX etc.
36311 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36312 Fix a crasher accessing invalid memory
36313 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36314 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36315 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36316 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36318 Some support for byte-format seeking.
36319 Small fixes for still frames and menu button overlays
36320 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36321 (gst_mpeg2dec_alloc_buffer):
36322 Use a debug category. Adjust the report level of several items to
36323 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36324 so it doesn't lose the GstBuffer pointer
36325 * gst/debug/Makefile.am:
36326 * gst/debug/gstdebug.c: (plugin_init):
36327 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36328 (gst_navseek_base_init), (gst_navseek_class_init),
36329 (gst_navseek_init), (gst_navseek_seek),
36330 (gst_navseek_handle_src_event), (gst_navseek_set_property),
36331 (gst_navseek_get_property), (gst_navseek_chain),
36332 (gst_navseek_plugin_init):
36333 * gst/debug/gstnavseek.h:
36334 Add the navseek debug element for seeking back and forth in a
36335 video stream using arrow keys.
36336 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36337 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36338 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36339 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36340 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36341 (gst_mpeg2subt_parse_header), (gst_get_nibble),
36342 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36343 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36344 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36345 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36346 * gst/mpeg2sub/gstmpeg2subt.h:
36347 Pretty much a complete rewrite. Now a loopbased element. May still
36348 require work to properly synchronise subtitle buffers.
36349 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36350 (gst_dvd_demux_send_subbuffer):
36351 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36352 Don't attempt to create subbuffers of size 0
36353 Reduce a couple of error outputs to warnings.
36354 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36355 (gst_y4mencode_chain):
36356 Output the y4m frame header correctly.
36358 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36360 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36361 throw errors instead of allowing SIGFPE
36363 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36365 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36366 (gst_gconf_render_bin_from_key):
36367 leak plugging and style fixing
36369 2004-03-31 David Schleef <ds@schleef.org>
36371 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36372 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36374 * gst/debug/Makefile.am:
36375 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36376 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
36378 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36379 (gst_negotiation_base_init), (gst_negotiation_class_init),
36380 (gst_negotiation_init), (gst_negotiation_getcaps),
36381 (gst_negotiation_pad_link), (gst_negotiation_chain),
36382 (gst_negotiation_set_property), (gst_negotiation_get_property),
36383 (gst_negotiation_plugin_init): New element to talk about random
36384 negotiation things happening in a pipeline.
36386 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
36388 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36389 fix integer addition with help of Stefan Kost
36391 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
36393 * po/nl.po: updated Dutch translation (Elros Cyriatan)
36395 2004-03-30 David Schleef <ds@schleef.org>
36397 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36398 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
36399 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36401 * ext/mpeg2dec/gstmpeg2dec.h:
36403 2004-03-30 David Schleef <ds@schleef.org>
36405 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36407 2004-03-30 David Schleef <ds@schleef.org>
36409 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
36410 Michael Petullo) to handle .mov
36412 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36414 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36415 (gst_osselement_rate_check_rate):
36416 probe caps correctly for sound cards that only support one format
36418 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36420 * ext/kio/kiosrc.cpp: (process_events):
36421 update handling event processing if inside KDE - untested
36423 2004-03-29 David Schleef <ds@schleef.org>
36425 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36426 by 2 to not interfere with other colorspaces.
36427 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36428 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36429 one to not interfere with ffmpeg_colorspace.
36431 2004-03-29 David Schleef <ds@schleef.org>
36433 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36434 aren't in the caps.
36435 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36436 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36438 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36440 * gst-libs/gst/riff/riff-media.c:
36441 fail on error, don't try to set stuff on NULL caps
36443 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36447 * ext/kio/Makefile.am:
36448 * ext/kio/kioreceiver.cpp:
36449 * ext/kio/kioreceiver.h:
36450 * ext/kio/kiosrc.cpp:
36451 * ext/kio/kiosrc.h:
36452 add experimental kiosrc plugin
36453 * ext/alsa/gstalsaplugin.c: (plugin_init):
36454 initialize debugging category only when we're sure registering the
36457 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
36459 * examples/gstplay/player.c: (main):
36460 * gst-libs/gst/play/play.c: (gst_play_class_init),
36461 (gst_play_set_location), (gst_play_set_data_src),
36462 (gst_play_set_video_sink), (gst_play_set_audio_sink),
36463 (gst_play_set_visualization), (gst_play_connect_visualization):
36464 check return values of element_set_state and return FALSE where
36467 2004-03-29 Benjamin Otte <otte@gnome.org>
36469 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36470 try harder to check if an event is really a discont
36472 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
36474 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36477 2004-03-28 Benjamin Otte <otte@gnome.org>
36479 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36480 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36481 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36482 get rid of non-standard "..." ranges in case statements.
36484 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
36486 * gst/mpegstream/gstmpegdemux.c:
36487 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36488 specific functionality split to the new dvddemux element.
36489 * gst/mpegstream/gstdvddemux.c:
36490 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36491 streams, derived from mpegdemux.
36492 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36493 up. SCR based timestamp rewriting can be turned off (will probably
36494 completely disappear soon).
36495 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36496 hacking. General cleanup. All printf statements replaced by
36497 debugging messages. Almost complete libdvdnav support.
36498 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36499 by events. New properties for audio and subpicture languages.
36500 (dvdnavsrc_update_highlight): Now uses events.
36501 (dvdnavsrc_user_op): Cleaned up.
36502 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36503 based). Lots of cleanup, and propper support for most libdvdnav
36505 (dvdnavsrc_make_dvd_event): New function.
36506 (dvdnavsrc_make_dvd_nav_packet_event): New function.
36507 (dvdnavsrc_make_clut_change_event): New function.
36509 2004-03-26 Benjamin Otte <otte@gnome.org>
36511 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36512 fix bug where typefinding would claim it's theora whenever less then
36513 7 bytes of data were available
36515 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
36517 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36518 (gst_alawdec_base_init), (gst_alawdec_class_init),
36519 (gst_alawdec_init), (gst_alawdec_chain):
36520 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36521 (gst_alawenc_base_init), (gst_alawenc_class_init),
36522 (gst_alawenc_init), (gst_alawenc_chain):
36523 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36524 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36525 (gst_mulawdec_init), (gst_mulawdec_chain):
36526 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36527 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36528 (gst_mulawenc_init), (gst_mulawenc_chain):
36529 Fix capsnego in all four, remove the unused property functions and
36530 simplify the chain functions slightly. I guess we could use macros
36531 or something similar for those, since the code is so similar, but
36532 I'm currently too lazy...
36534 2004-03-24 David Schleef <ds@schleef.org>
36536 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36537 (gst_osselement_close_audio), (gst_osselement_probe_caps),
36538 (gst_osselement_get_format_structure),
36539 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36540 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36541 (gst_osselement_rate_int_compare): Add code to handle rate probing
36543 * sys/oss/gstosselement.h: same
36544 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36545 Use rate probing provided by osselement.
36546 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36548 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
36550 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36551 (gst_xvidenc_get_property):
36554 2004-03-24 David Schleef <ds@schleef.org>
36556 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36557 (gst_speexdec_init):
36558 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36559 (gst_speexenc_init): Create the pad template correctly (from
36560 the static pad template, not a NULL pointer.)
36562 2004-03-25 Benjamin Otte <otte@gnome.org>
36564 * gst/debug/Makefile.am:
36565 * gst/debug/breakmydata.c:
36566 add element that quasi-randomly changes bytes in the stream.
36567 Intended use is robustness checking of demuxers and decoders in
36570 2004-03-24 Benjamin Otte <otte@gnome.org>
36572 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36573 (gst_alsa_probe_hw_params):
36574 * ext/alsa/gstalsa.h:
36575 debugging output fixes
36577 2004-03-24 Benjamin Otte <otte@gnome.org>
36579 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36580 don't g_return_if_fail if element is PLAYING, fail silently as every
36582 * gst/effectv/gstquark.c: (gst_quarktv_chain):
36583 only fix needed for cast lvalue issues in gst-plugins
36584 * gst/volenv/gstvolenv.c: (gst_volenv_init):
36587 2004-03-24 Benjamin Otte <otte@gnome.org>
36589 * gst/level/gstlevel.c: (gst_level_init):
36590 add proxying getcaps function, so level doesn't advertise impossible
36593 2004-03-24 David Schleef <ds@schleef.org>
36595 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36596 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36597 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36598 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36599 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36600 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36601 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36602 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36603 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
36604 messages. Divide the chunk size by the compression ratio
36605 (needed for MACE audio)
36607 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
36609 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36610 Fix buffer overflow read error.
36612 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
36614 * ext/alsa/gstalsa.h:
36615 Remove unused entry.
36616 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36618 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36619 (gst_videodrop_link), (gst_videodrop_chain):
36620 Fix, sort of. Was horribly broken with new capsnego. Bah...
36622 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
36624 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36626 Add a monkeysaudio typefind function
36628 2004-03-23 Johan Dahlin <johan@gnome.org>
36630 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36631 (gst_play_video_fixate): Check so the structure has the field
36632 before trying to fixate them, this makes it possible to have
36633 fakesinks for video and audio output without printing errors on
36634 the output console.
36636 2004-03-22 David Schleef <ds@schleef.org>
36638 * sys/oss/Makefile.am:
36639 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36640 (check_rate), (add_rate): Rate probing test app.
36642 2004-03-21 Benjamin Otte <otte@gnome.org>
36644 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36645 (_fixate_caps_to_int), (gst_audio_convert_fixate):
36646 add a fixation function that pretty much does the right thing (fixes
36649 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
36651 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36653 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
36655 reviewed by: Benjamin Otte <otte@gnome.org>
36657 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36658 terminate gst_event_new_discontinuous correctly (fixes parts of
36661 2004-03-19 David Schleef <ds@schleef.org>
36663 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
36664 since it doesn't depend on X, and it's part of our ABI.
36666 2004-03-19 Iain <iain@prettypeople.org>
36668 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36669 is_int in the structure, not the local variable.
36671 2004-03-19 David Schleef <ds@schleef.org>
36673 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36674 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36675 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36676 Improvements in caps negotiation.
36678 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
36682 adding Afrikaans (Petri Jooste)
36684 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
36686 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36687 (gst_ffmpegcolorspace_chain):
36688 throw error instead of g_critical (#137588)
36690 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
36694 dist common and m4 correctly
36697 2004-03-17 David Schleef <ds@schleef.org>
36699 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
36702 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
36706 adding Swedish translation (Christian Rose)
36708 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
36710 * Makefile.am: use release.mak
36712 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
36714 * common/ChangeLog:
36715 * common/gst-autogen.sh:
36716 add some explanation about the version detection
36720 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
36722 * configure.ac: bump nano to 1
36724 === release 0.8.0 ===
36726 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
36728 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36730 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
36733 update libtool version
36734 * gst-libs/gst/media-info/Makefile.am:
36735 actually use libtool version
36737 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
36739 * configure.ac: fix speex detection to work with 1.0 but not 1.1
36741 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
36744 * gst-plugins.spec.in:
36745 * pkgconfig/Makefile.am:
36746 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36747 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36748 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36749 * pkgconfig/gstreamer-libs.pc.in:
36750 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36751 * pkgconfig/gstreamer-play-uninstalled.pc.in:
36752 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36753 * pkgconfig/gstreamer-plugins.pc.in:
36754 remove @VERSION@ from some of the pc files since core and plugins
36756 created gstreamer-plugins.pc as it's a better name, but keeping
36757 -libs around for now to get fixes upstream done first.
36759 2004-03-15 Julien MOUTTE <julien@moutte.net>
36761 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36762 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36763 * gst-libs/gst/play/play.h:
36765 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
36767 * *.c, *.cc: don't mix tabs and spaces
36769 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
36771 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36772 use the new ffmpegcolorspace
36773 * gst-plugins.spec.in:
36774 package new colorspace and media-info
36776 * pkgconfig/Makefile.am:
36777 fix some more disting issues
36778 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36779 * pkgconfig/gstreamer-media-info.pc.in:
36780 generate media-info pc files
36782 2004-03-15 Johan Dahlin <johan@gnome.org>
36784 * *.h: Revert indenting
36786 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
36789 adding ffmpegcolorspace element
36790 * gst/ffmpegcolorspace/Makefile.am:
36791 * gst/ffmpegcolorspace/avcodec.h:
36792 * gst/ffmpegcolorspace/common.h:
36793 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36794 * gst/ffmpegcolorspace/dsputil.h:
36795 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36796 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36797 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36798 (gst_ffmpeg_caps_to_pix_fmt):
36799 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36800 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36801 (gst_ffmpegcolorspace_caps_remove_format_info),
36802 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36803 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36804 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36805 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36806 (gst_ffmpegcolorspace_set_property),
36807 (gst_ffmpegcolorspace_get_property),
36808 (gst_ffmpegcolorspace_register):
36809 * gst/ffmpegcolorspace/imgconvert.c:
36810 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36811 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36812 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36813 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36814 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36815 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36816 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36817 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36818 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36819 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36820 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36821 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36822 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36823 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36824 (img_get_alpha_info), (deinterlace_line),
36825 (deinterlace_line_inplace), (deinterlace_bottom_field),
36826 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36827 * gst/ffmpegcolorspace/imgconvert_template.h:
36828 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36829 * gst/ffmpegcolorspace/mmx.h:
36830 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36831 adding ffmpegcolorspace element supplied by Ronald after cleaning
36832 up and pulling in the right bits of upstream source.
36833 I'm sure a better C/compiler wizard could do some cleaning up (for
36834 example use GLIB's malloc stuff), but as a first pass this
36837 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
36839 * ext/alsa/gstalsa.h:
36840 I assume Ronald forgot to commit the change to have cardname
36841 as a struct member. Expect some public spanking at the next
36844 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36846 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36847 (gst_alsa_open_audio), (gst_alsa_close_audio):
36848 * ext/alsa/gstalsa.c:
36849 Don't open the device if we're a mixer (= padless).
36850 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36851 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36852 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36853 Open mixer during state change rather than during object
36854 initialization. Also, get a device name. Currently in a somewhat
36855 hackish fashion, but I didn't really find something better.
36857 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
36859 * *.c, *.h: run gst-indent
36861 2004-03-14 Benjamin Otte <otte@gnome.org>
36863 * gst/modplug/gstmodplug.cc:
36864 * gst/modplug/gstmodplug.h:
36865 set correct timestamps on outgoing buffers
36867 2004-03-14 Benjamin Otte <otte@gnome.org>
36869 * gst/modplug/gstmodplug.cc:
36870 handle events - don't do crap when a discont arrives that's not
36872 This allows correct loading and playback of mods in Rhythmbox
36874 2004-03-14 Benjamin Otte <otte@gnome.org>
36877 * gst-libs/gst/gconf/Makefile.am:
36878 * pkgconfig/Makefile.am:
36879 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36880 they get rebuilt properly
36882 when checking for vorbis, try pkgconfig first.
36883 * gst/modplug/gstmodplug.cc:
36884 add fixate function
36886 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
36888 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36889 Fix for obvious mistake, where we first shift the offset and then
36890 read a samplesize element assuming the old offset. Note that this
36891 part still has something weird, i.e. my movies containing those
36892 don't actually play well, but at least there's something that looks
36895 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
36896 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36898 Add a typefind function for speex format
36900 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
36902 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36903 (gst_asf_demux_setup_pad):
36904 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36905 instead of 0. Reason is simple: some elements have a fps range
36906 of 1-max instead of 0-max. So now ASF video actually works.
36908 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
36912 adding serbian as a language
36914 2004-03-13 Benjamin Otte <otte@gnome.org>
36916 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36917 return taglist correctly from _get function, don't gst_pad_push it.
36920 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
36921 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36923 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
36925 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36926 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36927 (gst_alsa_mixer_track_new):
36928 * ext/alsa/gstalsamixertrack.h:
36929 Fix ancient leftovers... MixerTrack is a GObject.
36931 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
36933 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36934 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36935 Don't block during probing...
36937 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
36939 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36940 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36941 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36942 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36943 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36944 (gst_alsa_open_audio), (gst_alsa_close_audio):
36945 * ext/alsa/gstalsa.h:
36946 Add propertyprobe interface implementation, add some device-name
36947 property, all this so that it looks good in gnome-volume-control.
36949 2004-03-12 David Schleef <ds@schleef.org>
36951 * configure.ac: the Hermes library controls hermescolorspace, not
36953 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36954 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36956 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36957 * ext/sdl/sdlvideosink.h: ditto.
36958 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36960 2004-03-12 Benjamin Otte <otte@gnome.org>
36962 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36963 (gst_x_overlay_got_xwindow_id):
36964 * gst-libs/gst/xoverlay/xoverlay.h:
36965 replace XID with unsigned long to get rid of the xlibs dependency in
36966 XOverlay (fixes #137004)
36968 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
36969 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36970 (gst_agingtv_setup):
36971 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36972 (gst_dicetv_base_init), (gst_dicetv_class_init),
36973 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36974 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36975 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36976 (gst_edgetv_setup), (gst_edgetv_rgb32):
36977 * gst/effectv/gsteffectv.c:
36978 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36979 (gst_quarktv_set_property):
36980 * gst/effectv/gstrev.c: (gst_revtv_get_type),
36981 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36982 (gst_revtv_setup), (gst_revtv_rgb32):
36983 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36984 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36985 (gst_shagadelictv_init), (gst_shagadelictv_setup),
36986 (gst_shagadelictv_rgb32):
36987 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36988 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36989 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36990 * gst/effectv/gstwarp.c:
36991 Port everything that can be ported to videofilter and fix up the caps.
36992 Can someone with a big-endian machine please check these?
36994 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36996 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36997 (gst_osssink_chain), (gst_osssink_change_state):
36998 Latest fixes for A/V sync, audio playback and such. This is about
36999 all... MPEG playback issues are mostly related to the async build-
37000 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37002 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37004 patch from: Stephane Loeuillet
37007 use pkg-config for some libraries, falling back to the old .m4 way
37012 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37015 * tools/Makefile.am:
37016 * tools/Makefile.in:
37017 * tools/gst-launch-ext-m.m:
37018 * tools/gst-launch-ext.1.in:
37019 * tools/gst-visualise-m.m:
37020 * tools/gst-visualise.1:
37021 * tools/gst-visualise.1.in:
37022 reorganizing generation of script tools
37024 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37026 * ext/divx/gstdivxdec.c:
37027 Downgrade priority. We prefer ffdec_mpeg4.
37028 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37029 (gst_faad_chain), (gst_faad_change_state):
37030 Fix capsnego. Doesn't work for some sounds because we don't have
37031 a 5:1 to stereo element.
37032 * ext/xvid/gstxvid.c: (plugin_init):
37034 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37035 (gst_osssink_change_state):
37036 Add discont handling.
37038 2004-03-09 Colin Walters <walters@verbum.org>
37040 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37043 2004-03-09 Benjamin Otte <otte@gnome.org>
37045 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37046 the signals take 2 arguments
37048 2004-03-09 David Schleef <ds@schleef.org>
37050 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37051 (gst_alsa_fixate): Add fixate function. (bug #136686)
37052 * ext/alsa/gstalsa.h:
37053 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37055 2004-03-09 Benjamin Otte <otte@gnome.org>
37057 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37058 (gst_mikmod_change_state):
37059 * ext/mikmod/gstmikmod.h:
37060 make mikmod's loop function not loop infinitely and call
37061 gst_element_yield anymore
37062 * gst/modplug/gstmodplug.cc:
37063 fix pad negotiation (fixes #136590)
37065 2004-03-09 David Schleef <ds@schleef.org>
37067 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
37068 doesn't conflict with the internal colorspace plugin.
37069 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
37070 satisfy the crappy-ass shell shipped by a certain vendor.
37071 * gst/videofilter/make_filter: same (bug #135299)
37073 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37075 * configure.ac: bump nano to 1
37077 === release 0.7.6 ===
37079 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37081 * configure.in: releasing 0.7.6, "There"
37083 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37085 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37086 * pkgconfig/gstreamer-play.pc.in:
37087 synchronize the two
37089 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37091 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37092 (cdparanoia_open), (cdparanoia_event):
37093 fix/add error handling
37095 add cdparanoia source
37096 * tools/Makefile.am:
37097 make scripts executable
37099 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37102 * ext/vorbis/Makefile.am:
37104 remove id3types, vorbisfile and xvideosink from the build (#133783)
37106 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
37108 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37109 Fix metadata read crash (#136537).
37111 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37113 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37114 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37115 adding mime types, fixing the one-stop function
37117 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37119 * ext/nas/nassink.c and /ext/nas/nassink.h:
37120 More NAS love from Arwed von Merkatz
37121 So lets all sing 'Can you feel the NAS tonight'
37123 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37125 * tools/gst-launch-ext.in:
37126 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37128 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37130 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37131 (gst_mpeg2dec_init):
37132 remove the user_data pad for now, because it is being used in
37133 fixating causing MPEG playback to fixate on 1000 Hz for playback.
37134 If someone knows how to fix this properly, please do.
37136 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37138 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37139 (gst_osssink_get_time):
37140 add a warning, IMO this won't get triggered anymore, remove later
37142 2004-03-07 David Schleef <ds@schleef.org>
37144 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
37145 format (bug #136470)
37147 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
37149 * gst-libs/Makefile.am:
37150 * gst-libs/gst/media-info/Makefile.am:
37151 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37152 (error_callback), (gst_media_info_error_create),
37153 (gst_media_info_error_element), (gmip_init), (gmip_reset),
37154 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37155 * gst-libs/gst/media-info/media-info-priv.h:
37156 * gst-libs/gst/media-info/media-info-test.c: (main):
37157 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37158 (gst_media_info_class_init), (gst_media_info_instance_init),
37159 (gst_media_info_set_source), (gst_media_info_read_with_idler),
37160 (gst_media_info_read_idler), (gst_media_info_read):
37161 * gst-libs/gst/media-info/media-info.h:
37162 fixed, should work now
37164 2004-03-07 Christian Schaller <Uraeus@gnome.org>
37166 * ext/nas/nassink.c:
37167 A bunch of NAS fixes from Arwed von Merkatz
37169 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37171 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37172 (qtdemux_parse_trak):
37173 Fix crash (j might be greater than n_samples, in which case we're
37174 writing outside the allocated space for the array) and memleak.
37176 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37178 * sys/oss/gstosssink.c: (gst_osssink_chain):
37179 And another caller that couldn't handle delay < 0 (unsigned
37180 integer overflow). Video now continues playing on an audio
37181 buffer underrun, and the clock continues working. Audio still
37184 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37186 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37187 (gst_osssink_get_time):
37188 get_delay() may return values lower than 0. In those cases, we
37189 should not actually cast to *unsigned* int64, that will break
37190 stuff horribly. In my case, it screwed up A/V sync in movies
37191 in totem rather badly.
37193 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37195 * ext/faac/gstfaac.c: (gst_faac_chain):
37196 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37197 * ext/libpng/gstpngenc.c: (user_write_data):
37198 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37199 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37200 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37201 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37202 Fix several misuse of gst_buffer_merge (it doesn't take ownership
37203 of any buffer), should fix some leaks. I hope I didn't unref buffers
37204 that shouldn't be...
37206 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37208 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37209 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37210 (error_callback), (gmi_reset), (gmi_seek_to_track),
37211 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37212 (gmip_find_type_post), (gmip_find_stream_post),
37213 (gmip_find_track_streaminfo_post):
37214 * gst-libs/gst/media-info/media-info-priv.h:
37215 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37216 (info_print), (main):
37217 * gst-libs/gst/media-info/media-info.c:
37218 (gst_media_info_error_create), (gst_media_info_error_element),
37219 (gst_media_info_instance_init), (gst_media_info_get_property),
37220 (gst_media_info_new), (gst_media_info_set_source),
37221 (gst_media_info_read_idler), (gst_media_info_read):
37222 * gst-libs/gst/media-info/media-info.h:
37223 first pass at making this work again. This seems to work on
37224 tagged ogg/vorbis and mp3 files.
37226 2004-03-06 Benjamin Otte <otte@gnome.org>
37228 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37229 fix huge leak: gst_buffer_merge doesn't unref the first argument
37232 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37234 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37235 report layer/mode/emphasis
37237 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37239 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37241 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37243 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37246 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37248 * ext/vorbis/vorbis.c: (plugin_init):
37249 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37250 (gst_vorbis_dec_init), (vorbis_dec_event):
37252 make vorbisdec handle _BYTE and _TIME queries
37254 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37256 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37257 from the xing header
37259 2004-03-06 Benjamin Otte <otte@gnome.org>
37261 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37262 (gst_audio_convert_link), (gst_audio_convert_change_state),
37263 (gst_audio_convert_buffer_from_default_format):
37264 do conversions from/to float correctly, fix some caps nego errors,
37265 export correct supported caps in template and getcaps, use correct
37266 caps in try_set_caps functions
37268 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37270 For some reason, I only committed a ChangeLog entry yesterday and
37271 not the corresponding code...
37272 * ext/mad/gstmad.c: Fix detection of Xing headers
37273 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37275 2004-03-06 Benjamin Otte <otte@gnome.org>
37277 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37278 (gst_ogg_demux_src_query):
37279 make sure to handle the case where there's no current chain
37282 2004-03-05 David Schleef <ds@schleef.org>
37284 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37285 Add fixate function. (bug #131128)
37286 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37287 (gst_sdlvideosink_fixate): Add fixate function.
37288 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37289 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37290 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37291 Fix missing break that was causing ulaw to be interpreted as
37294 2004-03-05 David Schleef <ds@schleef.org>
37296 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37297 Fix code that ignores return value of gst_buffer_merge().
37299 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37300 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37301 * testsuite/gst-lint: Check for above.
37303 2004-03-05 David Schleef <ds@schleef.org>
37305 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
37306 caps and throw an element error. (bug #136334)
37308 2004-03-05 David Schleef <ds@schleef.org>
37310 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37311 (gst_faad_chain): Fix negotiation.
37312 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37313 key and button events.
37314 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37316 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37318 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37319 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37320 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37321 function to encourage better negotiation, particularly between
37322 audioconvert and osssink.
37323 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37324 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
37326 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
37328 * gst/vbidec/vbiscreen.c: Add glib header
37329 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
37331 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
37333 * ext/mad/gstmad.c: Fix detection of Xing headers
37334 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37336 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37338 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37339 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37342 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37344 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37345 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37346 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37347 files, and report the parsed length as a GST_TAG_DURATION tag.
37348 * gst/tags/gstid3tag.c: support TLEN (duration) tag
37350 2004-03-05 Benjamin Otte <otte@gnome.org>
37352 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37353 convert channels correctly. convert correctly to unsigned.
37355 2004-03-05 Julien MOUTTE <julien@moutte.net>
37357 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37358 we have a window before clearing it.
37360 2004-03-05 Julien MOUTTE <julien@moutte.net>
37362 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37363 have a window before clearing it.
37365 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
37367 * gconf/gstreamer.schemas.in:
37368 * gst-libs/gst/gconf/Makefile.am:
37369 version installation path the same way as for 0.6
37370 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37371 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37372 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37373 remove comment that was fixed
37375 2004-03-05 David Schleef <ds@schleef.org>
37377 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37378 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37379 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37380 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37381 Add prototype code for handling seeking and querying.
37383 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
37385 * examples/gstplay/player.c: (main):
37386 Initialize variables to NULL. Prevents a segfault because the
37387 (uninitialized) variable is not NULL, resulting in a crash on
37388 trying to reach error->message.
37390 2004-03-05 Benjamin Otte <otte@gnome.org>
37392 * gst/audioconvert/gstaudioconvert.c:
37393 (gst_audio_convert_buffer_to_default_format):
37394 make float=>int conversion work correctly even in cornercases.
37396 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
37398 * debian/README.Debian:
37399 * debian/build-deps:
37400 * debian/changelog:
37402 * debian/control.in:
37403 * debian/copyright:
37404 * debian/gstreamer-a52dec.files:
37405 * debian/gstreamer-aa.files:
37406 * debian/gstreamer-alsa.files:
37407 * debian/gstreamer-alsa.manpages:
37408 * debian/gstreamer-arts.files:
37409 * debian/gstreamer-artsd.files:
37410 * debian/gstreamer-audiofile.files:
37411 * debian/gstreamer-avifile.files:
37412 * debian/gstreamer-cdparanoia.files:
37413 * debian/gstreamer-colorspace.files:
37414 * debian/gstreamer-doc.files:
37415 * debian/gstreamer-dv.files:
37416 * debian/gstreamer-dvd.files:
37417 * debian/gstreamer-esd.files:
37418 * debian/gstreamer-festival.files:
37419 * debian/gstreamer-flac.files:
37420 * debian/gstreamer-gconf.conffiles:
37421 * debian/gstreamer-gconf.files:
37422 * debian/gstreamer-gconf.postinst:
37423 * debian/gstreamer-gnomevfs.files:
37424 * debian/gstreamer-gsm.files:
37425 * debian/gstreamer-http.files:
37426 * debian/gstreamer-jack.files:
37427 * debian/gstreamer-jpeg.files:
37428 * debian/gstreamer-mad.files:
37429 * debian/gstreamer-mikmod.files:
37430 * debian/gstreamer-misc.files:
37431 * debian/gstreamer-mpeg2dec.files:
37432 * debian/gstreamer-oss.files:
37433 * debian/gstreamer-plugin-apps.files:
37434 * debian/gstreamer-plugin-apps.manpages:
37435 * debian/gstreamer-plugin-libs-dev.files:
37436 * debian/gstreamer-plugin-libs.files:
37437 * debian/gstreamer-plugin-template.postinst:
37438 * debian/gstreamer-plugin-template.postrm:
37439 * debian/gstreamer-sdl.files:
37440 * debian/gstreamer-sid.files:
37441 * debian/gstreamer-vorbis.files:
37442 * debian/gstreamer-x.files:
37443 * debian/mk.control:
37445 Debian package info not maintained here.
37447 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
37449 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37450 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37451 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37452 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37453 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37454 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37455 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37456 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37457 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37458 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37459 * gst-libs/gst/colorbalance/colorbalance.c:
37460 (gst_color_balance_class_init):
37461 * gst-libs/gst/colorbalance/colorbalancechannel.c:
37462 (gst_color_balance_channel_class_init):
37463 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37464 * gst-libs/gst/play/play.c: (gst_play_class_init):
37465 * gst-libs/gst/propertyprobe/propertyprobe.c:
37466 (gst_property_probe_iface_init):
37467 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37468 * gst-libs/gst/tuner/tunerchannel.c:
37469 (gst_tuner_channel_class_init):
37470 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37471 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37472 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37473 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37474 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37475 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37476 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37477 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37478 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37479 fix signals to use - instead of _
37480 * ext/libcaca/gstcacasink.h:
37481 * ext/sdl/sdlvideosink.h:
37484 2004-03-04 David Schleef <ds@schleef.org>
37486 * testsuite/gst-lint: Add a check for bad signal names.
37488 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
37490 reviewed by David Schleef
37492 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37493 modified the alpha channel and caused a warning. (bug #136192)
37495 2004-04-03 Christian Schaller <Uraeus@gnome.org>
37497 * gst-plugins.spec.in:
37498 Change names of plugins to actually be correct. Try to keep things
37499 alphabetical to avoid getting beat up by Thomas
37501 2004-03-03 Julien MOUTTE <julien@moutte.net>
37503 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37504 Using ximagesink as a default if no gconf key found. We should
37505 probably consider using alsasink instead of osssink for the audio
37508 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
37511 fix --with-plugins, don't think it ever worked before
37512 * gst-plugins.spec.in:
37515 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
37517 * ext/sdl/sdlvideosink.h:
37518 * sys/ximage/ximagesink.h:
37519 * sys/xvideo/xvideosink.h:
37520 * sys/xvimage/xvimagesink.h:
37521 Fix for move of gstvideosink.h -> videosink.h.
37523 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
37525 * gst-libs/gst/xwindowlistener/Makefile.am:
37526 this is a plugin library, not a library
37528 2004-03-01 David Schleef <ds@schleef.org>
37530 * AUTHORS: Added some names. Add yourself if you're still
37533 2004-03-01 David Schleef <ds@schleef.org>
37537 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37539 * gst-plugins.spec.in: clean up spec file
37541 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37543 * gst-libs/gst/video/Makefile.am:
37544 * gst-libs/gst/video/gstvideosink.c:
37545 * gst-libs/gst/video/gstvideosink.h:
37546 rename gstvideosink.h to videosink.h to match other headers
37547 * gst/mixmatrix/Makefile.am:
37548 fix plugin filename
37549 * gst/tags/Makefile.am: fix plugin filename
37551 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37553 * gst/tags/Makefile.am: fix plugin filename
37555 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
37557 * examples/gstplay/player.c: (got_time_tick), (main):
37559 display time_tick more readably
37560 * gst/mixmatrix/Makefile.am:
37561 fix plugin file name
37563 2004-02-29 Christophe Fergeau <teuf@gnome.org>
37565 * sys/oss/gstosselement.c: (gst_osselement_probe),
37566 (device_combination_append), (gst_osselement_class_probe_devices):
37567 * sys/oss/gstosselement.h:
37568 Reworked enumeration of oss dsps and mixers so that gst-mixer works
37569 on my system using alsa oss emulation, fixes bug #135597
37571 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
37573 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37574 (gst_videodrop_chain), (gst_videodrop_change_state):
37575 * gst/videodrop/gstvideodrop.h:
37576 Work based on timestamp of input data, not based on the expected
37577 framerate from the input. The consequence is that this element now
37578 not only scales framerates, but also functions as a framerate
37579 corrector or framerate stabilizer/constantizer.
37581 2004-02-27 David Schleef <ds@schleef.org>
37583 patches from jmmv@menta.net (Julio M. Merino Vidal)
37585 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37586 GST_ELEMENT_ERROR call (bug #135634)
37587 * gst/interleave/interleave.c: (interleave_buffered_loop),
37588 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37589 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37590 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37591 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37592 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37593 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37594 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37595 Fix GST_ELEMENT_ERROR call.
37596 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37597 GST_ELEMENT_ERROR call.
37599 2004-02-27 Benjamin Otte <otte@gnome.org>
37601 * gst-libs/gst/audio/audio.h:
37602 add macro to make sure header isn't included twice
37603 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37604 don't use gst_buffer_free
37605 * gst/playondemand/filter.func:
37606 don't use gst_data_free. Free data only once.
37608 2004-02-26 David Schleef <ds@schleef.org>
37610 * gst-libs/gst/colorbalance/Makefile.am:
37611 * gst-libs/gst/mixer/Makefile.am:
37612 * gst-libs/gst/tuner/Makefile.am:
37613 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37614 should not be disted, -marshal.h files should not be installed,
37615 and -enum.h files _should_ be installed. Fix to make this the
37618 === release 0.7.5 ===
37620 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
37622 * configure.ac: release 0.7.5, "Under The Sea"
37624 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
37626 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37627 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37628 * gst/videoscale/gstvideoscale.c:
37629 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37630 assorted debug/warning fixes
37632 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
37634 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37635 (gst_videoscale_init), (gst_videoscale_chain),
37636 (gst_videoscale_set_property), (plugin_init):
37637 * gst/videoscale/gstvideoscale.h:
37638 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37639 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37640 (gst_videoscale_planar400), (gst_videoscale_packed422),
37641 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37642 (gst_videoscale_24bit), (gst_videoscale_16bit),
37643 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37644 (gst_videoscale_scale_plane_slow),
37645 (gst_videoscale_scale_point_sample),
37646 (gst_videoscale_scale_nearest),
37647 (gst_videoscale_scale_nearest_str2),
37648 (gst_videoscale_scale_nearest_str4),
37649 (gst_videoscale_scale_nearest_32bit),
37650 (gst_videoscale_scale_nearest_24bit),
37651 (gst_videoscale_scale_nearest_16bit):
37652 add debugging category and use it properly
37653 fix use of GST_PTR_FORMAT
37655 2004-02-25 Andy Wingo <wingo@pobox.com>
37657 * gst/interleave/interleave.c (interleave_buffered_loop): Always
37658 push only when channel->buffer is NULL. Prevents segfaults doing
37659 the state change after a nonlocal exit, like a scheme exception.
37661 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37662 Handle the case where the intersected caps is empty.
37664 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
37666 * gst/law/mulaw-decode.c: (mulawdec_link):
37667 * gst/law/mulaw.c: (plugin_init):
37668 fix mulawdec so it actually works again
37670 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
37672 reviewed by: David Schleef <ds@schleef.org>
37674 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37675 (gst_gamma_init), (gst_gamma_set_property),
37676 (gst_gamma_get_property), (gst_gamma_calculate_tables),
37677 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
37678 for RGB, with separate r g and b correction factors. (#131167)
37680 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
37682 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37683 only signal tags for bitrate if they're > 0 (#134894)
37685 2004-02-24 David Schleef <ds@schleef.org>
37687 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37688 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37689 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37690 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37691 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37692 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37693 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37694 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37695 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
37696 category. Attempt to fix timestamp calculation.
37698 2004-02-24 Johan Dahlin <johan@gnome.org>
37700 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37702 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
37705 * gconf/Makefile.am:
37706 * gconf/gstreamer.schemas:
37707 * gst-libs/gst/gconf/Makefile.am:
37708 * gst-libs/gst/gconf/gconf.c:
37709 version gconf schemas and install locations
37711 2004-02-23 Benjamin Otte <otte@gnome.org>
37713 * ext/xine/xineinput.c: (gst_xine_input_dispose):
37714 (gst_xine_input_subclass_init):
37715 call parent dispose.
37716 change pad template for CD reader correctly
37717 * ext/xine/Makefile.am:
37718 * ext/xine/gstxine.h:
37719 * ext/xine/xine.c: (plugin_init):
37720 * ext/xine/xineaudiosink.c:
37721 wrap audio sinks, too
37722 * gst-libs/gst/resample/private.h:
37723 * gst-libs/gst/resample/resample.c: (gst_resample_init),
37724 (gst_resample_reinit), (gst_resample_scale),
37725 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37726 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37727 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37728 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37729 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37730 * gst-libs/gst/resample/resample.h:
37731 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37732 (gst_audioscale_class_init), (gst_audioscale_link),
37733 (gst_audioscale_get_buffer), (gst_audioscale_init),
37734 (gst_audioscale_chain), (gst_audioscale_set_property),
37735 (gst_audioscale_get_property):
37736 * gst/audioscale/gstaudioscale.h:
37737 s/resample_*/gst_resample_*/i to not clobber namespaces
37739 2004-02-23 Julien MOUTTE <julien@moutte.net>
37741 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37742 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37743 (gst_riff_create_video_template_caps),
37744 (gst_riff_create_audio_template_caps),
37745 (gst_riff_create_iavs_template_caps):
37746 * gst-libs/gst/riff/riff-media.h:
37747 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37748 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37749 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37750 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37751 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37752 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37753 (gst_matroska_demux_plugin_init): First batch implementing audio and
37754 video codec tags in demuxers.
37756 2004-02-22 Benjamin Otte <otte@gnome.org>
37758 * ext/xine/Makefile.am:
37759 * ext/xine/gstxine.h:
37760 * ext/xine/xine.c: (plugin_init):
37761 * ext/xine/xineinput.c:
37762 add input plugin wrapper. Playback from files, http, mms and cdda
37764 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37765 remove leftover G_GNUC_UNUSED
37766 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37767 (gst_asf_demux_identify_guid):
37768 improve debugging output
37770 2004-02-22 Benjamin Otte <otte@gnome.org>
37772 reported by: Padraig O'Briain <padraig.obriain@sun.com>
37775 replace test -e with test -x for mkinstalldirs to be more portable.
37778 2004-02-22 Benjamin Otte <otte@gnome.org>
37780 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37782 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37783 set rank to PRIMARY
37784 * gst/volume/gstvolume.c: (plugin_init):
37788 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
37790 reviewed by Benjamin Otte <otte@gnome.org>
37792 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37793 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37795 2004-02-22 Benjamin Otte <otte@gnome.org>
37798 export [_]*{gst,Gst,GST}.* symbols from plugins
37800 2004-02-22 Christophe Fergeau <teuf@gnome.org>
37802 reviewed by: Benjamin Otte <otte@gnome.org>
37804 * ext/lame/gstlame.c: (add_one_tag):
37805 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37806 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37807 (gst_vorbisenc_metadata_set1):
37808 * gst/tags/gstid3tag.c:
37809 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37810 apply fixes from bugs #135042 (lame can't write tags) and #133817
37811 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37813 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37815 * configure.ac: Export only gst_plugin_desc from plugins.
37816 Note that this change only makes any effect with Linux using libtool
37817 1.5.2 or higher. Otherwise it is silently ignored, but it would build
37818 fine. And don't try to have several versions of libtool in different
37821 2004-02-20 Andy Wingo <wingo@pobox.com>
37823 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37824 interleave respectively.
37826 * gst/interleave/deinterleave.c: New plugin: deinterleave
37827 (replaces on oneton).
37828 * gst/interleave/interleave.c: New plugin: interleave.
37829 * gst/interleave/plugin.h: Support file.
37830 * gst/interleave/plugin.c: Support file.
37832 * configure.ac: Remove intfloat and oneton, add interleave.
37834 * ext/sndfile/gstsf.c: Handle events better.
37836 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37837 and float2int operation. int2float has scheduling problems as
37838 noted in in2float_chain.
37840 2004-02-20 Benjamin Otte <otte@gnome.org>
37842 * ext/xine/Makefile.am:
37843 * ext/xine/gstxine.h:
37845 * ext/xine/xineaudiodec.c:
37846 * ext/xine/xinecaps.c:
37847 add first version of xine plugin wrapper. Currently only wraps the
37848 QDM2 win32 DLL, and even that only in proof-of-concept quality.
37851 add xine plugin wrapper, disabled by default. Use --enable-xine to
37852 build. Note that it'll segfault on gst-register if you don't remove
37853 the goom and tvtime post plugins from xine.
37854 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37855 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37856 add extradata parsing for QDM2.
37857 change around debugging prints.
37859 2004-02-19 Benjamin Otte <otte@gnome.org>
37861 * ext/lame/gstlame.c: (gst_lame_chain):
37862 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37863 use gst_tag_list_insert when you want to insert tags
37865 2004-02-18 David Schleef <ds@schleef.org>
37867 * configure.ac: Move massink to gst-rotten
37869 * ext/mas/Makefile.am:
37870 * ext/mas/massink.c:
37871 * ext/mas/massink.h:
37873 2004-02-18 David Schleef <ds@schleef.org>
37875 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37876 typefinding, since it seems to be worse than nothing.
37877 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
37878 atom to recognize .mp4 and .m4a files as video/quicktime.
37880 2004-02-18 David Schleef <ds@schleef.org>
37882 * gst/sine/demo-dparams.c: (quit_live),
37883 (dynparm_log_value_changed), (dynparm_value_changed), (main):
37884 Use double dparams, not float.
37885 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37886 (gst_sinesrc_init): Change sync default to FALSE, since multiple
37887 sync'd elements don't really work correctly.
37888 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37889 (volume_update_volume), (volume_get_property): Change dparam
37892 2004-02-18 Julien MOUTTE <julien@moutte.net>
37894 * sys/ximage/ximagesink.c:
37895 (gst_ximagesink_xwindow_update_geometry),
37896 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37897 (gst_ximagesink_change_state), (gst_ximagesink_expose),
37898 (gst_ximagesink_init): Rework the way software video scaling works. So
37899 now we check on each chain call if the video frames are feeling the
37900 window. If not we try to renegotiate caps. On failure we memorize that
37901 and we won't try again for that PLAYING sessions.
37902 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37907 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
37909 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37910 break up _link so we can give a better debug message for errors
37912 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
37914 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37915 set up debug category
37917 2004-02-18 Julien MOUTTE <julien@moutte.net>
37919 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37920 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37921 the way renegotiation work. The event handling function is not taking
37922 care of external windows and renegotiate method check for pad flags
37923 NEGOTIATING. Should fix : #133209
37925 2004-02-17 Julien MOUTTE <julien@moutte.net>
37927 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37928 pad is negotiating before trying renegotiation.
37930 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
37932 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37933 pass on all possible mime types as typefind hints
37935 2004-02-17 Julien MOUTTE <julien@moutte.net>
37937 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37938 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37939 possible SHM leak if we crash. All other apps using XShm are doing
37942 2004-02-17 Julien MOUTTE <julien@moutte.net>
37944 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37945 (gst_ximagesink_expose): Renegotiate size on expose.
37946 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37949 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
37951 * testsuite/alsa/sinesrc.c:
37952 cosmetic fix to fix compile issue with gcc 2.95.4
37954 2004-02-16 Julien MOUTTE <julien@moutte.net>
37956 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37957 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37958 failed opening the audio device.
37959 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37960 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37961 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37962 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37963 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37964 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37965 (gst_ximagesink_change_state), (gst_ximagesink_chain),
37966 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37967 Removing some useless g_return_if_fail like wingo suggested.
37968 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37969 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37970 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37971 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37972 (gst_xvimagesink_update_colorbalance),
37973 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37974 (gst_xvimagesink_xcontext_clear),
37975 (gst_xvimagesink_get_fourcc_from_caps),
37976 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37977 (gst_xvimagesink_set_xwindow_id),
37978 (gst_xvimagesink_colorbalance_list_channels),
37979 (gst_xvimagesink_colorbalance_set_value),
37980 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37981 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37983 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
37985 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37986 throw error when not negotiated instead of asserting
37988 2004-02-15 Julien MOUTTE <julien@moutte.net>
37990 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37991 correct data refcounting.
37993 2004-02-15 Julien MOUTTE <julien@moutte.net>
37995 * gst/switch/gstswitch.c: (gst_switch_change_state),
37996 (gst_switch_class_init): Cleaning the sinkpads correctly on state
37997 change, mostly the EOS flag.
37999 2004-02-15 Julien MOUTTE <julien@moutte.net>
38001 * examples/gstplay/player.c: (got_eos), (main): Adding some
38002 output for debugging.
38003 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38004 timeouts if we go to any state different from PLAYING.
38005 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38006 more EOS bugs in riff lib.
38008 2004-02-14 Julien MOUTTE <julien@moutte.net>
38010 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38011 visualization until i find a way to fix switch correctly.
38012 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38014 * gst/switch/gstswitch.c: (gst_switch_release_pad),
38015 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38016 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38017 Reworked switch to get a more correct behaviour with events and refing
38018 of data stored in sinkpads.
38019 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38020 we don't pull from a pad in EOS.
38022 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38024 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38025 remove v1 tag even if we can't read it (makes sure we don't detect
38028 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38030 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38031 (gst_alsa_xrun_recovery):
38032 * ext/alsa/gstalsa.h:
38033 try xrun recovery when wait failed. Make xrun recovery function
38034 return TRUE/FALSE to indicate success. (might fix #134354)
38036 2004-02-13 David Schleef <ds@schleef.org>
38038 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38039 (dynparm_value_changed), (main): Convert from float to double.
38040 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38042 2004-02-13 David Schleef <ds@schleef.org>
38044 * gst/silence/gstsilence.c: (gst_silence_class_init),
38045 (gst_silence_set_clock), (gst_silence_get),
38046 (gst_silence_set_property), (gst_silence_get_property):
38047 * gst/silence/gstsilence.h: Add sync property.
38048 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38049 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38050 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38051 * gst/sine/gstsinesrc.h: Add sync property.
38053 2004-02-13 David Schleef <ds@schleef.org>
38055 * gst/intfloat/gstint2float.c: (conv_f32_s16),
38056 (gst_int2float_chain_gint16): Change stdint usage to glib types.
38058 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38062 * gst-libs/ext/Makefile.am:
38063 move ffmpeg plugin to gst-ffmpeg module
38065 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38067 * configure.ac: use GST_ARCH to detect architecture
38069 2004-02-12 Julien MOUTTE <julien@moutte.net>
38071 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38073 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
38075 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38076 classify LADSPA plugins based on number of src/sink pads
38077 (#133663, Stefan Kost)
38078 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38079 fix dparams registration
38080 (#133528, Stefan Kost)
38081 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38082 fix use of isprint and use g_ascii_isprint instead
38083 (#133316, Stefan Kost)
38085 2004-02-11 David Schleef <ds@schleef.org>
38087 Convert a few inner loops to use liboil. This is currently
38088 optional, and is only enabled if liboil is present (duh!).
38089 * configure.ac: Check for liboil-0.1
38090 * gst/intfloat/Makefile.am:
38091 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38092 (gst_int2float_chain_gint16):
38093 * gst/videofilter/Makefile.am:
38094 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38095 (tablelookup_u8), (gst_videobalance_planar411):
38096 * gst/videotestsrc/Makefile.am:
38097 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38098 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38099 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38100 (paint_hline_RGB565), (paint_hline_xRGB1555):
38102 2004-02-11 David Schleef <ds@schleef.org>
38104 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38105 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38106 (gst_colorspace_getcaps), (gst_colorspace_link),
38107 (gst_colorspace_base_init), (gst_colorspace_init),
38108 (gst_colorspace_chain), (gst_colorspace_change_state),
38109 (plugin_init): Merge Ronald's patch (bug #117897) and update
38110 for new caps and negotiation. Seems to work, although it
38111 shows off bugs in lcs.
38113 2004-02-11 David Schleef <ds@schleef.org>
38115 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38116 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38118 2004-02-11 David Schleef <ds@schleef.org>
38120 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38121 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38122 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38123 Add server and port properties
38125 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38130 * m4/as-liblame.m4:
38131 * m4/as-slurp-ffmpeg.m4:
38132 * m4/check-libheader.m4:
38139 * m4/gst-ivorbis.m4:
38140 * m4/gst-matroska.m4:
38142 * m4/gst-shout2.m4:
38150 fix underquotedness of macros (#133800)
38151 * m4/as-avifile.m4:
38153 removed because no longer used
38155 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38158 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38159 by autopoint (fixes #132996)
38161 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
38163 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38164 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38165 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38166 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38169 2004-02-11 David Schleef <ds@schleef.org>
38171 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38172 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38173 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38174 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38175 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38176 (gst_jpegenc_class_init), (gst_jpegenc_init),
38177 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38178 (gst_jpegenc_chain), (gst_jpegenc_set_property),
38179 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
38180 * ext/jpeg/gstjpegenc.h: Fix negotiation.
38182 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
38184 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38185 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38186 * ext/mikmod/gstmikmod.h:
38187 fix caps negotiation in mikmod
38188 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38189 output debug information
38191 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
38193 * gst-libs/gst/colorbalance/Makefile.am:
38194 * gst-libs/gst/navigation/Makefile.am:
38195 * gst-libs/gst/xoverlay/Makefile.am:
38196 remove unused GST_OPT_CFLAGS from Makefiles
38197 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38199 2004-02-07 David Schleef <ds@schleef.org>
38201 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38202 push events to pads that haven't been created (#133508)
38204 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
38206 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38207 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38208 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38209 (gst_dvdec_loop), (gst_dvdec_change_state):
38210 Second attempt at committing a working dvdec element.
38212 2004-02-06 David Schleef <ds@schleef.org>
38214 Build fixes for OS X: (see #129600)
38215 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38216 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38217 (gst_riff_read_strf_iavs):
38218 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38219 (gst_avi_demux_stream_odml):
38220 * gst/playondemand/Makefile.am:
38221 * gst/rtp/rtp-packet.c:
38223 2004-02-05 David Schleef <ds@schleef.org>
38225 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38226 last change, because it Just Doesn't Compile.
38228 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38230 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38231 skip undecodable id3v2 tag instead of keeping it
38233 2004-02-05 David Schleef <ds@schleef.org>
38235 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38236 Unref leaked buffer. (Noticed by Ronald)
38238 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
38240 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38241 Sync requires with other checks. >= vs =.
38243 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
38245 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38246 (gst_dvdec_video_link), (gst_dvdec_loop):
38247 * ext/dv/gstdvdec.h:
38248 rework the caps negotiation so that dvdec works again instead
38249 of just segfaulting.
38251 === release 0.7.4 ===
38253 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
38255 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38256 * configure.ac: changed for release
38258 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
38260 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38261 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38262 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38263 * pkgconfig/gstreamer-play-uninstalled.pc.in:
38264 reworked patch by David Lehn to fix libdir and includedir for
38265 uninstalled libraries
38266 removed play and gconf from gstreamer-libs since they have their
38267 own pkgconfig files
38269 2004-02-04 David Schleef <ds@schleef.org>
38271 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38274 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38276 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38277 use correct GST_TAG_ENCODER tag
38279 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38281 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38282 be sure to stop the clock when going to paused
38283 * sys/oss/gstosssink.c: (gst_osssink_change_state):
38284 reset number of transmitted when going to ready.
38287 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
38289 reviewed by Benjamin Otte
38291 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38292 extract track count (fixes #133410)
38294 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38296 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38297 that should be !=, not == (fixes #132519)
38299 2004-02-04 David Schleef <ds@schleef.org>
38301 Make sure set_explicit_caps() is called before adding pad.
38302 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38303 * gst/id3/gstid3types.c: (gst_id3types_loop):
38304 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38305 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38307 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38310 bump nano to 2, first prerelease
38311 put back AM_PROG_LIBTOOL
38313 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38315 * testsuite/alsa/Makefile.am:
38316 these are user test apps, not automatic testsuite tests
38318 2004-02-04 David Schleef <ds@schleef.org>
38320 Convert GST_DEBUG_CAPS() to GST_DEBUG():
38321 * gst/mpeg1videoparse/gstmp1videoparse.c:
38322 (mp1videoparse_parse_seq):
38323 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38324 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38325 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38326 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38327 (gst_xvideosink_getcaps):
38328 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38329 * testsuite/gst-lint: more tests
38331 2004-02-04 David Schleef <ds@schleef.org>
38333 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38334 with the code that they would expand to.
38335 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38336 (gst_flacdec_get_src_query_types),
38337 (gst_flacdec_get_src_event_masks):
38338 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38339 (gst_gnomevfssrc_get_query_types),
38340 (gst_gnomevfssrc_get_event_mask):
38342 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38344 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38345 (gst_sinesrc_dispose):
38346 fix memleak by properly disposing sinesrc
38348 2004-02-04 Julien MOUTTE <julien@moutte.net>
38350 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38351 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38352 an overlay to redraw the image because it has been exposed.
38353 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38354 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38355 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38356 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38358 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38359 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38360 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38361 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38364 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38366 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38367 more memleak fixage
38369 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38371 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38372 * gst/typefind/gsttypefindfunctions.c:
38373 fix memleaks shown by gst-typefind
38375 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
38377 * common/glib-gen.mak:
38378 add hack rule to touch .Plo files
38379 * gst-libs/gst/colorbalance/Makefile.am:
38380 * gst-libs/gst/mixer/Makefile.am:
38381 * gst-libs/gst/play/Makefile.am:
38382 * gst-libs/gst/tuner/Makefile.am:
38383 remove glib_root variable
38385 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38387 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38388 set explicit caps before adding the element, so the autopluggers can
38390 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38391 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38392 (mpeg_video_type_find), (mpeg_video_stream_type_find),
38394 fix memleaks in typefind functions. gst_type_find_suggest takes a const
38397 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
38399 * gst-libs/gst/colorbalance/Makefile.am:
38400 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38401 * gst-libs/gst/colorbalance/colorbalance.c:
38402 * gst-libs/gst/colorbalance/colorbalance.h:
38403 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38404 * gst-libs/gst/mixer/Makefile.am:
38405 * gst-libs/gst/mixer/mixer-marshal.list:
38406 * gst-libs/gst/mixer/mixer.c:
38407 * gst-libs/gst/mixer/mixer.h:
38408 * gst-libs/gst/mixer/mixermarshal.list:
38409 * gst-libs/gst/play/Makefile.am:
38410 * gst-libs/gst/play/play.h:
38411 * gst-libs/gst/tuner/Makefile.am:
38412 * gst-libs/gst/tuner/tuner-marshal.list:
38413 * gst-libs/gst/tuner/tuner.c:
38414 * gst-libs/gst/tuner/tuner.h:
38415 * gst-libs/gst/tuner/tunermarshal.list:
38416 use new glib-gen.mak snippet to clean up Makefile.am
38417 fix various bugs in Makefile.am's
38419 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38421 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38422 handle chain parsing correctly in the multichain case
38423 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38424 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38425 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38426 (theora_dec_chain):
38427 handle events and queries correctly
38429 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38432 Ignore generated file _stdint.h.
38434 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38436 * gst-libs/gst/colorbalance/Makefile.am:
38437 * gst-libs/gst/colorbalance/colorbalance.h:
38438 * gst-libs/gst/mixer/Makefile.am:
38439 * gst-libs/gst/mixer/mixer.h:
38440 * gst-libs/gst/play/Makefile.am:
38441 * gst-libs/gst/play/play.h:
38442 * gst-libs/gst/tuner/Makefile.am:
38443 * gst-libs/gst/tuner/tuner.h:
38444 Generate enum type code with glib-mkenums.
38445 * gst-libs/gst/colorbalance/.cvsignore:
38446 * gst-libs/gst/mixer/.cvsignore:
38447 * gst-libs/gst/play/.cvsignore:
38448 * gst-libs/gst/tuner/.cvsignore:
38449 Ignore generated files.
38451 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38453 * gst-libs/gst/audio/.cvsignore:
38454 Ignore generated file.
38455 * gst-libs/gst/audio/Makefile.am:
38456 Do not install example filter.
38458 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38460 * examples/switch/.cvsignore:
38461 Ignore generated file.
38463 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38465 * common/m4/ax_create_stdint_h.m4:
38467 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38470 remove generated _stdint.h in DISTCLEANFILES
38471 * ext/a52dec/gsta52dec.c:
38472 include _stdint.h for a52dec. (should fix #133064)
38474 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
38476 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38477 (gst_tag_to_vorbis_comments):
38478 Add replaygain support to vorbistag
38480 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
38481 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38482 (gst_ffmpeg_caps_to_extradata):
38483 Fix SVQ3 caps flag properties
38484 Use glib macro for bytes swap
38486 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38488 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38489 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38490 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38491 * ext/sndfile/gstsf.c: (plugin_init):
38492 * gst/avi/gstavi.c: (plugin_init):
38493 * sys/dxr3/dxr3init.c: (plugin_init):
38494 * sys/oss/gstossaudio.c: (plugin_init):
38495 * sys/v4l/gstv4l.c: (plugin_init):
38496 * sys/v4l2/gstv4l2.c: (plugin_init):
38497 remove textdomain calls
38499 update Dutch translation
38501 2004-02-02 Julien MOUTTE <julien@moutte.net>
38503 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38504 (gst_play_set_audio_sink): Moving volume in the audio thread for
38505 instantaneous volume change. Maybe i will add another volume in front
38506 of visualization later, not sure yet though.
38508 2004-02-02 Julien MOUTTE <julien@moutte.net>
38510 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38511 (gst_ximagesink_handle_xevents): Better X events handling, only take
38512 the latest events for configure and motion.
38513 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38515 2004-02-02 Jon Trowbridge <trow@gnu.org>
38517 reviewed by: David Schleef <ds@schleef.org>
38520 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38521 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38523 2004-02-02 David Schleef <ds@schleef.org>
38525 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
38527 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38528 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38529 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38530 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38531 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38532 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38533 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38534 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38535 (gst_float2_2_int_link):
38536 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38537 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38538 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38539 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38540 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38541 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38542 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38543 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38544 * testsuite/gst-lint: Add tests for bzero and ;;
38546 2004-02-02 David Schleef <ds@schleef.org>
38548 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38550 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38552 * ext/aalib/gstaasink.c: (gst_aasink_open):
38553 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38554 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38555 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38556 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38557 (gst_afsink_close_file):
38558 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38559 (gst_afsrc_close_file):
38560 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38561 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38562 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38563 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38564 * ext/esd/esdmon.c: (gst_esdmon_get):
38565 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38566 * ext/faac/gstfaac.c: (gst_faac_chain):
38567 * ext/faad/gstfaad.c: (gst_faad_chain):
38568 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38569 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38570 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38571 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38572 (gst_flacdec_loop):
38573 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38574 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38575 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38576 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38577 (gst_gnomevfssink_close_file):
38578 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38579 (gst_gnomevfssrc_open_file):
38580 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38581 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38582 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38583 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38584 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38585 * ext/mad/gstmad.c: (gst_mad_chain):
38586 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38587 * ext/mpeg2dec/gstmpeg2dec.c:
38588 * ext/mpeg2enc/gstmpeg2enc.cc:
38589 * ext/mplex/gstmplex.cc:
38590 * ext/mplex/gstmplexibitstream.cc:
38591 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38592 (gst_ogg_demux_push):
38593 * ext/raw1394/gstdv1394src.c:
38594 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38595 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38596 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38598 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38599 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38600 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38601 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38602 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38603 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38604 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38605 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38606 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38607 (gst_riff_read_element_data), (gst_riff_read_seek),
38608 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38609 * gst/adder/gstadder.c: (gst_adder_loop):
38610 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38611 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38612 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38613 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38614 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38615 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38616 * gst/goom/gstgoom.c: (gst_goom_chain):
38617 * gst/id3/gstid3types.c: (gst_id3types_loop):
38618 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38619 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38620 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38621 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38622 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38623 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38624 (gst_ebml_read_float), (gst_ebml_read_header):
38625 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38626 (gst_matroska_demux_parse_blockgroup):
38627 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38628 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38629 * gst/oneton/gstoneton.c: (gst_oneton_chain):
38630 * gst/silence/gstsilence.c: (gst_silence_get):
38631 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38632 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38633 * gst/speed/gstspeed.c: (speed_loop):
38634 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38635 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38636 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38637 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38638 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38639 (gst_wavparse_loop):
38640 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38641 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38642 (dxr3audiosink_close):
38643 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38644 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38645 (dxr3videosink_close), (dxr3videosink_write_data):
38646 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38647 * sys/oss/gstosssink.c: (gst_osssink_chain):
38648 * sys/oss/gstosssrc.c: (gst_osssrc_get):
38649 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38650 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38651 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38652 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38653 (gst_v4l_set_window), (gst_v4l_enable_overlay):
38654 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38655 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38656 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38657 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38658 (gst_v4l_set_audio):
38659 * sys/v4l/v4l_calls.h:
38660 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38661 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38662 (gst_v4lmjpegsink_playback_init),
38663 (gst_v4lmjpegsink_playback_start):
38664 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38665 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38666 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38667 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38668 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38669 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38670 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38671 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38672 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38673 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38674 (gst_v4l2_get_output), (gst_v4l2_set_output),
38675 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38676 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38677 (gst_v4l2_set_attribute):
38678 * sys/v4l2/v4l2_calls.h:
38679 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38680 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38681 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38682 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38683 (gst_v4l2src_capture_stop):
38684 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38685 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38686 (gst_ximagesink_chain):
38687 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38688 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38689 (gst_xvideosink_xwindow_new):
38690 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38691 (gst_xvimagesink_chain):
38693 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38695 * gst/volume/gstvolume.c: (gst_volume_set_volume),
38696 (gst_volume_get_volume), (volume_class_init), (volume_init),
38697 (volume_chain_int16), (volume_update_volume):
38698 * gst/volume/gstvolume.h:
38699 make code more readable by removing magic numbers
38700 make mixer interface export 0-100 range
38701 make it internally map to 0.0-1.0 range so users don't distort
38702 output by putting the sliders at full volume
38704 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38706 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38707 (gst_play_state_change), (gst_play_seek_to_time):
38708 block the tick callback for 0.5 secs after doing a seek
38710 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38712 * gst-libs/gst/play/play.c: (gst_play_new):
38715 2004-02-01 Julien MOUTTE <julien@moutte.net>
38717 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38718 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38719 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38720 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38721 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38722 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38724 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
38727 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38728 check for a function added in vorbis 1.1
38730 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
38732 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38733 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38734 really start/stop clock only on PLAYING <=> PAUSED
38735 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38736 remove \n from debugging lines
38737 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38738 make it work when seeking does not
38739 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38742 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
38744 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38745 start clock on PAUSED=>PLAYING, not later
38746 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38747 extract correct time for different discont formats
38748 (gst_alsa_sink_get_time):
38749 don't segfault when no format is negotiated yet, just return 0
38750 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38751 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38752 (gst_ogg_pad_push):
38753 handle flush and discont events correctly
38754 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38755 handle discont events correctly
38757 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
38759 * gst-libs/gst/play/play.c: (gst_play_error_quark),
38760 (gst_play_error_create), (gst_play_error_plugin),
38761 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38762 * gst-libs/gst/play/play.h:
38763 add error handling during creation
38764 * examples/gstplay/player.c: (main):
38765 use new gst_play_new
38768 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
38770 * ext/theora/theoradec.c: (theora_dec_chain):
38772 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38773 (vorbis_dec_src_event), (vorbis_dec_chain):
38774 add encoder tag, fix tag reading to be more error tolerant, change
38775 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38776 gst_pad_event_default.
38777 * gst/tags/gstvorbistag.c:
38778 (gst_tag_list_from_vorbiscomment_buffer):
38779 undefine function specific define at end of function
38781 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
38783 * ext/flac/gstflac.c: (plugin_init):
38784 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38785 * ext/flac/gstflacdec.h:
38786 * ext/flac/gstflacenc.h:
38789 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
38791 * examples/gstplay/player.c: s/gstplay.h/play.h/
38793 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
38795 * gst-libs/gst/play/Makefile.am:
38796 * gst-libs/gst/play/gstplay.c:
38797 * gst-libs/gst/play/gstplay.h:
38798 * gst-libs/gst/play/play.c:
38799 more surgery, operation complete
38801 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
38803 * gst-libs/gst/play/play.old.c:
38804 * gst-libs/gst/play/play.old.h:
38805 after CVS surgery by moving, remove
38806 * gst-libs/gst/play/playpipelines.c:
38809 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38810 add negotiation error
38812 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
38814 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38815 (gst_ogg_demux_push):
38816 add some seeking debug info
38817 send a flush when seeking
38819 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
38825 * ext/theora/Makefile.am:
38826 * ext/theora/theoradec.c:
38827 add theora video decoder. Does just do simple decoding for now and
38828 has been tested against Theora cvs only. It only works when theora
38829 is compiled with --enable-static.
38830 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38831 always reset packetno on DISCONT
38833 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
38835 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38838 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
38840 * gst/mpegaudioparse/gstmpegaudioparse.c:
38841 (mp3_type_frame_length_from_header):
38842 Fix header parsing - stolen from ffmpeg (thank you! :) ).
38844 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
38846 * ext/esd/esdsink.c: (gst_esdsink_init):
38847 Since we have static pad template caps, we don't need to negotiate;
38848 either the core errors out or we know the format.
38850 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
38852 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38853 (gst_riff_read_seek):
38854 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38855 (gst_ebml_read_seek):
38856 Fix event handling.
38858 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
38860 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38861 removee video/x-theora from vp3 decoder, it doesn't handle raw
38863 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38864 fix bug with finalizing element that never went to PAUSED
38865 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38866 length and position queries were swapped
38867 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38868 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38869 (vorbis_dec_src_event):
38870 implement querying time and bytes
38872 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
38874 * just about every source file:
38875 gst_element_error -> GST_ELEMENT_ERROR
38877 2004-01-29 Julien MOUTTE <julien@moutte.net>
38879 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38880 emiting FLUSH and even before DISCONT.
38881 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38882 get the best instant seeking as possible yay!
38884 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
38886 * gst/mpeg1videoparse/gstmp1videoparse.c:
38887 (gst_mp1videoparse_real_chain):
38888 Committed wrong version last week... Grr... Didn't notice until now.
38890 2004-01-29 Julien MOUTTE <julien@moutte.net>
38892 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38893 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38894 have_xwindow_id signal in xwindow_create.
38896 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
38898 * ext/ogg/gstoggdemux.c:
38899 lots of changes - mainly support for chained bitstreams, seeking,
38900 querying and bugfixes of course
38901 * ext/vorbis/Makefile.am:
38902 * ext/vorbis/vorbisdec.c:
38903 * ext/vorbis/vorbisdec.h:
38904 add vorbisdec raw vorbis decoder
38905 * ext/vorbis/vorbis.c: (plugin_init):
38906 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38907 * gst/intfloat/Makefile.am:
38908 * gst/intfloat/float22int.c:
38909 * gst/intfloat/float22int.h:
38910 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38911 add float2intnew plugin. It converts multichannel interleaved float to
38912 multichannel interleaved int. The name should probably be changed.
38913 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38915 add typefinding for raw theora video so oggdemux can detect it.
38917 2004-01-28 Julien MOUTTE <julien@moutte.net>
38919 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38920 sink element first.
38921 * gst/videoscale/gstvideoscale.c:
38922 (gst_videoscale_handle_src_event): Fixing src event handler.
38924 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
38926 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38927 (gst_v4lsrc_open), (gst_v4lsrc_close),
38928 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38929 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38930 * sys/v4l/gstv4lsrc.h:
38931 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38932 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38933 Implement resizing... Hack. But that's why v4l is b0rked...
38935 2004-01-28 Julien MOUTTE <julien@moutte.net>
38937 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38938 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38939 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38940 (gst_ximagesink_xwindow_destroy):
38941 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38942 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38943 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38944 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38945 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38946 correctly cleaning the image created to check xshm calls on succes,
38947 added a lot of XSync calls in X11 functions, and fixed a segfault when
38948 no image format was defined before negotiation happened.
38950 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
38952 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38953 use gst_element_get_time to get correct time
38955 2004-01-28 Julien MOUTTE <julien@moutte.net>
38957 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38958 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38959 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38960 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38961 (gst_xvimagesink_check_xshm_calls),
38962 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38963 X plugins are now able to detect that XShm calls will fail even if the
38964 server claims that it has XShm support (remote displays most of the
38965 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38966 so that we use non XShm functions. This feature is almost useless for
38967 xvimagesink as Xv is not supported on remote displays anyway, but
38968 it might happen than even on the local display XShm calls fail.
38970 2004-01-27 David Schleef <ds@schleef.org>
38972 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38973 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38974 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
38975 changed esdsink to only use 44100,16,2, since esd sucks at rate
38976 conversion and esdsink has had difficulty negotiating.
38978 2004-01-27 Julien MOUTTE <julien@moutte.net>
38980 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38981 (gst_play_seek_to_time): Fixing the way to get current position.
38983 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
38985 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38986 use gst_element_get_time to get correct time
38988 2004-01-27 Julien MOUTTE <julien@moutte.net>
38990 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38991 fix ever... Inverting 2 lines of code make spider autoplug correctly
38994 2004-01-27 David Schleef <ds@schleef.org>
38996 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38997 Use gst_pad_try_set_caps_nonfixed().
38999 2004-01-27 David Schleef <ds@schleef.org>
39001 * gst/ac3parse/gstac3parse.c: update to checklist 5
39002 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
39003 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39004 * gst/audioscale/gstaudioscale.c: same
39005 * gst/auparse/gstauparse.c: same
39006 * gst/avi/gstavidemux.c: same
39008 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39010 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39011 stop processing after EOS
39013 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39015 * gst/asfdemux/asfheaders.h:
39016 * gst/asfdemux/gstasfdemux.c:
39017 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39018 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39019 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39020 lot's of fixes to make data extraction simpler and get the code
39021 architecture and compiler independant. Add debugging category
39022 * gst/goom/gstgoom.c: (gst_goom_change_state):
39023 reset channel count on PAUSED=>READY, not READY=>PAUSED
39025 2004-01-26 Colin Walters <walters@verbum.org>
39027 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39028 code to pull a bigger buffer in iradio mode. This as a side effect
39029 makes typefinding work.
39031 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39033 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39034 Fix SVQ3 decoding on PPC
39036 2004-01-26 Julien MOUTTE <julien@moutte.net>
39038 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39039 that one managed to stay there... Fixed.
39041 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39043 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39044 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39045 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39046 (qtdemux_video_caps):
39047 * gst/qtdemux/qtdemux.h:
39048 Add SVQ3 specific flags to qtdemux and ffmpeg
39050 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
39052 * gst-libs/gst/audio/audio.h:
39053 remove buffer-frames from audio caps
39054 * gst/audioconvert/gstaudioconvert.c:
39055 fix plugin to really work.
39057 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39059 * gst-libs/gst/mixer/mixer.c:
39060 * gst-libs/gst/propertyprobe/propertyprobe.c:
39061 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39062 (gst_tuner_find_channel_by_name):
39063 * gst-libs/gst/tuner/tuner.h:
39064 Add gtk-doc style comments. Also fix a function name.
39066 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39068 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39069 (gst_divxdec_negotiate):
39070 Fix for new capsnego - also fixes gst-player with divxdec.
39072 2004-01-25 Julien MOUTTE <julien@moutte.net>
39074 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39075 (gst_play_identity_handoff), (gst_play_set_location),
39076 (gst_play_set_visualization), (gst_play_connect_visualization): Another
39077 try in visualization implementation. Still have an issue with switch
39078 blocking when pulling from video_queue and only audio comes out of
39080 * gst/switch/gstswitch.c: (gst_switch_release_pad),
39081 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39082 release method. And check if the pad is usable before pulling.
39084 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39086 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39087 (gst_videobalance_init),
39088 (gst_videobalance_colorbalance_list_channels),
39089 (gst_videobalance_colorbalance_set_value),
39090 (gst_videobalance_colorbalance_get_value),
39091 (gst_videobalance_update_properties),
39092 (gst_videobalance_update_tables_planar411),
39093 (gst_videobalance_planar411):
39094 * gst/videofilter/gstvideobalance.h:
39095 Implement lookup-tables. +/- 10x faster.
39097 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39099 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39100 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39101 The index reading was broken. The rest worked fine, but the whole
39102 goal of my rewrite was to make avidemux readable, and this was
39103 not at all readable. Please use typed variables.
39105 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39107 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39108 Additional pad usability check.
39109 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39110 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39111 (gst_mp1videoparse_real_chain):
39112 Fix MPEG video stream parsing. The original plugin had several
39113 issues, including not timestamping streams where the source was
39114 not timestamped (this happens with PTS values in mpeg system
39115 streams, but MPEG video is also a valid stream on its own so
39116 that needs timestamps too). We use the display time code for that
39117 for now. Also, if one incoming buffer contains multiple valid
39118 frames, we push them all on correctly now, including proper EOS
39119 handling. Lastly, several potential segfaults were fixed, and we
39120 properly sync on new sequence/gop headers to include them in next,
39121 not previous frames (since they're header for the next frame, not
39122 the previous). Also see #119206.
39123 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39125 Move caps setting so we only do it after finding several valid
39126 MPEG-1 fraes sequentially, not right after the first one (which
39127 might be coincidental).
39128 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39129 (mpeg_video_type_find), (mpeg_video_stream_type_find),
39131 Add unsynced MPEG video stream typefinding, and change some
39132 probability values so we detect streams rightly. The idea is as
39133 follows: I can have an unsynced system stream which contains
39134 video. In the current code, I would randomly get a type for either
39135 system or video stream type found, because the probabilities are
39136 being calculated rather randomly. I now use fixed values, so we
39137 always prefer system stream if that was found (and that is how it
39138 should be). If no system stream was found, we can still identity the stream as video-only.
39140 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39142 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39143 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39144 don't write to buffer. Extract data without the need of
39145 __attribute__ ((packed))
39147 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39149 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39150 (mpeg1_sys_type_find):
39151 Fix MPEG-1 stream typefinding.
39153 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39155 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39156 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39158 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39160 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39161 * ext/esd/gstesd.c: (plugin_init):
39162 private debugging, better error reporting
39164 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39166 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39167 (gst_riff_read_init), (gst_riff_read_change_state):
39168 * gst-libs/gst/riff/riff-read.h:
39169 Remove stuff fromold metadata system.
39171 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39173 * ext/ogg/gstoggdemux.c:
39174 Fix wrong file comment.
39175 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39176 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39177 Add metadata reading properly.
39179 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39182 Fix nas DIST_SUBDIRS
39184 Fix bug where make distcheck doesn't get run on adding stuff to
39187 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39189 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39190 * ext/divx/gstdivxdec.h:
39191 Fix divx3 ("msmpeg4") playback using divxdec.
39193 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39195 * gst/typefind/gsttypefindfunctions.c:
39196 (mp3_type_frame_length_from_header): fix bug in length computation
39197 (mp3_type_find): improve debugging output
39199 2004-01-23 Julien MOUTTE <julien@moutte.net>
39201 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39202 (gst_play_set_location), (gst_play_seek_to_time),
39203 (gst_play_set_audio_sink), (gst_play_set_visualization),
39204 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39205 the pipeline from scratch. Visualization is back and switch went out as
39206 i realized it was not possible to use the way i wanted.
39207 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39208 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39209 clearing in state change from READY to NULL. So that one can clean the
39210 X ressources keeping the element.
39211 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39212 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39213 (gst_xvimagesink_colorbalance_set_value),
39214 (gst_xvimagesink_colorbalance_get_value),
39215 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39216 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39217 change from READY to NULL and fixed some stupid bugs in colorbalance
39218 get/set values. Also added the following feature : when nobody tries to
39219 set some values to the colorbalance levels before the xcontext is
39220 grabbed, then when creating channels list from Xv attributes we set the
39221 internal values to the Xv defaults. This way we handle buggy Xv drivers
39222 that set default hue values far from the middle of the range (Thanks
39223 to Jon Trowbridge for pointing that issue).
39224 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39225 colorbalance levels have been set before xcontext is grabbed.
39227 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
39229 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39230 Fix the ossmixer case where we shouldn't open /dev/dsp* because
39231 it might block operations (which is bad for a mixer).
39233 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39235 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39236 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39237 (gmip_find_type_pre):
39238 * gst-libs/gst/media-info/media-info-priv.h:
39239 * gst-libs/gst/media-info/media-info.c:
39240 (gst_media_info_instance_init), (gst_media_info_read_idler):
39241 add fakesink to get caps on decoder src pad again
39242 fix callback prototype to match new have_type signal signature
39244 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39246 * gst/adder/gstadder.c: (gst_adder_link):
39247 fix non-compile and cut-n-paste code
39249 2004-01-21 David Schleef <ds@schleef.org>
39251 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39252 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39253 (gst_swfdec_init), (gst_swfdec_change_state):
39254 * ext/swfdec/gstswfdec.h:
39256 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39257 (gst_adder_request_new_pad): Fix negotiation.
39258 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39259 Add a fixate function.
39260 * gst/intfloat/gstfloat2int.c:
39261 * gst/intfloat/gstfloat2int.h:
39262 * gst/intfloat/gstint2float.c:
39263 * gst/intfloat/gstint2float.h:
39264 Completely rewrite the negotiation. Doesn't quite work yet,
39265 due to some buffer-frames problem.
39267 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
39269 * ext/gnomevfs/gstgnomevfssrc.c:
39270 * sys/v4l2/v4l2_calls.h:
39271 fix includes for distcheck
39273 2004-01-21 Christian Schaller <uraeus@gnome.org>
39276 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39277 based on earlier patch from Laurent Vivier
39279 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
39281 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39282 Fix wma caps property
39283 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39284 Fix typo (flags1 and flags2)
39286 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39288 * gst-libs/gst/media-info/media-info-priv.c:
39289 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39290 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39291 (gmip_find_stream), (gmip_find_track_metadata),
39292 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39293 (gmip_find_track_format):
39294 * gst-libs/gst/media-info/media-info-priv.h:
39295 * gst-libs/gst/media-info/media-info-test.c: (main):
39296 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39297 (gst_media_info_read_idler), (gst_media_info_read):
39298 * gst-libs/gst/media-info/media-info.h:
39299 register debugging category and use it for debugging
39301 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39303 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39304 (gst_vorbisfile_new_link):
39305 signal streaminfo through tags
39307 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39309 * ext/mplex/gstmplex.cc:
39310 * ext/mplex/gstmplexibitstream.cc:
39311 g++ doesn't like NULL in our i18n/error macros, should be
39312 either (NULL) or ("").
39314 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39316 * sys/dxr3/dxr3audiosink.c:
39317 * sys/dxr3/dxr3init.c:
39318 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39319 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39320 Fix more error error error errors (missing includes here).
39322 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39324 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39325 fix thomas' error errors.
39327 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39329 * ext/mpeg2enc/gstmpeg2enc.cc:
39332 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39334 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39335 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39336 Fix for new error system.
39338 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39340 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39341 fix for new error reporting
39343 2004-01-20 David Schleef <ds@schleef.org>
39345 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39346 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39347 (gst_ximagesink_set_xwindow_id): Change to using a framerate
39348 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39349 and neither is 100+, most likely.
39350 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39351 (gst_xvimagesink_getcaps): same
39353 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
39356 Up version requirement to 2.0.3 (not yet released) to avoid symbol
39357 clashes with ffmpeg.
39359 2004-01-20 Julien MOUTTE <julien@moutte.net>
39361 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39362 (gst_switch_init): Fixed switch element : proxying link and setting
39363 caps from src to sink on request.
39365 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39367 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39368 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39369 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39372 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39374 * sys/v4l/v4l_calls.h:
39375 * sys/v4l2/v4l2_calls.h:
39376 element_error fixes
39378 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39380 * gst-libs/gst/gst-i18n-plugin.h:
39382 remove config.h inclusion
39384 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39387 adding autopoint invocation
39390 * gst-libs/gst/gettext.h:
39391 adding gettext bits
39392 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39393 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39394 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39395 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39396 (gst_gnomevfssink_close_file):
39397 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39398 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39399 * gst-libs/gst/gst-i18n-plugin.h:
39400 * gst/avi/gstavi.c: (plugin_init):
39401 * sys/dxr3/dxr3init.c: (plugin_init):
39402 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39403 * sys/oss/gstossaudio.c: (plugin_init):
39404 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39405 * sys/v4l/gstv4l.c: (plugin_init):
39406 * sys/v4l/v4l_calls.c: (gst_v4l_open):
39407 * sys/v4l2/gstv4l2.c: (plugin_init):
39408 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39409 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39410 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39411 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39412 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39413 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39414 make sure locale and translation domain are set
39415 fix translated strings
39421 put translation files into place
39422 * sys/xvideo/imagetest.c: (main):
39423 * ext/dv/demo-play.c: (main):
39424 fix unnecessary translations
39426 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
39428 * ext/sndfile/gstsf.c:
39429 * gst/avi/gstavimux.c:
39430 * ext/audiofile/gstafsink.c:
39431 * ext/audiofile/gstafsrc.c:
39432 * ext/gnomevfs/gstgnomevfssink.c:
39433 * ext/gnomevfs/gstgnomevfssrc.c:
39434 * sys/oss/gstosselement.c:
39435 * sys/v4l/v4l_calls.h:
39438 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39440 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39441 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39442 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39443 (gst_v4l2_get_output), (gst_v4l2_set_output),
39444 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39445 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39446 (gst_v4l2_set_attribute):
39447 update to new error handling
39449 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39451 * ext/sidplay/gstsiddec.cc:
39452 * gst/modplug/gstmodplug.cc:
39453 parenthese NULL because C++ seems angry about it
39455 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39457 * gst-libs/gst/gst-i18n-plugin.h:
39458 add skeleton i18n stuff, but needs to be further implemented
39460 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
39462 * examples/gstplay/player.c: (main):
39463 * ext/aalib/gstaasink.c: (gst_aasink_open):
39464 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39465 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39466 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39467 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39468 (gst_afsink_close_file):
39469 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39470 (gst_afsrc_close_file):
39471 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39472 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39473 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39474 * ext/esd/esdmon.c: (gst_esdmon_get):
39475 * ext/esd/esdsink.c: (gst_esdsink_chain):
39476 * ext/faac/gstfaac.c: (gst_faac_chain):
39477 * ext/faad/gstfaad.c: (gst_faad_chain):
39478 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39479 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39480 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39481 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39482 (gst_flacdec_loop):
39483 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39484 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39485 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39486 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39487 (gst_gnomevfssink_close_file):
39488 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39489 (gst_gnomevfssrc_open_file):
39490 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39491 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39492 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39493 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39494 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39495 * ext/mad/gstmad.c: (gst_mad_chain):
39496 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39497 * ext/mpeg2dec/gstmpeg2dec.c:
39498 * ext/mpeg2enc/gstmpeg2enc.cc:
39499 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39500 * ext/mplex/gstmplex.cc:
39501 * ext/mplex/gstmplexibitstream.cc:
39502 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39503 (gst_ogg_demux_push), (gst_ogg_pad_push):
39504 * ext/raw1394/gstdv1394src.c:
39505 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39506 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39507 * ext/sidplay/gstsiddec.cc:
39508 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39510 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39511 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39512 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39513 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39514 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39515 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39516 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39517 * gst-libs/gst/Makefile.am:
39518 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39519 (gst_riff_read_element_data), (gst_riff_read_seek),
39520 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39521 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39522 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39523 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39524 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39525 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39526 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39527 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39528 * gst/goom/gstgoom.c: (gst_goom_chain):
39529 * gst/id3/gstid3types.c: (gst_id3types_loop):
39530 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39531 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39532 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39533 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39534 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39535 (gst_ebml_read_float), (gst_ebml_read_header):
39536 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39537 (gst_matroska_demux_parse_blockgroup):
39538 * gst/modplug/gstmodplug.cc:
39539 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39540 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39541 * gst/oneton/gstoneton.c: (gst_oneton_chain):
39542 * gst/silence/gstsilence.c: (gst_silence_get):
39543 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39544 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39545 * gst/speed/gstspeed.c: (speed_loop):
39546 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39547 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39548 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39549 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39550 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39551 (gst_wavparse_loop):
39552 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39553 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39554 (dxr3audiosink_close):
39555 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39556 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39557 (dxr3videosink_close), (dxr3videosink_write_data):
39558 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39559 * sys/oss/gstosselement.h:
39560 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39561 (gst_osssink_chain):
39562 * sys/oss/gstosssrc.c: (gst_osssrc_get):
39563 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39564 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39565 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39566 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39567 (gst_v4l_enable_overlay):
39568 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39569 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39570 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39571 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39572 (gst_v4l_set_audio):
39573 * sys/v4l/v4l_calls.h:
39574 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39575 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39576 (gst_v4lmjpegsink_playback_init),
39577 (gst_v4lmjpegsink_playback_start):
39578 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39579 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39580 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39581 (gst_v4lmjpegsrc_requeue_frame):
39582 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39583 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39584 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39585 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39586 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39587 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39588 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39589 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39590 (gst_v4l2src_capture_stop):
39591 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39592 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39593 (gst_ximagesink_chain):
39594 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39595 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39596 (gst_xvideosink_xwindow_new):
39597 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39598 (gst_xvimagesink_chain):
39599 use new error signal, function and categories
39601 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
39605 * ext/musicbrainz/gsttrm.c:
39606 * ext/musicbrainz/gsttrm.h:
39607 * ext/musicbrainz/Makefile.am:
39610 2004-01-18 Julien MOUTTE <julien@moutte.net>
39612 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39613 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39614 synchronous property for debugging.
39615 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39616 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39617 (gst_xvimagesink_set_property): Moving a pointer declaration to a
39618 smaller block, fixing indent.
39620 2004-01-16 David Schleef <ds@schleef.org>
39622 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39623 property affects the video stream.
39624 * sys/xvimage/xvimagesink.c:
39625 * sys/xvimage/xvimagesink.h:
39626 Add synchronous property for debugging. Should probably be
39627 disabled in non-CVS builds. Make sure that the Xv attribute
39628 exists before we set it (crash!). Fix a silly float bug that
39629 caused colorbalance to just not work.
39631 2004-01-17 Christian Schaller <Uraeus@gnome.org>
39633 * tools/gst-launch-ext.in - update for new plugins
39635 2004-01-16 David Schleef <ds@schleef.org>
39637 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39638 already-freed caps.
39640 2994-01-16 Christian Schaller <Uraeus@gnome.org>
39642 * Update spec for new colorspace plugin and libcaca plugin
39643 * Fix compilation of libcaca plugin (clock -> id)
39645 2004-01-16 Julien MOUTTE <julien@moutte.net>
39647 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39648 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39649 (gst_xvimagesink_set_xwindow_id),
39650 (gst_xvimagesink_colorbalance_set_value),
39651 (gst_xvimagesink_colorbalance_get_value),
39652 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39653 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39654 correct colorbalance properties. They can now be set when the element
39655 is still in NULL state. The values will be committed to the Xv Port
39656 when xcontext is initialized.
39657 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39658 brightness int values in the GstXvImagesink structure.
39660 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
39662 * gst-libs/gst/Makefile.am:
39663 restructure so having local patches works easier.
39665 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
39667 * ext/mpeg2enc/Makefile.am:
39668 * ext/mpeg2enc/gstmpeg2enc.cc:
39669 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39670 Bugfix with respect to EOS handling.
39672 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
39674 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39675 Link with right caps (else, it segfaults).
39676 * ext/mplex/gstmplexjob.cc:
39677 Fix for slight API change in 1.6.1.93 release of mjpegtools.
39679 2004-01-15 David Schleef <ds@schleef.org>
39681 * gst-libs/gst/audio/Makefile.am:
39682 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39684 * gst-libs/gst/audio/gstaudiofilter.c:
39685 * gst-libs/gst/audio/gstaudiofilter.h:
39686 Add bytes_per_sample and size and n_samples calculation.
39687 * gst-libs/gst/audio/gstaudiofilterexample.c:
39688 Remove, now autogenerated.
39689 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39690 Moved from gstaudiofilterexample, object name changed, code added
39691 so that it actually works.
39692 * gst-libs/gst/audio/make_filter:
39693 Script to build an audiofilter subclass from the template.
39694 * gst/colorspace/Makefile.am:
39695 * gst/colorspace/yuv2yuv.c:
39696 Remove file, since it's GPL, and we don't use it.
39698 2004-01-15 Julien MOUTTE <julien@moutte.net>
39700 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39701 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39702 them use the buffer free function to test how the buffer was allocated.
39704 2004-01-15 David Schleef <ds@schleef.org>
39706 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39707 that handles osssink fallback.
39708 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39709 (gst_audio_convert_getcaps):
39710 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39711 Add audio/x-qdm2 for QDM2 audio.
39712 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39713 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39714 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39715 Decrease minimum size to 16x16.
39716 * gst/wavparse/gstwavparse.c:
39717 Convert disabled pad template caps to new caps.
39718 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39719 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39720 (gst_xvimagesink_chain): Throw element error when display cannot
39721 be opened. Increase minimum framerate to 1.0. Check the data
39722 free function on a buffer to make sure it is the type we expect
39723 before manipulating it.
39725 2004-01-15 Julien MOUTTE <julien@moutte.net>
39727 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39728 (gst_videobalance_colorbalance_set_value): Implement passthru if
39729 settings are in the middle.
39730 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39732 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
39734 * gst/videofilter/Makefile.am:
39735 * gst/volume/Makefile.am:
39736 Since we use videofilter symbols, link to it.
39738 2004-01-15 Julien MOUTTE <julien@moutte.net>
39740 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39741 mixer interface type to HARDWARE.
39742 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39744 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39745 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39746 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39747 (gst_volume_interface_init), (gst_volume_list_tracks),
39748 (gst_volume_set_volume), (gst_volume_get_volume),
39749 (gst_volume_set_mute), (gst_volume_mixer_init),
39750 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39751 (volume_init): Implementing mixer interface.
39752 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39753 * sys/oss/gstosselement.c: (gst_osselement_get_type),
39754 (gst_osselement_change_state): Removing some trailing commas in
39756 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39757 interface type to HARDWARE.
39758 * sys/v4l/gstv4lcolorbalance.c:
39759 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39761 * sys/v4l2/gstv4l2colorbalance.c:
39762 (gst_v4l2_color_balance_interface_init): Setting colorbalance
39763 interface type to HARDWARE.
39764 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39765 same code than ximagesink for event handling.
39767 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
39769 * ext/snapshot/Makefile.am:
39770 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39771 (gst_snapshot_chain):
39772 * ext/snapshot/gstsnapshot.h:
39773 This has to be a joke... Snapshot should be connected to a tee,
39774 colorspace element before it and EOS after that, where the other
39775 src of the tee receives normal data.
39776 The current way is *wrong*.
39778 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
39780 * ext/hermes/gsthermescolorspace.c:
39781 Fix another compile error. Same as below.
39783 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
39785 * gst/colorspace/gstcolorspace.c:
39786 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39787 (gst_colorspace_i420_to_yv12):
39788 Fix compiling... Didn't test if it actually works.
39790 2004-01-15 David Schleef <ds@schleef.org>
39793 * gst/colorspace/Makefile.am:
39794 * gst/colorspace/gstcolorspace.c:
39795 * gst/colorspace/gstcolorspace.h:
39796 * gst/colorspace/yuv2rgb.c:
39797 * gst/colorspace/yuv2rgb.h:
39798 Duplicate the ext/hermes colorspace plugin, and remove Hermes
39799 code and GPL code. Fix for new caps negotiation. Rewrite
39800 much of the format handling code, and some of the conversion
39801 code. Basically, rewrote almost everything. This element
39802 handles I420, YV12 to RGB conversions.
39803 * ext/hermes/Makefile.am:
39804 * ext/hermes/gsthermescolorspace.c:
39805 Rename colorspace to hermescolorspace. Fix negotiation issues.
39806 Remove non-Hermes related code. This element handles lots of
39807 RGB to RGB conversions, but no YUV.
39808 * ext/hermes/gstcolorspace.c:
39809 * ext/hermes/gstcolorspace.h:
39810 * ext/hermes/rgb2yuv.c:
39811 * ext/hermes/yuv2rgb.c:
39812 * ext/hermes/yuv2rgb.h:
39813 * ext/hermes/yuv2rgb_mmx16.s:
39814 * ext/hermes/yuv2yuv.c:
39815 * ext/hermes/yuv2yuv.h:
39818 2004-01-14 Colin Walters <walters@verbum.org>
39820 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39821 they've already been.
39823 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
39825 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39826 assume tag mode when pad is not connected
39828 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
39830 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39831 Don't update the time of the clock
39832 (gst_alsa_sink_loop):
39833 sync to the clock given to alsasink, not the own clock
39834 * sys/oss/gstosssink.c: (gst_osssink_chain):
39836 (gst_osssink_change_state):
39838 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39840 remove bogus code that made DISCONT events unhandled
39841 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39842 explicitly case to double in _set_simple. (fixes 2nd warning in bug
39844 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39845 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39846 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39847 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39848 2nd warning in bug #131502)
39850 2004-01-14 Julien MOUTTE <julien@moutte.net>
39852 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39853 (gst_videobalance_colorbalance_set_value),
39854 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39855 for colorbalance interface implementation.
39856 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39857 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39858 (gst_ximagesink_dispose), (gst_ximagesink_init),
39859 (gst_ximagesink_class_init): Adding DISPLAY property.
39860 * sys/ximage/ximagesink.h: Adding display_name to store display.
39861 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39862 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39863 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39864 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39865 properties (they still need polishing though for gst-launch use : no
39866 xcontext yet, i ll do that tomorrow).
39867 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39869 2004-01-14 Julien MOUTTE <julien@moutte.net>
39871 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39872 (gst_play_set_location), (gst_play_set_visualization): Preparing
39873 switch integration, adding videobalance in the pipeline.
39875 2004-01-14 Julien MOUTTE <julien@moutte.net>
39877 * gst-libs/gst/colorbalance/colorbalance.c:
39878 (gst_color_balance_class_init): Adding a default type.
39879 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39881 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39882 (gst_videobalance_dispose), (gst_videobalance_class_init),
39883 (gst_videobalance_init), (gst_videobalance_interface_supported),
39884 (gst_videobalance_interface_init),
39885 (gst_videobalance_colorbalance_list_channels),
39886 (gst_videobalance_colorbalance_set_value),
39887 (gst_videobalance_colorbalance_get_value),
39888 (gst_videobalance_colorbalance_init): Implementing colorbalance
39890 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39892 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39893 bug which was triggering a BadAccess X error when setting an overlay
39894 before pad was really negotiated.
39895 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39896 Using the colorbalance type macro.
39898 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
39900 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39901 (gst_flacenc_chain):
39902 handle tags correctly
39903 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39904 extract ID3v1 tags correctly
39906 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
39908 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39910 Improve matroska typefinding for odd-typed headers...
39912 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
39914 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39915 Fix for using incremental number on padnames.
39917 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
39919 * ext/divx/gstdivxdec.c:
39920 * ext/divx/gstdivxenc.c:
39921 Set category to divx4linux instead of divx (too generic).
39922 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39923 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39924 (gst_wavparse_loop), (gst_wavparse_change_state):
39925 * gst/wavparse/gstwavparse.h:
39926 fix parsing of WAV files with non-standard fmt-tag size and fix
39927 skipping of unrecognized chunks... Someone please fix this thing
39928 to use rifflib so all this is automated.
39929 * sys/v4l/Makefile.am:
39930 * sys/v4l2/Makefile.am:
39931 Add X_CFLAGS because we depend on X (for overlay).
39933 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
39935 * ext/mpeg2dec/gstmpeg2dec.c:
39936 Don't issue a timestamp unless we tagged the frame
39939 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
39941 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39942 Query the audio element to get the time, not the clock. We're
39943 interested in the element's time here.
39945 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
39947 * ext/aalib/gstaasink.c: (gst_aasink_chain):
39948 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39949 * ext/esd/esdsink.c: (gst_esdsink_chain):
39950 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39951 * ext/mas/massink.c: (gst_massink_chain):
39952 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39953 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39954 (gst_matroska_demux_parse_metadata):
39955 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39956 (gst_mpeg_parse_release_locks):
39957 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39958 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39959 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39960 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39961 (gst_osssink_change_state):
39962 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39963 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39964 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39965 (gst_xvideosink_release_locks):
39966 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39968 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39969 (gst_alsa_clock_stop):
39970 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39971 (gst_audio_clock_get_internal_time):
39972 simplify for use with new clocking code.
39973 * testsuite/alsa/Makefile.am:
39974 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39975 fix testsuite for new caps system
39977 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
39979 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39980 * ext/flac/gstflacenc.c: (add_one_tag):
39981 length is already host endian, no need to convert. Fixes playback of
39982 tagged files on PPC. (bug #128384)
39984 2004-01-13 Julien MOUTTE <julien@moutte.net>
39986 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39987 colorbalance interface stating if it is hardware based or software
39989 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39990 Removing a trailing comma.
39991 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39992 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39993 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39994 the documentation seems to be wrong on the -1000 to 1000 interval.
39996 2004-01-12 David Schleef <ds@schleef.org>
39998 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39999 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40000 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40001 Fix negotiation. Add a bufferalloc function for the sink pad,
40002 and generally clean up some of the code.
40004 2004-01-12 Julien MOUTTE <julien@moutte.net>
40006 * gst-libs/gst/colorbalance/colorbalancechannel.c:
40007 (gst_color_balance_channel_dispose): Adding safety check in dispose
40009 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40010 (gst_xvimagesink_xcontext_clear),
40011 (gst_xvimagesink_interface_supported),
40012 (gst_xvimagesink_colorbalance_list_channels),
40013 (gst_xvimagesink_colorbalance_set_value),
40014 (gst_xvimagesink_colorbalance_get_value),
40015 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40016 Adding colorbalance interface support to set XV parameters such as
40017 HUE, BRIGHTNESS, CONTRAST, SATURATION.
40018 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40021 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40023 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40024 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40025 (gst_audio_convert_init), (gst_audio_convert_set_property),
40026 (gst_audio_convert_get_property), (gst_audio_convert_chain),
40027 (gst_audio_convert_link),
40028 (gst_audio_convert_buffer_to_default_format),
40029 (gst_audio_convert_buffer_from_default_format), (plugin_init):
40030 - implement _getcaps and use it
40032 - remove float caps since no float conversion is actually done
40033 - remove properties and arguments that were to be used for rate
40036 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40038 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40039 (gst_audio_structure_set_int):
40040 * gst-libs/gst/audio/audio.h:
40041 add helper functions for _getcaps matching the standard audio
40044 2004-01-12 David Schleef <ds@schleef.org>
40046 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40047 Test that pad is negotiated before getting its caps.
40049 2004-01-12 Julien MOUTTE <julien@moutte.net>
40051 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40052 analyzing the pads of an element the bin is mostly in READY state so
40053 no caps were negotiated. This helper function needs to work with
40054 _get_caps directly then. I was not freeing them though, added that to
40057 2004-01-12 Julien MOUTTE <julien@moutte.net>
40059 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40060 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40061 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40062 than the free_func.
40064 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40066 * sys/oss/gstossaudio.c: (plugin_init):
40067 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40068 * sys/oss/gstosselement.h:
40069 make an oss debugging category
40070 make failure more descriptive
40072 2004-01-11 David Schleef <ds@schleef.org>
40074 * ext/ffmpeg/gstffmpeg.c:
40075 * ext/ffmpeg/gstffmpegcodecmap.c:
40076 * ext/ffmpeg/gstffmpegdec.c:
40077 * ext/ffmpeg/gstffmpegenc.c:
40078 * ext/ffmpeg/gstffmpegprotocol.c:
40079 * ext/gdk_pixbuf/gstgdkanimation.c:
40080 * ext/jpeg/gstjpeg.c:
40081 * ext/libpng/gstpng.c:
40082 * ext/mpeg2dec/perftest.c:
40083 * ext/speex/gstspeex.c:
40084 * gst-libs/gst/resample/dtos.c:
40085 * gst/intfloat/gstintfloatconvert.c:
40086 * gst/oneton/gstoneton.c:
40087 * gst/rtjpeg/RTjpeg.c:
40088 * gst/rtp/gstrtp.c:
40089 * sys/dxr3/dxr3init.c:
40090 * sys/glsink/gstgl_nvimage.c:
40091 * sys/glsink/gstgl_pdrimage.c:
40092 * sys/glsink/gstglsink.c:
40093 * testsuite/gst-lint:
40094 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40096 2004-01-11 David Schleef <ds@schleef.org>
40098 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40099 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40100 * ext/gdk_pixbuf/gstgdkanimation.c:
40101 (gst_gdk_animation_iter_create_pixbuf):
40102 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40103 (gst_gdk_pixbuf_chain):
40104 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40105 * ext/jack/gstjack.c: (gst_jack_change_state):
40106 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40107 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40108 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40109 * gst/videofilter/gstvideofilter.c:
40110 (gst_videofilter_set_output_size):
40111 Remove all usage of gst_pad_get_caps(), and replace it with
40112 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40114 2004-01-11 David Schleef <ds@schleef.org>
40117 * ext/Makefile.am: Fixes to make ext/libcaca compile.
40118 * ext/divx/gstdivxdec.c:
40119 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40120 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40121 handle images that span multiple buffers. Now work with both
40122 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40123 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40124 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40125 video/video.h changes
40126 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40127 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40128 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40129 of GstData free function.
40130 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40133 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40135 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40136 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40137 (gst_v4l2element_get_property):
40138 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40139 add norm, channel and frequency properties.
40140 * sys/v4l2/gstv4l2tuner.c:
40141 fixes for tuner interface changes
40142 * sys/v4l2/gstv4l2element.h:
40143 * sys/v4l2/gstv4l2src.c:
40144 * sys/v4l2/gstv4l2src.h:
40145 * sys/v4l2/v4l2src_calls.c:
40146 * sys/v4l2/v4l2src_calls.h:
40147 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40149 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40151 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40152 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40153 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40154 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40155 * gst-libs/gst/tuner/tuner.h:
40156 GObjects aren't const.
40157 Add find_by_name functions.
40158 Add checks to _changed functions.
40159 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40160 (gst_v4l_tuner_get_norm):
40163 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40165 * gst-libs/gst/video/video.h:
40166 Fix caps template names to be understandable.
40167 Prefix everything with GST_VIDEO.
40168 * ext/aalib/gstaasink.c:
40169 * ext/divx/gstdivxdec.c:
40170 * ext/divx/gstdivxenc.c:
40171 * ext/gdk_pixbuf/gstgdkpixbuf.c:
40172 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40173 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40174 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40175 * ext/libcaca/gstcacasink.c:
40176 * ext/libpng/gstpngenc.c: (raw_caps_factory):
40177 * ext/snapshot/gstsnapshot.c:
40178 * ext/swfdec/gstswfdec.c:
40179 * ext/xvid/gstxviddec.c:
40180 * ext/xvid/gstxvidenc.c:
40181 * gst/chart/gstchart.c:
40182 * gst/deinterlace/gstdeinterlace.c:
40183 * gst/effectv/gsteffectv.c:
40184 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40185 * gst/goom/gstgoom.c:
40186 * gst/median/gstmedian.c:
40187 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40188 (gst_monoscope_srcconnect), (gst_monoscope_chain):
40189 * gst/overlay/gstoverlay.c:
40190 * gst/smooth/gstsmooth.c:
40191 * gst/smpte/gstsmpte.c:
40192 * gst/synaesthesia/gstsynaesthesia.c:
40193 * gst/videocrop/gstvideocrop.c:
40194 * gst/videodrop/gstvideodrop.c:
40195 * gst/y4m/gsty4mencode.c:
40196 * sys/qcam/gstqcamsrc.c:
40197 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40198 Make them work with new video.h file.
40199 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40200 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40201 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40202 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40203 Make it work with new buffer allocation system.
40205 2004-01-11 Julien MOUTTE <julien@moutte.net>
40207 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40208 pad_alloc_buffer implementation to use ->srcpad
40209 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40210 pad_alloc_buffer implementation to use ->srcpad
40211 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
40212 pad_alloc_buffer implementation to use ->srcpad
40213 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40214 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40215 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40216 a reference to everything we need.
40217 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40218 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40219 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40220 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40221 a reference to everything we need.
40222 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40224 2004-01-11 David Schleef <ds@schleef.org>
40226 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40227 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40228 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40230 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40231 value during a resize/renegotiation.
40232 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40233 gst_pad_alloc_buffer();
40234 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40235 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40237 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40238 Fix for rename of buffer private structure members.
40239 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40240 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40241 Fix for rename of buffer private structure members.
40242 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40243 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40244 Fix for rename of buffer private structure members.
40246 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
40248 reviewed by: David Schleef <ds@schleef.org>
40250 * gst/videofilter/Makefile.am:
40251 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
40252 from the patch by ds to fit in with recent make_filter changes.
40254 2004-01-11 Julien MOUTTE <julien@moutte.net>
40256 * configure.ac: Adding examples/switch/Makefile
40257 * examples/Makefile.am: Adding examples/switch
40258 * examples/switch/Makefile.am: Adding switcher example.
40259 * examples/switch/switcher.c: (got_eos), (idle_iterate),
40260 (switch_timer), (main): Adding an example demonstrating switch usage
40261 with 2 videotestsrc showing different patterns.
40262 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40263 (gst_switch_init): Fixing switch with the new caps system.
40265 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40267 * gst-libs/gst/video/video.h:
40268 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40269 They should probably be like
40270 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40272 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40274 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40275 (qtdemux_parse_trak):
40276 fix audio chunk size/timestamp calculation
40278 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40280 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40283 2004-01-11 Steve Baker <steve@stevebaker.org>
40285 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40286 (gst_agingtv_base_init), (gst_agingtv_class_init),
40287 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40288 (gst_agingtv_set_property), (gst_agingtv_get_property):
40289 Port agingTV to videofilter
40291 2004-01-09 Julien MOUTTE <julien@moutte.net>
40293 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40294 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40296 2004-01-09 Julien MOUTTE <julien@moutte.net>
40298 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40299 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40300 * gst-libs/gst/xoverlay/xoverlay.c:
40301 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40302 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40303 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40304 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40305 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40306 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40307 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40308 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40309 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40310 interface implementation to handle xid being 0 and fix some bugs
40311 triggered by Benjamin's testcase.
40312 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40313 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40314 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40315 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40316 interface implementation to handle xid being 0 and fix some bugs
40317 triggered by Benjamin's testcase.
40319 2004-01-09 David Schleef <ds@schleef.org>
40321 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
40322 mouse pointer events. It works.
40324 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
40326 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40327 Use explicit caps - fix capsnego.
40328 * ext/xvid/gstxviddec.c:
40329 * ext/xvid/gstxvidenc.c:
40330 Remove macro-inside-macro which caused compile errors.
40331 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40332 Error out if it's not a RIFF file. Else we error out without
40333 gst_element_error() which is not good...
40335 2004-01-08 David Schleef <ds@schleef.org>
40337 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40338 Fix pad_link function to handle formats that ffmpeg returns
40339 as multiple caps structures.
40340 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40341 Only complain if source buffer is _smaller_ than expected.
40342 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40343 (gst_videoscale_handle_src_event): Resize navigation events
40344 when passing them upstream.
40345 * gst/videotestsrc/gstvideotestsrc.c:
40346 * gst/videotestsrc/gstvideotestsrc.h:
40347 * gst/videotestsrc/videotestsrc.c:
40348 * gst/videotestsrc/videotestsrc.h:
40349 Rewrite many of the buffer painting functions to handle odd
40350 sizes (for many formats, size%4!=0 or size%8!=0). Most have
40351 been verified to work with my video card.
40352 * testsuite/gst-lint: Add check for elements calling
40353 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40355 2004-01-08 David Schleef <ds@schleef.org>
40357 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40358 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40360 2004-01-08 Julien MOUTTE <julien@moutte.net>
40362 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40363 configure event is not emiting the desired size signal. That fixes
40364 aspect ratio issues with gst-player.
40366 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
40368 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40371 2004-01-08 Julien MOUTTE <julien@moutte.net>
40373 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40374 public method to fire size signal.
40376 2004-01-07 Julien MOUTTE <julien@moutte.net>
40378 * examples/gstplay/Makefile.am: Adding the interface library.
40379 * gst-libs/gst/play/Makefile.am: Adding the interface library.
40380 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
40381 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40382 GST_IS_X_OVERLAY before signal connect.
40383 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40384 Removing the have_video_size signal.
40385 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40386 and associated public method.
40387 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40388 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40390 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40391 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40393 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40394 Using XOverlay public method to fire size signal.
40396 2004-01-07 David Schleef <ds@schleef.org>
40398 * gst/videofilter/Makefile.am:
40399 * gst/videofilter/gstvideotemplate.c:
40400 * gst/videofilter/make_filter:
40401 Create gstvideoexample.c in a srcdir!=builddir friendly way.
40402 Convert make_filter to /bin/sh script.
40404 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
40406 * gst/modplug/gstmodplug.cc: fix element description
40408 2004-01-07 Julien MOUTTE <julien@moutte.net>
40410 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40411 (got_video_size): Adding some new lines in g_print calls.
40412 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40413 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40414 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40415 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40416 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40417 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40418 Complete code review, reverting some stuff i disagree with, adding
40419 some fixes : time synchronization on invalid timestamps, renegotiation
40421 * sys/ximage/ximagesink.h:
40422 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40423 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40424 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40425 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40426 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40427 (gst_xvimagesink_buffer_new),
40428 (gst_xvimagesink_navigation_send_event),
40429 (gst_xvimagesink_set_xwindow_id),
40430 (gst_xvimagesink_get_desired_size),
40431 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40432 stuff i disagree with, adding some fixes : Renegotiation of private
40433 window, implementing get_desired_size.
40435 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
40437 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40438 (gst_afsink_handle_event):
40439 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40440 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40441 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40442 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40443 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40444 Fix for instantiate-test (see core). Also remove dead code from
40445 jpegenc (which still needs fixing, but that's lower on my TODO
40447 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40448 Never return NULL as caps.
40450 2004-01-07 David Schleef <ds@schleef.org>
40454 * ext/librfb/Makefile.am:
40455 * ext/librfb/gstrfbsrc.c:
40456 New source plugin based on librfb-0.1. RFB (remote framebuffer)
40457 is the protocol used by VNC.
40459 2004-01-07 David Schleef <ds@schleef.org>
40461 * gst/videofilter/gstvideotemplate.c:
40462 * gst/videofilter/gstvideotemplate.h:
40463 * gst/videofilter/make_filter:
40464 Merge videotemplate header into source file.
40465 * gst/effectv/Makefile.am:
40466 * gst/effectv/gsteffectv.c: (plugin_init):
40467 * gst/effectv/gstwarp.c:
40468 Make warpTV a subclass of videofilter.
40470 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
40472 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40473 Add guard against invalid utf-8 conversions in mad. Just in case.
40475 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
40477 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40478 Fix for bug shown by poisoning
40480 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40482 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40483 (gst_v4lmjpegsrc_buffer_free):
40484 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40485 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40486 (gst_v4lsrc_buffer_free):
40487 Fix for removed bufferpools.
40489 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
40491 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40492 Fix caps negotiation.
40494 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40495 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40496 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40498 * ext/mpeg2dec/gstmpeg2dec.c:
40499 * gst-libs/gst/navigation/navigation.c:
40500 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40501 * gst-libs/gst/navigation/navigation.h:
40502 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40503 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40504 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40505 Super-simple first version of mouse and keyboard events. Clicking
40506 on a DVD menu now works, although it may not take you where you
40509 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40510 * gst/videotestsrc/gstvideotestsrc.c:
40511 (gst_videotestsrc_src_fixate):
40512 These fixate functions were broken - they never actually
40515 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40517 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40518 (gst_icecastsend_init):
40519 fix for new caps system.
40520 * gst-libs/gst/mixer/mixertrack.h:
40521 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40522 Add 'master track' flag (for tools like ACME that only want to
40523 change the main volume).
40525 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
40527 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40528 (gst_xvid_csp_to_caps):
40529 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40530 * ext/xvid/gstxvidenc.c:
40531 ifdef out ARGB type when it isn't available
40532 in xvidcore 1.0.0beta2
40534 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40536 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40537 When we have received a new SCR right in the first buffer after
40538 a seek (so in the same cycle that handles the discont), we should
40539 handle the buffer instead of unreffing it, else we lose data.
40541 2004-01-06 Iain <iain@prettypeople.org>
40543 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40544 buffer-frames caps too.
40546 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40547 caps that we need, don't destroy them all and rebuild them. And when
40548 creating src pads, use the src pad template rather than the sink...
40550 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
40552 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40553 Add pad to element *after* setting functions such as event handler.
40554 Without this, the scheduler (opt) will link pads, set the event
40555 handler from the default event function (dispatcher in gstpad.c)
40556 and *after* that, we will set our own event function, which will
40557 thus never be used (and thus mpegdemux doesn't handle events).
40559 2004-01-04 David Schleef <ds@schleef.org>
40561 Fix the fixate functions to handle new prototype:
40562 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40563 * gst/videotestsrc/gstvideotestsrc.c:
40564 (gst_videotestsrc_src_fixate):
40565 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40566 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40567 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40569 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
40571 * sys/ximage/ximagesink.h:
40572 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40573 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40574 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40575 (gst_ximagesink_xoverlay_init):
40576 assorted fixes to make (re)embedding work
40577 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40578 (gst_ximagesink_get_desired_size):
40579 implement desired size additions to XOverlay
40581 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
40583 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40584 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40585 (gst_x_overlay_got_desired_size):
40586 * gst-libs/gst/xoverlay/xoverlay.h:
40587 Add optional "desired size" signal and querying.
40589 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40591 * gst/matroska/matroska-demux.c:
40592 (gst_matroska_demux_parse_blockgroup):
40593 Fix EBML-laced block parsing. Diffs are relative to previous
40594 lace, not the first lace. Thanks to Mosu from the Matroska
40595 team for detecting this.
40596 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40597 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40598 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40599 (gst_wavparse_change_state):
40600 * gst/wavparse/gstwavparse.h:
40601 Quickfix for capsnego.
40603 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40605 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40606 Fix indenting, fix pad creation.
40608 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40610 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40611 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40612 (gst_xviddec_sink_link):
40613 Implement src_getcaps() so proper size caps is negotiated.
40615 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40617 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40618 Finish flac decoder on EOS. See #116178.
40620 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40622 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40623 (gst_matroska_demux_add_stream):
40624 * gst/matroska/matroska-ids.h:
40625 Add getcaps() function to fix capsnego...
40627 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
40629 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40630 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40631 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40632 Fix more integer overflows. Again, see #126967.
40634 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40636 * ext/mpeg2dec/gstmpeg2dec.c:
40637 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40640 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40643 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40644 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40645 * ext/xvid/gstxvid.h:
40646 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40647 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40648 (gst_xviddec_src_link), (gst_xviddec_sink_link),
40649 (gst_xviddec_change_state):
40650 * ext/xvid/gstxviddec.h:
40651 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40652 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40653 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40654 (gst_xvidenc_link), (gst_xvidenc_set_property),
40655 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40656 * ext/xvid/gstxvidenc.h:
40657 Update xvid plugin to latest xvid (1.0.0-beta3) API.
40659 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40661 * gst/rtp/rtp-packet.c:
40662 Add sys/types.h include, since OS X doesn't define in_addr_t
40663 in netinet/in.h, like it does on Linux (see #129600).
40665 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
40667 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
40669 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40670 Correct logic of dispose function (see #129306).
40672 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40674 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40675 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40676 (gst_mpeg_parse_init):
40677 * gst/mpegstream/gstmpegparse.h:
40678 Remove clock (which was never provided, i.e. dead code), and
40679 also fix integer overflows at high PTS values (see #126967).
40681 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40683 * ext/flac/gstflacdec.c:
40684 * ext/libpng/gstpngenc.h:
40685 * ext/mikmod/gstmikmod.h:
40686 OS X fixes (see #126628).
40688 2004-01-02 David Schleef <ds@schleef.org>
40690 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40691 (gst_alsa_src_base_init): Remove bogus "src" request pad.
40692 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40693 (gst_mpeg_parse_class_init): Move pad template registration
40694 to class_init, since the derived class (mpegdemux) doesn't
40697 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
40699 * sys/ximage/Makefile.am:
40700 * sys/xvideo/Makefile.am:
40701 * sys/xvimage/Makefile.am:
40702 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40703 after installation (see #127664).
40705 2004-01-02 David Schleef <ds@schleef.org>
40707 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40708 (gst_ffmpegenc_connect): Negotiation fixes.
40709 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40710 Remove inappropriate gst_caps_free().
40711 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40712 Reenable Ronald's internal resize code, since the core handles
40715 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
40717 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40718 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40719 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40720 Fix pad template stuff.
40722 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
40724 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40725 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40726 fix signed integer reading/writing.
40728 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
40731 Remove outdated document
40733 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
40735 * gst/cutter/gstcutter.c: (gst_cutter_init):
40736 src pad was being created twice - oops.
40738 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
40740 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40741 Comment out internal resize. It doesn't handle the resulting
40742 XEvent internally, does another try_set_caps() which leads to
40743 a really nice loop.
40744 Real fix will come when Julien and Dave are awake. ;).
40746 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
40748 * ext/mpeg2enc/gstmpeg2enc.cc:
40749 fix const/nonconst compile issue.
40751 2004-01-02 David Schleef <ds@schleef.org>
40753 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40754 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40755 Add fixate function and a check for bad formats.
40757 2004-01-01 David Schleef <ds@schleef.org>
40760 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40761 (gst_audiofilter_init):
40762 * gst/debug/efence.c: (gst_efence_init):
40763 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40764 (gst_deinterlace_init):
40765 * gst/volume/gstvolume.c: (volume_connect):
40767 2004-01-01 David Schleef <ds@schleef.org>
40769 Convert elements to use gst_pad_use_explicit_caps() where
40771 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40772 * ext/audiofile/gstafparse.c: (gst_afparse_init),
40773 (gst_afparse_open_file):
40774 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40775 (gst_afsrc_open_file):
40776 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40777 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40778 (gst_ffmpegdec_chain):
40779 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40780 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40781 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40782 (gst_gdk_pixbuf_chain):
40783 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40784 (gst_jpegdec_chain):
40785 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40786 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40787 (gst_mikmod_negotiate):
40788 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40789 (gst_mpeg2dec_negotiate_format):
40790 * ext/mpeg2enc/gstmpeg2enc.cc:
40791 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40792 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40793 (gst_speexdec_sinkconnect):
40794 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40795 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40796 (gst_vorbisfile_new_link):
40797 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40798 (gst_ac3parse_chain):
40799 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40800 (gst_asf_demux_setup_pad):
40801 * gst/auparse/gstauparse.c: (gst_auparse_init),
40802 (gst_auparse_chain):
40803 * gst/id3/gstid3types.c: (gst_id3types_loop):
40804 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40805 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40806 (mp1videoparse_parse_seq):
40807 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40809 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40810 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40811 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40812 (gst_mpeg_parse_send_data):
40813 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40814 (gst_qtdemux_add_stream):
40815 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40816 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40817 (gst_wavparse_parse_fmt):
40819 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
40822 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40823 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40824 it therefore uses the wrong include paths. Too bad... Note
40825 that 1.6.1.93 is not release yet. ;).
40826 Also add a check for mplex, which is now using the lib'ified
40827 mplex from mjpegtools, too.
40828 * ext/ffmpeg/gstffmpegcodecmap.c:
40829 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40830 issues. I don't think ffmpeg handles 3ivx correctly, so this
40831 probably won't work. But it won't hurt either.
40832 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40833 (gst_ffmpegdec_chain):
40834 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40835 (gst_ffmpegenc_chain_audio):
40836 Fix memleak in audio encoding. Close codec if open fails, this
40837 calls the cleanup routines so we can re-use the context.
40838 * ext/mpeg2enc/gstmpeg2enc.cc:
40839 Fix pad template names/types, fix memory issue with getcaps().
40840 * ext/mpeg2enc/gstmpeg2encoder.cc:
40841 * ext/mpeg2enc/gstmpeg2encoder.hh:
40842 Fix compile issue with new caps system (const thingy).
40843 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40844 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40845 We read a first frame right on initing, so that we have a caps
40846 when we init the output. This caps is cached in padprivate and
40847 read as first frame.
40848 * ext/mplex/Makefile.am:
40849 * ext/mplex/gstmplex.cc:
40850 * ext/mplex/gstmplex.h:
40851 * ext/mplex/gstmplex.hh:
40852 * ext/mplex/gstmplexibitstream.cc:
40853 * ext/mplex/gstmplexibitstream.hh:
40854 * ext/mplex/gstmplexjob.cc:
40855 * ext/mplex/gstmplexjob.hh:
40856 * ext/mplex/gstmplexoutputstream.cc:
40857 * ext/mplex/gstmplexoutputstream.hh:
40858 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40859 had issues, didn't do capsnego, supported only a subset of the
40860 mplex features and required a mplex fork in our local CVS. Plus
40861 that it worked agaist a very old mplex version. Rewriting was
40862 faster than updating it.
40863 * gst-libs/ext/Makefile.am:
40864 * gst-libs/ext/mplex/INSTRUCT:
40865 * gst-libs/ext/mplex/Makefile.am:
40866 * gst-libs/ext/mplex/README:
40867 * gst-libs/ext/mplex/TODO:
40868 * gst-libs/ext/mplex/ac3strm_in.cc:
40869 * gst-libs/ext/mplex/audiostrm.hh:
40870 * gst-libs/ext/mplex/audiostrm_out.cc:
40871 * gst-libs/ext/mplex/aunit.hh:
40872 * gst-libs/ext/mplex/bits.cc:
40873 * gst-libs/ext/mplex/bits.hh:
40874 * gst-libs/ext/mplex/buffer.cc:
40875 * gst-libs/ext/mplex/buffer.hh:
40876 * gst-libs/ext/mplex/fastintfns.h:
40877 * gst-libs/ext/mplex/format_codes.h:
40878 * gst-libs/ext/mplex/inputstrm.cc:
40879 * gst-libs/ext/mplex/inputstrm.hh:
40880 * gst-libs/ext/mplex/lpcmstrm_in.cc:
40881 * gst-libs/ext/mplex/mjpeg_logging.cc:
40882 * gst-libs/ext/mplex/mjpeg_logging.h:
40883 * gst-libs/ext/mplex/mjpeg_types.h:
40884 * gst-libs/ext/mplex/mpastrm_in.cc:
40885 * gst-libs/ext/mplex/mpegconsts.cc:
40886 * gst-libs/ext/mplex/mpegconsts.h:
40887 * gst-libs/ext/mplex/mplexconsts.hh:
40888 * gst-libs/ext/mplex/multplex.cc:
40889 * gst-libs/ext/mplex/outputstream.hh:
40890 * gst-libs/ext/mplex/padstrm.cc:
40891 * gst-libs/ext/mplex/padstrm.hh:
40892 * gst-libs/ext/mplex/stillsstream.cc:
40893 * gst-libs/ext/mplex/stillsstream.hh:
40894 * gst-libs/ext/mplex/systems.cc:
40895 * gst-libs/ext/mplex/systems.hh:
40896 * gst-libs/ext/mplex/vector.cc:
40897 * gst-libs/ext/mplex/vector.hh:
40898 * gst-libs/ext/mplex/videostrm.hh:
40899 * gst-libs/ext/mplex/videostrm_in.cc:
40900 * gst-libs/ext/mplex/videostrm_out.cc:
40901 * gst-libs/ext/mplex/yuv4mpeg.cc:
40902 * gst-libs/ext/mplex/yuv4mpeg.h:
40903 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40904 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40905 We don't fork mjpegtools' mplex in our CVS anymore.
40906 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40907 (gst_avi_demux_add_stream):
40908 * gst/avi/gstavidemux.h:
40909 Add getcaps() function for proper caps nego. This makes some
40910 parts of AVI playback/reading work.
40911 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40912 Resize window on new capsnego. This is probably wrong, but
40913 I'm still committing it because with current capsnego, the
40914 first successfull capsnego is auto-fixated, therefore rounded
40915 down to the lowest values in the caps. this results in a 16x16
40916 XWindow that is not reized when real capsnego finishes.
40917 Dave, I see more cases of this, do you know a proper solution?
40918 * tools/gst-launch-ext.in:
40919 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40921 2003-12-31 David Schleef <ds@schleef.org>
40923 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40924 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40925 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40927 2003-12-30 David Schleef <ds@schleef.org>
40929 * ext/ffmpeg/gstffmpegcolorspace.c:
40930 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40931 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40932 (gst_ffmpegcsp_chain): Negotiation fixes
40933 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40934 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40935 (gst_audio_convert_link), (gst_audio_convert_channels):
40936 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40937 (gst_audioscale_link), (gst_audioscale_get_buffer),
40938 (gst_audioscale_chain): Negotiation fixes
40939 * gst/audioscale/gstaudioscale.h:
40940 * gst/videofilter/gstvideofilter.c:
40941 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40942 (gst_videofilter_link), (gst_videofilter_init),
40943 (gst_videofilter_set_output_size), (gst_videofilter_setup),
40944 (gst_videofilter_find_format_by_structure):
40945 * gst/videofilter/gstvideofilter.h: Negotiation fixes
40946 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40947 (gst_videoscale_link):
40948 * gst/videoscale/videoscale.c: (videoscale_get_structure),
40949 (videoscale_find_by_structure), (gst_videoscale_setup):
40950 * gst/videoscale/videoscale.h: Negotiation fixes
40951 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40952 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40953 function, restrict resizing to a multiple of 4 (hack until
40954 everyone supports odd sizes correctly).
40956 2003-12-29 Colin Walters <walters@verbum.org>
40958 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40961 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
40963 * ext/sndfile/gstsf.c: (gst_sf_loop):
40964 Fix warning about discarding const qualifier
40966 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
40968 * gst/cutter/gstcutter.c:
40969 * gst/videoscale/gstvideoscale.c:
40970 * gst/volenv/gstvolenv.c:
40971 * gst-libs/gst/audio/audio.c:
40972 * gst-libs/gst/video/video.c:
40975 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
40977 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40978 Don't send ALSA debugging to stderr.
40979 * ext/alsa/gstalsa.h:
40980 Use GST_WARNING instead of g_warning when ALSA functions fail.
40982 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
40984 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40985 Free XVAdapterInfo correctly.
40987 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
40989 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40990 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40991 Make id3tag use correct caps nego.
40993 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
40995 * ext/ivorbis/vorbis.c:
40996 * ext/ivorbis/vorbisenc.h:
40997 * ext/ivorbis/vorbisfile.c:
40998 Modify so that it uses the new caps things
41000 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41002 * testsuite/spider/spider1.c: (main):
41003 * testsuite/spider/spider2.c: (main):
41004 * testsuite/spider/spider3.c: (main):
41005 Make tests compile again. They probably don't work.
41007 2003-12-24 Colin Walters <walters@verbum.org>
41009 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41010 we can't fixate the caps anymore.
41012 2003-12-23 David Schleef <ds@schleef.org>
41014 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41015 * sys/oss/gstosssink.c: (gst_osssink_init),
41016 (gst_osssink_sink_fixate): Add fixate function.
41018 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
41020 * ext/ffmpeg/gstffmpegcodecmap.c:
41021 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41022 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41023 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41024 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41025 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41026 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41027 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41028 fix typo in RGB masks, and move back to "old" colorspace
41029 capsnego code until whoever wrote this new crap has actually
41030 tested it so that it works.
41031 And yes, this works, keep it that way please.
41033 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41035 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41036 (gst_divxdec_init), (gst_divxdec_negotiate):
41037 * ext/divx/gstdivxdec.h:
41038 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41039 (gst_divxenc_init):
41040 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41041 (gst_faac_sinkconnect), (gst_faac_srcconnect):
41042 * ext/mpeg2enc/gstmpeg2enc.cc:
41043 * ext/mpeg2enc/gstmpeg2encoder.cc:
41044 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41045 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41046 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41047 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41048 (dxr3spusink_init):
41049 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41050 (dxr3videosink_init):
41051 Fix caps breakage after Dave's caps branch merge.
41053 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41055 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41056 Fix for 24bpp display.
41058 2003-12-23 Colin Walters <walters@verbum.org>
41060 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41061 a GnomeVFSHandle directly.
41063 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41065 * gst/volume/Makefile.am:
41066 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41067 (volume_base_init), (volume_init):
41068 Reenable volume element and fix to work with new caps stuff.
41069 Rhythmbox needs this.
41071 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41073 * gst/qtdemux/qtdemux.c: (plugin_init):
41074 qtdemux requires bytestream
41076 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41078 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41079 Fix remaining caps handling errors due to CAPS merge.
41081 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41083 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41084 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41085 (gst_faad_srcconnect):
41086 Port to new caps system.
41088 2003-12-21 Julien MOUTTE <julien@moutte.net>
41090 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41091 (got_video_size), (main): using g_print instead of g_message.
41092 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41093 signal which was not emitted because of "switch" element added to the
41094 bin but not connected. (Removing from the bin temporarily)
41096 2003-12-21 Julien MOUTTE <julien@moutte.net>
41098 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41099 find X development files. I don't understand the previous tests and
41100 they fail on my debian/ppc unstable. This one works.
41101 * examples/gstplay/player.c: (main): Set the pipeline to READY before
41103 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41104 (gst_play_set_video_sink), (gst_play_set_audio_sink),
41105 (gst_play_set_visualization): Add some safety checks in set_ methods
41106 and state_change. This was throwing some ugly CRITICAL messages when
41107 pipeline was getting disposed and casts were failing.
41109 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
41112 Improve mpeg2enc detection. This is for distributions that do
41113 ship mjpegtools, but without mpeg2enc. Also does object check
41114 for might there ever be ABI incompatibility.
41115 * ext/mpeg2enc/gstmpeg2enc.cc:
41116 Add Andrew as second maintainer (he's helping me), and also add
41117 an error if no caps was set. This happens if I pull before capsnego
41118 and that's something I should solve sometime else.
41119 * gst/matroska/matroska-demux.c:
41120 (gst_matroska_demux_parse_blockgroup):
41122 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41123 (gst_matroska_mux_track_header):
41124 Add caps to templates.
41125 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41126 Add mpegversion=1 to prevent confusion with MPEG/AAC.
41127 * gst/mpegstream/gstmpegdemux.c:
41128 Remove layer since it causes warnings about unfixed caps.
41129 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41130 Fix obvious typo (we error out if caps were set, we should of
41131 course error out if *no* caps were set).
41132 * sys/oss/gstosselement.c: (gst_osselement_convert):
41133 Fix format conversion, we confused bits/bytes.
41134 * sys/oss/gstosselement.h:
41135 Improve documentation for 'bps'.
41137 Remove stuff about plugins that need removing - this was done
41139 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41140 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41141 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41142 (gst_v4lsrc_src_query):
41143 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41144 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41145 Add get_query_types(), get_formats() and query() functions.
41147 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
41149 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41150 * moved CVS to freedesktop.org