1 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
3 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
4 (gst_video_crop_transform), (gst_video_crop_transform_caps),
5 (gst_video_crop_set_caps), (gst_video_crop_set_property):
6 * gst/videocrop/gstvideocrop.h:
7 Fix renegotiation when changing properties using the new basetransform
8 features. Fixes #561502.
10 * tests/icles/Makefile.am:
11 * tests/icles/videocrop2-test.c: (make_pipeline), (main):
12 Add crazy interactive test unit for dynamically changing properties.
14 2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
16 * gst/rtsp/gstrtspsrc.c: (new_session_pad),
17 (gst_rtspsrc_parse_range):
18 Add some more debugging.
19 Use the reanges received from the server unconditionally.
22 2008-11-23 Stefan Kost <ensonic@users.sf.net>
24 * ext/pulse/pulsesink.c:
25 Change #if 0 to something more expresive and add pointer to related
28 2008-11-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
30 Patch by: Tal Shalif <tshalif at nargila dot org>
32 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33 Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
34 the latter don't exist on some systems (mingw). Fixes bug #561990.
36 2008-11-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
38 Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
40 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
41 Add transferMode.dnla.org header to HTTP requests as this is
42 required by the DLNA specs and doesn't hurt in other situations.
45 2008-11-20 Michael Smith <msmith@songbirdnest.com>
47 * sys/osxvideo/osxvideosink.h:
48 * sys/osxvideo/osxvideosink.m:
49 Handle video window resizing more correctly, avoiding crashes when
50 embedding the window and resizing it.
52 2008-11-20 Michael Smith <msmith@songbirdnest.com>
54 * gst/udp/gstmultiudpsink.c:
55 * gst/udp/gstudpnetutils.c:
56 * gst/udp/gstudpnetutils.h:
57 * gst/udp/gstudpsrc.c:
58 Fix multiudpsink on OSX by passing the specific length of the socket,
59 refactor that into a function shared with the same thing in udpsrc.
61 2008-11-20 Wim Taymans <wim.taymans@collabora.co.uk>
63 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
64 (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
65 (gst_wavparse_stream_headers):
67 Fix parsing of the INFO chunks, we were reading the wrong number of
70 2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
72 * gst/matroska/matroska-mux.c:
73 Fix NULL pointer dereference of an unset codec_id in the recently
76 2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
78 * tests/check/Makefile.am:
79 Just keep disabling elements that hang the states test until it
82 2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
84 * ext/libpng/gstpngenc.c:
85 Don't flush downstream after every buffer - that's not what
86 this libpng callback is for at all!
88 2008-11-17 Tim-Philipp Müller <tim.muller at collabora co uk>
90 * sys/v4l2/v4l2src_calls.c:
91 (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
92 (gst_v4l2src_probe_caps_for_format):
93 Turns out we don't always get the frame sizes in a predefined
94 order from lowest to highest resolution, so let's just sort the
95 list by frame size once we've queried the possible resolutions
96 rather than assume any particular order. Fixes probed caps for
97 the camera in my HP2133 mini notebook and makes v4l2src default
100 2008-11-16 Edward Hervey <edward.hervey@collabora.co.uk>
102 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
103 * gst/matroska/matroska-ids.h:
104 Make mkvdemux aware of E-AC3.
106 2008-11-14 Wim Taymans <wim.taymans@collabora.co.uk>
108 * gst/rtp/Makefile.am:
109 * gst/rtp/gstrtp.c: (plugin_init):
110 * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
111 (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
112 (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
113 (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
114 (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
115 (gst_rtp_jpeg_depay_change_state),
116 (gst_rtp_jpeg_depay_plugin_init):
117 * gst/rtp/gstrtpjpegdepay.h:
118 Add a jpeg depayloader.
120 * gst/rtp/gstrtpjpegpay.c:
121 Set the default properties on the payloader to better defaults.
123 2008-11-14 Stefan Kost <ensonic@users.sf.net>
125 * sys/v4l2/gstv4l2.c:
126 Give it a primary rank for autovideosrc.
128 2008-11-14 Wim Taymans <wim.taymans@collabora.co.uk>
130 Patch by: Bjorn Ostby <bjornos at axis dot com>
132 * gst/rtp/Makefile.am:
133 * gst/rtp/gstrtp.c: (plugin_init):
134 * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
135 (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
136 (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
137 (gst_rtp_jpeg_pay_read_quant_table),
138 (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
139 (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
140 (gst_rtp_jpeg_pay_plugin_init):
141 * gst/rtp/gstrtpjpegpay.h:
142 Add JPEG payloader. Fixes #560756.
144 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
146 Patch by: Fabricio Godoy <skarllot at gmail dot com>
148 * sys/oss/gstosssink.c: (gst_oss_sink_open):
149 * sys/oss/gstosssrc.c: (gst_oss_src_open):
150 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
151 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
152 Fix some spelling mistakes. Fixes #556802.
154 2008-11-13 Stefan Kost <ensonic@users.sf.net>
156 * gst/equalizer/GstIirEqualizer10Bands.prs:
157 * gst/equalizer/GstIirEqualizer3Bands.prs:
158 * gst/equalizer/Makefile.am:
159 * gst/equalizer/gstiirequalizer10bands.c:
160 * gst/equalizer/gstiirequalizer3bands.c:
161 Add presets for equalizer. Fixes #522183.
163 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
165 * gst/rtsp/Makefile.am:
166 * gst/rtsp/gstrtsp.c: (plugin_init):
167 * gst/rtsp/gstrtspgoogle.c:
168 * gst/rtsp/gstrtspgoogle.h:
169 Remove google extension again, it's not needed anymore because we never
170 send multiple transports anymore.
172 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
174 Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
176 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
177 (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
178 (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
179 (gst_rtspsrc_stream_free),
180 (gst_rtspsrc_stream_configure_udp_sinks),
181 (gst_rtspsrc_stream_configure_transport),
182 (gst_rtspsrc_send_dummy_packets),
183 (gst_rtspsrc_create_transports_string),
184 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
185 * gst/rtsp/gstrtspsrc.h:
186 Add property to configure NAT traversal method.
187 Ignore EOS from the internal sinks.
188 Implement sending dummy packets as a (simple) method to open up
190 Send PLAY request to the server after we started the udp sources.
193 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
195 Patch by: Yotam <sh dot yotam at gmail dot com>
197 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
198 Flush the remaining frames on EOS. Fixes #560641.
200 2008-11-12 Jan Schmidt <jan.schmidt@sun.com>
202 * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
203 Fix compiler warning about printf formatting.
205 2008-11-12 Andy Wingo <wingo@pobox.com>
207 * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
208 * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
209 segment events instead of sending them from the seeking thread.
211 (gst_qtdemux_push_pending_newsegment): New helper, sends out
212 queued newsegment events.
213 (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
214 call it here, as we only seek when looping, and only push in the
217 2008-11-11 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
219 * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
220 (qtdemux_tag_add_covr), (qtdemux_parse_udta):
221 * gst/qtdemux/qtdemux_fourcc.h:
222 * gst/qtdemux/qtdemux_types.c:
223 Add cover and alternative copyright tag, and enhance some existing
224 ones by marking them as container atoms.
226 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
228 * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
229 Don't ignore the return value of setcaps.
231 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
233 Patch by: Olivier Crete <tester at tester dot ca>
235 * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
236 (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
237 (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
238 * gst/rtp/gstrtpg729pay.h:
239 Replace G729 payloader with an improved version. Fixes #532409.
241 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
243 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
244 (gst_rtspsrc_change_state):
245 Only send one transport at a time for improved compatibility with some
246 broken servers. See #537832.
248 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
250 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
251 (gst_rtspsrc_perform_seek):
252 Only pause/play in the seek handler when the source was playing.
255 2008-11-11 Sebastian Dröge <slomo@circular-chaos.org>
257 * gst/matroska/matroska-mux.c:
258 (gst_matroska_mux_handle_dirac_packet):
259 Fix muxing of Dirac streams if the input already has the format
260 we need, i.e. is the output of matroskademux.
262 2008-11-11 Stefan Kost <ensonic@users.sf.net>
264 * gst/avi/gstavimux.c:
265 Don't segfault on string typed tags being NULL. Fixes #560155.
267 2008-11-10 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
269 * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
270 (gst_matroska_mux_audio_pad_setcaps):
271 Fix mapping AAC profile to Matroska codec id.
273 2008-11-10 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
275 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
276 (qtdemux_video_caps), (qtdemux_audio_caps):
277 Refactor some raw audio caps building, and handle >16-bit cases.
278 Fix/replace building caps from a string description.
280 2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
282 * gst/audiofx/audiowsincband.c:
283 * gst/audiofx/audiowsinclimit.c:
284 * gst/cutter/gstcutter.c:
285 Make author name consistent with others.
287 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
289 Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
291 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
292 (gst_rtspsrc_stream_configure_udp_sink):
293 Pause the RTSP stream before doing a new play request.
294 Make sure that adding the udpsinks does not cause the rtspsrc to become
295 a sink. Fixes #559547.
297 2008-11-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
299 * gst/matroska/matroska-ids.h:
300 * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
301 (gst_matroska_mux_handle_dirac_packet),
302 (gst_matroska_mux_write_data):
303 Implement Dirac muxing into Matroska comforming to the spec, i.e.
304 put all Dirac packages up to a picture into a Matroska block.
306 TODO: Implement writing of the ReferenceBlock Matroska elements,
307 currently the Dirac muxing is only 100% correct if Matroska version 2
308 is selected for muxing.
310 2008-11-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
312 Patch by: Bastien Nocera <hadess at hadess dot net>,
313 Hans de Goede <jwrdegoede at fedoraproject dot org>
316 * sys/v4l2/Makefile.am:
317 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
318 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
319 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
320 (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
321 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
322 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
323 (gst_v4l2_get_input), (gst_v4l2_set_input):
324 * sys/v4l2/v4l2_calls.h:
325 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
326 (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
327 (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
328 (gst_v4l2src_fill_format_list),
329 (gst_v4l2src_probe_caps_for_format_and_size),
330 (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
331 (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
332 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
333 (gst_v4l2src_get_nearest_size):
334 Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
336 2008-11-04 Stefan Kost <ensonic@users.sf.net>
338 * ext/aalib/Makefile.am:
339 * ext/annodex/Makefile.am:
340 * ext/cairo/Makefile.am:
341 * ext/dv/Makefile.am:
342 * ext/esd/Makefile.am:
343 * ext/flac/Makefile.am:
344 * ext/gconf/Makefile.am:
345 * ext/gdk_pixbuf/Makefile.am:
346 * ext/hal/Makefile.am:
347 * ext/jpeg/Makefile.am:
348 * ext/ladspa/Makefile.am:
349 * ext/libcaca/Makefile.am:
350 * ext/libmng/Makefile.am:
351 * ext/libpng/Makefile.am:
352 * ext/mikmod/Makefile.am:
353 * ext/pulse/Makefile.am:
354 * ext/raw1394/Makefile.am:
355 * ext/shout2/Makefile.am:
356 * ext/soup/Makefile.am:
357 * ext/speex/Makefile.am:
358 * ext/taglib/Makefile.am:
359 * ext/wavpack/Makefile.am:
360 * gst/alpha/Makefile.am:
361 * gst/apetag/Makefile.am:
362 * gst/audiofx/Makefile.am:
363 * gst/auparse/Makefile.am:
364 * gst/autodetect/Makefile.am:
365 * gst/avi/Makefile.am:
366 * gst/cutter/Makefile.am:
367 * gst/debug/Makefile.am:
368 * gst/effectv/Makefile.am:
369 * gst/equalizer/Makefile.am:
370 * gst/flx/Makefile.am:
371 * gst/goom/Makefile.am:
372 * gst/goom2k1/Makefile.am:
373 * gst/icydemux/Makefile.am:
374 * gst/id3demux/Makefile.am:
375 * gst/interleave/Makefile.am:
376 * gst/law/Makefile.am:
377 * gst/level/Makefile.am:
378 * gst/matroska/Makefile.am:
379 * gst/median/Makefile.am:
380 * gst/monoscope/Makefile.am:
381 * gst/multifile/Makefile.am:
382 * gst/multipart/Makefile.am:
383 * gst/oldcore/Makefile.am:
384 * gst/qtdemux/Makefile.am:
385 * gst/replaygain/Makefile.am:
386 * gst/rtp/Makefile.am:
387 * gst/rtsp/Makefile.am:
388 * gst/smpte/Makefile.am:
389 * gst/spectrum/Makefile.am:
390 * gst/udp/Makefile.am:
391 * gst/videobox/Makefile.am:
392 * gst/videocrop/Makefile.am:
393 * gst/videofilter/Makefile.am:
394 * gst/videomixer/Makefile.am:
395 * gst/wavenc/Makefile.am:
396 * gst/wavparse/Makefile.am:
397 * sys/directdraw/Makefile.am:
398 * sys/directsound/Makefile.am:
399 * sys/oss/Makefile.am:
400 * sys/osxaudio/Makefile.am:
401 * sys/osxvideo/Makefile.am:
402 * sys/sunaudio/Makefile.am:
403 * sys/v4l2/Makefile.am:
404 * sys/waveform/Makefile.am:
405 * sys/ximage/Makefile.am:
406 Don't install static libs for plugins. Fixes #550851 for -good.
408 2008-10-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
410 * ext/flac/Makefile.am:
411 Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
412 This fixes compilation if FLAC is installed in an uncommon location
413 that is not already handled by other CFLAGS. Fixes bug #558711.
415 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
417 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
418 Guard more uncommon formats with ifdefs so that we can compile on older
421 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
423 Patch by: Nick Haddad <nick at haddads dot net>
425 * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
426 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
427 (gst_avi_demux_stream_data):
428 Invert other uncompressed RGB formats. Fixes #558554.
430 2008-10-30 Sebastian Dröge <slomo@circular-chaos.org>
432 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
433 (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
434 * gst/wavenc/gstwavenc.h:
435 Add support for float/double as input and remove the (nowadays)
436 useless parsing of the depth as we require width==depth.
438 2008-10-30 Wim Taymans <wim.taymans@collabora.co.uk>
440 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
441 * gst/rtp/gstrtpmpapay.c:
442 Narrow down the caps of the mpeg audio pay/depayloaders to only accept
443 mpeg version 1. Fixes #558427.
445 2008-10-29 Wim Taymans <wim.taymans@collabora.co.uk>
447 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
448 (gst_rtp_L16_pay_getcaps):
449 Only put an integral amount of samples in the RTP packet.
452 2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
454 * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
455 * gst/rtp/gstrtpchannels.h:
456 Add method to get possible channel positions.
458 2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
460 * gst/rtp/Makefile.am:
461 Also commit updated makefile
463 2008-10-28 Sebastian Dröge <slomo@circular-chaos.org>
465 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
466 Don't allow width=32,depth=24 as input. WAV requires that the width
467 is the next integer multiply of 8 from the depth.
469 2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
471 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
472 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
473 (gst_rtp_L16_pay_getcaps):
474 * gst/rtp/gstrtpchannels.c: (check_channels),
475 (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
476 (gst_rtp_channels_create_default):
477 * gst/rtp/gstrtpchannels.h:
478 Add mappings for multichannel support. Does not completely just work
479 because the getcaps function does not yet return the allowed channel
480 mappings. See #556641.
482 2008-10-28 Stefan Kost <ensonic@users.sf.net>
484 * gst/goom/Makefile.am:
486 * gst/goom/config_param.c:
487 * gst/goom/convolve_fx.c:
488 * gst/goom/drawmethods.c:
489 * gst/goom/drawmethods.h:
490 * gst/goom/filters.c:
491 * gst/goom/filters_mmx.s:
492 * gst/goom/flying_stars_fx.c:
494 * gst/goom/goom_config.h:
495 * gst/goom/goom_config_param.h:
496 * gst/goom/goom_core.c:
497 * gst/goom/goom_filters.h:
498 * gst/goom/goom_fx.h:
499 * gst/goom/goom_graphic.h:
500 * gst/goom/goom_plugin_info.h:
501 * gst/goom/goom_tools.c:
502 * gst/goom/goom_tools.h:
503 * gst/goom/goom_typedefs.h:
504 * gst/goom/goom_visual_fx.h:
505 * gst/goom/graphic.c:
510 * gst/goom/mathtools.c:
511 * gst/goom/mathtools.h:
513 * gst/goom/motif_goom1.h:
514 * gst/goom/motif_goom2.h:
515 * gst/goom/plugin_info.c:
516 * gst/goom/ppc_drawings.h:
517 * gst/goom/ppc_zoom_ultimate.h:
518 * gst/goom/sound_tester.c:
519 * gst/goom/sound_tester.h:
522 * gst/goom/tentacle3d.c:
523 * gst/goom/tentacle3d.h:
527 Add license headers in all source files. Remove filter.c from
528 EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
529 which are not used right now. Fixes #557709.
531 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
533 Patch by: Olivier Crete <tester at tester dot ca>
535 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
536 (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
537 Implement getcaps in rtpL16pay. Fixes #556484.
539 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
541 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
542 (gst_rtp_L16_depay_process):
543 Check if clock-rate and channels are valid.
544 Don't ignore the return value of setcaps.
545 No need to validate the buffer, the base class does that for us.
546 Use the marker bit to set the DISCONT flag on outgoing buffers.
548 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
549 Don't ignore the return value of set_outcaps.
551 * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
552 (gst_rtp_ac3_depay_process):
553 Don't ignore the return value of set_caps.
554 No need to validate the buffer, the base class does that for us.
556 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
557 (gst_rtp_amr_depay_process):
558 * gst/rtp/gstrtpamrdepay.h:
559 Don't ignore the return value of setcaps.
560 No need to validate the buffer, the base class does that for us.
561 No need to set output caps on the buffers, the base class does that for
563 The subclass will make sure we are negotiated.
565 * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
566 (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
567 * gst/rtp/gstrtpdvdepay.h:
568 Clean up caps negotiation.
569 The subclass will make sure we are negotiated.
571 * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
572 (gst_rtp_g726_depay_process):
573 Clean up caps negotiation.
574 Use the marker bit to set the DISCONT flag on outgoing buffers.
576 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
577 (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
578 * gst/rtp/gstrtpg729depay.h:
579 The subclass will make sure we are negotiated.
580 Use the marker bit to set the DISCONT flag on outgoing buffers.
582 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
583 (gst_rtp_gsm_depay_process):
584 Clean up caps negotiation.
585 Use the marker bit to set the DISCONT flag on outgoing buffers.
587 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
588 Clean up caps negotiation.
589 Don't ignore the return value of set_outcaps.
591 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
592 (gst_rtp_h263_depay_process):
593 Clean up caps negotiation.
594 No need to validate the buffer, the base class does that for us.
596 * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
597 (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
598 * gst/rtp/gstrtph263pay.h:
599 Don't ignore the return value of set_outcaps.
600 Do some more timestamps.
602 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
603 (gst_rtp_h263p_depay_process):
604 Clean up caps negotiation.
605 Don't ignore the return value of setcaps.
606 No need to validate the buffer, the base class does that for us.
608 * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
609 (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
610 (gst_rtp_h263p_pay_handle_buffer):
611 * gst/rtp/gstrtph263ppay.h:
612 Don't ignore the return value of set_outcaps.
613 Do some more timestamps.
615 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
616 (gst_rtp_h264_depay_process):
617 Clean up caps negotiation.
618 Don't ignore the return value of setcaps.
619 Fix possible caps leak.
620 No need to validate the buffer, the base class does that for us.
622 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
623 Add some more debug info.
625 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
626 (gst_rtp_ilbc_depay_process):
627 Clean up caps negotiation.
628 Use the marker bit to set the DISCONT flag on outgoing buffers.
630 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
631 Clean up caps negotiation.
633 * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
634 (gst_rtp_mp1s_depay_process):
635 Clean up caps negotiation.
636 Don't ignore the return value of setcaps.
637 No need to validate the buffer, the base class does that for us.
638 No need to set caps on buffers, subclass does that for us.
640 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
641 (gst_rtp_mp2t_depay_process):
642 Clean up caps negotiation.
643 Don't ignore the return value of setcaps.
644 No need to validate the buffer, the base class does that for us.
645 No need to set caps on buffers, subclass does that for us.
647 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
648 (gst_rtp_mp4a_depay_process):
649 Clean up caps negotiation.
650 Don't ignore the return value of setcaps.
651 No need to validate the buffer, the base class does that for us.
653 * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
654 (gst_rtp_mp4a_pay_setcaps):
655 Don't ignore the return value of set_outcaps.
657 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
658 (gst_rtp_mp4g_depay_process):
659 Clean up caps negotiation.
660 Don't ignore the return value of setcaps.
661 No need to validate the buffer, the base class does that for us.
662 No need to set caps on buffers, subclass does that for us.
664 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
665 (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
666 Don't ignore the return value of set_outcaps.
668 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
669 (gst_rtp_mp4v_depay_process):
670 Clean up caps negotiation.
671 Don't ignore the return value of setcaps.
672 No need to validate the buffer, the base class does that for us.
673 No need to set caps on buffers, subclass does that for us.
675 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
676 (gst_rtp_mp4v_pay_setcaps):
677 Don't ignore the return value of set_outcaps.
679 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
680 (gst_rtp_mpa_depay_process):
681 Clean up caps negotiation.
682 Don't ignore the return value of setcaps.
683 No need to validate the buffer, the base class does that for us.
684 Use the marker bit to set the DISCONT flag on outgoing buffers.
686 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
687 Don't ignore the return value of set_outcaps.
689 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
690 (gst_rtp_mpv_depay_process):
691 Clean up caps negotiation.
692 Actually set output caps.
693 No need to validate the buffer, the base class does that for us.
695 * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
696 Don't ignore the return value of set_outcaps.
698 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
699 (gst_rtp_pcma_depay_process):
700 Clean up caps negotiation.
701 Set output buffer duration because we can.
702 Use the marker bit to set the DISCONT flag on outgoing buffers.
704 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
705 Don't ignore the return value of set_outcaps.
707 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
708 (gst_rtp_pcmu_depay_process):
709 Clean up caps negotiation.
710 Use the marker bit to set the DISCONT flag on outgoing buffers.
712 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
713 Don't ignore the return value of set_outcaps.
715 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
716 (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
717 Clean up caps negotiation.
718 Set output caps on the pad and header buffers.
719 Set duration on output buffers because we can.
721 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
722 Don't ignore the return value of set_outcaps.
724 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
725 (gst_rtp_sv3v_depay_process):
726 Clean up caps negotiation.
727 No need to validate the buffer, the base class does that for us.
728 No need to set caps out output buffers, subclass does that.
730 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
731 (gst_rtp_theora_depay_process):
732 Don't ignore the return value of setcaps.
733 No need to validate the buffer, the base class does that for us.
735 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
736 (gst_rtp_theora_pay_flush_packet), (encode_base64),
737 (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
738 (gst_rtp_theora_pay_handle_buffer):
739 Don't ignore the return value of set_outcaps.
741 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
742 (gst_rtp_vorbis_depay_process):
743 Don't ignore the return value of setcaps.
744 No need to validate the buffer, the base class does that for us.
746 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
747 Don't ignore the return value of set_outcaps.
749 * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
750 Clean up caps negotiation, don't ignore setcaps return.
752 * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
753 Don't ignore the return value of set_outcaps.
755 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
757 * gst/matroska/matroska-demux.c:
758 (gst_matroska_demux_handle_src_event):
759 Forward unknown events upstream.
761 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
763 * tests/check/elements/icydemux.c: (icydemux_found_pad):
764 Add some refcount check
766 * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
767 Don't ignore the result of write(), fixes a compiler warning for me.
769 * tests/icles/videobox-test.c: (main):
770 Make the output a little more pretty.
772 2008-10-27 Stefan Kost <ensonic@users.sf.net>
777 2008-10-27 Stefan Kost <ensonic@users.sf.net>
779 * docs/plugins/Makefile.am:
780 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
781 * docs/plugins/gst-plugins-good-plugins-sections.txt:
782 * docs/plugins/gst-plugins-good-plugins.args:
783 * docs/plugins/gst-plugins-good-plugins.hierarchy:
784 * docs/plugins/gst-plugins-good-plugins.interfaces:
785 * docs/plugins/inspect/plugin-autodetect.xml:
786 Add the docs of the new elements.
788 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
790 * gst/autodetect/gstautoaudiosrc.c:
791 (gst_auto_audio_src_class_init):
792 * gst/autodetect/gstautovideosrc.c:
793 (gst_auto_video_src_class_init):
794 Fix "Since" tags in the documentation.
796 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
798 Patch by: Sjoerd Simons <sjoerd at luon dot net>
800 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
801 (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
802 Add support for souphttpsrc to act as a live source. This makes it
803 possible to get timestamped buffers in combination with the
804 "do-timestamp" property. Fixes bug #556019.
806 2008-10-27 Stefan Kost <ensonic@users.sf.net>
808 * gst/autodetect/Makefile.am:
809 * gst/autodetect/gstautoaudiosink.c:
810 * gst/autodetect/gstautoaudiosrc.c:
811 * gst/autodetect/gstautoaudiosrc.h:
812 * gst/autodetect/gstautodetect.c:
813 * gst/autodetect/gstautovideosink.c:
814 * gst/autodetect/gstautovideosrc.c:
815 * gst/autodetect/gstautovideosrc.h:
816 Implement src plugins. Little code/string cleanup in the sinks.
819 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
821 Patch by: Peter Kjellerstedt <pkj at axis com>
823 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
824 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
825 Fix a memory leak when pads are requested but the pipeline never
828 Correctly remove request pads, no matter if they have collected
833 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
835 Patch by: <lrn1986 at gmail dot com>
837 * gst/udp/gstudpnetutils.h:
838 Define the correct WINVER so getaddinfo() can be used when using
839 mingw32. Fixes bug #557294.
841 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
843 Patch by: <lrn1986 at gmail dot com>
845 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
846 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
847 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
848 Fix "argument type mismatch" compiler warnings on Windows.
851 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
853 * gst/equalizer/gstiirequalizer.c: (update_coefficients):
854 Don't calculate the filter coefficients for every single buffer
855 but only when it's needed. Fixes bug #557260.
857 2008-10-26 Jan Schmidt <jan.schmidt@sun.com>
860 Back to development -> 0.10.11.1
862 2008-10-25 Jan Schmidt <jan.schmidt@sun.com>
864 * gst-plugins-good.doap:
865 Fix version number of 0.10.11 release in doap file
867 === release 0.10.11 ===
869 2008-10-24 Jan Schmidt <jan.schmidt@sun.com>
872 releasing 0.10.11, "Secondary Consideration"
874 2008-10-24 Jan Schmidt <jan.schmidt@sun.com>
877 Commit 0.10.10.4 pre-release
879 2008-10-21 Jan Schmidt <jan.schmidt@sun.com>
881 * gst/avi/gstavimux.c:
882 Fix VPRP chunk setup in avimux.
884 Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
886 2008-10-21 Jan Schmidt <jan.schmidt@sun.com>
888 * gst/videobox/gstvideobox.c:
889 support dynamically changing properties in videobox
891 Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
893 2008-10-16 Jan Schmidt <jan.schmidt@sun.com>
896 0.10.10.3 pre-release
898 2008-10-16 Jan Schmidt <jan.schmidt@sun.com>
900 * tests/check/Makefile.am:
901 Don't run the states test on pulsesrc and pulsesink
903 2008-10-16 Jan Schmidt <jan.schmidt@sun.com>
906 Commit 0.10.10.2 pre-release bump that actually went
909 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
911 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
912 Skip entries for streams that don't have a output pad yet, thereby
913 avoiding calling pad functions with a NULL pad.
916 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
918 * gst/qtdemux/qtdemux.c: Remove previous wrong commit
919 * tests/check/elements/icydemux.c: (icydemux_found_pad):
920 Remove problematic and useless refcount check.
923 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
925 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
926 Remove problematic and useless refcount check.
929 2008-10-10 Jan Schmidt <jan.schmidt@sun.com>
931 * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
932 * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
933 Cast some size_t arguments to guint to avoid compiler
934 warnings on 64-bit systems.
936 2008-10-09 Wim Taymans <wim.taymans@collabora.co.uk>
938 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
939 Return TRUE instead of FALSE from the event handler when we swallowed the
942 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
944 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
945 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
946 Reset header state. Fixes #555321.
948 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
950 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
951 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
952 * gst/avi/gstavidemux.h:
953 For timestamping audio packets we need to take into account the
954 amount of blocks in one entry using the blockalign. Fixes some sync
955 issues with zero-padded audio blocks in the beginning of avi files.
957 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
959 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
960 (gst_multi_file_src_query):
961 Implement DEFAULT and BUFFER position queries. See #555260.
963 2008-10-08 Edward Hervey <edward.hervey@collabora.co.uk>
965 * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
966 Fix build for systems that don't have XDamage.
968 2008-10-07 Wim Taymans <wim.taymans@collabora.co.uk>
970 * tests/examples/rtp/client-H263p.sdp:
971 * tests/examples/rtp/client-H263p.sh:
972 * tests/examples/rtp/server-VTS-H263p.sh:
973 Add some more H263p server and client examples.
975 2008-10-03 Tim-Philipp Müller <tim.muller at collabora co uk>
978 Depend on released versions of core and base.
980 2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
982 * ext/pulse/pulsesink.c: (gst_pulsesink_write):
983 * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
984 Return -1 instead of 0 in error cases. Fixes #554771.
986 2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
988 * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
989 (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
990 Stop leaking the cursor image.
991 Unref the last_ximage and the cached cursor image on shutdown.
994 2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
996 * sys/v4l2/gstv4l2object.h:
997 Getting the Class from an instance is not just a matter of casting it to
998 the class struct but it involves calling G_OBJECT_GET_CLASS on the
999 instance. Fixes #549784.
1001 2008-10-01 Michael Smith <msmith@songbirdnest.com>
1004 Fix libs for linking directsound.
1005 * sys/directsound/gstdirectsoundsink.c:
1006 Fix buffer sizing to prevent racing the ringbuffer at startup.
1007 Add volume property.
1009 2008-09-27 Jan Schmidt <jan.schmidt@sun.com>
1011 * ext/pulse/pulsesink.c:
1012 Fix problems with pulsesink randomly erroring with code 'OK' after a
1013 format change on the stream by waiting when disconnecting the stream.
1015 2008-09-26 Wim Taymans <wim.taymans@collabora.co.uk>
1017 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1018 (gst_rtp_amr_depay_process):
1019 Mark DISCONT on output buffers when the marker bit signals a new talk
1022 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1023 Set the marker bit for buffers with a DISCONT flag to signal a talk
1026 2008-09-26 Wim Taymans <wim.taymans@collabora.co.uk>
1028 * gst/rtp/Makefile.am:
1029 * gst/rtp/gstrtp.c: (plugin_init):
1030 * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1031 (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1032 (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1033 (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1034 (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1035 (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1036 * gst/rtp/gstrtpmp4apay.h:
1037 Added MP4A-LATM payloader to match the depayloader.
1039 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1041 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1042 (gst_videomixer_sink_event):
1043 Handle segments a little better. Fixes #537361.
1045 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1047 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1048 Don't assume the server supports PAUSE by default. Fixes #551048.
1050 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1052 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1053 (gst_udpsrc_set_uri), (gst_udpsrc_start):
1054 Switch on the socket family to get the addrlen size right.
1056 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1058 Patch by: Daniel Franke <df at dfranke dot us>
1060 * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1061 OS X's bind() implementation is picky about its addrlen parameter and
1062 fails with EINVAL if it is larger than expected for the socket's address
1063 family. Set the length to the expected length instead. Fixes #553191.
1065 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1067 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1068 Handle the case where we cannot do desribe or when the describe result
1069 does not contain a valid SDP message.
1071 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1073 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1074 Fix setting the qos.
1076 2008-09-17 Edward Hervey <edward.hervey@collabora.co.uk>
1078 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1079 (gst_qtdemux_chain):
1080 Some 'broken' files out there have atom lengths of zero...
1081 which basically results in qtdemux consuming that atom again and again
1082 until the *end of night* !
1083 Detect that and emits an adequate element error message.
1085 2008-09-17 Jan Schmidt <jan.schmidt@sun.com>
1087 * gst/interleave/Makefile.am:
1088 * gst/matroska/Makefile.am:
1089 Fix build flags order.
1091 * tests/check/elements/audioamplify.c: (GST_START_TEST):
1092 * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1093 * tests/check/elements/audioinvert.c: (GST_START_TEST):
1094 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1097 * tests/check/elements/multifile.c:
1100 2008-09-15 Wim Taymans <wim.taymans@collabora.co.uk>
1102 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1103 (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1104 (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1105 (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1106 (gst_rtp_mp4g_depay_change_state):
1107 * gst/rtp/gstrtpmp4gdepay.h:
1108 Handle interleaved streams by reordering AU in a queue.
1110 2008-09-15 Wim Taymans <wim.taymans@collabora.co.uk>
1112 * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1113 (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1114 Change some of the ranges in the caps, mostly for the amount of bits we
1116 Added a little bitstream parse and use it to parse the AU header fields.
1117 Check for malformed and wrongly sized packets better.
1118 Implement more header field parsing.
1119 Handle the size of fragmented packets correctly.
1121 2008-09-14 Edward Hervey <edward.hervey@collabora.co.uk>
1123 Patch by: Jonathan Matthew <notverysmart@gmail.com>
1124 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1125 Add mapping for 'tiff' => image/tiff
1128 2008-09-11 Tim-Philipp Müller <tim.muller at collabora co uk>
1131 * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1132 * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1133 Pretend to care about the result of write() which works around
1136 2008-09-04 Tim-Philipp Müller <tim.muller at collabora co uk>
1138 * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1139 Make sure the desired default values are actually set, not only
1140 registered as defaults (actual problem is that the stereo-specific
1141 values are only updated if channels==2, which is not the case yet
1142 when the object is created, so the default values for the
1143 mid-side-stereo and loose-mid-side-stereo settings are never
1144 set in _update_quality()). Makes flacenc create smaller files by
1145 default (for stereo input), and fixes #550791.
1147 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1149 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1150 (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1151 (qtdemux_parse_trak), (qtdemux_video_caps):
1152 * gst/qtdemux/qtdemux.h:
1153 * gst/qtdemux/qtdemux_fourcc.h:
1154 * gst/qtdemux/qtdemux_types.c:
1155 Add support for video/mj2 mime-type and its additional atoms/boxes.
1158 2008-09-03 Stefan Kost <ensonic@users.sf.net>
1160 * gst/debug/gsttaginject.c:
1161 Add warning when tags parameter is unparsable and give example for
1162 quoting in the docs.
1164 2008-09-02 Wim Taymans <wim.taymans@collabora.co.uk>
1166 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1167 Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1168 Add some alternative byteswapped mappings that seem to pop up sometimes.
1171 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1176 Add 'ca' to LINGUAS; add some more files with translations and some
1177 files which should be ignored by translation tools.
1179 2008-09-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1181 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1182 * ext/speex/gstspeexdec.h:
1183 * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1184 * ext/speex/gstspeexenc.h:
1185 Use integer encoding and decoding functions instead of converting
1186 the integer input to float in the element. The libspeex integer
1187 functions are doing this for us already or, if libspeex was compiled
1188 in integer mode, they're doing everything using integer arithmetics.
1189 Also saves some copying around.
1191 2008-09-01 Tim-Philipp Müller <tim.muller at collabora co uk>
1194 Fix --disable-external
1196 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1198 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1199 (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1200 * ext/wavpack/gstwavpackenc.h:
1201 Handle non-zero start timestamps and stream discontinuities
1202 correctly. This only has an effect if we're muxing into
1203 a container format as the raw WavPack stream must contain
1204 continous sample numbers.
1206 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1208 * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1209 Correct the timestamp and granulepos calculation by one Speex
1212 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1214 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1215 Correctly take the granulepos from upstream if possible and
1216 correctly handle the granulepos in various calculations: the
1217 granulepos is the sample number of the _last_ sample in a frame, not
1220 * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1221 (gst_speex_enc_encode), (gst_speex_enc_chain),
1222 (gst_speex_enc_change_state):
1223 * ext/speex/gstspeexenc.h:
1224 Handle non-zero start timestamps in the encoder and detect/handle
1225 stream discontinuities. Fixes bug #547075.
1227 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1229 Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1231 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1232 Fix compiler warnings caused by passing a string as format string
1233 instead of "%s" and then the string. This is only exposed by -Wformat=2
1234 as used by default on Ubuntu. Fixes bug #550015.
1236 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1238 * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1239 * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1240 * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1241 * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1242 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1243 (gst_ebml_read_element_length):
1244 * gst/matroska/matroska-demux.c:
1245 (gst_matroska_demux_check_subtitle_buffer):
1246 Make stuff compile with GST_DISABLE_GST_DEBUG.
1248 2008-08-28 Michael Smith <msmith@songbirdnest.com>
1252 Ref caps before passing to gst_pad_template_new(), since that takes
1255 2008-08-28 Wim Taymans <wim.taymans@collabora.co.uk>
1257 Patch by: Mersad Jelacic <mersad at axis dot com>
1259 * gst/multipart/multipartdemux.c:
1260 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1261 Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1262 demuxer. Fixes #549551.
1264 2008-08-27 Edward Hervey <edward.hervey@collabora.co.uk>
1266 * sys/osxaudio/gstosxaudiosink.c:
1267 (gst_osx_audio_sink_select_device):
1268 * sys/osxaudio/gstosxaudiosrc.c:
1269 (gst_osx_audio_src_create_ringbuffer),
1270 (gst_osx_audio_src_select_device):
1271 * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1272 Fix the build on macosx.
1274 2008-08-27 Tim-Philipp Müller <tim.muller at collabora co uk>
1276 * gst/icydemux/gsticydemux.c:
1277 Small docs fix: in the example pipeline, we need to pass
1278 iradio-mode=true to the source, so the server actually sends
1281 2008-08-26 Michael Smith <msmith@songbirdnest.com>
1283 * sys/osxaudio/gstosxaudio.c:
1284 Oops. Revert more completely.
1286 2008-08-26 Michael Smith <msmith@songbirdnest.com>
1288 * sys/osxaudio/gstosxaudio.c:
1289 Revert accidental element rename from testing.
1291 2008-08-27 Jan Schmidt <jan.schmidt@sun.com>
1293 * gst-plugins-good.doap:
1294 Pull in 0.10.10 doap entry from release branch
1296 2008-08-27 Jan Schmidt <jan.schmidt@sun.com>
1299 Update version number to reflect 0.10.10 release from
1302 2008-08-26 Michael Smith <msmith@songbirdnest.com>
1304 * sys/osxaudio/Makefile.am:
1305 * sys/osxaudio/gstosxaudio.c:
1306 * sys/osxaudio/gstosxaudiosink.c:
1307 * sys/osxaudio/gstosxaudiosink.h:
1308 * sys/osxaudio/gstosxaudiosrc.c:
1309 * sys/osxaudio/gstosxaudiosrc.h:
1310 * sys/osxaudio/gstosxringbuffer.c:
1311 * sys/osxaudio/gstosxringbuffer.h:
1312 Rewrite caps setting and ring buffer initialisation.
1313 Previously we never told CoreAudio what format we were going to send it,
1314 so it only worked due to luck, and not at all on some hardware.
1315 Now we explicitly advertise what formats the hardware supports, and then
1316 configure the selected one correctly.
1318 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1320 * sys/v4l2/gstv4l2object.c:
1321 * sys/v4l2/gstv4l2src.c:
1322 * sys/v4l2/gstv4l2src.h:
1323 * sys/v4l2/v4l2_calls.c:
1324 * sys/v4l2/v4l2src_calls.c:
1325 Fix memory leaks. Small code cleanups : No need for empty _init(). No
1326 need to memset instance structures. Some more FIXME's and comments.
1328 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1330 * tests/icles/.cvsignore:
1333 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1335 * gst/goom/.cvsignore:
1336 * gst/goom2k1/.cvsignore:
1339 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1341 * ext/cairo/gsttextoverlay.c:
1342 Fix compiler warning.
1344 2008-08-25 David Schleef <ds@schleef.org>
1346 * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1348 2008-08-25 Edward Hervey <edward.hervey@collabora.co.uk>
1350 * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1351 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1352 * gst/matroska/matroska-mux.c:
1353 (gst_matroska_mux_video_pad_setcaps),
1354 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1355 Add Real[Audio|Video] support to Matroska containers.
1357 * decoding real audio/video streams contained in mkv
1358 * 'transmuxing' real (.rm) files into .mkv files
1359 It will not work though for encoding real[audio/video] streams that
1360 don't contain the 'mdpr_data' extra data on the caps.
1361 The reason why this will not work is because I never intended to
1362 duplicate virtually all the 'mdpr' block creation into mkvmux.
1365 2008-08-25 Wim Taymans <wim.taymans@collabora.co.uk>
1367 * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1368 * gst/law/mulaw-conversion.c:
1369 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1370 (gst_mulawenc_chain):
1371 The encoder can't really renegotiate at the time they perform a
1372 pad-alloc so make the srcpads use fixed caps.
1373 Check the buffer size after a pad-alloc because the returned size might
1374 not be right when the downstream element does not know the size of the
1375 new buffer (capsfilter). Fixes #549073.
1377 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1379 Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1381 * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1382 v4l2src doesn't have a property named "norm" so don't try to notify
1383 about changes to that property. The "norm" property and related
1384 code are commented out currently. Fixes bug #549090.
1386 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1388 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1390 * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1391 Reprobe devices again instead of taking a cached list as new
1392 devices could've been plugged in. Fixes bug #549062.
1394 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1396 * gst/autodetect/Makefile.am:
1397 Don't link the autodetect plugin with GConf as it doesn't
1398 use GConf. Fixes bug #545463.
1400 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1402 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1403 (gst_ebml_read_element_length), (gst_ebml_read_uint),
1404 (gst_ebml_read_sint), (gst_ebml_read_float),
1405 (gst_ebml_read_header):
1406 Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1407 possible to ignore errors and not post any ERROR messages on
1410 * gst/matroska/matroska-demux.c:
1411 (gst_matroska_demux_parse_contents):
1412 Ignore any errors and not just EOS when parsing the contents of
1413 a SeekHead. Errors here are usually caused by truncated files
1414 and playback of the file works fine. Fixes playback of the
1415 audio_only_chapter_seekbroken.mka file from the MPlayer samples
1418 2008-08-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1420 * gst/multipart/multipartdemux.c:
1421 * gst/multipart/multipartmux.c:
1422 Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1424 2008-08-21 Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
1426 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1427 gst_directdraw_sink_bufferpool_clear):
1428 Fix two more buffer ref leaks.
1430 2008-08-21 Tim-Philipp Müller <tim.muller at collabora co uk>
1432 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
1434 * sys/directdraw/gstdirectdrawsink.c:
1435 (gst_directdraw_sink_show_frame):
1436 Fix buffer ref leak.
1438 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1440 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1441 Revert the last commit. wavenc still supports width!=depth for 32 bit
1444 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1446 * gst/matroska/matroska-demux.c:
1447 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1448 If the duration of a block is unknown only use the timestamp for the
1449 first lace and use GST_CLOCK_TIME_NONE as duration for the following
1450 laces. Otherwise every lace has the same timestamp which leads to
1451 various problems. Really fixes bug #548831.
1453 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1455 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1456 If we're not allowing width!=depth in wavenc we should also disable
1457 the code that was added to support width!=depth.
1459 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1461 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1462 Don't calculate the default duration of a frame from the audio sampling
1463 rate. This only works for raw audio if every frame contains a single
1464 sample and results in broken buffer durations for other formats
1465 if no specified default duration is given or the blocks have no
1466 duration. Fixes bug #548831.
1468 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1470 * gst/matroska/matroska-demux.c:
1471 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1472 Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1473 are used for text/plain subtitles as a gap-filler in some files.
1475 2008-08-21 Wim Taymans <wim.taymans@collabora.co.uk>
1477 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1478 (gst_v4l2_get_caps_info):
1479 Add S910 and PWC formats with a low priority.
1481 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1482 (gst_v4l2src_probe_caps_for_format):
1485 2008-08-20 Tim-Philipp Müller <tim at collabora co uk>
1487 * ext/flac/gstflacenc.c:
1488 Fix compilation against older libflac versions.
1490 2008-08-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1492 * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1493 (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1494 * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1495 (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1496 (gst_pulsemixer_ctrl_set_volume):
1497 * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1498 * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1499 * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1500 (gst_pulsesink_init), (gst_pulsesink_open),
1501 (gst_pulsesink_prepare), (gst_pulsesink_write),
1502 (gst_pulsesink_delay), (gst_pulsesink_reset):
1503 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1504 (gst_pulsesrc_init):
1505 Use GST_BOILERPLATE everywhere and fix coding style at some places.
1506 Fix a locking issue in pulsesink's prepare function.
1508 * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1509 Check if the created channel layout is valid for GStreamer.
1511 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
1513 * gst/rtsp/gstrtspgoogle.c:
1514 Things that can happen when your brain is in google mode trying to
1515 deal with their google rtsp server extensions and trying to type your
1516 google mail account.
1518 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
1520 * gst/rtsp/Makefile.am:
1521 * gst/rtsp/gstrtsp.c: (plugin_init):
1522 * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1523 (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1524 (_do_init), (gst_rtsp_google_base_init),
1525 (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1526 (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1527 (gst_rtsp_google_extension_init):
1528 * gst/rtsp/gstrtspgoogle.h:
1529 Add google RTSP extension, it can only handle udp and responds with
1530 unsupported if we do anything else. Fixes #546465.
1532 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1533 (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1534 (gst_rtspsrc_create_transports_string),
1535 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1536 (gst_rtspsrc_close), (gst_rtspsrc_pause):
1537 Make transport setup code a bit better using GString.
1538 Add some more debug.
1539 Check for closed connections before doing anything on them.
1541 2008-08-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1543 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1544 (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1545 (gst_pulsesrc_prepare):
1546 * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1547 (gst_pulse_channel_map_to_gst):
1548 * ext/pulse/pulseutil.h:
1549 If downstream provides no channel layout and >2 channels should be
1550 used use the default layout that pulseaudio chooses and also
1551 add this layout to the caps. Fixes bug #547258.
1553 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
1555 Patch by: Peter Kjellerstedt <pkj at axis com>
1557 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1558 (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1559 (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1560 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1561 (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1562 * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1563 (gst_udpsrc_set_property):
1564 Avoid leaking internally allocated file descriptors when setting
1565 custom file descriptors. Fixes #543101.
1567 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
1569 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1570 Don't try to configure RTCP back to the server when the server did not
1571 give us a valid port number.
1573 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
1575 * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1576 Use new basetransform method to renegotiate. Fixes #544956.
1578 * tests/icles/Makefile.am:
1579 * tests/icles/videobox-test.c: (make_pipeline), (main):
1580 Add videobox renegotiation example.
1582 2008-08-19 David Schleef <ds@schleef.org>
1584 * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1585 with sane values. Fixes #548530.
1587 2008-08-18 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1589 * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1590 * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1591 The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1592 are already filled with the correct values by
1593 gst_ring_buffer_parse_caps() so there's no need to set them again
1596 2008-08-16 Edward Hervey <edward.hervey@collabora.co.uk>
1598 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1599 (gst_avi_demux_read_subindexes_push):
1600 Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1601 and instead of using the 'ix##' nomenclature, use '##ix'.
1602 They're still valid though, this fixes the duration and indexes for
1603 virtually all the ODML files I have.
1605 2008-08-15 Wim Taymans <wim.taymans@collabora.co.uk>
1607 Patch by: Olivier Crete <tester at tester dot ca>
1609 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1610 (gst_rtp_vorbis_depay_process):
1611 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1612 Update the vorbis RTP pay/depay to RFC 5215.
1615 2008-08-14 David Schleef <ds@schleef.org>
1617 * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1618 with 3:2 pulldown, i.e., 24p.
1620 2008-08-14 Wim Taymans <wim.taymans@collabora.co.uk>
1622 * tests/check/elements/level.c: (GST_START_TEST):
1623 Fix compilation some more.
1625 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
1628 Require -base CVS for wavparse acid chunk parsing.
1630 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1632 * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1633 (gst_pulsesink_init), (gst_pulsesink_finalize),
1634 (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1635 (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1636 (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1637 * ext/pulse/pulsesink.h:
1638 Add "device-name" property to pulsesink too and currently commented
1639 out and not working support for a "volume" property.
1641 2008-08-13 Thijs Vermeir <thijsvermeir@gmail.com>
1644 Remove more cdio stuff (moved to ugly)
1646 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1648 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1650 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1651 (gst_pulsesrc_get_property):
1652 Add "device-name" property, which provides a human readable string
1653 for the audio device, to make it more consisten with other audio
1654 sources. Fixes bug #547519.
1656 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1658 * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1659 * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1660 (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1661 (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1662 * ext/pulse/pulsemixerctrl.h:
1663 * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1664 (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1665 (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1666 (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1667 * ext/pulse/pulseprobe.h:
1668 * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1669 * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1670 (gst_pulsesrc_change_state):
1671 Improve debugging a bit by including the parent object in pulsemixerctrl
1672 and pulseprobe objects and using GST_WARNING_OBJECT instead of
1675 Use the parent GObject subclass instead of a random struct as GObject
1676 parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1677 when probing for another property than "device".
1679 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1681 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1683 * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1684 Fix property probing after the device property is set by calling
1685 set_server when the server property changes. Fixes bug #547518.
1687 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1689 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1691 * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1692 (gst_pulsesink_implements_interface_init),
1693 (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1694 (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1695 (gst_pulsesink_get_type):
1696 * ext/pulse/pulsesink.h:
1697 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1698 (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1699 (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1700 * ext/pulse/pulsesrc.h:
1701 Implement GstPropertyProbe interface on pulsesink for detecting
1702 sink devices and on pulsesrc for detecting source devices.
1703 Fixes bugs #547227 and #547217.
1705 2008-08-13 Stefan Kost <ensonic@users.sf.net>
1707 * gst/spectrum/gstspectrum.c:
1708 Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1710 2008-08-13 Edward Hervey <edward.hervey@collabora.co.uk>
1712 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1713 Properly set the maximum latency value, in the same way it is done in
1715 * sys/v4l2/v4l2src_calls.c:
1716 Simplify fraction equality check, no need to use GValues for this.
1718 2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
1720 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1721 Add warning messages stating exactly why the latency query failed.
1722 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1723 In some cases, the negotiated framerate might be the default one which
1724 is already set internally. But we still need to mark it down in fps_n
1725 and fps_d so that the latency query can happen properly.
1727 2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
1729 * docs/plugins/inspect/plugin-1394.xml:
1730 Whoops, forgot one doc file for people who can't/don't build the
1733 2008-08-12 Jan Schmidt <jan.schmidt@sun.com>
1735 * docs/plugins/Makefile.am:
1736 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1737 * docs/plugins/gst-plugins-good-plugins-sections.txt:
1738 * docs/plugins/inspect/plugin-cdio.xml:
1740 * ext/cdio/Makefile.am:
1741 * ext/cdio/gstcdio.c:
1742 * ext/cdio/gstcdio.h:
1743 * ext/cdio/gstcdiocddasrc.c:
1744 * ext/cdio/gstcdiocddasrc.h:
1746 Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1747 CDDA source to -ugly.
1752 Pull in new translation from 0.10.9.2 release branch.
1754 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
1756 * docs/plugins/Makefile.am:
1757 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1758 * docs/plugins/gst-plugins-good-plugins-sections.txt:
1759 * docs/plugins/gst-plugins-good-plugins.args:
1760 * docs/plugins/gst-plugins-good-plugins.hierarchy:
1761 * docs/plugins/gst-plugins-good-plugins.interfaces:
1762 Integrate documentation for new hdv1394src element.
1764 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
1766 * ext/raw1394/Makefile.am:
1767 * ext/raw1394/gst1394.c: (plugin_init):
1768 * ext/raw1394/gsthdv1394src.c: (_do_init),
1769 (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1770 (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1771 (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1772 (gst_hdv1394src_from_raw1394handle),
1773 (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1774 (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1775 (gst_hdv1394src_start), (gst_hdv1394src_stop),
1776 (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1777 (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1778 (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1779 (gst_hdv1394src_uri_handler_init):
1780 * ext/raw1394/gsthdv1394src.h:
1781 mpeg2-ts (HDV) variant of firewire capture element.
1784 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
1786 * gst/level/gstlevel.c: (gst_level_message_new):
1787 Fix compilation (also known as the classic 'fix code that someone
1788 committed without compiling it first').
1790 2008-08-10 Stefan Kost <ensonic@users.sf.net>
1792 * tests/check/elements/level.c:
1793 Add a test for level in stereo mode.
1795 2008-08-10 Stefan Kost <ensonic@users.sf.net>
1797 * tests/examples/spectrum/demo-audiotest.c:
1798 * tests/examples/spectrum/demo-osssrc.c:
1799 Demo how to draw analyzer results synced to the clock.
1801 2008-08-10 Stefan Kost <ensonic@users.sf.net>
1803 * gst/level/gstlevel.c:
1804 Little renaming (l -> level).
1806 * gst/spectrum/gstspectrum.c:
1807 * gst/spectrum/gstspectrum.h:
1808 Also send full timestamp/duration details here.
1810 2008-08-10 Stefan Kost <ensonic@users.sf.net>
1812 * gst/level/gstlevel.c:
1813 * gst/level/gstlevel.h:
1814 Send same timestamp/duration details as videoanalysis. This gives
1815 applications better chance to sync analysis results with playback.
1817 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1819 * gst/matroska/matroska-mux.c:
1820 (gst_matroska_mux_handle_sink_event),
1821 (flac_streamheader_to_codecdata):
1822 We need to drop one additional buffer for FLAC as the fLaC
1823 marker and STREAMINFO block are merged into one buffer in the caps.
1825 Also don't pretend to support NEWSEGMENT events, otherwise we
1826 will most probably write some invalid data.
1828 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1830 * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1831 (gst_matroska_mux_audio_pad_setcaps):
1832 Add support for muxing FLAC into Matroska containers.
1835 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1837 * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1838 Actually provide the variables required for the format string.
1840 2008-08-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1842 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1843 (gst_matroska_demux_element_send_event),
1844 (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1845 * gst/matroska/matroska-demux.h:
1846 Close the current segment if we're doing a non-flushing seek and send
1847 the close-segment and the new segment of the seek from the streaming
1850 2008-08-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1852 * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1853 (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1854 (gst_flac_enc_change_state):
1855 * ext/flac/gstflacenc.h:
1856 Handle non-zero start timestamps correctly, mark header packets as
1857 IN_CAPS and print a warning and suggest using audiorate if stream
1858 discontinuities are detected. When FLAC supports flushing the encoder
1859 somehow this should be done for discontinuities instead.
1861 Remove some unused variables from the instance struct.
1863 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1865 * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1866 If seeking failed return the appropiate return value to FLAC.
1867 Otherwise it thinks seeking was successfull and tries to rewrite
1868 parts of the headers which then get appended to the output.
1870 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
1872 Patch by: Frederic Crozat <fcrozat@mandriva.org>
1874 * ext/esd/gstesd.c: (plugin_init):
1875 * ext/flac/gstflac.c: (plugin_init):
1876 * ext/shout2/gstshout2.c: (plugin_init):
1877 * ext/wavpack/gstwavpack.c: (plugin_init):
1878 * sys/oss/gstossaudio.c: (plugin_init):
1879 * sys/v4l2/gstv4l2.c: (plugin_init):
1880 Make sure gettext returns translations in UTF-8 encoding rather
1881 than in the current locale encoding (#546822).
1883 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1885 * ext/flac/gstflacdec.c:
1886 Add FIXME for 0.11 to simply output everything with width=32 as given
1887 by FLAC and let audioconvert handle the conversions instead of doing
1890 2008-08-07 Jan Schmidt <Jan.Schmidt@sun.com>
1892 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1893 When outputting a pad template range for the size, include a framerate
1894 range too, to avoid 'not a real subset of template caps' errors.
1896 2008-08-06 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1898 Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1900 * ext/flac/Makefile.am:
1901 * ext/flac/gstflac.c: (plugin_init):
1902 * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1903 (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1904 (gst_flac_tag_dispose), (gst_flac_tag_init),
1905 (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1906 (gst_flac_tag_change_state):
1907 * ext/flac/gstflactag.h:
1908 Port flactag to 0.10, add documentation for it and clean it up a bit.
1911 * docs/plugins/Makefile.am:
1912 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1913 * docs/plugins/gst-plugins-good-plugins-sections.txt:
1914 * docs/plugins/gst-plugins-good-plugins.hierarchy:
1915 * docs/plugins/gst-plugins-good-plugins.interfaces:
1916 * docs/plugins/gst-plugins-good-plugins.prerequisites:
1917 * docs/plugins/inspect/plugin-flac.xml:
1918 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1919 * ext/flac/gstflacdec.h:
1920 * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1921 * ext/flac/gstflacenc.h:
1922 Add flactag and flacenc to the documentation and mark
1923 the private parts of the flacdec instance structure as private.
1925 Also use gst_element_class_set_details_simple() in flacdec and
1928 2008-08-06 Stefan Kost <ensonic@users.sf.net>
1930 * gst/qtdemux/qtdemux.c:
1931 Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1932 for it but ffmpeg does not.
1934 2008-08-05 Stefan Kost <ensonic@users.sf.net>
1936 * gst/wavparse/gstwavparse.c:
1937 Handle the list chunk and use gst_riff_parse_info() to parse the info
1940 2008-08-05 Stefan Kost <ensonic@users.sf.net>
1942 * gst/wavparse/gstwavparse.c:
1943 Handle the acid chunk and send tempo as part of tags. Other fields are
1944 interesting too, but need more tag-definitions. Fixes #545433.
1946 2008-08-05 Stefan Kost <ensonic@users.sf.net>
1948 * gst/wavparse/gstwavparse.c:
1949 Refactor wavparse. Call _reset() from dispose() and move old code from
1950 dispose into reset. This way we don't leak taglists when we abort
1951 parsing. Fix some comments. Move code for skipping a chunk into extra
1952 function. Replace chunk sizes with a const to ease readability.
1954 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
1956 Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1958 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1959 Improve udp port setup. Fixes #545710.
1961 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
1963 * gst/rtp/Makefile.am:
1964 * gst/rtp/gstrtp.c: (plugin_init):
1965 * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1966 (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1967 (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1968 (gst_rtp_mp1s_depay_set_property),
1969 (gst_rtp_mp1s_depay_get_property),
1970 (gst_rtp_mp1s_depay_change_state),
1971 (gst_rtp_mp1s_depay_plugin_init):
1972 * gst/rtp/gstrtpmp1sdepay.h:
1973 Add MP1S depayloader.
1976 Some more sample rtsp streams.
1978 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
1983 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1984 * tests/check/elements/rglimiter.c: (GST_START_TEST):
1985 Add some more debug info.
1987 2008-08-04 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1989 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1990 Provide cbSize field for audio extra_data size, and take care to
1993 2008-08-04 Stefan Kost <ensonic@users.sf.net>
1995 * gst/qtdemux/qtdemux.c:
1996 Return the result of gst_pad_{start,stop}_task instead of hard-coded
1999 2008-08-04 Stefan Kost <ensonic@users.sf.net>
2001 * gst/qtdemux/qtdemux.c:
2002 * gst/qtdemux/qtdemux_fourcc.h:
2003 Add keyword tag support. Fixes #520694 for qtdemux.
2005 2008-08-04 Stefan Kost <ensonic@users.sf.net>
2007 * gst/qtdemux/qtdemux.c:
2008 Add support for tmpo tag (BPM).
2010 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2012 * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2013 (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2014 Set an estimate for the total number of samples that will be encoded
2015 if possible to help decoders if the streaminfo can't be rewritten
2016 later (like when muxing into Ogg containers).
2018 Add a warning if we get header packets after data packets as those
2019 will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2022 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2024 * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2025 (gst_flac_dec_write):
2026 Support decoding of all depths between 4 and 32 bits and read the
2027 depth from the streaminfo header if needed. Also support all sampling
2028 rates between 1 and 655350 Hz.
2030 * ext/flac/gstflacenc.c:
2031 (gst_flac_enc_caps_append_structure_with_widths),
2032 (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2033 (gst_flac_enc_chain):
2034 * ext/flac/gstflacenc.h:
2035 Support encoding in all bit depths supported by the streamable
2036 subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2037 between 1 Hz and 655350 Hz.
2039 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2041 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2042 (gst_flac_enc_sink_getcaps):
2043 Support encoding of up to 8 channels.
2045 2008-08-02 Jan Schmidt <jan.schmidt@sun.com>
2047 * ext/soup/gstsouphttpsrc.c:
2048 * ext/soup/gstsouphttpsrc.h:
2049 Fix seeking race condition in #540300
2050 Patch By: Wouter Cloetens <wouter at mind be>
2052 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2054 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2055 (gst_matroska_demux_element_send_event),
2056 (gst_matroska_demux_handle_seek_event),
2057 (gst_matroska_demux_handle_src_event):
2058 When receiving a SEEK event on a specific pad first search for a seek
2059 table entry for the stream of the pad and then fall back to an entry
2060 for a different stream.
2062 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2065 * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2066 * gst/matroska/matroska-ids.h:
2067 Build depend on core CVS for the attachment tag.
2069 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2072 * gst/matroska/Makefile.am:
2073 * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2074 (copy_backptr), (lzo1x_decode), (main):
2075 * gst/matroska/lzo.h:
2076 * gst/matroska/matroska-demux.c:
2077 (gst_matroska_demux_read_track_encoding),
2078 (gst_matroska_decompress_data), (gst_matroska_decode_data),
2079 (gst_matroska_decode_buffer),
2080 (gst_matroska_decode_content_encodings),
2081 (gst_matroska_demux_read_track_encodings),
2082 (gst_matroska_demux_add_stream),
2083 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2084 * gst/matroska/matroska-ids.h:
2085 Decode the codec private data and following ContentEncoding if
2088 Support bzip2, lzo and header stripped compression. For lzo use the
2089 ffmpeg lzo implementation as liblzo is GPL licensed.
2091 Fix zlib decompression.
2093 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2095 * gst/matroska/matroska-mux.c:
2096 (gst_matroska_mux_audio_pad_setcaps):
2097 Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2098 duration of a frame with the new mpegaudioversion caps field.
2100 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2102 * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2103 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2104 (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2105 (gst_matroska_demux_stream_from_num),
2106 (gst_matroska_demux_tracknumber_unique),
2107 (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2108 (gst_matroska_demux_handle_seek_event),
2109 (gst_matroska_demux_sync_streams),
2110 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2111 (gst_matroska_demux_loop):
2112 * gst/matroska/matroska-demux.h:
2113 Allow an infinite number of stream inside Matroska containers and use
2114 a GPtrArray for storing them instead of allowing "only" 127 streams.
2116 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2118 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2119 (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2120 (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2121 (gst_ebml_read_element_length), (gst_ebml_peek_id),
2122 (gst_ebml_read_get_length), (gst_ebml_read_skip),
2123 (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2124 (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2125 (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2126 (gst_ebml_read_master), (gst_ebml_read_binary),
2127 (gst_ebml_read_header):
2128 * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2129 (gst_ebml_write_element_size), (gst_ebml_write_uint),
2130 (gst_ebml_write_sint), (gst_ebml_write_ascii),
2131 (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2132 (gst_ebml_replace_uint):
2133 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2134 (gst_matroska_demux_read_track_encoding),
2135 (gst_matroska_demux_read_track_encodings),
2136 (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2137 (gst_matroska_demux_send_event),
2138 (gst_matroska_demux_element_send_event),
2139 (gst_matroska_demux_handle_seek_event),
2140 (gst_matroska_demux_handle_src_event),
2141 (gst_matroska_demux_init_stream),
2142 (gst_matroska_demux_parse_tracks),
2143 (gst_matroska_demux_parse_index_cuetrack),
2144 (gst_matroska_demux_parse_index_pointentry),
2145 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2146 (gst_matroska_demux_parse_metadata_id_simple_tag),
2147 (gst_matroska_demux_parse_metadata_id_tag),
2148 (gst_matroska_demux_parse_metadata),
2149 (gst_matroska_demux_parse_attached_file),
2150 (gst_matroska_demux_parse_attachments),
2151 (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2152 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2153 (gst_matroska_demux_push_flac_codec_priv_data),
2154 (gst_matroska_demux_push_xiph_codec_priv_data),
2155 (gst_matroska_demux_push_dvd_clut_change_event),
2156 (gst_matroska_demux_add_mpeg_seq_header),
2157 (gst_matroska_demux_add_wvpk_header),
2158 (gst_matroska_demux_check_subtitle_buffer),
2159 (gst_matroska_decode_buffer),
2160 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2161 (gst_matroska_demux_parse_cluster),
2162 (gst_matroska_demux_parse_contents_seekentry),
2163 (gst_matroska_demux_parse_contents),
2164 (gst_matroska_demux_loop_stream_parse_id),
2165 (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2166 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2167 (gst_matroska_demux_subtitle_caps),
2168 (gst_matroska_demux_change_state):
2169 * gst/matroska/matroska-ids.c:
2170 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2171 (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2172 (gst_matroska_mux_video_pad_setcaps),
2173 (xiph3_streamheader_to_codecdata),
2174 (vorbis_streamheader_to_codecdata),
2175 (theora_streamheader_to_codecdata),
2176 (gst_matroska_mux_audio_pad_setcaps),
2177 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2178 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2179 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2180 (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2181 (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2182 Fix indention everywhere. A broken indent version has added newlines
2183 after every single declaration some time ago.
2185 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2187 * gst/matroska/matroska-demux.c:
2188 (gst_matroska_demux_loop_stream_parse_id):
2189 If no Tracks are found error out instead of trying it again until the
2192 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2194 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2195 Fix demuxing of raw integer audio. The samples are unsigned only for 8
2196 bit and signed otherwise, not the other way around.
2198 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2200 * gst/matroska/matroska-mux.c:
2201 Add more raw YUV formats to the list of supported formats.
2203 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2205 * gst/matroska/matroska-mux.c:
2206 (gst_matroska_mux_audio_pad_setcaps):
2207 Add support for muxing raw float audio now that the spec defines the
2208 endianness and add support for muxing raw integer audio with 24 and
2211 Allow muxing of more than 8 audio channels.
2213 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2215 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2216 (gst_matroska_mux_reset), (gst_matroska_mux_start):
2217 Add locking to the global array of used track UIDs to prevent random
2218 crashes if more than a single matrosmux instance is used.
2220 Use 64 bit values for the track UIDs.
2222 Use the global GRandom of GLib instead of creating our own one
2223 for the few random numbers we need every single time.
2225 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2227 * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2228 (gst_flac_dec_setup_stream_decoder),
2229 (gst_flac_dec_update_metadata):
2230 Always post the audio-codec tag, not only if other tags are present.
2232 2008-08-02 Jan Schmidt <jan.schmidt@sun.com>
2235 Back to development -> 0.10.9.1
2237 === release 0.10.9 ===
2239 2008-07-31 Jan Schmidt <jan.schmidt@sun.com>
2242 releasing 0.10.9, "Steam Train Rolling"
2244 2008-07-31 Jan Schmidt <jan.schmidt@sun.com>
2246 * ext/soup/gstsouphttpsrc.c:
2247 Don't throw an error when soup completes a msg with status
2248 'cancelled', as that indicates we cancelled a request while
2249 shutting down or seeking, and it's not an error.
2250 Fixes: #540300 again.
2252 2008-07-28 Jan Schmidt <jan.schmidt@sun.com>
2255 0.10.8.4 pre-release
2257 2008-07-25 Edward Hervey <edward.hervey@collabora.co.uk>
2259 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2260 Fix segment-stop regression.
2261 Add documentation regarding segments in quicktime files by Wim Taymans.
2264 2008-07-25 Jan Schmidt <jan.schmidt@sun.com>
2267 0.10.8.3 pre-release
2271 Add pt_BR translation
2273 2008-07-23 Michael Smith <msmith@songbirdnest.com>
2275 * gst/goom/convolve_fx.c:
2276 * gst/goom/filters.c:
2277 * gst/goom/goom_config.h:
2278 * gst/goom/goom_core.c:
2279 * gst/goom/goom_tools.h:
2280 Fix build with MSVC: include glib.h to define inline appropriately,
2281 use header guards where needed.
2282 * gst/udp/gstudpnetutils.c:
2283 * gst/udp/gstudpsrc.c:
2284 Fix build with MSVC: use WSA* constants/functions where appropriate, use
2285 g_snprintf rather than snprintf.
2288 2008-07-22 Stefan Kost <ensonic@users.sf.net>
2290 * gst/debug/gsttaginject.c:
2291 * gst/debug/gsttaginject.h:
2292 Sent tags in _transform_ip() instead of _start(). Fixes #543404
2295 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2298 0.10.8.2 pre-release
2300 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2303 Finish hooking up pulseaudio plugin to the build.
2305 * ext/pulse/pulsemixerctrl.c:
2306 Fix compilation error.
2308 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2312 Add new lithunian translation, and add french to the LINGUAS
2315 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2317 * ext/soup/gstsouphttpsrc.c:
2318 Fix Soup HTTP source seeking.
2319 Patch By: Wouter Cloetens <wouter at mind be>
2322 * tests/check/elements/.cvsignore:
2323 Ignore new check programs.
2325 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2328 * docs/plugins/Makefile.am:
2329 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2330 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2331 * docs/plugins/gst-plugins-good-plugins.args:
2332 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2333 * docs/plugins/gst-plugins-good-plugins.interfaces:
2334 * docs/plugins/gst-plugins-good-plugins.prerequisites:
2335 * docs/plugins/inspect/plugin-interleave.xml:
2336 * docs/plugins/inspect/plugin-replaygain.xml:
2337 * tests/check/Makefile.am:
2339 Move replaygain and interleave plugins from -bad.
2343 2008-07-18 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2345 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2346 (qtdemux_parse_trak):
2347 Revert ISO base media spec based pixel-aspect-ratio calculation.
2350 2008-07-17 Edward Hervey <edward.hervey@collabora.co.uk>
2352 * sys/osxvideo/osxvideosink.m:
2353 Fix minor build issues on macosx.
2356 2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
2359 * ext/taglib/Makefile.am::
2360 Only use -Wno-attributes (which is there to work around a
2361 bug in the taglib 1.5 headers) if the c++ compiler actually
2362 supports it (#543255).
2364 2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
2366 Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2368 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2369 Avoid compiler warning by initialising variable to NULL (#543259).
2371 2008-07-14 Sebastian Dröge <slomo@circular-chaos.org>
2373 * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2374 Don't pass NULL taglists to gst_tag_list_is_empty().
2376 2008-07-14 Sebastian Dröge <slomo@circular-chaos.org>
2378 * tests/check/elements/cmmldec.c: (GST_START_TEST):
2379 * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2381 * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2382 Don't use declarations after statements.
2384 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2386 * ext/jpeg/gstjpegdec.c:
2387 Align documentation with reality.
2389 2008-07-14 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2391 * gst/udp/gstudpnetutils.c:
2392 EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2393 old value (1) if it's not defined which should not cause any problems
2394 as we're using it internal only anyway.
2396 2008-07-14 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2398 Patch by: Alessandro Decina <alessandro at nnva dot org>
2400 * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2401 Fix build of avidemux on big endian architectures.
2403 2008-07-10 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2405 Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2407 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2408 Correctly distinguish 8bit vs 16bit raw audio. Fixes #542410.
2410 2008-07-08 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2412 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2413 (qtdemux_parse_trak):
2414 Set pixel-aspect-ratio in caps using display width and height
2417 2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2420 Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2421 flags that are invalid for C++. Fixes bug #516509.
2423 2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2425 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2426 * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2427 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2428 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2429 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2430 * tests/examples/equalizer/demo.c: (message_handler):
2431 * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2432 * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2433 Don't use declarations after statements and variable length arrays.
2435 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2437 Patch by: Daniel Drake <dsd at gentoo dot org>
2439 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2440 (gst_v4l2src_get_nearest_size):
2441 Try progressive video if interlaced fails. Fixes bug #541956
2442 and the usage of v4l2src on OLPC.
2444 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2446 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2447 (gst_rtp_speex_depay_process):
2448 * gst/rtp/gstrtpspeexdepay.h:
2449 Revert last change: Only the jitterbuffer is able to convert RTP to
2450 Gstreamer timestamps and normal (de)payloaders should simply copy it.
2451 Reopens bug #541787.
2453 2008-07-07 Stefan Kost <ensonic@users.sf.net>
2455 * gst/rtp/gstrtpvrawdepay.c:
2456 Include stdlib.h for atoi().
2458 * gst/rtsp/gstrtspsrc.c:
2459 Use floating point math for latencies < 0 sec in log output.
2461 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2463 Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2465 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2466 (gst_rtp_speex_depay_process):
2467 * gst/rtp/gstrtpspeexdepay.h:
2468 Take timestamp from the RTP packet as a first step to fix problems
2469 with transmission over RTP when the network is not reliable.
2472 2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2474 Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2476 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2477 Fix parsing of udp:// URIs containing IPv6 addresses.
2480 2008-07-04 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2482 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2483 Do not leak incoming buffers.
2485 2008-07-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2487 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2490 Fix build of the RTP plugin with mingw32 by linking to ws2_32
2491 for htons() and htonl(). Fixes bug #541412.
2493 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2495 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2496 (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2497 (gst_matroska_demux_element_query),
2498 (gst_matroska_demux_handle_src_query),
2499 (gst_matroska_demux_handle_seek_event):
2500 Handle position and duration query in DEFAULT format if the
2501 pad's track has a default frame duration set.
2503 Fix seeking now that the segment's duration doesn't contain the
2504 (possibly wrong or inaccurate) duration of the Matroska file.
2506 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2508 * gst/matroska/ebml-read.c: (_ext2dbl):
2509 Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2510 in math.h except on MSVC where it is defined in xmath.h.
2511 Fixes compilation with MSVC.
2513 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2515 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2516 (gst_matroska_demux_handle_src_query),
2517 (gst_matroska_demux_parse_info),
2518 (gst_matroska_demux_loop_stream_parse_id):
2519 * gst/matroska/matroska-demux.h:
2520 Don't set the segment duration to the duration from the Matroska
2521 header as this value could be wrong and is just informational.
2523 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2525 * gst/matroska/matroska-demux.c:
2526 (gst_matroska_demux_loop_stream_parse_id):
2527 If no Tracks element is found until the first Cluster is found
2528 search it and error out if none is found in the complete file.
2530 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2532 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2533 Resync non-subtitle tracks too if a too large gap compared to other
2536 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
2538 * gst/rtp/Makefile.am:
2539 * gst/rtp/gstrtp.c: (plugin_init):
2540 * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2541 (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2542 (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2543 (gst_rtp_vraw_depay_change_state),
2544 (gst_rtp_vraw_depay_plugin_init):
2545 * gst/rtp/gstrtpvrawdepay.h:
2546 * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2547 (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2548 (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2549 (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2550 (gst_rtp_vraw_pay_plugin_init):
2551 * gst/rtp/gstrtpvrawpay.h:
2552 Add raw video pay and depayloaders, see RFC4175.
2554 2008-06-30 Jan Schmidt <jan.schmidt@sun.com>
2556 * ext/libpng/gstpngdec.c:
2557 Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2558 whatever it returned.
2560 2008-06-29 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2562 * gst/avi/avi-ids.h:
2563 Add vprp chunk related structures.
2564 * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2565 (gst_avi_demux_parse_stream):
2566 Parse optional vprp chunk and add calculated pixel-aspect-ratio
2567 to caps. Fixes #539482.
2568 * gst/avi/gstavimux.h:
2569 * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2570 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2571 Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2573 2008-06-28 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2575 * tests/check/elements/avimux.c: (check_avimux_pad):
2576 Adjust avimux unit test according to increased streamheader size.
2578 2008-06-27 David Schleef <ds@schleef.org>
2580 * gst/qtdemux/qtdemux.c: Add Dirac stream type
2582 2008-06-27 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2584 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2585 * gst/avi/gstavimux.h:
2586 Add 8 bytes to current streamheader to make for a complete one
2587 and to make more players happy. Fixes #519460.
2589 2008-06-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2591 * sys/v4l2/v4l2_calls.c::
2592 Don't include unused gstv4l2xoverlay.h. Fixes build
2593 in case where X11 headers are not installed.
2595 2008-06-26 Wim Taymans <wim.taymans@collabora.co.uk>
2597 * ext/dv/gstdv.c: (plugin_init):
2600 2008-06-26 Edward Hervey <edward.hervey@collabora.co.uk>
2602 * ext/dv/gstdv.c: (plugin_init):
2603 Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2604 DV decoder available.
2607 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2609 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2610 Call getsockname() after the call to bind() to get updated values
2611 for the port, etc. This fixes the usage of udpsrc on anonymous
2612 binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2613 Thanks to Aurelien Grimaud for pointing out the obvious fix.
2615 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2617 * tests/check/pipelines/wavpack.c: (bus_handler):
2618 Remove workaround for a bug in identity that is fixed in 0.10.20.
2620 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2622 Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2624 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2625 Fix HTTP auth support with user/password passed via the URI.
2628 2008-06-24 Tim-Philipp Müller <tim.muller at collabora co uk>
2631 Depend on released versions of core and -base.
2633 2008-06-23 Julien Moutte <julien@fluendo.com>
2635 * gst/matroska/matroska-demux.c:
2636 (gst_matroska_demux_read_track_encoding),
2637 (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2638 format strings in macros. (makes it build on OS X again...)
2640 2008-06-20 Thomas Vander Stichele <thomas at apestaart dot org>
2642 * gst/rtp/gstrtptheorapay.c:
2643 * gst/udp/gstmultiudpsink.c:
2646 2008-06-20 Christian Schaller <christian.schaller@collabora.co.uk>
2648 * configure.ac: switch v4l2src over to the normal build instead of
2649 being 'experimental'. Fixes bug #536831.
2651 2008-06-19 Wim Taymans <wim.taymans@collabora.co.uk>
2653 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2654 Remove unused variable so that we can compile again.
2656 2008-06-19 Peter Kjellerstedt <pkj@axis.com>
2658 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2659 No need to check for audio/G723 and audio/32KADPCM here as they are
2660 no longer supported.
2662 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
2664 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2665 (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2666 Use G_GINT64_CONSTANT, this fixes the duration query on files without
2669 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
2671 * gst/matroska/matroska-demux.c:
2672 (gst_matroska_demux_add_wvpk_header),
2673 (gst_matroska_demux_audio_caps):
2674 * gst/matroska/matroska-ids.h:
2675 Fix demuxing of WavPack files. Muxing is still broken.
2677 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
2679 * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2680 (gst_matroska_demux_add_mpeg_seq_header),
2681 (gst_matroska_demux_add_wvpk_header),
2682 (gst_matroska_demux_check_subtitle_buffer),
2683 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2684 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2685 (gst_matroska_demux_subtitle_caps):
2686 * gst/matroska/matroska-ids.h:
2687 Add a "vfunc" to the track context for postprocessing frames and
2688 convert the wavpack and subtitle postprocessing to this vfunc.
2689 Copy buffer flags in those functions to the new buffers too.
2691 Parse CodecState elements of Blocks.
2693 Add a postprocessing function for MPEG video that adds the sequence
2694 header from the codec private data or codec state to the frames if
2695 it's not already there.
2697 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
2699 * gst/matroska/matroska-demux.c:
2700 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2701 If a gap of more than 1/2 second is found in one stream send a
2702 NEWSEGMENT event to not stall the pipeline if the gap is too large.
2703 This also fixes Matroska files where the first buffer doesn't start
2704 at timestamp 0. Fixes bug #429322.
2706 The duration of a block is the default duration multiplied with the
2707 number of laces. Every lace is one frame and the default duration
2708 is the duration of one frame. This fixes playback of files that use
2709 lacing for some tracks.
2711 2008-06-18 Sebastian Dröge <slomo@circular-chaos.org>
2713 * gst/matroska/matroska-demux.c:
2714 (gst_matroska_demux_parse_contents_seekentry):
2715 Update FIXME/TODOs and only ignore EOS at the central, important place
2716 instead of several places.
2718 2008-06-18 Wim Taymans <wim.taymans@collabora.co.uk>
2720 * gst/rtp/gstrtpg726pay.c:
2721 Fix caps, See #538891.
2723 2008-06-18 Sebastian Dröge <slomo@circular-chaos.org>
2725 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2726 (gst_matroska_demux_stream_from_num),
2727 (gst_matroska_demux_encoding_cmp),
2728 (gst_matroska_demux_encoding_order_unique),
2729 (gst_matroska_demux_read_track_encoding),
2730 (gst_matroska_demux_read_track_encodings),
2731 (gst_matroska_demux_tracknumber_unique),
2732 (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2733 (gst_matroska_demux_parse_tracks),
2734 (gst_matroska_demux_parse_index_cuetrack),
2735 (gst_matroska_demux_parse_index_pointentry),
2736 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2737 (gst_matroska_demux_parse_metadata_id_simple_tag),
2738 (gst_matroska_demux_parse_metadata_id_tag),
2739 (gst_matroska_demux_parse_metadata),
2740 (gst_matroska_demux_parse_attached_file),
2741 (gst_matroska_demux_parse_attachments),
2742 (gst_matroska_demux_parse_chapters),
2743 (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2744 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2745 (gst_matroska_demux_parse_cluster),
2746 (gst_matroska_demux_parse_contents_seekentry),
2747 (gst_matroska_demux_parse_contents),
2748 (gst_matroska_demux_loop_stream_parse_id),
2749 (gst_matroska_demux_loop):
2750 Improve debug output everywhere and fix the EOS logic.
2752 Check the values of the ContentEncoding elements more strictly and
2753 don't use tracks for which it's invalid.
2755 Check that the track number is unique for this stream.
2757 Check that seek positions are below G_MAXINT64 as our seeks are
2758 int64-based and overflows will fail badly.
2760 After seeks also don't push SimpleBlocks until the first one
2761 containing a keyframe is found. Before this was done only for normal
2764 Update some FIXME/TODOs.
2766 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2767 (gst_ebml_read_utf8), (gst_ebml_read_header):
2768 Improve debug output.
2770 * gst/matroska/matroska-ids.c:
2771 (gst_matroska_track_init_video_context):
2772 * gst/matroska/matroska-ids.h:
2773 * gst/matroska/matroska-mux.c:
2774 (gst_matroska_mux_video_pad_setcaps):
2775 Remove eye mode and don't parse it anymore. We can't use that
2776 information in GStreamer yet so it's useless.
2779 2008-06-18 Wim Taymans <wim.taymans@collabora.co.uk>
2781 Patch by: Mersad Jelacic <mersad at axis dot com>
2783 * gst/rtp/Makefile.am:
2784 * gst/rtp/gstrtp.c: (plugin_init):
2785 * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2786 (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2787 (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2788 (gst_rtp_g726_depay_plugin_init):
2789 * gst/rtp/gstrtpg726depay.h:
2790 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2791 (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2792 (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2793 * gst/rtp/gstrtpg726pay.h:
2794 Added G726 pay/depayloaders. Fixes #538891.
2796 2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
2801 * gst/smpte/barboxwipes.c:
2804 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2805 Fix typo, add audioresample to the pipeline.
2807 2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
2809 * ext/libmng/Makefile.am:
2810 * ext/libmng/gstmng.c: (plugin_init):
2811 * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2812 (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2813 (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2814 (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2815 (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2816 (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2817 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2818 (gst_mng_dec_change_state):
2819 * ext/libmng/gstmngdec.h:
2820 * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2821 (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2822 (gst_mng_enc_init), (gst_mng_enc_chain),
2823 (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2824 * ext/libmng/gstmngenc.h:
2825 Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2826 bits ifdeffed out still.
2828 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
2830 * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2831 When comparing index elements with the same time compare their
2834 2008-06-16 Tim-Philipp Müller <tim.muller at collabora co uk>
2836 * gst/matroska/matroska-demux.c:
2837 (gst_matroska_demux_parse_attached_file)
2838 Init variable to NULL to avoid compiler warning.
2840 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
2842 * gst/matroska/Makefile.am:
2843 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2844 (gst_matroska_demux_parse_attached_file),
2845 (gst_matroska_demux_parse_attachments),
2846 (gst_matroska_demux_parse_contents_seekentry),
2847 (gst_matroska_demux_loop_stream_parse_id):
2848 * gst/matroska/matroska-demux.h:
2849 * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2850 * gst/matroska/matroska-ids.h:
2851 * gst/matroska/matroska.c: (plugin_init):
2852 Parse Attachments and post them as GST_TAG_IMAGE if we detect
2853 it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2854 and description of the attachments in the caps. Fixes bug #537622.
2856 2008-06-16 Wim Taymans <wim.taymans@collabora.co.uk>
2858 * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2859 (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2860 (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2861 (gst_speex_enc_src_query), (gst_speex_enc_init),
2862 (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2863 (gst_speex_enc_chain), (gst_speex_enc_get_property),
2864 (gst_speex_enc_set_property):
2866 Some cleanups, add more debug info.
2869 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
2871 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2872 Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2873 If we get less bytes than requested we can't do anything except doing
2876 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
2878 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2879 (gst_matroskademux_do_index_seek),
2880 (gst_matroska_demux_parse_index_cuetrack),
2881 (gst_matroska_demux_parse_index_pointentry),
2882 (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2883 (gst_matroska_demux_parse_metadata):
2884 * gst/matroska/matroska-demux.h:
2885 * gst/matroska/matroska-ids.h:
2886 Use a GArray for storing the Cue (i.e. seek) information, store
2887 the CueTrackPositions for every track, store the block number
2888 and optimize searching in the array by sorting it after the last
2891 Fix a small memory leak when trying to parse a tags element that was
2894 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
2896 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2897 (gst_matroska_mux_start), (gst_matroska_mux_finish),
2898 (gst_matroska_mux_write_data):
2899 * gst/matroska/matroska-mux.h:
2900 Don't write another SeekHead which indexes all Clusters to the end of
2901 the file. This isn't useful for anything and just increases filesize.
2903 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
2905 * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2906 Prevent unaligned memory access when reading floats.
2908 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
2910 * gst/matroska/ebml-read.c:
2911 * gst/matroska/ebml-read.h:
2912 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2913 (gst_matroska_demux_parse_metadata):
2914 * gst/matroska/matroska-demux.h:
2915 Make sure that every Tags element is only parsed once and it's
2916 containing tags are only posted once.
2918 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
2920 * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2921 (gst_ebml_read_header):
2922 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2923 (gst_matroska_demux_parse_tracks),
2924 (gst_matroska_demux_parse_index_cuetrack),
2925 (gst_matroska_demux_parse_index_pointentry),
2926 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2927 (gst_matroska_demux_parse_metadata_id_simple_tag),
2928 (gst_matroska_demux_parse_metadata_id_tag),
2929 (gst_matroska_demux_parse_metadata),
2930 (gst_matroska_demux_parse_attachments),
2931 (gst_matroska_demux_parse_chapters),
2932 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2933 (gst_matroska_demux_parse_cluster),
2934 (gst_matroska_demux_parse_contents_seekentry),
2935 (gst_matroska_demux_parse_contents),
2936 (gst_matroska_demux_loop_stream_parse_id):
2937 Handle EBML elements like Void or CRC32 in the EbmlRead base class
2938 already. They're not useful in the matroska parser and only cause
2941 2008-06-14 Sebastian Dröge <slomo@circular-chaos.org>
2943 * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2944 (gst_ebml_finalize), (gst_ebml_read_change_state),
2945 (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2946 * gst/matroska/matroska-demux.c:
2947 (gst_matroska_demux_parse_contents_seekentry):
2948 Reverse the level list as we usually are only interested in the
2949 first element or want to add a new first element. Having the
2950 first element stored at the end and calling g_list_last() and
2951 g_list_append() is more expensive.
2953 Also use GSlice for allocating the GstEbmlLevel structs.
2955 2008-06-13 Tim-Philipp Müller <tim.muller at collabora co uk>
2957 * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2958 (gst_tag_inject_class_init), (gst_tag_inject_init):
2959 Don't unref NULL taglist in finalize. Don't use c++ style
2962 2008-06-13 Sebastian Dröge <slomo@circular-chaos.org>
2964 * gst/matroska/matroska-demux.c:
2965 (gst_matroska_demux_parse_metadata_id_simple_tag):
2966 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2967 (gst_matroska_mux_write_data):
2968 Use gst_value_serialize() and gst_value_deserialize() for transforming
2969 tags from some GType to a string and the other way around. The default
2970 transformations in GLib don't include transformations from string to
2973 2008-06-13 Sebastian Dröge <slomo@circular-chaos.org>
2975 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2976 (gst_matroska_demux_parse_tracks),
2977 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2978 (gst_matroska_demux_parse_attachments),
2979 (gst_matroska_demux_parse_chapters),
2980 (gst_matroska_demux_parse_contents_seekentry),
2981 (gst_matroska_demux_loop_stream_parse_id):
2982 * gst/matroska/matroska-demux.h:
2983 Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2984 Tags multiple times. The first ones can appear more than once but must
2985 contain the same content as the first for backup purposes so we ignore
2986 all but the first one. Tags can appear multiple times with different
2989 Jump to all elements except Clusters that are available from a
2990 SeekHead to make it more likely to have all required informations
2991 before getting to the first Clusters.
2993 Add dummy functions for parsing Attachments and Chapters.
2995 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
2997 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2998 (gst_udpsrc_create), (gst_udpsrc_set_property),
2999 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3000 * gst/udp/gstudpsrc.h:
3001 Add property to control automatic join/leave of multicast groups.
3003 Remove setting caps on buffers explicitly, basesrc does that for us now.
3005 Convert some non-fatal error into warnings.
3006 Use g_ntohs for better portability.
3007 Leave multicast groups when stopping.
3008 When using external sockets, use getsockname() on them to fill up the
3009 addr structure before calling methods that use the structure.
3010 Should all fix #536903.
3011 API: GstUDPSrc::auto-multicast property
3013 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3015 * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3016 Use g_ntohl for better portability.
3018 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3020 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3021 (gst_multiudpsink_remove):
3022 Fix a typo and do some small cleanups.
3024 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3026 Patch by: Olivier Crete <tester at tester dot ca>
3028 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3029 Make the delivery-method mandatory on the caps and only accept inline
3031 Reverse strcmp checks for delivery-method.
3033 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3034 Make delivery method optional when parsing caps and note this in the
3036 Reverse strcmp checks for delivery-method.
3038 * gst/rtp/gstrtpvorbispay.c:
3039 Update a comment to note that the delivery-method is optional,
3042 2008-06-12 Wim Taymans <wim.taymans@collabora.co.uk>
3044 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3045 Set udpsrc for receiving data from multicast groups to PAUSED instead of
3046 leaving them in READY. Fixes #537832.
3048 2008-06-12 Stefan Kost <ensonic@users.sf.net>
3050 * gst/avi/gstavimux.c:
3051 Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3052 for a random constant in tagmuxing code.
3054 2008-06-11 Stefan Kost <ensonic@users.sf.net>
3056 * gst/debug/gsttaginject.c:
3057 * gst/debug/gsttaginject.h:
3058 Now actually adding the new element.
3060 2008-06-11 Stefan Kost <ensonic@users.sf.net>
3062 * docs/plugins/Makefile.am:
3063 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3064 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3065 * docs/plugins/gst-plugins-good-plugins.args:
3066 * docs/plugins/gst-plugins-good-plugins.hierarchy:
3067 * docs/plugins/gst-plugins-good-plugins.interfaces:
3068 * docs/plugins/gst-plugins-good-plugins.prerequisites:
3069 * docs/plugins/inspect/plugin-aasink.xml:
3070 * docs/plugins/inspect/plugin-alaw.xml:
3071 * docs/plugins/inspect/plugin-alpha.xml:
3072 * docs/plugins/inspect/plugin-alphacolor.xml:
3073 * docs/plugins/inspect/plugin-annodex.xml:
3074 * docs/plugins/inspect/plugin-apetag.xml:
3075 * docs/plugins/inspect/plugin-audiofx.xml:
3076 * docs/plugins/inspect/plugin-auparse.xml:
3077 * docs/plugins/inspect/plugin-autodetect.xml:
3078 * docs/plugins/inspect/plugin-avi.xml:
3079 * docs/plugins/inspect/plugin-cacasink.xml:
3080 * docs/plugins/inspect/plugin-cairo.xml:
3081 * docs/plugins/inspect/plugin-cdio.xml:
3082 * docs/plugins/inspect/plugin-cutter.xml:
3083 * docs/plugins/inspect/plugin-debug.xml:
3084 * docs/plugins/inspect/plugin-dv.xml:
3085 * docs/plugins/inspect/plugin-efence.xml:
3086 * docs/plugins/inspect/plugin-effectv.xml:
3087 * docs/plugins/inspect/plugin-equalizer.xml:
3088 * docs/plugins/inspect/plugin-esdsink.xml:
3089 * docs/plugins/inspect/plugin-flac.xml:
3090 * docs/plugins/inspect/plugin-flxdec.xml:
3091 * docs/plugins/inspect/plugin-gamma.xml:
3092 * docs/plugins/inspect/plugin-gconfelements.xml:
3093 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3094 * docs/plugins/inspect/plugin-goom.xml:
3095 * docs/plugins/inspect/plugin-goom2k1.xml:
3096 * docs/plugins/inspect/plugin-halelements.xml:
3097 * docs/plugins/inspect/plugin-icydemux.xml:
3098 * docs/plugins/inspect/plugin-id3demux.xml:
3099 * docs/plugins/inspect/plugin-jpeg.xml:
3100 * docs/plugins/inspect/plugin-level.xml:
3101 * docs/plugins/inspect/plugin-matroska.xml:
3102 * docs/plugins/inspect/plugin-monoscope.xml:
3103 * docs/plugins/inspect/plugin-mulaw.xml:
3104 * docs/plugins/inspect/plugin-multifile.xml:
3105 * docs/plugins/inspect/plugin-multipart.xml:
3106 * docs/plugins/inspect/plugin-navigationtest.xml:
3107 * docs/plugins/inspect/plugin-ossaudio.xml:
3108 * docs/plugins/inspect/plugin-png.xml:
3109 * docs/plugins/inspect/plugin-quicktime.xml:
3110 * docs/plugins/inspect/plugin-rtp.xml:
3111 * docs/plugins/inspect/plugin-rtsp.xml:
3112 * docs/plugins/inspect/plugin-smpte.xml:
3113 * docs/plugins/inspect/plugin-soup.xml:
3114 * docs/plugins/inspect/plugin-spectrum.xml:
3115 * docs/plugins/inspect/plugin-speex.xml:
3116 * docs/plugins/inspect/plugin-taglib.xml:
3117 * docs/plugins/inspect/plugin-udp.xml:
3118 * docs/plugins/inspect/plugin-video4linux2.xml:
3119 * docs/plugins/inspect/plugin-videobalance.xml:
3120 * docs/plugins/inspect/plugin-videobox.xml:
3121 * docs/plugins/inspect/plugin-videocrop.xml:
3122 * docs/plugins/inspect/plugin-videoflip.xml:
3123 * docs/plugins/inspect/plugin-videomixer.xml:
3124 * docs/plugins/inspect/plugin-wavenc.xml:
3125 * docs/plugins/inspect/plugin-wavpack.xml:
3126 * docs/plugins/inspect/plugin-wavparse.xml:
3127 * docs/plugins/inspect/plugin-ximagesrc.xml:
3128 * gst/debug/Makefile.am:
3129 * gst/debug/breakmydata.c:
3130 * gst/debug/efence.c:
3131 * gst/debug/gstdebug.c:
3132 * gst/debug/gstnavseek.c:
3133 * gst/debug/gstpushfilesrc.c:
3134 * gst/debug/gstpushfilesrc.h:
3135 * gst/debug/negotiation.c:
3136 * gst/debug/progressreport.c:
3137 * gst/debug/progressreport.h:
3138 * gst/debug/rndbuffersize.c:
3139 * gst/debug/testplugin.c:
3140 Remove dummy plugin_init. Remove some undefined entries from doc-
3141 section file. Add taginject element and rebuild docs for it.
3143 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
3145 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3146 (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3147 Update the counter for the number of streams when pads are added or
3148 removed. This will make sure that a seek table is generated for
3149 files with just one audio stream.
3151 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
3153 * gst/matroska/matroska-demux.c:
3154 (gst_matroska_demux_parse_metadata_id_simple_tag):
3155 * gst/matroska/matroska-ids.h:
3156 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3157 Add some more tags, improve debugging a bit and make sure that
3158 GValue transformation has succeeded before using the result
3161 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
3163 Patch by: Olivier Crete <tester at tester dot ca>
3165 * gst/rtp/gstrtptheorapay.c:
3166 The Theora RTP payloader only supports the "inline" delievery method
3167 so let's declare this on the caps of the static pad template.
3170 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
3172 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3173 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3176 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
3178 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3179 (gst_videomixer_blend_buffers):
3180 Use stream_time to synchronize the object properties.
3181 Use running_time of the master pad to timestamp outgoing buffers.
3182 Fix the initial segment event to extend an unknown amount of time.
3185 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
3187 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3188 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3189 (gst_avi_demux_calculate_durations_from_index),
3190 (gst_avi_demux_stream_header_push),
3191 (gst_avi_demux_stream_header_pull):
3192 Try to ignore unparsable/unknown streams and give a warning instead of
3193 erroring out. Fixes #537377.
3195 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3197 * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3198 Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3200 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3201 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3202 (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3203 (gst_matroska_demux_read_track_encodings),
3204 (gst_matroska_demux_add_stream),
3205 (gst_matroska_demux_handle_src_query),
3206 (gst_matroska_demux_init_stream),
3207 (gst_matroska_demux_parse_index_cuetrack),
3208 (gst_matroska_demux_parse_index_pointentry),
3209 (gst_matroska_demux_parse_info),
3210 (gst_matroska_demux_parse_metadata_id_simple_tag),
3211 (gst_matroska_demux_parse_metadata),
3212 (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3213 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3214 (gst_matroska_demux_parse_cluster),
3215 (gst_matroska_demux_parse_contents_seekentry),
3216 (gst_matroska_demux_loop_stream_parse_id),
3217 (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3218 (gst_matroska_demux_audio_caps),
3219 (gst_matroska_demux_subtitle_caps):
3220 * gst/matroska/matroska-demux.h:
3221 * gst/matroska/matroska-ids.c:
3222 (gst_matroska_track_init_subtitle_context):
3223 * gst/matroska/matroska-ids.h:
3224 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3225 (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3226 (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3227 (gst_matroska_mux_video_pad_setcaps),
3228 (gst_matroska_mux_audio_pad_setcaps),
3229 (gst_matroska_mux_subtitle_pad_setcaps),
3230 (gst_matroska_mux_request_new_pad),
3231 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3232 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3233 (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3234 (gst_matroska_mux_set_property):
3235 Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3236 elements, do some checks for valid values in the demuxer, handle
3237 tracktimecodescale in the demuxer, set correct default values for all
3238 settings in the demuxer, review and add all missing matroska
3239 IDs and some more raw YUV formats, and some trivial cleanup.
3241 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3243 * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3244 (gst_pulsemixer_class_init):
3245 * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3246 (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3247 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3248 (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3249 (gst_pulsesrc_prepare):
3250 Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3251 gst_element_class_set_details_simple() and fix coding style a bit
3254 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3256 * docs/plugins/Makefile.am:
3257 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3258 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3259 * docs/plugins/gst-plugins-good-plugins.args:
3260 * docs/plugins/gst-plugins-good-plugins.hierarchy:
3261 * docs/plugins/gst-plugins-good-plugins.interfaces:
3262 * docs/plugins/gst-plugins-good-plugins.prerequisites:
3263 * docs/plugins/inspect/plugin-aasink.xml:
3264 * docs/plugins/inspect/plugin-alaw.xml:
3265 * docs/plugins/inspect/plugin-alpha.xml:
3266 * docs/plugins/inspect/plugin-alphacolor.xml:
3267 * docs/plugins/inspect/plugin-annodex.xml:
3268 * docs/plugins/inspect/plugin-apetag.xml:
3269 * docs/plugins/inspect/plugin-audiofx.xml:
3270 * docs/plugins/inspect/plugin-auparse.xml:
3271 * docs/plugins/inspect/plugin-autodetect.xml:
3272 * docs/plugins/inspect/plugin-avi.xml:
3273 * docs/plugins/inspect/plugin-cacasink.xml:
3274 * docs/plugins/inspect/plugin-cairo.xml:
3275 * docs/plugins/inspect/plugin-cdio.xml:
3276 * docs/plugins/inspect/plugin-cutter.xml:
3277 * docs/plugins/inspect/plugin-debug.xml:
3278 * docs/plugins/inspect/plugin-dv.xml:
3279 * docs/plugins/inspect/plugin-efence.xml:
3280 * docs/plugins/inspect/plugin-effectv.xml:
3281 * docs/plugins/inspect/plugin-equalizer.xml:
3282 * docs/plugins/inspect/plugin-esdsink.xml:
3283 * docs/plugins/inspect/plugin-flac.xml:
3284 * docs/plugins/inspect/plugin-flxdec.xml:
3285 * docs/plugins/inspect/plugin-gamma.xml:
3286 * docs/plugins/inspect/plugin-gconfelements.xml:
3287 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3288 * docs/plugins/inspect/plugin-goom.xml:
3289 * docs/plugins/inspect/plugin-goom2k1.xml:
3290 * docs/plugins/inspect/plugin-halelements.xml:
3291 * docs/plugins/inspect/plugin-icydemux.xml:
3292 * docs/plugins/inspect/plugin-id3demux.xml:
3293 * docs/plugins/inspect/plugin-jpeg.xml:
3294 * docs/plugins/inspect/plugin-level.xml:
3295 * docs/plugins/inspect/plugin-matroska.xml:
3296 * docs/plugins/inspect/plugin-monoscope.xml:
3297 * docs/plugins/inspect/plugin-mulaw.xml:
3298 * docs/plugins/inspect/plugin-multifile.xml:
3299 * docs/plugins/inspect/plugin-multipart.xml:
3300 * docs/plugins/inspect/plugin-navigationtest.xml:
3301 * docs/plugins/inspect/plugin-ossaudio.xml:
3302 * docs/plugins/inspect/plugin-png.xml:
3303 * docs/plugins/inspect/plugin-pulseaudio.xml:
3304 * docs/plugins/inspect/plugin-quicktime.xml:
3305 * docs/plugins/inspect/plugin-rtp.xml:
3306 * docs/plugins/inspect/plugin-rtsp.xml:
3307 * docs/plugins/inspect/plugin-smpte.xml:
3308 * docs/plugins/inspect/plugin-soup.xml:
3309 * docs/plugins/inspect/plugin-spectrum.xml:
3310 * docs/plugins/inspect/plugin-speex.xml:
3311 * docs/plugins/inspect/plugin-taglib.xml:
3312 * docs/plugins/inspect/plugin-udp.xml:
3313 * docs/plugins/inspect/plugin-video4linux2.xml:
3314 * docs/plugins/inspect/plugin-videobalance.xml:
3315 * docs/plugins/inspect/plugin-videobox.xml:
3316 * docs/plugins/inspect/plugin-videocrop.xml:
3317 * docs/plugins/inspect/plugin-videoflip.xml:
3318 * docs/plugins/inspect/plugin-videomixer.xml:
3319 * docs/plugins/inspect/plugin-wavenc.xml:
3320 * docs/plugins/inspect/plugin-wavpack.xml:
3321 * docs/plugins/inspect/plugin-wavparse.xml:
3322 * docs/plugins/inspect/plugin-ximagesrc.xml:
3323 * ext/pulse/plugin.c:
3324 * ext/pulse/pulsemixer.c:
3325 * ext/pulse/pulsesink.c:
3326 * ext/pulse/pulsesrc.c:
3327 Add documentation to the pulseaudio plugin and run make update
3330 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3332 Patch by: Brian Cameron <brian.cameron at sun dot com>
3334 * sys/sunaudio/gstsunaudiomixerctrl.c:
3335 (gst_sunaudiomixer_ctrl_get_volume),
3336 (gst_sunaudiomixer_ctrl_set_volume):
3337 Improvements for the SunAudio mixer by handling mute as no gain
3338 for tracks that have a gain property but no mute property.
3341 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3344 * ext/pulse/Makefile.am:
3345 * ext/pulse/plugin.c: (plugin_init):
3346 * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3347 (gst_pulsemixer_implements_interface_init),
3348 (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3349 (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3350 (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3351 (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3352 * ext/pulse/pulsemixer.h:
3353 * ext/pulse/pulsemixerctrl.c:
3354 (gst_pulsemixer_ctrl_context_state_cb),
3355 (gst_pulsemixer_ctrl_sink_info_cb),
3356 (gst_pulsemixer_ctrl_source_info_cb),
3357 (gst_pulsemixer_ctrl_subscribe_cb),
3358 (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3359 (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3360 (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3361 (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3362 (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3363 (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3364 * ext/pulse/pulsemixerctrl.h:
3365 * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3366 (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3367 * ext/pulse/pulsemixertrack.h:
3368 * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3369 (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3370 (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3371 (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3372 (gst_pulseprobe_new), (gst_pulseprobe_free),
3373 (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3374 (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3375 (gst_pulseprobe_set_server):
3376 * ext/pulse/pulseprobe.h:
3377 * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3378 (gst_pulsesink_class_init), (gst_pulsesink_init),
3379 (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3380 (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3381 (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3382 (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3383 (gst_pulsesink_stream_request_cb),
3384 (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3385 (gst_pulsesink_close), (gst_pulsesink_prepare),
3386 (gst_pulsesink_unprepare), (gst_pulsesink_write),
3387 (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3388 (gst_pulsesink_reset), (gst_pulsesink_change_title),
3389 (gst_pulsesink_event), (gst_pulsesink_get_type):
3390 * ext/pulse/pulsesink.h:
3391 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3392 (gst_pulsesrc_implements_interface_init),
3393 (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3394 (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3395 (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3396 (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3397 (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3398 (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3399 (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3400 (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3401 (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3402 (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3403 (gst_pulsesrc_get_type):
3404 * ext/pulse/pulsesrc.h:
3405 * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3406 (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3407 * ext/pulse/pulseutil.h:
3408 Add pulseaudio GStreamer element from gst-pulse. Development will
3409 continue here instead of pulseaudio SVN. Fixes bug #400679.
3410 Only changes over gst-pulse SVN are added copyright to the top of
3411 files and coding style changes.
3413 2008-06-09 Tim-Philipp Müller <tim.muller at collabora co uk>
3415 Patch by: Benjamin Kampmann <benjamin at fluendo dot com>
3417 * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3418 (gst_cdio_add_cdtext_album_tags):
3419 * ext/cdio/gstcdio.h:
3420 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3421 Also extract album title and album genre from CD-TEXT if
3422 available (#537021).
3424 2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
3426 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3428 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3429 Improve negotiation a bit more by picking the smallest possible
3430 resolution that is larger than the resolution specified in the
3431 first caps entry of the peer caps. Fixes bug #536994.
3433 2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
3435 Patch by: Bastien Nocera <hadess at hadess dot net>
3437 * sys/v4l2/gstv4l2vidorient.c:
3438 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3439 Fix compilation with newer GIT kernels that deprecated
3440 V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3442 2008-06-07 Tim-Philipp Müller <tim.muller at collabora co uk>
3445 * ext/cdio/gstcdio.c:
3446 * ext/cdio/gstcdio.h:
3447 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3448 Require libcdio >= 0.76.
3450 2008-06-05 Thijs Vermeir <thijsvermeir@gmail.com>
3452 * gst/avi/gstavidemux.c:
3453 Catch UNEXPECTED when downstream has reached end of
3454 segment in reverse mode.
3456 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
3458 * gst/avi/gstavidemux.c:
3461 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
3463 * gst/avi/gstavidemux.c:
3464 Because we don't know the frame order we need to push till
3467 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
3469 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3471 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3472 (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3473 Provide a custom negotiation function to make sure to pick the highest
3474 possible framerate and resolution. Fixes bug #536646.
3476 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
3478 * gst/avi/gstavidemux.c:
3479 Set EOS when going out of the segment in reverse playback
3481 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
3483 * ext/taglib/Makefile.am::
3484 Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3485 taglib headers (with gcc 4.3.1).
3487 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
3489 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3490 Use the new gst_rtsp_connection_get_ip() to access the IP address
3491 of a GstRTSPConnection since it is a private member.
3493 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
3495 * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3496 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3497 Use new utility functions in libgsttag to process coverart (#512333).
3499 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
3501 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3502 We actually support left/side, right/side and mid/side files. The
3503 conversion to normal, interleaved stereo is done by libflac.
3505 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
3507 * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3508 (gst_ebml_write_set_cache):
3509 Unref the write cache in finalize if it was set and add add "FIXME"
3510 to a comment that needs it.
3512 2008-06-02 Wim Taymans <wim.taymans@collabora.co.uk>
3514 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3516 * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3517 (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3518 (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3519 (gst_avi_demux_process_next_entry):
3520 * gst/avi/gstavidemux.h:
3521 Implement reverse playback. Fixes #535300.
3524 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
3526 * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3527 (gst_videomixer_query_latency):
3528 When using gst_element_iterate_pads() one has to unref every pad
3531 2008-05-31 Edward Hervey <edward.hervey@collabora.co.uk>
3533 Patch by: Bastien Nocera <hadess at hadess dot net>
3534 * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3535 (qtdemux_parse_udta):
3536 * gst/qtdemux/qtdemux_fourcc.h:
3537 Improve meta-data handling, add 'comment', 'description' and
3538 'copyright' tag handling.
3541 2008-05-31 Julien Moutte <julien@fluendo.com>
3543 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3544 (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3545 (gst_qtdemux_seek_to_previous_keyframe),
3546 (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3547 we don't clip the segment's stop using the main segment duration as
3548 that could crop quite some video frames. Make reverse playback support
3549 more robust and support edit lists. Support seeking to the last frame,
3550 and fix reverse looping playback. Add some debugging.
3551 * win32/common/config.h: Updated.
3553 2008-05-31 Sebastian Dröge <slomo@circular-chaos.org>
3555 * gst/equalizer/gstiirequalizer.c:
3556 (gst_iir_equalizer_transform_ip):
3557 Don't clip float/double samples, correctly unset passthrough mode
3558 and use better rounding for integer samples.
3560 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
3562 * gst/equalizer/gstiirequalizer.c:
3563 (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3564 (setup_filter), (set_passthrough), (update_coefficients),
3565 (gst_iir_equalizer_compute_frequencies),
3566 (gst_iir_equalizer_transform_ip):
3567 * gst/equalizer/gstiirequalizer.h:
3568 Update the filter coefficients only when needed in the transform_ip
3569 function and correctly set the element into passthrough mode if the
3570 gain of all bands is 0.
3572 2008-05-29 Wim Taymans <wim.taymans@collabora.co.uk>
3574 Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3576 * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3577 (gst_alpha_set_property), (gst_alpha_get_property),
3578 (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3579 Try to skip pixels or areas that are too dark or too bright for us to do
3580 meaningfull color detection.
3581 Added properties to control the sensitivity to light and darkness.
3582 Added some small cleanups. Fixes #512345.
3584 2008-05-28 Jan Schmidt <jan.schmidt@sun.com>
3586 * docs/plugins/.cvsignore:
3587 * tests/check/elements/.cvsignore:
3588 Ignore some more generated things
3590 * tests/check/Makefile.am:
3591 Ignore OSS elements in the state changes test too.
3593 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
3595 * docs/plugins/Makefile.am:
3596 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3597 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3598 Add SMPTE effect elements to docs.
3600 2008-05-28 Stefan Kost <ensonic@users.sf.net>
3602 * docs/plugins/Makefile.am:
3603 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3604 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3605 * ext/raw1394/gstdv1394src.c:
3606 Document whats first shown on the fdo plugin docs page :)
3608 2008-05-28 Stefan Kost <ensonic@users.sf.net>
3610 * docs/plugins/Makefile.am:
3611 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3612 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3613 * docs/plugins/gst-plugins-good-plugins.args:
3614 * docs/plugins/gst-plugins-good-plugins.hierarchy:
3615 * docs/plugins/inspect/plugin-audiofx.xml:
3616 * gst/audiofx/Makefile.am:
3617 * gst/audiofx/audiofx.c:
3618 * gst/audiofx/audiokaraoke.c:
3619 * gst/audiofx/audiokaraoke.h:
3620 * gst/audiofx/audiovoice.c:
3621 * gst/audiofx/audiovoice.h:
3622 Rename audiovoice to audiokaraoke and add it to the docs.
3624 2008-05-28 Stefan Kost <ensonic@users.sf.net>
3627 * docs/plugins/Makefile.am:
3628 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3629 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3630 * docs/plugins/gst-plugins-good-plugins.args:
3631 * docs/plugins/gst-plugins-good-plugins.hierarchy:
3632 * docs/plugins/gst-plugins-good-plugins.interfaces:
3633 * docs/plugins/gst-plugins-good-plugins.prerequisites:
3634 * docs/plugins/inspect/plugin-aasink.xml:
3635 * docs/plugins/inspect/plugin-alaw.xml:
3636 * docs/plugins/inspect/plugin-alpha.xml:
3637 * docs/plugins/inspect/plugin-alphacolor.xml:
3638 * docs/plugins/inspect/plugin-annodex.xml:
3639 * docs/plugins/inspect/plugin-apetag.xml:
3640 * docs/plugins/inspect/plugin-audiofx.xml:
3641 * docs/plugins/inspect/plugin-auparse.xml:
3642 * docs/plugins/inspect/plugin-autodetect.xml:
3643 * docs/plugins/inspect/plugin-avi.xml:
3644 * docs/plugins/inspect/plugin-cacasink.xml:
3645 * docs/plugins/inspect/plugin-cairo.xml:
3646 * docs/plugins/inspect/plugin-cdio.xml:
3647 * docs/plugins/inspect/plugin-cutter.xml:
3648 * docs/plugins/inspect/plugin-debug.xml:
3649 * docs/plugins/inspect/plugin-dv.xml:
3650 * docs/plugins/inspect/plugin-efence.xml:
3651 * docs/plugins/inspect/plugin-effectv.xml:
3652 * docs/plugins/inspect/plugin-equalizer.xml:
3653 * docs/plugins/inspect/plugin-esdsink.xml:
3654 * docs/plugins/inspect/plugin-flac.xml:
3655 * docs/plugins/inspect/plugin-flxdec.xml:
3656 * docs/plugins/inspect/plugin-gamma.xml:
3657 * docs/plugins/inspect/plugin-gconfelements.xml:
3658 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3659 * docs/plugins/inspect/plugin-goom.xml:
3660 * docs/plugins/inspect/plugin-goom2k1.xml:
3661 * docs/plugins/inspect/plugin-halelements.xml:
3662 * docs/plugins/inspect/plugin-icydemux.xml:
3663 * docs/plugins/inspect/plugin-id3demux.xml:
3664 * docs/plugins/inspect/plugin-jpeg.xml:
3665 * docs/plugins/inspect/plugin-level.xml:
3666 * docs/plugins/inspect/plugin-matroska.xml:
3667 * docs/plugins/inspect/plugin-monoscope.xml:
3668 * docs/plugins/inspect/plugin-mulaw.xml:
3669 * docs/plugins/inspect/plugin-multifile.xml:
3670 * docs/plugins/inspect/plugin-multipart.xml:
3671 * docs/plugins/inspect/plugin-navigationtest.xml:
3672 * docs/plugins/inspect/plugin-ossaudio.xml:
3673 * docs/plugins/inspect/plugin-png.xml:
3674 * docs/plugins/inspect/plugin-quicktime.xml:
3675 * docs/plugins/inspect/plugin-rtp.xml:
3676 * docs/plugins/inspect/plugin-rtsp.xml:
3677 * docs/plugins/inspect/plugin-smpte.xml:
3678 * docs/plugins/inspect/plugin-soup.xml:
3679 * docs/plugins/inspect/plugin-spectrum.xml:
3680 * docs/plugins/inspect/plugin-speex.xml:
3681 * docs/plugins/inspect/plugin-taglib.xml:
3682 * docs/plugins/inspect/plugin-udp.xml:
3683 * docs/plugins/inspect/plugin-video4linux2.xml:
3684 * docs/plugins/inspect/plugin-videobalance.xml:
3685 * docs/plugins/inspect/plugin-videobox.xml:
3686 * docs/plugins/inspect/plugin-videocrop.xml:
3687 * docs/plugins/inspect/plugin-videoflip.xml:
3688 * docs/plugins/inspect/plugin-videomixer.xml:
3689 * docs/plugins/inspect/plugin-wavenc.xml:
3690 * docs/plugins/inspect/plugin-wavpack.xml:
3691 * docs/plugins/inspect/plugin-wavparse.xml:
3692 * docs/plugins/inspect/plugin-ximagesrc.xml:
3693 * ext/aalib/gstaasink.c:
3694 * ext/libcaca/gstcacasink.c:
3695 Document aasink and cacasink.
3697 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
3699 * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3700 (gst_videomixer_init), (gst_videomixer_query_duration),
3701 (gst_videomixer_query_latency), (gst_videomixer_query),
3702 (gst_videomixer_blend_buffers):
3703 * gst/videomixer/videomixer.h:
3704 Implement position (in time), duration and latency queries.
3706 2008-05-27 Edward Hervey <edward.hervey@collabora.co.uk>
3708 * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3709 (gst_videomixer_init), (gst_videomixer_request_new_pad),
3710 (gst_videomixer_fill_queues), (forward_event_func),
3711 (forward_event), (gst_videomixer_src_event),
3712 (gst_videomixer_sink_event):
3713 * gst/videomixer/videomixer.h:
3714 Implement proper seek/newsegment handling.
3715 Based on adder's implementation.
3718 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
3720 Patch by: Jan Gerber <j at oil21 dot org>
3722 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3723 Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3725 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
3727 * gst/audiofx/Makefile.am:
3728 * gst/audiofx/audiofx.c: (plugin_init):
3729 * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3730 (gst_audio_voice_class_init), (gst_audio_voice_init),
3731 (update_filter), (gst_audio_voice_set_property),
3732 (gst_audio_voice_get_property), (gst_audio_voice_setup),
3733 (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3734 (gst_audio_voice_transform_ip):
3735 * gst/audiofx/audiovoice.h:
3736 Add simple voice removal element. Yay karaoke.
3738 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
3740 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3742 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3743 Fix potential caps leak.
3744 If we can't get the framerate with an ioctl, try to get it with the
3745 current norm. Fixes #520092.
3747 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
3749 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3751 * sys/v4l2/v4l2src_calls.c:
3752 (gst_v4l2src_probe_caps_for_format_and_size):
3753 If we fail to get the frame intervals, simply don't touch the framerates
3754 on the template caps instead of discarding the format. See #520092.
3756 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
3758 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3760 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3761 (gst_v4l2_get_caps_info):
3762 Add NV12, NV21 and bayer support. See #520092.
3764 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
3766 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3767 (gst_qtdemux_activate_segment):
3768 Unbreak segment activation again. Fixes #531672.
3770 2008-05-25 Sebastian Dröge <slomo@circular-chaos.org>
3772 * ext/flac/Makefile.am:
3773 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3774 Set the channel layout when decoding FLAC files with more than 2
3775 channels as defined by the FLAC spec. Fixes bug #534570.
3777 Also don't try to decode left/side, right/side and mid/side files
3778 as we don't support this at all.
3780 2008-05-24 Tim-Philipp Müller <tim.muller at collabora co uk>
3783 We need -base CVS (rtsp).
3785 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
3787 * gst/udp/Makefile.am:
3788 Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3789 when including netdb.h when building against glibc >= 2.8.
3791 2008-05-22 Julien Moutte <julien@fluendo.com>
3793 * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3794 debug statement arguments.
3795 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3796 * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3797 (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3800 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3802 * tests/check/elements/avimux.c: (setup_src_pad),
3804 * tests/check/elements/icydemux.c: (icydemux_found_pad),
3806 * tests/check/elements/matroskamux.c: (setup_src_pad),
3807 (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3808 * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3810 * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3811 (setup_wavpackparse), (cleanup_wavpackparse):
3812 Don't use gst_element_get_pad(), it's a bad, bad method.
3814 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3816 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3817 (do_toggle_element):
3818 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3819 (do_toggle_element):
3820 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3821 (do_toggle_element):
3822 * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3823 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3824 (do_toggle_element):
3825 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3826 (do_toggle_element):
3827 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3828 (gst_auto_audio_sink_detect):
3829 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3830 (gst_auto_video_sink_detect):
3831 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3832 (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3833 (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3834 (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3835 (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3836 (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3837 * tests/icles/videocrop-test.c: (test_with_caps),
3838 (video_crop_get_test_caps):
3839 Don't use gst_element_get_pad(), it's a bad method.
3841 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3843 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3844 (gst_multiudpsink_add_internal):
3845 * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3846 (gst_udp_join_group):
3847 * gst/udp/gstudpnetutils.h:
3848 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3849 Joining a multicast group and setting the loop/ttl properties are
3850 totally unrelated tasks are must be separated.
3852 2008-05-21 Stefan Kost <ensonic@users.sf.net>
3854 * gst/avi/gstavimux.c:
3855 Also support alaw/mulaw.
3857 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3859 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3860 (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3861 * gst/udp/gstmultiudpsink.h:
3862 Add a fixme for the auto-multicast property.
3863 Fix some confusing debug messages.
3864 Disable setting a qos value by default.
3866 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3868 Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3870 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3871 Ignore EPERM errors from sendto. Fixes #533619.
3873 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3875 Patch by: Henrik Eriksson <henriken at axis dot com>
3877 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3878 (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3879 (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3880 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3881 * gst/udp/gstmultiudpsink.h:
3882 Add qos-dscp property to manage the Quality of service. Fixes #469917.
3884 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3886 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3887 Improve debugging of the ident.
3889 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3891 Patch by: Bruno Santos <brunof at ua dot pt>
3893 * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3894 (gst_udp_join_group), (gst_udp_leave_group),
3895 (gst_udp_is_multicast):
3896 * gst/udp/gstudpnetutils.h:
3897 Provide a bunch of helper methods to deal with IPv4 and IPv6
3900 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3901 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3902 (gst_multiudpsink_get_property), (join_multicast),
3903 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3904 (gst_multiudpsink_remove):
3905 * gst/udp/gstmultiudpsink.h:
3906 Add multicast TTL and loopback properties.
3907 Use the helper methods to implement ip4 and ip6.
3909 * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3910 * gst/udp/gstudpsrc.h:
3911 Use the helper methods to implement ip4 and ip6.
3914 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3916 Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3918 * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3919 (gst_multipart_demux_get_gstname),
3920 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3921 * gst/multipart/multipartdemux.h:
3922 Don't blindly copy the mime-type as the caps name because they not
3923 always map directly. Instead use a hashtable with common mappings.
3926 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3928 * ext/esd/esdsink.c: (gst_esdsink_write):
3929 When we post an error, we must return -1 to let the parent know that we
3930 cannot write the segment else it will loop and continue to call us again
3931 forever. Patch by Michael Meeks.
3933 2008-05-20 Stefan Kost <ensonic@users.sf.net>
3935 * gst/videomixer/videomixer.c:
3936 Add missing incudes.
3938 2008-05-20 Peter Kjellerstedt <pkj@axis.com>
3940 * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3941 (gst_rtp_h264_pay_handle_buffer):
3942 * gst/rtp/gstrtph264pay.h:
3943 Correct a typo (sinle -> single).
3945 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3947 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3948 (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3949 (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3950 (gst_rtp_h264_depay_process):
3951 * gst/rtp/gstrtph264depay.h:
3952 Add experimental support for outputting quicktime-like AVC output in
3953 addition to the existing bytestream output.
3955 * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3956 (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3957 (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3958 (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3959 (gst_rtp_h264_pay_get_property):
3960 * gst/rtp/gstrtph264pay.h:
3961 Make the parsing mode configurable, for some inputs we don't need to
3962 scan every byte for start codes.
3963 Only set the marker bit on ACCESS units.
3965 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
3967 * gst/equalizer/gstiirequalizer.c:
3968 Use a bigger type in integer mode for the intermediate results to
3969 prevent overflows. This fixes the crippled sound when using the
3970 equalizer in integer mode. Fixes bug #510865.
3972 2008-05-20 Jan Schmidt <jan.schmidt@sun.com>
3974 * gst/videomixer/videomixer.c:
3975 * gst/videomixer/videomixer.h:
3976 Instead of a random number for the request pad id's,
3979 Register the videomixerpad class from the element's class_init
3980 where it's safer, and allows the docs generator to scan it.
3982 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3984 * gst/smpte/Makefile.am:
3985 * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3986 * gst/smpte/gstsmpte.h:
3987 * gst/smpte/gstsmptealpha.c:
3988 (gst_smpte_alpha_transition_type_get_type),
3989 (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3990 (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3991 (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3992 (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3993 (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3994 (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3995 (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3996 * gst/smpte/gstsmptealpha.h:
3997 * gst/smpte/plugin.c: (plugin_init):
3998 Add new plugin that adds the SMPTE transition in the alpha channel of
3999 I420 and AYUV frames so that they can be blended with videomixer later
4000 on. Uses all niceties such as using base transform for efficient alloc
4001 and negotiation. It currently requires GstController to control the
4002 position in the transition effect.
4004 2008-05-19 Stefan Kost <ensonic@users.sf.net>
4006 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4007 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4008 * docs/plugins/gst-plugins-good-plugins.args:
4009 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4010 * docs/plugins/gst-plugins-good-plugins.interfaces:
4011 * docs/plugins/gst-plugins-good-plugins.types:
4012 * gst/videomixer/videomixer.c:
4013 Try using thaytans new mechanism to get extra classes into plugin
4014 docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4017 2008-05-18 Mark Nauwelaerts <mnauw@users.sf.net>
4019 * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4020 Set proper rate in avi stream header for PCM audio, and also do some
4021 more sanity checks on caps in this case. Fixes #511489.
4023 2008-05-17 Sebastian Dröge <slomo@circular-chaos.org>
4025 * sys/v4l2/gstv4l2src.c:
4026 Don't include the gstv4l2xoverlay.h header as the XOverlay support
4027 isn't implemented at all yet and this requires X headers to be
4028 installed. Fixes bug #533264.
4030 2008-05-17 Sebastian Dröge <slomo@circular-chaos.org>
4032 reviewed by: <delete if not using a buddy>
4034 * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4035 (gst_ebml_write_set_cache):
4036 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4037 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4038 (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4039 (gst_matroska_demux_read_track_encodings),
4040 (gst_matroska_demux_add_stream),
4041 (gst_matroska_demux_handle_src_query),
4042 (gst_matroska_demux_init_stream),
4043 (gst_matroska_demux_parse_index_cuetrack),
4044 (gst_matroska_demux_parse_index_pointentry),
4045 (gst_matroska_demux_parse_info),
4046 (gst_matroska_demux_parse_metadata_id_simple_tag),
4047 (gst_matroska_demux_parse_metadata),
4048 (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4049 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4050 (gst_matroska_demux_parse_cluster),
4051 (gst_matroska_demux_parse_contents_seekentry),
4052 (gst_matroska_demux_loop_stream_parse_id),
4053 (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4054 (gst_matroska_demux_audio_caps),
4055 (gst_matroska_demux_subtitle_caps):
4056 * gst/matroska/matroska-demux.h:
4057 * gst/matroska/matroska-ids.c:
4058 (gst_matroska_track_init_subtitle_context):
4059 * gst/matroska/matroska-ids.h:
4060 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4061 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4062 (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4063 * sys/v4l2/gstv4l2src.c:
4064 * tests/check/pipelines/wavpack.c: (bus_handler):
4065 * win32/common/config.h:
4067 2008-05-16 Jan Schmidt <jan.schmidt@sun.com>
4069 * ext/wavpack/gstwavpackstreamreader.c:
4070 * tests/examples/spectrum/demo-audiotest.c:
4071 * tests/examples/spectrum/demo-osssrc.c:
4072 Fix some compiler warnings.
4074 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
4076 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4077 Small comment added.
4079 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4080 (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4081 (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4082 Debug string cleanups (remove trailing \n)
4083 Refactor and clean up the payloader a bit and make sure that we only
4084 put one NAL unit in an RTP packet even if the input buffer contains
4086 Add suport for AVC format input.
4088 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
4090 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4091 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4092 (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4093 * gst/rtp/gstrtph264pay.h:
4094 Make it possible to specify profile-level-id and sprop-parameter-sets
4095 using properties in case they are not available in-stream.
4097 2008-05-14 Stefan Kost <ensonic@users.sf.net>
4099 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4100 * docs/plugins/gst-plugins-good-plugins.args:
4101 * docs/plugins/inspect/plugin-ladspa.xml:
4102 Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4104 2008-05-13 Mark Nauwelaerts <mnauw@users.sf.net>
4106 * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4107 Send an initial BYTE segment to inform downstream of later seeking,
4108 and to forego sync attempts.
4110 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
4112 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4113 Fix wrong caps string.
4115 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
4117 Based on patch by: Olivier Crete <tester at tester dot ca>
4119 * gst/rtp/Makefile.am:
4120 * gst/rtp/gstrtp.c: (plugin_init):
4121 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4122 (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4123 (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4124 (gst_rtp_g729_depay_plugin_init):
4125 * gst/rtp/gstrtpg729depay.h:
4126 * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4127 (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4128 (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4129 * gst/rtp/gstrtpg729pay.h:
4130 Added G729 pay and depayloaders. Fixes #532409.
4132 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
4134 * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4135 Fix the calculation of the duration of the concealment packets.
4137 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
4139 Based on patch by: Olivier Crete <tester at tester dot ca>
4141 * gst/rtp/Makefile.am:
4142 * gst/rtp/gstrtp.c: (plugin_init):
4143 * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4144 (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4145 (parse_encode), (gst_rtp_dv_depay_setcaps),
4146 (calculate_difblock_location), (gst_rtp_dv_depay_process),
4147 (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4148 (gst_rtp_dv_depay_plugin_init):
4149 * gst/rtp/gstrtpdvdepay.h:
4150 * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4151 (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4152 (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4153 (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4154 (gst_dv_pay_negotiate), (include_dif),
4155 (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4156 * gst/rtp/gstrtpdvpay.h:
4157 Add DV pay and depayloaders. Fixes #532423.
4159 2008-05-12 Mark Nauwelaerts <mnauw@users.sf.net>
4161 * gst/matroska/matroska-demux.c:
4162 (gst_matroska_demux_push_dvd_clut_change_event):
4163 Convert subtitle palette info in VobSub private data from VobSub's
4166 2008-05-12 Mark Nauwelaerts <mnauw@users.sf.net>
4168 * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4169 Do not leave fourcc stream header field empty upon reset.
4172 2008-05-11 Jan Schmidt <jan.schmidt@sun.com>
4174 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4175 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4176 * docs/plugins/inspect/plugin-goom.xml:
4177 * docs/plugins/inspect/plugin-goom2k1.xml:
4178 * gst/goom/gstgoom.c:
4179 * gst/goom2k1/gstgoom.c:
4180 Add goom2k1 into the docs.
4182 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
4184 Based on patch by: Wouter Cloetens <wouter at mind be>
4186 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4187 (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4188 (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4189 (gst_rtsp_decode_quoted_string),
4190 (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4191 (gst_rtspsrc_setup_auth):
4192 Support Digest authentication. Fixes #532065.
4194 2008-05-08 Stefan Kost <ensonic@users.sf.net>
4196 * gst/level/gstlevel.c:
4197 Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4198 about whats needed for liboil acceleration. Simplify docs a bit.
4200 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
4202 Patch by: Sjoerd Simons <sjoerd at luon dot net>
4204 * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4205 Update the track duration if the old one was invalid.
4208 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4210 * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4211 Use GST_STR_NULL when trying to print sps and pps strings that could
4212 be NULL, as this might crash on some platforms.
4214 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4216 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4218 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4219 Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4220 set after creating the clipper.
4222 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4224 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4226 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4227 Added checking of surface lost case after an unsuccessful
4228 IDirectDrawSurface7_Lock() call.
4229 If surface is lost, return GST_FLOW_OK.
4231 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4233 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4235 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4236 WndProc, gst_directdraw_sink_window_thread):
4237 Improved Windows message loop and fixed window destruction issue.
4238 When the window which DirectDraw is rendering to is destroyed, the
4239 render/show_frame function will return GST_FLOW_ERROR.
4240 Partially fixes #520885.
4242 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4244 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4246 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4247 Fixed mid stream resolution change bug, the offscreen surface is now
4248 released when set_caps is called.
4249 Partially fixes #520885.
4251 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4253 * sys/directdraw/gstdirectdrawsink.c
4254 (gst_directdraw_sink_buffer_alloc):
4255 Make it so that gst_directdraw_sink_buffer_alloc uses the right
4258 Especially when looking through the pool of buffers, make sure that
4259 the width/height of caps is used instead of the already negotiated
4261 For example if a buffer with different caps is requested, i.e.
4262 higher resolution, the caller would get a buffer with the old
4263 dimensions and thus corrupt the heap.
4265 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4267 * sys/directdraw/gstdirectdrawsink.c
4268 (gst_directdraw_sink_buffer_alloc):
4269 Clear the flags on recycled buffers from buffer_alloc.
4270 Partially fixes #520885.
4272 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4274 * gst/rtp/gstrtpilbcpay.c:
4275 Added missing stdlib.h include for strtol(), and made include ordering and
4276 style consistent with the corresponding depayloader.
4278 2008-05-07 Tim-Philipp Müller <tim.muller at collabora co uk>
4281 Error out if we don't have the required core/base versions.
4283 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
4285 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4287 * sys/osxvideo/cocoawindow.m:
4288 Fix compiler warnings on PPC64. Fixes bug #499318.
4290 2008-05-05 Wim Taymans <wim.taymans@collabora.co.uk>
4292 Patch by: Sjoerd Simons <sjoerd at luon dot net>
4294 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4295 Don't leak file descriptors on error. Fixes #531532.
4297 2008-05-03 Sebastian Dröge <slomo@circular-chaos.org>
4299 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4300 (gst_gconf_audio_src_change_state):
4301 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4302 (gst_gconf_video_sink_change_state):
4303 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4304 (gst_gconf_video_src_change_state):
4305 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4306 (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4307 When we can't create a fakesink/fakesrc complain instead of unreffing
4308 NULL pointers and crashing later. See bug #530535.
4310 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4312 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4313 Add some more debug info and guard against small payloads.
4315 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4316 Set duration on outgoing buffers because we can.
4318 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4320 Patch by: Olivier Crete <tester at tester dot ca>
4322 * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4323 (gst_speex_enc_init), (gst_speex_enc_chain):
4324 Add negotiation for the speex channels and rate. Fixes #465146.
4326 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4328 Patch by: Olivier Crete <tester at tester dot ca>
4330 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4331 (gst_rtp_speex_pay_getcaps):
4332 Add negotiation for the speex channels and rate. See #465146.
4334 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4336 Patch by: Olivier Crete <tester at tester dot ca>
4338 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4339 (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4340 Add negotiation for the ILBC mode. See #465146.
4342 2008-05-02 Stefan Kost <ensonic@users.sf.net>
4344 * ext/soup/gstsouphttpsrc.c:
4345 Include stdlib to fix the build. Use g_free instead of free, libsoup
4348 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4350 Patch by: j^ <j@bootlab.org>
4352 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4353 Add more mpeg2 variants. Fixes #530886.
4355 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
4357 Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4359 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4360 Don't error out if we get an ICMP destination-unreachable
4361 message when trying to read packets on win32 (#529454).
4363 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
4366 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4367 Use new error code for encrypted streams (which requires core CVS).
4369 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
4371 * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4372 (gst_qtdemux_audiosrc_template):
4373 Fix swapped pad template names, spotted by Thiago Sousa Santos.
4375 2008-04-30 Wim Taymans <wim.taymans@collabora.co.uk>
4377 * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4378 (speex_dec_chain_parse_data):
4379 Produce concealment data when time progresses in a segment update.
4381 2008-04-29 Wim Taymans <wim.taymans@collabora.co.uk>
4383 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4385 Try to preserve input timestamps when we can.
4386 Do beginnings of error concealment.
4388 2008-04-28 Michael Smith <msmith@songbirdnest.com>
4390 * gst/debug/gstnavigationtest.c:
4391 MSVC doesn't provide rint(), define an adequate replacement locally as
4394 2008-04-28 Julien Moutte <julien@fluendo.com>
4396 * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4397 format to pacify Mac OSX's gcc.
4399 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
4401 * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4402 (DEFAULT_MAX), (src_template), (sink_template),
4403 (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4404 (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4405 (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4406 Bring rndbuffersize element into a state that doesn't require us
4407 to move it to -bad immediately. For one, fix up default min/max
4408 values so that the element actuall works using the default values.
4409 Also, don't ignore flow return values and do some kind of minimal
4410 eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4411 other gratuitious clean-ups.
4413 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
4415 * docs/plugins/Makefile.am:
4416 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4417 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4418 * docs/plugins/gst-plugins-good-plugins.args:
4419 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4420 * docs/plugins/gst-plugins-good-plugins.interfaces:
4421 * docs/plugins/gst-plugins-good-plugins.prerequisites:
4422 * docs/plugins/inspect/plugin-1394.xml:
4423 * docs/plugins/inspect/plugin-aasink.xml:
4424 * docs/plugins/inspect/plugin-alaw.xml:
4425 * docs/plugins/inspect/plugin-alpha.xml:
4426 * docs/plugins/inspect/plugin-alphacolor.xml:
4427 * docs/plugins/inspect/plugin-annodex.xml:
4428 * docs/plugins/inspect/plugin-apetag.xml:
4429 * docs/plugins/inspect/plugin-audiofx.xml:
4430 * docs/plugins/inspect/plugin-auparse.xml:
4431 * docs/plugins/inspect/plugin-autodetect.xml:
4432 * docs/plugins/inspect/plugin-avi.xml:
4433 * docs/plugins/inspect/plugin-cacasink.xml:
4434 * docs/plugins/inspect/plugin-cairo.xml:
4435 * docs/plugins/inspect/plugin-cdio.xml:
4436 * docs/plugins/inspect/plugin-cutter.xml:
4437 * docs/plugins/inspect/plugin-debug.xml:
4438 * docs/plugins/inspect/plugin-dv.xml:
4439 * docs/plugins/inspect/plugin-efence.xml:
4440 * docs/plugins/inspect/plugin-effectv.xml:
4441 * docs/plugins/inspect/plugin-equalizer.xml:
4442 * docs/plugins/inspect/plugin-esdsink.xml:
4443 * docs/plugins/inspect/plugin-flac.xml:
4444 * docs/plugins/inspect/plugin-flxdec.xml:
4445 * docs/plugins/inspect/plugin-gamma.xml:
4446 * docs/plugins/inspect/plugin-gconfelements.xml:
4447 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4448 * docs/plugins/inspect/plugin-goom.xml:
4449 * docs/plugins/inspect/plugin-halelements.xml:
4450 * docs/plugins/inspect/plugin-icydemux.xml:
4451 * docs/plugins/inspect/plugin-id3demux.xml:
4452 * docs/plugins/inspect/plugin-jpeg.xml:
4453 * docs/plugins/inspect/plugin-level.xml:
4454 * docs/plugins/inspect/plugin-matroska.xml:
4455 * docs/plugins/inspect/plugin-monoscope.xml:
4456 * docs/plugins/inspect/plugin-mulaw.xml:
4457 * docs/plugins/inspect/plugin-multifile.xml:
4458 * docs/plugins/inspect/plugin-multipart.xml:
4459 * docs/plugins/inspect/plugin-navigationtest.xml:
4460 * docs/plugins/inspect/plugin-ossaudio.xml:
4461 * docs/plugins/inspect/plugin-png.xml:
4462 * docs/plugins/inspect/plugin-quicktime.xml:
4463 * docs/plugins/inspect/plugin-rtp.xml:
4464 * docs/plugins/inspect/plugin-rtsp.xml:
4465 * docs/plugins/inspect/plugin-shout2send.xml:
4466 * docs/plugins/inspect/plugin-smpte.xml:
4467 * docs/plugins/inspect/plugin-spectrum.xml:
4468 * docs/plugins/inspect/plugin-speex.xml:
4469 * docs/plugins/inspect/plugin-taglib.xml:
4470 * docs/plugins/inspect/plugin-udp.xml:
4471 * docs/plugins/inspect/plugin-video4linux2.xml:
4472 * docs/plugins/inspect/plugin-videobalance.xml:
4473 * docs/plugins/inspect/plugin-videobox.xml:
4474 * docs/plugins/inspect/plugin-videocrop.xml:
4475 * docs/plugins/inspect/plugin-videoflip.xml:
4476 * docs/plugins/inspect/plugin-videomixer.xml:
4477 * docs/plugins/inspect/plugin-wavenc.xml:
4478 * docs/plugins/inspect/plugin-wavpack.xml:
4479 * docs/plugins/inspect/plugin-wavparse.xml:
4480 * docs/plugins/inspect/plugin-ximagesrc.xml:
4481 Add docs for gdkpixbufsink; update docs to CVS version.
4483 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
4485 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4486 Remove test sync-offset by default.
4488 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
4490 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4491 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4492 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4493 Use GLib versions of htonl, htons, ntohl and ntohs in order
4494 to avoid problems on win32 (#529707).
4496 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
4498 Patch by: Jesús Corrius <jesus at softcatala org>
4500 * gst/goom/filters.c: (zoomVector):
4501 * gst/goom/goom_core.c: (init_buffers):
4502 Fix build with mingw32: use rand() instead of random() and
4503 replace bzero() with memset(). Fixes #529692.
4505 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
4507 * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4508 Fix typo in comments.
4510 * tests/examples/rtp/client-H263p-PCMA.sdp:
4511 * tests/examples/rtp/client-H263p-PCMA.sh:
4512 * tests/examples/rtp/client-H264-PCMA.sdp:
4513 * tests/examples/rtp/client-H264-PCMA.sh:
4514 * tests/examples/rtp/client-H264.sdp:
4515 * tests/examples/rtp/client-H264.sh:
4516 * tests/examples/rtp/client-PCMA.sdp:
4517 * tests/examples/rtp/client-PCMA.sh:
4518 * tests/examples/rtp/server-alsasrc-PCMA.sh:
4519 * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4520 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4521 Add some more docs and fix examples.
4523 2008-04-25 Sebastian Dröge <slomo@circular-chaos.org>
4525 * tests/check/elements/multifile.c:
4526 Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4527 declared in the former, some have it declared in the latter.
4529 2008-04-24 Sebastian Dröge <slomo@circular-chaos.org>
4531 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4532 * gst/debug/tests.c: (md5_get_value):
4533 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4534 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4535 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4536 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4537 Stop using deprecated GLib functions.
4539 2008-04-24 Jan Schmidt <jan.schmidt@sun.com>
4542 Back to development -> 0.10.8.1
4544 === release 0.10.8 ===
4546 2008-04-23 Jan Schmidt <jan.schmidt@sun.com>
4549 releasing 0.10.8, "One For The Money"
4551 2008-04-22 Jan Schmidt <jan.schmidt@sun.com>
4554 0.10.7.4 pre-release
4556 2008-04-22 Jan Schmidt <jan.schmidt@sun.com>
4558 * gst/goom/config_param.c: (goom_plugin_parameters_free):
4559 * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4560 * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4561 * gst/goom/flying_stars_fx.c: (fs_free):
4562 * gst/goom/goom_config_param.h:
4563 * gst/goom/goom_core.c: (goom_init), (goom_close):
4564 * gst/goom/goom_plugin_info.h:
4565 * gst/goom/gstgoom.c: (gst_goom_finalize):
4566 * gst/goom/lines.c: (goom_lines_free):
4567 * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4568 * gst/goom/surf3d.c: (grid3d_free):
4569 * gst/goom/surf3d.h:
4570 * gst/goom/tentacle3d.c: (tentacle_free):
4571 Free a bunch of stuff, and initialise things to fix leaks
4572 and valgrind warnings in the testsuite.
4576 2008-04-21 Wim Taymans <wim.taymans@collabora.co.uk>
4578 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4579 (gst_rtspsrc_configure_caps):
4580 Ref caps as the return value for the request_pt_map signal.
4581 Remove some caps weirdness when configuring a stream. See #528245.
4583 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
4585 * tests/icles/gdkpixbufsink-test.c:
4586 Add cast to placate gcc 4.1.2.
4588 2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
4591 0.10.7.3 pre-release
4593 2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
4595 * tests/check/Makefile.am:
4596 Disable some more elements in the state test.
4597 Add a define so the soup test can find the test files
4598 it needs at runtime.
4600 * tests/check/elements/souphttpsrc.c: (run_server):
4602 Add a define so the soup test can find the test files
4603 it needs at runtime.
4605 2008-04-17 Jan Schmidt <Jan.Schmidt@sun.com>
4607 * gst/goom/convolve_fx.c: (convolve_apply):
4608 Don't ever draw the GOOM logo.
4611 2008-04-17 Edward Hervey <edward.hervey@collabora.co.uk>
4613 * ext/cdio/gstcdiocddasrc.c:
4614 * ext/dv/gstdvdemux.c:
4615 gst_atomic_int_set ==> g_atomic_int_set
4617 2008-04-16 Tim-Philipp Müller <tim at centricular dot net>
4620 * gst/goom/Makefile.am:
4621 * gst/goom/convolve_fx.c:
4622 * gst/goom/default_scripts.h:
4624 * gst/goom/goom_core.c: (choose_a_goom_line):
4625 * gst/goom/goom_plugin_info.h:
4626 * gst/goom/goomsl.c:
4627 * gst/goom/goomsl.h:
4628 * gst/goom/goomsl_hash.c:
4629 * gst/goom/goomsl_hash.h:
4630 * gst/goom/goomsl_heap.c:
4631 * gst/goom/goomsl_heap.h:
4632 * gst/goom/goomsl_private.h:
4633 * gst/goom/plugin_info.c:
4634 Strip out the config/script parsing stuff, we don't need it.
4637 2008-04-15 Tim-Philipp Müller <tim at centricular dot net>
4639 * gst/goom/plugin_info.c: (setOptimizedMethods):
4640 Disable altivec optimisations for 32-bit PPC as well to make
4641 things build properly on all PPC systems. Fixes #528143
4643 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
4645 * gst-plugins-good.spec.in:
4646 Update for souphttpsrc plugin which has moved to -good.
4648 2008-04-14 Jan Schmidt <Jan.Schmidt@sun.com>
4650 * gst/matroska/matroska-demux.c:
4651 (gst_matroska_demux_handle_seek_event):
4652 Fix open-ended seeks in matroskademux
4653 Patch by: Mark Nauwelaerts <manauw skynet be>
4656 2008-04-14 Jan Schmidt <jan.schmidt@sun.com>
4658 * tests/check/Makefile.am:
4659 Add soup test certificates to the dist.
4661 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
4664 Remove LADSPA reference I missed.
4666 2008-04-13 Sebastian Dröge <slomo@circular-chaos.org>
4668 * ext/soup/gstsouphttpsrc.c: (plugin_init):
4669 Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4670 over gnome-vfs and everything else. Fixes bug #527848.
4672 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
4676 Remove LADSPA plugin. Fixes: #515978
4678 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
4681 * docs/plugins/Makefile.am:
4682 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4683 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4684 * docs/plugins/gst-plugins-good-plugins.args:
4685 * docs/plugins/inspect/plugin-soup.xml:
4687 * tests/check/Makefile.am:
4688 Move soup plugin from -bad (Fixes: #523124)
4690 2008-04-11 Jan Schmidt <Jan.Schmidt@sun.com>
4692 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4693 Fix bounds checking of mode in Speex header, which may
4694 produce negative numbers in speex <= 1.1.12
4696 2008-04-09 Tim-Philipp Müller <tim at centricular dot net>
4698 * gst/goom/Makefile.am:
4699 * gst/goom/gfontlib.c:
4700 * gst/goom/gfontlib.h:
4701 * gst/goom/gfontrle.c:
4702 * gst/goom/gfontrle.h:
4704 * gst/goom/goom_core.c: (goom_update):
4705 * gst/goom/goom_plugin_info.h:
4706 * gst/goom/gstgoom.c: (gst_goom_chain):
4707 * gst/goom/plugin_info.c:
4708 Remove a bunch of font/text related code that we don't need.
4710 2008-04-09 Tim-Philipp Müller <tim at centricular dot net>
4712 * gst/goom/ppc_drawings.s:
4713 * gst/goom/ppc_zoom_ultimate.s:
4714 Change license of these files to LGPL, as permitted by the
4715 author, Guillaume Borios. See #515073.
4717 2008-04-09 Stefan Kost <ensonic@users.sf.net>
4719 * gst/goom/convolve_fx.c:
4720 * gst/goom/motif_goom1.h:
4721 * gst/goom/motif_goom2.h:
4722 As hinted in Bug #518213, revert one change and fix warnings properly.
4723 This fixes both #518213 and #520073 for me.
4725 2008-04-09 Jan Schmidt <Jan.Schmidt@sun.com>
4727 * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4728 * gst/matroska/matroska-demux.c:
4729 (gst_matroska_demux_handle_seek_event),
4730 (gst_matroska_demux_parse_contents_seekentry),
4731 (gst_matroska_demux_loop):
4732 Fix the Forte build by making function declaration signatures
4733 match the implementations.
4735 2008-04-08 Tim-Philipp Müller <tim at centricular dot net>
4737 * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4738 * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4739 * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4740 More logging when probing (see #518474), some comments in _reset().
4742 2008-04-07 Julien Moutte <julien@fluendo.com>
4744 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4745 because of a bad argument number.
4747 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
4749 * tests/icles/.cvsignore:
4750 * tests/icles/Makefile.am:
4751 * tests/icles/gdkpixbufsink-test.c:
4752 Interactive test app for gdkpixbufsink.
4754 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
4756 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4759 Actually build dlls when cross-compiling with mingw32.
4762 2008-04-05 Tim-Philipp Müller <tim at centricular dot net>
4764 * ext/hal/hal.c: (gst_hal_get_alsa_element):
4765 Don't munge device string to 'default:x' for capture devices.
4768 2008-04-04 Sebastian Dröge <slomo@circular-chaos.org>
4770 * ext/wavpack/gstwavpackparse.c:
4771 (gst_wavpack_parse_index_entry_free):
4772 Always use GSlice as we actually depend on GLib 2.12 already.
4774 2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
4777 Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4778 Also bump the GLib requirement to the current de-facto requirement
4781 2008-04-04 Wim Taymans <wim.taymans@collabora.co.uk>
4783 * gst/rtp/gstrtph264pay.c: (encode_base64),
4784 (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4785 * gst/rtp/gstrtph264pay.h:
4786 Parse codec_data for future AVC compatibility.
4787 Fail when we encounter AVC data for now.
4789 2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
4791 * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4792 (gst_spectrum_init), (gst_spectrum_set_property),
4793 (gst_spectrum_get_property), (gst_spectrum_message_new):
4794 Rename property enums and default defines for the properties to match
4795 the property names and rephrase property descriptions to make them a
4796 bit clearer (hopefully). See #518188.
4798 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
4800 * tests/check/Makefile.am:
4801 * tests/check/elements/.cvsignore:
4802 * tests/check/elements/gdkpixbufsink.c:
4803 Add unit test for gdkpixbufsink element.
4805 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
4807 * ext/gdk_pixbuf/Makefile.am:
4808 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4809 * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4810 (gst_gdk_pixbuf_sink_base_init),
4811 (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4812 (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4813 (gst_gdk_pixbuf_sink_set_caps),
4814 (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4815 (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4816 (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4817 (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4818 (gst_gdk_pixbuf_sink_get_property):
4819 * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4820 Add gdkpixbufsink element for easy snapshotting (#525946).
4822 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
4824 * tests/check/pipelines/wavpack.c: (wavpack_suite):
4825 Bump timeout from 3 to 60 seconds.
4827 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
4829 * tests/check/pipelines/.cvignore:
4830 Remove useless file.
4832 * tests/check/pipelines/.cvsignore:
4833 Add new test to .cvsignore.
4835 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
4837 * tests/check/Makefile.am:
4838 * tests/check/pipelines/wavpack.c: (bus_handler),
4839 (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4840 (wavpack_suite), (main):
4841 Add unit test that encodes and decodes some data, checks that it
4842 is still the same and that all timestamps/offsets are perfect.
4844 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
4846 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4847 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4848 * ext/wavpack/gstwavpackparse.c:
4849 (gst_wavpack_parse_index_entry_new),
4850 (gst_wavpack_parse_index_entry_free),
4851 (gst_wavpack_parse_base_init),
4852 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4853 Use GSlice for allocating index entries and use
4854 gst_element_class_set_details_simple().
4856 2008-04-02 Tim-Philipp Müller <tim at centricular dot net>
4858 Patch by: Brian Cameron <brian.cameron at sun dot com>
4860 * sys/sunaudio/gstsunaudio.c:
4861 * sys/sunaudio/gstsunaudiomixer.c:
4862 * sys/sunaudio/gstsunaudiomixer.h:
4863 * sys/sunaudio/gstsunaudiomixerctrl.c:
4864 * sys/sunaudio/gstsunaudiomixerctrl.h:
4865 * sys/sunaudio/gstsunaudiomixertrack.c:
4866 * sys/sunaudio/gstsunaudiomixertrack.h:
4867 * sys/sunaudio/gstsunaudiosink.c:
4868 * sys/sunaudio/gstsunaudiosink.h:
4869 * sys/sunaudio/gstsunaudiosrc.c:
4870 * sys/sunaudio/gstsunaudiosrc.h:
4871 Fix up copyrights (#525860).
4873 2008-04-02 Tim-Philipp Müller <tim at centricular dot net>
4875 * gst/goom/goomsl.c: (gsl_read_file):
4876 Check return value of fread() to avoid compiler warnings.
4878 2008-04-01 Wim Taymans <wim.taymans@collabora.co.uk>
4880 Based on patch by: Mersad Jelacic <mersad at axis dot com>
4882 * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4883 (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4884 * gst/law/alaw-decode.h:
4885 * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4886 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4887 (gst_mulawdec_chain), (gst_mulawdec_change_state):
4888 * gst/law/mulaw-decode.h:
4889 * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4890 Make negotiation a bit modern.
4891 Use pad_alloc. Fixes #525359.
4893 2008-03-31 David Schleef <ds@schleef.org>
4895 * gst/goom/xmmx.c: Fix constraints on asm code so that it
4896 compiles consistently. Fixes #522278.
4898 2008-03-27 Tim-Philipp Müller <tim at centricular dot net>
4900 Patch by: Brian Cameron <brian.cameron at sun dot com>
4902 * sys/sunaudio/gstsunaudiomixerctrl.c:
4903 (gst_sunaudiomixer_ctrl_get_volume),
4904 (gst_sunaudiomixer_ctrl_set_volume):
4905 * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4906 Fix up the mixer tracks to use a volume range of 0-255, which is what
4907 the sun audio API uses. This simplifies the code and avoids rounding
4908 errors. Fixes #524593.
4910 2008-03-26 Edgard Lima <edgard.lima@indt.org.br>
4912 * sys/v4l2/gstv4l2object.c:
4913 * sys/v4l2/gstv4l2object.h:
4914 Add device-fd property to make it possible to apps to call ioctl's.
4916 2008-03-25 Wim Taymans <wim.taymans@collabora.co.uk>
4918 * gst/qtdemux/qtdemux.c: (next_entry_size):
4919 Unbreak streaming mode again.
4921 2008-03-25 Tim-Philipp Müller <tim at centricular dot net>
4923 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4924 Remove superfluous DEBUG macro.
4926 2008-03-25 Tim-Philipp Müller <tim at centricular dot net>
4928 Based on patch by: William M. Brack <wbrack at mmm com hk>
4930 * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4931 (gst_v4l2src_set_capture):
4932 Check whether the device supports setting the framerate before
4933 trying to set it and then posting a warning or error if it doesn't
4934 work (#516649, #520092). Also compare fractions more correctly.
4936 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
4938 * gst/goom/Makefile.am:
4939 Remove ppc assembler optimisations from the build until they
4940 actually build (they also seem to have GPL headers).
4942 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
4945 Better not dist files that don't exist any longer (lrint*m4).
4947 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4952 Remove lrint/lrintf checks. We don't use it anywhere.
4954 2008-03-18 Andy Wingo <wingo@pobox.com>
4956 * sys/osxvideo/osxvideosink.m
4957 (gst_osx_video_sink_osxwindow_destroy)
4958 (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4960 (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4963 2008-03-18 Andy Wingo <wingo@pobox.com>
4965 * sys/osxvideo/osxvideosink.m
4966 (gst_osx_video_sink_osxwindow_destroy)
4967 (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4969 (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4972 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
4974 Patch by: William M. Brack <wbrack at mmm com hk>
4976 * sys/v4l2/v4l2src_calls.c:
4977 (gst_v4l2src_probe_caps_for_format_and_size),
4978 (gst_v4l2src_probe_caps_for_format):
4979 Make sure the probed frame sizes are reversed in the resulting
4980 caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4981 highest resolution first); also remove unused variable.
4982 (Partly fixes #520092)
4984 2008-03-17 Wim Taymans <wim.taymans@collabora.co.uk>
4986 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4988 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4989 (gst_rtspsrc_finalize):
4990 Call WSAStartup() and WSACleanup before using the Winsock API.
4993 2008-03-16 Stefan Kost <ensonic@users.sf.net>
4995 * gst/avi/gstavidemux.c:
4996 Erm, the buffer-size is just guint, no need for the special format
4999 2008-03-16 Tim-Philipp Müller <tim at centricular dot net>
5001 * gst/goom/plugin_info.c:
5002 * gst/goom/ppc_zoom_ultimate.h:
5003 Small fixes to build more on PPC: ifdef out code that uses unknown
5004 define; add newline at end of header file to avoid compiler warning.
5005 Assembler code still doesn't build though.
5007 2008-03-16 Stefan Kost <ensonic@users.sf.net>
5009 * gst/avi/gstavidemux.c:
5010 Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5011 Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5013 2008-03-16 Stefan Kost <ensonic@users.sf.net>
5015 * gst/avi/gstavidemux.c:
5016 Chunksize is uint32. Fix format specifier.
5018 2008-03-14 Christian Schaller <christian.schaller@collabora.co.uk>
5020 * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5021 mistake. Return file to pure MIT text.
5023 2008-03-13 Sebastian Dröge <slomo@circular-chaos.org>
5025 * gst/audiofx/audiofx.c:
5026 Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5027 of hardcoding values.
5029 2008-03-11 Tim-Philipp Müller <tim at centricular dot net>
5031 Patch by: Mark Nauwelaerts <manauw skynet be>
5033 * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5034 (gst_oss_src_close):
5035 * sys/oss/gstosssrc.h:
5036 Cache probed caps, so _get_caps() during recording doesn't cause
5037 ioctl calls which may disrupt the recording (fixes #521875).
5039 2008-03-11 Wim Taymans <wim.taymans@collabora.co.uk>
5041 * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5042 (gst_qtdemux_activate_segment),
5043 (gst_qtdemux_prepare_current_sample),
5044 (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5045 Make sure we always send a DISCONT after a seek by setting the sample
5046 index to an undefined value after a seek.
5048 2008-03-11 Tim-Philipp Müller <tim at centricular dot net>
5050 * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5051 (GST_IS_AVI_SUBTITLE_CLASS):
5052 Fix up IS_FOO macros, which makes gtk-doc much happier.
5054 2008-03-08 Tim-Philipp Müller <tim at centricular dot net>
5056 * tests/icles/Makefile.am:
5057 Move the -lgstfoo where it belongs.
5059 2008-03-08 Sebastian Dröge <slomo@circular-chaos.org>
5061 * gst/matroska/ebml-ids.h:
5062 Add ID for EBML CRC32 elements.
5064 * gst/matroska/Makefile.am:
5065 * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5066 (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5067 (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5068 (gst_ebml_read_header):
5069 Support reading 80bit floats, add finalize method to clean up
5070 in any case, support reading length/id elements with any length
5071 as long as it's smaller than our supported maximum, don't leak
5072 buffers if reading as much data as we wanted failed and some
5075 2008-03-08 Sebastian Dröge <slomo@circular-chaos.org>
5077 Patch by: Olivier Crete <tester at tester dot ca>
5079 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5080 Check that a buffer is large enough before reading from it.
5083 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
5085 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5086 Fix compilation after removing the GstPollMode from the
5089 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org>
5092 * gst/audiofx/Makefile.am:
5093 * gst/audiofx/audiochebband.c:
5094 * gst/audiofx/audiocheblimit.c:
5095 * gst/audiofx/math_compat.h:
5096 Check for sinh(), cosh() and asinh() and define our own
5097 implementations if they're not available. Fixes bug #520880.
5099 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org>
5101 Patch by: Olivier Crete <tester at tester dot ca>
5103 * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5104 Unref the buffers only once when handling not-negotiated errors.
5107 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
5109 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
5111 * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5113 Properly balance WSA_Cleanup with WSA_Startup.
5114 Also make the poll controllable on windows. Fixes #520888.
5116 2008-03-06 Wim Taymans <wim.taymans@collabora.co.uk>
5118 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5119 (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5120 (gst_ebml_read_element_length), (gst_ebml_peek_id),
5121 (gst_ebml_read_skip), (gst_ebml_read_buffer),
5122 (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5123 (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5124 (gst_ebml_read_date), (gst_ebml_read_master),
5125 (gst_ebml_read_binary), (gst_ebml_read_header):
5126 * gst/matroska/ebml-read.h:
5127 * gst/matroska/matroska-demux.c:
5128 (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5129 (gst_matroska_demux_read_track_encodings),
5130 (gst_matroska_demux_add_stream),
5131 (gst_matroska_demux_handle_src_query),
5132 (gst_matroska_demux_handle_seek_event),
5133 (gst_matroska_demux_init_stream),
5134 (gst_matroska_demux_parse_tracks),
5135 (gst_matroska_demux_parse_index_cuetrack),
5136 (gst_matroska_demux_parse_index_pointentry),
5137 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5138 (gst_matroska_demux_parse_metadata_id_simple_tag),
5139 (gst_matroska_demux_parse_metadata_id_tag),
5140 (gst_matroska_demux_parse_metadata),
5141 (gst_matroska_demux_sync_streams),
5142 (gst_matroska_demux_push_hdr_buf),
5143 (gst_matroska_demux_push_flac_codec_priv_data),
5144 (gst_matroska_demux_push_xiph_codec_priv_data),
5145 (gst_matroska_demux_add_wvpk_header),
5146 (gst_matroska_demux_check_subtitle_buffer),
5147 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5148 (gst_matroska_demux_parse_cluster),
5149 (gst_matroska_demux_parse_contents_seekentry),
5150 (gst_matroska_demux_parse_contents),
5151 (gst_matroska_demux_loop_stream_parse_id),
5152 (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5153 * gst/matroska/matroska-demux.h:
5154 * gst/matroska/matroska-ids.h:
5155 Handle return values from pull_range in a more granular way to properly
5157 Combine return values from push.
5158 Implement proper error handling.
5159 Prepare for handling seeking correctly.
5161 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
5163 * gst/matroska/ebml-read.c:
5164 Use GINT64 formatting constants from GLIB.
5166 * gst/matroska/matroska-demux.c:
5167 Add some guards to avoid a possible division by 0 and crashing
5168 with NULL events on some systems.
5169 Use gst_gdouble_to_guint64 somewhere instead of an implicit
5172 * gst/matroska/matroska-mux.c:
5173 Check for invalid timestamps in a bunch of places to avoid
5174 writing bogus durations into the output file.
5175 Fix some double<->gint64 conversions that weren't using
5176 gst_guint64_to_gdouble
5178 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
5181 Move the checks for bison, flex and as to the program section and the
5182 check for gcc inline asm to the compiler characteristics section.
5184 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
5187 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5188 plug-ins are included/excluded. (#498222)
5190 2008-02-29 Michael Smith <msmith@fluendo.com>
5192 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5193 Don't call gst_object_sync_values() unless we have a valid timestamp.
5195 2008-02-28 David Schleef <ds@schleef.org>
5197 * gst/matroska/matroska-demux.c:
5198 * gst/matroska/matroska-ids.h:
5199 * gst/matroska/matroska-mux.c:
5200 Fix Dirac mapping. I had previously added a VfW-type
5201 mapping, but it looks like Dirac will get a native Matroska
5202 mapping, and this is the most likely method.
5204 2008-02-28 David Schleef <ds@schleef.org>
5206 * gst/avi/gstavimux.c: Add Dirac encoding
5208 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
5210 Patch by: Peter Kjellerstedt <pkj at axis com>
5212 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5213 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5214 (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5215 * gst/udp/gstudpsrc.h:
5216 Port to GstPoll. See #505417.
5218 2008-02-28 Sebastian Dröge <slomo@circular-chaos.org>
5220 * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5221 Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5222 yet on the srcpad. We need rate and channels before we
5223 can do any processing. Fixes bug #519088.
5225 2008-02-26 Jan Schmidt <jan.schmidt@sun.com>
5228 Detect and indicate if GCC inline assembly syntax is
5231 * gst/goom/Makefile.am:
5232 * gst/goom/convolve_fx.c:
5233 * gst/goom/flying_stars_fx.c:
5234 * gst/goom/goom_config.h:
5235 * gst/goom/goom_core.c:
5236 * gst/goom/goomsl.c:
5239 * gst/goom/plugin_info.c:
5241 Fix various GCC-isms, and only build the inline assembly
5242 with compilers that support GCC inline assembly.
5244 Fix a couple of other warnings shown with Forte.
5246 2008-02-25 Stefan Kost <ensonic@users.sf.net>
5249 Use 'emms' instead of 'femms' to not crash on cpus that do not
5250 implement this 3dnow specific instruction.
5252 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
5254 * gst/goom/plugin_info.c: (setOptimizedMethods):
5255 Use extended MMX for draw_line() too if available, not only
5258 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
5260 * ext/jpeg/gstjpeg.c: (plugin_init):
5261 Remove (commented out) smoke typefinder. This is in base now.
5263 2008-02-23 Jan Schmidt <jan.schmidt@sun.com>
5265 * gst/goom2k1/Makefile.am:
5266 * gst/goom2k1/gstgoom.c:
5268 Rename the installed library, and don't register the same
5269 GType name as the new goom.
5271 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
5274 * ext/taglib/Makefile.am:
5275 Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5276 when building C++ code (#516509).
5278 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
5280 * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5281 * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5282 (setOptimizedMethods):
5283 Call oil_init(), otherwise oil_get_cpu_flags() won't return
5284 anything useful. Export goom debug category so we can get
5285 rid of the VERBOSE define and the printfs.
5287 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
5289 * gst/goom/goomsl_heap.c: (align_it):
5290 * gst/goom/plugin_info.c: (setOptimizedMethods):
5291 Compile fixes for x86-64.
5293 2008-02-23 Bastien Nocera <hadess@hadess.net>
5295 * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5296 with warnings, but add other CFLAGS
5298 * gst/goom/goomsl.c (gsl_instr_set_namespace),
5299 (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5300 (calculate_labels), (gsl_read_file):
5301 * gst/goom/goomsl_lex.l:
5302 * gst/goom/goomsl_yacc.y:
5303 * gst/goom/plugin_info.c: Remove a few live printf, and
5304 fprintf, replace exit() calls with g_assert_not_reached()
5305 if it not optimal for a library
5307 2008-02-23 Bastien Nocera <hadess@hadess.net>
5309 * gst/goom/Makefile.am: Remove the warnings being disabled,
5310 fix linkage on x86, spotted by Sebastian Dröge
5311 <slomo@circular-chaos.org>
5313 * gst/goom/convolve_fx.c (convolve_init),
5314 (create_output_with_brightness), (convolve_apply):
5315 * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5316 * gst/goom/goomsl.c:
5317 * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5318 * gst/goom/plugin_info.c:
5319 * gst/goom/tentacle3d.c (tentacle_fx_create):
5320 Fix warnings, and disable the motifs in the convolve_fx
5321 plugin (they were causing warnings, and they were just
5322 "Goom" in funny letterring)
5324 2008-02-23 Bastien Nocera <hadess@hadess.net>
5326 * configure.ac: Add checks for Flex/Yacc/Bison and other
5327 furry animals, for the new goom 2k4 based plugin
5329 * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5330 CPU optimisations (not working yet), move the old plugin to...
5332 * gst/goom2k1/*: ... here, in case somebody is sick enough
5336 2008-02-22 Wim Taymans <wim.taymans@collabora.co.uk>
5338 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5339 Post the server response code in an error message instead of a generic
5340 'error' message. Fixes #517237.
5342 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
5344 * tests/check/Makefile.am:
5345 Ignore gconfaudiosrc for the states unit test too. It will fallback
5346 to alsasrc if the gconf settings can't be read and not everybody has
5349 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
5351 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5352 (gst_wavpack_parse_create_src_pad):
5353 * ext/wavpack/gstwavpackparse.h:
5354 Always report the duration if we know it in push mode and don't
5355 return 0 just to make totem believe we can't seek in push mode.
5356 Newer totem version use the SEEKING query which properly reports
5357 if we can seek or not.
5359 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
5361 Patch by: Jens Granseuer <jensgr at gmx dot net>
5363 * tests/examples/equalizer/demo.c: (main):
5364 C89 fix, moving variable declarations to the beginning of
5365 the block. Fixes bug #517933.
5367 2008-02-21 Jan Schmidt <jan.schmidt@sun.com>
5370 Back to development...
5372 === release 0.10.7 ===
5374 2008-02-20 Jan Schmidt <jan.schmidt@sun.com>
5377 releasing 0.10.7, "Red Door Black"
5379 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
5381 * gst/alpha/Makefile.am:
5382 Link alpha plugin with libgstbase. Fixes bug #517386.
5384 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
5386 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5387 Init values to -1 instead of the default 0 value.
5390 2008-02-14 Stefan Kost <ensonic@users.sf.net>
5392 * tests/examples/spectrum/spectrum-example.c:
5393 Add missing include to fix compilation when libxml usage is disabled.
5396 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
5398 patch by: Wim Taymans <wim.taymans@collabora.co.uk>
5401 * gst/rtp/gstrtph264pay.c:
5402 * gst/rtp/gstrtpmp4gdepay.c:
5403 * gst/rtp/gstrtpmp4gpay.c:
5404 * gst/rtp/gstrtpmp4gpay.h:
5405 * gst/rtp/gstrtptheorapay.c:
5406 * gst/rtp/gstrtpvorbispay.c:
5408 Fix various leaks shown up in valgrind
5409 - free sprops and buffer in error cases in H264 payloader
5410 - fix leak in mp4g depayloader when construction the caps
5411 - don't leak config string in the mp4g payloader
5412 - don't leak buffers and headers in theora and vorbis payloaders
5414 * tests/check/elements/rtp-payloading.c:
5416 Fix the RTP data test
5417 - Actually send valid amr data to the payloader instead of 20
5419 - The mp4g payloader expects codec_data on the caps
5421 2008-02-12 Sebastien Moutte <sebastien@moutte.net>
5424 Add libgstpng.dsp to MANIFEST.
5425 * win32/vs6/libgstaudiofx.dsp:
5426 Add new source files to VS project file.
5428 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
5430 * sys/ximage/gstximagesrc.c:
5431 Initialise variables when opening the X display rather
5432 than in _start(), as the display can be opened before that.
5436 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5438 * sys/directdraw/gstdirectdrawsink.c:
5439 (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5440 (gst_directdraw_sink_finalize):
5441 Properly chain up finalize functions. Fixes bug #515980.
5443 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5445 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5446 (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5447 (gst_v4l2_buffer_pool_class_init):
5448 Chain up the finalize functions. Fixes bug #515984.
5450 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
5452 * sys/ximage/ximageutil.c:
5453 Chain up in the finalize function for our custom
5455 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
5458 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5460 * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5461 (gst_fenced_buffer_class_init):
5462 Properly chain up finalize method. Fixes bug #515979.
5464 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
5466 * sys/ximage/gstximagesrc.c:
5467 Free allocated Damage memory before closing our connection to the
5468 X server. Partially fixes: #515706
5470 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5472 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5473 * tests/check/Makefile.am:
5474 * tests/check/gst-plugins-good.supp:
5475 Add a few libjpeg suppressions and initialize a variable to
5476 make smokeenc valgrind clean. Fixes bug #515701.
5478 2008-02-11 Jan Schmidt <jan.schmidt@sun.com>
5480 * gst/avi/gstavidemux.c:
5481 Revert patch which sends timestamps only on keyframes, as it
5482 breaks playback with current gst-ffmpeg.
5486 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
5488 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5489 * tests/check/elements/multifile.c: (GST_START_TEST):
5490 Close some memory leaks spotted by the unit test. Fixes bug #515697.
5492 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
5494 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5495 Use and unset the GError when pipeline creation fails instead of
5496 simply leaking it. Fixes bug #515704.
5498 2008-02-10 Sebastian Dröge <slomo@circular-chaos.org>
5500 * gst/audiofx/audioamplify.c:
5501 * gst/audiofx/audiochebband.c:
5502 * gst/audiofx/audiocheblimit.c:
5503 * gst/audiofx/audiodynamic.c:
5504 * gst/audiofx/audioinvert.c:
5505 * gst/audiofx/audiopanorama.c:
5506 * gst/audiofx/audiowsincband.c:
5507 * gst/audiofx/audiowsinclimit.c:
5508 Fix long description of audiofx elements. Fixes bug #515457.
5510 2008-02-09 Jan Schmidt <jan.schmidt@sun.com>
5512 * docs/plugins/Makefile.am:
5513 * gst/spectrum/gstspectrum.c:
5514 * tests/examples/spectrum/.cvsignore:
5515 * tests/examples/spectrum/Makefile.am:
5516 * tests/examples/spectrum/spectrum-example.c:
5518 Add a simple example application for the spectrum element, include it
5519 in the docs, and fix some documentation ambiguities.
5523 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5525 * gst/equalizer/Makefile.am:
5526 * gst/spectrum/Makefile.am:
5529 * tests/check/Makefile.am:
5530 Exclude v4l2src from the states test - it takes too long to start.
5532 * tests/check/elements/spectrum.c:
5533 Make the test run properly with CK_FORK=no
5535 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5537 * gst/audiofix/Makefile.am: add missing header files
5539 2008-02-08 Julien Moutte <julien@fluendo.com>
5541 * gst/matroska/matroska-demux.c:
5542 (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5543 keyframe and delta units correctly when dealign with a BlockGroup.
5546 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5548 * tests/check/elements/.cvsignore:
5549 Spell the new tests correctly in .cvsignore
5551 2008-02-08 Tim-Philipp Müller <tim at centricular dot net>
5553 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5554 Need to use gsize here for the size, fixes compiler warning.
5556 * tests/examples/equalizer/.cvsignore:
5557 * tests/examples/equalizer/Makefile.am:
5558 * tests/examples/spectrum/.cvsignore:
5559 * tests/examples/spectrum/Makefile.am:
5560 Add missing files to fix the build.
5562 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5565 * docs/plugins/Makefile.am:
5566 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5567 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5568 * docs/plugins/gst-plugins-good-plugins.args:
5569 * docs/plugins/gst-plugins-good-plugins.hierarchy:
5570 * docs/plugins/inspect/plugin-multifile.xml:
5571 * tests/check/Makefile.am:
5572 * tests/check/elements/.cvsignore:
5574 Move multifile plugin from -bad.
5577 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5580 * docs/plugins/Makefile.am:
5581 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5582 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5583 * docs/plugins/gst-plugins-good-plugins.args:
5584 * docs/plugins/gst-plugins-good-plugins.hierarchy:
5585 * docs/plugins/inspect/plugin-spectrum.xml:
5586 * gst/spectrum/Makefile.am:
5587 * tests/check/Makefile.am:
5588 * tests/check/elements/.cvsignore:
5589 * tests/examples/Makefile.am:
5591 Move spectrum plugin from -bad.
5592 Move examples into tests/examples/spectrum.
5594 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5597 * docs/plugins/Makefile.am:
5598 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5599 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5600 * docs/plugins/gst-plugins-good-plugins.args:
5601 * docs/plugins/gst-plugins-good-plugins.hierarchy:
5602 * docs/plugins/gst-plugins-good-plugins.interfaces:
5603 * docs/plugins/inspect/plugin-equalizer.xml:
5604 * gst/equalizer/Makefile.am:
5605 * tests/check/Makefile.am:
5606 * tests/examples/Makefile.am:
5607 Move the equalizer plugin across from -bad
5609 * tests/check/elements/.cvsignore:
5610 Add equalizer, audiosincwband and audiosincwlimit
5612 * tests/check/elements/equalizer.c:
5613 Fix compiler warnings
5617 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5620 Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5621 are treated like releases and build without it.
5623 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5625 * docs/plugins/Makefile.am:
5626 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5627 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5628 * docs/plugins/gst-plugins-good-plugins.args:
5629 * docs/plugins/inspect/plugin-audiofx.xml:
5630 * gst/audiofx/Makefile.am:
5631 * gst/audiofx/audiofx.c:
5632 * gst/audiofx/audiowsincband.c:
5633 * gst/audiofx/audiowsincband.h:
5634 * gst/audiofx/audiowsinclimit.c:
5635 * gst/audiofx/audiowsinclimit.h:
5636 * tests/check/Makefile.am:
5637 * tests/check/elements/audiowsincband.c:
5638 * tests/check/elements/audiowsinclimit.c:
5640 Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5641 the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5646 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
5648 * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5649 * tests/check/elements/icydemux.c:
5650 Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5651 caps, and add a somewhat useful debug message. Plus test.
5653 2008-02-07 Sebastien Moutte <sebastien@moutte.net>
5655 * gst/rtsp/gstrtspsrc.c:
5656 Include unistd.h only if HAVE_UNISTD_H is defined
5657 * win32/common/config.h.in:
5658 * win32/common/config.h:
5659 Define socklen_t as it seems it's not defined in default
5660 Visual Studio headers.
5661 * win32/vs6/libgstalpha.dsp:
5662 * win32/vs6/libgstapetag.dsp:
5663 * win32/vs6/libgstavi.dsp:
5664 * win32/vs6/libgstrtp.dsp:
5665 * win32/vs6/libgstrtsp.dsp:
5666 * win32/vs6/libgstvideomixer.dsp:
5667 Update project file dependencies and add new source files
5669 2008-02-07 Sebastian Dröge <slomo@circular-chaos.org>
5671 Patch by: Bjarne Rosengren <bjarne at axis dot com>
5673 * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5674 Don't leak buffers when we don't push them downstream.
5677 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
5680 Bump requirements to (good) released versions to avoid
5681 confusion and make implicit core requirement explicit.
5683 2008-02-06 Jan Schmidt <jan.schmidt@sun.com>
5685 * docs/plugins/Makefile.am:
5686 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5687 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5688 * docs/plugins/gst-plugins-good-plugins.args:
5689 * docs/plugins/inspect/plugin-audiofx.xml:
5690 * gst/audiofx/Makefile.am:
5691 * gst/audiofx/audiochebband.c:
5692 * gst/audiofx/audiochebband.h:
5693 * gst/audiofx/audiocheblimit.c:
5694 * gst/audiofx/audiocheblimit.h:
5695 * gst/audiofx/audiochebyshevfreqband.c:
5696 * gst/audiofx/audiochebyshevfreqband.h:
5697 * gst/audiofx/audiochebyshevfreqlimit.c:
5698 * gst/audiofx/audiochebyshevfreqlimit.h:
5699 * gst/audiofx/audiofx.c:
5700 * tests/check/Makefile.am:
5701 * tests/check/elements/.cvsignore:
5702 * tests/check/elements/audiochebband.c:
5703 * tests/check/elements/audiocheblimit.c:
5704 * tests/check/elements/audiochebyshevfreqband.c:
5705 * tests/check/elements/audiochebyshevfreqlimit.c:
5707 Rename audiochebyshevfreqband -> audiochebband and
5708 audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5713 2008-02-05 Wim Taymans <wim.taymans@collabora.co.uk>
5715 Patch by: Orjan Friberg <orjanf at axis dot com>
5717 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5718 Fix caps memory leak. Fixes #514573.
5720 2008-02-04 Edward Hervey <edward.hervey@collabora.co.uk>
5722 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5723 If there's no entries in the subindex, don't try to do anything stupid,
5726 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5728 Patch by: John Millikin <jmillikin at gmail dot com>
5730 * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5731 (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5732 Fix extraction of picture blocks with newer libflac versions again:
5733 FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5735 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5737 * tests/check/Makefile.am:
5738 Add rtp-payloading test to VALGRIND_TO_FIX.
5740 * tests/check/elements/rtp-payloading.c:
5741 Add semicolons after GST_TEST_END so gst-indent gets the
5742 formatting right; make test less verbose in general, but
5743 more verbose in the error case (which should probably
5744 make the test fail anyway).
5746 2008-02-01 Thijs Vermeir <thijsvermeir@gmail.com>
5748 * docs/plugins/Makefile.am:
5749 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5750 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5751 * gst/avi/gstavisubtitle.c:
5752 Add documentation for avisubtitle and change class to
5753 Codec/Parser/Subtitle
5755 2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com>
5757 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5758 Treat ENOTTY (driver does not implement ioctl) the same as
5759 EINVAL since it implies there are no available standards.
5761 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5762 (gst_v4l2src_get_nearest_size):
5763 Replace gst_v4l2src_get_size_limits with 2 calls to new function
5764 gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5765 probe if the driver does not support VIDIOC_TRY_FMT for whatever
5766 reason, and if we aren't yet actively capturing.
5768 * sys/v4l2/v4l2src_calls.h:
5769 Remove replaced function declaration.
5771 2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com>
5774 Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5777 2008-01-31 Jan Schmidt <jan.schmidt@sun.com>
5782 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5784 * gst/alpha/Makefile.am:
5785 * gst/alpha/gstalpha.c:
5787 Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5788 some stuff, and making buffer-alloc and resizing work automatically.
5789 No longer crashes on odd frame widths and heights, although there
5790 seems to be a disagreement with ffmpegcolorspace about what size
5791 an AYUV frame with odd height should be.
5793 2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
5795 Patch by: Alessandro Decina <alessandro at nnva dot org>
5797 * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5798 * ext/libpng/gstpngenc.h:
5799 Preallocate the output buffer so that g_memdup() and
5800 gst_buffer_merge() aren't needed anymore. This greatly improves
5801 performances and fixes #512544.
5803 2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
5805 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5806 (gst_avi_demux_stream_data):
5807 GStreamer timestamps are PTS values while AVI only knows about DTS
5808 timestamps. Make sure we only copy the DTS as the buffer timestamp when
5809 we are dealing with a key frame.
5811 2008-01-29 Stefan Kost <ensonic@users.sf.net>
5813 * tests/check/Makefile.am:
5814 * tests/check/elements/.cvsignore:
5815 * tests/check/elements/rtp-payloading.c:
5816 Add add testsuite for the rtp-payloader that tries simulating
5817 dataflow. Needs more test data.
5819 2008-01-29 Stefan Kost <ensonic@users.sf.net>
5821 * tests/check/elements/alphacolor.c:
5822 Remove two unused variables.
5824 2008-01-28 Tim-Philipp Müller <tim at centricular dot net>
5826 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5827 Use g_ascii_strtoll() instead of atoll, which is only
5830 2008-01-25 Thijs Vermeir <thijsvermeir@gmail.com>
5832 * gst/rtp/Makefile.am:
5834 * gst/rtp/gstrtpmpvpay.c:
5835 * gst/rtp/gstrtpmpvpay.h:
5836 Add MPEG2 video payloader
5838 2008-01-23 Sebastian Dröge <slomo@circular-chaos.org>
5840 * gst/level/gstlevel.c:
5841 Use #include <math.h> instead of #include "math.h".
5843 2008-01-21 Jan Schmidt <Jan.Schmidt@sun.com>
5845 * tests/check/Makefile.am:
5846 Fix up some CFLAGS sets.
5847 Don't include gconfvideosrc in the states test.
5849 * tests/check/elements/autodetect.c: (GST_START_TEST):
5850 Add some error strings to fail_unless arguments to fix some weird
5851 compiler errors on Solaris.
5853 2008-01-21 Jan Schmidt <Jan.Schmidt@sun.com>
5856 Detect video4linux headers on Solaris too.
5857 * sys/v4l2/gstv4l2colorbalance.h:
5858 * sys/v4l2/gstv4l2object.h:
5859 * sys/v4l2/v4l2_calls.c:
5860 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5861 (gst_v4l2_buffer_new):
5863 Make v4l2 build on Solaris.
5864 Patch by: Brian Cameron <brian.cameron at sun dot com>
5867 2008-01-21 Stefan Kost <ensonic@users.sf.net>
5869 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5870 Update list from (still local) scanning script.
5872 2008-01-19 Sebastian Dröge <slomo@circular-chaos.org>
5874 Based on a patch by:
5875 Victor STINNER <victor dot stinner at haypocalc dot com>
5877 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5878 Set variable to NULL after freeing it to prevent double frees
5879 or make failures by another use of it afterwards more obvious
5880 and fix use of it after the freeing. Fixes bug #510592.
5882 2008-01-18 Thijs Vermeir <thijsvermeir@gmail.com>
5884 * gst/udp/gstmultiudpsink.c:
5885 use GST_WARNING for logging
5887 2008-01-18 Thijs Vermeir <thijsvermeir@gmail.com>
5889 * gst/udp/gstmultiudpsink.c:
5890 Don't try to leave a multicast group with an invalid socket
5892 2008-01-17 Tim-Philipp Müller <tim at centricular dot net>
5894 * ext/flac/gstflacdec.c:
5895 Fix compilation against flac 1.1.2 (as on debian stable), where
5896 the picture metadata defines and structs don't exist yet.
5899 2008-01-17 Wim Taymans <wim.taymans@collabora.co.uk>
5901 Patch by: Olivier Crete <tester at tester dot ca>
5903 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5904 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5905 (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5906 (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5907 * gst/udp/gstmultiudpsink.h:
5908 Add property to automatically join a multicast group or not. This can be
5909 useful when sharing a socket between multiple elements.
5912 2008-01-16 Stefan Kost <ensonic@users.sf.net>
5914 * gst/videomixer/Makefile.am:
5915 Add controller flags.
5917 2008-01-16 Stefan Kost <ensonic@users.sf.net>
5919 * gst/videomixer/videomixer.c:
5920 Also commit the missing gst_object_sync_values().
5922 2008-01-16 Stefan Kost <ensonic@users.sf.net>
5924 * docs/plugins/Makefile.am:
5925 Remove duplicate entry.
5927 2008-01-15 Stefan Kost <ensonic@users.sf.net>
5929 * docs/plugins/Makefile.am:
5930 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5931 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5932 * docs/plugins/inspect/plugin-gamma.xml:
5933 * docs/plugins/inspect/plugin-monoscope.xml:
5934 * docs/plugins/inspect/plugin-video4linux2.xml:
5935 Add 3 more plugins to docs.
5937 2008-01-15 Stefan Kost <ensonic@users.sf.net>
5939 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5940 * sys/osxvideo/osxvideosink.h:
5941 Revert previous change caused by a file that got stuck on an old
5944 2008-01-15 Stefan Kost <ensonic@users.sf.net>
5946 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5947 * gst/multipart/Makefile.am:
5948 * gst/multipart/multipartdemux.c:
5949 * gst/multipart/multipartdemux.h:
5950 * gst/multipart/multipartmux.c:
5951 * gst/multipart/multipartmux.h:
5952 Re-add multipartdemux to the docs. Last round of section cleanup.
5954 2008-01-15 Stefan Kost <ensonic@users.sf.net>
5956 * docs/plugins/Makefile.am:
5957 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5958 * sys/osxaudio/gstosxaudiosink.h:
5959 * sys/osxvideo/osxvideosink.h:
5960 Managed to resolve most unused declarations. Filed a bug for one left.
5962 2008-01-15 Stefan Kost <ensonic@users.sf.net>
5964 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5965 Cleanup section file.
5967 2008-01-15 Stefan Kost <ensonic@users.sf.net>
5969 * docs/plugins/Makefile.am:
5970 * docs/plugins/gst-plugins-good-plugins.args:
5971 * docs/plugins/gst-plugins-good-plugins.signals:
5972 * docs/plugins/inspect/plugin-alaw.xml:
5973 * docs/plugins/inspect/plugin-alpha.xml:
5974 * docs/plugins/inspect/plugin-alphacolor.xml:
5975 * docs/plugins/inspect/plugin-annodex.xml:
5976 * docs/plugins/inspect/plugin-apetag.xml:
5977 * docs/plugins/inspect/plugin-audiofx.xml:
5978 * docs/plugins/inspect/plugin-auparse.xml:
5979 * docs/plugins/inspect/plugin-autodetect.xml:
5980 * docs/plugins/inspect/plugin-avi.xml:
5981 * docs/plugins/inspect/plugin-cairo.xml:
5982 * docs/plugins/inspect/plugin-cdio.xml:
5983 * docs/plugins/inspect/plugin-cutter.xml:
5984 * docs/plugins/inspect/plugin-debug.xml:
5985 * docs/plugins/inspect/plugin-dv.xml:
5986 * docs/plugins/inspect/plugin-efence.xml:
5987 * docs/plugins/inspect/plugin-effectv.xml:
5988 * docs/plugins/inspect/plugin-flac.xml:
5989 * docs/plugins/inspect/plugin-flxdec.xml:
5990 * docs/plugins/inspect/plugin-gconfelements.xml:
5991 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5992 * docs/plugins/inspect/plugin-goom.xml:
5993 * docs/plugins/inspect/plugin-halelements.xml:
5994 * docs/plugins/inspect/plugin-icydemux.xml:
5995 * docs/plugins/inspect/plugin-id3demux.xml:
5996 * docs/plugins/inspect/plugin-jpeg.xml:
5997 * docs/plugins/inspect/plugin-ladspa.xml:
5998 * docs/plugins/inspect/plugin-level.xml:
5999 * docs/plugins/inspect/plugin-matroska.xml:
6000 * docs/plugins/inspect/plugin-mulaw.xml:
6001 * docs/plugins/inspect/plugin-multipart.xml:
6002 * docs/plugins/inspect/plugin-navigationtest.xml:
6003 * docs/plugins/inspect/plugin-png.xml:
6004 * docs/plugins/inspect/plugin-quicktime.xml:
6005 * docs/plugins/inspect/plugin-rtp.xml:
6006 * docs/plugins/inspect/plugin-rtsp.xml:
6007 * docs/plugins/inspect/plugin-shout2send.xml:
6008 * docs/plugins/inspect/plugin-smpte.xml:
6009 * docs/plugins/inspect/plugin-speex.xml:
6010 * docs/plugins/inspect/plugin-taglib.xml:
6011 * docs/plugins/inspect/plugin-udp.xml:
6012 * docs/plugins/inspect/plugin-videobalance.xml:
6013 * docs/plugins/inspect/plugin-videobox.xml:
6014 * docs/plugins/inspect/plugin-videocrop.xml:
6015 * docs/plugins/inspect/plugin-videoflip.xml:
6016 * docs/plugins/inspect/plugin-videomixer.xml:
6017 * docs/plugins/inspect/plugin-wavenc.xml:
6018 * docs/plugins/inspect/plugin-wavpack.xml:
6019 * docs/plugins/inspect/plugin-wavparse.xml:
6022 * gst/videomixer/Makefile.am:
6023 * gst/videomixer/videomixer.c:
6024 * gst/videomixer/videomixer.h:
6025 * gst/videomixer/videomixerpad.h:
6026 Split out header to fix warnings from the doc-build.
6028 2008-01-14 Wim Taymans <wim.taymans@collabora.co.uk>
6030 As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6032 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6033 Use atoll to parse the rtptime with enough precision. Fixes #509329.
6035 2008-01-14 Tim-Philipp Müller <tim at centricular dot net>
6037 * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6038 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6039 Initialise variables to work around (false) 'foo might be used
6040 uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6042 2008-01-11 David Schleef <ds@schleef.org>
6044 * docs/plugins/.cvsignore:
6045 * tests/check/pipelines/.cvsignore:
6046 Ignore more files for the buildbot.
6048 2008-01-11 Jan Schmidt <Jan.Schmidt@sun.com>
6050 * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6051 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6052 Generate the image-type values correctly. Leave them out of the caps
6053 when outputting a "preview image" tag, since it only makes sense
6054 to have one of those - the type is irrelevant.
6056 * sys/sunaudio/gstsunaudiomixerctrl.c:
6057 (gst_sunaudiomixer_ctrl_open):
6058 If we can, mark the mixer multiple open when we use it, in case
6059 (for some reason) the process wants to open it again elsewhere.
6061 2008-01-11 Wim Taymans <wim.taymans@collabora.co.uk>
6063 Patch by: Olivier Crete <tester at tester dot ca>
6065 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6066 * gst/rtp/gstrtptheorapay.c:
6067 Fix the clock rate to 90000 as required by the RFC.
6070 2008-01-11 Tim-Philipp Müller <tim at centricular dot net>
6072 * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6073 Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6075 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
6078 Add -Wno-portability to the automake parameters to stop warnings
6079 about GNU make extensions being used. We require GNU make in almost
6080 every Makefile anyway.
6083 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6084 at the same time is required for per target flags.
6086 2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk>
6088 * gst/videomixer/videomixer.c: (gst_videomixer_init):
6089 Fix error from my last commit.
6091 2008-01-09 Tim-Philipp Müller <tim at centricular dot net>
6093 Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6095 * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6096 Make sure the ISO 639-X language code in ID3v2 COMM frames
6097 is actually valid UTF-8 (or rather: ASCII), so we don't end
6098 up with non-UTF8 strings in tags if there's garbage in the
6099 language field. Also make sure the language code is always
6100 lower case. Fixes: #508291.
6102 2008-01-09 Stefan Kost <ensonic@users.sf.net>
6107 2008-01-09 Stefan Kost <ensonic@users.sf.net>
6110 Include lcov.mak to allow building coverage reports. Guard
6111 check-torture target like in the other packages.
6113 2008-01-09 Sameer Naik <sameer@damagehead.com>
6115 reviewed by: Edward Hervey <edward.hervey@collabora.co.uk>
6117 * gst/videomixer/videomixer.c:
6118 (gst_videomixer_set_master_geometry), (_do_init),
6119 (gst_videomixer_child_proxy_get_child_by_index),
6120 (gst_videomixer_child_proxy_get_children_count),
6121 (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6122 (gst_videomixer_init), (gst_videomixer_request_new_pad),
6123 (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6124 Implement GstChildProxy interface.
6125 Send newsegment at the right moment
6128 2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk>
6130 * gst/alpha/Makefile.am:
6131 * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6132 (gst_alpha_sink_event), (gst_alpha_chain),
6133 (gst_alpha_change_state), (plugin_init):
6134 Make the various properties of 'alpha' controllable. This allows doing
6135 niceties like fade-in/fade-out.
6137 2008-01-09 Stefan Kost <ensonic@users.sf.net>
6139 * gst/rtp/gstasteriskh263.c:
6140 * gst/rtp/gstrtpL16depay.c:
6141 * gst/rtp/gstrtpac3depay.c:
6142 * gst/rtp/gstrtpamrpay.c:
6143 * gst/rtp/gstrtpdepay.c:
6144 * gst/rtp/gstrtpgsmdepay.c:
6145 * gst/rtp/gstrtph263depay.c:
6146 * gst/rtp/gstrtph263pdepay.c:
6147 * gst/rtp/gstrtph263ppay.c:
6148 * gst/rtp/gstrtph264depay.c:
6149 * gst/rtp/gstrtph264pay.c:
6150 * gst/rtp/gstrtpmp2tdepay.c:
6151 * gst/rtp/gstrtpmp4adepay.c:
6152 * gst/rtp/gstrtpmp4gdepay.c:
6153 * gst/rtp/gstrtpmp4gpay.c:
6154 * gst/rtp/gstrtpmp4vdepay.c:
6155 * gst/rtp/gstrtpmpadepay.c:
6156 * gst/rtp/gstrtpmpvdepay.c:
6157 * gst/rtp/gstrtpsv3vdepay.c:
6158 * gst/rtp/gstrtptheoradepay.c:
6159 * gst/rtp/gstrtptheorapay.c:
6160 * gst/rtp/gstrtpvorbisdepay.c:
6161 * gst/rtp/gstrtpvorbispay.c:
6162 Remove copy/paste unused code (property setters and getter) found by
6163 the coverage suite (yay, saves ~20k on disk).
6165 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
6167 * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6169 Also fix up pad templates to indicate that image/jpeg doesn't
6170 absolutely require the framerate property to be set (#504081).
6172 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
6174 Based on patch by: Wouter Cloetens <wouter at mind be>
6176 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6177 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6178 (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6179 * gst/matroska/matroska-mux.h:
6180 Keep track of first and last timestamps for each incoming stream,
6181 so we can calculate the total duration for live sources and other
6182 input where we can't query the duration from the start or where
6183 there's no constant framerate from which we can deduce the
6184 duration; also use calculated/observed duration if it is bigger
6185 than the previously queried duration. Furthermore, use
6186 gst_pad_query_peer_duration() and take into account that it may
6187 return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6188 screws up comparisons when using unsigned integers. Fixes #504081.
6190 2008-01-08 Sebastian Dröge <slomo@circular-chaos.org>
6193 * gst/audiofx/audioamplify.c:
6194 (gst_audio_amplify_clipping_method_get_type),
6195 (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6196 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6197 (gst_audio_dynamic_transform_ip):
6198 * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6199 (gst_audio_invert_transform_ip):
6200 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6201 (gst_audio_panorama_transform):
6202 * gst/level/gstlevel.c: (gst_level_init):
6203 Make elements GST_BUFFER_FLAG_GAP aware and call
6204 gst_base_transform_set_gap_aware for this.
6205 Bump core requirement to CVS.
6207 * gst/audiofx/audiochebyshevfreqband.c:
6208 (gst_audio_chebyshev_freq_band_transform_ip):
6209 * gst/audiofx/audiochebyshevfreqlimit.c:
6210 (gst_audio_chebyshev_freq_limit_transform_ip):
6211 Also sync GObject properties to the controller if operating
6212 in passthrough mode.
6214 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
6216 * sys/directdraw/gstdirectdrawsink.c:
6217 (gst_directdraw_sink_window_thread):
6218 FALSE is not a gpointer.
6220 2008-01-05 Julien Moutte <julien@fluendo.com>
6222 * sys/directdraw/gstdirectdrawsink.c:
6223 (gst_directdraw_sink_set_window_id),
6224 (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6225 (gst_directdraw_sink_buffer_alloc),
6226 (gst_directdraw_sink_draw_borders),
6227 (gst_directdraw_sink_show_frame),
6228 (gst_directdraw_sink_setup_ddraw),
6229 (gst_directdraw_sink_window_thread),
6230 (gst_directdraw_sink_get_ddrawcaps),
6231 (gst_directdraw_sink_surface_create): Make sure we create our
6232 internal window only when we need it. That will give a chance to
6233 the application to get the prepare-xwindow-id bus message. Draw
6234 black borders when keeping aspect ratio. Handle the case where our
6235 rendering window disappears (closed or errors) like other sinks
6236 do. Various 80 columns fixes, improve state change order. That
6237 element could need some more love.
6239 2008-01-04 Sebastian Dröge <slomo@circular-chaos.org>
6241 * ext/taglib/gstapev2mux.h:
6242 * ext/taglib/gstid3v2mux.h:
6243 Remove useless typedefs without new type name. Fixes a warning with
6246 2008-01-03 Wim Taymans <wim.taymans@collabora.co.uk>
6248 Patch by: John Millikin <jmillikin at gmail dot com>
6250 * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6251 (gst_flac_dec_setup_stream_decoder),
6252 (gst_flac_normalize_picture_mime_type),
6253 (gst_flac_extract_picture_buffer),
6254 (gst_flac_dec_metadata_callback):
6255 Emit metadata messages when a PICTURE block is encountered.
6258 2008-01-02 Thijs Vermeir <thijsvermeir@gmail.com>
6261 increase rank because no known issues anymore ...
6262 * gst/avi/gstavisubtitle.c:
6263 send subtitle name to the srcpad
6265 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
6267 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6268 * gst/rtsp/gstrtspsrc.h:
6269 Implement redirect for the DESCRIBE reply. Fixes #506025.
6271 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
6273 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6274 Fix 'xyz may be used uninitialized' compiler warnings caused
6275 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6276 abort() in any case but properly report the error.
6278 2007-12-26 Tim-Philipp Müller <tim at centricular dot net>
6280 * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6281 * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6282 * sys/ximage/gstximagesrc.c: (composite_pixel):
6283 Fix 'xyz may be used uninitialized' compiler warnings caused
6284 by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6285 not really nice to abort in any case). Fixes #505745.
6287 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6289 * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6290 Small unit test fix (has no practical impact at the moment,
6291 since we're only feeding utf8 and hence just create a sub-
6292 buffer for the output).
6294 2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
6296 * gst/avi/gstavisubtitle.c:
6297 * tests/check/elements/avisubtitle.c:
6298 Add seeking support for avi subtitle
6300 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
6302 * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6303 (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6304 (gst_flac_dec_write):
6305 * ext/flac/gstflacdec.h:
6306 Remove some unused vars.
6307 Do more cleanup of leftover events and tags.
6308 Output tags after the segment event. Fixes #504018.
6310 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6312 * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6313 (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6314 (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6315 Detect other UTF byte order markers and convert to UTF-8 as
6318 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6320 * gst/avi/gstavisubtitle.c: (src_template),
6321 (gst_avi_subtitle_extract_utf8_file),
6322 (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6323 (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6324 (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6325 * gst/avi/gstavisubtitle.h:
6326 Refactor a bit; fix name extraction; don't assume all the data
6327 in the chunk is actually subtitle data, there may be padding at
6328 the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6329 file so it's there to send again after a seek (for future use).
6331 2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
6333 * gst/avi/Makefile.am:
6335 * gst/avi/gstavisubtitle.c:
6336 * gst/avi/gstavisubtitle.h:
6337 * tests/check/Makefile.am:
6338 * tests/check/elements/avisubtitle.c:
6339 * win32/common/config.h:
6340 Add avi subtitle element for bug #442034. Need seeking support
6341 and more support for character conversion.
6343 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6346 Include common/win32.mak for CRLF check of win32 project
6347 files (see #393626).
6349 * win32/vs6/libgstpng.dsp:
6350 Fix line endings and do cvs admin -kb.
6352 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
6354 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6355 Actually drop the buffers which are outside the currently configured
6356 segment instead of just emitting a WARNING.
6358 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6360 * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6361 (gst_flac_dec_write):
6362 * ext/flac/gstflacdec.h:
6363 Send segments from the streaming thread. Fixes #502187.
6364 Fix segment seeking and a bunch of other seeking cases.
6366 2007-12-14 Tim-Philipp Müller <tim at centricular dot net>
6368 * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6369 Parse WOAF frames and put the result into GST_TAG_CONTACT,
6370 which is where it would end up if the same information was
6371 put in a vorbis comment (don't think it's worth adding a
6372 new URI tag for this). Fixes #488112.
6374 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
6377 We need core/base 0.10.15 or later.
6379 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
6381 Patch by: Mark Nauwelaerts <manauw skynet be>
6383 * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6384 Fix regression in stream numbering. Fixes #502655.
6386 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
6388 Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6390 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6391 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6392 (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6393 (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6394 (gst_rtp_h264_pay_handle_buffer):
6395 * gst/rtp/gstrtph264pay.h:
6396 Use higher performance start-code searching.
6397 Parse NALs and store SPS, PPS and profile in the caps so that they can
6398 be used in the SDP. Fixes #502814.
6400 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
6402 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6403 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6404 Init some structs to zero before we pass them to ioctl, which
6405 avoids valgrind warnings. Also fix a small memory leak.
6407 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
6409 Patch by: Wouter Cloetens <wouter at mind dot be>
6411 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6412 Copy timestamp from input to output. Not very perfect yet but better
6413 than nothing. Fixes #503023.
6415 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
6417 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6418 Also print a useful error message with the old Wavpack API
6421 2007-12-09 Tim-Philipp Müller <tim at centricular dot net>
6423 * ext/wavpack/gstwavpackdec.c:
6424 More build fixes for old libwavpack versions: include config.h so
6425 that WAVPACK_OLD_API is actually defined as detected; only use
6426 WavpackGetErrorMessage if it is available. This fixes the build
6427 on debian stable for me.
6429 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
6431 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6432 * ext/wavpack/gstwavpackparse.c:
6433 (gst_wavpack_parse_create_src_pad):
6434 Workaround the non-existance of WavpackGetChannelMask in Wavpack
6435 versions below 4.40.0.
6437 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
6440 And now do it right for real...
6442 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
6445 Correctly reset $LIBS to not contain -lm.
6447 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
6449 Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6452 * ext/cairo/gsttimeoverlay.c:
6453 (gst_cairo_time_overlay_print_smpte_time):
6454 Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6455 and checking for rint() and implementing it ourself if it doesn't
6456 exist. Fixes #497293.
6458 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
6461 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6463 2007-12-08 Jan Schmidt <jan.schmidt@sun.com>
6465 * sys/oss/gstosshelper.c:
6466 Verify that the format returned after the ioctl is the one
6467 we requested. It is valid for the ioctl to succeed while
6468 substituting an alternate 'supported' sample format.
6470 2007-12-07 Tim-Philipp Müller <tim at centricular dot net>
6472 * sys/oss/gstossaudio.c: (plugin_init):
6473 * sys/oss/gstosssink.c: (gst_oss_sink_open):
6474 * sys/oss/gstosssrc.c: (gst_oss_src_open):
6475 Post decent (and translated) error message when we can't
6476 open the audio device for some reason.
6478 2007-12-07 Jan Schmidt <jan.schmidt@sun.com>
6480 * sys/oss/gstosssink.c:
6481 * sys/oss/gstosssrc.c:
6482 Allow the AUDIODEV environment variable to redirect us
6483 to a different default OSS device, like sunaudiosink does
6484 on Solaris (makes audio play automatically on SunRays).
6486 2007-12-06 Sebastian Dröge <slomo@circular-chaos.org>
6488 * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6489 * gst/audiofx/audiochebyshevfreqband.c:
6490 (gst_audio_chebyshev_freq_band_transform_ip):
6491 * gst/audiofx/audiochebyshevfreqlimit.c:
6492 (gst_audio_chebyshev_freq_limit_transform_ip):
6493 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6494 * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6495 The transform_ip() methods should do nothing if in passthrough mode.
6496 It might get non-writable buffers in that case but the buffer might
6497 as well be writable.
6499 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6500 The transform() methods won't be called in passthrough mode and
6501 otherwise the buffer is always writable so don't check here.
6503 2007-12-06 Tim-Philipp Müller <tim at centricular dot net>
6505 * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6506 Fix seeking in .wav files again (#501775). Some people seem to think
6507 they don't need to test their changes when they're just 'reflowing'
6510 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
6512 * gst/autodetect/gstautovideosink.c:
6513 (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6514 (gst_auto_video_sink_init),
6515 (gst_auto_video_sink_create_element_with_pretty_name),
6516 (gst_auto_video_sink_find_best),
6517 (gst_auto_video_sink_set_property),
6518 (gst_auto_video_sink_get_property):
6519 * gst/autodetect/gstautovideosink.h:
6521 Use same error reporting code as autoaudiosink.
6522 Add property to filter sinks based on caps. Only select raw video sinks
6523 by default for backwards compat.
6524 API: GstAutoVideoSink::filter-caps
6526 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
6528 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6530 * gst/autodetect/gstautoaudiosink.c:
6531 (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6532 (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6533 (gst_auto_audio_sink_set_property),
6534 (gst_auto_audio_sink_get_property):
6535 * gst/autodetect/gstautoaudiosink.h:
6536 Add property to filter sinks based on caps. Only select raw audio sinks
6537 by default for backwards compat. Fixes #417420.
6538 API: GstAutoAudioSink::filter-caps
6540 2007-11-29 Michael Smith <msmith@fluendo.com>
6542 Patch by: Arek Korbik <arkadini@gmail.com>
6544 * gst/videobox/gstvideobox.c: (plugin_init):
6545 Initialise liboil in plugin_init()
6547 2007-11-29 Wim Taymans <wim.taymans@gmail.com>
6549 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6550 Post error before sending EOS. Fixes #499178.
6552 2007-11-28 Sebastien Moutte <sebastien@moutte.net>
6554 * win32/vs6/gst_plugins_good.dsw:
6555 * win32/vs6/libgstpng.dsp:
6556 Add a project file for libgstpng
6558 2007-11-28 Edward Hervey <bilboed@bilboed.com>
6560 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6561 (gst_rtp_h263_depay_process):
6562 Code beautification.
6563 Added debug statements.
6564 Don't bit-shift everything, just do operations on last/first byte
6567 2007-11-27 Wim Taymans <wim.taymans@gmail.com>
6569 Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6571 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6572 Fix wrong comparison in overrun check. Fixes #499239 some more.
6574 2007-11-27 Edward Hervey <bilboed@bilboed.com>
6576 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6577 (gst_rtp_h263_depay_process):
6578 * gst/rtp/gstrtph263depay.h:
6579 Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6582 2007-11-26 Wim Taymans <wim.taymans@gmail.com>
6584 Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6586 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6587 (gst_rtp_mp4a_depay_process):
6588 * gst/rtp/gstrtpmp4adepay.h:
6589 Fix depayloading when multiple frames are inside one RTP packet.
6592 2007-11-26 Stefan Kost <ensonic@users.sf.net>
6594 * gst/level/gstlevel.c:
6595 Add GAP-flag support.
6597 2007-11-26 Edward Hervey <bilboed@bilboed.com>
6599 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6600 Read the I flag for Mode A h263 rtp stream and set the
6601 GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6604 2007-11-26 Stefan Kost <ensonic@users.sf.net>
6606 * gst/level/gstlevel.c:
6607 Remove some dead code and do cleanups.
6609 2007-11-26 Stefan Kost <ensonic@users.sf.net>
6611 * tests/check/pipelines/simple-launch-lines.c:
6612 Improve the tests by allowing to set a target state.
6614 2007-11-26 Sebastian Dröge <slomo@circular-chaos.org>
6616 * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6617 Don't check the caps of the output buffer if they're equal some
6618 other caps. The caps can change in a backward compatible way
6619 and did at this point.
6621 2007-11-24 Julien MOUTTE <julien@moutte.net>
6623 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6624 (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6625 (gst_qtdemux_seek_to_previous_keyframe),
6626 (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6627 (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6628 reverse playback support.
6630 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
6632 * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6633 Also set the channel layout on the Wavpack caps if we're having
6634 a mono layout. Of course only do it for "audio/x-wavpack".
6636 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
6638 * ext/wavpack/gstwavpackcommon.c:
6639 (gst_wavpack_get_default_channel_mask),
6640 (gst_wavpack_set_channel_layout),
6641 (gst_wavpack_get_default_channel_positions),
6642 (gst_wavpack_get_channel_mask_from_positions),
6643 (gst_wavpack_set_channel_mapping):
6644 * ext/wavpack/gstwavpackcommon.h:
6645 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6646 (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6647 * ext/wavpack/gstwavpackdec.h:
6648 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6649 (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6650 (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6651 (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6652 (gst_wavpack_enc_rewrite_first_block),
6653 (gst_wavpack_enc_sink_event):
6654 * ext/wavpack/gstwavpackenc.h:
6655 * ext/wavpack/gstwavpackparse.c:
6656 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6657 (gst_wavpack_parse_scan_to_find_sample),
6658 (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6659 (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6660 * ext/wavpack/gstwavpackparse.h:
6661 Add support for encoding, parsing and decoding multichannel
6662 files with up to 8 channels. This also improves the robustness
6663 of parsing quite a bit.
6665 * ext/wavpack/gstwavpackstreamreader.c:
6666 (gst_wavpack_stream_reader_read_bytes),
6667 (gst_wavpack_stream_reader_get_pos),
6668 (gst_wavpack_stream_reader_set_pos_abs),
6669 (gst_wavpack_stream_reader_set_pos_rel),
6670 (gst_wavpack_stream_reader_push_back_byte),
6671 (gst_wavpack_stream_reader_get_length),
6672 (gst_wavpack_stream_reader_can_seek),
6673 (gst_wavpack_stream_reader_write_bytes):
6676 2007-11-20 Stefan Kost <ensonic@users.sf.net>
6678 * ext/libpng/gstpngdec.c:
6679 * ext/libpng/gstpngdec.h:
6680 Don't release the png-memory from within the callback.
6682 2007-11-20 Stefan Kost <ensonic@users.sf.net>
6684 Patch by: René Stadler <mail at renestadler dot de>
6686 * ext/libpng/gstpngenc.c:
6687 Don't leak buffer data memory. Fixes #498395.
6689 2007-11-20 Stefan Kost <ensonic@users.sf.net>
6691 Patch by: René Stadler <mail at renestadler dot de>
6693 * tests/check/pipelines/simple-launch-lines.c:
6696 2007-11-20 Julien MOUTTE <julien@moutte.net>
6698 * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6699 (gst_tag_lib_mux_adjust_event_offsets):
6700 * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6701 * sys/osxaudio/Makefile.am:
6702 * sys/osxvideo/cocoawindow.h:
6703 * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6705 2007-11-15 David Schleef <ds@schleef.org>
6707 * ext/cairo/gsttextoverlay.c:
6708 Change strcasecmp() to g_strcasecmp(). Fixes #497292.
6710 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
6712 Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6714 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6715 (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6716 (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6717 * gst/rtp/gstrtpmp2tpay.h:
6718 Fill the MTU with as many packets as possible. Fixes #491323.
6720 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
6722 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6724 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6725 Fix some more leaks. Fixes #497007.
6727 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
6729 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6731 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6732 (gst_rtspsrc_stream_configure_tcp):
6733 Fix 3 pad leaks. Fixes #496983.
6735 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
6737 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6739 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6740 Fix small leak. Fixes #497017.
6742 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
6744 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6745 (gst_qtdemux_prepare_current_sample),
6746 (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6747 (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6748 * gst/qtdemux/qtdemux_fourcc.h:
6749 * gst/qtdemux/qtdemux_types.c:
6750 Add suppport for theora in quicktime according to XiphQT.
6752 2007-11-15 Edgard Lima <edgard.lima@indt.org.br>
6754 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6755 (gst_v4l2src_init), (gst_v4l2src_set_property),
6756 (gst_v4l2src_get_property):
6757 * sys/v4l2/gstv4l2src.h:
6758 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6759 Always copy buffers by default (handle safer with bugged drivers)
6760 and added a property to make it possible to use mmap effectively (no
6761 copy if possible) when application wants to. Fixes: #480557.
6763 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
6765 * gst/id3demux/id3tags.c:
6766 * gst/id3demux/id3tags.h:
6767 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6768 We don't want the same string multiple times in a tag list for the
6769 same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6770 this doesn't happen and remove special-case code for GST_TAG_GENRE.
6772 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
6774 * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6775 Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6776 into ID3v2 TXXX frames (fixes #347848).
6778 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
6780 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6781 Don't leak sdp message contents (fixes #496773).
6783 * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6784 Don't leak URI string.
6786 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
6788 Patch by: Julien Puydt <julien dot puydt at laposte net>
6790 * ext/raw1394/Makefile.am:
6791 * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6792 (gst_1394_property_probe_get_properties),
6793 (gst_1394_property_probe_probe_property),
6794 (gst_1394_property_probe_needs_probe),
6795 (gst_1394_property_probe_get_values),
6796 (gst_1394_property_probe_interface_init),
6797 (gst_1394_type_add_property_probe_interface):
6798 * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6799 * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6800 (gst_dv1394src_init), (gst_dv1394src_dispose),
6801 (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6802 (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6803 (gst_dv1394src_update_device_name):
6804 * ext/raw1394/gstdv1394src.h:
6805 Implement GstPropertyProbe interface and add "device-name" property,
6806 so applications can use this to probe for available devices in the
6807 same way they can already with v4lsrc and v4l2src (however horrible
6808 this property probe interface may be). Fixes #358841.
6810 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
6812 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6814 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6815 (gst_rtspsrc_parse_range):
6816 Don't leak event, don't leak range (fixes #496752).
6818 2007-11-14 Michael Smith <msmith@fluendo.com>
6820 Patch by: Arek Korbik <arkadini@gmail.com>
6822 * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6823 Detect RGBA/BGRA correctly on little endian systems.
6825 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
6827 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6828 If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6829 corresponding ioctl() call fails even though the driver claims to
6830 support this format, just fall back to the pre-2.6.19 kernel
6831 routine that creates caps with suitable height and width ranges
6834 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
6836 Patch by: Mark Nauwelaerts <manauw skynet be>
6838 * gst/matroska/matroska-demux.c:
6839 (gst_matroska_demux_push_dvd_clut_change_event),
6840 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6841 (gst_matroska_demux_subtitle_caps):
6842 * gst/matroska/matroska-ids.h:
6843 Extract palette data for dvd subpicture streams and send it
6844 downstream as custom gstreamer dvd event (fixes #453417).
6846 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
6848 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6849 Implement minimal parsing of the passed pango font description
6850 string, so passing a font size works the same as with the
6851 pango textoverlay plugin; fixes #455086.
6852 (Maybe we could just use pangocairo here at some point).
6854 2007-11-13 Stefan Kost <ensonic@users.sf.net>
6856 * gst/avi/gstavidemux.c:
6857 * gst/wavparse/gstwavparse.c:
6858 Return the result in _activate_pull(). Don't ref element there.
6860 2007-11-13 Stefan Kost <ensonic@users.sf.net>
6862 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6863 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6864 (gst_wavparse_srcpad_event):
6865 Ref the element when we should, but not when we its not needed. Reflow
6866 the event_handling to not leak the event.
6868 2007-11-12 Edward Hervey <bilboed@bilboed.com>
6870 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6871 (qtdemux_parse_samples):
6872 Properly free QTDemuxSamples array.
6873 Protect table write with a sensible check, some files apparently DO contain
6874 stts values starting with 0 :(
6876 2007-11-12 Stefan Kost <ensonic@users.sf.net>
6878 * gst/avi/gstavidemux.c:
6879 * gst/qtdemux/qtdemux.c:
6880 Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6881 previous commit messed up.
6883 2007-11-12 Stefan Kost <ensonic@users.sf.net>
6885 * gst/avi/gstavidemux.c:
6886 * gst/qtdemux/qtdemux.c:
6887 Sync _handle_src_event() with oggdemux. In avidemux also ref the
6888 element when we should, but not when we its not needed.
6890 2007-11-08 Stefan Kost <ensonic@users.sf.net>
6892 * gst/wavparse/gstwavparse.c:
6893 Return FALSE if we can't handle a query instead of changing the
6894 format. Ignore fact when dealing with mpeg audio.
6896 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6898 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6901 * gst/udp/gstdynudpsink.c:
6902 * gst/udp/gstdynudpsink.h:
6903 * gst/udp/gstmultiudpsink.c:
6904 * gst/udp/gstmultiudpsink.h:
6905 * gst/udp/gstudpsink.c:
6906 * gst/udp/gstudpsink.h:
6907 Fix includes for MSVC and GLib-2.14.0 (#492388).
6909 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6910 No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6912 2007-11-02 Edward Hervey <bilboed@bilboed.com>
6914 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6915 (gst_mulawdec_chain):
6916 * gst/law/mulaw-decode.h:
6917 Calculate outgoing buffer duration if incoming buffer didn't have a
6920 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6922 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6923 (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6924 Smarter combine_flow code that also deals with downstream elements
6925 returning UNEXPECTED when they receive data out of the segment
6926 boundaries. Fixes #491305.
6928 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
6930 * sys/v4l2/v4l2src_calls.c:
6931 Fix 'unused variable' compiler warning when compiling against
6932 older kernel headers.
6934 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
6936 * ext/taglib/gstid3v2mux.cc (add_funcs):
6937 Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6939 2007-10-24 Stefan Kost <ensonic@users.sf.net>
6941 * tests/check/pipelines/simple-launch-lines.c:
6942 Improve the tests a little more.
6944 2007-10-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
6946 patch by: Yun Zheng Hu
6948 * sys/osxaudio/gstosxaudiosrc.c:
6949 Use default input device instead of default output device and
6950 only memcpy actual available bytes.
6952 2007-10-22 Edgard Lima <edgard.lima@indt.org.br>
6954 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6955 Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6956 early. It is temporary until we find something better.
6958 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
6960 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6962 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6963 Fix race when pausing a RTSP stream in interleaved.
6966 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
6968 Patch by: Peter Kjellerstedt <pkj at axis com>
6970 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6971 Use correct unref function for buffers. #488844.
6973 2007-10-19 Stefan Kost <ensonic@users.sf.net>
6975 * gst/avi/gstavimux.c:
6976 * tests/check/elements/avimux.c:
6977 Add some debug and sync tests with the fix.
6979 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
6981 Based on patch by: Laurent Glayal <spglegle yahoo fr>
6983 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6984 When the socket is used by the app for other purposes, don't generate an
6985 error if there is activaty on the socket that is not data related.
6988 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
6990 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6991 (gst_v4l2src_grab_frame):
6992 Add some more debug info. Generate an error when we run out of buffers
6993 for some reason. See #480557.
6995 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
6997 Patch by: Anders Skargren <anders dot skargren at axis dot com>
6999 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7000 Set marker bit correctly.
7002 2007-10-17 Wim Taymans <wim.taymans@gmail.com>
7004 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7005 Use allowed name for the GstStructure.
7007 2007-10-17 Tim-Philipp Müller <tim at centricular dot net>
7009 * ext/gconf/gstswitchsink.c:
7010 * gst/autodetect/gstautoaudiosink.c:
7011 Use new gst_bus_pop_filtered().
7013 2007-10-13 Tim-Philipp Müller <tim at centricular dot net>
7015 * sys/v4l2/gstv4l2src.c:
7016 * sys/v4l2/v4l2src_calls.c:
7017 When probing the formats and sizes a camera supports, make
7018 sure the best ones (highest resolution, prefered format)
7019 end up at the beginning of the probed caps and the less
7020 desirable ones at the end. This is important because the
7021 order within the caps matters for things like fixation and
7022 negotiation, ie. what format is chosen in the end.
7023 With recent kernels, the current probing code will end up
7024 querying the supported sizes from lowest resolution to
7025 highest resolution, adding them to the probed caps in that
7026 order, resulting to v4l2src fixating to the lowest possible
7027 resolution if downstream does not express a size preference.
7028 Also make up a somewhat random ranking of prefered output
7029 formats for the same reason. Fixes #485828.
7031 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
7033 Based on patch by: Jason Kivlighn <jkivlighn gmail com>
7035 * gst/id3demux/id3v2frames.c:
7036 Extract license/copyright URIs from ID3v2 WCOP frames
7039 * tests/check/elements/id3demux.c:
7040 * tests/files/Makefile.am:
7041 * tests/files/id3-447000-wcop.tag:
7042 Add simple unit test.
7044 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
7046 * ext/taglib/gstid3v2mux.cc:
7047 Add support for license/copyright URI tags (ID3v2 WCOP frame).
7048 Prerequisite for #447000.
7050 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
7052 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7053 Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7056 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7058 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7059 (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7060 (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7061 (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7062 (gst_rtspsrc_change_state):
7063 More seeking fixes, mostly passing around the new playback segment in
7064 order to configure it properly.
7065 Also reset base_time of udp sources when setting them back to PLAYING as
7066 a temporary hack until core supports seek in live sources properly.
7068 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7070 * gst/rtp/gstrtpmp4adepay.c:
7071 Fix caps as to not confuse autopluggers.
7073 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
7075 * gst/id3demux/gstid3demux.c:
7076 * gst/id3demux/gstid3demux.h:
7077 * gst/id3demux/id3tags.c:
7078 * gst/id3demux/id3tags.h:
7079 * gst/id3demux/id3v2frames.c:
7080 Port ID3 tag demuxer over to the new GstTagDemux in -base
7081 (now would be a good time to test re-importing your music
7084 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
7086 * gst/apetag/Makefile.am:
7087 * gst/apetag/gstapedemux.c:
7088 * gst/apetag/gstapedemux.h:
7089 * gst/apetag/gsttagdemux.c:
7090 * gst/apetag/gsttagdemux.h:
7091 Port APE tag demuxer over to the new GstTagDemux in -base.
7093 2007-10-05 Wim Taymans <wim.taymans@gmail.com>
7095 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7096 (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7097 (gst_rtspsrc_handle_internal_src_query),
7098 (gst_rtspsrc_handle_src_query), (new_session_pad),
7099 (gst_rtspsrc_stream_configure_tcp),
7100 (gst_rtspsrc_stream_configure_transport),
7101 (gst_rtspsrc_loop_send_cmd):
7102 Improve flushing behaviour.
7103 Set state of the udp sources to PAUSE/PLAYING correctly.
7104 Handle events and queries for UDP and TCP transport now.
7106 2007-10-04 Stefan Kost <ensonic@users.sf.net>
7108 * gst/rtp/gstrtpgsmdepay.c:
7109 * gst/rtp/gstrtpgsmpay.c:
7112 2007-10-04 Stefan Kost <ensonic@users.sf.net>
7114 Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7116 * tests/check/Makefile.am:
7117 * tests/check/pipelines/simple-launch-lines.c:
7118 Add unit tests for payloaders/depayloaders.
7120 2007-10-02 Stefan Kost <ensonic@users.sf.net>
7122 * gst/avi/gstavimux.c:
7123 * gst/avi/gstavimux.h:
7124 Also save codec data for audio streams. Fixes #482495.
7126 2007-10-02 Stefan Kost <ensonic@users.sf.net>
7128 * gst/avi/gstavimux.c:
7129 Fix "Index entry has invalid stream nr 1".
7130 Add support for muxing aac - work in progress (see #482495).
7132 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7134 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7135 (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7136 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7137 * gst/rtsp/gstrtspsrc.h:
7138 Parse bandwidth modifiers, they are not yet configured in the session
7139 manager because we don't have an API for that yet.
7141 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7143 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7144 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7145 Use shiny new function in -base to get the default clock-rate.
7148 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
7151 Add files to win32 manifest.
7152 * win32/vs6/libgstaudiofx.dsp:
7153 * win32/vs6/libgstqtdemux.dsp:
7154 * win32/vs6/libgstrtp.dsp:
7155 * win32/vs6/libgstrtsp.dsp:
7156 Update project files.
7158 2007-09-28 Wim Taymans <wim.taymans@gmail.com>
7160 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7162 * gst/rtsp/gstrtspsrc.h:
7163 In TCP mode, only timestamp the first buffer. TCP is not real time and
7164 it does not make sense to try to skew compensate, also some servers send
7165 the first batch of data in a burst.
7167 2007-09-27 Tim-Philipp Müller <tim at centricular dot net>
7169 * gst/matroska/matroska-demux.c:
7170 Fix setting the discont flag on the first buffer
7171 pushed downstream for formats with private codec
7172 data that needs to be deserialised into buffers
7173 (such as vorbis and FLAC when in a matroska container).
7175 2007-09-27 Wim Taymans <wim.taymans@gmail.com>
7177 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7179 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7180 (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7181 (gst_rtp_mp4v_pay_handle_buffer):
7182 * gst/rtp/gstrtpmp4vpay.h:
7183 Free the config string. Fixes #480707.
7184 Clean up the timestamp code a little.
7186 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7188 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7189 (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7190 (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7191 * gst/rtsp/gstrtspsrc.h:
7192 Set timestamps on RTP buffers in interleaved mode.
7193 Mark first buffers with a DISCONT.
7194 Remove flush hack now that sync for live sources has been figured out.
7196 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7198 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7199 Update documentation.
7201 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7203 * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7204 (gst_rtp_xqt_depay_change_state):
7205 * gst/qtdemux/gstrtpxqtdepay.h:
7206 Fail if we don't know the quicktime format.
7208 2007-09-26 Tim-Philipp Müller <tim at centricular dot net>
7210 * ext/flac/gstflacenc.c:
7211 * ext/flac/gstflacenc.h:
7212 Save the flow return from the last gst_pad_push() and
7213 make sure we pass the right flow return value upstream
7214 in the case of failure; minor clean-ups.
7216 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7218 * ext/taglib/gstapev2mux.cc:
7219 * ext/taglib/gstid3v2mux.cc:
7220 * gst/apetag/gstapedemux.c:
7221 Add support for the new GST_TAG_COMPOSER (#459809).
7223 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7225 * gst/law/alaw-decode.c:
7226 * gst/law/alaw-decode.h:
7227 * gst/law/alaw-encode.c:
7228 * gst/law/alaw-encode.h:
7230 * gst/law/mulaw-conversion.h:
7231 Compulsive clean-ups: use boilerplate macros, add debug
7232 categories, fix up things to conform to symbol nomenklatura,
7235 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7237 Based on patch by: Laurent Glayal <spglegle yahoo fr>
7239 * gst/law/alaw-decode.c:
7240 * gst/law/alaw-encode.c:
7241 Use static tables for A-Law decoding and encoding; this makes
7242 A-Law decoding and encoding less CPU-intensive, but increases
7243 the binary size a bit. Leaving old code around for now,
7244 selectable by a define in the code. Fixes #435435.
7246 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
7249 Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7250 AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7253 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
7255 Patch by: Jan Gerber <j at bootlab dot org>
7257 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7258 Add fourccs for MPEG2 HDV streams. Fixes #479960.
7260 2007-09-23 Stefan Kost <ensonic@users.sf.net>
7262 * sys/oss/gstosshelper.c:
7263 Use GST_WARNING instead of a g_critical. This situation is not caused
7266 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7270 Updated translations.
7272 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7274 translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7277 Added Basque translation.
7279 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7281 translated by: Abel Cheung <abelcheung@gmail.com>
7285 Added Chinese (traditional and Hong Kong) translation.
7287 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7289 translated by: Jakub Bogusz <qboosh@pld-linux.org>
7292 Added Polish translation.
7294 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7296 translated by: Ilkka Tuohela <hile@iki.fi>
7299 Added Finnish translation.
7301 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7303 translated by: Jorge González González <aloriel@gmail.com>
7306 Added Spanish translation.
7308 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7310 translated by: Mogens Jaeger <mogens@jaeger.tf>
7313 Added Danish translation.
7315 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7317 translated by: Funda Wang <fundawang@linux.net.cn>
7320 Added Chinese (simplified) translation.
7322 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7324 translated by: Alexander Shopov <ash@contact.bg>
7327 Added Bulgarian translation.
7329 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
7331 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7332 Set outgoing packet duration because we can. Fixes #478244 some more.
7334 2007-09-20 Stefan Kost <ensonic@users.sf.net>
7336 * ext/cairo/gsttextoverlay.c:
7337 Add info about static leak.
7339 * tests/check/Makefile.am:
7340 * tests/check/generic/states.c:
7341 Improved state change unit test.
7343 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7345 * docs/plugins/.cvsignore:
7346 * tests/check/.cvsignore:
7347 Ignore registries in any format.
7349 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7351 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7352 Removed some unused code.
7354 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7355 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7356 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7357 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7358 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7359 (gst_rtp_theora_pay_flush_packet):
7360 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7361 Try to preserve the incomming buffer duration on the outgoing
7362 packets. Fixes #478244.
7364 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
7366 * ext/taglib/gstapev2mux.cc:
7367 * ext/taglib/gstid3v2mux.cc:
7368 Work around compiler warnings with g++-4.2 when assigning a
7369 string constant to a gchar * (partially fixes #478092).
7371 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
7374 We require core CVS now for gst_base_src_set_do_timestamp().
7376 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
7378 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7379 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7380 (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7381 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7382 (gst_rtspsrc_handle_message):
7383 Fix compiler warnings shown with Forte.
7385 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
7387 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7388 (gst_rtspsrc_dup_printf):
7389 Give meaningfull error when all streams failed to configure for some
7392 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
7395 Update README with the design for synchronisation rules of RTP on
7396 sender and receiver.
7398 2007-09-14 Sebastian Dröge <slomo@circular-chaos.org>
7400 * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7401 (gst_wavparse_chain):
7402 Don't push EOS from the chain function, the element
7403 driving the pipeline is responsible for this. The bug
7404 this was meant to fix seems to be queue not forwarding
7405 EOS in all cases (see #476514).
7407 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
7409 * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7410 (gst_level_transform_ip):
7411 * gst/level/gstlevel.h:
7412 Use basetransform segment so that it is correctly managed on flushes and
7414 Report message timestamp as stream time, which is what an application
7417 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
7419 * ext/taglib/gstapev2mux.cc:
7420 * ext/taglib/gstapev2mux.h:
7421 * ext/taglib/gsttaglibmux.c:
7422 * tests/check/elements/apev2mux.c:
7423 Update my mail address.
7425 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
7427 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7428 (gst_wavparse_loop), (gst_wavparse_chain):
7429 Add EOS logic for the push-based mode too. Fixes #476514.
7431 2007-09-12 Wim Taymans <wim.taymans@gmail.com>
7433 * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7434 * gst/law/alaw-encode.h:
7435 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7436 (gst_mulawenc_chain):
7437 * gst/law/mulaw-encode.h:
7438 Fix law encoder timestamps.
7440 2007-09-12 Stefan Kost <ensonic@users.sf.net>
7442 * ext/gconf/gstgconfaudiosink.c:
7443 Fix warning when building without debug.
7445 * sys/oss/gstossmixertrack.c:
7446 Use const like in alsamixertrack.c (fixes warnings).
7448 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
7450 * sys/v4l2/v4l2src_calls.c:
7451 (gst_v4l2src_probe_caps_for_format_and_size):
7452 Fix framerate detection code some more.
7453 Handle the case where there is a weird step in the stepwise framerates.
7454 Don't overwrite the min interval with the framerate, use a temp variable
7456 Use max in the Continuous framerate intervals instead of step, which is
7457 1 according to the docs. Fixes #475424.
7459 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
7461 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7462 Make udpsrc timestamp outgoing buffers based on when they were received.
7463 Also make it output a segment in time.
7465 2007-09-10 Stefan Kost <ensonic@users.sf.net>
7467 * gst/avi/gstavidemux.c:
7468 Plug a little leak. Little code cleanups.
7470 2007-09-09 Tim-Philipp Müller <tim at centricular dot net>
7473 Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7474 flac versions, 's good for cross-compilation karma.
7476 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7478 Patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
7480 * gst/rtp/gstrtph263pay.c:
7481 Fix up header structure so that compilers don't add padding
7482 between the structure fields, since that would lead to us
7483 sending RTP packets with broken headers (as is currently the
7484 case when compiling with MSVC). Also see similar fixes in
7485 libgstrtp in gst-plugins-base. (#474616; #471194)
7487 2007-09-07 Wim Taymans <wim.taymans@gmail.com>
7489 * sys/v4l2/v4l2src_calls.c:
7490 (gst_v4l2src_probe_caps_for_format_and_size):
7491 Don't overwrite our GValue with 0 but instead use the previously
7492 computed value. Fixes #471823 some more.
7494 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
7496 * docs/plugins/gst-plugins-good-plugins.hierarchy:
7497 No tabs in this file please, or gtk-doc will end up documenting
7498 rather absurd class hierarchies.
7500 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
7502 * ext/gconf/gstswitchsink.c:
7503 If the new kid element fails to change state for some reason
7504 (e.g. esdsink not being able to connect to the sound server),
7505 forward the error message it posted on the bus instead of just
7506 posting a generic 'Internal state change error: please file a
7507 bug' error message. Fixes #471364.
7509 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7511 * gst/qtdemux/Makefile.am:
7512 * gst/qtdemux/qtdemux.c:
7513 Don't assume tags are encoded as UTF-8 (#473670).
7515 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7517 * sys/v4l2/gstv4l2src.c:
7518 * sys/v4l2/gstv4l2src.h:
7519 * sys/v4l2/v4l2src_calls.c:
7520 Implement LATENCY queries in the crudest way possible so I don't
7521 have to use sync=false any longer when testing with videosinks.
7523 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7528 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
7530 * sys/v4l2/v4l2src_calls.c:
7531 (gst_v4l2src_probe_caps_for_format_and_size):
7532 Add some more debugging in the framerate function.
7533 Iterate stepwise framerate up to and _including_ the max and if nothing
7534 was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7535 don't end up with an empty list. Fixes #471823
7537 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
7539 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7540 (gst_multiudpsink_set_clients_string),
7541 (gst_multiudpsink_get_clients_string),
7542 (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7543 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7544 (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7545 (gst_multiudpsink_clear):
7546 Add property do configure destination address/port pairs
7547 API:GstMultiUDPSink::clients
7549 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
7551 * tests/examples/Makefile.am:
7552 * tests/examples/rtp/Makefile.am:
7553 * tests/examples/rtp/client-H263p-AMR.sh:
7554 * tests/examples/rtp/client-H263p-PCMA.sdp:
7555 * tests/examples/rtp/client-H263p-PCMA.sh:
7556 * tests/examples/rtp/client-H264-PCMA.sdp:
7557 * tests/examples/rtp/client-H264-PCMA.sh:
7558 * tests/examples/rtp/client-PCMA.sh:
7559 * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7560 * tests/examples/rtp/server-alsasrc-PCMA.sh:
7561 * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7562 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7563 Added some RTP example scripts for sending and receiving RTP streams.
7565 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
7567 * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7568 (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7569 Restructure the setcaps function so that we can also compute the
7570 expected GStreamer output size of the video frames.
7571 Set frame_byte_size correctly so that read-based devices have a chance
7572 of working correctly.
7573 When grabbing a frame, discard frames that are not of the expected size.
7574 Some cameras don't output the right framesize for the first buffer.
7575 Try only a couple of times to get a valid frame, else error out.
7577 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7578 (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7579 Add some more debug info when scanning the device.
7581 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7582 (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7583 (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7584 (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7585 Add some more debug info when dequeing a frame.
7587 2007-09-04 Stefan Kost <ensonic@users.sf.net>
7589 * gst/wavparse/gstwavparse.c:
7590 More code cleanups. Add some more comment and improve debugs logs.
7592 2007-09-04 Stefan Kost <ensonic@users.sf.net>
7594 * gst/wavparse/gstwavparse.c:
7595 * gst/wavparse/gstwavparse.h:
7596 Implement seek-query. Refactor duration calculations. Appropriate use
7597 of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7600 2007-09-03 Stefan Kost <ensonic@users.sf.net>
7602 * gst/avi/gstavidemux.c:
7603 Implement seek-query.
7605 2007-08-29 Wim Taymans <wim.taymans@gmail.com>
7607 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7608 (gst_rtspsrc_dup_printf):
7609 Use new basesink async property to make sparse RTCP packet not wait for
7612 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
7614 * gst/audiofx/Makefile.am:
7615 Dist the right file.
7617 2007-08-23 Wim Taymans <wim.taymans@gmail.com>
7619 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7620 (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7621 Make sure we generate and parse floating point values in the POSIX
7622 locale instead of the current locale.
7624 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
7626 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7627 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7629 * gst/rtsp/gstrtspsrc.h:
7630 Fix method detection again.
7631 Keep track of when we must send a Range header.
7632 Use segment values for Range, Speed and Scale headers.
7633 Parse Speed and Scale headers to update the segment values.
7635 2007-08-22 Stefan Kost <ensonic@users.sf.net>
7637 patch by: Mark Nauwelaerts <manauw@skynet.be>
7639 * sys/v4l2/v4l2src_calls.c:
7640 Handle optional v4l2 ioctls gracefully.
7642 2007-08-20 Wim Taymans <wim.taymans@gmail.com>
7644 * gst/rtp/Makefile.am:
7645 * gst/rtp/gstrtp.c: (plugin_init):
7646 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7647 (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7648 (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7649 (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7650 (gst_rtp_h263_depay_get_property),
7651 (gst_rtp_h263_depay_change_state),
7652 (gst_rtp_h263_depay_plugin_init):
7653 * gst/rtp/gstrtph263depay.h:
7654 Added an H263 depayloader. Fixes #369392.
7656 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7657 (gst_rtp_h263p_depay_process):
7658 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7659 (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7660 Make the H263+ pay/depayloader support H263-1998 and H263-2000
7662 Also alow plain H263 on the h263p payloaders. Fixes #465040.
7664 2007-08-19 Sebastian Dröge <slomo@circular-chaos.org>
7666 * gst/audiofx/audiochebyshevfreqband.c:
7667 * gst/audiofx/audiochebyshevfreqlimit.c:
7668 Add small comparision with the windowed sinc filters in the docs.
7670 2007-08-19 Sebastian Dröge <slomo@circular-chaos.org>
7672 * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7673 (audiochebyshevfreqband_suite):
7674 * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7675 (audiochebyshevfreqlimit_suite):
7676 Also test 32 bit float mode and the type 2 variants of the filters.
7678 2007-08-18 Wim Taymans <wim.taymans@gmail.com>
7680 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7681 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7683 Refactor the udp and interleaved loop function a bit.
7685 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7687 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7688 (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7689 (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7690 (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7691 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7692 (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7693 * gst/rtsp/gstrtspsrc.h:
7694 Protect connection activity with a new lock, avoids deadlocks when going
7695 to PAUSED. Fixes #455808.
7697 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7699 * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7700 Fix debug statement.
7702 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7704 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7705 Fix stray %u in debug line as spotted by Saur on IRC.
7707 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
7709 * gst/audiofx/audiochebyshevfreqband.c:
7710 (gst_audio_chebyshev_freq_band_class_init):
7711 * gst/audiofx/audiochebyshevfreqlimit.c:
7712 (gst_audio_chebyshev_freq_limit_class_init):
7713 Use generator macros for the process functions for the different
7714 sample types, add lower upper boundaries for the GObject properties
7715 so automatically generated UIs can use sliders and add a note about
7716 the number of poles as a too high number of poles combined with
7717 very low or very high frequencies will produce only noise.
7718 * docs/plugins/gst-plugins-good-plugins.args:
7719 Regenerated for the property changes.
7721 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7723 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7724 (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7725 (gst_rtspsrc_stream_configure_udp_sink),
7726 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7727 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7728 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7729 (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7730 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7731 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7732 * gst/rtsp/gstrtspsrc.h:
7733 Improve timeout handling.
7734 Use the same socket for sending and receiving RTCP packets so that some
7735 servers can track clients better.
7736 Improve connection closed handling. Try to reconnect.
7737 Don't overwrite our content base with NULL.
7739 Improve range parsing and handling.
7740 Remove flushing hack now that core does the right thing.
7742 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7744 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7745 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7746 (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7747 (gst_multiudpsink_close), (gst_multiudpsink_add):
7748 * gst/udp/gstmultiudpsink.h:
7749 Add support for getting and setting the socket to use.
7751 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7752 (gst_udpsrc_create), (gst_udpsrc_get_property):
7753 Add support for getting the currently used socket.
7755 2007-08-16 Sebastian Dröge <slomo@circular-chaos.org>
7757 reviewed by: Stefan Kost <ensonic@users.sf.net>
7759 * gst/audiofx/Makefile.am:
7760 * gst/audiofx/audiochebyshevfreqband.c:
7761 (gst_audio_chebyshev_freq_band_mode_get_type),
7762 (gst_audio_chebyshev_freq_band_base_init),
7763 (gst_audio_chebyshev_freq_band_dispose),
7764 (gst_audio_chebyshev_freq_band_class_init),
7765 (gst_audio_chebyshev_freq_band_init),
7766 (generate_biquad_coefficients), (calculate_gain),
7767 (generate_coefficients),
7768 (gst_audio_chebyshev_freq_band_set_property),
7769 (gst_audio_chebyshev_freq_band_get_property),
7770 (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7771 (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7772 (gst_audio_chebyshev_freq_band_start):
7773 * gst/audiofx/audiochebyshevfreqband.h:
7774 * gst/audiofx/audiochebyshevfreqlimit.c:
7775 (gst_audio_chebyshev_freq_limit_mode_get_type),
7776 (gst_audio_chebyshev_freq_limit_base_init),
7777 (gst_audio_chebyshev_freq_limit_dispose),
7778 (gst_audio_chebyshev_freq_limit_class_init),
7779 (gst_audio_chebyshev_freq_limit_init),
7780 (generate_biquad_coefficients), (calculate_gain),
7781 (generate_coefficients),
7782 (gst_audio_chebyshev_freq_limit_set_property),
7783 (gst_audio_chebyshev_freq_limit_get_property),
7784 (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7785 (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7786 (gst_audio_chebyshev_freq_limit_start):
7787 * gst/audiofx/audiochebyshevfreqlimit.h:
7788 * gst/audiofx/audiofx.c: (plugin_init):
7789 Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7792 * tests/check/Makefile.am:
7793 * tests/check/elements/.cvsignore:
7794 * tests/check/elements/audiochebyshevfreqband.c:
7795 (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7796 (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7797 * tests/check/elements/audiochebyshevfreqlimit.c:
7798 (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7799 (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7800 Add unit tests for the chebyshev filters.
7802 * docs/plugins/Makefile.am:
7803 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7804 * docs/plugins/gst-plugins-good-plugins-sections.txt:
7805 * docs/plugins/gst-plugins-good-plugins.args:
7806 * docs/plugins/inspect/plugin-1394.xml:
7807 * docs/plugins/inspect/plugin-audiofx.xml:
7808 * docs/plugins/inspect/plugin-dv.xml:
7809 * docs/plugins/inspect/plugin-flac.xml:
7810 * docs/plugins/inspect/plugin-jpeg.xml:
7811 * docs/plugins/inspect/plugin-png.xml:
7812 * docs/plugins/inspect/plugin-rtp.xml:
7813 * docs/plugins/inspect/plugin-shout2send.xml:
7814 * docs/plugins/inspect/plugin-wavpack.xml:
7815 And add docs for the chebyshev filters. While doing
7816 that also run make update in docs/plugins.
7818 2007-08-16 Stefan Kost <ensonic@users.sf.net>
7820 * ext/annodex/gstcmmltag.c:
7821 * gst/rtp/gstrtpvorbispay.c:
7822 Make ro memory to share.
7824 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7826 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7827 Improve UDP performance by avoiding a select() when we have data
7828 available immediatly.
7830 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7832 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7833 (gst_rtp_dec_class_init):
7834 * gst/rtsp/gstrtpdec.h:
7835 Add (dummy) SSRC management signals.
7837 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7838 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7839 (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7840 (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7841 (on_timeout), (gst_rtspsrc_stream_configure_manager),
7842 (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7843 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7844 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7845 * gst/rtsp/gstrtspsrc.h:
7846 Add connection-speed property.
7847 Add find_stream helper functions.
7848 Handle stream EOS based on BYE messages or SSRC timeout.
7849 Returns SUCCESS from the state change function as we hide our async
7850 elements from the parent.
7852 2007-08-16 Stefan Kost <ensonic@users.sf.net>
7854 * gst/debug/rndbuffersize.c:
7857 2007-08-14 Stefan Kost <ensonic@users.sf.net>
7859 * gst/debug/Makefile.am:
7860 * gst/debug/breakmydata.c:
7861 * gst/debug/gstdebug.c:
7862 * gst/debug/negotiation.c:
7863 * gst/debug/progressreport.c:
7864 * gst/debug/rndbuffersize.c:
7865 * gst/debug/testplugin.c:
7866 Add new test element and clean-up the others a little.
7868 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
7870 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7871 Fix parsing of mp4a version 0 atoms. Fixes #465774.
7873 2007-08-10 Stefan Kost <ensonic@users.sf.net>
7875 * gst/rtp/gstrtpilbcdepay.c:
7878 2007-08-10 Wim Taymans <wim.taymans@gmail.com>
7880 * gst/rtp/gstrtpmpvdepay.c:
7881 Set the mpegversion in the caps so that autoplugging does not get
7884 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
7889 Updated translations.
7891 2007-08-08 Michael Smith <msmith@fluendo.com>
7893 * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7894 Render right border in the correct location.
7896 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
7898 Patch by: Olivier Crete <tester at tester dot ca>
7900 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7901 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7902 Make mode property a string. Fixes #464475.
7904 2007-08-05 Stefan Kost <ensonic@users.sf.net>
7906 * ext/flac/gstflacenc.c:
7907 Widen caps to match decoder a bit and add more FIXMEs.
7909 2007-08-05 Stefan Kost <ensonic@users.sf.net>
7911 patch by: Mark Nauwelaerts <manauw@skynet.be>
7913 * gst/avi/gstavimux.c:
7914 Fix ODML index tag numbering. Fixes #463624.
7916 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
7918 * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7919 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7920 (gst_rtspsrc_stream_configure_tcp),
7921 (gst_rtspsrc_stream_configure_udp_sink):
7922 Fix default clock-rate for realmedia.
7923 Fix parsing of transport.
7924 Don't try to link NULL pads.
7926 2007-07-30 Tim-Philipp Müller <tim at centricular dot net>
7929 Add POTFILES.skip with list of source files that aren't disted at the
7930 moment but contain translatable strings. Should hopefully pacify
7931 broken tools and make it clearer that these files are left out
7932 intentionally (#461600).
7934 2007-07-30 Edward Hervey <bilboed@bilboed.com>
7936 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7937 If the buffer was entirely clipped ... don't try sending it :)
7939 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
7941 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7942 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7943 (gst_rtspsrc_create_transports_string),
7944 (gst_rtspsrc_prepare_transports):
7945 If we don't hav a session manager, set the caps on outgoing buffers
7947 Force PAUSE/PLAY methods for now until the extensions can overwrite.
7948 Append final bit of the transport string even when it does not contain a
7951 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
7953 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7954 (gst_rtsp_ext_list_connect):
7955 * gst/rtsp/gstrtspext.h:
7956 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7957 (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7958 Clean up the interface list.
7959 Allow connecting to interface signals for the extensions.
7960 Remove old extension code.
7961 Free list on cleanup.
7962 Allow extensions to send additional RTSP messages.
7964 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7966 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7967 Handle a NULL gconf key gracefully by rendering the default element.
7969 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
7971 * gst/rtsp/gstrtspext.h:
7972 Fix include path for extension interface.
7974 2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
7976 * gst/audiofx/audioamplify.h:
7977 Also remove a now unecessary variable here.
7979 2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
7981 * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7982 (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7983 * gst/audiofx/audiodynamic.c:
7984 (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7985 (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7986 * gst/audiofx/audiodynamic.h:
7987 * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7988 (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7989 * gst/audiofx/audioinvert.h:
7990 Don't save format information ourselves, this is already saved in
7993 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
7995 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7996 (gst_rtsp_ext_list_stream_select):
7997 * gst/rtsp/gstrtspext.h:
7998 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7999 Use rank to filter out extensions.
8000 Add url to stream_select interface call.
8002 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8004 * gst/rtsp/Makefile.am:
8005 * gst/rtsp/base64.c:
8006 * gst/rtsp/base64.h:
8007 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8008 (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8009 (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8010 (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8011 (gst_rtsp_ext_list_setup_media),
8012 (gst_rtsp_ext_list_configure_stream),
8013 (gst_rtsp_ext_list_get_transports),
8014 (gst_rtsp_ext_list_stream_select):
8015 * gst/rtsp/gstrtspext.h:
8016 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8017 (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8018 (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8019 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8020 (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8021 (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8022 (gst_rtspsrc_stream_configure_tcp),
8023 (gst_rtspsrc_stream_configure_mcast),
8024 (gst_rtspsrc_stream_configure_udp),
8025 (gst_rtspsrc_stream_configure_udp_sink),
8026 (gst_rtspsrc_stream_configure_transport),
8027 (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8028 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8029 (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8030 (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8031 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8032 (gst_rtspsrc_parse_methods),
8033 (gst_rtspsrc_create_transports_string),
8034 (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8035 (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8036 (gst_rtspsrc_play), (gst_rtspsrc_pause),
8037 (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8038 * gst/rtsp/gstrtspsrc.h:
8040 * gst/rtsp/rtspconnection.c:
8041 * gst/rtsp/rtspconnection.h:
8042 * gst/rtsp/rtspdefs.c:
8043 * gst/rtsp/rtspdefs.h:
8044 * gst/rtsp/rtspext.h:
8045 * gst/rtsp/rtspextwms.c:
8046 * gst/rtsp/rtspextwms.h:
8047 * gst/rtsp/rtspmessage.c:
8048 * gst/rtsp/rtspmessage.h:
8049 * gst/rtsp/rtsprange.c:
8050 * gst/rtsp/rtsprange.h:
8051 * gst/rtsp/rtsptransport.c:
8052 * gst/rtsp/rtsptransport.h:
8053 * gst/rtsp/rtspurl.c:
8054 * gst/rtsp/rtspurl.h:
8056 * gst/rtsp/sdpmessage.c:
8057 * gst/rtsp/sdpmessage.h:
8059 Use shiny new RTSP and SDP library.
8060 Implement RTSP extensions using the new interface.
8061 Remove a lot of old code.
8063 2007-07-24 Edward Hervey <bilboed@bilboed.com>
8065 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8066 Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8068 2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
8070 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8071 Don't unref the outgoing buffer twice when dropping it because it's
8072 outside of the segment.
8074 2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
8077 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8078 (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8079 Use the new buffer clipping function from gstaudio here and
8080 require gst-plugins-base CVS.
8081 * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8082 For framed Wavpack buffers we require a valid timestamp.
8084 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
8086 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8087 (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8088 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8089 Clip raw audio and video when we can, keep track of current output
8091 Don't leak buffers and events when there is no output pad.
8092 Improve debugging here and there.
8094 2007-07-23 Stefan Kost <ensonic@users.sf.net>
8097 Sync liboil check with plugins-base.
8099 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8101 * ext/annodex/Makefile.am:
8104 * ext/cdio/gstcdiocddasrc.c:
8105 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8108 * ext/cairo/Makefile.am:
8109 * gst/videofilter/Makefile.am:
8110 * tests/examples/level/Makefile.am:
8111 Use $(LIBM) instead of -lm
8113 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8115 * sys/v4l2/gstv4l2src.c:
8116 Add another example pipeline.
8118 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8120 Patch by: Alexander Eichner <alexeichi@yahoo.de>
8122 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8125 * sys/v4l2/gstv4l2tuner.c:
8126 (gst_v4l2_tuner_set_frequency_and_notify):
8127 Don't touch the property - its still disabled.
8129 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8130 (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8131 * sys/v4l2/v4l2src_calls.h:
8132 Improve fallback format negotionation. Fixes #451388
8134 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8136 * tests/check/elements/videocrop.c: (GST_START_TEST):
8139 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8141 * docs/plugins/Makefile.am:
8142 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8143 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8144 * docs/plugins/inspect/plugin-jpeg.xml:
8145 * docs/plugins/inspect/plugin-png.xml:
8146 * ext/jpeg/gstjpegdec.c:
8147 * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8148 (gst_pngdec_sink_setcaps):
8149 More docs. More logs in pngdec.
8151 2007-07-17 Stefan Kost <ensonic@users.sf.net>
8153 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8154 Initialize num_buffers with minimum value.
8156 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8157 (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8158 Handle frame-size query failure gracefully.
8160 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
8162 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8163 Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8164 codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8167 2007-07-16 Sebastian Dröge <slomo@circular-chaos.org>
8169 * ext/wavpack/gstwavpackdec.c:
8170 (gst_wavpack_dec_clip_outgoing_buffer):
8171 Fix buffer clipping to correctly clip to the segment stop.
8173 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8176 * tests/Makefile.am:
8177 Remove bogus check for libcheck, since we check for
8178 gstreamer-check and it pulls in the required info from there,
8179 and we weren't actually _using_ the information for libcheck
8182 2007-07-12 Stefan Kost <ensonic@users.sf.net>
8185 Use pkg-config to locate check.
8187 2007-07-11 Tim-Philipp Müller <tim at centricular dot net>
8189 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8190 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8191 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8192 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8193 * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8194 * gst/effectv/gstaging.c: (gst_agingtv_transform):
8195 * gst/effectv/gstdice.c: (gst_dicetv_transform):
8196 * gst/effectv/gstedge.c: (gst_edgetv_transform):
8197 * gst/effectv/gstquark.c: (gst_quarktv_transform):
8198 * gst/effectv/gstrev.c: (gst_revtv_transform):
8199 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8200 * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8201 * gst/effectv/gstwarp.c: (gst_warptv_transform):
8202 * gst/matroska/matroska-demux.c:
8203 (gst_matroska_demux_add_wvpk_header),
8204 (gst_matroska_demux_check_subtitle_buffer),
8205 (gst_matroska_decode_buffer):
8206 * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8207 Fix build against core CVS.
8209 2007-07-10 Edward Hervey <bilboed@gmail.com>
8211 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8212 Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8213 don't have enough granularity to convert that boolean into a
8216 2007-07-06 Michael Smith <msmith@fluendo.com>
8218 * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8219 (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8220 (gst_alawdec_change_state):
8221 * gst/law/alaw-decode.h:
8222 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8223 (gst_mulawdec_class_init), (gst_mulawdec_init),
8224 (gst_mulawdec_chain), (gst_mulawdec_change_state):
8225 * gst/law/mulaw-decode.h:
8226 Fix capsnego bogosity in *law decoders.
8228 2007-07-06 Michael Smith <msmith@fluendo.com>
8230 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8231 (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8232 (gst_smokeenc_change_state):
8233 * ext/jpeg/gstsmokeenc.h:
8234 Remove stupidity in get/set caps functions.
8235 Fix some refcounting problems.
8237 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
8239 * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8240 Remove endianness-flipping hack that seems to have been required
8241 only because of a bug in ffmpegcolorspace.
8242 Partially Fixes: #451908
8244 2007-07-05 Stefan Kost <ensonic@users.sf.net>
8246 * docs/plugins/Makefile.am:
8247 Simplify --extra-dir as gtkdoc scans recursively.
8249 2007-07-03 Wim Taymans <wim@fluendo.com>
8251 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8253 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8254 Set the encoding-name in the rtp caps to all uppercase, as required by
8256 Some small cleanups in the error paths. Fixes #453037.
8258 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
8260 * ext/wavpack/gstwavpackparse.c:
8261 (gst_wavpack_parse_index_get_last_entry),
8262 (gst_wavpack_parse_index_get_entry_from_sample),
8263 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8264 (gst_wavpack_parse_scan_to_find_sample):
8265 * ext/wavpack/gstwavpackparse.h:
8266 Use a GSList for the GArray that is used like a list anyway.
8268 2007-06-28 Tim-Philipp Müller <tim at centricular dot net>
8270 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8271 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8272 (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8273 Add state change function where we set 0/1 as default framerate in
8274 case our setcaps function isn't called, like it might not in a
8275 filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8276 gdkpixbufdec trying to create caps with a 0/0 framerate.
8277 Also post an error message on the bus if gst_pad_push() fails when
8278 called from our sink event handler (+1 for flow returns for event
8279 functions in 0.11) instead of failing silently.
8281 2007-06-27 Wim Taymans <wim@fluendo.com>
8283 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8284 Cast stack args to the proper types. Fixes #451249.
8286 2007-06-27 Wim Taymans <wim@fluendo.com>
8288 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8289 (new_session_pad), (gst_rtspsrc_setup_streams):
8290 * gst/rtsp/gstrtspsrc.h:
8291 For container formats we only need to activate one of the streams so
8292 that we correctly signal no-more-pads. Fixes #451015.
8294 2007-06-25 Stefan Kost <ensonic@users.sf.net>
8296 * docs/plugins/gst-plugins-good-plugins.args:
8297 * docs/plugins/inspect/plugin-aasink.xml:
8298 * docs/plugins/inspect/plugin-alaw.xml:
8299 * docs/plugins/inspect/plugin-alpha.xml:
8300 * docs/plugins/inspect/plugin-alphacolor.xml:
8301 * docs/plugins/inspect/plugin-annodex.xml:
8302 * docs/plugins/inspect/plugin-apetag.xml:
8303 * docs/plugins/inspect/plugin-audiofx.xml:
8304 * docs/plugins/inspect/plugin-auparse.xml:
8305 * docs/plugins/inspect/plugin-autodetect.xml:
8306 * docs/plugins/inspect/plugin-avi.xml:
8307 * docs/plugins/inspect/plugin-cacasink.xml:
8308 * docs/plugins/inspect/plugin-cairo.xml:
8309 * docs/plugins/inspect/plugin-cdio.xml:
8310 * docs/plugins/inspect/plugin-cutter.xml:
8311 * docs/plugins/inspect/plugin-debug.xml:
8312 * docs/plugins/inspect/plugin-efence.xml:
8313 * docs/plugins/inspect/plugin-effectv.xml:
8314 * docs/plugins/inspect/plugin-esdsink.xml:
8315 * docs/plugins/inspect/plugin-flac.xml:
8316 * docs/plugins/inspect/plugin-flxdec.xml:
8317 * docs/plugins/inspect/plugin-gconfelements.xml:
8318 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8319 * docs/plugins/inspect/plugin-goom.xml:
8320 * docs/plugins/inspect/plugin-halelements.xml:
8321 * docs/plugins/inspect/plugin-icydemux.xml:
8322 * docs/plugins/inspect/plugin-id3demux.xml:
8323 * docs/plugins/inspect/plugin-jpeg.xml:
8324 * docs/plugins/inspect/plugin-ladspa.xml:
8325 * docs/plugins/inspect/plugin-level.xml:
8326 * docs/plugins/inspect/plugin-matroska.xml:
8327 * docs/plugins/inspect/plugin-mulaw.xml:
8328 * docs/plugins/inspect/plugin-multipart.xml:
8329 * docs/plugins/inspect/plugin-navigationtest.xml:
8330 * docs/plugins/inspect/plugin-ossaudio.xml:
8331 * docs/plugins/inspect/plugin-png.xml:
8332 * docs/plugins/inspect/plugin-quicktime.xml:
8333 * docs/plugins/inspect/plugin-rtp.xml:
8334 * docs/plugins/inspect/plugin-rtsp.xml:
8335 * docs/plugins/inspect/plugin-smpte.xml:
8336 * docs/plugins/inspect/plugin-speex.xml:
8337 * docs/plugins/inspect/plugin-taglib.xml:
8338 * docs/plugins/inspect/plugin-udp.xml:
8339 * docs/plugins/inspect/plugin-videobalance.xml:
8340 * docs/plugins/inspect/plugin-videobox.xml:
8341 * docs/plugins/inspect/plugin-videocrop.xml:
8342 * docs/plugins/inspect/plugin-videoflip.xml:
8343 * docs/plugins/inspect/plugin-videomixer.xml:
8344 * docs/plugins/inspect/plugin-wavenc.xml:
8345 * docs/plugins/inspect/plugin-wavparse.xml:
8346 * docs/plugins/inspect/plugin-ximagesrc.xml:
8347 Update docs with caps info.
8349 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
8352 Add more files with translatable strings (#450878).
8354 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
8357 Updating all the maintainers files
8359 2007-06-22 Edward Hervey <edward@fluendo.com>
8361 * ext/flac/gstflactag.c: (gst_flac_tag_init):
8362 * gst/interleave/deinterleave.c: (deinterleave_init),
8363 (deinterleave_sink_link):
8364 * gst/interleave/interleave.c: (interleave_init):
8365 * gst/median/gstmedian.c: (gst_median_init):
8366 * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8368 * tests/check/elements/id3demux.c: (pad_added_cb):
8369 Remove unused variable.
8371 2007-06-21 Jan Schmidt <thaytan@mad.scientist.com>
8373 * ext/gconf/gconf.h:
8374 Make the prototype of gst_gconf_get_key_for_sink_profile
8375 match the implementation.
8376 Patch by: Damien Carbery <damien dot carbery at sun dot com>
8379 2007-06-20 Michael Smith <msmith@fluendo.com>
8381 * gst/rtp/gstrtpdepay.c:
8382 Fix description - rtpdepay is not a payloader.
8384 2007-06-20 Stefan Kost <ensonic@users.sf.net>
8386 * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8387 (qtdemux_video_caps):
8388 * gst/qtdemux/qtdemux_fourcc.h:
8389 Add MJPG to the variants of motion jpeg.
8391 2007-06-19 Tim-Philipp Müller <tim at centricular dot net>
8393 * tests/check/Makefile.am:
8394 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8395 * tests/check/elements/videocrop.c: (GST_START_TEST):
8396 * tests/check/elements/videofilter.c:
8397 * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8398 * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8399 Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8400 error flags are included and it errors out on compiler warnings
8401 for CVS builds; remove unused variables in various unit tests.
8403 2007-06-19 Wim Taymans <wim@fluendo.com>
8405 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8406 (rtsp_connection_close), (rtsp_connection_free):
8407 Use threadsafe inet_ntop to convert an ip number to a string.
8409 Don't leak fd (and ip) when freeing a connection without first closing
8412 2007-06-19 Jan Schmidt <thaytan@mad.scientist.com>
8417 * gst-plugins-good.doap:
8418 Add 0.10.6 to the doap file.
8420 === release 0.10.6 ===
8422 2007-06-18 Jan Schmidt <thaytan@mad.scientist.com>
8425 releasing 0.10.6, "Wobble Board"
8427 2007-06-17 Tim-Philipp Müller <tim at centricular dot net>
8429 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8430 (rtsp_connection_free):
8431 Revert previous commit again, since we are frozen (sorry).
8433 2007-06-17 Tim-Philipp Müller <tim at centricular dot net>
8435 Patch by: Peter Kjellerstedt <pkj at axis com>
8437 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8438 (rtsp_connection_free):
8439 inet_ntoa() uses a static buffer internally, so we need to copy the
8440 returned string if we want to store it for later (#447961).
8442 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
8444 * win32/vs6/autogen.dsp:
8445 * win32/vs6/gst_plugins_good.dsw:
8446 * win32/vs6/libgstalaw.dsp:
8447 * win32/vs6/libgstalpha.dsp:
8448 * win32/vs6/libgstalphacolor.dsp:
8449 * win32/vs6/libgstapetag.dsp:
8450 * win32/vs6/libgstaudiofx.dsp:
8451 * win32/vs6/libgstauparse.dsp:
8452 * win32/vs6/libgstautodetect.dsp:
8453 * win32/vs6/libgstavi.dsp:
8454 * win32/vs6/libgstcutter.dsp:
8455 * win32/vs6/libgstdirectdraw.dsp:
8456 * win32/vs6/libgstdirectsound.dsp:
8457 * win32/vs6/libgsteffectv.dsp:
8458 * win32/vs6/libgstflx.dsp:
8459 * win32/vs6/libgstgoom.dsp:
8460 * win32/vs6/libgsticydemux.dsp:
8461 * win32/vs6/libgstid3demux.dsp:
8462 * win32/vs6/libgstinterleave.dsp:
8463 * win32/vs6/libgstjpeg.dsp:
8464 * win32/vs6/libgstlevel.dsp:
8465 * win32/vs6/libgstmatroska.dsp:
8466 * win32/vs6/libgstmedian.dsp:
8467 * win32/vs6/libgstmonoscope.dsp:
8468 * win32/vs6/libgstmulaw.dsp:
8469 * win32/vs6/libgstmultipart.dsp:
8470 * win32/vs6/libgstqtdemux.dsp:
8471 * win32/vs6/libgstrtp.dsp:
8472 * win32/vs6/libgstrtsp.dsp:
8473 * win32/vs6/libgstsmpte.dsp:
8474 * win32/vs6/libgstspeex.dsp:
8475 * win32/vs6/libgstudp.dsp:
8476 * win32/vs6/libgstvideobalance.dsp:
8477 * win32/vs6/libgstvideobox.dsp:
8478 * win32/vs6/libgstvideocrop.dsp:
8479 * win32/vs6/libgstvideoflip.dsp:
8480 * win32/vs6/libgstvideomixer.dsp:
8481 * win32/vs6/libgstwaveform.dsp:
8482 * win32/vs6/libgstwavenc.dsp:
8483 * win32/vs6/libgstwavparse.dsp:
8484 Mark *.dsp & *.dsw as binary files and convert to DOS line
8485 endings, as they don't load into VS6 correctly otherwise.
8487 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
8489 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8490 (rtsp_connection_connect):
8491 Fix the MingW build.
8492 Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8495 2007-06-14 Jan Schmidt <thaytan@mad.scientist.com>
8497 * tests/check/elements/.cvsignore:
8498 * tests/icles/.cvsignore:
8499 Hush the buildbots up
8501 2007-06-14 Jan Schmidt <thaytan@mad.scientist.com>
8505 * sys/directdraw/Makefile.am:
8506 * sys/directsound/Makefile.am:
8507 * sys/waveform/Makefile.am:
8508 Make sure to dist everything needed for win32 builds.
8510 2007-06-14 Edward Hervey <edward@fluendo.com>
8512 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8513 For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8517 2007-06-13 Wim Taymans <wim@fluendo.com>
8519 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8520 Make sure we allocate enough memory for the codec_data.
8523 2007-06-12 Sebastien Moutte <sebastien@moutte.net>
8526 Add videocrop project file to the win32 manifest.
8527 * win32/vs6/gst_plugins_good.dsw:
8528 Add qtdemux,videocrop and waveform projects to the workspace.
8529 * win32/vs6/libgstqtdemux.dsp:
8530 Add zlib to the link list of qtdemux.
8531 * win32/vs6/libgstvideocrop.dsp:
8532 Add a project file for videocrop.
8534 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
8537 Add qtdemux for translation
8539 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
8542 * docs/plugins/Makefile.am:
8543 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8544 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8545 * docs/plugins/inspect/plugin-videocrop.xml:
8546 * gst-plugins-good.spec.in:
8548 * tests/check/Makefile.am:
8549 * tests/icles/Makefile.am:
8550 * tests/icles/videocrop-test.c:
8551 Move videocrop and osxvideo from -bad.
8553 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
8556 * docs/plugins/Makefile.am:
8557 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8558 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8559 * docs/plugins/gst-plugins-good-plugins.args:
8560 * docs/plugins/inspect/plugin-qtdemux.xml:
8561 * docs/plugins/inspect/plugin-quicktime.xml:
8563 Move qtdemux from -bad.
8565 * gst-plugins-good.spec.in:
8566 Update spec file to reflect moving of qtdemux and wavpack
8568 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
8571 * docs/plugins/Makefile.am:
8572 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8573 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8574 * docs/plugins/inspect/plugin-directdraw.xml:
8575 * docs/plugins/inspect/plugin-directsound.xml:
8576 * docs/plugins/inspect/plugin-waveform.xml:
8577 Move the waveform plugin from -bad too. Update the inspect xml
8578 files to mention Plugins Good instead of Plugins Bad.
8580 2007-06-12 Andy Wingo <wingo@pobox.com>
8582 * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8583 (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8584 (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8585 finalization and resuscitation. No longer public.
8586 (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8587 (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8588 (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8589 (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8590 miniobject semantics, and be threadsafe.
8591 (gst_v4l2src_queue_frame): Remove this function, as we just call
8592 the ioctls directly in the two places where we queue buffers.
8593 (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8595 (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8596 to allocate the pool, which also preallocates the GstBuffers.
8597 (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8598 queueing the frames directly.
8599 (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8600 mmap buffers have been dequeued.
8602 * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8603 real MiniObject instead of rolling our own refcounting and
8604 finalizing. Give it a lock.
8605 (struct _GstV4l2Buffer): Remove one intermediary object, having
8606 the buffers hold the struct v4l2_buffer directly.
8608 * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8609 capture_init so that it can set them on the buffers that it will
8611 (gst_v4l2src_get_read): For better or for worse, include the
8612 timestamping and offsetting code here; really we should be using
8614 (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8615 preallocated, mmap'd buffers.
8617 2007-06-11 Wim Taymans <wim@fluendo.com>
8619 Patch by: daniel fischer <dan at f3c dot com>
8621 * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8622 (gst_ximage_src_get_caps):
8623 Actually use the display_name property so that we can dump any
8624 available X display. Fixes #445905.
8626 2007-06-11 Wim Taymans <wim@fluendo.com>
8628 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8630 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8631 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8632 Add missing rate fields to caps. Fixes #441118.
8634 2007-06-10 Sebastien Moutte <sebastien@moutte.net>
8636 * win32/vs6/gst_plugins_good.dsw:
8637 * win32/vs8/gst-plugins-good.sln:
8638 Add DirectSound and DirectDraw sinks project files to
8639 workspace and solution files.
8641 2007-06-10 Sebastian Dröge <slomo@circular-chaos.org>
8643 Patch by: Josh Coalson <xflac at yahoo dot com>,
8644 updated by Alexis Ballier <aballier at gentoo dot org>:
8647 * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8648 (gst_flac_dec_setup_seekable_decoder),
8649 (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8650 (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8651 (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8652 * ext/flac/gstflacdec.h:
8653 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8654 (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8655 (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8656 (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8657 (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8658 (gst_flac_enc_chain), (gst_flac_enc_set_property),
8659 (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8660 * ext/flac/gstflacenc.h:
8661 Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8663 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
8665 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8666 Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8667 not necessary anymore as we need at least that core version.
8669 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
8671 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8672 (gst_wavpack_dec_chain):
8673 * ext/wavpack/gstwavpackdec.h:
8674 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8675 (gst_wavpack_parse_push_buffer):
8676 * ext/wavpack/gstwavpackparse.h:
8677 Improve discont handling by checking if the next Wavpack block has
8678 the expected, following block index.
8680 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
8682 * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8683 Fix element description.
8685 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
8688 * docs/plugins/Makefile.am:
8689 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8690 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8691 * docs/plugins/gst-plugins-good-plugins.args:
8692 * docs/plugins/gst-plugins-good-plugins.hierarchy:
8693 * docs/plugins/gst-plugins-good-plugins.signals:
8694 * docs/plugins/inspect/plugin-autodetect.xml:
8695 * docs/plugins/inspect/plugin-gconfelements.xml:
8696 * docs/plugins/inspect/plugin-ladspa.xml:
8697 * docs/plugins/inspect/plugin-rtp.xml:
8698 * docs/plugins/inspect/plugin-wavpack.xml:
8700 * tests/check/Makefile.am:
8701 move wavpack plugin. See #352605.
8703 2007-06-08 Jan Schmidt <thaytan@mad.scientist.com>
8706 * docs/plugins/Makefile.am:
8707 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8708 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8709 * docs/plugins/gst-plugins-good-plugins.args:
8712 Add DirectDraw & DirectSound plugins to the build and docs.
8714 2007-06-08 Tim-Philipp Müller <tim at centricular dot net>
8716 * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8717 * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8718 When operating in pull mode, error out correct on not-linked.
8720 2007-06-06 Andy Wingo <wingo@pobox.com>
8722 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8723 (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8724 format and size if the ioctls are defined; should fix compilation
8727 2007-06-06 Tim-Philipp Müller <tim at centricular dot net>
8729 * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8730 Printf fixes in debug statements; use LOG level for debug statements
8731 that are printed for each and every frame; convert c++ comments to
8732 C-style comments; not much point using g_try_malloc() if we then not
8733 even check the return value.
8735 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
8738 Bump requirements to released versions (core and base 0.10.13).
8740 * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8741 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8744 2007-06-05 Andy Wingo <wingo@pobox.com>
8746 * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8747 some useless comments.
8749 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8750 frames before calling STREAMON, that might leave them in a state
8751 where they can't be dequeued if we go back to NULL without calling
8752 STREAMON, according to the docs.
8753 (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8754 before we call STREAMON.
8755 (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8756 failures. (For me this code hung.) The pool refcounting is still
8757 crack; added a note to that effect.
8759 2007-06-05 Wim Taymans <wim@fluendo.com>
8761 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8762 (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8763 Add support for mapping gst structure names to the MIME type equivalent.
8764 Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8766 2007-06-03 Sebastian Dröge <slomo@circular-chaos.org>
8768 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8769 (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8770 (gst_wavenc_chain), (gst_wavenc_change_state):
8771 * gst/wavenc/gstwavenc.h:
8772 Properly write wav files with width!=depth by having the depth most
8773 significant bytes set and all others zero. Fixes #442535.
8775 2007-06-01 Wim Taymans <wim@fluendo.com>
8777 * gst/rtsp/rtspconnection.c:
8778 Add include to make buildbot happy.
8780 2007-06-01 Wim Taymans <wim@fluendo.com>
8782 Patch by: Peter Kjellerstedt <pkj at axis com>
8784 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8785 (rtsp_connection_connect), (add_date_header),
8786 (rtsp_connection_send), (parse_response_status),
8787 (parse_request_line), (parse_line), (rtsp_connection_receive):
8788 * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8789 * gst/rtsp/rtspdefs.h:
8790 * gst/rtsp/rtspmessage.c: (key_value_foreach),
8791 (rtsp_message_init_request), (rtsp_message_init_response),
8792 (rtsp_message_remove_header), (rtsp_message_append_headers),
8793 (rtsp_message_dump):
8794 * gst/rtsp/rtspmessage.h:
8795 Improves version checking, allowing an RTSP server to reply with "505
8796 RTSP Version not supported.
8797 Adds a Date header to all messages.
8798 Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8799 want to be able to send a response even if something in the request was
8800 invalid. EINVAL is only used when passing wrong arguments to functions.
8801 Do not handle an invalid method in parse_request_line(). Defer this to
8802 the caller so it can respond with "405 Method Not Allowed".
8803 Improves parsing of the timeout parameter to the Session header,
8804 allowing whitespace after the semicolon.
8805 Avoids a compiler warning due to variables shadowing a function argument.
8807 2007-06-01 Wim Taymans <wim@fluendo.com>
8809 Based on Patch by: Daniel Charles <dcharles at ti dot com>
8811 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8812 (gst_rtp_amr_depay_process):
8813 * gst/rtp/gstrtpamrdepay.h:
8814 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8815 (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8816 (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8817 * gst/rtp/gstrtpamrpay.h:
8818 Add support for AMR-WB.
8819 Small cleanups such as using BOILERPLATE.
8821 2007-05-31 Wim Taymans <wim@fluendo.com>
8823 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8824 Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8826 2007-05-30 Andy Wingo <wingo@pobox.com>
8828 * sys/v4l2/gstv4l2object.h:
8829 * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8832 * sys/v4l2/v4l2src_calls.h:
8833 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8834 the format list in the order that the driver gives it to us.
8835 (gst_v4l2src_probe_caps_for_format_and_size)
8836 (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8837 based on the capabilities of the device.
8838 (gst_v4l2src_grab_frame): Update for object variable renaming.
8839 (gst_v4l2src_set_capture): Update to be strict in its parameters,
8840 as in the set_caps below.
8841 (gst_v4l2src_capture_init): Update for object variable renaming,
8843 (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8844 (gst_v4l2src_capture_deinit): Update for object variable renaming.
8845 (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8846 (gst_v4l2src_get_fps): Remove; these functions don't have much
8847 meaning outside of an atomic set_caps method.
8848 (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8851 * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8852 call to update_fps; not sure about this change.
8853 (gst_v4l2_tuner_set_norm): Work around the fact that for the
8854 moment we don't have an update_fps_func.
8856 * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8857 structures in the object, just store what we need. Do store the
8858 probed caps of the device. Don't store the current frame rate.
8860 * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8861 update_fps_function, for now. Update for new object variable
8863 (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8864 new object variable naming.
8865 (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8866 (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8867 (gst_v4l2src_get_caps): Rework to probe the device for supported
8868 frame sizes and frame rates.
8869 (gst_v4l2src_set_caps): Rework to be strict in the given
8870 parameters: if someone asks us to have a certain size and rate,
8871 that is what we configure.
8872 (gst_v4l2src_get_read): Update for object variable naming. Don't
8873 leak buffers on short reads.
8874 (gst_v4l2src_get_mmap): Update for object variable naming, and add
8876 (gst_v4l2src_create): Update for object variable naming.
8878 2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
8880 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8881 (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8882 * gst/avi/gstavidemux.h:
8883 Parse subtitle text streams instead of erroring out (#442034). Still
8884 needs a parser for the subtitles to actually show up.
8886 2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
8888 * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8889 (gst_avi_demux_loop):
8890 Make _push_event() return TRUE if the event could be pushed on at
8891 least one pad and not only if it could be pushed on all pads,
8892 otherwise we'll end up posting an error message on EOS if one or
8893 more source pads are not connected.
8895 2007-05-28 Wim Taymans <wim@fluendo.com>
8897 * gst/rtsp/rtsptransport.c:
8898 Use renamed RTP bin.
8900 2007-05-28 Wim Taymans <wim@fluendo.com>
8902 Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8904 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8905 (gst_video_box_set_property), (gst_video_box_transform_caps),
8906 (video_box_recalc_transform), (gst_video_box_set_caps),
8907 (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8908 (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8909 (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8910 (gst_video_box_i420_i420), (gst_video_box_transform),
8912 Add AYUV->AYUV and AYUV->I420 formats.
8913 Fix negotiation and I420->AYUV conversion.
8916 2007-05-26 Wim Taymans <wim@fluendo.com>
8918 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8919 Use different variables for nested for loops so that the outer loop
8920 functions properly and speex files with multiple frames per buffer work
8924 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
8926 * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8927 Don't leak newsegment events.
8929 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
8931 * gst/wavparse/Makefile.am:
8932 Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8935 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
8937 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8938 (notgst_value_array_append_buffer),
8939 (gst_flac_enc_process_stream_headers),
8940 (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8941 (gst_flac_enc_change_state):
8942 * ext/flac/gstflacenc.h:
8943 Collect headers, add "streamheader" field to output caps and set
8944 BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8945 produces output according to the official FLAC-to-Ogg mapping
8946 instead of completely broken files. Fixes #426044.
8948 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
8950 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8951 (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8952 (gst_id3demux_sink_event):
8953 * gst/id3demux/gstid3demux.h:
8954 * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8955 (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8956 (gst_tag_demux_send_new_segment):
8957 Handle and adjust new-segment events so that downstream really
8958 sees a stream with the tag pieces stripped off the front and back.
8959 Fixes strangeness in seeking when mp3 decoders use the new-segment
8960 byte position to estimate their current playback position timestamp
8961 and then the arriving buffers don't match up.
8963 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
8965 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8966 Don't unnecessarily perform a READY->NULL->READY transition on the
8967 detected audio sink when starting up. Fixes: #440127
8969 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
8971 * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8972 (gst_flac_enc_chain):
8973 Don't crash in chain function if setcaps hasn't been called.
8975 2007-05-24 Wim Taymans <wim@fluendo.com>
8977 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8978 Init value to avoid infinte loops.
8980 2007-05-24 Wim Taymans <wim@fluendo.com>
8982 Patch by: Peter Kjellerstedt <pkj at axis com>
8984 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8985 (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8986 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8988 (rtsp_connection_send), (rtsp_connection_receive):
8989 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8992 * gst/rtsp/rtspconnection.c: (add_auth_header),
8993 Only add authorisation and session headers when sending messages.
8995 * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8996 (rtsp_message_init_request), (rtsp_message_init_response),
8997 (rtsp_message_unset), (rtsp_message_add_header),
8998 (rtsp_message_remove_header), (rtsp_message_get_header),
8999 (rtsp_message_append_headers), (dump_key_value),
9000 (rtsp_message_dump):
9001 * gst/rtsp/rtspmessage.h:
9002 Add support for multiple headers of the same type by storing the parsed
9003 headers in a GArray instaed of a hashtable.
9005 2007-05-21 Wim Taymans <wim@fluendo.com>
9007 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9008 (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9009 Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9012 2007-05-21 Wim Taymans <wim@fluendo.com>
9014 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9015 * gst/rtsp/gstrtpdec.h:
9016 Added signal for backwards compat.
9018 2007-05-21 Sebastian Dröge <slomo@circular-chaos.org>
9020 Patch by: René Stadler <mail at renestadler dot de>
9023 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9024 (gst_au_parse_parse_header), (gst_au_parse_chain):
9025 * gst/auparse/gstauparse.h:
9026 Use audioconvert for converting from non-native endianness floats
9027 in auparse instead of doing it ourself. Fixes #424527.
9028 This needs the audioconvert from plugins-base CVS.
9030 2007-05-21 Wim Taymans <wim@fluendo.com>
9032 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9033 (gst_rtp_h263p_pay_flush):
9034 Fix enum registration.
9036 2007-05-21 Wim Taymans <wim@fluendo.com>
9038 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9040 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9041 (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9042 (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9043 (gst_rtp_h263p_pay_flush):
9044 * gst/rtp/gstrtph263ppay.h:
9045 Add new fragmentation mode base on GOB headers. Fixes #438940.
9047 2007-05-20 Tim-Philipp Müller <tim at centricular dot net>
9049 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9052 2007-05-18 Wim Taymans <wim@fluendo.com>
9054 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9055 Don't crash when an unsupported transport error was returned by the
9056 server, just try to configure the next stream. Fixes #439255.
9058 2007-05-18 Wim Taymans <wim@fluendo.com>
9060 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9061 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9062 (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9063 (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9064 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9065 * gst/rtsp/gstrtspsrc.h:
9066 Add TCP timeout property and use it for all TCP connection.
9068 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9069 (rtsp_connection_write), (rtsp_connection_next_timeout),
9070 (rtsp_connection_reset_timeout):
9071 Make connect and writes cancelable and make them use the timeout.
9073 2007-05-18 Wim Taymans <wim@fluendo.com>
9075 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9076 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9077 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9078 (gst_rtspsrc_setup_streams):
9079 Refactor timeout handling.
9080 Also send keep-alive when dealing with TCP transport.
9082 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9083 (rtsp_connection_free), (rtsp_connection_next_timeout),
9084 (rtsp_connection_reset_timeout):
9085 * gst/rtsp/rtspconnection.h:
9086 Use a timer to handle the session timeouts, add some methods to deal
9089 2007-05-17 Wim Taymans <wim@fluendo.com>
9091 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9092 (gst_rtspsrc_setup_streams):
9093 Ignore streams that fail the setup command, we will retry with a
9094 different transport later on.
9096 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9097 (rtsp_ext_wms_configure_stream):
9098 Fix encoding name case.
9100 2007-05-16 Edward Hervey <edward@fluendo.com>
9102 * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9103 Fix build on macosx.
9105 2007-05-16 Sebastian Dröge <slomo@circular-chaos.org>
9107 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9108 Replace direct comparison of a string with the string literal "" with
9109 a comparison of the first character with '\0'. Fixes #438926.
9111 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9113 * gst/debug/breakmydata.c (gst_break_my_data_init):
9114 One more try. This should be the proper fix now.
9116 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9118 * gst/debug/breakmydata.c:
9119 Ooops, no // comments please.
9121 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9123 * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9124 (gst_break_my_data_init):
9125 Fix gst_buffer_is_writable() assertion.
9127 2007-05-14 David Schleef <ds@schleef.org>
9129 * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9130 video/x-raw-bayer. Fixes #314160.
9132 2007-05-14 Wim Taymans <wim@fluendo.com>
9134 * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9135 (gst_rtp_theora_depay_parse_configuration):
9136 * gst/rtp/gstrtptheorapay.c: (encode_base64),
9137 (gst_rtp_theora_pay_finish_headers),
9138 (gst_rtp_theora_pay_handle_buffer):
9139 Update theora pay/depayloader in a similar to vorbis.
9141 * gst/rtp/gstrtpvorbisdepay.c:
9142 (gst_rtp_vorbis_depay_parse_configuration):
9145 2007-05-14 Wim Taymans <wim@fluendo.com>
9147 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9148 When we try to execute a method that is not supported by the server,
9149 don't error out but remove the method from the accepted methods so that
9150 we never try to perform this method again.
9152 2007-05-14 Wim Taymans <wim@fluendo.com>
9154 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9155 Remove annoying _dump_mem.
9157 2007-05-14 Wim Taymans <wim@fluendo.com>
9159 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9160 Parse range correctly.
9162 * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9163 The baseurl now always has a '/' at the start.
9165 2007-05-14 Wim Taymans <wim@fluendo.com>
9167 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9168 (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9169 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9170 Factor out caps configuration and configure more stuff such as the time
9171 ranges and speed/scale values.
9173 * gst/rtsp/rtsptransport.c:
9174 Add Copyright after non-trival fixes.
9176 2007-05-12 Wim Taymans <wim@fluendo.com>
9178 Patch by: Peter Kjellerstedt <pkj at axis com>
9180 * gst/rtsp/gstrtspsrc.h:
9181 * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9182 * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9183 (rtsp_message_get_header):
9184 * gst/rtsp/rtspmessage.h:
9185 Make channel guint8 where possible.
9186 Make rtsp_message_init_data() take the channel as a guint8.
9188 * gst/rtsp/rtspdefs.c:
9189 Fixed a typo: Timout -> Timeout
9191 * gst/rtsp/rtspdefs.h:
9192 Make RTSP_CHECK() behave as a statement.
9194 * gst/rtsp/sdpmessage.c:
9195 Avoid a compiler warning in INIT_ARRAY().
9198 2007-05-12 Wim Taymans <wim@fluendo.com>
9200 Patch by: Peter Kjellerstedt <pkj at axis com>
9202 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9203 (rtsp_url_get_request_uri):
9204 * gst/rtsp/rtspurl.h:
9205 Add support for query parameters to RTSP URLs.
9207 2007-05-12 Wim Taymans <wim@fluendo.com>
9209 Patch by: Peter Kjellerstedt <pkj at axis com>
9211 * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9212 (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9213 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9214 (rtsp_transport_parse), (rtsp_transport_as_text):
9215 * gst/rtsp/rtsptransport.h:
9216 Add validation to rtsp_transport_parse().
9217 Add rtsp_transport_as_text() to generate an RTSP header from an
9219 Change ssrc to guint (was a string) since that is what it is, even
9220 though it is sent as a hex string.
9221 Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9222 incorrect, which can be seen when looking at the examples in the RFC).
9225 2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
9227 Patch by: Eric Anholt
9229 * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9230 gst_ximage_src_ximage_get):
9231 Use union of all damage between frames to make it faster.
9233 Also fix crasher when cursor is at bottom right of window.
9235 2007-05-11 Tim-Philipp Müller <tim at centricular dot net>
9237 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9238 Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9239 streaming mode regression for file from #343837 with 'bext' chunk
9240 before the 'fmt' chunk.
9242 2007-05-11 Wim Taymans <wim@fluendo.com>
9244 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9245 (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9246 (gst_rtspsrc_handle_src_event),
9247 (gst_rtspsrc_stream_configure_manager),
9248 (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9249 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9250 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9251 * gst/rtsp/gstrtspsrc.h:
9252 * gst/rtsp/rtspdefs.h:
9253 Preliminary seek support.
9254 Activate internal pads so that we can receive events on them.
9255 Don't try to parse a range string when it's NULL.
9257 2007-05-11 Wim Taymans <wim@fluendo.com>
9260 Update README with new RTP variables that will be used for
9263 * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9264 (gst_rtp_vorbis_depay_parse_configuration),
9265 (gst_rtp_vorbis_depay_process):
9266 * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9267 (gst_rtp_vorbis_pay_finish_headers),
9268 (gst_rtp_vorbis_pay_handle_buffer):
9269 Update vorbis pay and depayloader to draft-04.
9271 2007-05-11 Wim Taymans <wim@fluendo.com>
9273 * gst/rtsp/rtsptransport.c:
9274 UDP MCAST is actually the default for RTP/AVP.
9275 2007-05-13 Sebastien Moutte <sebastien@moutte.net>
9277 * gst/level/gstlevel.c: (gst_level_transform_ip):
9278 Use guint8 * instead of gpointer then vs6 can build
9279 in_data += (filter->width / 8).
9281 2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
9283 * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9284 gst_ximage_src_ximage_get):
9285 * sys/ximage/gstximagesrc.h (last_ximage):
9286 When using Damage actually keep the last frame, and not assume
9287 that the buffer we get already has the last frame on it.
9288 Copy the cursor over if we specify a non-zero start x and
9291 2007-05-11 Wim Taymans <wim@fluendo.com>
9293 * gst/rtsp/rtsptransport.c:
9294 Make UDP the default transport when not specified.
9296 2007-05-09 David Schleef <ds@schleef.org>
9298 * gst/level/gstlevel.c:
9301 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
9303 * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9304 (gst_level_transform_ip):
9305 Use guint8 * instead of gpointer then vs6 know the size of data
9306 pointed when moving the pointer.
9307 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9308 Move instructions after variables declaration.
9309 * win32/vs6/autogen.dsp:
9310 * win32/vs6/libgstrtp.dsp:
9311 * win32/vs6/libgstrtsp.dsp:
9312 Update vs6 project files.
9314 2007-05-09 Wim Taymans <wim@fluendo.com>
9316 * gst/rtsp/Makefile.am:
9317 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9318 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9319 * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9320 (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9322 * gst/rtsp/rtsprange.h:
9323 Add code to parse time ranges.
9324 Report DURATION on the stream when possible.
9326 2007-05-08 Tim-Philipp Müller <tim at centricular dot net>
9328 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9329 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9330 (gst_videomixer_collected):
9331 Fix strides calculation for AYUV (it's just width*4) (#436910).
9333 2007-05-06 Sebastian Dröge <slomo@circular-chaos.org>
9335 * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9336 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9337 * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9338 Sync the GObject properties before each processing step to properly
9339 work with the controller.
9341 2007-05-04 Wim Taymans <wim@fluendo.com>
9343 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9344 (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9345 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9346 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9347 (gst_rtspsrc_change_state):
9348 Let more error state trickle down so that we can catch more error
9350 Handle keep-alive a little smarter by selecting a method the server
9352 Fix a race in UDP streaming shutdown.
9354 2007-05-04 Wim Taymans <wim@fluendo.com>
9356 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9357 Ignore errors when trying to use the keep-alive messages.
9359 2007-05-04 Wim Taymans <wim@fluendo.com>
9361 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9362 (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9363 (gst_rtspsrc_stream_configure_manager),
9364 (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9365 (gst_rtspsrc_stream_configure_mcast),
9366 (gst_rtspsrc_stream_configure_udp),
9367 (gst_rtspsrc_stream_configure_udp_sink),
9368 (gst_rtspsrc_stream_configure_transport):
9369 Send RTCP messages back to the server over the TCP connection.
9371 * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9372 (rtsp_connection_send), (rtsp_connection_read), (read_body),
9373 (rtsp_connection_receive):
9374 * gst/rtsp/rtspconnection.h:
9375 Factor out and expose lowlevel _write and _read methods.
9376 Implement sending data messages to the server.
9378 2007-05-03 Wim Taymans <wim@fluendo.com>
9380 * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9381 (gst_multipart_mux_collected):
9382 Fix timestamps on outgoing buffers.
9384 2007-05-03 Wim Taymans <wim@fluendo.com>
9386 * gst/multipart/multipartmux.c:
9387 (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9388 (gst_multipart_mux_change_state):
9389 Emit NEWSEGMENT events before pushing the first buffer.
9391 2007-05-03 Wim Taymans <wim@fluendo.com>
9393 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9394 (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9395 (gst_rtspsrc_handle_src_query),
9396 (gst_rtspsrc_stream_configure_manager),
9397 (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9398 (gst_rtspsrc_stream_configure_mcast),
9399 (gst_rtspsrc_stream_configure_udp),
9400 (gst_rtspsrc_stream_configure_udp_sink),
9401 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9402 (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9403 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9404 (gst_rtspsrc_pause):
9405 Refactor transport configuration code.
9406 Create internal pads for TCP transport so that we can implement events
9408 Handle events and queries.
9409 Parse range from the SDP.
9410 Fix race in pause handler where the connection could still be flushing.
9412 2007-05-02 Wim Taymans <wim@fluendo.com>
9414 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9415 (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9416 (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9417 (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9418 (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9419 (gst_rtspsrc_change_state):
9420 * gst/rtsp/gstrtspsrc.h:
9421 Fix race when multiple udp sources post timeouts, just act on the first
9423 Protect stream list with a recursive lock to fix some races.
9424 Flush connection when we need to do a reconnect or stop.
9425 Make state lock recursive.
9427 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9428 (rtsp_connection_close):
9429 Some small cleanups.
9431 2007-05-02 Wim Taymans <wim@fluendo.com>
9433 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9434 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9435 Only set DISCONT when there actually is a discont or when we just
9438 2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
9440 * ext/flac/gstflac.c: (plugin_init):
9441 Call bindtextdomain() to get localized strings.
9443 2007-05-02 Wim Taymans <wim@fluendo.com>
9445 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9446 (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9447 (gst_wavparse_stream_data):
9448 * gst/wavparse/gstwavparse.h:
9449 Be a bit more clever when dealing with VBR files with FACT tags, we
9450 don't want to timestamp buffers in that case but the estimated BPS can
9451 be used for seeking.
9452 Only send close segment in the streaming thread.
9454 2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
9456 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9457 Correctly post an error on the bus if something went wrong in the loop
9458 function. This fixes a few cases where the task was paused and nothing
9461 2007-05-02 Wim Taymans <wim@fluendo.com>
9463 * gst/rtsp/test.c: (main):
9464 Fix compilation of deprecated test just because I'm too lazy to delete
9467 2007-05-02 Wim Taymans <wim@fluendo.com>
9469 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9470 (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9471 (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9472 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9473 (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9474 (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9475 * gst/rtsp/gstrtspsrc.h:
9476 Fix sending RTCP to the right place.
9477 Fix bug in reffing the wrong UDP element.
9478 Use new pad names for the session manager.
9479 Implement handling server requests in interleaved and UDP modes.
9480 Handle session keep-alive in UDP modes.
9481 Remove GCond for handling UDP timeouts.
9483 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9484 (rtsp_connection_send), (rtsp_connection_read), (read_body),
9485 (rtsp_connection_receive), (rtsp_connection_close):
9486 * gst/rtsp/rtspconnection.h:
9487 Store connection IP address for later.
9488 Add timeout args to all operations that might block forever.
9489 Parse session timeout.
9490 Only close sockets when not already closed.
9492 * gst/rtsp/rtspdefs.c:
9493 * gst/rtsp/rtspdefs.h:
9494 Add timeout return value and error string.
9496 * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9499 2007-05-01 Wim Taymans <wim@fluendo.com>
9501 Patch by: Sjoerd Simons <sjoerd at luon dot net>
9503 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9504 (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9505 * gst/rtp/gstrtpmp4vpay.h:
9506 Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9508 2007-04-30 Tim-Philipp Müller <tim at centricular dot net>
9510 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9511 Remove v4l2src from docs, since it breaks the docs build, and the
9512 plugin is only built if --enable-experimental is used anyway.
9514 * docs/plugins/Makefile.am:
9517 2007-04-29 Wim Taymans <wim@fluendo.com>
9519 * gst/udp/gstmultiudpsink.c: (leave_multicast),
9520 (gst_multiudpsink_add), (gst_multiudpsink_remove):
9521 Add code to drop membership of a multicast group.
9523 * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9524 (gst_udpsink_set_uri):
9525 Implement URI handler.
9527 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9528 (gst_rtspsrc_parse_rtpinfo):
9529 Use URI handler to make udpsink instace.
9530 Improve code to configure port and destination.
9532 2007-04-29 Wim Taymans <wim@fluendo.com>
9534 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9535 Fix multicast detection.
9536 Don't try to join a multicast group if the address is not multicast.
9538 * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9539 Small debug improvement.
9541 2007-04-27 Wim Taymans <wim@fluendo.com>
9543 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9544 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9545 (gst_rtspsrc_handle_message):
9546 Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9549 2007-04-27 Wim Taymans <wim@fluendo.com>
9551 * gst/rtp/gstrtpilbcdepay.h:
9552 Fix mode property when specified as an arg.
9554 2007-04-26 Edward Hervey <edward@fluendo.com>
9556 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9557 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9558 * docs/plugins/gst-plugins-good-plugins.hierarchy:
9559 * docs/plugins/inspect/plugin-osxaudio.xml:
9560 Add documentation for osxaudio plugin.
9562 2007-04-26 Wim Taymans <wim@fluendo.com>
9564 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9565 (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9566 (gst_rtspsrc_open), (gst_rtspsrc_close),
9567 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9568 (gst_rtspsrc_pause):
9569 * gst/rtsp/gstrtspsrc.h:
9570 Protect state changes with a lock.
9572 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9574 * gst/rtsp/rtspconnection.h:
9575 Remove some unused stuff.
9577 2007-04-26 Wim Taymans <wim@fluendo.com>
9579 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9580 Handle the case where there are exactly 0 bytes to read and the ioctl
9581 did not report an error. Fixes #433530.
9583 2007-04-26 Wim Taymans <wim@fluendo.com>
9585 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9586 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9587 * gst/wavparse/gstwavparse.h:
9588 Apply DISCONT to buffers.
9589 Only apply timestamp to the first sample after a DISCONT, too many VBR
9590 files cause random jitter in the timestamps. Fixes #433119.
9592 2007-04-25 Wim Taymans <wim@fluendo.com>
9594 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9595 (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9596 (gst_rtp_dec_get_property):
9597 * gst/rtsp/gstrtpdec.h:
9598 Add dummy latency property to be backwards compat with rtpbin.
9600 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9601 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9602 (gst_rtspsrc_stream_configure_transport),
9603 (gst_rtspsrc_parse_rtpinfo):
9604 * gst/rtsp/gstrtspsrc.h:
9605 Add latency property and configure in the session manager.
9606 Don't set invalid clock-base and seqnum-base on caps, some servers
9607 sometimes don't send them.
9609 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
9611 * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9612 (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9613 Double-check that RGB input caps are really RGBA caps (apparently
9614 the core doesn't always catch it if those caps aren't a subset of
9615 our template caps, also see #421543). Fixes #429319 in a way.
9616 Also, don't leak the pad template in the transform_caps function.
9618 * tests/check/Makefile.am:
9619 * tests/check/elements/.cvsignore:
9620 * tests/check/elements/alphacolor.c: (setup_alphacolor),
9621 (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9622 (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9623 (GST_START_TEST), (alphacolor_suite):
9624 Add some basic unit tests for alphacolor.
9626 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
9628 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9629 If we get a fatal flow return in the loop function, first post the
9630 error message and only then send the EOS event downstream, otherwise
9631 applications might get an eos message before the error message and
9632 think everything was ok (related to #429319).
9634 2007-04-25 Wim Taymans <wim@fluendo.com>
9636 * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9637 Read the channel byte as an unsigned byte.
9639 2007-04-25 Wim Taymans <wim@fluendo.com>
9641 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9642 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9643 (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9644 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9645 (gst_rtp_gsm_depay_setcaps):
9646 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9647 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9648 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9649 (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9650 (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9651 (gst_ilbc_depay_get_property):
9652 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9653 * gst/rtp/gstrtpmp4adepay.c:
9654 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9655 (gst_rtp_pcma_depay_setcaps):
9656 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9657 (gst_rtp_pcmu_depay_setcaps):
9658 Make sure we configure the clock_rate in the baseclass in the setcaps
9659 function. Fixes #431282.
9661 2007-04-25 Wim Taymans <wim@fluendo.com>
9663 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9664 (gst_rtspsrc_stream_free), (request_pt_map),
9665 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9666 * gst/rtsp/gstrtspsrc.h:
9667 Parse server address from SDP.
9668 Hook up a udpsink to send RTCP back to the server.
9670 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9671 * gst/rtsp/rtsptransport.h:
9674 2007-04-25 Stefan Kost <ensonic@users.sf.net>
9676 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9677 Make header field check conditional. Fixes #433135
9679 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9681 * docs/plugins/Makefile.am:
9682 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9683 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9684 * docs/plugins/inspect/plugin-alphacolor.xml:
9685 * gst/alpha/Makefile.am:
9686 * gst/alpha/gstalphacolor.c:
9687 * gst/alpha/gstalphacolor.h:
9688 Add minimal docs blurb to alphacolor; split out headers into
9689 separate header file for gtk-doc.
9691 2007-04-20 Tim-Philipp Müller <tim at centricular dot net>
9693 * gst/debug/progressreport.c: (gst_progress_report_report):
9694 Don't try to post NULL message (in case we can't query upstream
9695 position or duration).
9697 2007-04-18 Michael Smith <msmith@fluendo.com>
9699 * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9700 (gst_cutter_get_caps):
9701 * gst/cutter/gstcutter.h:
9702 Fix some of the most obvious bugs in cutter. Now doesn't leak
9703 everything if input is silent.
9705 2007-04-18 Sebastian Dröge <slomo@circular-chaos.org>
9707 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9708 (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9709 * gst/wavenc/gstwavenc.h:
9710 Wav apparently only supports width==GST_ROUND_UP(depth), everything
9711 else results in a invalid block align and invalid files.
9713 2007-04-17 Tim-Philipp Müller <tim at centricular dot net>
9715 Patch by: Snaik <snaik32 gmail com>
9717 * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9718 Add missing break statement for BOX_HORIZONTAL case.
9720 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9722 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9724 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9725 Use correct format strings for integer types.
9727 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9729 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9730 (gst_wavparse_create_sourcepad):
9731 Use gst_riff_create_audio_template_caps () instead of the local caps.
9732 This makes updates of the local caps unecessary whenever libgstriff
9733 gets support for new formats.
9735 2007-04-16 Tim-Philipp Müller <tim at centricular dot net>
9737 Patch by: Brian Cameron <brian.cameron at sun dot com>
9739 * sys/sunaudio/gstsunaudio.c:
9740 * sys/sunaudio/gstsunaudiomixer.c:
9741 * sys/sunaudio/gstsunaudiomixer.h:
9742 * sys/sunaudio/gstsunaudiomixerctrl.c:
9743 * sys/sunaudio/gstsunaudiomixerctrl.h:
9744 * sys/sunaudio/gstsunaudiomixertrack.h:
9745 * sys/sunaudio/gstsunaudiosink.c:
9746 * sys/sunaudio/gstsunaudiosink.h:
9747 * sys/sunaudio/gstsunaudiosrc.c:
9748 * sys/sunaudio/gstsunaudiosrc.h:
9749 Fix and/or update copyright attributions (#430228).
9751 2007-04-13 Wim Taymans <wim@fluendo.com>
9753 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9757 Add some more example urls.
9759 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9760 (gst_rtp_dec_chain_rtp):
9763 * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9764 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9765 (gst_rtspsrc_parse_rtpinfo):
9768 2007-04-13 Stefan Kost <ensonic@users.sf.net>
9770 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9771 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9772 (gst_wavparse_stream_data):
9773 Relax the audio/mpeg caps again and add FIXME: comment.
9775 2007-04-13 Stefan Kost <ensonic@users.sf.net>
9777 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9778 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9779 (gst_wavparse_stream_data):
9780 * gst/wavparse/gstwavparse.h:
9781 More sanity check for the header fields. Fix type for 'rate' header
9784 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9786 * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9787 (gst_icydemux_unicodify):
9788 If the metadata strings we get in the stream are not UTF-8, try to
9789 interpret them according to the character encodings specified in the
9790 GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9791 only fall back to locale/ISO-8859-1 if those aren't set or don't
9792 work. Should fix #428901.
9794 2007-04-12 Wim Taymans <wim@fluendo.com>
9796 * gst/rtp/gstrtph264depay.c:
9797 Use the proper sync word for SPS and PPS.
9799 2007-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
9801 * gst/rtp/Makefile.am:
9802 * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9803 fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9804 * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9805 Add a simple hashing implementation that we can use to generate
9806 a 24-bit ident value based on the codebooks for vorbis and theora.
9807 * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9808 gst_rtp_theora_pay_handle_buffer):
9809 * gst/rtp/gstrtpvorbisdepay.c
9810 (gst_rtp_vorbis_depay_parse_configuration,
9811 gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9812 * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9813 gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9814 gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9815 Use the hashing function, ensuring that the same codebooks result
9816 in the same ident and thus the same SDP description.
9817 Various log fixes/changes.
9819 2007-04-12 Wim Taymans <wim@fluendo.com>
9821 Patch by: jerry tan <jerry dot tan at sun dot com>
9823 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9824 remove the call of ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9825 application's responsibility to make sure it open the device once.
9826 Remove a careless error if AUDIODEV is set. Fixes #392620.
9828 2007-04-12 Wim Taymans <wim@fluendo.com>
9830 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9831 (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9832 * gst/rtsp/gstrtpdec.h:
9833 Make backward compat with rtpbin by adding the request-pt-map signals.
9835 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9836 (new_session_pad), (request_pt_map),
9837 (gst_rtspsrc_stream_configure_transport),
9838 (gst_rtspsrc_stream_configure_caps),
9839 (gst_rtspsrc_activate_streams):
9840 * gst/rtsp/gstrtspsrc.h:
9841 Implement request-pt-map signals instead of setting caps on the buffers
9842 for the session manager.
9844 2007-04-11 Wim Taymans <wim@fluendo.com>
9846 * gst/udp/gstudp.c: (plugin_init):
9847 Register GstNetBuffer in plugin_init so that the type can be used from
9848 multiple threads without races.
9850 2007-04-10 Wim Taymans <wim@fluendo.com>
9852 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9853 (gst_rtp_amr_depay_process):
9854 Fix depayloader clock_rate and some cleanups.
9856 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9857 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9858 * gst/rtp/gstrtph264depay.h:
9859 Don't push codec_data in the adapter because it might get flushed when
9862 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9863 Handle multiple AU per packet.
9865 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9866 (gst_rtp_sv3v_depay_plugin_init):
9867 Disable rank, this one does not work.
9868 Remove timestamping, base class does that.
9870 2007-04-10 Stefan Kost <ensonic@users.sf.net>
9872 * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9873 limit caps to the formats we announce in the template
9875 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9876 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9877 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9878 fix some crashers/asserts when dealing with broken files
9880 2007-04-10 Wim Taymans <wim@fluendo.com>
9882 Patch by: Peter Kjellerstedt <pkj at axis com>
9884 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9885 * gst/rtp/gstrtpL16depay.c:
9886 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9887 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9888 (gst_rtp_speex_depay_setcaps):
9889 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9890 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9891 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9892 Fix some compiler warnings. Fixes #428182.
9894 2007-04-06 Wim Taymans <wim@fluendo.com>
9896 * gst/rtsp/Makefile.am:
9897 * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9898 (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9899 (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9900 (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9901 (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9902 (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9903 (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9904 (create_rtcp), (gst_rtp_dec_request_new_pad),
9905 (gst_rtp_dec_release_pad):
9906 * gst/rtsp/gstrtpdec.h:
9907 * gst/rtsp/gstrtsp.c: (plugin_init):
9908 Morph RTPDec into something compatible with RTPBin as a fallback.
9909 Various other style fixes.
9911 * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9912 (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9913 (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9914 (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9915 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9916 (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9917 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9918 * gst/rtsp/gstrtspsrc.h:
9919 Implement RTPBin session manager handling.
9920 Don't try to add empty properties to caps.
9921 Implement fallback session manager, handling.
9922 Don't combine errors from RTCP streams, just ignore them.
9924 * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9925 * gst/rtsp/rtsptransport.h:
9926 Implement fallback session manager.
9927 Make RTPBin the default one when available.
9929 2007-04-05 Wim Taymans <wim@fluendo.com>
9931 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9932 (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9933 This element is ready to be autoplugged.
9935 2007-04-05 Julien MOUTTE <julien@moutte.net>
9937 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9938 Don't leave the offsets defined by upstream element on the
9939 compressed data buffer we are pushing downstream. Make them
9940 GST_BUFFER_OFFSET_NONE.
9942 2007-04-04 Stefan Kost <ensonic@users.sf.net>
9945 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9946 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9947 (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9948 (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9949 (gst_avi_demux_calculate_durations_from_index),
9950 (gst_avi_demux_stream_header_push),
9951 (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9952 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9953 Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9955 2007-04-03 Wim Taymans <wim@fluendo.com>
9957 * gst/smpte/barboxwipes.c:
9958 Fix error as spotted by Snaik <snaik32 at gmail dot com>
9960 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
9962 * gst/wavparse/gstwavparse.c:
9963 Support audio/x-raw-float in wav files. This only works with
9964 plugins-base CVS, using an older version doesn't have any
9965 disadvantages though.
9967 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
9970 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9971 (gst_au_parse_parse_header), (gst_au_parse_chain):
9972 * gst/auparse/gstauparse.h:
9973 Revert last change as we don't want plugins-good to depend on
9974 plugins-base CVS now.
9976 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9979 Require gst-plugins-base CVS for audioconvert with non-native
9980 float support and width/depth fix in libgstriff.
9982 Patch by: René Stadler <mail at renestadler dot de>
9984 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9985 (gst_au_parse_parse_header), (gst_au_parse_chain):
9986 * gst/auparse/gstauparse.h:
9987 Don't swap the floats ourself if they're not in native endianness.
9988 Instead let audioconvert handle this. Fixes #339838.
9990 2007-03-29 Wim Taymans <wim@fluendo.com>
9992 * gst/rtp/gstasteriskh263.h:
9993 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9994 (gst_rtp_h263p_depay_change_state):
9995 * gst/rtp/gstrtph263pdepay.h:
9996 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9997 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9998 (gst_rtp_h264_depay_change_state):
9999 * gst/rtp/gstrtph264depay.h:
10000 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10001 (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10002 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10003 Flush adapter on disconts.
10005 2007-03-29 Wim Taymans <wim@fluendo.com>
10007 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10008 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10009 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10010 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10011 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10012 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10013 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10014 (gst_rtp_mp4v_depay_process):
10015 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10016 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10017 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10018 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10019 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10020 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10021 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10022 Use more efficient adapter and rtpbuffer methods when possible.
10024 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10026 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10027 (gst_wavenc_sink_setcaps):
10028 Correctly handle width!=depth input.
10029 * gst/wavparse/gstwavparse.c:
10030 Already export in the caps that width==8 uses unsigned samples and
10031 everything else uses signed samples.
10033 2007-03-29 Wim Taymans <wim@fluendo.com>
10035 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10037 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10038 (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10039 (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10040 (gst_dynudpsink_close):
10041 * gst/udp/gstdynudpsink.h:
10042 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10043 (gst_udpsrc_create), (gst_udpsrc_set_property),
10044 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10045 * gst/udp/gstudpsrc.h:
10046 Rework the socket allocation a bit based on the sockfd argument so that
10048 Add a closefd property to instruct the udp elements to close the custom
10049 file descriptors when going to READY. Fixes #423304.
10050 API:GstUDPSrc::closefd property
10051 API:GstDynUDPSink::closefd property
10053 2007-03-29 Wim Taymans <wim@fluendo.com>
10055 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10057 * gst/rtp/Makefile.am:
10058 * gst/rtp/gstrtp.c: (plugin_init):
10059 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10060 (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10061 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10062 (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10063 (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10064 (gst_rtp_h264_pay_plugin_init):
10065 * gst/rtp/gstrtph264pay.h:
10066 Added H264 payloader. Fixes #423782.
10068 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10069 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10072 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10074 * gst/wavparse/gstwavparse.c:
10075 Actually support depths from 1 to 32, not only 8 to 32.
10077 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10079 * gst/wavparse/gstwavparse.c:
10080 Add support for wav files containing audio/x-raw-int with random
10081 depths between 1 and 32 bits.
10083 2007-03-28 Wim Taymans <wim@fluendo.com>
10085 Based on patch by: Stefan Kost <ensonic@users.sf.net>
10087 * gst/rtp/Makefile.am:
10088 * gst/rtp/gstrtp.c: (plugin_init):
10089 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10090 (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10091 (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10092 (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10093 (gst_rtp_mp4a_depay_get_property),
10094 (gst_rtp_mp4a_depay_change_state),
10095 (gst_rtp_mp4a_depay_plugin_init):
10096 * gst/rtp/gstrtpmp4adepay.h:
10097 Added MP4A-LATM depayloader. Fixes #417792.
10099 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10100 (gst_rtp_mp4v_depay_process):
10101 Fixup depayloader, setting codec_data, using more efficient adaptor and
10102 rtpbuffer handling.
10105 Add url to test above.
10107 2007-03-25 Wim Taymans <wim@fluendo.com>
10109 * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10110 (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10111 (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10112 (gst_rtspsrc_media_to_caps),
10113 (gst_rtspsrc_stream_configure_transport),
10114 (gst_rtspsrc_stream_configure_caps),
10115 (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10116 * gst/rtsp/gstrtspsrc.h:
10117 Handle default clock-rates for static payload types, rearrange stuff so
10118 that the rtpmap field in the sdp can override the defaults.
10119 Parse RTP-Info field to get the seqnum and timebase fields that should
10121 Delay configuring caps after we got the RTP-Info from the PLAY reply from
10124 2007-03-22 Wim Taymans <wim@fluendo.com>
10126 Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10128 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10129 Accept complex pipeline descriptions as an audio profile instead of just
10130 a single element. Fixes #420658.
10132 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
10134 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10135 Rename registered type in preparation of GstTagDemux moving to
10136 -base at some point in the future.
10138 2007-03-19 Tim-Philipp Müller <tim at centricular dot net>
10140 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10141 Streaming mode fixes: don't unref buffer we don't own any longer;
10142 remove bogus adapter flush. Fixes #419338.
10144 2007-03-17 David Schleef <ds@schleef.org>
10146 * REQUIREMENTS: Change the format to key/value, add a bunch of
10147 information, remove a bunch of requirements that are for
10148 other GStreamer packages.
10150 2007-03-17 David Schleef <ds@schleef.org>
10152 * REQUIREMENTS: Fix a few things. This file really needs a
10155 2007-03-15 Edward Hervey <edward@fluendo.com>
10158 Don't forget to distribute the sys/osxaudio/ directory.
10160 2007-03-15 Edward Hervey <edward@fluendo.com>
10164 * sys/osxaudio/Makefile.am:
10165 * sys/osxaudio/gstosxaudio.c:
10166 * sys/osxaudio/gstosxaudiosink.c:
10167 (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10168 (gst_osx_audio_sink_getcaps),
10169 (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10170 * sys/osxaudio/gstosxaudiosrc.c:
10171 (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10172 (gst_osx_audio_src_create_ringbuffer):
10173 * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10174 (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10175 (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10176 (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10177 * sys/osxaudio/gstosxringbuffer.h:
10178 Activate osxaudio in gst-plugins-good with proper build setup.
10179 Add inlined documentation.
10180 Fix debug statements
10181 Fix ringbuffer when pausing.
10184 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
10185 * gst/rtp/gstrtppcmapay.c:
10186 * gst/rtp/gstrtppcmapay.h:
10187 * gst/rtp/gstrtppcmupay.c:
10188 * gst/rtp/gstrtppcmupay.h:
10189 Ported mulaw and alaw payloaders to use new base class
10191 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10205 Update translations.
10207 2007-03-14 Tim-Philipp Müller <tim at centricular dot net>
10210 Fix string replace error (AG_AG_GST_* => AG_GST_*).
10212 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
10214 * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10215 Fix handling of -1 values for start and stop values when seeking,
10216 and SEEK_CUR+SEEK_END here as well.
10218 2007-03-12 Jan Schmidt <thaytan@mad.scientist.com>
10220 * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10221 Fix handling of -1 values for start and stop values when seeking,
10222 and SEEK_CUR+SEEK_END.
10224 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
10226 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10227 Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10228 the image format a variable-length NUL-terminated string; in
10229 versions before that the image format is a fixed-length string of
10230 3 characters (see #348644 for a sample tag).
10231 Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10233 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
10236 Add new project files to MANIFEST.
10237 * win32/vs6/libgstaudiofx.dsp:
10238 * win32/vs6/libgstrtp.dsp:
10239 * win32/vs6/libgstrtsp.dsp:
10240 Update project files.
10242 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10244 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10245 (gst_avi_demux_parse_index):
10246 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10247 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10248 Printf format fixes; also add some missing quotes in translated
10249 strings. Fixes #416728 and #416727.
10251 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
10253 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10254 Tim and I can't think of any reason the child audio sink needs to
10255 be set back to NULL after successfully determining that it can
10256 reach READY - it gets immediately set back to READY by the caller
10257 anyway, causing an unnecessary close/open of any audio devices
10260 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10264 Add ja.po file from #377306.
10266 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10268 * sys/sunaudio/gstsunaudio.c: (plugin_init):
10269 * sys/sunaudio/gstsunaudiomixertrack.c:
10270 (gst_sunaudiomixer_track_new):
10271 Actually translate sunaudio mixer track labels instead of just
10272 marking the strings as translatable (#377306); clean up weird
10273 label string mapping code that serves no apparent purpose. Also
10274 set the 'untranslated-label' property when creating mixer tracks
10275 if the GstMixerTrack base class supports this.
10277 * tests/check/Makefile.am:
10278 * tests/check/elements/.cvsignore:
10279 * tests/check/elements/sunaudio.c: (GST_START_TEST),
10281 Very minimalistic unit test for sunaudiomixer element (compiles, but not
10282 actually tested on a system where sunaudiomixer is available).
10284 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
10286 * tests/check/Makefile.am:
10287 Re-enable the states test and see if it works on the buildbots.
10289 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
10291 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10292 (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10293 (gst_dvdec_change_state):
10294 * ext/dv/gstdvdec.h:
10295 Infer pixel-aspect-ratio from the video frame format if it isn't
10296 provided by the container, as happens when playing DV from AVI
10297 or Quicktime containers.
10299 Patch by: Wim Taymans <wim@fluendo.com>
10302 2007-03-09 Wim Taymans <wim@fluendo.com>
10304 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10305 When activated, remove the udpsrc timeout, we have dataflow and timeouts
10306 will later be handled by the jitterbuffer.
10308 2007-03-09 Wim Taymans <wim@fluendo.com>
10310 * ext/taglib/gstid3v2mux.cc:
10311 Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10314 Patch by: Alex Lancaster <alexl at users sourceforge net>
10316 2007-03-09 Wim Taymans <wim@fluendo.com>
10318 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10319 (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10320 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10321 (gst_avi_demux_chain):
10322 Fix stream position reporting after a seek. Fixes #416445.
10324 2007-03-08 Wim Taymans <wim@fluendo.com>
10326 Patch by: René Stadler <mail at renestadler dot de>
10328 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10329 (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10330 (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10331 Make avidemux accept optional header chunks in any order.
10334 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10336 * tests/check/Makefile.am:
10337 Disable the states check until the remaining Valgrind errors
10338 are fixed or suppressed.
10340 2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
10342 * tests/check/elements/.cvsignore:
10343 Add audiodynamic check to .cvsignore
10345 2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
10347 reviewed by: Stefan Kost <ensonic@users.sf.net>
10349 * gst/audiofx/Makefile.am:
10350 * gst/audiofx/audiodynamic.c:
10351 (gst_audio_dynamic_characteristics_get_type),
10352 (gst_audio_dynamic_mode_get_type),
10353 (gst_audio_dynamic_set_process_function),
10354 (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10355 (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10356 (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10357 (gst_audio_dynamic_transform_hard_knee_compressor_int),
10358 (gst_audio_dynamic_transform_hard_knee_compressor_float),
10359 (gst_audio_dynamic_transform_soft_knee_compressor_int),
10360 (gst_audio_dynamic_transform_soft_knee_compressor_float),
10361 (gst_audio_dynamic_transform_hard_knee_expander_int),
10362 (gst_audio_dynamic_transform_hard_knee_expander_float),
10363 (gst_audio_dynamic_transform_soft_knee_expander_int),
10364 (gst_audio_dynamic_transform_soft_knee_expander_float),
10365 (gst_audio_dynamic_transform_ip):
10366 * gst/audiofx/audiodynamic.h:
10367 * gst/audiofx/audiofx.c: (plugin_init):
10368 Add new audiodynamic element which can act as a compressor or
10369 expander. Supported are hard-knee and soft-knee operation modes with
10370 user-specified ratio and threshold.
10371 Attack and release parameters are not yet implemented but will follow.
10372 * docs/plugins/Makefile.am:
10373 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10374 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10375 * docs/plugins/gst-plugins-good-plugins.args:
10376 * docs/plugins/inspect/plugin-audiofx.xml:
10377 Integrate audiodynamic into the docs.
10378 * tests/check/Makefile.am:
10379 * tests/check/elements/audiodynamic.c: (setup_dynamic),
10380 (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10381 Add unit test for audiodynamic.
10383 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10385 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10386 Free handles that we allocated when exiting via the error paths.
10388 2007-03-07 Stefan Kost <ensonic@users.sf.net>
10390 * gst/level/gstlevel.c: (gst_level_class_init),
10391 (gst_level_set_caps), (gst_level_start), (gst_level_event),
10392 (gst_level_transform_ip):
10393 * gst/level/gstlevel.h:
10394 Resolve message timestamps against the playback segment.
10396 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
10398 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10399 (gst_id3demux_sink_activate):
10400 Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10401 caps passed to it (previously one code path assumed it took ownership
10402 while another one assumed it didn't, while in fact it sometimes did and
10403 sometimes didn't ...).
10406 * tests/files/Makefile.am:
10407 * tests/files/id3-407349-1.tag:
10408 * tests/files/id3-407349-2.tag:
10409 Add directory where data for unit tests can be stored.
10411 * tests/Makefile.am:
10412 * tests/check/Makefile.am:
10413 * tests/check/elements/.cvsignore:
10414 * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10415 (read_tags_from_file), (run_check_for_file),
10416 (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10417 Add unit test for id3demux, and in particular for bug #407349. Only
10418 testing pull-mode for now; push mode doesn't work yet because the test
10419 files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10421 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
10423 * tests/check/Makefile.am:
10424 Add missing backslash at end of line.
10426 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
10430 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
10432 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10433 * gst/id3demux/id3tags.h:
10434 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10435 (parse_obsolete_tdat_frame):
10436 Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10437 the four-digit number will be interpreted as a year, whereas it is
10438 month and day in DDMM format. Instead, parse TDAT frames and fix up
10439 the date in the GST_TAG_DATE tag later if we also extracted a year.
10442 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
10444 * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10445 (gst_switch_commit_new_kid):
10446 Fix up the dispose logic so it doesn't leak, and fix setting of
10447 the child state so that we don't set a child to our current state
10448 just as we are changing it to something else.
10450 2007-03-06 Wim Taymans <wim@fluendo.com>
10452 * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10454 * gst/goom/gstgoom.h:
10455 Document, fix and improve goom adapter behaviour.
10458 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
10460 * ext/esd/esdsink.c: (gst_esdsink_open):
10461 Unref static pad template after using it.
10463 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
10465 * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10466 (gst_switch_commit_new_kid):
10467 Fix up the reference counting of the child elements.
10469 2007-03-05 Wim Taymans <wim@fluendo.com>
10471 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10472 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10473 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10474 Fix encoding-name case.
10476 2007-03-05 Wim Taymans <wim@fluendo.com>
10478 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10479 (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10480 (gst_rtp_speex_depay_process):
10481 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10482 (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10483 (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10484 (gst_rtp_speex_pay_change_state):
10485 * gst/rtp/gstrtpspeexpay.h:
10486 Fix speex (de)payloader. Fixes #358040.
10488 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
10490 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10491 (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10492 Install fakesink in NULL by fixing some broken logic. This obviates
10493 the need to manually set _IS_SINK.
10494 Add some comments and remove a little cruft while I'm at it.
10496 2007-03-05 Wim Taymans <wim@fluendo.com>
10498 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10499 Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10501 2007-03-04 Tim-Philipp Müller <tim at centricular dot net>
10506 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
10508 * tests/check/Makefile.am:
10509 Gah! Also disable gconfvideosink from the tests, otherwise
10510 it will instantiate autovideosink, and dfbvideosink and
10511 leak on the buildbots.
10513 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
10515 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10516 (gst_cdio_cdda_src_finalize):
10517 Make sure we always destroy our libcdio handle.
10519 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
10521 * tests/check/Makefile.am:
10522 Disable autovideosink so the buildbots don't barf over memory
10523 leaked in the directfb sink.
10525 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
10527 * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10528 Chain up in dispose
10530 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
10532 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10533 (gst_multipart_find_pad_by_mime):
10534 Use gst_pad_new_from_static_template instead of
10535 static_pad_template_get+pad_new.
10537 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
10539 * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10540 Catch the case where no clock has been set.
10542 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
10544 * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10545 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10546 (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10547 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10548 (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10549 (gst_gconf_audio_src_finalize), (do_toggle_element):
10550 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10551 (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10552 (do_toggle_element):
10553 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10554 (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10555 (gst_gconf_video_src_finalize), (do_toggle_element):
10556 * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10557 (gst_switch_sink_reset), (gst_switch_sink_set_child):
10558 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10559 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10560 * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10561 (gst_shout2send_init), (gst_shout2send_finalize):
10562 * gst/debug/testplugin.c: (gst_test_class_init),
10563 (gst_test_finalize):
10564 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10565 (gst_flxdec_dispose):
10566 * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10567 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10568 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10569 (gst_rtspsrc_finalize):
10570 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10571 * gst/rtsp/rtspextwms.h:
10572 * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10573 (gst_smpte_finalize):
10574 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10575 * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10576 (gst_udpsink_finalize):
10577 * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10578 (gst_wavparse_sink_activate):
10579 * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10580 * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10581 (gst_oss_src_finalize):
10582 * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10583 * sys/v4l2/gstv4l2object.h:
10584 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10585 (gst_v4l2src_finalize):
10586 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10588 Fix a bunch of leaks shown by the newly-added states test.
10590 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
10592 * ext/dv/gstdvdec.c: (gst_dvdec_init):
10593 Use gst_pad_new_from_static_template instead of
10594 static_pad_template_get+pad_new.
10596 2007-03-03 Tim-Philipp Müller <tim at centricular dot net>
10598 Patch by: Loïc Minier <lool+gnome at via ecp fr>
10600 * ext/libcaca/Makefile.am:
10601 * gst/debug/Makefile.am:
10602 Don't mix tabs and spaces (#414168).
10604 2007-03-02 Stefan Kost <ensonic@users.sf.net>
10606 * tests/check/generic/.cvsignore:
10607 Ignore files to please buildbot.
10609 2007-03-02 Stefan Kost <ensonic@users.sf.net>
10611 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10612 (gst_wavparse_stream_data):
10613 Unbreak my previous commit (swapped nominator & denominator). Tim,
10614 thanks for spotting.
10616 2007-03-02 Wim Taymans <wim@fluendo.com>
10618 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10619 (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10620 (gst_cdio_cdda_src_finalize):
10621 Small code cleanups.
10622 Don't use pad_alloc as the base class cannot deal with the error codes.
10624 2007-03-02 Wim Taymans <wim@fluendo.com>
10626 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10627 (gst_udpsrc_create):
10630 2007-03-02 Stefan Kost <ensonic@users.sf.net>
10632 Patch by: René Stadler <mail@renestadler.de>
10634 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10635 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10636 (gst_wavparse_stream_data):
10637 Handle rounding better to not drop last sample frame. Fixes #356692
10639 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
10641 * tests/check/Makefile.am:
10642 Disable cacasink from the states check too - it also calls exit(1)
10643 on us when it can't find a terminal to talk to.
10645 2007-03-02 Wim Taymans <wim@fluendo.com>
10647 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10649 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10650 (gst_udpsrc_create), (gst_udpsrc_set_property),
10651 (gst_udpsrc_get_property):
10652 * gst/udp/gstudpsrc.h:
10653 Add support to strip proprietary headers. Fixes #350296.
10655 2007-03-02 Wim Taymans <wim@fluendo.com>
10657 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10660 2007-03-02 Wim Taymans <wim@fluendo.com>
10662 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10664 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10665 (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10666 (gst_rtp_mp2t_depay_set_property),
10667 (gst_rtp_mp2t_depay_get_property):
10668 * gst/rtp/gstrtpmp2tdepay.h:
10669 Add support to strip off proprietary headers. Fixes #350278.
10671 2007-03-02 Wim Taymans <wim@fluendo.com>
10676 2007-03-02 Wim Taymans <wim@fluendo.com>
10678 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10679 (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10680 (gst_sunaudiosrc_open):
10681 * sys/sunaudio/gstsunaudiosrc.h:
10682 Remove device-name from GstSunAudioSrc. Fixes #412597.
10684 2007-03-01 Sebastian Dröge <slomo@circular-chaos.org>
10686 * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10687 * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10688 Having NULL as UDI previously selected the default sink/src. Change
10689 this back but mention it in the debug output.
10690 * ext/hal/hal.c: (gst_hal_get_alsa_element),
10691 (gst_hal_get_oss_element), (gst_hal_get_string),
10692 (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10693 (gst_hal_get_audio_src):
10695 Refactor a bit, check all error conditions, greatly improve debugging
10696 and fix some possible memory leaks. Also implement OSS support
10697 and allow specifying an UDI that points to a real device. For this the
10698 child device which supports ALSA (preferred) or OSS is used.
10699 As a side effect this makes it impossible now to get a alsasink in
10700 halaudiosrc and a alsasrc in halaudiosink.
10702 2007-03-01 Wim Taymans <wim@fluendo.com>
10704 * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10705 (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10706 Errors from the udp sources are not fatal unless all of them are in
10709 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
10711 * tests/check/Makefile.am:
10712 Disable aasink in the states test. I suspect this is the element that
10713 is calling exit(1) when it can't proceed.
10715 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
10717 * tests/check/Makefile.am:
10718 Draw plugins in from the build tree sys/ dir, rather than picking
10719 up the already installed versions.
10721 2007-03-01 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10723 * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10724 Error out correctly when getting xcontext fails.
10726 2007-03-01 Wim Taymans <wim@fluendo.com>
10728 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10729 Make state change to PAUSED NO_PREROLL because that's what it will be in
10730 the future and rtspsrc relies on it.
10732 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10733 (gst_rtspsrc_change_state):
10734 Don't error out when we don't get an error from the state change
10737 2007-03-01 Sebastian Dröge <slomo@circular-chaos.org>
10739 * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10740 * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10741 Check if the device UDI is set before trying to query HAL
10742 about it and give a useful error message if it wasn't set.
10743 * ext/hal/hal.c: (gst_hal_get_string):
10744 Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10745 gives an assertion failure in D-Bus when running with
10746 DBUS_FATAL_WARNINGS=1.
10748 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10751 Convert to new AG_GST style.
10753 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10755 * tests/check/Makefile.am:
10756 * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10757 add test for states
10759 2007-02-28 Wim Taymans <wim@fluendo.com>
10761 * tests/check/elements/.cvsignore:
10762 Add new videofilter check to .cvsignore.
10764 2007-02-28 Wim Taymans <wim@fluendo.com>
10766 * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10767 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10768 (gst_avi_demux_loop), (gst_avi_demux_chain):
10769 Fix combined flow return. Fixes #412608.
10771 2007-02-28 Wim Taymans <wim@fluendo.com>
10773 * gst/videofilter/Makefile.am:
10776 2007-02-28 Wim Taymans <wim@fluendo.com>
10778 * gst/videofilter/gstgamma.h:
10781 2007-02-28 Wim Taymans <wim@fluendo.com>
10783 Patch by: Mark Nauwelaerts <manauw at skynet be>
10785 * gst/videofilter/Makefile.am:
10786 * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10787 (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10788 (gst_gamma_get_property), (gst_gamma_calculate_tables),
10789 (oil_tablelookup_u8), (gst_gamma_set_caps),
10790 (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10791 Port gamma filter to 0.10. Fixes #412704.
10793 * tests/check/Makefile.am:
10794 * tests/check/elements/videofilter.c: (setup_filter),
10795 (cleanup_filter), (check_filter), (GST_START_TEST),
10796 (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10797 Add unit tests for videofilters.
10799 2007-02-28 Wim Taymans <wim@fluendo.com>
10802 Add another interesting test url.
10804 * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10805 Don't allow getting header fields from data packets.
10807 2007-02-28 Michael Smith <msmith@fluendo.com>
10809 * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10810 (gst_shout2send_init), (gst_shout2send_start),
10811 (gst_shout2send_set_property), (gst_shout2send_get_property):
10812 * ext/shout2/gstshout2.h:
10813 Add a property for username.
10815 2007-02-27 Christian Schallerr <christian@fluendo.com>
10817 * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10819 2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
10821 * gst/rtsp/Makefile.am:
10822 Fix make check too.
10824 2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
10826 * gst/rtsp/base64.c: (util_base64_encode):
10827 * gst/rtsp/base64.h:
10828 Commit missing files for base64 encoding.
10830 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
10832 Patch by: Loïc Minier <lool+gnome at via ecp fr>
10835 * ext/annodex/Makefile.am:
10836 * ext/jpeg/Makefile.am:
10837 * ext/speex/Makefile.am:
10838 * gst/alpha/Makefile.am:
10839 * gst/cutter/Makefile.am:
10840 * gst/debug/Makefile.am:
10841 * gst/effectv/Makefile.am:
10842 * gst/goom/Makefile.am:
10843 * gst/level/Makefile.am:
10844 * gst/smpte/Makefile.am:
10845 * gst/videofilter/Makefile.am:
10846 Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10848 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com>
10850 * gst/rtsp/Makefile.am:
10851 * gst/rtsp/rtspconnection.c: (append_auth_header),
10852 (rtsp_connection_send), (rtsp_connection_set_auth):
10853 g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10854 from icecast to replace it. Relicensed from GPL courtesy of Mike
10857 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com>
10859 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10860 (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10861 (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10862 (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10863 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10864 (gst_rtspsrc_uri_set_uri):
10865 * gst/rtsp/gstrtspsrc.h:
10866 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10867 (append_auth_header), (rtsp_connection_send),
10868 (rtsp_connection_free), (rtsp_connection_set_auth):
10869 * gst/rtsp/rtspconnection.h:
10870 * gst/rtsp/rtspdefs.h:
10871 * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10872 * gst/rtsp/rtspurl.h:
10874 Implement simple Basic Authentication support so that urls like
10875 rtsp://user:pass@hostname/rtspstream work on hosts that require
10878 2007-02-22 Edgard Lima <edgard.lima@indt.org.br>
10880 * sys/v4l2/gstv4l2object.c:
10881 * sys/v4l2/gstv4l2tuner.c:
10882 * sys/v4l2/v4l2_calls.c:
10883 Fix segfault when oppening a radio device.
10885 2007-02-22 Stefan Kost <ensonic@users.sf.net>
10887 * gst/level/gstlevel.c: (gst_level_set_caps),
10888 (gst_level_transform_ip):
10890 * tests/check/elements/level.c: (GST_START_TEST):
10891 Fix level for multi-channel case.
10893 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10895 * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10896 (gst_level_transform_ip):
10897 * gst/level/gstlevel.h:
10898 Use function pointer for process function and add process functions
10901 2007-02-19 Stefan Kost <ensonic@users.sf.net>
10903 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10904 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10905 (gst_v4l2src_capture_init):
10906 Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10909 2007-02-18 Wim Taymans <wim@fluendo.com>
10911 * gst/rtp/Makefile.am:
10912 * gst/rtp/gstrtp.c: (plugin_init):
10913 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10914 (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10915 (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10916 (gst_rtp_mp2t_pay_plugin_init):
10917 * gst/rtp/gstrtpmp2tpay.h:
10918 Added simple mpeg transport stream payloader.
10920 2007-02-16 Wim Taymans <wim@fluendo.com>
10923 Add example H264 rtsp url.
10925 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10926 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10927 Don't convert values to lowercase or we might mess up base64 encoded
10930 2007-02-16 Wim Taymans <wim@fluendo.com>
10933 Fix case of string params.
10935 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10936 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10937 Fix depayloader, support more packet types.
10938 Add sync codes to make sure the packetizer can do its job.
10940 * gst/rtp/gstrtpmp4gdepay.c:
10941 * gst/rtp/gstrtpmp4gpay.c:
10942 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10943 Fix caps case again.
10945 2007-02-15 Wim Taymans <wim@fluendo.com>
10947 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10948 Set right caps on output buffers.
10950 2007-02-14 Wim Taymans <wim@fluendo.com>
10952 * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10953 As spotted by: Peter Kjellerstedt <pkj at axis com>:
10954 Clear stack allocated SDPMedia struct before calling _init() on it.
10955 Clarify this in the docs as well.
10957 2007-02-14 Jan Schmidt <thaytan@mad.scientist.com>
10959 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10961 Don't reset the profile when going switching states, as it makes
10962 the element non-reusable.
10964 2007-02-14 Wim Taymans <wim@fluendo.com>
10966 * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10967 (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10968 (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10969 (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10970 (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10972 * gst/rtsp/sdpmessage.h:
10973 Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10974 Fix memory management of SDP messages. Fixes #407793.
10976 2007-02-14 Stefan Kost <ensonic@users.sf.net>
10978 Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10980 * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10981 Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10983 2007-02-14 Wim Taymans <wim@fluendo.com>
10985 Patch by: jp.liu <jp_liu at astrocom dot cn>
10987 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10988 Fix parsing of password field in url. Fixes #407797.
10990 2007-02-14 Wim Taymans <wim@fluendo.com>
10992 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10993 (gst_wavparse_reset), (gst_wavparse_init),
10994 (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10995 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10996 (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10997 (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10998 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10999 (gst_wavparse_loop), (gst_wavparse_chain),
11000 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11001 (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11003 * gst/wavparse/gstwavparse.h:
11006 Various code cleanups.
11007 When the bitrate is not known (bps == 0 or compressed formats) let
11008 downstream element guestimate the duration and position and don't
11009 generate timestamps or durations. Fixes #405213.
11010 Fix EOS and ERROR conditions in chain mode, we just need to forward the
11011 error flowreturn upstream.
11013 2007-02-13 Jan Schmidt <thaytan@mad.scientist.com>
11015 * ext/gconf/Makefile.am:
11016 * ext/gconf/gconf.c: (gst_gconf_get_string),
11017 (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11018 (gst_gconf_render_bin_with_default):
11019 * ext/gconf/gconf.h:
11020 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11021 (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11022 (gst_gconf_audio_sink_dispose), (do_change_child),
11023 (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11024 (cb_change_child), (gst_gconf_audio_sink_change_state):
11025 * ext/gconf/gstgconfaudiosink.h:
11026 * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11027 (gst_switch_sink_class_init), (gst_switch_sink_reset),
11028 (gst_switch_sink_init), (gst_switch_sink_dispose),
11029 (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11030 (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11031 (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11032 * ext/gconf/gstswitchsink.h:
11033 * gst/autodetect/gstautoaudiosink.c:
11034 (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11035 (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11036 (gst_auto_audio_sink_detect):
11037 * gst/autodetect/gstautovideosink.c:
11038 (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11039 (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11040 (gst_auto_video_sink_detect):
11041 Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11042 and a child that implements the GConf key monitoring. The end goal of
11043 this is an audio sink that can be changed on the fly, but at the
11044 moment it still only changes on the next READY transition.
11046 2007-02-13 Stefan Kost <ensonic@users.sf.net>
11048 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11049 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11050 (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11051 (gst_avi_demux_calculate_durations_from_index),
11052 (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11053 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11054 (gst_avi_demux_loop):
11055 Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11057 2007-02-13 Stefan Kost <ensonic@users.sf.net>
11060 * docs/plugins/Makefile.am:
11061 Add crossreferences to glib/gobject/gstream docs.
11063 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
11065 * gst/monoscope/Makefile.am:
11066 * gst/monoscope/gstmonoscope.c:
11067 Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11068 (but no LIBS, since we only use defines from the headers).
11070 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
11072 Based on patch by: Jonathan Matthew <jonathan at kaolin wh9 net>
11074 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11075 (gst_wavparse_stream_data):
11076 Fix massive memory leak when operating in streaming mode due to
11077 GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11080 2007-02-12 Stefan Kost <ensonic@users.sf.net>
11082 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11083 (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11084 (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11085 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11086 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11087 (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11088 (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11089 (gst_avi_demux_calculate_durations_from_index),
11090 (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11091 (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11092 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11093 * gst/avi/gstavidemux.h:
11094 Save some memory (8%) by repacking the index entry structure (more to
11095 come). Add more FIXMEs to questionable parts.
11097 2007-02-12 Stefan Kost <ensonic@users.sf.net>
11099 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11100 (gst_v4l2src_get_caps):
11101 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11102 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11103 (gst_v4l2src_capture_init):
11104 More FIXME comments and messaging changes.
11106 2007-02-12 Stefan Kost <ensonic@users.sf.net>
11108 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11109 (gst_goom_change_state):
11110 * gst/goom/gstgoom.h:
11111 Improved docs and use GST_DEBUG_FUNCPTR.
11113 * gst/level/gstlevel.c: (gst_level_class_init):
11114 Use GST_DEBUG_FUNCPTR.
11116 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11117 (gst_monoscope_chain), (gst_monoscope_change_state):
11118 Improved docs source cleanups.
11120 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
11122 * gst/debug/Makefile.am:
11123 * gst/debug/gstdebug.c: (plugin_init):
11124 * gst/debug/gstpushfilesrc.c:
11125 * gst/debug/gstpushfilesrc.h:
11126 Add code for a pushfilesrc element that implements a pushfile:// URI
11127 handler, to make debugging push-mode operation of demuxer/decoders
11128 that support both easier in connection with seek/playbin/etc.
11129 The element isn't registered at the moment.
11131 2007-02-11 Sébastien Moutte <sebastien@moutte.net>
11133 * gst/avi/gstavimux.c:
11134 Comment a #if 0 in caps template definition as VS6 seems to
11136 * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11137 Use gst_guint64_to_gdouble for conversion.
11138 * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11139 Move variables declaration before the first instruction.
11140 * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11141 Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11142 And don't include netdb.h for G_OS_WIN32
11143 * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11144 This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11145 by VS6 then use an other way to initialize SDPMedia structure.
11146 * gst/udp/gstdynudpsink.h:
11147 * gst/udp/gstdynudpnetutils.h:
11148 Do not include <sys/time.h> for G_OS_WIN32
11149 * gst/udp/gstudpsrc.c:
11150 Define socklen_t as int for G_OS_WIN32
11151 * win/common/config.h.in:
11152 Undef HAVE_NETINET_IN_H
11153 * win32/vs6/gst_plugins_good.dsw:
11154 * win32/vs6/libgstrtp.dsp:
11155 * win32/vs6/libgstrtsp.dsp:
11156 * win32/vs6/libgstautogen.dsp:
11157 * win32/vs6/libgstaudiofx.dsp:
11158 * win32/vs6/libgstudp.dsp:
11159 Add and update project files.
11160 * win32/common/gstudp-enumtypes.c:
11161 * win32/common/gstudp-enumtypes.h:
11162 Add a copy of udp enumtypes to win32/common as in core
11165 2007-02-11 Stefan Kost <ensonic@users.sf.net>
11168 Activate monoscope when building with --enable-experimental. Fix
11169 --enable-external configure switch description.
11171 * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11172 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11175 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
11177 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11178 Explicitly cast result of pointer arithmetic to integer in order to
11179 avoid compiler warnings on some 64-bit systems. Should fix #406018.
11181 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
11183 * gst/debug/progressreport.c:
11186 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
11188 * docs/plugins/inspect/plugin-rtp.xml:
11189 Update for new elements.
11191 * gst/debug/progressreport.h:
11192 Commit newly-created header file as well.
11194 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
11196 * docs/plugins/Makefile.am:
11197 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11198 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11199 * docs/plugins/gst-plugins-good-plugins.hierarchy:
11200 * gst/debug/Makefile.am:
11201 * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11202 (gst_progress_report_do_query), (gst_progress_report_report):
11203 Make progressreport element post messages with the current progress
11204 on the bus. Also add some basic docs for it.
11206 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
11208 * ext/hal/hal.c: (gst_hal_get_string):
11210 Some small cleanups; deal with errors when parsing the HAL ALSA
11211 capabilities a bit better.
11213 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
11215 * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11216 Let's try this again and use the right cast this time.
11218 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
11220 * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11221 Add cast to avoid compiler warnings with older GLib versions
11222 where the nick/name members in GEnumValue are not declared as
11225 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
11227 * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11228 (gst_gconf_render_bin_from_key),
11229 (gst_gconf_get_default_audio_sink):
11230 * ext/gconf/gconf.h:
11231 * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11232 (do_toggle_element), (gst_gconf_audio_sink_set_property),
11233 (gst_gconf_audio_sink_get_property):
11234 In gconfaudiosink, get the right key as the old key in do_toggle
11235 (ie. one dependent on the profile selected). Log some more stuff so
11236 we can see what's actually going on.
11238 2007-02-06 Sebastian Dröge <slomo@circular-chaos.org>
11240 * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11241 (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11242 (gst_audio_amplify_set_process_function),
11243 (gst_audio_amplify_setup):
11244 * gst/audiofx/audioamplify.h:
11245 * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11246 (gst_audio_invert_class_init), (gst_audio_invert_setup):
11247 * gst/audiofx/audioinvert.h:
11248 Some small cleanups and port both elements to the new GstAudioFilter
11249 base class to save a few lines of common code.
11250 * gst/audiofx/Makefile.am:
11251 Link against libgstaudio for the above changes
11253 2007-01-29 Wim Taymans <wim@fluendo.com>
11255 * tests/check/elements/.cvsignore:
11258 2007-01-26 Wim Taymans <wim@fluendo.com>
11260 Patch by: charles <charlesg3 at gmail dot com>
11262 * ext/shout2/gstshout2.c: (gst_shout2send_init),
11263 (set_shout_metadata), (gst_shout2send_event):
11264 * ext/shout2/gstshout2.h:
11265 Properly handle tags in shout2send. Fixes #399825.
11267 2007-01-25 Wim Taymans <wim@fluendo.com>
11269 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11270 (gst_rtspsrc_activate_streams):
11271 Convert SDP fields to upper/lowercase following the rules in the SDP to
11274 2007-01-25 Wim Taymans <wim@fluendo.com>
11277 * gst/rtp/gstrtpilbcdepay.c:
11278 * gst/rtp/gstrtpilbcpay.c:
11279 * gst/rtp/gstrtpmp4gdepay.c:
11280 * gst/rtp/gstrtpmp4gpay.c:
11281 * gst/rtp/gstrtpspeexdepay.c:
11282 * gst/rtp/gstrtpspeexpay.c:
11283 * gst/rtp/gstrtpsv3vdepay.c:
11284 * gst/rtp/gstrtptheoradepay.c:
11285 * gst/rtp/gstrtptheorapay.c:
11286 * gst/rtp/gstrtpvorbisdepay.c:
11287 * gst/rtp/gstrtpvorbispay.c:
11288 Fix case of encoding-name and key/value pairs to match the document.
11289 This is to make interoperation with SDP case-insensitive as required by
11292 2007-01-25 Wim Taymans <wim@fluendo.com>
11295 Bump required -core/-base to CVS
11297 2007-01-25 Wim Taymans <wim@fluendo.com>
11299 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11300 (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11301 * gst/rtp/gstrtpL16pay.h:
11302 Fill up to MTU using adapter.
11303 Timestamp rtp packets.
11305 2007-01-25 Edward Hervey <edward@fluendo.com>
11307 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11308 * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11309 Use G_GSIZE_FORMAT in print statements for portability.
11310 Fixes build on macosx.
11312 2007-01-24 Wim Taymans <wim@fluendo.com>
11314 * gst/rtp/Makefile.am:
11315 * gst/rtp/gstrtp.c: (plugin_init):
11316 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11317 (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11318 (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11319 (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11320 (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11321 (gst_rtp_L16_depay_plugin_init):
11322 * gst/rtp/gstrtpL16depay.h:
11323 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11324 (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11325 (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11326 (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11327 (gst_rtp_L16_pay_plugin_init):
11328 * gst/rtp/gstrtpL16pay.h:
11329 Port and enable raw audio payloader/depayloader. Needs a bit more work
11330 on the payloader side.
11332 2007-01-24 Wim Taymans <wim@fluendo.com>
11334 * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11335 (gst_rtspsrc_stream_configure_transport),
11336 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11337 * gst/rtsp/gstrtspsrc.h:
11338 Only unblock the udp pads when we linked and activated them all.
11341 2007-01-24 Wim Taymans <wim@fluendo.com>
11343 * gst/rtp/Makefile.am:
11344 * gst/rtp/gstrtp.c: (plugin_init):
11345 * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11346 (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11347 (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11348 (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11349 (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11350 * gst/rtp/gstrtpac3depay.h:
11351 Added simple AC3 depayloader (RFC 4184).
11353 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11356 2007-01-24 Sebastian Dröge <slomo@circular-chaos.org>
11358 reviewed by: Stefan Kost <ensonic@users.sf.net>
11360 * gst/audiofx/Makefile.am:
11361 * gst/audiofx/audioamplify.c:
11362 (gst_audio_amplify_clipping_method_get_type),
11363 (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11364 (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11365 (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11366 (gst_audio_amplify_set_caps),
11367 (gst_audio_amplify_transform_int_clip),
11368 (gst_audio_amplify_transform_int_wrap_negative),
11369 (gst_audio_amplify_transform_int_wrap_positive),
11370 (gst_audio_amplify_transform_float_clip),
11371 (gst_audio_amplify_transform_float_wrap_negative),
11372 (gst_audio_amplify_transform_float_wrap_positive),
11373 (gst_audio_amplify_transform_ip):
11374 * gst/audiofx/audioamplify.h:
11375 * gst/audiofx/audiofx.c: (plugin_init):
11376 Add new element "audioamplify". This allows scaling of raw audio
11377 samples, similar to the "volume" element, but provides different modes
11378 for clipping and allows unlimited amplification. It's mainly targeted
11379 for creative sound design and not as a replacement of the "volume"
11380 element. Fixes #397162
11381 * docs/plugins/Makefile.am:
11382 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11383 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11384 * docs/plugins/gst-plugins-good-plugins.args:
11385 * docs/plugins/inspect/plugin-audiofx.xml:
11386 Add docs for audioamplify and integrate them into the build system
11387 * tests/check/Makefile.am:
11388 * tests/check/elements/audioamplify.c: (setup_amplify),
11389 (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11390 Add fairly extensive unit test suite for audioamplify
11392 2007-01-24 Wim Taymans <wim@fluendo.com>
11394 * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11395 Unblock pads after adding the pads to the element so that autopluggers
11396 get a change to link something. Possibly fixes #395688.
11398 2007-01-24 Wim Taymans <wim@fluendo.com>
11400 * gst/rtp/gstrtpamrdepay.c:
11401 * gst/rtp/gstrtpgsmdepay.c:
11402 * gst/rtp/gstrtph263pdepay.c:
11403 * gst/rtp/gstrtph263ppay.c:
11404 * gst/rtp/gstrtph264depay.c:
11405 * gst/rtp/gstrtpilbcdepay.c:
11406 * gst/rtp/gstrtpmp2tdepay.c:
11407 * gst/rtp/gstrtpmp4gdepay.c:
11408 * gst/rtp/gstrtpmp4gpay.c:
11409 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11410 * gst/rtp/gstrtpmp4vpay.c:
11411 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11412 (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11413 (gst_rtp_mpa_depay_process):
11414 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11415 (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11416 * gst/rtp/gstrtppcmadepay.c:
11417 * gst/rtp/gstrtppcmudepay.c:
11418 * gst/rtp/gstrtpspeexdepay.c:
11419 * gst/rtp/gstrtpspeexpay.c:
11420 * gst/rtp/gstrtpsv3vdepay.c:
11421 * gst/rtp/gstrtptheoradepay.c:
11422 * gst/rtp/gstrtptheorapay.c:
11423 * gst/rtp/gstrtpvorbisdepay.c:
11424 * gst/rtp/gstrtpvorbispay.c:
11425 Fix caps with payload numbers.
11426 Add some fixed payload numbers to caps when possible.
11428 2007-01-23 Sebastian Dröge <slomo@circular-chaos.org>
11430 reviewed by: Stefan Kost <ensonic@users.sf.net>
11432 * gst/audiofx/Makefile.am:
11433 * gst/audiofx/audiofx.c: (plugin_init):
11434 * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11435 (gst_audio_invert_class_init), (gst_audio_invert_init),
11436 (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11437 (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11438 (gst_audio_invert_transform_float),
11439 (gst_audio_invert_transform_ip):
11440 * gst/audiofx/audioinvert.h:
11441 Add new audiofx element "audioinvert". This element swaps the upper
11442 and lower half of samples and can be used for example for a
11443 wide-stereo effect. Fixes #396057
11444 * docs/plugins/Makefile.am:
11445 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11446 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11447 * docs/plugins/gst-plugins-good-plugins.args:
11448 * docs/plugins/inspect/plugin-audiofx.xml:
11449 Add docs for the audioinvert element and add them to the build system.
11450 * tests/check/Makefile.am:
11451 * tests/check/elements/audioinvert.c: (setup_invert),
11452 (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11453 Add unit test suite for the audioinvert element.
11455 2007-01-23 Wim Taymans <wim@fluendo.com>
11457 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11458 (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11459 Parse config params as string and int.
11460 Parse and use AU header length
11462 2007-01-23 Wim Taymans <wim@fluendo.com>
11464 * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11465 (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11466 * gst/smpte/gstmask.c: (_gst_mask_register):
11467 * gst/smpte/gstmask.h:
11468 * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11469 * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11470 (gst_smpte_paint_triangle_clock):
11471 constify some static structs.
11472 Don't update the mask if nothing changed to the params.
11473 Make sure we never draw outside of the picture. Fixes #398325.
11475 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11477 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11478 Error out properly when pull_range fails while we're reading the
11479 headers, instead of just pausing the task silently. Fixes #399338.
11481 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11483 * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11484 Some more sanity checks to make sure the input formats match and the
11485 input pads are actually negotiated, in case someone tries to feed
11486 buffers from fakesrc or filesrc. Fixes #398299.
11487 Also const-ify an array, just because we can.
11489 2007-01-19 Edward Hervey <edward@fluendo.com>
11491 * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11492 Ignore previous commit, that was only valid for widths and heights
11493 that are multiples of 4.
11494 Copy over size/stride macros from jpegdec. This allows the element
11495 to work with any width,height...
11496 ... but puts in evidence that the actual transformations only work
11497 with width/height that are multiples of 4.
11499 2007-01-19 Edward Hervey <edward@fluendo.com>
11501 * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11502 Allocate buffers of the right size.
11503 The proper size of a I420 buffer in bytes is:
11509 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
11511 * gst/smpte/gstsmpte.c: (gst_smpte_init):
11512 Proxy getcaps on sink pads too, so that we either end up with the
11513 same dimensions on all pads or error out if that's not possible
11514 (seems to work even!). Fixes #398086, I think.
11516 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
11518 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11519 * docs/plugins/gst-plugins-good-plugins.args:
11520 * docs/plugins/gst-plugins-good-plugins.hierarchy:
11521 Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11522 fix integer properties with -1 as minimum value.
11524 * docs/plugins/inspect/plugin-1394.xml:
11525 * docs/plugins/inspect/plugin-aasink.xml:
11526 * docs/plugins/inspect/plugin-alaw.xml:
11527 * docs/plugins/inspect/plugin-alpha.xml:
11528 * docs/plugins/inspect/plugin-alphacolor.xml:
11529 * docs/plugins/inspect/plugin-annodex.xml:
11530 * docs/plugins/inspect/plugin-apetag.xml:
11531 * docs/plugins/inspect/plugin-audiofx.xml:
11532 * docs/plugins/inspect/plugin-auparse.xml:
11533 * docs/plugins/inspect/plugin-autodetect.xml:
11534 * docs/plugins/inspect/plugin-avi.xml:
11535 * docs/plugins/inspect/plugin-cacasink.xml:
11536 * docs/plugins/inspect/plugin-cairo.xml:
11537 * docs/plugins/inspect/plugin-cdio.xml:
11538 * docs/plugins/inspect/plugin-cutter.xml:
11539 * docs/plugins/inspect/plugin-debug.xml:
11540 * docs/plugins/inspect/plugin-dv.xml:
11541 * docs/plugins/inspect/plugin-efence.xml:
11542 * docs/plugins/inspect/plugin-effectv.xml:
11543 * docs/plugins/inspect/plugin-esdsink.xml:
11544 * docs/plugins/inspect/plugin-flac.xml:
11545 * docs/plugins/inspect/plugin-flxdec.xml:
11546 * docs/plugins/inspect/plugin-gconfelements.xml:
11547 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11548 * docs/plugins/inspect/plugin-goom.xml:
11549 * docs/plugins/inspect/plugin-halelements.xml:
11550 * docs/plugins/inspect/plugin-icydemux.xml:
11551 * docs/plugins/inspect/plugin-id3demux.xml:
11552 * docs/plugins/inspect/plugin-jpeg.xml:
11553 * docs/plugins/inspect/plugin-level.xml:
11554 * docs/plugins/inspect/plugin-matroska.xml:
11555 * docs/plugins/inspect/plugin-mulaw.xml:
11556 * docs/plugins/inspect/plugin-multipart.xml:
11557 * docs/plugins/inspect/plugin-navigationtest.xml:
11558 * docs/plugins/inspect/plugin-ossaudio.xml:
11559 * docs/plugins/inspect/plugin-png.xml:
11560 * docs/plugins/inspect/plugin-rtp.xml:
11561 * docs/plugins/inspect/plugin-rtsp.xml:
11562 * docs/plugins/inspect/plugin-shout2send.xml:
11563 * docs/plugins/inspect/plugin-smpte.xml:
11564 * docs/plugins/inspect/plugin-speex.xml:
11565 * docs/plugins/inspect/plugin-taglib.xml:
11566 * docs/plugins/inspect/plugin-udp.xml:
11567 * docs/plugins/inspect/plugin-videobalance.xml:
11568 * docs/plugins/inspect/plugin-videobox.xml:
11569 * docs/plugins/inspect/plugin-videoflip.xml:
11570 * docs/plugins/inspect/plugin-videomixer.xml:
11571 * docs/plugins/inspect/plugin-wavenc.xml:
11572 * docs/plugins/inspect/plugin-wavparse.xml:
11573 * docs/plugins/inspect/plugin-ximagesrc.xml:
11576 2007-01-18 Stefan Kost <ensonic@users.sf.net>
11578 Patch by: Sebastian Dröge <slomo circular-chaos org>
11580 * gst/audiofx/audiopanorama.c:
11581 Fix doc section name (Fixes #397946)
11583 2007-01-17 Stefan Kost <ensonic@users.sf.net>
11585 * sys/v4l2/gstv4l2object.c:
11586 (gst_v4l2_object_install_properties_helper),
11587 (gst_v4l2_object_set_property_helper),
11588 (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11589 * sys/v4l2/gstv4l2object.h:
11590 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11591 (gst_v4l2src_init), (gst_v4l2src_set_property),
11592 (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11593 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11594 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11595 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11596 (gst_v4l2src_capture_deinit):
11597 Fix EIO handing when capturing. Add new property to specify the number of
11598 buffers to enque (and remove the borked num-buffers usage).
11600 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11602 Patch by: Sebastian Dröge <slomo circular-chaos org>
11604 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11605 (gst_audio_panorama_set_process_function):
11606 Use a function array for process methods, add more docs and define the
11607 startindex of enums.
11609 2007-01-14 Tim-Philipp Müller <tim at centricular dot net>
11611 Patch by: Mark Nauwelaerts <manauw at skynet be>
11613 * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11614 (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11615 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11616 (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11617 (gst_avi_mux_riff_get_avi_header),
11618 (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11619 (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11620 (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11621 (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11622 (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11623 (gst_avi_mux_change_state):
11624 * gst/avi/gstavimux.h:
11625 * tests/check/elements/avimux.c: (teardown_src_pad):
11626 Add support for more than one audio stream; write better AVIX
11627 header; refactor code a bit; don't announce vorbis caps on our audio
11628 sink pads since we don't support it anyway. Closes #379298.
11630 2007-01-13 Tim-Philipp Müller <tim at centricular dot net>
11632 Patch by: Sebastian Dröge <slomo circular-chaos org>
11634 * gst/audiofx/audiopanorama.c:
11635 (gst_audio_panorama_method_get_type),
11636 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11637 (gst_audio_panorama_set_process_function),
11638 (gst_audio_panorama_set_property),
11639 (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11640 (gst_audio_panorama_transform_m2s_int_simple),
11641 (gst_audio_panorama_transform_s2s_int_simple),
11642 (gst_audio_panorama_transform_m2s_float_simple),
11643 (gst_audio_panorama_transform_s2s_float_simple):
11644 * gst/audiofx/audiopanorama.h:
11645 Add 'method' property and provide a simple (non-psychoacustic)
11646 processing method (#394859).
11648 * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11650 Tests for new method.
11652 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
11654 * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11655 * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11656 Set correct caps on outgoing pulled buffers, or things blow up
11657 after recent core changes.
11659 2007-01-11 Wim Taymans <wim@fluendo.com>
11661 Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11663 * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11664 (gst_multipart_mux_request_new_pad),
11665 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11666 (gst_multipart_mux_change_state):
11667 Return FLOW errors ASAP. Fixes #394977.
11670 2007-01-11 Wim Taymans <wim@fluendo.com>
11672 Patch by: Lutz Mueller <lutz at topfrose dot de>
11674 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11675 Check for stream pad before activating.
11677 2007-01-10 Wim Taymans <wim@fluendo.com>
11679 Patch by: Peter Kjellerstedt <pkj at axis com>
11681 * gst/rtsp/COPYING.MIT:
11682 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11683 (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11684 (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11685 (gst_rtspsrc_stream_configure_transport),
11686 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11687 (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11688 (gst_rtspsrc_parse_methods),
11689 (gst_rtspsrc_create_transports_string),
11690 (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11691 (gst_rtspsrc_open), (gst_rtspsrc_close):
11692 * gst/rtsp/gstrtspsrc.h:
11693 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11694 (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11695 (parse_request_line), (parse_line), (rtsp_connection_read),
11696 (rtsp_connection_close):
11697 * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11698 (rtsp_method_as_text), (rtsp_header_as_text),
11699 (rtsp_status_as_text), (rtsp_find_header_field),
11700 (rtsp_find_method):
11701 * gst/rtsp/rtspdefs.h:
11702 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11703 (rtsp_ext_wms_configure_stream):
11704 * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11705 (rtsp_message_new_request), (rtsp_message_init_request),
11706 (rtsp_message_new_response), (rtsp_message_init_response),
11707 (rtsp_message_init_data), (rtsp_message_unset),
11708 (rtsp_message_free), (rtsp_message_add_header),
11709 (rtsp_message_get_header), (rtsp_message_set_body),
11710 (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11711 * gst/rtsp/rtspmessage.h:
11712 * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11713 (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11714 (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11715 (sdp_message_dump):
11716 Allow url to be NULL to be able to use it for server connections.
11717 Can now send responses as well as requests.
11718 No longer hangs in an endless loop if EOF is received.
11719 Can now convert a status code to a text string.
11720 Return RTSP_HDR_INVALID for unknown headers.
11721 Return RTSP_INVALID for unknown methods.
11722 Copy CSeq and Session headers from the request.
11723 Only free memory corresponding to the currently set message type.
11724 Added const to function arguments as appropriate.
11725 Avoid a compiler warning when initializing nmedia.
11726 Use guint rather than gint to avoid compiler warnings.
11727 Fix crasher in wms extension.
11728 Factor out stream setup from open_connection.
11729 Delay activation of streams when actual data is received from the
11730 server, this prepares us to do proper protocol switching.
11735 2007-01-10 Tim-Philipp Müller <tim at centricular dot net>
11737 Patch by: Sebastian Dröge <slomo ubuntu com>
11739 * docs/plugins/Makefile.am:
11740 * gst/audiofx/audiopanorama.c:
11741 Some small docs fixes (#394851).
11743 2007-01-09 Wim Taymans <wim@fluendo.com>
11745 * gst/avi/gstavidemux.c:
11748 2007-01-09 Wim Taymans <wim@fluendo.com>
11750 * gst/rtp/Makefile.am:
11751 * gst/rtp/gstrtp.c: (plugin_init):
11752 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11753 (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11754 (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11755 (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11756 (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11757 * gst/rtp/gstrtpmpvdepay.h:
11758 Added RFC 2250 MPEG Video Depayloader.
11760 * gst/rtp/gstrtpL16depay.h:
11761 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11762 (gst_rtp_h263p_depay_process):
11763 Fix Header file. Small cleanups.
11765 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11766 (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11767 (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11768 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11769 (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11770 (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11771 (gst_rtp_mp4v_depay_change_state):
11772 Remove usused code. Remove Adapter from state Change. Added debug.
11774 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11775 (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11776 (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11777 * gst/rtp/gstrtpmpadepay.h:
11778 Subclass base depayloader.
11780 Support static payload type assignment as well.
11782 * gst/rtp/gstrtpmpapay.c:
11785 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11787 Patch by: Vincent Torri <vtorri at univ-evry fr>
11789 * ext/jpeg/gstjpegdec.c:
11790 * ext/jpeg/gstjpegenc.c:
11791 * ext/jpeg/smokecodec.c:
11792 These libjpeg callbacks should return a 'boolean' (unsigned char
11793 apparently) and not a 'gboolean' (which maps to gint). Fixes
11794 warnings when compiling with MingW (#393427).
11796 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11797 Use ioctlsocket on win32.
11799 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11800 Some printf format fixes for win32.
11802 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
11804 * gst/cutter/gstcutter.c: (gst_cutter_chain):
11805 Use gst_guint64_to_gdouble for conversion.
11806 * win32/vs6/libgstmatroska.dsp:
11807 Add zlib to the link.
11808 * win32/vs6/libgstvideobox.dsp:
11809 Update liboil library name (project is linked to
11810 liboil-0.3-0.lib now).
11812 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11814 * gst/matroska/Makefile.am:
11815 If zlib is available and used, we must link it explicitly for
11816 things to work on MingW (fixes #392855).
11818 2007-01-04 Tim-Philipp Müller <tim at centricular dot net>
11820 * ext/esd/esdsink.c: (gst_esdsink_delay):
11821 Don't return bogus values when esd_get_delay() fails for some
11824 2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
11826 * sys/ximage/gstximagesrc.c: (composite_pixel):
11827 Fix presumably copy'n'pasto for 16bpp depth.
11829 2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
11831 * gst/matroska/matroska-mux.c:
11832 (gst_matroska_mux_audio_pad_setcaps):
11833 The "signed" field in audio caps is of boolean type, trying to use
11834 gst_structure_get_int() to extract it will fail. Fixing this makes
11835 matroskamux accept raw audio input (#387121) (use at your own risk
11836 though, due to the matroska spec being not entirely useful in this
11838 Also fix up raw audio structures in template caps so that they
11839 represent what our setcaps function will actually accept, so that
11840 converters know what to convert to.
11841 Finally, don't fail if there isn't an "endianness" field in 8-bit
11844 2006-12-22 Stefan Kost <ensonic@users.sf.net>
11846 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11847 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11848 * tests/check/elements/cmmldec.c: (setup_cmmldec),
11849 (teardown_cmmldec):
11850 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11851 (teardown_cmmlenc):
11852 * tests/check/elements/level.c: (setup_level), (cleanup_level):
11853 reapply consistent pad (de)activation
11855 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
11860 * gst-plugins-good.doap:
11861 Add 0.10.5 doap entry
11863 === release 0.10.5 ===
11865 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
11868 releasing 0.10.5, "The Path of Thorns"
11870 2006-12-21 Stefan Kost <ensonic@users.sf.net>
11872 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11873 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11874 * tests/check/elements/cmmldec.c: (setup_cmmldec),
11875 (teardown_cmmldec):
11876 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11877 (teardown_cmmlenc):
11878 * tests/check/elements/level.c: (setup_level), (cleanup_level):
11879 revert my freeze breakage
11881 2006-12-21 Stefan Kost <ensonic@users.sf.net>
11883 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11884 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11885 * tests/check/elements/cmmldec.c: (setup_cmmldec),
11886 (teardown_cmmldec):
11887 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11888 (teardown_cmmlenc):
11889 * tests/check/elements/level.c: (setup_level), (cleanup_level):
11890 consistent pad (de)activation
11892 2006-12-18 Jan Schmidt <thaytan@mad.scientist.com>
11896 Disable LADPSA, as it has moved to the -bad module for the duration.
11898 2006-12-18 Wim Taymans <wim@fluendo.com>
11900 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11901 (gst_signal_processor_event):
11902 Reset flow_state back to _OK after a flush stop so that we exit our
11903 error state after the flush. Fixes #374213
11905 2006-12-16 David Schleef <ds@schleef.org>
11907 * sys/osxvideo/osxvideosink.h:
11908 * sys/osxvideo/osxvideosink.m:
11909 Decent effort at porting to 0.10. Needs cleanup on OS/X.
11911 2006-12-16 David Schleef <ds@schleef.org>
11913 Patch by: Vijay Santhanam <vijay santhanam gmail com>
11915 * sys/osxvideo/Makefile.am:
11916 * sys/osxvideo/osxvideosink.h:
11917 * sys/osxvideo/osxvideosink.m:
11918 Preliminary patch for porting osxvideosink
11920 2006-12-16 Wim Taymans <wim@fluendo.com>
11922 Patch by: Sjoerd Simons <sjoerd at luon dot net>
11924 * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11925 (gst_videomixer_set_master_geometry),
11926 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11927 (gst_videomixer_reset), (gst_videomixer_init),
11928 (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11929 (gst_videomixer_release_pad), (gst_videomixer_collected),
11930 (gst_videomixer_change_state):
11931 Introduce some locking around the videomixer state so that it does not
11932 crash when adding/removing pads. Fixes #383043.
11934 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11937 Make sure libcaca can actually be used instead of just checking for
11938 /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11939 cross-compiling (fixes #384587).
11941 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
11944 * gst-plugins-good.doap:
11945 * gst-plugins-good.spec.in:
11948 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
11951 libflac-1.1.3 changed API again, but we can't build against it yet,
11952 so make sure our check doesn't use libflac-1.1.3 and add a comment
11955 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
11957 * gst/effectv/gstquark.c: (gst_quarktv_transform),
11958 (gst_quarktv_planetable_clear):
11959 Add some NULL pointer checks (possibly related to #385623).
11961 2006-12-12 Tim-Philipp Müller <tim at centricular dot net>
11963 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11964 (gst_tag_demux_chain):
11965 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11966 In streaming mode, if the first buffer we get doesn't have an
11967 offset, fix it up to be 0, otherwise trimming won't work later on
11968 and we'll be typefinding application/x-id3, which may result in
11969 decodebin plugging an endless number of id3demux elements as a
11970 consequence. Fixes #385031.
11972 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
11974 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11975 Ignore the buffer_time the sound device reports. Turns out it is
11976 sometimes completely bogus and we're better off without it.
11978 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
11980 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11981 (gst_matroska_demux_video_caps):
11982 * gst/matroska/matroska-ids.c:
11983 (gst_matroska_track_init_video_context):
11984 * gst/matroska/matroska-ids.h:
11985 Try harder to extract the framerate for video tracks correctly and
11986 save it directly instead of converting it back and forth a few
11987 times. Mostly makes a difference for very small framerates (<1).
11990 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
11992 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11993 (gst_gconf_audio_src_dispose), (do_toggle_element):
11994 * ext/gconf/gstgconfaudiosrc.h:
11995 Remove gconf notify hook when the gconfaudiosrc element is
11996 destroyed, otherwise the callback may be called on an
11997 already-destroyed instance and bad things happen. Should fix
11999 Also ignore gconf key changes when the source is already running.
12001 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
12003 Patch by: Sebastian Dröge <mail at slomosnail de>
12005 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12006 We need to be able to read and parse any possible floating point string
12007 format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12008 will parse the former only in certain locales though, so we really need
12009 to canonicalise the separator to '.' and then use g_ascii_strtod() to
12010 make sure we can parse either version at all times.
12011 Fixes #382982 for real.
12013 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12015 * sys/sunaudio/gstsunaudiomixerctrl.c:
12016 * sys/sunaudio/gstsunaudiosrc.c:
12018 Use the sunaudio debug category.
12020 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12021 (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12022 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12023 (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12024 (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12025 (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12026 (gst_sunaudiosink_reset):
12027 * sys/sunaudio/gstsunaudiosink.h:
12029 Uses the sunaudio debug category for all debug output
12030 Implements the _delay() callback to synchronise video playback better
12031 Change the segtotal and segsize values back to the parent class
12032 defaults (taken from buffer_time and latency_times of 200ms and 10ms
12034 Measure the samples written to the device vs. played.
12035 Keep track of segments in the device by writing empty eof frames, and
12036 sleep using a GCond when we get too far ahead and risk overrunning the
12041 2006-12-08 Wim Taymans <wim@fluendo.com>
12043 Patch by: Sebastian Dröge <mail at slomosnail de >
12045 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12046 (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12047 * gst/audiofx/audiopanorama.h:
12048 Fix audiopanorame with float samples. Fixes #383726.
12050 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12052 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12053 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12054 (gst_sunaudiosrc_reset):
12056 Implement reset functions to unblock the src/sink more quickly on
12057 state change requests.
12058 Patch by: Brian Cameron <brian dot cameron at sun com>
12060 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12062 * sys/sunaudio/gstsunaudiomixer.c:
12063 (gst_sunaudiomixer_change_state):
12064 Construct the correct mixer device name when the AUDIODEV env var
12067 Patch by: Jerry Tan <jerry.tan at sun dot com>
12070 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12072 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12073 Apply patch to open the mixer control and set the MULTIPLE_OPEN
12074 ioctl. On solaris, the mixer device doesn't need opening non-blocking
12075 - it can be opened by multiple processes by default, but needs the ioctl for multiple opens within 1 process.
12076 Patch by: Jerry Tan <jerry.tan at sun dot com>
12079 2006-12-07 Wim Taymans <wim@fluendo.com>
12081 * gst/smpte/gstmask.h:
12082 * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12083 (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12084 (gst_smpte_collected), (gst_smpte_set_property),
12085 (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12086 * gst/smpte/gstsmpte.h:
12087 Port to 0.10 some more.
12088 Added duration property to specify the duration of the transition.
12089 Make framerate a fraction.
12090 Deprecate fps property, we only use negotiated fps.
12092 Fix collectpad usage.
12093 Reset state in READY.
12094 Send NEWSEGMENT event.
12095 Fix racy updates of object properties.
12096 Added debug category.
12099 2006-12-06 Wim Taymans <wim@fluendo.com>
12101 Patch by: Sjoerd Simons <sjoerd at luon dot net>
12103 * gst/videomixer/videomixer.c:
12104 (gst_videomixer_set_master_geometry),
12105 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12106 Don't reset xpos and ypos in the setcaps function because causes
12107 unexpected behaviour.
12110 2006-12-06 Wim Taymans <wim@fluendo.com>
12112 * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12113 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12114 Keep track of the buffer timestamp in the collectdata member instead
12115 of modifying the buffer without making the metadata writable first.
12118 2006-12-06 Wim Taymans <wim@fluendo.com>
12120 Patch by: Rob Taylor <robtaylor at floopily dot org>
12122 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12123 If using multicast in udpsrc, bind to the multicast address rather than
12125 This allows the simultanous use of multiple udpsrcs listening on
12126 different multicat addresses. Without this all udpsrcs will receive all
12127 packets from all subscribed multicast addresses.
12130 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
12132 * ext/taglib/gstid3v2mux.cc:
12133 Don't attempt to write a NULL frame into the ID3 tag set when the
12134 createFrame method returned NULL.
12136 Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12138 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
12140 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12141 Use g_strtod() instead of sscanf to parse doubles, so that it will
12142 try parsing in the C locale if the current locale fails.
12144 Patch by: Sebastian Dröge <mail at slomosnail de >
12146 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
12149 Fix compilation on win32 under VS8
12150 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12151 Partially fixes #381175
12153 2006-11-30 Stefan Kost <ensonic@users.sf.net>
12155 * gst/avi/gstavimux.c:
12156 accept all mpegversions,fixes #380825
12157 spotted by: Jerome Alet
12159 2006-11-30 Stefan Kost <ensonic@users.sf.net>
12161 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12162 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12163 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12164 (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12165 cleanup the error message a bit more
12167 2006-11-28 Wim Taymans <wim@fluendo.com>
12169 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12170 Fix width and height properties.
12172 * ext/libcaca/gstcacasink.h:
12173 Fix compilation on newer libcaca that require us to include a new
12174 header. Fixes #379918.
12176 2006-11-28 Wim Taymans <wim@fluendo.com>
12178 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12179 * gst/rtsp/gstrtspsrc.h:
12180 * gst/rtsp/rtspext.h:
12181 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12182 (rtsp_ext_wms_get_context):
12183 Add method so that extensions can choose to disable the setup of
12185 Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12187 2006-11-27 Wim Taymans <wim@fluendo.com>
12189 Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12191 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12192 Push header in a separate buffer instead of memcpy:ing all data.
12193 Change LF => CRLF in headers.
12194 Move trailing LF to header. Fixes #379792.
12196 2006-11-27 Wim Taymans <wim@fluendo.com>
12198 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12199 Small buffer overflow fix and improve debugging.
12201 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12203 * ext/esd/esdmon.h:
12204 * ext/esd/esdsink.h:
12205 remove obsolete _factory_init protos
12207 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12209 * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12210 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12211 (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12212 (gst_avi_demux_read_subindexes_push),
12213 (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12214 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12215 (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12216 (gst_avi_demux_massage_index),
12217 (gst_avi_demux_calculate_durations_from_index),
12218 (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12219 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12220 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12221 remove dead code, tweak debugs statements, add comments, use
12222 _uint64_scale instead _uint64_scale_int when using guint64 values,
12223 small optimizations, reflow some error handling
12225 2006-11-22 Edward Hervey <edward@fluendo.com>
12228 We never put .pot files in cvs. Let's ignore them all.
12230 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12233 ... but better exclude files that aren't disted.
12235 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12238 Add v4l2 source files to list of files with translations, so the
12239 strings are actually extracted (however bad they still may be).
12241 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12243 * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12244 Minor clean-ups: const-ify static array, remove trailing comma from
12245 last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12247 2006-11-19 Jan Schmidt <thaytan@mad.scientist.com>
12249 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12250 Make sure that g_free always gets called on the same pointer that was
12251 returned by g_malloc. Fixes #376594.
12252 Do not leak memory if decompressed size is wrong.
12253 Remove unneeded check of return value of g_malloc.
12254 Patch by: René Stadler <mail@renestadler.de>
12256 2006-11-18 Tim-Philipp Müller <tim at centricular dot net>
12258 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12259 Add missing curly brackets.
12261 2006-11-17 Edgard Lima <edgard.lima@indt.org.br>
12263 * sys/v4l2/v4l2src_calls.c:
12264 Fix capture_deinit.
12266 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
12268 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12269 (gst_matroska_mux_request_new_pad):
12270 Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12272 * tests/check/elements/matroskamux.c: (setup_src_pad),
12273 (setup_sink_pad), (GST_START_TEST):
12274 Activate pads before using them.
12276 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
12278 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12279 Initialise variable to get rid of bogus compiler warning.
12281 2006-11-16 Stefan Kost <ensonic@users.sf.net>
12283 Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12285 * gst/rtp/gstrtph263pay.c:
12286 * gst/rtp/gstrtph263pdepay.c:
12287 * gst/rtp/gstrtph263ppay.c:
12288 Specify H.263 variant and version in the caps (fixes #361637)
12290 2006-11-15 Wim Taymans <wim@fluendo.com>
12292 * gst/rtsp/rtspconnection.c: (read_body):
12293 Don't set a data pointer to NULL and a size > 0 when we deal
12294 with empty packets.
12296 * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12297 (rtsp_message_init_response), (rtsp_message_init_data),
12298 (rtsp_message_unset), (rtsp_message_free),
12299 (rtsp_message_take_body):
12300 Check that we can't create invalid empty packets.
12302 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
12304 Patch by: Mark Nauwelaerts <manauw at skynet be>
12306 * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12307 (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12308 (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12309 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12310 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12311 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12312 * gst/matroska/matroska-mux.h:
12313 Add basic tag writing support; implement releasing pads (#374658).
12315 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
12317 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12318 (gst_matroska_demux_audio_caps):
12319 Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12321 2006-11-14 David Schleef <ds@schleef.org>
12323 * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12325 2006-11-14 Tim-Philipp Müller <tim at centricular dot net>
12327 Patch by: Sergey Scobich <sergey.scobich at gmail com>
12329 * win32/vs8/gst-plugins-good.sln:
12330 * win32/vs8/libgst1394.vcproj:
12331 * win32/vs8/libgstaasink.vcproj:
12332 * win32/vs8/libgstalaw.vcproj:
12333 * win32/vs8/libgstalpha.vcproj:
12334 * win32/vs8/libgstalphacolor.vcproj:
12335 * win32/vs8/libgstannodex.vcproj:
12336 * win32/vs8/libgstapetag.vcproj:
12337 * win32/vs8/libgstaudiofx.vcproj:
12338 * win32/vs8/libgstauparse.vcproj:
12339 * win32/vs8/libgstautodetect.vcproj:
12340 * win32/vs8/libgstavi.vcproj:
12341 * win32/vs8/libgstcacasink.vcproj:
12342 * win32/vs8/libgstcdio.vcproj:
12343 * win32/vs8/libgstcutter.vcproj:
12344 * win32/vs8/libgstdv.vcproj:
12345 * win32/vs8/libgsteffectv.vcproj:
12346 * win32/vs8/libgstflac.vcproj:
12347 * win32/vs8/libgstflxdec.vcproj:
12348 * win32/vs8/libgstgoom.vcproj:
12349 * win32/vs8/libgsticydemux.vcproj:
12350 * win32/vs8/libgstid3demux.vcproj:
12351 * win32/vs8/libgstjpeg.vcproj:
12352 * win32/vs8/libgstladspa.vcproj:
12353 * win32/vs8/libgstlevel.vcproj:
12354 * win32/vs8/libgstmatroska.vcproj:
12355 * win32/vs8/libgstmikmod.vcproj:
12356 * win32/vs8/libgstmng.vcproj:
12357 * win32/vs8/libgstmonoscope.vcproj:
12358 * win32/vs8/libgstmulaw.vcproj:
12359 * win32/vs8/libgstmultipart.vcproj:
12360 * win32/vs8/libgstpng.vcproj:
12361 * win32/vs8/libgstrtp.vcproj:
12362 * win32/vs8/libgstrtsp.vcproj:
12363 * win32/vs8/libgstshout2.vcproj:
12364 * win32/vs8/libgstsmpte.vcproj:
12365 * win32/vs8/libgstspeex.vcproj:
12366 * win32/vs8/libgsttaglib.vcproj:
12367 * win32/vs8/libgstudp.vcproj:
12368 * win32/vs8/libgstvideobalance.vcproj:
12369 * win32/vs8/libgstvideobox.vcproj:
12370 * win32/vs8/libgstvideoflip.vcproj:
12371 * win32/vs8/libgstvideomixer.vcproj:
12372 * win32/vs8/libgstwavenc.vcproj:
12373 * win32/vs8/libgstwavparse.vcproj:
12374 Make end-of-line returns unixy, so that when the files are checked
12375 out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12376 Hopefully fixes #366492.
12378 2006-11-14 Wim Taymans <wim@fluendo.com>
12380 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12381 Disable init_frames delay timestamp adjustment, it does not
12382 seem to be needed at all. Fixes #369621.
12384 2006-11-13 Wim Taymans <wim@fluendo.com>
12386 Patch by: Mark Nauwelaerts <manauw at skynet be>
12388 * gst/videomixer/videomixer.c:
12389 (gst_videomixer_set_master_geometry),
12390 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12391 (gst_videomixer_collect_free), (gst_videomixer_reset),
12392 (gst_videomixer_init), (gst_videomixer_finalize),
12393 (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12394 (gst_videomixer_collected), (gst_videomixer_change_state):
12395 Fix memleak by unref'ing collectpads instance (when finalizing)
12396 Implement releasing a request pad. Fixes #374479.
12398 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
12400 Patch by: Sergey Scobich <sergey.scobich at gmail com>
12402 * win32/vs8/gst-plugins-good.sln:
12403 * win32/vs8/libgst1394.vcproj:
12404 * win32/vs8/libgstaasink.vcproj:
12405 * win32/vs8/libgstalaw.vcproj:
12406 * win32/vs8/libgstalpha.vcproj:
12407 * win32/vs8/libgstalphacolor.vcproj:
12408 * win32/vs8/libgstannodex.vcproj:
12409 * win32/vs8/libgstapetag.vcproj:
12410 * win32/vs8/libgstaudiofx.vcproj:
12411 * win32/vs8/libgstauparse.vcproj:
12412 * win32/vs8/libgstautodetect.vcproj:
12413 * win32/vs8/libgstavi.vcproj:
12414 * win32/vs8/libgstcacasink.vcproj:
12415 * win32/vs8/libgstcdio.vcproj:
12416 * win32/vs8/libgstcutter.vcproj:
12417 * win32/vs8/libgstdv.vcproj:
12418 * win32/vs8/libgsteffectv.vcproj:
12419 * win32/vs8/libgstflac.vcproj:
12420 * win32/vs8/libgstflxdec.vcproj:
12421 * win32/vs8/libgstgoom.vcproj:
12422 * win32/vs8/libgsticydemux.vcproj:
12423 * win32/vs8/libgstid3demux.vcproj:
12424 * win32/vs8/libgstjpeg.vcproj:
12425 * win32/vs8/libgstladspa.vcproj:
12426 * win32/vs8/libgstlevel.vcproj:
12427 * win32/vs8/libgstmatroska.vcproj:
12428 * win32/vs8/libgstmikmod.vcproj:
12429 * win32/vs8/libgstmng.vcproj:
12430 * win32/vs8/libgstmonoscope.vcproj:
12431 * win32/vs8/libgstmulaw.vcproj:
12432 * win32/vs8/libgstmultipart.vcproj:
12433 * win32/vs8/libgstpng.vcproj:
12434 * win32/vs8/libgstrtp.vcproj:
12435 * win32/vs8/libgstrtsp.vcproj:
12436 * win32/vs8/libgstshout2.vcproj:
12437 * win32/vs8/libgstsmpte.vcproj:
12438 * win32/vs8/libgstspeex.vcproj:
12439 * win32/vs8/libgsttaglib.vcproj:
12440 * win32/vs8/libgstudp.vcproj:
12441 * win32/vs8/libgstvideobalance.vcproj:
12442 * win32/vs8/libgstvideobox.vcproj:
12443 * win32/vs8/libgstvideoflip.vcproj:
12444 * win32/vs8/libgstvideomixer.vcproj:
12445 * win32/vs8/libgstwavenc.vcproj:
12446 * win32/vs8/libgstwavparse.vcproj:
12447 Add VS8 project files (note that many of the plugins in ext are
12448 disabled by default). Fixes #366492.
12450 2006-11-10 Stefan Kost <ensonic@users.sf.net>
12452 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12453 we do not translate debug messages
12455 2006-11-08 Stefan Kost <ensonic@users.sf.net>
12457 * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12458 fix categorisation, make short desc more explicit, remove unused code
12461 2006-11-08 Wim Taymans <wim@fluendo.com>
12463 * gst/rtp/gstrtpL16depay.c:
12464 * gst/rtp/gstrtpamrdepay.c:
12465 * gst/rtp/gstrtpamrpay.c:
12466 * gst/rtp/gstrtpgsmdepay.c:
12467 * gst/rtp/gstrtph263pay.c:
12468 * gst/rtp/gstrtph263pdepay.c:
12469 * gst/rtp/gstrtph263ppay.c:
12470 * gst/rtp/gstrtph264depay.c:
12471 * gst/rtp/gstrtpmp2tdepay.c:
12472 * gst/rtp/gstrtpmp4gdepay.c:
12473 * gst/rtp/gstrtpmp4gpay.c:
12474 * gst/rtp/gstrtpmp4vdepay.c:
12475 * gst/rtp/gstrtpmp4vpay.c:
12476 * gst/rtp/gstrtpmpadepay.c:
12477 * gst/rtp/gstrtpmpapay.c:
12478 * gst/rtp/gstrtppcmadepay.c:
12479 * gst/rtp/gstrtppcmapay.c:
12480 * gst/rtp/gstrtppcmudepay.c:
12481 * gst/rtp/gstrtppcmupay.c:
12482 * gst/rtp/gstrtpspeexdepay.c:
12483 * gst/rtp/gstrtpspeexpay.c:
12484 * gst/rtp/gstrtpsv3vdepay.c:
12485 Fix element descriptions.
12487 2006-11-08 Wim Taymans <wim@fluendo.com>
12489 * gst/rtp/gstrtpvorbisdepay.c:
12490 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12492 Small cleanup in the payloader.
12494 2006-11-08 Wim Taymans <wim@fluendo.com>
12496 * gst/rtp/Makefile.am:
12497 * gst/rtp/gstrtp.c: (plugin_init):
12498 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12499 (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12500 (gst_rtp_theora_depay_finalize),
12501 (gst_rtp_theora_depay_parse_configuration),
12502 (gst_rtp_theora_depay_setcaps),
12503 (gst_rtp_theora_depay_switch_codebook),
12504 (gst_rtp_theora_depay_process),
12505 (gst_rtp_theora_depay_set_property),
12506 (gst_rtp_theora_depay_get_property),
12507 (gst_rtp_theora_depay_change_state),
12508 (gst_rtp_theora_depay_plugin_init):
12509 * gst/rtp/gstrtptheoradepay.h:
12510 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12511 (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12512 (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12513 (gst_rtp_theora_pay_init_packet),
12514 (gst_rtp_theora_pay_flush_packet),
12515 (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12516 (gst_rtp_theora_pay_handle_buffer),
12517 (gst_rtp_theora_pay_plugin_init):
12518 * gst/rtp/gstrtptheorapay.h:
12519 Add theora pay/depayloaders.
12521 2006-11-06 Wim Taymans <wim@fluendo.com>
12523 * gst/rtp/Makefile.am:
12524 We depend on gsttag to generate the vorbis comments.
12526 * gst/rtp/gstrtpvorbisdepay.c:
12527 (gst_rtp_vorbis_depay_parse_configuration),
12528 (gst_rtp_vorbis_depay_setcaps),
12529 (gst_rtp_vorbis_depay_switch_codebook),
12530 (gst_rtp_vorbis_depay_process):
12531 * gst/rtp/gstrtpvorbisdepay.h:
12532 Parse configuration string in the depayloader.
12533 Implement selecting and switching to a new codebook.
12534 Receiving vorbis over RTP now works.
12536 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12537 (gst_rtp_vorbis_pay_init_packet),
12538 (gst_rtp_vorbis_pay_finish_headers),
12539 (gst_rtp_vorbis_pay_handle_buffer):
12540 * gst/rtp/gstrtpvorbispay.h:
12541 Set timestamps on outgoing buffers and RTP packets.
12542 Fix configuration string, prepend number of Packet headers.
12543 Fix encoding of ident string.
12544 Add delivery-method to caps.
12545 Streaming vorbis over RTP now works.
12547 2006-11-06 Wim Taymans <wim@fluendo.com>
12549 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12550 (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12551 (gst_rtp_vorbis_pay_handle_buffer):
12552 * gst/rtp/gstrtpvorbispay.h:
12553 Generate a valid configuration string in the caps based on the
12556 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
12558 * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12559 * ext/cdio/gstcdio.h:
12560 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12561 Move CD-TEXT utility function into common file so it can also be
12562 used by a future cdioparanoiasrc.
12564 2006-11-01 Edgard Lima <edgard.lima@indt.org.br>
12566 * sys/v4l2/Makefile.am:
12567 * sys/v4l2/gstv4l2object.c:
12568 * sys/v4l2/gstv4l2src.c:
12569 * sys/v4l2/gstv4l2xoverlay.c:
12570 * sys/v4l2/v4l2_calls.c:
12571 * sys/v4l2/v4l2src_calls.c:
12572 Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12573 xoverlay code that is still not implemented.
12575 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
12577 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12578 We require a -base more recent than 0.10.9, so it's safe to use
12579 GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12581 * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12582 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12583 Use _newsegment_full() now that we depend on a recent enough core.
12585 * gst/wavparse/gstwavparse.c:
12586 Remove cruft that we don't need any longer now that we depend on
12587 a recent enough -base.
12589 2006-10-31 Wim Taymans <wim@fluendo.com>
12591 * gst/rtp/Makefile.am:
12592 * gst/rtp/gstrtp.c: (plugin_init):
12593 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12594 (gst_rtpilbcpay_setcaps):
12595 Fix and activate ILBC pay and depayloaders. Fixes #368162.
12597 2006-10-31 Wim Taymans <wim@fluendo.com>
12599 * ext/speex/gstspeexdec.c: (speex_dec_convert),
12600 (speex_dec_sink_event), (speex_dec_chain_parse_header):
12601 Some small cleanups, use _scale.
12603 2006-10-31 Wim Taymans <wim@fluendo.com>
12605 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12606 Use higher precision scale function.
12608 2006-10-30 Tim-Philipp Müller <tim at centricular dot net>
12610 Patch by: Michal Benes <michal dot benes at itonis tv>
12612 * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12613 (gst_matroska_demux_read_track_encodings),
12614 (gst_matroska_decode_buffer):
12615 Fix several issues with encoded/compressed/encrypted/signed tracks;
12616 also, remove superfluous newline characters from some debug
12617 statements. (#366155)
12619 2006-10-30 Wim Taymans <wim@fluendo.com>
12621 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12622 * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12623 (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12624 (gst_smokedec_change_state):
12625 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12626 (gst_smokeenc_init), (gst_smokeenc_finalize),
12627 (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12628 (gst_smokeenc_resync), (gst_smokeenc_chain),
12629 (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12630 (gst_smokeenc_change_state):
12631 Various cleanups, capsnego and leak fixes.
12633 2006-10-30 Wim Taymans <wim@fluendo.com>
12635 Patch by: Mark Nauwelaerts <manauw at skynet be>
12637 * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12638 Fix videomixer so that it can handle any combination of framerates.
12641 2006-10-28 Wim Taymans <wim@fluendo.com>
12643 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12644 (gst_avi_demux_parse_file_header),
12645 (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12646 (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12647 (gst_avi_demux_chain):
12648 Fix position query for audio. also fixes timestamps in streaming
12649 mode and bug #364958.
12652 2006-10-27 Wim Taymans <wim@fluendo.com>
12654 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12655 * ext/libpng/gstpngenc.h:
12656 Fix strides. Fixes #364856.
12658 Set caps on outgoing buffers.
12660 2006-10-18 Wim Taymans <wim@fluendo.com>
12662 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12664 * gst/rtp/gstrtpgsmpay.c:
12665 * gst/rtp/gstrtph263pay.c:
12666 * gst/rtp/gstrtpmpapay.c:
12667 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12668 (gst_rtp_pcma_pay_handle_buffer):
12669 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12670 Add static payload numbers in addition to the dynamic ones.
12673 2006-10-18 Wim Taymans <wim@fluendo.com>
12675 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12676 (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12677 (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12678 (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12679 * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12680 * gst/rtsp/rtspdefs.h:
12681 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12682 * gst/rtsp/rtspurl.h:
12683 Reuse already existing enum for lower transport.
12684 Add rtspt and rtspu protocols.
12685 Send redirect to rtspt when udp times out.
12687 2006-10-18 Wim Taymans <wim@fluendo.com>
12689 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12690 (gst_wavparse_stream_data):
12691 Fix seeking some more, mostly for speed changes.
12693 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12695 Patch by: Fredrik Persson <frepe at bredband net>
12697 * sys/v4l2/gstv4l2tuner.c:
12698 * sys/v4l2/gstv4l2tuner.h:
12699 Fix _set_channel(): remove useless g_object_notify() for "channel"
12700 property that doesn't exist any longer and therefore now also
12701 useless redirect (#338818).
12703 2006-10-17 Wim Taymans <wim@fluendo.com>
12705 * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12706 Some drivers do not support unsetting the non-blocking flag once the
12707 device is opened. In those cases, close/open the device in
12708 non-blocking mode. Fixes #362673.
12710 2006-10-17 Stefan Kost <ensonic@users.sf.net>
12712 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12713 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12714 (gst_v4l2src_get_fps):
12715 dear stefan, framespersecond is not frameperiod, reverting but adding
12718 2006-10-17 Stefan Kost <ensonic@users.sf.net>
12720 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12721 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12722 (gst_v4l2src_get_fps):
12723 Numerator is numerator and denominator is denominator. Say that aloud
12724 5 times and retry after next beer.
12726 2006-10-16 Tim-Philipp Müller <tim at centricular dot net>
12728 Patch by: Josep Torra Valles <josep at fluendo com>
12730 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12731 * ext/esd/esdsink.c: (gst_esdsink_write):
12732 * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12733 (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12734 (gst_flac_dec_send_newsegment):
12735 * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12736 (gst_flac_enc_tell_callback):
12737 * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12738 (smokecodec_parse_header), (smokecodec_decode):
12739 * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12740 * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12741 * gst/goom/Makefile.am:
12742 * gst/goom/gstgoom.c:
12743 * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12744 * gst/rtsp/gstrtspsrc.c:
12745 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12746 * gst/udp/gstudpsink.c:
12747 * gst/udp/gstudpsrc.c:
12748 * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12749 * sys/sunaudio/gstsunaudiomixertrack.h:
12750 Fix a bunch of problems discovered by the Forte compiler, mostly type
12751 mixups and pointer arithmetics with void pointers. Fixes #362603.
12753 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
12755 * ext/speex/gstspeex.c: (plugin_init):
12756 * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12757 (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12758 (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12759 (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12760 (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12761 (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12762 (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12763 (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12764 (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12765 (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12766 (gst_speex_enc_chain), (gst_speex_enc_get_property),
12767 (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12768 * ext/speex/gstspeexenc.h:
12769 Miscellaneous clean-ups, among other things: speexenc => enc to
12770 enhance code readability; change speexenc => speex_enc; in chain
12771 function unref input buffer in case of error; take reference in
12772 event function; use boilerplate macro; use gst_pad_query_peer_*
12773 convenience functions.
12775 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
12777 * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12778 (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12779 (gst_speexenc_set_header_on_caps):
12780 Fix some mem leaks.
12782 2006-10-11 Wim Taymans <wim@fluendo.com>
12785 Added some other URL.
12787 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12788 (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12789 (gst_rtspsrc_open), (gst_rtspsrc_play),
12790 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12791 * gst/rtsp/gstrtspsrc.h:
12792 Work on fallback to TCP connection when the UDP socket times out.
12793 Handler server requests, just reply with OK for now.
12795 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12796 * gst/rtsp/rtspdefs.h:
12797 Added some more Real extension headers.
12799 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12800 Fix parsing of urls with a ':' that is not part of the hostname:port
12803 2006-10-11 Tim-Philipp Müller <tim at centricular dot net>
12805 * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12806 * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12807 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12808 Activate pad before adding it to the already-running element.
12810 * tests/check/elements/icydemux.c: (icydemux_found_pad):
12811 Activate newly-created pad too.
12813 2006-10-11 Wim Taymans <wim@fluendo.com>
12815 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12817 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12818 (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12819 (gst_udpsrc_start):
12820 Fix some leaks in caps and uris. Fixes #361252.
12822 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
12824 * gst/wavparse/Makefile.am:
12825 Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12827 2006-10-09 Jan Schmidt <thaytan@mad.scientist.com>
12829 * sys/v4l2/gstv4l2xoverlay.c:
12830 * sys/v4l2/gstv4l2xoverlay.h:
12831 Fix build as per the patch in #338818 comment 36.
12833 2006-10-07 Tim-Philipp Müller <tim at centricular dot net>
12835 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12836 Activate pads before adding them to the source.
12838 2006-10-06 Wim Taymans <wim@fluendo.com>
12840 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12841 * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12842 Activate pads before adding.
12844 2006-10-06 Wim Taymans <wim@fluendo.com>
12846 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12847 (gst_multipart_find_pad_by_mime):
12848 Activate pads before adding.
12850 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12851 BOILERPLATE sets parent_class for us.
12853 2006-10-06 Wim Taymans <wim@fluendo.com>
12855 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12856 (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12857 (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12858 (gst_rtspsrc_alloc_udp_ports),
12859 (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12860 (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12861 (gst_rtspsrc_create_transports_string),
12862 (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12863 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12864 * gst/rtsp/gstrtspsrc.h:
12865 Rework how the transport string is constructed, try to share channels
12867 Make most of the stuff less dependant on RTP as we are also going to use
12869 Add support for transport specific session managers.
12871 * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12872 Implement _flush().
12874 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12875 * gst/rtsp/rtspdefs.h:
12876 Add generic error return code.
12878 * gst/rtsp/rtspext.h:
12879 Add support for pluggable tranport strings.
12881 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12882 (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12883 (rtsp_ext_wms_get_context):
12884 Detect WMServer and activate the extension.
12886 * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12887 (rtsp_transport_get_manager), (rtsp_transport_parse):
12888 * gst/rtsp/rtsptransport.h:
12889 Added methods to get mime/manager for certain transports.
12891 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
12893 * ext/cairo/gsttimeoverlay.c:
12894 (gst_cairo_time_overlay_update_font_height):
12895 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12896 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12897 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12898 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12899 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12900 * ext/libpng/gstpngdec.c: (user_endrow_callback):
12901 * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12902 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12903 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12904 (gst_avi_demux_stream_data):
12905 * gst/cutter/gstcutter.c: (gst_cutter_chain):
12906 * gst/debug/efence.c: (gst_efence_buffer_alloc),
12907 (gst_fenced_buffer_copy):
12908 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12909 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12910 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12911 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12912 (gst_rtspsrc_handle_message):
12913 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12914 * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12915 Printf format fixes.
12917 2006-10-04 Wim Taymans <wim@fluendo.com>
12919 * gst/rtsp/Makefile.am:
12920 Dist new .h file too.
12922 2006-10-04 Wim Taymans <wim@fluendo.com>
12924 * gst/rtsp/Makefile.am:
12925 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12926 (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12927 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12928 (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12929 (gst_rtspsrc_parse_rtpmap),
12930 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12931 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12932 (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12933 * gst/rtsp/gstrtspsrc.h:
12934 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12935 * gst/rtsp/rtspdefs.h:
12936 * gst/rtsp/rtspext.h:
12937 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12938 (rtsp_ext_wms_get_context):
12939 * gst/rtsp/rtspextwms.h:
12940 * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12941 (rtsp_transport_parse):
12942 * gst/rtsp/rtsptransport.h:
12943 Factor out extension in separate module.
12944 Fix getcaps to filter against the padtemplate.
12945 Use Content-Base if the server gives one.
12946 Rework the transport parsing a bit for future extensions.
12947 Added some Real Header field definitions.
12949 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
12951 * docs/plugins/Makefile.am:
12952 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12953 * docs/plugins/gst-plugins-good-plugins-sections.txt:
12955 * gst-plugins-good.spec.in:
12958 2006-10-04 Tim-Philipp Müller <tim at centricular dot net>
12960 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12961 Extract disc/album/medium number and count and try harder
12962 to extract track number/count.
12964 2006-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12968 add build stuff for v4l2, needs --enable-experimental until
12969 the last bits are resolved
12971 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12973 * tests/check/Makefile.am:
12974 Disable autodetect test temporarily, so that the build bots
12975 update -bad and the ranks of unreliable video sinks in there.
12977 * tests/check/elements/autodetect.c: (GST_START_TEST):
12978 Skip test if no usable videosink is found.
12980 2006-09-29 Wim Taymans <wim@fluendo.com>
12983 Add some more URLs.
12985 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12986 (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12987 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12988 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12989 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12990 (gst_rtspsrc_loop), (gst_rtspsrc_send),
12991 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12992 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12993 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12994 * gst/rtsp/gstrtspsrc.h:
12995 Add timeout property to control UDP timeouts.
12996 Fix error messages.
12997 Also start a loop function when operating in UDP mode so that we can
12998 do some more stuff async.
12999 Handle element messages from udpsrc to detect timeouts. If a timeout
13000 happens we currently generate an error.
13001 API: rtspsrc::timeout property.
13003 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13004 (gst_udpsrc_create):
13005 Really implement the timeout in microseconds and not milliseconds.
13007 2006-09-29 Wim Taymans <wim@fluendo.com>
13009 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13010 (gst_udpsrc_create), (gst_udpsrc_set_property),
13011 (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13012 * gst/udp/gstudpsrc.h:
13013 Added property to post a message on timeout.
13015 When restarting the select, initialize the fdsets again.
13016 Init control sockets so we don't accidentally close a random socket.
13017 API: GstUDPSrc::timeout property
13019 2006-09-29 Wim Taymans <wim@fluendo.com>
13021 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13022 Fix flag registration.
13024 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13025 Reading 0 also means 'no more commands'
13027 2006-09-29 Wim Taymans <wim@fluendo.com>
13029 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13031 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13032 Fix possible infinite loop when shutting down, a read can also return
13033 0 to indicate no more messages are available. Fixes #358156.
13035 2006-09-25 Wim Taymans <wim@fluendo.com>
13037 * gst/autodetect/gstautoaudiosink.c:
13038 (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13039 (gst_auto_audio_sink_find_best):
13040 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13042 don't try to set "sync" property when it is not available.
13044 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13046 Patch by: Peter Kjellerstedt <pkj at axis com>
13048 * gst/alpha/gstalpha.c:
13049 * gst/rtp/gstrtpamrdepay.c:
13050 * gst/rtsp/gstrtspsrc.c:
13051 * gst/udp/gstudpsrc.c:
13052 * gst/videomixer/videomixer.c:
13053 Include stdlib.h in some more places, makes things compile
13054 with uClibc and -Werror (#357592).
13056 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13058 * ext/jpeg/gstjpegdec.c:
13059 Set minimum height to 8 (from 16), our code should handle
13060 that fine. Some of the buttons on the apple trailer site
13061 are apparently only 15 pixels high (see #357470).
13063 2006-09-23 Wim Taymans <wim@fluendo.com>
13065 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13066 (gst_rtspsrc_open):
13067 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13068 (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13069 (rtsp_connection_receive):
13070 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13071 * gst/rtsp/rtspdefs.h:
13072 Improve error reporting.
13074 2006-09-23 Wim Taymans <wim@fluendo.com>
13076 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13077 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13078 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13079 * gst/rtp/gstrtpdepay.c:
13080 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13081 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13082 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13083 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13084 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13085 (gst_rtp_mp2t_depay_plugin_init):
13086 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13087 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13088 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13089 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13090 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13091 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13092 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13093 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13095 Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13097 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
13100 Need -base CVS for gst_base_rtp_depayload_push_ts().
13102 2006-09-22 Wim Taymans <wim@fluendo.com>
13104 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13105 Don't check for a tag that is never there and check if we read the
13106 correct tag. Fixes seeking again.
13107 We must post an error when all pads are unlinked.
13109 2006-09-22 Wim Taymans <wim@fluendo.com>
13111 * gst/rtp/Makefile.am:
13112 * gst/rtp/gstrtp.c: (plugin_init):
13113 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13114 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13115 (gst_rtp_vorbis_pay_reset_packet),
13116 (gst_rtp_vorbis_pay_init_packet),
13117 (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13118 (gst_rtp_vorbis_pay_handle_buffer):
13119 More fixage, set endoder-params correctly in the payloader.
13121 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
13123 * gst/autodetect/gstautoaudiosink.c:
13124 (gst_auto_audio_sink_base_init):
13125 * gst/autodetect/gstautovideosink.c:
13126 (gst_auto_video_sink_base_init):
13127 Make static pad templates static to appease valgrind's leak
13130 * tests/check/Makefile.am:
13131 * tests/check/elements/.cvsignore:
13132 * tests/check/elements/autodetect.c: (GST_START_TEST),
13133 (autodetect_suite):
13134 Add simple test for the ghostpad lockup on shutdown fixed in core
13135 CVS (audio bit disabled because it would need dozens of alsa
13136 suppressions and I'm too lazy to add those now).
13138 2006-09-22 Wim Taymans <wim@fluendo.com>
13140 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13141 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13144 * gst/rtp/Makefile.am:
13145 * gst/rtp/gstrtp.c: (plugin_init):
13146 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13147 (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13148 (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13149 (gst_rtp_vorbis_depay_process),
13150 (gst_rtp_vorbis_depay_set_property),
13151 (gst_rtp_vorbis_depay_get_property),
13152 (gst_rtp_vorbis_depay_change_state),
13153 (gst_rtp_vorbis_depay_plugin_init):
13154 * gst/rtp/gstrtpvorbisdepay.h:
13155 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13156 (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13157 (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13158 (gst_rtp_vorbis_pay_flush_packet),
13159 (gst_rtp_vorbis_pay_append_buffer),
13160 (gst_rtp_vorbis_pay_handle_buffer),
13161 (gst_rtp_vorbis_pay_plugin_init):
13162 * gst/rtp/gstrtpvorbispay.h:
13163 Add experimental vorbis pay and depayloaders.
13165 2006-09-21 Wim Taymans <wim@fluendo.com>
13167 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13168 Fix profile-level-id parsing and setup.
13170 2006-09-21 Wim Taymans <wim@fluendo.com>
13173 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13174 Update README, simple cleanup.
13176 2006-09-21 Wim Taymans <wim@fluendo.com>
13179 Update README with some examples.
13181 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13182 (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13183 (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13184 (gst_rtp_mp4g_pay_setcaps):
13185 * gst/rtp/gstrtpmp4gpay.h:
13186 Make optional RTP parameters of type STRING, as required by the
13187 application/x-rtp caps specification.
13189 2006-09-20 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
13191 * gst/rtp/gstrtph263pdepay.c:
13192 * gst/rtp/gstrtph263ppay.c:
13193 Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13196 2006-09-20 Wim Taymans <wim@fluendo.com>
13198 * gst/rtp/Makefile.am:
13201 2006-09-20 Wim Taymans <wim@fluendo.com>
13203 * gst/rtp/gstrtp.c: (plugin_init):
13204 * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13205 (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13206 (decode_base64), (gst_rtp_asf_depay_setcaps),
13207 (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13208 (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13209 (gst_rtp_asf_depay_plugin_init):
13210 * gst/rtp/gstrtpasfdepay.h:
13211 Added preliminary ASF depayloader.
13213 * gst/rtp/gstrtph264depay.c: (decode_base64):
13214 Fix base64 decoding.
13216 2006-09-20 Wim Taymans <wim@fluendo.com>
13219 Added some test URLS.
13221 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13222 (gst_rtspsrc_loop), (gst_rtspsrc_open):
13223 * gst/rtsp/gstrtspsrc.h:
13224 When creating streams, give access to the complete SDP.
13226 Collect and merge global stream properties in stream caps.
13227 Preliminary support for WMServer.
13229 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13230 (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13231 (rtsp_connection_receive):
13232 * gst/rtsp/rtspconnection.h:
13233 Make connection interruptable.
13234 Refactor to make it reconnectable.
13235 Don't fail on short reads when reading data packets.
13237 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13238 (rtsp_url_get_port):
13239 * gst/rtsp/rtspurl.h:
13240 Add methods for getting/setting the port.
13242 * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13243 (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13244 (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13245 (sdp_media_get_format), (sdp_parse_line),
13246 (sdp_message_parse_buffer):
13248 Add methods for getting multiple attributes with the same name.
13249 Increase buffer size when parsing.
13250 Fix parsing of a=foo fields.
13252 * gst/rtsp/test.c: (main):
13253 Update to new connection API.
13255 * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13256 (rtsp_message_init_response), (rtsp_message_init_data),
13257 (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13258 * gst/rtsp/rtspmessage.h:
13259 * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13260 * gst/rtsp/rtsptransport.h:
13262 * gst/rtsp/sdpmessage.h:
13263 * gst/rtsp/gstrtsp.c:
13264 * gst/rtsp/gstrtsp.h:
13265 * gst/rtsp/gstrtpdec.c:
13266 * gst/rtsp/gstrtpdec.h:
13268 * gst/rtsp/rtspdefs.c:
13269 * gst/rtsp/rtspdefs.h:
13270 Dual licensed under MIT and LGPL now.
13272 2006-09-19 Wim Taymans <wim@fluendo.com>
13274 * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13275 (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13276 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13277 (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13278 (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13279 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13280 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13281 * gst/rtsp/gstrtspsrc.h:
13282 Reorganize stream parsing and creation.
13283 Detect container formats in interleaved mode.
13284 Keep more state about the streams.
13285 Assume a server also supports PLAY if it does not say.
13286 Add unicast and interleaved properties to TCP transport requests to make
13287 some servers happy (WMServer).
13289 * gst/rtsp/sdpmessage.h:
13290 Add some defines for the standard Bandwidth types.
13292 2006-09-19 Wim Taymans <wim@fluendo.com>
13294 * gst/rtsp/test.c: (main):
13297 2006-09-19 Wim Taymans <wim@fluendo.com>
13299 * gst/wavparse/gstwavparse.c:
13300 Add ms-gsm to the src template.
13302 2006-09-18 Wim Taymans <wim@fluendo.com>
13304 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13305 (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13306 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13307 (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13308 (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13309 * gst/rtsp/gstrtspsrc.h:
13310 Small cleanups, added documentation.
13311 Try to clean up the requests and responses.
13312 Refactor parsing the supported methods.
13314 * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13315 (rtsp_connection_create), (rtsp_connection_send),
13316 (parse_response_status), (parse_request_line),
13317 (rtsp_connection_receive), (rtsp_connection_close),
13318 (rtsp_connection_free):
13319 * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13320 (rtsp_transport_init), (rtsp_transport_parse),
13321 (rtsp_transport_free):
13322 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13323 * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13324 (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13325 (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13326 Use g_return_val some more.
13328 * gst/rtsp/rtspdefs.h:
13329 Add more enum values to track initial states.
13331 * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13332 (rtsp_message_init_request), (rtsp_message_new_response),
13333 (rtsp_message_init_response), (rtsp_message_init_data),
13334 (rtsp_message_unset), (rtsp_message_free),
13335 (rtsp_message_add_header), (rtsp_message_remove_header),
13336 (rtsp_message_get_header), (rtsp_message_set_body),
13337 (rtsp_message_take_body), (rtsp_message_get_body),
13338 (rtsp_message_steal_body), (rtsp_message_dump):
13339 * gst/rtsp/rtspmessage.h:
13340 Reorder arguments, object goes as the first one.
13341 Use g_return_val some more.
13343 2006-09-18 Wim Taymans <wim@fluendo.com>
13345 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13346 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13347 (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13348 * gst/rtsp/gstrtspsrc.h:
13349 Export sometimes source pad with correct caps on the template, create
13350 the ghostpad from the template.
13351 Remove RTCP template as we never expose RTCP.
13352 Protect against invalid body size.
13353 Avoid memcpy when creating the output buffer.
13354 Properly post an error and send EOS when the loop function is shut down.
13356 2006-09-18 Wim Taymans <wim@fluendo.com>
13358 Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13360 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13361 (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13362 (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13363 * gst/rtsp/gstrtspsrc.h:
13364 Make sure we can never set an invalid location.
13366 * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13367 * gst/rtsp/rtspmessage.h:
13368 Added _steal_body method for future use.
13370 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13371 Make freeing of NULL url return immediatly.
13373 2006-09-18 Wim Taymans <wim@fluendo.com>
13375 Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13377 * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13378 (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13379 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13380 (gst_rtspsrc_change_state):
13381 * gst/rtsp/gstrtspsrc.h:
13383 Make rtspsrc subclass GstBin to make state changes easier.
13384 Add Range header field on the PLAY request.
13386 2006-09-18 Wim Taymans <wim@fluendo.com>
13388 Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13390 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13391 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13392 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13393 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13394 * gst/rtsp/rtspconnection.c: (inet_aton):
13396 when multicast is selected as the transport, create UDP sources and
13397 connect to the multicast group.
13398 Move parsing and setting of caps to a common place.
13401 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13403 * ext/flac/gstflactag.c:
13404 * gst/alpha/gstalpha.c:
13405 * gst/debug/breakmydata.c:
13406 * gst/debug/negotiation.c:
13407 * gst/debug/testplugin.c:
13408 * gst/effectv/gstaging.c:
13409 * gst/effectv/gstdice.c:
13410 * gst/effectv/gstedge.c:
13411 * gst/effectv/gstquark.c:
13412 * gst/effectv/gstrev.c:
13413 * gst/effectv/gstshagadelic.c:
13414 * gst/effectv/gstvertigo.c:
13415 * gst/effectv/gstwarp.c:
13416 * gst/multipart/multipartdemux.c:
13417 * gst/multipart/multipartmux.c:
13418 * gst/videobox/gstvideobox.c:
13419 * gst/videofilter/gstgamma.c:
13420 * gst/videofilter/gstvideotemplate.c:
13421 * gst/videomixer/videomixer.c:
13422 * sys/sunaudio/gstsunaudiosrc.h:
13423 More G_OBJECT macro fixing.
13425 2006-09-16 Wim Taymans <wim@fluendo.com>
13427 Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13429 * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13430 Correctly set the dwLength in strh.
13431 With this patch, the file duration is now displayed correctly in window
13432 media player and the AVI plays completely. Fixes #356147
13434 2006-09-15 Wim Taymans <wim@fluendo.com>
13436 Patch by: Darren Kenny <darren dot kenny at sun dot com>
13438 * sys/sunaudio/gstsunaudiomixerctrl.c:
13439 (gst_sunaudiomixer_ctrl_build_list):
13440 Set the output track as the MASTER so that the gnome-settings-daemon
13441 keybindings for changing the volume using the keyboard works.
13444 2006-09-15 Wim Taymans <wim@fluendo.com>
13446 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13447 Fix documentation, it is not possible to control the framerate of jpegdec
13448 using filtered caps yet. Fixes #355210.
13449 Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13450 stop when there is an error.
13452 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
13454 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13455 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13456 Don't interpret a first buffer with an offset of NONE as
13457 'from the middle of the stream', but only a first buffer
13458 that has a valid buffer offset that's non-zero (see #345449).
13460 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
13462 * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13463 (gst_icydemux_typefind_or_forward):
13464 * gst/icydemux/gsticydemux.h:
13465 When we merge/collect multiple incoming buffers for typefinding
13466 purposes, keep an initial 0 offset on the first outgoing buffer
13467 as well (otherwise id3demux won't work right). Fixes #345449.
13468 Also Make buffer metadata writable before setting buffer caps.
13470 * tests/check/elements/icydemux.c: (typefind_succeed),
13471 (cleanup_icydemux), (push_data), (GST_START_TEST),
13473 Small test case for the above.
13475 2006-09-13 Stefan Kost <ensonic@users.sf.net>
13477 * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13478 (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13479 (gst_avi_demux_stream_header_push),
13480 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13481 (gst_avi_demux_loop):
13482 More code reuse and better logging in _peek_chunk(). Reintroduce check
13483 for chunk sizes before reading them (avoid oom). Better handling for
13484 invalid chunksizes when streaming.
13486 2006-09-11 Stefan Kost <ensonic@users.sf.net>
13488 * gst/level/gstlevel.c: (gst_level_set_property):
13489 * gst/level/gstlevel.h:
13490 Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13493 2006-09-06 Stefan Kost <ensonic@users.sf.net>
13495 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13496 (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13497 (gst_avi_demux_stream_data):
13498 Revert one change to fix streaming avi (adapter size != data size).
13500 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13502 Patch by: Frédéric Riss <frederic.riss at gmail dot com>
13504 * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13505 (gst_matroska_demux_reset),
13506 (gst_matroska_demux_read_track_encodings),
13507 (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13508 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13509 (gst_matroska_demux_subtitle_caps):
13510 * gst/matroska/matroska-ids.h:
13511 Add support for VOBSUB subtitle tracks and zlib-compressed
13512 tracks. Make sure we start on a keyframe after a seek. (#343348)
13514 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13516 * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13517 (gst_matroska_demux_push_flac_codec_priv_data),
13518 (gst_matroska_demux_push_xiph_codec_priv_data),
13519 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13520 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13521 * gst/matroska/matroska-ids.h:
13522 Add basic FLAC support (#311586), not perfect yet though, needs some
13523 tweaking in flacdec; also, seeking could be better.
13524 Do better bounds checking when deserialising vorbis stream headers
13525 to make sure we don't read beyond the end of the buffer on bad input.
13527 2006-09-04 Wim Taymans <wim@fluendo.com>
13529 Patch by: Alessandro Decina <alessandro at nnva dot org>
13531 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13532 Seeking back in a file containing a CMML stream errors out if the seek
13533 goes back up to the CMML headers. This is because after the seek the xml
13534 processing instruction <?xml ...?> is submitted to the xml parser again,
13535 which results in an error. The attached patch fixes the problem.
13538 * ext/annodex/gstcmmlenc.h:
13542 2006-08-28 Andy Wingo <wingo@pobox.com>
13544 * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13545 New helper function to lessen the ifdefs.
13547 (gst_dv1394src_iso_receive): Use it.
13548 (gst_dv1394src_create): Also use the control sockets in iec61883
13550 (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13551 handle for AVC operations; fixes #348233.
13553 2006-08-27 Stefan Kost <ensonic@users.sf.net>
13556 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13557 * docs/plugins/inspect/plugin-audiofx.xml:
13558 * docs/plugins/inspect/plugin-audiofxgood.xml:
13559 * gst/audiofx/Makefile.am:
13560 * gst/audiofx/audiofx.c:
13561 * gst/audiofxgood/.cvsignore:
13562 * gst/audiofxgood/Makefile.am:
13563 * gst/audiofxgood/audiofx.c:
13564 * gst/audiofxgood/audiopanorama.c:
13565 * gst/audiofxgood/audiopanorama.h:
13566 Rename again (audiofxgood -> audiofx).
13568 2006-08-27 Stefan Kost <ensonic@users.sf.net>
13570 * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13571 (gst_avi_demux_stream_scan):
13572 Initialze variables.
13574 2006-08-25 Wim Taymans <wim@fluendo.com>
13576 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13577 (gst_avi_demux_init), (gst_avi_demux_finalize),
13578 (gst_avi_demux_reset), (gst_avi_demux_index_last),
13579 (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13580 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13581 (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13582 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13583 (gst_avi_demux_massage_index),
13584 (gst_avi_demux_calculate_durations_from_index),
13585 (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13586 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13587 (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13588 (gst_avi_demux_change_state):
13589 * gst/avi/gstavidemux.h:
13590 More attempts to turn this into readable code.
13591 Don't leak adapters.
13592 Calculate duration according to index more efficiently.
13593 Don't try to act like we drive the pipeline in chain mode.
13595 2006-08-25 Wim Taymans <wim@fluendo.com>
13597 * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13600 2006-08-25 Wim Taymans <wim@fluendo.com>
13602 Patch by: Alessandro Decina <alessandro at nnva dot org>
13604 * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13605 Do some extra sanity checks.
13608 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13609 (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13610 (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13611 Check if clip->start_time is valid before adding the clip to the
13613 Reset enc->preamble going from PAUSED to READY.
13614 Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13616 Only post an error message if we were the one that created the fatal
13617 GstFlowReturn value.
13619 * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13620 (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13621 Parse the seconds field of the npt-sec time format using %llu rather than
13622 %d and check that the value scaled by GST_SECOND doesn't overflow.
13623 Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13624 Lookup a clip's track with clip->track rather than clip->id which
13626 Identify a clip by its track and start time and not its xml id.
13627 do some more input checking and make sure we don't do undefined shifts.
13629 * tests/check/elements/cmmldec.c: (setup_cmmldec),
13630 (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13631 (cmml_tag_message_pop), (check_headers), (push_clip_full),
13632 (push_clip), (push_empty_clip), (check_output_clip),
13633 (GST_START_TEST), (cmmldec_suite):
13634 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13635 (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13636 (check_headers), (push_clip), (check_clip_times), (check_clip),
13637 (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13638 Added some more checks.
13640 2006-08-24 Stefan Kost <ensonic@users.sf.net>
13642 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13643 (gst_audio_panorama_set_property),
13644 (gst_audio_panorama_get_property),
13645 (gst_audio_panorama_transform_m2s_int),
13646 (gst_audio_panorama_transform_s2s_int),
13647 (gst_audio_panorama_transform_m2s_float),
13648 (gst_audio_panorama_transform_s2s_float):
13649 * gst/audiofxgood/audiopanorama.h:
13650 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13651 Make also the pan-property float (saves scaling and yields better
13654 2006-08-24 Stefan Kost <ensonic@users.sf.net>
13656 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13657 (gst_audio_panorama_transform_m2s_float),
13658 (gst_audio_panorama_transform_s2s_float):
13659 ChangeLog surgery to add cymax's real name
13662 2006-08-24 Stefan Kost <ensonic@users.sf.net>
13664 Patch by: René Stadler <mail@renestadler.de>
13666 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13667 (gst_audio_panorama_transform_m2s_int),
13668 (gst_audio_panorama_transform_s2s_int),
13669 (gst_audio_panorama_transform_m2s_float),
13670 (gst_audio_panorama_transform_s2s_float),
13671 (gst_audio_panorama_transform):
13672 * gst/audiofxgood/audiopanorama.h:
13673 Added float support
13675 2006-08-24 Stefan Kost <ensonic@users.sf.net>
13677 * gst/audiofxgood/audiopanorama.c:
13678 (gst_audio_panorama_transform_m2s):
13679 Fix docs & debug category. Add Fixme for volume pan levels.
13681 2006-08-24 Stefan Kost <ensonic@users.sf.net>
13683 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13684 (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13685 (gst_avi_demux_stream_header_pull),
13686 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13687 (gst_avi_demux_chain):
13688 unbreak AVI index handling, some more debug, remove an obsolete
13689 adapter_flush that caused streaming to wander off in the wild
13691 2006-08-24 Wim Taymans <wim@fluendo.com>
13693 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13694 (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13695 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13696 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13697 (gst_avi_demux_calculate_durations_from_index),
13698 (gst_avi_demux_stream_header_push),
13699 (gst_avi_demux_stream_header_pull):
13700 * gst/avi/gstavidemux.h:
13701 Some more cleanups.
13702 Fix totalFrames parsing in ODML.
13703 Disable use of index for length calculation in case of ODML as this is
13706 2006-08-24 Tim-Philipp Müller <tim at centricular dot net>
13708 * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13709 Use libgsttag helper function here too.
13711 2006-08-23 Stefan Kost <ensonic@users.sf.net>
13713 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13714 (gst_avi_demux_init), (gst_avi_demux_dispose),
13715 (gst_avi_demux_reset), (gst_avi_demux_index_next),
13716 (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13717 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13718 (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13719 (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13720 (gst_avi_demux_parse_subindex),
13721 (gst_avi_demux_read_subindexes_push),
13722 (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13723 (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13724 (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13725 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13726 (gst_avi_demux_stream_header_pull),
13727 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13728 (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13729 (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13730 (gst_avi_demux_change_state):
13731 * gst/avi/gstavidemux.h:
13732 Initial streaming support for avidemux (fixes #336465)
13734 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13736 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13737 There is no taglibmux element ...
13739 * gst/rtsp/gstrtspsrc.c:
13740 Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13741 was complaining about unknown entity here.
13743 2006-08-22 Wim Taymans <wim@fluendo.com>
13745 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13746 (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13747 (gst_avi_demux_process_next_entry):
13748 * gst/avi/gstavidemux.h:
13750 Remove old unused fields and reorder the struct a bit.
13752 2006-08-22 Wim Taymans <wim@fluendo.com>
13754 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13755 (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13756 (gst_rtspsrc_pause):
13757 * gst/rtsp/gstrtspsrc.h:
13758 * sys/oss/gstosssink.c: (gst_oss_sink_open),
13759 (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13760 Small documentation updates.
13762 2006-08-22 Wim Taymans <wim@fluendo.com>
13764 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13765 (gst_avi_demux_index_entry_for_time),
13766 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13767 (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13768 (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13769 (gst_avi_demux_next_data_buffer),
13770 (gst_avi_demux_calculate_durations_from_index),
13771 (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13772 (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13773 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13774 (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13775 * gst/avi/gstavidemux.h:
13776 Precalc most of the duration query for each stream.
13777 Make seeking more correct.
13778 Use GstSegment to track position and duration.
13779 Code cleanups and leak fixes.
13780 Calculate correct total duration based on index length.
13782 2006-08-22 Jan Schmidt <thaytan@mad.scientist.com>
13784 * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13785 (parse_insert_string_field):
13786 If strings in text fields are marked ISO8859-1, but contain
13787 valid UTF-8 already, then handle them as UTF-8 and ignore
13788 the encoding. (#351794)
13790 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13792 * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13793 (gst_flac_dec_write), (gst_flac_dec_loop),
13794 (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13795 (gst_flac_dec_src_query):
13796 * ext/flac/gstflacdec.h:
13797 Make flac-in-ogg work (#352100).
13799 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13801 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13802 Don't unref buffers of which we've already given away
13803 ownership to the adapter.
13805 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13807 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13808 Make metadata extraction actually work.
13810 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13811 (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13812 (gst_speexenc_chain):
13813 Fix metadata writing: replace old code which wrote completely
13814 broken tags with libgsttag-based code. Plus miscellaneous
13815 code cleanups (use static pad templates etc.) and a bunch
13818 2006-08-21 Stefan Kost <ensonic@users.sf.net>
13820 * gst/audiopanorama/.cvsignore:
13821 * gst/audiopanorama/Makefile.am:
13822 * gst/audiopanorama/audiofx.c:
13823 * gst/audiopanorama/audiopanorama.c:
13824 * gst/audiopanorama/audiopanorama.h:
13825 die! die! die! you should never have been there
13827 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
13829 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13830 Fix invalid memory access in audiopanorama test suite.
13832 2006-08-21 Edward Hervey <edward@fluendo.com>
13834 * tests/check/elements/.cvsignore:
13837 2006-08-21 Wim Taymans <wim@fluendo.com>
13839 * gst/rtp/Makefile.am:
13840 Fix the build again.
13842 2006-08-21 Stefan Kost <ensonic@users.sf.net>
13844 * gst/audiofxgood/.cvsignore:
13845 * gst/audiofxgood/Makefile.am:
13846 * gst/audiofxgood/audiofx.c: (plugin_init):
13847 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13848 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13849 (gst_audio_panorama_set_property),
13850 (gst_audio_panorama_get_property),
13851 (gst_audio_panorama_get_unit_size),
13852 (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13853 (gst_audio_panorama_transform_m2s),
13854 (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13855 * gst/audiofxgood/audiopanorama.h:
13856 resubmit with the desired name *again*
13858 2006-08-20 Stefan Kost <ensonic@users.sf.net>
13860 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13861 * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13862 use g_assert in _get_unit_size
13864 2006-08-20 Stefan Kost <ensonic@users.sf.net>
13866 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13867 * docs/plugins/gst-plugins-good-plugins-sections.txt:
13868 * docs/plugins/inspect/plugin-audiofxgood.xml:
13869 cleanup -unused.txt to make it useful, add previously missing docs
13872 Quietly (accidentally) enable LADSPA for building by default,
13873 despite the fact that it doesn't meet the plugin checklist.
13874 -- Added by Jan Schmidt 18 Dec 2006
13876 * ext/esd/esdmon.c:
13877 * ext/esd/esdsink.c:
13878 * ext/esd/gstesd.c: (plugin_init):
13879 reflow to get rid of two external symbols
13881 * gst/audiofxgood/audiofx.c: (plugin_init):
13884 2006-08-20 Stefan Kost <ensonic@users.sf.net>
13887 * gst/audiofxgood/.cvsignore:
13888 * gst/audiofxgood/Makefile.am:
13889 * gst/audiofxgood/audiofx.c
13890 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13891 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13892 (gst_audio_panorama_set_property),
13893 (gst_audio_panorama_get_property),
13894 (gst_audio_panorama_get_unit_size),
13895 (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13896 (gst_audio_panorama_transform_m2s),
13897 (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13898 * gst/audiofxgood/audiopanorama.h:
13899 * tests/check/Makefile.am:
13900 * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13901 (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13902 (panorama_suite), (main):
13903 Add audiofxgood plugin with audiopanorama element
13905 2006-08-18 Wim Taymans <wim@fluendo.com>
13907 * docs/plugins/Makefile.am:
13908 More Oss docs fixage.
13910 2006-08-18 Wim Taymans <wim@fluendo.com>
13912 * gst/rtp/Makefile.am:
13913 * gst/rtp/gstrtp.c: (plugin_init):
13914 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13915 (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13916 (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13917 (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13918 (gst_rtp_sv3v_depay_get_property),
13919 (gst_rtp_sv3v_depay_change_state),
13920 (gst_rtp_sv3v_depay_plugin_init):
13921 * gst/rtp/gstrtpsv3vdepay.h:
13922 Added experimental SVQ3 depayloader.
13924 2006-08-18 Edward Hervey <edward@fluendo.com>
13926 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13927 (gst_dvdemux_loop), (gst_dvdemux_change_state):
13928 * ext/dv/gstdvdemux.h:
13929 When handling seek requests, don't send the newsegment event from the
13930 calling thread. Instead save it so it can be sent from the streaming
13933 2006-08-17 Wim Taymans <wim@fluendo.com>
13935 Patch by: Sjoerd Simons <sjoerd at luon dot net>
13937 * gst/multipart/multipartdemux.c: (multipart_parse_header):
13938 Accept leading whitespace before the boundary
13939 This patch makes the demuxer allow some whitespace before the actual
13940 boundary. This makes the demuxer work with the ``old'' gstreamer
13941 multipartmuxer again (which placed an extra \n before the start
13942 of the stream) Fixes #349068.
13944 2006-08-17 Wim Taymans <wim@fluendo.com>
13946 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13947 Error out on non-implemented stuff.
13949 2006-08-16 Wim Taymans <wim@fluendo.com>
13951 Patch by: Andy Wingo <wingo at pobox dot com>
13953 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13954 (gst_signal_processor_start), (gst_signal_processor_stop),
13955 (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13956 (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13957 (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13958 (gst_signal_processor_change_state):
13959 Make ladspa elements reusable. Fixes #350006.
13961 2006-08-16 Wim Taymans <wim@fluendo.com>
13963 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13964 Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13965 names as possible. Fixes #349901.
13967 2006-08-16 Wim Taymans <wim@fluendo.com>
13969 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13970 (gst_signal_processor_do_pushes):
13971 A push() gives away our refcount so we should not use the buffer on the
13974 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
13976 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13977 (gst_oss_mixer_element_finalize):
13978 Don't leak device string.
13980 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
13983 Require CVS of GStreamer core and -base (for
13984 GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13986 * ext/taglib/gstid3v2mux.cc:
13987 Write extended comment tags properly (#348762).
13989 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13990 (parse_comment_frame):
13991 Extract COMM frames into extended comments, which makes it
13992 easier to properly retain the description bit of the tag
13993 and maintain this information when re-tagging (#348762).
13995 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
13997 * tests/check/Makefile.am:
13998 Don't try to run annodex unit tests if the annodex
13999 plugin has not been built (Fixes #351116).
14001 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14003 * gst/autodetect/gstautoaudiosink.c:
14004 (gst_auto_audio_sink_find_best):
14005 When we can't find a usable audiosink, don't error out,
14006 but use a fake sink instead and post a warning message
14007 on the bus (#341278).
14009 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14011 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14012 * sys/oss/gstosssink.c:
14013 * sys/oss/gstosssrc.c:
14014 Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14015 ossmixer's new device property.
14017 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14018 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14019 Add docs for OSS elements.
14021 * docs/plugins/inspect/plugin-aasink.xml:
14022 * docs/plugins/inspect/plugin-alaw.xml:
14023 * docs/plugins/inspect/plugin-alpha.xml:
14024 * docs/plugins/inspect/plugin-alphacolor.xml:
14025 * docs/plugins/inspect/plugin-annodex.xml:
14026 * docs/plugins/inspect/plugin-apetag.xml:
14027 * docs/plugins/inspect/plugin-auparse.xml:
14028 * docs/plugins/inspect/plugin-autodetect.xml:
14029 * docs/plugins/inspect/plugin-avi.xml:
14030 * docs/plugins/inspect/plugin-cacasink.xml:
14031 * docs/plugins/inspect/plugin-cairo.xml:
14032 * docs/plugins/inspect/plugin-cdio.xml:
14033 * docs/plugins/inspect/plugin-cutter.xml:
14034 * docs/plugins/inspect/plugin-debug.xml:
14035 * docs/plugins/inspect/plugin-dv.xml:
14036 * docs/plugins/inspect/plugin-efence.xml:
14037 * docs/plugins/inspect/plugin-effectv.xml:
14038 * docs/plugins/inspect/plugin-esdsink.xml:
14039 * docs/plugins/inspect/plugin-flac.xml:
14040 * docs/plugins/inspect/plugin-flxdec.xml:
14041 * docs/plugins/inspect/plugin-gconfelements.xml:
14042 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14043 * docs/plugins/inspect/plugin-goom.xml:
14044 * docs/plugins/inspect/plugin-halelements.xml:
14045 * docs/plugins/inspect/plugin-icydemux.xml:
14046 * docs/plugins/inspect/plugin-id3demux.xml:
14047 * docs/plugins/inspect/plugin-jpeg.xml:
14048 * docs/plugins/inspect/plugin-level.xml:
14049 * docs/plugins/inspect/plugin-matroska.xml:
14050 * docs/plugins/inspect/plugin-mulaw.xml:
14051 * docs/plugins/inspect/plugin-multipart.xml:
14052 * docs/plugins/inspect/plugin-navigationtest.xml:
14053 * docs/plugins/inspect/plugin-ossaudio.xml:
14054 * docs/plugins/inspect/plugin-png.xml:
14055 * docs/plugins/inspect/plugin-rtp.xml:
14056 * docs/plugins/inspect/plugin-rtsp.xml:
14057 * docs/plugins/inspect/plugin-shout2send.xml:
14058 * docs/plugins/inspect/plugin-smpte.xml:
14059 * docs/plugins/inspect/plugin-speex.xml:
14060 * docs/plugins/inspect/plugin-taglib.xml:
14061 * docs/plugins/inspect/plugin-udp.xml:
14062 * docs/plugins/inspect/plugin-videobalance.xml:
14063 * docs/plugins/inspect/plugin-videobox.xml:
14064 * docs/plugins/inspect/plugin-videoflip.xml:
14065 * docs/plugins/inspect/plugin-videomixer.xml:
14066 * docs/plugins/inspect/plugin-wavenc.xml:
14067 * docs/plugins/inspect/plugin-wavparse.xml:
14068 * docs/plugins/inspect/plugin-ximagesrc.xml:
14069 Update to CVS version.
14071 2006-08-16 Wim Taymans <wim@fluendo.com>
14073 * gst/rtp/gstrtpamrdepay.c:
14074 * gst/rtp/gstrtpmp4gdepay.c:
14075 Caps extra properties must be defined as strings for
14076 depayloaders because they are generated from an SDP.
14078 * gst/rtp/Makefile.am:
14079 * gst/rtp/gstrtp.c: (plugin_init):
14080 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14081 (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14082 (gst_rtp_h264_depay_finalize), (decode_base64),
14083 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14084 (gst_rtp_h264_depay_set_property),
14085 (gst_rtp_h264_depay_get_property),
14086 (gst_rtp_h264_depay_change_state),
14087 (gst_rtp_h264_depay_plugin_init):
14088 * gst/rtp/gstrtph264depay.h:
14089 Added basic, not completely functional RFC 3984 H264 depayloader.
14091 2006-08-16 Wim Taymans <wim@fluendo.com>
14093 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14094 Add pads after setting them up.
14096 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14097 (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14098 (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14099 (gst_rtspsrc_stream_setup_rtp),
14100 (gst_rtspsrc_stream_configure_transport),
14101 (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14102 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14103 (gst_rtspsrc_pause):
14104 * gst/rtsp/gstrtspsrc.h:
14105 Fix interleaved mode.
14106 - Protect streaming with lock.
14108 - set caps on outgoing buffers.
14109 - strip trailing \0 from data packets.
14110 - Configure RTP/RTCP in stream.
14111 Use DEBUG_OBJECT more.
14113 2006-08-16 Wim Taymans <wim@fluendo.com>
14115 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14116 Turn a g_print into a DEBUG line.
14118 2006-08-13 Wim Taymans <wim@fluendo.com>
14120 * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14121 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14122 (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14123 (gst_oss_mixer_element_get_property),
14124 (gst_oss_mixer_element_change_state):
14125 * sys/oss/gstossmixerelement.h:
14126 Small cleanups. Better error reporting.
14127 Add device property for the mixer instead of the hardcoded
14128 /dev/mixer. Fixes #350785.
14129 API: GstOssMixerElement::device property
14131 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
14133 Patch by: Jens Granseuer <jensgr at gmx net>
14135 * gconf/Makefile.am:
14136 Make --disable-schemas work right (they still need
14137 to be copied to the installation directory, just not
14138 applied). Fixes #351347 (also #344100).
14140 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
14142 * configure.ac: back to HEAD
14144 === release 0.10.4 ===
14146 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
14149 releasing 0.10.4, "Dear Leader"
14151 2006-08-10 Thomas Vander Stichele <thomas at apestaart dot org>
14153 Patch by: Edward Hervey <edward@fluendo.com>
14156 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14157 (gst_wavparse_stream_data):
14158 Send the newsegment event in the streaming thread.
14161 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
14163 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14164 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14165 (gst_smokeenc_resync), (gst_smokeenc_chain):
14166 Refuse sink caps in the encoder if width or height is not a
14167 multiple of 16, the encoder does not support that yet (#349939);
14168 along the same lines, check the return value of the encoder
14169 setup function; also remove some debug log clutter.
14171 2006-08-04 Andy Wingo <wingo@pobox.com>
14173 * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14174 whether a processor can work in place or not, and for keeping
14175 track of its state. Change the FlowReturn instance variable from
14176 "state" to "flow_state", all callers changed.
14178 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14179 (gst_signal_processor_start, gst_signal_processor_stop)
14180 (gst_signal_processor_cleanup): New functions to manage the
14182 (gst_signal_processor_setcaps): start() as well as setup() here.
14183 (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14184 (gst_signal_processor_change_state): Stop and cleanup the
14185 processor as we go to NULL.
14187 * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14188 INPLACE_BROKEN is not set.
14190 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14191 Do the alloc_buffer in bytes, not frames.
14193 2006-08-04 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14195 * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14196 Fix rgb masks when recording in < 24bpp.
14198 2006-08-04 Andy Wingo <wingo@pobox.com>
14200 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14201 (gst_signal_processor_prepare)
14202 (gst_signal_processor_update_inputs)
14203 (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14204 (gst_signal_processor_flush)
14205 (gst_signal_processor_sink_activate_push)
14206 (gst_signal_processor_src_activate_pull)
14207 (gst_signal_processor_change_state): Remove the last of the code
14208 that assumes that we process whole buffers at a time. Fix some
14209 debugging. Seems to work now in some cases.
14210 (gst_signal_processor_src_activate_pull): BPB
14212 2006-08-01 Andy Wingo <wingo@pobox.com>
14214 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14215 Fix nframes-choosing.
14216 (gst_signal_processor_init): Init pending_in and pending_out.
14218 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14219 more default sample rate, although we never check that the sample
14220 rate actually gets set. Something for the future.
14221 (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14222 (gst_signal_processor_event): Refcount fixen.
14223 (gst_signal_processor_process): Pull the number of frames to
14224 process from the sizes of the buffers in the input pens.
14225 (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14226 (gst_signal_processor_do_pulls): Add an nframes argument, and use
14227 it instead of buffer_frames.
14228 (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14230 (gst_signal_processor_chain)
14231 (gst_signal_processor_sink_activate_push)
14232 (gst_signal_processor_src_activate_pull): Refcount fixen.
14234 * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14236 2006-07-31 Stefan Kost <ensonic@users.sf.net>
14238 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14239 (gst_signal_processor_process):
14240 don't query buffer-frames from caps, add lots of debug-log,
14241 try fix for assert (#349189)
14243 2006-07-31 Wim Taymans <wim@fluendo.com>
14245 * gst/udp/gstudpsrc.c:
14248 2006-07-29 Stefan Kost <ensonic@users.sf.net>
14250 * ext/ladspa/gstsignalprocessor.c:
14251 (gst_signal_processor_add_pad_from_template),
14252 (gst_signal_processor_init), (gst_signal_processor_setcaps),
14253 (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14254 (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14255 (gst_signal_processor_sink_activate_push),
14256 (gst_signal_processor_src_activate_pull),
14257 (gst_signal_processor_change_state):
14258 Add debugs logs here and there, add more error handling, add some
14259 FIXME comments, filed #349189
14261 2006-07-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14263 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14264 (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14265 Set caps on buffer correctly. Fixes bug #349155.
14267 2006-07-28 Wim Taymans <wim@fluendo.com>
14269 Patch by: Sjoerd Simons <sjoerd at luon dot net>
14271 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14272 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14273 (gst_multipart_demux_finalize), (get_line_end),
14274 (multipart_parse_header), (multipart_find_boundary),
14275 (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14276 (gst_multipart_set_property), (gst_multipart_get_property):
14277 Uses GstAdapter instead of own buffering.
14278 Actually parses the mime-type correctly (In tests the mime-type was
14279 always "" with the old version).
14280 Uses the Content-length header if available to speed up things.
14281 Reliably autoscans the boundary name by default.
14284 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14285 Don't start the stream with a \n.
14287 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
14289 Patch by: Brian Cameron <brian dot cameron at sun com>
14291 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14292 Open source with O_NONBLOCK (#349015).
14294 2006-07-28 Stefan Kost,,, <ensonic@users.sf.net>
14296 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14297 (gst_avi_demux_massage_index):
14298 * gst/avi/gstavidemux.h:
14299 Whitespace fixes and more debug
14301 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
14303 * gst/autodetect/gstautoaudiosink.c:
14304 (gst_auto_audio_sink_create_element_with_pretty_name),
14305 (gst_auto_audio_sink_find_best),
14306 (gst_auto_audio_sink_change_state):
14307 Get rid of old and unused magic sound-server properties stuff.
14308 Add suffix to child sink's name that makes it easy to see from
14309 the name alone which type it actually is (alsa, oss, esd, etc.).
14311 2006-07-27 Wim Taymans <wim@fluendo.com>
14313 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14314 (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14315 (gst_udpsrc_start):
14316 * gst/udp/gstudpsrc.h:
14317 Rename "buffer" to "buffer-size" to make clear it is a size we set and
14318 not some sort of feature we enable.
14320 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
14322 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14323 Use CLOSE_SOCKET() here instead of close() to maintain
14326 2006-07-27 Wim Taymans <wim@fluendo.com>
14328 Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14330 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14331 (gst_udpsrc_create), (gst_udpsrc_set_property),
14332 (gst_udpsrc_get_property), (gst_udpsrc_start):
14333 * gst/udp/gstudpsrc.h:
14334 Added "buffer-size" property to control the kernel receive buffer size.
14335 Update documentation.
14336 Small cleanups. Fixes #348752.
14337 API: buffer-size property
14339 2006-07-26 Wim Taymans <wim@fluendo.com>
14341 Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14343 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14344 (gst_rtp_pcma_pay_handle_buffer):
14345 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14346 (gst_rtp_pcmu_pay_handle_buffer):
14347 Fix timestamp calculation on outgoing RTP packets.
14350 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14352 * ext/taglib/gstid3v2mux.cc:
14353 Fix writing of comment frames (should be COMM not TCOM),
14354 is still sub-optimal though, since we don't retain or
14355 extract the comment descriptions properly (#334375,
14358 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14360 * gst/wavparse/gstwavparse.c:
14361 #define 'fact' RIFF chunk if we are not compiling against
14362 -base CVS (we don't want to depend on -base CVS for this
14363 one define only, and also not for release order reasons).
14365 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14367 * ext/taglib/gstid3v2mux.cc:
14368 Handle multiple tags of the same type properly. Re-inject
14369 unparsed ID3v2 frames that we get as binary blobs from
14370 id3demux into the tag again so we don't lose information
14371 when retagging (#334375).
14373 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
14375 * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14376 Document newly-added properties properly, so that there is a
14377 'Since: 0.10.4' in the plugin docs. Convert some property
14378 names into canonical GObject style (GObject will do that
14379 internally anyway).
14381 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
14383 * gst/id3demux/id3tags.c:
14384 (id3demux_add_id3v2_frame_blob_to_taglist):
14385 Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14386 well, and add the version to the blob's buffer caps, since that
14387 information will be needed for deserialisation later on (#348644).
14389 2006-07-25 Stefan Kost <ensonic@users.sf.net>
14391 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14392 (gst_avi_demux_parse_stream):
14393 Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14394 indentation and spacing.
14396 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
14398 * docs/plugins/Makefile.am:
14399 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14400 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14401 * docs/plugins/gst-plugins-good-plugins.args:
14402 * docs/plugins/inspect/plugin-1394.xml:
14403 * docs/plugins/inspect/plugin-aasink.xml:
14404 * docs/plugins/inspect/plugin-alaw.xml:
14405 * docs/plugins/inspect/plugin-alpha.xml:
14406 * docs/plugins/inspect/plugin-alphacolor.xml:
14407 * docs/plugins/inspect/plugin-annodex.xml:
14408 * docs/plugins/inspect/plugin-apetag.xml:
14409 * docs/plugins/inspect/plugin-auparse.xml:
14410 * docs/plugins/inspect/plugin-autodetect.xml:
14411 * docs/plugins/inspect/plugin-avi.xml:
14412 * docs/plugins/inspect/plugin-cacasink.xml:
14413 * docs/plugins/inspect/plugin-cairo.xml:
14414 * docs/plugins/inspect/plugin-cdio.xml:
14415 * docs/plugins/inspect/plugin-cutter.xml:
14416 * docs/plugins/inspect/plugin-debug.xml:
14417 * docs/plugins/inspect/plugin-dv.xml:
14418 * docs/plugins/inspect/plugin-efence.xml:
14419 * docs/plugins/inspect/plugin-effectv.xml:
14420 * docs/plugins/inspect/plugin-esdsink.xml:
14421 * docs/plugins/inspect/plugin-flac.xml:
14422 * docs/plugins/inspect/plugin-flxdec.xml:
14423 * docs/plugins/inspect/plugin-gconfelements.xml:
14424 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14425 * docs/plugins/inspect/plugin-goom.xml:
14426 * docs/plugins/inspect/plugin-halelements.xml:
14427 * docs/plugins/inspect/plugin-icydemux.xml:
14428 * docs/plugins/inspect/plugin-id3demux.xml:
14429 * docs/plugins/inspect/plugin-jpeg.xml:
14430 * docs/plugins/inspect/plugin-level.xml:
14431 * docs/plugins/inspect/plugin-matroska.xml:
14432 * docs/plugins/inspect/plugin-mulaw.xml:
14433 * docs/plugins/inspect/plugin-multipart.xml:
14434 * docs/plugins/inspect/plugin-navigationtest.xml:
14435 * docs/plugins/inspect/plugin-ossaudio.xml:
14436 * docs/plugins/inspect/plugin-png.xml:
14437 * docs/plugins/inspect/plugin-rtp.xml:
14438 * docs/plugins/inspect/plugin-rtsp.xml:
14439 * docs/plugins/inspect/plugin-shout2send.xml:
14440 * docs/plugins/inspect/plugin-smpte.xml:
14441 * docs/plugins/inspect/plugin-speex.xml:
14442 * docs/plugins/inspect/plugin-udp.xml:
14443 * docs/plugins/inspect/plugin-videobalance.xml:
14444 * docs/plugins/inspect/plugin-videobox.xml:
14445 * docs/plugins/inspect/plugin-videoflip.xml:
14446 * docs/plugins/inspect/plugin-videomixer.xml:
14447 * docs/plugins/inspect/plugin-wavenc.xml:
14448 * docs/plugins/inspect/plugin-wavparse.xml:
14449 * docs/plugins/inspect/plugin-ximagesrc.xml:
14450 Update files to CVS/Prerelease version, add esdsink docs.
14452 * ext/esd/esdsink.c:
14455 * gst/rtp/gstrtpmp4vpay.c:
14456 Fix typo in element description.
14458 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
14460 * ext/esd/esdsink.c: (gst_esdsink_open),
14461 (gst_esdsink_factory_init):
14462 Prevent libesd from auto-spawning a sound daemon if it
14463 is not already running. Now that we don't do evil stuff
14464 like that any longer we can give esdsink a rank so that
14465 autoaudiosink will try it as well if all other audio
14466 sinks fail (#343051).
14468 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
14470 * ext/esd/Makefile.am:
14471 Oops, need to remove README from EXTRA_DIST as well.
14473 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
14476 Remove, it contains nothing useful anyway.
14478 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14479 (gst_esdsink_delay):
14480 Some small clean-ups; use GST_BOILERPLATE etc.
14482 2006-07-24 Wim Taymans <wim@fluendo.com>
14484 * gst/law/alaw-decode.c: (alawdec_getcaps):
14485 * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14486 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14487 * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14488 Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14490 2006-07-24 Stefan Kost <ensonic@users.sf.net>
14492 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14493 (gst_wavparse_other), (gst_wavparse_perform_seek),
14494 (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14495 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14496 (gst_wavparse_pad_query):
14497 * gst/wavparse/gstwavparse.h:
14498 Use information from 'fact' chunk for length calculation of compressed
14499 samples. Calculate bps if bogus value is found in wav header (embeded
14503 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
14505 Based on patch by: Joni Valtanen <joni dot valtanen at movial fi>
14508 * gst/udp/Makefile.am:
14509 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14510 (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14511 * gst/udp/gstdynudpsink.h:
14512 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14513 (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14514 * gst/udp/gstmultiudpsink.h:
14515 * gst/udp/gstudp.c: (plugin_init):
14516 * gst/udp/gstudpsink.h:
14517 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14518 (gst_udpsrc_start), (gst_udpsrc_stop):
14519 * gst/udp/gstudpsrc.h:
14520 * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14521 (gst_udp_net_utils_win32_wsa_startup):
14522 * gst/udp/gstudpnetutils.h:
14523 Port udp plugin to win32 (#345288).
14525 2006-07-24 Wim Taymans <wim@fluendo.com>
14527 * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14528 Remove unwanted DEBUG line.
14530 2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
14532 * gst/id3demux/gstid3demux.c: (plugin_init):
14533 * gst/id3demux/id3tags.c:
14534 (id3demux_add_id3v2_frame_blob_to_taglist):
14535 * gst/id3demux/id3tags.h:
14536 On second thought, it might be wiser and more efficient
14537 not to do tag registration from a streaming thread.
14539 2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
14541 * gst/id3demux/id3tags.c:
14542 (id3demux_add_id3v2_frame_blob_to_taglist),
14543 (id3demux_id3v2_frames_to_tag_list):
14544 Put ID3v2 frames we can't parse as binary blobs into private
14545 tags, so that they are not lost when retagging, at least once
14546 id3v2mux has been taught to re-inject those frames again.
14549 2006-07-21 Wim Taymans <wim@fluendo.com>
14551 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14552 (gst_avi_demux_process_next_entry):
14555 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14556 Don't use \n in debug lines.
14558 2006-07-20 Stefan Kost <ensonic@users.sf.net>
14560 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14561 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14562 Add annodex and icydemux, cleanup the sections a bit
14564 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14566 Patch by: Alex Lancaster <alexl at users sourceforge net>
14568 * ext/taglib/gstid3v2mux.cc:
14569 Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14570 ID3v2 TSSE frames (#347898).
14572 2006-07-18 Stefan Kost <ensonic@users.sf.net>
14574 * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14575 Respect mpegversion for "video/mpeg" and give message in case of
14576 unhandled versions.
14578 2006-07-17 Wim Taymans <wim@fluendo.com>
14580 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14581 (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14582 (gst_pngdec_chain), (gst_pngdec_sink_event),
14583 (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14584 (gst_pngdec_sink_activate_push):
14585 * ext/libpng/gstpngdec.h:
14586 Use statically allocated segment instead of leaking.
14588 Fix flush and seek handling.
14590 2006-07-16 Wim Taymans <wim@fluendo.com>
14592 * gst/rtp/Makefile.am:
14593 * gst/rtp/gstrtp.c: (plugin_init):
14594 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14595 (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14596 (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14597 (gst_rtp_mp4g_depay_set_property),
14598 (gst_rtp_mp4g_depay_get_property),
14599 (gst_rtp_mp4g_depay_change_state),
14600 (gst_rtp_mp4g_depay_plugin_init):
14601 * gst/rtp/gstrtpmp4gdepay.h:
14602 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14603 (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14604 (gst_rtp_mp4g_pay_flush):
14605 Added simple generic mpeg4 depayloader.
14606 Fix generic mpeg4 payloader.
14608 2006-07-15 Tim-Philipp Müller <tim at centricular dot net>
14610 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14611 Don't try doing state changes on a NULL pointer.
14613 2006-07-14 Wim Taymans <wim@fluendo.com>
14615 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14617 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14618 (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14619 (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14620 * gst/rtp/gstrtpamrdepay.h:
14621 rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14624 2006-07-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14626 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14627 (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14628 Fix segfault when moving mouse pointer to the bottom right corner.
14630 2006-07-12 Wim Taymans <wim@fluendo.com>
14632 * gst/rtp/Makefile.am:
14633 * gst/rtp/gstrtp.c: (plugin_init):
14634 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14635 (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14636 (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14637 (gst_rtp_mp2t_depay_set_property),
14638 (gst_rtp_mp2t_depay_get_property),
14639 (gst_rtp_mp2t_depay_change_state),
14640 (gst_rtp_mp2t_depay_plugin_init):
14641 * gst/rtp/gstrtpmp2tdepay.h:
14642 Added mpeg2 TS depayloader. Closing #347234.
14644 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
14646 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14647 Remove g_assert that shouldn't be there and was triggered
14648 after trying to open a device that doesn't exist or can't
14649 be opened for some other reason (#347972).
14651 2006-07-10 Edward Hervey <edward@fluendo.com>
14653 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14654 (gst_avi_demux_stream_header), (push_tag_lists):
14655 * gst/avi/gstavidemux.h:
14656 Don't push tag events found by gst_riff_parse_info() before outputting
14657 GST_EVENT_NEWSEGMENT.
14659 2006-07-10 Wim Taymans <wim@fluendo.com>
14661 * gst/rtsp/Makefile.am:
14662 * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14663 (rtsp_connection_close):
14664 * gst/rtsp/rtspdefs.h:
14665 replaced closesocket and close in code with one CLOSE_SOCKET.
14666 Some more cleanups. Fixes #345301.
14668 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
14670 * gst/autodetect/gstautoaudiosink.c:
14671 Fix example pipeline in docs.
14673 2006-07-10 Wim Taymans <wim@fluendo.com>
14675 Patch by: Rob Taylor <robtaylor at floopily dot org>
14677 * gst/udp/gstmultiudpsink.c: (join_multicast),
14678 (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14679 If a destination is added before the stream is set to PAUSED, the
14680 multicast group is not joined as the socket is not created yet.
14681 Also TTL and LOOP should also be set. Fixes #346921.
14683 2006-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14685 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14686 (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14687 (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14688 (gst_ximage_src_init):
14689 * sys/ximage/gstximagesrc.h:
14690 Fix use-damage property to actually work :)
14691 Add startx, starty, endx, endy properties so screencasts other than full
14692 screen ones can work.
14694 2006-07-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14696 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14697 (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14698 (gst_ximage_src_class_init), (gst_ximage_src_init):
14699 * sys/ximage/gstximagesrc.h:
14700 Add use_damage property to offer ability to choose whether to use
14703 2006-07-07 Wim Taymans <wim@fluendo.com>
14705 * gst/goom/filters.c: (zoomFilterSetResolution):
14706 Avoid goom coredumping by clearing memory.
14709 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
14711 * win32/vs6/libgstid3demux.dsp:
14712 Add a link to libgsttag-0.10.lib.
14714 2006-07-05 Tim-Philipp Müller <tim at centricular dot net>
14716 * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14717 (gst_tag_demux_read_range):
14718 * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14719 (gst_id3demux_read_range):
14720 Don't return FLOW_UNEXPECTED when a buffer is before
14721 the start of the stream (which might happen with
14722 large ID3v2 tags if the tag reading was done pullrange
14723 based and we then switched to push mode later on).
14724 Fixes regression introduced by commit from June 29th.
14726 2006-07-05 Tim-Philipp Müller <tim at centricular dot net>
14728 * ext/taglib/gstid3v2mux.cc:
14729 Make UTF-8 the default encoding when writing string
14730 tags (before, our UTF-8 strings would automatically
14731 be converted to ISO-8859-1 by taglib and written as
14732 ISO-8859-1 fields if that was possible).
14734 * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14735 (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14736 (test_taglib_id3mux_with_tags):
14737 Add test case that makes sure our UTF-8 strings have
14738 actually been written into the tag as UTF-8.
14740 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
14743 Let's try that again.
14745 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
14748 Disable monoscope plugin for now until it fulfills
14749 all the requirements.
14751 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
14754 * gst/monoscope/Makefile.am:
14755 * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14756 (gst_monoscope_class_init), (gst_monoscope_init),
14757 (gst_monoscope_finalize), (gst_monoscope_reset),
14758 (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14759 (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14760 (gst_monoscope_sink_event), (gst_monoscope_src_event),
14761 (gst_monoscope_change_state), (plugin_init):
14762 * gst/monoscope/gstmonoscope.h:
14763 Port monoscope visualisation to 0.10.
14765 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
14767 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14768 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14769 Return FLOW_UNEXPECTED when at the end of the file, not
14770 FLOW_ERROR. Fixes 'internal stream error' errors that
14771 would sometimes occur in totem when scrubbing to the
14772 end of an ID3v1 tagged mp3 file.
14774 2006-07-03 Edward Hervey <edward@fluendo.com>
14776 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14777 (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14778 (gst_pngdec_sink_event), (gst_pngdec_change_state):
14779 * ext/libpng/gstpngdec.h:
14780 Implement buffer clipping/dropping using GstSegment.
14781 This provides accurate seeking.
14783 2006-07-03 Edward Hervey <edward@fluendo.com>
14785 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14786 (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14787 (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14788 (gst_avi_demux_process_next_entry), (push_tag_lists),
14789 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14790 * gst/avi/gstavidemux.h:
14791 Proper aggregation of each stream's GstFlowReturn in order to figure out
14792 whether the task should stop or not.
14793 Don't send inline events before pushing out a NEW_SEGMENT, more
14794 specifically for GST_TAG_EVENT.
14795 Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14798 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
14800 Patch by: Brian Cameron <brian dot cameron at sun dot com>
14802 * sys/sunaudio/gstsunaudiomixerctrl.c:
14803 (gst_sunaudiomixer_ctrl_build_list):
14804 Move "Monitor" slider to input tab so it works more like
14805 sdtaudiocontrol, which is what people on Solaris are used
14806 to using for their mixer program (#346259).
14808 2006-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14810 * tests/check/elements/level.c: (GST_START_TEST):
14811 fix a leak, clean up at the end
14813 2006-06-29 Tim-Philipp Müller <tim at centricular dot net>
14815 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14816 (gst_matroska_demux_send_event),
14817 (gst_matroska_demux_loop_stream_parse_id):
14818 * gst/matroska/matroska-ids.h:
14819 Send tag event after newsegment event.
14821 2006-06-29 Tim-Philipp Müller <tim at centricular dot net>
14823 * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14824 (gst_id3demux_read_range):
14825 Make sure we don't return GST_FLOW_OK with a NULL buffer in
14826 certain cases where a read beyond the end of the file is
14827 requested. Fixes #345930.
14829 * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14830 (gst_tag_demux_read_range):
14831 Fix same issue here as well.
14833 2006-06-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14835 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14837 Fix hypothetical crash.
14839 2006-06-28 Tim-Philipp Müller <tim at centricular dot net>
14841 Patch by: Brian Cameron <brian dot cameron at sun dot com>
14843 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14844 Do not modify the ports value. If the user has turned off the
14845 built-in speakers, then we should not reset it in the prepare
14846 function, since this causes the built-in speakers to turn
14847 back on anytime the user changes a track in totem, rhythmbox,
14850 2006-06-23 Wim Taymans <wim@fluendo.com>
14852 * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14853 Fix double caps unref when negotiation fails.
14855 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14857 * ext/annodex/gstcmmldec.c:
14858 * ext/annodex/gstcmmlenc.c:
14859 * ext/annodex/gstcmmlparser.c:
14860 * ext/dv/gstdvdec.c:
14861 * ext/dv/gstdvdemux.c:
14862 * ext/gdk_pixbuf/pixbufscale.c:
14863 * ext/jpeg/gstjpegenc.c:
14864 * ext/jpeg/gstsmokedec.c:
14865 * ext/jpeg/gstsmokeenc.c:
14866 * ext/libpng/gstpngdec.c:
14867 * ext/libpng/gstpngenc.c:
14868 * ext/speex/gstspeexenc.c:
14869 * gst/alpha/gstalphacolor.c:
14870 * gst/cutter/gstcutter.c:
14871 * gst/debug/gstnavigationtest.c:
14872 * gst/icydemux/gsticydemux.c:
14873 * gst/level/gstlevel.c:
14874 * gst/multipart/multipart.c:
14875 * gst/rtp/gstrtpamrpay.c:
14876 * gst/rtp/gstrtpdepay.c:
14877 * gst/rtp/gstrtpilbcpay.c:
14878 * gst/rtp/gstrtpmp4gpay.c:
14879 * gst/rtp/gstrtpmp4vpay.c:
14880 * gst/rtsp/gstrtpdec.c:
14881 * gst/rtsp/gstrtspsrc.c:
14882 * gst/udp/gstdynudpsink.c:
14883 * gst/udp/gstmultiudpsink.c:
14884 * gst/udp/gstudpsrc.c:
14885 * gst/videobox/gstvideobox.c:
14886 * gst/videofilter/gstvideoflip.c:
14887 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14888 plus two minor macro fixes.
14890 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14892 * gst/matroska/matroska-demux.c:
14893 (gst_matroska_demux_check_subtitle_buffer),
14894 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14895 (gst_matroska_demux_subtitle_caps):
14896 * gst/matroska/matroska-ids.c:
14897 (gst_matroska_track_init_subtitle_context):
14898 * gst/matroska/matroska-ids.h:
14899 Try to fix up broken matroska files containing subtitle
14900 streams with non-UTF8 character encodings (courtesy of
14901 mkvmerge) using either the encoding specified in the
14902 GST_SUBTITLE_ENCODING environment variable or the
14903 current locale's character set if it is non-UTF8.
14906 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14908 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14909 Set image type from APIC frame as "image-type" field
14910 of GST_TAG_IMAGE buffer caps (#344605).
14912 2006-06-20 Tim-Philipp Müller <tim at centricular dot net>
14914 * ext/flac/Makefile.am:
14915 * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14916 (gst_flac_dec_reset_decoders),
14917 (gst_flac_dec_setup_seekable_decoder),
14918 (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14919 (gst_flac_dec_metadata_callback),
14920 (gst_flac_dec_metadata_callback_seekable),
14921 (gst_flac_dec_metadata_callback_stream),
14922 (gst_flac_dec_error_callback),
14923 (gst_flac_dec_error_callback_seekable),
14924 (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14925 (gst_flac_dec_read_stream), (gst_flac_dec_write),
14926 (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14927 (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14928 (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14929 (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14930 (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14931 (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14932 (gst_flac_dec_sink_activate_push),
14933 (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14934 * ext/flac/gstflacdec.h:
14935 Support chain-based operation, should make flac-over-DAAP
14938 2006-06-20 Wim Taymans <wim@fluendo.com>
14940 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14941 Doc updates, merge some unused symbols.
14943 2006-06-20 Wim Taymans <wim@fluendo.com>
14945 * docs/plugins/Makefile.am:
14946 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14947 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14948 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14949 * gst/rtsp/gstrtspsrc.c:
14950 * gst/rtsp/gstrtspsrc.h:
14951 Added documentation for the rtsp plugin. Fixes #345393.
14953 2006-06-20 Wim Taymans <wim@fluendo.com>
14955 * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14956 (rtsp_connection_close), (rtsp_connection_free):
14957 Use better G_OS_* macros. Fixes #345301 some more.
14959 2006-06-20 Wim Taymans <wim@fluendo.com>
14961 Patch by: Brian Cameron <brian dot cameron at sun dot com>
14963 * sys/sunaudio/Makefile.am:
14964 * sys/sunaudio/gstsunaudio.c: (plugin_init):
14965 * sys/sunaudio/gstsunaudiomixerctrl.c:
14966 (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14967 (gst_sunaudiomixer_ctrl_list_tracks),
14968 (gst_sunaudiomixer_ctrl_get_volume),
14969 (gst_sunaudiomixer_ctrl_set_volume),
14970 (gst_sunaudiomixer_ctrl_set_mute),
14971 (gst_sunaudiomixer_ctrl_set_record):
14972 * sys/sunaudio/gstsunaudiomixerctrl.h:
14973 * sys/sunaudio/gstsunaudiomixertrack.c:
14974 (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14975 * sys/sunaudio/gstsunaudiomixertrack.h:
14976 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14977 (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14978 (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14979 (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14980 (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14981 (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14982 (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14983 (gst_sunaudiosrc_reset):
14984 * sys/sunaudio/gstsunaudiosrc.h:
14985 Add a SunAudio source plugin.
14986 Support stereo and right/left channel gain in the mixer plugin.
14987 Support the RECORD flag so that you can switch between line-input and
14988 microphone in gnome-volume-control.
14989 Code cleanups like using an enumerator for track number instead of an
14990 integer. Fixes #344923.
14992 2006-06-20 Wim Taymans <wim@fluendo.com>
14994 Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14996 * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14997 (rtsp_connection_close):
14998 Make RTSP plugin compile on windows. Fixes #345301.
14999 Some changes to original patch to catch errors better.
15000 use ifdef WIN32 instead of ifndef.
15002 2006-06-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15005 If we have libraw1394 >= 1.2.1, then we need libiec61883.
15007 2006-06-18 Edward Hervey <edward@fluendo.com>
15009 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15010 After a failed buffer alloc, we need to abort the jpeg decoding (it
15011 started when parsing headers to figure out how many bytes we need
15012 to request downstream).
15014 2006-06-18 Tim-Philipp Müller <tim at centricular dot net>
15016 Patch by: Mark Nauwelaerts <manauw at skynet be>
15018 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15019 Make sure we don't read beyond the end of the file (#345232).
15021 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
15024 Fix --disable-external (can't set conditionals conditionally,
15027 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
15031 * docs/Makefile.am:
15032 Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15034 * docs/plugins/Makefile.am:
15035 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15036 * docs/plugins/inspect/plugin-taglib.xml:
15037 Add/fix apev2mux docs.
15039 2006-06-14 Wim Taymans <wim@fluendo.com>
15041 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15042 (gst_dvdec_finalize), (gst_dvdec_sink_event),
15043 (gst_dvdec_change_state):
15044 Reset segment info on flush.
15045 Alloc segment in _init, free in _finalize.
15047 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15048 Don't send segments twice.
15050 2006-06-14 Wim Taymans <wim@fluendo.com>
15052 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15053 Respect segment.stop. Fixes #342592.
15055 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15057 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15058 No language specified means the implied language is English
15059 according to the matroska spec (partially fixes #344708);
15060 add some more debug output.
15062 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15064 * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15065 (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15066 (gst_wavparse_chain):
15067 When operating chain-based, don't make any assumptions about the
15068 chunking of the incoming data and make streaming work on days other
15069 than the second Thursday after a full moon. Also fix up debug
15070 messages here and there and make use of the most excellent new
15071 gst_pad_query_peer_duration() utility function.
15072 Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15074 * gst/wavparse/gstwavparse.h:
15075 Remove trailing comma after last enum value, some compilers don't
15078 2006-06-13 Wim Taymans <wim@fluendo.com>
15080 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15081 Handle premature EOS gracefully.
15083 2006-06-13 Tim-Philipp Müller <tim at centricular dot net>
15085 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15086 Prevent out of bounds array access when scrubbing towards
15087 the end of the file between the last index entry and the
15088 end. Fixes occasional 'start <= stop' newsegment event
15089 assertions when scrubbing in MJPEG files.
15091 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
15093 * tests/check/elements/.cvsignore:
15096 2006-06-11 Tim-Philipp Müller <tim at centricular dot net>
15098 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15099 (scan_encoded_string), (parse_picture_frame):
15100 Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15103 Require core >= 0.10.8 (for GST_TAG_IMAGE and
15104 GST_TAG_PPEVIEW_IMAGE used in the patch above).
15106 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
15108 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15109 gratuitous comment changes
15110 * tests/check/elements/level.c: (GST_START_TEST):
15111 fix level test leaks
15113 2006-06-11 Tim-Philipp Müller <tim at centricular dot net>
15115 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15116 * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15117 Use gst_pad_query_peer_duration() utility function here.
15119 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
15124 * ext/annodex/Makefile.am:
15125 * ext/cdio/Makefile.am:
15126 * ext/dv/Makefile.am:
15127 * ext/esd/Makefile.am:
15128 * ext/flac/Makefile.am:
15129 * ext/gdk_pixbuf/Makefile.am:
15130 * ext/ladspa/Makefile.am:
15131 * ext/libcaca/Makefile.am:
15132 * ext/speex/Makefile.am:
15133 * ext/taglib/Makefile.am:
15134 * sys/oss/Makefile.am:
15135 * sys/sunaudio/Makefile.am:
15136 * sys/ximage/Makefile.am:
15137 clean up build further
15139 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
15141 * gconf/Makefile.am:
15142 Honour --disable-schemas-install configure option. Fixes #344100.
15144 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
15146 * tests/examples/level/Makefile.am:
15147 Add -lm to LIBS for pow() function, don't assume one of our
15148 dependencies (such as libxml-2.0) drags it in automatically
15151 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
15153 Patch by: Peter Kjellerstedt <pkj at axis dot com>
15156 We should use $SED and not $(SED) in configure.ac (#343678).
15158 2006-06-09 Wim Taymans <wim@fluendo.com>
15160 Patch by: Brian Cameron <brian dot cameron at sun dot com>
15162 * sys/sunaudio/gstsunaudiomixerctrl.c:
15163 (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15164 (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15165 (gst_sunaudiomixer_ctrl_set_mute):
15166 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15167 (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15168 (gst_sunaudiosink_write):
15169 Attached find a patch that fixes a number of bugs with the SunAudio
15170 mixer plugin and fixes #344101:
15171 1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15172 tracks onto the tracklist causing gnome-volume-control's preferences
15173 dialog to be messed up and would core dump if you checked/unchecked
15175 2. We weren't previously setting the MUTE flag properly. Fixing this
15176 makes gnome-volume-control work better.
15177 3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15178 and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15179 gnome-volume-control look better.
15180 Also some minor cleanup in gstsunaudiosink.c.
15182 2006-06-09 Wim Taymans <wim@fluendo.com>
15184 * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15185 (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15186 (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15187 (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15188 (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15189 * ext/jpeg/gstjpegdec.h:
15190 API: Added IDCT method property
15192 Avoid dynamic allocation of trivial fixed structure.
15193 Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15195 2006-06-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15198 We now require libraw1394 >= 1.1.0 and that version onwards all
15201 2006-06-02 Edward Hervey <edward@fluendo.com>
15203 * gst/law/alaw-decode.c: (alawdec_getcaps):
15204 Trying to get items from an ANY or EMPTY caps is ... stupid.
15206 2006-06-02 Edward Hervey <edward@fluendo.com>
15208 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15209 (gst_dvdec_chain), (gst_dvdec_change_state):
15210 * ext/dv/gstdvdec.h:
15211 Added GstSegment handling, now implements dropping/clipping.
15213 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15215 * ext/aalib/gstaasink.h:
15216 * ext/annodex/gstcmmldec.h:
15217 * ext/cairo/gsttimeoverlay.h:
15218 * ext/dv/gstdvdec.h:
15219 * ext/dv/gstdvdemux.h:
15220 * ext/esd/esdmon.h:
15221 * ext/esd/esdsink.h:
15222 * ext/flac/gstflacenc.h:
15223 * ext/gconf/gstgconfaudiosink.h:
15224 * ext/gconf/gstgconfaudiosrc.h:
15225 * ext/gconf/gstgconfvideosink.h:
15226 * ext/gconf/gstgconfvideosrc.h:
15227 * ext/gdk_pixbuf/gstgdkanimation.h:
15228 * ext/gdk_pixbuf/pixbufscale.h:
15229 * ext/hal/gsthalaudiosink.h:
15230 * ext/hal/gsthalaudiosrc.h:
15231 * ext/jpeg/gstjpegenc.h:
15232 * ext/jpeg/gstsmokedec.h:
15233 * ext/jpeg/gstsmokeenc.h:
15234 * ext/libcaca/gstcacasink.h:
15235 * ext/libmng/gstmngdec.h:
15236 * ext/libmng/gstmngenc.h:
15237 * ext/libpng/gstpngdec.h:
15238 * ext/libpng/gstpngenc.h:
15239 * ext/raw1394/gstdv1394src.h:
15240 * ext/speex/gstspeexenc.h:
15241 * gst/autodetect/gstautoaudiosink.h:
15242 * gst/autodetect/gstautovideosink.h:
15243 * gst/avi/gstavidemux.h:
15244 * gst/cutter/gstcutter.h:
15245 * gst/debug/efence.h:
15246 * gst/debug/gstnavigationtest.h:
15247 * gst/debug/gstnavseek.h:
15248 * gst/flx/gstflxdec.h:
15249 * gst/goom/gstgoom.h:
15250 * gst/icydemux/gsticydemux.h:
15251 * gst/id3demux/gstid3demux.h:
15252 * gst/law/alaw-decode.h:
15253 * gst/law/alaw-encode.h:
15254 * gst/law/mulaw-decode.h:
15255 * gst/law/mulaw-encode.h:
15256 * gst/matroska/matroska-mux.h:
15257 * gst/median/gstmedian.h:
15258 * gst/oldcore/gstaggregator.h:
15259 * gst/oldcore/gstfdsink.h:
15260 * gst/oldcore/gstmd5sink.h:
15261 * gst/oldcore/gstmultifilesrc.h:
15262 * gst/oldcore/gstpipefilter.h:
15263 * gst/oldcore/gstshaper.h:
15264 * gst/oldcore/gststatistics.h:
15265 * gst/rtp/gstasteriskh263.h:
15266 * gst/rtp/gstrtpL16depay.h:
15267 * gst/rtp/gstrtpL16pay.h:
15268 * gst/rtp/gstrtpamrdepay.h:
15269 * gst/rtp/gstrtpamrpay.h:
15270 * gst/rtp/gstrtpdepay.h:
15271 * gst/rtp/gstrtpgsmdepay.h:
15272 * gst/rtp/gstrtpgsmpay.h:
15273 * gst/rtp/gstrtph263pay.h:
15274 * gst/rtp/gstrtph263pdepay.h:
15275 * gst/rtp/gstrtph263ppay.h:
15276 * gst/rtp/gstrtpmp4gpay.h:
15277 * gst/rtp/gstrtpmp4vdepay.h:
15278 * gst/rtp/gstrtpmp4vpay.h:
15279 * gst/rtp/gstrtpmpadepay.h:
15280 * gst/rtp/gstrtpmpapay.h:
15281 * gst/rtp/gstrtppcmadepay.h:
15282 * gst/rtp/gstrtppcmapay.h:
15283 * gst/rtp/gstrtppcmudepay.h:
15284 * gst/rtp/gstrtppcmupay.h:
15285 * gst/rtp/gstrtpspeexdepay.h:
15286 * gst/rtp/gstrtpspeexpay.h:
15287 * gst/rtsp/gstrtpdec.h:
15288 * gst/rtsp/gstrtspsrc.h:
15289 * gst/smpte/gstsmpte.h:
15290 * gst/udp/gstdynudpsink.h:
15291 * gst/udp/gstmultiudpsink.h:
15292 * gst/udp/gstudpsink.h:
15293 * gst/udp/gstudpsrc.h:
15294 * gst/videofilter/gstvideobalance.h:
15295 * gst/videofilter/gstvideoflip.h:
15296 * sys/oss/gstossdmabuffer.h:
15297 * sys/oss/gstossmixerelement.h:
15298 * sys/oss/gstosssink.h:
15299 * sys/oss/gstosssrc.h:
15300 * sys/osxvideo/osxvideosink.h:
15301 * sys/sunaudio/gstsunaudiomixer.h:
15302 * sys/sunaudio/gstsunaudiosink.h:
15303 * sys/ximage/gstximagesrc.h:
15304 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15306 2006-05-31 Wim Taymans <wim@fluendo.com>
15308 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15309 (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15310 (gst_goom_src_setcaps), (gst_goom_src_event),
15311 (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15312 (gst_goom_change_state):
15313 * gst/goom/gstgoom.h:
15315 Handle flushing, discont and events.
15316 Fix timestamps and various other cleanups.
15318 2006-05-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15320 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15321 Fix bus reset when using libiec61883
15323 2006-05-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15326 Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15327 * ext/raw1394/Makefile.am:
15329 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15330 New method, to receive using libiec61883.
15331 (gst_dv1394src_iso_receive),
15332 #ifdef'd out if libiec61883 is present.
15333 (gst_dv1394src_bus_reset),
15334 Get userdata correctly if using libiec61883.
15335 (gst_dv1394src_create),
15336 When using libiec61883, only poll one fd and no need to read.
15337 (gst_dv1394src_discover_avc_node),
15338 Replace g_warnings.
15339 (gst_dv1394src_start),
15340 Create new handle when we know which dv port. More reliable
15341 than setting port on an existing handle. Initialise libiec61883.
15342 (gst_dv1394src_stop):
15343 If using libiec61883, then cleanup its handle properly.
15344 * ext/raw1394/gstdv1394src.h:
15345 Add libiec61883 handle.
15347 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
15349 * gst/avi/gstavidemux.c:
15350 add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15353 * win32/vs6/libgstavi.dsp:
15354 add gstavimux.c to the project
15355 * win32/vs6/libgstid3demux.dsp:
15356 add link to zlib library
15357 * win32/vs6/libgstmatroska.dsp:
15358 add matroska-ids.c to the project
15360 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
15362 Patch by: Sebastian Dröge <mail at slomosnail de >
15364 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15365 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15366 * ext/taglib/Makefile.am:
15367 * ext/taglib/gstapev2mux.cc:
15368 * ext/taglib/gstapev2mux.h:
15369 * ext/taglib/gstid3v2mux.cc:
15370 * ext/taglib/gsttaglibmux.c: (plugin_init):
15371 * ext/taglib/gsttaglibmux.h:
15372 Add apev2mux element (#343122).
15374 * tests/check/Makefile.am:
15375 * tests/check/elements/apev2mux.c:
15376 (test_taglib_apev2mux_create_tags),
15377 (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15378 (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15379 (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15380 (apev2mux_suite), (main):
15381 Add unit test for apev2mux element.
15383 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
15385 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15386 * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15387 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15388 GST_PTR_FORMAT should be used to print caps in debug statements.
15390 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
15392 Patch by: Sebastian Dröge <slomo at ubuntu dot com>
15394 * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15395 (ape_demux_parse_tags):
15396 Some clean-ups and additions: map APE 'file' tag to
15397 GST_TAG_LOCATION (#343123); add support for extracting
15398 the track count and clean up parsing a bit (#343127).
15400 2006-05-28 Edward Hervey <edward@fluendo.com>
15402 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15403 Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15405 2006-05-28 Edward Hervey <edward@fluendo.com>
15407 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15408 (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15409 (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15410 * ext/jpeg/gstjpegdec.h:
15411 Clip outgoing buffers according to currently configured segment.
15413 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
15415 * ext/taglib/gstid3v2mux.cc:
15416 Handle writing of track-count or album-volume-count without
15417 track-number or albume-volume-number (in this case the number
15418 will just be set to 0).
15420 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15421 It would be nice if we actually checked the values received for
15422 track/album-volume number/count in _check_tags(), rather than
15423 setting them again ...
15425 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
15427 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15428 A track/volume number or count of 0 does not make sense,
15429 just ignore it along with negative numbers (a tag might
15430 only contain a track count without a track number).
15432 2006-05-27 Edward Hervey <edward@fluendo.com>
15434 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15435 (gst_jpeg_dec_sink_event):
15436 Abort decompression when receiving FLUSH_STOP. This should avoid
15437 issues when interrupting decoding with flushes.
15439 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
15441 * ext/flac/gstflac.c:
15442 Don't #include file we don't dist any longer.
15444 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
15447 Replace current README (containing the release notes from
15448 some 0.9.x version) with a proper README taken from the core.
15450 2006-05-24 Wim Taymans <wim@fluendo.com>
15452 * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15453 Implement EOS correctly by either posting
15454 SEGMENT_DONE or pushing an EOS message depending
15455 on the seek type. Fixes #342592
15457 2006-05-24 Wim Taymans <wim@fluendo.com>
15459 * gst/law/alaw-decode.c: (gst_alawdec_chain):
15460 * gst/law/alaw-decode.h:
15461 * gst/law/alaw-encode.c: (gst_alawenc_chain):
15462 * gst/law/alaw-encode.h:
15463 * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15464 * gst/law/mulaw-decode.h:
15465 * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15466 * gst/law/mulaw-encode.h:
15467 Some cleanups in the chain functions.
15468 Remove some GStreamer 0.0.2 bits.
15470 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
15472 Patch by: Mark Nauwelaerts <manauw at skynet be>
15474 * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15475 gst_collect_pads_stop() needs to be called before chaining up
15476 to the parent class (#342734).
15478 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
15480 * ext/flac/Makefile.am:
15481 * ext/flac/flac_compat.h:
15482 * ext/flac/gstflac.c:
15483 * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15484 * ext/flac/gstflacenc.c:
15485 Remove backwards compatibility cruft for dealing with FLAC API
15486 changes in the 1.0.x series - we require 1.1.1 or newer these days.
15488 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
15490 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15491 (gst_matroska_demux_push_xiph_codec_priv_data),
15492 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15493 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15494 * gst/matroska/matroska-ids.h:
15495 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15496 (gst_matroska_mux_video_pad_setcaps),
15497 (xiph3_streamheader_to_codecdata),
15498 (vorbis_streamheader_to_codecdata),
15499 (theora_streamheader_to_codecdata),
15500 (gst_matroska_mux_audio_pad_setcaps),
15501 (gst_matroska_mux_write_data):
15502 Add support for muxing/demuxing theora video (#342448; too bad
15503 none of the usual linux players can actually play this). Playback
15504 in GStreamer will require additional changes to theoradec in -base.
15505 Refactor streamheaders <=> CodecPrivateData code a bit; some small
15508 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
15510 * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15511 (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15512 Fix crashes when the horizontal subsampling is 1.
15515 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
15517 Patch by: Mark Nauwelaerts <manauw at skynet be>
15519 * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15520 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15521 (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15522 (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15523 (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15524 (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15525 (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15526 (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15527 (gst_avi_mux_change_state):
15528 * gst/avi/gstavimux.h:
15529 Some enhancements for avimux (#342526):
15530 - add odml (large file) index support
15531 - store codec init data (e.g. huffyuv)
15532 - miscellaneous other fixes/cleanups
15534 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15536 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15537 Don't output any tag when we encounter a negative track number - the
15538 tag type is uint, so we end up outputting huge positive numbers
15539 instead. (Fixes: #342029)
15541 2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
15544 update for new GSTPB_PLUGINS_DIR
15546 2006-05-18 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
15548 * rtp/gst/gstrtph263pay.c:
15549 Properly set static caps for H263 at 34.
15551 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15553 Patch by: James "Doc" Livingston <doclivingston gmail com>
15555 * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15556 Merge event tags and tag setter tags correctly (#339918). Also,
15557 don't leak taglist in case of an error.
15559 2006-05-17 Edward Hervey <edward@fluendo.com>
15561 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15562 We can only do caps intersection if the othercaps are non-empty and not
15563 ANY. Else we return the pad template (base_caps).
15565 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
15567 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15568 Fix crash when outputting debugging information for certain
15569 pictures (always good to use the right struct member for
15570 the number of records in an array).
15572 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15574 Patch by: Jindrich Makovicka <jindrich.makivicka at itonis tv>
15576 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15577 (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15578 (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15579 (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15580 (gst_ebml_read_float), (gst_ebml_read_ascii),
15581 (gst_ebml_read_binary):
15582 Don't create unnecessary sub-buffers all the time. Dramatically
15583 improves performance with multiple concurrently running
15584 matroskademux instances (#341818) (and avoids doing
15585 unnecessarily inefficient things in the general case).
15587 2006-05-16 Edward Hervey <edward@fluendo.com>
15589 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
15590 In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15591 return value of gst_pad_push_event().
15593 2006-05-16 Jan Schmidt <thaytan@mad.scientist.com>
15595 * gst/autodetect/gstautoaudiosink.c:
15596 (gst_auto_audio_sink_find_best):
15597 * gst/autodetect/gstautovideosink.c:
15598 (gst_auto_video_sink_find_best):
15599 Make the name of the child element be based on the name of the
15600 parent, so that debug output is more useful.
15602 * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15603 (parse_insert_string_field), (parse_split_strings):
15604 Rework string parsing to always walk over BOM markers in UTF16
15605 strings, using the endianness indicated by the innermost one,
15606 then trying the opposite endianness if that fails to convert
15607 to valid UTF-8. Fixes #341774
15609 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15611 Patch from: Matthieu <matthieu at fluendo dot com>
15613 * ext/libpng/Makefile.am:
15616 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15618 * ext/taglib/gstid3v2mux.cc:
15619 Add support for writing images (APIC frames) into ID3v2
15620 tags (picture type always set to 'other' for now though).
15622 2006-05-14 Michael Smith <msmith@fluendo.com>
15624 * gst/wavparse/gstwavparse.c:
15625 Update docs; wavparse implements push and pull modes.
15627 2006-05-12 Wim Taymans <wim@fluendo.com>
15629 * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15630 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15631 (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15632 Ooops, bitten by the copy-and-paste design paradigm, fixes
15635 2006-05-12 Wim Taymans <wim@fluendo.com>
15637 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15638 (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15639 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15640 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15641 (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15642 (gst_avi_demux_massage_index),
15643 (gst_avi_demux_calculate_durations_from_index),
15644 (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15645 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15646 (gst_avi_demux_loop):
15647 * gst/avi/gstavidemux.h:
15648 Some cleanups, prepare to use GstSegment.
15649 Fix error in entry walking code.
15651 Smarter timestamp calculation code.
15652 Uniform error/eos handling.
15654 2006-05-12 Michael Smith <msmith@fluendo.com>
15656 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15657 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15658 Fix use of uninitialised values if we're NOT seeking in ready.
15661 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
15663 * gst/wavparse/Makefile.am:
15664 Add CFLAGS and LIBS for libgstbase, fixes build on
15667 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
15669 * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15670 Some more debug info. No need to check whether the string
15671 returned by g_convert() is really UTF-8 - either it is or
15672 we get NULL returned.
15674 2006-05-10 Jan Schmidt <thaytan@mad.scientist.com>
15676 * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15677 Fix parsing of numeric genre strings some more, by ensuring that
15678 we only try and parse strings that a) Start with '(' and b) Consist
15680 Also, when finding an escaping '((' sequence, bust it back to '(' by
15681 swallowing the first parenthesis
15683 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
15685 * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15686 (gst_esdsink_open), (gst_esdsink_close):
15687 * ext/esd/esdsink.h:
15688 Move the esd_get_server_info() into gst_esdsink_open() and fail
15689 with a decent error message on errors.
15691 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15693 * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15694 (gst_esdmon_channels_get_type):
15695 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15696 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15697 * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15698 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15699 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15700 * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15701 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15702 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15703 * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15704 * gst/videomixer/videomixer.c:
15705 (gst_video_mixer_background_get_type):
15706 Const-ify GEnumValue arrays.
15708 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15710 Patch by: Mark Nauwelaerts <manauw at skynet bet>
15712 * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15713 (gst_avi_mux_do_video_buffer):
15714 Work around gst_buffer_make_metadata_writable() bug that
15715 results in avimux marking all frames in the index as
15716 keyframes (#340859).
15718 2006-05-08 Wim Taymans <wim@fluendo.com>
15720 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15721 Make parsing of urls suck slightly less.
15723 2006-05-08 Edward Hervey <edward@fluendo.com>
15725 * autogen.sh: (CONFIGURE_DEF_OPT):
15726 libtoolize on Darwin/MacOSX is called glibtoolize.
15728 2006-05-08 Wim Taymans <wim@fluendo.com>
15730 Patch by: Jens Granseuer <jensgr at gmx dot net>
15732 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15733 * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15734 C89 compliance fixes. Fixes #340980
15736 2006-05-06 Tim-Philipp Müller <tim at centricular dot net>
15738 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15739 * ext/flac/gstflacdec.h:
15740 Handle segment seeks that include the end of the file as stop point
15741 properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15742 message instead of an EOS event in case we're in segment seek
15743 mode (fixes #340699).
15745 2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
15747 * ext/cairo/gsttextoverlay.c:
15748 * ext/flac/gstflacdec.c:
15749 * ext/gdk_pixbuf/pixbufscale.c:
15750 * gst/apetag/gstapedemux.c:
15751 * gst/debug/breakmydata.c:
15752 * gst/debug/testplugin.c:
15753 * gst/matroska/ebml-write.c:
15754 * gst/multipart/multipartdemux.c:
15755 * sys/osxaudio/gstosxaudiosink.c:
15756 * sys/osxaudio/gstosxaudiosrc.c:
15757 Add semicolons after GST_BOILERPLATE[_FULL] so that
15758 indent doesn't mess up following lines.
15760 2006-05-04 Tim-Philipp Müller <tim at centricular dot net>
15762 Patch by: Michal Benes <michal dot benes at xeris dot cz>
15764 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15765 Don't leak caps when freeing the stream context (#340623).
15767 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
15772 === release 0.10.3 ===
15774 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
15777 releasing 0.10.3, "Desplazado"
15779 2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
15781 * gst/matroska/matroska-mux.c:
15782 (gst_matroska_mux_stream_is_vorbis_header),
15783 (gst_matroska_mux_write_data):
15784 Don't strcmp() NULL strings.
15785 Only start new clusters on video keyframes, not on any
15786 random audio buffer that doesn't have the DELTA_UNIT
15787 flag set (fixes 'make check' again).
15789 2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
15791 Patch by: Mark Nauwelaerts <manauw at skynet be>
15793 * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15794 (gst_matroska_mux_stream_is_vorbis_header),
15795 (gst_matroska_mux_write_data):
15796 Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15797 value and then dead-lock when muxing vorbis audio streams
15798 (the three vorbis header buffers carry no timestamp, and it
15799 would try to mux these after all video buffers). Fixes #340346.
15801 Improve clustering: start a new cluster also whenever we get
15804 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
15806 * win32/common/config.h:
15808 add the generated file as well
15810 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
15814 * win32/common/config.h.in:
15817 2006-05-03 Michael Smith <msmith@fluendo.com>
15819 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15820 Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15823 2006-05-02 Stefan Kost <ensonic@users.sf.net>
15825 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15826 * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15827 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15828 don't leak caps-string
15830 2006-05-02 Tim-Philipp Müller <tim at centricular dot net>
15832 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15833 (gst_id3demux_sink_activate):
15834 Let core insert default error message for TYPE_NOT_FOUND
15835 errors, it's just as good as our own and has the added
15836 bonus of being translated.
15838 2006-05-02 Tim-Philipp Müller <tim at centricular dot net>
15840 * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15841 (gst_tag_demux_sink_event):
15842 * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15843 (gst_id3demux_sink_event):
15844 Post an error message when we get an EOS event and were not
15845 able to find out the type of stream.
15847 * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15848 (test_taglib_id3mux_with_tags):
15849 Decrease num-buffers to 16 per iteration again, otherwise the
15850 many memcpy()s and reallocations in the test will hammer slow
15851 CPUs completely and make the test timeout.
15853 2006-05-02 Thomas Vander Stichele <thomas at apestaart dot org>
15856 figure out where plugins-base plugins are
15857 * tests/check/Makefile.am:
15858 use plugins-base plugins, so we have typefind functions
15859 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15860 increase num-buffers, this makes sure the test errors out instead
15861 of timing out when no typefind functions are present
15863 2006-05-01 Thomas Vander Stichele <thomas at apestaart dot org>
15865 * docs/plugins/Makefile.am:
15866 also check .cc files for gtk-doc markup
15868 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15869 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15870 * tests/check/Makefile.am:
15871 * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15873 * ext/taglib/Makefile.am:
15874 * ext/taglib/gstid3v2mux.h:
15875 * ext/taglib/gsttaglibmux.c:
15876 * ext/taglib/gsttaglibmux.h:
15877 move taglib-based id3v2muxer to -good. Fixes #336110.
15879 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
15881 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15882 ... and fix multichannel/WAVFORMATEX support again.
15884 2006-04-29 Stefan Kost <ensonic@users.sf.net>
15886 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15887 (gst_wavparse_class_init), (gst_wavparse_dispose),
15888 (gst_wavparse_reset), (gst_wavparse_init),
15889 (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15890 (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15891 (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15892 (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15893 (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15894 (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15895 (gst_wavparse_stream_data), (gst_wavparse_loop),
15896 (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15897 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15898 (gst_wavparse_change_state), (plugin_init):
15899 * gst/wavparse/gstwavparse.h:
15900 Add push (streaming) mode to wavparse (fixes #337625)
15902 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
15905 * tests/Makefile.am:
15906 add ximagesrc icles test
15908 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
15911 * docs/plugins/Makefile.am:
15912 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15913 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15914 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15915 (gst_cmml_enc_push_clip):
15917 * sys/ximage/Makefile.am:
15918 * sys/ximage/gstximagesrc.c:
15919 Move ximagesrc plug-in to good after review. Fixes #336756.
15921 2006-04-28 Michael Smith <msmith@fluendo.com>
15923 * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15924 (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15925 (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15926 (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15927 (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15928 (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15929 * gst/icydemux/gsticydemux.h:
15930 Fix event handling: cache events when typefinding and forward later.
15932 2006-04-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15934 * sys/osxaudio/gstosxaudiosink.c:
15936 Register osxaudiosrc to the plugin.
15937 * sys/osxaudio/gstosxaudiosrc.c:
15938 (gst_osx_audio_src_osxelement_do_init),
15939 (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15940 (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15941 (gst_osx_audio_src_get_property),
15942 (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15943 (gst_osx_audio_src_osxelement_init):
15944 * sys/osxaudio/gstosxaudiosrc.h:
15945 Port of osxaudiosrc to 0.10.
15946 * sys/osxaudio/Makefile.am:
15949 2006-04-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15951 * sys/osxaudio/gstosxringbuffer.c:
15952 * sys/osxaudio/gstosxringbuffer.h:
15953 Forgot to commit earlier, part of the OSX audio plugin port
15955 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
15957 * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15958 (parse_split_strings):
15959 Recognise and skip any byte order marker (BOM) in
15962 2006-04-27 Tim-Philipp Müller <tim at centricular dot net>
15964 * docs/plugins/Makefile.am:
15965 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15966 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15967 * docs/plugins/gst-plugins-good-plugins.hierarchy:
15968 * docs/plugins/inspect/plugin-avi.xml:
15969 * gst/avi/gstavidemux.c:
15970 * gst/avi/gstavimux.c:
15971 Add docs for both avidemux and avimux.
15973 2006-04-27 Tim-Philipp Müller <tim at centricular dot net>
15975 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
15977 * gst/avi/Makefile.am:
15978 * gst/avi/gstavi.c: (plugin_init):
15979 * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15980 (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15981 (gst_avi_mux_class_init), (gst_avi_mux_init),
15982 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15983 (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15984 (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15985 (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15986 (gst_avi_mux_riff_get_avix_header),
15987 (gst_avi_mux_riff_get_video_header),
15988 (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15989 (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15990 (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15991 (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15992 (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15993 (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15994 (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15995 (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15996 (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15997 (gst_avi_mux_change_state):
15998 * gst/avi/gstavimux.h:
15999 Port AVI muxer to GStreamer-0.10 (#332031).
16001 * tests/check/Makefile.am:
16002 * tests/check/elements/avimux.c:
16003 * tests/check/elements/.cvsignore:
16004 Add unit test for AVI muxer.
16006 2006-04-27 Stefan Kost <ensonic@users.sf.net>
16008 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16009 (gst_wavparse_class_init), (gst_wavparse_reset),
16010 (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16011 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16012 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16013 (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16014 (gst_wavparse_stream_data), (gst_wavparse_loop),
16015 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16016 (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16018 * gst/wavparse/gstwavparse.h:
16019 reverted patch #337625 for the price of 1 hour sleep
16021 2006-04-26 Stefan Kost <ensonic@users.sf.net>
16023 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16024 (gst_wavparse_class_init), (gst_wavparse_reset),
16025 (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16026 (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16027 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16028 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16029 (gst_wavparse_stream_data), (gst_wavparse_loop),
16030 (gst_wavparse_chain), (plugin_init):
16031 * gst/wavparse/gstwavparse.h:
16032 correct partial implementation of push mode
16033 (from my last commit)
16035 2006-04-26 Wim Taymans <wim@fluendo.com>
16037 * ext/esd/esdsink.c:
16038 Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16041 2006-04-26 Tim-Philipp Müller <tim at centricular dot net>
16043 * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16044 (gst_au_parse_class_init), (gst_au_parse_init),
16045 (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16046 (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16047 (gst_au_parse_chain), (gst_au_parse_src_convert),
16048 (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16049 (gst_au_parse_sink_event), (gst_au_parse_src_event),
16050 (gst_au_parse_change_state):
16051 * gst/auparse/gstauparse.h:
16052 Rewrite auparse to suck a little bit less: make source pad
16053 dynamic, so decodebin/playbin work with non-raw formats
16054 like alaw/mulaw; add query function for duration/position
16055 queries; check whether we have enough data before attempting
16056 to parse the header (instead of crashing when that is not the
16057 case); work around audioconvert sucking by swapping endianness
16058 to the native endianness ourselves for float formats; send
16059 initial newsegment event. Fixes #161712.
16061 2006-04-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16063 * sys/osxaudio/Makefile.am:
16064 * sys/osxaudio/gstosxaudioelement.c:
16065 (gst_osx_audio_element_get_type),
16066 (gst_osx_audio_element_class_init):
16067 * sys/osxaudio/gstosxaudioelement.h:
16068 * sys/osxaudio/gstosxaudiosink.c:
16069 (gst_osx_audio_sink_osxelement_do_init),
16070 (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16071 (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16072 (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16073 (gst_osx_audio_sink_create_ringbuffer),
16074 (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16076 * sys/osxaudio/gstosxaudiosink.h:
16077 Port of osxaudiosink to 0.10
16079 2006-04-26 Wim Taymans <wim@fluendo.com>
16081 * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16082 Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16083 the size of the ringbuffer. This should fix hangs with older
16086 2006-04-26 Stefan Kost <ensonic@users.sf.net>
16088 * ext/aalib/gstaasink.c:
16089 * ext/annodex/gstcmmldec.c:
16090 * ext/annodex/gstcmmlenc.c:
16091 * ext/cairo/gsttextoverlay.c:
16092 * ext/cairo/gsttimeoverlay.c:
16093 * ext/cdio/gstcdiocddasrc.c:
16094 * ext/dv/gstdvdec.c:
16095 * ext/dv/gstdvdemux.c:
16096 * ext/esd/esdmon.c:
16097 * ext/esd/esdsink.c:
16098 * ext/flac/gstflacenc.c:
16099 * ext/flac/gstflactag.c:
16100 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16101 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16102 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16103 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16104 * ext/gdk_pixbuf/pixbufscale.c:
16105 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16106 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16107 * ext/jpeg/gstjpegdec.c:
16108 * ext/jpeg/gstjpegenc.c:
16109 * ext/jpeg/gstsmokedec.c:
16110 * ext/jpeg/gstsmokeenc.c:
16111 * ext/libcaca/gstcacasink.c:
16112 * ext/libmng/gstmngdec.c:
16113 * ext/libmng/gstmngenc.c:
16114 * ext/libpng/gstpngdec.c:
16115 * ext/libpng/gstpngenc.c:
16116 * ext/mikmod/gstmikmod.c:
16117 * ext/raw1394/gstdv1394src.c:
16118 * ext/shout2/gstshout2.c: (gst_shout2send_init):
16119 * ext/shout2/gstshout2.h:
16120 * ext/speex/gstspeexdec.c:
16121 * ext/speex/gstspeexenc.c:
16122 * gst/alpha/gstalpha.c:
16123 * gst/alpha/gstalphacolor.c:
16124 * gst/apetag/gstapedemux.c:
16125 * gst/auparse/gstauparse.c:
16126 * gst/autodetect/gstautoaudiosink.c:
16127 (gst_auto_audio_sink_base_init):
16128 * gst/autodetect/gstautovideosink.c:
16129 (gst_auto_video_sink_base_init):
16130 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16131 * gst/avi/gstavimux.c: (gst_avimux_base_init):
16132 * gst/cutter/gstcutter.c:
16133 * gst/debug/breakmydata.c:
16134 * gst/debug/efence.c:
16135 * gst/debug/gstnavigationtest.c:
16136 * gst/debug/gstnavseek.c:
16137 * gst/debug/negotiation.c:
16138 * gst/debug/progressreport.c:
16139 * gst/debug/testplugin.c:
16140 * gst/effectv/gstaging.c:
16141 * gst/effectv/gstdice.c:
16142 * gst/effectv/gstedge.c:
16143 * gst/effectv/gstquark.c:
16144 * gst/effectv/gstrev.c:
16145 * gst/effectv/gstshagadelic.c:
16146 * gst/effectv/gstvertigo.c:
16147 * gst/effectv/gstwarp.c:
16148 * gst/flx/gstflxdec.c:
16149 * gst/goom/gstgoom.c:
16150 * gst/icydemux/gsticydemux.c:
16151 * gst/id3demux/gstid3demux.c:
16152 * gst/interleave/deinterleave.c:
16153 * gst/interleave/interleave.c:
16154 * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16155 * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16156 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16157 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16158 * gst/level/gstlevel.c:
16159 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16160 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16161 * gst/median/gstmedian.c:
16162 * gst/monoscope/gstmonoscope.c:
16163 * gst/multipart/multipartdemux.c:
16164 * gst/multipart/multipartmux.c:
16165 * gst/oldcore/gstaggregator.c:
16166 * gst/oldcore/gstfdsink.c:
16167 * gst/oldcore/gstmd5sink.c:
16168 * gst/oldcore/gstmultifilesrc.c:
16169 * gst/oldcore/gstpipefilter.c:
16170 * gst/oldcore/gstshaper.c:
16171 * gst/oldcore/gststatistics.c:
16172 * gst/rtp/gstasteriskh263.c:
16173 * gst/rtp/gstrtpL16depay.c:
16174 * gst/rtp/gstrtpL16pay.c:
16175 * gst/rtp/gstrtpamrdepay.c:
16176 * gst/rtp/gstrtpamrpay.c:
16177 * gst/rtp/gstrtpdepay.c:
16178 * gst/rtp/gstrtpgsmpay.c:
16179 * gst/rtp/gstrtph263pay.c:
16180 * gst/rtp/gstrtph263pdepay.c:
16181 * gst/rtp/gstrtph263ppay.c:
16182 * gst/rtp/gstrtpilbcdepay.c:
16183 * gst/rtp/gstrtpmp4gpay.c:
16184 * gst/rtp/gstrtpmp4vdepay.c:
16185 * gst/rtp/gstrtpmp4vpay.c:
16186 * gst/rtp/gstrtpmpadepay.c:
16187 * gst/rtp/gstrtpmpapay.c:
16188 * gst/rtp/gstrtppcmadepay.c:
16189 * gst/rtp/gstrtppcmapay.c:
16190 * gst/rtp/gstrtppcmudepay.c:
16191 * gst/rtp/gstrtppcmupay.c:
16192 * gst/rtp/gstrtpspeexdepay.c:
16193 * gst/rtp/gstrtpspeexpay.c:
16194 * gst/rtsp/gstrtpdec.c:
16195 * gst/rtsp/gstrtspsrc.c:
16196 * gst/smpte/gstsmpte.c:
16197 * gst/udp/gstdynudpsink.c:
16198 * gst/udp/gstmultiudpsink.c:
16199 * gst/udp/gstudpsink.c:
16200 * gst/udp/gstudpsrc.c:
16201 * gst/videobox/gstvideobox.c:
16202 * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16203 * gst/videofilter/gstvideobalance.c:
16204 * gst/videofilter/gstvideoflip.c:
16205 * gst/videofilter/gstvideotemplate.c:
16206 (gst_videotemplate_base_init):
16207 * gst/videomixer/videomixer.c:
16208 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16209 (gst_wavparse_class_init), (gst_wavparse_dispose),
16210 (gst_wavparse_reset), (gst_wavparse_init),
16211 (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16212 (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16213 (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16214 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16215 (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16216 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16217 (gst_wavparse_change_state):
16218 * gst/wavparse/gstwavparse.h:
16219 * sys/oss/gstossmixerelement.c:
16220 * sys/oss/gstosssink.c:
16221 * sys/oss/gstosssrc.c:
16222 * sys/osxaudio/gstosxaudioelement.c:
16223 * sys/osxaudio/gstosxaudiosink.c:
16224 * sys/osxaudio/gstosxaudiosrc.c:
16225 * sys/sunaudio/gstsunaudiomixer.c:
16226 * sys/sunaudio/gstsunaudiosink.c:
16227 Define GstElementDetails as const and also static (when defined as
16230 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16232 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16233 Source pad has fixed caps. If we don't set this, bad
16234 things happen when the window is resized.
16236 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16238 * gst/matroska/Makefile.am:
16239 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16240 (gst_matroska_demux_handle_src_event):
16241 * gst/matroska/matroska-ids.c:
16242 (gst_matroska_track_init_video_context),
16243 (gst_matroska_track_init_audio_context),
16244 (gst_matroska_track_init_subtitle_context),
16245 (gst_matroska_track_init_complex_context):
16246 * gst/matroska/matroska-ids.h:
16247 Handle case where the TrackType ebml chunk does not come before the
16248 TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16251 2006-04-25 Wim Taymans <wim@fluendo.com>
16253 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16254 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16255 It's codec_data, not codec_info.
16257 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16259 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16261 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16262 Handle codec_data for VfW compatibility codec IDs (#339451)
16264 * gst/matroska/matroska-mux.c:
16265 (gst_matroska_mux_video_pad_setcaps):
16266 Same here, handle codec_data and add additional caps we can handle
16267 now to the pad template (huffyuv, dv and h263 video) (#339451)
16269 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16271 Patch by: Josef Zlomek <josef dot zlomek at itonis dot tv>
16273 * gst/matroska/matroska-mux.c:
16274 (gst_matroska_mux_create_buffer_header),
16275 (gst_matroska_mux_write_data):
16276 Fix timestamping of B-frames, use signed integers, do
16277 some rounding (#339678).
16279 2006-04-24 Edgard Lima <edgard.lima@indt.org.br>
16281 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16282 just make it compile with --disable-gst-debug.
16284 2006-04-23 Sebastien Moutte <sebastien@moutte.net>
16286 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16287 Fix a bad conversion using gst_guint64_to_gdouble.
16288 fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be
16289 replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16290 difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) -
16291 gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my
16294 2006-04-21 Sebastien Moutte <sebastien@moutte.net>
16296 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16297 Use gst_guint64_to_gdouble for conversions
16298 * win32/vs6/gst_plugins_good.dsw:
16299 * win32/vs6/libgsticydemux.dsp:
16300 Add a project file for icydemux
16302 2006-04-21 Wim Taymans <wim@fluendo.com>
16304 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16306 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16307 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16308 When splitting audio chunks, the block alignment is not taken in
16309 consideration, so the smaller chunks could be of size which is
16310 not a multiple of the block alignment. Fixes #336904
16312 2006-04-21 Wim Taymans <wim@fluendo.com>
16314 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16315 Use scale functions
16317 2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
16319 * ext/dv/gstdv.c: (plugin_init):
16322 2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
16324 * gst/debug/progressreport.c: (gst_progress_report_finalize),
16325 (gst_progress_report_class_init), (gst_progress_report_init),
16326 (gst_progress_report_do_query), (gst_progress_report_report),
16327 (gst_progress_report_set_property),
16328 (gst_progress_report_get_property):
16329 Add 'format' property to force querying to a particular format.
16331 2006-04-21 Andy Wingo <wingo@pobox.com>
16333 * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16334 best, on big endian systems. Drop its rank in that case. OTOH on
16335 x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16337 2006-04-21 Michael Smith <msmith@fluendo.com>
16340 * gst/icydemux/Makefile.am:
16341 * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16342 (gst_icydemux_base_init), (gst_icydemux_class_init),
16343 (gst_icydemux_reset), (gst_icydemux_init),
16344 (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16345 (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16346 (unicodify), (gst_icydemux_unicodify),
16347 (gst_icydemux_parse_and_send_tags),
16348 (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16349 (gst_icydemux_chain), (gst_icydemux_change_state),
16350 (gst_icydemux_send_tag_event), (plugin_init):
16351 * gst/icydemux/gsticydemux.h:
16352 * tests/check/Makefile.am:
16353 * tests/check/elements/icydemux.c: (typefind_succeed),
16354 (plugin_init), (icydemux_found_pad), (create_icydemux),
16355 (cleanup_icydemux), (push_data), (GST_START_TEST),
16356 (icydemux_suite), (main):
16357 Add icydemux, and tests.
16359 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16361 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16362 Post SEGMENT_DONE message in TIME format.
16364 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16366 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16368 * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16369 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16370 Fix index creation when we have to scan the file to create
16371 an index. There may be other types of RIFF 'LIST' chunks than
16372 'movi' and we need to skip them properly as well or we'll end up
16373 reading garbage (#336889). Some other cosmetic changes.
16375 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16377 * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16378 (gst_flac_dec_handle_seek_event):
16379 Add support for segment seeks (fixes #338290). Also demote
16380 some recurring debug message from DEBUG to LOG level.
16382 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16384 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16385 (gst_matroskademux_do_index_seek),
16386 (gst_matroska_demux_handle_seek_event),
16387 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16388 * gst/matroska/matroska-ids.h:
16389 Set DISCONT flag on first buffer after a discontinuity.
16390 Fix newsegment events sent when seeking and honour KEY_UNIT
16391 seek flag. Create pad with bogus caps if we don't recognise
16392 the stream codec id.
16394 * gst/matroska/matroska-demux.h:
16395 Fix GObject macros.
16397 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16399 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16401 * gst/matroska/matroska-demux.c:
16402 (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16403 Handle end of segment properly when set; don't dead-lock when
16404 posting start of segment message when doing a segment seek.
16407 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16409 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16410 (gst_matroska_demux_plugin_init):
16411 Make mpeg2 aac audio work: create artificial private codec data
16412 chunk which faad2 seems to require, just as we do for mpeg4 aac.
16413 Also call gst_riff_init(). Partially fixes #338767.
16415 2006-04-19 Tim-Philipp Müller <tim at centricular dot net>
16417 * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16418 (gst_wavenc_class_init), (gst_wavenc_init),
16419 (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16420 (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16421 (gst_wavenc_chain), (gst_wavenc_change_state):
16422 * gst/wavenc/gstwavenc.h:
16423 Set caps on first outgoing buffer, so that it doesn't error out
16424 immediately with a non-negotiated error (#338716). Rewrite and
16425 clean up a bit; fix setcaps function to parse things properly;
16426 fix sink caps (8bit audio is unsigned and doesn't have depth);
16427 use boilerplate macros; remove unused properties stuff.
16429 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
16431 * ext/gdk_pixbuf/gstgdkpixbuf.c:
16432 Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16433 handle MJPEG streams and might be autoplugged for those if the
16434 user doesn't have jpegdec installed (resulting in a cryptic error
16435 message about huffman tables). Better to disable JPEG decoding here
16436 and let the user figure out that she needs to install jpegdec.
16438 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
16440 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16441 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16442 (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16443 * ext/gdk_pixbuf/gstgdkpixbuf.h:
16444 Make work with packetised/framed input (e.g. png-in-quicktime). Use
16445 GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16446 GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16447 debug messages. Fix boilerplate macros.
16449 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
16451 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16452 (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16453 No need to special-case for Gdk-2.0 any longer, we require
16454 Gdk 2.2 or newer; minor clean-ups.
16456 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
16458 * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16459 (gst_shout2send_class_init), (gst_shout2send_init),
16460 (set_shout_metadata), (gst_shout2send_set_metadata),
16461 (gst_shout2send_event), (gst_shout2send_start),
16462 (gst_shout2send_connect), (gst_shout2send_stop),
16463 (gst_shout2send_render), (gst_shout2send_set_property),
16464 (gst_shout2send_get_property), (gst_shout2send_setcaps),
16466 * ext/shout2/gstshout2.h:
16468 Rewrite a bit: use GstBaseSink::start and stop instead of a state
16469 change function; use GST_ELEMENT_ERROR for error reporting, not
16470 g_error() or GST_ERROR(); don't unref caps in setcaps function,
16471 will cause crashes or assertion failures; remove (unused) "sync"
16472 property, basesink already has such a property; misc. other
16473 minor fixes and cleanups.
16475 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
16477 * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16478 * ext/esd/gstesd.c: (plugin_init):
16480 Add translatable error message for when we cannot
16481 connect to the sound server, as "Cannot open resource
16482 for writing" isn't really an acceptable message to show
16483 to the user in this case.
16485 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
16487 * sys/oss/gst-i18n-plugin.h:
16488 Remove bogus file that doesn't belong here.
16490 2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
16492 Patch by: Philippe Valembois
16494 * ext/shout2/gstshout2.c: (gst_shout2send_init),
16495 (gst_shout2send_set_metadata), (gst_shout2send_event),
16496 (gst_shout2send_render), (gst_shout2send_change_state):
16497 * ext/shout2/gstshout2.h:
16498 Handle tags being received before the connection to
16499 the server is established properly (see #338636).
16501 2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
16503 * ext/shout2/gstshout2.c: (gst_shout2send_render):
16504 Don't crash in case the connection to the server fails:
16505 don't set pointer to NULL by assigning FALSE; error out
16506 properly by using GST_ELEMENT_ERROR and returning
16507 GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16508 before resetting the pointer.
16510 2006-04-17 Jan Schmidt <thaytan@mad.scientist.com>
16512 * gst/id3demux/id3tags.c:
16513 Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16516 2006-04-12 Wim Taymans <wim@fluendo.com>
16518 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16519 (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16520 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16521 (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16522 (gst_gdk_pixbuf_chain):
16524 Added RGBA as a possible output format.
16525 Correctly free the supported mimetypes.
16526 deprecate silent arg, it's not used.
16527 Return result from _alloc_buffer to peer.
16529 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16531 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16532 Don't leak memory allocated by gst_buffer_new_and_alloc() by
16533 overwriting GST_BUFFER_MALLOCDATA.
16535 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16537 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16538 (user_endrow_callback), (user_end_callback),
16539 (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16540 (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16541 (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16542 * ext/libpng/gstpngdec.h:
16543 Handle more than one frame if the content is framed,
16544 like with png-in-quicktime (#331917).
16546 2006-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
16548 * sys/oss/Makefile.am:
16549 * sys/oss/common.h:
16550 * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16551 (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16552 * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16553 (gst_oss_src_unprepare):
16554 - the user-visible error strings were in the wrong category
16555 - and the messages were not marked for translation
16556 - which is actually a good thing, because they were exactly
16557 the kind of message you would never want anyone to see
16558 - the macros were using variables that didn't exist in the macro
16560 - and they were obviously copied from each other and then modified
16561 - so a common header makes sense
16563 2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
16565 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16566 Don't try to modify read-only data.
16568 * gst/matroska/matroska-demux.c:
16569 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16570 Fix comment (won't crash any longer now).
16572 2006-04-10 Michael Smith <msmith@fluendo.com>
16574 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16575 Use copies of header buffers for caps to avoid circular refcounting
16576 problems (as in theoradec, vorbisdec).
16578 * tests/check/elements/cmmldec.c: (GST_START_TEST):
16579 Fix a typo in test that meant it was testing the wrong thing.
16581 * tests/check/elements/cmmlenc.c: (check_headers):
16582 Fix refcount checks now that we use buffer-copies for caps.
16584 2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
16586 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16587 (gst_matroska_demux_handle_seek_event),
16588 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16589 (gst_matroska_demux_subtitle_caps),
16590 (gst_matroska_demux_plugin_init):
16591 Use static pad templates with ANY caps for audio and video
16592 source pads and get rid of a lot of unnecessary (and partially
16593 broken) code for the template caps. Clean up caps finding
16594 functions. Fixes playback of audio files/streams that do not
16595 contain the sample rate and/or number of channels in the audio
16596 context (happens a lot with vorbis/mp3 .mka files it seems).
16598 Also add myself to copyright holders.
16600 2006-04-10 Michael Smith <msmith@fluendo.com>
16602 * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16603 Use g_list_delete_link () instead of g_list_remove_link () so that
16604 we free the link as well as the contained data.
16606 2006-04-10 Wim Taymans <wim@fluendo.com>
16608 Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16610 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16611 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16612 (gst_avi_demux_stream_header):
16613 Fix some crashers with empty chunks. (Fixes #337749)
16615 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
16617 * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16618 use G_GINT64_CONSTANT for INT64 constants
16619 * gst/videofilter/gstvideobalance.c:
16620 define rint for WIN32 #define rint(x) (floor((x)+0.5))
16621 * win32/vs6/libgstavi.dsp:
16622 add missing libraries for the link and remove avimux.c from
16623 the project as it isn't ported to 0.10 yet
16625 2006-04-09 Tim-Philipp Müller <tim at centricular dot net>
16627 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16628 Even better would be if we actually did the right thing
16629 here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16631 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
16633 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16634 Can't just replace 1LL with 1L here just because MSVC doesn't
16635 support it, as it might lead to incorrect results when doing the
16636 bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16637 force a 64-bit constant in a way that all compilers are happy with.
16639 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16641 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16642 * ext/esd/esdsink.c: (gst_esdsink_class_init):
16643 * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16644 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16645 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16646 * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16647 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16648 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16649 * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16650 * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16651 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16652 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16653 * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16654 * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16655 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16656 * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16657 * gst/avi/gstavimux.c: (gst_avimux_class_init):
16658 * gst/debug/efence.c: (gst_efence_class_init):
16659 * gst/debug/negotiation.c: (gst_negotiation_class_init):
16660 * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16661 * gst/goom/gstgoom.c: (gst_goom_class_init):
16662 * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16663 * gst/interleave/deinterleave.c: (deinterleave_class_init):
16664 * gst/interleave/interleave.c: (interleave_class_init):
16665 * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16666 * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16667 * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16668 * gst/median/gstmedian.c: (gst_median_class_init):
16669 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16670 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16671 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16672 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16673 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16674 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16675 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16676 * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16677 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16678 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16679 * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16680 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16681 * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16682 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16683 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16684 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16685 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16686 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16687 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16688 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16689 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16690 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16691 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16692 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16693 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16694 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16695 * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16696 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16697 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16698 * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16699 * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16700 * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16701 * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16702 * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16703 * sys/osxaudio/gstosxaudioelement.c:
16704 (gst_osxaudioelement_class_init):
16705 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16706 * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16707 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16708 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16710 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16712 * ext/mikmod/gstmikmod.h:
16713 * gst/level/gstlevel.h:
16714 Fix more broken GObject macros
16716 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16718 * ext/annodex/gstcmmldec.h:
16719 * ext/annodex/gstcmmlenc.h:
16720 * ext/annodex/gstcmmltag.h:
16721 * ext/cairo/gsttextoverlay.h:
16722 * ext/ladspa/gstsignalprocessor.h:
16723 * gst/matroska/ebml-read.h:
16724 * gst/matroska/ebml-write.h:
16725 * sys/osxaudio/gstosxaudioelement.h:
16726 Fix broken GObject macros
16728 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
16730 * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16731 Don't try to seek beyond the end of the file (would
16732 occasionally display error dialogs in totem when seeking
16733 to the end) (#335869). Will still throw an error though
16734 if the file is truncated and the total_samples value in
16735 the stream header is wrong.
16737 2006-04-07 Tim-Philipp Müller <tim at centricular dot net>
16739 * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16740 (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16741 (gst_flac_dec_metadata_callback):
16742 * ext/flac/gstflacdec.h:
16743 If the stream header doesn't contain the total number of samples,
16744 search for the last flac frame at the end of the file and calculate
16745 the total duration from that frame's offset (fixes #337609).
16747 2006-04-07 Edward Hervey <edward@fluendo.com>
16749 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16750 Don't unref the GstPadTemplate returned by
16751 gst_element_class_get_pad_template().
16753 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
16755 Patch by: Brian Cameron <brian dot cameron at sun dot com>
16757 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16758 (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16759 * sys/sunaudio/gstsunaudiosink.h:
16760 Use spec->segsize and spec->segtotal in the prepare function
16761 to initialise the ring buffer instead of using the buffer-time
16762 property (#337421).
16764 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
16767 Bump core requirements to CVS for gst_pad_query_peer_duration()
16768 which is used by speexdec.
16770 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
16772 * ext/speex/gstspeex.c: (plugin_init):
16773 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16774 (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16775 (speex_get_sink_query_types), (speex_dec_sink_query),
16776 (speex_get_src_query_types), (speex_dec_src_query),
16777 (speex_dec_src_event), (speex_dec_sink_event),
16778 (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16779 (speex_dec_chain_parse_data), (speex_dec_chain),
16780 (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16781 (speex_dec_change_state):
16782 * ext/speex/gstspeexdec.h:
16783 Fix seeking and duration queries (#337033); clean up and
16786 2006-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
16788 * ext/raw1394/gstdv1394src.c:
16789 distinguish between device not found and could not open for
16792 2006-04-03 Thomas Vander Stichele <thomas at apestaart dot org>
16796 * pkgconfig/.cvsignore:
16797 * pkgconfig/Makefile.am:
16798 * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16799 add a .pc file so other modules can use good plugins in tests
16801 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16804 clean up, use AS_VERSION and AS_NANO
16805 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16806 use PACKAGE_VERSION define
16823 2006-03-31 Sebastien Moutte <sebastien@moutte.net>
16825 * ext\jpeg\smokecodec.c:
16826 use of GST_DEBUG instead of DEBUG(a...) for WIN32
16827 * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16828 move first instruction after all variables declarations
16829 * gst\alpha\gstalpha.c:
16830 * gst\effectv\gstshagadelic.c:
16831 * gst\smpte\paint.c:
16832 * gst\videofilter\gstvideobalance.c:
16833 define M_PI if it's not defined (it's not defined on WIN32)
16834 * gst\cutter\gstcutter.c: (gst_cutter_chain):
16835 * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16836 * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16837 * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info),
16838 (gst_matroska_demux_video_caps):
16839 * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16840 * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16841 use gst_guint64_to_gdouble for conversions
16842 * gst\goom\filters.c: (setPixelRGB_):
16843 fix a debug which was using undefined variable
16844 * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16845 * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16846 replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16848 add vs6 projects files for most of plugins-good
16850 2006-03-30 j^ <j@bootlab.org>
16852 * ext/aalib/gstaasink.c:
16853 * ext/annodex/gstcmmldec.c:
16854 * ext/annodex/gstcmmlenc.c:
16855 * ext/cairo/gsttextoverlay.c:
16856 * ext/cairo/gsttimeoverlay.c:
16857 * ext/cdio/gstcdiocddasrc.c:
16858 * ext/dv/gstdvdec.c:
16859 * ext/esd/esdmon.c:
16860 * ext/esd/esdsink.c:
16861 * ext/flac/gstflacdec.c:
16862 * ext/flac/gstflacenc.c:
16863 * ext/flac/gstflactag.c:
16864 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16865 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16866 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16867 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16868 * ext/gdk_pixbuf/gstgdkpixbuf.c:
16869 * ext/gdk_pixbuf/pixbufscale.c:
16870 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16871 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16872 * ext/jpeg/gstjpegdec.c:
16873 * ext/jpeg/gstjpegenc.c:
16874 * ext/jpeg/gstsmokedec.c:
16875 * ext/jpeg/gstsmokeenc.c:
16876 * ext/libcaca/gstcacasink.c:
16877 * ext/libmng/gstmngdec.c:
16878 * ext/libmng/gstmngenc.c:
16879 * ext/libpng/gstpngdec.c:
16880 * ext/libpng/gstpngenc.c:
16881 * ext/mikmod/gstmikmod.c:
16882 * ext/raw1394/gstdv1394src.c:
16883 * ext/shout2/gstshout2.c:
16884 * ext/speex/gstspeexdec.c:
16885 * ext/speex/gstspeexenc.c:
16886 * gst/alpha/gstalpha.c:
16887 * gst/alpha/gstalphacolor.c:
16888 * gst/auparse/gstauparse.c:
16889 * gst/autodetect/gstautoaudiosink.c:
16890 (gst_auto_audio_sink_base_init):
16891 * gst/autodetect/gstautovideosink.c:
16892 (gst_auto_video_sink_base_init):
16893 * gst/avi/gstavimux.c: (gst_avimux_base_init):
16894 * gst/cutter/gstcutter.c:
16895 * gst/debug/breakmydata.c:
16896 * gst/debug/efence.c:
16897 * gst/debug/gstnavigationtest.c:
16898 * gst/debug/negotiation.c:
16899 * gst/debug/progressreport.c:
16900 * gst/debug/testplugin.c:
16901 * gst/effectv/gstaging.c:
16902 * gst/effectv/gstdice.c:
16903 * gst/effectv/gstedge.c:
16904 * gst/effectv/gstquark.c:
16905 * gst/effectv/gstrev.c:
16906 * gst/effectv/gstvertigo.c:
16907 * gst/effectv/gstwarp.c:
16908 * gst/flx/gstflxdec.c:
16909 * gst/goom/gstgoom.c:
16910 * gst/interleave/deinterleave.c:
16911 * gst/interleave/interleave.c:
16912 * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16913 * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16914 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16915 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16916 * gst/level/gstlevel.c:
16917 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16918 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16919 * gst/median/gstmedian.c:
16920 * gst/monoscope/gstmonoscope.c:
16921 * gst/multipart/multipartdemux.c:
16922 * gst/multipart/multipartmux.c:
16923 * gst/oldcore/gstmd5sink.c:
16924 * gst/oldcore/gstmultifilesrc.c:
16925 * gst/oldcore/gstpipefilter.c:
16926 * gst/oldcore/gstshaper.c:
16927 * gst/oldcore/gststatistics.c:
16928 * gst/rtp/gstasteriskh263.c:
16929 * gst/rtp/gstrtpL16depay.c:
16930 * gst/rtp/gstrtpL16pay.c:
16931 * gst/rtp/gstrtpamrdepay.c:
16932 * gst/rtp/gstrtpamrpay.c:
16933 * gst/rtp/gstrtpdepay.c:
16934 * gst/rtp/gstrtpgsmpay.c:
16935 * gst/rtp/gstrtph263pay.c:
16936 * gst/rtp/gstrtph263pdepay.c:
16937 * gst/rtp/gstrtph263ppay.c:
16938 * gst/rtp/gstrtpmp4gpay.c:
16939 * gst/rtp/gstrtpmp4vdepay.c:
16940 * gst/rtp/gstrtpmp4vpay.c:
16941 * gst/rtp/gstrtpmpadepay.c:
16942 * gst/rtp/gstrtpmpapay.c:
16943 * gst/rtp/gstrtppcmadepay.c:
16944 * gst/rtp/gstrtppcmapay.c:
16945 * gst/rtp/gstrtppcmudepay.c:
16946 * gst/rtp/gstrtppcmupay.c:
16947 * gst/rtp/gstrtpspeexdepay.c:
16948 * gst/rtp/gstrtpspeexpay.c:
16949 * gst/rtsp/gstrtpdec.c:
16950 * gst/smpte/gstsmpte.c:
16951 * gst/videobox/gstvideobox.c:
16952 * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16953 * gst/videofilter/gstvideobalance.c:
16954 * gst/videofilter/gstvideoflip.c:
16955 * gst/videofilter/gstvideotemplate.c:
16956 (gst_videotemplate_base_init):
16957 * gst/videomixer/videomixer.c:
16958 * gst/wavenc/gstwavenc.c:
16959 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16960 better/unified long descriptions
16962 Some cleanups to auparse, don't send multiple newsegments.
16964 2006-03-29 Wim Taymans <wim@fluendo.com>
16966 From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16968 * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16969 (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16970 (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16971 (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16972 * ext/dv/gstdvdemux.h:
16973 Seek in READY patch. Only works for pull based mode.
16976 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16978 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16979 (gst_gdk_pixbuf_event):
16980 Fix two crashers: don't unref the same caps twice, and
16981 set pixbuf loader to NULL after freeing it.
16983 2006-03-27 Wim Taymans <wim@fluendo.com>
16985 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16986 (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16987 (gst_speexenc_chain):
16988 * ext/speex/gstspeexenc.h:
16989 Don't leak adapter.
16990 A push *always* takes ownership of the buffer, even on
16994 2006-03-26 Tim-Philipp Müller <tim at centricular dot net>
16996 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16997 Create source pad without leaking.
16999 2006-03-24 Wim Taymans <wim@fluendo.com>
17001 * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17002 * ext/flac/gstflacdec.h:
17003 * ext/flac/gstflacenc.h:
17005 Fix deadly lock order error in seeking code, STREAM_LOCK
17006 cannot be taken within LOCK and the streaming variables are
17007 protected with the STREAM_LOCK anyway.
17009 2006-03-24 Wim Taymans <wim@fluendo.com>
17011 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17012 (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17013 (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17014 this patch combines the global init_frames with the stream
17015 init_frames. Rationale being that the global delay should
17016 be subtracted from any stream delay.
17019 2006-03-24 Stefan Kost <ensonic@users.sf.net>
17021 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17022 * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17023 * gst/smpte/gstsmpte.c: (gst_smpte_init):
17024 * gst/videomixer/videomixer.c: (gst_videomixer_init):
17025 use DEBUG_FUNCPTR for collectpads
17027 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
17029 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17030 Don't crash when encoding images where the number of rows isn't
17031 a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17033 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17035 * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17036 * gst/interleave/deinterleave.c: (deinterleave_change_state):
17037 * gst/interleave/interleave.c: (interleave_change_state):
17038 * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17039 More state change function fixes.
17041 2006-03-23 Wim Taymans <wim@fluendo.com>
17043 * ext/esd/esdsink.c: (gst_esdsink_class_init),
17044 (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17045 (gst_esdsink_prepare), (gst_esdsink_unprepare),
17046 (gst_esdsink_delay), (gst_esdsink_reset):
17047 * ext/esd/esdsink.h:
17048 Fix esd choppy playback by configuring audiosink
17049 correctly. Fixes #325191
17051 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17053 * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17054 Make state change function thread-safe.
17056 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17058 * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17059 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17060 Don't try to read beyond the end of the file just because
17061 the header claims a bigger size (like with truncated files).
17063 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17065 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17066 (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17067 (gst_wavparse_stream_data), (gst_wavparse_loop):
17068 * gst/wavparse/gstwavparse.h:
17069 Delay source pad creation until we have the first chunk of
17070 media data, so the we can examine the data and adjust the
17071 caps accordingly if required. This makes playback of .wav
17072 files with DTS-declared-as-PCM content work (#313266).
17074 2006-03-22 Jan Schmidt <thaytan@mad.scientist.com>
17076 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17077 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17078 Don't attempt typefinding on too-short buffers that have been
17079 completely trimmed away. (Fixes #330239)
17081 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17082 Improve the debug output
17084 2006-03-21 Wim Taymans <wim@fluendo.com>
17086 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17087 (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17088 (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17089 (gst_esdsink_set_property), (gst_esdsink_get_property):
17091 Reset fd to -1 when we close them.
17093 2006-03-21 Wim Taymans <wim@fluendo.com>
17095 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17096 the OPTIONS request result is optional so don't
17099 2006-03-21 Edward Hervey <edward@fluendo.com>
17101 * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17102 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17103 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17104 (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17105 (gst_wavparse_change_state):
17106 gcc 4.1 unreferenced pointer fixes.
17108 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
17110 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
17112 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17113 Fix block alignment calculation. Alignment should be done before
17114 adding the byte offset where the data starts (#335231).
17116 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
17118 * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17119 Ensure that we set correct caps on buffers that are transferred
17120 direct from the input.
17122 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
17124 * gst/goom/filters.c: (zoomFilterDestroy):
17125 * gst/goom/goom_core.c: (goom_close):
17126 Free filter data when cleaning up. (Fixes: #334995)
17128 2006-03-17 Tim-Philipp Müller <tim at centricular dot net>
17131 Don't compile udp and rtsp plugins on win32 (mingw) or other
17132 systems that don't have <sys/socket.h> for some reason (#316203).
17134 2006-03-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17136 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17137 (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17138 * ext/raw1394/gstdv1394src.h:
17139 Change bus reset handler so it reports useful information such as
17140 whether the device being used connected or disconnected
17142 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17144 * gst/id3demux/id3v2frames.c:
17145 (parse_relative_volume_adjustment_two):
17146 We only care about gain and peak data for the master volume.
17148 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17150 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17151 (parse_id_string), (parse_unique_file_identifier),
17152 (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17153 Read replay gain tags (#323721).
17155 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17158 Bump requirements to gst-plugins-base CVS because
17159 of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17161 2006-03-15 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
17163 * rtp/gst/gstrtppcmadepay.c:
17164 Fixed one of the caps in the code from mulaw to alaw.
17166 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
17168 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17169 Ensure that we set caps on the buffers we pass.
17171 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17172 (gst_id3demux_sink_activate):
17173 Ensure that we set caps on the buffers we pass.
17175 Use STREAM, TYPE_NOT_FOUND as the error class when
17178 2006-03-15 Edward Hervey <edward@fluendo.com>
17180 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17181 * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17182 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17183 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17184 (gst_jpeg_dec_setcaps):
17185 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17186 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17187 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17188 * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17189 (gst_mngdec_src_getcaps):
17190 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17191 (gst_pngdec_caps_create_and_set):
17192 * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17193 * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17194 * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17195 * gst/alpha/gstalpha.c: (gst_alpha_init):
17196 * gst/auparse/gstauparse.c: (gst_au_parse_init):
17197 * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17198 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17199 * gst/cutter/gstcutter.c: (gst_cutter_init):
17200 * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17201 (gst_efence_checkgetrange):
17202 * gst/debug/negotiation.c: (gst_negotiation_init):
17203 * gst/flx/gstflxdec.c: (gst_flxdec_init):
17204 * gst/goom/gstgoom.c: (gst_goom_init):
17205 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17206 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17207 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17208 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17209 * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17210 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17211 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17212 * gst/smpte/gstsmpte.c: (gst_smpte_init):
17213 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17214 (gst_wavparse_create_sourcepad):
17215 Fix memleak with gst_static_pad_template_get().
17216 This uses gst_pad_new_from_static_template() instead.
17219 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17222 Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17225 * gst/id3demux/gstid3demux.c: (plugin_init):
17226 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17227 (parse_user_text_identification_frame),
17228 (parse_unique_file_identifier):
17229 Add support for UFID and TXXX frames and extract musicbrainz tags.
17231 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17233 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17234 Catch short reads, like they might happen with truncated
17235 files (see #305279); remove unnecessary indentation.
17237 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17239 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17240 Fix DIB image inversion for pictures with a
17241 depth != 8 (#305279).
17243 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17245 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17246 (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17247 * ext/jpeg/gstjpegdec.h:
17248 Fix durations on outgoing buffers after seeking
17249 in MJPEG files (#334083); some minor clean-ups.
17251 2006-03-13 Wim Taymans <wim@fluendo.com>
17253 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17254 (gst_wavparse_change_state):
17255 Implement seek in READY (re-fixes #327658)
17257 2006-03-13 Wim Taymans <wim@fluendo.com>
17259 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17260 * ext/esd/esdmon.c: (gst_esdmon_get):
17261 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17262 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17263 (gst_gdk_pixbuf_sink_getcaps):
17264 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17265 (gst_jpegenc_setcaps):
17266 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17267 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17268 (gst_smokeenc_setcaps):
17269 * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17270 (gst_mngdec_src_getcaps):
17271 * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17272 (gst_mngenc_chain):
17273 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17274 * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17275 * ext/speex/gstspeexdec.c: (speex_dec_convert),
17276 (speex_dec_src_event), (speex_dec_chain):
17277 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17278 (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17279 * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17280 (gst_negotiation_pad_link), (gst_negotiation_chain):
17281 * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17282 (gst_flxdec_chain):
17283 * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17284 (deinterleave_chain):
17285 * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17286 * gst/median/gstmedian.c: (gst_median_link):
17287 * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17288 (gst_monoscope_chain):
17289 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17290 * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17291 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17292 * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17293 close #333784 unref the result of gst_pad_get_parent()
17294 by: Christophe Fergeau.
17296 2006-03-09 Wim Taymans <wim@fluendo.com>
17298 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17299 (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17300 Handle events in push mode better, can now do non-flushing
17301 seeks in push mode as well.
17303 2006-03-07 Wim Taymans <wim@fluendo.com>
17305 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17306 Applied patch from Kai Vehmanen, fixes #333624.
17308 2006-03-06 Julien MOUTTE <julien@moutte.net>
17310 * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
17311 Implement paletted and grayscale png files handling.
17314 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
17316 * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17317 (gst_speexenc_chain):
17318 fix a tag list assert
17319 follow gst-plugins-base/ext/ogg/README; set OFFSET
17320 and OFFSET_END. Muxes correctly with gst-plugins-base
17323 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17325 * gst/id3demux/Makefile.am:
17326 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17327 (gst_id3demux_chain), (gst_id3demux_sink_activate):
17328 Use new typefind helper functions here as well, and
17329 do typefinding in pull-mode if upstream supports that.
17331 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17333 * sys/sunaudio/gstsunaudiomixerctrl.c:
17334 (gst_sunaudiomixer_ctrl_get_volume),
17335 (gst_sunaudiomixer_ctrl_set_volume):
17336 * sys/sunaudio/gstsunaudiomixertrack.c:
17337 (gst_sunaudiomixer_track_new):
17338 Remove unused variables, breaks build from CVS
17339 with -Werror (#333392, patch by: Benjamin Pineau)
17341 2006-03-03 Wim Taymans <wim@fluendo.com>
17343 * docs/plugins/Makefile.am:
17344 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17345 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17346 Added wavparse docs.
17348 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17349 (gst_wavparse_reset), (gst_wavparse_init),
17350 (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17351 (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17352 (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17353 (gst_wavparse_stream_data), (gst_wavparse_loop),
17354 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17355 (gst_wavparse_change_state):
17356 * gst/wavparse/gstwavparse.h:
17357 Implement seek in READY (fixes #327658)
17358 Added docs and did some cleanups.
17360 2006-03-03 Tim-Philipp Müller <tim at centricular dot net>
17362 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17363 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17364 (gst_avi_demux_calculate_durations_from_index),
17365 (gst_avi_demux_stream_header):
17366 * gst/avi/gstavidemux.h:
17367 If we have an index, use a duration based on the index instead
17368 of blindly trusting the information in the stream headers
17371 2006-03-03 Wim Taymans <wim@fluendo.com>
17373 * docs/plugins/Makefile.am:
17374 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17375 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17376 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17377 Added smoke and jpeg to the docs.
17379 * ext/jpeg/Makefile.am:
17380 * ext/jpeg/gstjpeg.c: (plugin_init):
17381 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17382 * ext/jpeg/gstjpegenc.h:
17383 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17384 (gst_smokedec_chain):
17385 * ext/jpeg/gstsmokedec.h:
17386 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17387 * ext/jpeg/gstsmokeenc.h:
17388 * ext/jpeg/smokecodec.h:
17389 Port smokedec (fixes #331905).
17393 2006-03-03 Wim Taymans <wim@fluendo.com>
17395 * docs/plugins/Makefile.am:
17396 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17397 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17398 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17399 Added videobalance and videoflip to the docs.
17401 * gst/videofilter/Makefile.am:
17402 * gst/videofilter/gstvideobalance.c:
17403 (gst_video_balance_update_tables_planar411),
17404 (gst_video_balance_is_passthrough),
17405 (gst_video_balance_update_properties), (oil_tablelookup_u8),
17406 (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17407 (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17408 (gst_video_balance_finalize), (gst_video_balance_class_init),
17409 (gst_video_balance_init), (gst_video_balance_interface_supported),
17410 (gst_video_balance_interface_init),
17411 (gst_video_balance_colorbalance_list_channels),
17412 (gst_video_balance_colorbalance_set_value),
17413 (gst_video_balance_colorbalance_get_value),
17414 (gst_video_balance_colorbalance_init),
17415 (gst_video_balance_set_property), (gst_video_balance_get_property),
17416 (gst_video_balance_get_type), (plugin_init):
17417 * gst/videofilter/gstvideobalance.h:
17418 Ported to 0.10. (Fixes #326160)
17421 * gst/videofilter/gstvideoflip.c:
17422 * gst/videofilter/gstvideoflip.h:
17425 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17428 Bump requirements to current core and -base CVS
17429 (core for new typefind helper API, and -base for the
17430 WAVFORMATEX support that was added to libgstriff and
17431 is needed by wavparse).
17433 * gst/apetag/Makefile.am:
17434 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17435 (gst_tag_demux_sink_activate):
17436 Use new typefind helpers for typefinding instead of our
17437 home-grown stuff; also, do typefinding in pull-mode if
17438 upstream supports that.
17440 2006-02-28 Jürg Billeter <j (at) bitron.ch>
17442 Reviewed by: Christian Schaller <christian@fluendo.com>
17444 This patch fixes bug: 329107
17446 This Changelog entry is for a commit done on February 17
17448 * ext/gconf/gconf.c
17449 * ext/gconf/gconf.h
17450 * ext/gconf/gstgconfaudiosink.c
17451 * ext/gconf/gstgconfaudiosink.h
17452 * gconf/gstreamer.schemas.in
17454 2006-02-28 Wim Taymans <wim@fluendo.com>
17456 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17457 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17458 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17459 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17460 Use DEBUG_OBJECT more.
17462 2006-02-28 Wim Taymans <wim@fluendo.com>
17464 * docs/plugins/Makefile.am:
17465 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17466 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17467 Added dvdec and dvdemux to docs.
17469 * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17471 Check frame sizes so we don't crash when don't have enough
17473 Send nice error messages on error.
17475 * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17476 (gst_dvdemux_class_init), (gst_dvdemux_init),
17477 (gst_dvdemux_finalize), (gst_dvdemux_reset),
17478 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17479 (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17480 (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17481 (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17482 (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17483 (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17484 (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17485 (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17486 (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17487 (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17488 (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17489 * ext/dv/gstdvdemux.h:
17491 Implement pull mode.
17493 Reduce memcpy for the video demuxing.
17495 2006-02-28 Jan Schmidt <thaytan@mad.scientist.com>
17497 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17498 (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17499 (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17500 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17501 Add a little extra debug. Make the decoder not return NOT_LINKED,
17502 as we want to continue decoding all CMML and emitting tags.
17504 2006-02-27 Michael Smith <msmith@fluendo.com>
17506 * ext/annodex/gstskeltag.c:
17507 * ext/annodex/gstskeltag.h:
17508 Deleted; these files aren't used any more either.
17510 2006-02-25 Julien MOUTTE <julien@moutte.net>
17512 * ext/Makefile.am: Fix dist-check.
17514 2006-02-25 Julien MOUTTE <julien@moutte.net>
17516 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17519 2006-02-25 Alessandro Decina <alessandro@nnva.org>
17521 * ext/annodex/Makefile.am:
17522 * ext/annodex/gstannodex.c:
17523 * ext/annodex/gstcmmldec.c:
17524 * ext/annodex/gstcmmlenc.c:
17525 * ext/annodex/gstcmmlparser.c:
17526 * ext/annodex/gstcmmlparser.h:
17527 * ext/annodex/gstcmmlutils.c:
17528 * tests/check/elements/cmmldec.c:
17529 * tests/check/elements/cmmlenc.c:
17530 Fix a memleak in gst_cmml_track_list_add_clip.
17531 Handle overflows in clip's start and end times.
17532 Add the "encoded" parameter to cmmldec and cmmlenc caps.
17533 Do not parse junk at the end of a CMML preamble buffer.
17534 Register a libxml error handler to not print stuff on stderr.
17535 Check for bad clip start and end times in the testsuites.
17537 2006-02-25 Julien MOUTTE <julien@moutte.net>
17539 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17540 (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17541 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17542 (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17543 * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17546 2006-02-25 Julien MOUTTE <julien@moutte.net>
17548 * tests/check/Makefile.am:
17549 * tests/check/elements/cmmldec.c:
17550 * tests/check/elements/cmmlenc.c: Fix tests so that they use
17551 the plugins-base tags.
17553 2006-02-25 Julien MOUTTE <julien@moutte.net>
17555 * ext/Makefile.am: Re-enable module.
17557 2006-02-25 Julien MOUTTE <julien@moutte.net>
17559 * tests/check/Makefile.am: Forgot to remove that test.
17561 2006-02-25 Julien MOUTTE <julien@moutte.net>
17563 * ext/annodex/Makefile.am:
17564 * ext/annodex/gstannodex.c: (plugin_init):
17565 * ext/annodex/gstcmmldec.c:
17566 * ext/annodex/gstskeldec.c:
17567 * ext/annodex/gstskeldec.h:
17568 * tests/check/Makefile.am:
17569 * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17571 2006-02-25 Julien MOUTTE <julien@moutte.net>
17573 * tests/check/Makefile.am: Disable those checks as well.
17575 2006-02-24 Julien MOUTTE <julien@moutte.net>
17577 * ext/Makefile.am: Disable annodex for now until we figure out
17578 how to make it build.
17579 * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17580 Add a rule to your checklist : "please try to at least build
17581 what you are going to commit into -good, or if you are too lazy
17582 to do that, please check that the buildbots are not crying because
17585 2006-02-24 Edgard Lima <edgard.lima@indt.org.br>
17589 * ext/gdk_pixbuf/Makefile.am:
17590 * ext/gdk_pixbuf/gstgdkpixbuf.c:
17591 * ext/gdk_pixbuf/gstgdkpixbuf.h:
17592 * ext/gdk_pixbuf/pixbufscale.c:
17593 * ext/gdk_pixbuf/pixbufscale.h:
17594 Gdkpixbuf ported from 0.8 to 0.10 by
17595 Renato Filho <renato.filho@indt.org.br>.
17596 gst_loader and gdkpixbufanimation still need port.
17598 2006-02-24 Michael Smith <msmith@fluendo.com>
17601 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17603 * ext/annodex/Makefile.am:
17604 * ext/annodex/gstannodex.c:
17605 * ext/annodex/gstannodex.h:
17606 * ext/annodex/gstcmmldec.c:
17607 * ext/annodex/gstcmmldec.h:
17608 * ext/annodex/gstcmmlenc.c:
17609 * ext/annodex/gstcmmlenc.h:
17610 * ext/annodex/gstcmmlparser.c:
17611 * ext/annodex/gstcmmlparser.h:
17612 * ext/annodex/gstcmmltag.c:
17613 * ext/annodex/gstcmmltag.h:
17614 * ext/annodex/gstcmmlutils.c:
17615 * ext/annodex/gstcmmlutils.h:
17616 * ext/annodex/gstskeldec.c:
17617 * ext/annodex/gstskeldec.h:
17618 * ext/annodex/gstskeltag.c:
17619 * ext/annodex/gstskeltag.h:
17620 * tests/check/Makefile.am:
17621 * tests/check/elements/cmmldec.c:
17622 * tests/check/elements/cmmlenc.c:
17623 * tests/check/elements/skeldec.c:
17624 Add Annodex elements from Alessendro Decina: skeleton and CMML.
17625 Includes tests & docs, oh my! Passes Thomas's -good checklist
17628 2006-02-24 Michael Smith <msmith@fluendo.com>
17631 Check for automake 1.9 as well.
17633 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17635 * ext/flac/gstflacenc.c:
17636 Change min. sample rate to 8kHz to match flacdec's.
17638 2006-02-23 Tim-Philipp Müller <tim at centricular dot net>
17640 * ext/cdio/Makefile.am:
17641 Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17642 required for Cygwin, see #317048)
17644 * gst/rtp/gstasteriskh263.c:
17645 Cygwin has includes for both the unix network socket API
17646 and the windows API, but only one can be included, so fix
17647 includes to only use one or the other, prefering the unxi
17650 2006-02-23 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
17652 * rtp/gst/gstrtppcmadepay.c:
17653 * rtp/gst/gstrtppcmadepay.h:
17654 * rtp/gst/gstgstrtppcmapay.c:
17655 * rtp/gst/gstgstrtppcmapay.h:
17656 * rtp/gst/gstrtppcmudepay.c:
17657 * rtp/gst/gstrtppcmudepay.h:
17658 * rtp/gst/gstrtppcmupay.c:
17659 * rtp/gst/gstrtppcmupay.h:
17660 * rtp/gst/Makefile.am:
17661 * rtp/gst/gstrtp.c:
17663 Separated the G711 payloaders/depayloaders into separate elements for
17664 mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17666 2006-02-22 Wim Taymans <wim@fluendo.com>
17668 * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17669 (gst_dvdec_change_state):
17670 * ext/dv/gstdvdec.h:
17671 * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17672 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17673 (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17674 (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17675 (gst_dvdemux_flush), (gst_dvdemux_chain),
17676 (gst_dvdemux_change_state):
17677 * ext/dv/gstdvdemux.h:
17678 Ueber spiffify some more, added debug category.
17680 Use segments, respect playback rate from newsegment.
17681 Fix refcount issue.
17683 2006-02-20 Jan Schmidt <thaytan@mad.scientist.com>
17685 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17686 (gst_signal_processor_process):
17687 Fix compilation of LADPSA. It doesn't seem to work, and isn't
17688 enabled for the build, but it helps me win the feature-count
17689 competitions ooh yeah.
17691 2006-02-19 Wim Taymans <wim@fluendo.com>
17693 * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17694 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17695 (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17696 (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17697 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17698 (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17699 Use scaling code for added precission and more correct stop
17700 position in case scale==0.
17702 2006-02-19 Wim Taymans <wim@fluendo.com>
17704 * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17705 (gst_flxdec_chain):
17706 * gst/flx/gstflxdec.h:
17707 Implement DURATION query.
17709 2006-02-19 Wim Taymans <wim@fluendo.com>
17711 * gst/flx/flx_color.h:
17712 * gst/flx/flx_fmt.h:
17713 * gst/flx/gstflxdec.c: (gst_flxdec_init),
17714 (gst_flxdec_src_query_handler), (flx_decode_color),
17715 (gst_flxdec_chain):
17716 * gst/flx/gstflxdec.h:
17717 Set MALLOCDATA for the temp buffers so we don't leak.
17718 Some debug cleanups.
17719 Consume all data in the adapter before leaving the chain
17720 function. Fixes #330678.
17722 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
17724 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17725 * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17726 Handle 0 data size in otherwise valid frames.
17727 Handle numeric strings in 2.4.0 even when not in parentheses
17729 2006-02-18 Tim-Philipp Müller <tim at centricular dot net>
17731 * gst/matroska/matroska-demux.c:
17732 (gst_matroska_demux_subtitle_caps),
17733 (gst_matroska_demux_plugin_init):
17734 * gst/matroska/matroska-ids.h:
17735 Recognise SSA/ASS and USF subtitle formats and
17736 set proper caps when they are found.
17738 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
17740 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17741 (gst_jpeg_dec_chain):
17742 Fix invalid memory access for some odd-sized images
17743 (see image contained in quicktime stream in #327083);
17744 use g_malloc() instead of g_alloca().
17746 2006-02-17 Wim Taymans <wim@fluendo.com>
17748 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17749 Patch from Sebastien Cote, fixes #319884
17751 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
17753 * ext/cdio/gstcdio.c: (plugin_init):
17754 Init debug category (#331253).
17756 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17758 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17759 Pass extra_data to gst_riff_create_audio_caps(), so that
17760 WAVEFORMATEX stuff works. Post audio codec name and post
17761 it as taglist on the bus. Allow up to 8 channesl for raw
17762 PCM in the source pad template caps.
17764 2006-02-16 Wim Taymans <wim@fluendo.com>
17766 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17767 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17768 (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17769 (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17770 (gst_multipart_set_property), (gst_multipart_get_property):
17771 Applied #318663. Gives quite a few false positives in
17772 autoscan mode, but it's better than nothing. Not closing yet.
17774 2006-02-16 Wim Taymans <wim@fluendo.com>
17776 * docs/plugins/Makefile.am:
17777 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17778 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17779 * docs/plugins/gst-plugins-good-plugins.args:
17780 * docs/plugins/inspect/plugin-udp.xml:
17781 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17782 (gst_udpsrc_start):
17783 Update documentation.
17786 2006-02-16 Jan Schmidt <thaytan@mad.scientist.com>
17788 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17789 ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17790 frame size. (Fixes #331368)
17792 2006-02-16 Wim Taymans <wim@fluendo.com>
17797 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17798 (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17799 (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17800 * gst/rtsp/gstrtspsrc.h:
17801 Make sure the RTP port is an even port an try to allocate
17803 Added retry property to control max retries for port allocation.
17804 Make sure RTCP port is RTP port+1.
17805 Cleanup when port allocation fails.
17808 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17810 * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17811 Don't ignore return value of the parent class's state
17812 change function (#331385, patch by: Wouter Paesen).
17814 2006-02-15 Wim Taymans <wim@fluendo.com>
17817 * docs/plugins/Makefile.am:
17818 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17819 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17820 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17822 * ext/hal/Makefile.am:
17823 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17824 (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17825 (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17826 (do_toggle_element), (gst_hal_audio_sink_set_property),
17827 (gst_hal_audio_sink_get_property),
17828 (gst_hal_audio_sink_change_state):
17829 * ext/hal/gsthalaudiosink.h:
17830 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17831 (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17832 (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17833 (do_toggle_element), (gst_hal_audio_src_set_property),
17834 (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17835 * ext/hal/gsthalaudiosrc.h:
17836 * ext/hal/gsthalelements.c: (plugin_init):
17837 * ext/hal/gsthalelements.h:
17838 * ext/hal/hal.c: (gst_hal_get_string),
17839 (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17840 (gst_hal_get_audio_src):
17842 Add HAL sound device wrapper plugins. Closes #329106
17844 2006-02-15 Wim Taymans <wim@fluendo.com>
17846 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17847 Add comment in a fultile attempt to stop the copy-and-paste
17848 paradigm leading to duplication of bad code.
17850 * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17851 Mime parameters have to be checked case insensitive
17853 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
17855 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17856 Advance stream time for lagging subtitle streams by sending
17857 newsegment events with the update flag set.
17859 2006-02-14 Edward Hervey <edward@fluendo.com>
17861 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17862 There can be bogus data before the hdrl LIST tag in the RIFF header.
17863 It's hard to say if it's not respecting the AVI specifications or not,
17864 but since Google Video is producing AVIs like that and the other player
17865 don't seem to complain, I guess we should do the same.
17867 2006-02-13 Jan Schmidt <thaytan@mad.scientist.com>
17869 * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17870 (parse_split_strings):
17871 Add more validation to ensure that a char encoding conversion
17872 produced a valid UTF-8 string.
17874 2006-02-13 Mark Nauwelaerts <manauw@skynet.be>
17876 Reviewed by: Edward Hervey <edward@fluendo.com>
17878 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17879 Properly handle end of segment. Closes #330885.
17881 2006-02-13 Wim Taymans <wim@fluendo.com>
17883 * gst/rtp/gstrtpmp4gpay.h:
17884 For got to commit this one.
17886 2006-02-12 Wim Taymans <wim@fluendo.com>
17888 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17889 (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17890 (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17891 (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17892 * gst/rtp/gstrtpmp4gpay.h:
17893 Make more things work.
17894 Handle ACC config strings.
17896 2006-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
17898 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17899 set timestamps if no incoming timestamps set
17901 2006-02-11 Tim-Philipp Müller <tim at centricular dot net>
17903 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17904 (gst_tag_demux_do_typefind):
17905 ... and fix the very same leaks in GstTagDemux.
17907 2006-02-11 Jan Schmidt <thaytan@mad.scientist.com>
17909 * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17910 (gst_id3demux_do_typefind):
17911 Fix a couple of mem leaks. (Patch by Jonathan Matthew
17912 <jonathan at kaolin dot wh9 dot net>)
17914 2006-02-10 Wim Taymans <wim@fluendo.com>
17916 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17917 First set options, then set caps or else the baseclass
17918 will not know about the options, duh.
17920 2006-02-10 Wim Taymans <wim@fluendo.com>
17922 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17923 (gst_rtp_mp4v_pay_setcaps):
17924 Don't waste time looking for a config string if we have codec_info
17925 on the incomming caps.
17927 2006-02-10 Wim Taymans <wim@fluendo.com>
17930 Say something about case-sensitivity of caps vs mime-attributes.
17932 * gst/rtp/Makefile.am:
17933 * gst/rtp/gstrtp.c: (plugin_init):
17934 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17935 (gst_rtp_amr_pay_handle_buffer):
17936 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17937 (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17938 (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17939 (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17940 (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17941 (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17942 (gst_rtp_mp4g_pay_plugin_init):
17943 * gst/rtp/gstrtpmp4gpay.h:
17944 Added beginnings of mpeg4-generic payloader (RFC 3640)
17946 2006-02-09 Wim Taymans <wim@fluendo.com>
17948 * gst/rtsp/Makefile.am:
17949 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17950 (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17951 (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17952 (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17953 (gst_rtpdec_change_state):
17954 * gst/rtsp/gstrtpdec.h:
17955 * gst/rtsp/gstrtsp.c: (plugin_init):
17956 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17957 * gst/rtsp/rtspconnection.c: (read_body),
17958 (rtsp_connection_receive):
17959 * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17960 Resurected rtpdec to make rtspsrc happy again.
17961 Skip attributes from the session id.
17962 Don't crash when dumping a message with an empty body.
17965 2006-02-09 Wim Taymans <wim@fluendo.com>
17967 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17968 Added more meaningfull warnings when something goes wrong.
17969 Clear F bit on outgoing AMR packets.
17971 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17972 (gst_rtp_amr_pay_handle_buffer):
17973 Added debugging category
17974 Support payloading of multiple AMR frames.
17976 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17977 Added some debugging.
17979 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
17984 === release 0.10.2 ===
17986 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
17989 releasing 0.10.2, "Papa was a rolling stone"
17991 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
17994 Bump core and plugins-base requirement to 0.10.2.2
17995 for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17997 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
17999 * ext/flac/gstflac.c: (plugin_init):
18000 * ext/speex/gstspeex.c: (plugin_init):
18001 Register musicbrainz tags.
18003 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18005 * ext/gconf/gconf.h:
18006 Remove declaration of function that no longer exists.
18008 2006-02-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18010 * ext/shout2/gstshout2.c: (gst_shout2send_render),
18011 (gst_shout2send_setcaps), (gst_shout2send_change_state):
18012 Make shout2 work for non ogg streams
18014 2006-02-06 Wim Taymans <wim@fluendo.com>
18016 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18017 (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18018 (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18019 (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18020 (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18021 * gst/udp/gstmultiudpsink.h:
18023 Added properties bytes-served, bytes_to_serve.
18024 Post proper error messages,
18025 Emit client added signal too.
18027 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
18029 * docs/plugins/Makefile.am:
18030 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18031 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18032 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18033 (gst_multiudpsink_get_stats):
18034 adding docs for multiudpsink
18036 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
18038 * gst/level/gstlevel.c: (gst_level_transform_ip):
18039 peak below decay is not necessarily an error, so don't ERROR log
18041 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18043 * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18044 (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18045 (gst_ebml_write_seek):
18046 * gst/matroska/ebml-write.h:
18047 Make sure we send a newsegment event in BYTES format
18048 before sending buffers (#328531).
18050 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18052 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18053 (gst_dvdemux_sink_query):
18054 * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18055 * ext/speex/gstspeexdec.c: (speex_get_query_types),
18056 (speex_dec_src_query):
18057 * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18058 (gst_speexenc_sink_query):
18059 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18060 * gst/matroska/matroska-demux.c:
18061 (gst_matroska_demux_get_src_query_types),
18062 (gst_matroska_demux_handle_src_query):
18063 * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18064 (gst_wavparse_pad_query):
18065 Pass unhandled queries upstream instead of just dropping
18066 them (#326446). Update query type arrays here and there.
18068 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18070 * tests/check/elements/matroskamux.c: (setup_src_pad):
18071 Collectpads in core got changed and now also holds a
18072 reference to any pad that is part of it. Fix refcount
18073 checks in test case accordingly.
18075 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18077 * gst/apetag/gstapedemux.h:
18078 Fix include, for now GstTagDemux is in the apetag dir.
18080 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18082 * docs/plugins/Makefile.am:
18083 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18084 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18085 * docs/plugins/inspect/plugin-cdio.xml:
18086 Add cdio plugin to docs.
18088 * ext/cdio/gstcdiocddasrc.c:
18091 * ext/cdio/gstcdio.c:
18092 The plugin is called 'cdio' not 'cddio'.
18094 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18097 * docs/plugins/Makefile.am:
18098 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18099 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18100 * docs/plugins/gst-plugins-good-plugins.hierarchy:
18101 * docs/plugins/inspect/plugin-apetag.xml:
18102 * gst/apetag/Makefile.am:
18103 * gst/apetag/gstapedemux.c:
18104 * gst/apetag/gstapedemux.h:
18105 * gst/apetag/gsttagdemux.c:
18106 * gst/apetag/gsttagdemux.h:
18107 Add APE tag demuxer (#325649).
18109 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18111 * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18112 (gst_gconf_get_default_video_sink),
18113 (gst_gconf_get_default_audio_src),
18114 (gst_gconf_get_default_video_src):
18115 * ext/gconf/gconf.h:
18116 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18117 (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18118 (do_toggle_element):
18119 * ext/gconf/gstgconfaudiosink.h:
18120 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18121 (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18122 (do_toggle_element):
18123 * ext/gconf/gstgconfaudiosrc.h:
18124 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18125 (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18126 (do_toggle_element):
18127 * ext/gconf/gstgconfvideosink.h:
18128 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18129 (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18130 (do_toggle_element):
18131 * ext/gconf/gstgconfvideosrc.h:
18132 Ignore changing the GConf key to "". Ignore GConf key updates
18133 that don't actually change the string.
18134 For now, ignore the GConf key when the state is > READY, as
18135 it breaks streaming. Sometime it will be nice to bring the
18136 new sink online even mid-stream, by sending NEWSEGMENT info
18137 and possibly prerolling.
18140 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18142 * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18143 (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18144 (zoomFilterSetResolution), (zoomFilterDestroy),
18145 (zoomFilterFastRGB), (pointFilter):
18146 * gst/goom/filters.h:
18147 * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18148 (goom_update), (goom_close):
18149 * gst/goom/goom_core.h:
18150 * gst/goom/goom_tools.h:
18151 * gst/goom/graphic.c:
18152 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18153 (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18154 * gst/goom/gstgoom.h:
18155 * gst/goom/lines.c: (goom_lines):
18156 * gst/goom/lines.h:
18157 Make goom reentrant by moving all important static variables
18158 into instance structures.
18161 2006-02-04 Tim-Philipp Müller <tim at centricular dot net>
18163 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18164 (gst_avi_demux_all_source_pads_unlinked),
18165 (gst_avi_demux_process_next_entry):
18166 * gst/avi/gstavidemux.h:
18167 Third attempt, use gst_pad_is_linked() this time.
18169 2006-02-04 Jan Schmidt <thaytan@mad.scientist.com>
18171 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18172 (parse_split_strings):
18173 Adjust for data length indicators when parsing (Fixes #329810)
18174 Fix stupid bug parsing UTF-8 tag text.
18175 Output tag strings with multiple fields as multiple tags, so the
18176 app gets all the data.
18178 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18180 * ext/flac/gstflacenc.c:
18181 Fixed a bug add in last commit, where no event is send. Thanks Tim to
18184 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18186 * ext/flac/gstflacenc.c:
18187 * gst/matroska/ebml-read.c:
18188 Just make it compile with --disable-gst-debug.
18190 2006-02-03 Jan Schmidt <thaytan@mad.scientist.com>
18192 * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18193 (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18194 (id3v2_genre_fields_to_taglist):
18195 Never output a tag with a null contents string.
18197 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18199 * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18200 Only pause if all pads are unlinked AND we've tried to send data
18201 on all of them at least once.
18203 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18205 * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18206 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18207 Make loop function/task pause itself when all source pads are
18210 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18213 * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18214 Use new functions from core to render a bin from a
18215 string. Fixes build. Up requirements to core CVS.
18217 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18219 * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18220 Don't push buffers into the adapter that we are going to
18221 push downstream again without framing anyway. Also, the
18222 adaptor takes ownership of buffers put into it (fixes
18223 auparse pushing invalid buffers for .au files with
18224 ADPCM contents). Finally, set caps on all outgoing buffers.
18226 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
18228 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18229 (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18230 (gst_id3demux_send_tag_event):
18231 * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18232 Someone should kick my butt. Remove ID3v1 tags from the end of the
18235 Improve error messages. Send the TAG message as soon as we complete
18236 typefinding, instead of waiting until we send the first buffer.
18237 Downstream tag event is still sent before the first buffer.
18239 2006-01-27 Jan Gerber <j@bootlab.org>
18241 Reviewed by: Andy Wingo <wingo@pobox.com>
18243 * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18244 * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18245 Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18246 to not have warings flooding stderr. this is the suggested way
18247 also used in dvgrab and kino. (#328336)
18249 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18251 * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18252 (gst_oss_sink_init), (gst_oss_sink_finalise):
18253 Free the device name string when finalised.
18255 2006-01-25 Tim-Philipp Müller <tim at centricular dot net>
18257 * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18258 Don't put function calls in g_return_if_fail() statements,
18259 or they'll be replaced with NOOPs if someone compiles with
18260 G_DISABLE_CHECKS defined.
18262 2006-01-25 Jan Schmidt <thaytan@mad.scientist.com>
18264 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18265 Never trust ANY information encoded in a media file, especially
18266 when it's giving you sizes. (Fixes #328452)
18268 2006-01-24 Edgard Lima <edgard.lima@indt.org.br>
18270 * gst/rtp/gstrtpg711pay.c:
18271 Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18274 2006-01-23 Edward Hervey <edward@fluendo.com>
18276 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18277 (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18278 * gst/matroska/matroska-ids.h:
18279 Added recognition of Real Audio and Video streams in matroska demuxer.
18281 2006-01-23 Jan Schmidt <thaytan@mad.scientist.com>
18283 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18284 Remove errant break statement, and fix compilation with
18287 2006-01-23 Brian Cameron <brian dot cameron at sun dot com>
18289 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18291 * sys/sunaudio/gstsunaudiomixerctrl.c:
18292 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18293 Export functions that are needed in other parts of the code,
18294 makes the mixer actually work; adjust magic minimum buffer-time
18295 value from 3ms to 5ms to work around stuttering during mp3
18296 playback (#327765).
18298 2006-01-23 Michal Benes <michal dot benes at xeris dot cz>
18300 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18302 * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18303 (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18304 Fix possible deadlock in matroska muxer (#327825).
18306 2006-01-23 Tim-Philipp Müller <tim at centricular dot net>
18308 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18309 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18310 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18311 * gst/rtsp/sdpmessage.h:
18312 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18313 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18314 C89 fixes: declare variables at the beginning of a block and
18315 make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18316 <jensgr at gmx dot net>).
18318 2006-01-23 Jan Schmidt <thaytan@mad.scientist.com>
18320 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18321 * gst/id3demux/id3tags.h:
18322 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18323 (parse_comment_frame), (parse_text_identification_frame),
18324 (id3v2_tag_to_taglist), (id3v2_are_digits),
18325 (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18326 (parse_split_strings), (free_tag_strings):
18327 Rewrite parsing of text tags to handle multiple NULL terminated
18328 strings. Parse numeric genre strings and ID3v2 type
18329 "(3)(6)Alternative" style genre strings.
18330 Parse dates that are only YYYY or YYYY-mm format.
18331 (Fixes #328241 and #322154)
18333 2006-01-20 Tim-Philipp Müller <tim at centricular dot net>
18335 * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18336 Don't forget to initialize liboil, otherwise our oil functions
18337 will crash (fixes #327871; patch by: Christoph Burghardt
18338 <hawkes at web dot de>).
18340 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18343 Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18344 like in the core and gst-plugins-base. Fixes #324367 and #326683;
18345 patch by: Brian Cameron <brian dot cameron at sun dot com>
18347 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18349 * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18350 * ext/cdio/gstcdio.h:
18351 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18352 Fix build for libcdio versions >= 76; give slightly lower rank
18355 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
18359 * ext/cdio/Makefile.am:
18360 * ext/cdio/gstcdio.c:
18361 * ext/cdio/gstcdio.h:
18362 * ext/cdio/gstcdiocddasrc.c:
18363 * ext/cdio/gstcdiocddasrc.h:
18364 Port libcdio cdda source, formerly known as cddasrc, now known as
18365 cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18366 but that's not tested (fixes #317658).
18368 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
18370 * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18371 Fix conversion from TIME to BYTES format (fixes #326864;
18372 patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18374 2006-01-15 Jan Schmidt <thaytan@mad.scientist.com>
18376 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18377 Fix compilation of id3demux when zlib is not present.
18378 (Fixes #326602; patch by: Sergey Scobich)
18380 2006-01-15 Tim-Philipp Müller <tim at centricular dot net>
18382 * ext/esd/Makefile.am:
18383 Add $(ESD_CFLAGS), otherwise build will fail for folks
18384 with libesd in a non-standard prefix (#327009).
18386 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18391 === release 0.10.1 ===
18393 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18396 releasing 0.10.1, "Li"
18398 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18400 patch by: Wim Taymans
18402 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18403 fix memleak. Fixes #326618
18405 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18407 patch by: Mike Smith
18409 * gst/level/gstlevel.c: (gst_level_message_new),
18410 (gst_level_message_append_channel):
18411 Fix memleak. Fixes #326612
18413 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
18431 update translations
18433 2006-01-10 Michael Smith <msmith@fluendo.com>
18435 * gst/level/gstlevel.c: (gst_level_class_init),
18436 (gst_level_dispose):
18437 Don't leak filter arrays.
18439 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18441 reviewed by: Christian Schaller <uraeus@gnome.org>
18444 * gst-plugins-good.spec.in:
18446 * sys/sunaudio/Makefile.am:
18447 * sys/sunaudio/gstsunaudio.c: (plugin_init):
18448 * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18449 (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18450 (gst_sunaudiomixer_change_state):
18451 * sys/sunaudio/gstsunaudiomixer.h:
18452 * sys/sunaudio/gstsunaudiomixerctrl.c:
18453 (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18454 (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18455 (gst_sunaudiomixer_ctrl_list_tracks),
18456 (gst_sunaudiomixer_ctrl_get_volume),
18457 (gst_sunaudiomixer_ctrl_set_volume),
18458 (gst_sunaudiomixer_ctrl_set_mute),
18459 (gst_sunaudiomixer_ctrl_set_record):
18460 * sys/sunaudio/gstsunaudiomixerctrl.h:
18461 * sys/sunaudio/gstsunaudiomixertrack.c:
18462 (gst_sunaudiomixer_track_class_init),
18463 (gst_sunaudiomixer_track_init), (fill_labels),
18464 (gst_sunaudiomixer_track_new):
18465 * sys/sunaudio/gstsunaudiomixertrack.h:
18466 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18467 (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18468 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18469 (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18470 (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18471 (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18472 (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18473 * sys/sunaudio/gstsunaudiosink.h:
18475 Add SunAudio plugin - tested to make sure it doesn't break
18476 the build under GNU/Linux.
18478 2005-01-07 Philippe Khalaf <philippe.kalaf@collabora.co.uk>
18480 * gst-plugins-good/gst/udp/gstdynudpsink.c:
18481 * gst-plugins-good/gst/udp/gstudpsrc.c:
18482 Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18483 overrides the port or multicast parameters. Fixes bugs #323021.
18484 API addition: adds GstUDPSrc::sockfd property
18486 2006-01-06 Tim-Philipp Müller <tim at centricular dot net>
18488 * ext/gconf/Makefile.am:
18489 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18490 (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18491 (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18492 (do_toggle_element), (cb_toggle_element),
18493 (gst_gconf_audio_src_change_state):
18494 * ext/gconf/gstgconfaudiosrc.h:
18495 * ext/gconf/gstgconfelements.c: (plugin_init):
18496 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18497 (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18498 (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18499 (do_toggle_element), (cb_toggle_element),
18500 (gst_gconf_video_src_change_state):
18501 * ext/gconf/gstgconfvideosrc.h:
18502 Add new gconfaudiosrc and gconfvideosrc elements
18503 (needed for gnome-sound-recorder).
18505 2006-01-06 Edward Hervey <edward@fluendo.com>
18507 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18508 Add gst_element_no_more_pads() for proper decodebin behaviour.
18509 * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18510 (parse_text_identification_frame), (parse_split_strings):
18511 Failure to decode some tags is not a GST_ERROR() but a
18513 When iterating over a chunk of text, check that we haven't gone too
18516 2006-01-05 Stefan Kost <ensonic@users.sf.net>
18518 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18520 call oil_init() when using liboil
18522 2006-01-04 Wim Taymans <wim@fluendo.com>
18524 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18525 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18528 2006-01-02 Alessandro Decina <alessandro at nnva dot org>
18530 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18532 * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18533 (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18534 (gst_flac_dec_change_state):
18535 Don't g_assert() where we should just return FALSE; remove
18536 unnecessary g_assert(); initialize some fields properly in
18537 state change function (fixes #325504). Also, use
18538 GST_DEBUG_OBJECT in two more places.
18540 2005-12-30 Stefan Kost <ensonic@users.sf.net>
18543 also remove smoothwave's Makefile.am
18544 * docs/plugins/Makefile.am:
18547 2005-12-30 Stefan Kost <ensonic@users.sf.net>
18549 * tests/examples/Makefile.am:
18550 added missing Makefile.am
18552 2005-12-30 Stefan Kost <ensonic@users.sf.net>
18555 * gst/level/Makefile.am:
18556 * gst/level/level-example.c:
18557 * tests/Makefile.am:
18558 * tests/examples/level/Makefile.am:
18559 * tests/examples/level/level-example.c: (message_handler), (main):
18560 moved level-example to tests/examples/level-example
18561 * tests/old/examples/level/demo.c: (main):
18562 * tests/old/examples/level/plot.c: (main):
18565 2005-12-29 Michael Smith <msmith@fluendo.com>
18567 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18568 (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18569 * gst/udp/gstmultiudpsink.h:
18570 Track packets sent per client in addition to bytes sent; provide
18571 this info through get-stats signal
18573 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
18575 * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18576 Can't use gst_object_unref() on a GstAdapter (#325191).
18578 2005-12-28 Jan Schmidt <thaytan@mad.scientist.com>
18580 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18581 If a broken tag has 0 bytes payload, at least still skip
18584 2005-12-22 Philippe Khalaf <burger@speedy.org>
18586 * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18587 * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18588 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18589 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18590 Making these depayloaders (H263+ and mpeg4 video) inherit from
18591 RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18593 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
18595 * docs/plugins/gst-plugins-good-plugins.args:
18596 * docs/plugins/gst-plugins-good-plugins.hierarchy:
18597 Regenerate the plugin hiearchy.
18599 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
18601 * docs/plugins/Makefile.am:
18602 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18603 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18604 * docs/plugins/gst-plugins-good-plugins.args:
18605 * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18606 (gst_id3demux_base_init), (gst_id3demux_class_init),
18607 (gst_id3demux_chain):
18608 * gst/id3demux/gstid3demux.h:
18609 Add documentation for id3demux.
18610 Don't fail if the first buffer is not at offset 0, just
18611 attempt to typefind and do pass through
18612 Rename the gst_type function from gst_gst_id3demux..
18614 2005-12-20 Michael Smith <msmith@fluendo.com>
18616 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18617 (gst_multiudpsink_add), (gst_multiudpsink_remove),
18618 (gst_multiudpsink_get_stats):
18619 * gst/udp/gstmultiudpsink.h:
18620 Collect statistics; return them from get_stats.
18622 2005-12-19 Edward Hervey <edward@fluendo.com>
18624 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18625 Stupid signedness issue...
18627 2005-12-19 Edward Hervey <edward@fluendo.com>
18629 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18630 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18631 (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18632 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18633 (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18634 Construct index for indexless files.
18635 Make sure pad/buffers are correctly reset to NULL once we don't need
18636 them anymore, else we get lovely segfaults/assertions.
18637 * gst/wavparse/gstwavparse.c:
18638 Yes, you can have 96KHz audio and wma in wav :(
18640 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
18643 Check for optional dependency on zlib for id3demux
18645 * gst/id3demux/Makefile.am:
18646 * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18647 (gst_id3demux_base_init), (gst_id3demux_class_init),
18648 (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18649 (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18650 (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18651 (gst_id3demux_set_property), (gst_id3demux_get_property),
18652 (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18653 (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18654 (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18655 (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18656 (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18657 (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18658 (simple_find_peek), (simple_find_suggest),
18659 (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18661 * gst/id3demux/gstid3demux.h:
18662 * gst/id3demux/id3tags.c: (read_synch_uint),
18663 (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18664 (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18665 (id3demux_id3v2_frames_to_tag_list):
18666 * gst/id3demux/id3tags.h:
18667 * gst/id3demux/id3v2.4.0-frames.txt:
18668 * gst/id3demux/id3v2.4.0-structure.txt:
18669 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18670 (parse_comment_frame), (parse_text_identification_frame),
18671 (id3v2_tag_to_taglist), (parse_split_strings):
18672 All new LGPL id3 demuxer. Can use zlib for compressed frames,
18673 otherwise it discards them. Works on my test files.
18675 * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18676 Don't send EOS to a non-existing srcpad
18677 The debug category can be static
18679 2005-12-16 Stefan Kost <ensonic@users.sf.net>
18681 * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18682 * ext/esd/esdsink.c: (gst_esdsink_prepare):
18683 * gst/multipart/multipartdemux.c:
18684 change some char* into char[]
18686 2005-12-16 Wim Taymans <wim@fluendo.com>
18688 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18689 (gst_wavparse_other), (gst_wavparse_perform_seek),
18690 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18691 (gst_wavparse_loop), (gst_wavparse_pad_convert),
18692 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18693 * gst/wavparse/gstwavparse.h:
18694 Use GstSegment to implement more seeking features.
18696 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
18698 * gst/rtsp/rtspconnection.c:
18699 Add <netinet/in.h> include and move <arpa/inet.h> include
18700 to make things work on OpenBSD as well (fixes #323717;
18701 patch by: Benjamin Pineau)
18703 2005-12-14 Edgard Lima <edgard.lima@indt.org.br>
18705 * gst/rtp/gstrtpspeexdepay.c:
18706 * gst/rtp/gstrtpspeexpay.c:
18707 Set clock rate to be fixed in 8000. It fixes bug #324012.
18709 2005-12-14 Philippe Khalaf <burger@speedy.org>
18711 * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18712 * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18713 * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18714 * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18715 * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18716 * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18717 * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18718 * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18719 * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18720 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18721 * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18722 * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18723 * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18724 * gst-plugins-good/gst/rtp/README:
18725 Fixed payload range in payloder caps. Removed payload range completely
18726 from depayloaders as they don't require payload type in their caps.
18727 In effect, there isn't any specific payload type for any given codec,
18731 2005-12-13 Julien MOUTTE <julien@moutte.net>
18733 * gst/videomixer/videomixer.c: (gst_videomixer_init),
18734 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18735 (gst_videomixer_collected): Code cleanup and re-enabling
18736 queued time validity check for correct EOS handling.
18738 2005-12-13 Tim-Philipp Müller <tim at centricular dot net>
18740 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18741 (gst_oss_mixer_element_get_property),
18742 (gst_oss_mixer_element_change_state):
18743 Add 'device-name' property and fix state change function.
18745 2005-12-13 Edward Hervey <edward@fluendo.com>
18747 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18748 If the speed of the file is null in the header, set the frame_time to
18749 the default setting of GST_SECOND / 70. Which is the default
18750 frame_delay for .fli files as stated in this document :
18751 http://www.compuphase.com/flic.htm
18752 Would be nice to have the time conversion done properly too (duration =
18753 flxh->frames * flxdec->frame_time)
18755 2005-12-12 Julien MOUTTE <julien@moutte.net>
18757 * docs/plugins/Makefile.am:
18758 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18759 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18760 * docs/plugins/gst-plugins-good-plugins.hierarchy:
18761 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18762 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18763 (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18764 documentation for videomixer on my way with a funny sample
18767 2005-12-12 Julien MOUTTE <julien@moutte.net>
18769 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18770 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18771 (gst_videomixer_update_queues), (gst_videomixer_collected):
18772 Fix caps negotiation. (#323896)
18774 2005-12-12 Arwed v. Merkatz <v.merkatz@gmx.net>
18776 * gst/matroska/matroska-demux.c:
18777 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18778 Set correct timestamps on audio laces, fixes playback of mp3 from
18781 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
18783 * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18784 (gst_au_parse_class_init), (gst_au_parse_init),
18785 (gst_au_parse_dispose), (gst_au_parse_chain),
18786 (gst_au_parse_change_state), (plugin_init):
18787 * gst/auparse/gstauparse.h:
18788 Use gst_object_unref() for GstObjects instead of
18789 g_object_unref() and fix a mem leak in a debug
18790 statement; while we're at it, also borgify, use
18791 boilerplate macros and clean up a little bit.
18793 2005-12-11 Edward Hervey <edward@fluendo.com>
18795 * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18796 (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18799 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
18801 * gst/goom/gstgoom.c:
18802 * gst/level/level-example.c: (main):
18803 * gst/smoothwave/demo-osssrc.c: (main):
18804 Use audiotestsrc instead of sinesrc (#323798).
18806 2005-12-11 Stefan Kost <ensonic@users.sf.net>
18808 * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18809 more debug-func-ptr usage
18811 2005-12-11 Zeeshan Ali <zeenix at gmail dot com>
18813 * gst/flx/flx_color.c: (flx_colorspace_convert):
18814 * gst/flx/flx_color.h:
18815 * gst/flx/flx_fmt.h:
18816 * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18817 * gst/flx/gstflxdec.h:
18818 Now flxdec works on big-endian machines as well.
18820 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
18822 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18823 (gst_fenced_buffer_copy):
18824 Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18825 GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18826 conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18827 and use GST_DEBUG_FUNCPTR for pad functions.
18829 2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
18831 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18832 (gst_flac_dec_class_init), (gst_flac_dec_init),
18833 (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18834 (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18835 (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18836 (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18837 (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18838 (gst_flac_dec_change_state):
18839 * ext/flac/gstflacdec.h:
18840 Rewrite flacdec a bit, so that even seeking might work now. Most
18841 importantly, don't act upon any flow return values we get, just tell
18842 the decoder everything's dandy and act on the flow return values
18843 later on in the loop function. We don't want to mess up the internal
18844 decoder state for non-fatal things like flushing pads etc. Other
18845 than that, use GstSegment (segment seeks don't work yet though, but
18846 should be easy to add), use boilerplate macros, drop the superfluous
18847 'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18848 lots of other things.
18850 2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
18853 Update comment in OSS includes check.
18855 * sys/oss/gstossdmabuffer.c:
18856 * sys/oss/gstosshelper.c:
18857 * sys/oss/gstossmixer.c:
18858 * sys/oss/gstossmixertrack.c:
18859 * sys/oss/gstosssink.c:
18860 * sys/oss/gstosssrc.c:
18861 * sys/oss/oss_probe.c:
18862 Don't assume the OSS soundcard.h include is always in
18863 the sys/ directory. Instead, use the existing defines
18864 from config.h to include the right file. Fixes
18865 compilation on OpenBSD 3.8 (#323718).
18867 2005-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18869 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18870 * docs/plugins/gst-plugins-good-plugins.hierarchy:
18871 * docs/plugins/inspect/plugin-1394.xml:
18872 * docs/plugins/inspect/plugin-aasink.xml:
18873 * docs/plugins/inspect/plugin-alaw.xml:
18874 * docs/plugins/inspect/plugin-alpha.xml:
18875 * docs/plugins/inspect/plugin-alphacolor.xml:
18876 * docs/plugins/inspect/plugin-auparse.xml:
18877 * docs/plugins/inspect/plugin-autodetect.xml:
18878 * docs/plugins/inspect/plugin-avi.xml:
18879 * docs/plugins/inspect/plugin-cacasink.xml:
18880 * docs/plugins/inspect/plugin-cairo.xml:
18881 * docs/plugins/inspect/plugin-cutter.xml:
18882 * docs/plugins/inspect/plugin-debug.xml:
18883 * docs/plugins/inspect/plugin-dv.xml:
18884 * docs/plugins/inspect/plugin-efence.xml:
18885 * docs/plugins/inspect/plugin-effectv.xml:
18886 * docs/plugins/inspect/plugin-esdsink.xml:
18887 * docs/plugins/inspect/plugin-flac.xml:
18888 * docs/plugins/inspect/plugin-flxdec.xml:
18889 * docs/plugins/inspect/plugin-gconfelements.xml:
18890 * docs/plugins/inspect/plugin-goom.xml:
18891 * docs/plugins/inspect/plugin-jpeg.xml:
18892 * docs/plugins/inspect/plugin-level.xml:
18893 * docs/plugins/inspect/plugin-matroska.xml:
18894 * docs/plugins/inspect/plugin-mulaw.xml:
18895 * docs/plugins/inspect/plugin-multipart.xml:
18896 * docs/plugins/inspect/plugin-navigationtest.xml:
18897 * docs/plugins/inspect/plugin-ossaudio.xml:
18898 * docs/plugins/inspect/plugin-png.xml:
18899 * docs/plugins/inspect/plugin-rtp.xml:
18900 * docs/plugins/inspect/plugin-rtsp.xml:
18901 * docs/plugins/inspect/plugin-shout2send.xml:
18902 * docs/plugins/inspect/plugin-smpte.xml:
18903 * docs/plugins/inspect/plugin-speex.xml:
18904 * docs/plugins/inspect/plugin-udp.xml:
18905 * docs/plugins/inspect/plugin-videobox.xml:
18906 * docs/plugins/inspect/plugin-videoflip.xml:
18907 * docs/plugins/inspect/plugin-videomixer.xml:
18908 * docs/plugins/inspect/plugin-wavenc.xml:
18909 * docs/plugins/inspect/plugin-wavparse.xml:
18910 * ext/flac/gstflac.c: (plugin_init):
18911 * ext/flac/gstflacdec.c: (flacdec_get_type),
18912 (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18913 (gst_flac_dec_init), (gst_flac_dec_finalize),
18914 (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18915 (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18916 (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18917 (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18918 (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18919 (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18920 (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18921 (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18922 * ext/flac/gstflacdec.h:
18923 * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18924 (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18925 (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18926 (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18927 (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18928 (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18929 (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18930 (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18931 (gst_flac_enc_change_state):
18932 * ext/flac/gstflacenc.h:
18933 borgify and fix up documentation
18935 2005-12-09 Michael Smith <msmith@fluendo.com>
18937 * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18938 Accept a wider range of flac files, more closely matching flac spec.
18940 2005-12-08 Julien MOUTTE <julien@moutte.net>
18942 * docs/plugins/Makefile.am: Add multipart elements.
18943 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18944 * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18945 * docs/plugins/gst-plugins-good-plugins.hierarchy:
18946 * gst/multipart/multipartdemux.c:
18947 * gst/multipart/multipartmux.c: Add docs.
18949 2005-12-07 Edward Hervey <edward@fluendo.com>
18951 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18952 (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18953 (gst_avi_demux_invert):
18954 Memleak and crasher fixes.
18955 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18956 (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18959 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
18961 * ext/aalib/gstaasink.h:
18962 * ext/cairo/gsttextoverlay.h:
18963 * ext/dv/gstdvdec.h:
18964 * ext/dv/gstdvdemux.c:
18965 * ext/dv/gstdvdemux.h:
18966 * ext/esd/esdsink.h:
18967 * ext/flac/flac_compat.h:
18968 * ext/flac/gstflacdec.h:
18969 * ext/flac/gstflacenc.h:
18970 * ext/gconf/gconf.h:
18971 * ext/gconf/gstgconfaudiosink.h:
18972 * ext/gconf/gstgconfvideosink.h:
18973 * ext/gdk_pixbuf/gstgdkanimation.h:
18974 * ext/jpeg/gstjpegdec.h:
18975 * ext/jpeg/smokecodec.h:
18976 * ext/jpeg/smokeformat.h:
18977 * ext/ladspa/gstsignalprocessor.h:
18978 * ext/ladspa/search.c: (LADSPAPluginSearch):
18979 * ext/ladspa/utils.h:
18980 * ext/libmng/gstmng.c:
18981 * ext/libmng/gstmngdec.h:
18982 * ext/libmng/gstmngenc.c:
18983 * ext/libmng/gstmngenc.h:
18984 * ext/libpng/gstpng.c:
18985 * ext/libpng/gstpngenc.c:
18986 * ext/libpng/gstpngenc.h:
18987 * ext/shout2/gstshout2.h:
18988 * ext/speex/gstspeexdec.h:
18989 * ext/speex/gstspeexenc.c:
18990 * ext/speex/gstspeexenc.h:
18991 * gst/auparse/gstauparse.c: (gst_auparse_chain):
18992 * gst/autodetect/gstautoaudiosink.h:
18993 * gst/autodetect/gstautovideosink.h:
18994 * gst/avi/gstavidemux.h:
18995 * gst/cutter/gstcutter.c: (gst_cutter_chain),
18996 (gst_cutter_set_property), (gst_cutter_get_caps):
18997 * gst/cutter/gstcutter.h:
18998 * gst/debug/tests.c: (md5_process_block):
18999 * gst/debug/tests.h:
19000 * gst/effectv/gstwarp.c:
19001 * gst/flx/flx_fmt.h:
19002 * gst/flx/gstflxdec.h:
19003 * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19004 (zoomFilterFastRGB):
19005 * gst/goom/filters.h:
19006 * gst/goom/goom_tools.h:
19007 * gst/law/alaw-encode.c:
19008 * gst/level/gstlevel.c:
19009 * gst/level/gstlevel.h:
19010 * gst/matroska/ebml-write.h:
19011 * gst/matroska/matroska-demux.h:
19012 * gst/matroska/matroska-ids.h:
19013 * gst/matroska/matroska-mux.h:
19014 * gst/monoscope/convolve.c: (convolve_match):
19015 * gst/monoscope/convolve.h:
19016 * gst/multipart/multipartmux.c:
19017 * gst/oldcore/gstaggregator.c:
19018 * gst/oldcore/gstaggregator.h:
19019 * gst/oldcore/gstmd5sink.c: (md5_process_block):
19020 * gst/oldcore/gstmd5sink.h:
19021 * gst/oldcore/gstmultifilesrc.c:
19022 * gst/oldcore/gstmultifilesrc.h:
19023 * gst/oldcore/gstpipefilter.h:
19024 * gst/oldcore/gstshaper.h:
19025 * gst/rtp/gstrtpL16depay.h:
19026 * gst/rtp/gstrtpL16pay.h:
19027 * gst/rtp/gstrtpdepay.h:
19028 * gst/rtp/gstrtpmp4vpay.c:
19029 * gst/rtp/gstrtpmp4vpay.h:
19030 * gst/rtsp/gstrtspsrc.c:
19031 * gst/rtsp/gstrtspsrc.h:
19032 * gst/rtsp/rtspconnection.h:
19033 * gst/rtsp/rtspdefs.h:
19034 * gst/rtsp/rtspmessage.h:
19035 * gst/rtsp/rtsptransport.h:
19036 * gst/rtsp/rtspurl.c:
19037 * gst/rtsp/rtspurl.h:
19038 * gst/rtsp/sdpmessage.c:
19039 * gst/rtsp/sdpmessage.h:
19040 * gst/smpte/barboxwipes.c:
19041 * gst/smpte/gstmask.h:
19042 * gst/smpte/gstsmpte.h:
19043 * gst/smpte/paint.c:
19044 * gst/smpte/paint.h:
19045 * gst/udp/gstdynudpsink.h:
19046 * gst/udp/gstmultiudpsink.h:
19047 * gst/udp/gstudpsink.c:
19048 * gst/udp/gstudpsink.h:
19049 * gst/udp/gstudpsrc.c:
19050 * gst/videomixer/videomixer.c:
19051 * gst/wavenc/riff.h:
19052 * gst/wavparse/gstwavparse.h:
19053 * sys/oss/gstossdmabuffer.h:
19054 * sys/oss/gstossmixer.h:
19055 * sys/oss/gstossmixerelement.h:
19056 * sys/oss/gstossmixertrack.h:
19057 * sys/oss/gstosssink.c:
19058 * sys/oss/gstosssink.h:
19059 * sys/oss/gstosssrc.c:
19060 * sys/oss/gstosssrc.h:
19061 * sys/osxaudio/gstosxaudioelement.h:
19062 * sys/osxaudio/gstosxaudiosink.h:
19063 * sys/osxaudio/gstosxaudiosrc.h:
19066 === release 0.10.0 ===
19068 2005-12-05 <thomas (at) apestaart (dot) org>
19071 releasing 0.10.0, "Abondance"
19073 2005-12-05 Andy Wingo <wingo@pobox.com>
19075 * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19076 * ext/flac/gstflacdec.c: (gst_flacdec_write):
19077 * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19078 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19079 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19080 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19081 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19082 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19083 * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19084 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19085 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19086 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19087 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19088 * gst/goom/gstgoom.c: (gst_goom_chain):
19089 * gst/matroska/matroska-demux.c:
19090 (gst_matroska_demux_push_vorbis_codec_priv_data),
19091 (gst_matroska_demux_add_wvpk_header):
19092 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19093 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19094 * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19095 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19096 alloc_buffer changes.
19098 2005-12-05 Michael Smith <msmith@fluendo.com>
19100 * docs/plugins/gst-plugins-good-plugins.args:
19101 Remove args for plugins that aren't in -good.
19103 === release 0.9.7 ===
19105 2005-12-01 <thomas (at) apestaart (dot) org>
19108 releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19110 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19112 * docs/plugins/.cvsignore:
19113 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19114 * docs/plugins/inspect/plugin-multipart.xml:
19115 * docs/plugins/inspect/plugin-rtp.xml:
19116 add multipart plugin to docs
19118 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19122 * ext/pango/Makefile.am:
19123 * ext/pango/gstclockoverlay.c:
19124 * ext/pango/gstclockoverlay.h:
19125 * ext/pango/gsttextoverlay.c:
19126 * ext/pango/gsttextoverlay.h:
19127 * ext/pango/gsttextrender.c:
19128 * ext/pango/gsttextrender.h:
19129 * ext/pango/gsttimeoverlay.c:
19130 * ext/pango/gsttimeoverlay.h:
19133 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19135 * gst/rtp/Makefile.am:
19136 * gst/rtp/gstrtpL16depay.c:
19137 * gst/rtp/gstrtpL16depay.h:
19138 * gst/rtp/gstrtpL16parse.c:
19139 * gst/rtp/gstrtpL16parse.h:
19140 * gst/rtp/gstrtpgsmdepay.c:
19141 * gst/rtp/gstrtpgsmdepay.h:
19142 * gst/rtp/gstrtpgsmparse.c:
19143 * gst/rtp/gstrtpgsmparse.h:
19144 parsers are depayers
19146 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19148 * gst/rtp/Makefile.am:
19149 * gst/rtp/gstasteriskh263.c:
19150 * gst/rtp/gstrtp.c:
19151 * gst/rtp/gstrtpL16enc.c:
19152 * gst/rtp/gstrtpL16enc.h:
19153 * gst/rtp/gstrtpL16parse.c:
19154 * gst/rtp/gstrtpL16parse.h:
19155 * gst/rtp/gstrtpL16pay.c:
19156 * gst/rtp/gstrtpL16pay.h:
19157 * gst/rtp/gstrtpamrdec.c:
19158 * gst/rtp/gstrtpamrdec.h:
19159 * gst/rtp/gstrtpamrdepay.c:
19160 * gst/rtp/gstrtpamrdepay.h:
19161 * gst/rtp/gstrtpamrenc.c:
19162 * gst/rtp/gstrtpamrenc.h:
19163 * gst/rtp/gstrtpamrpay.c:
19164 * gst/rtp/gstrtpamrpay.h:
19165 * gst/rtp/gstrtpdec.c:
19166 * gst/rtp/gstrtpdec.h:
19167 * gst/rtp/gstrtpdepay.c:
19168 * gst/rtp/gstrtpdepay.h:
19169 * gst/rtp/gstrtpg711dec.c:
19170 * gst/rtp/gstrtpg711dec.h:
19171 * gst/rtp/gstrtpg711depay.c:
19172 * gst/rtp/gstrtpg711depay.h:
19173 * gst/rtp/gstrtpg711enc.c:
19174 * gst/rtp/gstrtpg711enc.h:
19175 * gst/rtp/gstrtpg711pay.c:
19176 * gst/rtp/gstrtpg711pay.h:
19177 * gst/rtp/gstrtpgsmenc.c:
19178 * gst/rtp/gstrtpgsmenc.h:
19179 * gst/rtp/gstrtpgsmparse.c:
19180 * gst/rtp/gstrtpgsmparse.h:
19181 * gst/rtp/gstrtpgsmpay.c:
19182 * gst/rtp/gstrtpgsmpay.h:
19183 * gst/rtp/gstrtph263enc.c:
19184 * gst/rtp/gstrtph263enc.h:
19185 * gst/rtp/gstrtph263pay.c:
19186 * gst/rtp/gstrtph263pay.h:
19187 * gst/rtp/gstrtph263pdec.c:
19188 * gst/rtp/gstrtph263pdec.h:
19189 * gst/rtp/gstrtph263pdepay.c:
19190 * gst/rtp/gstrtph263pdepay.h:
19191 * gst/rtp/gstrtph263penc.c:
19192 * gst/rtp/gstrtph263penc.h:
19193 * gst/rtp/gstrtph263ppay.c:
19194 * gst/rtp/gstrtph263ppay.h:
19195 * gst/rtp/gstrtpmp4vdec.c:
19196 * gst/rtp/gstrtpmp4vdec.h:
19197 * gst/rtp/gstrtpmp4vdepay.c:
19198 * gst/rtp/gstrtpmp4vdepay.h:
19199 * gst/rtp/gstrtpmp4venc.c:
19200 * gst/rtp/gstrtpmp4venc.h:
19201 * gst/rtp/gstrtpmp4vpay.c:
19202 * gst/rtp/gstrtpmp4vpay.h:
19203 * gst/rtp/gstrtpmpadec.c:
19204 * gst/rtp/gstrtpmpadec.h:
19205 * gst/rtp/gstrtpmpadepay.c:
19206 * gst/rtp/gstrtpmpadepay.h:
19207 * gst/rtp/gstrtpmpaenc.c:
19208 * gst/rtp/gstrtpmpaenc.h:
19209 * gst/rtp/gstrtpmpapay.c:
19210 * gst/rtp/gstrtpmpapay.h:
19211 * gst/rtp/gstrtpspeexdec.c:
19212 * gst/rtp/gstrtpspeexdec.h:
19213 * gst/rtp/gstrtpspeexdepay.c:
19214 * gst/rtp/gstrtpspeexdepay.h:
19215 * gst/rtp/gstrtpspeexenc.c:
19216 * gst/rtp/gstrtpspeexenc.h:
19217 * gst/rtp/gstrtpspeexpay.c:
19218 * gst/rtp/gstrtpspeexpay.h:
19219 Do burger's rename for rtp payloaders and depayloaders
19221 2005-11-30 Wim Taymans <wim@fluendo.com>
19223 * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19224 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19225 * ext/dv/gstdvdemux.h:
19226 Fix seeking in dvdemux again, add some more debug info.
19228 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19233 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19236 * docs/random/PORTED_09:
19238 * tests/Makefile.am:
19243 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19246 * check/.cvsignore:
19247 * check/Makefile.am:
19248 * check/elements/.cvsignore:
19249 * check/elements/level.c:
19250 * check/elements/matroskamux.c:
19252 * examples/Makefile.am:
19253 * examples/capsfilter/Makefile.am:
19254 * examples/capsfilter/capsfilter1.c:
19255 * examples/gob/Makefile.am:
19256 * examples/gob/gst-identity2.gob:
19257 * examples/gstplay/.cvsignore:
19258 * examples/gstplay/Makefile.am:
19259 * examples/gstplay/player.c:
19260 * examples/indexing/.cvsignore:
19261 * examples/indexing/Makefile.am:
19262 * examples/indexing/indexmpeg.c:
19263 * examples/level/Makefile.am:
19264 * examples/level/README:
19265 * examples/level/demo.c:
19266 * examples/level/plot.c:
19267 * examples/stats/Makefile.am:
19268 * examples/stats/mp2ogg.c:
19269 * examples/switch/.cvsignore:
19270 * examples/switch/Makefile.am:
19271 * examples/switch/switcher.c:
19274 2005-11-30 Tim-Philipp Müller <tim at centricular dot net>
19276 * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19277 (gst_text_render_class_init), (resize_bitmap),
19278 (gst_text_render_render_text), (gst_text_render_setcaps),
19279 (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19280 (gst_text_render_chain), (gst_text_render_finalize),
19281 (gst_text_render_init), (gst_text_render_set_property):
19282 * ext/pango/gsttextrender.h:
19285 2005-11-30 Tim-Philipp Müller <tim at centricular dot net>
19289 * ext/pango/Makefile.am:
19290 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19291 (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19292 (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19293 * ext/pango/gstclockoverlay.h:
19294 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19295 (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19296 (gst_text_overlay_finalize), (gst_text_overlay_init),
19297 (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19298 (gst_text_overlay_text_pad_linked),
19299 (gst_text_overlay_text_pad_unlinked),
19300 (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19301 (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19302 (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19303 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19304 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19305 (gst_text_overlay_change_state), (plugin_init):
19306 * ext/pango/gsttextoverlay.h:
19307 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19308 (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19309 (gst_time_overlay_class_init), (gst_time_overlay_init):
19310 * ext/pango/gsttimeoverlay.h:
19311 Port pango-based textoverlay, timeoverlay and textrender to 0.9
19312 and add background shading and text wrapping modes. Make
19313 timoverlay derive from textoverlay. Also add new clockoverlay
19316 2005-11-30 Julien MOUTTE <julien@moutte.net>
19318 * gst/udp/Makefile.am: Moved to netbuffer.
19320 2005-11-30 Julien MOUTTE <julien@moutte.net>
19324 * gst/multipart/Makefile.am:
19325 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19326 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19327 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19328 (gst_multipart_demux_change_state),
19329 (gst_multipart_demux_plugin_init):
19330 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19331 (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19332 (gst_multipart_mux_sinkconnect),
19333 (gst_multipart_mux_request_new_pad),
19334 (gst_multipart_mux_handle_src_event),
19335 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19336 (gst_multipart_mux_change_state): Ported multipart mux/demux to
19339 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19341 * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19342 * gst/debug/gstnavigationtest.h:
19343 * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19344 * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19345 * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19346 * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19347 * gst/effectv/gstrev.c: (gst_revtv_get_type):
19348 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19349 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19350 * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19351 * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19352 (gst_video_flip_get_type):
19353 * gst/videofilter/gstvideoflip.h:
19354 update for symbols change
19356 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19358 * gst/udp/gstdynudpsink.c:
19359 * gst/udp/gstudpsrc.c:
19360 the old gstnet lib was renamed gstnetbuffer (#322257)
19362 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
19364 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19365 (gst_text_overlay_collected):
19366 Actually render the text from the text pad.
19368 2005-11-29 Edward Hervey <edward@fluendo.com>
19370 * gst/debug/gstnavseek.c: (gst_navseek_event):
19371 * gst/debug/progressreport.c: (gst_progress_report_event):
19372 Update for GstBaseTransform event virtual method
19374 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19376 * ext/cairo/Makefile.am:
19377 no need to link to videofilter
19379 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19381 * gst/debug/Makefile.am:
19382 * gst/debug/gstnavigationtest.h:
19383 * gst/effectv/Makefile.am:
19384 * gst/effectv/gstaging.c:
19385 * gst/effectv/gstdice.c:
19386 * gst/effectv/gstedge.c:
19387 * gst/effectv/gstquark.c:
19388 * gst/effectv/gstrev.c:
19389 * gst/effectv/gstshagadelic.c:
19390 * gst/effectv/gstvertigo.c:
19391 * gst/effectv/gstwarp.c:
19392 * gst/videofilter/Makefile.am:
19393 * gst/videofilter/gstvideofilter.c:
19394 * gst/videofilter/gstvideofilter.h:
19395 * gst/videofilter/gstvideoflip.h:
19396 remove the videofilter library and link to the one in base
19398 2005-11-28 Edward Hervey <edward@fluendo.com>
19400 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19401 Useless check now we're setting the current entry correctly.
19403 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
19405 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19406 (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19407 (gst_jpegenc_change_state):
19408 Don't leak input buffer in chain function (fixes #322667); make
19409 state change function thread-safe; don't repeat the current function
19410 name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19411 gst_pad_alloc_buffer(); misc. minor cleanups.
19413 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
19415 * gst/matroska/matroska-mux.c:
19416 (gst_matroska_mux_video_pad_setcaps):
19417 Look for pixel-aspect-ratio in caps, not pixel_width and
19418 pixel_height (Fixes: #322645)
19420 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
19422 * gst/matroska/matroska-mux.c:
19423 (gst_matroska_mux_video_pad_setcaps):
19425 frame duration should be GST_SECOND / framerate, not
19426 GST_SECOND * framerate. (Fixes: #322643)
19428 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
19431 fix up GST_PLUGIN_LDFLAGS
19432 * gst/rtsp/rtspconnection.c:
19433 fix includes (see #317043)
19434 * gst/videofilter/Makefile.am:
19435 stop installing this library
19437 2005-11-26 Edward Hervey <edward@fluendo.com>
19439 * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19440 Handle the case where the incoming Video dv stream doesn't have
19441 a pixel aspect ratio set.
19443 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19445 * docs/plugins/Makefile.am:
19446 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19447 * docs/plugins/gst-plugins-good-plugins-sections.txt:
19448 * ext/flac/gstflacdec.c:
19451 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19453 * docs/plugins/Makefile.am:
19454 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19455 * docs/plugins/gst-plugins-good-plugins-sections.txt:
19456 * docs/plugins/inspect/plugin-autodetect.xml:
19457 * ext/cairo/gstcairo.c: (plugin_init):
19458 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19459 (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19460 (gst_text_overlay_init), (gst_text_overlay_font_init),
19461 (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19462 (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19463 (gst_text_overlay_text_pad_linked),
19464 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19465 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19466 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19467 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19468 (gst_text_overlay_change_state):
19469 * ext/cairo/gsttextoverlay.h:
19470 * ext/cairo/gsttimeoverlay.c:
19471 (gst_cairo_time_overlay_update_font_height),
19472 (gst_cairo_time_overlay_set_caps),
19473 (gst_cairo_time_overlay_get_unit_size),
19474 (gst_cairo_time_overlay_print_smpte_time),
19475 (gst_cairo_time_overlay_transform),
19476 (gst_cairo_time_overlay_base_init),
19477 (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19478 (gst_cairo_time_overlay_get_type):
19479 * ext/cairo/gsttimeoverlay.h:
19480 do some name borgifying
19483 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19485 * docs/plugins/Makefile.am:
19486 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19487 * docs/plugins/gst-plugins-good-plugins-sections.txt:
19488 * gst/autodetect/gstautoaudiosink.c:
19489 (gst_auto_audio_sink_base_init):
19490 * gst/autodetect/gstautovideosink.c:
19491 (gst_auto_video_sink_base_init),
19492 (gst_auto_video_sink_factory_filter):
19493 documenting auto*sink
19494 using strstr for the video sink lookup, class field is not ordered
19495 * docs/plugins/inspect/plugin-1394.xml:
19496 * docs/plugins/inspect/plugin-aasink.xml:
19497 * docs/plugins/inspect/plugin-alaw.xml:
19498 * docs/plugins/inspect/plugin-alpha.xml:
19499 * docs/plugins/inspect/plugin-alphacolor.xml:
19500 * docs/plugins/inspect/plugin-auparse.xml:
19501 * docs/plugins/inspect/plugin-autodetect.xml:
19502 * docs/plugins/inspect/plugin-avi.xml:
19503 * docs/plugins/inspect/plugin-cacasink.xml:
19504 * docs/plugins/inspect/plugin-cairo.xml:
19505 * docs/plugins/inspect/plugin-cutter.xml:
19506 * docs/plugins/inspect/plugin-debug.xml:
19507 * docs/plugins/inspect/plugin-dv.xml:
19508 * docs/plugins/inspect/plugin-efence.xml:
19509 * docs/plugins/inspect/plugin-effectv.xml:
19510 * docs/plugins/inspect/plugin-esdsink.xml:
19511 * docs/plugins/inspect/plugin-flac.xml:
19512 * docs/plugins/inspect/plugin-flxdec.xml:
19513 * docs/plugins/inspect/plugin-gconfelements.xml:
19514 * docs/plugins/inspect/plugin-goom.xml:
19515 * docs/plugins/inspect/plugin-jpeg.xml:
19516 * docs/plugins/inspect/plugin-level.xml:
19517 * docs/plugins/inspect/plugin-matroska.xml:
19518 * docs/plugins/inspect/plugin-mulaw.xml:
19519 * docs/plugins/inspect/plugin-navigationtest.xml:
19520 * docs/plugins/inspect/plugin-ossaudio.xml:
19521 * docs/plugins/inspect/plugin-png.xml:
19522 * docs/plugins/inspect/plugin-rtp.xml:
19523 * docs/plugins/inspect/plugin-rtsp.xml:
19524 * docs/plugins/inspect/plugin-shout2send.xml:
19525 * docs/plugins/inspect/plugin-smpte.xml:
19526 * docs/plugins/inspect/plugin-speex.xml:
19527 * docs/plugins/inspect/plugin-udp.xml:
19528 * docs/plugins/inspect/plugin-videobox.xml:
19529 * docs/plugins/inspect/plugin-videoflip.xml:
19530 * docs/plugins/inspect/plugin-videomixer.xml:
19531 * docs/plugins/inspect/plugin-wavenc.xml:
19532 * docs/plugins/inspect/plugin-wavparse.xml:
19533 update for HEAD version
19535 2005-11-25 Michael Smith <msmith@fluendo.com>
19537 * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19538 Patch from Sebastien Cote to close control sockets in udpsrc.
19540 2005-11-24 Julien MOUTTE <julien@moutte.net>
19542 * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19543 (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19544 (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19545 (gst_quarktv_base_init), (gst_quarktv_class_init),
19546 (gst_quarktv_init): Flush the planes list on reverse caps
19547 negotiation. This was crashing because of differently sized
19550 2005-11-24 Julien MOUTTE <julien@moutte.net>
19552 * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19553 * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19554 (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19555 (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19556 (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19557 (gst_videoflip_set_property), (gst_videoflip_base_init),
19558 (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19559 correctly, fix identity flipping, convert navigation event
19562 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19564 * configure.ac: back to HEAD
19566 === release 0.9.6 ===
19568 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19571 releasing 0.9.6, "Everything's Not Lost"
19573 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
19575 * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19576 Oops, initialise the framerate GValue
19578 2005-11-23 Julien MOUTTE <julien@moutte.net>
19580 * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19581 (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19582 (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19583 (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19584 (gst_timeoverlay_get_type):
19585 * ext/cairo/gsttimeoverlay.h:
19586 * gst/debug/Makefile.am:
19587 * gst/debug/gstnavigationtest.c:
19588 (gst_navigationtest_handle_src_event),
19589 (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19590 (gst_navigationtest_transform), (gst_navigationtest_change_state),
19591 (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19592 (gst_navigationtest_init), (gst_navigationtest_get_type),
19594 * gst/debug/gstnavigationtest.h:
19595 * gst/effectv/Makefile.am:
19596 * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19597 (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19598 (gst_agingtv_base_init), (gst_agingtv_class_init),
19599 (gst_agingtv_init), (gst_agingtv_get_type):
19600 * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19601 (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19602 (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19603 (gst_dicetv_get_type):
19604 * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19605 (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19606 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19607 (gst_edgetv_get_type):
19608 * gst/effectv/gsteffectv.c:
19609 * gst/effectv/gsteffectv.h:
19610 * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19611 (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19612 (gst_quarktv_change_state), (gst_quarktv_base_init),
19613 (gst_quarktv_class_init), (gst_quarktv_init),
19614 (gst_quarktv_get_type):
19615 * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19616 (gst_revtv_get_unit_size), (gst_revtv_transform),
19617 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19618 (gst_revtv_get_type):
19619 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19620 (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19621 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19622 (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19623 * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19624 (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19625 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19626 (gst_vertigotv_init), (gst_vertigotv_get_type):
19627 * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19628 (gst_warptv_get_unit_size), (gst_warptv_transform),
19629 (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19630 (gst_warptv_get_type):
19631 * gst/videofilter/Makefile.am:
19632 * gst/videofilter/gstvideobalance.c:
19633 * gst/videofilter/gstvideobalance.h:
19634 * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19635 (gst_videofilter_class_init), (gst_videofilter_init):
19636 * gst/videofilter/gstvideofilter.h:
19637 * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19638 (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19639 (gst_videoflip_flip), (gst_videoflip_transform),
19640 (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19641 (gst_videoflip_base_init), (gst_videoflip_class_init),
19642 (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19643 * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19644 BaseTransform, it's just a place holder for now and every video
19645 effect plugin has been ported to use BaseTransform features
19646 directly. QuarkTV was fixed too (was broken), navigationtest works
19647 and best for the end, videoflip converts navigation events depending
19648 on flip method ! Fixes #320953
19650 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
19652 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19653 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19654 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19655 (gst_goom_src_negotiate), (gst_goom_chain):
19656 * gst/matroska/matroska-mux.c:
19657 (gst_matroska_mux_video_pad_setcaps):
19658 * sys/osxvideo/osxvideosink.m:
19659 Fixes for API changes
19661 2005-11-23 Michael Smith <msmith@fluendo.com>
19663 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19664 (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19665 * ext/jpeg/gstjpegdec.h:
19666 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19667 * ext/jpeg/gstjpegenc.h:
19668 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19669 (gst_smokeenc_resync):
19670 * ext/jpeg/gstsmokeenc.h:
19671 JPEG fractiony goodness.
19673 2005-11-22 Michael Smith <msmith@fluendo.com>
19675 * gst/goom/filters.c:
19676 * gst/goom/graphic.h:
19677 Fix compilation by making some functions static inline instead of
19678 extern inline, matching the way they're used.
19680 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
19682 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19683 (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19684 * ext/cairo/gsttextoverlay.h:
19685 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19686 * ext/gdk_pixbuf/gstgdkpixbuf.h:
19687 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19688 (gst_pngdec_caps_create_and_set):
19689 * ext/libpng/gstpngdec.h:
19690 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19691 * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19692 * gst/avi/gstavimux.c: (gst_avimux_init),
19693 (gst_avimux_vidsinkconnect):
19694 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19695 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19696 (gst_goom_src_negotiate), (gst_goom_chain):
19697 * gst/goom/gstgoom.h:
19698 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19699 * gst/matroska/matroska-mux.c:
19700 (gst_matroska_mux_video_pad_setcaps):
19701 * sys/osxvideo/osxvideosink.h:
19702 * sys/osxvideo/osxvideosink.m:
19703 More fractional framerate conversions
19705 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
19707 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19708 * gst/debug/gstnavigationtest.c:
19709 (gst_navigationtest_handle_src_event):
19710 * gst/videofilter/gstvideofilter.c:
19711 (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19712 (gst_videofilter_init):
19713 * gst/videofilter/gstvideofilter.h:
19714 Convert to fractional framerates.
19716 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
19718 * ext/aalib/gstaasink.c:
19719 * ext/dv/gstdvdec.c:
19720 * ext/esd/esdmon.c:
19721 * ext/flac/gstflacenc.c:
19722 * ext/gdk_pixbuf/pixbufscale.c:
19723 * ext/libcaca/gstcacasink.c:
19724 * ext/shout2/gstshout2.c:
19725 * gst/alpha/gstalpha.c:
19726 * gst/oldcore/gstaggregator.c:
19727 * gst/oldcore/gstshaper.c:
19728 * gst/smpte/barboxwipes.c:
19729 * gst/smpte/gstsmpte.c:
19730 * gst/videobox/gstvideobox.c:
19731 * gst/videofilter/gstvideoflip.c:
19732 * gst/videomixer/videomixer.c:
19735 2005-11-22 Michael Smith <msmith@fluendo.com>
19737 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19738 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19739 (gst_videomixer_update_queues):
19740 Fractional framerates, videomixer.
19742 2005-11-22 Michael Smith <msmith@fluendo.com>
19744 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19745 * ext/dv/gstdvdec.h:
19746 * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19747 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19748 (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19749 (gst_dvdemux_flush):
19750 * ext/dv/gstdvdemux.h:
19751 Fractional framerates for DV.
19753 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
19755 * gst/autodetect/gstautoaudiosink.c:
19756 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19757 * gst/autodetect/gstautovideosink.c:
19758 (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19759 Use gst_plugin_feature_list_free() to free feature list and
19760 in the case of autovideosink free the list at all. Also
19761 miscellaneous cosmetic fixes.
19763 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
19765 * gst/cutter/gstcutter.c: (gst_cutter_chain),
19766 (gst_cutter_set_property), (gst_cutter_get_caps):
19767 copy calculation code from level; remove use of some audio
19770 2005-11-22 Andy Wingo <wingo@pobox.com>
19772 * Update for gst_tag_setter API changes.
19774 2005-11-22 Andy Wingo <wingo@pobox.com>
19776 * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19777 (gst_dvdemux_demux_frame)
19778 * ext/flac/gstflacdec.c (gst_flacdec_write)
19779 * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19780 (gst_flacenc_sink_event)
19781 * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19782 * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19783 * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19784 * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19785 * gst/auparse/gstauparse.c (gst_auparse_chain)
19786 * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19787 * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19788 * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19789 (gst_avi_demux_handle_seek)
19790 * gst/goom/gstgoom.c (gst_goom_event)
19791 * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19792 * gst/matroska/matroska-demux.c
19793 (gst_matroska_demux_handle_seek_event)
19794 (gst_matroska_demux_loop_stream_parse_id)
19795 * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19796 * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19797 (gst_wavparse_stream_headers): Run update-funcnames.
19799 2005-11-22 Edward Hervey <edward@fluendo.com>
19801 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19802 (gst_dv1394src_init), (gst_dv1394src_dispose),
19803 (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19804 (gst_dv1394src_uri_set_uri):
19805 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19806 (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19807 (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19808 URIHandler interface and element properties are now properly
19809 synchronized for DV1394src and UDPSrc
19811 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
19813 * ext/flac/Makefile.am:
19814 * ext/speex/Makefile.am:
19815 libgsttagedit has been renamed to libgsttag.
19817 2005-11-21 Wim Taymans <wim@fluendo.com>
19819 * gst/rtsp/rtspconnection.c: (read_body):
19820 Apply patch from Sebastien Cote to fix #319184.
19822 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
19825 * gst/cutter/Makefile.am:
19826 * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19827 (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19828 (gst_cutter_set_property), (gst_cutter_get_property),
19829 (plugin_init), (gst_cutter_get_caps):
19831 * gst/level/gstlevel.c:
19832 fix up plugin details
19834 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
19836 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19837 * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19838 (gst_flacdec_src_event):
19839 * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19840 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19841 (gst_signal_processor_getrange), (gst_signal_processor_chain):
19842 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19843 * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19844 (gst_flxdec_sink_event_handler):
19845 * gst/matroska/matroska-demux.c:
19846 (gst_matroska_demux_handle_seek_event):
19847 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19848 Update for stream lock API changes: don't take stream log
19849 in sink event handlers any longer and change GST_STREAM_LOCK
19850 to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19853 2005-11-21 Michael Smith <msmith@fluendo.com>
19855 * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19856 gst_object_unref, not g_object_unref
19858 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
19860 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19861 (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19862 Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19864 2005-11-21 Michael Smith <msmith@fluendo.com>
19866 * gst/auparse/Makefile.am:
19867 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19868 (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19869 (gst_auparse_change_state):
19870 * gst/auparse/gstauparse.h:
19871 Partially fix #161712. playbin still doesn't work on these files,
19872 (on the bug report, Andy says we aren't typefinding it for some
19873 reason?) but at least auparse isn't totally busted like it was before.
19875 2005-11-21 Andy Wingo <wingo@pobox.com>
19878 * *.c: Ran scripts/update-macros. Oh yes.
19880 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
19882 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19883 Filler events are gone for now, comment out section generating
19886 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
19888 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19889 * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19890 * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19891 * sys/osxvideo/osxvideosink.m:
19892 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19895 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
19897 * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19898 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19899 (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19900 (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19901 (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19902 (gst_avi_demux_stream_data):
19903 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19904 * gst/wavenc/gstwavenc.c: (write_metadata):
19905 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19906 (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19907 Fixes for GST_FOURCC_FORMAT API change.
19909 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
19911 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19912 (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19913 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19914 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19915 (gst_text_overlay_change_state):
19916 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19917 (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19918 (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19919 * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19920 * gst/videomixer/videomixer.c: (gst_videomixer_init),
19921 (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19922 (gst_videomixer_change_state):
19923 Fix for collect pads API change. Also fix textoverlay state
19926 2005-11-20 Julien MOUTTE <julien@moutte.net>
19928 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19929 GST_PAD_IS_USABLE by something approaching it.
19931 2005-11-20 Julien MOUTTE <julien@moutte.net>
19933 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19935 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19936 but also fix the code that was not checking return values from
19937 pad_push neither using pad_alloc_buffer.
19939 2005-11-18 Edward Hervey <edward@fluendo.com>
19941 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19942 (gst_pngenc_chain):
19943 Added debug category
19944 Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19947 2005-11-17 Edgard Lima <edgard.lima@indt.org.br>
19949 * gst/rtp/Makefile.am
19951 * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19952 (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19953 (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19954 (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19955 * gst/rtp/gstrtpg711enc.h:
19956 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19957 * gst/rtp/gstrtpspeexenc.c:
19958 * gst/rtp/gstrtpspeexenc.h:
19959 * gst/rtp/gstrtpspeexdec.c:
19960 * gst/rtp/gstrtpspeexdec.h:
19961 Created Speex payloader and depayloader; Optimize G711 payloader to
19962 use adapter and send packets until MTU size.
19964 2005-11-16 Wim Taymans <wim@fluendo.com>
19966 * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19969 2005-11-16 Wim Taymans <wim@fluendo.com>
19971 * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19974 2005-11-16 Andy Wingo <wingo@pobox.com>
19976 * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19977 (gst_udpsrc_create): Move comment.
19979 2005-11-15 Vincent Torri <torri at iecn dot u-nancy dot fr>
19981 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19983 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19984 When seeking, seek to closest index entry at or before the requested
19985 seek position, not just the closest one (#321001).
19987 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
19989 * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19990 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19991 Invert DIB images again (see #132341).
19993 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
19996 rework configure.ac file
19997 * ext/aalib/gstaasink.c:
19998 * ext/cairo/gstcairo.c:
20000 * ext/esd/gstesd.c:
20001 * ext/flac/gstflac.c:
20002 * ext/gconf/gstgconfelements.c:
20003 * ext/gdk_pixbuf/gstgdkpixbuf.c:
20004 * ext/jpeg/gstjpeg.c:
20005 * ext/ladspa/gstladspa.c:
20006 * ext/libcaca/gstcacasink.c:
20007 * ext/libmng/gstmng.c:
20008 * ext/libpng/gstpng.c:
20009 * ext/mikmod/gstmikmod.c:
20010 * ext/pango/gsttextoverlay.c:
20011 * ext/pango/gsttimeoverlay.c:
20012 * ext/raw1394/gst1394.c:
20013 * ext/speex/gstspeex.c:
20014 * gst/alpha/Makefile.am:
20015 * gst/alpha/gstalpha.c:
20016 * gst/alpha/gstalphacolor.c:
20017 * gst/auparse/gstauparse.c:
20018 * gst/autodetect/gstautoaudiosink.c:
20019 (gst_auto_audio_sink_factory_filter),
20020 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20021 * gst/autodetect/gstautodetect.c:
20022 * gst/avi/gstavi.c:
20023 * gst/cutter/gstcutter.c:
20024 * gst/debug/efence.c:
20025 * gst/debug/gstdebug.c:
20026 * gst/debug/gstnavigationtest.c:
20027 * gst/effectv/gsteffectv.c:
20028 * gst/flx/gstflxdec.c:
20029 * gst/goom/gstgoom.c:
20030 * gst/interleave/plugin.c:
20033 * gst/level/gstlevel.c:
20034 * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20035 * gst/matroska/matroska.c:
20036 * gst/median/gstmedian.c:
20037 * gst/monoscope/gstmonoscope.c:
20038 * gst/multipart/multipart.c:
20039 * gst/oldcore/gstelements.c:
20040 * gst/rtp/gstrtp.c:
20041 * gst/rtsp/gstrtsp.c:
20042 * gst/smoothwave/gstsmoothwave.c:
20043 * gst/smpte/gstsmpte.c:
20044 * gst/udp/gstudp.c:
20045 * gst/videobox/gstvideobox.c:
20046 * gst/videofilter/gstgamma.c:
20047 * gst/videofilter/gstvideobalance.c:
20048 * gst/videofilter/gstvideoflip.c:
20049 * gst/videofilter/gstvideotemplate.c:
20050 * gst/videomixer/videomixer.c:
20051 * gst/wavenc/gstwavenc.c:
20052 * gst/wavparse/gstwavparse.c:
20053 * sys/oss/gstossaudio.c:
20054 * sys/osxaudio/gstosxaudio.c:
20055 update GST_PLUGIN_DEFINE
20056 * gst/rtp/Makefile.am:
20057 * gst/rtp/gstasteriskh263.c:
20058 check for htons/htonl headers and possibly link to winsock2 lib
20060 2005-11-12 Edward Hervey <edward@fluendo.com>
20062 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
20063 Only GST_DEBUG() information on the valid components.
20065 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20067 * configure.ac: back to HEAD
20069 === release 0.9.5 ===
20071 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20074 releasing 0.9.5, "Phone Alarm"
20076 2005-11-11 Edward Hervey <edward@fluendo.com>
20078 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20079 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20080 (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20081 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20082 (gst_avi_demux_loop):
20083 * gst/avi/gstavidemux.h:
20084 Yeah, implement proper seeking. Exact seeking and segment seeking.
20085 Still need to do some checks for segment_stop.
20087 2005-11-10 Josef Zlomek <josef dot zlomek at xeris dot cz>
20089 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20091 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20092 Don't try to ready buffer duration from buffer that we don't
20093 own any longer and that might already have been unreffed.
20096 2005-11-09 Zeeshan Ali <zeenix@gmail.com>
20098 * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20099 (flx_decode_delta_flc), (gst_flxdec_chain):
20100 Attempting to optimize the code for embedded systems.
20102 2005-11-08 Alessandro Decina <alessandro at nnva dot org>
20104 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20106 * sys/oss/gstosssink.c: (gst_oss_sink_close):
20107 Don't re-use already closed file descriptor. (#320920)
20109 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20111 * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20112 (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20113 (gst_oss_sink_prepare):
20114 * sys/oss/gstosssink.h:
20115 Cache probed caps; fix debug output for SET_PARAM macros.
20117 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20119 * ext/cairo/Makefile.am:
20120 * ext/cairo/gstcairo.c: (plugin_init):
20121 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20122 (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20123 (gst_text_overlay_init), (gst_text_overlay_font_init),
20124 (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20125 (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20126 (gst_text_overlay_text_pad_linked),
20127 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20128 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20129 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20130 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20131 (gst_text_overlay_change_state):
20132 * ext/cairo/gsttextoverlay.h:
20133 Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20134 property and redo positioning. Doesn't handle upstream renegotiation
20137 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20139 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20140 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20141 (gst_avi_demux_loop):
20142 No need to take the STREAM_LOCK in the loop function. Improve
20143 some debug messages. Don't leak pad names in debug messages.
20145 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20147 * gst/matroska/matroska-demux.c:
20148 (gst_matroska_demux_push_vorbis_codec_priv_data),
20149 (gst_matroska_demux_add_wvpk_header):
20150 Don't error out when the source pad isn't linked.
20152 2005-11-02 Tim-Philipp Müller <tim at centricular dot net>
20154 * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20155 (gst_gconf_audio_sink_change_state):
20156 * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20157 (gst_gconf_video_sink_change_state):
20158 Fix state change functions here as well and set kid
20159 to NULL state before removing it.
20161 2005-11-01 Edward Hervey <edward@fluendo.com>
20163 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20164 (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20165 Added proper event handlind,
20166 made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20168 and don't set a duration of 0 for buffers otherwise they are discarded
20171 GstWavEnc needs some serious loving, after going through the code I'm
20172 really wondering how this can stay in -good ...
20174 2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
20176 * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20177 (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20178 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20179 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20180 (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20181 (gst_matroska_mux_collected):
20182 Fix leaks and invalid memory access as reported by valgrind
20184 2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
20186 Patch by: Michal Benes <michal.benes@xeris.cz>
20188 * check/Makefile.am:
20189 * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20190 * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20191 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20192 add a unit test for matroskamux
20193 fix the bugs that the unit test exposed
20195 2005-11-01 Tim-Philipp Müller <tim at centricular dot net>
20197 * gst/autodetect/gstautoaudiosink.c:
20198 (gst_auto_audio_sink_class_init),
20199 (gst_auto_audio_sink_change_state):
20200 * gst/autodetect/gstautovideosink.c:
20201 (gst_auto_video_sink_class_init),
20202 (gst_auto_video_sink_change_state):
20203 Fix state change function and use GST_DEBUG_FUNCPTR in
20206 2005-11-01 Josef Zlomek <josef dot zlomek at xeris dot cz>
20208 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20210 * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20211 (gst_ebml_write_reset), (gst_ebml_write_element_new):
20212 * gst/matroska/ebml-write.h:
20213 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20214 Set timestamps on outgoing ebml headers as well, so that the
20215 element after matroskamux can get the timestamp already when
20216 reading the first ebml element and doesn't have to wait for
20217 the actual data buffer for that (#320308).
20219 2005-10-31 Andy Wingo <wingo@pobox.com>
20221 * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20222 (gst_videomixer_pad_link): Kill some memleaks.
20223 (gst_videomixer_pad_get_property): Style fix.
20224 (gst_videomixer_pad_set_property): Style fix.
20225 (gst_videomixer_pad_init): Style fix.
20226 (gst_videomixer_update_queues): Kill memleak.
20227 (gst_videomixer_loop): Kill memleak.
20228 (gst_videomixer_collected): Kill memleak.
20230 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20232 * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20233 gst_auparse_change_state:
20236 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20238 * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20239 Add checks to GST_FLOW_NOT_LINKED for values returned
20242 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
20244 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20245 (gst_rtpg711dec_process):
20246 * gst/rtp/gstrtpgsmenc.c:
20247 Payloader now sets some default caps on the srcpad if caps on the sinkpad
20248 are never set. This is important for the g711 to work with burger's rtpbin
20251 2005-10-28 Edgard Lima <edgard.lima@cin.ufpe.br>
20253 * ext/speex/gstspeexenc.c: (gst_speexenc_chain),
20254 (gst_speexenc_push_buffer):
20255 Add checks for return values from gst_pad_push and
20256 gst_pad_alloc_buffer.
20258 2005-10-28 Michal Benes <michal dot benes at xeris dot cz>
20260 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20262 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20263 (gst_matroska_demux_parse_info),
20264 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20265 (gst_matroska_demux_parse_cluster):
20266 * gst/matroska/matroska-ids.h:
20267 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20268 (gst_matroska_mux_init), (gst_matroska_mux_start),
20269 (gst_matroska_mux_create_buffer_header),
20270 (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20271 (gst_matroska_mux_get_property):
20272 * gst/matroska/matroska-mux.h:
20273 Add SimpleBlock support to matroska demuxer and muxer (part of
20274 Matroska v2). (#319731)
20276 2005-10-28 Wim Taymans <wim@fluendo.com>
20278 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20279 (gst_jpeg_dec_change_state):
20280 * ext/jpeg/gstjpegdec.h:
20281 Cleanups. Don't create caps for every chain.
20283 2005-10-27 Edgard Lima Edgard Lima <edgard.lima@indt.org.br>
20285 * gst/law/alaw-encode.c: (gst_alawenc_init),
20286 (alawenc_setcaps), (gst_alawenc_chain)
20287 * gst/law/alaw-encode.h:
20288 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20289 (mulawenc_setcaps), (gst_mulawenc_chain)
20290 * gst/law/mulaw-encode.h:
20291 Set timestamp on buffer and it allows RTP G711 elements
20294 2005-10-27 Wim Taymans <wim@fluendo.com>
20296 * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20297 Set correct format on oss instead of a silly value.
20299 2005-10-27 Julien MOUTTE <julien@moutte.net>
20301 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20302 (gst_video_box_transform_caps), (gst_video_box_set_caps),
20303 (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20304 (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20305 I420 rendering as well, doesn't bring much for my platform.
20306 Might help on some other platforms.
20308 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
20310 * gst/rtp/gstrtpgsmenc.c:
20311 * gst/rtp/gstrtpgsmparse.c:
20312 Declaring the padtemplate correctly.
20314 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
20316 * gst/rtp/gstrtpg711dec.c:
20317 * gst/rtp/gstrtpg711enc.c:
20318 * gst/rtp/gstrtpgsmenc.c:
20319 * gst/rtp/gstrtpgsmparse.c:
20320 Setting the proper copyright notice.
20322 2005-10-26 Julien MOUTTE <julien@moutte.net>
20324 * gst/videobox/Makefile.am: Use liboil.
20325 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20326 (gst_video_box_set_property), (gst_video_box_transform_caps),
20327 (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20328 (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20329 using liboil. Will dot the same to I420 border generation
20332 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
20334 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20335 (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20336 (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20337 * gst/rtp/gstrtpg711dec.h:
20338 * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20339 (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20340 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20341 (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20342 (gst_rtpgsmenc_handle_buffer):
20343 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20344 (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20345 (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20346 * gst/rtp/gstrtpgsmparse.h:
20347 Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20348 inherits from the basertpdepayloader.
20350 2005-10-26 Julien MOUTTE <julien@moutte.net>
20352 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20353 (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20354 (gst_video_box_ayuv): Removing this forgotten debug.
20356 2005-10-26 Julien MOUTTE <julien@moutte.net>
20358 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20359 (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20360 (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20362 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
20364 * sys/oss/gstossaudio.c:
20365 * sys/oss/gstossdmabuffer.c:
20366 * sys/oss/gstosshelper.c:
20367 * sys/oss/gstossmixer.c:
20368 * sys/oss/gstossmixerelement.c:
20369 * sys/oss/gstossmixertrack.c:
20370 * sys/oss/gstosssink.c:
20371 * sys/oss/gstosssrc.c:
20372 Actually use the 'oss' debug category we register.
20374 2005-10-26 Julien MOUTTE <julien@moutte.net>
20376 * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20377 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20378 Use gst_pad_get_parent and drop the ref that was added through
20381 2005-10-26 Thomas Vander Stichele <thomas at apestaart dot org>
20383 * gst/rtp/gstrtpgsmenc.c:
20386 2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
20388 * gst/rtp/gstrtpg711dec.c
20389 Just removed a couple of lines of weird code used during
20390 development/test time.
20392 2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
20394 * gst/rtp/Makefile.am
20396 * gst/rtp/gstrtpg711enc.c
20397 * gst/rtp/gstrtpg711enc.h
20398 * gst/rtp/gstrtpg711dec.c
20399 * gst/rtp/gstrtpg711dec.h
20400 Created G711 payloader and depayloader (it supports mulaw and alaw
20403 2005-10-25 Julien MOUTTE <julien@moutte.net>
20405 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20406 (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20407 Doh ! I introduced wingo's bug again ! Sorry...
20409 2005-10-25 Christian Schaller <christian@fluendo.com>
20411 * gst/rtp/Makefile.am: add missing header files for disting
20413 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
20415 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20416 (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20417 (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20418 (gst_rtpgsmenc_handle_buffer):
20419 * gst/rtp/gstrtpgsmenc.h:
20420 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20421 (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20422 (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20423 (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20424 * gst/rtp/gstrtpgsmparse.h:
20425 Getting the GSM (de)payloader working and compatible with our plans for RTP.
20427 2005-10-25 Julien MOUTTE <julien@moutte.net>
20429 * ext/libpng/gstpngdec.c: (user_info_callback),
20430 (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20431 a newsegment event, move some redundant code in a single place.
20433 2005-10-25 Julien MOUTTE <julien@moutte.net>
20435 * ext/libpng/gstpngdec.c: (user_info_callback),
20436 (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20437 hack to get correct colors order when we have a png image with
20440 2005-10-24 Edward Hervey <edward@fluendo.com>
20442 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads):
20443 Call gst_element_no_more_pads when there will be no more pads.
20445 2005-10-24 Wim Taymans <wim@fluendo.com>
20447 * gst/rtp/Makefile.am:
20448 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20449 (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20450 (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20451 (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20452 (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20453 (gst_asteriskh263_plugin_init):
20454 * gst/rtp/gstasteriskh263.h:
20455 * gst/rtp/gstrtp.c: (plugin_init):
20456 * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20457 (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20458 (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20459 (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20460 (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20461 (gst_rtph263enc_plugin_init):
20462 * gst/rtp/gstrtph263enc.h:
20463 Added two new payloaders, an RFC 2190 payloader for h263 and
20464 a payload convertor for an asterisk server.
20466 2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
20468 * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20469 Set bytes_per_sample correctly (is not always 4, but
20470 depends on width and number of channels).
20472 2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
20474 * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20475 (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20476 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20477 (gst_flacenc_sink_event), (gst_flacenc_chain),
20478 (gst_flacenc_set_property), (gst_flacenc_get_property),
20479 (gst_flacenc_change_state):
20480 * ext/flac/gstflacenc.h:
20481 Fix seeking, so that flacenc can rewrite the header with the
20482 correct duration and amount of samples and all that at EOS;
20483 also set timestamps and granulepos on outgoing buffers; add
20484 debug category; fix state change function.
20486 2005-10-24 Julien MOUTTE <julien@moutte.net>
20488 * gst/videomixer/videomixer.c: Don't restrict video geometry
20491 2005-10-24 Julien MOUTTE <julien@moutte.net>
20493 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20494 (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20495 Fix caps negotiation correctly, add debugging category.
20497 2005-10-24 Christian Schaller <christian@fluendo.com>
20499 * configure.ac: Port over Thomas's change from base listing all plugins
20501 2005-10-24 Julien MOUTTE <julien@moutte.net>
20503 * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20506 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
20512 === release 0.9.4 ===
20514 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
20517 Releasing 0.9.4, "Dromiceiomimus"
20519 2005-10-21 Tim-Philipp Müller <tim at centricular dot net>
20521 * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20522 (gst_speexenc_src_query):
20523 Add position and duration query, fix query type function.
20525 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20526 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20527 Let's not set non-fixed caps on source pads.
20529 2005-10-21 Wim Taymans <wim@fluendo.com>
20531 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20532 * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20533 (gst_avi_demux_handle_seek):
20534 Set correct stream_time in newsegment event.
20535 avi can also handle a duration query now.
20537 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
20539 * gst/matroska/matroska-demux.c:
20540 (gst_matroska_demux_handle_src_query),
20541 (gst_matroska_demux_handle_seek_event),
20542 (gst_matroska_demux_loop_stream_parse_id):
20543 Fix duration query; fix basetime in newsegment event after
20544 seek; fix duration in initial newsegment event.
20546 * gst/matroska/matroska-mux.c:
20547 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20548 Extract number of channels and samplerate from vorbis headers;
20549 add some debug messages when querying the durations of the
20552 2005-10-20 Wim Taymans <wim@fluendo.com>
20554 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20555 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20556 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20557 Set stream time correctly in newsegment.
20559 2005-10-20 Wim Taymans <wim@fluendo.com>
20561 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20562 Correctly fill in the stream time.
20564 2005-10-19 Thomas Vander Stichele <thomas at apestaart dot org>
20566 * check/elements/level.c: (GST_START_TEST):
20567 * gst/level/gstlevel.c: (gst_level_message_new):
20568 * gst/level/level-example.c: (message_handler):
20569 use ELEMENT messages instead
20571 2005-10-19 Wim Taymans <wim@fluendo.com>
20573 * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20574 (gst_dvdemux_src_query):
20575 * ext/flac/gstflacdec.c: (gst_flacdec_length),
20576 (gst_flacdec_src_query):
20577 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20578 * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20579 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20580 * gst/debug/gstnavseek.c: (gst_navseek_seek):
20581 * gst/debug/progressreport.c: (gst_progress_report_report):
20582 * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20583 * gst/matroska/matroska-demux.c:
20584 (gst_matroska_demux_handle_src_query):
20585 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20586 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20587 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20588 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20589 (gst_wavparse_srcpad_event):
20592 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
20594 * gst/goom/filters.c:
20595 * gst/goom/graphic.h:
20596 * gst/goom/lines.c:
20597 Make inline functions either 'static inline' or 'extern inline',
20598 otherwise the Forte compiler apparently won't inline them (#317300).
20600 2005-10-19 Julien MOUTTE <julien@moutte.net>
20602 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20603 (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20604 (user_info_callback), (user_endrow_callback), (user_end_callback),
20605 (user_read_data), (gst_pngdec_caps_create_and_set),
20606 (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20607 (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20608 (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20609 (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20610 * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20611 very nice and handle push/pull based model. if you have filesrc
20612 connected to it, it will do random access to load the png file.
20613 If you have a network source that can't do _getrange, it does
20614 progressive loading through the chain function.
20615 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20616 (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20617 thanks to Master Wim Taymans ;-)
20619 2005-10-18 Tim-Philipp Müller <tim at centricular dot net>
20621 * gst/matroska/Makefile.am:
20622 * gst/matroska/ebml-read.c:
20623 * gst/matroska/ebml-read.h:
20624 * gst/matroska/matroska-demux.c:
20625 * gst/matroska/matroska-demux.h:
20626 * gst/matroska/matroska.c: (plugin_init):
20627 Ported matroska demuxer to 0.9.
20629 2005-10-18 Michal Benes <michal dot benes at xeris dot cz>
20631 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20633 * gst/matroska/matroska-mux.c:
20634 (gst_matroska_mux_video_pad_setcaps),
20635 (gst_matroska_mux_audio_pad_setcaps):
20636 Fix mpeg4 input handling (#318847); also, while we're at it,
20637 fix media type for Motion-JPEG: should be image/jpeg.
20639 2005-10-18 Wim Taymans <wim@fluendo.com>
20641 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20642 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20643 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20644 Fix for segment-start/stop API change.
20646 2005-10-17 Julien MOUTTE <julien@moutte.net>
20648 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20649 (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20652 2005-10-17 Julien MOUTTE <julien@moutte.net>
20654 * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20655 (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20656 output declared in transform_caps.
20658 2005-10-17 Julien MOUTTE <julien@moutte.net>
20660 * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20662 2005-10-17 Julien MOUTTE <julien@moutte.net>
20664 * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20665 (gst_video_box_get_unit_size): Fix wrong size calculations and
20666 implement get_unit_size correctly.
20668 2005-10-17 Tim-Philipp Müller <tim at centricular dot net>
20673 * gst/flx/gstflxdec.c: (flx_decode_chunks):
20674 Fix gcc4 signedness issue.
20676 2005-10-17 Julien MOUTTE <julien@moutte.net>
20678 * configure.ac: Adding videomixer.
20679 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20680 (user_read_data), (gst_pngdec_chain): More debugging.
20681 * gst/alpha/Makefile.am: Adding alphacolor
20682 * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20683 (gst_alpha_color_class_init), (gst_alpha_color_init),
20684 (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20685 (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20686 (plugin_init): Ported to 0.9 using in place base tranform.
20687 * gst/videomixer/Makefile.am:
20688 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20689 (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20690 (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20691 (gst_videomixer_pad_init), (gst_videomixer_class_init),
20692 (gst_videomixer_init), (gst_videomixer_getcaps),
20693 (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20694 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20695 (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20696 to 0.9 using collectpads.
20698 2005-10-17 Zeeshan Ali <zeenix at gmail dot com>
20701 * gst/flx/Makefile.am:
20702 * gst/flx/gstflxdec.c: (gst_flxdec_init),
20703 (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20704 (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20705 * gst/flx/gstflxdec.h:
20706 flx plugin ported to 0.9
20708 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
20710 * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20711 use new gst_version_string()
20713 2005-10-16 Andy Wingo <wingo@pobox.com>
20715 * configure.ac: GLIB_CHECK.
20717 2005-10-15 Julien MOUTTE <julien@moutte.net>
20719 * ext/libpng/Makefile.am:
20720 * ext/libpng/gstpng.c: (plugin_init):
20721 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20722 (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20723 * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20725 2005-10-14 Michal Benes <michal dot benes at xeris dot cz>
20727 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20730 * gst/matroska/Makefile.am:
20731 * gst/matroska/ebml-ids.h:
20732 * gst/matroska/ebml-write.c:
20733 * gst/matroska/ebml-write.h:
20734 * gst/matroska/matroska-ids.h:
20735 * gst/matroska/matroska-mux.c:
20736 * gst/matroska/matroska-mux.h:
20737 * gst/matroska/matroska.c: (plugin_init):
20738 Port matroska muxer to 0.9 (#318847).
20740 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
20742 * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20743 (comment_init), (comment_add):
20744 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20745 use GST_READ_UINT32_LE() and friends rather than the private
20746 implementation of those same macros.
20748 2005-10-13 Stefan Kost <ensonic@users.sf.net>
20750 * examples/stats/mp2ogg.c:
20753 2005-10-12 Stefan Kost <ensonic@users.sf.net>
20755 * examples/indexing/indexmpeg.c: (main):
20756 * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20757 (gst_esdmon_close_audio), (gst_esdmon_change_state):
20758 * ext/esd/esdmon.h:
20759 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20760 * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20761 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20762 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20763 * gst/avi/gstavimux.c: (gst_avimux_init):
20764 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20765 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20766 * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20767 * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20768 (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20769 (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20770 * gst/oldcore/gstmultifilesrc.h:
20771 * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20772 (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20773 (gst_pipefilter_change_state):
20774 * gst/oldcore/gstpipefilter.h:
20775 * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20776 * gst/videomixer/videomixer.c: (gst_videomixer_init):
20777 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20778 * sys/osxaudio/gstosxaudiosink.h:
20779 * sys/osxaudio/gstosxaudiosrc.h:
20780 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20781 moved bitshift from macro to enum definition
20783 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
20786 * ext/cairo/Makefile.am:
20787 * ext/cairo/gstcairo.c: (plugin_init):
20788 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20789 * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20790 (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20791 * ext/cairo/gsttimeoverlay.h:
20792 update of cairo-based timeoverlay to 1.0 Cairo API
20793 doesn't work yet for resizing of output sink
20795 2005-10-11 Wim Taymans <wim@fluendo.com>
20797 * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20798 newsegment API fix.
20800 2005-10-11 Wim Taymans <wim@fluendo.com>
20802 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20803 (gst_dvdemux_demux_frame):
20804 * ext/flac/gstflacdec.c: (gst_flacdec_write):
20805 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20806 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20807 (gst_avi_demux_handle_seek):
20808 * gst/goom/gstgoom.c: (gst_goom_event):
20809 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20810 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20811 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20812 (gst_wavparse_loop), (gst_wavparse_pad_convert),
20813 (gst_wavparse_srcpad_event):
20814 newsegment API update.
20816 2005-10-11 Andy Wingo <wingo@pobox.com>
20818 * ext/speex/gstspeexenc.c: Signedness cleanups.
20820 2005-10-10 Edgard Lima <edgard.lima@indt.org.br>
20823 * ext/speex/Makefile.am:
20824 * ext/speex/gstspeex.c:
20825 * ext/speex/gstspeexenc.c:
20826 Speexenc ported to 0.9
20828 2005-10-10 Wim Taymans <wim@fluendo.com>
20830 * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20831 (gst_oss_sink_init), (gst_oss_sink_set_property),
20832 (gst_oss_sink_get_property), (gst_oss_sink_open),
20833 (gst_oss_sink_prepare), (gst_oss_sink_reset):
20834 * sys/oss/gstosssink.h:
20835 * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20836 (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20837 (gst_oss_src_prepare):
20838 Cleanups, make device configurable in the sink, handle and report
20841 2005-10-10 Wim Taymans <wim@fluendo.com>
20843 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20844 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20845 Make sure element is NULL before removing from the bin.
20847 2005-10-07 Andy Wingo <wingo@pobox.com>
20849 * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20850 block forever in a read().
20851 (gst_dv1394src_bus_reset): Post a message when the cable is
20853 (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20854 (gst_dv1394src_bus_reset): Don't unref the message.
20856 * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20857 hacking. The only change should be that the state change stuff was
20858 put into basesrc's start() and stop() routines, which coalesces
20861 2005-10-07 Tim-Philipp Müller <tim at centricular dot net>
20866 * gst/debug/Makefile.am:
20867 Only compile efence plugin on systems that have mmap.
20869 2005-10-05 Tim-Philipp Müller <tim at centricular dot net>
20871 * gst/debug/Makefile.am:
20872 * gst/debug/breakmydata.c:
20873 * gst/debug/gstdebug.c:
20874 * gst/debug/gstnavigationtest.c:
20875 * gst/debug/gstnavseek.c:
20876 * gst/debug/gstnavseek.h:
20877 * gst/debug/progressreport.c:
20878 * gst/debug/testplugin.c:
20879 Port progressreport, navseek, navigationtest, testsink and
20882 2005-10-05 Edward Hervey <edward@fluendo.com>
20884 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20885 (gst_dvdemux_src_query):
20886 Fixes for better conversion
20888 2005-10-04 Michael Smith <msmith@fluendo.com>
20890 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20891 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20892 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20893 (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20894 Set state of elements to NULL before removing from bins.
20895 Set state of test element to NULL if we failed to move it to READY
20897 2005-10-04 Edward Hervey <edward@fluendo.com>
20899 * ext/dv/Makefile.am:
20900 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver):
20901 Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20902 Corrected the query function for position so it doesn't forget what
20903 format was asked, and calls the conversion functions on the correct pad.
20905 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
20908 back to development
20910 === release 0.9.3 ===
20912 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
20915 Releasing 0.9.3, "Aramis"
20917 2005-10-03 Andy Wingo <wingo@pobox.com>
20919 * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20922 2005-10-02 Andy Wingo <wingo@pobox.com>
20924 * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20926 * ext/flac/gstflacenc.c: Ported to 0.9.
20928 * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20930 * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20931 and link to gsttagedit. Enable flacenc.
20933 * ext/flac/gstflacdec.c: Re-enable tag reading.
20935 2005-09-30 Wim Taymans <wim@fluendo.com>
20937 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20938 * gst/rtp/gstrtpgsmparse.c:
20939 * gst/rtp/gstrtph263penc.c:
20940 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20941 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20942 (gst_rtpmp4venc_set_property):
20943 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20944 Various class and caps fixes from Andre Magalhaes (andrunko)
20946 2005-09-29 Wim Taymans <wim@fluendo.com>
20948 * gst/level/level-example.c: (main):
20949 Update for new bus API.
20951 2005-09-28 Tim-Philipp Müller <tim at centricular dot net>
20954 Fix unexpanded autoconf macro GST_DOC, which has been renamed
20955 to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20957 2005-09-27 Tim-Philipp Müller <tim at centricular dot net>
20959 * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20960 Fix playback of mono streams (bytes_per_sample should be set
20961 from the sample width and the number of channels negotiated,
20962 and not just be set to 4) (#317338)
20964 2005-09-26 Wim Taymans <wim@fluendo.com>
20966 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20967 (gst_rtpmpaenc_handle_buffer):
20968 Set buffer duration correctly.
20970 2005-09-26 Tim-Philipp Müller <tim at centricular dot net>
20972 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20973 (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20974 (gst_avi_demux_change_state):
20975 Don't crash when encountering a stream with an unknown fourcc or
20976 codec id. Instead, create a pad of type video/x-avi-unknown or
20977 audio/x-avi-unknown, which as a side-effect also results in less
20978 confusing error messages in players ('no decoder' vs. 'no streams');
20979 minor fixes to state change function and class_init function.
20981 2005-09-24 Wim Taymans <wim@fluendo.com>
20983 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20984 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20987 2005-09-24 Thomas Vander Stichele <thomas at apestaart dot org>
20989 * check/elements/level.c: (GST_START_TEST):
20990 fix test for new GstClockTime use
20991 * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20992 (gst_level_transform_ip):
20993 * gst/level/gstlevel.h:
20994 fix up the decay peak, ensuring the decay peak is never lower
20995 than the peak for that interval
20997 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
20999 * docs/plugins/gst-plugins-good-plugins.args:
21000 * docs/plugins/inspect/plugin-alpha.xml:
21001 * docs/plugins/inspect/plugin-rtp.xml:
21002 * gst/level/gstlevel.c: (gst_level_set_caps),
21003 (gst_level_transform_ip):
21006 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21009 * check/elements/level.c: (GST_START_TEST):
21010 * gst/level/Makefile.am:
21011 * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21012 (gst_level_set_property), (gst_level_get_property),
21013 (gst_level_set_caps), (gst_level_message_new),
21014 (gst_level_transform_ip):
21015 * gst/level/gstlevel.h:
21016 * gst/level/level-example.c: (message_handler), (main):
21017 convert to using GstClockTime for all time values, finally.
21019 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21021 * gst/auparse/Makefile.am:
21022 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21025 * ext/cairo/Makefile.am:
21026 * ext/dv/Makefile.am:
21027 * ext/esd/Makefile.am:
21028 * ext/flac/Makefile.am:
21029 * ext/gconf/Makefile.am:
21030 * ext/gdk_pixbuf/Makefile.am:
21031 * ext/jpeg/Makefile.am:
21032 * ext/ladspa/Makefile.am:
21033 * ext/libcaca/Makefile.am:
21034 * ext/libmng/Makefile.am:
21035 * ext/libpng/Makefile.am:
21036 * ext/mikmod/Makefile.am:
21037 * ext/pango/Makefile.am:
21038 * ext/raw1394/Makefile.am:
21039 * ext/shout2/Makefile.am:
21040 * ext/speex/Makefile.am:
21041 * gst/alpha/Makefile.am:
21042 * gst/autodetect/Makefile.am:
21043 * gst/avi/Makefile.am:
21044 * gst/cutter/Makefile.am:
21045 * gst/debug/Makefile.am:
21046 * gst/effectv/Makefile.am:
21047 * gst/flx/Makefile.am:
21048 * gst/goom/Makefile.am:
21049 * gst/interleave/Makefile.am:
21050 * gst/law/Makefile.am:
21051 * gst/matroska/Makefile.am:
21052 * gst/median/Makefile.am:
21053 * gst/monoscope/Makefile.am:
21054 * gst/multipart/Makefile.am:
21055 * gst/oldcore/Makefile.am:
21056 * gst/rtp/Makefile.am:
21057 * gst/rtsp/Makefile.am:
21058 * gst/smoothwave/Makefile.am:
21059 * gst/smpte/Makefile.am:
21060 * gst/videobox/Makefile.am:
21061 * gst/videofilter/Makefile.am:
21062 * gst/videomixer/Makefile.am:
21063 * gst/wavenc/Makefile.am:
21064 * gst/wavparse/Makefile.am:
21065 * sys/oss/Makefile.am:
21066 * sys/osxaudio/Makefile.am:
21067 * sys/osxvideo/Makefile.am:
21068 fix up GST_LIBS use
21070 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21072 * gst/auparse/Makefile.am:
21073 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21074 fix build of auparse
21076 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21080 * gst/auparse/gstauparse.c:
21081 * gst/auparse/gstauparse.h:
21082 Auparse ported to 0.9.
21084 2005-09-22 Wim Taymans <wim@fluendo.com>
21087 * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21088 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21089 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21090 (gst_rtpmp4venc_set_property):
21091 * gst/rtp/gstrtpmp4venc.h:
21092 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21093 * gst/rtp/gstrtpmpaenc.h:
21094 Use is_filled to both check MTU and max-ptime of base class.
21096 2005-09-22 Wim Taymans <wim@fluendo.com>
21098 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21099 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21100 (gst_rtpmp4venc_set_property):
21101 Don't fragment packets with multiple frames.
21103 2005-09-22 Wim Taymans <wim@fluendo.com>
21106 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21107 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21108 (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21109 (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21110 (gst_rtpmp4venc_get_property):
21111 * gst/rtp/gstrtpmp4venc.h:
21114 Make payload encoder a bit smarter and more correct with
21116 Added option in payloader to include config string in-band.
21118 2005-09-21 Wim Taymans <wim@fluendo.com>
21120 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21121 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21122 (gst_rtspsrc_send):
21123 Strip spaces for key/value pairs.
21125 2005-09-21 Wim Taymans <wim@fluendo.com>
21127 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21128 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21129 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21130 (gst_rtspsrc_change_state):
21131 More SDP parsing and caps setting.
21132 Do NO_PREROLL differently.
21133 add pads only after negotiated.
21135 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21136 (gst_udpsrc_getcaps):
21137 Implement the getcaps function.
21139 2005-09-21 Wim Taymans <wim@fluendo.com>
21141 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21142 (gst_rtpamrdec_chain):
21143 Handle multiple AMr packets per payload. Handle CRC and
21146 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21147 Make caps params strings for easy SDP mapping.
21149 * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21150 Handle capsnego better.
21152 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21153 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21154 Generate and parse config string in the caps.
21156 2005-09-21 Wim Taymans <wim@fluendo.com>
21161 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21162 Make extra params as strings.
21164 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21165 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21166 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21167 Make state change return NO_PREROLL as this is a live
21170 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21171 Don't unref old caps when NULL.
21173 2005-09-20 Wim Taymans <wim@fluendo.com>
21175 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21176 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21177 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21178 (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21179 (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21180 (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21181 * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21182 * gst/rtsp/sdpmessage.h:
21184 Parse SDP and create caps.
21186 2005-09-20 Stefan Kost <ensonic@users.sf.net>
21188 * gst/alpha/gstalpha.c:
21189 fix element description
21191 2005-09-19 Wim Taymans <wim@fluendo.com>
21193 * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21194 Don't check payload for now.
21196 2005-09-19 Wim Taymans <wim@fluendo.com>
21198 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21199 (gst_wavparse_init), (gst_wavparse_parse_file_header),
21200 (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21201 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21202 (gst_wavparse_loop), (gst_wavparse_pad_convert),
21203 (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21204 (gst_wavparse_change_state):
21205 * gst/wavparse/gstwavparse.h:
21206 Fix wavparse some more.
21208 2005-09-19 Wim Taymans <wim@fluendo.com>
21210 * check/elements/level.c: (GST_START_TEST):
21211 Fix for bus API change.
21213 2005-09-19 Wim Taymans <wim@fluendo.com>
21215 * gst/level/level-example.c: (main):
21216 Fix for new bus API.
21218 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21221 2005-09-15 Wim Taymans <wim@fluendo.com>
21223 * gst/rtp/Makefile.am:
21225 * gst/rtp/gstrtp.c: (plugin_init):
21226 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21227 (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21228 (gst_rtpamrdec_change_state):
21229 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21230 (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21231 (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21232 * gst/rtp/gstrtpamrenc.h:
21233 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21234 (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21235 (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21236 * gst/rtp/gstrtpgsmenc.h:
21237 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21238 (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21239 (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21240 (gst_rtpgsmparse_change_state):
21241 * gst/rtp/gstrtpgsmparse.h:
21242 * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21243 (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21244 * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21245 (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21246 (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21247 (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21248 * gst/rtp/gstrtph263penc.h:
21249 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21250 (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21251 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21252 (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21253 (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21254 (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21255 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21256 * gst/rtp/gstrtpmp4venc.h:
21257 * gst/rtp/gstrtpmpadec.c:
21258 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21259 (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21260 (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21261 (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21262 * gst/rtp/gstrtpmpaenc.h:
21263 Updates to payloader/depayloaders, make payloaders use
21265 Updated README with suggested RTP caps and how to convert
21267 Added config descriptor in mp4v payloader.
21269 2005-09-15 Andy Wingo <wingo@pobox.com>
21271 * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best):
21272 * gst/autodetect/gstautovideosink.c
21273 (gst_auto_video_sink_find_best): Update for new registry API.
21275 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
21277 * common/c-to-xml.py:
21278 * common/gtk-doc-plugins.mak:
21279 a simple py script to generate valid xml from a C example
21280 probably also need to strip an MIT license when we decide
21281 * docs/plugins/Makefile.am:
21282 * gst/level/Makefile.am:
21283 * gst/level/gstlevel.c: (gst_level_init):
21284 * gst/level/level-example.c: (message_handler), (main):
21285 add an example to level that will show up in the docs
21287 add a note for the future
21289 2005-09-14 Michael Smith <msmith@fluendo.com>
21291 * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21292 Actually define the debug object being used in wavenc. Fixes #316205
21294 2005-09-14 Michael Smith <msmith@fluendo.com>
21296 * gst/smpte/Makefile.am:
21297 Link against GST_BASE_LIBS, to get it linked against libgstbase;
21298 needed to build on windows (bug 316204)
21300 2005-09-12 Andy Wingo <wingo@pobox.com>
21302 * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21304 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
21307 * gst/fdsrc/Makefile.am:
21308 * gst/fdsrc/gstfdsrc.c:
21309 * gst/fdsrc/gstfdsrc.h:
21310 Move fdsrc back into gstreamer core elements.
21312 * gst/level/gstlevel.c: (gst_level_class_init),
21313 (gst_level_transform_ip):
21314 * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21315 Basetransform changes.
21317 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
21319 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21320 * ext/jpeg/smokecodec.c: (find_best_size):
21321 fix compiler warnings
21323 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
21325 * gst-plugins-good.spec.in:
21327 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21328 (gst_multiudpsink_render), (gst_multiudpsink_add),
21329 (gst_multiudpsink_clear):
21330 it actually helps to actually stream if we hook up the
21331 "add" signal to an actual implementation
21332 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21335 2005-09-08 Flavio Oliveira <flavio.oliveira@indt.org.br>
21337 * ext/jpeg/Makefile.am:
21338 * ext/jpeg/gstjpeg.c
21339 * ext/jpeg/gstjpegenc.c:
21340 * ext/jpeg/gstsmokeenc.c:
21342 2005-09-07 Stefan Kost <ensonic@users.sf.net>
21344 * ext/flac/gstflacdec.c:
21345 * ext/flac/gstflacenc.c:
21346 * ext/flac/gstflactag.c:
21347 * ext/speex/gstspeexenc.c:
21348 gsttaginterface.h -> gsttagsetter.h
21350 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
21353 * gst/debug/Makefile.am:
21354 * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21355 (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21356 (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21357 (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21358 (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21359 Port to 0.9 and re-enable efence plugin.
21361 2005-09-06 Tim-Philipp Müller <tim at centricular dot net>
21363 * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21364 (gst_flacdec_write), (gst_flacdec_convert_src):
21365 * ext/flac/gstflacdec.h:
21366 Add support for flac files with 24/32 bits per sample; and misc.
21367 minor clean-ups. Seeking is still partly broken (for me at least).
21369 2005-09-06 Wim Taymans <wim@fluendo.com>
21371 * gst/rtp/Makefile.am:
21372 * gst/rtp/gstrtp.c: (plugin_init):
21373 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21374 (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21375 (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21376 (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21377 (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21378 (gst_rtpmp4vdec_plugin_init):
21379 * gst/rtp/gstrtpmp4vdec.h:
21380 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21381 (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21382 (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21383 (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21384 (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21385 (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21386 * gst/rtp/gstrtpmp4venc.h:
21387 * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21388 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21389 Added mpeg4 video payload encoder/decoder.
21390 Added some docs in mpa payloader.
21392 === release 0.9.1 ===
21394 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
21401 releasing 0.9.1, "Blondie"
21403 2005-09-05 Andy Wingo <wingo@pobox.com>
21405 * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21406 here from the state change handler, so we fire signals without
21407 holding the state lock.
21409 2005-09-02 Andy Wingo <wingo@pobox.com>
21411 * All plugins updated for element state changes.
21413 2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
21416 * check/.cvsignore:
21417 * check/Makefile.am:
21418 * check/elements/.cvsignore:
21419 * check/elements/level.c: (setup_level), (cleanup_level),
21420 (GST_START_TEST), (level_suite), (main):
21421 add a test for level
21422 * common/release.mak:
21423 move the enum checking to release.mak
21425 add valgrind and check checking
21426 * gst/level/gstlevel.c: (gst_level_transform):
21427 * gst/level/gstlevel.h:
21428 fix Andy's cast bug
21429 convert a field to int
21430 fix the arithmetic to int when checking for emit so that a
21431 100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21433 2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
21438 * common/plugins.xsl:
21439 wrap Description into a refsect2
21440 * docs/Makefile.am:
21441 * docs/plugins/Makefile.am:
21442 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21443 * docs/plugins/gst-plugins-good-plugins-sections.txt:
21444 * gst/goom/Makefile.am:
21445 * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21446 (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21447 (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21448 (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21449 (gst_goom_change_state):
21450 * gst/goom/gstgoom.h:
21452 add an example launch line
21453 * gst/level/gstlevel.h:
21454 * gst/monoscope/gstmonoscope.c:
21457 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21460 * docs/plugins/Makefile.am:
21461 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21462 * docs/plugins/gst-plugins-good-plugins-sections.txt:
21463 * docs/plugins/gst-plugins-good-plugins.types:
21464 document elements and plugins. Shazam !
21466 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21468 * split off gst-plugins-good from gst-plugins. Old ChangeLog can
21469 be found under doc/random/ChangeLog-0.8