1 2008-09-17 Jan Schmidt <jan.schmidt@sun.com>
3 * gst/interleave/Makefile.am:
4 * gst/matroska/Makefile.am:
7 * tests/check/elements/audioamplify.c: (GST_START_TEST):
8 * tests/check/elements/audiodynamic.c: (GST_START_TEST):
9 * tests/check/elements/audioinvert.c: (GST_START_TEST):
10 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13 * tests/check/elements/multifile.c:
16 2008-09-15 Wim Taymans <wim.taymans@collabora.co.uk>
18 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
19 (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
20 (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
21 (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
22 (gst_rtp_mp4g_depay_change_state):
23 * gst/rtp/gstrtpmp4gdepay.h:
24 Handle interleaved streams by reordering AU in a queue.
26 2008-09-15 Wim Taymans <wim.taymans@collabora.co.uk>
28 * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
29 (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
30 Change some of the ranges in the caps, mostly for the amount of bits we
32 Added a little bitstream parse and use it to parse the AU header fields.
33 Check for malformed and wrongly sized packets better.
34 Implement more header field parsing.
35 Handle the size of fragmented packets correctly.
37 2008-09-14 Edward Hervey <edward.hervey@collabora.co.uk>
39 Patch by: Jonathan Matthew <notverysmart@gmail.com>
40 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
41 Add mapping for 'tiff' => image/tiff
44 2008-09-11 Tim-Philipp Müller <tim.muller at collabora co uk>
47 * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
48 * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
49 Pretend to care about the result of write() which works around
52 2008-09-04 Tim-Philipp Müller <tim.muller at collabora co uk>
54 * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
55 Make sure the desired default values are actually set, not only
56 registered as defaults (actual problem is that the stereo-specific
57 values are only updated if channels==2, which is not the case yet
58 when the object is created, so the default values for the
59 mid-side-stereo and loose-mid-side-stereo settings are never
60 set in _update_quality()). Makes flacenc create smaller files by
61 default (for stereo input), and fixes #550791.
63 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
65 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
66 (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
67 (qtdemux_parse_trak), (qtdemux_video_caps):
68 * gst/qtdemux/qtdemux.h:
69 * gst/qtdemux/qtdemux_fourcc.h:
70 * gst/qtdemux/qtdemux_types.c:
71 Add support for video/mj2 mime-type and its additional atoms/boxes.
74 2008-09-03 Stefan Kost <ensonic@users.sf.net>
76 * gst/debug/gsttaginject.c:
77 Add warning when tags parameter is unparsable and give example for
80 2008-09-02 Wim Taymans <wim.taymans@collabora.co.uk>
82 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
83 Add mapping for IMA Loki SDL MJPEG ADPCM codec.
84 Add some alternative byteswapped mappings that seem to pop up sometimes.
87 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
92 Add 'ca' to LINGUAS; add some more files with translations and some
93 files which should be ignored by translation tools.
95 2008-09-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
97 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
98 * ext/speex/gstspeexdec.h:
99 * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
100 * ext/speex/gstspeexenc.h:
101 Use integer encoding and decoding functions instead of converting
102 the integer input to float in the element. The libspeex integer
103 functions are doing this for us already or, if libspeex was compiled
104 in integer mode, they're doing everything using integer arithmetics.
105 Also saves some copying around.
107 2008-09-01 Tim-Philipp Müller <tim.muller at collabora co uk>
110 Fix --disable-external
112 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
114 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
115 (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
116 * ext/wavpack/gstwavpackenc.h:
117 Handle non-zero start timestamps and stream discontinuities
118 correctly. This only has an effect if we're muxing into
119 a container format as the raw WavPack stream must contain
120 continous sample numbers.
122 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
124 * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
125 Correct the timestamp and granulepos calculation by one Speex
128 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
130 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
131 Correctly take the granulepos from upstream if possible and
132 correctly handle the granulepos in various calculations: the
133 granulepos is the sample number of the _last_ sample in a frame, not
136 * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
137 (gst_speex_enc_encode), (gst_speex_enc_chain),
138 (gst_speex_enc_change_state):
139 * ext/speex/gstspeexenc.h:
140 Handle non-zero start timestamps in the encoder and detect/handle
141 stream discontinuities. Fixes bug #547075.
143 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
145 Patch by: Craig Keogh <cskeogh at adam dot com dot au>
147 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
148 Fix compiler warnings caused by passing a string as format string
149 instead of "%s" and then the string. This is only exposed by -Wformat=2
150 as used by default on Ubuntu. Fixes bug #550015.
152 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
154 * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
155 * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
156 * gst/audiofx/audiocheblimit.c: (generate_coefficients):
157 * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
158 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
159 (gst_ebml_read_element_length):
160 * gst/matroska/matroska-demux.c:
161 (gst_matroska_demux_check_subtitle_buffer):
162 Make stuff compile with GST_DISABLE_GST_DEBUG.
164 2008-08-28 Michael Smith <msmith@songbirdnest.com>
168 Ref caps before passing to gst_pad_template_new(), since that takes
171 2008-08-28 Wim Taymans <wim.taymans@collabora.co.uk>
173 Patch by: Mersad Jelacic <mersad at axis dot com>
175 * gst/multipart/multipartdemux.c:
176 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
177 Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
178 demuxer. Fixes #549551.
180 2008-08-27 Edward Hervey <edward.hervey@collabora.co.uk>
182 * sys/osxaudio/gstosxaudiosink.c:
183 (gst_osx_audio_sink_select_device):
184 * sys/osxaudio/gstosxaudiosrc.c:
185 (gst_osx_audio_src_create_ringbuffer),
186 (gst_osx_audio_src_select_device):
187 * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
188 Fix the build on macosx.
190 2008-08-27 Tim-Philipp Müller <tim.muller at collabora co uk>
192 * gst/icydemux/gsticydemux.c:
193 Small docs fix: in the example pipeline, we need to pass
194 iradio-mode=true to the source, so the server actually sends
197 2008-08-26 Michael Smith <msmith@songbirdnest.com>
199 * sys/osxaudio/gstosxaudio.c:
200 Oops. Revert more completely.
202 2008-08-26 Michael Smith <msmith@songbirdnest.com>
204 * sys/osxaudio/gstosxaudio.c:
205 Revert accidental element rename from testing.
207 2008-08-27 Jan Schmidt <jan.schmidt@sun.com>
209 * gst-plugins-good.doap:
210 Pull in 0.10.10 doap entry from release branch
212 2008-08-27 Jan Schmidt <jan.schmidt@sun.com>
215 Update version number to reflect 0.10.10 release from
218 2008-08-26 Michael Smith <msmith@songbirdnest.com>
220 * sys/osxaudio/Makefile.am:
221 * sys/osxaudio/gstosxaudio.c:
222 * sys/osxaudio/gstosxaudiosink.c:
223 * sys/osxaudio/gstosxaudiosink.h:
224 * sys/osxaudio/gstosxaudiosrc.c:
225 * sys/osxaudio/gstosxaudiosrc.h:
226 * sys/osxaudio/gstosxringbuffer.c:
227 * sys/osxaudio/gstosxringbuffer.h:
228 Rewrite caps setting and ring buffer initialisation.
229 Previously we never told CoreAudio what format we were going to send it,
230 so it only worked due to luck, and not at all on some hardware.
231 Now we explicitly advertise what formats the hardware supports, and then
232 configure the selected one correctly.
234 2008-08-26 Stefan Kost <ensonic@users.sf.net>
236 * sys/v4l2/gstv4l2object.c:
237 * sys/v4l2/gstv4l2src.c:
238 * sys/v4l2/gstv4l2src.h:
239 * sys/v4l2/v4l2_calls.c:
240 * sys/v4l2/v4l2src_calls.c:
241 Fix memory leaks. Small code cleanups : No need for empty _init(). No
242 need to memset instance structures. Some more FIXME's and comments.
244 2008-08-26 Stefan Kost <ensonic@users.sf.net>
246 * tests/icles/.cvsignore:
249 2008-08-26 Stefan Kost <ensonic@users.sf.net>
251 * gst/goom/.cvsignore:
252 * gst/goom2k1/.cvsignore:
255 2008-08-26 Stefan Kost <ensonic@users.sf.net>
257 * ext/cairo/gsttextoverlay.c:
258 Fix compiler warning.
260 2008-08-25 David Schleef <ds@schleef.org>
262 * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
264 2008-08-25 Edward Hervey <edward.hervey@collabora.co.uk>
266 * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
267 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
268 * gst/matroska/matroska-mux.c:
269 (gst_matroska_mux_video_pad_setcaps),
270 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
271 Add Real[Audio|Video] support to Matroska containers.
273 * decoding real audio/video streams contained in mkv
274 * 'transmuxing' real (.rm) files into .mkv files
275 It will not work though for encoding real[audio/video] streams that
276 don't contain the 'mdpr_data' extra data on the caps.
277 The reason why this will not work is because I never intended to
278 duplicate virtually all the 'mdpr' block creation into mkvmux.
281 2008-08-25 Wim Taymans <wim.taymans@collabora.co.uk>
283 * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
284 * gst/law/mulaw-conversion.c:
285 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
286 (gst_mulawenc_chain):
287 The encoder can't really renegotiate at the time they perform a
288 pad-alloc so make the srcpads use fixed caps.
289 Check the buffer size after a pad-alloc because the returned size might
290 not be right when the downstream element does not know the size of the
291 new buffer (capsfilter). Fixes #549073.
293 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
295 Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
297 * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
298 v4l2src doesn't have a property named "norm" so don't try to notify
299 about changes to that property. The "norm" property and related
300 code are commented out currently. Fixes bug #549090.
302 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
304 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
306 * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
307 Reprobe devices again instead of taking a cached list as new
308 devices could've been plugged in. Fixes bug #549062.
310 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
312 * gst/autodetect/Makefile.am:
313 Don't link the autodetect plugin with GConf as it doesn't
314 use GConf. Fixes bug #545463.
316 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
318 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
319 (gst_ebml_read_element_length), (gst_ebml_read_uint),
320 (gst_ebml_read_sint), (gst_ebml_read_float),
321 (gst_ebml_read_header):
322 Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
323 possible to ignore errors and not post any ERROR messages on
326 * gst/matroska/matroska-demux.c:
327 (gst_matroska_demux_parse_contents):
328 Ignore any errors and not just EOS when parsing the contents of
329 a SeekHead. Errors here are usually caused by truncated files
330 and playback of the file works fine. Fixes playback of the
331 audio_only_chapter_seekbroken.mka file from the MPlayer samples
334 2008-08-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
336 * gst/multipart/multipartdemux.c:
337 * gst/multipart/multipartmux.c:
338 Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
340 2008-08-21 Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
342 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
343 gst_directdraw_sink_bufferpool_clear):
344 Fix two more buffer ref leaks.
346 2008-08-21 Tim-Philipp Müller <tim.muller at collabora co uk>
348 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
350 * sys/directdraw/gstdirectdrawsink.c:
351 (gst_directdraw_sink_show_frame):
354 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
356 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
357 Revert the last commit. wavenc still supports width!=depth for 32 bit
360 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
362 * gst/matroska/matroska-demux.c:
363 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
364 If the duration of a block is unknown only use the timestamp for the
365 first lace and use GST_CLOCK_TIME_NONE as duration for the following
366 laces. Otherwise every lace has the same timestamp which leads to
367 various problems. Really fixes bug #548831.
369 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
371 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
372 If we're not allowing width!=depth in wavenc we should also disable
373 the code that was added to support width!=depth.
375 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
377 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
378 Don't calculate the default duration of a frame from the audio sampling
379 rate. This only works for raw audio if every frame contains a single
380 sample and results in broken buffer durations for other formats
381 if no specified default duration is given or the blocks have no
382 duration. Fixes bug #548831.
384 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
386 * gst/matroska/matroska-demux.c:
387 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
388 Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
389 are used for text/plain subtitles as a gap-filler in some files.
391 2008-08-21 Wim Taymans <wim.taymans@collabora.co.uk>
393 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
394 (gst_v4l2_get_caps_info):
395 Add S910 and PWC formats with a low priority.
397 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
398 (gst_v4l2src_probe_caps_for_format):
401 2008-08-20 Tim-Philipp Müller <tim at collabora co uk>
403 * ext/flac/gstflacenc.c:
404 Fix compilation against older libflac versions.
406 2008-08-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
408 * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
409 (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
410 * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
411 (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
412 (gst_pulsemixer_ctrl_set_volume):
413 * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
414 * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
415 * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
416 (gst_pulsesink_init), (gst_pulsesink_open),
417 (gst_pulsesink_prepare), (gst_pulsesink_write),
418 (gst_pulsesink_delay), (gst_pulsesink_reset):
419 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
421 Use GST_BOILERPLATE everywhere and fix coding style at some places.
422 Fix a locking issue in pulsesink's prepare function.
424 * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
425 Check if the created channel layout is valid for GStreamer.
427 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
429 * gst/rtsp/gstrtspgoogle.c:
430 Things that can happen when your brain is in google mode trying to
431 deal with their google rtsp server extensions and trying to type your
434 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
436 * gst/rtsp/Makefile.am:
437 * gst/rtsp/gstrtsp.c: (plugin_init):
438 * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
439 (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
440 (_do_init), (gst_rtsp_google_base_init),
441 (gst_rtsp_google_class_init), (gst_rtsp_google_init),
442 (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
443 (gst_rtsp_google_extension_init):
444 * gst/rtsp/gstrtspgoogle.h:
445 Add google RTSP extension, it can only handle udp and responds with
446 unsupported if we do anything else. Fixes #546465.
448 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
449 (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
450 (gst_rtspsrc_create_transports_string),
451 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
452 (gst_rtspsrc_close), (gst_rtspsrc_pause):
453 Make transport setup code a bit better using GString.
455 Check for closed connections before doing anything on them.
457 2008-08-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
459 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
460 (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
461 (gst_pulsesrc_prepare):
462 * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
463 (gst_pulse_channel_map_to_gst):
464 * ext/pulse/pulseutil.h:
465 If downstream provides no channel layout and >2 channels should be
466 used use the default layout that pulseaudio chooses and also
467 add this layout to the caps. Fixes bug #547258.
469 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
471 Patch by: Peter Kjellerstedt <pkj at axis com>
473 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
474 (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
475 (gst_dynudpsink_init_send), (gst_dynudpsink_close):
476 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
477 (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
478 * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
479 (gst_udpsrc_set_property):
480 Avoid leaking internally allocated file descriptors when setting
481 custom file descriptors. Fixes #543101.
483 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
485 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
486 Don't try to configure RTCP back to the server when the server did not
487 give us a valid port number.
489 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
491 * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
492 Use new basetransform method to renegotiate. Fixes #544956.
494 * tests/icles/Makefile.am:
495 * tests/icles/videobox-test.c: (make_pipeline), (main):
496 Add videobox renegotiation example.
498 2008-08-19 David Schleef <ds@schleef.org>
500 * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
501 with sane values. Fixes #548530.
503 2008-08-18 Sebastian Dröge <sebastian.droege@collabora.co.uk>
505 * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
506 * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
507 The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
508 are already filled with the correct values by
509 gst_ring_buffer_parse_caps() so there's no need to set them again
512 2008-08-16 Edward Hervey <edward.hervey@collabora.co.uk>
514 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
515 (gst_avi_demux_read_subindexes_push):
516 Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
517 and instead of using the 'ix##' nomenclature, use '##ix'.
518 They're still valid though, this fixes the duration and indexes for
519 virtually all the ODML files I have.
521 2008-08-15 Wim Taymans <wim.taymans@collabora.co.uk>
523 Patch by: Olivier Crete <tester at tester dot ca>
525 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
526 (gst_rtp_vorbis_depay_process):
527 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
528 Update the vorbis RTP pay/depay to RFC 5215.
531 2008-08-14 David Schleef <ds@schleef.org>
533 * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
534 with 3:2 pulldown, i.e., 24p.
536 2008-08-14 Wim Taymans <wim.taymans@collabora.co.uk>
538 * tests/check/elements/level.c: (GST_START_TEST):
539 Fix compilation some more.
541 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
544 Require -base CVS for wavparse acid chunk parsing.
546 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
548 * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
549 (gst_pulsesink_init), (gst_pulsesink_finalize),
550 (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
551 (gst_pulsesink_set_property), (gst_pulsesink_get_property),
552 (gst_pulsesink_prepare), (gst_pulsesink_change_state):
553 * ext/pulse/pulsesink.h:
554 Add "device-name" property to pulsesink too and currently commented
555 out and not working support for a "volume" property.
557 2008-08-13 Thijs Vermeir <thijsvermeir@gmail.com>
560 Remove more cdio stuff (moved to ugly)
562 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
564 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
566 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
567 (gst_pulsesrc_get_property):
568 Add "device-name" property, which provides a human readable string
569 for the audio device, to make it more consisten with other audio
570 sources. Fixes bug #547519.
572 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
574 * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
575 * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
576 (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
577 (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
578 * ext/pulse/pulsemixerctrl.h:
579 * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
580 (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
581 (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
582 (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
583 * ext/pulse/pulseprobe.h:
584 * ext/pulse/pulsesink.c: (gst_pulsesink_init):
585 * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
586 (gst_pulsesrc_change_state):
587 Improve debugging a bit by including the parent object in pulsemixerctrl
588 and pulseprobe objects and using GST_WARNING_OBJECT instead of
591 Use the parent GObject subclass instead of a random struct as GObject
592 parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
593 when probing for another property than "device".
595 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
597 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
599 * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
600 Fix property probing after the device property is set by calling
601 set_server when the server property changes. Fixes bug #547518.
603 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
605 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
607 * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
608 (gst_pulsesink_implements_interface_init),
609 (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
610 (gst_pulsesink_finalize), (gst_pulsesink_set_property),
611 (gst_pulsesink_get_type):
612 * ext/pulse/pulsesink.h:
613 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
614 (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
615 (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
616 * ext/pulse/pulsesrc.h:
617 Implement GstPropertyProbe interface on pulsesink for detecting
618 sink devices and on pulsesrc for detecting source devices.
619 Fixes bugs #547227 and #547217.
621 2008-08-13 Stefan Kost <ensonic@users.sf.net>
623 * gst/spectrum/gstspectrum.c:
624 Don't terminate on fabs(in)>1.0. Init doubles as doubles.
626 2008-08-13 Edward Hervey <edward.hervey@collabora.co.uk>
628 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
629 Properly set the maximum latency value, in the same way it is done in
631 * sys/v4l2/v4l2src_calls.c:
632 Simplify fraction equality check, no need to use GValues for this.
634 2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
636 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
637 Add warning messages stating exactly why the latency query failed.
638 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
639 In some cases, the negotiated framerate might be the default one which
640 is already set internally. But we still need to mark it down in fps_n
641 and fps_d so that the latency query can happen properly.
643 2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
645 * docs/plugins/inspect/plugin-1394.xml:
646 Whoops, forgot one doc file for people who can't/don't build the
649 2008-08-12 Jan Schmidt <jan.schmidt@sun.com>
651 * docs/plugins/Makefile.am:
652 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
653 * docs/plugins/gst-plugins-good-plugins-sections.txt:
654 * docs/plugins/inspect/plugin-cdio.xml:
656 * ext/cdio/Makefile.am:
657 * ext/cdio/gstcdio.c:
658 * ext/cdio/gstcdio.h:
659 * ext/cdio/gstcdiocddasrc.c:
660 * ext/cdio/gstcdiocddasrc.h:
662 Pull changes from 0.10.9.2 pre-release branch moving the libcdio
663 CDDA source to -ugly.
668 Pull in new translation from 0.10.9.2 release branch.
670 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
672 * docs/plugins/Makefile.am:
673 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
674 * docs/plugins/gst-plugins-good-plugins-sections.txt:
675 * docs/plugins/gst-plugins-good-plugins.args:
676 * docs/plugins/gst-plugins-good-plugins.hierarchy:
677 * docs/plugins/gst-plugins-good-plugins.interfaces:
678 Integrate documentation for new hdv1394src element.
680 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
682 * ext/raw1394/Makefile.am:
683 * ext/raw1394/gst1394.c: (plugin_init):
684 * ext/raw1394/gsthdv1394src.c: (_do_init),
685 (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
686 (gst_hdv1394src_init), (gst_hdv1394src_dispose),
687 (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
688 (gst_hdv1394src_from_raw1394handle),
689 (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
690 (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
691 (gst_hdv1394src_start), (gst_hdv1394src_stop),
692 (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
693 (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
694 (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
695 (gst_hdv1394src_uri_handler_init):
696 * ext/raw1394/gsthdv1394src.h:
697 mpeg2-ts (HDV) variant of firewire capture element.
700 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
702 * gst/level/gstlevel.c: (gst_level_message_new):
703 Fix compilation (also known as the classic 'fix code that someone
704 committed without compiling it first').
706 2008-08-10 Stefan Kost <ensonic@users.sf.net>
708 * tests/check/elements/level.c:
709 Add a test for level in stereo mode.
711 2008-08-10 Stefan Kost <ensonic@users.sf.net>
713 * tests/examples/spectrum/demo-audiotest.c:
714 * tests/examples/spectrum/demo-osssrc.c:
715 Demo how to draw analyzer results synced to the clock.
717 2008-08-10 Stefan Kost <ensonic@users.sf.net>
719 * gst/level/gstlevel.c:
720 Little renaming (l -> level).
722 * gst/spectrum/gstspectrum.c:
723 * gst/spectrum/gstspectrum.h:
724 Also send full timestamp/duration details here.
726 2008-08-10 Stefan Kost <ensonic@users.sf.net>
728 * gst/level/gstlevel.c:
729 * gst/level/gstlevel.h:
730 Send same timestamp/duration details as videoanalysis. This gives
731 applications better chance to sync analysis results with playback.
733 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
735 * gst/matroska/matroska-mux.c:
736 (gst_matroska_mux_handle_sink_event),
737 (flac_streamheader_to_codecdata):
738 We need to drop one additional buffer for FLAC as the fLaC
739 marker and STREAMINFO block are merged into one buffer in the caps.
741 Also don't pretend to support NEWSEGMENT events, otherwise we
742 will most probably write some invalid data.
744 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
746 * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
747 (gst_matroska_mux_audio_pad_setcaps):
748 Add support for muxing FLAC into Matroska containers.
751 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
753 * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
754 Actually provide the variables required for the format string.
756 2008-08-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
758 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
759 (gst_matroska_demux_element_send_event),
760 (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
761 * gst/matroska/matroska-demux.h:
762 Close the current segment if we're doing a non-flushing seek and send
763 the close-segment and the new segment of the seek from the streaming
766 2008-08-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
768 * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
769 (gst_flac_enc_check_discont), (gst_flac_enc_chain),
770 (gst_flac_enc_change_state):
771 * ext/flac/gstflacenc.h:
772 Handle non-zero start timestamps correctly, mark header packets as
773 IN_CAPS and print a warning and suggest using audiorate if stream
774 discontinuities are detected. When FLAC supports flushing the encoder
775 somehow this should be done for discontinuities instead.
777 Remove some unused variables from the instance struct.
779 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
781 * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
782 If seeking failed return the appropiate return value to FLAC.
783 Otherwise it thinks seeking was successfull and tries to rewrite
784 parts of the headers which then get appended to the output.
786 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
788 Patch by: Frederic Crozat <fcrozat@mandriva.org>
790 * ext/esd/gstesd.c: (plugin_init):
791 * ext/flac/gstflac.c: (plugin_init):
792 * ext/shout2/gstshout2.c: (plugin_init):
793 * ext/wavpack/gstwavpack.c: (plugin_init):
794 * sys/oss/gstossaudio.c: (plugin_init):
795 * sys/v4l2/gstv4l2.c: (plugin_init):
796 Make sure gettext returns translations in UTF-8 encoding rather
797 than in the current locale encoding (#546822).
799 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
801 * ext/flac/gstflacdec.c:
802 Add FIXME for 0.11 to simply output everything with width=32 as given
803 by FLAC and let audioconvert handle the conversions instead of doing
806 2008-08-07 Jan Schmidt <Jan.Schmidt@sun.com>
808 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
809 When outputting a pad template range for the size, include a framerate
810 range too, to avoid 'not a real subset of template caps' errors.
812 2008-08-06 Sebastian Dröge <sebastian.droege@collabora.co.uk>
814 Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
816 * ext/flac/Makefile.am:
817 * ext/flac/gstflac.c: (plugin_init):
818 * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
819 (gst_flac_tag_base_init), (gst_flac_tag_class_init),
820 (gst_flac_tag_dispose), (gst_flac_tag_init),
821 (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
822 (gst_flac_tag_change_state):
823 * ext/flac/gstflactag.h:
824 Port flactag to 0.10, add documentation for it and clean it up a bit.
827 * docs/plugins/Makefile.am:
828 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
829 * docs/plugins/gst-plugins-good-plugins-sections.txt:
830 * docs/plugins/gst-plugins-good-plugins.hierarchy:
831 * docs/plugins/gst-plugins-good-plugins.interfaces:
832 * docs/plugins/gst-plugins-good-plugins.prerequisites:
833 * docs/plugins/inspect/plugin-flac.xml:
834 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
835 * ext/flac/gstflacdec.h:
836 * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
837 * ext/flac/gstflacenc.h:
838 Add flactag and flacenc to the documentation and mark
839 the private parts of the flacdec instance structure as private.
841 Also use gst_element_class_set_details_simple() in flacdec and
844 2008-08-06 Stefan Kost <ensonic@users.sf.net>
846 * gst/qtdemux/qtdemux.c:
847 Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
848 for it but ffmpeg does not.
850 2008-08-05 Stefan Kost <ensonic@users.sf.net>
852 * gst/wavparse/gstwavparse.c:
853 Handle the list chunk and use gst_riff_parse_info() to parse the info
856 2008-08-05 Stefan Kost <ensonic@users.sf.net>
858 * gst/wavparse/gstwavparse.c:
859 Handle the acid chunk and send tempo as part of tags. Other fields are
860 interesting too, but need more tag-definitions. Fixes #545433.
862 2008-08-05 Stefan Kost <ensonic@users.sf.net>
864 * gst/wavparse/gstwavparse.c:
865 Refactor wavparse. Call _reset() from dispose() and move old code from
866 dispose into reset. This way we don't leak taglists when we abort
867 parsing. Fix some comments. Move code for skipping a chunk into extra
868 function. Replace chunk sizes with a const to ease readability.
870 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
872 Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
874 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
875 Improve udp port setup. Fixes #545710.
877 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
879 * gst/rtp/Makefile.am:
880 * gst/rtp/gstrtp.c: (plugin_init):
881 * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
882 (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
883 (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
884 (gst_rtp_mp1s_depay_set_property),
885 (gst_rtp_mp1s_depay_get_property),
886 (gst_rtp_mp1s_depay_change_state),
887 (gst_rtp_mp1s_depay_plugin_init):
888 * gst/rtp/gstrtpmp1sdepay.h:
889 Add MP1S depayloader.
892 Some more sample rtsp streams.
894 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
899 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
900 * tests/check/elements/rglimiter.c: (GST_START_TEST):
901 Add some more debug info.
903 2008-08-04 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
905 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
906 Provide cbSize field for audio extra_data size, and take care to
909 2008-08-04 Stefan Kost <ensonic@users.sf.net>
911 * gst/qtdemux/qtdemux.c:
912 Return the result of gst_pad_{start,stop}_task instead of hard-coded
915 2008-08-04 Stefan Kost <ensonic@users.sf.net>
917 * gst/qtdemux/qtdemux.c:
918 * gst/qtdemux/qtdemux_fourcc.h:
919 Add keyword tag support. Fixes #520694 for qtdemux.
921 2008-08-04 Stefan Kost <ensonic@users.sf.net>
923 * gst/qtdemux/qtdemux.c:
924 Add support for tmpo tag (BPM).
926 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
928 * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
929 (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
930 Set an estimate for the total number of samples that will be encoded
931 if possible to help decoders if the streaminfo can't be rewritten
932 later (like when muxing into Ogg containers).
934 Add a warning if we get header packets after data packets as those
935 will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
938 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
940 * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
941 (gst_flac_dec_write):
942 Support decoding of all depths between 4 and 32 bits and read the
943 depth from the streaminfo header if needed. Also support all sampling
944 rates between 1 and 655350 Hz.
946 * ext/flac/gstflacenc.c:
947 (gst_flac_enc_caps_append_structure_with_widths),
948 (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
949 (gst_flac_enc_chain):
950 * ext/flac/gstflacenc.h:
951 Support encoding in all bit depths supported by the streamable
952 subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
953 between 1 Hz and 655350 Hz.
955 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
957 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
958 (gst_flac_enc_sink_getcaps):
959 Support encoding of up to 8 channels.
961 2008-08-02 Jan Schmidt <jan.schmidt@sun.com>
963 * ext/soup/gstsouphttpsrc.c:
964 * ext/soup/gstsouphttpsrc.h:
965 Fix seeking race condition in #540300
966 Patch By: Wouter Cloetens <wouter at mind be>
968 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
970 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
971 (gst_matroska_demux_element_send_event),
972 (gst_matroska_demux_handle_seek_event),
973 (gst_matroska_demux_handle_src_event):
974 When receiving a SEEK event on a specific pad first search for a seek
975 table entry for the stream of the pad and then fall back to an entry
976 for a different stream.
978 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
981 * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
982 * gst/matroska/matroska-ids.h:
983 Build depend on core CVS for the attachment tag.
985 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
988 * gst/matroska/Makefile.am:
989 * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
990 (copy_backptr), (lzo1x_decode), (main):
991 * gst/matroska/lzo.h:
992 * gst/matroska/matroska-demux.c:
993 (gst_matroska_demux_read_track_encoding),
994 (gst_matroska_decompress_data), (gst_matroska_decode_data),
995 (gst_matroska_decode_buffer),
996 (gst_matroska_decode_content_encodings),
997 (gst_matroska_demux_read_track_encodings),
998 (gst_matroska_demux_add_stream),
999 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1000 * gst/matroska/matroska-ids.h:
1001 Decode the codec private data and following ContentEncoding if
1004 Support bzip2, lzo and header stripped compression. For lzo use the
1005 ffmpeg lzo implementation as liblzo is GPL licensed.
1007 Fix zlib decompression.
1009 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1011 * gst/matroska/matroska-mux.c:
1012 (gst_matroska_mux_audio_pad_setcaps):
1013 Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1014 duration of a frame with the new mpegaudioversion caps field.
1016 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1018 * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1019 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1020 (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1021 (gst_matroska_demux_stream_from_num),
1022 (gst_matroska_demux_tracknumber_unique),
1023 (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1024 (gst_matroska_demux_handle_seek_event),
1025 (gst_matroska_demux_sync_streams),
1026 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1027 (gst_matroska_demux_loop):
1028 * gst/matroska/matroska-demux.h:
1029 Allow an infinite number of stream inside Matroska containers and use
1030 a GPtrArray for storing them instead of allowing "only" 127 streams.
1032 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1034 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1035 (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1036 (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1037 (gst_ebml_read_element_length), (gst_ebml_peek_id),
1038 (gst_ebml_read_get_length), (gst_ebml_read_skip),
1039 (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1040 (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1041 (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1042 (gst_ebml_read_master), (gst_ebml_read_binary),
1043 (gst_ebml_read_header):
1044 * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1045 (gst_ebml_write_element_size), (gst_ebml_write_uint),
1046 (gst_ebml_write_sint), (gst_ebml_write_ascii),
1047 (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1048 (gst_ebml_replace_uint):
1049 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1050 (gst_matroska_demux_read_track_encoding),
1051 (gst_matroska_demux_read_track_encodings),
1052 (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1053 (gst_matroska_demux_send_event),
1054 (gst_matroska_demux_element_send_event),
1055 (gst_matroska_demux_handle_seek_event),
1056 (gst_matroska_demux_handle_src_event),
1057 (gst_matroska_demux_init_stream),
1058 (gst_matroska_demux_parse_tracks),
1059 (gst_matroska_demux_parse_index_cuetrack),
1060 (gst_matroska_demux_parse_index_pointentry),
1061 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1062 (gst_matroska_demux_parse_metadata_id_simple_tag),
1063 (gst_matroska_demux_parse_metadata_id_tag),
1064 (gst_matroska_demux_parse_metadata),
1065 (gst_matroska_demux_parse_attached_file),
1066 (gst_matroska_demux_parse_attachments),
1067 (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1068 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1069 (gst_matroska_demux_push_flac_codec_priv_data),
1070 (gst_matroska_demux_push_xiph_codec_priv_data),
1071 (gst_matroska_demux_push_dvd_clut_change_event),
1072 (gst_matroska_demux_add_mpeg_seq_header),
1073 (gst_matroska_demux_add_wvpk_header),
1074 (gst_matroska_demux_check_subtitle_buffer),
1075 (gst_matroska_decode_buffer),
1076 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1077 (gst_matroska_demux_parse_cluster),
1078 (gst_matroska_demux_parse_contents_seekentry),
1079 (gst_matroska_demux_parse_contents),
1080 (gst_matroska_demux_loop_stream_parse_id),
1081 (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1082 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1083 (gst_matroska_demux_subtitle_caps),
1084 (gst_matroska_demux_change_state):
1085 * gst/matroska/matroska-ids.c:
1086 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1087 (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1088 (gst_matroska_mux_video_pad_setcaps),
1089 (xiph3_streamheader_to_codecdata),
1090 (vorbis_streamheader_to_codecdata),
1091 (theora_streamheader_to_codecdata),
1092 (gst_matroska_mux_audio_pad_setcaps),
1093 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1094 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1095 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1096 (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1097 (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1098 Fix indention everywhere. A broken indent version has added newlines
1099 after every single declaration some time ago.
1101 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1103 * gst/matroska/matroska-demux.c:
1104 (gst_matroska_demux_loop_stream_parse_id):
1105 If no Tracks are found error out instead of trying it again until the
1108 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1110 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1111 Fix demuxing of raw integer audio. The samples are unsigned only for 8
1112 bit and signed otherwise, not the other way around.
1114 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1116 * gst/matroska/matroska-mux.c:
1117 Add more raw YUV formats to the list of supported formats.
1119 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1121 * gst/matroska/matroska-mux.c:
1122 (gst_matroska_mux_audio_pad_setcaps):
1123 Add support for muxing raw float audio now that the spec defines the
1124 endianness and add support for muxing raw integer audio with 24 and
1127 Allow muxing of more than 8 audio channels.
1129 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1131 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1132 (gst_matroska_mux_reset), (gst_matroska_mux_start):
1133 Add locking to the global array of used track UIDs to prevent random
1134 crashes if more than a single matrosmux instance is used.
1136 Use 64 bit values for the track UIDs.
1138 Use the global GRandom of GLib instead of creating our own one
1139 for the few random numbers we need every single time.
1141 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1143 * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1144 (gst_flac_dec_setup_stream_decoder),
1145 (gst_flac_dec_update_metadata):
1146 Always post the audio-codec tag, not only if other tags are present.
1148 2008-08-02 Jan Schmidt <jan.schmidt@sun.com>
1151 Back to development -> 0.10.9.1
1153 === release 0.10.9 ===
1155 2008-07-31 Jan Schmidt <jan.schmidt@sun.com>
1158 releasing 0.10.9, "Steam Train Rolling"
1160 2008-07-31 Jan Schmidt <jan.schmidt@sun.com>
1162 * ext/soup/gstsouphttpsrc.c:
1163 Don't throw an error when soup completes a msg with status
1164 'cancelled', as that indicates we cancelled a request while
1165 shutting down or seeking, and it's not an error.
1166 Fixes: #540300 again.
1168 2008-07-28 Jan Schmidt <jan.schmidt@sun.com>
1171 0.10.8.4 pre-release
1173 2008-07-25 Edward Hervey <edward.hervey@collabora.co.uk>
1175 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
1176 Fix segment-stop regression.
1177 Add documentation regarding segments in quicktime files by Wim Taymans.
1180 2008-07-25 Jan Schmidt <jan.schmidt@sun.com>
1183 0.10.8.3 pre-release
1187 Add pt_BR translation
1189 2008-07-23 Michael Smith <msmith@songbirdnest.com>
1191 * gst/goom/convolve_fx.c:
1192 * gst/goom/filters.c:
1193 * gst/goom/goom_config.h:
1194 * gst/goom/goom_core.c:
1195 * gst/goom/goom_tools.h:
1196 Fix build with MSVC: include glib.h to define inline appropriately,
1197 use header guards where needed.
1198 * gst/udp/gstudpnetutils.c:
1199 * gst/udp/gstudpsrc.c:
1200 Fix build with MSVC: use WSA* constants/functions where appropriate, use
1201 g_snprintf rather than snprintf.
1204 2008-07-22 Stefan Kost <ensonic@users.sf.net>
1206 * gst/debug/gsttaginject.c:
1207 * gst/debug/gsttaginject.h:
1208 Sent tags in _transform_ip() instead of _start(). Fixes #543404
1211 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
1214 0.10.8.2 pre-release
1216 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
1219 Finish hooking up pulseaudio plugin to the build.
1221 * ext/pulse/pulsemixerctrl.c:
1222 Fix compilation error.
1224 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
1228 Add new lithunian translation, and add french to the LINGUAS
1231 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
1233 * ext/soup/gstsouphttpsrc.c:
1234 Fix Soup HTTP source seeking.
1235 Patch By: Wouter Cloetens <wouter at mind be>
1238 * tests/check/elements/.cvsignore:
1239 Ignore new check programs.
1241 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
1244 * docs/plugins/Makefile.am:
1245 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1246 * docs/plugins/gst-plugins-good-plugins-sections.txt:
1247 * docs/plugins/gst-plugins-good-plugins.args:
1248 * docs/plugins/gst-plugins-good-plugins.hierarchy:
1249 * docs/plugins/gst-plugins-good-plugins.interfaces:
1250 * docs/plugins/gst-plugins-good-plugins.prerequisites:
1251 * docs/plugins/inspect/plugin-interleave.xml:
1252 * docs/plugins/inspect/plugin-replaygain.xml:
1253 * tests/check/Makefile.am:
1255 Move replaygain and interleave plugins from -bad.
1259 2008-07-18 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1261 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1262 (qtdemux_parse_trak):
1263 Revert ISO base media spec based pixel-aspect-ratio calculation.
1266 2008-07-17 Edward Hervey <edward.hervey@collabora.co.uk>
1268 * sys/osxvideo/osxvideosink.m:
1269 Fix minor build issues on macosx.
1272 2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
1275 * ext/taglib/Makefile.am::
1276 Only use -Wno-attributes (which is there to work around a
1277 bug in the taglib 1.5 headers) if the c++ compiler actually
1278 supports it (#543255).
1280 2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
1282 Patch by: Benoit Fouet <benoit.fouet purplelabs com>
1284 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1285 Avoid compiler warning by initialising variable to NULL (#543259).
1287 2008-07-14 Sebastian Dröge <slomo@circular-chaos.org>
1289 * gst/debug/gsttaginject.c: (gst_tag_inject_start):
1290 Don't pass NULL taglists to gst_tag_list_is_empty().
1292 2008-07-14 Sebastian Dröge <slomo@circular-chaos.org>
1294 * tests/check/elements/cmmldec.c: (GST_START_TEST):
1295 * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
1297 * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
1298 Don't use declarations after statements.
1300 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1302 * ext/jpeg/gstjpegdec.c:
1303 Align documentation with reality.
1305 2008-07-14 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1307 * gst/udp/gstudpnetutils.c:
1308 EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
1309 old value (1) if it's not defined which should not cause any problems
1310 as we're using it internal only anyway.
1312 2008-07-14 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1314 Patch by: Alessandro Decina <alessandro at nnva dot org>
1316 * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
1317 Fix build of avidemux on big endian architectures.
1319 2008-07-10 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1321 Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
1323 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1324 Correctly distinguish 8bit vs 16bit raw audio. Fixes #542410.
1326 2008-07-08 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1328 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1329 (qtdemux_parse_trak):
1330 Set pixel-aspect-ratio in caps using display width and height
1333 2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1336 Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1337 flags that are invalid for C++. Fixes bug #516509.
1339 2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1341 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1342 * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
1343 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
1344 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
1345 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1346 * tests/examples/equalizer/demo.c: (message_handler):
1347 * tests/examples/spectrum/demo-audiotest.c: (message_handler):
1348 * tests/examples/spectrum/demo-osssrc.c: (message_handler):
1349 Don't use declarations after statements and variable length arrays.
1351 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1353 Patch by: Daniel Drake <dsd at gentoo dot org>
1355 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
1356 (gst_v4l2src_get_nearest_size):
1357 Try progressive video if interlaced fails. Fixes bug #541956
1358 and the usage of v4l2src on OLPC.
1360 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1362 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1363 (gst_rtp_speex_depay_process):
1364 * gst/rtp/gstrtpspeexdepay.h:
1365 Revert last change: Only the jitterbuffer is able to convert RTP to
1366 Gstreamer timestamps and normal (de)payloaders should simply copy it.
1367 Reopens bug #541787.
1369 2008-07-07 Stefan Kost <ensonic@users.sf.net>
1371 * gst/rtp/gstrtpvrawdepay.c:
1372 Include stdlib.h for atoi().
1374 * gst/rtsp/gstrtspsrc.c:
1375 Use floating point math for latencies < 0 sec in log output.
1377 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1379 Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
1381 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1382 (gst_rtp_speex_depay_process):
1383 * gst/rtp/gstrtpspeexdepay.h:
1384 Take timestamp from the RTP packet as a first step to fix problems
1385 with transmission over RTP when the network is not reliable.
1388 2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1390 Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1392 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
1393 Fix parsing of udp:// URIs containing IPv6 addresses.
1396 2008-07-04 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1398 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1399 Do not leak incoming buffers.
1401 2008-07-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1403 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1406 Fix build of the RTP plugin with mingw32 by linking to ws2_32
1407 for htons() and htonl(). Fixes bug #541412.
1409 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1411 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1412 (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
1413 (gst_matroska_demux_element_query),
1414 (gst_matroska_demux_handle_src_query),
1415 (gst_matroska_demux_handle_seek_event):
1416 Handle position and duration query in DEFAULT format if the
1417 pad's track has a default frame duration set.
1419 Fix seeking now that the segment's duration doesn't contain the
1420 (possibly wrong or inaccurate) duration of the Matroska file.
1422 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1424 * gst/matroska/ebml-read.c: (_ext2dbl):
1425 Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
1426 in math.h except on MSVC where it is defined in xmath.h.
1427 Fixes compilation with MSVC.
1429 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1431 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1432 (gst_matroska_demux_handle_src_query),
1433 (gst_matroska_demux_parse_info),
1434 (gst_matroska_demux_loop_stream_parse_id):
1435 * gst/matroska/matroska-demux.h:
1436 Don't set the segment duration to the duration from the Matroska
1437 header as this value could be wrong and is just informational.
1439 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1441 * gst/matroska/matroska-demux.c:
1442 (gst_matroska_demux_loop_stream_parse_id):
1443 If no Tracks element is found until the first Cluster is found
1444 search it and error out if none is found in the complete file.
1446 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1448 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
1449 Resync non-subtitle tracks too if a too large gap compared to other
1452 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
1454 * gst/rtp/Makefile.am:
1455 * gst/rtp/gstrtp.c: (plugin_init):
1456 * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
1457 (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
1458 (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
1459 (gst_rtp_vraw_depay_change_state),
1460 (gst_rtp_vraw_depay_plugin_init):
1461 * gst/rtp/gstrtpvrawdepay.h:
1462 * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
1463 (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
1464 (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
1465 (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
1466 (gst_rtp_vraw_pay_plugin_init):
1467 * gst/rtp/gstrtpvrawpay.h:
1468 Add raw video pay and depayloaders, see RFC4175.
1470 2008-06-30 Jan Schmidt <jan.schmidt@sun.com>
1472 * ext/libpng/gstpngdec.c:
1473 Don't return GST_FLOW_ERROR when buffer_alloc fails - return
1474 whatever it returned.
1476 2008-06-29 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1478 * gst/avi/avi-ids.h:
1479 Add vprp chunk related structures.
1480 * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
1481 (gst_avi_demux_parse_stream):
1482 Parse optional vprp chunk and add calculated pixel-aspect-ratio
1483 to caps. Fixes #539482.
1484 * gst/avi/gstavimux.h:
1485 * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
1486 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
1487 Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
1489 2008-06-28 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1491 * tests/check/elements/avimux.c: (check_avimux_pad):
1492 Adjust avimux unit test according to increased streamheader size.
1494 2008-06-27 David Schleef <ds@schleef.org>
1496 * gst/qtdemux/qtdemux.c: Add Dirac stream type
1498 2008-06-27 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1500 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1501 * gst/avi/gstavimux.h:
1502 Add 8 bytes to current streamheader to make for a complete one
1503 and to make more players happy. Fixes #519460.
1505 2008-06-26 Tim-Philipp Müller <tim.muller at collabora co uk>
1507 * sys/v4l2/v4l2_calls.c::
1508 Don't include unused gstv4l2xoverlay.h. Fixes build
1509 in case where X11 headers are not installed.
1511 2008-06-26 Wim Taymans <wim.taymans@collabora.co.uk>
1513 * ext/dv/gstdv.c: (plugin_init):
1516 2008-06-26 Edward Hervey <edward.hervey@collabora.co.uk>
1518 * ext/dv/gstdv.c: (plugin_init):
1519 Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
1520 DV decoder available.
1523 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1525 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1526 Call getsockname() after the call to bind() to get updated values
1527 for the port, etc. This fixes the usage of udpsrc on anonymous
1528 binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
1529 Thanks to Aurelien Grimaud for pointing out the obvious fix.
1531 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1533 * tests/check/pipelines/wavpack.c: (bus_handler):
1534 Remove workaround for a bug in identity that is fixed in 0.10.20.
1536 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1538 Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
1540 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
1541 Fix HTTP auth support with user/password passed via the URI.
1544 2008-06-24 Tim-Philipp Müller <tim.muller at collabora co uk>
1547 Depend on released versions of core and -base.
1549 2008-06-23 Julien Moutte <julien@fluendo.com>
1551 * gst/matroska/matroska-demux.c:
1552 (gst_matroska_demux_read_track_encoding),
1553 (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
1554 format strings in macros. (makes it build on OS X again...)
1556 2008-06-20 Thomas Vander Stichele <thomas at apestaart dot org>
1558 * gst/rtp/gstrtptheorapay.c:
1559 * gst/udp/gstmultiudpsink.c:
1562 2008-06-20 Christian Schaller <christian.schaller@collabora.co.uk>
1564 * configure.ac: switch v4l2src over to the normal build instead of
1565 being 'experimental'. Fixes bug #536831.
1567 2008-06-19 Wim Taymans <wim.taymans@collabora.co.uk>
1569 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1570 Remove unused variable so that we can compile again.
1572 2008-06-19 Peter Kjellerstedt <pkj@axis.com>
1574 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
1575 No need to check for audio/G723 and audio/32KADPCM here as they are
1576 no longer supported.
1578 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
1580 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
1581 (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
1582 Use G_GINT64_CONSTANT, this fixes the duration query on files without
1585 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
1587 * gst/matroska/matroska-demux.c:
1588 (gst_matroska_demux_add_wvpk_header),
1589 (gst_matroska_demux_audio_caps):
1590 * gst/matroska/matroska-ids.h:
1591 Fix demuxing of WavPack files. Muxing is still broken.
1593 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
1595 * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
1596 (gst_matroska_demux_add_mpeg_seq_header),
1597 (gst_matroska_demux_add_wvpk_header),
1598 (gst_matroska_demux_check_subtitle_buffer),
1599 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1600 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1601 (gst_matroska_demux_subtitle_caps):
1602 * gst/matroska/matroska-ids.h:
1603 Add a "vfunc" to the track context for postprocessing frames and
1604 convert the wavpack and subtitle postprocessing to this vfunc.
1605 Copy buffer flags in those functions to the new buffers too.
1607 Parse CodecState elements of Blocks.
1609 Add a postprocessing function for MPEG video that adds the sequence
1610 header from the codec private data or codec state to the frames if
1611 it's not already there.
1613 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
1615 * gst/matroska/matroska-demux.c:
1616 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1617 If a gap of more than 1/2 second is found in one stream send a
1618 NEWSEGMENT event to not stall the pipeline if the gap is too large.
1619 This also fixes Matroska files where the first buffer doesn't start
1620 at timestamp 0. Fixes bug #429322.
1622 The duration of a block is the default duration multiplied with the
1623 number of laces. Every lace is one frame and the default duration
1624 is the duration of one frame. This fixes playback of files that use
1625 lacing for some tracks.
1627 2008-06-18 Sebastian Dröge <slomo@circular-chaos.org>
1629 * gst/matroska/matroska-demux.c:
1630 (gst_matroska_demux_parse_contents_seekentry):
1631 Update FIXME/TODOs and only ignore EOS at the central, important place
1632 instead of several places.
1634 2008-06-18 Wim Taymans <wim.taymans@collabora.co.uk>
1636 * gst/rtp/gstrtpg726pay.c:
1637 Fix caps, See #538891.
1639 2008-06-18 Sebastian Dröge <slomo@circular-chaos.org>
1641 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1642 (gst_matroska_demux_stream_from_num),
1643 (gst_matroska_demux_encoding_cmp),
1644 (gst_matroska_demux_encoding_order_unique),
1645 (gst_matroska_demux_read_track_encoding),
1646 (gst_matroska_demux_read_track_encodings),
1647 (gst_matroska_demux_tracknumber_unique),
1648 (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
1649 (gst_matroska_demux_parse_tracks),
1650 (gst_matroska_demux_parse_index_cuetrack),
1651 (gst_matroska_demux_parse_index_pointentry),
1652 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1653 (gst_matroska_demux_parse_metadata_id_simple_tag),
1654 (gst_matroska_demux_parse_metadata_id_tag),
1655 (gst_matroska_demux_parse_metadata),
1656 (gst_matroska_demux_parse_attached_file),
1657 (gst_matroska_demux_parse_attachments),
1658 (gst_matroska_demux_parse_chapters),
1659 (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
1660 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1661 (gst_matroska_demux_parse_cluster),
1662 (gst_matroska_demux_parse_contents_seekentry),
1663 (gst_matroska_demux_parse_contents),
1664 (gst_matroska_demux_loop_stream_parse_id),
1665 (gst_matroska_demux_loop):
1666 Improve debug output everywhere and fix the EOS logic.
1668 Check the values of the ContentEncoding elements more strictly and
1669 don't use tracks for which it's invalid.
1671 Check that the track number is unique for this stream.
1673 Check that seek positions are below G_MAXINT64 as our seeks are
1674 int64-based and overflows will fail badly.
1676 After seeks also don't push SimpleBlocks until the first one
1677 containing a keyframe is found. Before this was done only for normal
1680 Update some FIXME/TODOs.
1682 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
1683 (gst_ebml_read_utf8), (gst_ebml_read_header):
1684 Improve debug output.
1686 * gst/matroska/matroska-ids.c:
1687 (gst_matroska_track_init_video_context):
1688 * gst/matroska/matroska-ids.h:
1689 * gst/matroska/matroska-mux.c:
1690 (gst_matroska_mux_video_pad_setcaps):
1691 Remove eye mode and don't parse it anymore. We can't use that
1692 information in GStreamer yet so it's useless.
1695 2008-06-18 Wim Taymans <wim.taymans@collabora.co.uk>
1697 Patch by: Mersad Jelacic <mersad at axis dot com>
1699 * gst/rtp/Makefile.am:
1700 * gst/rtp/gstrtp.c: (plugin_init):
1701 * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
1702 (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
1703 (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
1704 (gst_rtp_g726_depay_plugin_init):
1705 * gst/rtp/gstrtpg726depay.h:
1706 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
1707 (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
1708 (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
1709 * gst/rtp/gstrtpg726pay.h:
1710 Added G726 pay/depayloaders. Fixes #538891.
1712 2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
1717 * gst/smpte/barboxwipes.c:
1720 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1721 Fix typo, add audioresample to the pipeline.
1723 2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
1725 * ext/libmng/Makefile.am:
1726 * ext/libmng/gstmng.c: (plugin_init):
1727 * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
1728 (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
1729 (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
1730 (gst_mng_dec_get_property), (gst_mng_dec_set_property),
1731 (mngdec_error), (mngdec_openstream), (mngdec_closestream),
1732 (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
1733 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1734 (gst_mng_dec_change_state):
1735 * ext/libmng/gstmngdec.h:
1736 * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
1737 (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
1738 (gst_mng_enc_init), (gst_mng_enc_chain),
1739 (gst_mng_enc_get_property), (gst_mng_enc_set_property):
1740 * ext/libmng/gstmngenc.h:
1741 Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
1742 bits ifdeffed out still.
1744 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
1746 * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
1747 When comparing index elements with the same time compare their
1750 2008-06-16 Tim-Philipp Müller <tim.muller at collabora co uk>
1752 * gst/matroska/matroska-demux.c:
1753 (gst_matroska_demux_parse_attached_file)
1754 Init variable to NULL to avoid compiler warning.
1756 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
1758 * gst/matroska/Makefile.am:
1759 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1760 (gst_matroska_demux_parse_attached_file),
1761 (gst_matroska_demux_parse_attachments),
1762 (gst_matroska_demux_parse_contents_seekentry),
1763 (gst_matroska_demux_loop_stream_parse_id):
1764 * gst/matroska/matroska-demux.h:
1765 * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1766 * gst/matroska/matroska-ids.h:
1767 * gst/matroska/matroska.c: (plugin_init):
1768 Parse Attachments and post them as GST_TAG_IMAGE if we detect
1769 it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
1770 and description of the attachments in the caps. Fixes bug #537622.
1772 2008-06-16 Wim Taymans <wim.taymans@collabora.co.uk>
1774 * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
1775 (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
1776 (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
1777 (gst_speex_enc_src_query), (gst_speex_enc_init),
1778 (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
1779 (gst_speex_enc_chain), (gst_speex_enc_get_property),
1780 (gst_speex_enc_set_property):
1782 Some cleanups, add more debug info.
1785 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
1787 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
1788 Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
1789 If we get less bytes than requested we can't do anything except doing
1792 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
1794 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1795 (gst_matroskademux_do_index_seek),
1796 (gst_matroska_demux_parse_index_cuetrack),
1797 (gst_matroska_demux_parse_index_pointentry),
1798 (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
1799 (gst_matroska_demux_parse_metadata):
1800 * gst/matroska/matroska-demux.h:
1801 * gst/matroska/matroska-ids.h:
1802 Use a GArray for storing the Cue (i.e. seek) information, store
1803 the CueTrackPositions for every track, store the block number
1804 and optimize searching in the array by sorting it after the last
1807 Fix a small memory leak when trying to parse a tags element that was
1810 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
1812 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1813 (gst_matroska_mux_start), (gst_matroska_mux_finish),
1814 (gst_matroska_mux_write_data):
1815 * gst/matroska/matroska-mux.h:
1816 Don't write another SeekHead which indexes all Clusters to the end of
1817 the file. This isn't useful for anything and just increases filesize.
1819 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
1821 * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
1822 Prevent unaligned memory access when reading floats.
1824 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
1826 * gst/matroska/ebml-read.c:
1827 * gst/matroska/ebml-read.h:
1828 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1829 (gst_matroska_demux_parse_metadata):
1830 * gst/matroska/matroska-demux.h:
1831 Make sure that every Tags element is only parsed once and it's
1832 containing tags are only posted once.
1834 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
1836 * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
1837 (gst_ebml_read_header):
1838 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
1839 (gst_matroska_demux_parse_tracks),
1840 (gst_matroska_demux_parse_index_cuetrack),
1841 (gst_matroska_demux_parse_index_pointentry),
1842 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1843 (gst_matroska_demux_parse_metadata_id_simple_tag),
1844 (gst_matroska_demux_parse_metadata_id_tag),
1845 (gst_matroska_demux_parse_metadata),
1846 (gst_matroska_demux_parse_attachments),
1847 (gst_matroska_demux_parse_chapters),
1848 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1849 (gst_matroska_demux_parse_cluster),
1850 (gst_matroska_demux_parse_contents_seekentry),
1851 (gst_matroska_demux_parse_contents),
1852 (gst_matroska_demux_loop_stream_parse_id):
1853 Handle EBML elements like Void or CRC32 in the EbmlRead base class
1854 already. They're not useful in the matroska parser and only cause
1857 2008-06-14 Sebastian Dröge <slomo@circular-chaos.org>
1859 * gst/matroska/ebml-read.c: (gst_ebml_level_free),
1860 (gst_ebml_finalize), (gst_ebml_read_change_state),
1861 (gst_ebml_read_element_level_up), (gst_ebml_read_master):
1862 * gst/matroska/matroska-demux.c:
1863 (gst_matroska_demux_parse_contents_seekentry):
1864 Reverse the level list as we usually are only interested in the
1865 first element or want to add a new first element. Having the
1866 first element stored at the end and calling g_list_last() and
1867 g_list_append() is more expensive.
1869 Also use GSlice for allocating the GstEbmlLevel structs.
1871 2008-06-13 Tim-Philipp Müller <tim.muller at collabora co uk>
1873 * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
1874 (gst_tag_inject_class_init), (gst_tag_inject_init):
1875 Don't unref NULL taglist in finalize. Don't use c++ style
1878 2008-06-13 Sebastian Dröge <slomo@circular-chaos.org>
1880 * gst/matroska/matroska-demux.c:
1881 (gst_matroska_demux_parse_metadata_id_simple_tag):
1882 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
1883 (gst_matroska_mux_write_data):
1884 Use gst_value_serialize() and gst_value_deserialize() for transforming
1885 tags from some GType to a string and the other way around. The default
1886 transformations in GLib don't include transformations from string to
1889 2008-06-13 Sebastian Dröge <slomo@circular-chaos.org>
1891 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1892 (gst_matroska_demux_parse_tracks),
1893 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1894 (gst_matroska_demux_parse_attachments),
1895 (gst_matroska_demux_parse_chapters),
1896 (gst_matroska_demux_parse_contents_seekentry),
1897 (gst_matroska_demux_loop_stream_parse_id):
1898 * gst/matroska/matroska-demux.h:
1899 Only parse Tracks, SeekHead and SegmentInfo elements once but allow
1900 Tags multiple times. The first ones can appear more than once but must
1901 contain the same content as the first for backup purposes so we ignore
1902 all but the first one. Tags can appear multiple times with different
1905 Jump to all elements except Clusters that are available from a
1906 SeekHead to make it more likely to have all required informations
1907 before getting to the first Clusters.
1909 Add dummy functions for parsing Attachments and Chapters.
1911 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
1913 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1914 (gst_udpsrc_create), (gst_udpsrc_set_property),
1915 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
1916 * gst/udp/gstudpsrc.h:
1917 Add property to control automatic join/leave of multicast groups.
1919 Remove setting caps on buffers explicitly, basesrc does that for us now.
1921 Convert some non-fatal error into warnings.
1922 Use g_ntohs for better portability.
1923 Leave multicast groups when stopping.
1924 When using external sockets, use getsockname() on them to fill up the
1925 addr structure before calling methods that use the structure.
1926 Should all fix #536903.
1927 API: GstUDPSrc::auto-multicast property
1929 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
1931 * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
1932 Use g_ntohl for better portability.
1934 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
1936 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
1937 (gst_multiudpsink_remove):
1938 Fix a typo and do some small cleanups.
1940 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
1942 Patch by: Olivier Crete <tester at tester dot ca>
1944 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1945 Make the delivery-method mandatory on the caps and only accept inline
1947 Reverse strcmp checks for delivery-method.
1949 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
1950 Make delivery method optional when parsing caps and note this in the
1952 Reverse strcmp checks for delivery-method.
1954 * gst/rtp/gstrtpvorbispay.c:
1955 Update a comment to note that the delivery-method is optional,
1958 2008-06-12 Wim Taymans <wim.taymans@collabora.co.uk>
1960 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
1961 Set udpsrc for receiving data from multicast groups to PAUSED instead of
1962 leaving them in READY. Fixes #537832.
1964 2008-06-12 Stefan Kost <ensonic@users.sf.net>
1966 * gst/avi/gstavimux.c:
1967 Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
1968 for a random constant in tagmuxing code.
1970 2008-06-11 Stefan Kost <ensonic@users.sf.net>
1972 * gst/debug/gsttaginject.c:
1973 * gst/debug/gsttaginject.h:
1974 Now actually adding the new element.
1976 2008-06-11 Stefan Kost <ensonic@users.sf.net>
1978 * docs/plugins/Makefile.am:
1979 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1980 * docs/plugins/gst-plugins-good-plugins-sections.txt:
1981 * docs/plugins/gst-plugins-good-plugins.args:
1982 * docs/plugins/gst-plugins-good-plugins.hierarchy:
1983 * docs/plugins/gst-plugins-good-plugins.interfaces:
1984 * docs/plugins/gst-plugins-good-plugins.prerequisites:
1985 * docs/plugins/inspect/plugin-aasink.xml:
1986 * docs/plugins/inspect/plugin-alaw.xml:
1987 * docs/plugins/inspect/plugin-alpha.xml:
1988 * docs/plugins/inspect/plugin-alphacolor.xml:
1989 * docs/plugins/inspect/plugin-annodex.xml:
1990 * docs/plugins/inspect/plugin-apetag.xml:
1991 * docs/plugins/inspect/plugin-audiofx.xml:
1992 * docs/plugins/inspect/plugin-auparse.xml:
1993 * docs/plugins/inspect/plugin-autodetect.xml:
1994 * docs/plugins/inspect/plugin-avi.xml:
1995 * docs/plugins/inspect/plugin-cacasink.xml:
1996 * docs/plugins/inspect/plugin-cairo.xml:
1997 * docs/plugins/inspect/plugin-cdio.xml:
1998 * docs/plugins/inspect/plugin-cutter.xml:
1999 * docs/plugins/inspect/plugin-debug.xml:
2000 * docs/plugins/inspect/plugin-dv.xml:
2001 * docs/plugins/inspect/plugin-efence.xml:
2002 * docs/plugins/inspect/plugin-effectv.xml:
2003 * docs/plugins/inspect/plugin-equalizer.xml:
2004 * docs/plugins/inspect/plugin-esdsink.xml:
2005 * docs/plugins/inspect/plugin-flac.xml:
2006 * docs/plugins/inspect/plugin-flxdec.xml:
2007 * docs/plugins/inspect/plugin-gamma.xml:
2008 * docs/plugins/inspect/plugin-gconfelements.xml:
2009 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2010 * docs/plugins/inspect/plugin-goom.xml:
2011 * docs/plugins/inspect/plugin-goom2k1.xml:
2012 * docs/plugins/inspect/plugin-halelements.xml:
2013 * docs/plugins/inspect/plugin-icydemux.xml:
2014 * docs/plugins/inspect/plugin-id3demux.xml:
2015 * docs/plugins/inspect/plugin-jpeg.xml:
2016 * docs/plugins/inspect/plugin-level.xml:
2017 * docs/plugins/inspect/plugin-matroska.xml:
2018 * docs/plugins/inspect/plugin-monoscope.xml:
2019 * docs/plugins/inspect/plugin-mulaw.xml:
2020 * docs/plugins/inspect/plugin-multifile.xml:
2021 * docs/plugins/inspect/plugin-multipart.xml:
2022 * docs/plugins/inspect/plugin-navigationtest.xml:
2023 * docs/plugins/inspect/plugin-ossaudio.xml:
2024 * docs/plugins/inspect/plugin-png.xml:
2025 * docs/plugins/inspect/plugin-quicktime.xml:
2026 * docs/plugins/inspect/plugin-rtp.xml:
2027 * docs/plugins/inspect/plugin-rtsp.xml:
2028 * docs/plugins/inspect/plugin-smpte.xml:
2029 * docs/plugins/inspect/plugin-soup.xml:
2030 * docs/plugins/inspect/plugin-spectrum.xml:
2031 * docs/plugins/inspect/plugin-speex.xml:
2032 * docs/plugins/inspect/plugin-taglib.xml:
2033 * docs/plugins/inspect/plugin-udp.xml:
2034 * docs/plugins/inspect/plugin-video4linux2.xml:
2035 * docs/plugins/inspect/plugin-videobalance.xml:
2036 * docs/plugins/inspect/plugin-videobox.xml:
2037 * docs/plugins/inspect/plugin-videocrop.xml:
2038 * docs/plugins/inspect/plugin-videoflip.xml:
2039 * docs/plugins/inspect/plugin-videomixer.xml:
2040 * docs/plugins/inspect/plugin-wavenc.xml:
2041 * docs/plugins/inspect/plugin-wavpack.xml:
2042 * docs/plugins/inspect/plugin-wavparse.xml:
2043 * docs/plugins/inspect/plugin-ximagesrc.xml:
2044 * gst/debug/Makefile.am:
2045 * gst/debug/breakmydata.c:
2046 * gst/debug/efence.c:
2047 * gst/debug/gstdebug.c:
2048 * gst/debug/gstnavseek.c:
2049 * gst/debug/gstpushfilesrc.c:
2050 * gst/debug/gstpushfilesrc.h:
2051 * gst/debug/negotiation.c:
2052 * gst/debug/progressreport.c:
2053 * gst/debug/progressreport.h:
2054 * gst/debug/rndbuffersize.c:
2055 * gst/debug/testplugin.c:
2056 Remove dummy plugin_init. Remove some undefined entries from doc-
2057 section file. Add taginject element and rebuild docs for it.
2059 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
2061 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2062 (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2063 Update the counter for the number of streams when pads are added or
2064 removed. This will make sure that a seek table is generated for
2065 files with just one audio stream.
2067 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
2069 * gst/matroska/matroska-demux.c:
2070 (gst_matroska_demux_parse_metadata_id_simple_tag):
2071 * gst/matroska/matroska-ids.h:
2072 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2073 Add some more tags, improve debugging a bit and make sure that
2074 GValue transformation has succeeded before using the result
2077 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
2079 Patch by: Olivier Crete <tester at tester dot ca>
2081 * gst/rtp/gstrtptheorapay.c:
2082 The Theora RTP payloader only supports the "inline" delievery method
2083 so let's declare this on the caps of the static pad template.
2086 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
2088 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2089 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2092 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
2094 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2095 (gst_videomixer_blend_buffers):
2096 Use stream_time to synchronize the object properties.
2097 Use running_time of the master pad to timestamp outgoing buffers.
2098 Fix the initial segment event to extend an unknown amount of time.
2101 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
2103 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2104 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2105 (gst_avi_demux_calculate_durations_from_index),
2106 (gst_avi_demux_stream_header_push),
2107 (gst_avi_demux_stream_header_pull):
2108 Try to ignore unparsable/unknown streams and give a warning instead of
2109 erroring out. Fixes #537377.
2111 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
2113 * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2114 Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2116 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2117 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2118 (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2119 (gst_matroska_demux_read_track_encodings),
2120 (gst_matroska_demux_add_stream),
2121 (gst_matroska_demux_handle_src_query),
2122 (gst_matroska_demux_init_stream),
2123 (gst_matroska_demux_parse_index_cuetrack),
2124 (gst_matroska_demux_parse_index_pointentry),
2125 (gst_matroska_demux_parse_info),
2126 (gst_matroska_demux_parse_metadata_id_simple_tag),
2127 (gst_matroska_demux_parse_metadata),
2128 (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2129 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2130 (gst_matroska_demux_parse_cluster),
2131 (gst_matroska_demux_parse_contents_seekentry),
2132 (gst_matroska_demux_loop_stream_parse_id),
2133 (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2134 (gst_matroska_demux_audio_caps),
2135 (gst_matroska_demux_subtitle_caps):
2136 * gst/matroska/matroska-demux.h:
2137 * gst/matroska/matroska-ids.c:
2138 (gst_matroska_track_init_subtitle_context):
2139 * gst/matroska/matroska-ids.h:
2140 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2141 (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2142 (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2143 (gst_matroska_mux_video_pad_setcaps),
2144 (gst_matroska_mux_audio_pad_setcaps),
2145 (gst_matroska_mux_subtitle_pad_setcaps),
2146 (gst_matroska_mux_request_new_pad),
2147 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2148 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2149 (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
2150 (gst_matroska_mux_set_property):
2151 Add many FIXMEs/TODOs all over the matroska muxer and demuxer
2152 elements, do some checks for valid values in the demuxer, handle
2153 tracktimecodescale in the demuxer, set correct default values for all
2154 settings in the demuxer, review and add all missing matroska
2155 IDs and some more raw YUV formats, and some trivial cleanup.
2157 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
2159 * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
2160 (gst_pulsemixer_class_init):
2161 * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2162 (gst_pulsesink_class_init), (gst_pulsesink_prepare):
2163 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2164 (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
2165 (gst_pulsesrc_prepare):
2166 Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
2167 gst_element_class_set_details_simple() and fix coding style a bit
2170 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
2172 * docs/plugins/Makefile.am:
2173 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2174 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2175 * docs/plugins/gst-plugins-good-plugins.args:
2176 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2177 * docs/plugins/gst-plugins-good-plugins.interfaces:
2178 * docs/plugins/gst-plugins-good-plugins.prerequisites:
2179 * docs/plugins/inspect/plugin-aasink.xml:
2180 * docs/plugins/inspect/plugin-alaw.xml:
2181 * docs/plugins/inspect/plugin-alpha.xml:
2182 * docs/plugins/inspect/plugin-alphacolor.xml:
2183 * docs/plugins/inspect/plugin-annodex.xml:
2184 * docs/plugins/inspect/plugin-apetag.xml:
2185 * docs/plugins/inspect/plugin-audiofx.xml:
2186 * docs/plugins/inspect/plugin-auparse.xml:
2187 * docs/plugins/inspect/plugin-autodetect.xml:
2188 * docs/plugins/inspect/plugin-avi.xml:
2189 * docs/plugins/inspect/plugin-cacasink.xml:
2190 * docs/plugins/inspect/plugin-cairo.xml:
2191 * docs/plugins/inspect/plugin-cdio.xml:
2192 * docs/plugins/inspect/plugin-cutter.xml:
2193 * docs/plugins/inspect/plugin-debug.xml:
2194 * docs/plugins/inspect/plugin-dv.xml:
2195 * docs/plugins/inspect/plugin-efence.xml:
2196 * docs/plugins/inspect/plugin-effectv.xml:
2197 * docs/plugins/inspect/plugin-equalizer.xml:
2198 * docs/plugins/inspect/plugin-esdsink.xml:
2199 * docs/plugins/inspect/plugin-flac.xml:
2200 * docs/plugins/inspect/plugin-flxdec.xml:
2201 * docs/plugins/inspect/plugin-gamma.xml:
2202 * docs/plugins/inspect/plugin-gconfelements.xml:
2203 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2204 * docs/plugins/inspect/plugin-goom.xml:
2205 * docs/plugins/inspect/plugin-goom2k1.xml:
2206 * docs/plugins/inspect/plugin-halelements.xml:
2207 * docs/plugins/inspect/plugin-icydemux.xml:
2208 * docs/plugins/inspect/plugin-id3demux.xml:
2209 * docs/plugins/inspect/plugin-jpeg.xml:
2210 * docs/plugins/inspect/plugin-level.xml:
2211 * docs/plugins/inspect/plugin-matroska.xml:
2212 * docs/plugins/inspect/plugin-monoscope.xml:
2213 * docs/plugins/inspect/plugin-mulaw.xml:
2214 * docs/plugins/inspect/plugin-multifile.xml:
2215 * docs/plugins/inspect/plugin-multipart.xml:
2216 * docs/plugins/inspect/plugin-navigationtest.xml:
2217 * docs/plugins/inspect/plugin-ossaudio.xml:
2218 * docs/plugins/inspect/plugin-png.xml:
2219 * docs/plugins/inspect/plugin-pulseaudio.xml:
2220 * docs/plugins/inspect/plugin-quicktime.xml:
2221 * docs/plugins/inspect/plugin-rtp.xml:
2222 * docs/plugins/inspect/plugin-rtsp.xml:
2223 * docs/plugins/inspect/plugin-smpte.xml:
2224 * docs/plugins/inspect/plugin-soup.xml:
2225 * docs/plugins/inspect/plugin-spectrum.xml:
2226 * docs/plugins/inspect/plugin-speex.xml:
2227 * docs/plugins/inspect/plugin-taglib.xml:
2228 * docs/plugins/inspect/plugin-udp.xml:
2229 * docs/plugins/inspect/plugin-video4linux2.xml:
2230 * docs/plugins/inspect/plugin-videobalance.xml:
2231 * docs/plugins/inspect/plugin-videobox.xml:
2232 * docs/plugins/inspect/plugin-videocrop.xml:
2233 * docs/plugins/inspect/plugin-videoflip.xml:
2234 * docs/plugins/inspect/plugin-videomixer.xml:
2235 * docs/plugins/inspect/plugin-wavenc.xml:
2236 * docs/plugins/inspect/plugin-wavpack.xml:
2237 * docs/plugins/inspect/plugin-wavparse.xml:
2238 * docs/plugins/inspect/plugin-ximagesrc.xml:
2239 * ext/pulse/plugin.c:
2240 * ext/pulse/pulsemixer.c:
2241 * ext/pulse/pulsesink.c:
2242 * ext/pulse/pulsesrc.c:
2243 Add documentation to the pulseaudio plugin and run make update
2246 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
2248 Patch by: Brian Cameron <brian.cameron at sun dot com>
2250 * sys/sunaudio/gstsunaudiomixerctrl.c:
2251 (gst_sunaudiomixer_ctrl_get_volume),
2252 (gst_sunaudiomixer_ctrl_set_volume):
2253 Improvements for the SunAudio mixer by handling mute as no gain
2254 for tracks that have a gain property but no mute property.
2257 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
2260 * ext/pulse/Makefile.am:
2261 * ext/pulse/plugin.c: (plugin_init):
2262 * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
2263 (gst_pulsemixer_implements_interface_init),
2264 (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
2265 (gst_pulsemixer_class_init), (gst_pulsemixer_init),
2266 (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
2267 (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
2268 * ext/pulse/pulsemixer.h:
2269 * ext/pulse/pulsemixerctrl.c:
2270 (gst_pulsemixer_ctrl_context_state_cb),
2271 (gst_pulsemixer_ctrl_sink_info_cb),
2272 (gst_pulsemixer_ctrl_source_info_cb),
2273 (gst_pulsemixer_ctrl_subscribe_cb),
2274 (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
2275 (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
2276 (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
2277 (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
2278 (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
2279 (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
2280 * ext/pulse/pulsemixerctrl.h:
2281 * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
2282 (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
2283 * ext/pulse/pulsemixertrack.h:
2284 * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
2285 (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
2286 (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
2287 (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
2288 (gst_pulseprobe_new), (gst_pulseprobe_free),
2289 (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
2290 (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
2291 (gst_pulseprobe_set_server):
2292 * ext/pulse/pulseprobe.h:
2293 * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2294 (gst_pulsesink_class_init), (gst_pulsesink_init),
2295 (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
2296 (gst_pulsesink_finalize), (gst_pulsesink_dispose),
2297 (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2298 (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
2299 (gst_pulsesink_stream_request_cb),
2300 (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
2301 (gst_pulsesink_close), (gst_pulsesink_prepare),
2302 (gst_pulsesink_unprepare), (gst_pulsesink_write),
2303 (gst_pulsesink_delay), (gst_pulsesink_success_cb),
2304 (gst_pulsesink_reset), (gst_pulsesink_change_title),
2305 (gst_pulsesink_event), (gst_pulsesink_get_type):
2306 * ext/pulse/pulsesink.h:
2307 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2308 (gst_pulsesrc_implements_interface_init),
2309 (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
2310 (gst_pulsesrc_class_init), (gst_pulsesrc_init),
2311 (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
2312 (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
2313 (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
2314 (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
2315 (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
2316 (gst_pulsesrc_close), (gst_pulsesrc_prepare),
2317 (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
2318 (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
2319 (gst_pulsesrc_get_type):
2320 * ext/pulse/pulsesrc.h:
2321 * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
2322 (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
2323 * ext/pulse/pulseutil.h:
2324 Add pulseaudio GStreamer element from gst-pulse. Development will
2325 continue here instead of pulseaudio SVN. Fixes bug #400679.
2326 Only changes over gst-pulse SVN are added copyright to the top of
2327 files and coding style changes.
2329 2008-06-09 Tim-Philipp Müller <tim.muller at collabora co uk>
2331 Patch by: Benjamin Kampmann <benjamin at fluendo dot com>
2333 * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
2334 (gst_cdio_add_cdtext_album_tags):
2335 * ext/cdio/gstcdio.h:
2336 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2337 Also extract album title and album genre from CD-TEXT if
2338 available (#537021).
2340 2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
2342 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2344 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2345 Improve negotiation a bit more by picking the smallest possible
2346 resolution that is larger than the resolution specified in the
2347 first caps entry of the peer caps. Fixes bug #536994.
2349 2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
2351 Patch by: Bastien Nocera <hadess at hadess dot net>
2353 * sys/v4l2/gstv4l2vidorient.c:
2354 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2355 Fix compilation with newer GIT kernels that deprecated
2356 V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
2358 2008-06-07 Tim-Philipp Müller <tim.muller at collabora co uk>
2361 * ext/cdio/gstcdio.c:
2362 * ext/cdio/gstcdio.h:
2363 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2364 Require libcdio >= 0.76.
2366 2008-06-05 Thijs Vermeir <thijsvermeir@gmail.com>
2368 * gst/avi/gstavidemux.c:
2369 Catch UNEXPECTED when downstream has reached end of
2370 segment in reverse mode.
2372 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
2374 * gst/avi/gstavidemux.c:
2377 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
2379 * gst/avi/gstavidemux.c:
2380 Because we don't know the frame order we need to push till
2383 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2385 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2387 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2388 (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
2389 Provide a custom negotiation function to make sure to pick the highest
2390 possible framerate and resolution. Fixes bug #536646.
2392 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
2394 * gst/avi/gstavidemux.c:
2395 Set EOS when going out of the segment in reverse playback
2397 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2399 * ext/taglib/Makefile.am::
2400 Add -Wno-attributes to CXXFLAGS to suppress warning caused by
2401 taglib headers (with gcc 4.3.1).
2403 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2405 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2406 Use the new gst_rtsp_connection_get_ip() to access the IP address
2407 of a GstRTSPConnection since it is a private member.
2409 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2411 * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
2412 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2413 Use new utility functions in libgsttag to process coverart (#512333).
2415 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2417 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2418 We actually support left/side, right/side and mid/side files. The
2419 conversion to normal, interleaved stereo is done by libflac.
2421 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2423 * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2424 (gst_ebml_write_set_cache):
2425 Unref the write cache in finalize if it was set and add add "FIXME"
2426 to a comment that needs it.
2428 2008-06-02 Wim Taymans <wim.taymans@collabora.co.uk>
2430 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2432 * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
2433 (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
2434 (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
2435 (gst_avi_demux_process_next_entry):
2436 * gst/avi/gstavidemux.h:
2437 Implement reverse playback. Fixes #535300.
2440 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
2442 * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
2443 (gst_videomixer_query_latency):
2444 When using gst_element_iterate_pads() one has to unref every pad
2447 2008-05-31 Edward Hervey <edward.hervey@collabora.co.uk>
2449 Patch by: Bastien Nocera <hadess at hadess dot net>
2450 * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
2451 (qtdemux_parse_udta):
2452 * gst/qtdemux/qtdemux_fourcc.h:
2453 Improve meta-data handling, add 'comment', 'description' and
2454 'copyright' tag handling.
2457 2008-05-31 Julien Moutte <julien@fluendo.com>
2459 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
2460 (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
2461 (gst_qtdemux_seek_to_previous_keyframe),
2462 (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
2463 we don't clip the segment's stop using the main segment duration as
2464 that could crop quite some video frames. Make reverse playback support
2465 more robust and support edit lists. Support seeking to the last frame,
2466 and fix reverse looping playback. Add some debugging.
2467 * win32/common/config.h: Updated.
2469 2008-05-31 Sebastian Dröge <slomo@circular-chaos.org>
2471 * gst/equalizer/gstiirequalizer.c:
2472 (gst_iir_equalizer_transform_ip):
2473 Don't clip float/double samples, correctly unset passthrough mode
2474 and use better rounding for integer samples.
2476 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
2478 * gst/equalizer/gstiirequalizer.c:
2479 (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
2480 (setup_filter), (set_passthrough), (update_coefficients),
2481 (gst_iir_equalizer_compute_frequencies),
2482 (gst_iir_equalizer_transform_ip):
2483 * gst/equalizer/gstiirequalizer.h:
2484 Update the filter coefficients only when needed in the transform_ip
2485 function and correctly set the element into passthrough mode if the
2486 gain of all bands is 0.
2488 2008-05-29 Wim Taymans <wim.taymans@collabora.co.uk>
2490 Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
2492 * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
2493 (gst_alpha_set_property), (gst_alpha_get_property),
2494 (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
2495 Try to skip pixels or areas that are too dark or too bright for us to do
2496 meaningfull color detection.
2497 Added properties to control the sensitivity to light and darkness.
2498 Added some small cleanups. Fixes #512345.
2500 2008-05-28 Jan Schmidt <jan.schmidt@sun.com>
2502 * docs/plugins/.cvsignore:
2503 * tests/check/elements/.cvsignore:
2504 Ignore some more generated things
2506 * tests/check/Makefile.am:
2507 Ignore OSS elements in the state changes test too.
2509 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2511 * docs/plugins/Makefile.am:
2512 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2513 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2514 Add SMPTE effect elements to docs.
2516 2008-05-28 Stefan Kost <ensonic@users.sf.net>
2518 * docs/plugins/Makefile.am:
2519 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2520 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2521 * ext/raw1394/gstdv1394src.c:
2522 Document whats first shown on the fdo plugin docs page :)
2524 2008-05-28 Stefan Kost <ensonic@users.sf.net>
2526 * docs/plugins/Makefile.am:
2527 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2528 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2529 * docs/plugins/gst-plugins-good-plugins.args:
2530 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2531 * docs/plugins/inspect/plugin-audiofx.xml:
2532 * gst/audiofx/Makefile.am:
2533 * gst/audiofx/audiofx.c:
2534 * gst/audiofx/audiokaraoke.c:
2535 * gst/audiofx/audiokaraoke.h:
2536 * gst/audiofx/audiovoice.c:
2537 * gst/audiofx/audiovoice.h:
2538 Rename audiovoice to audiokaraoke and add it to the docs.
2540 2008-05-28 Stefan Kost <ensonic@users.sf.net>
2543 * docs/plugins/Makefile.am:
2544 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2545 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2546 * docs/plugins/gst-plugins-good-plugins.args:
2547 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2548 * docs/plugins/gst-plugins-good-plugins.interfaces:
2549 * docs/plugins/gst-plugins-good-plugins.prerequisites:
2550 * docs/plugins/inspect/plugin-aasink.xml:
2551 * docs/plugins/inspect/plugin-alaw.xml:
2552 * docs/plugins/inspect/plugin-alpha.xml:
2553 * docs/plugins/inspect/plugin-alphacolor.xml:
2554 * docs/plugins/inspect/plugin-annodex.xml:
2555 * docs/plugins/inspect/plugin-apetag.xml:
2556 * docs/plugins/inspect/plugin-audiofx.xml:
2557 * docs/plugins/inspect/plugin-auparse.xml:
2558 * docs/plugins/inspect/plugin-autodetect.xml:
2559 * docs/plugins/inspect/plugin-avi.xml:
2560 * docs/plugins/inspect/plugin-cacasink.xml:
2561 * docs/plugins/inspect/plugin-cairo.xml:
2562 * docs/plugins/inspect/plugin-cdio.xml:
2563 * docs/plugins/inspect/plugin-cutter.xml:
2564 * docs/plugins/inspect/plugin-debug.xml:
2565 * docs/plugins/inspect/plugin-dv.xml:
2566 * docs/plugins/inspect/plugin-efence.xml:
2567 * docs/plugins/inspect/plugin-effectv.xml:
2568 * docs/plugins/inspect/plugin-equalizer.xml:
2569 * docs/plugins/inspect/plugin-esdsink.xml:
2570 * docs/plugins/inspect/plugin-flac.xml:
2571 * docs/plugins/inspect/plugin-flxdec.xml:
2572 * docs/plugins/inspect/plugin-gamma.xml:
2573 * docs/plugins/inspect/plugin-gconfelements.xml:
2574 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2575 * docs/plugins/inspect/plugin-goom.xml:
2576 * docs/plugins/inspect/plugin-goom2k1.xml:
2577 * docs/plugins/inspect/plugin-halelements.xml:
2578 * docs/plugins/inspect/plugin-icydemux.xml:
2579 * docs/plugins/inspect/plugin-id3demux.xml:
2580 * docs/plugins/inspect/plugin-jpeg.xml:
2581 * docs/plugins/inspect/plugin-level.xml:
2582 * docs/plugins/inspect/plugin-matroska.xml:
2583 * docs/plugins/inspect/plugin-monoscope.xml:
2584 * docs/plugins/inspect/plugin-mulaw.xml:
2585 * docs/plugins/inspect/plugin-multifile.xml:
2586 * docs/plugins/inspect/plugin-multipart.xml:
2587 * docs/plugins/inspect/plugin-navigationtest.xml:
2588 * docs/plugins/inspect/plugin-ossaudio.xml:
2589 * docs/plugins/inspect/plugin-png.xml:
2590 * docs/plugins/inspect/plugin-quicktime.xml:
2591 * docs/plugins/inspect/plugin-rtp.xml:
2592 * docs/plugins/inspect/plugin-rtsp.xml:
2593 * docs/plugins/inspect/plugin-smpte.xml:
2594 * docs/plugins/inspect/plugin-soup.xml:
2595 * docs/plugins/inspect/plugin-spectrum.xml:
2596 * docs/plugins/inspect/plugin-speex.xml:
2597 * docs/plugins/inspect/plugin-taglib.xml:
2598 * docs/plugins/inspect/plugin-udp.xml:
2599 * docs/plugins/inspect/plugin-video4linux2.xml:
2600 * docs/plugins/inspect/plugin-videobalance.xml:
2601 * docs/plugins/inspect/plugin-videobox.xml:
2602 * docs/plugins/inspect/plugin-videocrop.xml:
2603 * docs/plugins/inspect/plugin-videoflip.xml:
2604 * docs/plugins/inspect/plugin-videomixer.xml:
2605 * docs/plugins/inspect/plugin-wavenc.xml:
2606 * docs/plugins/inspect/plugin-wavpack.xml:
2607 * docs/plugins/inspect/plugin-wavparse.xml:
2608 * docs/plugins/inspect/plugin-ximagesrc.xml:
2609 * ext/aalib/gstaasink.c:
2610 * ext/libcaca/gstcacasink.c:
2611 Document aasink and cacasink.
2613 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
2615 * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2616 (gst_videomixer_init), (gst_videomixer_query_duration),
2617 (gst_videomixer_query_latency), (gst_videomixer_query),
2618 (gst_videomixer_blend_buffers):
2619 * gst/videomixer/videomixer.h:
2620 Implement position (in time), duration and latency queries.
2622 2008-05-27 Edward Hervey <edward.hervey@collabora.co.uk>
2624 * gst/videomixer/videomixer.c: (gst_videomixer_reset),
2625 (gst_videomixer_init), (gst_videomixer_request_new_pad),
2626 (gst_videomixer_fill_queues), (forward_event_func),
2627 (forward_event), (gst_videomixer_src_event),
2628 (gst_videomixer_sink_event):
2629 * gst/videomixer/videomixer.h:
2630 Implement proper seek/newsegment handling.
2631 Based on adder's implementation.
2634 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2636 Patch by: Jan Gerber <j at oil21 dot org>
2638 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2639 Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
2641 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2643 * gst/audiofx/Makefile.am:
2644 * gst/audiofx/audiofx.c: (plugin_init):
2645 * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
2646 (gst_audio_voice_class_init), (gst_audio_voice_init),
2647 (update_filter), (gst_audio_voice_set_property),
2648 (gst_audio_voice_get_property), (gst_audio_voice_setup),
2649 (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
2650 (gst_audio_voice_transform_ip):
2651 * gst/audiofx/audiovoice.h:
2652 Add simple voice removal element. Yay karaoke.
2654 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2656 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2658 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2659 Fix potential caps leak.
2660 If we can't get the framerate with an ioctl, try to get it with the
2661 current norm. Fixes #520092.
2663 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2665 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2667 * sys/v4l2/v4l2src_calls.c:
2668 (gst_v4l2src_probe_caps_for_format_and_size):
2669 If we fail to get the frame intervals, simply don't touch the framerates
2670 on the template caps instead of discarding the format. See #520092.
2672 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2674 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
2676 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2677 (gst_v4l2_get_caps_info):
2678 Add NV12, NV21 and bayer support. See #520092.
2680 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2682 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
2683 (gst_qtdemux_activate_segment):
2684 Unbreak segment activation again. Fixes #531672.
2686 2008-05-25 Sebastian Dröge <slomo@circular-chaos.org>
2688 * ext/flac/Makefile.am:
2689 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2690 Set the channel layout when decoding FLAC files with more than 2
2691 channels as defined by the FLAC spec. Fixes bug #534570.
2693 Also don't try to decode left/side, right/side and mid/side files
2694 as we don't support this at all.
2696 2008-05-24 Tim-Philipp Müller <tim.muller at collabora co uk>
2699 We need -base CVS (rtsp).
2701 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
2703 * gst/udp/Makefile.am:
2704 Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
2705 when including netdb.h when building against glibc >= 2.8.
2707 2008-05-22 Julien Moutte <julien@fluendo.com>
2709 * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
2710 debug statement arguments.
2711 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
2712 * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
2713 (gst_udp_leave_group): Fix IP and IPV6 options to make it work
2716 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2718 * tests/check/elements/avimux.c: (setup_src_pad),
2720 * tests/check/elements/icydemux.c: (icydemux_found_pad),
2722 * tests/check/elements/matroskamux.c: (setup_src_pad),
2723 (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
2724 * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
2726 * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
2727 (setup_wavpackparse), (cleanup_wavpackparse):
2728 Don't use gst_element_get_pad(), it's a bad, bad method.
2730 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2732 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
2733 (do_toggle_element):
2734 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
2735 (do_toggle_element):
2736 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
2737 (do_toggle_element):
2738 * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
2739 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
2740 (do_toggle_element):
2741 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
2742 (do_toggle_element):
2743 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
2744 (gst_auto_audio_sink_detect):
2745 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
2746 (gst_auto_video_sink_detect):
2747 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2748 (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
2749 (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
2750 (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
2751 (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
2752 (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
2753 * tests/icles/videocrop-test.c: (test_with_caps),
2754 (video_crop_get_test_caps):
2755 Don't use gst_element_get_pad(), it's a bad method.
2757 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2759 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2760 (gst_multiudpsink_add_internal):
2761 * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
2762 (gst_udp_join_group):
2763 * gst/udp/gstudpnetutils.h:
2764 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2765 Joining a multicast group and setting the loop/ttl properties are
2766 totally unrelated tasks are must be separated.
2768 2008-05-21 Stefan Kost <ensonic@users.sf.net>
2770 * gst/avi/gstavimux.c:
2771 Also support alaw/mulaw.
2773 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2775 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2776 (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
2777 * gst/udp/gstmultiudpsink.h:
2778 Add a fixme for the auto-multicast property.
2779 Fix some confusing debug messages.
2780 Disable setting a qos value by default.
2782 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2784 Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
2786 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
2787 Ignore EPERM errors from sendto. Fixes #533619.
2789 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2791 Patch by: Henrik Eriksson <henriken at axis dot com>
2793 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2794 (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
2795 (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2796 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
2797 * gst/udp/gstmultiudpsink.h:
2798 Add qos-dscp property to manage the Quality of service. Fixes #469917.
2800 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2802 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
2803 Improve debugging of the ident.
2805 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2807 Patch by: Bruno Santos <brunof at ua dot pt>
2809 * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
2810 (gst_udp_join_group), (gst_udp_leave_group),
2811 (gst_udp_is_multicast):
2812 * gst/udp/gstudpnetutils.h:
2813 Provide a bunch of helper methods to deal with IPv4 and IPv6
2816 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2817 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2818 (gst_multiudpsink_get_property), (join_multicast),
2819 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2820 (gst_multiudpsink_remove):
2821 * gst/udp/gstmultiudpsink.h:
2822 Add multicast TTL and loopback properties.
2823 Use the helper methods to implement ip4 and ip6.
2825 * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
2826 * gst/udp/gstudpsrc.h:
2827 Use the helper methods to implement ip4 and ip6.
2830 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2832 Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
2834 * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
2835 (gst_multipart_demux_get_gstname),
2836 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
2837 * gst/multipart/multipartdemux.h:
2838 Don't blindly copy the mime-type as the caps name because they not
2839 always map directly. Instead use a hashtable with common mappings.
2842 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2844 * ext/esd/esdsink.c: (gst_esdsink_write):
2845 When we post an error, we must return -1 to let the parent know that we
2846 cannot write the segment else it will loop and continue to call us again
2847 forever. Patch by Michael Meeks.
2849 2008-05-20 Stefan Kost <ensonic@users.sf.net>
2851 * gst/videomixer/videomixer.c:
2852 Add missing incudes.
2854 2008-05-20 Peter Kjellerstedt <pkj@axis.com>
2856 * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
2857 (gst_rtp_h264_pay_handle_buffer):
2858 * gst/rtp/gstrtph264pay.h:
2859 Correct a typo (sinle -> single).
2861 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2863 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
2864 (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
2865 (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
2866 (gst_rtp_h264_depay_process):
2867 * gst/rtp/gstrtph264depay.h:
2868 Add experimental support for outputting quicktime-like AVC output in
2869 addition to the existing bytestream output.
2871 * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
2872 (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
2873 (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
2874 (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
2875 (gst_rtp_h264_pay_get_property):
2876 * gst/rtp/gstrtph264pay.h:
2877 Make the parsing mode configurable, for some inputs we don't need to
2878 scan every byte for start codes.
2879 Only set the marker bit on ACCESS units.
2881 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2883 * gst/equalizer/gstiirequalizer.c:
2884 Use a bigger type in integer mode for the intermediate results to
2885 prevent overflows. This fixes the crippled sound when using the
2886 equalizer in integer mode. Fixes bug #510865.
2888 2008-05-20 Jan Schmidt <jan.schmidt@sun.com>
2890 * gst/videomixer/videomixer.c:
2891 * gst/videomixer/videomixer.h:
2892 Instead of a random number for the request pad id's,
2895 Register the videomixerpad class from the element's class_init
2896 where it's safer, and allows the docs generator to scan it.
2898 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2900 * gst/smpte/Makefile.am:
2901 * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
2902 * gst/smpte/gstsmpte.h:
2903 * gst/smpte/gstsmptealpha.c:
2904 (gst_smpte_alpha_transition_type_get_type),
2905 (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
2906 (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
2907 (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
2908 (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
2909 (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
2910 (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
2911 (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
2912 * gst/smpte/gstsmptealpha.h:
2913 * gst/smpte/plugin.c: (plugin_init):
2914 Add new plugin that adds the SMPTE transition in the alpha channel of
2915 I420 and AYUV frames so that they can be blended with videomixer later
2916 on. Uses all niceties such as using base transform for efficient alloc
2917 and negotiation. It currently requires GstController to control the
2918 position in the transition effect.
2920 2008-05-19 Stefan Kost <ensonic@users.sf.net>
2922 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2923 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2924 * docs/plugins/gst-plugins-good-plugins.args:
2925 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2926 * docs/plugins/gst-plugins-good-plugins.interfaces:
2927 * docs/plugins/gst-plugins-good-plugins.types:
2928 * gst/videomixer/videomixer.c:
2929 Try using thaytans new mechanism to get extra classes into plugin
2930 docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
2933 2008-05-18 Mark Nauwelaerts <mnauw@users.sf.net>
2935 * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
2936 Set proper rate in avi stream header for PCM audio, and also do some
2937 more sanity checks on caps in this case. Fixes #511489.
2939 2008-05-17 Sebastian Dröge <slomo@circular-chaos.org>
2941 * sys/v4l2/gstv4l2src.c:
2942 Don't include the gstv4l2xoverlay.h header as the XOverlay support
2943 isn't implemented at all yet and this requires X headers to be
2944 installed. Fixes bug #533264.
2946 2008-05-17 Sebastian Dröge <slomo@circular-chaos.org>
2948 reviewed by: <delete if not using a buddy>
2950 * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2951 (gst_ebml_write_set_cache):
2952 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2953 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2954 (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2955 (gst_matroska_demux_read_track_encodings),
2956 (gst_matroska_demux_add_stream),
2957 (gst_matroska_demux_handle_src_query),
2958 (gst_matroska_demux_init_stream),
2959 (gst_matroska_demux_parse_index_cuetrack),
2960 (gst_matroska_demux_parse_index_pointentry),
2961 (gst_matroska_demux_parse_info),
2962 (gst_matroska_demux_parse_metadata_id_simple_tag),
2963 (gst_matroska_demux_parse_metadata),
2964 (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2965 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2966 (gst_matroska_demux_parse_cluster),
2967 (gst_matroska_demux_parse_contents_seekentry),
2968 (gst_matroska_demux_loop_stream_parse_id),
2969 (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2970 (gst_matroska_demux_audio_caps),
2971 (gst_matroska_demux_subtitle_caps):
2972 * gst/matroska/matroska-demux.h:
2973 * gst/matroska/matroska-ids.c:
2974 (gst_matroska_track_init_subtitle_context):
2975 * gst/matroska/matroska-ids.h:
2976 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2977 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
2978 (gst_matroska_mux_finish), (gst_matroska_mux_collected):
2979 * sys/v4l2/gstv4l2src.c:
2980 * tests/check/pipelines/wavpack.c: (bus_handler):
2981 * win32/common/config.h:
2983 2008-05-16 Jan Schmidt <jan.schmidt@sun.com>
2985 * ext/wavpack/gstwavpackstreamreader.c:
2986 * tests/examples/spectrum/demo-audiotest.c:
2987 * tests/examples/spectrum/demo-osssrc.c:
2988 Fix some compiler warnings.
2990 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
2992 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
2993 Small comment added.
2995 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
2996 (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
2997 (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
2998 Debug string cleanups (remove trailing \n)
2999 Refactor and clean up the payloader a bit and make sure that we only
3000 put one NAL unit in an RTP packet even if the input buffer contains
3002 Add suport for AVC format input.
3004 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
3006 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3007 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3008 (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3009 * gst/rtp/gstrtph264pay.h:
3010 Make it possible to specify profile-level-id and sprop-parameter-sets
3011 using properties in case they are not available in-stream.
3013 2008-05-14 Stefan Kost <ensonic@users.sf.net>
3015 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3016 * docs/plugins/gst-plugins-good-plugins.args:
3017 * docs/plugins/inspect/plugin-ladspa.xml:
3018 Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3020 2008-05-13 Mark Nauwelaerts <mnauw@users.sf.net>
3022 * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3023 Send an initial BYTE segment to inform downstream of later seeking,
3024 and to forego sync attempts.
3026 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
3028 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3029 Fix wrong caps string.
3031 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
3033 Based on patch by: Olivier Crete <tester at tester dot ca>
3035 * gst/rtp/Makefile.am:
3036 * gst/rtp/gstrtp.c: (plugin_init):
3037 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3038 (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3039 (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3040 (gst_rtp_g729_depay_plugin_init):
3041 * gst/rtp/gstrtpg729depay.h:
3042 * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3043 (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3044 (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3045 * gst/rtp/gstrtpg729pay.h:
3046 Added G729 pay and depayloaders. Fixes #532409.
3048 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
3050 * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3051 Fix the calculation of the duration of the concealment packets.
3053 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
3055 Based on patch by: Olivier Crete <tester at tester dot ca>
3057 * gst/rtp/Makefile.am:
3058 * gst/rtp/gstrtp.c: (plugin_init):
3059 * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3060 (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3061 (parse_encode), (gst_rtp_dv_depay_setcaps),
3062 (calculate_difblock_location), (gst_rtp_dv_depay_process),
3063 (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3064 (gst_rtp_dv_depay_plugin_init):
3065 * gst/rtp/gstrtpdvdepay.h:
3066 * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3067 (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3068 (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3069 (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3070 (gst_dv_pay_negotiate), (include_dif),
3071 (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3072 * gst/rtp/gstrtpdvpay.h:
3073 Add DV pay and depayloaders. Fixes #532423.
3075 2008-05-12 Mark Nauwelaerts <mnauw@users.sf.net>
3077 * gst/matroska/matroska-demux.c:
3078 (gst_matroska_demux_push_dvd_clut_change_event):
3079 Convert subtitle palette info in VobSub private data from VobSub's
3082 2008-05-12 Mark Nauwelaerts <mnauw@users.sf.net>
3084 * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3085 Do not leave fourcc stream header field empty upon reset.
3088 2008-05-11 Jan Schmidt <jan.schmidt@sun.com>
3090 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3091 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3092 * docs/plugins/inspect/plugin-goom.xml:
3093 * docs/plugins/inspect/plugin-goom2k1.xml:
3094 * gst/goom/gstgoom.c:
3095 * gst/goom2k1/gstgoom.c:
3096 Add goom2k1 into the docs.
3098 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
3100 Based on patch by: Wouter Cloetens <wouter at mind be>
3102 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3103 (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3104 (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3105 (gst_rtsp_decode_quoted_string),
3106 (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3107 (gst_rtspsrc_setup_auth):
3108 Support Digest authentication. Fixes #532065.
3110 2008-05-08 Stefan Kost <ensonic@users.sf.net>
3112 * gst/level/gstlevel.c:
3113 Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3114 about whats needed for liboil acceleration. Simplify docs a bit.
3116 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
3118 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3120 * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3121 Update the track duration if the old one was invalid.
3124 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3126 * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3127 Use GST_STR_NULL when trying to print sps and pps strings that could
3128 be NULL, as this might crash on some platforms.
3130 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3132 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3134 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3135 Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3136 set after creating the clipper.
3138 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3140 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3142 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3143 Added checking of surface lost case after an unsuccessful
3144 IDirectDrawSurface7_Lock() call.
3145 If surface is lost, return GST_FLOW_OK.
3147 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3149 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3151 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
3152 WndProc, gst_directdraw_sink_window_thread):
3153 Improved Windows message loop and fixed window destruction issue.
3154 When the window which DirectDraw is rendering to is destroyed, the
3155 render/show_frame function will return GST_FLOW_ERROR.
3156 Partially fixes #520885.
3158 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3160 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3162 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
3163 Fixed mid stream resolution change bug, the offscreen surface is now
3164 released when set_caps is called.
3165 Partially fixes #520885.
3167 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3169 * sys/directdraw/gstdirectdrawsink.c
3170 (gst_directdraw_sink_buffer_alloc):
3171 Make it so that gst_directdraw_sink_buffer_alloc uses the right
3174 Especially when looking through the pool of buffers, make sure that
3175 the width/height of caps is used instead of the already negotiated
3177 For example if a buffer with different caps is requested, i.e.
3178 higher resolution, the caller would get a buffer with the old
3179 dimensions and thus corrupt the heap.
3181 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3183 * sys/directdraw/gstdirectdrawsink.c
3184 (gst_directdraw_sink_buffer_alloc):
3185 Clear the flags on recycled buffers from buffer_alloc.
3186 Partially fixes #520885.
3188 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3190 * gst/rtp/gstrtpilbcpay.c:
3191 Added missing stdlib.h include for strtol(), and made include ordering and
3192 style consistent with the corresponding depayloader.
3194 2008-05-07 Tim-Philipp Müller <tim.muller at collabora co uk>
3197 Error out if we don't have the required core/base versions.
3199 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3201 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3203 * sys/osxvideo/cocoawindow.m:
3204 Fix compiler warnings on PPC64. Fixes bug #499318.
3206 2008-05-05 Wim Taymans <wim.taymans@collabora.co.uk>
3208 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3210 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
3211 Don't leak file descriptors on error. Fixes #531532.
3213 2008-05-03 Sebastian Dröge <slomo@circular-chaos.org>
3215 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3216 (gst_gconf_audio_src_change_state):
3217 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3218 (gst_gconf_video_sink_change_state):
3219 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3220 (gst_gconf_video_src_change_state):
3221 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
3222 (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
3223 When we can't create a fakesink/fakesrc complain instead of unreffing
3224 NULL pointers and crashing later. See bug #530535.
3226 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3228 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3229 Add some more debug info and guard against small payloads.
3231 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3232 Set duration on outgoing buffers because we can.
3234 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3236 Patch by: Olivier Crete <tester at tester dot ca>
3238 * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
3239 (gst_speex_enc_init), (gst_speex_enc_chain):
3240 Add negotiation for the speex channels and rate. Fixes #465146.
3242 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3244 Patch by: Olivier Crete <tester at tester dot ca>
3246 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
3247 (gst_rtp_speex_pay_getcaps):
3248 Add negotiation for the speex channels and rate. See #465146.
3250 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3252 Patch by: Olivier Crete <tester at tester dot ca>
3254 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
3255 (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
3256 Add negotiation for the ILBC mode. See #465146.
3258 2008-05-02 Stefan Kost <ensonic@users.sf.net>
3260 * ext/soup/gstsouphttpsrc.c:
3261 Include stdlib to fix the build. Use g_free instead of free, libsoup
3264 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3266 Patch by: j^ <j@bootlab.org>
3268 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3269 Add more mpeg2 variants. Fixes #530886.
3271 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
3273 Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
3275 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3276 Don't error out if we get an ICMP destination-unreachable
3277 message when trying to read packets on win32 (#529454).
3279 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3282 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3283 Use new error code for encrypted streams (which requires core CVS).
3285 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3287 * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
3288 (gst_qtdemux_audiosrc_template):
3289 Fix swapped pad template names, spotted by Thiago Sousa Santos.
3291 2008-04-30 Wim Taymans <wim.taymans@collabora.co.uk>
3293 * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
3294 (speex_dec_chain_parse_data):
3295 Produce concealment data when time progresses in a segment update.
3297 2008-04-29 Wim Taymans <wim.taymans@collabora.co.uk>
3299 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
3301 Try to preserve input timestamps when we can.
3302 Do beginnings of error concealment.
3304 2008-04-28 Michael Smith <msmith@songbirdnest.com>
3306 * gst/debug/gstnavigationtest.c:
3307 MSVC doesn't provide rint(), define an adequate replacement locally as
3310 2008-04-28 Julien Moutte <julien@fluendo.com>
3312 * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
3313 format to pacify Mac OSX's gcc.
3315 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
3317 * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
3318 (DEFAULT_MAX), (src_template), (sink_template),
3319 (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
3320 (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
3321 (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
3322 Bring rndbuffersize element into a state that doesn't require us
3323 to move it to -bad immediately. For one, fix up default min/max
3324 values so that the element actuall works using the default values.
3325 Also, don't ignore flow return values and do some kind of minimal
3326 eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
3327 other gratuitious clean-ups.
3329 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
3331 * docs/plugins/Makefile.am:
3332 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3333 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3334 * docs/plugins/gst-plugins-good-plugins.args:
3335 * docs/plugins/gst-plugins-good-plugins.hierarchy:
3336 * docs/plugins/gst-plugins-good-plugins.interfaces:
3337 * docs/plugins/gst-plugins-good-plugins.prerequisites:
3338 * docs/plugins/inspect/plugin-1394.xml:
3339 * docs/plugins/inspect/plugin-aasink.xml:
3340 * docs/plugins/inspect/plugin-alaw.xml:
3341 * docs/plugins/inspect/plugin-alpha.xml:
3342 * docs/plugins/inspect/plugin-alphacolor.xml:
3343 * docs/plugins/inspect/plugin-annodex.xml:
3344 * docs/plugins/inspect/plugin-apetag.xml:
3345 * docs/plugins/inspect/plugin-audiofx.xml:
3346 * docs/plugins/inspect/plugin-auparse.xml:
3347 * docs/plugins/inspect/plugin-autodetect.xml:
3348 * docs/plugins/inspect/plugin-avi.xml:
3349 * docs/plugins/inspect/plugin-cacasink.xml:
3350 * docs/plugins/inspect/plugin-cairo.xml:
3351 * docs/plugins/inspect/plugin-cdio.xml:
3352 * docs/plugins/inspect/plugin-cutter.xml:
3353 * docs/plugins/inspect/plugin-debug.xml:
3354 * docs/plugins/inspect/plugin-dv.xml:
3355 * docs/plugins/inspect/plugin-efence.xml:
3356 * docs/plugins/inspect/plugin-effectv.xml:
3357 * docs/plugins/inspect/plugin-equalizer.xml:
3358 * docs/plugins/inspect/plugin-esdsink.xml:
3359 * docs/plugins/inspect/plugin-flac.xml:
3360 * docs/plugins/inspect/plugin-flxdec.xml:
3361 * docs/plugins/inspect/plugin-gamma.xml:
3362 * docs/plugins/inspect/plugin-gconfelements.xml:
3363 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3364 * docs/plugins/inspect/plugin-goom.xml:
3365 * docs/plugins/inspect/plugin-halelements.xml:
3366 * docs/plugins/inspect/plugin-icydemux.xml:
3367 * docs/plugins/inspect/plugin-id3demux.xml:
3368 * docs/plugins/inspect/plugin-jpeg.xml:
3369 * docs/plugins/inspect/plugin-level.xml:
3370 * docs/plugins/inspect/plugin-matroska.xml:
3371 * docs/plugins/inspect/plugin-monoscope.xml:
3372 * docs/plugins/inspect/plugin-mulaw.xml:
3373 * docs/plugins/inspect/plugin-multifile.xml:
3374 * docs/plugins/inspect/plugin-multipart.xml:
3375 * docs/plugins/inspect/plugin-navigationtest.xml:
3376 * docs/plugins/inspect/plugin-ossaudio.xml:
3377 * docs/plugins/inspect/plugin-png.xml:
3378 * docs/plugins/inspect/plugin-quicktime.xml:
3379 * docs/plugins/inspect/plugin-rtp.xml:
3380 * docs/plugins/inspect/plugin-rtsp.xml:
3381 * docs/plugins/inspect/plugin-shout2send.xml:
3382 * docs/plugins/inspect/plugin-smpte.xml:
3383 * docs/plugins/inspect/plugin-spectrum.xml:
3384 * docs/plugins/inspect/plugin-speex.xml:
3385 * docs/plugins/inspect/plugin-taglib.xml:
3386 * docs/plugins/inspect/plugin-udp.xml:
3387 * docs/plugins/inspect/plugin-video4linux2.xml:
3388 * docs/plugins/inspect/plugin-videobalance.xml:
3389 * docs/plugins/inspect/plugin-videobox.xml:
3390 * docs/plugins/inspect/plugin-videocrop.xml:
3391 * docs/plugins/inspect/plugin-videoflip.xml:
3392 * docs/plugins/inspect/plugin-videomixer.xml:
3393 * docs/plugins/inspect/plugin-wavenc.xml:
3394 * docs/plugins/inspect/plugin-wavpack.xml:
3395 * docs/plugins/inspect/plugin-wavparse.xml:
3396 * docs/plugins/inspect/plugin-ximagesrc.xml:
3397 Add docs for gdkpixbufsink; update docs to CVS version.
3399 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
3401 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3402 Remove test sync-offset by default.
3404 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
3406 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
3407 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
3408 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3409 Use GLib versions of htonl, htons, ntohl and ntohs in order
3410 to avoid problems on win32 (#529707).
3412 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
3414 Patch by: Jesús Corrius <jesus at softcatala org>
3416 * gst/goom/filters.c: (zoomVector):
3417 * gst/goom/goom_core.c: (init_buffers):
3418 Fix build with mingw32: use rand() instead of random() and
3419 replace bzero() with memset(). Fixes #529692.
3421 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
3423 * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
3424 Fix typo in comments.
3426 * tests/examples/rtp/client-H263p-PCMA.sdp:
3427 * tests/examples/rtp/client-H263p-PCMA.sh:
3428 * tests/examples/rtp/client-H264-PCMA.sdp:
3429 * tests/examples/rtp/client-H264-PCMA.sh:
3430 * tests/examples/rtp/client-H264.sdp:
3431 * tests/examples/rtp/client-H264.sh:
3432 * tests/examples/rtp/client-PCMA.sdp:
3433 * tests/examples/rtp/client-PCMA.sh:
3434 * tests/examples/rtp/server-alsasrc-PCMA.sh:
3435 * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
3436 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3437 Add some more docs and fix examples.
3439 2008-04-25 Sebastian Dröge <slomo@circular-chaos.org>
3441 * tests/check/elements/multifile.c:
3442 Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
3443 declared in the former, some have it declared in the latter.
3445 2008-04-24 Sebastian Dröge <slomo@circular-chaos.org>
3447 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
3448 * gst/debug/tests.c: (md5_get_value):
3449 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3450 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3451 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3452 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3453 Stop using deprecated GLib functions.
3455 2008-04-24 Jan Schmidt <jan.schmidt@sun.com>
3458 Back to development -> 0.10.8.1
3460 === release 0.10.8 ===
3462 2008-04-23 Jan Schmidt <jan.schmidt@sun.com>
3465 releasing 0.10.8, "One For The Money"
3467 2008-04-22 Jan Schmidt <jan.schmidt@sun.com>
3470 0.10.7.4 pre-release
3472 2008-04-22 Jan Schmidt <jan.schmidt@sun.com>
3474 * gst/goom/config_param.c: (goom_plugin_parameters_free):
3475 * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
3476 * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
3477 * gst/goom/flying_stars_fx.c: (fs_free):
3478 * gst/goom/goom_config_param.h:
3479 * gst/goom/goom_core.c: (goom_init), (goom_close):
3480 * gst/goom/goom_plugin_info.h:
3481 * gst/goom/gstgoom.c: (gst_goom_finalize):
3482 * gst/goom/lines.c: (goom_lines_free):
3483 * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
3484 * gst/goom/surf3d.c: (grid3d_free):
3485 * gst/goom/surf3d.h:
3486 * gst/goom/tentacle3d.c: (tentacle_free):
3487 Free a bunch of stuff, and initialise things to fix leaks
3488 and valgrind warnings in the testsuite.
3492 2008-04-21 Wim Taymans <wim.taymans@collabora.co.uk>
3494 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
3495 (gst_rtspsrc_configure_caps):
3496 Ref caps as the return value for the request_pt_map signal.
3497 Remove some caps weirdness when configuring a stream. See #528245.
3499 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
3501 * tests/icles/gdkpixbufsink-test.c:
3502 Add cast to placate gcc 4.1.2.
3504 2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
3507 0.10.7.3 pre-release
3509 2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
3511 * tests/check/Makefile.am:
3512 Disable some more elements in the state test.
3513 Add a define so the soup test can find the test files
3514 it needs at runtime.
3516 * tests/check/elements/souphttpsrc.c: (run_server):
3518 Add a define so the soup test can find the test files
3519 it needs at runtime.
3521 2008-04-17 Jan Schmidt <Jan.Schmidt@sun.com>
3523 * gst/goom/convolve_fx.c: (convolve_apply):
3524 Don't ever draw the GOOM logo.
3527 2008-04-17 Edward Hervey <edward.hervey@collabora.co.uk>
3529 * ext/cdio/gstcdiocddasrc.c:
3530 * ext/dv/gstdvdemux.c:
3531 gst_atomic_int_set ==> g_atomic_int_set
3533 2008-04-16 Tim-Philipp Müller <tim at centricular dot net>
3536 * gst/goom/Makefile.am:
3537 * gst/goom/convolve_fx.c:
3538 * gst/goom/default_scripts.h:
3540 * gst/goom/goom_core.c: (choose_a_goom_line):
3541 * gst/goom/goom_plugin_info.h:
3542 * gst/goom/goomsl.c:
3543 * gst/goom/goomsl.h:
3544 * gst/goom/goomsl_hash.c:
3545 * gst/goom/goomsl_hash.h:
3546 * gst/goom/goomsl_heap.c:
3547 * gst/goom/goomsl_heap.h:
3548 * gst/goom/goomsl_private.h:
3549 * gst/goom/plugin_info.c:
3550 Strip out the config/script parsing stuff, we don't need it.
3553 2008-04-15 Tim-Philipp Müller <tim at centricular dot net>
3555 * gst/goom/plugin_info.c: (setOptimizedMethods):
3556 Disable altivec optimisations for 32-bit PPC as well to make
3557 things build properly on all PPC systems. Fixes #528143
3559 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
3561 * gst-plugins-good.spec.in:
3562 Update for souphttpsrc plugin which has moved to -good.
3564 2008-04-14 Jan Schmidt <Jan.Schmidt@sun.com>
3566 * gst/matroska/matroska-demux.c:
3567 (gst_matroska_demux_handle_seek_event):
3568 Fix open-ended seeks in matroskademux
3569 Patch by: Mark Nauwelaerts <manauw skynet be>
3572 2008-04-14 Jan Schmidt <jan.schmidt@sun.com>
3574 * tests/check/Makefile.am:
3575 Add soup test certificates to the dist.
3577 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
3580 Remove LADSPA reference I missed.
3582 2008-04-13 Sebastian Dröge <slomo@circular-chaos.org>
3584 * ext/soup/gstsouphttpsrc.c: (plugin_init):
3585 Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
3586 over gnome-vfs and everything else. Fixes bug #527848.
3588 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
3592 Remove LADSPA plugin. Fixes: #515978
3594 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
3597 * docs/plugins/Makefile.am:
3598 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3599 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3600 * docs/plugins/gst-plugins-good-plugins.args:
3601 * docs/plugins/inspect/plugin-soup.xml:
3603 * tests/check/Makefile.am:
3604 Move soup plugin from -bad (Fixes: #523124)
3606 2008-04-11 Jan Schmidt <Jan.Schmidt@sun.com>
3608 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
3609 Fix bounds checking of mode in Speex header, which may
3610 produce negative numbers in speex <= 1.1.12
3612 2008-04-09 Tim-Philipp Müller <tim at centricular dot net>
3614 * gst/goom/Makefile.am:
3615 * gst/goom/gfontlib.c:
3616 * gst/goom/gfontlib.h:
3617 * gst/goom/gfontrle.c:
3618 * gst/goom/gfontrle.h:
3620 * gst/goom/goom_core.c: (goom_update):
3621 * gst/goom/goom_plugin_info.h:
3622 * gst/goom/gstgoom.c: (gst_goom_chain):
3623 * gst/goom/plugin_info.c:
3624 Remove a bunch of font/text related code that we don't need.
3626 2008-04-09 Tim-Philipp Müller <tim at centricular dot net>
3628 * gst/goom/ppc_drawings.s:
3629 * gst/goom/ppc_zoom_ultimate.s:
3630 Change license of these files to LGPL, as permitted by the
3631 author, Guillaume Borios. See #515073.
3633 2008-04-09 Stefan Kost <ensonic@users.sf.net>
3635 * gst/goom/convolve_fx.c:
3636 * gst/goom/motif_goom1.h:
3637 * gst/goom/motif_goom2.h:
3638 As hinted in Bug #518213, revert one change and fix warnings properly.
3639 This fixes both #518213 and #520073 for me.
3641 2008-04-09 Jan Schmidt <Jan.Schmidt@sun.com>
3643 * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
3644 * gst/matroska/matroska-demux.c:
3645 (gst_matroska_demux_handle_seek_event),
3646 (gst_matroska_demux_parse_contents_seekentry),
3647 (gst_matroska_demux_loop):
3648 Fix the Forte build by making function declaration signatures
3649 match the implementations.
3651 2008-04-08 Tim-Philipp Müller <tim at centricular dot net>
3653 * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
3654 * sys/oss/gstosssink.c: (gst_oss_sink_reset):
3655 * sys/oss/gstosssrc.c: (gst_oss_src_reset):
3656 More logging when probing (see #518474), some comments in _reset().
3658 2008-04-07 Julien Moutte <julien@fluendo.com>
3660 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
3661 because of a bad argument number.
3663 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3665 * tests/icles/.cvsignore:
3666 * tests/icles/Makefile.am:
3667 * tests/icles/gdkpixbufsink-test.c:
3668 Interactive test app for gdkpixbufsink.
3670 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
3672 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3675 Actually build dlls when cross-compiling with mingw32.
3678 2008-04-05 Tim-Philipp Müller <tim at centricular dot net>
3680 * ext/hal/hal.c: (gst_hal_get_alsa_element):
3681 Don't munge device string to 'default:x' for capture devices.
3684 2008-04-04 Sebastian Dröge <slomo@circular-chaos.org>
3686 * ext/wavpack/gstwavpackparse.c:
3687 (gst_wavpack_parse_index_entry_free):
3688 Always use GSlice as we actually depend on GLib 2.12 already.
3690 2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
3693 Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
3694 Also bump the GLib requirement to the current de-facto requirement
3697 2008-04-04 Wim Taymans <wim.taymans@collabora.co.uk>
3699 * gst/rtp/gstrtph264pay.c: (encode_base64),
3700 (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
3701 * gst/rtp/gstrtph264pay.h:
3702 Parse codec_data for future AVC compatibility.
3703 Fail when we encounter AVC data for now.
3705 2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
3707 * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
3708 (gst_spectrum_init), (gst_spectrum_set_property),
3709 (gst_spectrum_get_property), (gst_spectrum_message_new):
3710 Rename property enums and default defines for the properties to match
3711 the property names and rephrase property descriptions to make them a
3712 bit clearer (hopefully). See #518188.
3714 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3716 * tests/check/Makefile.am:
3717 * tests/check/elements/.cvsignore:
3718 * tests/check/elements/gdkpixbufsink.c:
3719 Add unit test for gdkpixbufsink element.
3721 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3723 * ext/gdk_pixbuf/Makefile.am:
3724 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3725 * ext/gdk_pixbuf/gstgdkpixbufsink.c:
3726 (gst_gdk_pixbuf_sink_base_init),
3727 (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
3728 (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
3729 (gst_gdk_pixbuf_sink_set_caps),
3730 (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
3731 (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
3732 (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
3733 (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
3734 (gst_gdk_pixbuf_sink_get_property):
3735 * ext/gdk_pixbuf/gstgdkpixbufsink.h:
3736 Add gdkpixbufsink element for easy snapshotting (#525946).
3738 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
3740 * tests/check/pipelines/wavpack.c: (wavpack_suite):
3741 Bump timeout from 3 to 60 seconds.
3743 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
3745 * tests/check/pipelines/.cvignore:
3746 Remove useless file.
3748 * tests/check/pipelines/.cvsignore:
3749 Add new test to .cvsignore.
3751 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
3753 * tests/check/Makefile.am:
3754 * tests/check/pipelines/wavpack.c: (bus_handler),
3755 (identity_handoff), (fakesink_handoff), (GST_START_TEST),
3756 (wavpack_suite), (main):
3757 Add unit test that encodes and decodes some data, checks that it
3758 is still the same and that all timestamps/offsets are perfect.
3760 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
3762 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
3763 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
3764 * ext/wavpack/gstwavpackparse.c:
3765 (gst_wavpack_parse_index_entry_new),
3766 (gst_wavpack_parse_index_entry_free),
3767 (gst_wavpack_parse_base_init),
3768 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
3769 Use GSlice for allocating index entries and use
3770 gst_element_class_set_details_simple().
3772 2008-04-02 Tim-Philipp Müller <tim at centricular dot net>
3774 Patch by: Brian Cameron <brian.cameron at sun dot com>
3776 * sys/sunaudio/gstsunaudio.c:
3777 * sys/sunaudio/gstsunaudiomixer.c:
3778 * sys/sunaudio/gstsunaudiomixer.h:
3779 * sys/sunaudio/gstsunaudiomixerctrl.c:
3780 * sys/sunaudio/gstsunaudiomixerctrl.h:
3781 * sys/sunaudio/gstsunaudiomixertrack.c:
3782 * sys/sunaudio/gstsunaudiomixertrack.h:
3783 * sys/sunaudio/gstsunaudiosink.c:
3784 * sys/sunaudio/gstsunaudiosink.h:
3785 * sys/sunaudio/gstsunaudiosrc.c:
3786 * sys/sunaudio/gstsunaudiosrc.h:
3787 Fix up copyrights (#525860).
3789 2008-04-02 Tim-Philipp Müller <tim at centricular dot net>
3791 * gst/goom/goomsl.c: (gsl_read_file):
3792 Check return value of fread() to avoid compiler warnings.
3794 2008-04-01 Wim Taymans <wim.taymans@collabora.co.uk>
3796 Based on patch by: Mersad Jelacic <mersad at axis dot com>
3798 * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
3799 (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
3800 * gst/law/alaw-decode.h:
3801 * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
3802 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3803 (gst_mulawdec_chain), (gst_mulawdec_change_state):
3804 * gst/law/mulaw-decode.h:
3805 * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
3806 Make negotiation a bit modern.
3807 Use pad_alloc. Fixes #525359.
3809 2008-03-31 David Schleef <ds@schleef.org>
3811 * gst/goom/xmmx.c: Fix constraints on asm code so that it
3812 compiles consistently. Fixes #522278.
3814 2008-03-27 Tim-Philipp Müller <tim at centricular dot net>
3816 Patch by: Brian Cameron <brian.cameron at sun dot com>
3818 * sys/sunaudio/gstsunaudiomixerctrl.c:
3819 (gst_sunaudiomixer_ctrl_get_volume),
3820 (gst_sunaudiomixer_ctrl_set_volume):
3821 * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
3822 Fix up the mixer tracks to use a volume range of 0-255, which is what
3823 the sun audio API uses. This simplifies the code and avoids rounding
3824 errors. Fixes #524593.
3826 2008-03-26 Edgard Lima <edgard.lima@indt.org.br>
3828 * sys/v4l2/gstv4l2object.c:
3829 * sys/v4l2/gstv4l2object.h:
3830 Add device-fd property to make it possible to apps to call ioctl's.
3832 2008-03-25 Wim Taymans <wim.taymans@collabora.co.uk>
3834 * gst/qtdemux/qtdemux.c: (next_entry_size):
3835 Unbreak streaming mode again.
3837 2008-03-25 Tim-Philipp Müller <tim at centricular dot net>
3839 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
3840 Remove superfluous DEBUG macro.
3842 2008-03-25 Tim-Philipp Müller <tim at centricular dot net>
3844 Based on patch by: William M. Brack <wbrack at mmm com hk>
3846 * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
3847 (gst_v4l2src_set_capture):
3848 Check whether the device supports setting the framerate before
3849 trying to set it and then posting a warning or error if it doesn't
3850 work (#516649, #520092). Also compare fractions more correctly.
3852 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
3854 * gst/goom/Makefile.am:
3855 Remove ppc assembler optimisations from the build until they
3856 actually build (they also seem to have GPL headers).
3858 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
3861 Better not dist files that don't exist any longer (lrint*m4).
3863 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
3868 Remove lrint/lrintf checks. We don't use it anywhere.
3870 2008-03-18 Andy Wingo <wingo@pobox.com>
3872 * sys/osxvideo/osxvideosink.m
3873 (gst_osx_video_sink_osxwindow_destroy)
3874 (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
3876 (cocoa_event_loop): Pacify the taymans by upping the usleepage to
3879 2008-03-18 Andy Wingo <wingo@pobox.com>
3881 * sys/osxvideo/osxvideosink.m
3882 (gst_osx_video_sink_osxwindow_destroy)
3883 (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
3885 (cocoa_event_loop): Pacify the taymans by upping the usleepage to
3888 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
3890 Patch by: William M. Brack <wbrack at mmm com hk>
3892 * sys/v4l2/v4l2src_calls.c:
3893 (gst_v4l2src_probe_caps_for_format_and_size),
3894 (gst_v4l2src_probe_caps_for_format):
3895 Make sure the probed frame sizes are reversed in the resulting
3896 caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
3897 highest resolution first); also remove unused variable.
3898 (Partly fixes #520092)
3900 2008-03-17 Wim Taymans <wim.taymans@collabora.co.uk>
3902 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
3904 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3905 (gst_rtspsrc_finalize):
3906 Call WSAStartup() and WSACleanup before using the Winsock API.
3909 2008-03-16 Stefan Kost <ensonic@users.sf.net>
3911 * gst/avi/gstavidemux.c:
3912 Erm, the buffer-size is just guint, no need for the special format
3915 2008-03-16 Tim-Philipp Müller <tim at centricular dot net>
3917 * gst/goom/plugin_info.c:
3918 * gst/goom/ppc_zoom_ultimate.h:
3919 Small fixes to build more on PPC: ifdef out code that uses unknown
3920 define; add newline at end of header file to avoid compiler warning.
3921 Assembler code still doesn't build though.
3923 2008-03-16 Stefan Kost <ensonic@users.sf.net>
3925 * gst/avi/gstavidemux.c:
3926 Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
3927 Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
3929 2008-03-16 Stefan Kost <ensonic@users.sf.net>
3931 * gst/avi/gstavidemux.c:
3932 Chunksize is uint32. Fix format specifier.
3934 2008-03-14 Christian Schaller <christian.schaller@collabora.co.uk>
3936 * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
3937 mistake. Return file to pure MIT text.
3939 2008-03-13 Sebastian Dröge <slomo@circular-chaos.org>
3941 * gst/audiofx/audiofx.c:
3942 Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
3943 of hardcoding values.
3945 2008-03-11 Tim-Philipp Müller <tim at centricular dot net>
3947 Patch by: Mark Nauwelaerts <manauw skynet be>
3949 * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
3950 (gst_oss_src_close):
3951 * sys/oss/gstosssrc.h:
3952 Cache probed caps, so _get_caps() during recording doesn't cause
3953 ioctl calls which may disrupt the recording (fixes #521875).
3955 2008-03-11 Wim Taymans <wim.taymans@collabora.co.uk>
3957 * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
3958 (gst_qtdemux_activate_segment),
3959 (gst_qtdemux_prepare_current_sample),
3960 (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
3961 Make sure we always send a DISCONT after a seek by setting the sample
3962 index to an undefined value after a seek.
3964 2008-03-11 Tim-Philipp Müller <tim at centricular dot net>
3966 * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
3967 (GST_IS_AVI_SUBTITLE_CLASS):
3968 Fix up IS_FOO macros, which makes gtk-doc much happier.
3970 2008-03-08 Tim-Philipp Müller <tim at centricular dot net>
3972 * tests/icles/Makefile.am:
3973 Move the -lgstfoo where it belongs.
3975 2008-03-08 Sebastian Dröge <slomo@circular-chaos.org>
3977 * gst/matroska/ebml-ids.h:
3978 Add ID for EBML CRC32 elements.
3980 * gst/matroska/Makefile.am:
3981 * gst/matroska/ebml-read.c: (gst_ebml_finalize),
3982 (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
3983 (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
3984 (gst_ebml_read_header):
3985 Support reading 80bit floats, add finalize method to clean up
3986 in any case, support reading length/id elements with any length
3987 as long as it's smaller than our supported maximum, don't leak
3988 buffers if reading as much data as we wanted failed and some
3991 2008-03-08 Sebastian Dröge <slomo@circular-chaos.org>
3993 Patch by: Olivier Crete <tester at tester dot ca>
3995 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3996 Check that a buffer is large enough before reading from it.
3999 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4001 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4002 Fix compilation after removing the GstPollMode from the
4005 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org>
4008 * gst/audiofx/Makefile.am:
4009 * gst/audiofx/audiochebband.c:
4010 * gst/audiofx/audiocheblimit.c:
4011 * gst/audiofx/math_compat.h:
4012 Check for sinh(), cosh() and asinh() and define our own
4013 implementations if they're not available. Fixes bug #520880.
4015 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org>
4017 Patch by: Olivier Crete <tester at tester dot ca>
4019 * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4020 Unref the buffers only once when handling not-negotiated errors.
4023 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4025 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4027 * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4029 Properly balance WSA_Cleanup with WSA_Startup.
4030 Also make the poll controllable on windows. Fixes #520888.
4032 2008-03-06 Wim Taymans <wim.taymans@collabora.co.uk>
4034 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4035 (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4036 (gst_ebml_read_element_length), (gst_ebml_peek_id),
4037 (gst_ebml_read_skip), (gst_ebml_read_buffer),
4038 (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4039 (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4040 (gst_ebml_read_date), (gst_ebml_read_master),
4041 (gst_ebml_read_binary), (gst_ebml_read_header):
4042 * gst/matroska/ebml-read.h:
4043 * gst/matroska/matroska-demux.c:
4044 (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4045 (gst_matroska_demux_read_track_encodings),
4046 (gst_matroska_demux_add_stream),
4047 (gst_matroska_demux_handle_src_query),
4048 (gst_matroska_demux_handle_seek_event),
4049 (gst_matroska_demux_init_stream),
4050 (gst_matroska_demux_parse_tracks),
4051 (gst_matroska_demux_parse_index_cuetrack),
4052 (gst_matroska_demux_parse_index_pointentry),
4053 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4054 (gst_matroska_demux_parse_metadata_id_simple_tag),
4055 (gst_matroska_demux_parse_metadata_id_tag),
4056 (gst_matroska_demux_parse_metadata),
4057 (gst_matroska_demux_sync_streams),
4058 (gst_matroska_demux_push_hdr_buf),
4059 (gst_matroska_demux_push_flac_codec_priv_data),
4060 (gst_matroska_demux_push_xiph_codec_priv_data),
4061 (gst_matroska_demux_add_wvpk_header),
4062 (gst_matroska_demux_check_subtitle_buffer),
4063 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4064 (gst_matroska_demux_parse_cluster),
4065 (gst_matroska_demux_parse_contents_seekentry),
4066 (gst_matroska_demux_parse_contents),
4067 (gst_matroska_demux_loop_stream_parse_id),
4068 (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4069 * gst/matroska/matroska-demux.h:
4070 * gst/matroska/matroska-ids.h:
4071 Handle return values from pull_range in a more granular way to properly
4073 Combine return values from push.
4074 Implement proper error handling.
4075 Prepare for handling seeking correctly.
4077 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
4079 * gst/matroska/ebml-read.c:
4080 Use GINT64 formatting constants from GLIB.
4082 * gst/matroska/matroska-demux.c:
4083 Add some guards to avoid a possible division by 0 and crashing
4084 with NULL events on some systems.
4085 Use gst_gdouble_to_guint64 somewhere instead of an implicit
4088 * gst/matroska/matroska-mux.c:
4089 Check for invalid timestamps in a bunch of places to avoid
4090 writing bogus durations into the output file.
4091 Fix some double<->gint64 conversions that weren't using
4092 gst_guint64_to_gdouble
4094 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4097 Move the checks for bison, flex and as to the program section and the
4098 check for gcc inline asm to the compiler characteristics section.
4100 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4103 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4104 plug-ins are included/excluded. (#498222)
4106 2008-02-29 Michael Smith <msmith@fluendo.com>
4108 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4109 Don't call gst_object_sync_values() unless we have a valid timestamp.
4111 2008-02-28 David Schleef <ds@schleef.org>
4113 * gst/matroska/matroska-demux.c:
4114 * gst/matroska/matroska-ids.h:
4115 * gst/matroska/matroska-mux.c:
4116 Fix Dirac mapping. I had previously added a VfW-type
4117 mapping, but it looks like Dirac will get a native Matroska
4118 mapping, and this is the most likely method.
4120 2008-02-28 David Schleef <ds@schleef.org>
4122 * gst/avi/gstavimux.c: Add Dirac encoding
4124 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4126 Patch by: Peter Kjellerstedt <pkj at axis com>
4128 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4129 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4130 (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4131 * gst/udp/gstudpsrc.h:
4132 Port to GstPoll. See #505417.
4134 2008-02-28 Sebastian Dröge <slomo@circular-chaos.org>
4136 * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4137 Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4138 yet on the srcpad. We need rate and channels before we
4139 can do any processing. Fixes bug #519088.
4141 2008-02-26 Jan Schmidt <jan.schmidt@sun.com>
4144 Detect and indicate if GCC inline assembly syntax is
4147 * gst/goom/Makefile.am:
4148 * gst/goom/convolve_fx.c:
4149 * gst/goom/flying_stars_fx.c:
4150 * gst/goom/goom_config.h:
4151 * gst/goom/goom_core.c:
4152 * gst/goom/goomsl.c:
4155 * gst/goom/plugin_info.c:
4157 Fix various GCC-isms, and only build the inline assembly
4158 with compilers that support GCC inline assembly.
4160 Fix a couple of other warnings shown with Forte.
4162 2008-02-25 Stefan Kost <ensonic@users.sf.net>
4165 Use 'emms' instead of 'femms' to not crash on cpus that do not
4166 implement this 3dnow specific instruction.
4168 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4170 * gst/goom/plugin_info.c: (setOptimizedMethods):
4171 Use extended MMX for draw_line() too if available, not only
4174 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4176 * ext/jpeg/gstjpeg.c: (plugin_init):
4177 Remove (commented out) smoke typefinder. This is in base now.
4179 2008-02-23 Jan Schmidt <jan.schmidt@sun.com>
4181 * gst/goom2k1/Makefile.am:
4182 * gst/goom2k1/gstgoom.c:
4184 Rename the installed library, and don't register the same
4185 GType name as the new goom.
4187 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
4190 * ext/taglib/Makefile.am:
4191 Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4192 when building C++ code (#516509).
4194 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
4196 * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
4197 * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
4198 (setOptimizedMethods):
4199 Call oil_init(), otherwise oil_get_cpu_flags() won't return
4200 anything useful. Export goom debug category so we can get
4201 rid of the VERBOSE define and the printfs.
4203 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
4205 * gst/goom/goomsl_heap.c: (align_it):
4206 * gst/goom/plugin_info.c: (setOptimizedMethods):
4207 Compile fixes for x86-64.
4209 2008-02-23 Bastien Nocera <hadess@hadess.net>
4211 * gst/goom/Makefile.am: Don't compile lex or yacc outputs
4212 with warnings, but add other CFLAGS
4214 * gst/goom/goomsl.c (gsl_instr_set_namespace),
4215 (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
4216 (calculate_labels), (gsl_read_file):
4217 * gst/goom/goomsl_lex.l:
4218 * gst/goom/goomsl_yacc.y:
4219 * gst/goom/plugin_info.c: Remove a few live printf, and
4220 fprintf, replace exit() calls with g_assert_not_reached()
4221 if it not optimal for a library
4223 2008-02-23 Bastien Nocera <hadess@hadess.net>
4225 * gst/goom/Makefile.am: Remove the warnings being disabled,
4226 fix linkage on x86, spotted by Sebastian Dröge
4227 <slomo@circular-chaos.org>
4229 * gst/goom/convolve_fx.c (convolve_init),
4230 (create_output_with_brightness), (convolve_apply):
4231 * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
4232 * gst/goom/goomsl.c:
4233 * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
4234 * gst/goom/plugin_info.c:
4235 * gst/goom/tentacle3d.c (tentacle_fx_create):
4236 Fix warnings, and disable the motifs in the convolve_fx
4237 plugin (they were causing warnings, and they were just
4238 "Goom" in funny letterring)
4240 2008-02-23 Bastien Nocera <hadess@hadess.net>
4242 * configure.ac: Add checks for Flex/Yacc/Bison and other
4243 furry animals, for the new goom 2k4 based plugin
4245 * gst/goom/*: Update to use goom 2k4, uses liboil to detect
4246 CPU optimisations (not working yet), move the old plugin to...
4248 * gst/goom2k1/*: ... here, in case somebody is sick enough
4252 2008-02-22 Wim Taymans <wim.taymans@collabora.co.uk>
4254 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4255 Post the server response code in an error message instead of a generic
4256 'error' message. Fixes #517237.
4258 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4260 * tests/check/Makefile.am:
4261 Ignore gconfaudiosrc for the states unit test too. It will fallback
4262 to alsasrc if the gconf settings can't be read and not everybody has
4265 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4267 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
4268 (gst_wavpack_parse_create_src_pad):
4269 * ext/wavpack/gstwavpackparse.h:
4270 Always report the duration if we know it in push mode and don't
4271 return 0 just to make totem believe we can't seek in push mode.
4272 Newer totem version use the SEEKING query which properly reports
4273 if we can seek or not.
4275 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4277 Patch by: Jens Granseuer <jensgr at gmx dot net>
4279 * tests/examples/equalizer/demo.c: (main):
4280 C89 fix, moving variable declarations to the beginning of
4281 the block. Fixes bug #517933.
4283 2008-02-21 Jan Schmidt <jan.schmidt@sun.com>
4286 Back to development...
4288 === release 0.10.7 ===
4290 2008-02-20 Jan Schmidt <jan.schmidt@sun.com>
4293 releasing 0.10.7, "Red Door Black"
4295 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
4297 * gst/alpha/Makefile.am:
4298 Link alpha plugin with libgstbase. Fixes bug #517386.
4300 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
4302 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
4303 Init values to -1 instead of the default 0 value.
4306 2008-02-14 Stefan Kost <ensonic@users.sf.net>
4308 * tests/examples/spectrum/spectrum-example.c:
4309 Add missing include to fix compilation when libxml usage is disabled.
4312 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
4314 patch by: Wim Taymans <wim.taymans@collabora.co.uk>
4317 * gst/rtp/gstrtph264pay.c:
4318 * gst/rtp/gstrtpmp4gdepay.c:
4319 * gst/rtp/gstrtpmp4gpay.c:
4320 * gst/rtp/gstrtpmp4gpay.h:
4321 * gst/rtp/gstrtptheorapay.c:
4322 * gst/rtp/gstrtpvorbispay.c:
4324 Fix various leaks shown up in valgrind
4325 - free sprops and buffer in error cases in H264 payloader
4326 - fix leak in mp4g depayloader when construction the caps
4327 - don't leak config string in the mp4g payloader
4328 - don't leak buffers and headers in theora and vorbis payloaders
4330 * tests/check/elements/rtp-payloading.c:
4332 Fix the RTP data test
4333 - Actually send valid amr data to the payloader instead of 20
4335 - The mp4g payloader expects codec_data on the caps
4337 2008-02-12 Sebastien Moutte <sebastien@moutte.net>
4340 Add libgstpng.dsp to MANIFEST.
4341 * win32/vs6/libgstaudiofx.dsp:
4342 Add new source files to VS project file.
4344 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
4346 * sys/ximage/gstximagesrc.c:
4347 Initialise variables when opening the X display rather
4348 than in _start(), as the display can be opened before that.
4352 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4354 * sys/directdraw/gstdirectdrawsink.c:
4355 (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
4356 (gst_directdraw_sink_finalize):
4357 Properly chain up finalize functions. Fixes bug #515980.
4359 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4361 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4362 (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
4363 (gst_v4l2_buffer_pool_class_init):
4364 Chain up the finalize functions. Fixes bug #515984.
4366 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
4368 * sys/ximage/ximageutil.c:
4369 Chain up in the finalize function for our custom
4371 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
4374 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4376 * gst/debug/efence.c: (gst_fenced_buffer_finalize),
4377 (gst_fenced_buffer_class_init):
4378 Properly chain up finalize method. Fixes bug #515979.
4380 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
4382 * sys/ximage/gstximagesrc.c:
4383 Free allocated Damage memory before closing our connection to the
4384 X server. Partially fixes: #515706
4386 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4388 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4389 * tests/check/Makefile.am:
4390 * tests/check/gst-plugins-good.supp:
4391 Add a few libjpeg suppressions and initialize a variable to
4392 make smokeenc valgrind clean. Fixes bug #515701.
4394 2008-02-11 Jan Schmidt <jan.schmidt@sun.com>
4396 * gst/avi/gstavidemux.c:
4397 Revert patch which sends timestamps only on keyframes, as it
4398 breaks playback with current gst-ffmpeg.
4402 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
4404 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4405 * tests/check/elements/multifile.c: (GST_START_TEST):
4406 Close some memory leaks spotted by the unit test. Fixes bug #515697.
4408 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
4410 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4411 Use and unset the GError when pipeline creation fails instead of
4412 simply leaking it. Fixes bug #515704.
4414 2008-02-10 Sebastian Dröge <slomo@circular-chaos.org>
4416 * gst/audiofx/audioamplify.c:
4417 * gst/audiofx/audiochebband.c:
4418 * gst/audiofx/audiocheblimit.c:
4419 * gst/audiofx/audiodynamic.c:
4420 * gst/audiofx/audioinvert.c:
4421 * gst/audiofx/audiopanorama.c:
4422 * gst/audiofx/audiowsincband.c:
4423 * gst/audiofx/audiowsinclimit.c:
4424 Fix long description of audiofx elements. Fixes bug #515457.
4426 2008-02-09 Jan Schmidt <jan.schmidt@sun.com>
4428 * docs/plugins/Makefile.am:
4429 * gst/spectrum/gstspectrum.c:
4430 * tests/examples/spectrum/.cvsignore:
4431 * tests/examples/spectrum/Makefile.am:
4432 * tests/examples/spectrum/spectrum-example.c:
4434 Add a simple example application for the spectrum element, include it
4435 in the docs, and fix some documentation ambiguities.
4439 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4441 * gst/equalizer/Makefile.am:
4442 * gst/spectrum/Makefile.am:
4445 * tests/check/Makefile.am:
4446 Exclude v4l2src from the states test - it takes too long to start.
4448 * tests/check/elements/spectrum.c:
4449 Make the test run properly with CK_FORK=no
4451 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
4453 * gst/audiofix/Makefile.am: add missing header files
4455 2008-02-08 Julien Moutte <julien@fluendo.com>
4457 * gst/matroska/matroska-demux.c:
4458 (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
4459 keyframe and delta units correctly when dealign with a BlockGroup.
4462 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4464 * tests/check/elements/.cvsignore:
4465 Spell the new tests correctly in .cvsignore
4467 2008-02-08 Tim-Philipp Müller <tim at centricular dot net>
4469 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4470 Need to use gsize here for the size, fixes compiler warning.
4472 * tests/examples/equalizer/.cvsignore:
4473 * tests/examples/equalizer/Makefile.am:
4474 * tests/examples/spectrum/.cvsignore:
4475 * tests/examples/spectrum/Makefile.am:
4476 Add missing files to fix the build.
4478 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4481 * docs/plugins/Makefile.am:
4482 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4483 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4484 * docs/plugins/gst-plugins-good-plugins.args:
4485 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4486 * docs/plugins/inspect/plugin-multifile.xml:
4487 * tests/check/Makefile.am:
4488 * tests/check/elements/.cvsignore:
4490 Move multifile plugin from -bad.
4493 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4496 * docs/plugins/Makefile.am:
4497 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4498 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4499 * docs/plugins/gst-plugins-good-plugins.args:
4500 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4501 * docs/plugins/inspect/plugin-spectrum.xml:
4502 * gst/spectrum/Makefile.am:
4503 * tests/check/Makefile.am:
4504 * tests/check/elements/.cvsignore:
4505 * tests/examples/Makefile.am:
4507 Move spectrum plugin from -bad.
4508 Move examples into tests/examples/spectrum.
4510 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
4513 * docs/plugins/Makefile.am:
4514 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4515 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4516 * docs/plugins/gst-plugins-good-plugins.args:
4517 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4518 * docs/plugins/gst-plugins-good-plugins.interfaces:
4519 * docs/plugins/inspect/plugin-equalizer.xml:
4520 * gst/equalizer/Makefile.am:
4521 * tests/check/Makefile.am:
4522 * tests/examples/Makefile.am:
4523 Move the equalizer plugin across from -bad
4525 * tests/check/elements/.cvsignore:
4526 Add equalizer, audiosincwband and audiosincwlimit
4528 * tests/check/elements/equalizer.c:
4529 Fix compiler warnings
4533 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4536 Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
4537 are treated like releases and build without it.
4539 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
4541 * docs/plugins/Makefile.am:
4542 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4543 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4544 * docs/plugins/gst-plugins-good-plugins.args:
4545 * docs/plugins/inspect/plugin-audiofx.xml:
4546 * gst/audiofx/Makefile.am:
4547 * gst/audiofx/audiofx.c:
4548 * gst/audiofx/audiowsincband.c:
4549 * gst/audiofx/audiowsincband.h:
4550 * gst/audiofx/audiowsinclimit.c:
4551 * gst/audiofx/audiowsinclimit.h:
4552 * tests/check/Makefile.am:
4553 * tests/check/elements/audiowsincband.c:
4554 * tests/check/elements/audiowsinclimit.c:
4556 Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
4557 the audiofx plugin, and rename to audiowsinclimit and audiowsincband
4562 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
4564 * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
4565 * tests/check/elements/icydemux.c:
4566 Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
4567 caps, and add a somewhat useful debug message. Plus test.
4569 2008-02-07 Sebastien Moutte <sebastien@moutte.net>
4571 * gst/rtsp/gstrtspsrc.c:
4572 Include unistd.h only if HAVE_UNISTD_H is defined
4573 * win32/common/config.h.in:
4574 * win32/common/config.h:
4575 Define socklen_t as it seems it's not defined in default
4576 Visual Studio headers.
4577 * win32/vs6/libgstalpha.dsp:
4578 * win32/vs6/libgstapetag.dsp:
4579 * win32/vs6/libgstavi.dsp:
4580 * win32/vs6/libgstrtp.dsp:
4581 * win32/vs6/libgstrtsp.dsp:
4582 * win32/vs6/libgstvideomixer.dsp:
4583 Update project file dependencies and add new source files
4585 2008-02-07 Sebastian Dröge <slomo@circular-chaos.org>
4587 Patch by: Bjarne Rosengren <bjarne at axis dot com>
4589 * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
4590 Don't leak buffers when we don't push them downstream.
4593 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
4596 Bump requirements to (good) released versions to avoid
4597 confusion and make implicit core requirement explicit.
4599 2008-02-06 Jan Schmidt <jan.schmidt@sun.com>
4601 * docs/plugins/Makefile.am:
4602 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4603 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4604 * docs/plugins/gst-plugins-good-plugins.args:
4605 * docs/plugins/inspect/plugin-audiofx.xml:
4606 * gst/audiofx/Makefile.am:
4607 * gst/audiofx/audiochebband.c:
4608 * gst/audiofx/audiochebband.h:
4609 * gst/audiofx/audiocheblimit.c:
4610 * gst/audiofx/audiocheblimit.h:
4611 * gst/audiofx/audiochebyshevfreqband.c:
4612 * gst/audiofx/audiochebyshevfreqband.h:
4613 * gst/audiofx/audiochebyshevfreqlimit.c:
4614 * gst/audiofx/audiochebyshevfreqlimit.h:
4615 * gst/audiofx/audiofx.c:
4616 * tests/check/Makefile.am:
4617 * tests/check/elements/.cvsignore:
4618 * tests/check/elements/audiochebband.c:
4619 * tests/check/elements/audiocheblimit.c:
4620 * tests/check/elements/audiochebyshevfreqband.c:
4621 * tests/check/elements/audiochebyshevfreqlimit.c:
4623 Rename audiochebyshevfreqband -> audiochebband and
4624 audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
4629 2008-02-05 Wim Taymans <wim.taymans@collabora.co.uk>
4631 Patch by: Orjan Friberg <orjanf at axis dot com>
4633 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4634 Fix caps memory leak. Fixes #514573.
4636 2008-02-04 Edward Hervey <edward.hervey@collabora.co.uk>
4638 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
4639 If there's no entries in the subindex, don't try to do anything stupid,
4642 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
4644 Patch by: John Millikin <jmillikin at gmail dot com>
4646 * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
4647 (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
4648 Fix extraction of picture blocks with newer libflac versions again:
4649 FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
4651 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
4653 * tests/check/Makefile.am:
4654 Add rtp-payloading test to VALGRIND_TO_FIX.
4656 * tests/check/elements/rtp-payloading.c:
4657 Add semicolons after GST_TEST_END so gst-indent gets the
4658 formatting right; make test less verbose in general, but
4659 more verbose in the error case (which should probably
4660 make the test fail anyway).
4662 2008-02-01 Thijs Vermeir <thijsvermeir@gmail.com>
4664 * docs/plugins/Makefile.am:
4665 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4666 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4667 * gst/avi/gstavisubtitle.c:
4668 Add documentation for avisubtitle and change class to
4669 Codec/Parser/Subtitle
4671 2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com>
4673 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4674 Treat ENOTTY (driver does not implement ioctl) the same as
4675 EINVAL since it implies there are no available standards.
4677 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
4678 (gst_v4l2src_get_nearest_size):
4679 Replace gst_v4l2src_get_size_limits with 2 calls to new function
4680 gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
4681 probe if the driver does not support VIDIOC_TRY_FMT for whatever
4682 reason, and if we aren't yet actively capturing.
4684 * sys/v4l2/v4l2src_calls.h:
4685 Remove replaced function declaration.
4687 2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com>
4690 Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
4693 2008-01-31 Jan Schmidt <jan.schmidt@sun.com>
4698 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
4700 * gst/alpha/Makefile.am:
4701 * gst/alpha/gstalpha.c:
4703 Re-write the 'alpha' plugin to be BaseTransform based, simplifying
4704 some stuff, and making buffer-alloc and resizing work automatically.
4705 No longer crashes on odd frame widths and heights, although there
4706 seems to be a disagreement with ffmpegcolorspace about what size
4707 an AYUV frame with odd height should be.
4709 2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
4711 Patch by: Alessandro Decina <alessandro at nnva dot org>
4713 * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
4714 * ext/libpng/gstpngenc.h:
4715 Preallocate the output buffer so that g_memdup() and
4716 gst_buffer_merge() aren't needed anymore. This greatly improves
4717 performances and fixes #512544.
4719 2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
4721 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
4722 (gst_avi_demux_stream_data):
4723 GStreamer timestamps are PTS values while AVI only knows about DTS
4724 timestamps. Make sure we only copy the DTS as the buffer timestamp when
4725 we are dealing with a key frame.
4727 2008-01-29 Stefan Kost <ensonic@users.sf.net>
4729 * tests/check/Makefile.am:
4730 * tests/check/elements/.cvsignore:
4731 * tests/check/elements/rtp-payloading.c:
4732 Add add testsuite for the rtp-payloader that tries simulating
4733 dataflow. Needs more test data.
4735 2008-01-29 Stefan Kost <ensonic@users.sf.net>
4737 * tests/check/elements/alphacolor.c:
4738 Remove two unused variables.
4740 2008-01-28 Tim-Philipp Müller <tim at centricular dot net>
4742 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
4743 Use g_ascii_strtoll() instead of atoll, which is only
4746 2008-01-25 Thijs Vermeir <thijsvermeir@gmail.com>
4748 * gst/rtp/Makefile.am:
4750 * gst/rtp/gstrtpmpvpay.c:
4751 * gst/rtp/gstrtpmpvpay.h:
4752 Add MPEG2 video payloader
4754 2008-01-23 Sebastian Dröge <slomo@circular-chaos.org>
4756 * gst/level/gstlevel.c:
4757 Use #include <math.h> instead of #include "math.h".
4759 2008-01-21 Jan Schmidt <Jan.Schmidt@sun.com>
4761 * tests/check/Makefile.am:
4762 Fix up some CFLAGS sets.
4763 Don't include gconfvideosrc in the states test.
4765 * tests/check/elements/autodetect.c: (GST_START_TEST):
4766 Add some error strings to fail_unless arguments to fix some weird
4767 compiler errors on Solaris.
4769 2008-01-21 Jan Schmidt <Jan.Schmidt@sun.com>
4772 Detect video4linux headers on Solaris too.
4773 * sys/v4l2/gstv4l2colorbalance.h:
4774 * sys/v4l2/gstv4l2object.h:
4775 * sys/v4l2/v4l2_calls.c:
4776 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4777 (gst_v4l2_buffer_new):
4779 Make v4l2 build on Solaris.
4780 Patch by: Brian Cameron <brian.cameron at sun dot com>
4783 2008-01-21 Stefan Kost <ensonic@users.sf.net>
4785 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4786 Update list from (still local) scanning script.
4788 2008-01-19 Sebastian Dröge <slomo@circular-chaos.org>
4790 Based on a patch by:
4791 Victor STINNER <victor dot stinner at haypocalc dot com>
4793 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4794 Set variable to NULL after freeing it to prevent double frees
4795 or make failures by another use of it afterwards more obvious
4796 and fix use of it after the freeing. Fixes bug #510592.
4798 2008-01-18 Thijs Vermeir <thijsvermeir@gmail.com>
4800 * gst/udp/gstmultiudpsink.c:
4801 use GST_WARNING for logging
4803 2008-01-18 Thijs Vermeir <thijsvermeir@gmail.com>
4805 * gst/udp/gstmultiudpsink.c:
4806 Don't try to leave a multicast group with an invalid socket
4808 2008-01-17 Tim-Philipp Müller <tim at centricular dot net>
4810 * ext/flac/gstflacdec.c:
4811 Fix compilation against flac 1.1.2 (as on debian stable), where
4812 the picture metadata defines and structs don't exist yet.
4815 2008-01-17 Wim Taymans <wim.taymans@collabora.co.uk>
4817 Patch by: Olivier Crete <tester at tester dot ca>
4819 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4820 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4821 (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
4822 (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
4823 * gst/udp/gstmultiudpsink.h:
4824 Add property to automatically join a multicast group or not. This can be
4825 useful when sharing a socket between multiple elements.
4828 2008-01-16 Stefan Kost <ensonic@users.sf.net>
4830 * gst/videomixer/Makefile.am:
4831 Add controller flags.
4833 2008-01-16 Stefan Kost <ensonic@users.sf.net>
4835 * gst/videomixer/videomixer.c:
4836 Also commit the missing gst_object_sync_values().
4838 2008-01-16 Stefan Kost <ensonic@users.sf.net>
4840 * docs/plugins/Makefile.am:
4841 Remove duplicate entry.
4843 2008-01-15 Stefan Kost <ensonic@users.sf.net>
4845 * docs/plugins/Makefile.am:
4846 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4847 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4848 * docs/plugins/inspect/plugin-gamma.xml:
4849 * docs/plugins/inspect/plugin-monoscope.xml:
4850 * docs/plugins/inspect/plugin-video4linux2.xml:
4851 Add 3 more plugins to docs.
4853 2008-01-15 Stefan Kost <ensonic@users.sf.net>
4855 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4856 * sys/osxvideo/osxvideosink.h:
4857 Revert previous change caused by a file that got stuck on an old
4860 2008-01-15 Stefan Kost <ensonic@users.sf.net>
4862 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4863 * gst/multipart/Makefile.am:
4864 * gst/multipart/multipartdemux.c:
4865 * gst/multipart/multipartdemux.h:
4866 * gst/multipart/multipartmux.c:
4867 * gst/multipart/multipartmux.h:
4868 Re-add multipartdemux to the docs. Last round of section cleanup.
4870 2008-01-15 Stefan Kost <ensonic@users.sf.net>
4872 * docs/plugins/Makefile.am:
4873 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4874 * sys/osxaudio/gstosxaudiosink.h:
4875 * sys/osxvideo/osxvideosink.h:
4876 Managed to resolve most unused declarations. Filed a bug for one left.
4878 2008-01-15 Stefan Kost <ensonic@users.sf.net>
4880 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4881 Cleanup section file.
4883 2008-01-15 Stefan Kost <ensonic@users.sf.net>
4885 * docs/plugins/Makefile.am:
4886 * docs/plugins/gst-plugins-good-plugins.args:
4887 * docs/plugins/gst-plugins-good-plugins.signals:
4888 * docs/plugins/inspect/plugin-alaw.xml:
4889 * docs/plugins/inspect/plugin-alpha.xml:
4890 * docs/plugins/inspect/plugin-alphacolor.xml:
4891 * docs/plugins/inspect/plugin-annodex.xml:
4892 * docs/plugins/inspect/plugin-apetag.xml:
4893 * docs/plugins/inspect/plugin-audiofx.xml:
4894 * docs/plugins/inspect/plugin-auparse.xml:
4895 * docs/plugins/inspect/plugin-autodetect.xml:
4896 * docs/plugins/inspect/plugin-avi.xml:
4897 * docs/plugins/inspect/plugin-cairo.xml:
4898 * docs/plugins/inspect/plugin-cdio.xml:
4899 * docs/plugins/inspect/plugin-cutter.xml:
4900 * docs/plugins/inspect/plugin-debug.xml:
4901 * docs/plugins/inspect/plugin-dv.xml:
4902 * docs/plugins/inspect/plugin-efence.xml:
4903 * docs/plugins/inspect/plugin-effectv.xml:
4904 * docs/plugins/inspect/plugin-flac.xml:
4905 * docs/plugins/inspect/plugin-flxdec.xml:
4906 * docs/plugins/inspect/plugin-gconfelements.xml:
4907 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4908 * docs/plugins/inspect/plugin-goom.xml:
4909 * docs/plugins/inspect/plugin-halelements.xml:
4910 * docs/plugins/inspect/plugin-icydemux.xml:
4911 * docs/plugins/inspect/plugin-id3demux.xml:
4912 * docs/plugins/inspect/plugin-jpeg.xml:
4913 * docs/plugins/inspect/plugin-ladspa.xml:
4914 * docs/plugins/inspect/plugin-level.xml:
4915 * docs/plugins/inspect/plugin-matroska.xml:
4916 * docs/plugins/inspect/plugin-mulaw.xml:
4917 * docs/plugins/inspect/plugin-multipart.xml:
4918 * docs/plugins/inspect/plugin-navigationtest.xml:
4919 * docs/plugins/inspect/plugin-png.xml:
4920 * docs/plugins/inspect/plugin-quicktime.xml:
4921 * docs/plugins/inspect/plugin-rtp.xml:
4922 * docs/plugins/inspect/plugin-rtsp.xml:
4923 * docs/plugins/inspect/plugin-shout2send.xml:
4924 * docs/plugins/inspect/plugin-smpte.xml:
4925 * docs/plugins/inspect/plugin-speex.xml:
4926 * docs/plugins/inspect/plugin-taglib.xml:
4927 * docs/plugins/inspect/plugin-udp.xml:
4928 * docs/plugins/inspect/plugin-videobalance.xml:
4929 * docs/plugins/inspect/plugin-videobox.xml:
4930 * docs/plugins/inspect/plugin-videocrop.xml:
4931 * docs/plugins/inspect/plugin-videoflip.xml:
4932 * docs/plugins/inspect/plugin-videomixer.xml:
4933 * docs/plugins/inspect/plugin-wavenc.xml:
4934 * docs/plugins/inspect/plugin-wavpack.xml:
4935 * docs/plugins/inspect/plugin-wavparse.xml:
4938 * gst/videomixer/Makefile.am:
4939 * gst/videomixer/videomixer.c:
4940 * gst/videomixer/videomixer.h:
4941 * gst/videomixer/videomixerpad.h:
4942 Split out header to fix warnings from the doc-build.
4944 2008-01-14 Wim Taymans <wim.taymans@collabora.co.uk>
4946 As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
4948 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
4949 Use atoll to parse the rtptime with enough precision. Fixes #509329.
4951 2008-01-14 Tim-Philipp Müller <tim at centricular dot net>
4953 * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
4954 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4955 Initialise variables to work around (false) 'foo might be used
4956 uninitialized in this function' warnings by gcc-3.3.3 (#509298).
4958 2008-01-11 David Schleef <ds@schleef.org>
4960 * docs/plugins/.cvsignore:
4961 * tests/check/pipelines/.cvsignore:
4962 Ignore more files for the buildbot.
4964 2008-01-11 Jan Schmidt <Jan.Schmidt@sun.com>
4966 * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4967 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4968 Generate the image-type values correctly. Leave them out of the caps
4969 when outputting a "preview image" tag, since it only makes sense
4970 to have one of those - the type is irrelevant.
4972 * sys/sunaudio/gstsunaudiomixerctrl.c:
4973 (gst_sunaudiomixer_ctrl_open):
4974 If we can, mark the mixer multiple open when we use it, in case
4975 (for some reason) the process wants to open it again elsewhere.
4977 2008-01-11 Wim Taymans <wim.taymans@collabora.co.uk>
4979 Patch by: Olivier Crete <tester at tester dot ca>
4981 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4982 * gst/rtp/gstrtptheorapay.c:
4983 Fix the clock rate to 90000 as required by the RFC.
4986 2008-01-11 Tim-Philipp Müller <tim at centricular dot net>
4988 * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
4989 Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
4991 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
4994 Add -Wno-portability to the automake parameters to stop warnings
4995 about GNU make extensions being used. We require GNU make in almost
4996 every Makefile anyway.
4999 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5000 at the same time is required for per target flags.
5002 2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk>
5004 * gst/videomixer/videomixer.c: (gst_videomixer_init):
5005 Fix error from my last commit.
5007 2008-01-09 Tim-Philipp Müller <tim at centricular dot net>
5009 Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5011 * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5012 Make sure the ISO 639-X language code in ID3v2 COMM frames
5013 is actually valid UTF-8 (or rather: ASCII), so we don't end
5014 up with non-UTF8 strings in tags if there's garbage in the
5015 language field. Also make sure the language code is always
5016 lower case. Fixes: #508291.
5018 2008-01-09 Stefan Kost <ensonic@users.sf.net>
5023 2008-01-09 Stefan Kost <ensonic@users.sf.net>
5026 Include lcov.mak to allow building coverage reports. Guard
5027 check-torture target like in the other packages.
5029 2008-01-09 Sameer Naik <sameer@damagehead.com>
5031 reviewed by: Edward Hervey <edward.hervey@collabora.co.uk>
5033 * gst/videomixer/videomixer.c:
5034 (gst_videomixer_set_master_geometry), (_do_init),
5035 (gst_videomixer_child_proxy_get_child_by_index),
5036 (gst_videomixer_child_proxy_get_children_count),
5037 (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5038 (gst_videomixer_init), (gst_videomixer_request_new_pad),
5039 (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5040 Implement GstChildProxy interface.
5041 Send newsegment at the right moment
5044 2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk>
5046 * gst/alpha/Makefile.am:
5047 * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5048 (gst_alpha_sink_event), (gst_alpha_chain),
5049 (gst_alpha_change_state), (plugin_init):
5050 Make the various properties of 'alpha' controllable. This allows doing
5051 niceties like fade-in/fade-out.
5053 2008-01-09 Stefan Kost <ensonic@users.sf.net>
5055 * gst/rtp/gstasteriskh263.c:
5056 * gst/rtp/gstrtpL16depay.c:
5057 * gst/rtp/gstrtpac3depay.c:
5058 * gst/rtp/gstrtpamrpay.c:
5059 * gst/rtp/gstrtpdepay.c:
5060 * gst/rtp/gstrtpgsmdepay.c:
5061 * gst/rtp/gstrtph263depay.c:
5062 * gst/rtp/gstrtph263pdepay.c:
5063 * gst/rtp/gstrtph263ppay.c:
5064 * gst/rtp/gstrtph264depay.c:
5065 * gst/rtp/gstrtph264pay.c:
5066 * gst/rtp/gstrtpmp2tdepay.c:
5067 * gst/rtp/gstrtpmp4adepay.c:
5068 * gst/rtp/gstrtpmp4gdepay.c:
5069 * gst/rtp/gstrtpmp4gpay.c:
5070 * gst/rtp/gstrtpmp4vdepay.c:
5071 * gst/rtp/gstrtpmpadepay.c:
5072 * gst/rtp/gstrtpmpvdepay.c:
5073 * gst/rtp/gstrtpsv3vdepay.c:
5074 * gst/rtp/gstrtptheoradepay.c:
5075 * gst/rtp/gstrtptheorapay.c:
5076 * gst/rtp/gstrtpvorbisdepay.c:
5077 * gst/rtp/gstrtpvorbispay.c:
5078 Remove copy/paste unused code (property setters and getter) found by
5079 the coverage suite (yay, saves ~20k on disk).
5081 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5083 * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5085 Also fix up pad templates to indicate that image/jpeg doesn't
5086 absolutely require the framerate property to be set (#504081).
5088 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5090 Based on patch by: Wouter Cloetens <wouter at mind be>
5092 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5093 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5094 (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5095 * gst/matroska/matroska-mux.h:
5096 Keep track of first and last timestamps for each incoming stream,
5097 so we can calculate the total duration for live sources and other
5098 input where we can't query the duration from the start or where
5099 there's no constant framerate from which we can deduce the
5100 duration; also use calculated/observed duration if it is bigger
5101 than the previously queried duration. Furthermore, use
5102 gst_pad_query_peer_duration() and take into account that it may
5103 return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5104 screws up comparisons when using unsigned integers. Fixes #504081.
5106 2008-01-08 Sebastian Dröge <slomo@circular-chaos.org>
5109 * gst/audiofx/audioamplify.c:
5110 (gst_audio_amplify_clipping_method_get_type),
5111 (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5112 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5113 (gst_audio_dynamic_transform_ip):
5114 * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5115 (gst_audio_invert_transform_ip):
5116 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5117 (gst_audio_panorama_transform):
5118 * gst/level/gstlevel.c: (gst_level_init):
5119 Make elements GST_BUFFER_FLAG_GAP aware and call
5120 gst_base_transform_set_gap_aware for this.
5121 Bump core requirement to CVS.
5123 * gst/audiofx/audiochebyshevfreqband.c:
5124 (gst_audio_chebyshev_freq_band_transform_ip):
5125 * gst/audiofx/audiochebyshevfreqlimit.c:
5126 (gst_audio_chebyshev_freq_limit_transform_ip):
5127 Also sync GObject properties to the controller if operating
5128 in passthrough mode.
5130 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5132 * sys/directdraw/gstdirectdrawsink.c:
5133 (gst_directdraw_sink_window_thread):
5134 FALSE is not a gpointer.
5136 2008-01-05 Julien Moutte <julien@fluendo.com>
5138 * sys/directdraw/gstdirectdrawsink.c:
5139 (gst_directdraw_sink_set_window_id),
5140 (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5141 (gst_directdraw_sink_buffer_alloc),
5142 (gst_directdraw_sink_draw_borders),
5143 (gst_directdraw_sink_show_frame),
5144 (gst_directdraw_sink_setup_ddraw),
5145 (gst_directdraw_sink_window_thread),
5146 (gst_directdraw_sink_get_ddrawcaps),
5147 (gst_directdraw_sink_surface_create): Make sure we create our
5148 internal window only when we need it. That will give a chance to
5149 the application to get the prepare-xwindow-id bus message. Draw
5150 black borders when keeping aspect ratio. Handle the case where our
5151 rendering window disappears (closed or errors) like other sinks
5152 do. Various 80 columns fixes, improve state change order. That
5153 element could need some more love.
5155 2008-01-04 Sebastian Dröge <slomo@circular-chaos.org>
5157 * ext/taglib/gstapev2mux.h:
5158 * ext/taglib/gstid3v2mux.h:
5159 Remove useless typedefs without new type name. Fixes a warning with
5162 2008-01-03 Wim Taymans <wim.taymans@collabora.co.uk>
5164 Patch by: John Millikin <jmillikin at gmail dot com>
5166 * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
5167 (gst_flac_dec_setup_stream_decoder),
5168 (gst_flac_normalize_picture_mime_type),
5169 (gst_flac_extract_picture_buffer),
5170 (gst_flac_dec_metadata_callback):
5171 Emit metadata messages when a PICTURE block is encountered.
5174 2008-01-02 Thijs Vermeir <thijsvermeir@gmail.com>
5177 increase rank because no known issues anymore ...
5178 * gst/avi/gstavisubtitle.c:
5179 send subtitle name to the srcpad
5181 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
5183 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
5184 * gst/rtsp/gstrtspsrc.h:
5185 Implement redirect for the DESCRIBE reply. Fixes #506025.
5187 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
5189 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
5190 Fix 'xyz may be used uninitialized' compiler warnings caused
5191 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5192 abort() in any case but properly report the error.
5194 2007-12-26 Tim-Philipp Müller <tim at centricular dot net>
5196 * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
5197 * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
5198 * sys/ximage/gstximagesrc.c: (composite_pixel):
5199 Fix 'xyz may be used uninitialized' compiler warnings caused
5200 by broken g_assert_not_reached() macro in GLib-2.15.x (it's
5201 not really nice to abort in any case). Fixes #505745.
5203 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
5205 * tests/check/elements/avisubtitle.c: (check_correct_buffer):
5206 Small unit test fix (has no practical impact at the moment,
5207 since we're only feeding utf8 and hence just create a sub-
5208 buffer for the output).
5210 2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
5212 * gst/avi/gstavisubtitle.c:
5213 * tests/check/elements/avisubtitle.c:
5214 Add seeking support for avi subtitle
5216 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5218 * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
5219 (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
5220 (gst_flac_dec_write):
5221 * ext/flac/gstflacdec.h:
5222 Remove some unused vars.
5223 Do more cleanup of leftover events and tags.
5224 Output tags after the segment event. Fixes #504018.
5226 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
5228 * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
5229 (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
5230 (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
5231 Detect other UTF byte order markers and convert to UTF-8 as
5234 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
5236 * gst/avi/gstavisubtitle.c: (src_template),
5237 (gst_avi_subtitle_extract_utf8_file),
5238 (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
5239 (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
5240 (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
5241 * gst/avi/gstavisubtitle.h:
5242 Refactor a bit; fix name extraction; don't assume all the data
5243 in the chunk is actually subtitle data, there may be padding at
5244 the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
5245 file so it's there to send again after a seek (for future use).
5247 2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
5249 * gst/avi/Makefile.am:
5251 * gst/avi/gstavisubtitle.c:
5252 * gst/avi/gstavisubtitle.h:
5253 * tests/check/Makefile.am:
5254 * tests/check/elements/avisubtitle.c:
5255 * win32/common/config.h:
5256 Add avi subtitle element for bug #442034. Need seeking support
5257 and more support for character conversion.
5259 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
5262 Include common/win32.mak for CRLF check of win32 project
5263 files (see #393626).
5265 * win32/vs6/libgstpng.dsp:
5266 Fix line endings and do cvs admin -kb.
5268 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
5270 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
5271 Actually drop the buffers which are outside the currently configured
5272 segment instead of just emitting a WARNING.
5274 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5276 * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
5277 (gst_flac_dec_write):
5278 * ext/flac/gstflacdec.h:
5279 Send segments from the streaming thread. Fixes #502187.
5280 Fix segment seeking and a bunch of other seeking cases.
5282 2007-12-14 Tim-Philipp Müller <tim at centricular dot net>
5284 * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
5285 Parse WOAF frames and put the result into GST_TAG_CONTACT,
5286 which is where it would end up if the same information was
5287 put in a vorbis comment (don't think it's worth adding a
5288 new URI tag for this). Fixes #488112.
5290 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
5293 We need core/base 0.10.15 or later.
5295 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
5297 Patch by: Mark Nauwelaerts <manauw skynet be>
5299 * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
5300 Fix regression in stream numbering. Fixes #502655.
5302 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
5304 Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
5306 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
5307 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5308 (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
5309 (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
5310 (gst_rtp_h264_pay_handle_buffer):
5311 * gst/rtp/gstrtph264pay.h:
5312 Use higher performance start-code searching.
5313 Parse NALs and store SPS, PPS and profile in the caps so that they can
5314 be used in the SDP. Fixes #502814.
5316 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
5318 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5319 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
5320 Init some structs to zero before we pass them to ioctl, which
5321 avoids valgrind warnings. Also fix a small memory leak.
5323 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
5325 Patch by: Wouter Cloetens <wouter at mind dot be>
5327 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5328 Copy timestamp from input to output. Not very perfect yet but better
5329 than nothing. Fixes #503023.
5331 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
5333 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5334 Also print a useful error message with the old Wavpack API
5337 2007-12-09 Tim-Philipp Müller <tim at centricular dot net>
5339 * ext/wavpack/gstwavpackdec.c:
5340 More build fixes for old libwavpack versions: include config.h so
5341 that WAVPACK_OLD_API is actually defined as detected; only use
5342 WavpackGetErrorMessage if it is available. This fixes the build
5343 on debian stable for me.
5345 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
5347 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5348 * ext/wavpack/gstwavpackparse.c:
5349 (gst_wavpack_parse_create_src_pad):
5350 Workaround the non-existance of WavpackGetChannelMask in Wavpack
5351 versions below 4.40.0.
5353 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
5356 And now do it right for real...
5358 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
5361 Correctly reset $LIBS to not contain -lm.
5363 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
5365 Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
5368 * ext/cairo/gsttimeoverlay.c:
5369 (gst_cairo_time_overlay_print_smpte_time):
5370 Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
5371 and checking for rint() and implementing it ourself if it doesn't
5372 exist. Fixes #497293.
5374 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
5377 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5379 2007-12-08 Jan Schmidt <jan.schmidt@sun.com>
5381 * sys/oss/gstosshelper.c:
5382 Verify that the format returned after the ioctl is the one
5383 we requested. It is valid for the ioctl to succeed while
5384 substituting an alternate 'supported' sample format.
5386 2007-12-07 Tim-Philipp Müller <tim at centricular dot net>
5388 * sys/oss/gstossaudio.c: (plugin_init):
5389 * sys/oss/gstosssink.c: (gst_oss_sink_open):
5390 * sys/oss/gstosssrc.c: (gst_oss_src_open):
5391 Post decent (and translated) error message when we can't
5392 open the audio device for some reason.
5394 2007-12-07 Jan Schmidt <jan.schmidt@sun.com>
5396 * sys/oss/gstosssink.c:
5397 * sys/oss/gstosssrc.c:
5398 Allow the AUDIODEV environment variable to redirect us
5399 to a different default OSS device, like sunaudiosink does
5400 on Solaris (makes audio play automatically on SunRays).
5402 2007-12-06 Sebastian Dröge <slomo@circular-chaos.org>
5404 * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
5405 * gst/audiofx/audiochebyshevfreqband.c:
5406 (gst_audio_chebyshev_freq_band_transform_ip):
5407 * gst/audiofx/audiochebyshevfreqlimit.c:
5408 (gst_audio_chebyshev_freq_limit_transform_ip):
5409 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
5410 * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
5411 The transform_ip() methods should do nothing if in passthrough mode.
5412 It might get non-writable buffers in that case but the buffer might
5413 as well be writable.
5415 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
5416 The transform() methods won't be called in passthrough mode and
5417 otherwise the buffer is always writable so don't check here.
5419 2007-12-06 Tim-Philipp Müller <tim at centricular dot net>
5421 * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
5422 Fix seeking in .wav files again (#501775). Some people seem to think
5423 they don't need to test their changes when they're just 'reflowing'
5426 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
5428 * gst/autodetect/gstautovideosink.c:
5429 (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5430 (gst_auto_video_sink_init),
5431 (gst_auto_video_sink_create_element_with_pretty_name),
5432 (gst_auto_video_sink_find_best),
5433 (gst_auto_video_sink_set_property),
5434 (gst_auto_video_sink_get_property):
5435 * gst/autodetect/gstautovideosink.h:
5437 Use same error reporting code as autoaudiosink.
5438 Add property to filter sinks based on caps. Only select raw video sinks
5439 by default for backwards compat.
5440 API: GstAutoVideoSink::filter-caps
5442 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
5444 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5446 * gst/autodetect/gstautoaudiosink.c:
5447 (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5448 (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
5449 (gst_auto_audio_sink_set_property),
5450 (gst_auto_audio_sink_get_property):
5451 * gst/autodetect/gstautoaudiosink.h:
5452 Add property to filter sinks based on caps. Only select raw audio sinks
5453 by default for backwards compat. Fixes #417420.
5454 API: GstAutoAudioSink::filter-caps
5456 2007-11-29 Michael Smith <msmith@fluendo.com>
5458 Patch by: Arek Korbik <arkadini@gmail.com>
5460 * gst/videobox/gstvideobox.c: (plugin_init):
5461 Initialise liboil in plugin_init()
5463 2007-11-29 Wim Taymans <wim.taymans@gmail.com>
5465 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
5466 Post error before sending EOS. Fixes #499178.
5468 2007-11-28 Sebastien Moutte <sebastien@moutte.net>
5470 * win32/vs6/gst_plugins_good.dsw:
5471 * win32/vs6/libgstpng.dsp:
5472 Add a project file for libgstpng
5474 2007-11-28 Edward Hervey <bilboed@bilboed.com>
5476 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
5477 (gst_rtp_h263_depay_process):
5478 Code beautification.
5479 Added debug statements.
5480 Don't bit-shift everything, just do operations on last/first byte
5483 2007-11-27 Wim Taymans <wim.taymans@gmail.com>
5485 Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
5487 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
5488 Fix wrong comparison in overrun check. Fixes #499239 some more.
5490 2007-11-27 Edward Hervey <bilboed@bilboed.com>
5492 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
5493 (gst_rtp_h263_depay_process):
5494 * gst/rtp/gstrtph263depay.h:
5495 Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
5498 2007-11-26 Wim Taymans <wim.taymans@gmail.com>
5500 Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
5502 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
5503 (gst_rtp_mp4a_depay_process):
5504 * gst/rtp/gstrtpmp4adepay.h:
5505 Fix depayloading when multiple frames are inside one RTP packet.
5508 2007-11-26 Stefan Kost <ensonic@users.sf.net>
5510 * gst/level/gstlevel.c:
5511 Add GAP-flag support.
5513 2007-11-26 Edward Hervey <bilboed@bilboed.com>
5515 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
5516 Read the I flag for Mode A h263 rtp stream and set the
5517 GST_BUFFER_FLAG_DELTA_UNIT accordingly.
5520 2007-11-26 Stefan Kost <ensonic@users.sf.net>
5522 * gst/level/gstlevel.c:
5523 Remove some dead code and do cleanups.
5525 2007-11-26 Stefan Kost <ensonic@users.sf.net>
5527 * tests/check/pipelines/simple-launch-lines.c:
5528 Improve the tests by allowing to set a target state.
5530 2007-11-26 Sebastian Dröge <slomo@circular-chaos.org>
5532 * tests/check/elements/wavpackenc.c: (GST_START_TEST):
5533 Don't check the caps of the output buffer if they're equal some
5534 other caps. The caps can change in a backward compatible way
5535 and did at this point.
5537 2007-11-24 Julien MOUTTE <julien@moutte.net>
5539 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
5540 (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
5541 (gst_qtdemux_seek_to_previous_keyframe),
5542 (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
5543 (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
5544 reverse playback support.
5546 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
5548 * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
5549 Also set the channel layout on the Wavpack caps if we're having
5550 a mono layout. Of course only do it for "audio/x-wavpack".
5552 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
5554 * ext/wavpack/gstwavpackcommon.c:
5555 (gst_wavpack_get_default_channel_mask),
5556 (gst_wavpack_set_channel_layout),
5557 (gst_wavpack_get_default_channel_positions),
5558 (gst_wavpack_get_channel_mask_from_positions),
5559 (gst_wavpack_set_channel_mapping):
5560 * ext/wavpack/gstwavpackcommon.h:
5561 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
5562 (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
5563 * ext/wavpack/gstwavpackdec.h:
5564 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
5565 (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
5566 (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
5567 (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
5568 (gst_wavpack_enc_rewrite_first_block),
5569 (gst_wavpack_enc_sink_event):
5570 * ext/wavpack/gstwavpackenc.h:
5571 * ext/wavpack/gstwavpackparse.c:
5572 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
5573 (gst_wavpack_parse_scan_to_find_sample),
5574 (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
5575 (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
5576 * ext/wavpack/gstwavpackparse.h:
5577 Add support for encoding, parsing and decoding multichannel
5578 files with up to 8 channels. This also improves the robustness
5579 of parsing quite a bit.
5581 * ext/wavpack/gstwavpackstreamreader.c:
5582 (gst_wavpack_stream_reader_read_bytes),
5583 (gst_wavpack_stream_reader_get_pos),
5584 (gst_wavpack_stream_reader_set_pos_abs),
5585 (gst_wavpack_stream_reader_set_pos_rel),
5586 (gst_wavpack_stream_reader_push_back_byte),
5587 (gst_wavpack_stream_reader_get_length),
5588 (gst_wavpack_stream_reader_can_seek),
5589 (gst_wavpack_stream_reader_write_bytes):
5592 2007-11-20 Stefan Kost <ensonic@users.sf.net>
5594 * ext/libpng/gstpngdec.c:
5595 * ext/libpng/gstpngdec.h:
5596 Don't release the png-memory from within the callback.
5598 2007-11-20 Stefan Kost <ensonic@users.sf.net>
5600 Patch by: René Stadler <mail at renestadler dot de>
5602 * ext/libpng/gstpngenc.c:
5603 Don't leak buffer data memory. Fixes #498395.
5605 2007-11-20 Stefan Kost <ensonic@users.sf.net>
5607 Patch by: René Stadler <mail at renestadler dot de>
5609 * tests/check/pipelines/simple-launch-lines.c:
5612 2007-11-20 Julien MOUTTE <julien@moutte.net>
5614 * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
5615 (gst_tag_lib_mux_adjust_event_offsets):
5616 * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
5617 * sys/osxaudio/Makefile.am:
5618 * sys/osxvideo/cocoawindow.h:
5619 * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
5621 2007-11-15 David Schleef <ds@schleef.org>
5623 * ext/cairo/gsttextoverlay.c:
5624 Change strcasecmp() to g_strcasecmp(). Fixes #497292.
5626 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
5628 Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
5630 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
5631 (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
5632 (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
5633 * gst/rtp/gstrtpmp2tpay.h:
5634 Fill the MTU with as many packets as possible. Fixes #491323.
5636 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
5638 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5640 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5641 Fix some more leaks. Fixes #497007.
5643 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
5645 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5647 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
5648 (gst_rtspsrc_stream_configure_tcp):
5649 Fix 3 pad leaks. Fixes #496983.
5651 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
5653 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5655 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
5656 Fix small leak. Fixes #497017.
5658 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
5660 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5661 (gst_qtdemux_prepare_current_sample),
5662 (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
5663 (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
5664 * gst/qtdemux/qtdemux_fourcc.h:
5665 * gst/qtdemux/qtdemux_types.c:
5666 Add suppport for theora in quicktime according to XiphQT.
5668 2007-11-15 Edgard Lima <edgard.lima@indt.org.br>
5670 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5671 (gst_v4l2src_init), (gst_v4l2src_set_property),
5672 (gst_v4l2src_get_property):
5673 * sys/v4l2/gstv4l2src.h:
5674 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5675 Always copy buffers by default (handle safer with bugged drivers)
5676 and added a property to make it possible to use mmap effectively (no
5677 copy if possible) when application wants to. Fixes: #480557.
5679 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
5681 * gst/id3demux/id3tags.c:
5682 * gst/id3demux/id3tags.h:
5683 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
5684 We don't want the same string multiple times in a tag list for the
5685 same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
5686 this doesn't happen and remove special-case code for GST_TAG_GENRE.
5688 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
5690 * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
5691 Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
5692 into ID3v2 TXXX frames (fixes #347848).
5694 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
5696 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5697 Don't leak sdp message contents (fixes #496773).
5699 * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
5700 Don't leak URI string.
5702 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
5704 Patch by: Julien Puydt <julien dot puydt at laposte net>
5706 * ext/raw1394/Makefile.am:
5707 * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
5708 (gst_1394_property_probe_get_properties),
5709 (gst_1394_property_probe_probe_property),
5710 (gst_1394_property_probe_needs_probe),
5711 (gst_1394_property_probe_get_values),
5712 (gst_1394_property_probe_interface_init),
5713 (gst_1394_type_add_property_probe_interface):
5714 * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
5715 * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
5716 (gst_dv1394src_init), (gst_dv1394src_dispose),
5717 (gst_dv1394src_set_property), (gst_dv1394src_get_property),
5718 (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
5719 (gst_dv1394src_update_device_name):
5720 * ext/raw1394/gstdv1394src.h:
5721 Implement GstPropertyProbe interface and add "device-name" property,
5722 so applications can use this to probe for available devices in the
5723 same way they can already with v4lsrc and v4l2src (however horrible
5724 this property probe interface may be). Fixes #358841.
5726 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
5728 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5730 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
5731 (gst_rtspsrc_parse_range):
5732 Don't leak event, don't leak range (fixes #496752).
5734 2007-11-14 Michael Smith <msmith@fluendo.com>
5736 Patch by: Arek Korbik <arkadini@gmail.com>
5738 * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
5739 Detect RGBA/BGRA correctly on little endian systems.
5741 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
5743 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
5744 If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
5745 corresponding ioctl() call fails even though the driver claims to
5746 support this format, just fall back to the pre-2.6.19 kernel
5747 routine that creates caps with suitable height and width ranges
5750 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
5752 Patch by: Mark Nauwelaerts <manauw skynet be>
5754 * gst/matroska/matroska-demux.c:
5755 (gst_matroska_demux_push_dvd_clut_change_event),
5756 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5757 (gst_matroska_demux_subtitle_caps):
5758 * gst/matroska/matroska-ids.h:
5759 Extract palette data for dvd subpicture streams and send it
5760 downstream as custom gstreamer dvd event (fixes #453417).
5762 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
5764 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
5765 Implement minimal parsing of the passed pango font description
5766 string, so passing a font size works the same as with the
5767 pango textoverlay plugin; fixes #455086.
5768 (Maybe we could just use pangocairo here at some point).
5770 2007-11-13 Stefan Kost <ensonic@users.sf.net>
5772 * gst/avi/gstavidemux.c:
5773 * gst/wavparse/gstwavparse.c:
5774 Return the result in _activate_pull(). Don't ref element there.
5776 2007-11-13 Stefan Kost <ensonic@users.sf.net>
5778 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5779 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5780 (gst_wavparse_srcpad_event):
5781 Ref the element when we should, but not when we its not needed. Reflow
5782 the event_handling to not leak the event.
5784 2007-11-12 Edward Hervey <bilboed@bilboed.com>
5786 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5787 (qtdemux_parse_samples):
5788 Properly free QTDemuxSamples array.
5789 Protect table write with a sensible check, some files apparently DO contain
5790 stts values starting with 0 :(
5792 2007-11-12 Stefan Kost <ensonic@users.sf.net>
5794 * gst/avi/gstavidemux.c:
5795 * gst/qtdemux/qtdemux.c:
5796 Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
5797 previous commit messed up.
5799 2007-11-12 Stefan Kost <ensonic@users.sf.net>
5801 * gst/avi/gstavidemux.c:
5802 * gst/qtdemux/qtdemux.c:
5803 Sync _handle_src_event() with oggdemux. In avidemux also ref the
5804 element when we should, but not when we its not needed.
5806 2007-11-08 Stefan Kost <ensonic@users.sf.net>
5808 * gst/wavparse/gstwavparse.c:
5809 Return FALSE if we can't handle a query instead of changing the
5810 format. Ignore fact when dealing with mpeg audio.
5812 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
5814 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
5817 * gst/udp/gstdynudpsink.c:
5818 * gst/udp/gstdynudpsink.h:
5819 * gst/udp/gstmultiudpsink.c:
5820 * gst/udp/gstmultiudpsink.h:
5821 * gst/udp/gstudpsink.c:
5822 * gst/udp/gstudpsink.h:
5823 Fix includes for MSVC and GLib-2.14.0 (#492388).
5825 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5826 No more pipe define since GLib-2.14.0, need to use _pipe() directly.
5828 2007-11-02 Edward Hervey <bilboed@bilboed.com>
5830 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5831 (gst_mulawdec_chain):
5832 * gst/law/mulaw-decode.h:
5833 Calculate outgoing buffer duration if incoming buffer didn't have a
5836 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
5838 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
5839 (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
5840 Smarter combine_flow code that also deals with downstream elements
5841 returning UNEXPECTED when they receive data out of the segment
5842 boundaries. Fixes #491305.
5844 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
5846 * sys/v4l2/v4l2src_calls.c:
5847 Fix 'unused variable' compiler warning when compiling against
5848 older kernel headers.
5850 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
5852 * ext/taglib/gstid3v2mux.cc (add_funcs):
5853 Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
5855 2007-10-24 Stefan Kost <ensonic@users.sf.net>
5857 * tests/check/pipelines/simple-launch-lines.c:
5858 Improve the tests a little more.
5860 2007-10-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5862 patch by: Yun Zheng Hu
5864 * sys/osxaudio/gstosxaudiosrc.c:
5865 Use default input device instead of default output device and
5866 only memcpy actual available bytes.
5868 2007-10-22 Edgard Lima <edgard.lima@indt.org.br>
5870 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5871 Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
5872 early. It is temporary until we find something better.
5874 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
5876 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5878 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
5879 Fix race when pausing a RTSP stream in interleaved.
5882 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
5884 Patch by: Peter Kjellerstedt <pkj at axis com>
5886 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
5887 Use correct unref function for buffers. #488844.
5889 2007-10-19 Stefan Kost <ensonic@users.sf.net>
5891 * gst/avi/gstavimux.c:
5892 * tests/check/elements/avimux.c:
5893 Add some debug and sync tests with the fix.
5895 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
5897 Based on patch by: Laurent Glayal <spglegle yahoo fr>
5899 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5900 When the socket is used by the app for other purposes, don't generate an
5901 error if there is activaty on the socket that is not data related.
5904 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
5906 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5907 (gst_v4l2src_grab_frame):
5908 Add some more debug info. Generate an error when we run out of buffers
5909 for some reason. See #480557.
5911 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
5913 Patch by: Anders Skargren <anders dot skargren at axis dot com>
5915 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
5916 Set marker bit correctly.
5918 2007-10-17 Wim Taymans <wim.taymans@gmail.com>
5920 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5921 Use allowed name for the GstStructure.
5923 2007-10-17 Tim-Philipp Müller <tim at centricular dot net>
5925 * ext/gconf/gstswitchsink.c:
5926 * gst/autodetect/gstautoaudiosink.c:
5927 Use new gst_bus_pop_filtered().
5929 2007-10-13 Tim-Philipp Müller <tim at centricular dot net>
5931 * sys/v4l2/gstv4l2src.c:
5932 * sys/v4l2/v4l2src_calls.c:
5933 When probing the formats and sizes a camera supports, make
5934 sure the best ones (highest resolution, prefered format)
5935 end up at the beginning of the probed caps and the less
5936 desirable ones at the end. This is important because the
5937 order within the caps matters for things like fixation and
5938 negotiation, ie. what format is chosen in the end.
5939 With recent kernels, the current probing code will end up
5940 querying the supported sizes from lowest resolution to
5941 highest resolution, adding them to the probed caps in that
5942 order, resulting to v4l2src fixating to the lowest possible
5943 resolution if downstream does not express a size preference.
5944 Also make up a somewhat random ranking of prefered output
5945 formats for the same reason. Fixes #485828.
5947 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
5949 Based on patch by: Jason Kivlighn <jkivlighn gmail com>
5951 * gst/id3demux/id3v2frames.c:
5952 Extract license/copyright URIs from ID3v2 WCOP frames
5955 * tests/check/elements/id3demux.c:
5956 * tests/files/Makefile.am:
5957 * tests/files/id3-447000-wcop.tag:
5958 Add simple unit test.
5960 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
5962 * ext/taglib/gstid3v2mux.cc:
5963 Add support for license/copyright URI tags (ID3v2 WCOP frame).
5964 Prerequisite for #447000.
5966 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
5968 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
5969 Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
5972 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
5974 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
5975 (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
5976 (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
5977 (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
5978 (gst_rtspsrc_change_state):
5979 More seeking fixes, mostly passing around the new playback segment in
5980 order to configure it properly.
5981 Also reset base_time of udp sources when setting them back to PLAYING as
5982 a temporary hack until core supports seek in live sources properly.
5984 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
5986 * gst/rtp/gstrtpmp4adepay.c:
5987 Fix caps as to not confuse autopluggers.
5989 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
5991 * gst/id3demux/gstid3demux.c:
5992 * gst/id3demux/gstid3demux.h:
5993 * gst/id3demux/id3tags.c:
5994 * gst/id3demux/id3tags.h:
5995 * gst/id3demux/id3v2frames.c:
5996 Port ID3 tag demuxer over to the new GstTagDemux in -base
5997 (now would be a good time to test re-importing your music
6000 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6002 * gst/apetag/Makefile.am:
6003 * gst/apetag/gstapedemux.c:
6004 * gst/apetag/gstapedemux.h:
6005 * gst/apetag/gsttagdemux.c:
6006 * gst/apetag/gsttagdemux.h:
6007 Port APE tag demuxer over to the new GstTagDemux in -base.
6009 2007-10-05 Wim Taymans <wim.taymans@gmail.com>
6011 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6012 (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6013 (gst_rtspsrc_handle_internal_src_query),
6014 (gst_rtspsrc_handle_src_query), (new_session_pad),
6015 (gst_rtspsrc_stream_configure_tcp),
6016 (gst_rtspsrc_stream_configure_transport),
6017 (gst_rtspsrc_loop_send_cmd):
6018 Improve flushing behaviour.
6019 Set state of the udp sources to PAUSE/PLAYING correctly.
6020 Handle events and queries for UDP and TCP transport now.
6022 2007-10-04 Stefan Kost <ensonic@users.sf.net>
6024 * gst/rtp/gstrtpgsmdepay.c:
6025 * gst/rtp/gstrtpgsmpay.c:
6028 2007-10-04 Stefan Kost <ensonic@users.sf.net>
6030 Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6032 * tests/check/Makefile.am:
6033 * tests/check/pipelines/simple-launch-lines.c:
6034 Add unit tests for payloaders/depayloaders.
6036 2007-10-02 Stefan Kost <ensonic@users.sf.net>
6038 * gst/avi/gstavimux.c:
6039 * gst/avi/gstavimux.h:
6040 Also save codec data for audio streams. Fixes #482495.
6042 2007-10-02 Stefan Kost <ensonic@users.sf.net>
6044 * gst/avi/gstavimux.c:
6045 Fix "Index entry has invalid stream nr 1".
6046 Add support for muxing aac - work in progress (see #482495).
6048 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6050 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6051 (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6052 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6053 * gst/rtsp/gstrtspsrc.h:
6054 Parse bandwidth modifiers, they are not yet configured in the session
6055 manager because we don't have an API for that yet.
6057 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6059 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6060 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6061 Use shiny new function in -base to get the default clock-rate.
6064 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
6067 Add files to win32 manifest.
6068 * win32/vs6/libgstaudiofx.dsp:
6069 * win32/vs6/libgstqtdemux.dsp:
6070 * win32/vs6/libgstrtp.dsp:
6071 * win32/vs6/libgstrtsp.dsp:
6072 Update project files.
6074 2007-09-28 Wim Taymans <wim.taymans@gmail.com>
6076 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6078 * gst/rtsp/gstrtspsrc.h:
6079 In TCP mode, only timestamp the first buffer. TCP is not real time and
6080 it does not make sense to try to skew compensate, also some servers send
6081 the first batch of data in a burst.
6083 2007-09-27 Tim-Philipp Müller <tim at centricular dot net>
6085 * gst/matroska/matroska-demux.c:
6086 Fix setting the discont flag on the first buffer
6087 pushed downstream for formats with private codec
6088 data that needs to be deserialised into buffers
6089 (such as vorbis and FLAC when in a matroska container).
6091 2007-09-27 Wim Taymans <wim.taymans@gmail.com>
6093 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6095 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6096 (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6097 (gst_rtp_mp4v_pay_handle_buffer):
6098 * gst/rtp/gstrtpmp4vpay.h:
6099 Free the config string. Fixes #480707.
6100 Clean up the timestamp code a little.
6102 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
6104 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6105 (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6106 (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6107 * gst/rtsp/gstrtspsrc.h:
6108 Set timestamps on RTP buffers in interleaved mode.
6109 Mark first buffers with a DISCONT.
6110 Remove flush hack now that sync for live sources has been figured out.
6112 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
6114 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6115 Update documentation.
6117 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
6119 * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6120 (gst_rtp_xqt_depay_change_state):
6121 * gst/qtdemux/gstrtpxqtdepay.h:
6122 Fail if we don't know the quicktime format.
6124 2007-09-26 Tim-Philipp Müller <tim at centricular dot net>
6126 * ext/flac/gstflacenc.c:
6127 * ext/flac/gstflacenc.h:
6128 Save the flow return from the last gst_pad_push() and
6129 make sure we pass the right flow return value upstream
6130 in the case of failure; minor clean-ups.
6132 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6134 * ext/taglib/gstapev2mux.cc:
6135 * ext/taglib/gstid3v2mux.cc:
6136 * gst/apetag/gstapedemux.c:
6137 Add support for the new GST_TAG_COMPOSER (#459809).
6139 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6141 * gst/law/alaw-decode.c:
6142 * gst/law/alaw-decode.h:
6143 * gst/law/alaw-encode.c:
6144 * gst/law/alaw-encode.h:
6146 * gst/law/mulaw-conversion.h:
6147 Compulsive clean-ups: use boilerplate macros, add debug
6148 categories, fix up things to conform to symbol nomenklatura,
6151 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6153 Based on patch by: Laurent Glayal <spglegle yahoo fr>
6155 * gst/law/alaw-decode.c:
6156 * gst/law/alaw-encode.c:
6157 Use static tables for A-Law decoding and encoding; this makes
6158 A-Law decoding and encoding less CPU-intensive, but increases
6159 the binary size a bit. Leaving old code around for now,
6160 selectable by a define in the code. Fixes #435435.
6162 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
6165 Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
6166 AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
6169 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
6171 Patch by: Jan Gerber <j at bootlab dot org>
6173 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6174 Add fourccs for MPEG2 HDV streams. Fixes #479960.
6176 2007-09-23 Stefan Kost <ensonic@users.sf.net>
6178 * sys/oss/gstosshelper.c:
6179 Use GST_WARNING instead of a g_critical. This situation is not caused
6182 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6186 Updated translations.
6188 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6190 translated by: Mikel Olasagasti <hey_neken@mundurat.net>
6193 Added Basque translation.
6195 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6197 translated by: Abel Cheung <abelcheung@gmail.com>
6201 Added Chinese (traditional and Hong Kong) translation.
6203 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6205 translated by: Jakub Bogusz <qboosh@pld-linux.org>
6208 Added Polish translation.
6210 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6212 translated by: Ilkka Tuohela <hile@iki.fi>
6215 Added Finnish translation.
6217 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6219 translated by: Jorge González González <aloriel@gmail.com>
6222 Added Spanish translation.
6224 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6226 translated by: Mogens Jaeger <mogens@jaeger.tf>
6229 Added Danish translation.
6231 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6233 translated by: Funda Wang <fundawang@linux.net.cn>
6236 Added Chinese (simplified) translation.
6238 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6240 translated by: Alexander Shopov <ash@contact.bg>
6243 Added Bulgarian translation.
6245 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
6247 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
6248 Set outgoing packet duration because we can. Fixes #478244 some more.
6250 2007-09-20 Stefan Kost <ensonic@users.sf.net>
6252 * ext/cairo/gsttextoverlay.c:
6253 Add info about static leak.
6255 * tests/check/Makefile.am:
6256 * tests/check/generic/states.c:
6257 Improved state change unit test.
6259 2007-09-19 Stefan Kost <ensonic@users.sf.net>
6261 * docs/plugins/.cvsignore:
6262 * tests/check/.cvsignore:
6263 Ignore registries in any format.
6265 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
6267 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
6268 Removed some unused code.
6270 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
6271 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
6272 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
6273 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
6274 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
6275 (gst_rtp_theora_pay_flush_packet):
6276 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
6277 Try to preserve the incomming buffer duration on the outgoing
6278 packets. Fixes #478244.
6280 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
6282 * ext/taglib/gstapev2mux.cc:
6283 * ext/taglib/gstid3v2mux.cc:
6284 Work around compiler warnings with g++-4.2 when assigning a
6285 string constant to a gchar * (partially fixes #478092).
6287 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
6290 We require core CVS now for gst_base_src_set_do_timestamp().
6292 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
6294 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
6295 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6296 (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
6297 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6298 (gst_rtspsrc_handle_message):
6299 Fix compiler warnings shown with Forte.
6301 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
6303 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
6304 (gst_rtspsrc_dup_printf):
6305 Give meaningfull error when all streams failed to configure for some
6308 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
6311 Update README with the design for synchronisation rules of RTP on
6312 sender and receiver.
6314 2007-09-14 Sebastian Dröge <slomo@circular-chaos.org>
6316 * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
6317 (gst_wavparse_chain):
6318 Don't push EOS from the chain function, the element
6319 driving the pipeline is responsible for this. The bug
6320 this was meant to fix seems to be queue not forwarding
6321 EOS in all cases (see #476514).
6323 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
6325 * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
6326 (gst_level_transform_ip):
6327 * gst/level/gstlevel.h:
6328 Use basetransform segment so that it is correctly managed on flushes and
6330 Report message timestamp as stream time, which is what an application
6333 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
6335 * ext/taglib/gstapev2mux.cc:
6336 * ext/taglib/gstapev2mux.h:
6337 * ext/taglib/gsttaglibmux.c:
6338 * tests/check/elements/apev2mux.c:
6339 Update my mail address.
6341 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
6343 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
6344 (gst_wavparse_loop), (gst_wavparse_chain):
6345 Add EOS logic for the push-based mode too. Fixes #476514.
6347 2007-09-12 Wim Taymans <wim.taymans@gmail.com>
6349 * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
6350 * gst/law/alaw-encode.h:
6351 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6352 (gst_mulawenc_chain):
6353 * gst/law/mulaw-encode.h:
6354 Fix law encoder timestamps.
6356 2007-09-12 Stefan Kost <ensonic@users.sf.net>
6358 * ext/gconf/gstgconfaudiosink.c:
6359 Fix warning when building without debug.
6361 * sys/oss/gstossmixertrack.c:
6362 Use const like in alsamixertrack.c (fixes warnings).
6364 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
6366 * sys/v4l2/v4l2src_calls.c:
6367 (gst_v4l2src_probe_caps_for_format_and_size):
6368 Fix framerate detection code some more.
6369 Handle the case where there is a weird step in the stepwise framerates.
6370 Don't overwrite the min interval with the framerate, use a temp variable
6372 Use max in the Continuous framerate intervals instead of step, which is
6373 1 according to the docs. Fixes #475424.
6375 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
6377 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
6378 Make udpsrc timestamp outgoing buffers based on when they were received.
6379 Also make it output a segment in time.
6381 2007-09-10 Stefan Kost <ensonic@users.sf.net>
6383 * gst/avi/gstavidemux.c:
6384 Plug a little leak. Little code cleanups.
6386 2007-09-09 Tim-Philipp Müller <tim at centricular dot net>
6389 Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
6390 flac versions, 's good for cross-compilation karma.
6392 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
6394 Patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
6396 * gst/rtp/gstrtph263pay.c:
6397 Fix up header structure so that compilers don't add padding
6398 between the structure fields, since that would lead to us
6399 sending RTP packets with broken headers (as is currently the
6400 case when compiling with MSVC). Also see similar fixes in
6401 libgstrtp in gst-plugins-base. (#474616; #471194)
6403 2007-09-07 Wim Taymans <wim.taymans@gmail.com>
6405 * sys/v4l2/v4l2src_calls.c:
6406 (gst_v4l2src_probe_caps_for_format_and_size):
6407 Don't overwrite our GValue with 0 but instead use the previously
6408 computed value. Fixes #471823 some more.
6410 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
6412 * docs/plugins/gst-plugins-good-plugins.hierarchy:
6413 No tabs in this file please, or gtk-doc will end up documenting
6414 rather absurd class hierarchies.
6416 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
6418 * ext/gconf/gstswitchsink.c:
6419 If the new kid element fails to change state for some reason
6420 (e.g. esdsink not being able to connect to the sound server),
6421 forward the error message it posted on the bus instead of just
6422 posting a generic 'Internal state change error: please file a
6423 bug' error message. Fixes #471364.
6425 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
6427 * gst/qtdemux/Makefile.am:
6428 * gst/qtdemux/qtdemux.c:
6429 Don't assume tags are encoded as UTF-8 (#473670).
6431 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
6433 * sys/v4l2/gstv4l2src.c:
6434 * sys/v4l2/gstv4l2src.h:
6435 * sys/v4l2/v4l2src_calls.c:
6436 Implement LATENCY queries in the crudest way possible so I don't
6437 have to use sync=false any longer when testing with videosinks.
6439 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
6444 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
6446 * sys/v4l2/v4l2src_calls.c:
6447 (gst_v4l2src_probe_caps_for_format_and_size):
6448 Add some more debugging in the framerate function.
6449 Iterate stepwise framerate up to and _including_ the max and if nothing
6450 was added to the list, add a dummy 0/1 to 100/1 framerate so that we
6451 don't end up with an empty list. Fixes #471823
6453 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
6455 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6456 (gst_multiudpsink_set_clients_string),
6457 (gst_multiudpsink_get_clients_string),
6458 (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
6459 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
6460 (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
6461 (gst_multiudpsink_clear):
6462 Add property do configure destination address/port pairs
6463 API:GstMultiUDPSink::clients
6465 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
6467 * tests/examples/Makefile.am:
6468 * tests/examples/rtp/Makefile.am:
6469 * tests/examples/rtp/client-H263p-AMR.sh:
6470 * tests/examples/rtp/client-H263p-PCMA.sdp:
6471 * tests/examples/rtp/client-H263p-PCMA.sh:
6472 * tests/examples/rtp/client-H264-PCMA.sdp:
6473 * tests/examples/rtp/client-H264-PCMA.sh:
6474 * tests/examples/rtp/client-PCMA.sh:
6475 * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
6476 * tests/examples/rtp/server-alsasrc-PCMA.sh:
6477 * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
6478 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
6479 Added some RTP example scripts for sending and receiving RTP streams.
6481 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
6483 * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
6484 (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
6485 Restructure the setcaps function so that we can also compute the
6486 expected GStreamer output size of the video frames.
6487 Set frame_byte_size correctly so that read-based devices have a chance
6488 of working correctly.
6489 When grabbing a frame, discard frames that are not of the expected size.
6490 Some cameras don't output the right framesize for the first buffer.
6491 Try only a couple of times to get a valid frame, else error out.
6493 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
6494 (gst_v4l2_fill_lists), (gst_v4l2_get_input):
6495 Add some more debug info when scanning the device.
6497 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
6498 (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
6499 (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
6500 (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
6501 Add some more debug info when dequeing a frame.
6503 2007-09-04 Stefan Kost <ensonic@users.sf.net>
6505 * gst/wavparse/gstwavparse.c:
6506 More code cleanups. Add some more comment and improve debugs logs.
6508 2007-09-04 Stefan Kost <ensonic@users.sf.net>
6510 * gst/wavparse/gstwavparse.c:
6511 * gst/wavparse/gstwavparse.h:
6512 Implement seek-query. Refactor duration calculations. Appropriate use
6513 of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
6516 2007-09-03 Stefan Kost <ensonic@users.sf.net>
6518 * gst/avi/gstavidemux.c:
6519 Implement seek-query.
6521 2007-08-29 Wim Taymans <wim.taymans@gmail.com>
6523 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
6524 (gst_rtspsrc_dup_printf):
6525 Use new basesink async property to make sparse RTCP packet not wait for
6528 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
6530 * gst/audiofx/Makefile.am:
6531 Dist the right file.
6533 2007-08-23 Wim Taymans <wim.taymans@gmail.com>
6535 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
6536 (gst_rtspsrc_get_float), (gst_rtspsrc_play):
6537 Make sure we generate and parse floating point values in the POSIX
6538 locale instead of the current locale.
6540 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
6542 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
6543 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6545 * gst/rtsp/gstrtspsrc.h:
6546 Fix method detection again.
6547 Keep track of when we must send a Range header.
6548 Use segment values for Range, Speed and Scale headers.
6549 Parse Speed and Scale headers to update the segment values.
6551 2007-08-22 Stefan Kost <ensonic@users.sf.net>
6553 patch by: Mark Nauwelaerts <manauw@skynet.be>
6555 * sys/v4l2/v4l2src_calls.c:
6556 Handle optional v4l2 ioctls gracefully.
6558 2007-08-20 Wim Taymans <wim.taymans@gmail.com>
6560 * gst/rtp/Makefile.am:
6561 * gst/rtp/gstrtp.c: (plugin_init):
6562 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
6563 (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
6564 (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
6565 (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
6566 (gst_rtp_h263_depay_get_property),
6567 (gst_rtp_h263_depay_change_state),
6568 (gst_rtp_h263_depay_plugin_init):
6569 * gst/rtp/gstrtph263depay.h:
6570 Added an H263 depayloader. Fixes #369392.
6572 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6573 (gst_rtp_h263p_depay_process):
6574 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
6575 (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
6576 Make the H263+ pay/depayloader support H263-1998 and H263-2000
6578 Also alow plain H263 on the h263p payloaders. Fixes #465040.
6580 2007-08-19 Sebastian Dröge <slomo@circular-chaos.org>
6582 * gst/audiofx/audiochebyshevfreqband.c:
6583 * gst/audiofx/audiochebyshevfreqlimit.c:
6584 Add small comparision with the windowed sinc filters in the docs.
6586 2007-08-19 Sebastian Dröge <slomo@circular-chaos.org>
6588 * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
6589 (audiochebyshevfreqband_suite):
6590 * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
6591 (audiochebyshevfreqlimit_suite):
6592 Also test 32 bit float mode and the type 2 variants of the filters.
6594 2007-08-18 Wim Taymans <wim.taymans@gmail.com>
6596 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6597 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6599 Refactor the udp and interleaved loop function a bit.
6601 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
6603 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6604 (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
6605 (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
6606 (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
6607 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
6608 (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
6609 * gst/rtsp/gstrtspsrc.h:
6610 Protect connection activity with a new lock, avoids deadlocks when going
6611 to PAUSED. Fixes #455808.
6613 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
6615 * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
6616 Fix debug statement.
6618 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
6620 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
6621 Fix stray %u in debug line as spotted by Saur on IRC.
6623 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
6625 * gst/audiofx/audiochebyshevfreqband.c:
6626 (gst_audio_chebyshev_freq_band_class_init):
6627 * gst/audiofx/audiochebyshevfreqlimit.c:
6628 (gst_audio_chebyshev_freq_limit_class_init):
6629 Use generator macros for the process functions for the different
6630 sample types, add lower upper boundaries for the GObject properties
6631 so automatically generated UIs can use sliders and add a note about
6632 the number of poles as a too high number of poles combined with
6633 very low or very high frequencies will produce only noise.
6634 * docs/plugins/gst-plugins-good-plugins.args:
6635 Regenerated for the property changes.
6637 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
6639 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
6640 (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
6641 (gst_rtspsrc_stream_configure_udp_sink),
6642 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
6643 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6644 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6645 (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
6646 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
6647 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6648 * gst/rtsp/gstrtspsrc.h:
6649 Improve timeout handling.
6650 Use the same socket for sending and receiving RTCP packets so that some
6651 servers can track clients better.
6652 Improve connection closed handling. Try to reconnect.
6653 Don't overwrite our content base with NULL.
6655 Improve range parsing and handling.
6656 Remove flushing hack now that core does the right thing.
6658 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
6660 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6661 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6662 (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6663 (gst_multiudpsink_close), (gst_multiudpsink_add):
6664 * gst/udp/gstmultiudpsink.h:
6665 Add support for getting and setting the socket to use.
6667 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6668 (gst_udpsrc_create), (gst_udpsrc_get_property):
6669 Add support for getting the currently used socket.
6671 2007-08-16 Sebastian Dröge <slomo@circular-chaos.org>
6673 reviewed by: Stefan Kost <ensonic@users.sf.net>
6675 * gst/audiofx/Makefile.am:
6676 * gst/audiofx/audiochebyshevfreqband.c:
6677 (gst_audio_chebyshev_freq_band_mode_get_type),
6678 (gst_audio_chebyshev_freq_band_base_init),
6679 (gst_audio_chebyshev_freq_band_dispose),
6680 (gst_audio_chebyshev_freq_band_class_init),
6681 (gst_audio_chebyshev_freq_band_init),
6682 (generate_biquad_coefficients), (calculate_gain),
6683 (generate_coefficients),
6684 (gst_audio_chebyshev_freq_band_set_property),
6685 (gst_audio_chebyshev_freq_band_get_property),
6686 (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
6687 (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
6688 (gst_audio_chebyshev_freq_band_start):
6689 * gst/audiofx/audiochebyshevfreqband.h:
6690 * gst/audiofx/audiochebyshevfreqlimit.c:
6691 (gst_audio_chebyshev_freq_limit_mode_get_type),
6692 (gst_audio_chebyshev_freq_limit_base_init),
6693 (gst_audio_chebyshev_freq_limit_dispose),
6694 (gst_audio_chebyshev_freq_limit_class_init),
6695 (gst_audio_chebyshev_freq_limit_init),
6696 (generate_biquad_coefficients), (calculate_gain),
6697 (generate_coefficients),
6698 (gst_audio_chebyshev_freq_limit_set_property),
6699 (gst_audio_chebyshev_freq_limit_get_property),
6700 (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
6701 (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
6702 (gst_audio_chebyshev_freq_limit_start):
6703 * gst/audiofx/audiochebyshevfreqlimit.h:
6704 * gst/audiofx/audiofx.c: (plugin_init):
6705 Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
6708 * tests/check/Makefile.am:
6709 * tests/check/elements/.cvsignore:
6710 * tests/check/elements/audiochebyshevfreqband.c:
6711 (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
6712 (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
6713 * tests/check/elements/audiochebyshevfreqlimit.c:
6714 (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
6715 (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
6716 Add unit tests for the chebyshev filters.
6718 * docs/plugins/Makefile.am:
6719 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6720 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6721 * docs/plugins/gst-plugins-good-plugins.args:
6722 * docs/plugins/inspect/plugin-1394.xml:
6723 * docs/plugins/inspect/plugin-audiofx.xml:
6724 * docs/plugins/inspect/plugin-dv.xml:
6725 * docs/plugins/inspect/plugin-flac.xml:
6726 * docs/plugins/inspect/plugin-jpeg.xml:
6727 * docs/plugins/inspect/plugin-png.xml:
6728 * docs/plugins/inspect/plugin-rtp.xml:
6729 * docs/plugins/inspect/plugin-shout2send.xml:
6730 * docs/plugins/inspect/plugin-wavpack.xml:
6731 And add docs for the chebyshev filters. While doing
6732 that also run make update in docs/plugins.
6734 2007-08-16 Stefan Kost <ensonic@users.sf.net>
6736 * ext/annodex/gstcmmltag.c:
6737 * gst/rtp/gstrtpvorbispay.c:
6738 Make ro memory to share.
6740 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
6742 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6743 Improve UDP performance by avoiding a select() when we have data
6744 available immediatly.
6746 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
6748 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
6749 (gst_rtp_dec_class_init):
6750 * gst/rtsp/gstrtpdec.h:
6751 Add (dummy) SSRC management signals.
6753 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6754 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6755 (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
6756 (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
6757 (on_timeout), (gst_rtspsrc_stream_configure_manager),
6758 (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
6759 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6760 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6761 * gst/rtsp/gstrtspsrc.h:
6762 Add connection-speed property.
6763 Add find_stream helper functions.
6764 Handle stream EOS based on BYE messages or SSRC timeout.
6765 Returns SUCCESS from the state change function as we hide our async
6766 elements from the parent.
6768 2007-08-16 Stefan Kost <ensonic@users.sf.net>
6770 * gst/debug/rndbuffersize.c:
6773 2007-08-14 Stefan Kost <ensonic@users.sf.net>
6775 * gst/debug/Makefile.am:
6776 * gst/debug/breakmydata.c:
6777 * gst/debug/gstdebug.c:
6778 * gst/debug/negotiation.c:
6779 * gst/debug/progressreport.c:
6780 * gst/debug/rndbuffersize.c:
6781 * gst/debug/testplugin.c:
6782 Add new test element and clean-up the others a little.
6784 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
6786 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
6787 Fix parsing of mp4a version 0 atoms. Fixes #465774.
6789 2007-08-10 Stefan Kost <ensonic@users.sf.net>
6791 * gst/rtp/gstrtpilbcdepay.c:
6794 2007-08-10 Wim Taymans <wim.taymans@gmail.com>
6796 * gst/rtp/gstrtpmpvdepay.c:
6797 Set the mpegversion in the caps so that autoplugging does not get
6800 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
6805 Updated translations.
6807 2007-08-08 Michael Smith <msmith@fluendo.com>
6809 * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
6810 Render right border in the correct location.
6812 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
6814 Patch by: Olivier Crete <tester at tester dot ca>
6816 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
6817 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
6818 Make mode property a string. Fixes #464475.
6820 2007-08-05 Stefan Kost <ensonic@users.sf.net>
6822 * ext/flac/gstflacenc.c:
6823 Widen caps to match decoder a bit and add more FIXMEs.
6825 2007-08-05 Stefan Kost <ensonic@users.sf.net>
6827 patch by: Mark Nauwelaerts <manauw@skynet.be>
6829 * gst/avi/gstavimux.c:
6830 Fix ODML index tag numbering. Fixes #463624.
6832 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
6834 * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
6835 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
6836 (gst_rtspsrc_stream_configure_tcp),
6837 (gst_rtspsrc_stream_configure_udp_sink):
6838 Fix default clock-rate for realmedia.
6839 Fix parsing of transport.
6840 Don't try to link NULL pads.
6842 2007-07-30 Tim-Philipp Müller <tim at centricular dot net>
6845 Add POTFILES.skip with list of source files that aren't disted at the
6846 moment but contain translatable strings. Should hopefully pacify
6847 broken tools and make it clearer that these files are left out
6848 intentionally (#461600).
6850 2007-07-30 Edward Hervey <bilboed@bilboed.com>
6852 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
6853 If the buffer was entirely clipped ... don't try sending it :)
6855 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
6857 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
6858 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
6859 (gst_rtspsrc_create_transports_string),
6860 (gst_rtspsrc_prepare_transports):
6861 If we don't hav a session manager, set the caps on outgoing buffers
6863 Force PAUSE/PLAY methods for now until the extensions can overwrite.
6864 Append final bit of the transport string even when it does not contain a
6867 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
6869 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
6870 (gst_rtsp_ext_list_connect):
6871 * gst/rtsp/gstrtspext.h:
6872 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6873 (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
6874 Clean up the interface list.
6875 Allow connecting to interface signals for the extensions.
6876 Remove old extension code.
6877 Free list on cleanup.
6878 Allow extensions to send additional RTSP messages.
6880 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
6882 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6883 Handle a NULL gconf key gracefully by rendering the default element.
6885 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
6887 * gst/rtsp/gstrtspext.h:
6888 Fix include path for extension interface.
6890 2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
6892 * gst/audiofx/audioamplify.h:
6893 Also remove a now unecessary variable here.
6895 2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
6897 * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
6898 (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
6899 * gst/audiofx/audiodynamic.c:
6900 (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
6901 (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
6902 * gst/audiofx/audiodynamic.h:
6903 * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6904 (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
6905 * gst/audiofx/audioinvert.h:
6906 Don't save format information ourselves, this is already saved in
6909 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
6911 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
6912 (gst_rtsp_ext_list_stream_select):
6913 * gst/rtsp/gstrtspext.h:
6914 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6915 Use rank to filter out extensions.
6916 Add url to stream_select interface call.
6918 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
6920 * gst/rtsp/Makefile.am:
6921 * gst/rtsp/base64.c:
6922 * gst/rtsp/base64.h:
6923 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
6924 (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
6925 (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
6926 (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
6927 (gst_rtsp_ext_list_setup_media),
6928 (gst_rtsp_ext_list_configure_stream),
6929 (gst_rtsp_ext_list_get_transports),
6930 (gst_rtsp_ext_list_stream_select):
6931 * gst/rtsp/gstrtspext.h:
6932 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6933 (gst_rtspsrc_class_init), (gst_rtspsrc_init),
6934 (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
6935 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
6936 (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
6937 (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
6938 (gst_rtspsrc_stream_configure_tcp),
6939 (gst_rtspsrc_stream_configure_mcast),
6940 (gst_rtspsrc_stream_configure_udp),
6941 (gst_rtspsrc_stream_configure_udp_sink),
6942 (gst_rtspsrc_stream_configure_transport),
6943 (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
6944 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
6945 (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
6946 (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
6947 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6948 (gst_rtspsrc_parse_methods),
6949 (gst_rtspsrc_create_transports_string),
6950 (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6951 (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
6952 (gst_rtspsrc_play), (gst_rtspsrc_pause),
6953 (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
6954 * gst/rtsp/gstrtspsrc.h:
6956 * gst/rtsp/rtspconnection.c:
6957 * gst/rtsp/rtspconnection.h:
6958 * gst/rtsp/rtspdefs.c:
6959 * gst/rtsp/rtspdefs.h:
6960 * gst/rtsp/rtspext.h:
6961 * gst/rtsp/rtspextwms.c:
6962 * gst/rtsp/rtspextwms.h:
6963 * gst/rtsp/rtspmessage.c:
6964 * gst/rtsp/rtspmessage.h:
6965 * gst/rtsp/rtsprange.c:
6966 * gst/rtsp/rtsprange.h:
6967 * gst/rtsp/rtsptransport.c:
6968 * gst/rtsp/rtsptransport.h:
6969 * gst/rtsp/rtspurl.c:
6970 * gst/rtsp/rtspurl.h:
6972 * gst/rtsp/sdpmessage.c:
6973 * gst/rtsp/sdpmessage.h:
6975 Use shiny new RTSP and SDP library.
6976 Implement RTSP extensions using the new interface.
6977 Remove a lot of old code.
6979 2007-07-24 Edward Hervey <bilboed@bilboed.com>
6981 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6982 Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
6984 2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
6986 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6987 Don't unref the outgoing buffer twice when dropping it because it's
6988 outside of the segment.
6990 2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
6993 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6994 (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
6995 Use the new buffer clipping function from gstaudio here and
6996 require gst-plugins-base CVS.
6997 * tests/check/elements/wavpackdec.c: (GST_START_TEST):
6998 For framed Wavpack buffers we require a valid timestamp.
7000 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
7002 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7003 (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7004 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7005 Clip raw audio and video when we can, keep track of current output
7007 Don't leak buffers and events when there is no output pad.
7008 Improve debugging here and there.
7010 2007-07-23 Stefan Kost <ensonic@users.sf.net>
7013 Sync liboil check with plugins-base.
7015 2007-07-20 Stefan Kost <ensonic@users.sf.net>
7017 * ext/annodex/Makefile.am:
7020 * ext/cdio/gstcdiocddasrc.c:
7021 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7024 * ext/cairo/Makefile.am:
7025 * gst/videofilter/Makefile.am:
7026 * tests/examples/level/Makefile.am:
7027 Use $(LIBM) instead of -lm
7029 2007-07-18 Stefan Kost <ensonic@users.sf.net>
7031 * sys/v4l2/gstv4l2src.c:
7032 Add another example pipeline.
7034 2007-07-18 Stefan Kost <ensonic@users.sf.net>
7036 Patch by: Alexander Eichner <alexeichi@yahoo.de>
7038 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7041 * sys/v4l2/gstv4l2tuner.c:
7042 (gst_v4l2_tuner_set_frequency_and_notify):
7043 Don't touch the property - its still disabled.
7045 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7046 (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7047 * sys/v4l2/v4l2src_calls.h:
7048 Improve fallback format negotionation. Fixes #451388
7050 2007-07-18 Stefan Kost <ensonic@users.sf.net>
7052 * tests/check/elements/videocrop.c: (GST_START_TEST):
7055 2007-07-18 Stefan Kost <ensonic@users.sf.net>
7057 * docs/plugins/Makefile.am:
7058 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7059 * docs/plugins/gst-plugins-good-plugins-sections.txt:
7060 * docs/plugins/inspect/plugin-jpeg.xml:
7061 * docs/plugins/inspect/plugin-png.xml:
7062 * ext/jpeg/gstjpegdec.c:
7063 * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7064 (gst_pngdec_sink_setcaps):
7065 More docs. More logs in pngdec.
7067 2007-07-17 Stefan Kost <ensonic@users.sf.net>
7069 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7070 Initialize num_buffers with minimum value.
7072 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7073 (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7074 Handle frame-size query failure gracefully.
7076 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
7078 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7079 Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7080 codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7083 2007-07-16 Sebastian Dröge <slomo@circular-chaos.org>
7085 * ext/wavpack/gstwavpackdec.c:
7086 (gst_wavpack_dec_clip_outgoing_buffer):
7087 Fix buffer clipping to correctly clip to the segment stop.
7089 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
7092 * tests/Makefile.am:
7093 Remove bogus check for libcheck, since we check for
7094 gstreamer-check and it pulls in the required info from there,
7095 and we weren't actually _using_ the information for libcheck
7098 2007-07-12 Stefan Kost <ensonic@users.sf.net>
7101 Use pkg-config to locate check.
7103 2007-07-11 Tim-Philipp Müller <tim at centricular dot net>
7105 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7106 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7107 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7108 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7109 * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7110 * gst/effectv/gstaging.c: (gst_agingtv_transform):
7111 * gst/effectv/gstdice.c: (gst_dicetv_transform):
7112 * gst/effectv/gstedge.c: (gst_edgetv_transform):
7113 * gst/effectv/gstquark.c: (gst_quarktv_transform):
7114 * gst/effectv/gstrev.c: (gst_revtv_transform):
7115 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7116 * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7117 * gst/effectv/gstwarp.c: (gst_warptv_transform):
7118 * gst/matroska/matroska-demux.c:
7119 (gst_matroska_demux_add_wvpk_header),
7120 (gst_matroska_demux_check_subtitle_buffer),
7121 (gst_matroska_decode_buffer):
7122 * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7123 Fix build against core CVS.
7125 2007-07-10 Edward Hervey <bilboed@gmail.com>
7127 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7128 Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7129 don't have enough granularity to convert that boolean into a
7132 2007-07-06 Michael Smith <msmith@fluendo.com>
7134 * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7135 (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7136 (gst_alawdec_change_state):
7137 * gst/law/alaw-decode.h:
7138 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7139 (gst_mulawdec_class_init), (gst_mulawdec_init),
7140 (gst_mulawdec_chain), (gst_mulawdec_change_state):
7141 * gst/law/mulaw-decode.h:
7142 Fix capsnego bogosity in *law decoders.
7144 2007-07-06 Michael Smith <msmith@fluendo.com>
7146 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
7147 (gst_smokeenc_setcaps), (gst_smokeenc_chain),
7148 (gst_smokeenc_change_state):
7149 * ext/jpeg/gstsmokeenc.h:
7150 Remove stupidity in get/set caps functions.
7151 Fix some refcounting problems.
7153 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
7155 * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
7156 Remove endianness-flipping hack that seems to have been required
7157 only because of a bug in ffmpegcolorspace.
7158 Partially Fixes: #451908
7160 2007-07-05 Stefan Kost <ensonic@users.sf.net>
7162 * docs/plugins/Makefile.am:
7163 Simplify --extra-dir as gtkdoc scans recursively.
7165 2007-07-03 Wim Taymans <wim@fluendo.com>
7167 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7169 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7170 Set the encoding-name in the rtp caps to all uppercase, as required by
7172 Some small cleanups in the error paths. Fixes #453037.
7174 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
7176 * ext/wavpack/gstwavpackparse.c:
7177 (gst_wavpack_parse_index_get_last_entry),
7178 (gst_wavpack_parse_index_get_entry_from_sample),
7179 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7180 (gst_wavpack_parse_scan_to_find_sample):
7181 * ext/wavpack/gstwavpackparse.h:
7182 Use a GSList for the GArray that is used like a list anyway.
7184 2007-06-28 Tim-Philipp Müller <tim at centricular dot net>
7186 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7187 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
7188 (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
7189 Add state change function where we set 0/1 as default framerate in
7190 case our setcaps function isn't called, like it might not in a
7191 filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
7192 gdkpixbufdec trying to create caps with a 0/0 framerate.
7193 Also post an error message on the bus if gst_pad_push() fails when
7194 called from our sink event handler (+1 for flow returns for event
7195 functions in 0.11) instead of failing silently.
7197 2007-06-27 Wim Taymans <wim@fluendo.com>
7199 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
7200 Cast stack args to the proper types. Fixes #451249.
7202 2007-06-27 Wim Taymans <wim@fluendo.com>
7204 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7205 (new_session_pad), (gst_rtspsrc_setup_streams):
7206 * gst/rtsp/gstrtspsrc.h:
7207 For container formats we only need to activate one of the streams so
7208 that we correctly signal no-more-pads. Fixes #451015.
7210 2007-06-25 Stefan Kost <ensonic@users.sf.net>
7212 * docs/plugins/gst-plugins-good-plugins.args:
7213 * docs/plugins/inspect/plugin-aasink.xml:
7214 * docs/plugins/inspect/plugin-alaw.xml:
7215 * docs/plugins/inspect/plugin-alpha.xml:
7216 * docs/plugins/inspect/plugin-alphacolor.xml:
7217 * docs/plugins/inspect/plugin-annodex.xml:
7218 * docs/plugins/inspect/plugin-apetag.xml:
7219 * docs/plugins/inspect/plugin-audiofx.xml:
7220 * docs/plugins/inspect/plugin-auparse.xml:
7221 * docs/plugins/inspect/plugin-autodetect.xml:
7222 * docs/plugins/inspect/plugin-avi.xml:
7223 * docs/plugins/inspect/plugin-cacasink.xml:
7224 * docs/plugins/inspect/plugin-cairo.xml:
7225 * docs/plugins/inspect/plugin-cdio.xml:
7226 * docs/plugins/inspect/plugin-cutter.xml:
7227 * docs/plugins/inspect/plugin-debug.xml:
7228 * docs/plugins/inspect/plugin-efence.xml:
7229 * docs/plugins/inspect/plugin-effectv.xml:
7230 * docs/plugins/inspect/plugin-esdsink.xml:
7231 * docs/plugins/inspect/plugin-flac.xml:
7232 * docs/plugins/inspect/plugin-flxdec.xml:
7233 * docs/plugins/inspect/plugin-gconfelements.xml:
7234 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7235 * docs/plugins/inspect/plugin-goom.xml:
7236 * docs/plugins/inspect/plugin-halelements.xml:
7237 * docs/plugins/inspect/plugin-icydemux.xml:
7238 * docs/plugins/inspect/plugin-id3demux.xml:
7239 * docs/plugins/inspect/plugin-jpeg.xml:
7240 * docs/plugins/inspect/plugin-ladspa.xml:
7241 * docs/plugins/inspect/plugin-level.xml:
7242 * docs/plugins/inspect/plugin-matroska.xml:
7243 * docs/plugins/inspect/plugin-mulaw.xml:
7244 * docs/plugins/inspect/plugin-multipart.xml:
7245 * docs/plugins/inspect/plugin-navigationtest.xml:
7246 * docs/plugins/inspect/plugin-ossaudio.xml:
7247 * docs/plugins/inspect/plugin-png.xml:
7248 * docs/plugins/inspect/plugin-quicktime.xml:
7249 * docs/plugins/inspect/plugin-rtp.xml:
7250 * docs/plugins/inspect/plugin-rtsp.xml:
7251 * docs/plugins/inspect/plugin-smpte.xml:
7252 * docs/plugins/inspect/plugin-speex.xml:
7253 * docs/plugins/inspect/plugin-taglib.xml:
7254 * docs/plugins/inspect/plugin-udp.xml:
7255 * docs/plugins/inspect/plugin-videobalance.xml:
7256 * docs/plugins/inspect/plugin-videobox.xml:
7257 * docs/plugins/inspect/plugin-videocrop.xml:
7258 * docs/plugins/inspect/plugin-videoflip.xml:
7259 * docs/plugins/inspect/plugin-videomixer.xml:
7260 * docs/plugins/inspect/plugin-wavenc.xml:
7261 * docs/plugins/inspect/plugin-wavparse.xml:
7262 * docs/plugins/inspect/plugin-ximagesrc.xml:
7263 Update docs with caps info.
7265 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
7268 Add more files with translatable strings (#450878).
7270 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
7273 Updating all the maintainers files
7275 2007-06-22 Edward Hervey <edward@fluendo.com>
7277 * ext/flac/gstflactag.c: (gst_flac_tag_init):
7278 * gst/interleave/deinterleave.c: (deinterleave_init),
7279 (deinterleave_sink_link):
7280 * gst/interleave/interleave.c: (interleave_init):
7281 * gst/median/gstmedian.c: (gst_median_init):
7282 * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
7284 * tests/check/elements/id3demux.c: (pad_added_cb):
7285 Remove unused variable.
7287 2007-06-21 Jan Schmidt <thaytan@mad.scientist.com>
7289 * ext/gconf/gconf.h:
7290 Make the prototype of gst_gconf_get_key_for_sink_profile
7291 match the implementation.
7292 Patch by: Damien Carbery <damien dot carbery at sun dot com>
7295 2007-06-20 Michael Smith <msmith@fluendo.com>
7297 * gst/rtp/gstrtpdepay.c:
7298 Fix description - rtpdepay is not a payloader.
7300 2007-06-20 Stefan Kost <ensonic@users.sf.net>
7302 * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
7303 (qtdemux_video_caps):
7304 * gst/qtdemux/qtdemux_fourcc.h:
7305 Add MJPG to the variants of motion jpeg.
7307 2007-06-19 Tim-Philipp Müller <tim at centricular dot net>
7309 * tests/check/Makefile.am:
7310 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7311 * tests/check/elements/videocrop.c: (GST_START_TEST):
7312 * tests/check/elements/videofilter.c:
7313 * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7314 * tests/check/elements/wavpackparse.c: (GST_START_TEST):
7315 Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
7316 error flags are included and it errors out on compiler warnings
7317 for CVS builds; remove unused variables in various unit tests.
7319 2007-06-19 Wim Taymans <wim@fluendo.com>
7321 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7322 (rtsp_connection_close), (rtsp_connection_free):
7323 Use threadsafe inet_ntop to convert an ip number to a string.
7325 Don't leak fd (and ip) when freeing a connection without first closing
7328 2007-06-19 Jan Schmidt <thaytan@mad.scientist.com>
7333 * gst-plugins-good.doap:
7334 Add 0.10.6 to the doap file.
7336 === release 0.10.6 ===
7338 2007-06-18 Jan Schmidt <thaytan@mad.scientist.com>
7341 releasing 0.10.6, "Wobble Board"
7343 2007-06-17 Tim-Philipp Müller <tim at centricular dot net>
7345 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7346 (rtsp_connection_free):
7347 Revert previous commit again, since we are frozen (sorry).
7349 2007-06-17 Tim-Philipp Müller <tim at centricular dot net>
7351 Patch by: Peter Kjellerstedt <pkj at axis com>
7353 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7354 (rtsp_connection_free):
7355 inet_ntoa() uses a static buffer internally, so we need to copy the
7356 returned string if we want to store it for later (#447961).
7358 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
7360 * win32/vs6/autogen.dsp:
7361 * win32/vs6/gst_plugins_good.dsw:
7362 * win32/vs6/libgstalaw.dsp:
7363 * win32/vs6/libgstalpha.dsp:
7364 * win32/vs6/libgstalphacolor.dsp:
7365 * win32/vs6/libgstapetag.dsp:
7366 * win32/vs6/libgstaudiofx.dsp:
7367 * win32/vs6/libgstauparse.dsp:
7368 * win32/vs6/libgstautodetect.dsp:
7369 * win32/vs6/libgstavi.dsp:
7370 * win32/vs6/libgstcutter.dsp:
7371 * win32/vs6/libgstdirectdraw.dsp:
7372 * win32/vs6/libgstdirectsound.dsp:
7373 * win32/vs6/libgsteffectv.dsp:
7374 * win32/vs6/libgstflx.dsp:
7375 * win32/vs6/libgstgoom.dsp:
7376 * win32/vs6/libgsticydemux.dsp:
7377 * win32/vs6/libgstid3demux.dsp:
7378 * win32/vs6/libgstinterleave.dsp:
7379 * win32/vs6/libgstjpeg.dsp:
7380 * win32/vs6/libgstlevel.dsp:
7381 * win32/vs6/libgstmatroska.dsp:
7382 * win32/vs6/libgstmedian.dsp:
7383 * win32/vs6/libgstmonoscope.dsp:
7384 * win32/vs6/libgstmulaw.dsp:
7385 * win32/vs6/libgstmultipart.dsp:
7386 * win32/vs6/libgstqtdemux.dsp:
7387 * win32/vs6/libgstrtp.dsp:
7388 * win32/vs6/libgstrtsp.dsp:
7389 * win32/vs6/libgstsmpte.dsp:
7390 * win32/vs6/libgstspeex.dsp:
7391 * win32/vs6/libgstudp.dsp:
7392 * win32/vs6/libgstvideobalance.dsp:
7393 * win32/vs6/libgstvideobox.dsp:
7394 * win32/vs6/libgstvideocrop.dsp:
7395 * win32/vs6/libgstvideoflip.dsp:
7396 * win32/vs6/libgstvideomixer.dsp:
7397 * win32/vs6/libgstwaveform.dsp:
7398 * win32/vs6/libgstwavenc.dsp:
7399 * win32/vs6/libgstwavparse.dsp:
7400 Mark *.dsp & *.dsw as binary files and convert to DOS line
7401 endings, as they don't load into VS6 correctly otherwise.
7403 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
7405 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7406 (rtsp_connection_connect):
7407 Fix the MingW build.
7408 Patch By: Vincent Torri <vtorri at univ-evry dot fr>
7411 2007-06-14 Jan Schmidt <thaytan@mad.scientist.com>
7413 * tests/check/elements/.cvsignore:
7414 * tests/icles/.cvsignore:
7415 Hush the buildbots up
7417 2007-06-14 Jan Schmidt <thaytan@mad.scientist.com>
7421 * sys/directdraw/Makefile.am:
7422 * sys/directsound/Makefile.am:
7423 * sys/waveform/Makefile.am:
7424 Make sure to dist everything needed for win32 builds.
7426 2007-06-14 Edward Hervey <edward@fluendo.com>
7428 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7429 For AMR-NB streams, export the AMRSpecificBox as codec_data on the
7433 2007-06-13 Wim Taymans <wim@fluendo.com>
7435 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7436 Make sure we allocate enough memory for the codec_data.
7439 2007-06-12 Sebastien Moutte <sebastien@moutte.net>
7442 Add videocrop project file to the win32 manifest.
7443 * win32/vs6/gst_plugins_good.dsw:
7444 Add qtdemux,videocrop and waveform projects to the workspace.
7445 * win32/vs6/libgstqtdemux.dsp:
7446 Add zlib to the link list of qtdemux.
7447 * win32/vs6/libgstvideocrop.dsp:
7448 Add a project file for videocrop.
7450 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
7453 Add qtdemux for translation
7455 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
7458 * docs/plugins/Makefile.am:
7459 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7460 * docs/plugins/gst-plugins-good-plugins-sections.txt:
7461 * docs/plugins/inspect/plugin-videocrop.xml:
7462 * gst-plugins-good.spec.in:
7464 * tests/check/Makefile.am:
7465 * tests/icles/Makefile.am:
7466 * tests/icles/videocrop-test.c:
7467 Move videocrop and osxvideo from -bad.
7469 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
7472 * docs/plugins/Makefile.am:
7473 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7474 * docs/plugins/gst-plugins-good-plugins-sections.txt:
7475 * docs/plugins/gst-plugins-good-plugins.args:
7476 * docs/plugins/inspect/plugin-qtdemux.xml:
7477 * docs/plugins/inspect/plugin-quicktime.xml:
7479 Move qtdemux from -bad.
7481 * gst-plugins-good.spec.in:
7482 Update spec file to reflect moving of qtdemux and wavpack
7484 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
7487 * docs/plugins/Makefile.am:
7488 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7489 * docs/plugins/gst-plugins-good-plugins-sections.txt:
7490 * docs/plugins/inspect/plugin-directdraw.xml:
7491 * docs/plugins/inspect/plugin-directsound.xml:
7492 * docs/plugins/inspect/plugin-waveform.xml:
7493 Move the waveform plugin from -bad too. Update the inspect xml
7494 files to mention Plugins Good instead of Plugins Bad.
7496 2007-06-12 Andy Wingo <wingo@pobox.com>
7498 * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
7499 (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
7500 (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
7501 finalization and resuscitation. No longer public.
7502 (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
7503 (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
7504 (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
7505 (gst_v4l2_buffer_pool_destroy): Make the pool follow common
7506 miniobject semantics, and be threadsafe.
7507 (gst_v4l2src_queue_frame): Remove this function, as we just call
7508 the ioctls directly in the two places where we queue buffers.
7509 (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
7511 (gst_v4l2src_capture_init): Use the new buffer_pool_new function
7512 to allocate the pool, which also preallocates the GstBuffers.
7513 (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
7514 queueing the frames directly.
7515 (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
7516 mmap buffers have been dequeued.
7518 * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
7519 real MiniObject instead of rolling our own refcounting and
7520 finalizing. Give it a lock.
7521 (struct _GstV4l2Buffer): Remove one intermediary object, having
7522 the buffers hold the struct v4l2_buffer directly.
7524 * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
7525 capture_init so that it can set them on the buffers that it will
7527 (gst_v4l2src_get_read): For better or for worse, include the
7528 timestamping and offsetting code here; really we should be using
7530 (gst_v4l2src_get_mmap): Just make grab_frame return one of our
7531 preallocated, mmap'd buffers.
7533 2007-06-11 Wim Taymans <wim@fluendo.com>
7535 Patch by: daniel fischer <dan at f3c dot com>
7537 * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
7538 (gst_ximage_src_get_caps):
7539 Actually use the display_name property so that we can dump any
7540 available X display. Fixes #445905.
7542 2007-06-11 Wim Taymans <wim@fluendo.com>
7544 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7546 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
7547 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
7548 Add missing rate fields to caps. Fixes #441118.
7550 2007-06-10 Sebastien Moutte <sebastien@moutte.net>
7552 * win32/vs6/gst_plugins_good.dsw:
7553 * win32/vs8/gst-plugins-good.sln:
7554 Add DirectSound and DirectDraw sinks project files to
7555 workspace and solution files.
7557 2007-06-10 Sebastian Dröge <slomo@circular-chaos.org>
7559 Patch by: Josh Coalson <xflac at yahoo dot com>,
7560 updated by Alexis Ballier <aballier at gentoo dot org>:
7563 * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7564 (gst_flac_dec_setup_seekable_decoder),
7565 (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
7566 (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
7567 (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
7568 * ext/flac/gstflacdec.h:
7569 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7570 (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
7571 (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
7572 (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
7573 (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
7574 (gst_flac_enc_chain), (gst_flac_enc_set_property),
7575 (gst_flac_enc_get_property), (gst_flac_enc_change_state):
7576 * ext/flac/gstflacenc.h:
7577 Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
7579 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
7581 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
7582 Remove workaround for bug #421543. This is fixed in core 0.10.13 and
7583 not necessary anymore as we need at least that core version.
7585 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
7587 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7588 (gst_wavpack_dec_chain):
7589 * ext/wavpack/gstwavpackdec.h:
7590 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
7591 (gst_wavpack_parse_push_buffer):
7592 * ext/wavpack/gstwavpackparse.h:
7593 Improve discont handling by checking if the next Wavpack block has
7594 the expected, following block index.
7596 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
7598 * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
7599 Fix element description.
7601 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
7604 * docs/plugins/Makefile.am:
7605 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7606 * docs/plugins/gst-plugins-good-plugins-sections.txt:
7607 * docs/plugins/gst-plugins-good-plugins.args:
7608 * docs/plugins/gst-plugins-good-plugins.hierarchy:
7609 * docs/plugins/gst-plugins-good-plugins.signals:
7610 * docs/plugins/inspect/plugin-autodetect.xml:
7611 * docs/plugins/inspect/plugin-gconfelements.xml:
7612 * docs/plugins/inspect/plugin-ladspa.xml:
7613 * docs/plugins/inspect/plugin-rtp.xml:
7614 * docs/plugins/inspect/plugin-wavpack.xml:
7616 * tests/check/Makefile.am:
7617 move wavpack plugin. See #352605.
7619 2007-06-08 Jan Schmidt <thaytan@mad.scientist.com>
7622 * docs/plugins/Makefile.am:
7623 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7624 * docs/plugins/gst-plugins-good-plugins-sections.txt:
7625 * docs/plugins/gst-plugins-good-plugins.args:
7628 Add DirectDraw & DirectSound plugins to the build and docs.
7630 2007-06-08 Tim-Philipp Müller <tim at centricular dot net>
7632 * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
7633 * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
7634 When operating in pull mode, error out correct on not-linked.
7636 2007-06-06 Andy Wingo <wingo@pobox.com>
7638 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
7639 (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
7640 format and size if the ioctls are defined; should fix compilation
7643 2007-06-06 Tim-Philipp Müller <tim at centricular dot net>
7645 * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7646 Printf fixes in debug statements; use LOG level for debug statements
7647 that are printed for each and every frame; convert c++ comments to
7648 C-style comments; not much point using g_try_malloc() if we then not
7649 even check the return value.
7651 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
7654 Bump requirements to released versions (core and base 0.10.13).
7656 * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
7657 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7660 2007-06-05 Andy Wingo <wingo@pobox.com>
7662 * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
7663 some useless comments.
7665 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
7666 frames before calling STREAMON, that might leave them in a state
7667 where they can't be dequeued if we go back to NULL without calling
7668 STREAMON, according to the docs.
7669 (gst_v4l2src_capture_start): Enqueue buffers here instead, right
7670 before we call STREAMON.
7671 (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
7672 failures. (For me this code hung.) The pool refcounting is still
7673 crack; added a note to that effect.
7675 2007-06-05 Wim Taymans <wim@fluendo.com>
7677 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
7678 (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
7679 Add support for mapping gst structure names to the MIME type equivalent.
7680 Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
7682 2007-06-03 Sebastian Dröge <slomo@circular-chaos.org>
7684 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
7685 (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
7686 (gst_wavenc_chain), (gst_wavenc_change_state):
7687 * gst/wavenc/gstwavenc.h:
7688 Properly write wav files with width!=depth by having the depth most
7689 significant bytes set and all others zero. Fixes #442535.
7691 2007-06-01 Wim Taymans <wim@fluendo.com>
7693 * gst/rtsp/rtspconnection.c:
7694 Add include to make buildbot happy.
7696 2007-06-01 Wim Taymans <wim@fluendo.com>
7698 Patch by: Peter Kjellerstedt <pkj at axis com>
7700 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7701 (rtsp_connection_connect), (add_date_header),
7702 (rtsp_connection_send), (parse_response_status),
7703 (parse_request_line), (parse_line), (rtsp_connection_receive):
7704 * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
7705 * gst/rtsp/rtspdefs.h:
7706 * gst/rtsp/rtspmessage.c: (key_value_foreach),
7707 (rtsp_message_init_request), (rtsp_message_init_response),
7708 (rtsp_message_remove_header), (rtsp_message_append_headers),
7709 (rtsp_message_dump):
7710 * gst/rtsp/rtspmessage.h:
7711 Improves version checking, allowing an RTSP server to reply with "505
7712 RTSP Version not supported.
7713 Adds a Date header to all messages.
7714 Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
7715 want to be able to send a response even if something in the request was
7716 invalid. EINVAL is only used when passing wrong arguments to functions.
7717 Do not handle an invalid method in parse_request_line(). Defer this to
7718 the caller so it can respond with "405 Method Not Allowed".
7719 Improves parsing of the timeout parameter to the Session header,
7720 allowing whitespace after the semicolon.
7721 Avoids a compiler warning due to variables shadowing a function argument.
7723 2007-06-01 Wim Taymans <wim@fluendo.com>
7725 Based on Patch by: Daniel Charles <dcharles at ti dot com>
7727 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
7728 (gst_rtp_amr_depay_process):
7729 * gst/rtp/gstrtpamrdepay.h:
7730 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
7731 (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
7732 (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
7733 * gst/rtp/gstrtpamrpay.h:
7734 Add support for AMR-WB.
7735 Small cleanups such as using BOILERPLATE.
7737 2007-05-31 Wim Taymans <wim@fluendo.com>
7739 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
7740 Fix compile warning when debug is disabled as spotted bu Saur on IRC.
7742 2007-05-30 Andy Wingo <wingo@pobox.com>
7744 * sys/v4l2/gstv4l2object.h:
7745 * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
7748 * sys/v4l2/v4l2src_calls.h:
7749 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
7750 the format list in the order that the driver gives it to us.
7751 (gst_v4l2src_probe_caps_for_format_and_size)
7752 (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
7753 based on the capabilities of the device.
7754 (gst_v4l2src_grab_frame): Update for object variable renaming.
7755 (gst_v4l2src_set_capture): Update to be strict in its parameters,
7756 as in the set_caps below.
7757 (gst_v4l2src_capture_init): Update for object variable renaming,
7759 (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
7760 (gst_v4l2src_capture_deinit): Update for object variable renaming.
7761 (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
7762 (gst_v4l2src_get_fps): Remove; these functions don't have much
7763 meaning outside of an atomic set_caps method.
7764 (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
7767 * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
7768 call to update_fps; not sure about this change.
7769 (gst_v4l2_tuner_set_norm): Work around the fact that for the
7770 moment we don't have an update_fps_func.
7772 * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
7773 structures in the object, just store what we need. Do store the
7774 probed caps of the device. Don't store the current frame rate.
7776 * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
7777 update_fps_function, for now. Update for new object variable
7779 (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
7780 new object variable naming.
7781 (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
7782 (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
7783 (gst_v4l2src_get_caps): Rework to probe the device for supported
7784 frame sizes and frame rates.
7785 (gst_v4l2src_set_caps): Rework to be strict in the given
7786 parameters: if someone asks us to have a certain size and rate,
7787 that is what we configure.
7788 (gst_v4l2src_get_read): Update for object variable naming. Don't
7789 leak buffers on short reads.
7790 (gst_v4l2src_get_mmap): Update for object variable naming, and add
7792 (gst_v4l2src_create): Update for object variable naming.
7794 2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
7796 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
7797 (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
7798 * gst/avi/gstavidemux.h:
7799 Parse subtitle text streams instead of erroring out (#442034). Still
7800 needs a parser for the subtitles to actually show up.
7802 2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
7804 * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
7805 (gst_avi_demux_loop):
7806 Make _push_event() return TRUE if the event could be pushed on at
7807 least one pad and not only if it could be pushed on all pads,
7808 otherwise we'll end up posting an error message on EOS if one or
7809 more source pads are not connected.
7811 2007-05-28 Wim Taymans <wim@fluendo.com>
7813 * gst/rtsp/rtsptransport.c:
7814 Use renamed RTP bin.
7816 2007-05-28 Wim Taymans <wim@fluendo.com>
7818 Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
7820 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
7821 (gst_video_box_set_property), (gst_video_box_transform_caps),
7822 (video_box_recalc_transform), (gst_video_box_set_caps),
7823 (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
7824 (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
7825 (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
7826 (gst_video_box_i420_i420), (gst_video_box_transform),
7828 Add AYUV->AYUV and AYUV->I420 formats.
7829 Fix negotiation and I420->AYUV conversion.
7832 2007-05-26 Wim Taymans <wim@fluendo.com>
7834 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
7835 Use different variables for nested for loops so that the outer loop
7836 functions properly and speex files with multiple frames per buffer work
7840 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
7842 * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
7843 Don't leak newsegment events.
7845 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
7847 * gst/wavparse/Makefile.am:
7848 Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
7851 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
7853 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7854 (notgst_value_array_append_buffer),
7855 (gst_flac_enc_process_stream_headers),
7856 (gst_flac_enc_write_callback), (gst_flac_enc_chain),
7857 (gst_flac_enc_change_state):
7858 * ext/flac/gstflacenc.h:
7859 Collect headers, add "streamheader" field to output caps and set
7860 BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
7861 produces output according to the official FLAC-to-Ogg mapping
7862 instead of completely broken files. Fixes #426044.
7864 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
7866 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
7867 (gst_id3demux_send_new_segment), (gst_id3demux_chain),
7868 (gst_id3demux_sink_event):
7869 * gst/id3demux/gstid3demux.h:
7870 * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
7871 (gst_tag_demux_chain), (gst_tag_demux_sink_event),
7872 (gst_tag_demux_send_new_segment):
7873 Handle and adjust new-segment events so that downstream really
7874 sees a stream with the tag pieces stripped off the front and back.
7875 Fixes strangeness in seeking when mp3 decoders use the new-segment
7876 byte position to estimate their current playback position timestamp
7877 and then the arriving buffers don't match up.
7879 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
7881 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
7882 Don't unnecessarily perform a READY->NULL->READY transition on the
7883 detected audio sink when starting up. Fixes: #440127
7885 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
7887 * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
7888 (gst_flac_enc_chain):
7889 Don't crash in chain function if setcaps hasn't been called.
7891 2007-05-24 Wim Taymans <wim@fluendo.com>
7893 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
7894 Init value to avoid infinte loops.
7896 2007-05-24 Wim Taymans <wim@fluendo.com>
7898 Patch by: Peter Kjellerstedt <pkj at axis com>
7900 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
7901 (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
7902 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
7904 (rtsp_connection_send), (rtsp_connection_receive):
7905 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
7908 * gst/rtsp/rtspconnection.c: (add_auth_header),
7909 Only add authorisation and session headers when sending messages.
7911 * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
7912 (rtsp_message_init_request), (rtsp_message_init_response),
7913 (rtsp_message_unset), (rtsp_message_add_header),
7914 (rtsp_message_remove_header), (rtsp_message_get_header),
7915 (rtsp_message_append_headers), (dump_key_value),
7916 (rtsp_message_dump):
7917 * gst/rtsp/rtspmessage.h:
7918 Add support for multiple headers of the same type by storing the parsed
7919 headers in a GArray instaed of a hashtable.
7921 2007-05-21 Wim Taymans <wim@fluendo.com>
7923 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7924 (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
7925 Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
7928 2007-05-21 Wim Taymans <wim@fluendo.com>
7930 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
7931 * gst/rtsp/gstrtpdec.h:
7932 Added signal for backwards compat.
7934 2007-05-21 Sebastian Dröge <slomo@circular-chaos.org>
7936 Patch by: René Stadler <mail at renestadler dot de>
7939 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
7940 (gst_au_parse_parse_header), (gst_au_parse_chain):
7941 * gst/auparse/gstauparse.h:
7942 Use audioconvert for converting from non-native endianness floats
7943 in auparse instead of doing it ourself. Fixes #424527.
7944 This needs the audioconvert from plugins-base CVS.
7946 2007-05-21 Wim Taymans <wim@fluendo.com>
7948 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7949 (gst_rtp_h263p_pay_flush):
7950 Fix enum registration.
7952 2007-05-21 Wim Taymans <wim@fluendo.com>
7954 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7956 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7957 (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
7958 (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
7959 (gst_rtp_h263p_pay_flush):
7960 * gst/rtp/gstrtph263ppay.h:
7961 Add new fragmentation mode base on GOB headers. Fixes #438940.
7963 2007-05-20 Tim-Philipp Müller <tim at centricular dot net>
7965 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
7968 2007-05-18 Wim Taymans <wim@fluendo.com>
7970 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7971 Don't crash when an unsupported transport error was returned by the
7972 server, just try to configure the next stream. Fixes #439255.
7974 2007-05-18 Wim Taymans <wim@fluendo.com>
7976 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7977 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7978 (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
7979 (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7980 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
7981 * gst/rtsp/gstrtspsrc.h:
7982 Add TCP timeout property and use it for all TCP connection.
7984 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7985 (rtsp_connection_write), (rtsp_connection_next_timeout),
7986 (rtsp_connection_reset_timeout):
7987 Make connect and writes cancelable and make them use the timeout.
7989 2007-05-18 Wim Taymans <wim@fluendo.com>
7991 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
7992 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7993 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7994 (gst_rtspsrc_setup_streams):
7995 Refactor timeout handling.
7996 Also send keep-alive when dealing with TCP transport.
7998 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7999 (rtsp_connection_free), (rtsp_connection_next_timeout),
8000 (rtsp_connection_reset_timeout):
8001 * gst/rtsp/rtspconnection.h:
8002 Use a timer to handle the session timeouts, add some methods to deal
8005 2007-05-17 Wim Taymans <wim@fluendo.com>
8007 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8008 (gst_rtspsrc_setup_streams):
8009 Ignore streams that fail the setup command, we will retry with a
8010 different transport later on.
8012 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8013 (rtsp_ext_wms_configure_stream):
8014 Fix encoding name case.
8016 2007-05-16 Edward Hervey <edward@fluendo.com>
8018 * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8019 Fix build on macosx.
8021 2007-05-16 Sebastian Dröge <slomo@circular-chaos.org>
8023 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8024 Replace direct comparison of a string with the string literal "" with
8025 a comparison of the first character with '\0'. Fixes #438926.
8027 2007-05-15 Stefan Kost <ensonic@users.sf.net>
8029 * gst/debug/breakmydata.c (gst_break_my_data_init):
8030 One more try. This should be the proper fix now.
8032 2007-05-15 Stefan Kost <ensonic@users.sf.net>
8034 * gst/debug/breakmydata.c:
8035 Ooops, no // comments please.
8037 2007-05-15 Stefan Kost <ensonic@users.sf.net>
8039 * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8040 (gst_break_my_data_init):
8041 Fix gst_buffer_is_writable() assertion.
8043 2007-05-14 David Schleef <ds@schleef.org>
8045 * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8046 video/x-raw-bayer. Fixes #314160.
8048 2007-05-14 Wim Taymans <wim@fluendo.com>
8050 * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8051 (gst_rtp_theora_depay_parse_configuration):
8052 * gst/rtp/gstrtptheorapay.c: (encode_base64),
8053 (gst_rtp_theora_pay_finish_headers),
8054 (gst_rtp_theora_pay_handle_buffer):
8055 Update theora pay/depayloader in a similar to vorbis.
8057 * gst/rtp/gstrtpvorbisdepay.c:
8058 (gst_rtp_vorbis_depay_parse_configuration):
8061 2007-05-14 Wim Taymans <wim@fluendo.com>
8063 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8064 When we try to execute a method that is not supported by the server,
8065 don't error out but remove the method from the accepted methods so that
8066 we never try to perform this method again.
8068 2007-05-14 Wim Taymans <wim@fluendo.com>
8070 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8071 Remove annoying _dump_mem.
8073 2007-05-14 Wim Taymans <wim@fluendo.com>
8075 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8076 Parse range correctly.
8078 * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8079 The baseurl now always has a '/' at the start.
8081 2007-05-14 Wim Taymans <wim@fluendo.com>
8083 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8084 (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8085 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8086 Factor out caps configuration and configure more stuff such as the time
8087 ranges and speed/scale values.
8089 * gst/rtsp/rtsptransport.c:
8090 Add Copyright after non-trival fixes.
8092 2007-05-12 Wim Taymans <wim@fluendo.com>
8094 Patch by: Peter Kjellerstedt <pkj at axis com>
8096 * gst/rtsp/gstrtspsrc.h:
8097 * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8098 * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8099 (rtsp_message_get_header):
8100 * gst/rtsp/rtspmessage.h:
8101 Make channel guint8 where possible.
8102 Make rtsp_message_init_data() take the channel as a guint8.
8104 * gst/rtsp/rtspdefs.c:
8105 Fixed a typo: Timout -> Timeout
8107 * gst/rtsp/rtspdefs.h:
8108 Make RTSP_CHECK() behave as a statement.
8110 * gst/rtsp/sdpmessage.c:
8111 Avoid a compiler warning in INIT_ARRAY().
8114 2007-05-12 Wim Taymans <wim@fluendo.com>
8116 Patch by: Peter Kjellerstedt <pkj at axis com>
8118 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8119 (rtsp_url_get_request_uri):
8120 * gst/rtsp/rtspurl.h:
8121 Add support for query parameters to RTSP URLs.
8123 2007-05-12 Wim Taymans <wim@fluendo.com>
8125 Patch by: Peter Kjellerstedt <pkj at axis com>
8127 * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8128 (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8129 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8130 (rtsp_transport_parse), (rtsp_transport_as_text):
8131 * gst/rtsp/rtsptransport.h:
8132 Add validation to rtsp_transport_parse().
8133 Add rtsp_transport_as_text() to generate an RTSP header from an
8135 Change ssrc to guint (was a string) since that is what it is, even
8136 though it is sent as a hex string.
8137 Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8138 incorrect, which can be seen when looking at the examples in the RFC).
8141 2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
8143 Patch by: Eric Anholt
8145 * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
8146 gst_ximage_src_ximage_get):
8147 Use union of all damage between frames to make it faster.
8149 Also fix crasher when cursor is at bottom right of window.
8151 2007-05-11 Tim-Philipp Müller <tim at centricular dot net>
8153 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8154 Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
8155 streaming mode regression for file from #343837 with 'bext' chunk
8156 before the 'fmt' chunk.
8158 2007-05-11 Wim Taymans <wim@fluendo.com>
8160 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
8161 (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
8162 (gst_rtspsrc_handle_src_event),
8163 (gst_rtspsrc_stream_configure_manager),
8164 (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
8165 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
8166 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8167 * gst/rtsp/gstrtspsrc.h:
8168 * gst/rtsp/rtspdefs.h:
8169 Preliminary seek support.
8170 Activate internal pads so that we can receive events on them.
8171 Don't try to parse a range string when it's NULL.
8173 2007-05-11 Wim Taymans <wim@fluendo.com>
8176 Update README with new RTP variables that will be used for
8179 * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
8180 (gst_rtp_vorbis_depay_parse_configuration),
8181 (gst_rtp_vorbis_depay_process):
8182 * gst/rtp/gstrtpvorbispay.c: (encode_base64),
8183 (gst_rtp_vorbis_pay_finish_headers),
8184 (gst_rtp_vorbis_pay_handle_buffer):
8185 Update vorbis pay and depayloader to draft-04.
8187 2007-05-11 Wim Taymans <wim@fluendo.com>
8189 * gst/rtsp/rtsptransport.c:
8190 UDP MCAST is actually the default for RTP/AVP.
8191 2007-05-13 Sebastien Moutte <sebastien@moutte.net>
8193 * gst/level/gstlevel.c: (gst_level_transform_ip):
8194 Use guint8 * instead of gpointer then vs6 can build
8195 in_data += (filter->width / 8).
8197 2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
8199 * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
8200 gst_ximage_src_ximage_get):
8201 * sys/ximage/gstximagesrc.h (last_ximage):
8202 When using Damage actually keep the last frame, and not assume
8203 that the buffer we get already has the last frame on it.
8204 Copy the cursor over if we specify a non-zero start x and
8207 2007-05-11 Wim Taymans <wim@fluendo.com>
8209 * gst/rtsp/rtsptransport.c:
8210 Make UDP the default transport when not specified.
8212 2007-05-09 David Schleef <ds@schleef.org>
8214 * gst/level/gstlevel.c:
8217 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
8219 * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
8220 (gst_level_transform_ip):
8221 Use guint8 * instead of gpointer then vs6 know the size of data
8222 pointed when moving the pointer.
8223 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
8224 Move instructions after variables declaration.
8225 * win32/vs6/autogen.dsp:
8226 * win32/vs6/libgstrtp.dsp:
8227 * win32/vs6/libgstrtsp.dsp:
8228 Update vs6 project files.
8230 2007-05-09 Wim Taymans <wim@fluendo.com>
8232 * gst/rtsp/Makefile.am:
8233 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
8234 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
8235 * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
8236 (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
8238 * gst/rtsp/rtsprange.h:
8239 Add code to parse time ranges.
8240 Report DURATION on the stream when possible.
8242 2007-05-08 Tim-Philipp Müller <tim at centricular dot net>
8244 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8245 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8246 (gst_videomixer_collected):
8247 Fix strides calculation for AYUV (it's just width*4) (#436910).
8249 2007-05-06 Sebastian Dröge <slomo@circular-chaos.org>
8251 * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
8252 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
8253 * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
8254 Sync the GObject properties before each processing step to properly
8255 work with the controller.
8257 2007-05-04 Wim Taymans <wim@fluendo.com>
8259 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8260 (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8261 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8262 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8263 (gst_rtspsrc_change_state):
8264 Let more error state trickle down so that we can catch more error
8266 Handle keep-alive a little smarter by selecting a method the server
8268 Fix a race in UDP streaming shutdown.
8270 2007-05-04 Wim Taymans <wim@fluendo.com>
8272 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
8273 Ignore errors when trying to use the keep-alive messages.
8275 2007-05-04 Wim Taymans <wim@fluendo.com>
8277 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
8278 (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
8279 (gst_rtspsrc_stream_configure_manager),
8280 (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8281 (gst_rtspsrc_stream_configure_mcast),
8282 (gst_rtspsrc_stream_configure_udp),
8283 (gst_rtspsrc_stream_configure_udp_sink),
8284 (gst_rtspsrc_stream_configure_transport):
8285 Send RTCP messages back to the server over the TCP connection.
8287 * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
8288 (rtsp_connection_send), (rtsp_connection_read), (read_body),
8289 (rtsp_connection_receive):
8290 * gst/rtsp/rtspconnection.h:
8291 Factor out and expose lowlevel _write and _read methods.
8292 Implement sending data messages to the server.
8294 2007-05-03 Wim Taymans <wim@fluendo.com>
8296 * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
8297 (gst_multipart_mux_collected):
8298 Fix timestamps on outgoing buffers.
8300 2007-05-03 Wim Taymans <wim@fluendo.com>
8302 * gst/multipart/multipartmux.c:
8303 (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
8304 (gst_multipart_mux_change_state):
8305 Emit NEWSEGMENT events before pushing the first buffer.
8307 2007-05-03 Wim Taymans <wim@fluendo.com>
8309 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8310 (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
8311 (gst_rtspsrc_handle_src_query),
8312 (gst_rtspsrc_stream_configure_manager),
8313 (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8314 (gst_rtspsrc_stream_configure_mcast),
8315 (gst_rtspsrc_stream_configure_udp),
8316 (gst_rtspsrc_stream_configure_udp_sink),
8317 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8318 (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8319 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8320 (gst_rtspsrc_pause):
8321 Refactor transport configuration code.
8322 Create internal pads for TCP transport so that we can implement events
8324 Handle events and queries.
8325 Parse range from the SDP.
8326 Fix race in pause handler where the connection could still be flushing.
8328 2007-05-02 Wim Taymans <wim@fluendo.com>
8330 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8331 (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
8332 (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8333 (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
8334 (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
8335 (gst_rtspsrc_change_state):
8336 * gst/rtsp/gstrtspsrc.h:
8337 Fix race when multiple udp sources post timeouts, just act on the first
8339 Protect stream list with a recursive lock to fix some races.
8340 Flush connection when we need to do a reconnect or stop.
8341 Make state lock recursive.
8343 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8344 (rtsp_connection_close):
8345 Some small cleanups.
8347 2007-05-02 Wim Taymans <wim@fluendo.com>
8349 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8350 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8351 Only set DISCONT when there actually is a discont or when we just
8354 2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
8356 * ext/flac/gstflac.c: (plugin_init):
8357 Call bindtextdomain() to get localized strings.
8359 2007-05-02 Wim Taymans <wim@fluendo.com>
8361 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8362 (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8363 (gst_wavparse_stream_data):
8364 * gst/wavparse/gstwavparse.h:
8365 Be a bit more clever when dealing with VBR files with FACT tags, we
8366 don't want to timestamp buffers in that case but the estimated BPS can
8367 be used for seeking.
8368 Only send close segment in the streaming thread.
8370 2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
8372 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8373 Correctly post an error on the bus if something went wrong in the loop
8374 function. This fixes a few cases where the task was paused and nothing
8377 2007-05-02 Wim Taymans <wim@fluendo.com>
8379 * gst/rtsp/test.c: (main):
8380 Fix compilation of deprecated test just because I'm too lazy to delete
8383 2007-05-02 Wim Taymans <wim@fluendo.com>
8385 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8386 (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8387 (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
8388 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
8389 (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8390 (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
8391 * gst/rtsp/gstrtspsrc.h:
8392 Fix sending RTCP to the right place.
8393 Fix bug in reffing the wrong UDP element.
8394 Use new pad names for the session manager.
8395 Implement handling server requests in interleaved and UDP modes.
8396 Handle session keep-alive in UDP modes.
8397 Remove GCond for handling UDP timeouts.
8399 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8400 (rtsp_connection_send), (rtsp_connection_read), (read_body),
8401 (rtsp_connection_receive), (rtsp_connection_close):
8402 * gst/rtsp/rtspconnection.h:
8403 Store connection IP address for later.
8404 Add timeout args to all operations that might block forever.
8405 Parse session timeout.
8406 Only close sockets when not already closed.
8408 * gst/rtsp/rtspdefs.c:
8409 * gst/rtsp/rtspdefs.h:
8410 Add timeout return value and error string.
8412 * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
8415 2007-05-01 Wim Taymans <wim@fluendo.com>
8417 Patch by: Sjoerd Simons <sjoerd at luon dot net>
8419 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
8420 (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
8421 * gst/rtp/gstrtpmp4vpay.h:
8422 Handle NEWSEGMENT and FLUSH events. Fixes #434824.
8424 2007-04-30 Tim-Philipp Müller <tim at centricular dot net>
8426 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8427 Remove v4l2src from docs, since it breaks the docs build, and the
8428 plugin is only built if --enable-experimental is used anyway.
8430 * docs/plugins/Makefile.am:
8433 2007-04-29 Wim Taymans <wim@fluendo.com>
8435 * gst/udp/gstmultiudpsink.c: (leave_multicast),
8436 (gst_multiudpsink_add), (gst_multiudpsink_remove):
8437 Add code to drop membership of a multicast group.
8439 * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
8440 (gst_udpsink_set_uri):
8441 Implement URI handler.
8443 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8444 (gst_rtspsrc_parse_rtpinfo):
8445 Use URI handler to make udpsink instace.
8446 Improve code to configure port and destination.
8448 2007-04-29 Wim Taymans <wim@fluendo.com>
8450 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8451 Fix multicast detection.
8452 Don't try to join a multicast group if the address is not multicast.
8454 * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
8455 Small debug improvement.
8457 2007-04-27 Wim Taymans <wim@fluendo.com>
8459 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8460 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8461 (gst_rtspsrc_handle_message):
8462 Ignore ASYNC state messages from the udpsink, it's irrelevant for the
8465 2007-04-27 Wim Taymans <wim@fluendo.com>
8467 * gst/rtp/gstrtpilbcdepay.h:
8468 Fix mode property when specified as an arg.
8470 2007-04-26 Edward Hervey <edward@fluendo.com>
8472 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8473 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8474 * docs/plugins/gst-plugins-good-plugins.hierarchy:
8475 * docs/plugins/inspect/plugin-osxaudio.xml:
8476 Add documentation for osxaudio plugin.
8478 2007-04-26 Wim Taymans <wim@fluendo.com>
8480 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8481 (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8482 (gst_rtspsrc_open), (gst_rtspsrc_close),
8483 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8484 (gst_rtspsrc_pause):
8485 * gst/rtsp/gstrtspsrc.h:
8486 Protect state changes with a lock.
8488 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8490 * gst/rtsp/rtspconnection.h:
8491 Remove some unused stuff.
8493 2007-04-26 Wim Taymans <wim@fluendo.com>
8495 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8496 Handle the case where there are exactly 0 bytes to read and the ioctl
8497 did not report an error. Fixes #433530.
8499 2007-04-26 Wim Taymans <wim@fluendo.com>
8501 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8502 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8503 * gst/wavparse/gstwavparse.h:
8504 Apply DISCONT to buffers.
8505 Only apply timestamp to the first sample after a DISCONT, too many VBR
8506 files cause random jitter in the timestamps. Fixes #433119.
8508 2007-04-25 Wim Taymans <wim@fluendo.com>
8510 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
8511 (gst_rtp_dec_init), (gst_rtp_dec_set_property),
8512 (gst_rtp_dec_get_property):
8513 * gst/rtsp/gstrtpdec.h:
8514 Add dummy latency property to be backwards compat with rtpbin.
8516 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8517 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8518 (gst_rtspsrc_stream_configure_transport),
8519 (gst_rtspsrc_parse_rtpinfo):
8520 * gst/rtsp/gstrtspsrc.h:
8521 Add latency property and configure in the session manager.
8522 Don't set invalid clock-base and seqnum-base on caps, some servers
8523 sometimes don't send them.
8525 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
8527 * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
8528 (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
8529 Double-check that RGB input caps are really RGBA caps (apparently
8530 the core doesn't always catch it if those caps aren't a subset of
8531 our template caps, also see #421543). Fixes #429319 in a way.
8532 Also, don't leak the pad template in the transform_caps function.
8534 * tests/check/Makefile.am:
8535 * tests/check/elements/.cvsignore:
8536 * tests/check/elements/alphacolor.c: (setup_alphacolor),
8537 (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
8538 (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
8539 (GST_START_TEST), (alphacolor_suite):
8540 Add some basic unit tests for alphacolor.
8542 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
8544 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8545 If we get a fatal flow return in the loop function, first post the
8546 error message and only then send the EOS event downstream, otherwise
8547 applications might get an eos message before the error message and
8548 think everything was ok (related to #429319).
8550 2007-04-25 Wim Taymans <wim@fluendo.com>
8552 * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8553 Read the channel byte as an unsigned byte.
8555 2007-04-25 Wim Taymans <wim@fluendo.com>
8557 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
8558 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
8559 (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8560 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
8561 (gst_rtp_gsm_depay_setcaps):
8562 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
8563 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8564 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
8565 (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
8566 (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
8567 (gst_ilbc_depay_get_property):
8568 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
8569 * gst/rtp/gstrtpmp4adepay.c:
8570 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
8571 (gst_rtp_pcma_depay_setcaps):
8572 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
8573 (gst_rtp_pcmu_depay_setcaps):
8574 Make sure we configure the clock_rate in the baseclass in the setcaps
8575 function. Fixes #431282.
8577 2007-04-25 Wim Taymans <wim@fluendo.com>
8579 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8580 (gst_rtspsrc_stream_free), (request_pt_map),
8581 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
8582 * gst/rtsp/gstrtspsrc.h:
8583 Parse server address from SDP.
8584 Hook up a udpsink to send RTCP back to the server.
8586 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8587 * gst/rtsp/rtsptransport.h:
8590 2007-04-25 Stefan Kost <ensonic@users.sf.net>
8592 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8593 Make header field check conditional. Fixes #433135
8595 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
8597 * docs/plugins/Makefile.am:
8598 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8599 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8600 * docs/plugins/inspect/plugin-alphacolor.xml:
8601 * gst/alpha/Makefile.am:
8602 * gst/alpha/gstalphacolor.c:
8603 * gst/alpha/gstalphacolor.h:
8604 Add minimal docs blurb to alphacolor; split out headers into
8605 separate header file for gtk-doc.
8607 2007-04-20 Tim-Philipp Müller <tim at centricular dot net>
8609 * gst/debug/progressreport.c: (gst_progress_report_report):
8610 Don't try to post NULL message (in case we can't query upstream
8611 position or duration).
8613 2007-04-18 Michael Smith <msmith@fluendo.com>
8615 * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
8616 (gst_cutter_get_caps):
8617 * gst/cutter/gstcutter.h:
8618 Fix some of the most obvious bugs in cutter. Now doesn't leak
8619 everything if input is silent.
8621 2007-04-18 Sebastian Dröge <slomo@circular-chaos.org>
8623 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8624 (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
8625 * gst/wavenc/gstwavenc.h:
8626 Wav apparently only supports width==GST_ROUND_UP(depth), everything
8627 else results in a invalid block align and invalid files.
8629 2007-04-17 Tim-Philipp Müller <tim at centricular dot net>
8631 Patch by: Snaik <snaik32 gmail com>
8633 * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
8634 Add missing break statement for BOX_HORIZONTAL case.
8636 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
8638 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8640 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8641 Use correct format strings for integer types.
8643 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
8645 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8646 (gst_wavparse_create_sourcepad):
8647 Use gst_riff_create_audio_template_caps () instead of the local caps.
8648 This makes updates of the local caps unecessary whenever libgstriff
8649 gets support for new formats.
8651 2007-04-16 Tim-Philipp Müller <tim at centricular dot net>
8653 Patch by: Brian Cameron <brian.cameron at sun dot com>
8655 * sys/sunaudio/gstsunaudio.c:
8656 * sys/sunaudio/gstsunaudiomixer.c:
8657 * sys/sunaudio/gstsunaudiomixer.h:
8658 * sys/sunaudio/gstsunaudiomixerctrl.c:
8659 * sys/sunaudio/gstsunaudiomixerctrl.h:
8660 * sys/sunaudio/gstsunaudiomixertrack.h:
8661 * sys/sunaudio/gstsunaudiosink.c:
8662 * sys/sunaudio/gstsunaudiosink.h:
8663 * sys/sunaudio/gstsunaudiosrc.c:
8664 * sys/sunaudio/gstsunaudiosrc.h:
8665 Fix and/or update copyright attributions (#430228).
8667 2007-04-13 Wim Taymans <wim@fluendo.com>
8669 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8673 Add some more example urls.
8675 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8676 (gst_rtp_dec_chain_rtp):
8679 * gst/rtsp/gstrtspsrc.c: (request_pt_map),
8680 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8681 (gst_rtspsrc_parse_rtpinfo):
8684 2007-04-13 Stefan Kost <ensonic@users.sf.net>
8686 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8687 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8688 (gst_wavparse_stream_data):
8689 Relax the audio/mpeg caps again and add FIXME: comment.
8691 2007-04-13 Stefan Kost <ensonic@users.sf.net>
8693 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8694 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8695 (gst_wavparse_stream_data):
8696 * gst/wavparse/gstwavparse.h:
8697 More sanity check for the header fields. Fix type for 'rate' header
8700 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
8702 * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
8703 (gst_icydemux_unicodify):
8704 If the metadata strings we get in the stream are not UTF-8, try to
8705 interpret them according to the character encodings specified in the
8706 GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
8707 only fall back to locale/ISO-8859-1 if those aren't set or don't
8708 work. Should fix #428901.
8710 2007-04-12 Wim Taymans <wim@fluendo.com>
8712 * gst/rtp/gstrtph264depay.c:
8713 Use the proper sync word for SPS and PPS.
8715 2007-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
8717 * gst/rtp/Makefile.am:
8718 * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
8719 fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
8720 * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
8721 Add a simple hashing implementation that we can use to generate
8722 a 24-bit ident value based on the codebooks for vorbis and theora.
8723 * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
8724 gst_rtp_theora_pay_handle_buffer):
8725 * gst/rtp/gstrtpvorbisdepay.c
8726 (gst_rtp_vorbis_depay_parse_configuration,
8727 gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
8728 * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
8729 gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
8730 gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
8731 Use the hashing function, ensuring that the same codebooks result
8732 in the same ident and thus the same SDP description.
8733 Various log fixes/changes.
8735 2007-04-12 Wim Taymans <wim@fluendo.com>
8737 Patch by: jerry tan <jerry dot tan at sun dot com>
8739 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8740 remove the call of ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
8741 application's responsibility to make sure it open the device once.
8742 Remove a careless error if AUDIODEV is set. Fixes #392620.
8744 2007-04-12 Wim Taymans <wim@fluendo.com>
8746 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
8747 (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
8748 * gst/rtsp/gstrtpdec.h:
8749 Make backward compat with rtpbin by adding the request-pt-map signals.
8751 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8752 (new_session_pad), (request_pt_map),
8753 (gst_rtspsrc_stream_configure_transport),
8754 (gst_rtspsrc_stream_configure_caps),
8755 (gst_rtspsrc_activate_streams):
8756 * gst/rtsp/gstrtspsrc.h:
8757 Implement request-pt-map signals instead of setting caps on the buffers
8758 for the session manager.
8760 2007-04-11 Wim Taymans <wim@fluendo.com>
8762 * gst/udp/gstudp.c: (plugin_init):
8763 Register GstNetBuffer in plugin_init so that the type can be used from
8764 multiple threads without races.
8766 2007-04-10 Wim Taymans <wim@fluendo.com>
8768 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8769 (gst_rtp_amr_depay_process):
8770 Fix depayloader clock_rate and some cleanups.
8772 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
8773 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
8774 * gst/rtp/gstrtph264depay.h:
8775 Don't push codec_data in the adapter because it might get flushed when
8778 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8779 Handle multiple AU per packet.
8781 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
8782 (gst_rtp_sv3v_depay_plugin_init):
8783 Disable rank, this one does not work.
8784 Remove timestamping, base class does that.
8786 2007-04-10 Stefan Kost <ensonic@users.sf.net>
8788 * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8789 limit caps to the formats we announce in the template
8791 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8792 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8793 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
8794 fix some crashers/asserts when dealing with broken files
8796 2007-04-10 Wim Taymans <wim@fluendo.com>
8798 Patch by: Peter Kjellerstedt <pkj at axis com>
8800 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8801 * gst/rtp/gstrtpL16depay.c:
8802 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8803 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
8804 (gst_rtp_speex_depay_setcaps):
8805 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8806 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
8807 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
8808 Fix some compiler warnings. Fixes #428182.
8810 2007-04-06 Wim Taymans <wim@fluendo.com>
8812 * gst/rtsp/Makefile.am:
8813 * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
8814 (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
8815 (gst_rtp_dec_init), (gst_rtp_dec_finalize),
8816 (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
8817 (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
8818 (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
8819 (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
8820 (create_rtcp), (gst_rtp_dec_request_new_pad),
8821 (gst_rtp_dec_release_pad):
8822 * gst/rtsp/gstrtpdec.h:
8823 * gst/rtsp/gstrtsp.c: (plugin_init):
8824 Morph RTPDec into something compatible with RTPBin as a fallback.
8825 Various other style fixes.
8827 * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
8828 (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
8829 (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
8830 (new_session_pad), (gst_rtspsrc_stream_configure_transport),
8831 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8832 (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
8833 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8834 * gst/rtsp/gstrtspsrc.h:
8835 Implement RTPBin session manager handling.
8836 Don't try to add empty properties to caps.
8837 Implement fallback session manager, handling.
8838 Don't combine errors from RTCP streams, just ignore them.
8840 * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
8841 * gst/rtsp/rtsptransport.h:
8842 Implement fallback session manager.
8843 Make RTPBin the default one when available.
8845 2007-04-05 Wim Taymans <wim@fluendo.com>
8847 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
8848 (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
8849 This element is ready to be autoplugged.
8851 2007-04-05 Julien MOUTTE <julien@moutte.net>
8853 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8854 Don't leave the offsets defined by upstream element on the
8855 compressed data buffer we are pushing downstream. Make them
8856 GST_BUFFER_OFFSET_NONE.
8858 2007-04-04 Stefan Kost <ensonic@users.sf.net>
8861 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8862 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
8863 (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8864 (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
8865 (gst_avi_demux_calculate_durations_from_index),
8866 (gst_avi_demux_stream_header_push),
8867 (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
8868 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
8869 Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
8871 2007-04-03 Wim Taymans <wim@fluendo.com>
8873 * gst/smpte/barboxwipes.c:
8874 Fix error as spotted by Snaik <snaik32 at gmail dot com>
8876 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
8878 * gst/wavparse/gstwavparse.c:
8879 Support audio/x-raw-float in wav files. This only works with
8880 plugins-base CVS, using an older version doesn't have any
8881 disadvantages though.
8883 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
8886 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8887 (gst_au_parse_parse_header), (gst_au_parse_chain):
8888 * gst/auparse/gstauparse.h:
8889 Revert last change as we don't want plugins-good to depend on
8890 plugins-base CVS now.
8892 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
8895 Require gst-plugins-base CVS for audioconvert with non-native
8896 float support and width/depth fix in libgstriff.
8898 Patch by: René Stadler <mail at renestadler dot de>
8900 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8901 (gst_au_parse_parse_header), (gst_au_parse_chain):
8902 * gst/auparse/gstauparse.h:
8903 Don't swap the floats ourself if they're not in native endianness.
8904 Instead let audioconvert handle this. Fixes #339838.
8906 2007-03-29 Wim Taymans <wim@fluendo.com>
8908 * gst/rtp/gstasteriskh263.h:
8909 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
8910 (gst_rtp_h263p_depay_change_state):
8911 * gst/rtp/gstrtph263pdepay.h:
8912 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
8913 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8914 (gst_rtp_h264_depay_change_state):
8915 * gst/rtp/gstrtph264depay.h:
8916 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
8917 (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
8918 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8919 Flush adapter on disconts.
8921 2007-03-29 Wim Taymans <wim@fluendo.com>
8923 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
8924 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
8925 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
8926 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
8927 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8928 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
8929 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
8930 (gst_rtp_mp4v_depay_process):
8931 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
8932 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
8933 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
8934 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
8935 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
8936 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
8937 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
8938 Use more efficient adapter and rtpbuffer methods when possible.
8940 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
8942 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8943 (gst_wavenc_sink_setcaps):
8944 Correctly handle width!=depth input.
8945 * gst/wavparse/gstwavparse.c:
8946 Already export in the caps that width==8 uses unsigned samples and
8947 everything else uses signed samples.
8949 2007-03-29 Wim Taymans <wim@fluendo.com>
8951 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8953 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
8954 (gst_dynudpsink_init), (gst_dynudpsink_set_property),
8955 (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
8956 (gst_dynudpsink_close):
8957 * gst/udp/gstdynudpsink.h:
8958 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8959 (gst_udpsrc_create), (gst_udpsrc_set_property),
8960 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
8961 * gst/udp/gstudpsrc.h:
8962 Rework the socket allocation a bit based on the sockfd argument so that
8964 Add a closefd property to instruct the udp elements to close the custom
8965 file descriptors when going to READY. Fixes #423304.
8966 API:GstUDPSrc::closefd property
8967 API:GstDynUDPSink::closefd property
8969 2007-03-29 Wim Taymans <wim@fluendo.com>
8971 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8973 * gst/rtp/Makefile.am:
8974 * gst/rtp/gstrtp.c: (plugin_init):
8975 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
8976 (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
8977 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
8978 (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
8979 (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
8980 (gst_rtp_h264_pay_plugin_init):
8981 * gst/rtp/gstrtph264pay.h:
8982 Added H264 payloader. Fixes #423782.
8984 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
8985 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
8988 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
8990 * gst/wavparse/gstwavparse.c:
8991 Actually support depths from 1 to 32, not only 8 to 32.
8993 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
8995 * gst/wavparse/gstwavparse.c:
8996 Add support for wav files containing audio/x-raw-int with random
8997 depths between 1 and 32 bits.
8999 2007-03-28 Wim Taymans <wim@fluendo.com>
9001 Based on patch by: Stefan Kost <ensonic@users.sf.net>
9003 * gst/rtp/Makefile.am:
9004 * gst/rtp/gstrtp.c: (plugin_init):
9005 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9006 (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9007 (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9008 (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9009 (gst_rtp_mp4a_depay_get_property),
9010 (gst_rtp_mp4a_depay_change_state),
9011 (gst_rtp_mp4a_depay_plugin_init):
9012 * gst/rtp/gstrtpmp4adepay.h:
9013 Added MP4A-LATM depayloader. Fixes #417792.
9015 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9016 (gst_rtp_mp4v_depay_process):
9017 Fixup depayloader, setting codec_data, using more efficient adaptor and
9021 Add url to test above.
9023 2007-03-25 Wim Taymans <wim@fluendo.com>
9025 * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9026 (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9027 (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9028 (gst_rtspsrc_media_to_caps),
9029 (gst_rtspsrc_stream_configure_transport),
9030 (gst_rtspsrc_stream_configure_caps),
9031 (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9032 * gst/rtsp/gstrtspsrc.h:
9033 Handle default clock-rates for static payload types, rearrange stuff so
9034 that the rtpmap field in the sdp can override the defaults.
9035 Parse RTP-Info field to get the seqnum and timebase fields that should
9037 Delay configuring caps after we got the RTP-Info from the PLAY reply from
9040 2007-03-22 Wim Taymans <wim@fluendo.com>
9042 Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9044 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9045 Accept complex pipeline descriptions as an audio profile instead of just
9046 a single element. Fixes #420658.
9048 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
9050 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9051 Rename registered type in preparation of GstTagDemux moving to
9052 -base at some point in the future.
9054 2007-03-19 Tim-Philipp Müller <tim at centricular dot net>
9056 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9057 Streaming mode fixes: don't unref buffer we don't own any longer;
9058 remove bogus adapter flush. Fixes #419338.
9060 2007-03-17 David Schleef <ds@schleef.org>
9062 * REQUIREMENTS: Change the format to key/value, add a bunch of
9063 information, remove a bunch of requirements that are for
9064 other GStreamer packages.
9066 2007-03-17 David Schleef <ds@schleef.org>
9068 * REQUIREMENTS: Fix a few things. This file really needs a
9071 2007-03-15 Edward Hervey <edward@fluendo.com>
9074 Don't forget to distribute the sys/osxaudio/ directory.
9076 2007-03-15 Edward Hervey <edward@fluendo.com>
9080 * sys/osxaudio/Makefile.am:
9081 * sys/osxaudio/gstosxaudio.c:
9082 * sys/osxaudio/gstosxaudiosink.c:
9083 (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9084 (gst_osx_audio_sink_getcaps),
9085 (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9086 * sys/osxaudio/gstosxaudiosrc.c:
9087 (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9088 (gst_osx_audio_src_create_ringbuffer):
9089 * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9090 (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9091 (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9092 (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9093 * sys/osxaudio/gstosxringbuffer.h:
9094 Activate osxaudio in gst-plugins-good with proper build setup.
9095 Add inlined documentation.
9096 Fix debug statements
9097 Fix ringbuffer when pausing.
9100 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
9101 * gst/rtp/gstrtppcmapay.c:
9102 * gst/rtp/gstrtppcmapay.h:
9103 * gst/rtp/gstrtppcmupay.c:
9104 * gst/rtp/gstrtppcmupay.h:
9105 Ported mulaw and alaw payloaders to use new base class
9107 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
9121 Update translations.
9123 2007-03-14 Tim-Philipp Müller <tim at centricular dot net>
9126 Fix string replace error (AG_AG_GST_* => AG_GST_*).
9128 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
9130 * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9131 Fix handling of -1 values for start and stop values when seeking,
9132 and SEEK_CUR+SEEK_END here as well.
9134 2007-03-12 Jan Schmidt <thaytan@mad.scientist.com>
9136 * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9137 Fix handling of -1 values for start and stop values when seeking,
9138 and SEEK_CUR+SEEK_END.
9140 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
9142 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9143 Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9144 the image format a variable-length NUL-terminated string; in
9145 versions before that the image format is a fixed-length string of
9146 3 characters (see #348644 for a sample tag).
9147 Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
9149 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
9152 Add new project files to MANIFEST.
9153 * win32/vs6/libgstaudiofx.dsp:
9154 * win32/vs6/libgstrtp.dsp:
9155 * win32/vs6/libgstrtsp.dsp:
9156 Update project files.
9158 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
9160 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
9161 (gst_avi_demux_parse_index):
9162 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9163 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
9164 Printf format fixes; also add some missing quotes in translated
9165 strings. Fixes #416728 and #416727.
9167 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
9169 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
9170 Tim and I can't think of any reason the child audio sink needs to
9171 be set back to NULL after successfully determining that it can
9172 reach READY - it gets immediately set back to READY by the caller
9173 anyway, causing an unnecessary close/open of any audio devices
9176 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9180 Add ja.po file from #377306.
9182 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
9184 * sys/sunaudio/gstsunaudio.c: (plugin_init):
9185 * sys/sunaudio/gstsunaudiomixertrack.c:
9186 (gst_sunaudiomixer_track_new):
9187 Actually translate sunaudio mixer track labels instead of just
9188 marking the strings as translatable (#377306); clean up weird
9189 label string mapping code that serves no apparent purpose. Also
9190 set the 'untranslated-label' property when creating mixer tracks
9191 if the GstMixerTrack base class supports this.
9193 * tests/check/Makefile.am:
9194 * tests/check/elements/.cvsignore:
9195 * tests/check/elements/sunaudio.c: (GST_START_TEST),
9197 Very minimalistic unit test for sunaudiomixer element (compiles, but not
9198 actually tested on a system where sunaudiomixer is available).
9200 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
9202 * tests/check/Makefile.am:
9203 Re-enable the states test and see if it works on the buildbots.
9205 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
9207 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
9208 (gst_dvdec_src_negotiate), (gst_dvdec_chain),
9209 (gst_dvdec_change_state):
9210 * ext/dv/gstdvdec.h:
9211 Infer pixel-aspect-ratio from the video frame format if it isn't
9212 provided by the container, as happens when playing DV from AVI
9213 or Quicktime containers.
9215 Patch by: Wim Taymans <wim@fluendo.com>
9218 2007-03-09 Wim Taymans <wim@fluendo.com>
9220 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
9221 When activated, remove the udpsrc timeout, we have dataflow and timeouts
9222 will later be handled by the jitterbuffer.
9224 2007-03-09 Wim Taymans <wim@fluendo.com>
9226 * ext/taglib/gstid3v2mux.cc:
9227 Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9230 Patch by: Alex Lancaster <alexl at users sourceforge net>
9232 2007-03-09 Wim Taymans <wim@fluendo.com>
9234 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9235 (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
9236 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9237 (gst_avi_demux_chain):
9238 Fix stream position reporting after a seek. Fixes #416445.
9240 2007-03-08 Wim Taymans <wim@fluendo.com>
9242 Patch by: René Stadler <mail at renestadler dot de>
9244 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9245 (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
9246 (gst_avi_demux_stream_data), (gst_avi_demux_chain):
9247 Make avidemux accept optional header chunks in any order.
9250 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
9252 * tests/check/Makefile.am:
9253 Disable the states check until the remaining Valgrind errors
9254 are fixed or suppressed.
9256 2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
9258 * tests/check/elements/.cvsignore:
9259 Add audiodynamic check to .cvsignore
9261 2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
9263 reviewed by: Stefan Kost <ensonic@users.sf.net>
9265 * gst/audiofx/Makefile.am:
9266 * gst/audiofx/audiodynamic.c:
9267 (gst_audio_dynamic_characteristics_get_type),
9268 (gst_audio_dynamic_mode_get_type),
9269 (gst_audio_dynamic_set_process_function),
9270 (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
9271 (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
9272 (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
9273 (gst_audio_dynamic_transform_hard_knee_compressor_int),
9274 (gst_audio_dynamic_transform_hard_knee_compressor_float),
9275 (gst_audio_dynamic_transform_soft_knee_compressor_int),
9276 (gst_audio_dynamic_transform_soft_knee_compressor_float),
9277 (gst_audio_dynamic_transform_hard_knee_expander_int),
9278 (gst_audio_dynamic_transform_hard_knee_expander_float),
9279 (gst_audio_dynamic_transform_soft_knee_expander_int),
9280 (gst_audio_dynamic_transform_soft_knee_expander_float),
9281 (gst_audio_dynamic_transform_ip):
9282 * gst/audiofx/audiodynamic.h:
9283 * gst/audiofx/audiofx.c: (plugin_init):
9284 Add new audiodynamic element which can act as a compressor or
9285 expander. Supported are hard-knee and soft-knee operation modes with
9286 user-specified ratio and threshold.
9287 Attack and release parameters are not yet implemented but will follow.
9288 * docs/plugins/Makefile.am:
9289 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9290 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9291 * docs/plugins/gst-plugins-good-plugins.args:
9292 * docs/plugins/inspect/plugin-audiofx.xml:
9293 Integrate audiodynamic into the docs.
9294 * tests/check/Makefile.am:
9295 * tests/check/elements/audiodynamic.c: (setup_dynamic),
9296 (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
9297 Add unit test for audiodynamic.
9299 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
9301 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
9302 Free handles that we allocated when exiting via the error paths.
9304 2007-03-07 Stefan Kost <ensonic@users.sf.net>
9306 * gst/level/gstlevel.c: (gst_level_class_init),
9307 (gst_level_set_caps), (gst_level_start), (gst_level_event),
9308 (gst_level_transform_ip):
9309 * gst/level/gstlevel.h:
9310 Resolve message timestamps against the playback segment.
9312 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
9314 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9315 (gst_id3demux_sink_activate):
9316 Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
9317 caps passed to it (previously one code path assumed it took ownership
9318 while another one assumed it didn't, while in fact it sometimes did and
9319 sometimes didn't ...).
9322 * tests/files/Makefile.am:
9323 * tests/files/id3-407349-1.tag:
9324 * tests/files/id3-407349-2.tag:
9325 Add directory where data for unit tests can be stored.
9327 * tests/Makefile.am:
9328 * tests/check/Makefile.am:
9329 * tests/check/elements/.cvsignore:
9330 * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
9331 (read_tags_from_file), (run_check_for_file),
9332 (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
9333 Add unit test for id3demux, and in particular for bug #407349. Only
9334 testing pull-mode for now; push mode doesn't work yet because the test
9335 files are smaller than ID3_TYPE_FIND_MIN_SIZE.
9337 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
9339 * tests/check/Makefile.am:
9340 Add missing backslash at end of line.
9342 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
9346 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
9348 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9349 * gst/id3demux/id3tags.h:
9350 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9351 (parse_obsolete_tdat_frame):
9352 Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
9353 the four-digit number will be interpreted as a year, whereas it is
9354 month and day in DDMM format. Instead, parse TDAT frames and fix up
9355 the date in the GST_TAG_DATE tag later if we also extracted a year.
9358 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
9360 * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9361 (gst_switch_commit_new_kid):
9362 Fix up the dispose logic so it doesn't leak, and fix setting of
9363 the child state so that we don't set a child to our current state
9364 just as we are changing it to something else.
9366 2007-03-06 Wim Taymans <wim@fluendo.com>
9368 * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
9370 * gst/goom/gstgoom.h:
9371 Document, fix and improve goom adapter behaviour.
9374 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
9376 * ext/esd/esdsink.c: (gst_esdsink_open):
9377 Unref static pad template after using it.
9379 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
9381 * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9382 (gst_switch_commit_new_kid):
9383 Fix up the reference counting of the child elements.
9385 2007-03-05 Wim Taymans <wim@fluendo.com>
9387 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9388 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
9389 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
9390 Fix encoding-name case.
9392 2007-03-05 Wim Taymans <wim@fluendo.com>
9394 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
9395 (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
9396 (gst_rtp_speex_depay_process):
9397 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
9398 (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
9399 (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
9400 (gst_rtp_speex_pay_change_state):
9401 * gst/rtp/gstrtpspeexpay.h:
9402 Fix speex (de)payloader. Fixes #358040.
9404 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
9406 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
9407 (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
9408 Install fakesink in NULL by fixing some broken logic. This obviates
9409 the need to manually set _IS_SINK.
9410 Add some comments and remove a little cruft while I'm at it.
9412 2007-03-05 Wim Taymans <wim@fluendo.com>
9414 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
9415 Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
9417 2007-03-04 Tim-Philipp Müller <tim at centricular dot net>
9422 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
9424 * tests/check/Makefile.am:
9425 Gah! Also disable gconfvideosink from the tests, otherwise
9426 it will instantiate autovideosink, and dfbvideosink and
9427 leak on the buildbots.
9429 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
9431 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
9432 (gst_cdio_cdda_src_finalize):
9433 Make sure we always destroy our libcdio handle.
9435 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
9437 * tests/check/Makefile.am:
9438 Disable autovideosink so the buildbots don't barf over memory
9439 leaked in the directfb sink.
9441 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
9443 * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
9446 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
9448 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9449 (gst_multipart_find_pad_by_mime):
9450 Use gst_pad_new_from_static_template instead of
9451 static_pad_template_get+pad_new.
9453 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
9455 * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
9456 Catch the case where no clock has been set.
9458 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
9460 * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
9461 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
9462 (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
9463 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
9464 (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
9465 (gst_gconf_audio_src_finalize), (do_toggle_element):
9466 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
9467 (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
9468 (do_toggle_element):
9469 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
9470 (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
9471 (gst_gconf_video_src_finalize), (do_toggle_element):
9472 * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
9473 (gst_switch_sink_reset), (gst_switch_sink_set_child):
9474 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9475 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9476 * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9477 (gst_shout2send_init), (gst_shout2send_finalize):
9478 * gst/debug/testplugin.c: (gst_test_class_init),
9479 (gst_test_finalize):
9480 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
9481 (gst_flxdec_dispose):
9482 * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
9483 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
9484 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9485 (gst_rtspsrc_finalize):
9486 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
9487 * gst/rtsp/rtspextwms.h:
9488 * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
9489 (gst_smpte_finalize):
9490 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
9491 * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
9492 (gst_udpsink_finalize):
9493 * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
9494 (gst_wavparse_sink_activate):
9495 * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
9496 * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
9497 (gst_oss_src_finalize):
9498 * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
9499 * sys/v4l2/gstv4l2object.h:
9500 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
9501 (gst_v4l2src_finalize):
9502 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9504 Fix a bunch of leaks shown by the newly-added states test.
9506 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
9508 * ext/dv/gstdvdec.c: (gst_dvdec_init):
9509 Use gst_pad_new_from_static_template instead of
9510 static_pad_template_get+pad_new.
9512 2007-03-03 Tim-Philipp Müller <tim at centricular dot net>
9514 Patch by: Loïc Minier <lool+gnome at via ecp fr>
9516 * ext/libcaca/Makefile.am:
9517 * gst/debug/Makefile.am:
9518 Don't mix tabs and spaces (#414168).
9520 2007-03-02 Stefan Kost <ensonic@users.sf.net>
9522 * tests/check/generic/.cvsignore:
9523 Ignore files to please buildbot.
9525 2007-03-02 Stefan Kost <ensonic@users.sf.net>
9527 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
9528 (gst_wavparse_stream_data):
9529 Unbreak my previous commit (swapped nominator & denominator). Tim,
9530 thanks for spotting.
9532 2007-03-02 Wim Taymans <wim@fluendo.com>
9534 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
9535 (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
9536 (gst_cdio_cdda_src_finalize):
9537 Small code cleanups.
9538 Don't use pad_alloc as the base class cannot deal with the error codes.
9540 2007-03-02 Wim Taymans <wim@fluendo.com>
9542 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9543 (gst_udpsrc_create):
9546 2007-03-02 Stefan Kost <ensonic@users.sf.net>
9548 Patch by: René Stadler <mail@renestadler.de>
9550 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9551 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9552 (gst_wavparse_stream_data):
9553 Handle rounding better to not drop last sample frame. Fixes #356692
9555 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
9557 * tests/check/Makefile.am:
9558 Disable cacasink from the states check too - it also calls exit(1)
9559 on us when it can't find a terminal to talk to.
9561 2007-03-02 Wim Taymans <wim@fluendo.com>
9563 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9565 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9566 (gst_udpsrc_create), (gst_udpsrc_set_property),
9567 (gst_udpsrc_get_property):
9568 * gst/udp/gstudpsrc.h:
9569 Add support to strip proprietary headers. Fixes #350296.
9571 2007-03-02 Wim Taymans <wim@fluendo.com>
9573 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9576 2007-03-02 Wim Taymans <wim@fluendo.com>
9578 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
9580 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
9581 (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
9582 (gst_rtp_mp2t_depay_set_property),
9583 (gst_rtp_mp2t_depay_get_property):
9584 * gst/rtp/gstrtpmp2tdepay.h:
9585 Add support to strip off proprietary headers. Fixes #350278.
9587 2007-03-02 Wim Taymans <wim@fluendo.com>
9592 2007-03-02 Wim Taymans <wim@fluendo.com>
9594 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
9595 (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
9596 (gst_sunaudiosrc_open):
9597 * sys/sunaudio/gstsunaudiosrc.h:
9598 Remove device-name from GstSunAudioSrc. Fixes #412597.
9600 2007-03-01 Sebastian Dröge <slomo@circular-chaos.org>
9602 * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9603 * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9604 Having NULL as UDI previously selected the default sink/src. Change
9605 this back but mention it in the debug output.
9606 * ext/hal/hal.c: (gst_hal_get_alsa_element),
9607 (gst_hal_get_oss_element), (gst_hal_get_string),
9608 (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
9609 (gst_hal_get_audio_src):
9611 Refactor a bit, check all error conditions, greatly improve debugging
9612 and fix some possible memory leaks. Also implement OSS support
9613 and allow specifying an UDI that points to a real device. For this the
9614 child device which supports ALSA (preferred) or OSS is used.
9615 As a side effect this makes it impossible now to get a alsasink in
9616 halaudiosrc and a alsasrc in halaudiosink.
9618 2007-03-01 Wim Taymans <wim@fluendo.com>
9620 * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
9621 (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
9622 Errors from the udp sources are not fatal unless all of them are in
9625 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
9627 * tests/check/Makefile.am:
9628 Disable aasink in the states test. I suspect this is the element that
9629 is calling exit(1) when it can't proceed.
9631 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
9633 * tests/check/Makefile.am:
9634 Draw plugins in from the build tree sys/ dir, rather than picking
9635 up the already installed versions.
9637 2007-03-01 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9639 * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
9640 Error out correctly when getting xcontext fails.
9642 2007-03-01 Wim Taymans <wim@fluendo.com>
9644 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
9645 Make state change to PAUSED NO_PREROLL because that's what it will be in
9646 the future and rtspsrc relies on it.
9648 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9649 (gst_rtspsrc_change_state):
9650 Don't error out when we don't get an error from the state change
9653 2007-03-01 Sebastian Dröge <slomo@circular-chaos.org>
9655 * ext/hal/gsthalaudiosink.c: (do_toggle_element):
9656 * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
9657 Check if the device UDI is set before trying to query HAL
9658 about it and give a useful error message if it wasn't set.
9659 * ext/hal/hal.c: (gst_hal_get_string):
9660 Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
9661 gives an assertion failure in D-Bus when running with
9662 DBUS_FATAL_WARNINGS=1.
9664 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
9667 Convert to new AG_GST style.
9669 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
9671 * tests/check/Makefile.am:
9672 * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
9675 2007-02-28 Wim Taymans <wim@fluendo.com>
9677 * tests/check/elements/.cvsignore:
9678 Add new videofilter check to .cvsignore.
9680 2007-02-28 Wim Taymans <wim@fluendo.com>
9682 * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
9683 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9684 (gst_avi_demux_loop), (gst_avi_demux_chain):
9685 Fix combined flow return. Fixes #412608.
9687 2007-02-28 Wim Taymans <wim@fluendo.com>
9689 * gst/videofilter/Makefile.am:
9692 2007-02-28 Wim Taymans <wim@fluendo.com>
9694 * gst/videofilter/gstgamma.h:
9697 2007-02-28 Wim Taymans <wim@fluendo.com>
9699 Patch by: Mark Nauwelaerts <manauw at skynet be>
9701 * gst/videofilter/Makefile.am:
9702 * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
9703 (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
9704 (gst_gamma_get_property), (gst_gamma_calculate_tables),
9705 (oil_tablelookup_u8), (gst_gamma_set_caps),
9706 (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
9707 Port gamma filter to 0.10. Fixes #412704.
9709 * tests/check/Makefile.am:
9710 * tests/check/elements/videofilter.c: (setup_filter),
9711 (cleanup_filter), (check_filter), (GST_START_TEST),
9712 (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
9713 Add unit tests for videofilters.
9715 2007-02-28 Wim Taymans <wim@fluendo.com>
9718 Add another interesting test url.
9720 * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
9721 Don't allow getting header fields from data packets.
9723 2007-02-28 Michael Smith <msmith@fluendo.com>
9725 * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
9726 (gst_shout2send_init), (gst_shout2send_start),
9727 (gst_shout2send_set_property), (gst_shout2send_get_property):
9728 * ext/shout2/gstshout2.h:
9729 Add a property for username.
9731 2007-02-27 Christian Schallerr <christian@fluendo.com>
9733 * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
9735 2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
9737 * gst/rtsp/Makefile.am:
9740 2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
9742 * gst/rtsp/base64.c: (util_base64_encode):
9743 * gst/rtsp/base64.h:
9744 Commit missing files for base64 encoding.
9746 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
9748 Patch by: Loïc Minier <lool+gnome at via ecp fr>
9751 * ext/annodex/Makefile.am:
9752 * ext/jpeg/Makefile.am:
9753 * ext/speex/Makefile.am:
9754 * gst/alpha/Makefile.am:
9755 * gst/cutter/Makefile.am:
9756 * gst/debug/Makefile.am:
9757 * gst/effectv/Makefile.am:
9758 * gst/goom/Makefile.am:
9759 * gst/level/Makefile.am:
9760 * gst/smpte/Makefile.am:
9761 * gst/videofilter/Makefile.am:
9762 Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
9764 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com>
9766 * gst/rtsp/Makefile.am:
9767 * gst/rtsp/rtspconnection.c: (append_auth_header),
9768 (rtsp_connection_send), (rtsp_connection_set_auth):
9769 g_base64_encode is a GLib 2.12 function. Use an equivalent taken
9770 from icecast to replace it. Relicensed from GPL courtesy of Mike
9773 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com>
9775 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9776 (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
9777 (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
9778 (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
9779 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9780 (gst_rtspsrc_uri_set_uri):
9781 * gst/rtsp/gstrtspsrc.h:
9782 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9783 (append_auth_header), (rtsp_connection_send),
9784 (rtsp_connection_free), (rtsp_connection_set_auth):
9785 * gst/rtsp/rtspconnection.h:
9786 * gst/rtsp/rtspdefs.h:
9787 * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9788 * gst/rtsp/rtspurl.h:
9790 Implement simple Basic Authentication support so that urls like
9791 rtsp://user:pass@hostname/rtspstream work on hosts that require
9794 2007-02-22 Edgard Lima <edgard.lima@indt.org.br>
9796 * sys/v4l2/gstv4l2object.c:
9797 * sys/v4l2/gstv4l2tuner.c:
9798 * sys/v4l2/v4l2_calls.c:
9799 Fix segfault when oppening a radio device.
9801 2007-02-22 Stefan Kost <ensonic@users.sf.net>
9803 * gst/level/gstlevel.c: (gst_level_set_caps),
9804 (gst_level_transform_ip):
9806 * tests/check/elements/level.c: (GST_START_TEST):
9807 Fix level for multi-channel case.
9809 2007-02-21 Stefan Kost <ensonic@users.sf.net>
9811 * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
9812 (gst_level_transform_ip):
9813 * gst/level/gstlevel.h:
9814 Use function pointer for process function and add process functions
9817 2007-02-19 Stefan Kost <ensonic@users.sf.net>
9819 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9820 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
9821 (gst_v4l2src_capture_init):
9822 Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
9825 2007-02-18 Wim Taymans <wim@fluendo.com>
9827 * gst/rtp/Makefile.am:
9828 * gst/rtp/gstrtp.c: (plugin_init):
9829 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
9830 (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
9831 (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
9832 (gst_rtp_mp2t_pay_plugin_init):
9833 * gst/rtp/gstrtpmp2tpay.h:
9834 Added simple mpeg transport stream payloader.
9836 2007-02-16 Wim Taymans <wim@fluendo.com>
9839 Add example H264 rtsp url.
9841 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9842 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9843 Don't convert values to lowercase or we might mess up base64 encoded
9846 2007-02-16 Wim Taymans <wim@fluendo.com>
9849 Fix case of string params.
9851 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9852 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9853 Fix depayloader, support more packet types.
9854 Add sync codes to make sure the packetizer can do its job.
9856 * gst/rtp/gstrtpmp4gdepay.c:
9857 * gst/rtp/gstrtpmp4gpay.c:
9858 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9859 Fix caps case again.
9861 2007-02-15 Wim Taymans <wim@fluendo.com>
9863 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9864 Set right caps on output buffers.
9866 2007-02-14 Wim Taymans <wim@fluendo.com>
9868 * gst/rtsp/sdpmessage.c: (sdp_parse_line):
9869 As spotted by: Peter Kjellerstedt <pkj at axis com>:
9870 Clear stack allocated SDPMedia struct before calling _init() on it.
9871 Clarify this in the docs as well.
9873 2007-02-14 Jan Schmidt <thaytan@mad.scientist.com>
9875 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
9877 Don't reset the profile when going switching states, as it makes
9878 the element non-reusable.
9880 2007-02-14 Wim Taymans <wim@fluendo.com>
9882 * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
9883 (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
9884 (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
9885 (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
9886 (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
9888 * gst/rtsp/sdpmessage.h:
9889 Based on patch by: jp.liu <jp_liu at astrocom dot cn>
9890 Fix memory management of SDP messages. Fixes #407793.
9892 2007-02-14 Stefan Kost <ensonic@users.sf.net>
9894 Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
9896 * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9897 Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
9899 2007-02-14 Wim Taymans <wim@fluendo.com>
9901 Patch by: jp.liu <jp_liu at astrocom dot cn>
9903 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9904 Fix parsing of password field in url. Fixes #407797.
9906 2007-02-14 Wim Taymans <wim@fluendo.com>
9908 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
9909 (gst_wavparse_reset), (gst_wavparse_init),
9910 (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
9911 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9912 (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
9913 (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
9914 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9915 (gst_wavparse_loop), (gst_wavparse_chain),
9916 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
9917 (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
9919 * gst/wavparse/gstwavparse.h:
9922 Various code cleanups.
9923 When the bitrate is not known (bps == 0 or compressed formats) let
9924 downstream element guestimate the duration and position and don't
9925 generate timestamps or durations. Fixes #405213.
9926 Fix EOS and ERROR conditions in chain mode, we just need to forward the
9927 error flowreturn upstream.
9929 2007-02-13 Jan Schmidt <thaytan@mad.scientist.com>
9931 * ext/gconf/Makefile.am:
9932 * ext/gconf/gconf.c: (gst_gconf_get_string),
9933 (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
9934 (gst_gconf_render_bin_with_default):
9935 * ext/gconf/gconf.h:
9936 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
9937 (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
9938 (gst_gconf_audio_sink_dispose), (do_change_child),
9939 (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
9940 (cb_change_child), (gst_gconf_audio_sink_change_state):
9941 * ext/gconf/gstgconfaudiosink.h:
9942 * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
9943 (gst_switch_sink_class_init), (gst_switch_sink_reset),
9944 (gst_switch_sink_init), (gst_switch_sink_dispose),
9945 (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
9946 (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
9947 (gst_switch_sink_get_property), (gst_switch_sink_change_state):
9948 * ext/gconf/gstswitchsink.h:
9949 * gst/autodetect/gstautoaudiosink.c:
9950 (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
9951 (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
9952 (gst_auto_audio_sink_detect):
9953 * gst/autodetect/gstautovideosink.c:
9954 (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
9955 (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
9956 (gst_auto_video_sink_detect):
9957 Re-factor the gconfaudiosink into a "GstSwitchSink" base class
9958 and a child that implements the GConf key monitoring. The end goal of
9959 this is an audio sink that can be changed on the fly, but at the
9960 moment it still only changes on the next READY transition.
9962 2007-02-13 Stefan Kost <ensonic@users.sf.net>
9964 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9965 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9966 (gst_avi_demux_sync), (gst_avi_demux_massage_index),
9967 (gst_avi_demux_calculate_durations_from_index),
9968 (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
9969 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9970 (gst_avi_demux_loop):
9971 Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
9973 2007-02-13 Stefan Kost <ensonic@users.sf.net>
9976 * docs/plugins/Makefile.am:
9977 Add crossreferences to glib/gobject/gstream docs.
9979 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
9981 * gst/monoscope/Makefile.am:
9982 * gst/monoscope/gstmonoscope.c:
9983 Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
9984 (but no LIBS, since we only use defines from the headers).
9986 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
9988 Based on patch by: Jonathan Matthew <jonathan at kaolin wh9 net>
9990 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
9991 (gst_wavparse_stream_data):
9992 Fix massive memory leak when operating in streaming mode due to
9993 GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
9996 2007-02-12 Stefan Kost <ensonic@users.sf.net>
9998 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
9999 (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10000 (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10001 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10002 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10003 (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10004 (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10005 (gst_avi_demux_calculate_durations_from_index),
10006 (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10007 (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10008 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10009 * gst/avi/gstavidemux.h:
10010 Save some memory (8%) by repacking the index entry structure (more to
10011 come). Add more FIXMEs to questionable parts.
10013 2007-02-12 Stefan Kost <ensonic@users.sf.net>
10015 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10016 (gst_v4l2src_get_caps):
10017 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10018 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10019 (gst_v4l2src_capture_init):
10020 More FIXME comments and messaging changes.
10022 2007-02-12 Stefan Kost <ensonic@users.sf.net>
10024 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10025 (gst_goom_change_state):
10026 * gst/goom/gstgoom.h:
10027 Improved docs and use GST_DEBUG_FUNCPTR.
10029 * gst/level/gstlevel.c: (gst_level_class_init):
10030 Use GST_DEBUG_FUNCPTR.
10032 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10033 (gst_monoscope_chain), (gst_monoscope_change_state):
10034 Improved docs source cleanups.
10036 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
10038 * gst/debug/Makefile.am:
10039 * gst/debug/gstdebug.c: (plugin_init):
10040 * gst/debug/gstpushfilesrc.c:
10041 * gst/debug/gstpushfilesrc.h:
10042 Add code for a pushfilesrc element that implements a pushfile:// URI
10043 handler, to make debugging push-mode operation of demuxer/decoders
10044 that support both easier in connection with seek/playbin/etc.
10045 The element isn't registered at the moment.
10047 2007-02-11 Sébastien Moutte <sebastien@moutte.net>
10049 * gst/avi/gstavimux.c:
10050 Comment a #if 0 in caps template definition as VS6 seems to
10052 * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10053 Use gst_guint64_to_gdouble for conversion.
10054 * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10055 Move variables declaration before the first instruction.
10056 * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10057 Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10058 And don't include netdb.h for G_OS_WIN32
10059 * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10060 This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10061 by VS6 then use an other way to initialize SDPMedia structure.
10062 * gst/udp/gstdynudpsink.h:
10063 * gst/udp/gstdynudpnetutils.h:
10064 Do not include <sys/time.h> for G_OS_WIN32
10065 * gst/udp/gstudpsrc.c:
10066 Define socklen_t as int for G_OS_WIN32
10067 * win/common/config.h.in:
10068 Undef HAVE_NETINET_IN_H
10069 * win32/vs6/gst_plugins_good.dsw:
10070 * win32/vs6/libgstrtp.dsp:
10071 * win32/vs6/libgstrtsp.dsp:
10072 * win32/vs6/libgstautogen.dsp:
10073 * win32/vs6/libgstaudiofx.dsp:
10074 * win32/vs6/libgstudp.dsp:
10075 Add and update project files.
10076 * win32/common/gstudp-enumtypes.c:
10077 * win32/common/gstudp-enumtypes.h:
10078 Add a copy of udp enumtypes to win32/common as in core
10081 2007-02-11 Stefan Kost <ensonic@users.sf.net>
10084 Activate monoscope when building with --enable-experimental. Fix
10085 --enable-external configure switch description.
10087 * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10088 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10091 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10093 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10094 Explicitly cast result of pointer arithmetic to integer in order to
10095 avoid compiler warnings on some 64-bit systems. Should fix #406018.
10097 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
10099 * gst/debug/progressreport.c:
10102 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
10104 * docs/plugins/inspect/plugin-rtp.xml:
10105 Update for new elements.
10107 * gst/debug/progressreport.h:
10108 Commit newly-created header file as well.
10110 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
10112 * docs/plugins/Makefile.am:
10113 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10114 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10115 * docs/plugins/gst-plugins-good-plugins.hierarchy:
10116 * gst/debug/Makefile.am:
10117 * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10118 (gst_progress_report_do_query), (gst_progress_report_report):
10119 Make progressreport element post messages with the current progress
10120 on the bus. Also add some basic docs for it.
10122 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
10124 * ext/hal/hal.c: (gst_hal_get_string):
10126 Some small cleanups; deal with errors when parsing the HAL ALSA
10127 capabilities a bit better.
10129 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
10131 * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10132 Let's try this again and use the right cast this time.
10134 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
10136 * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10137 Add cast to avoid compiler warnings with older GLib versions
10138 where the nick/name members in GEnumValue are not declared as
10141 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
10143 * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10144 (gst_gconf_render_bin_from_key),
10145 (gst_gconf_get_default_audio_sink):
10146 * ext/gconf/gconf.h:
10147 * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
10148 (do_toggle_element), (gst_gconf_audio_sink_set_property),
10149 (gst_gconf_audio_sink_get_property):
10150 In gconfaudiosink, get the right key as the old key in do_toggle
10151 (ie. one dependent on the profile selected). Log some more stuff so
10152 we can see what's actually going on.
10154 2007-02-06 Sebastian Dröge <slomo@circular-chaos.org>
10156 * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
10157 (gst_audio_amplify_class_init), (gst_audio_amplify_init),
10158 (gst_audio_amplify_set_process_function),
10159 (gst_audio_amplify_setup):
10160 * gst/audiofx/audioamplify.h:
10161 * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10162 (gst_audio_invert_class_init), (gst_audio_invert_setup):
10163 * gst/audiofx/audioinvert.h:
10164 Some small cleanups and port both elements to the new GstAudioFilter
10165 base class to save a few lines of common code.
10166 * gst/audiofx/Makefile.am:
10167 Link against libgstaudio for the above changes
10169 2007-01-29 Wim Taymans <wim@fluendo.com>
10171 * tests/check/elements/.cvsignore:
10174 2007-01-26 Wim Taymans <wim@fluendo.com>
10176 Patch by: charles <charlesg3 at gmail dot com>
10178 * ext/shout2/gstshout2.c: (gst_shout2send_init),
10179 (set_shout_metadata), (gst_shout2send_event):
10180 * ext/shout2/gstshout2.h:
10181 Properly handle tags in shout2send. Fixes #399825.
10183 2007-01-25 Wim Taymans <wim@fluendo.com>
10185 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10186 (gst_rtspsrc_activate_streams):
10187 Convert SDP fields to upper/lowercase following the rules in the SDP to
10190 2007-01-25 Wim Taymans <wim@fluendo.com>
10193 * gst/rtp/gstrtpilbcdepay.c:
10194 * gst/rtp/gstrtpilbcpay.c:
10195 * gst/rtp/gstrtpmp4gdepay.c:
10196 * gst/rtp/gstrtpmp4gpay.c:
10197 * gst/rtp/gstrtpspeexdepay.c:
10198 * gst/rtp/gstrtpspeexpay.c:
10199 * gst/rtp/gstrtpsv3vdepay.c:
10200 * gst/rtp/gstrtptheoradepay.c:
10201 * gst/rtp/gstrtptheorapay.c:
10202 * gst/rtp/gstrtpvorbisdepay.c:
10203 * gst/rtp/gstrtpvorbispay.c:
10204 Fix case of encoding-name and key/value pairs to match the document.
10205 This is to make interoperation with SDP case-insensitive as required by
10208 2007-01-25 Wim Taymans <wim@fluendo.com>
10211 Bump required -core/-base to CVS
10213 2007-01-25 Wim Taymans <wim@fluendo.com>
10215 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
10216 (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
10217 * gst/rtp/gstrtpL16pay.h:
10218 Fill up to MTU using adapter.
10219 Timestamp rtp packets.
10221 2007-01-25 Edward Hervey <edward@fluendo.com>
10223 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10224 * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
10225 Use G_GSIZE_FORMAT in print statements for portability.
10226 Fixes build on macosx.
10228 2007-01-24 Wim Taymans <wim@fluendo.com>
10230 * gst/rtp/Makefile.am:
10231 * gst/rtp/gstrtp.c: (plugin_init):
10232 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
10233 (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
10234 (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
10235 (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
10236 (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
10237 (gst_rtp_L16_depay_plugin_init):
10238 * gst/rtp/gstrtpL16depay.h:
10239 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
10240 (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
10241 (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
10242 (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
10243 (gst_rtp_L16_pay_plugin_init):
10244 * gst/rtp/gstrtpL16pay.h:
10245 Port and enable raw audio payloader/depayloader. Needs a bit more work
10246 on the payloader side.
10248 2007-01-24 Wim Taymans <wim@fluendo.com>
10250 * gst/rtsp/gstrtspsrc.c: (pad_blocked),
10251 (gst_rtspsrc_stream_configure_transport),
10252 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
10253 * gst/rtsp/gstrtspsrc.h:
10254 Only unblock the udp pads when we linked and activated them all.
10257 2007-01-24 Wim Taymans <wim@fluendo.com>
10259 * gst/rtp/Makefile.am:
10260 * gst/rtp/gstrtp.c: (plugin_init):
10261 * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
10262 (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
10263 (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
10264 (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
10265 (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
10266 * gst/rtp/gstrtpac3depay.h:
10267 Added simple AC3 depayloader (RFC 4184).
10269 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10272 2007-01-24 Sebastian Dröge <slomo@circular-chaos.org>
10274 reviewed by: Stefan Kost <ensonic@users.sf.net>
10276 * gst/audiofx/Makefile.am:
10277 * gst/audiofx/audioamplify.c:
10278 (gst_audio_amplify_clipping_method_get_type),
10279 (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
10280 (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
10281 (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
10282 (gst_audio_amplify_set_caps),
10283 (gst_audio_amplify_transform_int_clip),
10284 (gst_audio_amplify_transform_int_wrap_negative),
10285 (gst_audio_amplify_transform_int_wrap_positive),
10286 (gst_audio_amplify_transform_float_clip),
10287 (gst_audio_amplify_transform_float_wrap_negative),
10288 (gst_audio_amplify_transform_float_wrap_positive),
10289 (gst_audio_amplify_transform_ip):
10290 * gst/audiofx/audioamplify.h:
10291 * gst/audiofx/audiofx.c: (plugin_init):
10292 Add new element "audioamplify". This allows scaling of raw audio
10293 samples, similar to the "volume" element, but provides different modes
10294 for clipping and allows unlimited amplification. It's mainly targeted
10295 for creative sound design and not as a replacement of the "volume"
10296 element. Fixes #397162
10297 * docs/plugins/Makefile.am:
10298 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10299 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10300 * docs/plugins/gst-plugins-good-plugins.args:
10301 * docs/plugins/inspect/plugin-audiofx.xml:
10302 Add docs for audioamplify and integrate them into the build system
10303 * tests/check/Makefile.am:
10304 * tests/check/elements/audioamplify.c: (setup_amplify),
10305 (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
10306 Add fairly extensive unit test suite for audioamplify
10308 2007-01-24 Wim Taymans <wim@fluendo.com>
10310 * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
10311 Unblock pads after adding the pads to the element so that autopluggers
10312 get a change to link something. Possibly fixes #395688.
10314 2007-01-24 Wim Taymans <wim@fluendo.com>
10316 * gst/rtp/gstrtpamrdepay.c:
10317 * gst/rtp/gstrtpgsmdepay.c:
10318 * gst/rtp/gstrtph263pdepay.c:
10319 * gst/rtp/gstrtph263ppay.c:
10320 * gst/rtp/gstrtph264depay.c:
10321 * gst/rtp/gstrtpilbcdepay.c:
10322 * gst/rtp/gstrtpmp2tdepay.c:
10323 * gst/rtp/gstrtpmp4gdepay.c:
10324 * gst/rtp/gstrtpmp4gpay.c:
10325 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10326 * gst/rtp/gstrtpmp4vpay.c:
10327 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
10328 (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
10329 (gst_rtp_mpa_depay_process):
10330 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
10331 (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
10332 * gst/rtp/gstrtppcmadepay.c:
10333 * gst/rtp/gstrtppcmudepay.c:
10334 * gst/rtp/gstrtpspeexdepay.c:
10335 * gst/rtp/gstrtpspeexpay.c:
10336 * gst/rtp/gstrtpsv3vdepay.c:
10337 * gst/rtp/gstrtptheoradepay.c:
10338 * gst/rtp/gstrtptheorapay.c:
10339 * gst/rtp/gstrtpvorbisdepay.c:
10340 * gst/rtp/gstrtpvorbispay.c:
10341 Fix caps with payload numbers.
10342 Add some fixed payload numbers to caps when possible.
10344 2007-01-23 Sebastian Dröge <slomo@circular-chaos.org>
10346 reviewed by: Stefan Kost <ensonic@users.sf.net>
10348 * gst/audiofx/Makefile.am:
10349 * gst/audiofx/audiofx.c: (plugin_init):
10350 * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10351 (gst_audio_invert_class_init), (gst_audio_invert_init),
10352 (gst_audio_invert_set_property), (gst_audio_invert_get_property),
10353 (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
10354 (gst_audio_invert_transform_float),
10355 (gst_audio_invert_transform_ip):
10356 * gst/audiofx/audioinvert.h:
10357 Add new audiofx element "audioinvert". This element swaps the upper
10358 and lower half of samples and can be used for example for a
10359 wide-stereo effect. Fixes #396057
10360 * docs/plugins/Makefile.am:
10361 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10362 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10363 * docs/plugins/gst-plugins-good-plugins.args:
10364 * docs/plugins/inspect/plugin-audiofx.xml:
10365 Add docs for the audioinvert element and add them to the build system.
10366 * tests/check/Makefile.am:
10367 * tests/check/elements/audioinvert.c: (setup_invert),
10368 (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
10369 Add unit test suite for the audioinvert element.
10371 2007-01-23 Wim Taymans <wim@fluendo.com>
10373 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
10374 (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
10375 Parse config params as string and int.
10376 Parse and use AU header length
10378 2007-01-23 Wim Taymans <wim@fluendo.com>
10380 * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
10381 (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
10382 * gst/smpte/gstmask.c: (_gst_mask_register):
10383 * gst/smpte/gstmask.h:
10384 * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
10385 * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
10386 (gst_smpte_paint_triangle_clock):
10387 constify some static structs.
10388 Don't update the mask if nothing changed to the params.
10389 Make sure we never draw outside of the picture. Fixes #398325.
10391 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
10393 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
10394 Error out properly when pull_range fails while we're reading the
10395 headers, instead of just pausing the task silently. Fixes #399338.
10397 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
10399 * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10400 Some more sanity checks to make sure the input formats match and the
10401 input pads are actually negotiated, in case someone tries to feed
10402 buffers from fakesrc or filesrc. Fixes #398299.
10403 Also const-ify an array, just because we can.
10405 2007-01-19 Edward Hervey <edward@fluendo.com>
10407 * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
10408 Ignore previous commit, that was only valid for widths and heights
10409 that are multiples of 4.
10410 Copy over size/stride macros from jpegdec. This allows the element
10411 to work with any width,height...
10412 ... but puts in evidence that the actual transformations only work
10413 with width/height that are multiples of 4.
10415 2007-01-19 Edward Hervey <edward@fluendo.com>
10417 * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10418 Allocate buffers of the right size.
10419 The proper size of a I420 buffer in bytes is:
10425 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
10427 * gst/smpte/gstsmpte.c: (gst_smpte_init):
10428 Proxy getcaps on sink pads too, so that we either end up with the
10429 same dimensions on all pads or error out if that's not possible
10430 (seems to work even!). Fixes #398086, I think.
10432 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
10434 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10435 * docs/plugins/gst-plugins-good-plugins.args:
10436 * docs/plugins/gst-plugins-good-plugins.hierarchy:
10437 Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
10438 fix integer properties with -1 as minimum value.
10440 * docs/plugins/inspect/plugin-1394.xml:
10441 * docs/plugins/inspect/plugin-aasink.xml:
10442 * docs/plugins/inspect/plugin-alaw.xml:
10443 * docs/plugins/inspect/plugin-alpha.xml:
10444 * docs/plugins/inspect/plugin-alphacolor.xml:
10445 * docs/plugins/inspect/plugin-annodex.xml:
10446 * docs/plugins/inspect/plugin-apetag.xml:
10447 * docs/plugins/inspect/plugin-audiofx.xml:
10448 * docs/plugins/inspect/plugin-auparse.xml:
10449 * docs/plugins/inspect/plugin-autodetect.xml:
10450 * docs/plugins/inspect/plugin-avi.xml:
10451 * docs/plugins/inspect/plugin-cacasink.xml:
10452 * docs/plugins/inspect/plugin-cairo.xml:
10453 * docs/plugins/inspect/plugin-cdio.xml:
10454 * docs/plugins/inspect/plugin-cutter.xml:
10455 * docs/plugins/inspect/plugin-debug.xml:
10456 * docs/plugins/inspect/plugin-dv.xml:
10457 * docs/plugins/inspect/plugin-efence.xml:
10458 * docs/plugins/inspect/plugin-effectv.xml:
10459 * docs/plugins/inspect/plugin-esdsink.xml:
10460 * docs/plugins/inspect/plugin-flac.xml:
10461 * docs/plugins/inspect/plugin-flxdec.xml:
10462 * docs/plugins/inspect/plugin-gconfelements.xml:
10463 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
10464 * docs/plugins/inspect/plugin-goom.xml:
10465 * docs/plugins/inspect/plugin-halelements.xml:
10466 * docs/plugins/inspect/plugin-icydemux.xml:
10467 * docs/plugins/inspect/plugin-id3demux.xml:
10468 * docs/plugins/inspect/plugin-jpeg.xml:
10469 * docs/plugins/inspect/plugin-level.xml:
10470 * docs/plugins/inspect/plugin-matroska.xml:
10471 * docs/plugins/inspect/plugin-mulaw.xml:
10472 * docs/plugins/inspect/plugin-multipart.xml:
10473 * docs/plugins/inspect/plugin-navigationtest.xml:
10474 * docs/plugins/inspect/plugin-ossaudio.xml:
10475 * docs/plugins/inspect/plugin-png.xml:
10476 * docs/plugins/inspect/plugin-rtp.xml:
10477 * docs/plugins/inspect/plugin-rtsp.xml:
10478 * docs/plugins/inspect/plugin-shout2send.xml:
10479 * docs/plugins/inspect/plugin-smpte.xml:
10480 * docs/plugins/inspect/plugin-speex.xml:
10481 * docs/plugins/inspect/plugin-taglib.xml:
10482 * docs/plugins/inspect/plugin-udp.xml:
10483 * docs/plugins/inspect/plugin-videobalance.xml:
10484 * docs/plugins/inspect/plugin-videobox.xml:
10485 * docs/plugins/inspect/plugin-videoflip.xml:
10486 * docs/plugins/inspect/plugin-videomixer.xml:
10487 * docs/plugins/inspect/plugin-wavenc.xml:
10488 * docs/plugins/inspect/plugin-wavparse.xml:
10489 * docs/plugins/inspect/plugin-ximagesrc.xml:
10492 2007-01-18 Stefan Kost <ensonic@users.sf.net>
10494 Patch by: Sebastian Dröge <slomo circular-chaos org>
10496 * gst/audiofx/audiopanorama.c:
10497 Fix doc section name (Fixes #397946)
10499 2007-01-17 Stefan Kost <ensonic@users.sf.net>
10501 * sys/v4l2/gstv4l2object.c:
10502 (gst_v4l2_object_install_properties_helper),
10503 (gst_v4l2_object_set_property_helper),
10504 (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
10505 * sys/v4l2/gstv4l2object.h:
10506 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10507 (gst_v4l2src_init), (gst_v4l2src_set_property),
10508 (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
10509 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10510 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10511 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10512 (gst_v4l2src_capture_deinit):
10513 Fix EIO handing when capturing. Add new property to specify the number of
10514 buffers to enque (and remove the borked num-buffers usage).
10516 2007-01-16 Stefan Kost <ensonic@users.sf.net>
10518 Patch by: Sebastian Dröge <slomo circular-chaos org>
10520 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
10521 (gst_audio_panorama_set_process_function):
10522 Use a function array for process methods, add more docs and define the
10523 startindex of enums.
10525 2007-01-14 Tim-Philipp Müller <tim at centricular dot net>
10527 Patch by: Mark Nauwelaerts <manauw at skynet be>
10529 * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
10530 (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
10531 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10532 (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10533 (gst_avi_mux_riff_get_avi_header),
10534 (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
10535 (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
10536 (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
10537 (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
10538 (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
10539 (gst_avi_mux_change_state):
10540 * gst/avi/gstavimux.h:
10541 * tests/check/elements/avimux.c: (teardown_src_pad):
10542 Add support for more than one audio stream; write better AVIX
10543 header; refactor code a bit; don't announce vorbis caps on our audio
10544 sink pads since we don't support it anyway. Closes #379298.
10546 2007-01-13 Tim-Philipp Müller <tim at centricular dot net>
10548 Patch by: Sebastian Dröge <slomo circular-chaos org>
10550 * gst/audiofx/audiopanorama.c:
10551 (gst_audio_panorama_method_get_type),
10552 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
10553 (gst_audio_panorama_set_process_function),
10554 (gst_audio_panorama_set_property),
10555 (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
10556 (gst_audio_panorama_transform_m2s_int_simple),
10557 (gst_audio_panorama_transform_s2s_int_simple),
10558 (gst_audio_panorama_transform_m2s_float_simple),
10559 (gst_audio_panorama_transform_s2s_float_simple):
10560 * gst/audiofx/audiopanorama.h:
10561 Add 'method' property and provide a simple (non-psychoacustic)
10562 processing method (#394859).
10564 * tests/check/elements/audiopanorama.c: (GST_START_TEST),
10566 Tests for new method.
10568 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
10570 * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
10571 * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
10572 Set correct caps on outgoing pulled buffers, or things blow up
10573 after recent core changes.
10575 2007-01-11 Wim Taymans <wim@fluendo.com>
10577 Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
10579 * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
10580 (gst_multipart_mux_request_new_pad),
10581 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
10582 (gst_multipart_mux_change_state):
10583 Return FLOW errors ASAP. Fixes #394977.
10586 2007-01-11 Wim Taymans <wim@fluendo.com>
10588 Patch by: Lutz Mueller <lutz at topfrose dot de>
10590 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10591 Check for stream pad before activating.
10593 2007-01-10 Wim Taymans <wim@fluendo.com>
10595 Patch by: Peter Kjellerstedt <pkj at axis com>
10597 * gst/rtsp/COPYING.MIT:
10598 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10599 (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
10600 (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
10601 (gst_rtspsrc_stream_configure_transport),
10602 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10603 (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
10604 (gst_rtspsrc_parse_methods),
10605 (gst_rtspsrc_create_transports_string),
10606 (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
10607 (gst_rtspsrc_open), (gst_rtspsrc_close):
10608 * gst/rtsp/gstrtspsrc.h:
10609 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10610 (rtsp_connection_connect), (rtsp_connection_send), (read_line),
10611 (parse_request_line), (parse_line), (rtsp_connection_read),
10612 (rtsp_connection_close):
10613 * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
10614 (rtsp_method_as_text), (rtsp_header_as_text),
10615 (rtsp_status_as_text), (rtsp_find_header_field),
10616 (rtsp_find_method):
10617 * gst/rtsp/rtspdefs.h:
10618 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
10619 (rtsp_ext_wms_configure_stream):
10620 * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
10621 (rtsp_message_new_request), (rtsp_message_init_request),
10622 (rtsp_message_new_response), (rtsp_message_init_response),
10623 (rtsp_message_init_data), (rtsp_message_unset),
10624 (rtsp_message_free), (rtsp_message_add_header),
10625 (rtsp_message_get_header), (rtsp_message_set_body),
10626 (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
10627 * gst/rtsp/rtspmessage.h:
10628 * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
10629 (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
10630 (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
10631 (sdp_message_dump):
10632 Allow url to be NULL to be able to use it for server connections.
10633 Can now send responses as well as requests.
10634 No longer hangs in an endless loop if EOF is received.
10635 Can now convert a status code to a text string.
10636 Return RTSP_HDR_INVALID for unknown headers.
10637 Return RTSP_INVALID for unknown methods.
10638 Copy CSeq and Session headers from the request.
10639 Only free memory corresponding to the currently set message type.
10640 Added const to function arguments as appropriate.
10641 Avoid a compiler warning when initializing nmedia.
10642 Use guint rather than gint to avoid compiler warnings.
10643 Fix crasher in wms extension.
10644 Factor out stream setup from open_connection.
10645 Delay activation of streams when actual data is received from the
10646 server, this prepares us to do proper protocol switching.
10651 2007-01-10 Tim-Philipp Müller <tim at centricular dot net>
10653 Patch by: Sebastian Dröge <slomo ubuntu com>
10655 * docs/plugins/Makefile.am:
10656 * gst/audiofx/audiopanorama.c:
10657 Some small docs fixes (#394851).
10659 2007-01-09 Wim Taymans <wim@fluendo.com>
10661 * gst/avi/gstavidemux.c:
10664 2007-01-09 Wim Taymans <wim@fluendo.com>
10666 * gst/rtp/Makefile.am:
10667 * gst/rtp/gstrtp.c: (plugin_init):
10668 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
10669 (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
10670 (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
10671 (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
10672 (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
10673 * gst/rtp/gstrtpmpvdepay.h:
10674 Added RFC 2250 MPEG Video Depayloader.
10676 * gst/rtp/gstrtpL16depay.h:
10677 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
10678 (gst_rtp_h263p_depay_process):
10679 Fix Header file. Small cleanups.
10681 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
10682 (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
10683 (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
10684 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
10685 (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
10686 (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
10687 (gst_rtp_mp4v_depay_change_state):
10688 Remove usused code. Remove Adapter from state Change. Added debug.
10690 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
10691 (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
10692 (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
10693 * gst/rtp/gstrtpmpadepay.h:
10694 Subclass base depayloader.
10696 Support static payload type assignment as well.
10698 * gst/rtp/gstrtpmpapay.c:
10701 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
10703 Patch by: Vincent Torri <vtorri at univ-evry fr>
10705 * ext/jpeg/gstjpegdec.c:
10706 * ext/jpeg/gstjpegenc.c:
10707 * ext/jpeg/smokecodec.c:
10708 These libjpeg callbacks should return a 'boolean' (unsigned char
10709 apparently) and not a 'gboolean' (which maps to gint). Fixes
10710 warnings when compiling with MingW (#393427).
10712 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
10713 Use ioctlsocket on win32.
10715 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10716 Some printf format fixes for win32.
10718 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
10720 * gst/cutter/gstcutter.c: (gst_cutter_chain):
10721 Use gst_guint64_to_gdouble for conversion.
10722 * win32/vs6/libgstmatroska.dsp:
10723 Add zlib to the link.
10724 * win32/vs6/libgstvideobox.dsp:
10725 Update liboil library name (project is linked to
10726 liboil-0.3-0.lib now).
10728 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
10730 * gst/matroska/Makefile.am:
10731 If zlib is available and used, we must link it explicitly for
10732 things to work on MingW (fixes #392855).
10734 2007-01-04 Tim-Philipp Müller <tim at centricular dot net>
10736 * ext/esd/esdsink.c: (gst_esdsink_delay):
10737 Don't return bogus values when esd_get_delay() fails for some
10740 2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
10742 * sys/ximage/gstximagesrc.c: (composite_pixel):
10743 Fix presumably copy'n'pasto for 16bpp depth.
10745 2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
10747 * gst/matroska/matroska-mux.c:
10748 (gst_matroska_mux_audio_pad_setcaps):
10749 The "signed" field in audio caps is of boolean type, trying to use
10750 gst_structure_get_int() to extract it will fail. Fixing this makes
10751 matroskamux accept raw audio input (#387121) (use at your own risk
10752 though, due to the matroska spec being not entirely useful in this
10754 Also fix up raw audio structures in template caps so that they
10755 represent what our setcaps function will actually accept, so that
10756 converters know what to convert to.
10757 Finally, don't fail if there isn't an "endianness" field in 8-bit
10760 2006-12-22 Stefan Kost <ensonic@users.sf.net>
10762 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10763 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10764 * tests/check/elements/cmmldec.c: (setup_cmmldec),
10765 (teardown_cmmldec):
10766 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10767 (teardown_cmmlenc):
10768 * tests/check/elements/level.c: (setup_level), (cleanup_level):
10769 reapply consistent pad (de)activation
10771 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
10776 * gst-plugins-good.doap:
10777 Add 0.10.5 doap entry
10779 === release 0.10.5 ===
10781 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
10784 releasing 0.10.5, "The Path of Thorns"
10786 2006-12-21 Stefan Kost <ensonic@users.sf.net>
10788 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10789 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10790 * tests/check/elements/cmmldec.c: (setup_cmmldec),
10791 (teardown_cmmldec):
10792 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10793 (teardown_cmmlenc):
10794 * tests/check/elements/level.c: (setup_level), (cleanup_level):
10795 revert my freeze breakage
10797 2006-12-21 Stefan Kost <ensonic@users.sf.net>
10799 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10800 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10801 * tests/check/elements/cmmldec.c: (setup_cmmldec),
10802 (teardown_cmmldec):
10803 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10804 (teardown_cmmlenc):
10805 * tests/check/elements/level.c: (setup_level), (cleanup_level):
10806 consistent pad (de)activation
10808 2006-12-18 Jan Schmidt <thaytan@mad.scientist.com>
10812 Disable LADPSA, as it has moved to the -bad module for the duration.
10814 2006-12-18 Wim Taymans <wim@fluendo.com>
10816 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
10817 (gst_signal_processor_event):
10818 Reset flow_state back to _OK after a flush stop so that we exit our
10819 error state after the flush. Fixes #374213
10821 2006-12-16 David Schleef <ds@schleef.org>
10823 * sys/osxvideo/osxvideosink.h:
10824 * sys/osxvideo/osxvideosink.m:
10825 Decent effort at porting to 0.10. Needs cleanup on OS/X.
10827 2006-12-16 David Schleef <ds@schleef.org>
10829 Patch by: Vijay Santhanam <vijay santhanam gmail com>
10831 * sys/osxvideo/Makefile.am:
10832 * sys/osxvideo/osxvideosink.h:
10833 * sys/osxvideo/osxvideosink.m:
10834 Preliminary patch for porting osxvideosink
10836 2006-12-16 Wim Taymans <wim@fluendo.com>
10838 Patch by: Sjoerd Simons <sjoerd at luon dot net>
10840 * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
10841 (gst_videomixer_set_master_geometry),
10842 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
10843 (gst_videomixer_reset), (gst_videomixer_init),
10844 (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
10845 (gst_videomixer_release_pad), (gst_videomixer_collected),
10846 (gst_videomixer_change_state):
10847 Introduce some locking around the videomixer state so that it does not
10848 crash when adding/removing pads. Fixes #383043.
10850 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
10853 Make sure libcaca can actually be used instead of just checking for
10854 /usr/bin/caca-config, so we don't wrongly try to build cacasink when
10855 cross-compiling (fixes #384587).
10857 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
10860 * gst-plugins-good.doap:
10861 * gst-plugins-good.spec.in:
10864 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
10867 libflac-1.1.3 changed API again, but we can't build against it yet,
10868 so make sure our check doesn't use libflac-1.1.3 and add a comment
10871 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
10873 * gst/effectv/gstquark.c: (gst_quarktv_transform),
10874 (gst_quarktv_planetable_clear):
10875 Add some NULL pointer checks (possibly related to #385623).
10877 2006-12-12 Tim-Philipp Müller <tim at centricular dot net>
10879 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
10880 (gst_tag_demux_chain):
10881 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10882 In streaming mode, if the first buffer we get doesn't have an
10883 offset, fix it up to be 0, otherwise trimming won't work later on
10884 and we'll be typefinding application/x-id3, which may result in
10885 decodebin plugging an endless number of id3demux elements as a
10886 consequence. Fixes #385031.
10888 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
10890 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
10891 Ignore the buffer_time the sound device reports. Turns out it is
10892 sometimes completely bogus and we're better off without it.
10894 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
10896 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10897 (gst_matroska_demux_video_caps):
10898 * gst/matroska/matroska-ids.c:
10899 (gst_matroska_track_init_video_context):
10900 * gst/matroska/matroska-ids.h:
10901 Try harder to extract the framerate for video tracks correctly and
10902 save it directly instead of converting it back and forth a few
10903 times. Mostly makes a difference for very small framerates (<1).
10906 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
10908 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
10909 (gst_gconf_audio_src_dispose), (do_toggle_element):
10910 * ext/gconf/gstgconfaudiosrc.h:
10911 Remove gconf notify hook when the gconfaudiosrc element is
10912 destroyed, otherwise the callback may be called on an
10913 already-destroyed instance and bad things happen. Should fix
10915 Also ignore gconf key changes when the source is already running.
10917 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
10919 Patch by: Sebastian Dröge <mail at slomosnail de>
10921 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
10922 We need to be able to read and parse any possible floating point string
10923 format ("1,234" or "1.234") irrespective of the current locale. g_strod()
10924 will parse the former only in certain locales though, so we really need
10925 to canonicalise the separator to '.' and then use g_ascii_strtod() to
10926 make sure we can parse either version at all times.
10927 Fixes #382982 for real.
10929 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
10931 * sys/sunaudio/gstsunaudiomixerctrl.c:
10932 * sys/sunaudio/gstsunaudiosrc.c:
10934 Use the sunaudio debug category.
10936 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
10937 (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
10938 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
10939 (gst_sunaudiosink_open), (gst_sunaudiosink_close),
10940 (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
10941 (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
10942 (gst_sunaudiosink_reset):
10943 * sys/sunaudio/gstsunaudiosink.h:
10945 Uses the sunaudio debug category for all debug output
10946 Implements the _delay() callback to synchronise video playback better
10947 Change the segtotal and segsize values back to the parent class
10948 defaults (taken from buffer_time and latency_times of 200ms and 10ms
10950 Measure the samples written to the device vs. played.
10951 Keep track of segments in the device by writing empty eof frames, and
10952 sleep using a GCond when we get too far ahead and risk overrunning the
10957 2006-12-08 Wim Taymans <wim@fluendo.com>
10959 Patch by: Sebastian Dröge <mail at slomosnail de >
10961 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
10962 (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
10963 * gst/audiofx/audiopanorama.h:
10964 Fix audiopanorame with float samples. Fixes #383726.
10966 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
10968 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
10969 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
10970 (gst_sunaudiosrc_reset):
10972 Implement reset functions to unblock the src/sink more quickly on
10973 state change requests.
10974 Patch by: Brian Cameron <brian dot cameron at sun com>
10976 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
10978 * sys/sunaudio/gstsunaudiomixer.c:
10979 (gst_sunaudiomixer_change_state):
10980 Construct the correct mixer device name when the AUDIODEV env var
10983 Patch by: Jerry Tan <jerry.tan at sun dot com>
10986 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
10988 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10989 Apply patch to open the mixer control and set the MULTIPLE_OPEN
10990 ioctl. On solaris, the mixer device doesn't need opening non-blocking
10991 - it can be opened by multiple processes by default, but needs the ioctl for multiple opens within 1 process.
10992 Patch by: Jerry Tan <jerry.tan at sun dot com>
10995 2006-12-07 Wim Taymans <wim@fluendo.com>
10997 * gst/smpte/gstmask.h:
10998 * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10999 (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11000 (gst_smpte_collected), (gst_smpte_set_property),
11001 (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11002 * gst/smpte/gstsmpte.h:
11003 Port to 0.10 some more.
11004 Added duration property to specify the duration of the transition.
11005 Make framerate a fraction.
11006 Deprecate fps property, we only use negotiated fps.
11008 Fix collectpad usage.
11009 Reset state in READY.
11010 Send NEWSEGMENT event.
11011 Fix racy updates of object properties.
11012 Added debug category.
11015 2006-12-06 Wim Taymans <wim@fluendo.com>
11017 Patch by: Sjoerd Simons <sjoerd at luon dot net>
11019 * gst/videomixer/videomixer.c:
11020 (gst_videomixer_set_master_geometry),
11021 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11022 Don't reset xpos and ypos in the setcaps function because causes
11023 unexpected behaviour.
11026 2006-12-06 Wim Taymans <wim@fluendo.com>
11028 * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11029 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11030 Keep track of the buffer timestamp in the collectdata member instead
11031 of modifying the buffer without making the metadata writable first.
11034 2006-12-06 Wim Taymans <wim@fluendo.com>
11036 Patch by: Rob Taylor <robtaylor at floopily dot org>
11038 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11039 If using multicast in udpsrc, bind to the multicast address rather than
11041 This allows the simultanous use of multiple udpsrcs listening on
11042 different multicat addresses. Without this all udpsrcs will receive all
11043 packets from all subscribed multicast addresses.
11046 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
11048 * ext/taglib/gstid3v2mux.cc:
11049 Don't attempt to write a NULL frame into the ID3 tag set when the
11050 createFrame method returned NULL.
11052 Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11054 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
11056 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11057 Use g_strtod() instead of sscanf to parse doubles, so that it will
11058 try parsing in the C locale if the current locale fails.
11060 Patch by: Sebastian Dröge <mail at slomosnail de >
11062 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
11065 Fix compilation on win32 under VS8
11066 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11067 Partially fixes #381175
11069 2006-11-30 Stefan Kost <ensonic@users.sf.net>
11071 * gst/avi/gstavimux.c:
11072 accept all mpegversions,fixes #380825
11073 spotted by: Jerome Alet
11075 2006-11-30 Stefan Kost <ensonic@users.sf.net>
11077 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11078 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11079 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11080 (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11081 cleanup the error message a bit more
11083 2006-11-28 Wim Taymans <wim@fluendo.com>
11085 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11086 Fix width and height properties.
11088 * ext/libcaca/gstcacasink.h:
11089 Fix compilation on newer libcaca that require us to include a new
11090 header. Fixes #379918.
11092 2006-11-28 Wim Taymans <wim@fluendo.com>
11094 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11095 * gst/rtsp/gstrtspsrc.h:
11096 * gst/rtsp/rtspext.h:
11097 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11098 (rtsp_ext_wms_get_context):
11099 Add method so that extensions can choose to disable the setup of
11101 Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11103 2006-11-27 Wim Taymans <wim@fluendo.com>
11105 Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11107 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11108 Push header in a separate buffer instead of memcpy:ing all data.
11109 Change LF => CRLF in headers.
11110 Move trailing LF to header. Fixes #379792.
11112 2006-11-27 Wim Taymans <wim@fluendo.com>
11114 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11115 Small buffer overflow fix and improve debugging.
11117 2006-11-24 Stefan Kost <ensonic@users.sf.net>
11119 * ext/esd/esdmon.h:
11120 * ext/esd/esdsink.h:
11121 remove obsolete _factory_init protos
11123 2006-11-24 Stefan Kost <ensonic@users.sf.net>
11125 * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11126 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11127 (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11128 (gst_avi_demux_read_subindexes_push),
11129 (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11130 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11131 (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11132 (gst_avi_demux_massage_index),
11133 (gst_avi_demux_calculate_durations_from_index),
11134 (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11135 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11136 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11137 remove dead code, tweak debugs statements, add comments, use
11138 _uint64_scale instead _uint64_scale_int when using guint64 values,
11139 small optimizations, reflow some error handling
11141 2006-11-22 Edward Hervey <edward@fluendo.com>
11144 We never put .pot files in cvs. Let's ignore them all.
11146 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
11149 ... but better exclude files that aren't disted.
11151 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
11154 Add v4l2 source files to list of files with translations, so the
11155 strings are actually extracted (however bad they still may be).
11157 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
11159 * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11160 Minor clean-ups: const-ify static array, remove trailing comma from
11161 last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
11163 2006-11-19 Jan Schmidt <thaytan@mad.scientist.com>
11165 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11166 Make sure that g_free always gets called on the same pointer that was
11167 returned by g_malloc. Fixes #376594.
11168 Do not leak memory if decompressed size is wrong.
11169 Remove unneeded check of return value of g_malloc.
11170 Patch by: René Stadler <mail@renestadler.de>
11172 2006-11-18 Tim-Philipp Müller <tim at centricular dot net>
11174 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
11175 Add missing curly brackets.
11177 2006-11-17 Edgard Lima <edgard.lima@indt.org.br>
11179 * sys/v4l2/v4l2src_calls.c:
11180 Fix capture_deinit.
11182 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
11184 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11185 (gst_matroska_mux_request_new_pad):
11186 Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
11188 * tests/check/elements/matroskamux.c: (setup_src_pad),
11189 (setup_sink_pad), (GST_START_TEST):
11190 Activate pads before using them.
11192 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
11194 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
11195 Initialise variable to get rid of bogus compiler warning.
11197 2006-11-16 Stefan Kost <ensonic@users.sf.net>
11199 Patch by: Ville Syrjala <ville.syrjala@movial.fi>
11201 * gst/rtp/gstrtph263pay.c:
11202 * gst/rtp/gstrtph263pdepay.c:
11203 * gst/rtp/gstrtph263ppay.c:
11204 Specify H.263 variant and version in the caps (fixes #361637)
11206 2006-11-15 Wim Taymans <wim@fluendo.com>
11208 * gst/rtsp/rtspconnection.c: (read_body):
11209 Don't set a data pointer to NULL and a size > 0 when we deal
11210 with empty packets.
11212 * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11213 (rtsp_message_init_response), (rtsp_message_init_data),
11214 (rtsp_message_unset), (rtsp_message_free),
11215 (rtsp_message_take_body):
11216 Check that we can't create invalid empty packets.
11218 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
11220 Patch by: Mark Nauwelaerts <manauw at skynet be>
11222 * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
11223 (gst_matroska_mux_class_init), (gst_matroska_pad_free),
11224 (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
11225 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
11226 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11227 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
11228 * gst/matroska/matroska-mux.h:
11229 Add basic tag writing support; implement releasing pads (#374658).
11231 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
11233 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11234 (gst_matroska_demux_audio_caps):
11235 Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
11237 2006-11-14 David Schleef <ds@schleef.org>
11239 * gst/matroska/matroska-mux.c: Add Dirac fourcc.
11241 2006-11-14 Tim-Philipp Müller <tim at centricular dot net>
11243 Patch by: Sergey Scobich <sergey.scobich at gmail com>
11245 * win32/vs8/gst-plugins-good.sln:
11246 * win32/vs8/libgst1394.vcproj:
11247 * win32/vs8/libgstaasink.vcproj:
11248 * win32/vs8/libgstalaw.vcproj:
11249 * win32/vs8/libgstalpha.vcproj:
11250 * win32/vs8/libgstalphacolor.vcproj:
11251 * win32/vs8/libgstannodex.vcproj:
11252 * win32/vs8/libgstapetag.vcproj:
11253 * win32/vs8/libgstaudiofx.vcproj:
11254 * win32/vs8/libgstauparse.vcproj:
11255 * win32/vs8/libgstautodetect.vcproj:
11256 * win32/vs8/libgstavi.vcproj:
11257 * win32/vs8/libgstcacasink.vcproj:
11258 * win32/vs8/libgstcdio.vcproj:
11259 * win32/vs8/libgstcutter.vcproj:
11260 * win32/vs8/libgstdv.vcproj:
11261 * win32/vs8/libgsteffectv.vcproj:
11262 * win32/vs8/libgstflac.vcproj:
11263 * win32/vs8/libgstflxdec.vcproj:
11264 * win32/vs8/libgstgoom.vcproj:
11265 * win32/vs8/libgsticydemux.vcproj:
11266 * win32/vs8/libgstid3demux.vcproj:
11267 * win32/vs8/libgstjpeg.vcproj:
11268 * win32/vs8/libgstladspa.vcproj:
11269 * win32/vs8/libgstlevel.vcproj:
11270 * win32/vs8/libgstmatroska.vcproj:
11271 * win32/vs8/libgstmikmod.vcproj:
11272 * win32/vs8/libgstmng.vcproj:
11273 * win32/vs8/libgstmonoscope.vcproj:
11274 * win32/vs8/libgstmulaw.vcproj:
11275 * win32/vs8/libgstmultipart.vcproj:
11276 * win32/vs8/libgstpng.vcproj:
11277 * win32/vs8/libgstrtp.vcproj:
11278 * win32/vs8/libgstrtsp.vcproj:
11279 * win32/vs8/libgstshout2.vcproj:
11280 * win32/vs8/libgstsmpte.vcproj:
11281 * win32/vs8/libgstspeex.vcproj:
11282 * win32/vs8/libgsttaglib.vcproj:
11283 * win32/vs8/libgstudp.vcproj:
11284 * win32/vs8/libgstvideobalance.vcproj:
11285 * win32/vs8/libgstvideobox.vcproj:
11286 * win32/vs8/libgstvideoflip.vcproj:
11287 * win32/vs8/libgstvideomixer.vcproj:
11288 * win32/vs8/libgstwavenc.vcproj:
11289 * win32/vs8/libgstwavparse.vcproj:
11290 Make end-of-line returns unixy, so that when the files are checked
11291 out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
11292 Hopefully fixes #366492.
11294 2006-11-14 Wim Taymans <wim@fluendo.com>
11296 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11297 Disable init_frames delay timestamp adjustment, it does not
11298 seem to be needed at all. Fixes #369621.
11300 2006-11-13 Wim Taymans <wim@fluendo.com>
11302 Patch by: Mark Nauwelaerts <manauw at skynet be>
11304 * gst/videomixer/videomixer.c:
11305 (gst_videomixer_set_master_geometry),
11306 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
11307 (gst_videomixer_collect_free), (gst_videomixer_reset),
11308 (gst_videomixer_init), (gst_videomixer_finalize),
11309 (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
11310 (gst_videomixer_collected), (gst_videomixer_change_state):
11311 Fix memleak by unref'ing collectpads instance (when finalizing)
11312 Implement releasing a request pad. Fixes #374479.
11314 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
11316 Patch by: Sergey Scobich <sergey.scobich at gmail com>
11318 * win32/vs8/gst-plugins-good.sln:
11319 * win32/vs8/libgst1394.vcproj:
11320 * win32/vs8/libgstaasink.vcproj:
11321 * win32/vs8/libgstalaw.vcproj:
11322 * win32/vs8/libgstalpha.vcproj:
11323 * win32/vs8/libgstalphacolor.vcproj:
11324 * win32/vs8/libgstannodex.vcproj:
11325 * win32/vs8/libgstapetag.vcproj:
11326 * win32/vs8/libgstaudiofx.vcproj:
11327 * win32/vs8/libgstauparse.vcproj:
11328 * win32/vs8/libgstautodetect.vcproj:
11329 * win32/vs8/libgstavi.vcproj:
11330 * win32/vs8/libgstcacasink.vcproj:
11331 * win32/vs8/libgstcdio.vcproj:
11332 * win32/vs8/libgstcutter.vcproj:
11333 * win32/vs8/libgstdv.vcproj:
11334 * win32/vs8/libgsteffectv.vcproj:
11335 * win32/vs8/libgstflac.vcproj:
11336 * win32/vs8/libgstflxdec.vcproj:
11337 * win32/vs8/libgstgoom.vcproj:
11338 * win32/vs8/libgsticydemux.vcproj:
11339 * win32/vs8/libgstid3demux.vcproj:
11340 * win32/vs8/libgstjpeg.vcproj:
11341 * win32/vs8/libgstladspa.vcproj:
11342 * win32/vs8/libgstlevel.vcproj:
11343 * win32/vs8/libgstmatroska.vcproj:
11344 * win32/vs8/libgstmikmod.vcproj:
11345 * win32/vs8/libgstmng.vcproj:
11346 * win32/vs8/libgstmonoscope.vcproj:
11347 * win32/vs8/libgstmulaw.vcproj:
11348 * win32/vs8/libgstmultipart.vcproj:
11349 * win32/vs8/libgstpng.vcproj:
11350 * win32/vs8/libgstrtp.vcproj:
11351 * win32/vs8/libgstrtsp.vcproj:
11352 * win32/vs8/libgstshout2.vcproj:
11353 * win32/vs8/libgstsmpte.vcproj:
11354 * win32/vs8/libgstspeex.vcproj:
11355 * win32/vs8/libgsttaglib.vcproj:
11356 * win32/vs8/libgstudp.vcproj:
11357 * win32/vs8/libgstvideobalance.vcproj:
11358 * win32/vs8/libgstvideobox.vcproj:
11359 * win32/vs8/libgstvideoflip.vcproj:
11360 * win32/vs8/libgstvideomixer.vcproj:
11361 * win32/vs8/libgstwavenc.vcproj:
11362 * win32/vs8/libgstwavparse.vcproj:
11363 Add VS8 project files (note that many of the plugins in ext are
11364 disabled by default). Fixes #366492.
11366 2006-11-10 Stefan Kost <ensonic@users.sf.net>
11368 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11369 we do not translate debug messages
11371 2006-11-08 Stefan Kost <ensonic@users.sf.net>
11373 * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11374 fix categorisation, make short desc more explicit, remove unused code
11377 2006-11-08 Wim Taymans <wim@fluendo.com>
11379 * gst/rtp/gstrtpL16depay.c:
11380 * gst/rtp/gstrtpamrdepay.c:
11381 * gst/rtp/gstrtpamrpay.c:
11382 * gst/rtp/gstrtpgsmdepay.c:
11383 * gst/rtp/gstrtph263pay.c:
11384 * gst/rtp/gstrtph263pdepay.c:
11385 * gst/rtp/gstrtph263ppay.c:
11386 * gst/rtp/gstrtph264depay.c:
11387 * gst/rtp/gstrtpmp2tdepay.c:
11388 * gst/rtp/gstrtpmp4gdepay.c:
11389 * gst/rtp/gstrtpmp4gpay.c:
11390 * gst/rtp/gstrtpmp4vdepay.c:
11391 * gst/rtp/gstrtpmp4vpay.c:
11392 * gst/rtp/gstrtpmpadepay.c:
11393 * gst/rtp/gstrtpmpapay.c:
11394 * gst/rtp/gstrtppcmadepay.c:
11395 * gst/rtp/gstrtppcmapay.c:
11396 * gst/rtp/gstrtppcmudepay.c:
11397 * gst/rtp/gstrtppcmupay.c:
11398 * gst/rtp/gstrtpspeexdepay.c:
11399 * gst/rtp/gstrtpspeexpay.c:
11400 * gst/rtp/gstrtpsv3vdepay.c:
11401 Fix element descriptions.
11403 2006-11-08 Wim Taymans <wim@fluendo.com>
11405 * gst/rtp/gstrtpvorbisdepay.c:
11406 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
11408 Small cleanup in the payloader.
11410 2006-11-08 Wim Taymans <wim@fluendo.com>
11412 * gst/rtp/Makefile.am:
11413 * gst/rtp/gstrtp.c: (plugin_init):
11414 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
11415 (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
11416 (gst_rtp_theora_depay_finalize),
11417 (gst_rtp_theora_depay_parse_configuration),
11418 (gst_rtp_theora_depay_setcaps),
11419 (gst_rtp_theora_depay_switch_codebook),
11420 (gst_rtp_theora_depay_process),
11421 (gst_rtp_theora_depay_set_property),
11422 (gst_rtp_theora_depay_get_property),
11423 (gst_rtp_theora_depay_change_state),
11424 (gst_rtp_theora_depay_plugin_init):
11425 * gst/rtp/gstrtptheoradepay.h:
11426 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
11427 (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
11428 (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
11429 (gst_rtp_theora_pay_init_packet),
11430 (gst_rtp_theora_pay_flush_packet),
11431 (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
11432 (gst_rtp_theora_pay_handle_buffer),
11433 (gst_rtp_theora_pay_plugin_init):
11434 * gst/rtp/gstrtptheorapay.h:
11435 Add theora pay/depayloaders.
11437 2006-11-06 Wim Taymans <wim@fluendo.com>
11439 * gst/rtp/Makefile.am:
11440 We depend on gsttag to generate the vorbis comments.
11442 * gst/rtp/gstrtpvorbisdepay.c:
11443 (gst_rtp_vorbis_depay_parse_configuration),
11444 (gst_rtp_vorbis_depay_setcaps),
11445 (gst_rtp_vorbis_depay_switch_codebook),
11446 (gst_rtp_vorbis_depay_process):
11447 * gst/rtp/gstrtpvorbisdepay.h:
11448 Parse configuration string in the depayloader.
11449 Implement selecting and switching to a new codebook.
11450 Receiving vorbis over RTP now works.
11452 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
11453 (gst_rtp_vorbis_pay_init_packet),
11454 (gst_rtp_vorbis_pay_finish_headers),
11455 (gst_rtp_vorbis_pay_handle_buffer):
11456 * gst/rtp/gstrtpvorbispay.h:
11457 Set timestamps on outgoing buffers and RTP packets.
11458 Fix configuration string, prepend number of Packet headers.
11459 Fix encoding of ident string.
11460 Add delivery-method to caps.
11461 Streaming vorbis over RTP now works.
11463 2006-11-06 Wim Taymans <wim@fluendo.com>
11465 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
11466 (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
11467 (gst_rtp_vorbis_pay_handle_buffer):
11468 * gst/rtp/gstrtpvorbispay.h:
11469 Generate a valid configuration string in the caps based on the
11472 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
11474 * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
11475 * ext/cdio/gstcdio.h:
11476 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
11477 Move CD-TEXT utility function into common file so it can also be
11478 used by a future cdioparanoiasrc.
11480 2006-11-01 Edgard Lima <edgard.lima@indt.org.br>
11482 * sys/v4l2/Makefile.am:
11483 * sys/v4l2/gstv4l2object.c:
11484 * sys/v4l2/gstv4l2src.c:
11485 * sys/v4l2/gstv4l2xoverlay.c:
11486 * sys/v4l2/v4l2_calls.c:
11487 * sys/v4l2/v4l2src_calls.c:
11488 Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
11489 xoverlay code that is still not implemented.
11491 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
11493 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11494 We require a -base more recent than 0.10.9, so it's safe to use
11495 GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
11497 * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
11498 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
11499 Use _newsegment_full() now that we depend on a recent enough core.
11501 * gst/wavparse/gstwavparse.c:
11502 Remove cruft that we don't need any longer now that we depend on
11503 a recent enough -base.
11505 2006-10-31 Wim Taymans <wim@fluendo.com>
11507 * gst/rtp/Makefile.am:
11508 * gst/rtp/gstrtp.c: (plugin_init):
11509 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
11510 (gst_rtpilbcpay_setcaps):
11511 Fix and activate ILBC pay and depayloaders. Fixes #368162.
11513 2006-10-31 Wim Taymans <wim@fluendo.com>
11515 * ext/speex/gstspeexdec.c: (speex_dec_convert),
11516 (speex_dec_sink_event), (speex_dec_chain_parse_header):
11517 Some small cleanups, use _scale.
11519 2006-10-31 Wim Taymans <wim@fluendo.com>
11521 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11522 Use higher precision scale function.
11524 2006-10-30 Tim-Philipp Müller <tim at centricular dot net>
11526 Patch by: Michal Benes <michal dot benes at itonis tv>
11528 * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
11529 (gst_matroska_demux_read_track_encodings),
11530 (gst_matroska_decode_buffer):
11531 Fix several issues with encoded/compressed/encrypted/signed tracks;
11532 also, remove superfluous newline characters from some debug
11533 statements. (#366155)
11535 2006-10-30 Wim Taymans <wim@fluendo.com>
11537 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
11538 * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
11539 (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
11540 (gst_smokedec_change_state):
11541 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11542 (gst_smokeenc_init), (gst_smokeenc_finalize),
11543 (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
11544 (gst_smokeenc_resync), (gst_smokeenc_chain),
11545 (gst_smokeenc_set_property), (gst_smokeenc_get_property),
11546 (gst_smokeenc_change_state):
11547 Various cleanups, capsnego and leak fixes.
11549 2006-10-30 Wim Taymans <wim@fluendo.com>
11551 Patch by: Mark Nauwelaerts <manauw at skynet be>
11553 * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
11554 Fix videomixer so that it can handle any combination of framerates.
11557 2006-10-28 Wim Taymans <wim@fluendo.com>
11559 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11560 (gst_avi_demux_parse_file_header),
11561 (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
11562 (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
11563 (gst_avi_demux_chain):
11564 Fix position query for audio. also fixes timestamps in streaming
11565 mode and bug #364958.
11568 2006-10-27 Wim Taymans <wim@fluendo.com>
11570 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
11571 * ext/libpng/gstpngenc.h:
11572 Fix strides. Fixes #364856.
11574 Set caps on outgoing buffers.
11576 2006-10-18 Wim Taymans <wim@fluendo.com>
11578 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11580 * gst/rtp/gstrtpgsmpay.c:
11581 * gst/rtp/gstrtph263pay.c:
11582 * gst/rtp/gstrtpmpapay.c:
11583 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
11584 (gst_rtp_pcma_pay_handle_buffer):
11585 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
11586 Add static payload numbers in addition to the dynamic ones.
11589 2006-10-18 Wim Taymans <wim@fluendo.com>
11591 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
11592 (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
11593 (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
11594 (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
11595 * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
11596 * gst/rtsp/rtspdefs.h:
11597 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11598 * gst/rtsp/rtspurl.h:
11599 Reuse already existing enum for lower transport.
11600 Add rtspt and rtspu protocols.
11601 Send redirect to rtspt when udp times out.
11603 2006-10-18 Wim Taymans <wim@fluendo.com>
11605 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11606 (gst_wavparse_stream_data):
11607 Fix seeking some more, mostly for speed changes.
11609 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
11611 Patch by: Fredrik Persson <frepe at bredband net>
11613 * sys/v4l2/gstv4l2tuner.c:
11614 * sys/v4l2/gstv4l2tuner.h:
11615 Fix _set_channel(): remove useless g_object_notify() for "channel"
11616 property that doesn't exist any longer and therefore now also
11617 useless redirect (#338818).
11619 2006-10-17 Wim Taymans <wim@fluendo.com>
11621 * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
11622 Some drivers do not support unsetting the non-blocking flag once the
11623 device is opened. In those cases, close/open the device in
11624 non-blocking mode. Fixes #362673.
11626 2006-10-17 Stefan Kost <ensonic@users.sf.net>
11628 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11629 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11630 (gst_v4l2src_get_fps):
11631 dear stefan, framespersecond is not frameperiod, reverting but adding
11634 2006-10-17 Stefan Kost <ensonic@users.sf.net>
11636 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11637 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
11638 (gst_v4l2src_get_fps):
11639 Numerator is numerator and denominator is denominator. Say that aloud
11640 5 times and retry after next beer.
11642 2006-10-16 Tim-Philipp Müller <tim at centricular dot net>
11644 Patch by: Josep Torra Valles <josep at fluendo com>
11646 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
11647 * ext/esd/esdsink.c: (gst_esdsink_write):
11648 * ext/flac/gstflacdec.c: (gst_flac_dec_length),
11649 (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
11650 (gst_flac_dec_send_newsegment):
11651 * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
11652 (gst_flac_enc_tell_callback):
11653 * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
11654 (smokecodec_parse_header), (smokecodec_decode):
11655 * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
11656 * gst/debug/efence.c: (gst_fenced_buffer_alloc):
11657 * gst/goom/Makefile.am:
11658 * gst/goom/gstgoom.c:
11659 * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
11660 * gst/rtsp/gstrtspsrc.c:
11661 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11662 * gst/udp/gstudpsink.c:
11663 * gst/udp/gstudpsrc.c:
11664 * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
11665 * sys/sunaudio/gstsunaudiomixertrack.h:
11666 Fix a bunch of problems discovered by the Forte compiler, mostly type
11667 mixups and pointer arithmetics with void pointers. Fixes #362603.
11669 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
11671 * ext/speex/gstspeex.c: (plugin_init):
11672 * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
11673 (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
11674 (gst_speex_enc_class_init), (gst_speex_enc_finalize),
11675 (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
11676 (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
11677 (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
11678 (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
11679 (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
11680 (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
11681 (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
11682 (gst_speex_enc_chain), (gst_speex_enc_get_property),
11683 (gst_speex_enc_set_property), (gst_speex_enc_change_state):
11684 * ext/speex/gstspeexenc.h:
11685 Miscellaneous clean-ups, among other things: speexenc => enc to
11686 enhance code readability; change speexenc => speex_enc; in chain
11687 function unref input buffer in case of error; take reference in
11688 event function; use boilerplate macro; use gst_pad_query_peer_*
11689 convenience functions.
11691 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
11693 * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
11694 (gst_speexenc_set_last_msg), (gst_speexenc_setup),
11695 (gst_speexenc_set_header_on_caps):
11696 Fix some mem leaks.
11698 2006-10-11 Wim Taymans <wim@fluendo.com>
11701 Added some other URL.
11703 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
11704 (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
11705 (gst_rtspsrc_open), (gst_rtspsrc_play),
11706 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11707 * gst/rtsp/gstrtspsrc.h:
11708 Work on fallback to TCP connection when the UDP socket times out.
11709 Handler server requests, just reply with OK for now.
11711 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11712 * gst/rtsp/rtspdefs.h:
11713 Added some more Real extension headers.
11715 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11716 Fix parsing of urls with a ':' that is not part of the hostname:port
11719 2006-10-11 Tim-Philipp Müller <tim at centricular dot net>
11721 * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
11722 * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
11723 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11724 Activate pad before adding it to the already-running element.
11726 * tests/check/elements/icydemux.c: (icydemux_found_pad):
11727 Activate newly-created pad too.
11729 2006-10-11 Wim Taymans <wim@fluendo.com>
11731 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
11733 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11734 (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
11735 (gst_udpsrc_start):
11736 Fix some leaks in caps and uris. Fixes #361252.
11738 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
11740 * gst/wavparse/Makefile.am:
11741 Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
11743 2006-10-09 Jan Schmidt <thaytan@mad.scientist.com>
11745 * sys/v4l2/gstv4l2xoverlay.c:
11746 * sys/v4l2/gstv4l2xoverlay.h:
11747 Fix build as per the patch in #338818 comment 36.
11749 2006-10-07 Tim-Philipp Müller <tim at centricular dot net>
11751 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11752 Activate pads before adding them to the source.
11754 2006-10-06 Wim Taymans <wim@fluendo.com>
11756 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
11757 * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
11758 Activate pads before adding.
11760 2006-10-06 Wim Taymans <wim@fluendo.com>
11762 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11763 (gst_multipart_find_pad_by_mime):
11764 Activate pads before adding.
11766 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11767 BOILERPLATE sets parent_class for us.
11769 2006-10-06 Wim Taymans <wim@fluendo.com>
11771 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
11772 (gst_rtspsrc_class_init), (gst_rtspsrc_init),
11773 (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
11774 (gst_rtspsrc_alloc_udp_ports),
11775 (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
11776 (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
11777 (gst_rtspsrc_create_transports_string),
11778 (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
11779 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11780 * gst/rtsp/gstrtspsrc.h:
11781 Rework how the transport string is constructed, try to share channels
11783 Make most of the stuff less dependant on RTP as we are also going to use
11785 Add support for transport specific session managers.
11787 * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
11788 Implement _flush().
11790 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11791 * gst/rtsp/rtspdefs.h:
11792 Add generic error return code.
11794 * gst/rtsp/rtspext.h:
11795 Add support for pluggable tranport strings.
11797 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
11798 (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
11799 (rtsp_ext_wms_get_context):
11800 Detect WMServer and activate the extension.
11802 * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
11803 (rtsp_transport_get_manager), (rtsp_transport_parse):
11804 * gst/rtsp/rtsptransport.h:
11805 Added methods to get mime/manager for certain transports.
11807 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
11809 * ext/cairo/gsttimeoverlay.c:
11810 (gst_cairo_time_overlay_update_font_height):
11811 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
11812 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
11813 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
11814 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11815 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11816 * ext/libpng/gstpngdec.c: (user_endrow_callback):
11817 * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
11818 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11819 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11820 (gst_avi_demux_stream_data):
11821 * gst/cutter/gstcutter.c: (gst_cutter_chain):
11822 * gst/debug/efence.c: (gst_efence_buffer_alloc),
11823 (gst_fenced_buffer_copy):
11824 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11825 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11826 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11827 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
11828 (gst_rtspsrc_handle_message):
11829 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11830 * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
11831 Printf format fixes.
11833 2006-10-04 Wim Taymans <wim@fluendo.com>
11835 * gst/rtsp/Makefile.am:
11836 Dist new .h file too.
11838 2006-10-04 Wim Taymans <wim@fluendo.com>
11840 * gst/rtsp/Makefile.am:
11841 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
11842 (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
11843 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11844 (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
11845 (gst_rtspsrc_parse_rtpmap),
11846 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
11847 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
11848 (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
11849 * gst/rtsp/gstrtspsrc.h:
11850 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11851 * gst/rtsp/rtspdefs.h:
11852 * gst/rtsp/rtspext.h:
11853 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
11854 (rtsp_ext_wms_get_context):
11855 * gst/rtsp/rtspextwms.h:
11856 * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
11857 (rtsp_transport_parse):
11858 * gst/rtsp/rtsptransport.h:
11859 Factor out extension in separate module.
11860 Fix getcaps to filter against the padtemplate.
11861 Use Content-Base if the server gives one.
11862 Rework the transport parsing a bit for future extensions.
11863 Added some Real Header field definitions.
11865 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
11867 * docs/plugins/Makefile.am:
11868 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11869 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11871 * gst-plugins-good.spec.in:
11874 2006-10-04 Tim-Philipp Müller <tim at centricular dot net>
11876 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11877 Extract disc/album/medium number and count and try harder
11878 to extract track number/count.
11880 2006-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
11884 add build stuff for v4l2, needs --enable-experimental until
11885 the last bits are resolved
11887 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
11889 * tests/check/Makefile.am:
11890 Disable autodetect test temporarily, so that the build bots
11891 update -bad and the ranks of unreliable video sinks in there.
11893 * tests/check/elements/autodetect.c: (GST_START_TEST):
11894 Skip test if no usable videosink is found.
11896 2006-09-29 Wim Taymans <wim@fluendo.com>
11899 Add some more URLs.
11901 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
11902 (gst_rtspsrc_init), (gst_rtspsrc_finalize),
11903 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
11904 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
11905 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
11906 (gst_rtspsrc_loop), (gst_rtspsrc_send),
11907 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
11908 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11909 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11910 * gst/rtsp/gstrtspsrc.h:
11911 Add timeout property to control UDP timeouts.
11912 Fix error messages.
11913 Also start a loop function when operating in UDP mode so that we can
11914 do some more stuff async.
11915 Handle element messages from udpsrc to detect timeouts. If a timeout
11916 happens we currently generate an error.
11917 API: rtspsrc::timeout property.
11919 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11920 (gst_udpsrc_create):
11921 Really implement the timeout in microseconds and not milliseconds.
11923 2006-09-29 Wim Taymans <wim@fluendo.com>
11925 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11926 (gst_udpsrc_create), (gst_udpsrc_set_property),
11927 (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
11928 * gst/udp/gstudpsrc.h:
11929 Added property to post a message on timeout.
11931 When restarting the select, initialize the fdsets again.
11932 Init control sockets so we don't accidentally close a random socket.
11933 API: GstUDPSrc::timeout property
11935 2006-09-29 Wim Taymans <wim@fluendo.com>
11937 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
11938 Fix flag registration.
11940 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11941 Reading 0 also means 'no more commands'
11943 2006-09-29 Wim Taymans <wim@fluendo.com>
11945 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
11947 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11948 Fix possible infinite loop when shutting down, a read can also return
11949 0 to indicate no more messages are available. Fixes #358156.
11951 2006-09-25 Wim Taymans <wim@fluendo.com>
11953 * gst/autodetect/gstautoaudiosink.c:
11954 (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
11955 (gst_auto_audio_sink_find_best):
11956 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
11958 don't try to set "sync" property when it is not available.
11960 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
11962 Patch by: Peter Kjellerstedt <pkj at axis com>
11964 * gst/alpha/gstalpha.c:
11965 * gst/rtp/gstrtpamrdepay.c:
11966 * gst/rtsp/gstrtspsrc.c:
11967 * gst/udp/gstudpsrc.c:
11968 * gst/videomixer/videomixer.c:
11969 Include stdlib.h in some more places, makes things compile
11970 with uClibc and -Werror (#357592).
11972 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
11974 * ext/jpeg/gstjpegdec.c:
11975 Set minimum height to 8 (from 16), our code should handle
11976 that fine. Some of the buttons on the apple trailer site
11977 are apparently only 15 pixels high (see #357470).
11979 2006-09-23 Wim Taymans <wim@fluendo.com>
11981 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
11982 (gst_rtspsrc_open):
11983 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11984 (rtsp_connection_connect), (rtsp_connection_read), (read_body),
11985 (rtsp_connection_receive):
11986 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11987 * gst/rtsp/rtspdefs.h:
11988 Improve error reporting.
11990 2006-09-23 Wim Taymans <wim@fluendo.com>
11992 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
11993 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
11994 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
11995 * gst/rtp/gstrtpdepay.c:
11996 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
11997 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
11998 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
11999 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12000 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12001 (gst_rtp_mp2t_depay_plugin_init):
12002 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12003 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12004 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12005 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12006 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12007 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12008 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12009 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12011 Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12013 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
12016 Need -base CVS for gst_base_rtp_depayload_push_ts().
12018 2006-09-22 Wim Taymans <wim@fluendo.com>
12020 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12021 Don't check for a tag that is never there and check if we read the
12022 correct tag. Fixes seeking again.
12023 We must post an error when all pads are unlinked.
12025 2006-09-22 Wim Taymans <wim@fluendo.com>
12027 * gst/rtp/Makefile.am:
12028 * gst/rtp/gstrtp.c: (plugin_init):
12029 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12030 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12031 (gst_rtp_vorbis_pay_reset_packet),
12032 (gst_rtp_vorbis_pay_init_packet),
12033 (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12034 (gst_rtp_vorbis_pay_handle_buffer):
12035 More fixage, set endoder-params correctly in the payloader.
12037 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
12039 * gst/autodetect/gstautoaudiosink.c:
12040 (gst_auto_audio_sink_base_init):
12041 * gst/autodetect/gstautovideosink.c:
12042 (gst_auto_video_sink_base_init):
12043 Make static pad templates static to appease valgrind's leak
12046 * tests/check/Makefile.am:
12047 * tests/check/elements/.cvsignore:
12048 * tests/check/elements/autodetect.c: (GST_START_TEST),
12049 (autodetect_suite):
12050 Add simple test for the ghostpad lockup on shutdown fixed in core
12051 CVS (audio bit disabled because it would need dozens of alsa
12052 suppressions and I'm too lazy to add those now).
12054 2006-09-22 Wim Taymans <wim@fluendo.com>
12056 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12057 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12060 * gst/rtp/Makefile.am:
12061 * gst/rtp/gstrtp.c: (plugin_init):
12062 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12063 (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12064 (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12065 (gst_rtp_vorbis_depay_process),
12066 (gst_rtp_vorbis_depay_set_property),
12067 (gst_rtp_vorbis_depay_get_property),
12068 (gst_rtp_vorbis_depay_change_state),
12069 (gst_rtp_vorbis_depay_plugin_init):
12070 * gst/rtp/gstrtpvorbisdepay.h:
12071 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12072 (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12073 (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12074 (gst_rtp_vorbis_pay_flush_packet),
12075 (gst_rtp_vorbis_pay_append_buffer),
12076 (gst_rtp_vorbis_pay_handle_buffer),
12077 (gst_rtp_vorbis_pay_plugin_init):
12078 * gst/rtp/gstrtpvorbispay.h:
12079 Add experimental vorbis pay and depayloaders.
12081 2006-09-21 Wim Taymans <wim@fluendo.com>
12083 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12084 Fix profile-level-id parsing and setup.
12086 2006-09-21 Wim Taymans <wim@fluendo.com>
12089 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12090 Update README, simple cleanup.
12092 2006-09-21 Wim Taymans <wim@fluendo.com>
12095 Update README with some examples.
12097 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12098 (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12099 (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12100 (gst_rtp_mp4g_pay_setcaps):
12101 * gst/rtp/gstrtpmp4gpay.h:
12102 Make optional RTP parameters of type STRING, as required by the
12103 application/x-rtp caps specification.
12105 2006-09-20 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
12107 * gst/rtp/gstrtph263pdepay.c:
12108 * gst/rtp/gstrtph263ppay.c:
12109 Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12112 2006-09-20 Wim Taymans <wim@fluendo.com>
12114 * gst/rtp/Makefile.am:
12117 2006-09-20 Wim Taymans <wim@fluendo.com>
12119 * gst/rtp/gstrtp.c: (plugin_init):
12120 * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12121 (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12122 (decode_base64), (gst_rtp_asf_depay_setcaps),
12123 (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12124 (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12125 (gst_rtp_asf_depay_plugin_init):
12126 * gst/rtp/gstrtpasfdepay.h:
12127 Added preliminary ASF depayloader.
12129 * gst/rtp/gstrtph264depay.c: (decode_base64):
12130 Fix base64 decoding.
12132 2006-09-20 Wim Taymans <wim@fluendo.com>
12135 Added some test URLS.
12137 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12138 (gst_rtspsrc_loop), (gst_rtspsrc_open):
12139 * gst/rtsp/gstrtspsrc.h:
12140 When creating streams, give access to the complete SDP.
12142 Collect and merge global stream properties in stream caps.
12143 Preliminary support for WMServer.
12145 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12146 (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12147 (rtsp_connection_receive):
12148 * gst/rtsp/rtspconnection.h:
12149 Make connection interruptable.
12150 Refactor to make it reconnectable.
12151 Don't fail on short reads when reading data packets.
12153 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
12154 (rtsp_url_get_port):
12155 * gst/rtsp/rtspurl.h:
12156 Add methods for getting/setting the port.
12158 * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12159 (sdp_message_get_attribute_val), (sdp_media_get_attribute),
12160 (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
12161 (sdp_media_get_format), (sdp_parse_line),
12162 (sdp_message_parse_buffer):
12164 Add methods for getting multiple attributes with the same name.
12165 Increase buffer size when parsing.
12166 Fix parsing of a=foo fields.
12168 * gst/rtsp/test.c: (main):
12169 Update to new connection API.
12171 * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12172 (rtsp_message_init_response), (rtsp_message_init_data),
12173 (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
12174 * gst/rtsp/rtspmessage.h:
12175 * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
12176 * gst/rtsp/rtsptransport.h:
12178 * gst/rtsp/sdpmessage.h:
12179 * gst/rtsp/gstrtsp.c:
12180 * gst/rtsp/gstrtsp.h:
12181 * gst/rtsp/gstrtpdec.c:
12182 * gst/rtsp/gstrtpdec.h:
12184 * gst/rtsp/rtspdefs.c:
12185 * gst/rtsp/rtspdefs.h:
12186 Dual licensed under MIT and LGPL now.
12188 2006-09-19 Wim Taymans <wim@fluendo.com>
12190 * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
12191 (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
12192 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12193 (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12194 (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
12195 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12196 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
12197 * gst/rtsp/gstrtspsrc.h:
12198 Reorganize stream parsing and creation.
12199 Detect container formats in interleaved mode.
12200 Keep more state about the streams.
12201 Assume a server also supports PLAY if it does not say.
12202 Add unicast and interleaved properties to TCP transport requests to make
12203 some servers happy (WMServer).
12205 * gst/rtsp/sdpmessage.h:
12206 Add some defines for the standard Bandwidth types.
12208 2006-09-19 Wim Taymans <wim@fluendo.com>
12210 * gst/rtsp/test.c: (main):
12213 2006-09-19 Wim Taymans <wim@fluendo.com>
12215 * gst/wavparse/gstwavparse.c:
12216 Add ms-gsm to the src template.
12218 2006-09-18 Wim Taymans <wim@fluendo.com>
12220 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12221 (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
12222 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12223 (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
12224 (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12225 * gst/rtsp/gstrtspsrc.h:
12226 Small cleanups, added documentation.
12227 Try to clean up the requests and responses.
12228 Refactor parsing the supported methods.
12230 * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
12231 (rtsp_connection_create), (rtsp_connection_send),
12232 (parse_response_status), (parse_request_line),
12233 (rtsp_connection_receive), (rtsp_connection_close),
12234 (rtsp_connection_free):
12235 * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
12236 (rtsp_transport_init), (rtsp_transport_parse),
12237 (rtsp_transport_free):
12238 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12239 * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
12240 (sdp_message_clean), (sdp_message_free), (sdp_media_new),
12241 (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
12242 Use g_return_val some more.
12244 * gst/rtsp/rtspdefs.h:
12245 Add more enum values to track initial states.
12247 * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
12248 (rtsp_message_init_request), (rtsp_message_new_response),
12249 (rtsp_message_init_response), (rtsp_message_init_data),
12250 (rtsp_message_unset), (rtsp_message_free),
12251 (rtsp_message_add_header), (rtsp_message_remove_header),
12252 (rtsp_message_get_header), (rtsp_message_set_body),
12253 (rtsp_message_take_body), (rtsp_message_get_body),
12254 (rtsp_message_steal_body), (rtsp_message_dump):
12255 * gst/rtsp/rtspmessage.h:
12256 Reorder arguments, object goes as the first one.
12257 Use g_return_val some more.
12259 2006-09-18 Wim Taymans <wim@fluendo.com>
12261 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
12262 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
12263 (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
12264 * gst/rtsp/gstrtspsrc.h:
12265 Export sometimes source pad with correct caps on the template, create
12266 the ghostpad from the template.
12267 Remove RTCP template as we never expose RTCP.
12268 Protect against invalid body size.
12269 Avoid memcpy when creating the output buffer.
12270 Properly post an error and send EOS when the loop function is shut down.
12272 2006-09-18 Wim Taymans <wim@fluendo.com>
12274 Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12276 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12277 (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
12278 (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12279 * gst/rtsp/gstrtspsrc.h:
12280 Make sure we can never set an invalid location.
12282 * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
12283 * gst/rtsp/rtspmessage.h:
12284 Added _steal_body method for future use.
12286 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
12287 Make freeing of NULL url return immediatly.
12289 2006-09-18 Wim Taymans <wim@fluendo.com>
12291 Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12293 * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
12294 (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
12295 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
12296 (gst_rtspsrc_change_state):
12297 * gst/rtsp/gstrtspsrc.h:
12299 Make rtspsrc subclass GstBin to make state changes easier.
12300 Add Range header field on the PLAY request.
12302 2006-09-18 Wim Taymans <wim@fluendo.com>
12304 Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12306 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12307 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12308 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
12309 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
12310 * gst/rtsp/rtspconnection.c: (inet_aton):
12312 when multicast is selected as the transport, create UDP sources and
12313 connect to the multicast group.
12314 Move parsing and setting of caps to a common place.
12317 2006-09-17 Stefan Kost <ensonic@users.sf.net>
12319 * ext/flac/gstflactag.c:
12320 * gst/alpha/gstalpha.c:
12321 * gst/debug/breakmydata.c:
12322 * gst/debug/negotiation.c:
12323 * gst/debug/testplugin.c:
12324 * gst/effectv/gstaging.c:
12325 * gst/effectv/gstdice.c:
12326 * gst/effectv/gstedge.c:
12327 * gst/effectv/gstquark.c:
12328 * gst/effectv/gstrev.c:
12329 * gst/effectv/gstshagadelic.c:
12330 * gst/effectv/gstvertigo.c:
12331 * gst/effectv/gstwarp.c:
12332 * gst/multipart/multipartdemux.c:
12333 * gst/multipart/multipartmux.c:
12334 * gst/videobox/gstvideobox.c:
12335 * gst/videofilter/gstgamma.c:
12336 * gst/videofilter/gstvideotemplate.c:
12337 * gst/videomixer/videomixer.c:
12338 * sys/sunaudio/gstsunaudiosrc.h:
12339 More G_OBJECT macro fixing.
12341 2006-09-16 Wim Taymans <wim@fluendo.com>
12343 Patch by: Yves Lefebvre <ivanohe at abacom dot com>
12345 * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
12346 Correctly set the dwLength in strh.
12347 With this patch, the file duration is now displayed correctly in window
12348 media player and the AVI plays completely. Fixes #356147
12350 2006-09-15 Wim Taymans <wim@fluendo.com>
12352 Patch by: Darren Kenny <darren dot kenny at sun dot com>
12354 * sys/sunaudio/gstsunaudiomixerctrl.c:
12355 (gst_sunaudiomixer_ctrl_build_list):
12356 Set the output track as the MASTER so that the gnome-settings-daemon
12357 keybindings for changing the volume using the keyboard works.
12360 2006-09-15 Wim Taymans <wim@fluendo.com>
12362 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12363 Fix documentation, it is not possible to control the framerate of jpegdec
12364 using filtered caps yet. Fixes #355210.
12365 Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
12366 stop when there is an error.
12368 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
12370 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
12371 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12372 Don't interpret a first buffer with an offset of NONE as
12373 'from the middle of the stream', but only a first buffer
12374 that has a valid buffer offset that's non-zero (see #345449).
12376 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
12378 * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
12379 (gst_icydemux_typefind_or_forward):
12380 * gst/icydemux/gsticydemux.h:
12381 When we merge/collect multiple incoming buffers for typefinding
12382 purposes, keep an initial 0 offset on the first outgoing buffer
12383 as well (otherwise id3demux won't work right). Fixes #345449.
12384 Also Make buffer metadata writable before setting buffer caps.
12386 * tests/check/elements/icydemux.c: (typefind_succeed),
12387 (cleanup_icydemux), (push_data), (GST_START_TEST),
12389 Small test case for the above.
12391 2006-09-13 Stefan Kost <ensonic@users.sf.net>
12393 * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
12394 (gst_avi_demux_stream_index), (gst_avi_demux_sync),
12395 (gst_avi_demux_stream_header_push),
12396 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12397 (gst_avi_demux_loop):
12398 More code reuse and better logging in _peek_chunk(). Reintroduce check
12399 for chunk sizes before reading them (avoid oom). Better handling for
12400 invalid chunksizes when streaming.
12402 2006-09-11 Stefan Kost <ensonic@users.sf.net>
12404 * gst/level/gstlevel.c: (gst_level_set_property):
12405 * gst/level/gstlevel.h:
12406 Fix type mixup in level->interval (gdouble<->guint64). Spotted by
12409 2006-09-06 Stefan Kost <ensonic@users.sf.net>
12411 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12412 (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12413 (gst_avi_demux_stream_data):
12414 Revert one change to fix streaming avi (adapter size != data size).
12416 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
12418 Patch by: Frédéric Riss <frederic.riss at gmail dot com>
12420 * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
12421 (gst_matroska_demux_reset),
12422 (gst_matroska_demux_read_track_encodings),
12423 (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
12424 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12425 (gst_matroska_demux_subtitle_caps):
12426 * gst/matroska/matroska-ids.h:
12427 Add support for VOBSUB subtitle tracks and zlib-compressed
12428 tracks. Make sure we start on a keyframe after a seek. (#343348)
12430 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
12432 * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
12433 (gst_matroska_demux_push_flac_codec_priv_data),
12434 (gst_matroska_demux_push_xiph_codec_priv_data),
12435 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12436 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
12437 * gst/matroska/matroska-ids.h:
12438 Add basic FLAC support (#311586), not perfect yet though, needs some
12439 tweaking in flacdec; also, seeking could be better.
12440 Do better bounds checking when deserialising vorbis stream headers
12441 to make sure we don't read beyond the end of the buffer on bad input.
12443 2006-09-04 Wim Taymans <wim@fluendo.com>
12445 Patch by: Alessandro Decina <alessandro at nnva dot org>
12447 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
12448 Seeking back in a file containing a CMML stream errors out if the seek
12449 goes back up to the CMML headers. This is because after the seek the xml
12450 processing instruction <?xml ...?> is submitted to the xml parser again,
12451 which results in an error. The attached patch fixes the problem.
12454 * ext/annodex/gstcmmlenc.h:
12458 2006-08-28 Andy Wingo <wingo@pobox.com>
12460 * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
12461 New helper function to lessen the ifdefs.
12463 (gst_dv1394src_iso_receive): Use it.
12464 (gst_dv1394src_create): Also use the control sockets in iec61883
12466 (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
12467 handle for AVC operations; fixes #348233.
12469 2006-08-27 Stefan Kost <ensonic@users.sf.net>
12472 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12473 * docs/plugins/inspect/plugin-audiofx.xml:
12474 * docs/plugins/inspect/plugin-audiofxgood.xml:
12475 * gst/audiofx/Makefile.am:
12476 * gst/audiofx/audiofx.c:
12477 * gst/audiofxgood/.cvsignore:
12478 * gst/audiofxgood/Makefile.am:
12479 * gst/audiofxgood/audiofx.c:
12480 * gst/audiofxgood/audiopanorama.c:
12481 * gst/audiofxgood/audiopanorama.h:
12482 Rename again (audiofxgood -> audiofx).
12484 2006-08-27 Stefan Kost <ensonic@users.sf.net>
12486 * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
12487 (gst_avi_demux_stream_scan):
12488 Initialze variables.
12490 2006-08-25 Wim Taymans <wim@fluendo.com>
12492 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12493 (gst_avi_demux_init), (gst_avi_demux_finalize),
12494 (gst_avi_demux_reset), (gst_avi_demux_index_last),
12495 (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
12496 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
12497 (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12498 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12499 (gst_avi_demux_massage_index),
12500 (gst_avi_demux_calculate_durations_from_index),
12501 (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12502 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12503 (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
12504 (gst_avi_demux_change_state):
12505 * gst/avi/gstavidemux.h:
12506 More attempts to turn this into readable code.
12507 Don't leak adapters.
12508 Calculate duration according to index more efficiently.
12509 Don't try to act like we drive the pipeline in chain mode.
12511 2006-08-25 Wim Taymans <wim@fluendo.com>
12513 * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
12516 2006-08-25 Wim Taymans <wim@fluendo.com>
12518 Patch by: Alessandro Decina <alessandro at nnva dot org>
12520 * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
12521 Do some extra sanity checks.
12524 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
12525 (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
12526 (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
12527 Check if clip->start_time is valid before adding the clip to the
12529 Reset enc->preamble going from PAUSED to READY.
12530 Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
12532 Only post an error message if we were the one that created the fatal
12533 GstFlowReturn value.
12535 * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
12536 (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
12537 Parse the seconds field of the npt-sec time format using %llu rather than
12538 %d and check that the value scaled by GST_SECOND doesn't overflow.
12539 Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
12540 Lookup a clip's track with clip->track rather than clip->id which
12542 Identify a clip by its track and start time and not its xml id.
12543 do some more input checking and make sure we don't do undefined shifts.
12545 * tests/check/elements/cmmldec.c: (setup_cmmldec),
12546 (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
12547 (cmml_tag_message_pop), (check_headers), (push_clip_full),
12548 (push_clip), (push_empty_clip), (check_output_clip),
12549 (GST_START_TEST), (cmmldec_suite):
12550 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12551 (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
12552 (check_headers), (push_clip), (check_clip_times), (check_clip),
12553 (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
12554 Added some more checks.
12556 2006-08-24 Stefan Kost <ensonic@users.sf.net>
12558 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
12559 (gst_audio_panorama_set_property),
12560 (gst_audio_panorama_get_property),
12561 (gst_audio_panorama_transform_m2s_int),
12562 (gst_audio_panorama_transform_s2s_int),
12563 (gst_audio_panorama_transform_m2s_float),
12564 (gst_audio_panorama_transform_s2s_float):
12565 * gst/audiofxgood/audiopanorama.h:
12566 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12567 Make also the pan-property float (saves scaling and yields better
12570 2006-08-24 Stefan Kost <ensonic@users.sf.net>
12572 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12573 (gst_audio_panorama_transform_m2s_float),
12574 (gst_audio_panorama_transform_s2s_float):
12575 ChangeLog surgery to add cymax's real name
12578 2006-08-24 Stefan Kost <ensonic@users.sf.net>
12580 Patch by: René Stadler <mail@renestadler.de>
12582 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
12583 (gst_audio_panorama_transform_m2s_int),
12584 (gst_audio_panorama_transform_s2s_int),
12585 (gst_audio_panorama_transform_m2s_float),
12586 (gst_audio_panorama_transform_s2s_float),
12587 (gst_audio_panorama_transform):
12588 * gst/audiofxgood/audiopanorama.h:
12589 Added float support
12591 2006-08-24 Stefan Kost <ensonic@users.sf.net>
12593 * gst/audiofxgood/audiopanorama.c:
12594 (gst_audio_panorama_transform_m2s):
12595 Fix docs & debug category. Add Fixme for volume pan levels.
12597 2006-08-24 Stefan Kost <ensonic@users.sf.net>
12599 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12600 (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12601 (gst_avi_demux_stream_header_pull),
12602 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12603 (gst_avi_demux_chain):
12604 unbreak AVI index handling, some more debug, remove an obsolete
12605 adapter_flush that caused streaming to wander off in the wild
12607 2006-08-24 Wim Taymans <wim@fluendo.com>
12609 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12610 (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
12611 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
12612 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12613 (gst_avi_demux_calculate_durations_from_index),
12614 (gst_avi_demux_stream_header_push),
12615 (gst_avi_demux_stream_header_pull):
12616 * gst/avi/gstavidemux.h:
12617 Some more cleanups.
12618 Fix totalFrames parsing in ODML.
12619 Disable use of index for length calculation in case of ODML as this is
12622 2006-08-24 Tim-Philipp Müller <tim at centricular dot net>
12624 * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
12625 Use libgsttag helper function here too.
12627 2006-08-23 Stefan Kost <ensonic@users.sf.net>
12629 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12630 (gst_avi_demux_init), (gst_avi_demux_dispose),
12631 (gst_avi_demux_reset), (gst_avi_demux_index_next),
12632 (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
12633 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12634 (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
12635 (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
12636 (gst_avi_demux_parse_subindex),
12637 (gst_avi_demux_read_subindexes_push),
12638 (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12639 (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12640 (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
12641 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
12642 (gst_avi_demux_stream_header_pull),
12643 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12644 (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
12645 (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
12646 (gst_avi_demux_change_state):
12647 * gst/avi/gstavidemux.h:
12648 Initial streaming support for avidemux (fixes #336465)
12650 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
12652 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12653 There is no taglibmux element ...
12655 * gst/rtsp/gstrtspsrc.c:
12656 Use '%' rather than '&perc;' in gtk-doc blurb, docs build
12657 was complaining about unknown entity here.
12659 2006-08-22 Wim Taymans <wim@fluendo.com>
12661 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12662 (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
12663 (gst_avi_demux_process_next_entry):
12664 * gst/avi/gstavidemux.h:
12666 Remove old unused fields and reorder the struct a bit.
12668 2006-08-22 Wim Taymans <wim@fluendo.com>
12670 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12671 (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
12672 (gst_rtspsrc_pause):
12673 * gst/rtsp/gstrtspsrc.h:
12674 * sys/oss/gstosssink.c: (gst_oss_sink_open),
12675 (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
12676 Small documentation updates.
12678 2006-08-22 Wim Taymans <wim@fluendo.com>
12680 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12681 (gst_avi_demux_index_entry_for_time),
12682 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12683 (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
12684 (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
12685 (gst_avi_demux_next_data_buffer),
12686 (gst_avi_demux_calculate_durations_from_index),
12687 (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
12688 (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
12689 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
12690 (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
12691 * gst/avi/gstavidemux.h:
12692 Precalc most of the duration query for each stream.
12693 Make seeking more correct.
12694 Use GstSegment to track position and duration.
12695 Code cleanups and leak fixes.
12696 Calculate correct total duration based on index length.
12698 2006-08-22 Jan Schmidt <thaytan@mad.scientist.com>
12700 * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12701 (parse_insert_string_field):
12702 If strings in text fields are marked ISO8859-1, but contain
12703 valid UTF-8 already, then handle them as UTF-8 and ignore
12704 the encoding. (#351794)
12706 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
12708 * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
12709 (gst_flac_dec_write), (gst_flac_dec_loop),
12710 (gst_flac_dec_sink_event), (gst_flac_dec_chain),
12711 (gst_flac_dec_src_query):
12712 * ext/flac/gstflacdec.h:
12713 Make flac-in-ogg work (#352100).
12715 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
12717 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
12718 Don't unref buffers of which we've already given away
12719 ownership to the adapter.
12721 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
12723 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
12724 Make metadata extraction actually work.
12726 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
12727 (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
12728 (gst_speexenc_chain):
12729 Fix metadata writing: replace old code which wrote completely
12730 broken tags with libgsttag-based code. Plus miscellaneous
12731 code cleanups (use static pad templates etc.) and a bunch
12734 2006-08-21 Stefan Kost <ensonic@users.sf.net>
12736 * gst/audiopanorama/.cvsignore:
12737 * gst/audiopanorama/Makefile.am:
12738 * gst/audiopanorama/audiofx.c:
12739 * gst/audiopanorama/audiopanorama.c:
12740 * gst/audiopanorama/audiopanorama.h:
12741 die! die! die! you should never have been there
12743 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
12745 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
12746 Fix invalid memory access in audiopanorama test suite.
12748 2006-08-21 Edward Hervey <edward@fluendo.com>
12750 * tests/check/elements/.cvsignore:
12753 2006-08-21 Wim Taymans <wim@fluendo.com>
12755 * gst/rtp/Makefile.am:
12756 Fix the build again.
12758 2006-08-21 Stefan Kost <ensonic@users.sf.net>
12760 * gst/audiofxgood/.cvsignore:
12761 * gst/audiofxgood/Makefile.am:
12762 * gst/audiofxgood/audiofx.c: (plugin_init):
12763 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12764 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12765 (gst_audio_panorama_set_property),
12766 (gst_audio_panorama_get_property),
12767 (gst_audio_panorama_get_unit_size),
12768 (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12769 (gst_audio_panorama_transform_m2s),
12770 (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12771 * gst/audiofxgood/audiopanorama.h:
12772 resubmit with the desired name *again*
12774 2006-08-20 Stefan Kost <ensonic@users.sf.net>
12776 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
12777 * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
12778 use g_assert in _get_unit_size
12780 2006-08-20 Stefan Kost <ensonic@users.sf.net>
12782 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12783 * docs/plugins/gst-plugins-good-plugins-sections.txt:
12784 * docs/plugins/inspect/plugin-audiofxgood.xml:
12785 cleanup -unused.txt to make it useful, add previously missing docs
12788 Quietly (accidentally) enable LADSPA for building by default,
12789 despite the fact that it doesn't meet the plugin checklist.
12790 -- Added by Jan Schmidt 18 Dec 2006
12792 * ext/esd/esdmon.c:
12793 * ext/esd/esdsink.c:
12794 * ext/esd/gstesd.c: (plugin_init):
12795 reflow to get rid of two external symbols
12797 * gst/audiofxgood/audiofx.c: (plugin_init):
12800 2006-08-20 Stefan Kost <ensonic@users.sf.net>
12803 * gst/audiofxgood/.cvsignore:
12804 * gst/audiofxgood/Makefile.am:
12805 * gst/audiofxgood/audiofx.c
12806 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12807 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12808 (gst_audio_panorama_set_property),
12809 (gst_audio_panorama_get_property),
12810 (gst_audio_panorama_get_unit_size),
12811 (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12812 (gst_audio_panorama_transform_m2s),
12813 (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12814 * gst/audiofxgood/audiopanorama.h:
12815 * tests/check/Makefile.am:
12816 * tests/check/elements/audiopanorama.c: (setup_panorama_m),
12817 (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
12818 (panorama_suite), (main):
12819 Add audiofxgood plugin with audiopanorama element
12821 2006-08-18 Wim Taymans <wim@fluendo.com>
12823 * docs/plugins/Makefile.am:
12824 More Oss docs fixage.
12826 2006-08-18 Wim Taymans <wim@fluendo.com>
12828 * gst/rtp/Makefile.am:
12829 * gst/rtp/gstrtp.c: (plugin_init):
12830 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
12831 (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
12832 (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
12833 (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
12834 (gst_rtp_sv3v_depay_get_property),
12835 (gst_rtp_sv3v_depay_change_state),
12836 (gst_rtp_sv3v_depay_plugin_init):
12837 * gst/rtp/gstrtpsv3vdepay.h:
12838 Added experimental SVQ3 depayloader.
12840 2006-08-18 Edward Hervey <edward@fluendo.com>
12842 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
12843 (gst_dvdemux_loop), (gst_dvdemux_change_state):
12844 * ext/dv/gstdvdemux.h:
12845 When handling seek requests, don't send the newsegment event from the
12846 calling thread. Instead save it so it can be sent from the streaming
12849 2006-08-17 Wim Taymans <wim@fluendo.com>
12851 Patch by: Sjoerd Simons <sjoerd at luon dot net>
12853 * gst/multipart/multipartdemux.c: (multipart_parse_header):
12854 Accept leading whitespace before the boundary
12855 This patch makes the demuxer allow some whitespace before the actual
12856 boundary. This makes the demuxer work with the ``old'' gstreamer
12857 multipartmuxer again (which placed an extra \n before the start
12858 of the stream) Fixes #349068.
12860 2006-08-17 Wim Taymans <wim@fluendo.com>
12862 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
12863 Error out on non-implemented stuff.
12865 2006-08-16 Wim Taymans <wim@fluendo.com>
12867 Patch by: Andy Wingo <wingo at pobox dot com>
12869 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
12870 (gst_signal_processor_start), (gst_signal_processor_stop),
12871 (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
12872 (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
12873 (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
12874 (gst_signal_processor_change_state):
12875 Make ladspa elements reusable. Fixes #350006.
12877 2006-08-16 Wim Taymans <wim@fluendo.com>
12879 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12880 Convert ' ' into '_'. Try to keep as many characters in the padtemplate
12881 names as possible. Fixes #349901.
12883 2006-08-16 Wim Taymans <wim@fluendo.com>
12885 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
12886 (gst_signal_processor_do_pushes):
12887 A push() gives away our refcount so we should not use the buffer on the
12890 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
12892 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12893 (gst_oss_mixer_element_finalize):
12894 Don't leak device string.
12896 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
12899 Require CVS of GStreamer core and -base (for
12900 GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
12902 * ext/taglib/gstid3v2mux.cc:
12903 Write extended comment tags properly (#348762).
12905 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12906 (parse_comment_frame):
12907 Extract COMM frames into extended comments, which makes it
12908 easier to properly retain the description bit of the tag
12909 and maintain this information when re-tagging (#348762).
12911 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
12913 * tests/check/Makefile.am:
12914 Don't try to run annodex unit tests if the annodex
12915 plugin has not been built (Fixes #351116).
12917 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
12919 * gst/autodetect/gstautoaudiosink.c:
12920 (gst_auto_audio_sink_find_best):
12921 When we can't find a usable audiosink, don't error out,
12922 but use a fake sink instead and post a warning message
12923 on the bus (#341278).
12925 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
12927 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
12928 * sys/oss/gstosssink.c:
12929 * sys/oss/gstosssrc.c:
12930 Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
12931 ossmixer's new device property.
12933 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12934 * docs/plugins/gst-plugins-good-plugins-sections.txt:
12935 Add docs for OSS elements.
12937 * docs/plugins/inspect/plugin-aasink.xml:
12938 * docs/plugins/inspect/plugin-alaw.xml:
12939 * docs/plugins/inspect/plugin-alpha.xml:
12940 * docs/plugins/inspect/plugin-alphacolor.xml:
12941 * docs/plugins/inspect/plugin-annodex.xml:
12942 * docs/plugins/inspect/plugin-apetag.xml:
12943 * docs/plugins/inspect/plugin-auparse.xml:
12944 * docs/plugins/inspect/plugin-autodetect.xml:
12945 * docs/plugins/inspect/plugin-avi.xml:
12946 * docs/plugins/inspect/plugin-cacasink.xml:
12947 * docs/plugins/inspect/plugin-cairo.xml:
12948 * docs/plugins/inspect/plugin-cdio.xml:
12949 * docs/plugins/inspect/plugin-cutter.xml:
12950 * docs/plugins/inspect/plugin-debug.xml:
12951 * docs/plugins/inspect/plugin-dv.xml:
12952 * docs/plugins/inspect/plugin-efence.xml:
12953 * docs/plugins/inspect/plugin-effectv.xml:
12954 * docs/plugins/inspect/plugin-esdsink.xml:
12955 * docs/plugins/inspect/plugin-flac.xml:
12956 * docs/plugins/inspect/plugin-flxdec.xml:
12957 * docs/plugins/inspect/plugin-gconfelements.xml:
12958 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12959 * docs/plugins/inspect/plugin-goom.xml:
12960 * docs/plugins/inspect/plugin-halelements.xml:
12961 * docs/plugins/inspect/plugin-icydemux.xml:
12962 * docs/plugins/inspect/plugin-id3demux.xml:
12963 * docs/plugins/inspect/plugin-jpeg.xml:
12964 * docs/plugins/inspect/plugin-level.xml:
12965 * docs/plugins/inspect/plugin-matroska.xml:
12966 * docs/plugins/inspect/plugin-mulaw.xml:
12967 * docs/plugins/inspect/plugin-multipart.xml:
12968 * docs/plugins/inspect/plugin-navigationtest.xml:
12969 * docs/plugins/inspect/plugin-ossaudio.xml:
12970 * docs/plugins/inspect/plugin-png.xml:
12971 * docs/plugins/inspect/plugin-rtp.xml:
12972 * docs/plugins/inspect/plugin-rtsp.xml:
12973 * docs/plugins/inspect/plugin-shout2send.xml:
12974 * docs/plugins/inspect/plugin-smpte.xml:
12975 * docs/plugins/inspect/plugin-speex.xml:
12976 * docs/plugins/inspect/plugin-taglib.xml:
12977 * docs/plugins/inspect/plugin-udp.xml:
12978 * docs/plugins/inspect/plugin-videobalance.xml:
12979 * docs/plugins/inspect/plugin-videobox.xml:
12980 * docs/plugins/inspect/plugin-videoflip.xml:
12981 * docs/plugins/inspect/plugin-videomixer.xml:
12982 * docs/plugins/inspect/plugin-wavenc.xml:
12983 * docs/plugins/inspect/plugin-wavparse.xml:
12984 * docs/plugins/inspect/plugin-ximagesrc.xml:
12985 Update to CVS version.
12987 2006-08-16 Wim Taymans <wim@fluendo.com>
12989 * gst/rtp/gstrtpamrdepay.c:
12990 * gst/rtp/gstrtpmp4gdepay.c:
12991 Caps extra properties must be defined as strings for
12992 depayloaders because they are generated from an SDP.
12994 * gst/rtp/Makefile.am:
12995 * gst/rtp/gstrtp.c: (plugin_init):
12996 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
12997 (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
12998 (gst_rtp_h264_depay_finalize), (decode_base64),
12999 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13000 (gst_rtp_h264_depay_set_property),
13001 (gst_rtp_h264_depay_get_property),
13002 (gst_rtp_h264_depay_change_state),
13003 (gst_rtp_h264_depay_plugin_init):
13004 * gst/rtp/gstrtph264depay.h:
13005 Added basic, not completely functional RFC 3984 H264 depayloader.
13007 2006-08-16 Wim Taymans <wim@fluendo.com>
13009 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13010 Add pads after setting them up.
13012 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13013 (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13014 (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13015 (gst_rtspsrc_stream_setup_rtp),
13016 (gst_rtspsrc_stream_configure_transport),
13017 (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13018 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13019 (gst_rtspsrc_pause):
13020 * gst/rtsp/gstrtspsrc.h:
13021 Fix interleaved mode.
13022 - Protect streaming with lock.
13024 - set caps on outgoing buffers.
13025 - strip trailing \0 from data packets.
13026 - Configure RTP/RTCP in stream.
13027 Use DEBUG_OBJECT more.
13029 2006-08-16 Wim Taymans <wim@fluendo.com>
13031 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13032 Turn a g_print into a DEBUG line.
13034 2006-08-13 Wim Taymans <wim@fluendo.com>
13036 * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13037 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13038 (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13039 (gst_oss_mixer_element_get_property),
13040 (gst_oss_mixer_element_change_state):
13041 * sys/oss/gstossmixerelement.h:
13042 Small cleanups. Better error reporting.
13043 Add device property for the mixer instead of the hardcoded
13044 /dev/mixer. Fixes #350785.
13045 API: GstOssMixerElement::device property
13047 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
13049 Patch by: Jens Granseuer <jensgr at gmx net>
13051 * gconf/Makefile.am:
13052 Make --disable-schemas work right (they still need
13053 to be copied to the installation directory, just not
13054 applied). Fixes #351347 (also #344100).
13056 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
13058 * configure.ac: back to HEAD
13060 === release 0.10.4 ===
13062 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
13065 releasing 0.10.4, "Dear Leader"
13067 2006-08-10 Thomas Vander Stichele <thomas at apestaart dot org>
13069 Patch by: Edward Hervey <edward@fluendo.com>
13072 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13073 (gst_wavparse_stream_data):
13074 Send the newsegment event in the streaming thread.
13077 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
13079 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13080 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13081 (gst_smokeenc_resync), (gst_smokeenc_chain):
13082 Refuse sink caps in the encoder if width or height is not a
13083 multiple of 16, the encoder does not support that yet (#349939);
13084 along the same lines, check the return value of the encoder
13085 setup function; also remove some debug log clutter.
13087 2006-08-04 Andy Wingo <wingo@pobox.com>
13089 * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13090 whether a processor can work in place or not, and for keeping
13091 track of its state. Change the FlowReturn instance variable from
13092 "state" to "flow_state", all callers changed.
13094 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13095 (gst_signal_processor_start, gst_signal_processor_stop)
13096 (gst_signal_processor_cleanup): New functions to manage the
13098 (gst_signal_processor_setcaps): start() as well as setup() here.
13099 (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13100 (gst_signal_processor_change_state): Stop and cleanup the
13101 processor as we go to NULL.
13103 * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13104 INPLACE_BROKEN is not set.
13106 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13107 Do the alloc_buffer in bytes, not frames.
13109 2006-08-04 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13111 * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13112 Fix rgb masks when recording in < 24bpp.
13114 2006-08-04 Andy Wingo <wingo@pobox.com>
13116 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13117 (gst_signal_processor_prepare)
13118 (gst_signal_processor_update_inputs)
13119 (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13120 (gst_signal_processor_flush)
13121 (gst_signal_processor_sink_activate_push)
13122 (gst_signal_processor_src_activate_pull)
13123 (gst_signal_processor_change_state): Remove the last of the code
13124 that assumes that we process whole buffers at a time. Fix some
13125 debugging. Seems to work now in some cases.
13126 (gst_signal_processor_src_activate_pull): BPB
13128 2006-08-01 Andy Wingo <wingo@pobox.com>
13130 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13131 Fix nframes-choosing.
13132 (gst_signal_processor_init): Init pending_in and pending_out.
13134 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13135 more default sample rate, although we never check that the sample
13136 rate actually gets set. Something for the future.
13137 (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13138 (gst_signal_processor_event): Refcount fixen.
13139 (gst_signal_processor_process): Pull the number of frames to
13140 process from the sizes of the buffers in the input pens.
13141 (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13142 (gst_signal_processor_do_pulls): Add an nframes argument, and use
13143 it instead of buffer_frames.
13144 (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13146 (gst_signal_processor_chain)
13147 (gst_signal_processor_sink_activate_push)
13148 (gst_signal_processor_src_activate_pull): Refcount fixen.
13150 * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
13152 2006-07-31 Stefan Kost <ensonic@users.sf.net>
13154 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
13155 (gst_signal_processor_process):
13156 don't query buffer-frames from caps, add lots of debug-log,
13157 try fix for assert (#349189)
13159 2006-07-31 Wim Taymans <wim@fluendo.com>
13161 * gst/udp/gstudpsrc.c:
13164 2006-07-29 Stefan Kost <ensonic@users.sf.net>
13166 * ext/ladspa/gstsignalprocessor.c:
13167 (gst_signal_processor_add_pad_from_template),
13168 (gst_signal_processor_init), (gst_signal_processor_setcaps),
13169 (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
13170 (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
13171 (gst_signal_processor_sink_activate_push),
13172 (gst_signal_processor_src_activate_pull),
13173 (gst_signal_processor_change_state):
13174 Add debugs logs here and there, add more error handling, add some
13175 FIXME comments, filed #349189
13177 2006-07-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13179 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
13180 (gst_smokeenc_setcaps), (gst_smokeenc_chain):
13181 Set caps on buffer correctly. Fixes bug #349155.
13183 2006-07-28 Wim Taymans <wim@fluendo.com>
13185 Patch by: Sjoerd Simons <sjoerd at luon dot net>
13187 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13188 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13189 (gst_multipart_demux_finalize), (get_line_end),
13190 (multipart_parse_header), (multipart_find_boundary),
13191 (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13192 (gst_multipart_set_property), (gst_multipart_get_property):
13193 Uses GstAdapter instead of own buffering.
13194 Actually parses the mime-type correctly (In tests the mime-type was
13195 always "" with the old version).
13196 Uses the Content-length header if available to speed up things.
13197 Reliably autoscans the boundary name by default.
13200 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13201 Don't start the stream with a \n.
13203 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
13205 Patch by: Brian Cameron <brian dot cameron at sun com>
13207 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
13208 Open source with O_NONBLOCK (#349015).
13210 2006-07-28 Stefan Kost,,, <ensonic@users.sf.net>
13212 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13213 (gst_avi_demux_massage_index):
13214 * gst/avi/gstavidemux.h:
13215 Whitespace fixes and more debug
13217 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
13219 * gst/autodetect/gstautoaudiosink.c:
13220 (gst_auto_audio_sink_create_element_with_pretty_name),
13221 (gst_auto_audio_sink_find_best),
13222 (gst_auto_audio_sink_change_state):
13223 Get rid of old and unused magic sound-server properties stuff.
13224 Add suffix to child sink's name that makes it easy to see from
13225 the name alone which type it actually is (alsa, oss, esd, etc.).
13227 2006-07-27 Wim Taymans <wim@fluendo.com>
13229 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13230 (gst_udpsrc_set_property), (gst_udpsrc_get_property),
13231 (gst_udpsrc_start):
13232 * gst/udp/gstudpsrc.h:
13233 Rename "buffer" to "buffer-size" to make clear it is a size we set and
13234 not some sort of feature we enable.
13236 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
13238 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
13239 Use CLOSE_SOCKET() here instead of close() to maintain
13242 2006-07-27 Wim Taymans <wim@fluendo.com>
13244 Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13246 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13247 (gst_udpsrc_create), (gst_udpsrc_set_property),
13248 (gst_udpsrc_get_property), (gst_udpsrc_start):
13249 * gst/udp/gstudpsrc.h:
13250 Added "buffer-size" property to control the kernel receive buffer size.
13251 Update documentation.
13252 Small cleanups. Fixes #348752.
13253 API: buffer-size property
13255 2006-07-26 Wim Taymans <wim@fluendo.com>
13257 Patch by: Kai Vehmanen <kv2004 at eca dot cx>
13259 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13260 (gst_rtp_pcma_pay_handle_buffer):
13261 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
13262 (gst_rtp_pcmu_pay_handle_buffer):
13263 Fix timestamp calculation on outgoing RTP packets.
13266 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
13268 * ext/taglib/gstid3v2mux.cc:
13269 Fix writing of comment frames (should be COMM not TCOM),
13270 is still sub-optimal though, since we don't retain or
13271 extract the comment descriptions properly (#334375,
13274 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
13276 * gst/wavparse/gstwavparse.c:
13277 #define 'fact' RIFF chunk if we are not compiling against
13278 -base CVS (we don't want to depend on -base CVS for this
13279 one define only, and also not for release order reasons).
13281 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
13283 * ext/taglib/gstid3v2mux.cc:
13284 Handle multiple tags of the same type properly. Re-inject
13285 unparsed ID3v2 frames that we get as binary blobs from
13286 id3demux into the tag again so we don't lose information
13287 when retagging (#334375).
13289 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
13291 * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
13292 Document newly-added properties properly, so that there is a
13293 'Since: 0.10.4' in the plugin docs. Convert some property
13294 names into canonical GObject style (GObject will do that
13295 internally anyway).
13297 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
13299 * gst/id3demux/id3tags.c:
13300 (id3demux_add_id3v2_frame_blob_to_taglist):
13301 Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
13302 well, and add the version to the blob's buffer caps, since that
13303 information will be needed for deserialisation later on (#348644).
13305 2006-07-25 Stefan Kost <ensonic@users.sf.net>
13307 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
13308 (gst_avi_demux_parse_stream):
13309 Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
13310 indentation and spacing.
13312 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
13314 * docs/plugins/Makefile.am:
13315 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13316 * docs/plugins/gst-plugins-good-plugins-sections.txt:
13317 * docs/plugins/gst-plugins-good-plugins.args:
13318 * docs/plugins/inspect/plugin-1394.xml:
13319 * docs/plugins/inspect/plugin-aasink.xml:
13320 * docs/plugins/inspect/plugin-alaw.xml:
13321 * docs/plugins/inspect/plugin-alpha.xml:
13322 * docs/plugins/inspect/plugin-alphacolor.xml:
13323 * docs/plugins/inspect/plugin-annodex.xml:
13324 * docs/plugins/inspect/plugin-apetag.xml:
13325 * docs/plugins/inspect/plugin-auparse.xml:
13326 * docs/plugins/inspect/plugin-autodetect.xml:
13327 * docs/plugins/inspect/plugin-avi.xml:
13328 * docs/plugins/inspect/plugin-cacasink.xml:
13329 * docs/plugins/inspect/plugin-cairo.xml:
13330 * docs/plugins/inspect/plugin-cdio.xml:
13331 * docs/plugins/inspect/plugin-cutter.xml:
13332 * docs/plugins/inspect/plugin-debug.xml:
13333 * docs/plugins/inspect/plugin-dv.xml:
13334 * docs/plugins/inspect/plugin-efence.xml:
13335 * docs/plugins/inspect/plugin-effectv.xml:
13336 * docs/plugins/inspect/plugin-esdsink.xml:
13337 * docs/plugins/inspect/plugin-flac.xml:
13338 * docs/plugins/inspect/plugin-flxdec.xml:
13339 * docs/plugins/inspect/plugin-gconfelements.xml:
13340 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13341 * docs/plugins/inspect/plugin-goom.xml:
13342 * docs/plugins/inspect/plugin-halelements.xml:
13343 * docs/plugins/inspect/plugin-icydemux.xml:
13344 * docs/plugins/inspect/plugin-id3demux.xml:
13345 * docs/plugins/inspect/plugin-jpeg.xml:
13346 * docs/plugins/inspect/plugin-level.xml:
13347 * docs/plugins/inspect/plugin-matroska.xml:
13348 * docs/plugins/inspect/plugin-mulaw.xml:
13349 * docs/plugins/inspect/plugin-multipart.xml:
13350 * docs/plugins/inspect/plugin-navigationtest.xml:
13351 * docs/plugins/inspect/plugin-ossaudio.xml:
13352 * docs/plugins/inspect/plugin-png.xml:
13353 * docs/plugins/inspect/plugin-rtp.xml:
13354 * docs/plugins/inspect/plugin-rtsp.xml:
13355 * docs/plugins/inspect/plugin-shout2send.xml:
13356 * docs/plugins/inspect/plugin-smpte.xml:
13357 * docs/plugins/inspect/plugin-speex.xml:
13358 * docs/plugins/inspect/plugin-udp.xml:
13359 * docs/plugins/inspect/plugin-videobalance.xml:
13360 * docs/plugins/inspect/plugin-videobox.xml:
13361 * docs/plugins/inspect/plugin-videoflip.xml:
13362 * docs/plugins/inspect/plugin-videomixer.xml:
13363 * docs/plugins/inspect/plugin-wavenc.xml:
13364 * docs/plugins/inspect/plugin-wavparse.xml:
13365 * docs/plugins/inspect/plugin-ximagesrc.xml:
13366 Update files to CVS/Prerelease version, add esdsink docs.
13368 * ext/esd/esdsink.c:
13371 * gst/rtp/gstrtpmp4vpay.c:
13372 Fix typo in element description.
13374 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
13376 * ext/esd/esdsink.c: (gst_esdsink_open),
13377 (gst_esdsink_factory_init):
13378 Prevent libesd from auto-spawning a sound daemon if it
13379 is not already running. Now that we don't do evil stuff
13380 like that any longer we can give esdsink a rank so that
13381 autoaudiosink will try it as well if all other audio
13382 sinks fail (#343051).
13384 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
13386 * ext/esd/Makefile.am:
13387 Oops, need to remove README from EXTRA_DIST as well.
13389 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
13392 Remove, it contains nothing useful anyway.
13394 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
13395 (gst_esdsink_delay):
13396 Some small clean-ups; use GST_BOILERPLATE etc.
13398 2006-07-24 Wim Taymans <wim@fluendo.com>
13400 * gst/law/alaw-decode.c: (alawdec_getcaps):
13401 * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
13402 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13403 * gst/law/mulaw-encode.c: (mulawenc_getcaps):
13404 Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
13406 2006-07-24 Stefan Kost <ensonic@users.sf.net>
13408 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13409 (gst_wavparse_other), (gst_wavparse_perform_seek),
13410 (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
13411 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
13412 (gst_wavparse_pad_query):
13413 * gst/wavparse/gstwavparse.h:
13414 Use information from 'fact' chunk for length calculation of compressed
13415 samples. Calculate bps if bogus value is found in wav header (embeded
13419 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
13421 Based on patch by: Joni Valtanen <joni dot valtanen at movial fi>
13424 * gst/udp/Makefile.am:
13425 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
13426 (gst_dynudpsink_finalize), (gst_dynudpsink_close):
13427 * gst/udp/gstdynudpsink.h:
13428 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
13429 (gst_multiudpsink_finalize), (gst_multiudpsink_close):
13430 * gst/udp/gstmultiudpsink.h:
13431 * gst/udp/gstudp.c: (plugin_init):
13432 * gst/udp/gstudpsink.h:
13433 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
13434 (gst_udpsrc_start), (gst_udpsrc_stop):
13435 * gst/udp/gstudpsrc.h:
13436 * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
13437 (gst_udp_net_utils_win32_wsa_startup):
13438 * gst/udp/gstudpnetutils.h:
13439 Port udp plugin to win32 (#345288).
13441 2006-07-24 Wim Taymans <wim@fluendo.com>
13443 * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
13444 Remove unwanted DEBUG line.
13446 2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
13448 * gst/id3demux/gstid3demux.c: (plugin_init):
13449 * gst/id3demux/id3tags.c:
13450 (id3demux_add_id3v2_frame_blob_to_taglist):
13451 * gst/id3demux/id3tags.h:
13452 On second thought, it might be wiser and more efficient
13453 not to do tag registration from a streaming thread.
13455 2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
13457 * gst/id3demux/id3tags.c:
13458 (id3demux_add_id3v2_frame_blob_to_taglist),
13459 (id3demux_id3v2_frames_to_tag_list):
13460 Put ID3v2 frames we can't parse as binary blobs into private
13461 tags, so that they are not lost when retagging, at least once
13462 id3v2mux has been taught to re-inject those frames again.
13465 2006-07-21 Wim Taymans <wim@fluendo.com>
13467 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13468 (gst_avi_demux_process_next_entry):
13471 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
13472 Don't use \n in debug lines.
13474 2006-07-20 Stefan Kost <ensonic@users.sf.net>
13476 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13477 * docs/plugins/gst-plugins-good-plugins-sections.txt:
13478 Add annodex and icydemux, cleanup the sections a bit
13480 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
13482 Patch by: Alex Lancaster <alexl at users sourceforge net>
13484 * ext/taglib/gstid3v2mux.cc:
13485 Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
13486 ID3v2 TSSE frames (#347898).
13488 2006-07-18 Stefan Kost <ensonic@users.sf.net>
13490 * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
13491 Respect mpegversion for "video/mpeg" and give message in case of
13492 unhandled versions.
13494 2006-07-17 Wim Taymans <wim@fluendo.com>
13496 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
13497 (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
13498 (gst_pngdec_chain), (gst_pngdec_sink_event),
13499 (gst_pngdec_libpng_init), (gst_pngdec_change_state),
13500 (gst_pngdec_sink_activate_push):
13501 * ext/libpng/gstpngdec.h:
13502 Use statically allocated segment instead of leaking.
13504 Fix flush and seek handling.
13506 2006-07-16 Wim Taymans <wim@fluendo.com>
13508 * gst/rtp/Makefile.am:
13509 * gst/rtp/gstrtp.c: (plugin_init):
13510 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
13511 (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
13512 (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
13513 (gst_rtp_mp4g_depay_set_property),
13514 (gst_rtp_mp4g_depay_get_property),
13515 (gst_rtp_mp4g_depay_change_state),
13516 (gst_rtp_mp4g_depay_plugin_init):
13517 * gst/rtp/gstrtpmp4gdepay.h:
13518 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13519 (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
13520 (gst_rtp_mp4g_pay_flush):
13521 Added simple generic mpeg4 depayloader.
13522 Fix generic mpeg4 payloader.
13524 2006-07-15 Tim-Philipp Müller <tim at centricular dot net>
13526 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
13527 Don't try doing state changes on a NULL pointer.
13529 2006-07-14 Wim Taymans <wim@fluendo.com>
13531 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13533 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
13534 (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
13535 (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
13536 * gst/rtp/gstrtpamrdepay.h:
13537 rtpamrdec isn't a subclass of GstBaseRtpDepayload.
13540 2006-07-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13542 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13543 (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
13544 Fix segfault when moving mouse pointer to the bottom right corner.
13546 2006-07-12 Wim Taymans <wim@fluendo.com>
13548 * gst/rtp/Makefile.am:
13549 * gst/rtp/gstrtp.c: (plugin_init):
13550 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
13551 (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
13552 (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
13553 (gst_rtp_mp2t_depay_set_property),
13554 (gst_rtp_mp2t_depay_get_property),
13555 (gst_rtp_mp2t_depay_change_state),
13556 (gst_rtp_mp2t_depay_plugin_init):
13557 * gst/rtp/gstrtpmp2tdepay.h:
13558 Added mpeg2 TS depayloader. Closing #347234.
13560 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
13562 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
13563 Remove g_assert that shouldn't be there and was triggered
13564 after trying to open a device that doesn't exist or can't
13565 be opened for some other reason (#347972).
13567 2006-07-10 Edward Hervey <edward@fluendo.com>
13569 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13570 (gst_avi_demux_stream_header), (push_tag_lists):
13571 * gst/avi/gstavidemux.h:
13572 Don't push tag events found by gst_riff_parse_info() before outputting
13573 GST_EVENT_NEWSEGMENT.
13575 2006-07-10 Wim Taymans <wim@fluendo.com>
13577 * gst/rtsp/Makefile.am:
13578 * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
13579 (rtsp_connection_close):
13580 * gst/rtsp/rtspdefs.h:
13581 replaced closesocket and close in code with one CLOSE_SOCKET.
13582 Some more cleanups. Fixes #345301.
13584 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
13586 * gst/autodetect/gstautoaudiosink.c:
13587 Fix example pipeline in docs.
13589 2006-07-10 Wim Taymans <wim@fluendo.com>
13591 Patch by: Rob Taylor <robtaylor at floopily dot org>
13593 * gst/udp/gstmultiudpsink.c: (join_multicast),
13594 (gst_multiudpsink_init_send), (gst_multiudpsink_add):
13595 If a destination is added before the stream is set to PAUSED, the
13596 multicast group is not joined as the socket is not created yet.
13597 Also TTL and LOOP should also be set. Fixes #346921.
13599 2006-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13601 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13602 (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13603 (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
13604 (gst_ximage_src_init):
13605 * sys/ximage/gstximagesrc.h:
13606 Fix use-damage property to actually work :)
13607 Add startx, starty, endx, endy properties so screencasts other than full
13608 screen ones can work.
13610 2006-07-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13612 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
13613 (gst_ximage_src_set_property), (gst_ximage_src_get_property),
13614 (gst_ximage_src_class_init), (gst_ximage_src_init):
13615 * sys/ximage/gstximagesrc.h:
13616 Add use_damage property to offer ability to choose whether to use
13619 2006-07-07 Wim Taymans <wim@fluendo.com>
13621 * gst/goom/filters.c: (zoomFilterSetResolution):
13622 Avoid goom coredumping by clearing memory.
13625 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
13627 * win32/vs6/libgstid3demux.dsp:
13628 Add a link to libgsttag-0.10.lib.
13630 2006-07-05 Tim-Philipp Müller <tim at centricular dot net>
13632 * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13633 (gst_tag_demux_read_range):
13634 * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13635 (gst_id3demux_read_range):
13636 Don't return FLOW_UNEXPECTED when a buffer is before
13637 the start of the stream (which might happen with
13638 large ID3v2 tags if the tag reading was done pullrange
13639 based and we then switched to push mode later on).
13640 Fixes regression introduced by commit from June 29th.
13642 2006-07-05 Tim-Philipp Müller <tim at centricular dot net>
13644 * ext/taglib/gstid3v2mux.cc:
13645 Make UTF-8 the default encoding when writing string
13646 tags (before, our UTF-8 strings would automatically
13647 be converted to ISO-8859-1 by taglib and written as
13648 ISO-8859-1 fields if that was possible).
13650 * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
13651 (test_taglib_id3mux_check_tag_buffer), (identity_cb),
13652 (test_taglib_id3mux_with_tags):
13653 Add test case that makes sure our UTF-8 strings have
13654 actually been written into the tag as UTF-8.
13656 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
13659 Let's try that again.
13661 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
13664 Disable monoscope plugin for now until it fulfills
13665 all the requirements.
13667 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
13670 * gst/monoscope/Makefile.am:
13671 * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
13672 (gst_monoscope_class_init), (gst_monoscope_init),
13673 (gst_monoscope_finalize), (gst_monoscope_reset),
13674 (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
13675 (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
13676 (gst_monoscope_sink_event), (gst_monoscope_src_event),
13677 (gst_monoscope_change_state), (plugin_init):
13678 * gst/monoscope/gstmonoscope.h:
13679 Port monoscope visualisation to 0.10.
13681 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
13683 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
13684 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13685 Return FLOW_UNEXPECTED when at the end of the file, not
13686 FLOW_ERROR. Fixes 'internal stream error' errors that
13687 would sometimes occur in totem when scrubbing to the
13688 end of an ID3v1 tagged mp3 file.
13690 2006-07-03 Edward Hervey <edward@fluendo.com>
13692 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
13693 (buffer_clip), (user_end_callback), (gst_pngdec_chain),
13694 (gst_pngdec_sink_event), (gst_pngdec_change_state):
13695 * ext/libpng/gstpngdec.h:
13696 Implement buffer clipping/dropping using GstSegment.
13697 This provides accurate seeking.
13699 2006-07-03 Edward Hervey <edward@fluendo.com>
13701 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13702 (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13703 (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13704 (gst_avi_demux_process_next_entry), (push_tag_lists),
13705 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13706 * gst/avi/gstavidemux.h:
13707 Proper aggregation of each stream's GstFlowReturn in order to figure out
13708 whether the task should stop or not.
13709 Don't send inline events before pushing out a NEW_SEGMENT, more
13710 specifically for GST_TAG_EVENT.
13711 Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
13714 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
13716 Patch by: Brian Cameron <brian dot cameron at sun dot com>
13718 * sys/sunaudio/gstsunaudiomixerctrl.c:
13719 (gst_sunaudiomixer_ctrl_build_list):
13720 Move "Monitor" slider to input tab so it works more like
13721 sdtaudiocontrol, which is what people on Solaris are used
13722 to using for their mixer program (#346259).
13724 2006-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
13726 * tests/check/elements/level.c: (GST_START_TEST):
13727 fix a leak, clean up at the end
13729 2006-06-29 Tim-Philipp Müller <tim at centricular dot net>
13731 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13732 (gst_matroska_demux_send_event),
13733 (gst_matroska_demux_loop_stream_parse_id):
13734 * gst/matroska/matroska-ids.h:
13735 Send tag event after newsegment event.
13737 2006-06-29 Tim-Philipp Müller <tim at centricular dot net>
13739 * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
13740 (gst_id3demux_read_range):
13741 Make sure we don't return GST_FLOW_OK with a NULL buffer in
13742 certain cases where a read beyond the end of the file is
13743 requested. Fixes #345930.
13745 * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
13746 (gst_tag_demux_read_range):
13747 Fix same issue here as well.
13749 2006-06-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13751 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
13753 Fix hypothetical crash.
13755 2006-06-28 Tim-Philipp Müller <tim at centricular dot net>
13757 Patch by: Brian Cameron <brian dot cameron at sun dot com>
13759 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
13760 Do not modify the ports value. If the user has turned off the
13761 built-in speakers, then we should not reset it in the prepare
13762 function, since this causes the built-in speakers to turn
13763 back on anytime the user changes a track in totem, rhythmbox,
13766 2006-06-23 Wim Taymans <wim@fluendo.com>
13768 * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13769 Fix double caps unref when negotiation fails.
13771 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
13773 * ext/annodex/gstcmmldec.c:
13774 * ext/annodex/gstcmmlenc.c:
13775 * ext/annodex/gstcmmlparser.c:
13776 * ext/dv/gstdvdec.c:
13777 * ext/dv/gstdvdemux.c:
13778 * ext/gdk_pixbuf/pixbufscale.c:
13779 * ext/jpeg/gstjpegenc.c:
13780 * ext/jpeg/gstsmokedec.c:
13781 * ext/jpeg/gstsmokeenc.c:
13782 * ext/libpng/gstpngdec.c:
13783 * ext/libpng/gstpngenc.c:
13784 * ext/speex/gstspeexenc.c:
13785 * gst/alpha/gstalphacolor.c:
13786 * gst/cutter/gstcutter.c:
13787 * gst/debug/gstnavigationtest.c:
13788 * gst/icydemux/gsticydemux.c:
13789 * gst/level/gstlevel.c:
13790 * gst/multipart/multipart.c:
13791 * gst/rtp/gstrtpamrpay.c:
13792 * gst/rtp/gstrtpdepay.c:
13793 * gst/rtp/gstrtpilbcpay.c:
13794 * gst/rtp/gstrtpmp4gpay.c:
13795 * gst/rtp/gstrtpmp4vpay.c:
13796 * gst/rtsp/gstrtpdec.c:
13797 * gst/rtsp/gstrtspsrc.c:
13798 * gst/udp/gstdynudpsink.c:
13799 * gst/udp/gstmultiudpsink.c:
13800 * gst/udp/gstudpsrc.c:
13801 * gst/videobox/gstvideobox.c:
13802 * gst/videofilter/gstvideoflip.c:
13803 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
13804 plus two minor macro fixes.
13806 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
13808 * gst/matroska/matroska-demux.c:
13809 (gst_matroska_demux_check_subtitle_buffer),
13810 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13811 (gst_matroska_demux_subtitle_caps):
13812 * gst/matroska/matroska-ids.c:
13813 (gst_matroska_track_init_subtitle_context):
13814 * gst/matroska/matroska-ids.h:
13815 Try to fix up broken matroska files containing subtitle
13816 streams with non-UTF8 character encodings (courtesy of
13817 mkvmerge) using either the encoding specified in the
13818 GST_SUBTITLE_ENCODING environment variable or the
13819 current locale's character set if it is non-UTF8.
13822 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
13824 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13825 Set image type from APIC frame as "image-type" field
13826 of GST_TAG_IMAGE buffer caps (#344605).
13828 2006-06-20 Tim-Philipp Müller <tim at centricular dot net>
13830 * ext/flac/Makefile.am:
13831 * ext/flac/gstflacdec.c: (gst_flac_dec_init),
13832 (gst_flac_dec_reset_decoders),
13833 (gst_flac_dec_setup_seekable_decoder),
13834 (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
13835 (gst_flac_dec_metadata_callback),
13836 (gst_flac_dec_metadata_callback_seekable),
13837 (gst_flac_dec_metadata_callback_stream),
13838 (gst_flac_dec_error_callback),
13839 (gst_flac_dec_error_callback_seekable),
13840 (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
13841 (gst_flac_dec_read_stream), (gst_flac_dec_write),
13842 (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
13843 (gst_flac_dec_loop), (gst_flac_dec_sink_event),
13844 (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
13845 (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
13846 (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13847 (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
13848 (gst_flac_dec_sink_activate_push),
13849 (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13850 * ext/flac/gstflacdec.h:
13851 Support chain-based operation, should make flac-over-DAAP
13854 2006-06-20 Wim Taymans <wim@fluendo.com>
13856 * docs/plugins/gst-plugins-good-plugins-sections.txt:
13857 Doc updates, merge some unused symbols.
13859 2006-06-20 Wim Taymans <wim@fluendo.com>
13861 * docs/plugins/Makefile.am:
13862 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13863 * docs/plugins/gst-plugins-good-plugins-sections.txt:
13864 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
13865 * gst/rtsp/gstrtspsrc.c:
13866 * gst/rtsp/gstrtspsrc.h:
13867 Added documentation for the rtsp plugin. Fixes #345393.
13869 2006-06-20 Wim Taymans <wim@fluendo.com>
13871 * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
13872 (rtsp_connection_close), (rtsp_connection_free):
13873 Use better G_OS_* macros. Fixes #345301 some more.
13875 2006-06-20 Wim Taymans <wim@fluendo.com>
13877 Patch by: Brian Cameron <brian dot cameron at sun dot com>
13879 * sys/sunaudio/Makefile.am:
13880 * sys/sunaudio/gstsunaudio.c: (plugin_init):
13881 * sys/sunaudio/gstsunaudiomixerctrl.c:
13882 (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
13883 (gst_sunaudiomixer_ctrl_list_tracks),
13884 (gst_sunaudiomixer_ctrl_get_volume),
13885 (gst_sunaudiomixer_ctrl_set_volume),
13886 (gst_sunaudiomixer_ctrl_set_mute),
13887 (gst_sunaudiomixer_ctrl_set_record):
13888 * sys/sunaudio/gstsunaudiomixerctrl.h:
13889 * sys/sunaudio/gstsunaudiomixertrack.c:
13890 (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
13891 * sys/sunaudio/gstsunaudiomixertrack.h:
13892 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
13893 (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
13894 (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
13895 (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
13896 (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
13897 (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
13898 (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
13899 (gst_sunaudiosrc_reset):
13900 * sys/sunaudio/gstsunaudiosrc.h:
13901 Add a SunAudio source plugin.
13902 Support stereo and right/left channel gain in the mixer plugin.
13903 Support the RECORD flag so that you can switch between line-input and
13904 microphone in gnome-volume-control.
13905 Code cleanups like using an enumerator for track number instead of an
13906 integer. Fixes #344923.
13908 2006-06-20 Wim Taymans <wim@fluendo.com>
13910 Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
13912 * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
13913 (rtsp_connection_close):
13914 Make RTSP plugin compile on windows. Fixes #345301.
13915 Some changes to original patch to catch errors better.
13916 use ifdef WIN32 instead of ifndef.
13918 2006-06-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13921 If we have libraw1394 >= 1.2.1, then we need libiec61883.
13923 2006-06-18 Edward Hervey <edward@fluendo.com>
13925 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13926 After a failed buffer alloc, we need to abort the jpeg decoding (it
13927 started when parsing headers to figure out how many bytes we need
13928 to request downstream).
13930 2006-06-18 Tim-Philipp Müller <tim at centricular dot net>
13932 Patch by: Mark Nauwelaerts <manauw at skynet be>
13934 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
13935 Make sure we don't read beyond the end of the file (#345232).
13937 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
13940 Fix --disable-external (can't set conditionals conditionally,
13943 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
13947 * docs/Makefile.am:
13948 Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
13950 * docs/plugins/Makefile.am:
13951 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13952 * docs/plugins/inspect/plugin-taglib.xml:
13953 Add/fix apev2mux docs.
13955 2006-06-14 Wim Taymans <wim@fluendo.com>
13957 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13958 (gst_dvdec_finalize), (gst_dvdec_sink_event),
13959 (gst_dvdec_change_state):
13960 Reset segment info on flush.
13961 Alloc segment in _init, free in _finalize.
13963 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
13964 Don't send segments twice.
13966 2006-06-14 Wim Taymans <wim@fluendo.com>
13968 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13969 Respect segment.stop. Fixes #342592.
13971 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
13973 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13974 No language specified means the implied language is English
13975 according to the matroska spec (partially fixes #344708);
13976 add some more debug output.
13978 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
13980 * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
13981 (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
13982 (gst_wavparse_chain):
13983 When operating chain-based, don't make any assumptions about the
13984 chunking of the incoming data and make streaming work on days other
13985 than the second Thursday after a full moon. Also fix up debug
13986 messages here and there and make use of the most excellent new
13987 gst_pad_query_peer_duration() utility function.
13988 Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
13990 * gst/wavparse/gstwavparse.h:
13991 Remove trailing comma after last enum value, some compilers don't
13994 2006-06-13 Wim Taymans <wim@fluendo.com>
13996 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
13997 Handle premature EOS gracefully.
13999 2006-06-13 Tim-Philipp Müller <tim at centricular dot net>
14001 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14002 Prevent out of bounds array access when scrubbing towards
14003 the end of the file between the last index entry and the
14004 end. Fixes occasional 'start <= stop' newsegment event
14005 assertions when scrubbing in MJPEG files.
14007 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
14009 * tests/check/elements/.cvsignore:
14012 2006-06-11 Tim-Philipp Müller <tim at centricular dot net>
14014 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14015 (scan_encoded_string), (parse_picture_frame):
14016 Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14019 Require core >= 0.10.8 (for GST_TAG_IMAGE and
14020 GST_TAG_PPEVIEW_IMAGE used in the patch above).
14022 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
14024 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14025 gratuitous comment changes
14026 * tests/check/elements/level.c: (GST_START_TEST):
14027 fix level test leaks
14029 2006-06-11 Tim-Philipp Müller <tim at centricular dot net>
14031 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14032 * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14033 Use gst_pad_query_peer_duration() utility function here.
14035 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
14040 * ext/annodex/Makefile.am:
14041 * ext/cdio/Makefile.am:
14042 * ext/dv/Makefile.am:
14043 * ext/esd/Makefile.am:
14044 * ext/flac/Makefile.am:
14045 * ext/gdk_pixbuf/Makefile.am:
14046 * ext/ladspa/Makefile.am:
14047 * ext/libcaca/Makefile.am:
14048 * ext/speex/Makefile.am:
14049 * ext/taglib/Makefile.am:
14050 * sys/oss/Makefile.am:
14051 * sys/sunaudio/Makefile.am:
14052 * sys/ximage/Makefile.am:
14053 clean up build further
14055 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
14057 * gconf/Makefile.am:
14058 Honour --disable-schemas-install configure option. Fixes #344100.
14060 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
14062 * tests/examples/level/Makefile.am:
14063 Add -lm to LIBS for pow() function, don't assume one of our
14064 dependencies (such as libxml-2.0) drags it in automatically
14067 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
14069 Patch by: Peter Kjellerstedt <pkj at axis dot com>
14072 We should use $SED and not $(SED) in configure.ac (#343678).
14074 2006-06-09 Wim Taymans <wim@fluendo.com>
14076 Patch by: Brian Cameron <brian dot cameron at sun dot com>
14078 * sys/sunaudio/gstsunaudiomixerctrl.c:
14079 (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14080 (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14081 (gst_sunaudiomixer_ctrl_set_mute):
14082 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14083 (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14084 (gst_sunaudiosink_write):
14085 Attached find a patch that fixes a number of bugs with the SunAudio
14086 mixer plugin and fixes #344101:
14087 1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14088 tracks onto the tracklist causing gnome-volume-control's preferences
14089 dialog to be messed up and would core dump if you checked/unchecked
14091 2. We weren't previously setting the MUTE flag properly. Fixing this
14092 makes gnome-volume-control work better.
14093 3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14094 and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14095 gnome-volume-control look better.
14096 Also some minor cleanup in gstsunaudiosink.c.
14098 2006-06-09 Wim Taymans <wim@fluendo.com>
14100 * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14101 (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14102 (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14103 (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14104 (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14105 * ext/jpeg/gstjpegdec.h:
14106 API: Added IDCT method property
14108 Avoid dynamic allocation of trivial fixed structure.
14109 Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14111 2006-06-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14114 We now require libraw1394 >= 1.1.0 and that version onwards all
14117 2006-06-02 Edward Hervey <edward@fluendo.com>
14119 * gst/law/alaw-decode.c: (alawdec_getcaps):
14120 Trying to get items from an ANY or EMPTY caps is ... stupid.
14122 2006-06-02 Edward Hervey <edward@fluendo.com>
14124 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14125 (gst_dvdec_chain), (gst_dvdec_change_state):
14126 * ext/dv/gstdvdec.h:
14127 Added GstSegment handling, now implements dropping/clipping.
14129 2006-06-01 Stefan Kost <ensonic@users.sf.net>
14131 * ext/aalib/gstaasink.h:
14132 * ext/annodex/gstcmmldec.h:
14133 * ext/cairo/gsttimeoverlay.h:
14134 * ext/dv/gstdvdec.h:
14135 * ext/dv/gstdvdemux.h:
14136 * ext/esd/esdmon.h:
14137 * ext/esd/esdsink.h:
14138 * ext/flac/gstflacenc.h:
14139 * ext/gconf/gstgconfaudiosink.h:
14140 * ext/gconf/gstgconfaudiosrc.h:
14141 * ext/gconf/gstgconfvideosink.h:
14142 * ext/gconf/gstgconfvideosrc.h:
14143 * ext/gdk_pixbuf/gstgdkanimation.h:
14144 * ext/gdk_pixbuf/pixbufscale.h:
14145 * ext/hal/gsthalaudiosink.h:
14146 * ext/hal/gsthalaudiosrc.h:
14147 * ext/jpeg/gstjpegenc.h:
14148 * ext/jpeg/gstsmokedec.h:
14149 * ext/jpeg/gstsmokeenc.h:
14150 * ext/libcaca/gstcacasink.h:
14151 * ext/libmng/gstmngdec.h:
14152 * ext/libmng/gstmngenc.h:
14153 * ext/libpng/gstpngdec.h:
14154 * ext/libpng/gstpngenc.h:
14155 * ext/raw1394/gstdv1394src.h:
14156 * ext/speex/gstspeexenc.h:
14157 * gst/autodetect/gstautoaudiosink.h:
14158 * gst/autodetect/gstautovideosink.h:
14159 * gst/avi/gstavidemux.h:
14160 * gst/cutter/gstcutter.h:
14161 * gst/debug/efence.h:
14162 * gst/debug/gstnavigationtest.h:
14163 * gst/debug/gstnavseek.h:
14164 * gst/flx/gstflxdec.h:
14165 * gst/goom/gstgoom.h:
14166 * gst/icydemux/gsticydemux.h:
14167 * gst/id3demux/gstid3demux.h:
14168 * gst/law/alaw-decode.h:
14169 * gst/law/alaw-encode.h:
14170 * gst/law/mulaw-decode.h:
14171 * gst/law/mulaw-encode.h:
14172 * gst/matroska/matroska-mux.h:
14173 * gst/median/gstmedian.h:
14174 * gst/oldcore/gstaggregator.h:
14175 * gst/oldcore/gstfdsink.h:
14176 * gst/oldcore/gstmd5sink.h:
14177 * gst/oldcore/gstmultifilesrc.h:
14178 * gst/oldcore/gstpipefilter.h:
14179 * gst/oldcore/gstshaper.h:
14180 * gst/oldcore/gststatistics.h:
14181 * gst/rtp/gstasteriskh263.h:
14182 * gst/rtp/gstrtpL16depay.h:
14183 * gst/rtp/gstrtpL16pay.h:
14184 * gst/rtp/gstrtpamrdepay.h:
14185 * gst/rtp/gstrtpamrpay.h:
14186 * gst/rtp/gstrtpdepay.h:
14187 * gst/rtp/gstrtpgsmdepay.h:
14188 * gst/rtp/gstrtpgsmpay.h:
14189 * gst/rtp/gstrtph263pay.h:
14190 * gst/rtp/gstrtph263pdepay.h:
14191 * gst/rtp/gstrtph263ppay.h:
14192 * gst/rtp/gstrtpmp4gpay.h:
14193 * gst/rtp/gstrtpmp4vdepay.h:
14194 * gst/rtp/gstrtpmp4vpay.h:
14195 * gst/rtp/gstrtpmpadepay.h:
14196 * gst/rtp/gstrtpmpapay.h:
14197 * gst/rtp/gstrtppcmadepay.h:
14198 * gst/rtp/gstrtppcmapay.h:
14199 * gst/rtp/gstrtppcmudepay.h:
14200 * gst/rtp/gstrtppcmupay.h:
14201 * gst/rtp/gstrtpspeexdepay.h:
14202 * gst/rtp/gstrtpspeexpay.h:
14203 * gst/rtsp/gstrtpdec.h:
14204 * gst/rtsp/gstrtspsrc.h:
14205 * gst/smpte/gstsmpte.h:
14206 * gst/udp/gstdynudpsink.h:
14207 * gst/udp/gstmultiudpsink.h:
14208 * gst/udp/gstudpsink.h:
14209 * gst/udp/gstudpsrc.h:
14210 * gst/videofilter/gstvideobalance.h:
14211 * gst/videofilter/gstvideoflip.h:
14212 * sys/oss/gstossdmabuffer.h:
14213 * sys/oss/gstossmixerelement.h:
14214 * sys/oss/gstosssink.h:
14215 * sys/oss/gstosssrc.h:
14216 * sys/osxvideo/osxvideosink.h:
14217 * sys/sunaudio/gstsunaudiomixer.h:
14218 * sys/sunaudio/gstsunaudiosink.h:
14219 * sys/ximage/gstximagesrc.h:
14220 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14222 2006-05-31 Wim Taymans <wim@fluendo.com>
14224 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14225 (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
14226 (gst_goom_src_setcaps), (gst_goom_src_event),
14227 (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
14228 (gst_goom_change_state):
14229 * gst/goom/gstgoom.h:
14231 Handle flushing, discont and events.
14232 Fix timestamps and various other cleanups.
14234 2006-05-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14236 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
14237 Fix bus reset when using libiec61883
14239 2006-05-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14242 Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
14243 * ext/raw1394/Makefile.am:
14245 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
14246 New method, to receive using libiec61883.
14247 (gst_dv1394src_iso_receive),
14248 #ifdef'd out if libiec61883 is present.
14249 (gst_dv1394src_bus_reset),
14250 Get userdata correctly if using libiec61883.
14251 (gst_dv1394src_create),
14252 When using libiec61883, only poll one fd and no need to read.
14253 (gst_dv1394src_discover_avc_node),
14254 Replace g_warnings.
14255 (gst_dv1394src_start),
14256 Create new handle when we know which dv port. More reliable
14257 than setting port on an existing handle. Initialise libiec61883.
14258 (gst_dv1394src_stop):
14259 If using libiec61883, then cleanup its handle properly.
14260 * ext/raw1394/gstdv1394src.h:
14261 Add libiec61883 handle.
14263 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
14265 * gst/avi/gstavidemux.c:
14266 add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
14269 * win32/vs6/libgstavi.dsp:
14270 add gstavimux.c to the project
14271 * win32/vs6/libgstid3demux.dsp:
14272 add link to zlib library
14273 * win32/vs6/libgstmatroska.dsp:
14274 add matroska-ids.c to the project
14276 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
14278 Patch by: Sebastian Dröge <mail at slomosnail de >
14280 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14281 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14282 * ext/taglib/Makefile.am:
14283 * ext/taglib/gstapev2mux.cc:
14284 * ext/taglib/gstapev2mux.h:
14285 * ext/taglib/gstid3v2mux.cc:
14286 * ext/taglib/gsttaglibmux.c: (plugin_init):
14287 * ext/taglib/gsttaglibmux.h:
14288 Add apev2mux element (#343122).
14290 * tests/check/Makefile.am:
14291 * tests/check/elements/apev2mux.c:
14292 (test_taglib_apev2mux_create_tags),
14293 (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
14294 (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
14295 (test_taglib_apev2mux_with_tags), (GST_START_TEST),
14296 (apev2mux_suite), (main):
14297 Add unit test for apev2mux element.
14299 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
14301 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14302 * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14303 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14304 GST_PTR_FORMAT should be used to print caps in debug statements.
14306 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
14308 Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14310 * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
14311 (ape_demux_parse_tags):
14312 Some clean-ups and additions: map APE 'file' tag to
14313 GST_TAG_LOCATION (#343123); add support for extracting
14314 the track count and clean up parsing a bit (#343127).
14316 2006-05-28 Edward Hervey <edward@fluendo.com>
14318 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
14319 Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
14321 2006-05-28 Edward Hervey <edward@fluendo.com>
14323 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
14324 (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14325 (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
14326 * ext/jpeg/gstjpegdec.h:
14327 Clip outgoing buffers according to currently configured segment.
14329 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
14331 * ext/taglib/gstid3v2mux.cc:
14332 Handle writing of track-count or album-volume-count without
14333 track-number or albume-volume-number (in this case the number
14334 will just be set to 0).
14336 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
14337 It would be nice if we actually checked the values received for
14338 track/album-volume number/count in _check_tags(), rather than
14339 setting them again ...
14341 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
14343 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14344 A track/volume number or count of 0 does not make sense,
14345 just ignore it along with negative numbers (a tag might
14346 only contain a track count without a track number).
14348 2006-05-27 Edward Hervey <edward@fluendo.com>
14350 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
14351 (gst_jpeg_dec_sink_event):
14352 Abort decompression when receiving FLUSH_STOP. This should avoid
14353 issues when interrupting decoding with flushes.
14355 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
14357 * ext/flac/gstflac.c:
14358 Don't #include file we don't dist any longer.
14360 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
14363 Replace current README (containing the release notes from
14364 some 0.9.x version) with a proper README taken from the core.
14366 2006-05-24 Wim Taymans <wim@fluendo.com>
14368 * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
14369 Implement EOS correctly by either posting
14370 SEGMENT_DONE or pushing an EOS message depending
14371 on the seek type. Fixes #342592
14373 2006-05-24 Wim Taymans <wim@fluendo.com>
14375 * gst/law/alaw-decode.c: (gst_alawdec_chain):
14376 * gst/law/alaw-decode.h:
14377 * gst/law/alaw-encode.c: (gst_alawenc_chain):
14378 * gst/law/alaw-encode.h:
14379 * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
14380 * gst/law/mulaw-decode.h:
14381 * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
14382 * gst/law/mulaw-encode.h:
14383 Some cleanups in the chain functions.
14384 Remove some GStreamer 0.0.2 bits.
14386 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
14388 Patch by: Mark Nauwelaerts <manauw at skynet be>
14390 * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
14391 gst_collect_pads_stop() needs to be called before chaining up
14392 to the parent class (#342734).
14394 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
14396 * ext/flac/Makefile.am:
14397 * ext/flac/flac_compat.h:
14398 * ext/flac/gstflac.c:
14399 * ext/flac/gstflacdec.c: (gst_flac_dec_init):
14400 * ext/flac/gstflacenc.c:
14401 Remove backwards compatibility cruft for dealing with FLAC API
14402 changes in the 1.0.x series - we require 1.1.1 or newer these days.
14404 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
14406 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14407 (gst_matroska_demux_push_xiph_codec_priv_data),
14408 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14409 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14410 * gst/matroska/matroska-ids.h:
14411 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
14412 (gst_matroska_mux_video_pad_setcaps),
14413 (xiph3_streamheader_to_codecdata),
14414 (vorbis_streamheader_to_codecdata),
14415 (theora_streamheader_to_codecdata),
14416 (gst_matroska_mux_audio_pad_setcaps),
14417 (gst_matroska_mux_write_data):
14418 Add support for muxing/demuxing theora video (#342448; too bad
14419 none of the usual linux players can actually play this). Playback
14420 in GStreamer will require additional changes to theoradec in -base.
14421 Refactor streamheaders <=> CodecPrivateData code a bit; some small
14424 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
14426 * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
14427 (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
14428 Fix crashes when the horizontal subsampling is 1.
14431 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
14433 Patch by: Mark Nauwelaerts <manauw at skynet be>
14435 * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
14436 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14437 (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14438 (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
14439 (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
14440 (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14441 (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
14442 (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14443 (gst_avi_mux_change_state):
14444 * gst/avi/gstavimux.h:
14445 Some enhancements for avimux (#342526):
14446 - add odml (large file) index support
14447 - store codec init data (e.g. huffyuv)
14448 - miscellaneous other fixes/cleanups
14450 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
14452 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14453 Don't output any tag when we encounter a negative track number - the
14454 tag type is uint, so we end up outputting huge positive numbers
14455 instead. (Fixes: #342029)
14457 2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
14460 update for new GSTPB_PLUGINS_DIR
14462 2006-05-18 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
14464 * rtp/gst/gstrtph263pay.c:
14465 Properly set static caps for H263 at 34.
14467 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
14469 Patch by: James "Doc" Livingston <doclivingston gmail com>
14471 * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
14472 Merge event tags and tag setter tags correctly (#339918). Also,
14473 don't leak taglist in case of an error.
14475 2006-05-17 Edward Hervey <edward@fluendo.com>
14477 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14478 We can only do caps intersection if the othercaps are non-empty and not
14479 ANY. Else we return the pad template (base_caps).
14481 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
14483 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14484 Fix crash when outputting debugging information for certain
14485 pictures (always good to use the right struct member for
14486 the number of records in an array).
14488 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
14490 Patch by: Jindrich Makovicka <jindrich.makivicka at itonis tv>
14492 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
14493 (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
14494 (gst_ebml_read_element_length), (gst_ebml_read_buffer),
14495 (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
14496 (gst_ebml_read_float), (gst_ebml_read_ascii),
14497 (gst_ebml_read_binary):
14498 Don't create unnecessary sub-buffers all the time. Dramatically
14499 improves performance with multiple concurrently running
14500 matroskademux instances (#341818) (and avoids doing
14501 unnecessarily inefficient things in the general case).
14503 2006-05-16 Edward Hervey <edward@fluendo.com>
14505 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
14506 In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
14507 return value of gst_pad_push_event().
14509 2006-05-16 Jan Schmidt <thaytan@mad.scientist.com>
14511 * gst/autodetect/gstautoaudiosink.c:
14512 (gst_auto_audio_sink_find_best):
14513 * gst/autodetect/gstautovideosink.c:
14514 (gst_auto_video_sink_find_best):
14515 Make the name of the child element be based on the name of the
14516 parent, so that debug output is more useful.
14518 * gst/id3demux/id3v2frames.c: (find_utf16_bom),
14519 (parse_insert_string_field), (parse_split_strings):
14520 Rework string parsing to always walk over BOM markers in UTF16
14521 strings, using the endianness indicated by the innermost one,
14522 then trying the opposite endianness if that fails to convert
14523 to valid UTF-8. Fixes #341774
14525 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14527 Patch from: Matthieu <matthieu at fluendo dot com>
14529 * ext/libpng/Makefile.am:
14532 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
14534 * ext/taglib/gstid3v2mux.cc:
14535 Add support for writing images (APIC frames) into ID3v2
14536 tags (picture type always set to 'other' for now though).
14538 2006-05-14 Michael Smith <msmith@fluendo.com>
14540 * gst/wavparse/gstwavparse.c:
14541 Update docs; wavparse implements push and pull modes.
14543 2006-05-12 Wim Taymans <wim@fluendo.com>
14545 * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
14546 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
14547 (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
14548 Ooops, bitten by the copy-and-paste design paradigm, fixes
14551 2006-05-12 Wim Taymans <wim@fluendo.com>
14553 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14554 (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
14555 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
14556 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
14557 (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
14558 (gst_avi_demux_massage_index),
14559 (gst_avi_demux_calculate_durations_from_index),
14560 (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
14561 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14562 (gst_avi_demux_loop):
14563 * gst/avi/gstavidemux.h:
14564 Some cleanups, prepare to use GstSegment.
14565 Fix error in entry walking code.
14567 Smarter timestamp calculation code.
14568 Uniform error/eos handling.
14570 2006-05-12 Michael Smith <msmith@fluendo.com>
14572 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14573 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
14574 Fix use of uninitialised values if we're NOT seeking in ready.
14577 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
14579 * gst/wavparse/Makefile.am:
14580 Add CFLAGS and LIBS for libgstbase, fixes build on
14583 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
14585 * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
14586 Some more debug info. No need to check whether the string
14587 returned by g_convert() is really UTF-8 - either it is or
14588 we get NULL returned.
14590 2006-05-10 Jan Schmidt <thaytan@mad.scientist.com>
14592 * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
14593 Fix parsing of numeric genre strings some more, by ensuring that
14594 we only try and parse strings that a) Start with '(' and b) Consist
14596 Also, when finding an escaping '((' sequence, bust it back to '(' by
14597 swallowing the first parenthesis
14599 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
14601 * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
14602 (gst_esdsink_open), (gst_esdsink_close):
14603 * ext/esd/esdsink.h:
14604 Move the esd_get_server_info() into gst_esdsink_open() and fail
14605 with a decent error message on errors.
14607 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
14609 * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
14610 (gst_esdmon_channels_get_type):
14611 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
14612 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
14613 * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
14614 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
14615 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
14616 * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
14617 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
14618 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
14619 * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
14620 * gst/videomixer/videomixer.c:
14621 (gst_video_mixer_background_get_type):
14622 Const-ify GEnumValue arrays.
14624 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
14626 Patch by: Mark Nauwelaerts <manauw at skynet bet>
14628 * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
14629 (gst_avi_mux_do_video_buffer):
14630 Work around gst_buffer_make_metadata_writable() bug that
14631 results in avimux marking all frames in the index as
14632 keyframes (#340859).
14634 2006-05-08 Wim Taymans <wim@fluendo.com>
14636 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14637 Make parsing of urls suck slightly less.
14639 2006-05-08 Edward Hervey <edward@fluendo.com>
14641 * autogen.sh: (CONFIGURE_DEF_OPT):
14642 libtoolize on Darwin/MacOSX is called glibtoolize.
14644 2006-05-08 Wim Taymans <wim@fluendo.com>
14646 Patch by: Jens Granseuer <jensgr at gmx dot net>
14648 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
14649 * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
14650 C89 compliance fixes. Fixes #340980
14652 2006-05-06 Tim-Philipp Müller <tim at centricular dot net>
14654 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
14655 * ext/flac/gstflacdec.h:
14656 Handle segment seeks that include the end of the file as stop point
14657 properly: when the decoder hits EOS we want to send a SEGMENT_DONE
14658 message instead of an EOS event in case we're in segment seek
14659 mode (fixes #340699).
14661 2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
14663 * ext/cairo/gsttextoverlay.c:
14664 * ext/flac/gstflacdec.c:
14665 * ext/gdk_pixbuf/pixbufscale.c:
14666 * gst/apetag/gstapedemux.c:
14667 * gst/debug/breakmydata.c:
14668 * gst/debug/testplugin.c:
14669 * gst/matroska/ebml-write.c:
14670 * gst/multipart/multipartdemux.c:
14671 * sys/osxaudio/gstosxaudiosink.c:
14672 * sys/osxaudio/gstosxaudiosrc.c:
14673 Add semicolons after GST_BOILERPLATE[_FULL] so that
14674 indent doesn't mess up following lines.
14676 2006-05-04 Tim-Philipp Müller <tim at centricular dot net>
14678 Patch by: Michal Benes <michal dot benes at xeris dot cz>
14680 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
14681 Don't leak caps when freeing the stream context (#340623).
14683 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
14688 === release 0.10.3 ===
14690 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
14693 releasing 0.10.3, "Desplazado"
14695 2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
14697 * gst/matroska/matroska-mux.c:
14698 (gst_matroska_mux_stream_is_vorbis_header),
14699 (gst_matroska_mux_write_data):
14700 Don't strcmp() NULL strings.
14701 Only start new clusters on video keyframes, not on any
14702 random audio buffer that doesn't have the DELTA_UNIT
14703 flag set (fixes 'make check' again).
14705 2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
14707 Patch by: Mark Nauwelaerts <manauw at skynet be>
14709 * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
14710 (gst_matroska_mux_stream_is_vorbis_header),
14711 (gst_matroska_mux_write_data):
14712 Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
14713 value and then dead-lock when muxing vorbis audio streams
14714 (the three vorbis header buffers carry no timestamp, and it
14715 would try to mux these after all video buffers). Fixes #340346.
14717 Improve clustering: start a new cluster also whenever we get
14720 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
14722 * win32/common/config.h:
14724 add the generated file as well
14726 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
14730 * win32/common/config.h.in:
14733 2006-05-03 Michael Smith <msmith@fluendo.com>
14735 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
14736 Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
14739 2006-05-02 Stefan Kost <ensonic@users.sf.net>
14741 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14742 * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14743 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14744 don't leak caps-string
14746 2006-05-02 Tim-Philipp Müller <tim at centricular dot net>
14748 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
14749 (gst_id3demux_sink_activate):
14750 Let core insert default error message for TYPE_NOT_FOUND
14751 errors, it's just as good as our own and has the added
14752 bonus of being translated.
14754 2006-05-02 Tim-Philipp Müller <tim at centricular dot net>
14756 * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
14757 (gst_tag_demux_sink_event):
14758 * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
14759 (gst_id3demux_sink_event):
14760 Post an error message when we get an EOS event and were not
14761 able to find out the type of stream.
14763 * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
14764 (test_taglib_id3mux_with_tags):
14765 Decrease num-buffers to 16 per iteration again, otherwise the
14766 many memcpy()s and reallocations in the test will hammer slow
14767 CPUs completely and make the test timeout.
14769 2006-05-02 Thomas Vander Stichele <thomas at apestaart dot org>
14772 figure out where plugins-base plugins are
14773 * tests/check/Makefile.am:
14774 use plugins-base plugins, so we have typefind functions
14775 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
14776 increase num-buffers, this makes sure the test errors out instead
14777 of timing out when no typefind functions are present
14779 2006-05-01 Thomas Vander Stichele <thomas at apestaart dot org>
14781 * docs/plugins/Makefile.am:
14782 also check .cc files for gtk-doc markup
14784 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14785 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14786 * tests/check/Makefile.am:
14787 * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
14789 * ext/taglib/Makefile.am:
14790 * ext/taglib/gstid3v2mux.h:
14791 * ext/taglib/gsttaglibmux.c:
14792 * ext/taglib/gsttaglibmux.h:
14793 move taglib-based id3v2muxer to -good. Fixes #336110.
14795 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
14797 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
14798 ... and fix multichannel/WAVFORMATEX support again.
14800 2006-04-29 Stefan Kost <ensonic@users.sf.net>
14802 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14803 (gst_wavparse_class_init), (gst_wavparse_dispose),
14804 (gst_wavparse_reset), (gst_wavparse_init),
14805 (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
14806 (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
14807 (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
14808 (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
14809 (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
14810 (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
14811 (gst_wavparse_stream_data), (gst_wavparse_loop),
14812 (gst_wavparse_chain), (gst_wavparse_srcpad_event),
14813 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
14814 (gst_wavparse_change_state), (plugin_init):
14815 * gst/wavparse/gstwavparse.h:
14816 Add push (streaming) mode to wavparse (fixes #337625)
14818 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
14821 * tests/Makefile.am:
14822 add ximagesrc icles test
14824 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
14827 * docs/plugins/Makefile.am:
14828 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14829 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14830 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
14831 (gst_cmml_enc_push_clip):
14833 * sys/ximage/Makefile.am:
14834 * sys/ximage/gstximagesrc.c:
14835 Move ximagesrc plug-in to good after review. Fixes #336756.
14837 2006-04-28 Michael Smith <msmith@fluendo.com>
14839 * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14840 (gst_icydemux_init), (gst_icydemux_sink_setcaps),
14841 (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
14842 (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
14843 (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
14844 (gst_icydemux_chain), (gst_icydemux_send_tag_event):
14845 * gst/icydemux/gsticydemux.h:
14846 Fix event handling: cache events when typefinding and forward later.
14848 2006-04-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14850 * sys/osxaudio/gstosxaudiosink.c:
14852 Register osxaudiosrc to the plugin.
14853 * sys/osxaudio/gstosxaudiosrc.c:
14854 (gst_osx_audio_src_osxelement_do_init),
14855 (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
14856 (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
14857 (gst_osx_audio_src_get_property),
14858 (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
14859 (gst_osx_audio_src_osxelement_init):
14860 * sys/osxaudio/gstosxaudiosrc.h:
14861 Port of osxaudiosrc to 0.10.
14862 * sys/osxaudio/Makefile.am:
14865 2006-04-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14867 * sys/osxaudio/gstosxringbuffer.c:
14868 * sys/osxaudio/gstosxringbuffer.h:
14869 Forgot to commit earlier, part of the OSX audio plugin port
14871 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
14873 * gst/id3demux/id3v2frames.c: (has_utf16_bom),
14874 (parse_split_strings):
14875 Recognise and skip any byte order marker (BOM) in
14878 2006-04-27 Tim-Philipp Müller <tim at centricular dot net>
14880 * docs/plugins/Makefile.am:
14881 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14882 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14883 * docs/plugins/gst-plugins-good-plugins.hierarchy:
14884 * docs/plugins/inspect/plugin-avi.xml:
14885 * gst/avi/gstavidemux.c:
14886 * gst/avi/gstavimux.c:
14887 Add docs for both avidemux and avimux.
14889 2006-04-27 Tim-Philipp Müller <tim at centricular dot net>
14891 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
14893 * gst/avi/Makefile.am:
14894 * gst/avi/gstavi.c: (plugin_init):
14895 * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
14896 (gst_avi_mux_base_init), (gst_avi_mux_finalize),
14897 (gst_avi_mux_class_init), (gst_avi_mux_init),
14898 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14899 (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
14900 (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
14901 (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14902 (gst_avi_mux_riff_get_avix_header),
14903 (gst_avi_mux_riff_get_video_header),
14904 (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
14905 (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
14906 (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14907 (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
14908 (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
14909 (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
14910 (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14911 (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
14912 (gst_avi_mux_get_property), (gst_avi_mux_set_property),
14913 (gst_avi_mux_change_state):
14914 * gst/avi/gstavimux.h:
14915 Port AVI muxer to GStreamer-0.10 (#332031).
14917 * tests/check/Makefile.am:
14918 * tests/check/elements/avimux.c:
14919 * tests/check/elements/.cvsignore:
14920 Add unit test for AVI muxer.
14922 2006-04-27 Stefan Kost <ensonic@users.sf.net>
14924 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14925 (gst_wavparse_class_init), (gst_wavparse_reset),
14926 (gst_wavparse_init), (gst_wavparse_create_sourcepad),
14927 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
14928 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
14929 (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
14930 (gst_wavparse_stream_data), (gst_wavparse_loop),
14931 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
14932 (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
14934 * gst/wavparse/gstwavparse.h:
14935 reverted patch #337625 for the price of 1 hour sleep
14937 2006-04-26 Stefan Kost <ensonic@users.sf.net>
14939 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14940 (gst_wavparse_class_init), (gst_wavparse_reset),
14941 (gst_wavparse_init), (gst_wavparse_create_sourcepad),
14942 (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
14943 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
14944 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
14945 (gst_wavparse_stream_data), (gst_wavparse_loop),
14946 (gst_wavparse_chain), (plugin_init):
14947 * gst/wavparse/gstwavparse.h:
14948 correct partial implementation of push mode
14949 (from my last commit)
14951 2006-04-26 Wim Taymans <wim@fluendo.com>
14953 * ext/esd/esdsink.c:
14954 Fix compile problem by defining ESD_MAX_WRITE_SIZE if
14957 2006-04-26 Tim-Philipp Müller <tim at centricular dot net>
14959 * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
14960 (gst_au_parse_class_init), (gst_au_parse_init),
14961 (gst_au_parse_reset), (gst_au_parse_add_srcpad),
14962 (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
14963 (gst_au_parse_chain), (gst_au_parse_src_convert),
14964 (gst_au_parse_src_query), (gst_au_parse_handle_seek),
14965 (gst_au_parse_sink_event), (gst_au_parse_src_event),
14966 (gst_au_parse_change_state):
14967 * gst/auparse/gstauparse.h:
14968 Rewrite auparse to suck a little bit less: make source pad
14969 dynamic, so decodebin/playbin work with non-raw formats
14970 like alaw/mulaw; add query function for duration/position
14971 queries; check whether we have enough data before attempting
14972 to parse the header (instead of crashing when that is not the
14973 case); work around audioconvert sucking by swapping endianness
14974 to the native endianness ourselves for float formats; send
14975 initial newsegment event. Fixes #161712.
14977 2006-04-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14979 * sys/osxaudio/Makefile.am:
14980 * sys/osxaudio/gstosxaudioelement.c:
14981 (gst_osx_audio_element_get_type),
14982 (gst_osx_audio_element_class_init):
14983 * sys/osxaudio/gstosxaudioelement.h:
14984 * sys/osxaudio/gstosxaudiosink.c:
14985 (gst_osx_audio_sink_osxelement_do_init),
14986 (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
14987 (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
14988 (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
14989 (gst_osx_audio_sink_create_ringbuffer),
14990 (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
14992 * sys/osxaudio/gstosxaudiosink.h:
14993 Port of osxaudiosink to 0.10
14995 2006-04-26 Wim Taymans <wim@fluendo.com>
14997 * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
14998 Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
14999 the size of the ringbuffer. This should fix hangs with older
15002 2006-04-26 Stefan Kost <ensonic@users.sf.net>
15004 * ext/aalib/gstaasink.c:
15005 * ext/annodex/gstcmmldec.c:
15006 * ext/annodex/gstcmmlenc.c:
15007 * ext/cairo/gsttextoverlay.c:
15008 * ext/cairo/gsttimeoverlay.c:
15009 * ext/cdio/gstcdiocddasrc.c:
15010 * ext/dv/gstdvdec.c:
15011 * ext/dv/gstdvdemux.c:
15012 * ext/esd/esdmon.c:
15013 * ext/esd/esdsink.c:
15014 * ext/flac/gstflacenc.c:
15015 * ext/flac/gstflactag.c:
15016 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15017 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15018 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15019 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15020 * ext/gdk_pixbuf/pixbufscale.c:
15021 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15022 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15023 * ext/jpeg/gstjpegdec.c:
15024 * ext/jpeg/gstjpegenc.c:
15025 * ext/jpeg/gstsmokedec.c:
15026 * ext/jpeg/gstsmokeenc.c:
15027 * ext/libcaca/gstcacasink.c:
15028 * ext/libmng/gstmngdec.c:
15029 * ext/libmng/gstmngenc.c:
15030 * ext/libpng/gstpngdec.c:
15031 * ext/libpng/gstpngenc.c:
15032 * ext/mikmod/gstmikmod.c:
15033 * ext/raw1394/gstdv1394src.c:
15034 * ext/shout2/gstshout2.c: (gst_shout2send_init):
15035 * ext/shout2/gstshout2.h:
15036 * ext/speex/gstspeexdec.c:
15037 * ext/speex/gstspeexenc.c:
15038 * gst/alpha/gstalpha.c:
15039 * gst/alpha/gstalphacolor.c:
15040 * gst/apetag/gstapedemux.c:
15041 * gst/auparse/gstauparse.c:
15042 * gst/autodetect/gstautoaudiosink.c:
15043 (gst_auto_audio_sink_base_init):
15044 * gst/autodetect/gstautovideosink.c:
15045 (gst_auto_video_sink_base_init):
15046 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15047 * gst/avi/gstavimux.c: (gst_avimux_base_init):
15048 * gst/cutter/gstcutter.c:
15049 * gst/debug/breakmydata.c:
15050 * gst/debug/efence.c:
15051 * gst/debug/gstnavigationtest.c:
15052 * gst/debug/gstnavseek.c:
15053 * gst/debug/negotiation.c:
15054 * gst/debug/progressreport.c:
15055 * gst/debug/testplugin.c:
15056 * gst/effectv/gstaging.c:
15057 * gst/effectv/gstdice.c:
15058 * gst/effectv/gstedge.c:
15059 * gst/effectv/gstquark.c:
15060 * gst/effectv/gstrev.c:
15061 * gst/effectv/gstshagadelic.c:
15062 * gst/effectv/gstvertigo.c:
15063 * gst/effectv/gstwarp.c:
15064 * gst/flx/gstflxdec.c:
15065 * gst/goom/gstgoom.c:
15066 * gst/icydemux/gsticydemux.c:
15067 * gst/id3demux/gstid3demux.c:
15068 * gst/interleave/deinterleave.c:
15069 * gst/interleave/interleave.c:
15070 * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15071 * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15072 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15073 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15074 * gst/level/gstlevel.c:
15075 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15076 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15077 * gst/median/gstmedian.c:
15078 * gst/monoscope/gstmonoscope.c:
15079 * gst/multipart/multipartdemux.c:
15080 * gst/multipart/multipartmux.c:
15081 * gst/oldcore/gstaggregator.c:
15082 * gst/oldcore/gstfdsink.c:
15083 * gst/oldcore/gstmd5sink.c:
15084 * gst/oldcore/gstmultifilesrc.c:
15085 * gst/oldcore/gstpipefilter.c:
15086 * gst/oldcore/gstshaper.c:
15087 * gst/oldcore/gststatistics.c:
15088 * gst/rtp/gstasteriskh263.c:
15089 * gst/rtp/gstrtpL16depay.c:
15090 * gst/rtp/gstrtpL16pay.c:
15091 * gst/rtp/gstrtpamrdepay.c:
15092 * gst/rtp/gstrtpamrpay.c:
15093 * gst/rtp/gstrtpdepay.c:
15094 * gst/rtp/gstrtpgsmpay.c:
15095 * gst/rtp/gstrtph263pay.c:
15096 * gst/rtp/gstrtph263pdepay.c:
15097 * gst/rtp/gstrtph263ppay.c:
15098 * gst/rtp/gstrtpilbcdepay.c:
15099 * gst/rtp/gstrtpmp4gpay.c:
15100 * gst/rtp/gstrtpmp4vdepay.c:
15101 * gst/rtp/gstrtpmp4vpay.c:
15102 * gst/rtp/gstrtpmpadepay.c:
15103 * gst/rtp/gstrtpmpapay.c:
15104 * gst/rtp/gstrtppcmadepay.c:
15105 * gst/rtp/gstrtppcmapay.c:
15106 * gst/rtp/gstrtppcmudepay.c:
15107 * gst/rtp/gstrtppcmupay.c:
15108 * gst/rtp/gstrtpspeexdepay.c:
15109 * gst/rtp/gstrtpspeexpay.c:
15110 * gst/rtsp/gstrtpdec.c:
15111 * gst/rtsp/gstrtspsrc.c:
15112 * gst/smpte/gstsmpte.c:
15113 * gst/udp/gstdynudpsink.c:
15114 * gst/udp/gstmultiudpsink.c:
15115 * gst/udp/gstudpsink.c:
15116 * gst/udp/gstudpsrc.c:
15117 * gst/videobox/gstvideobox.c:
15118 * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15119 * gst/videofilter/gstvideobalance.c:
15120 * gst/videofilter/gstvideoflip.c:
15121 * gst/videofilter/gstvideotemplate.c:
15122 (gst_videotemplate_base_init):
15123 * gst/videomixer/videomixer.c:
15124 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15125 (gst_wavparse_class_init), (gst_wavparse_dispose),
15126 (gst_wavparse_reset), (gst_wavparse_init),
15127 (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15128 (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15129 (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15130 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15131 (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15132 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15133 (gst_wavparse_change_state):
15134 * gst/wavparse/gstwavparse.h:
15135 * sys/oss/gstossmixerelement.c:
15136 * sys/oss/gstosssink.c:
15137 * sys/oss/gstosssrc.c:
15138 * sys/osxaudio/gstosxaudioelement.c:
15139 * sys/osxaudio/gstosxaudiosink.c:
15140 * sys/osxaudio/gstosxaudiosrc.c:
15141 * sys/sunaudio/gstsunaudiomixer.c:
15142 * sys/sunaudio/gstsunaudiosink.c:
15143 Define GstElementDetails as const and also static (when defined as
15146 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
15148 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15149 Source pad has fixed caps. If we don't set this, bad
15150 things happen when the window is resized.
15152 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
15154 * gst/matroska/Makefile.am:
15155 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15156 (gst_matroska_demux_handle_src_event):
15157 * gst/matroska/matroska-ids.c:
15158 (gst_matroska_track_init_video_context),
15159 (gst_matroska_track_init_audio_context),
15160 (gst_matroska_track_init_subtitle_context),
15161 (gst_matroska_track_init_complex_context):
15162 * gst/matroska/matroska-ids.h:
15163 Handle case where the TrackType ebml chunk does not come before the
15164 TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
15167 2006-04-25 Wim Taymans <wim@fluendo.com>
15169 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
15170 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
15171 It's codec_data, not codec_info.
15173 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
15175 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
15177 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15178 Handle codec_data for VfW compatibility codec IDs (#339451)
15180 * gst/matroska/matroska-mux.c:
15181 (gst_matroska_mux_video_pad_setcaps):
15182 Same here, handle codec_data and add additional caps we can handle
15183 now to the pad template (huffyuv, dv and h263 video) (#339451)
15185 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
15187 Patch by: Josef Zlomek <josef dot zlomek at itonis dot tv>
15189 * gst/matroska/matroska-mux.c:
15190 (gst_matroska_mux_create_buffer_header),
15191 (gst_matroska_mux_write_data):
15192 Fix timestamping of B-frames, use signed integers, do
15193 some rounding (#339678).
15195 2006-04-24 Edgard Lima <edgard.lima@indt.org.br>
15197 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
15198 just make it compile with --disable-gst-debug.
15200 2006-04-23 Sebastien Moutte <sebastien@moutte.net>
15202 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15203 Fix a bad conversion using gst_guint64_to_gdouble.
15204 fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be
15205 replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
15206 difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) -
15207 gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my
15210 2006-04-21 Sebastien Moutte <sebastien@moutte.net>
15212 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15213 Use gst_guint64_to_gdouble for conversions
15214 * win32/vs6/gst_plugins_good.dsw:
15215 * win32/vs6/libgsticydemux.dsp:
15216 Add a project file for icydemux
15218 2006-04-21 Wim Taymans <wim@fluendo.com>
15220 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15222 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15223 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
15224 When splitting audio chunks, the block alignment is not taken in
15225 consideration, so the smaller chunks could be of size which is
15226 not a multiple of the block alignment. Fixes #336904
15228 2006-04-21 Wim Taymans <wim@fluendo.com>
15230 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
15231 Use scale functions
15233 2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
15235 * ext/dv/gstdv.c: (plugin_init):
15238 2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
15240 * gst/debug/progressreport.c: (gst_progress_report_finalize),
15241 (gst_progress_report_class_init), (gst_progress_report_init),
15242 (gst_progress_report_do_query), (gst_progress_report_report),
15243 (gst_progress_report_set_property),
15244 (gst_progress_report_get_property):
15245 Add 'format' property to force querying to a particular format.
15247 2006-04-21 Andy Wingo <wingo@pobox.com>
15249 * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
15250 best, on big endian systems. Drop its rank in that case. OTOH on
15251 x86 it's quite fine. See changes from today in gst-ffmpeg as well.
15253 2006-04-21 Michael Smith <msmith@fluendo.com>
15256 * gst/icydemux/Makefile.am:
15257 * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
15258 (gst_icydemux_base_init), (gst_icydemux_class_init),
15259 (gst_icydemux_reset), (gst_icydemux_init),
15260 (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
15261 (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
15262 (unicodify), (gst_icydemux_unicodify),
15263 (gst_icydemux_parse_and_send_tags),
15264 (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15265 (gst_icydemux_chain), (gst_icydemux_change_state),
15266 (gst_icydemux_send_tag_event), (plugin_init):
15267 * gst/icydemux/gsticydemux.h:
15268 * tests/check/Makefile.am:
15269 * tests/check/elements/icydemux.c: (typefind_succeed),
15270 (plugin_init), (icydemux_found_pad), (create_icydemux),
15271 (cleanup_icydemux), (push_data), (GST_START_TEST),
15272 (icydemux_suite), (main):
15273 Add icydemux, and tests.
15275 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
15277 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15278 Post SEGMENT_DONE message in TIME format.
15280 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
15282 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15284 * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
15285 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
15286 Fix index creation when we have to scan the file to create
15287 an index. There may be other types of RIFF 'LIST' chunks than
15288 'movi' and we need to skip them properly as well or we'll end up
15289 reading garbage (#336889). Some other cosmetic changes.
15291 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
15293 * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
15294 (gst_flac_dec_handle_seek_event):
15295 Add support for segment seeks (fixes #338290). Also demote
15296 some recurring debug message from DEBUG to LOG level.
15298 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
15300 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15301 (gst_matroskademux_do_index_seek),
15302 (gst_matroska_demux_handle_seek_event),
15303 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15304 * gst/matroska/matroska-ids.h:
15305 Set DISCONT flag on first buffer after a discontinuity.
15306 Fix newsegment events sent when seeking and honour KEY_UNIT
15307 seek flag. Create pad with bogus caps if we don't recognise
15308 the stream codec id.
15310 * gst/matroska/matroska-demux.h:
15311 Fix GObject macros.
15313 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
15315 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
15317 * gst/matroska/matroska-demux.c:
15318 (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
15319 Handle end of segment properly when set; don't dead-lock when
15320 posting start of segment message when doing a segment seek.
15323 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
15325 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15326 (gst_matroska_demux_plugin_init):
15327 Make mpeg2 aac audio work: create artificial private codec data
15328 chunk which faad2 seems to require, just as we do for mpeg4 aac.
15329 Also call gst_riff_init(). Partially fixes #338767.
15331 2006-04-19 Tim-Philipp Müller <tim at centricular dot net>
15333 * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
15334 (gst_wavenc_class_init), (gst_wavenc_init),
15335 (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
15336 (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
15337 (gst_wavenc_chain), (gst_wavenc_change_state):
15338 * gst/wavenc/gstwavenc.h:
15339 Set caps on first outgoing buffer, so that it doesn't error out
15340 immediately with a non-negotiated error (#338716). Rewrite and
15341 clean up a bit; fix setcaps function to parse things properly;
15342 fix sink caps (8bit audio is unsigned and doesn't have depth);
15343 use boilerplate macros; remove unused properties stuff.
15345 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
15347 * ext/gdk_pixbuf/gstgdkpixbuf.c:
15348 Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
15349 handle MJPEG streams and might be autoplugged for those if the
15350 user doesn't have jpegdec installed (resulting in a cryptic error
15351 message about huffman tables). Better to disable JPEG decoding here
15352 and let the user figure out that she needs to install jpegdec.
15354 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
15356 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15357 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15358 (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
15359 * ext/gdk_pixbuf/gstgdkpixbuf.h:
15360 Make work with packetised/framed input (e.g. png-in-quicktime). Use
15361 GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
15362 GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
15363 debug messages. Fix boilerplate macros.
15365 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
15367 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15368 (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
15369 No need to special-case for Gdk-2.0 any longer, we require
15370 Gdk 2.2 or newer; minor clean-ups.
15372 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
15374 * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
15375 (gst_shout2send_class_init), (gst_shout2send_init),
15376 (set_shout_metadata), (gst_shout2send_set_metadata),
15377 (gst_shout2send_event), (gst_shout2send_start),
15378 (gst_shout2send_connect), (gst_shout2send_stop),
15379 (gst_shout2send_render), (gst_shout2send_set_property),
15380 (gst_shout2send_get_property), (gst_shout2send_setcaps),
15382 * ext/shout2/gstshout2.h:
15384 Rewrite a bit: use GstBaseSink::start and stop instead of a state
15385 change function; use GST_ELEMENT_ERROR for error reporting, not
15386 g_error() or GST_ERROR(); don't unref caps in setcaps function,
15387 will cause crashes or assertion failures; remove (unused) "sync"
15388 property, basesink already has such a property; misc. other
15389 minor fixes and cleanups.
15391 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
15393 * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
15394 * ext/esd/gstesd.c: (plugin_init):
15396 Add translatable error message for when we cannot
15397 connect to the sound server, as "Cannot open resource
15398 for writing" isn't really an acceptable message to show
15399 to the user in this case.
15401 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
15403 * sys/oss/gst-i18n-plugin.h:
15404 Remove bogus file that doesn't belong here.
15406 2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
15408 Patch by: Philippe Valembois
15410 * ext/shout2/gstshout2.c: (gst_shout2send_init),
15411 (gst_shout2send_set_metadata), (gst_shout2send_event),
15412 (gst_shout2send_render), (gst_shout2send_change_state):
15413 * ext/shout2/gstshout2.h:
15414 Handle tags being received before the connection to
15415 the server is established properly (see #338636).
15417 2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
15419 * ext/shout2/gstshout2.c: (gst_shout2send_render):
15420 Don't crash in case the connection to the server fails:
15421 don't set pointer to NULL by assigning FALSE; error out
15422 properly by using GST_ELEMENT_ERROR and returning
15423 GST_FLOW_ERROR (fixes #338636). Lastly, free connection
15424 before resetting the pointer.
15426 2006-04-17 Jan Schmidt <thaytan@mad.scientist.com>
15428 * gst/id3demux/id3tags.c:
15429 Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
15432 2006-04-12 Wim Taymans <wim@fluendo.com>
15434 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15435 (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
15436 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15437 (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
15438 (gst_gdk_pixbuf_chain):
15440 Added RGBA as a possible output format.
15441 Correctly free the supported mimetypes.
15442 deprecate silent arg, it's not used.
15443 Return result from _alloc_buffer to peer.
15445 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
15447 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
15448 Don't leak memory allocated by gst_buffer_new_and_alloc() by
15449 overwriting GST_BUFFER_MALLOCDATA.
15451 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
15453 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15454 (user_endrow_callback), (user_end_callback),
15455 (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
15456 (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
15457 (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
15458 * ext/libpng/gstpngdec.h:
15459 Handle more than one frame if the content is framed,
15460 like with png-in-quicktime (#331917).
15462 2006-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
15464 * sys/oss/Makefile.am:
15465 * sys/oss/common.h:
15466 * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
15467 (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
15468 * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
15469 (gst_oss_src_unprepare):
15470 - the user-visible error strings were in the wrong category
15471 - and the messages were not marked for translation
15472 - which is actually a good thing, because they were exactly
15473 the kind of message you would never want anyone to see
15474 - the macros were using variables that didn't exist in the macro
15476 - and they were obviously copied from each other and then modified
15477 - so a common header makes sense
15479 2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
15481 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15482 Don't try to modify read-only data.
15484 * gst/matroska/matroska-demux.c:
15485 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15486 Fix comment (won't crash any longer now).
15488 2006-04-10 Michael Smith <msmith@fluendo.com>
15490 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
15491 Use copies of header buffers for caps to avoid circular refcounting
15492 problems (as in theoradec, vorbisdec).
15494 * tests/check/elements/cmmldec.c: (GST_START_TEST):
15495 Fix a typo in test that meant it was testing the wrong thing.
15497 * tests/check/elements/cmmlenc.c: (check_headers):
15498 Fix refcount checks now that we use buffer-copies for caps.
15500 2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
15502 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
15503 (gst_matroska_demux_handle_seek_event),
15504 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15505 (gst_matroska_demux_subtitle_caps),
15506 (gst_matroska_demux_plugin_init):
15507 Use static pad templates with ANY caps for audio and video
15508 source pads and get rid of a lot of unnecessary (and partially
15509 broken) code for the template caps. Clean up caps finding
15510 functions. Fixes playback of audio files/streams that do not
15511 contain the sample rate and/or number of channels in the audio
15512 context (happens a lot with vorbis/mp3 .mka files it seems).
15514 Also add myself to copyright holders.
15516 2006-04-10 Michael Smith <msmith@fluendo.com>
15518 * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
15519 Use g_list_delete_link () instead of g_list_remove_link () so that
15520 we free the link as well as the contained data.
15522 2006-04-10 Wim Taymans <wim@fluendo.com>
15524 Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
15526 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
15527 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15528 (gst_avi_demux_stream_header):
15529 Fix some crashers with empty chunks. (Fixes #337749)
15531 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
15533 * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
15534 use G_GINT64_CONSTANT for INT64 constants
15535 * gst/videofilter/gstvideobalance.c:
15536 define rint for WIN32 #define rint(x) (floor((x)+0.5))
15537 * win32/vs6/libgstavi.dsp:
15538 add missing libraries for the link and remove avimux.c from
15539 the project as it isn't ported to 0.10 yet
15541 2006-04-09 Tim-Philipp Müller <tim at centricular dot net>
15543 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15544 Even better would be if we actually did the right thing
15545 here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
15547 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
15549 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15550 Can't just replace 1LL with 1L here just because MSVC doesn't
15551 support it, as it might lead to incorrect results when doing the
15552 bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
15553 force a 64-bit constant in a way that all compilers are happy with.
15555 2006-04-08 Stefan Kost <ensonic@users.sf.net>
15557 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15558 * ext/esd/esdsink.c: (gst_esdsink_class_init):
15559 * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
15560 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
15561 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15562 * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
15563 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
15564 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
15565 * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
15566 * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
15567 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
15568 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15569 * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
15570 * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
15571 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15572 * gst/alpha/gstalpha.c: (gst_alpha_class_init):
15573 * gst/avi/gstavimux.c: (gst_avimux_class_init):
15574 * gst/debug/efence.c: (gst_efence_class_init):
15575 * gst/debug/negotiation.c: (gst_negotiation_class_init):
15576 * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
15577 * gst/goom/gstgoom.c: (gst_goom_class_init):
15578 * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
15579 * gst/interleave/deinterleave.c: (deinterleave_class_init):
15580 * gst/interleave/interleave.c: (interleave_class_init):
15581 * gst/law/alaw-decode.c: (gst_alawdec_class_init):
15582 * gst/law/alaw-encode.c: (gst_alawenc_class_init):
15583 * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
15584 * gst/median/gstmedian.c: (gst_median_class_init):
15585 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15586 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
15587 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
15588 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
15589 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
15590 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
15591 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
15592 * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
15593 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
15594 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
15595 * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
15596 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
15597 * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
15598 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
15599 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
15600 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
15601 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
15602 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
15603 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
15604 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
15605 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
15606 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
15607 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
15608 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
15609 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15610 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
15611 * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
15612 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
15613 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
15614 * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
15615 * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
15616 * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15617 * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
15618 * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
15619 * sys/osxaudio/gstosxaudioelement.c:
15620 (gst_osxaudioelement_class_init):
15621 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
15622 * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
15623 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
15624 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15626 2006-04-08 Stefan Kost <ensonic@users.sf.net>
15628 * ext/mikmod/gstmikmod.h:
15629 * gst/level/gstlevel.h:
15630 Fix more broken GObject macros
15632 2006-04-08 Stefan Kost <ensonic@users.sf.net>
15634 * ext/annodex/gstcmmldec.h:
15635 * ext/annodex/gstcmmlenc.h:
15636 * ext/annodex/gstcmmltag.h:
15637 * ext/cairo/gsttextoverlay.h:
15638 * ext/ladspa/gstsignalprocessor.h:
15639 * gst/matroska/ebml-read.h:
15640 * gst/matroska/ebml-write.h:
15641 * sys/osxaudio/gstosxaudioelement.h:
15642 Fix broken GObject macros
15644 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
15646 * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
15647 Don't try to seek beyond the end of the file (would
15648 occasionally display error dialogs in totem when seeking
15649 to the end) (#335869). Will still throw an error though
15650 if the file is truncated and the total_samples value in
15651 the stream header is wrong.
15653 2006-04-07 Tim-Philipp Müller <tim at centricular dot net>
15655 * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
15656 (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
15657 (gst_flac_dec_metadata_callback):
15658 * ext/flac/gstflacdec.h:
15659 If the stream header doesn't contain the total number of samples,
15660 search for the last flac frame at the end of the file and calculate
15661 the total duration from that frame's offset (fixes #337609).
15663 2006-04-07 Edward Hervey <edward@fluendo.com>
15665 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
15666 Don't unref the GstPadTemplate returned by
15667 gst_element_class_get_pad_template().
15669 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
15671 Patch by: Brian Cameron <brian dot cameron at sun dot com>
15673 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
15674 (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
15675 * sys/sunaudio/gstsunaudiosink.h:
15676 Use spec->segsize and spec->segtotal in the prepare function
15677 to initialise the ring buffer instead of using the buffer-time
15678 property (#337421).
15680 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
15683 Bump core requirements to CVS for gst_pad_query_peer_duration()
15684 which is used by speexdec.
15686 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
15688 * ext/speex/gstspeex.c: (plugin_init):
15689 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15690 (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
15691 (speex_get_sink_query_types), (speex_dec_sink_query),
15692 (speex_get_src_query_types), (speex_dec_src_query),
15693 (speex_dec_src_event), (speex_dec_sink_event),
15694 (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
15695 (speex_dec_chain_parse_data), (speex_dec_chain),
15696 (gst_speex_dec_get_property), (gst_speex_dec_set_property),
15697 (speex_dec_change_state):
15698 * ext/speex/gstspeexdec.h:
15699 Fix seeking and duration queries (#337033); clean up and
15702 2006-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
15704 * ext/raw1394/gstdv1394src.c:
15705 distinguish between device not found and could not open for
15708 2006-04-03 Thomas Vander Stichele <thomas at apestaart dot org>
15712 * pkgconfig/.cvsignore:
15713 * pkgconfig/Makefile.am:
15714 * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
15715 add a .pc file so other modules can use good plugins in tests
15717 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
15720 clean up, use AS_VERSION and AS_NANO
15721 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15722 use PACKAGE_VERSION define
15739 2006-03-31 Sebastien Moutte <sebastien@moutte.net>
15741 * ext\jpeg\smokecodec.c:
15742 use of GST_DEBUG instead of DEBUG(a...) for WIN32
15743 * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
15744 move first instruction after all variables declarations
15745 * gst\alpha\gstalpha.c:
15746 * gst\effectv\gstshagadelic.c:
15747 * gst\smpte\paint.c:
15748 * gst\videofilter\gstvideobalance.c:
15749 define M_PI if it's not defined (it's not defined on WIN32)
15750 * gst\cutter\gstcutter.c: (gst_cutter_chain):
15751 * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
15752 * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
15753 * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info),
15754 (gst_matroska_demux_video_caps):
15755 * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
15756 * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
15757 use gst_guint64_to_gdouble for conversions
15758 * gst\goom\filters.c: (setPixelRGB_):
15759 fix a debug which was using undefined variable
15760 * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
15761 * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
15762 replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
15764 add vs6 projects files for most of plugins-good
15766 2006-03-30 j^ <j@bootlab.org>
15768 * ext/aalib/gstaasink.c:
15769 * ext/annodex/gstcmmldec.c:
15770 * ext/annodex/gstcmmlenc.c:
15771 * ext/cairo/gsttextoverlay.c:
15772 * ext/cairo/gsttimeoverlay.c:
15773 * ext/cdio/gstcdiocddasrc.c:
15774 * ext/dv/gstdvdec.c:
15775 * ext/esd/esdmon.c:
15776 * ext/esd/esdsink.c:
15777 * ext/flac/gstflacdec.c:
15778 * ext/flac/gstflacenc.c:
15779 * ext/flac/gstflactag.c:
15780 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15781 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15782 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15783 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15784 * ext/gdk_pixbuf/gstgdkpixbuf.c:
15785 * ext/gdk_pixbuf/pixbufscale.c:
15786 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15787 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15788 * ext/jpeg/gstjpegdec.c:
15789 * ext/jpeg/gstjpegenc.c:
15790 * ext/jpeg/gstsmokedec.c:
15791 * ext/jpeg/gstsmokeenc.c:
15792 * ext/libcaca/gstcacasink.c:
15793 * ext/libmng/gstmngdec.c:
15794 * ext/libmng/gstmngenc.c:
15795 * ext/libpng/gstpngdec.c:
15796 * ext/libpng/gstpngenc.c:
15797 * ext/mikmod/gstmikmod.c:
15798 * ext/raw1394/gstdv1394src.c:
15799 * ext/shout2/gstshout2.c:
15800 * ext/speex/gstspeexdec.c:
15801 * ext/speex/gstspeexenc.c:
15802 * gst/alpha/gstalpha.c:
15803 * gst/alpha/gstalphacolor.c:
15804 * gst/auparse/gstauparse.c:
15805 * gst/autodetect/gstautoaudiosink.c:
15806 (gst_auto_audio_sink_base_init):
15807 * gst/autodetect/gstautovideosink.c:
15808 (gst_auto_video_sink_base_init):
15809 * gst/avi/gstavimux.c: (gst_avimux_base_init):
15810 * gst/cutter/gstcutter.c:
15811 * gst/debug/breakmydata.c:
15812 * gst/debug/efence.c:
15813 * gst/debug/gstnavigationtest.c:
15814 * gst/debug/negotiation.c:
15815 * gst/debug/progressreport.c:
15816 * gst/debug/testplugin.c:
15817 * gst/effectv/gstaging.c:
15818 * gst/effectv/gstdice.c:
15819 * gst/effectv/gstedge.c:
15820 * gst/effectv/gstquark.c:
15821 * gst/effectv/gstrev.c:
15822 * gst/effectv/gstvertigo.c:
15823 * gst/effectv/gstwarp.c:
15824 * gst/flx/gstflxdec.c:
15825 * gst/goom/gstgoom.c:
15826 * gst/interleave/deinterleave.c:
15827 * gst/interleave/interleave.c:
15828 * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15829 * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15830 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15831 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15832 * gst/level/gstlevel.c:
15833 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15834 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15835 * gst/median/gstmedian.c:
15836 * gst/monoscope/gstmonoscope.c:
15837 * gst/multipart/multipartdemux.c:
15838 * gst/multipart/multipartmux.c:
15839 * gst/oldcore/gstmd5sink.c:
15840 * gst/oldcore/gstmultifilesrc.c:
15841 * gst/oldcore/gstpipefilter.c:
15842 * gst/oldcore/gstshaper.c:
15843 * gst/oldcore/gststatistics.c:
15844 * gst/rtp/gstasteriskh263.c:
15845 * gst/rtp/gstrtpL16depay.c:
15846 * gst/rtp/gstrtpL16pay.c:
15847 * gst/rtp/gstrtpamrdepay.c:
15848 * gst/rtp/gstrtpamrpay.c:
15849 * gst/rtp/gstrtpdepay.c:
15850 * gst/rtp/gstrtpgsmpay.c:
15851 * gst/rtp/gstrtph263pay.c:
15852 * gst/rtp/gstrtph263pdepay.c:
15853 * gst/rtp/gstrtph263ppay.c:
15854 * gst/rtp/gstrtpmp4gpay.c:
15855 * gst/rtp/gstrtpmp4vdepay.c:
15856 * gst/rtp/gstrtpmp4vpay.c:
15857 * gst/rtp/gstrtpmpadepay.c:
15858 * gst/rtp/gstrtpmpapay.c:
15859 * gst/rtp/gstrtppcmadepay.c:
15860 * gst/rtp/gstrtppcmapay.c:
15861 * gst/rtp/gstrtppcmudepay.c:
15862 * gst/rtp/gstrtppcmupay.c:
15863 * gst/rtp/gstrtpspeexdepay.c:
15864 * gst/rtp/gstrtpspeexpay.c:
15865 * gst/rtsp/gstrtpdec.c:
15866 * gst/smpte/gstsmpte.c:
15867 * gst/videobox/gstvideobox.c:
15868 * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15869 * gst/videofilter/gstvideobalance.c:
15870 * gst/videofilter/gstvideoflip.c:
15871 * gst/videofilter/gstvideotemplate.c:
15872 (gst_videotemplate_base_init):
15873 * gst/videomixer/videomixer.c:
15874 * gst/wavenc/gstwavenc.c:
15875 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
15876 better/unified long descriptions
15878 Some cleanups to auparse, don't send multiple newsegments.
15880 2006-03-29 Wim Taymans <wim@fluendo.com>
15882 From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
15884 * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
15885 (gst_dvdemux_reset), (gst_dvdemux_src_convert),
15886 (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
15887 (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
15888 * ext/dv/gstdvdemux.h:
15889 Seek in READY patch. Only works for pull based mode.
15892 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
15894 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
15895 (gst_gdk_pixbuf_event):
15896 Fix two crashers: don't unref the same caps twice, and
15897 set pixbuf loader to NULL after freeing it.
15899 2006-03-27 Wim Taymans <wim@fluendo.com>
15901 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15902 (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
15903 (gst_speexenc_chain):
15904 * ext/speex/gstspeexenc.h:
15905 Don't leak adapter.
15906 A push *always* takes ownership of the buffer, even on
15910 2006-03-26 Tim-Philipp Müller <tim at centricular dot net>
15912 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
15913 Create source pad without leaking.
15915 2006-03-24 Wim Taymans <wim@fluendo.com>
15917 * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
15918 * ext/flac/gstflacdec.h:
15919 * ext/flac/gstflacenc.h:
15921 Fix deadly lock order error in seeking code, STREAM_LOCK
15922 cannot be taken within LOCK and the streaming variables are
15923 protected with the STREAM_LOCK anyway.
15925 2006-03-24 Wim Taymans <wim@fluendo.com>
15927 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
15928 (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15929 (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
15930 this patch combines the global init_frames with the stream
15931 init_frames. Rationale being that the global delay should
15932 be subtracted from any stream delay.
15935 2006-03-24 Stefan Kost <ensonic@users.sf.net>
15937 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
15938 * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15939 * gst/smpte/gstsmpte.c: (gst_smpte_init):
15940 * gst/videomixer/videomixer.c: (gst_videomixer_init):
15941 use DEBUG_FUNCPTR for collectpads
15943 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
15945 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
15946 Don't crash when encoding images where the number of rows isn't
15947 a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
15949 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
15951 * ext/speex/gstspeexdec.c: (speex_dec_change_state):
15952 * gst/interleave/deinterleave.c: (deinterleave_change_state):
15953 * gst/interleave/interleave.c: (interleave_change_state):
15954 * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
15955 More state change function fixes.
15957 2006-03-23 Wim Taymans <wim@fluendo.com>
15959 * ext/esd/esdsink.c: (gst_esdsink_class_init),
15960 (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
15961 (gst_esdsink_prepare), (gst_esdsink_unprepare),
15962 (gst_esdsink_delay), (gst_esdsink_reset):
15963 * ext/esd/esdsink.h:
15964 Fix esd choppy playback by configuring audiosink
15965 correctly. Fixes #325191
15967 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
15969 * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
15970 Make state change function thread-safe.
15972 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
15974 * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
15975 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
15976 Don't try to read beyond the end of the file just because
15977 the header claims a bigger size (like with truncated files).
15979 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
15981 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
15982 (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
15983 (gst_wavparse_stream_data), (gst_wavparse_loop):
15984 * gst/wavparse/gstwavparse.h:
15985 Delay source pad creation until we have the first chunk of
15986 media data, so the we can examine the data and adjust the
15987 caps accordingly if required. This makes playback of .wav
15988 files with DTS-declared-as-PCM content work (#313266).
15990 2006-03-22 Jan Schmidt <thaytan@mad.scientist.com>
15992 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15993 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15994 Don't attempt typefinding on too-short buffers that have been
15995 completely trimmed away. (Fixes #330239)
15997 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
15998 Improve the debug output
16000 2006-03-21 Wim Taymans <wim@fluendo.com>
16002 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16003 (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16004 (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16005 (gst_esdsink_set_property), (gst_esdsink_get_property):
16007 Reset fd to -1 when we close them.
16009 2006-03-21 Wim Taymans <wim@fluendo.com>
16011 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16012 the OPTIONS request result is optional so don't
16015 2006-03-21 Edward Hervey <edward@fluendo.com>
16017 * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16018 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16019 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16020 (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16021 (gst_wavparse_change_state):
16022 gcc 4.1 unreferenced pointer fixes.
16024 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
16026 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16028 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16029 Fix block alignment calculation. Alignment should be done before
16030 adding the byte offset where the data starts (#335231).
16032 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
16034 * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16035 Ensure that we set correct caps on buffers that are transferred
16036 direct from the input.
16038 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
16040 * gst/goom/filters.c: (zoomFilterDestroy):
16041 * gst/goom/goom_core.c: (goom_close):
16042 Free filter data when cleaning up. (Fixes: #334995)
16044 2006-03-17 Tim-Philipp Müller <tim at centricular dot net>
16047 Don't compile udp and rtsp plugins on win32 (mingw) or other
16048 systems that don't have <sys/socket.h> for some reason (#316203).
16050 2006-03-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16052 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16053 (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16054 * ext/raw1394/gstdv1394src.h:
16055 Change bus reset handler so it reports useful information such as
16056 whether the device being used connected or disconnected
16058 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
16060 * gst/id3demux/id3v2frames.c:
16061 (parse_relative_volume_adjustment_two):
16062 We only care about gain and peak data for the master volume.
16064 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
16066 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16067 (parse_id_string), (parse_unique_file_identifier),
16068 (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16069 Read replay gain tags (#323721).
16071 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16074 Bump requirements to gst-plugins-base CVS because
16075 of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16077 2006-03-15 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
16079 * rtp/gst/gstrtppcmadepay.c:
16080 Fixed one of the caps in the code from mulaw to alaw.
16082 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
16084 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16085 Ensure that we set caps on the buffers we pass.
16087 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16088 (gst_id3demux_sink_activate):
16089 Ensure that we set caps on the buffers we pass.
16091 Use STREAM, TYPE_NOT_FOUND as the error class when
16094 2006-03-15 Edward Hervey <edward@fluendo.com>
16096 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16097 * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16098 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16099 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16100 (gst_jpeg_dec_setcaps):
16101 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16102 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16103 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16104 * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16105 (gst_mngdec_src_getcaps):
16106 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16107 (gst_pngdec_caps_create_and_set):
16108 * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16109 * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16110 * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16111 * gst/alpha/gstalpha.c: (gst_alpha_init):
16112 * gst/auparse/gstauparse.c: (gst_au_parse_init):
16113 * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16114 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16115 * gst/cutter/gstcutter.c: (gst_cutter_init):
16116 * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16117 (gst_efence_checkgetrange):
16118 * gst/debug/negotiation.c: (gst_negotiation_init):
16119 * gst/flx/gstflxdec.c: (gst_flxdec_init):
16120 * gst/goom/gstgoom.c: (gst_goom_init):
16121 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16122 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16123 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16124 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16125 * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16126 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16127 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16128 * gst/smpte/gstsmpte.c: (gst_smpte_init):
16129 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16130 (gst_wavparse_create_sourcepad):
16131 Fix memleak with gst_static_pad_template_get().
16132 This uses gst_pad_new_from_static_template() instead.
16135 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16138 Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16141 * gst/id3demux/gstid3demux.c: (plugin_init):
16142 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16143 (parse_user_text_identification_frame),
16144 (parse_unique_file_identifier):
16145 Add support for UFID and TXXX frames and extract musicbrainz tags.
16147 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16149 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16150 Catch short reads, like they might happen with truncated
16151 files (see #305279); remove unnecessary indentation.
16153 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16155 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16156 Fix DIB image inversion for pictures with a
16157 depth != 8 (#305279).
16159 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
16161 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
16162 (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
16163 * ext/jpeg/gstjpegdec.h:
16164 Fix durations on outgoing buffers after seeking
16165 in MJPEG files (#334083); some minor clean-ups.
16167 2006-03-13 Wim Taymans <wim@fluendo.com>
16169 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16170 (gst_wavparse_change_state):
16171 Implement seek in READY (re-fixes #327658)
16173 2006-03-13 Wim Taymans <wim@fluendo.com>
16175 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
16176 * ext/esd/esdmon.c: (gst_esdmon_get):
16177 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16178 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16179 (gst_gdk_pixbuf_sink_getcaps):
16180 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
16181 (gst_jpegenc_setcaps):
16182 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
16183 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
16184 (gst_smokeenc_setcaps):
16185 * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
16186 (gst_mngdec_src_getcaps):
16187 * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
16188 (gst_mngenc_chain):
16189 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
16190 * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
16191 * ext/speex/gstspeexdec.c: (speex_dec_convert),
16192 (speex_dec_src_event), (speex_dec_chain):
16193 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
16194 (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
16195 * gst/debug/negotiation.c: (gst_negotiation_getcaps),
16196 (gst_negotiation_pad_link), (gst_negotiation_chain):
16197 * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16198 (gst_flxdec_chain):
16199 * gst/interleave/deinterleave.c: (deinterleave_sink_link),
16200 (deinterleave_chain):
16201 * gst/law/mulaw-encode.c: (mulawenc_setcaps):
16202 * gst/median/gstmedian.c: (gst_median_link):
16203 * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
16204 (gst_monoscope_chain):
16205 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
16206 * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
16207 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
16208 * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
16209 close #333784 unref the result of gst_pad_get_parent()
16210 by: Christophe Fergeau.
16212 2006-03-09 Wim Taymans <wim@fluendo.com>
16214 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16215 (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
16216 Handle events in push mode better, can now do non-flushing
16217 seeks in push mode as well.
16219 2006-03-07 Wim Taymans <wim@fluendo.com>
16221 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16222 Applied patch from Kai Vehmanen, fixes #333624.
16224 2006-03-06 Julien MOUTTE <julien@moutte.net>
16226 * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
16227 Implement paletted and grayscale png files handling.
16230 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
16232 * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
16233 (gst_speexenc_chain):
16234 fix a tag list assert
16235 follow gst-plugins-base/ext/ogg/README; set OFFSET
16236 and OFFSET_END. Muxes correctly with gst-plugins-base
16239 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
16241 * gst/id3demux/Makefile.am:
16242 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
16243 (gst_id3demux_chain), (gst_id3demux_sink_activate):
16244 Use new typefind helper functions here as well, and
16245 do typefinding in pull-mode if upstream supports that.
16247 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
16249 * sys/sunaudio/gstsunaudiomixerctrl.c:
16250 (gst_sunaudiomixer_ctrl_get_volume),
16251 (gst_sunaudiomixer_ctrl_set_volume):
16252 * sys/sunaudio/gstsunaudiomixertrack.c:
16253 (gst_sunaudiomixer_track_new):
16254 Remove unused variables, breaks build from CVS
16255 with -Werror (#333392, patch by: Benjamin Pineau)
16257 2006-03-03 Wim Taymans <wim@fluendo.com>
16259 * docs/plugins/Makefile.am:
16260 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16261 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16262 Added wavparse docs.
16264 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
16265 (gst_wavparse_reset), (gst_wavparse_init),
16266 (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
16267 (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16268 (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16269 (gst_wavparse_stream_data), (gst_wavparse_loop),
16270 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
16271 (gst_wavparse_change_state):
16272 * gst/wavparse/gstwavparse.h:
16273 Implement seek in READY (fixes #327658)
16274 Added docs and did some cleanups.
16276 2006-03-03 Tim-Philipp Müller <tim at centricular dot net>
16278 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16279 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16280 (gst_avi_demux_calculate_durations_from_index),
16281 (gst_avi_demux_stream_header):
16282 * gst/avi/gstavidemux.h:
16283 If we have an index, use a duration based on the index instead
16284 of blindly trusting the information in the stream headers
16287 2006-03-03 Wim Taymans <wim@fluendo.com>
16289 * docs/plugins/Makefile.am:
16290 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16291 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16292 * docs/plugins/gst-plugins-good-plugins.hierarchy:
16293 Added smoke and jpeg to the docs.
16295 * ext/jpeg/Makefile.am:
16296 * ext/jpeg/gstjpeg.c: (plugin_init):
16297 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16298 * ext/jpeg/gstjpegenc.h:
16299 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
16300 (gst_smokedec_chain):
16301 * ext/jpeg/gstsmokedec.h:
16302 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16303 * ext/jpeg/gstsmokeenc.h:
16304 * ext/jpeg/smokecodec.h:
16305 Port smokedec (fixes #331905).
16309 2006-03-03 Wim Taymans <wim@fluendo.com>
16311 * docs/plugins/Makefile.am:
16312 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16313 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16314 * docs/plugins/gst-plugins-good-plugins.hierarchy:
16315 Added videobalance and videoflip to the docs.
16317 * gst/videofilter/Makefile.am:
16318 * gst/videofilter/gstvideobalance.c:
16319 (gst_video_balance_update_tables_planar411),
16320 (gst_video_balance_is_passthrough),
16321 (gst_video_balance_update_properties), (oil_tablelookup_u8),
16322 (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
16323 (gst_video_balance_transform_ip), (gst_video_balance_base_init),
16324 (gst_video_balance_finalize), (gst_video_balance_class_init),
16325 (gst_video_balance_init), (gst_video_balance_interface_supported),
16326 (gst_video_balance_interface_init),
16327 (gst_video_balance_colorbalance_list_channels),
16328 (gst_video_balance_colorbalance_set_value),
16329 (gst_video_balance_colorbalance_get_value),
16330 (gst_video_balance_colorbalance_init),
16331 (gst_video_balance_set_property), (gst_video_balance_get_property),
16332 (gst_video_balance_get_type), (plugin_init):
16333 * gst/videofilter/gstvideobalance.h:
16334 Ported to 0.10. (Fixes #326160)
16337 * gst/videofilter/gstvideoflip.c:
16338 * gst/videofilter/gstvideoflip.h:
16341 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
16344 Bump requirements to current core and -base CVS
16345 (core for new typefind helper API, and -base for the
16346 WAVFORMATEX support that was added to libgstriff and
16347 is needed by wavparse).
16349 * gst/apetag/Makefile.am:
16350 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
16351 (gst_tag_demux_sink_activate):
16352 Use new typefind helpers for typefinding instead of our
16353 home-grown stuff; also, do typefinding in pull-mode if
16354 upstream supports that.
16356 2006-02-28 Jürg Billeter <j (at) bitron.ch>
16358 Reviewed by: Christian Schaller <christian@fluendo.com>
16360 This patch fixes bug: 329107
16362 This Changelog entry is for a commit done on February 17
16364 * ext/gconf/gconf.c
16365 * ext/gconf/gconf.h
16366 * ext/gconf/gstgconfaudiosink.c
16367 * ext/gconf/gstgconfaudiosink.h
16368 * gconf/gstreamer.schemas.in
16370 2006-02-28 Wim Taymans <wim@fluendo.com>
16372 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16373 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16374 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
16375 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
16376 Use DEBUG_OBJECT more.
16378 2006-02-28 Wim Taymans <wim@fluendo.com>
16380 * docs/plugins/Makefile.am:
16381 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16382 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16383 Added dvdec and dvdemux to docs.
16385 * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
16387 Check frame sizes so we don't crash when don't have enough
16389 Send nice error messages on error.
16391 * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
16392 (gst_dvdemux_class_init), (gst_dvdemux_init),
16393 (gst_dvdemux_finalize), (gst_dvdemux_reset),
16394 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16395 (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16396 (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
16397 (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
16398 (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
16399 (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
16400 (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
16401 (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
16402 (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
16403 (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
16404 (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
16405 * ext/dv/gstdvdemux.h:
16407 Implement pull mode.
16409 Reduce memcpy for the video demuxing.
16411 2006-02-28 Jan Schmidt <thaytan@mad.scientist.com>
16413 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
16414 (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
16415 (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
16416 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
16417 Add a little extra debug. Make the decoder not return NOT_LINKED,
16418 as we want to continue decoding all CMML and emitting tags.
16420 2006-02-27 Michael Smith <msmith@fluendo.com>
16422 * ext/annodex/gstskeltag.c:
16423 * ext/annodex/gstskeltag.h:
16424 Deleted; these files aren't used any more either.
16426 2006-02-25 Julien MOUTTE <julien@moutte.net>
16428 * ext/Makefile.am: Fix dist-check.
16430 2006-02-25 Julien MOUTTE <julien@moutte.net>
16432 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
16435 2006-02-25 Alessandro Decina <alessandro@nnva.org>
16437 * ext/annodex/Makefile.am:
16438 * ext/annodex/gstannodex.c:
16439 * ext/annodex/gstcmmldec.c:
16440 * ext/annodex/gstcmmlenc.c:
16441 * ext/annodex/gstcmmlparser.c:
16442 * ext/annodex/gstcmmlparser.h:
16443 * ext/annodex/gstcmmlutils.c:
16444 * tests/check/elements/cmmldec.c:
16445 * tests/check/elements/cmmlenc.c:
16446 Fix a memleak in gst_cmml_track_list_add_clip.
16447 Handle overflows in clip's start and end times.
16448 Add the "encoded" parameter to cmmldec and cmmlenc caps.
16449 Do not parse junk at the end of a CMML preamble buffer.
16450 Register a libxml error handler to not print stuff on stderr.
16451 Check for bad clip start and end times in the testsuites.
16453 2006-02-25 Julien MOUTTE <julien@moutte.net>
16455 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
16456 (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
16457 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16458 (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
16459 * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
16462 2006-02-25 Julien MOUTTE <julien@moutte.net>
16464 * tests/check/Makefile.am:
16465 * tests/check/elements/cmmldec.c:
16466 * tests/check/elements/cmmlenc.c: Fix tests so that they use
16467 the plugins-base tags.
16469 2006-02-25 Julien MOUTTE <julien@moutte.net>
16471 * ext/Makefile.am: Re-enable module.
16473 2006-02-25 Julien MOUTTE <julien@moutte.net>
16475 * tests/check/Makefile.am: Forgot to remove that test.
16477 2006-02-25 Julien MOUTTE <julien@moutte.net>
16479 * ext/annodex/Makefile.am:
16480 * ext/annodex/gstannodex.c: (plugin_init):
16481 * ext/annodex/gstcmmldec.c:
16482 * ext/annodex/gstskeldec.c:
16483 * ext/annodex/gstskeldec.h:
16484 * tests/check/Makefile.am:
16485 * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
16487 2006-02-25 Julien MOUTTE <julien@moutte.net>
16489 * tests/check/Makefile.am: Disable those checks as well.
16491 2006-02-24 Julien MOUTTE <julien@moutte.net>
16493 * ext/Makefile.am: Disable annodex for now until we figure out
16494 how to make it build.
16495 * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
16496 Add a rule to your checklist : "please try to at least build
16497 what you are going to commit into -good, or if you are too lazy
16498 to do that, please check that the buildbots are not crying because
16501 2006-02-24 Edgard Lima <edgard.lima@indt.org.br>
16505 * ext/gdk_pixbuf/Makefile.am:
16506 * ext/gdk_pixbuf/gstgdkpixbuf.c:
16507 * ext/gdk_pixbuf/gstgdkpixbuf.h:
16508 * ext/gdk_pixbuf/pixbufscale.c:
16509 * ext/gdk_pixbuf/pixbufscale.h:
16510 Gdkpixbuf ported from 0.8 to 0.10 by
16511 Renato Filho <renato.filho@indt.org.br>.
16512 gst_loader and gdkpixbufanimation still need port.
16514 2006-02-24 Michael Smith <msmith@fluendo.com>
16517 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16519 * ext/annodex/Makefile.am:
16520 * ext/annodex/gstannodex.c:
16521 * ext/annodex/gstannodex.h:
16522 * ext/annodex/gstcmmldec.c:
16523 * ext/annodex/gstcmmldec.h:
16524 * ext/annodex/gstcmmlenc.c:
16525 * ext/annodex/gstcmmlenc.h:
16526 * ext/annodex/gstcmmlparser.c:
16527 * ext/annodex/gstcmmlparser.h:
16528 * ext/annodex/gstcmmltag.c:
16529 * ext/annodex/gstcmmltag.h:
16530 * ext/annodex/gstcmmlutils.c:
16531 * ext/annodex/gstcmmlutils.h:
16532 * ext/annodex/gstskeldec.c:
16533 * ext/annodex/gstskeldec.h:
16534 * ext/annodex/gstskeltag.c:
16535 * ext/annodex/gstskeltag.h:
16536 * tests/check/Makefile.am:
16537 * tests/check/elements/cmmldec.c:
16538 * tests/check/elements/cmmlenc.c:
16539 * tests/check/elements/skeldec.c:
16540 Add Annodex elements from Alessendro Decina: skeleton and CMML.
16541 Includes tests & docs, oh my! Passes Thomas's -good checklist
16544 2006-02-24 Michael Smith <msmith@fluendo.com>
16547 Check for automake 1.9 as well.
16549 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
16551 * ext/flac/gstflacenc.c:
16552 Change min. sample rate to 8kHz to match flacdec's.
16554 2006-02-23 Tim-Philipp Müller <tim at centricular dot net>
16556 * ext/cdio/Makefile.am:
16557 Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
16558 required for Cygwin, see #317048)
16560 * gst/rtp/gstasteriskh263.c:
16561 Cygwin has includes for both the unix network socket API
16562 and the windows API, but only one can be included, so fix
16563 includes to only use one or the other, prefering the unxi
16566 2006-02-23 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
16568 * rtp/gst/gstrtppcmadepay.c:
16569 * rtp/gst/gstrtppcmadepay.h:
16570 * rtp/gst/gstgstrtppcmapay.c:
16571 * rtp/gst/gstgstrtppcmapay.h:
16572 * rtp/gst/gstrtppcmudepay.c:
16573 * rtp/gst/gstrtppcmudepay.h:
16574 * rtp/gst/gstrtppcmupay.c:
16575 * rtp/gst/gstrtppcmupay.h:
16576 * rtp/gst/Makefile.am:
16577 * rtp/gst/gstrtp.c:
16579 Separated the G711 payloaders/depayloaders into separate elements for
16580 mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
16582 2006-02-22 Wim Taymans <wim@fluendo.com>
16584 * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
16585 (gst_dvdec_change_state):
16586 * ext/dv/gstdvdec.h:
16587 * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
16588 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16589 (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16590 (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
16591 (gst_dvdemux_flush), (gst_dvdemux_chain),
16592 (gst_dvdemux_change_state):
16593 * ext/dv/gstdvdemux.h:
16594 Ueber spiffify some more, added debug category.
16596 Use segments, respect playback rate from newsegment.
16597 Fix refcount issue.
16599 2006-02-20 Jan Schmidt <thaytan@mad.scientist.com>
16601 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
16602 (gst_signal_processor_process):
16603 Fix compilation of LADPSA. It doesn't seem to work, and isn't
16604 enabled for the build, but it helps me win the feature-count
16605 competitions ooh yeah.
16607 2006-02-19 Wim Taymans <wim@fluendo.com>
16609 * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
16610 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
16611 (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
16612 (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
16613 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
16614 (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
16615 Use scaling code for added precission and more correct stop
16616 position in case scale==0.
16618 2006-02-19 Wim Taymans <wim@fluendo.com>
16620 * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16621 (gst_flxdec_chain):
16622 * gst/flx/gstflxdec.h:
16623 Implement DURATION query.
16625 2006-02-19 Wim Taymans <wim@fluendo.com>
16627 * gst/flx/flx_color.h:
16628 * gst/flx/flx_fmt.h:
16629 * gst/flx/gstflxdec.c: (gst_flxdec_init),
16630 (gst_flxdec_src_query_handler), (flx_decode_color),
16631 (gst_flxdec_chain):
16632 * gst/flx/gstflxdec.h:
16633 Set MALLOCDATA for the temp buffers so we don't leak.
16634 Some debug cleanups.
16635 Consume all data in the adapter before leaving the chain
16636 function. Fixes #330678.
16638 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
16640 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16641 * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16642 Handle 0 data size in otherwise valid frames.
16643 Handle numeric strings in 2.4.0 even when not in parentheses
16645 2006-02-18 Tim-Philipp Müller <tim at centricular dot net>
16647 * gst/matroska/matroska-demux.c:
16648 (gst_matroska_demux_subtitle_caps),
16649 (gst_matroska_demux_plugin_init):
16650 * gst/matroska/matroska-ids.h:
16651 Recognise SSA/ASS and USF subtitle formats and
16652 set proper caps when they are found.
16654 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
16656 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
16657 (gst_jpeg_dec_chain):
16658 Fix invalid memory access for some odd-sized images
16659 (see image contained in quicktime stream in #327083);
16660 use g_malloc() instead of g_alloca().
16662 2006-02-17 Wim Taymans <wim@fluendo.com>
16664 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16665 Patch from Sebastien Cote, fixes #319884
16667 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
16669 * ext/cdio/gstcdio.c: (plugin_init):
16670 Init debug category (#331253).
16672 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
16674 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16675 Pass extra_data to gst_riff_create_audio_caps(), so that
16676 WAVEFORMATEX stuff works. Post audio codec name and post
16677 it as taglist on the bus. Allow up to 8 channesl for raw
16678 PCM in the source pad template caps.
16680 2006-02-16 Wim Taymans <wim@fluendo.com>
16682 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16683 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16684 (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
16685 (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
16686 (gst_multipart_set_property), (gst_multipart_get_property):
16687 Applied #318663. Gives quite a few false positives in
16688 autoscan mode, but it's better than nothing. Not closing yet.
16690 2006-02-16 Wim Taymans <wim@fluendo.com>
16692 * docs/plugins/Makefile.am:
16693 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16694 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16695 * docs/plugins/gst-plugins-good-plugins.args:
16696 * docs/plugins/inspect/plugin-udp.xml:
16697 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
16698 (gst_udpsrc_start):
16699 Update documentation.
16702 2006-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16704 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
16705 ID3 2.3.0 used synch-safe integers for the tag size, but not for the
16706 frame size. (Fixes #331368)
16708 2006-02-16 Wim Taymans <wim@fluendo.com>
16713 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16714 (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
16715 (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
16716 * gst/rtsp/gstrtspsrc.h:
16717 Make sure the RTP port is an even port an try to allocate
16719 Added retry property to control max retries for port allocation.
16720 Make sure RTCP port is RTP port+1.
16721 Cleanup when port allocation fails.
16724 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
16726 * gst/alpha/gstalpha.c: (gst_alpha_change_state):
16727 Don't ignore return value of the parent class's state
16728 change function (#331385, patch by: Wouter Paesen).
16730 2006-02-15 Wim Taymans <wim@fluendo.com>
16733 * docs/plugins/Makefile.am:
16734 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16735 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16736 * docs/plugins/gst-plugins-good-plugins.hierarchy:
16738 * ext/hal/Makefile.am:
16739 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
16740 (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
16741 (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
16742 (do_toggle_element), (gst_hal_audio_sink_set_property),
16743 (gst_hal_audio_sink_get_property),
16744 (gst_hal_audio_sink_change_state):
16745 * ext/hal/gsthalaudiosink.h:
16746 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
16747 (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
16748 (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
16749 (do_toggle_element), (gst_hal_audio_src_set_property),
16750 (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
16751 * ext/hal/gsthalaudiosrc.h:
16752 * ext/hal/gsthalelements.c: (plugin_init):
16753 * ext/hal/gsthalelements.h:
16754 * ext/hal/hal.c: (gst_hal_get_string),
16755 (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
16756 (gst_hal_get_audio_src):
16758 Add HAL sound device wrapper plugins. Closes #329106
16760 2006-02-15 Wim Taymans <wim@fluendo.com>
16762 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16763 Add comment in a fultile attempt to stop the copy-and-paste
16764 paradigm leading to duplication of bad code.
16766 * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
16767 Mime parameters have to be checked case insensitive
16769 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
16771 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
16772 Advance stream time for lagging subtitle streams by sending
16773 newsegment events with the update flag set.
16775 2006-02-14 Edward Hervey <edward@fluendo.com>
16777 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
16778 There can be bogus data before the hdrl LIST tag in the RIFF header.
16779 It's hard to say if it's not respecting the AVI specifications or not,
16780 but since Google Video is producing AVIs like that and the other player
16781 don't seem to complain, I guess we should do the same.
16783 2006-02-13 Jan Schmidt <thaytan@mad.scientist.com>
16785 * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
16786 (parse_split_strings):
16787 Add more validation to ensure that a char encoding conversion
16788 produced a valid UTF-8 string.
16790 2006-02-13 Mark Nauwelaerts <manauw@skynet.be>
16792 Reviewed by: Edward Hervey <edward@fluendo.com>
16794 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16795 Properly handle end of segment. Closes #330885.
16797 2006-02-13 Wim Taymans <wim@fluendo.com>
16799 * gst/rtp/gstrtpmp4gpay.h:
16800 For got to commit this one.
16802 2006-02-12 Wim Taymans <wim@fluendo.com>
16804 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
16805 (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
16806 (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
16807 (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
16808 * gst/rtp/gstrtpmp4gpay.h:
16809 Make more things work.
16810 Handle ACC config strings.
16812 2006-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
16814 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
16815 set timestamps if no incoming timestamps set
16817 2006-02-11 Tim-Philipp Müller <tim at centricular dot net>
16819 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
16820 (gst_tag_demux_do_typefind):
16821 ... and fix the very same leaks in GstTagDemux.
16823 2006-02-11 Jan Schmidt <thaytan@mad.scientist.com>
16825 * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
16826 (gst_id3demux_do_typefind):
16827 Fix a couple of mem leaks. (Patch by Jonathan Matthew
16828 <jonathan at kaolin dot wh9 dot net>)
16830 2006-02-10 Wim Taymans <wim@fluendo.com>
16832 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16833 First set options, then set caps or else the baseclass
16834 will not know about the options, duh.
16836 2006-02-10 Wim Taymans <wim@fluendo.com>
16838 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
16839 (gst_rtp_mp4v_pay_setcaps):
16840 Don't waste time looking for a config string if we have codec_info
16841 on the incomming caps.
16843 2006-02-10 Wim Taymans <wim@fluendo.com>
16846 Say something about case-sensitivity of caps vs mime-attributes.
16848 * gst/rtp/Makefile.am:
16849 * gst/rtp/gstrtp.c: (plugin_init):
16850 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
16851 (gst_rtp_amr_pay_handle_buffer):
16852 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
16853 (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
16854 (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
16855 (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
16856 (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
16857 (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
16858 (gst_rtp_mp4g_pay_plugin_init):
16859 * gst/rtp/gstrtpmp4gpay.h:
16860 Added beginnings of mpeg4-generic payloader (RFC 3640)
16862 2006-02-09 Wim Taymans <wim@fluendo.com>
16864 * gst/rtsp/Makefile.am:
16865 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
16866 (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
16867 (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
16868 (gst_rtpdec_set_property), (gst_rtpdec_get_property),
16869 (gst_rtpdec_change_state):
16870 * gst/rtsp/gstrtpdec.h:
16871 * gst/rtsp/gstrtsp.c: (plugin_init):
16872 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
16873 * gst/rtsp/rtspconnection.c: (read_body),
16874 (rtsp_connection_receive):
16875 * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
16876 Resurected rtpdec to make rtspsrc happy again.
16877 Skip attributes from the session id.
16878 Don't crash when dumping a message with an empty body.
16881 2006-02-09 Wim Taymans <wim@fluendo.com>
16883 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16884 Added more meaningfull warnings when something goes wrong.
16885 Clear F bit on outgoing AMR packets.
16887 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
16888 (gst_rtp_amr_pay_handle_buffer):
16889 Added debugging category
16890 Support payloading of multiple AMR frames.
16892 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
16893 Added some debugging.
16895 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
16900 === release 0.10.2 ===
16902 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
16905 releasing 0.10.2, "Papa was a rolling stone"
16907 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16910 Bump core and plugins-base requirement to 0.10.2.2
16911 for API additions (and 1 migration of gst_bin_find_unconnected_pad)
16913 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16915 * ext/flac/gstflac.c: (plugin_init):
16916 * ext/speex/gstspeex.c: (plugin_init):
16917 Register musicbrainz tags.
16919 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16921 * ext/gconf/gconf.h:
16922 Remove declaration of function that no longer exists.
16924 2006-02-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16926 * ext/shout2/gstshout2.c: (gst_shout2send_render),
16927 (gst_shout2send_setcaps), (gst_shout2send_change_state):
16928 Make shout2 work for non ogg streams
16930 2006-02-06 Wim Taymans <wim@fluendo.com>
16932 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16933 (gst_multiudpsink_render), (gst_multiudpsink_get_property),
16934 (gst_multiudpsink_init_send), (gst_multiudpsink_add),
16935 (gst_multiudpsink_remove), (gst_multiudpsink_clear),
16936 (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
16937 * gst/udp/gstmultiudpsink.h:
16939 Added properties bytes-served, bytes_to_serve.
16940 Post proper error messages,
16941 Emit client added signal too.
16943 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
16945 * docs/plugins/Makefile.am:
16946 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16947 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16948 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16949 (gst_multiudpsink_get_stats):
16950 adding docs for multiudpsink
16952 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
16954 * gst/level/gstlevel.c: (gst_level_transform_ip):
16955 peak below decay is not necessarily an error, so don't ERROR log
16957 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
16959 * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
16960 (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
16961 (gst_ebml_write_seek):
16962 * gst/matroska/ebml-write.h:
16963 Make sure we send a newsegment event in BYTES format
16964 before sending buffers (#328531).
16966 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
16968 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
16969 (gst_dvdemux_sink_query):
16970 * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
16971 * ext/speex/gstspeexdec.c: (speex_get_query_types),
16972 (speex_dec_src_query):
16973 * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
16974 (gst_speexenc_sink_query):
16975 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
16976 * gst/matroska/matroska-demux.c:
16977 (gst_matroska_demux_get_src_query_types),
16978 (gst_matroska_demux_handle_src_query):
16979 * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
16980 (gst_wavparse_pad_query):
16981 Pass unhandled queries upstream instead of just dropping
16982 them (#326446). Update query type arrays here and there.
16984 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
16986 * tests/check/elements/matroskamux.c: (setup_src_pad):
16987 Collectpads in core got changed and now also holds a
16988 reference to any pad that is part of it. Fix refcount
16989 checks in test case accordingly.
16991 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
16993 * gst/apetag/gstapedemux.h:
16994 Fix include, for now GstTagDemux is in the apetag dir.
16996 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
16998 * docs/plugins/Makefile.am:
16999 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17000 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17001 * docs/plugins/inspect/plugin-cdio.xml:
17002 Add cdio plugin to docs.
17004 * ext/cdio/gstcdiocddasrc.c:
17007 * ext/cdio/gstcdio.c:
17008 The plugin is called 'cdio' not 'cddio'.
17010 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
17013 * docs/plugins/Makefile.am:
17014 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17015 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17016 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17017 * docs/plugins/inspect/plugin-apetag.xml:
17018 * gst/apetag/Makefile.am:
17019 * gst/apetag/gstapedemux.c:
17020 * gst/apetag/gstapedemux.h:
17021 * gst/apetag/gsttagdemux.c:
17022 * gst/apetag/gsttagdemux.h:
17023 Add APE tag demuxer (#325649).
17025 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
17027 * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17028 (gst_gconf_get_default_video_sink),
17029 (gst_gconf_get_default_audio_src),
17030 (gst_gconf_get_default_video_src):
17031 * ext/gconf/gconf.h:
17032 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17033 (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17034 (do_toggle_element):
17035 * ext/gconf/gstgconfaudiosink.h:
17036 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17037 (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17038 (do_toggle_element):
17039 * ext/gconf/gstgconfaudiosrc.h:
17040 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17041 (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17042 (do_toggle_element):
17043 * ext/gconf/gstgconfvideosink.h:
17044 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17045 (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17046 (do_toggle_element):
17047 * ext/gconf/gstgconfvideosrc.h:
17048 Ignore changing the GConf key to "". Ignore GConf key updates
17049 that don't actually change the string.
17050 For now, ignore the GConf key when the state is > READY, as
17051 it breaks streaming. Sometime it will be nice to bring the
17052 new sink online even mid-stream, by sending NEWSEGMENT info
17053 and possibly prerolling.
17056 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
17058 * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17059 (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17060 (zoomFilterSetResolution), (zoomFilterDestroy),
17061 (zoomFilterFastRGB), (pointFilter):
17062 * gst/goom/filters.h:
17063 * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17064 (goom_update), (goom_close):
17065 * gst/goom/goom_core.h:
17066 * gst/goom/goom_tools.h:
17067 * gst/goom/graphic.c:
17068 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17069 (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17070 * gst/goom/gstgoom.h:
17071 * gst/goom/lines.c: (goom_lines):
17072 * gst/goom/lines.h:
17073 Make goom reentrant by moving all important static variables
17074 into instance structures.
17077 2006-02-04 Tim-Philipp Müller <tim at centricular dot net>
17079 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17080 (gst_avi_demux_all_source_pads_unlinked),
17081 (gst_avi_demux_process_next_entry):
17082 * gst/avi/gstavidemux.h:
17083 Third attempt, use gst_pad_is_linked() this time.
17085 2006-02-04 Jan Schmidt <thaytan@mad.scientist.com>
17087 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17088 (parse_split_strings):
17089 Adjust for data length indicators when parsing (Fixes #329810)
17090 Fix stupid bug parsing UTF-8 tag text.
17091 Output tag strings with multiple fields as multiple tags, so the
17092 app gets all the data.
17094 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
17096 * ext/flac/gstflacenc.c:
17097 Fixed a bug add in last commit, where no event is send. Thanks Tim to
17100 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
17102 * ext/flac/gstflacenc.c:
17103 * gst/matroska/ebml-read.c:
17104 Just make it compile with --disable-gst-debug.
17106 2006-02-03 Jan Schmidt <thaytan@mad.scientist.com>
17108 * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17109 (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17110 (id3v2_genre_fields_to_taglist):
17111 Never output a tag with a null contents string.
17113 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
17115 * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17116 Only pause if all pads are unlinked AND we've tried to send data
17117 on all of them at least once.
17119 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
17121 * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17122 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17123 Make loop function/task pause itself when all source pads are
17126 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
17129 * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17130 Use new functions from core to render a bin from a
17131 string. Fixes build. Up requirements to core CVS.
17133 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
17135 * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17136 Don't push buffers into the adapter that we are going to
17137 push downstream again without framing anyway. Also, the
17138 adaptor takes ownership of buffers put into it (fixes
17139 auparse pushing invalid buffers for .au files with
17140 ADPCM contents). Finally, set caps on all outgoing buffers.
17142 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
17144 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17145 (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
17146 (gst_id3demux_send_tag_event):
17147 * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
17148 Someone should kick my butt. Remove ID3v1 tags from the end of the
17151 Improve error messages. Send the TAG message as soon as we complete
17152 typefinding, instead of waiting until we send the first buffer.
17153 Downstream tag event is still sent before the first buffer.
17155 2006-01-27 Jan Gerber <j@bootlab.org>
17157 Reviewed by: Andy Wingo <wingo@pobox.com>
17159 * ext/dv/gstdvdec.c (gst_dvdec_change_state):
17160 * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
17161 Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
17162 to not have warings flooding stderr. this is the suggested way
17163 also used in dvgrab and kino. (#328336)
17165 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
17167 * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
17168 (gst_oss_sink_init), (gst_oss_sink_finalise):
17169 Free the device name string when finalised.
17171 2006-01-25 Tim-Philipp Müller <tim at centricular dot net>
17173 * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
17174 Don't put function calls in g_return_if_fail() statements,
17175 or they'll be replaced with NOOPs if someone compiles with
17176 G_DISABLE_CHECKS defined.
17178 2006-01-25 Jan Schmidt <thaytan@mad.scientist.com>
17180 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17181 Never trust ANY information encoded in a media file, especially
17182 when it's giving you sizes. (Fixes #328452)
17184 2006-01-24 Edgard Lima <edgard.lima@indt.org.br>
17186 * gst/rtp/gstrtpg711pay.c:
17187 Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
17190 2006-01-23 Edward Hervey <edward@fluendo.com>
17192 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
17193 (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
17194 * gst/matroska/matroska-ids.h:
17195 Added recognition of Real Audio and Video streams in matroska demuxer.
17197 2006-01-23 Jan Schmidt <thaytan@mad.scientist.com>
17199 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
17200 Remove errant break statement, and fix compilation with
17203 2006-01-23 Brian Cameron <brian dot cameron at sun dot com>
17205 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
17207 * sys/sunaudio/gstsunaudiomixerctrl.c:
17208 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
17209 Export functions that are needed in other parts of the code,
17210 makes the mixer actually work; adjust magic minimum buffer-time
17211 value from 3ms to 5ms to work around stuttering during mp3
17212 playback (#327765).
17214 2006-01-23 Michal Benes <michal dot benes at xeris dot cz>
17216 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
17218 * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
17219 (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
17220 Fix possible deadlock in matroska muxer (#327825).
17222 2006-01-23 Tim-Philipp Müller <tim at centricular dot net>
17224 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
17225 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17226 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
17227 * gst/rtsp/sdpmessage.h:
17228 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
17229 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
17230 C89 fixes: declare variables at the beginning of a block and
17231 make gcc-2.9x happy (#328264; patch by: Jens Granseuer
17232 <jensgr at gmx dot net>).
17234 2006-01-23 Jan Schmidt <thaytan@mad.scientist.com>
17236 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17237 * gst/id3demux/id3tags.h:
17238 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17239 (parse_comment_frame), (parse_text_identification_frame),
17240 (id3v2_tag_to_taglist), (id3v2_are_digits),
17241 (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
17242 (parse_split_strings), (free_tag_strings):
17243 Rewrite parsing of text tags to handle multiple NULL terminated
17244 strings. Parse numeric genre strings and ID3v2 type
17245 "(3)(6)Alternative" style genre strings.
17246 Parse dates that are only YYYY or YYYY-mm format.
17247 (Fixes #328241 and #322154)
17249 2006-01-20 Tim-Philipp Müller <tim at centricular dot net>
17251 * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
17252 Don't forget to initialize liboil, otherwise our oil functions
17253 will crash (fixes #327871; patch by: Christoph Burghardt
17254 <hawkes at web dot de>).
17256 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
17259 Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
17260 like in the core and gst-plugins-base. Fixes #324367 and #326683;
17261 patch by: Brian Cameron <brian dot cameron at sun dot com>
17263 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
17265 * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
17266 * ext/cdio/gstcdio.h:
17267 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
17268 Fix build for libcdio versions >= 76; give slightly lower rank
17271 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
17275 * ext/cdio/Makefile.am:
17276 * ext/cdio/gstcdio.c:
17277 * ext/cdio/gstcdio.h:
17278 * ext/cdio/gstcdiocddasrc.c:
17279 * ext/cdio/gstcdiocddasrc.h:
17280 Port libcdio cdda source, formerly known as cddasrc, now known as
17281 cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
17282 but that's not tested (fixes #317658).
17284 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
17286 * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
17287 Fix conversion from TIME to BYTES format (fixes #326864;
17288 patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
17290 2006-01-15 Jan Schmidt <thaytan@mad.scientist.com>
17292 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17293 Fix compilation of id3demux when zlib is not present.
17294 (Fixes #326602; patch by: Sergey Scobich)
17296 2006-01-15 Tim-Philipp Müller <tim at centricular dot net>
17298 * ext/esd/Makefile.am:
17299 Add $(ESD_CFLAGS), otherwise build will fail for folks
17300 with libesd in a non-standard prefix (#327009).
17302 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17307 === release 0.10.1 ===
17309 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17312 releasing 0.10.1, "Li"
17314 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17316 patch by: Wim Taymans
17318 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17319 fix memleak. Fixes #326618
17321 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17323 patch by: Mike Smith
17325 * gst/level/gstlevel.c: (gst_level_message_new),
17326 (gst_level_message_append_channel):
17327 Fix memleak. Fixes #326612
17329 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
17347 update translations
17349 2006-01-10 Michael Smith <msmith@fluendo.com>
17351 * gst/level/gstlevel.c: (gst_level_class_init),
17352 (gst_level_dispose):
17353 Don't leak filter arrays.
17355 2006-01-09 Brian Cameron <brian.cameron@sun.com>
17357 reviewed by: Christian Schaller <uraeus@gnome.org>
17360 * gst-plugins-good.spec.in:
17362 * sys/sunaudio/Makefile.am:
17363 * sys/sunaudio/gstsunaudio.c: (plugin_init):
17364 * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
17365 (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
17366 (gst_sunaudiomixer_change_state):
17367 * sys/sunaudio/gstsunaudiomixer.h:
17368 * sys/sunaudio/gstsunaudiomixerctrl.c:
17369 (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
17370 (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
17371 (gst_sunaudiomixer_ctrl_list_tracks),
17372 (gst_sunaudiomixer_ctrl_get_volume),
17373 (gst_sunaudiomixer_ctrl_set_volume),
17374 (gst_sunaudiomixer_ctrl_set_mute),
17375 (gst_sunaudiomixer_ctrl_set_record):
17376 * sys/sunaudio/gstsunaudiomixerctrl.h:
17377 * sys/sunaudio/gstsunaudiomixertrack.c:
17378 (gst_sunaudiomixer_track_class_init),
17379 (gst_sunaudiomixer_track_init), (fill_labels),
17380 (gst_sunaudiomixer_track_new):
17381 * sys/sunaudio/gstsunaudiomixertrack.h:
17382 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
17383 (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
17384 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
17385 (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
17386 (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
17387 (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
17388 (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
17389 * sys/sunaudio/gstsunaudiosink.h:
17391 Add SunAudio plugin - tested to make sure it doesn't break
17392 the build under GNU/Linux.
17394 2005-01-07 Philippe Khalaf <philippe.kalaf@collabora.co.uk>
17396 * gst-plugins-good/gst/udp/gstdynudpsink.c:
17397 * gst-plugins-good/gst/udp/gstudpsrc.c:
17398 Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
17399 overrides the port or multicast parameters. Fixes bugs #323021.
17400 API addition: adds GstUDPSrc::sockfd property
17402 2006-01-06 Tim-Philipp Müller <tim at centricular dot net>
17404 * ext/gconf/Makefile.am:
17405 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
17406 (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
17407 (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17408 (do_toggle_element), (cb_toggle_element),
17409 (gst_gconf_audio_src_change_state):
17410 * ext/gconf/gstgconfaudiosrc.h:
17411 * ext/gconf/gstgconfelements.c: (plugin_init):
17412 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
17413 (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
17414 (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17415 (do_toggle_element), (cb_toggle_element),
17416 (gst_gconf_video_src_change_state):
17417 * ext/gconf/gstgconfvideosrc.h:
17418 Add new gconfaudiosrc and gconfvideosrc elements
17419 (needed for gnome-sound-recorder).
17421 2006-01-06 Edward Hervey <edward@fluendo.com>
17423 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17424 Add gst_element_no_more_pads() for proper decodebin behaviour.
17425 * gst/id3demux/id3v2frames.c: (parse_comment_frame),
17426 (parse_text_identification_frame), (parse_split_strings):
17427 Failure to decode some tags is not a GST_ERROR() but a
17429 When iterating over a chunk of text, check that we haven't gone too
17432 2006-01-05 Stefan Kost <ensonic@users.sf.net>
17434 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17436 call oil_init() when using liboil
17438 2006-01-04 Wim Taymans <wim@fluendo.com>
17440 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17441 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17444 2006-01-02 Alessandro Decina <alessandro at nnva dot org>
17446 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
17448 * ext/flac/gstflacdec.c: (gst_flac_dec_write),
17449 (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
17450 (gst_flac_dec_change_state):
17451 Don't g_assert() where we should just return FALSE; remove
17452 unnecessary g_assert(); initialize some fields properly in
17453 state change function (fixes #325504). Also, use
17454 GST_DEBUG_OBJECT in two more places.
17456 2005-12-30 Stefan Kost <ensonic@users.sf.net>
17459 also remove smoothwave's Makefile.am
17460 * docs/plugins/Makefile.am:
17463 2005-12-30 Stefan Kost <ensonic@users.sf.net>
17465 * tests/examples/Makefile.am:
17466 added missing Makefile.am
17468 2005-12-30 Stefan Kost <ensonic@users.sf.net>
17471 * gst/level/Makefile.am:
17472 * gst/level/level-example.c:
17473 * tests/Makefile.am:
17474 * tests/examples/level/Makefile.am:
17475 * tests/examples/level/level-example.c: (message_handler), (main):
17476 moved level-example to tests/examples/level-example
17477 * tests/old/examples/level/demo.c: (main):
17478 * tests/old/examples/level/plot.c: (main):
17481 2005-12-29 Michael Smith <msmith@fluendo.com>
17483 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17484 (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
17485 * gst/udp/gstmultiudpsink.h:
17486 Track packets sent per client in addition to bytes sent; provide
17487 this info through get-stats signal
17489 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
17491 * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
17492 Can't use gst_object_unref() on a GstAdapter (#325191).
17494 2005-12-28 Jan Schmidt <thaytan@mad.scientist.com>
17496 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17497 If a broken tag has 0 bytes payload, at least still skip
17500 2005-12-22 Philippe Khalaf <burger@speedy.org>
17502 * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
17503 * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17504 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
17505 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17506 Making these depayloaders (H263+ and mpeg4 video) inherit from
17507 RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
17509 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
17511 * docs/plugins/gst-plugins-good-plugins.args:
17512 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17513 Regenerate the plugin hiearchy.
17515 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
17517 * docs/plugins/Makefile.am:
17518 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17519 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17520 * docs/plugins/gst-plugins-good-plugins.args:
17521 * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
17522 (gst_id3demux_base_init), (gst_id3demux_class_init),
17523 (gst_id3demux_chain):
17524 * gst/id3demux/gstid3demux.h:
17525 Add documentation for id3demux.
17526 Don't fail if the first buffer is not at offset 0, just
17527 attempt to typefind and do pass through
17528 Rename the gst_type function from gst_gst_id3demux..
17530 2005-12-20 Michael Smith <msmith@fluendo.com>
17532 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
17533 (gst_multiudpsink_add), (gst_multiudpsink_remove),
17534 (gst_multiudpsink_get_stats):
17535 * gst/udp/gstmultiudpsink.h:
17536 Collect statistics; return them from get_stats.
17538 2005-12-19 Edward Hervey <edward@fluendo.com>
17540 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
17541 Stupid signedness issue...
17543 2005-12-19 Edward Hervey <edward@fluendo.com>
17545 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17546 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17547 (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
17548 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
17549 (gst_avi_demux_stream_header), (gst_avi_demux_loop):
17550 Construct index for indexless files.
17551 Make sure pad/buffers are correctly reset to NULL once we don't need
17552 them anymore, else we get lovely segfaults/assertions.
17553 * gst/wavparse/gstwavparse.c:
17554 Yes, you can have 96KHz audio and wma in wav :(
17556 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
17559 Check for optional dependency on zlib for id3demux
17561 * gst/id3demux/Makefile.am:
17562 * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
17563 (gst_id3demux_base_init), (gst_id3demux_class_init),
17564 (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
17565 (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
17566 (gst_id3demux_trim_buffer), (gst_id3demux_chain),
17567 (gst_id3demux_set_property), (gst_id3demux_get_property),
17568 (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
17569 (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
17570 (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
17571 (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
17572 (gst_id3demux_src_getrange), (gst_id3demux_change_state),
17573 (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
17574 (simple_find_peek), (simple_find_suggest),
17575 (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
17577 * gst/id3demux/gstid3demux.h:
17578 * gst/id3demux/id3tags.c: (read_synch_uint),
17579 (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
17580 (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
17581 (id3demux_id3v2_frames_to_tag_list):
17582 * gst/id3demux/id3tags.h:
17583 * gst/id3demux/id3v2.4.0-frames.txt:
17584 * gst/id3demux/id3v2.4.0-structure.txt:
17585 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17586 (parse_comment_frame), (parse_text_identification_frame),
17587 (id3v2_tag_to_taglist), (parse_split_strings):
17588 All new LGPL id3 demuxer. Can use zlib for compressed frames,
17589 otherwise it discards them. Works on my test files.
17591 * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
17592 Don't send EOS to a non-existing srcpad
17593 The debug category can be static
17595 2005-12-16 Stefan Kost <ensonic@users.sf.net>
17597 * ext/esd/esdmon.c: (gst_esdmon_open_audio):
17598 * ext/esd/esdsink.c: (gst_esdsink_prepare):
17599 * gst/multipart/multipartdemux.c:
17600 change some char* into char[]
17602 2005-12-16 Wim Taymans <wim@fluendo.com>
17604 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17605 (gst_wavparse_other), (gst_wavparse_perform_seek),
17606 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17607 (gst_wavparse_loop), (gst_wavparse_pad_convert),
17608 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
17609 * gst/wavparse/gstwavparse.h:
17610 Use GstSegment to implement more seeking features.
17612 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
17614 * gst/rtsp/rtspconnection.c:
17615 Add <netinet/in.h> include and move <arpa/inet.h> include
17616 to make things work on OpenBSD as well (fixes #323717;
17617 patch by: Benjamin Pineau)
17619 2005-12-14 Edgard Lima <edgard.lima@indt.org.br>
17621 * gst/rtp/gstrtpspeexdepay.c:
17622 * gst/rtp/gstrtpspeexpay.c:
17623 Set clock rate to be fixed in 8000. It fixes bug #324012.
17625 2005-12-14 Philippe Khalaf <burger@speedy.org>
17627 * gst-plugins-good/gst/rtp/gstasteriskh263.c:
17628 * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
17629 * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
17630 * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17631 * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
17632 * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
17633 * gst-plugins-good/gst/rtp/gstrtph263pay.c:
17634 * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
17635 * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
17636 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
17637 * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
17638 * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
17639 * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
17640 * gst-plugins-good/gst/rtp/README:
17641 Fixed payload range in payloder caps. Removed payload range completely
17642 from depayloaders as they don't require payload type in their caps.
17643 In effect, there isn't any specific payload type for any given codec,
17647 2005-12-13 Julien MOUTTE <julien@moutte.net>
17649 * gst/videomixer/videomixer.c: (gst_videomixer_init),
17650 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17651 (gst_videomixer_collected): Code cleanup and re-enabling
17652 queued time validity check for correct EOS handling.
17654 2005-12-13 Tim-Philipp Müller <tim at centricular dot net>
17656 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
17657 (gst_oss_mixer_element_get_property),
17658 (gst_oss_mixer_element_change_state):
17659 Add 'device-name' property and fix state change function.
17661 2005-12-13 Edward Hervey <edward@fluendo.com>
17663 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
17664 If the speed of the file is null in the header, set the frame_time to
17665 the default setting of GST_SECOND / 70. Which is the default
17666 frame_delay for .fli files as stated in this document :
17667 http://www.compuphase.com/flic.htm
17668 Would be nice to have the time conversion done properly too (duration =
17669 flxh->frames * flxdec->frame_time)
17671 2005-12-12 Julien MOUTTE <julien@moutte.net>
17673 * docs/plugins/Makefile.am:
17674 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17675 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17676 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17677 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17678 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17679 (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
17680 documentation for videomixer on my way with a funny sample
17683 2005-12-12 Julien MOUTTE <julien@moutte.net>
17685 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17686 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17687 (gst_videomixer_update_queues), (gst_videomixer_collected):
17688 Fix caps negotiation. (#323896)
17690 2005-12-12 Arwed v. Merkatz <v.merkatz@gmx.net>
17692 * gst/matroska/matroska-demux.c:
17693 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17694 Set correct timestamps on audio laces, fixes playback of mp3 from
17697 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
17699 * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
17700 (gst_au_parse_class_init), (gst_au_parse_init),
17701 (gst_au_parse_dispose), (gst_au_parse_chain),
17702 (gst_au_parse_change_state), (plugin_init):
17703 * gst/auparse/gstauparse.h:
17704 Use gst_object_unref() for GstObjects instead of
17705 g_object_unref() and fix a mem leak in a debug
17706 statement; while we're at it, also borgify, use
17707 boilerplate macros and clean up a little bit.
17709 2005-12-11 Edward Hervey <edward@fluendo.com>
17711 * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17712 (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
17715 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
17717 * gst/goom/gstgoom.c:
17718 * gst/level/level-example.c: (main):
17719 * gst/smoothwave/demo-osssrc.c: (main):
17720 Use audiotestsrc instead of sinesrc (#323798).
17722 2005-12-11 Stefan Kost <ensonic@users.sf.net>
17724 * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17725 more debug-func-ptr usage
17727 2005-12-11 Zeeshan Ali <zeenix at gmail dot com>
17729 * gst/flx/flx_color.c: (flx_colorspace_convert):
17730 * gst/flx/flx_color.h:
17731 * gst/flx/flx_fmt.h:
17732 * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
17733 * gst/flx/gstflxdec.h:
17734 Now flxdec works on big-endian machines as well.
17736 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
17738 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
17739 (gst_fenced_buffer_copy):
17740 Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
17741 GST_DEBUG crasher where GST_TIME_FORMAT was not used in
17742 conjunction with GST_TIME_ARGS. Also, don't leak pad templates
17743 and use GST_DEBUG_FUNCPTR for pad functions.
17745 2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
17747 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
17748 (gst_flac_dec_class_init), (gst_flac_dec_init),
17749 (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
17750 (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
17751 (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
17752 (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
17753 (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
17754 (gst_flac_dec_change_state):
17755 * ext/flac/gstflacdec.h:
17756 Rewrite flacdec a bit, so that even seeking might work now. Most
17757 importantly, don't act upon any flow return values we get, just tell
17758 the decoder everything's dandy and act on the flow return values
17759 later on in the loop function. We don't want to mess up the internal
17760 decoder state for non-fatal things like flushing pads etc. Other
17761 than that, use GstSegment (segment seeks don't work yet though, but
17762 should be easy to add), use boilerplate macros, drop the superfluous
17763 'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
17764 lots of other things.
17766 2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
17769 Update comment in OSS includes check.
17771 * sys/oss/gstossdmabuffer.c:
17772 * sys/oss/gstosshelper.c:
17773 * sys/oss/gstossmixer.c:
17774 * sys/oss/gstossmixertrack.c:
17775 * sys/oss/gstosssink.c:
17776 * sys/oss/gstosssrc.c:
17777 * sys/oss/oss_probe.c:
17778 Don't assume the OSS soundcard.h include is always in
17779 the sys/ directory. Instead, use the existing defines
17780 from config.h to include the right file. Fixes
17781 compilation on OpenBSD 3.8 (#323718).
17783 2005-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
17785 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17786 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17787 * docs/plugins/inspect/plugin-1394.xml:
17788 * docs/plugins/inspect/plugin-aasink.xml:
17789 * docs/plugins/inspect/plugin-alaw.xml:
17790 * docs/plugins/inspect/plugin-alpha.xml:
17791 * docs/plugins/inspect/plugin-alphacolor.xml:
17792 * docs/plugins/inspect/plugin-auparse.xml:
17793 * docs/plugins/inspect/plugin-autodetect.xml:
17794 * docs/plugins/inspect/plugin-avi.xml:
17795 * docs/plugins/inspect/plugin-cacasink.xml:
17796 * docs/plugins/inspect/plugin-cairo.xml:
17797 * docs/plugins/inspect/plugin-cutter.xml:
17798 * docs/plugins/inspect/plugin-debug.xml:
17799 * docs/plugins/inspect/plugin-dv.xml:
17800 * docs/plugins/inspect/plugin-efence.xml:
17801 * docs/plugins/inspect/plugin-effectv.xml:
17802 * docs/plugins/inspect/plugin-esdsink.xml:
17803 * docs/plugins/inspect/plugin-flac.xml:
17804 * docs/plugins/inspect/plugin-flxdec.xml:
17805 * docs/plugins/inspect/plugin-gconfelements.xml:
17806 * docs/plugins/inspect/plugin-goom.xml:
17807 * docs/plugins/inspect/plugin-jpeg.xml:
17808 * docs/plugins/inspect/plugin-level.xml:
17809 * docs/plugins/inspect/plugin-matroska.xml:
17810 * docs/plugins/inspect/plugin-mulaw.xml:
17811 * docs/plugins/inspect/plugin-multipart.xml:
17812 * docs/plugins/inspect/plugin-navigationtest.xml:
17813 * docs/plugins/inspect/plugin-ossaudio.xml:
17814 * docs/plugins/inspect/plugin-png.xml:
17815 * docs/plugins/inspect/plugin-rtp.xml:
17816 * docs/plugins/inspect/plugin-rtsp.xml:
17817 * docs/plugins/inspect/plugin-shout2send.xml:
17818 * docs/plugins/inspect/plugin-smpte.xml:
17819 * docs/plugins/inspect/plugin-speex.xml:
17820 * docs/plugins/inspect/plugin-udp.xml:
17821 * docs/plugins/inspect/plugin-videobox.xml:
17822 * docs/plugins/inspect/plugin-videoflip.xml:
17823 * docs/plugins/inspect/plugin-videomixer.xml:
17824 * docs/plugins/inspect/plugin-wavenc.xml:
17825 * docs/plugins/inspect/plugin-wavparse.xml:
17826 * ext/flac/gstflac.c: (plugin_init):
17827 * ext/flac/gstflacdec.c: (flacdec_get_type),
17828 (gst_flac_dec_base_init), (gst_flac_dec_class_init),
17829 (gst_flac_dec_init), (gst_flac_dec_finalize),
17830 (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
17831 (gst_flac_dec_error_callback), (gst_flac_dec_seek),
17832 (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
17833 (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
17834 (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
17835 (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
17836 (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
17837 (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
17838 * ext/flac/gstflacdec.h:
17839 * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
17840 (gst_flac_enc_base_init), (gst_flac_enc_class_init),
17841 (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
17842 (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
17843 (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
17844 (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
17845 (gst_flac_enc_sink_event), (gst_flac_enc_chain),
17846 (gst_flac_enc_set_property), (gst_flac_enc_get_property),
17847 (gst_flac_enc_change_state):
17848 * ext/flac/gstflacenc.h:
17849 borgify and fix up documentation
17851 2005-12-09 Michael Smith <msmith@fluendo.com>
17853 * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
17854 Accept a wider range of flac files, more closely matching flac spec.
17856 2005-12-08 Julien MOUTTE <julien@moutte.net>
17858 * docs/plugins/Makefile.am: Add multipart elements.
17859 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17860 * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
17861 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17862 * gst/multipart/multipartdemux.c:
17863 * gst/multipart/multipartmux.c: Add docs.
17865 2005-12-07 Edward Hervey <edward@fluendo.com>
17867 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
17868 (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
17869 (gst_avi_demux_invert):
17870 Memleak and crasher fixes.
17871 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17872 (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
17875 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
17877 * ext/aalib/gstaasink.h:
17878 * ext/cairo/gsttextoverlay.h:
17879 * ext/dv/gstdvdec.h:
17880 * ext/dv/gstdvdemux.c:
17881 * ext/dv/gstdvdemux.h:
17882 * ext/esd/esdsink.h:
17883 * ext/flac/flac_compat.h:
17884 * ext/flac/gstflacdec.h:
17885 * ext/flac/gstflacenc.h:
17886 * ext/gconf/gconf.h:
17887 * ext/gconf/gstgconfaudiosink.h:
17888 * ext/gconf/gstgconfvideosink.h:
17889 * ext/gdk_pixbuf/gstgdkanimation.h:
17890 * ext/jpeg/gstjpegdec.h:
17891 * ext/jpeg/smokecodec.h:
17892 * ext/jpeg/smokeformat.h:
17893 * ext/ladspa/gstsignalprocessor.h:
17894 * ext/ladspa/search.c: (LADSPAPluginSearch):
17895 * ext/ladspa/utils.h:
17896 * ext/libmng/gstmng.c:
17897 * ext/libmng/gstmngdec.h:
17898 * ext/libmng/gstmngenc.c:
17899 * ext/libmng/gstmngenc.h:
17900 * ext/libpng/gstpng.c:
17901 * ext/libpng/gstpngenc.c:
17902 * ext/libpng/gstpngenc.h:
17903 * ext/shout2/gstshout2.h:
17904 * ext/speex/gstspeexdec.h:
17905 * ext/speex/gstspeexenc.c:
17906 * ext/speex/gstspeexenc.h:
17907 * gst/auparse/gstauparse.c: (gst_auparse_chain):
17908 * gst/autodetect/gstautoaudiosink.h:
17909 * gst/autodetect/gstautovideosink.h:
17910 * gst/avi/gstavidemux.h:
17911 * gst/cutter/gstcutter.c: (gst_cutter_chain),
17912 (gst_cutter_set_property), (gst_cutter_get_caps):
17913 * gst/cutter/gstcutter.h:
17914 * gst/debug/tests.c: (md5_process_block):
17915 * gst/debug/tests.h:
17916 * gst/effectv/gstwarp.c:
17917 * gst/flx/flx_fmt.h:
17918 * gst/flx/gstflxdec.h:
17919 * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
17920 (zoomFilterFastRGB):
17921 * gst/goom/filters.h:
17922 * gst/goom/goom_tools.h:
17923 * gst/law/alaw-encode.c:
17924 * gst/level/gstlevel.c:
17925 * gst/level/gstlevel.h:
17926 * gst/matroska/ebml-write.h:
17927 * gst/matroska/matroska-demux.h:
17928 * gst/matroska/matroska-ids.h:
17929 * gst/matroska/matroska-mux.h:
17930 * gst/monoscope/convolve.c: (convolve_match):
17931 * gst/monoscope/convolve.h:
17932 * gst/multipart/multipartmux.c:
17933 * gst/oldcore/gstaggregator.c:
17934 * gst/oldcore/gstaggregator.h:
17935 * gst/oldcore/gstmd5sink.c: (md5_process_block):
17936 * gst/oldcore/gstmd5sink.h:
17937 * gst/oldcore/gstmultifilesrc.c:
17938 * gst/oldcore/gstmultifilesrc.h:
17939 * gst/oldcore/gstpipefilter.h:
17940 * gst/oldcore/gstshaper.h:
17941 * gst/rtp/gstrtpL16depay.h:
17942 * gst/rtp/gstrtpL16pay.h:
17943 * gst/rtp/gstrtpdepay.h:
17944 * gst/rtp/gstrtpmp4vpay.c:
17945 * gst/rtp/gstrtpmp4vpay.h:
17946 * gst/rtsp/gstrtspsrc.c:
17947 * gst/rtsp/gstrtspsrc.h:
17948 * gst/rtsp/rtspconnection.h:
17949 * gst/rtsp/rtspdefs.h:
17950 * gst/rtsp/rtspmessage.h:
17951 * gst/rtsp/rtsptransport.h:
17952 * gst/rtsp/rtspurl.c:
17953 * gst/rtsp/rtspurl.h:
17954 * gst/rtsp/sdpmessage.c:
17955 * gst/rtsp/sdpmessage.h:
17956 * gst/smpte/barboxwipes.c:
17957 * gst/smpte/gstmask.h:
17958 * gst/smpte/gstsmpte.h:
17959 * gst/smpte/paint.c:
17960 * gst/smpte/paint.h:
17961 * gst/udp/gstdynudpsink.h:
17962 * gst/udp/gstmultiudpsink.h:
17963 * gst/udp/gstudpsink.c:
17964 * gst/udp/gstudpsink.h:
17965 * gst/udp/gstudpsrc.c:
17966 * gst/videomixer/videomixer.c:
17967 * gst/wavenc/riff.h:
17968 * gst/wavparse/gstwavparse.h:
17969 * sys/oss/gstossdmabuffer.h:
17970 * sys/oss/gstossmixer.h:
17971 * sys/oss/gstossmixerelement.h:
17972 * sys/oss/gstossmixertrack.h:
17973 * sys/oss/gstosssink.c:
17974 * sys/oss/gstosssink.h:
17975 * sys/oss/gstosssrc.c:
17976 * sys/oss/gstosssrc.h:
17977 * sys/osxaudio/gstosxaudioelement.h:
17978 * sys/osxaudio/gstosxaudiosink.h:
17979 * sys/osxaudio/gstosxaudiosrc.h:
17982 === release 0.10.0 ===
17984 2005-12-05 <thomas (at) apestaart (dot) org>
17987 releasing 0.10.0, "Abondance"
17989 2005-12-05 Andy Wingo <wingo@pobox.com>
17991 * ext/dv/gstdvdec.c: (gst_dvdec_chain):
17992 * ext/flac/gstflacdec.c: (gst_flacdec_write):
17993 * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
17994 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
17995 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
17996 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17997 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
17998 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
17999 * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18000 * ext/speex/gstspeexdec.c: (speex_dec_chain):
18001 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18002 * gst/auparse/gstauparse.c: (gst_auparse_chain):
18003 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18004 * gst/goom/gstgoom.c: (gst_goom_chain):
18005 * gst/matroska/matroska-demux.c:
18006 (gst_matroska_demux_push_vorbis_codec_priv_data),
18007 (gst_matroska_demux_add_wvpk_header):
18008 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18009 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18010 * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18011 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18012 alloc_buffer changes.
18014 2005-12-05 Michael Smith <msmith@fluendo.com>
18016 * docs/plugins/gst-plugins-good-plugins.args:
18017 Remove args for plugins that aren't in -good.
18019 === release 0.9.7 ===
18021 2005-12-01 <thomas (at) apestaart (dot) org>
18024 releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18026 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18028 * docs/plugins/.cvsignore:
18029 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18030 * docs/plugins/inspect/plugin-multipart.xml:
18031 * docs/plugins/inspect/plugin-rtp.xml:
18032 add multipart plugin to docs
18034 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18038 * ext/pango/Makefile.am:
18039 * ext/pango/gstclockoverlay.c:
18040 * ext/pango/gstclockoverlay.h:
18041 * ext/pango/gsttextoverlay.c:
18042 * ext/pango/gsttextoverlay.h:
18043 * ext/pango/gsttextrender.c:
18044 * ext/pango/gsttextrender.h:
18045 * ext/pango/gsttimeoverlay.c:
18046 * ext/pango/gsttimeoverlay.h:
18049 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18051 * gst/rtp/Makefile.am:
18052 * gst/rtp/gstrtpL16depay.c:
18053 * gst/rtp/gstrtpL16depay.h:
18054 * gst/rtp/gstrtpL16parse.c:
18055 * gst/rtp/gstrtpL16parse.h:
18056 * gst/rtp/gstrtpgsmdepay.c:
18057 * gst/rtp/gstrtpgsmdepay.h:
18058 * gst/rtp/gstrtpgsmparse.c:
18059 * gst/rtp/gstrtpgsmparse.h:
18060 parsers are depayers
18062 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18064 * gst/rtp/Makefile.am:
18065 * gst/rtp/gstasteriskh263.c:
18066 * gst/rtp/gstrtp.c:
18067 * gst/rtp/gstrtpL16enc.c:
18068 * gst/rtp/gstrtpL16enc.h:
18069 * gst/rtp/gstrtpL16parse.c:
18070 * gst/rtp/gstrtpL16parse.h:
18071 * gst/rtp/gstrtpL16pay.c:
18072 * gst/rtp/gstrtpL16pay.h:
18073 * gst/rtp/gstrtpamrdec.c:
18074 * gst/rtp/gstrtpamrdec.h:
18075 * gst/rtp/gstrtpamrdepay.c:
18076 * gst/rtp/gstrtpamrdepay.h:
18077 * gst/rtp/gstrtpamrenc.c:
18078 * gst/rtp/gstrtpamrenc.h:
18079 * gst/rtp/gstrtpamrpay.c:
18080 * gst/rtp/gstrtpamrpay.h:
18081 * gst/rtp/gstrtpdec.c:
18082 * gst/rtp/gstrtpdec.h:
18083 * gst/rtp/gstrtpdepay.c:
18084 * gst/rtp/gstrtpdepay.h:
18085 * gst/rtp/gstrtpg711dec.c:
18086 * gst/rtp/gstrtpg711dec.h:
18087 * gst/rtp/gstrtpg711depay.c:
18088 * gst/rtp/gstrtpg711depay.h:
18089 * gst/rtp/gstrtpg711enc.c:
18090 * gst/rtp/gstrtpg711enc.h:
18091 * gst/rtp/gstrtpg711pay.c:
18092 * gst/rtp/gstrtpg711pay.h:
18093 * gst/rtp/gstrtpgsmenc.c:
18094 * gst/rtp/gstrtpgsmenc.h:
18095 * gst/rtp/gstrtpgsmparse.c:
18096 * gst/rtp/gstrtpgsmparse.h:
18097 * gst/rtp/gstrtpgsmpay.c:
18098 * gst/rtp/gstrtpgsmpay.h:
18099 * gst/rtp/gstrtph263enc.c:
18100 * gst/rtp/gstrtph263enc.h:
18101 * gst/rtp/gstrtph263pay.c:
18102 * gst/rtp/gstrtph263pay.h:
18103 * gst/rtp/gstrtph263pdec.c:
18104 * gst/rtp/gstrtph263pdec.h:
18105 * gst/rtp/gstrtph263pdepay.c:
18106 * gst/rtp/gstrtph263pdepay.h:
18107 * gst/rtp/gstrtph263penc.c:
18108 * gst/rtp/gstrtph263penc.h:
18109 * gst/rtp/gstrtph263ppay.c:
18110 * gst/rtp/gstrtph263ppay.h:
18111 * gst/rtp/gstrtpmp4vdec.c:
18112 * gst/rtp/gstrtpmp4vdec.h:
18113 * gst/rtp/gstrtpmp4vdepay.c:
18114 * gst/rtp/gstrtpmp4vdepay.h:
18115 * gst/rtp/gstrtpmp4venc.c:
18116 * gst/rtp/gstrtpmp4venc.h:
18117 * gst/rtp/gstrtpmp4vpay.c:
18118 * gst/rtp/gstrtpmp4vpay.h:
18119 * gst/rtp/gstrtpmpadec.c:
18120 * gst/rtp/gstrtpmpadec.h:
18121 * gst/rtp/gstrtpmpadepay.c:
18122 * gst/rtp/gstrtpmpadepay.h:
18123 * gst/rtp/gstrtpmpaenc.c:
18124 * gst/rtp/gstrtpmpaenc.h:
18125 * gst/rtp/gstrtpmpapay.c:
18126 * gst/rtp/gstrtpmpapay.h:
18127 * gst/rtp/gstrtpspeexdec.c:
18128 * gst/rtp/gstrtpspeexdec.h:
18129 * gst/rtp/gstrtpspeexdepay.c:
18130 * gst/rtp/gstrtpspeexdepay.h:
18131 * gst/rtp/gstrtpspeexenc.c:
18132 * gst/rtp/gstrtpspeexenc.h:
18133 * gst/rtp/gstrtpspeexpay.c:
18134 * gst/rtp/gstrtpspeexpay.h:
18135 Do burger's rename for rtp payloaders and depayloaders
18137 2005-11-30 Wim Taymans <wim@fluendo.com>
18139 * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18140 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18141 * ext/dv/gstdvdemux.h:
18142 Fix seeking in dvdemux again, add some more debug info.
18144 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18149 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18152 * docs/random/PORTED_09:
18154 * tests/Makefile.am:
18159 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18162 * check/.cvsignore:
18163 * check/Makefile.am:
18164 * check/elements/.cvsignore:
18165 * check/elements/level.c:
18166 * check/elements/matroskamux.c:
18168 * examples/Makefile.am:
18169 * examples/capsfilter/Makefile.am:
18170 * examples/capsfilter/capsfilter1.c:
18171 * examples/gob/Makefile.am:
18172 * examples/gob/gst-identity2.gob:
18173 * examples/gstplay/.cvsignore:
18174 * examples/gstplay/Makefile.am:
18175 * examples/gstplay/player.c:
18176 * examples/indexing/.cvsignore:
18177 * examples/indexing/Makefile.am:
18178 * examples/indexing/indexmpeg.c:
18179 * examples/level/Makefile.am:
18180 * examples/level/README:
18181 * examples/level/demo.c:
18182 * examples/level/plot.c:
18183 * examples/stats/Makefile.am:
18184 * examples/stats/mp2ogg.c:
18185 * examples/switch/.cvsignore:
18186 * examples/switch/Makefile.am:
18187 * examples/switch/switcher.c:
18190 2005-11-30 Tim-Philipp Müller <tim at centricular dot net>
18192 * ext/pango/gsttextrender.c: (gst_text_render_base_init),
18193 (gst_text_render_class_init), (resize_bitmap),
18194 (gst_text_render_render_text), (gst_text_render_setcaps),
18195 (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
18196 (gst_text_render_chain), (gst_text_render_finalize),
18197 (gst_text_render_init), (gst_text_render_set_property):
18198 * ext/pango/gsttextrender.h:
18201 2005-11-30 Tim-Philipp Müller <tim at centricular dot net>
18205 * ext/pango/Makefile.am:
18206 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
18207 (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
18208 (gst_clock_overlay_class_init), (gst_clock_overlay_init):
18209 * ext/pango/gstclockoverlay.h:
18210 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18211 (gst_text_overlay_get_text), (gst_text_overlay_class_init),
18212 (gst_text_overlay_finalize), (gst_text_overlay_init),
18213 (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
18214 (gst_text_overlay_text_pad_linked),
18215 (gst_text_overlay_text_pad_unlinked),
18216 (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
18217 (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
18218 (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
18219 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18220 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18221 (gst_text_overlay_change_state), (plugin_init):
18222 * ext/pango/gsttextoverlay.h:
18223 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
18224 (gst_time_overlay_render_time), (gst_time_overlay_get_text),
18225 (gst_time_overlay_class_init), (gst_time_overlay_init):
18226 * ext/pango/gsttimeoverlay.h:
18227 Port pango-based textoverlay, timeoverlay and textrender to 0.9
18228 and add background shading and text wrapping modes. Make
18229 timoverlay derive from textoverlay. Also add new clockoverlay
18232 2005-11-30 Julien MOUTTE <julien@moutte.net>
18234 * gst/udp/Makefile.am: Moved to netbuffer.
18236 2005-11-30 Julien MOUTTE <julien@moutte.net>
18240 * gst/multipart/Makefile.am:
18241 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18242 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18243 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18244 (gst_multipart_demux_change_state),
18245 (gst_multipart_demux_plugin_init):
18246 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18247 (gst_multipart_mux_init), (gst_multipart_mux_finalize),
18248 (gst_multipart_mux_sinkconnect),
18249 (gst_multipart_mux_request_new_pad),
18250 (gst_multipart_mux_handle_src_event),
18251 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
18252 (gst_multipart_mux_change_state): Ported multipart mux/demux to
18255 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
18257 * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
18258 * gst/debug/gstnavigationtest.h:
18259 * gst/effectv/gstaging.c: (gst_agingtv_get_type):
18260 * gst/effectv/gstdice.c: (gst_dicetv_get_type):
18261 * gst/effectv/gstedge.c: (gst_edgetv_get_type):
18262 * gst/effectv/gstquark.c: (gst_quarktv_get_type):
18263 * gst/effectv/gstrev.c: (gst_revtv_get_type):
18264 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
18265 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
18266 * gst/effectv/gstwarp.c: (gst_warptv_get_type):
18267 * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
18268 (gst_video_flip_get_type):
18269 * gst/videofilter/gstvideoflip.h:
18270 update for symbols change
18272 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
18274 * gst/udp/gstdynudpsink.c:
18275 * gst/udp/gstudpsrc.c:
18276 the old gstnet lib was renamed gstnetbuffer (#322257)
18278 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
18280 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
18281 (gst_text_overlay_collected):
18282 Actually render the text from the text pad.
18284 2005-11-29 Edward Hervey <edward@fluendo.com>
18286 * gst/debug/gstnavseek.c: (gst_navseek_event):
18287 * gst/debug/progressreport.c: (gst_progress_report_event):
18288 Update for GstBaseTransform event virtual method
18290 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
18292 * ext/cairo/Makefile.am:
18293 no need to link to videofilter
18295 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
18297 * gst/debug/Makefile.am:
18298 * gst/debug/gstnavigationtest.h:
18299 * gst/effectv/Makefile.am:
18300 * gst/effectv/gstaging.c:
18301 * gst/effectv/gstdice.c:
18302 * gst/effectv/gstedge.c:
18303 * gst/effectv/gstquark.c:
18304 * gst/effectv/gstrev.c:
18305 * gst/effectv/gstshagadelic.c:
18306 * gst/effectv/gstvertigo.c:
18307 * gst/effectv/gstwarp.c:
18308 * gst/videofilter/Makefile.am:
18309 * gst/videofilter/gstvideofilter.c:
18310 * gst/videofilter/gstvideofilter.h:
18311 * gst/videofilter/gstvideoflip.h:
18312 remove the videofilter library and link to the one in base
18314 2005-11-28 Edward Hervey <edward@fluendo.com>
18316 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18317 Useless check now we're setting the current entry correctly.
18319 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
18321 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
18322 (gst_jpegenc_set_property), (gst_jpegenc_get_property),
18323 (gst_jpegenc_change_state):
18324 Don't leak input buffer in chain function (fixes #322667); make
18325 state change function thread-safe; don't repeat the current function
18326 name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
18327 gst_pad_alloc_buffer(); misc. minor cleanups.
18329 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
18331 * gst/matroska/matroska-mux.c:
18332 (gst_matroska_mux_video_pad_setcaps):
18333 Look for pixel-aspect-ratio in caps, not pixel_width and
18334 pixel_height (Fixes: #322645)
18336 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
18338 * gst/matroska/matroska-mux.c:
18339 (gst_matroska_mux_video_pad_setcaps):
18341 frame duration should be GST_SECOND / framerate, not
18342 GST_SECOND * framerate. (Fixes: #322643)
18344 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
18347 fix up GST_PLUGIN_LDFLAGS
18348 * gst/rtsp/rtspconnection.c:
18349 fix includes (see #317043)
18350 * gst/videofilter/Makefile.am:
18351 stop installing this library
18353 2005-11-26 Edward Hervey <edward@fluendo.com>
18355 * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
18356 Handle the case where the incoming Video dv stream doesn't have
18357 a pixel aspect ratio set.
18359 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18361 * docs/plugins/Makefile.am:
18362 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18363 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18364 * ext/flac/gstflacdec.c:
18367 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18369 * docs/plugins/Makefile.am:
18370 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18371 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18372 * docs/plugins/inspect/plugin-autodetect.xml:
18373 * ext/cairo/gstcairo.c: (plugin_init):
18374 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18375 (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18376 (gst_text_overlay_init), (gst_text_overlay_font_init),
18377 (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18378 (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18379 (gst_text_overlay_text_pad_linked),
18380 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18381 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18382 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18383 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18384 (gst_text_overlay_change_state):
18385 * ext/cairo/gsttextoverlay.h:
18386 * ext/cairo/gsttimeoverlay.c:
18387 (gst_cairo_time_overlay_update_font_height),
18388 (gst_cairo_time_overlay_set_caps),
18389 (gst_cairo_time_overlay_get_unit_size),
18390 (gst_cairo_time_overlay_print_smpte_time),
18391 (gst_cairo_time_overlay_transform),
18392 (gst_cairo_time_overlay_base_init),
18393 (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
18394 (gst_cairo_time_overlay_get_type):
18395 * ext/cairo/gsttimeoverlay.h:
18396 do some name borgifying
18399 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
18401 * docs/plugins/Makefile.am:
18402 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18403 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18404 * gst/autodetect/gstautoaudiosink.c:
18405 (gst_auto_audio_sink_base_init):
18406 * gst/autodetect/gstautovideosink.c:
18407 (gst_auto_video_sink_base_init),
18408 (gst_auto_video_sink_factory_filter):
18409 documenting auto*sink
18410 using strstr for the video sink lookup, class field is not ordered
18411 * docs/plugins/inspect/plugin-1394.xml:
18412 * docs/plugins/inspect/plugin-aasink.xml:
18413 * docs/plugins/inspect/plugin-alaw.xml:
18414 * docs/plugins/inspect/plugin-alpha.xml:
18415 * docs/plugins/inspect/plugin-alphacolor.xml:
18416 * docs/plugins/inspect/plugin-auparse.xml:
18417 * docs/plugins/inspect/plugin-autodetect.xml:
18418 * docs/plugins/inspect/plugin-avi.xml:
18419 * docs/plugins/inspect/plugin-cacasink.xml:
18420 * docs/plugins/inspect/plugin-cairo.xml:
18421 * docs/plugins/inspect/plugin-cutter.xml:
18422 * docs/plugins/inspect/plugin-debug.xml:
18423 * docs/plugins/inspect/plugin-dv.xml:
18424 * docs/plugins/inspect/plugin-efence.xml:
18425 * docs/plugins/inspect/plugin-effectv.xml:
18426 * docs/plugins/inspect/plugin-esdsink.xml:
18427 * docs/plugins/inspect/plugin-flac.xml:
18428 * docs/plugins/inspect/plugin-flxdec.xml:
18429 * docs/plugins/inspect/plugin-gconfelements.xml:
18430 * docs/plugins/inspect/plugin-goom.xml:
18431 * docs/plugins/inspect/plugin-jpeg.xml:
18432 * docs/plugins/inspect/plugin-level.xml:
18433 * docs/plugins/inspect/plugin-matroska.xml:
18434 * docs/plugins/inspect/plugin-mulaw.xml:
18435 * docs/plugins/inspect/plugin-navigationtest.xml:
18436 * docs/plugins/inspect/plugin-ossaudio.xml:
18437 * docs/plugins/inspect/plugin-png.xml:
18438 * docs/plugins/inspect/plugin-rtp.xml:
18439 * docs/plugins/inspect/plugin-rtsp.xml:
18440 * docs/plugins/inspect/plugin-shout2send.xml:
18441 * docs/plugins/inspect/plugin-smpte.xml:
18442 * docs/plugins/inspect/plugin-speex.xml:
18443 * docs/plugins/inspect/plugin-udp.xml:
18444 * docs/plugins/inspect/plugin-videobox.xml:
18445 * docs/plugins/inspect/plugin-videoflip.xml:
18446 * docs/plugins/inspect/plugin-videomixer.xml:
18447 * docs/plugins/inspect/plugin-wavenc.xml:
18448 * docs/plugins/inspect/plugin-wavparse.xml:
18449 update for HEAD version
18451 2005-11-25 Michael Smith <msmith@fluendo.com>
18453 * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
18454 Patch from Sebastien Cote to close control sockets in udpsrc.
18456 2005-11-24 Julien MOUTTE <julien@moutte.net>
18458 * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18459 (gst_quarktv_get_unit_size), (gst_quarktv_transform),
18460 (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
18461 (gst_quarktv_base_init), (gst_quarktv_class_init),
18462 (gst_quarktv_init): Flush the planes list on reverse caps
18463 negotiation. This was crashing because of differently sized
18466 2005-11-24 Julien MOUTTE <julien@moutte.net>
18468 * gst/debug/gstnavigationtest.c: (draw_box_planar411):
18469 * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
18470 (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
18471 (gst_videoflip_get_unit_size), (gst_videoflip_flip),
18472 (gst_videoflip_transform), (gst_videoflip_handle_src_event),
18473 (gst_videoflip_set_property), (gst_videoflip_base_init),
18474 (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
18475 correctly, fix identity flipping, convert navigation event
18478 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18480 * configure.ac: back to HEAD
18482 === release 0.9.6 ===
18484 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18487 releasing 0.9.6, "Everything's Not Lost"
18489 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
18491 * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
18492 Oops, initialise the framerate GValue
18494 2005-11-23 Julien MOUTTE <julien@moutte.net>
18496 * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
18497 (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
18498 (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
18499 (gst_timeoverlay_class_init), (gst_timeoverlay_init),
18500 (gst_timeoverlay_get_type):
18501 * ext/cairo/gsttimeoverlay.h:
18502 * gst/debug/Makefile.am:
18503 * gst/debug/gstnavigationtest.c:
18504 (gst_navigationtest_handle_src_event),
18505 (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
18506 (gst_navigationtest_transform), (gst_navigationtest_change_state),
18507 (gst_navigationtest_base_init), (gst_navigationtest_class_init),
18508 (gst_navigationtest_init), (gst_navigationtest_get_type),
18510 * gst/debug/gstnavigationtest.h:
18511 * gst/effectv/Makefile.am:
18512 * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
18513 (gst_agingtv_get_unit_size), (gst_agingtv_transform),
18514 (gst_agingtv_base_init), (gst_agingtv_class_init),
18515 (gst_agingtv_init), (gst_agingtv_get_type):
18516 * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
18517 (gst_dicetv_get_unit_size), (gst_dicetv_transform),
18518 (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
18519 (gst_dicetv_get_type):
18520 * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
18521 (gst_edgetv_get_unit_size), (gst_edgetv_transform),
18522 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
18523 (gst_edgetv_get_type):
18524 * gst/effectv/gsteffectv.c:
18525 * gst/effectv/gsteffectv.h:
18526 * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
18527 (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
18528 (gst_quarktv_change_state), (gst_quarktv_base_init),
18529 (gst_quarktv_class_init), (gst_quarktv_init),
18530 (gst_quarktv_get_type):
18531 * gst/effectv/gstrev.c: (gst_revtv_set_caps),
18532 (gst_revtv_get_unit_size), (gst_revtv_transform),
18533 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
18534 (gst_revtv_get_type):
18535 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
18536 (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
18537 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
18538 (gst_shagadelictv_init), (gst_shagadelictv_get_type):
18539 * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
18540 (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
18541 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
18542 (gst_vertigotv_init), (gst_vertigotv_get_type):
18543 * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
18544 (gst_warptv_get_unit_size), (gst_warptv_transform),
18545 (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
18546 (gst_warptv_get_type):
18547 * gst/videofilter/Makefile.am:
18548 * gst/videofilter/gstvideobalance.c:
18549 * gst/videofilter/gstvideobalance.h:
18550 * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
18551 (gst_videofilter_class_init), (gst_videofilter_init):
18552 * gst/videofilter/gstvideofilter.h:
18553 * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
18554 (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
18555 (gst_videoflip_flip), (gst_videoflip_transform),
18556 (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
18557 (gst_videoflip_base_init), (gst_videoflip_class_init),
18558 (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
18559 * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
18560 BaseTransform, it's just a place holder for now and every video
18561 effect plugin has been ported to use BaseTransform features
18562 directly. QuarkTV was fixed too (was broken), navigationtest works
18563 and best for the end, videoflip converts navigation events depending
18564 on flip method ! Fixes #320953
18566 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
18568 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18569 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
18570 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18571 (gst_goom_src_negotiate), (gst_goom_chain):
18572 * gst/matroska/matroska-mux.c:
18573 (gst_matroska_mux_video_pad_setcaps):
18574 * sys/osxvideo/osxvideosink.m:
18575 Fixes for API changes
18577 2005-11-23 Michael Smith <msmith@fluendo.com>
18579 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
18580 (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18581 * ext/jpeg/gstjpegdec.h:
18582 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
18583 * ext/jpeg/gstjpegenc.h:
18584 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
18585 (gst_smokeenc_resync):
18586 * ext/jpeg/gstsmokeenc.h:
18587 JPEG fractiony goodness.
18589 2005-11-22 Michael Smith <msmith@fluendo.com>
18591 * gst/goom/filters.c:
18592 * gst/goom/graphic.h:
18593 Fix compilation by making some functions static inline instead of
18594 extern inline, matching the way they're used.
18596 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
18598 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
18599 (gst_text_overlay_setcaps), (gst_text_overlay_collected):
18600 * ext/cairo/gsttextoverlay.h:
18601 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
18602 * ext/gdk_pixbuf/gstgdkpixbuf.h:
18603 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
18604 (gst_pngdec_caps_create_and_set):
18605 * ext/libpng/gstpngdec.h:
18606 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18607 * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
18608 * gst/avi/gstavimux.c: (gst_avimux_init),
18609 (gst_avimux_vidsinkconnect):
18610 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18611 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
18612 (gst_goom_src_negotiate), (gst_goom_chain):
18613 * gst/goom/gstgoom.h:
18614 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18615 * gst/matroska/matroska-mux.c:
18616 (gst_matroska_mux_video_pad_setcaps):
18617 * sys/osxvideo/osxvideosink.h:
18618 * sys/osxvideo/osxvideosink.m:
18619 More fractional framerate conversions
18621 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
18623 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18624 * gst/debug/gstnavigationtest.c:
18625 (gst_navigationtest_handle_src_event):
18626 * gst/videofilter/gstvideofilter.c:
18627 (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
18628 (gst_videofilter_init):
18629 * gst/videofilter/gstvideofilter.h:
18630 Convert to fractional framerates.
18632 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
18634 * ext/aalib/gstaasink.c:
18635 * ext/dv/gstdvdec.c:
18636 * ext/esd/esdmon.c:
18637 * ext/flac/gstflacenc.c:
18638 * ext/gdk_pixbuf/pixbufscale.c:
18639 * ext/libcaca/gstcacasink.c:
18640 * ext/shout2/gstshout2.c:
18641 * gst/alpha/gstalpha.c:
18642 * gst/oldcore/gstaggregator.c:
18643 * gst/oldcore/gstshaper.c:
18644 * gst/smpte/barboxwipes.c:
18645 * gst/smpte/gstsmpte.c:
18646 * gst/videobox/gstvideobox.c:
18647 * gst/videofilter/gstvideoflip.c:
18648 * gst/videomixer/videomixer.c:
18651 2005-11-22 Michael Smith <msmith@fluendo.com>
18653 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18654 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18655 (gst_videomixer_update_queues):
18656 Fractional framerates, videomixer.
18658 2005-11-22 Michael Smith <msmith@fluendo.com>
18660 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
18661 * ext/dv/gstdvdec.h:
18662 * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
18663 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18664 (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18665 (gst_dvdemux_flush):
18666 * ext/dv/gstdvdemux.h:
18667 Fractional framerates for DV.
18669 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
18671 * gst/autodetect/gstautoaudiosink.c:
18672 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
18673 * gst/autodetect/gstautovideosink.c:
18674 (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
18675 Use gst_plugin_feature_list_free() to free feature list and
18676 in the case of autovideosink free the list at all. Also
18677 miscellaneous cosmetic fixes.
18679 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
18681 * gst/cutter/gstcutter.c: (gst_cutter_chain),
18682 (gst_cutter_set_property), (gst_cutter_get_caps):
18683 copy calculation code from level; remove use of some audio
18686 2005-11-22 Andy Wingo <wingo@pobox.com>
18688 * Update for gst_tag_setter API changes.
18690 2005-11-22 Andy Wingo <wingo@pobox.com>
18692 * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
18693 (gst_dvdemux_demux_frame)
18694 * ext/flac/gstflacdec.c (gst_flacdec_write)
18695 * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
18696 (gst_flacenc_sink_event)
18697 * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
18698 * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
18699 * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
18700 * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
18701 * gst/auparse/gstauparse.c (gst_auparse_chain)
18702 * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
18703 * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
18704 * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
18705 (gst_avi_demux_handle_seek)
18706 * gst/goom/gstgoom.c (gst_goom_event)
18707 * gst/matroska/ebml-write.c (gst_ebml_write_seek)
18708 * gst/matroska/matroska-demux.c
18709 (gst_matroska_demux_handle_seek_event)
18710 (gst_matroska_demux_loop_stream_parse_id)
18711 * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
18712 * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
18713 (gst_wavparse_stream_headers): Run update-funcnames.
18715 2005-11-22 Edward Hervey <edward@fluendo.com>
18717 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
18718 (gst_dv1394src_init), (gst_dv1394src_dispose),
18719 (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
18720 (gst_dv1394src_uri_set_uri):
18721 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
18722 (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
18723 (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
18724 URIHandler interface and element properties are now properly
18725 synchronized for DV1394src and UDPSrc
18727 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
18729 * ext/flac/Makefile.am:
18730 * ext/speex/Makefile.am:
18731 libgsttagedit has been renamed to libgsttag.
18733 2005-11-21 Wim Taymans <wim@fluendo.com>
18735 * gst/rtsp/rtspconnection.c: (read_body):
18736 Apply patch from Sebastien Cote to fix #319184.
18738 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
18741 * gst/cutter/Makefile.am:
18742 * gst/cutter/gstcutter.c: (gst_cutter_class_init),
18743 (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
18744 (gst_cutter_set_property), (gst_cutter_get_property),
18745 (plugin_init), (gst_cutter_get_caps):
18747 * gst/level/gstlevel.c:
18748 fix up plugin details
18750 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
18752 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
18753 * ext/flac/gstflacdec.c: (gst_flacdec_loop),
18754 (gst_flacdec_src_event):
18755 * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
18756 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18757 (gst_signal_processor_getrange), (gst_signal_processor_chain):
18758 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
18759 * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
18760 (gst_flxdec_sink_event_handler):
18761 * gst/matroska/matroska-demux.c:
18762 (gst_matroska_demux_handle_seek_event):
18763 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
18764 Update for stream lock API changes: don't take stream log
18765 in sink event handlers any longer and change GST_STREAM_LOCK
18766 to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
18769 2005-11-21 Michael Smith <msmith@fluendo.com>
18771 * gst/auparse/gstauparse.c: (gst_auparse_dispose):
18772 gst_object_unref, not g_object_unref
18774 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
18776 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18777 (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
18778 Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
18780 2005-11-21 Michael Smith <msmith@fluendo.com>
18782 * gst/auparse/Makefile.am:
18783 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18784 (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
18785 (gst_auparse_change_state):
18786 * gst/auparse/gstauparse.h:
18787 Partially fix #161712. playbin still doesn't work on these files,
18788 (on the bug report, Andy says we aren't typefinding it for some
18789 reason?) but at least auparse isn't totally busted like it was before.
18791 2005-11-21 Andy Wingo <wingo@pobox.com>
18794 * *.c: Ran scripts/update-macros. Oh yes.
18796 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
18798 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18799 Filler events are gone for now, comment out section generating
18802 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
18804 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18805 * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
18806 * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
18807 * sys/osxvideo/osxvideosink.m:
18808 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
18811 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
18813 * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
18814 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
18815 (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
18816 (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
18817 (gst_avi_demux_sync), (gst_avi_demux_stream_header),
18818 (gst_avi_demux_stream_data):
18819 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18820 * gst/wavenc/gstwavenc.c: (write_metadata):
18821 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
18822 (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
18823 Fixes for GST_FOURCC_FORMAT API change.
18825 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
18827 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
18828 (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
18829 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
18830 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18831 (gst_text_overlay_change_state):
18832 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
18833 (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
18834 (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
18835 * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
18836 * gst/videomixer/videomixer.c: (gst_videomixer_init),
18837 (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
18838 (gst_videomixer_change_state):
18839 Fix for collect pads API change. Also fix textoverlay state
18842 2005-11-20 Julien MOUTTE <julien@moutte.net>
18844 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
18845 GST_PAD_IS_USABLE by something approaching it.
18847 2005-11-20 Julien MOUTTE <julien@moutte.net>
18849 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
18851 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
18852 but also fix the code that was not checking return values from
18853 pad_push neither using pad_alloc_buffer.
18855 2005-11-18 Edward Hervey <edward@fluendo.com>
18857 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
18858 (gst_pngenc_chain):
18859 Added debug category
18860 Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
18863 2005-11-17 Edgard Lima <edgard.lima@indt.org.br>
18865 * gst/rtp/Makefile.am
18867 * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
18868 (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
18869 (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
18870 (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
18871 * gst/rtp/gstrtpg711enc.h:
18872 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
18873 * gst/rtp/gstrtpspeexenc.c:
18874 * gst/rtp/gstrtpspeexenc.h:
18875 * gst/rtp/gstrtpspeexdec.c:
18876 * gst/rtp/gstrtpspeexdec.h:
18877 Created Speex payloader and depayloader; Optimize G711 payloader to
18878 use adapter and send packets until MTU size.
18880 2005-11-16 Wim Taymans <wim@fluendo.com>
18882 * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
18885 2005-11-16 Wim Taymans <wim@fluendo.com>
18887 * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
18890 2005-11-16 Andy Wingo <wingo@pobox.com>
18892 * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
18893 (gst_udpsrc_create): Move comment.
18895 2005-11-15 Vincent Torri <torri at iecn dot u-nancy dot fr>
18897 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18899 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
18900 When seeking, seek to closest index entry at or before the requested
18901 seek position, not just the closest one (#321001).
18903 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
18905 * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
18906 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
18907 Invert DIB images again (see #132341).
18909 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
18912 rework configure.ac file
18913 * ext/aalib/gstaasink.c:
18914 * ext/cairo/gstcairo.c:
18916 * ext/esd/gstesd.c:
18917 * ext/flac/gstflac.c:
18918 * ext/gconf/gstgconfelements.c:
18919 * ext/gdk_pixbuf/gstgdkpixbuf.c:
18920 * ext/jpeg/gstjpeg.c:
18921 * ext/ladspa/gstladspa.c:
18922 * ext/libcaca/gstcacasink.c:
18923 * ext/libmng/gstmng.c:
18924 * ext/libpng/gstpng.c:
18925 * ext/mikmod/gstmikmod.c:
18926 * ext/pango/gsttextoverlay.c:
18927 * ext/pango/gsttimeoverlay.c:
18928 * ext/raw1394/gst1394.c:
18929 * ext/speex/gstspeex.c:
18930 * gst/alpha/Makefile.am:
18931 * gst/alpha/gstalpha.c:
18932 * gst/alpha/gstalphacolor.c:
18933 * gst/auparse/gstauparse.c:
18934 * gst/autodetect/gstautoaudiosink.c:
18935 (gst_auto_audio_sink_factory_filter),
18936 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
18937 * gst/autodetect/gstautodetect.c:
18938 * gst/avi/gstavi.c:
18939 * gst/cutter/gstcutter.c:
18940 * gst/debug/efence.c:
18941 * gst/debug/gstdebug.c:
18942 * gst/debug/gstnavigationtest.c:
18943 * gst/effectv/gsteffectv.c:
18944 * gst/flx/gstflxdec.c:
18945 * gst/goom/gstgoom.c:
18946 * gst/interleave/plugin.c:
18949 * gst/level/gstlevel.c:
18950 * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
18951 * gst/matroska/matroska.c:
18952 * gst/median/gstmedian.c:
18953 * gst/monoscope/gstmonoscope.c:
18954 * gst/multipart/multipart.c:
18955 * gst/oldcore/gstelements.c:
18956 * gst/rtp/gstrtp.c:
18957 * gst/rtsp/gstrtsp.c:
18958 * gst/smoothwave/gstsmoothwave.c:
18959 * gst/smpte/gstsmpte.c:
18960 * gst/udp/gstudp.c:
18961 * gst/videobox/gstvideobox.c:
18962 * gst/videofilter/gstgamma.c:
18963 * gst/videofilter/gstvideobalance.c:
18964 * gst/videofilter/gstvideoflip.c:
18965 * gst/videofilter/gstvideotemplate.c:
18966 * gst/videomixer/videomixer.c:
18967 * gst/wavenc/gstwavenc.c:
18968 * gst/wavparse/gstwavparse.c:
18969 * sys/oss/gstossaudio.c:
18970 * sys/osxaudio/gstosxaudio.c:
18971 update GST_PLUGIN_DEFINE
18972 * gst/rtp/Makefile.am:
18973 * gst/rtp/gstasteriskh263.c:
18974 check for htons/htonl headers and possibly link to winsock2 lib
18976 2005-11-12 Edward Hervey <edward@fluendo.com>
18978 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18979 Only GST_DEBUG() information on the valid components.
18981 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
18983 * configure.ac: back to HEAD
18985 === release 0.9.5 ===
18987 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
18990 releasing 0.9.5, "Phone Alarm"
18992 2005-11-11 Edward Hervey <edward@fluendo.com>
18994 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18995 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
18996 (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
18997 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
18998 (gst_avi_demux_loop):
18999 * gst/avi/gstavidemux.h:
19000 Yeah, implement proper seeking. Exact seeking and segment seeking.
19001 Still need to do some checks for segment_stop.
19003 2005-11-10 Josef Zlomek <josef dot zlomek at xeris dot cz>
19005 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19007 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19008 Don't try to ready buffer duration from buffer that we don't
19009 own any longer and that might already have been unreffed.
19012 2005-11-09 Zeeshan Ali <zeenix@gmail.com>
19014 * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19015 (flx_decode_delta_flc), (gst_flxdec_chain):
19016 Attempting to optimize the code for embedded systems.
19018 2005-11-08 Alessandro Decina <alessandro at nnva dot org>
19020 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19022 * sys/oss/gstosssink.c: (gst_oss_sink_close):
19023 Don't re-use already closed file descriptor. (#320920)
19025 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
19027 * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19028 (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19029 (gst_oss_sink_prepare):
19030 * sys/oss/gstosssink.h:
19031 Cache probed caps; fix debug output for SET_PARAM macros.
19033 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
19035 * ext/cairo/Makefile.am:
19036 * ext/cairo/gstcairo.c: (plugin_init):
19037 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19038 (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19039 (gst_text_overlay_init), (gst_text_overlay_font_init),
19040 (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19041 (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19042 (gst_text_overlay_text_pad_linked),
19043 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19044 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19045 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19046 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19047 (gst_text_overlay_change_state):
19048 * ext/cairo/gsttextoverlay.h:
19049 Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19050 property and redo positioning. Doesn't handle upstream renegotiation
19053 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
19055 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19056 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19057 (gst_avi_demux_loop):
19058 No need to take the STREAM_LOCK in the loop function. Improve
19059 some debug messages. Don't leak pad names in debug messages.
19061 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
19063 * gst/matroska/matroska-demux.c:
19064 (gst_matroska_demux_push_vorbis_codec_priv_data),
19065 (gst_matroska_demux_add_wvpk_header):
19066 Don't error out when the source pad isn't linked.
19068 2005-11-02 Tim-Philipp Müller <tim at centricular dot net>
19070 * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19071 (gst_gconf_audio_sink_change_state):
19072 * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19073 (gst_gconf_video_sink_change_state):
19074 Fix state change functions here as well and set kid
19075 to NULL state before removing it.
19077 2005-11-01 Edward Hervey <edward@fluendo.com>
19079 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19080 (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19081 Added proper event handlind,
19082 made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19084 and don't set a duration of 0 for buffers otherwise they are discarded
19087 GstWavEnc needs some serious loving, after going through the code I'm
19088 really wondering how this can stay in -good ...
19090 2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
19092 * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19093 (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19094 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19095 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19096 (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19097 (gst_matroska_mux_collected):
19098 Fix leaks and invalid memory access as reported by valgrind
19100 2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
19102 Patch by: Michal Benes <michal.benes@xeris.cz>
19104 * check/Makefile.am:
19105 * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19106 * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19107 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19108 add a unit test for matroskamux
19109 fix the bugs that the unit test exposed
19111 2005-11-01 Tim-Philipp Müller <tim at centricular dot net>
19113 * gst/autodetect/gstautoaudiosink.c:
19114 (gst_auto_audio_sink_class_init),
19115 (gst_auto_audio_sink_change_state):
19116 * gst/autodetect/gstautovideosink.c:
19117 (gst_auto_video_sink_class_init),
19118 (gst_auto_video_sink_change_state):
19119 Fix state change function and use GST_DEBUG_FUNCPTR in
19122 2005-11-01 Josef Zlomek <josef dot zlomek at xeris dot cz>
19124 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19126 * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19127 (gst_ebml_write_reset), (gst_ebml_write_element_new):
19128 * gst/matroska/ebml-write.h:
19129 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19130 Set timestamps on outgoing ebml headers as well, so that the
19131 element after matroskamux can get the timestamp already when
19132 reading the first ebml element and doesn't have to wait for
19133 the actual data buffer for that (#320308).
19135 2005-10-31 Andy Wingo <wingo@pobox.com>
19137 * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19138 (gst_videomixer_pad_link): Kill some memleaks.
19139 (gst_videomixer_pad_get_property): Style fix.
19140 (gst_videomixer_pad_set_property): Style fix.
19141 (gst_videomixer_pad_init): Style fix.
19142 (gst_videomixer_update_queues): Kill memleak.
19143 (gst_videomixer_loop): Kill memleak.
19144 (gst_videomixer_collected): Kill memleak.
19146 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19148 * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
19149 gst_auparse_change_state:
19152 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19154 * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
19155 Add checks to GST_FLOW_NOT_LINKED for values returned
19158 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
19160 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
19161 (gst_rtpg711dec_process):
19162 * gst/rtp/gstrtpgsmenc.c:
19163 Payloader now sets some default caps on the srcpad if caps on the sinkpad
19164 are never set. This is important for the g711 to work with burger's rtpbin
19167 2005-10-28 Edgard Lima <edgard.lima@cin.ufpe.br>
19169 * ext/speex/gstspeexenc.c: (gst_speexenc_chain),
19170 (gst_speexenc_push_buffer):
19171 Add checks for return values from gst_pad_push and
19172 gst_pad_alloc_buffer.
19174 2005-10-28 Michal Benes <michal dot benes at xeris dot cz>
19176 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19178 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19179 (gst_matroska_demux_parse_info),
19180 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
19181 (gst_matroska_demux_parse_cluster):
19182 * gst/matroska/matroska-ids.h:
19183 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
19184 (gst_matroska_mux_init), (gst_matroska_mux_start),
19185 (gst_matroska_mux_create_buffer_header),
19186 (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
19187 (gst_matroska_mux_get_property):
19188 * gst/matroska/matroska-mux.h:
19189 Add SimpleBlock support to matroska demuxer and muxer (part of
19190 Matroska v2). (#319731)
19192 2005-10-28 Wim Taymans <wim@fluendo.com>
19194 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
19195 (gst_jpeg_dec_change_state):
19196 * ext/jpeg/gstjpegdec.h:
19197 Cleanups. Don't create caps for every chain.
19199 2005-10-27 Edgard Lima Edgard Lima <edgard.lima@indt.org.br>
19201 * gst/law/alaw-encode.c: (gst_alawenc_init),
19202 (alawenc_setcaps), (gst_alawenc_chain)
19203 * gst/law/alaw-encode.h:
19204 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
19205 (mulawenc_setcaps), (gst_mulawenc_chain)
19206 * gst/law/mulaw-encode.h:
19207 Set timestamp on buffer and it allows RTP G711 elements
19210 2005-10-27 Wim Taymans <wim@fluendo.com>
19212 * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19213 Set correct format on oss instead of a silly value.
19215 2005-10-27 Julien MOUTTE <julien@moutte.net>
19217 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19218 (gst_video_box_transform_caps), (gst_video_box_set_caps),
19219 (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
19220 (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
19221 I420 rendering as well, doesn't bring much for my platform.
19222 Might help on some other platforms.
19224 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
19226 * gst/rtp/gstrtpgsmenc.c:
19227 * gst/rtp/gstrtpgsmparse.c:
19228 Declaring the padtemplate correctly.
19230 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
19232 * gst/rtp/gstrtpg711dec.c:
19233 * gst/rtp/gstrtpg711enc.c:
19234 * gst/rtp/gstrtpgsmenc.c:
19235 * gst/rtp/gstrtpgsmparse.c:
19236 Setting the proper copyright notice.
19238 2005-10-26 Julien MOUTTE <julien@moutte.net>
19240 * gst/videobox/Makefile.am: Use liboil.
19241 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19242 (gst_video_box_set_property), (gst_video_box_transform_caps),
19243 (gst_video_box_set_caps), (gst_video_box_get_unit_size),
19244 (gst_video_box_ayuv): Lot of optimization in AYUV rendering
19245 using liboil. Will dot the same to I420 border generation
19248 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
19250 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
19251 (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
19252 (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
19253 * gst/rtp/gstrtpg711dec.h:
19254 * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
19255 (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
19256 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
19257 (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19258 (gst_rtpgsmenc_handle_buffer):
19259 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
19260 (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
19261 (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
19262 * gst/rtp/gstrtpgsmparse.h:
19263 Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
19264 inherits from the basertpdepayloader.
19266 2005-10-26 Julien MOUTTE <julien@moutte.net>
19268 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19269 (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19270 (gst_video_box_ayuv): Removing this forgotten debug.
19272 2005-10-26 Julien MOUTTE <julien@moutte.net>
19274 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19275 (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19276 (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
19278 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
19280 * sys/oss/gstossaudio.c:
19281 * sys/oss/gstossdmabuffer.c:
19282 * sys/oss/gstosshelper.c:
19283 * sys/oss/gstossmixer.c:
19284 * sys/oss/gstossmixerelement.c:
19285 * sys/oss/gstossmixertrack.c:
19286 * sys/oss/gstosssink.c:
19287 * sys/oss/gstosssrc.c:
19288 Actually use the 'oss' debug category we register.
19290 2005-10-26 Julien MOUTTE <julien@moutte.net>
19292 * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
19293 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
19294 Use gst_pad_get_parent and drop the ref that was added through
19297 2005-10-26 Thomas Vander Stichele <thomas at apestaart dot org>
19299 * gst/rtp/gstrtpgsmenc.c:
19302 2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
19304 * gst/rtp/gstrtpg711dec.c
19305 Just removed a couple of lines of weird code used during
19306 development/test time.
19308 2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
19310 * gst/rtp/Makefile.am
19312 * gst/rtp/gstrtpg711enc.c
19313 * gst/rtp/gstrtpg711enc.h
19314 * gst/rtp/gstrtpg711dec.c
19315 * gst/rtp/gstrtpg711dec.h
19316 Created G711 payloader and depayloader (it supports mulaw and alaw
19319 2005-10-25 Julien MOUTTE <julien@moutte.net>
19321 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19322 (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19323 Doh ! I introduced wingo's bug again ! Sorry...
19325 2005-10-25 Christian Schaller <christian@fluendo.com>
19327 * gst/rtp/Makefile.am: add missing header files for disting
19329 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
19331 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19332 (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
19333 (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19334 (gst_rtpgsmenc_handle_buffer):
19335 * gst/rtp/gstrtpgsmenc.h:
19336 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
19337 (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
19338 (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
19339 (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
19340 * gst/rtp/gstrtpgsmparse.h:
19341 Getting the GSM (de)payloader working and compatible with our plans for RTP.
19343 2005-10-25 Julien MOUTTE <julien@moutte.net>
19345 * ext/libpng/gstpngdec.c: (user_info_callback),
19346 (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
19347 a newsegment event, move some redundant code in a single place.
19349 2005-10-25 Julien MOUTTE <julien@moutte.net>
19351 * ext/libpng/gstpngdec.c: (user_info_callback),
19352 (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
19353 hack to get correct colors order when we have a png image with
19356 2005-10-24 Edward Hervey <edward@fluendo.com>
19358 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads):
19359 Call gst_element_no_more_pads when there will be no more pads.
19361 2005-10-24 Wim Taymans <wim@fluendo.com>
19363 * gst/rtp/Makefile.am:
19364 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
19365 (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
19366 (gst_asteriskh263_init), (gst_asteriskh263_finalize),
19367 (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
19368 (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
19369 (gst_asteriskh263_plugin_init):
19370 * gst/rtp/gstasteriskh263.h:
19371 * gst/rtp/gstrtp.c: (plugin_init):
19372 * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
19373 (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
19374 (gst_rtph263enc_init), (gst_rtph263enc_finalize),
19375 (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
19376 (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
19377 (gst_rtph263enc_plugin_init):
19378 * gst/rtp/gstrtph263enc.h:
19379 Added two new payloaders, an RFC 2190 payloader for h263 and
19380 a payload convertor for an asterisk server.
19382 2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
19384 * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19385 Set bytes_per_sample correctly (is not always 4, but
19386 depends on width and number of channels).
19388 2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
19390 * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
19391 (gst_flacenc_init), (gst_flacenc_sink_setcaps),
19392 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19393 (gst_flacenc_sink_event), (gst_flacenc_chain),
19394 (gst_flacenc_set_property), (gst_flacenc_get_property),
19395 (gst_flacenc_change_state):
19396 * ext/flac/gstflacenc.h:
19397 Fix seeking, so that flacenc can rewrite the header with the
19398 correct duration and amount of samples and all that at EOS;
19399 also set timestamps and granulepos on outgoing buffers; add
19400 debug category; fix state change function.
19402 2005-10-24 Julien MOUTTE <julien@moutte.net>
19404 * gst/videomixer/videomixer.c: Don't restrict video geometry
19407 2005-10-24 Julien MOUTTE <julien@moutte.net>
19409 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19410 (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19411 Fix caps negotiation correctly, add debugging category.
19413 2005-10-24 Christian Schaller <christian@fluendo.com>
19415 * configure.ac: Port over Thomas's change from base listing all plugins
19417 2005-10-24 Julien MOUTTE <julien@moutte.net>
19419 * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
19422 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
19428 === release 0.9.4 ===
19430 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
19433 Releasing 0.9.4, "Dromiceiomimus"
19435 2005-10-21 Tim-Philipp Müller <tim at centricular dot net>
19437 * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
19438 (gst_speexenc_src_query):
19439 Add position and duration query, fix query type function.
19441 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19442 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
19443 Let's not set non-fixed caps on source pads.
19445 2005-10-21 Wim Taymans <wim@fluendo.com>
19447 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19448 * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
19449 (gst_avi_demux_handle_seek):
19450 Set correct stream_time in newsegment event.
19451 avi can also handle a duration query now.
19453 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
19455 * gst/matroska/matroska-demux.c:
19456 (gst_matroska_demux_handle_src_query),
19457 (gst_matroska_demux_handle_seek_event),
19458 (gst_matroska_demux_loop_stream_parse_id):
19459 Fix duration query; fix basetime in newsegment event after
19460 seek; fix duration in initial newsegment event.
19462 * gst/matroska/matroska-mux.c:
19463 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19464 Extract number of channels and samplerate from vorbis headers;
19465 add some debug messages when querying the durations of the
19468 2005-10-20 Wim Taymans <wim@fluendo.com>
19470 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19471 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19472 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19473 Set stream time correctly in newsegment.
19475 2005-10-20 Wim Taymans <wim@fluendo.com>
19477 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19478 Correctly fill in the stream time.
19480 2005-10-19 Thomas Vander Stichele <thomas at apestaart dot org>
19482 * check/elements/level.c: (GST_START_TEST):
19483 * gst/level/gstlevel.c: (gst_level_message_new):
19484 * gst/level/level-example.c: (message_handler):
19485 use ELEMENT messages instead
19487 2005-10-19 Wim Taymans <wim@fluendo.com>
19489 * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
19490 (gst_dvdemux_src_query):
19491 * ext/flac/gstflacdec.c: (gst_flacdec_length),
19492 (gst_flacdec_src_query):
19493 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
19494 * ext/speex/gstspeexdec.c: (speex_dec_src_query):
19495 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19496 * gst/debug/gstnavseek.c: (gst_navseek_seek):
19497 * gst/debug/progressreport.c: (gst_progress_report_report):
19498 * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
19499 * gst/matroska/matroska-demux.c:
19500 (gst_matroska_demux_handle_src_query):
19501 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
19502 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19503 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19504 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19505 (gst_wavparse_srcpad_event):
19508 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
19510 * gst/goom/filters.c:
19511 * gst/goom/graphic.h:
19512 * gst/goom/lines.c:
19513 Make inline functions either 'static inline' or 'extern inline',
19514 otherwise the Forte compiler apparently won't inline them (#317300).
19516 2005-10-19 Julien MOUTTE <julien@moutte.net>
19518 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19519 (gst_pngdec_init), (user_error_fn), (user_warning_fn),
19520 (user_info_callback), (user_endrow_callback), (user_end_callback),
19521 (user_read_data), (gst_pngdec_caps_create_and_set),
19522 (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
19523 (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
19524 (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
19525 (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
19526 * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
19527 very nice and handle push/pull based model. if you have filesrc
19528 connected to it, it will do random access to load the png file.
19529 If you have a network source that can't do _getrange, it does
19530 progressive loading through the chain function.
19531 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19532 (transform_rgb), (transform_bgr): Fix caps negotiation correctly
19533 thanks to Master Wim Taymans ;-)
19535 2005-10-18 Tim-Philipp Müller <tim at centricular dot net>
19537 * gst/matroska/Makefile.am:
19538 * gst/matroska/ebml-read.c:
19539 * gst/matroska/ebml-read.h:
19540 * gst/matroska/matroska-demux.c:
19541 * gst/matroska/matroska-demux.h:
19542 * gst/matroska/matroska.c: (plugin_init):
19543 Ported matroska demuxer to 0.9.
19545 2005-10-18 Michal Benes <michal dot benes at xeris dot cz>
19547 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19549 * gst/matroska/matroska-mux.c:
19550 (gst_matroska_mux_video_pad_setcaps),
19551 (gst_matroska_mux_audio_pad_setcaps):
19552 Fix mpeg4 input handling (#318847); also, while we're at it,
19553 fix media type for Motion-JPEG: should be image/jpeg.
19555 2005-10-18 Wim Taymans <wim@fluendo.com>
19557 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19558 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19559 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
19560 Fix for segment-start/stop API change.
19562 2005-10-17 Julien MOUTTE <julien@moutte.net>
19564 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
19565 (transform_rgb), (transform_bgr): Handle caps negotiation in a better
19568 2005-10-17 Julien MOUTTE <julien@moutte.net>
19570 * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19571 (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
19572 output declared in transform_caps.
19574 2005-10-17 Julien MOUTTE <julien@moutte.net>
19576 * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
19578 2005-10-17 Julien MOUTTE <julien@moutte.net>
19580 * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
19581 (gst_video_box_get_unit_size): Fix wrong size calculations and
19582 implement get_unit_size correctly.
19584 2005-10-17 Tim-Philipp Müller <tim at centricular dot net>
19589 * gst/flx/gstflxdec.c: (flx_decode_chunks):
19590 Fix gcc4 signedness issue.
19592 2005-10-17 Julien MOUTTE <julien@moutte.net>
19594 * configure.ac: Adding videomixer.
19595 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19596 (user_read_data), (gst_pngdec_chain): More debugging.
19597 * gst/alpha/Makefile.am: Adding alphacolor
19598 * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
19599 (gst_alpha_color_class_init), (gst_alpha_color_init),
19600 (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
19601 (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
19602 (plugin_init): Ported to 0.9 using in place base tranform.
19603 * gst/videomixer/Makefile.am:
19604 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19605 (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
19606 (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
19607 (gst_videomixer_pad_init), (gst_videomixer_class_init),
19608 (gst_videomixer_init), (gst_videomixer_getcaps),
19609 (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19610 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19611 (gst_videomixer_collected), (gst_videomixer_change_state): Ported
19612 to 0.9 using collectpads.
19614 2005-10-17 Zeeshan Ali <zeenix at gmail dot com>
19617 * gst/flx/Makefile.am:
19618 * gst/flx/gstflxdec.c: (gst_flxdec_init),
19619 (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
19620 (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
19621 * gst/flx/gstflxdec.h:
19622 flx plugin ported to 0.9
19624 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
19626 * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
19627 use new gst_version_string()
19629 2005-10-16 Andy Wingo <wingo@pobox.com>
19631 * configure.ac: GLIB_CHECK.
19633 2005-10-15 Julien MOUTTE <julien@moutte.net>
19635 * ext/libpng/Makefile.am:
19636 * ext/libpng/gstpng.c: (plugin_init):
19637 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
19638 (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
19639 * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
19641 2005-10-14 Michal Benes <michal dot benes at xeris dot cz>
19643 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19646 * gst/matroska/Makefile.am:
19647 * gst/matroska/ebml-ids.h:
19648 * gst/matroska/ebml-write.c:
19649 * gst/matroska/ebml-write.h:
19650 * gst/matroska/matroska-ids.h:
19651 * gst/matroska/matroska-mux.c:
19652 * gst/matroska/matroska-mux.h:
19653 * gst/matroska/matroska.c: (plugin_init):
19654 Port matroska muxer to 0.9 (#318847).
19656 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
19658 * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
19659 (comment_init), (comment_add):
19660 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
19661 use GST_READ_UINT32_LE() and friends rather than the private
19662 implementation of those same macros.
19664 2005-10-13 Stefan Kost <ensonic@users.sf.net>
19666 * examples/stats/mp2ogg.c:
19669 2005-10-12 Stefan Kost <ensonic@users.sf.net>
19671 * examples/indexing/indexmpeg.c: (main):
19672 * ext/esd/esdmon.c: (gst_esdmon_open_audio),
19673 (gst_esdmon_close_audio), (gst_esdmon_change_state):
19674 * ext/esd/esdmon.h:
19675 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
19676 * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
19677 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
19678 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
19679 * gst/avi/gstavimux.c: (gst_avimux_init):
19680 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
19681 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
19682 * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
19683 * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
19684 (gst_multifilesrc_get), (gst_multifilesrc_open_file),
19685 (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
19686 * gst/oldcore/gstmultifilesrc.h:
19687 * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
19688 (gst_pipefilter_open_file), (gst_pipefilter_close_file),
19689 (gst_pipefilter_change_state):
19690 * gst/oldcore/gstpipefilter.h:
19691 * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19692 * gst/videomixer/videomixer.c: (gst_videomixer_init):
19693 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
19694 * sys/osxaudio/gstosxaudiosink.h:
19695 * sys/osxaudio/gstosxaudiosrc.h:
19696 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19697 moved bitshift from macro to enum definition
19699 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
19702 * ext/cairo/Makefile.am:
19703 * ext/cairo/gstcairo.c: (plugin_init):
19704 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
19705 * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19706 (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
19707 * ext/cairo/gsttimeoverlay.h:
19708 update of cairo-based timeoverlay to 1.0 Cairo API
19709 doesn't work yet for resizing of output sink
19711 2005-10-11 Wim Taymans <wim@fluendo.com>
19713 * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
19714 newsegment API fix.
19716 2005-10-11 Wim Taymans <wim@fluendo.com>
19718 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
19719 (gst_dvdemux_demux_frame):
19720 * ext/flac/gstflacdec.c: (gst_flacdec_write):
19721 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19722 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
19723 (gst_avi_demux_handle_seek):
19724 * gst/goom/gstgoom.c: (gst_goom_event):
19725 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19726 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
19727 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19728 (gst_wavparse_loop), (gst_wavparse_pad_convert),
19729 (gst_wavparse_srcpad_event):
19730 newsegment API update.
19732 2005-10-11 Andy Wingo <wingo@pobox.com>
19734 * ext/speex/gstspeexenc.c: Signedness cleanups.
19736 2005-10-10 Edgard Lima <edgard.lima@indt.org.br>
19739 * ext/speex/Makefile.am:
19740 * ext/speex/gstspeex.c:
19741 * ext/speex/gstspeexenc.c:
19742 Speexenc ported to 0.9
19744 2005-10-10 Wim Taymans <wim@fluendo.com>
19746 * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19747 (gst_oss_sink_init), (gst_oss_sink_set_property),
19748 (gst_oss_sink_get_property), (gst_oss_sink_open),
19749 (gst_oss_sink_prepare), (gst_oss_sink_reset):
19750 * sys/oss/gstosssink.h:
19751 * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
19752 (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
19753 (gst_oss_src_prepare):
19754 Cleanups, make device configurable in the sink, handle and report
19757 2005-10-10 Wim Taymans <wim@fluendo.com>
19759 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
19760 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
19761 Make sure element is NULL before removing from the bin.
19763 2005-10-07 Andy Wingo <wingo@pobox.com>
19765 * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
19766 block forever in a read().
19767 (gst_dv1394src_bus_reset): Post a message when the cable is
19769 (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
19770 (gst_dv1394src_bus_reset): Don't unref the message.
19772 * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
19773 hacking. The only change should be that the state change stuff was
19774 put into basesrc's start() and stop() routines, which coalesces
19777 2005-10-07 Tim-Philipp Müller <tim at centricular dot net>
19782 * gst/debug/Makefile.am:
19783 Only compile efence plugin on systems that have mmap.
19785 2005-10-05 Tim-Philipp Müller <tim at centricular dot net>
19787 * gst/debug/Makefile.am:
19788 * gst/debug/breakmydata.c:
19789 * gst/debug/gstdebug.c:
19790 * gst/debug/gstnavigationtest.c:
19791 * gst/debug/gstnavseek.c:
19792 * gst/debug/gstnavseek.h:
19793 * gst/debug/progressreport.c:
19794 * gst/debug/testplugin.c:
19795 Port progressreport, navseek, navigationtest, testsink and
19798 2005-10-05 Edward Hervey <edward@fluendo.com>
19800 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
19801 (gst_dvdemux_src_query):
19802 Fixes for better conversion
19804 2005-10-04 Michael Smith <msmith@fluendo.com>
19806 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
19807 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19808 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
19809 (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19810 Set state of elements to NULL before removing from bins.
19811 Set state of test element to NULL if we failed to move it to READY
19813 2005-10-04 Edward Hervey <edward@fluendo.com>
19815 * ext/dv/Makefile.am:
19816 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver):
19817 Added DEFAULT <==> BYTES, TIME conversions on srcpad,
19818 Corrected the query function for position so it doesn't forget what
19819 format was asked, and calls the conversion functions on the correct pad.
19821 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
19824 back to development
19826 === release 0.9.3 ===
19828 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
19831 Releasing 0.9.3, "Aramis"
19833 2005-10-03 Andy Wingo <wingo@pobox.com>
19835 * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
19838 2005-10-02 Andy Wingo <wingo@pobox.com>
19840 * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
19842 * ext/flac/gstflacenc.c: Ported to 0.9.
19844 * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
19846 * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
19847 and link to gsttagedit. Enable flacenc.
19849 * ext/flac/gstflacdec.c: Re-enable tag reading.
19851 2005-09-30 Wim Taymans <wim@fluendo.com>
19853 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
19854 * gst/rtp/gstrtpgsmparse.c:
19855 * gst/rtp/gstrtph263penc.c:
19856 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
19857 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
19858 (gst_rtpmp4venc_set_property):
19859 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
19860 Various class and caps fixes from Andre Magalhaes (andrunko)
19862 2005-09-29 Wim Taymans <wim@fluendo.com>
19864 * gst/level/level-example.c: (main):
19865 Update for new bus API.
19867 2005-09-28 Tim-Philipp Müller <tim at centricular dot net>
19870 Fix unexpanded autoconf macro GST_DOC, which has been renamed
19871 to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
19873 2005-09-27 Tim-Philipp Müller <tim at centricular dot net>
19875 * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
19876 Fix playback of mono streams (bytes_per_sample should be set
19877 from the sample width and the number of channels negotiated,
19878 and not just be set to 4) (#317338)
19880 2005-09-26 Wim Taymans <wim@fluendo.com>
19882 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
19883 (gst_rtpmpaenc_handle_buffer):
19884 Set buffer duration correctly.
19886 2005-09-26 Tim-Philipp Müller <tim at centricular dot net>
19888 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
19889 (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
19890 (gst_avi_demux_change_state):
19891 Don't crash when encountering a stream with an unknown fourcc or
19892 codec id. Instead, create a pad of type video/x-avi-unknown or
19893 audio/x-avi-unknown, which as a side-effect also results in less
19894 confusing error messages in players ('no decoder' vs. 'no streams');
19895 minor fixes to state change function and class_init function.
19897 2005-09-24 Wim Taymans <wim@fluendo.com>
19899 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
19900 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
19903 2005-09-24 Thomas Vander Stichele <thomas at apestaart dot org>
19905 * check/elements/level.c: (GST_START_TEST):
19906 fix test for new GstClockTime use
19907 * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
19908 (gst_level_transform_ip):
19909 * gst/level/gstlevel.h:
19910 fix up the decay peak, ensuring the decay peak is never lower
19911 than the peak for that interval
19913 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
19915 * docs/plugins/gst-plugins-good-plugins.args:
19916 * docs/plugins/inspect/plugin-alpha.xml:
19917 * docs/plugins/inspect/plugin-rtp.xml:
19918 * gst/level/gstlevel.c: (gst_level_set_caps),
19919 (gst_level_transform_ip):
19922 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
19925 * check/elements/level.c: (GST_START_TEST):
19926 * gst/level/Makefile.am:
19927 * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
19928 (gst_level_set_property), (gst_level_get_property),
19929 (gst_level_set_caps), (gst_level_message_new),
19930 (gst_level_transform_ip):
19931 * gst/level/gstlevel.h:
19932 * gst/level/level-example.c: (message_handler), (main):
19933 convert to using GstClockTime for all time values, finally.
19935 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
19937 * gst/auparse/Makefile.am:
19938 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19941 * ext/cairo/Makefile.am:
19942 * ext/dv/Makefile.am:
19943 * ext/esd/Makefile.am:
19944 * ext/flac/Makefile.am:
19945 * ext/gconf/Makefile.am:
19946 * ext/gdk_pixbuf/Makefile.am:
19947 * ext/jpeg/Makefile.am:
19948 * ext/ladspa/Makefile.am:
19949 * ext/libcaca/Makefile.am:
19950 * ext/libmng/Makefile.am:
19951 * ext/libpng/Makefile.am:
19952 * ext/mikmod/Makefile.am:
19953 * ext/pango/Makefile.am:
19954 * ext/raw1394/Makefile.am:
19955 * ext/shout2/Makefile.am:
19956 * ext/speex/Makefile.am:
19957 * gst/alpha/Makefile.am:
19958 * gst/autodetect/Makefile.am:
19959 * gst/avi/Makefile.am:
19960 * gst/cutter/Makefile.am:
19961 * gst/debug/Makefile.am:
19962 * gst/effectv/Makefile.am:
19963 * gst/flx/Makefile.am:
19964 * gst/goom/Makefile.am:
19965 * gst/interleave/Makefile.am:
19966 * gst/law/Makefile.am:
19967 * gst/matroska/Makefile.am:
19968 * gst/median/Makefile.am:
19969 * gst/monoscope/Makefile.am:
19970 * gst/multipart/Makefile.am:
19971 * gst/oldcore/Makefile.am:
19972 * gst/rtp/Makefile.am:
19973 * gst/rtsp/Makefile.am:
19974 * gst/smoothwave/Makefile.am:
19975 * gst/smpte/Makefile.am:
19976 * gst/videobox/Makefile.am:
19977 * gst/videofilter/Makefile.am:
19978 * gst/videomixer/Makefile.am:
19979 * gst/wavenc/Makefile.am:
19980 * gst/wavparse/Makefile.am:
19981 * sys/oss/Makefile.am:
19982 * sys/osxaudio/Makefile.am:
19983 * sys/osxvideo/Makefile.am:
19984 fix up GST_LIBS use
19986 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
19988 * gst/auparse/Makefile.am:
19989 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19990 fix build of auparse
19992 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
19996 * gst/auparse/gstauparse.c:
19997 * gst/auparse/gstauparse.h:
19998 Auparse ported to 0.9.
20000 2005-09-22 Wim Taymans <wim@fluendo.com>
20003 * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20004 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20005 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20006 (gst_rtpmp4venc_set_property):
20007 * gst/rtp/gstrtpmp4venc.h:
20008 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20009 * gst/rtp/gstrtpmpaenc.h:
20010 Use is_filled to both check MTU and max-ptime of base class.
20012 2005-09-22 Wim Taymans <wim@fluendo.com>
20014 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20015 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20016 (gst_rtpmp4venc_set_property):
20017 Don't fragment packets with multiple frames.
20019 2005-09-22 Wim Taymans <wim@fluendo.com>
20022 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20023 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20024 (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20025 (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20026 (gst_rtpmp4venc_get_property):
20027 * gst/rtp/gstrtpmp4venc.h:
20030 Make payload encoder a bit smarter and more correct with
20032 Added option in payloader to include config string in-band.
20034 2005-09-21 Wim Taymans <wim@fluendo.com>
20036 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20037 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20038 (gst_rtspsrc_send):
20039 Strip spaces for key/value pairs.
20041 2005-09-21 Wim Taymans <wim@fluendo.com>
20043 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20044 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20045 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20046 (gst_rtspsrc_change_state):
20047 More SDP parsing and caps setting.
20048 Do NO_PREROLL differently.
20049 add pads only after negotiated.
20051 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20052 (gst_udpsrc_getcaps):
20053 Implement the getcaps function.
20055 2005-09-21 Wim Taymans <wim@fluendo.com>
20057 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20058 (gst_rtpamrdec_chain):
20059 Handle multiple AMr packets per payload. Handle CRC and
20062 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20063 Make caps params strings for easy SDP mapping.
20065 * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20066 Handle capsnego better.
20068 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20069 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20070 Generate and parse config string in the caps.
20072 2005-09-21 Wim Taymans <wim@fluendo.com>
20077 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20078 Make extra params as strings.
20080 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20081 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20082 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20083 Make state change return NO_PREROLL as this is a live
20086 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20087 Don't unref old caps when NULL.
20089 2005-09-20 Wim Taymans <wim@fluendo.com>
20091 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20092 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20093 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20094 (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20095 (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20096 (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20097 * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20098 * gst/rtsp/sdpmessage.h:
20100 Parse SDP and create caps.
20102 2005-09-20 Stefan Kost <ensonic@users.sf.net>
20104 * gst/alpha/gstalpha.c:
20105 fix element description
20107 2005-09-19 Wim Taymans <wim@fluendo.com>
20109 * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20110 Don't check payload for now.
20112 2005-09-19 Wim Taymans <wim@fluendo.com>
20114 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20115 (gst_wavparse_init), (gst_wavparse_parse_file_header),
20116 (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20117 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20118 (gst_wavparse_loop), (gst_wavparse_pad_convert),
20119 (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20120 (gst_wavparse_change_state):
20121 * gst/wavparse/gstwavparse.h:
20122 Fix wavparse some more.
20124 2005-09-19 Wim Taymans <wim@fluendo.com>
20126 * check/elements/level.c: (GST_START_TEST):
20127 Fix for bus API change.
20129 2005-09-19 Wim Taymans <wim@fluendo.com>
20131 * gst/level/level-example.c: (main):
20132 Fix for new bus API.
20134 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20137 2005-09-15 Wim Taymans <wim@fluendo.com>
20139 * gst/rtp/Makefile.am:
20141 * gst/rtp/gstrtp.c: (plugin_init):
20142 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20143 (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20144 (gst_rtpamrdec_change_state):
20145 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
20146 (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
20147 (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
20148 * gst/rtp/gstrtpamrenc.h:
20149 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20150 (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
20151 (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
20152 * gst/rtp/gstrtpgsmenc.h:
20153 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
20154 (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
20155 (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
20156 (gst_rtpgsmparse_change_state):
20157 * gst/rtp/gstrtpgsmparse.h:
20158 * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
20159 (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
20160 * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
20161 (gst_rtph263penc_class_init), (gst_rtph263penc_init),
20162 (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
20163 (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
20164 * gst/rtp/gstrtph263penc.h:
20165 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
20166 (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
20167 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20168 (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
20169 (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
20170 (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
20171 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
20172 * gst/rtp/gstrtpmp4venc.h:
20173 * gst/rtp/gstrtpmpadec.c:
20174 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
20175 (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
20176 (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
20177 (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
20178 * gst/rtp/gstrtpmpaenc.h:
20179 Updates to payloader/depayloaders, make payloaders use
20181 Updated README with suggested RTP caps and how to convert
20183 Added config descriptor in mp4v payloader.
20185 2005-09-15 Andy Wingo <wingo@pobox.com>
20187 * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best):
20188 * gst/autodetect/gstautovideosink.c
20189 (gst_auto_video_sink_find_best): Update for new registry API.
20191 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
20193 * common/c-to-xml.py:
20194 * common/gtk-doc-plugins.mak:
20195 a simple py script to generate valid xml from a C example
20196 probably also need to strip an MIT license when we decide
20197 * docs/plugins/Makefile.am:
20198 * gst/level/Makefile.am:
20199 * gst/level/gstlevel.c: (gst_level_init):
20200 * gst/level/level-example.c: (message_handler), (main):
20201 add an example to level that will show up in the docs
20203 add a note for the future
20205 2005-09-14 Michael Smith <msmith@fluendo.com>
20207 * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
20208 Actually define the debug object being used in wavenc. Fixes #316205
20210 2005-09-14 Michael Smith <msmith@fluendo.com>
20212 * gst/smpte/Makefile.am:
20213 Link against GST_BASE_LIBS, to get it linked against libgstbase;
20214 needed to build on windows (bug 316204)
20216 2005-09-12 Andy Wingo <wingo@pobox.com>
20218 * autogen.sh (package): Now type 'make' to build gst-plugins-good.
20220 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
20223 * gst/fdsrc/Makefile.am:
20224 * gst/fdsrc/gstfdsrc.c:
20225 * gst/fdsrc/gstfdsrc.h:
20226 Move fdsrc back into gstreamer core elements.
20228 * gst/level/gstlevel.c: (gst_level_class_init),
20229 (gst_level_transform_ip):
20230 * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
20231 Basetransform changes.
20233 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
20235 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
20236 * ext/jpeg/smokecodec.c: (find_best_size):
20237 fix compiler warnings
20239 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
20241 * gst-plugins-good.spec.in:
20243 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
20244 (gst_multiudpsink_render), (gst_multiudpsink_add),
20245 (gst_multiudpsink_clear):
20246 it actually helps to actually stream if we hook up the
20247 "add" signal to an actual implementation
20248 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
20251 2005-09-08 Flavio Oliveira <flavio.oliveira@indt.org.br>
20253 * ext/jpeg/Makefile.am:
20254 * ext/jpeg/gstjpeg.c
20255 * ext/jpeg/gstjpegenc.c:
20256 * ext/jpeg/gstsmokeenc.c:
20258 2005-09-07 Stefan Kost <ensonic@users.sf.net>
20260 * ext/flac/gstflacdec.c:
20261 * ext/flac/gstflacenc.c:
20262 * ext/flac/gstflactag.c:
20263 * ext/speex/gstspeexenc.c:
20264 gsttaginterface.h -> gsttagsetter.h
20266 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
20269 * gst/debug/Makefile.am:
20270 * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
20271 (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
20272 (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
20273 (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
20274 (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
20275 Port to 0.9 and re-enable efence plugin.
20277 2005-09-06 Tim-Philipp Müller <tim at centricular dot net>
20279 * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
20280 (gst_flacdec_write), (gst_flacdec_convert_src):
20281 * ext/flac/gstflacdec.h:
20282 Add support for flac files with 24/32 bits per sample; and misc.
20283 minor clean-ups. Seeking is still partly broken (for me at least).
20285 2005-09-06 Wim Taymans <wim@fluendo.com>
20287 * gst/rtp/Makefile.am:
20288 * gst/rtp/gstrtp.c: (plugin_init):
20289 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
20290 (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
20291 (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
20292 (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
20293 (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
20294 (gst_rtpmp4vdec_plugin_init):
20295 * gst/rtp/gstrtpmp4vdec.h:
20296 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20297 (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
20298 (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
20299 (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
20300 (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
20301 (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
20302 * gst/rtp/gstrtpmp4venc.h:
20303 * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
20304 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
20305 Added mpeg4 video payload encoder/decoder.
20306 Added some docs in mpa payloader.
20308 === release 0.9.1 ===
20310 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
20317 releasing 0.9.1, "Blondie"
20319 2005-09-05 Andy Wingo <wingo@pobox.com>
20321 * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
20322 here from the state change handler, so we fire signals without
20323 holding the state lock.
20325 2005-09-02 Andy Wingo <wingo@pobox.com>
20327 * All plugins updated for element state changes.
20329 2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
20332 * check/.cvsignore:
20333 * check/Makefile.am:
20334 * check/elements/.cvsignore:
20335 * check/elements/level.c: (setup_level), (cleanup_level),
20336 (GST_START_TEST), (level_suite), (main):
20337 add a test for level
20338 * common/release.mak:
20339 move the enum checking to release.mak
20341 add valgrind and check checking
20342 * gst/level/gstlevel.c: (gst_level_transform):
20343 * gst/level/gstlevel.h:
20344 fix Andy's cast bug
20345 convert a field to int
20346 fix the arithmetic to int when checking for emit so that a
20347 100-sample buffer of a 1000Hz stream triggers after 0.1 sec
20349 2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
20354 * common/plugins.xsl:
20355 wrap Description into a refsect2
20356 * docs/Makefile.am:
20357 * docs/plugins/Makefile.am:
20358 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20359 * docs/plugins/gst-plugins-good-plugins-sections.txt:
20360 * gst/goom/Makefile.am:
20361 * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
20362 (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
20363 (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
20364 (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
20365 (gst_goom_change_state):
20366 * gst/goom/gstgoom.h:
20368 add an example launch line
20369 * gst/level/gstlevel.h:
20370 * gst/monoscope/gstmonoscope.c:
20373 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
20376 * docs/plugins/Makefile.am:
20377 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20378 * docs/plugins/gst-plugins-good-plugins-sections.txt:
20379 * docs/plugins/gst-plugins-good-plugins.types:
20380 document elements and plugins. Shazam !
20382 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
20384 * split off gst-plugins-good from gst-plugins. Old ChangeLog can
20385 be found under doc/random/ChangeLog-0.8